Change to version 2.31.90 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-01-19 16:32+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:1340 config/tc-s390.c:1463 config/tc-s390.c:1597
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:1324 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:1329
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:13163
639 msgid "expression too complex"
640 msgstr ""
641
642 #: cgen.c:956 config/tc-ppc.c:7309 config/tc-s390.c:2378 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:6102 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:5926 config/tc-aarch64.c:5946
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:3470 config/tc-aarch64.c:3599
1639 #: config/tc-aarch64.c:3756 config/tc-aarch64.c:3797
1640 msgid "unknown relocation modifier"
1641 msgstr ""
1642
1643 #: config/tc-aarch64.c:3342 config/tc-aarch64.c:3489 config/tc-aarch64.c:3606
1644 #: config/tc-aarch64.c:3763 config/tc-aarch64.c:3804
1645 msgid "this relocation modifier is not allowed on this instruction"
1646 msgstr ""
1647
1648 #: config/tc-aarch64.c:3497 config/tc-aarch64.c:3617
1649 msgid "invalid relocation expression"
1650 msgstr ""
1651
1652 #: config/tc-aarch64.c:3515
1653 msgid "invalid address"
1654 msgstr ""
1655
1656 #: config/tc-aarch64.c:3571
1657 msgid "invalid use of 32-bit register offset"
1658 msgstr ""
1659
1660 #: config/tc-aarch64.c:3577
1661 msgid "offset has different size from base"
1662 msgstr ""
1663
1664 #: config/tc-aarch64.c:3583
1665 msgid "invalid use of 64-bit register offset"
1666 msgstr ""
1667
1668 #. [Xn],#expr
1669 #: config/tc-aarch64.c:3630 config/tc-aarch64.c:3687
1670 msgid "invalid expression in the address"
1671 msgstr ""
1672
1673 #: config/tc-aarch64.c:3644 config/tc-arm.c:5690 config/tc-arm.c:6267
1674 msgid "']' expected"
1675 msgstr ""
1676
1677 #: config/tc-aarch64.c:3652
1678 msgid "register offset not allowed in pre-indexed addressing mode"
1679 msgstr ""
1680
1681 #: config/tc-aarch64.c:3667 config/tc-arm.c:5726
1682 msgid "cannot combine pre- and post-indexing"
1683 msgstr ""
1684
1685 #. Reject [Rn]!
1686 #: config/tc-aarch64.c:3700
1687 msgid "missing offset in the pre-indexed address"
1688 msgstr ""
1689
1690 #: config/tc-aarch64.c:3930
1691 msgid "unknown or missing option to PSB"
1692 msgstr ""
1693
1694 #: config/tc-aarch64.c:3938
1695 msgid "the specified option is not accepted for PSB"
1696 msgstr ""
1697
1698 #: config/tc-aarch64.c:3965 config/tc-aarch64.c:3979
1699 msgid "unknown option to BTI"
1700 msgstr ""
1701
1702 #: config/tc-aarch64.c:4039
1703 #, c-format
1704 msgid "selected processor does not support PSTATE field name '%s'"
1705 msgstr ""
1706
1707 #: config/tc-aarch64.c:4042 config/tc-aarch64.c:4077
1708 #, c-format
1709 msgid "selected processor does not support system register name '%s'"
1710 msgstr ""
1711
1712 #: config/tc-aarch64.c:4045
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:4119
1720 msgid "immediate value out of range "
1721 msgstr ""
1722
1723 #: config/tc-aarch64.c:4630
1724 #, c-format
1725 msgid "Info: "
1726 msgstr ""
1727
1728 #: config/tc-aarch64.c:4665 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:4667
1734 #, c-format
1735 msgid "%s at operand %d -- `%s'"
1736 msgstr ""
1737
1738 #: config/tc-aarch64.c:4673
1739 #, c-format
1740 msgid "operand %d must be %s -- `%s'"
1741 msgstr ""
1742
1743 #: config/tc-aarch64.c:4679
1744 #, c-format
1745 msgid "operand mismatch -- `%s'"
1746 msgstr ""
1747
1748 #. Print the hint.
1749 #: config/tc-aarch64.c:4739
1750 msgid "   did you mean this?"
1751 msgstr ""
1752
1753 #: config/tc-aarch64.c:4742 config/tc-aarch64.c:4769
1754 #, c-format
1755 msgid "   %s"
1756 msgstr ""
1757
1758 #: config/tc-aarch64.c:4747
1759 msgid "   other valid variant(s):"
1760 msgstr ""
1761
1762 #: config/tc-aarch64.c:4776
1763 #, c-format
1764 msgid "operand %d must be the same register as operand 1 -- `%s'"
1765 msgstr ""
1766
1767 #: config/tc-aarch64.c:4782
1768 #, c-format
1769 msgid "%s out of range %d to %d at operand %d -- `%s'"
1770 msgstr ""
1771
1772 #: config/tc-aarch64.c:4783 config/tc-aarch64.c:4787 config/tc-aarch64.c:6680
1773 msgid "immediate value"
1774 msgstr ""
1775
1776 #: config/tc-aarch64.c:4786
1777 #, c-format
1778 msgid "%s must be %d at operand %d -- `%s'"
1779 msgstr ""
1780
1781 #: config/tc-aarch64.c:4793
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:4797
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:4803
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:5116
1801 msgid "bad vector arrangement type"
1802 msgstr ""
1803
1804 #: config/tc-aarch64.c:5243
1805 msgid "the specified relocation type is not allowed for MOVK"
1806 msgstr ""
1807
1808 #: config/tc-aarch64.c:5291 config/tc-aarch64.c:5302
1809 msgid "the specified relocation type is not allowed for 32-bit register"
1810 msgstr ""
1811
1812 #: config/tc-aarch64.c:5493
1813 msgid "comma expected between operands"
1814 msgstr ""
1815
1816 #: config/tc-aarch64.c:5627
1817 msgid "the top half of a 128-bit FP/SIMD register is expected"
1818 msgstr ""
1819
1820 #: config/tc-aarch64.c:5699 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:5719
1826 msgid "missing type suffix"
1827 msgstr ""
1828
1829 #: config/tc-aarch64.c:5738
1830 msgid "C0 - C15 expected"
1831 msgstr ""
1832
1833 #: config/tc-aarch64.c:5841 config/tc-aarch64.c:5865
1834 msgid "immediate zero expected"
1835 msgstr ""
1836
1837 #: config/tc-aarch64.c:5961
1838 msgid "shift not allowed for bitmask immediate"
1839 msgstr ""
1840
1841 #: config/tc-aarch64.c:6015
1842 msgid "can't mix relocation modifier with explicit shift"
1843 msgstr ""
1844
1845 #: config/tc-aarch64.c:6063
1846 msgid "invalid condition"
1847 msgstr ""
1848
1849 #: config/tc-aarch64.c:6089
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:6097
1856 msgid "invalid use of \"=immediate\""
1857 msgstr ""
1858
1859 #: config/tc-aarch64.c:6164 config/tc-aarch64.c:6198 config/tc-aarch64.c:6216
1860 #: config/tc-aarch64.c:6240 config/tc-aarch64.c:6260 config/tc-aarch64.c:6279
1861 #: config/tc-aarch64.c:6302 config/tc-aarch64.c:6337 config/tc-aarch64.c:6344
1862 #: config/tc-aarch64.c:6372 config/tc-aarch64.c:6392 config/tc-aarch64.c:6417
1863 #: config/tc-aarch64.c:6433 config/tc-aarch64.c:6457
1864 msgid "invalid addressing mode"
1865 msgstr ""
1866
1867 #: config/tc-aarch64.c:6180
1868 msgid "the optional immediate offset can only be 0"
1869 msgstr ""
1870
1871 #: config/tc-aarch64.c:6221 config/tc-aarch64.c:6245 config/tc-aarch64.c:6265
1872 msgid "relocation not allowed"
1873 msgstr ""
1874
1875 #: config/tc-aarch64.c:6312
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:6352
1882 msgid "constant offset required"
1883 msgstr ""
1884
1885 #: config/tc-aarch64.c:6469
1886 msgid "unknown or missing system register name"
1887 msgstr ""
1888
1889 #: config/tc-aarch64.c:6481
1890 msgid "unknown or missing PSTATE field name"
1891 msgstr ""
1892
1893 #: config/tc-aarch64.c:6513
1894 msgid "unknown or missing operation name"
1895 msgstr ""
1896
1897 #: config/tc-aarch64.c:6526
1898 msgid "the specified option is not accepted in ISB"
1899 msgstr ""
1900
1901 #: config/tc-aarch64.c:6558 config/tc-aarch64.c:7744 config/tc-arm.c:7227
1902 #, c-format
1903 msgid "unhandled operand code %d"
1904 msgstr ""
1905
1906 #: config/tc-aarch64.c:6600
1907 msgid "unexpected comma before the omitted optional operand"
1908 msgstr ""
1909
1910 #: config/tc-aarch64.c:6628
1911 msgid "unexpected characters following instruction"
1912 msgstr ""
1913
1914 #: config/tc-aarch64.c:6706 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:6713
1920 msgid "literal pool insertion failed"
1921 msgstr ""
1922
1923 #: config/tc-aarch64.c:6782 config/tc-aarch64.c:6804
1924 #, c-format
1925 msgid "unpredictable transfer with writeback -- `%s'"
1926 msgstr ""
1927
1928 #: config/tc-aarch64.c:6789
1929 #, c-format
1930 msgid "unpredictable load of register -- `%s'"
1931 msgstr ""
1932
1933 #: config/tc-aarch64.c:6808
1934 #, c-format
1935 msgid "unpredictable load of register pair -- `%s'"
1936 msgstr ""
1937
1938 #: config/tc-aarch64.c:6820
1939 #, c-format
1940 msgid "unpredictable: identical transfer and status registers --`%s'"
1941 msgstr ""
1942
1943 #: config/tc-aarch64.c:6836
1944 #, c-format
1945 msgid "previous `%s' sequence has not been closed"
1946 msgstr ""
1947
1948 #: config/tc-aarch64.c:6915
1949 #, c-format
1950 msgid "unknown mnemonic `%s' -- `%s'"
1951 msgstr ""
1952
1953 #: config/tc-aarch64.c:6923
1954 #, c-format
1955 msgid "unexpected comma after the mnemonic name `%s' -- `%s'"
1956 msgstr ""
1957
1958 #: config/tc-aarch64.c:6981
1959 #, c-format
1960 msgid "selected processor does not support `%s'"
1961 msgstr ""
1962
1963 #: config/tc-aarch64.c:7404 config/tc-arm.c:22929
1964 msgid "GOT already in the symbol table"
1965 msgstr ""
1966
1967 #: config/tc-aarch64.c:7567
1968 msgid "immediate cannot be moved by a single instruction"
1969 msgstr ""
1970
1971 #: config/tc-aarch64.c:7610 config/tc-aarch64.c:7655 config/tc-aarch64.c:7681
1972 #: config/tc-arm.c:15430 config/tc-arm.c:15457 config/tc-arm.c:16101
1973 #: config/tc-arm.c:16734 config/tc-arm.c:17570 config/tc-arm.c:17610
1974 #: config/tc-metag.c:2444 config/tc-metag.c:2453 config/tc-metag.c:2492
1975 #: config/tc-metag.c:2501 config/tc-metag.c:3021 config/tc-metag.c:3030
1976 msgid "immediate out of range"
1977 msgstr ""
1978
1979 #: config/tc-aarch64.c:7674 config/tc-metag.c:4656 config/tc-xtensa.c:4213
1980 msgid "invalid immediate"
1981 msgstr ""
1982
1983 #: config/tc-aarch64.c:7739 config/tc-tic6x.c:3861 config/tc-tic6x.c:3926
1984 #: config/tc-tic6x.c:3953 config/tc-tic6x.c:3981
1985 msgid "immediate offset out of range"
1986 msgstr ""
1987
1988 #: config/tc-aarch64.c:7813 config/tc-arm.c:23267 config/tc-arm.c:23335
1989 #: config/tc-arm.c:23617
1990 #, c-format
1991 msgid "undefined symbol %s used as an immediate value"
1992 msgstr ""
1993
1994 #: config/tc-aarch64.c:7825
1995 msgid "pc-relative load offset not word aligned"
1996 msgstr ""
1997
1998 #: config/tc-aarch64.c:7828
1999 msgid "pc-relative load offset out of range"
2000 msgstr ""
2001
2002 #: config/tc-aarch64.c:7840
2003 msgid "pc-relative address offset out of range"
2004 msgstr ""
2005
2006 #: config/tc-aarch64.c:7852 config/tc-aarch64.c:7867
2007 msgid "conditional branch target not word aligned"
2008 msgstr ""
2009
2010 #: config/tc-aarch64.c:7855 config/tc-aarch64.c:7870 config/tc-arm.c:23910
2011 msgid "conditional branch out of range"
2012 msgstr ""
2013
2014 #: config/tc-aarch64.c:7883
2015 msgid "branch target not word aligned"
2016 msgstr ""
2017
2018 #: config/tc-aarch64.c:7886 config/tc-arm.c:856 config/tc-mips.c:15792
2019 #: config/tc-mips.c:15808 config/tc-mips.c:15898
2020 msgid "branch out of range"
2021 msgstr ""
2022
2023 #: config/tc-aarch64.c:7945 config/tc-arm.c:23508 config/tc-arm.c:23523
2024 #: config/tc-arm.c:23538 config/tc-arm.c:23549 config/tc-arm.c:23572
2025 #: config/tc-arm.c:24403 config/tc-moxie.c:716 config/tc-pj.c:452
2026 #: config/tc-sh.c:3733
2027 msgid "offset out of range"
2028 msgstr ""
2029
2030 #: config/tc-aarch64.c:7960
2031 msgid "unsigned value out of range"
2032 msgstr ""
2033
2034 #: config/tc-aarch64.c:7971
2035 msgid "signed value out of range"
2036 msgstr ""
2037
2038 #: config/tc-aarch64.c:8121
2039 #, c-format
2040 msgid "unexpected %s fixup"
2041 msgstr ""
2042
2043 #: config/tc-aarch64.c:8187 config/tc-arm.c:24918 config/tc-arm.c:24939
2044 #: config/tc-mips.c:18147 config/tc-or1k.c:348 config/tc-score.c:7468
2045 #, c-format
2046 msgid "cannot represent %s relocation in this object file format"
2047 msgstr ""
2048
2049 #: config/tc-aarch64.c:8220
2050 #, c-format
2051 msgid "cannot do %u-byte relocation"
2052 msgstr ""
2053
2054 #: config/tc-aarch64.c:8540 config/tc-arm.c:25412 config/tc-score.c:6293
2055 #: config/tc-score.c:6523 config/tc-score.c:6528
2056 msgid "virtual memory exhausted"
2057 msgstr ""
2058
2059 #: config/tc-aarch64.c:8703 config/tc-arm.c:25754
2060 msgid "assemble for big-endian"
2061 msgstr ""
2062
2063 #: config/tc-aarch64.c:8704 config/tc-arm.c:25755
2064 msgid "assemble for little-endian"
2065 msgstr ""
2066
2067 #: config/tc-aarch64.c:8707
2068 msgid "temporary switch for dumping"
2069 msgstr ""
2070
2071 #: config/tc-aarch64.c:8709
2072 msgid "output verbose error messages"
2073 msgstr ""
2074
2075 #: config/tc-aarch64.c:8711
2076 msgid "do not output verbose error messages"
2077 msgstr ""
2078
2079 #: config/tc-aarch64.c:8938 config/tc-arm.c:26583
2080 msgid "invalid architectural extension"
2081 msgstr ""
2082
2083 #: config/tc-aarch64.c:8963 config/tc-arm.c:26615
2084 msgid "must specify extensions to add before specifying those to remove"
2085 msgstr ""
2086
2087 #: config/tc-aarch64.c:8971 config/tc-arm.c:26623
2088 msgid "missing architectural extension"
2089 msgstr ""
2090
2091 #: config/tc-aarch64.c:8998 config/tc-arm.c:26674
2092 #, c-format
2093 msgid "unknown architectural extension `%s'"
2094 msgstr ""
2095
2096 #: config/tc-aarch64.c:9022 config/tc-arm.c:26708 config/tc-metag.c:5834
2097 #, c-format
2098 msgid "missing cpu name `%s'"
2099 msgstr ""
2100
2101 #: config/tc-aarch64.c:9036 config/tc-aarch64.c:9253 config/tc-arm.c:26743
2102 #: config/tc-arm.c:27524 config/tc-csky.c:896 config/tc-metag.c:5845
2103 #, c-format
2104 msgid "unknown cpu `%s'"
2105 msgstr ""
2106
2107 #: config/tc-aarch64.c:9054 config/tc-arm.c:26761
2108 #, c-format
2109 msgid "missing architecture name `%s'"
2110 msgstr ""
2111
2112 #: config/tc-aarch64.c:9068 config/tc-aarch64.c:9300 config/tc-arm.c:26781
2113 #: config/tc-arm.c:27558 config/tc-arm.c:27588 config/tc-score.c:7703
2114 #, c-format
2115 msgid "unknown architecture `%s'\n"
2116 msgstr ""
2117
2118 #: config/tc-aarch64.c:9091
2119 #, c-format
2120 msgid "missing abi name `%s'"
2121 msgstr ""
2122
2123 #: config/tc-aarch64.c:9102
2124 #, c-format
2125 msgid "unknown abi `%s'\n"
2126 msgstr ""
2127
2128 #: config/tc-aarch64.c:9108
2129 msgid "<abi name>\t  specify for ABI <abi name>"
2130 msgstr ""
2131
2132 #: config/tc-aarch64.c:9111 config/tc-arm.c:26868 config/tc-metag.c:5911
2133 msgid "<cpu name>\t  assemble for CPU <cpu name>"
2134 msgstr ""
2135
2136 #: config/tc-aarch64.c:9113 config/tc-arm.c:26870
2137 msgid "<arch name>\t  assemble for architecture <arch name>"
2138 msgstr ""
2139
2140 #: config/tc-aarch64.c:9152 config/tc-aarch64.c:9172 config/tc-arm.c:26932
2141 #: config/tc-arm.c:26950 config/tc-arm.c:26970 config/tc-metag.c:5936
2142 #, c-format
2143 msgid "option `-%c%s' is deprecated: %s"
2144 msgstr ""
2145
2146 #: config/tc-aarch64.c:9192
2147 #, c-format
2148 msgid " AArch64-specific assembler options:\n"
2149 msgstr ""
2150
2151 #: config/tc-aarch64.c:9203 config/tc-arc.c:3557 config/tc-arm.c:27001
2152 #, c-format
2153 msgid "  -EB                     assemble code for a big-endian cpu\n"
2154 msgstr ""
2155
2156 #: config/tc-aarch64.c:9208 config/tc-arc.c:3559 config/tc-arm.c:27006
2157 #, c-format
2158 msgid "  -EL                     assemble code for a little-endian cpu\n"
2159 msgstr ""
2160
2161 #: config/tc-alpha.c:652
2162 #, c-format
2163 msgid "No !literal!%ld was found"
2164 msgstr ""
2165
2166 #: config/tc-alpha.c:659
2167 #, c-format
2168 msgid "No !tlsgd!%ld was found"
2169 msgstr ""
2170
2171 #: config/tc-alpha.c:666
2172 #, c-format
2173 msgid "No !tlsldm!%ld was found"
2174 msgstr ""
2175
2176 #: config/tc-alpha.c:675
2177 #, c-format
2178 msgid "No ldah !gpdisp!%ld was found"
2179 msgstr ""
2180
2181 #: config/tc-alpha.c:725
2182 #, c-format
2183 msgid "too many !literal!%ld for %s"
2184 msgstr ""
2185
2186 #: config/tc-alpha.c:755
2187 #, c-format
2188 msgid "No lda !gpdisp!%ld was found"
2189 msgstr ""
2190
2191 #. Only support one relocation op per insn.
2192 #: config/tc-alpha.c:914
2193 msgid "More than one relocation op per insn"
2194 msgstr ""
2195
2196 #: config/tc-alpha.c:929 config/tc-arc.c:1199
2197 msgid "No relocation operand"
2198 msgstr ""
2199
2200 #: config/tc-alpha.c:939
2201 #, c-format
2202 msgid "Unknown relocation operand: !%s"
2203 msgstr ""
2204
2205 #: config/tc-alpha.c:949
2206 #, c-format
2207 msgid "no sequence number after !%s"
2208 msgstr ""
2209
2210 #: config/tc-alpha.c:959
2211 #, c-format
2212 msgid "!%s does not use a sequence number"
2213 msgstr ""
2214
2215 #: config/tc-alpha.c:969
2216 #, c-format
2217 msgid "Bad sequence number: !%s!%s"
2218 msgstr ""
2219
2220 #: config/tc-alpha.c:1185 config/tc-alpha.c:3359
2221 #, c-format
2222 msgid "inappropriate arguments for opcode `%s'"
2223 msgstr ""
2224
2225 #: config/tc-alpha.c:1187 config/tc-alpha.c:3361
2226 #, c-format
2227 msgid "opcode `%s' not supported for target %s"
2228 msgstr ""
2229
2230 #: config/tc-alpha.c:1191 config/tc-alpha.c:3365 config/tc-avr.c:1903
2231 #: config/tc-msp430.c:4163 config/tc-wasm32.c:753
2232 #, c-format
2233 msgid "unknown opcode `%s'"
2234 msgstr ""
2235
2236 #: config/tc-alpha.c:1272 config/tc-alpha.c:1531
2237 msgid "overflow in literal (.lita) table"
2238 msgstr ""
2239
2240 #: config/tc-alpha.c:1279 config/tc-alpha.c:1303 config/tc-alpha.c:1544
2241 #: config/tc-alpha.c:2231 config/tc-alpha.c:2276 config/tc-alpha.c:2345
2242 #: config/tc-alpha.c:2428 config/tc-alpha.c:2653 config/tc-alpha.c:2751
2243 msgid "macro requires $at register while noat in effect"
2244 msgstr ""
2245
2246 #: config/tc-alpha.c:1281 config/tc-alpha.c:1305 config/tc-alpha.c:1546
2247 msgid "macro requires $at while $at in use"
2248 msgstr ""
2249
2250 #: config/tc-alpha.c:1490
2251 msgid "bignum invalid; zero assumed"
2252 msgstr ""
2253
2254 #: config/tc-alpha.c:1492
2255 msgid "floating point number invalid; zero assumed"
2256 msgstr ""
2257
2258 #: config/tc-alpha.c:1497
2259 msgid "can't handle expression"
2260 msgstr ""
2261
2262 #: config/tc-alpha.c:1537
2263 msgid "overflow in literal (.lit8) table"
2264 msgstr ""
2265
2266 #: config/tc-alpha.c:1834
2267 #, c-format
2268 msgid "too many ldah insns for !gpdisp!%ld"
2269 msgstr ""
2270
2271 #: config/tc-alpha.c:1836 config/tc-alpha.c:1848
2272 #, c-format
2273 msgid "both insns for !gpdisp!%ld must be in the same section"
2274 msgstr ""
2275
2276 #: config/tc-alpha.c:1846
2277 #, c-format
2278 msgid "too many lda insns for !gpdisp!%ld"
2279 msgstr ""
2280
2281 #: config/tc-alpha.c:1902
2282 #, c-format
2283 msgid "too many lituse insns for !lituse_tlsgd!%ld"
2284 msgstr ""
2285
2286 #: config/tc-alpha.c:1905
2287 #, c-format
2288 msgid "too many lituse insns for !lituse_tlsldm!%ld"
2289 msgstr ""
2290
2291 #: config/tc-alpha.c:1922
2292 #, c-format
2293 msgid "duplicate !tlsgd!%ld"
2294 msgstr ""
2295
2296 #: config/tc-alpha.c:1924
2297 #, c-format
2298 msgid "sequence number in use for !tlsldm!%ld"
2299 msgstr ""
2300
2301 #: config/tc-alpha.c:1938
2302 #, c-format
2303 msgid "duplicate !tlsldm!%ld"
2304 msgstr ""
2305
2306 #: config/tc-alpha.c:1940
2307 #, c-format
2308 msgid "sequence number in use for !tlsgd!%ld"
2309 msgstr ""
2310
2311 #: config/tc-alpha.c:1995 config/tc-arc.c:2827 config/tc-mn10200.c:854
2312 #: config/tc-mn10300.c:1150 config/tc-ppc.c:1964 config/tc-s390.c:674
2313 #: config/tc-tilegx.c:426 config/tc-tilegx.c:476 config/tc-tilepro.c:382
2314 msgid "operand"
2315 msgstr ""
2316
2317 #: config/tc-alpha.c:2134
2318 msgid "invalid relocation for instruction"
2319 msgstr ""
2320
2321 #: config/tc-alpha.c:2148
2322 msgid "invalid relocation for field"
2323 msgstr ""
2324
2325 #: config/tc-alpha.c:2980
2326 msgid "can not resolve expression"
2327 msgstr ""
2328
2329 #: config/tc-alpha.c:3515 config/tc-microblaze.c:204 config/tc-ppc.c:2287
2330 #: config/tc-ppc.c:5663
2331 #, c-format
2332 msgid ".COMMon length (%ld.) <0! Ignored."
2333 msgstr ""
2334
2335 #: config/tc-alpha.c:3526 config/tc-ia64.c:1094 config/tc-sparc.c:4279
2336 #: config/tc-v850.c:306
2337 msgid "Ignoring attempt to re-define symbol"
2338 msgstr ""
2339
2340 #: config/tc-alpha.c:3618 config/tc-sparc.c:4287
2341 #, c-format
2342 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
2343 msgstr ""
2344
2345 #: config/tc-alpha.c:3725
2346 msgid ".ent directive has no name"
2347 msgstr ""
2348
2349 #: config/tc-alpha.c:3733
2350 msgid "nested .ent directives"
2351 msgstr ""
2352
2353 #: config/tc-alpha.c:3777 ecoff.c:3008
2354 msgid ".end directive has no name"
2355 msgstr ""
2356
2357 #: config/tc-alpha.c:3785
2358 msgid ".end directive without matching .ent"
2359 msgstr ""
2360
2361 #: config/tc-alpha.c:3787
2362 msgid ".end directive names different symbol than .ent"
2363 msgstr ""
2364
2365 #: config/tc-alpha.c:3830 ecoff.c:3145
2366 msgid ".fmask outside of .ent"
2367 msgstr ""
2368
2369 #: config/tc-alpha.c:3832 config/tc-score.c:5595 ecoff.c:3209
2370 msgid ".mask outside of .ent"
2371 msgstr ""
2372
2373 #: config/tc-alpha.c:3840 ecoff.c:3152
2374 msgid "bad .fmask directive"
2375 msgstr ""
2376
2377 #: config/tc-alpha.c:3842 ecoff.c:3216
2378 msgid "bad .mask directive"
2379 msgstr ""
2380
2381 #: config/tc-alpha.c:3875 config/tc-mips.c:19628 config/tc-score.c:5736
2382 #: ecoff.c:3173
2383 msgid ".frame outside of .ent"
2384 msgstr ""
2385
2386 #: config/tc-alpha.c:3886 config/tc-mips.c:19639 ecoff.c:3184
2387 msgid "bad .frame directive"
2388 msgstr ""
2389
2390 #: config/tc-alpha.c:3920
2391 msgid ".prologue directive without a preceding .ent directive"
2392 msgstr ""
2393
2394 #: config/tc-alpha.c:3938
2395 #, c-format
2396 msgid "Invalid argument %d to .prologue."
2397 msgstr ""
2398
2399 #: config/tc-alpha.c:4027
2400 msgid "ECOFF debugging is disabled."
2401 msgstr ""
2402
2403 #: config/tc-alpha.c:4041
2404 msgid ".ent directive without matching .end"
2405 msgstr ""
2406
2407 #: config/tc-alpha.c:4134
2408 msgid ".usepv directive has no name"
2409 msgstr ""
2410
2411 #: config/tc-alpha.c:4147
2412 msgid ".usepv directive has no type"
2413 msgstr ""
2414
2415 #: config/tc-alpha.c:4162
2416 msgid "unknown argument for .usepv"
2417 msgstr ""
2418
2419 #: config/tc-alpha.c:4275
2420 #, c-format
2421 msgid "unknown section attribute %s"
2422 msgstr ""
2423
2424 #: config/tc-alpha.c:4370
2425 msgid "previous .ent not closed by a .end"
2426 msgstr ""
2427
2428 #: config/tc-alpha.c:4391
2429 msgid ".ent directive has no symbol"
2430 msgstr ""
2431
2432 #: config/tc-alpha.c:4416
2433 msgid ".handler directive has no name"
2434 msgstr ""
2435
2436 #: config/tc-alpha.c:4447
2437 msgid "Bad .frame directive 1./2. param"
2438 msgstr ""
2439
2440 #: config/tc-alpha.c:4457
2441 #, c-format
2442 msgid "Bad RA (%d) register for .frame"
2443 msgstr ""
2444
2445 #: config/tc-alpha.c:4462
2446 msgid "Bad .frame directive 3./4. param"
2447 msgstr ""
2448
2449 #: config/tc-alpha.c:4498
2450 msgid ".pdesc directive not in link (.link) section"
2451 msgstr ""
2452
2453 #: config/tc-alpha.c:4505
2454 msgid ".pdesc directive has no entry symbol"
2455 msgstr ""
2456
2457 #: config/tc-alpha.c:4516
2458 msgid ".pdesc has a bad entry symbol"
2459 msgstr ""
2460
2461 #: config/tc-alpha.c:4527
2462 msgid ".pdesc doesn't match with last .ent"
2463 msgstr ""
2464
2465 #: config/tc-alpha.c:4542
2466 msgid "No comma after .pdesc <entryname>"
2467 msgstr ""
2468
2469 #: config/tc-alpha.c:4562
2470 msgid "unknown procedure kind"
2471 msgstr ""
2472
2473 #: config/tc-alpha.c:4657
2474 msgid ".name directive not in link (.link) section"
2475 msgstr ""
2476
2477 #: config/tc-alpha.c:4665
2478 msgid ".name directive has no symbol"
2479 msgstr ""
2480
2481 #: config/tc-alpha.c:4699
2482 msgid "No symbol after .linkage"
2483 msgstr ""
2484
2485 #: config/tc-alpha.c:4746
2486 msgid "No symbol after .code_address"
2487 msgstr ""
2488
2489 #: config/tc-alpha.c:4772 config/tc-score.c:5601
2490 msgid "Bad .mask directive"
2491 msgstr ""
2492
2493 #: config/tc-alpha.c:4790
2494 msgid "Bad .fmask directive"
2495 msgstr ""
2496
2497 #: config/tc-alpha.c:4947
2498 #, c-format
2499 msgid "Expected comma after name \"%s\""
2500 msgstr ""
2501
2502 #: config/tc-alpha.c:4959
2503 #, c-format
2504 msgid "unhandled: .proc %s,%d"
2505 msgstr ""
2506
2507 #: config/tc-alpha.c:4992
2508 #, c-format
2509 msgid "Tried to .set unrecognized mode `%s'"
2510 msgstr ""
2511
2512 #: config/tc-alpha.c:5018
2513 #, c-format
2514 msgid "Bad base register, using $%d."
2515 msgstr ""
2516
2517 #: config/tc-alpha.c:5039 config/tc-nios2.c:351 config/tc-nios2.c:476
2518 #, c-format
2519 msgid "Alignment too large: %d. assumed"
2520 msgstr ""
2521
2522 #: config/tc-alpha.c:5043 config/tc-d30v.c:2057 config/tc-nios2.c:355
2523 #: config/tc-nios2.c:480 config/tc-pru.c:220 config/tc-pru.c:336
2524 msgid "Alignment negative: 0 assumed"
2525 msgstr ""
2526
2527 #: config/tc-alpha.c:5138 config/tc-alpha.c:5631
2528 #, c-format
2529 msgid "Unknown CPU identifier `%s'"
2530 msgstr ""
2531
2532 #: config/tc-alpha.c:5329
2533 #, c-format
2534 msgid "Chose GP value of %lx\n"
2535 msgstr ""
2536
2537 #: config/tc-alpha.c:5343
2538 msgid "bad .section directive: want a,s,w,x,M,S,G,T in string"
2539 msgstr ""
2540
2541 #: config/tc-alpha.c:5432
2542 #, c-format
2543 msgid "internal error: can't hash opcode `%s': %s"
2544 msgstr ""
2545
2546 #: config/tc-alpha.c:5468
2547 #, c-format
2548 msgid "internal error: can't hash macro `%s': %s"
2549 msgstr ""
2550
2551 #: config/tc-alpha.c:5552 config/tc-arc.c:2480 config/tc-arc.c:2494
2552 #: config/tc-arm.c:7304 config/tc-arm.c:7316 config/tc-xtensa.c:5462
2553 #: config/tc-xtensa.c:5538 config/tc-xtensa.c:5655 config/tc-z80.c:1951
2554 msgid "syntax error"
2555 msgstr ""
2556
2557 #: config/tc-alpha.c:5682
2558 msgid ""
2559 "Alpha options:\n"
2560 "-32addr\t\t\ttreat addresses as 32-bit values\n"
2561 "-F\t\t\tlack floating point instructions support\n"
2562 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
2563 "\t\t\tspecify variant of Alpha architecture\n"
2564 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -"
2565 "m21264b\n"
2566 "\t\t\tthese variants include PALcode opcodes\n"
2567 msgstr ""
2568
2569 #: config/tc-alpha.c:5692
2570 msgid ""
2571 "VMS options:\n"
2572 "-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
2573 "-H\t\t\tshow new symbol after hash truncation\n"
2574 "-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
2575 msgstr ""
2576
2577 #: config/tc-alpha.c:5949 config/tc-arc.c:3107
2578 #, c-format
2579 msgid "unhandled relocation type %s"
2580 msgstr ""
2581
2582 #: config/tc-alpha.c:5962 config/tc-arc.c:3115
2583 msgid "non-absolute expression in constant field"
2584 msgstr ""
2585
2586 #: config/tc-alpha.c:5976
2587 #, c-format
2588 msgid "type %d reloc done?\n"
2589 msgstr ""
2590
2591 #: config/tc-alpha.c:6023 config/tc-alpha.c:6030
2592 msgid "Used $at without \".set noat\""
2593 msgstr ""
2594
2595 #: config/tc-alpha.c:6199
2596 #, c-format
2597 msgid "!samegp reloc against symbol without .prologue: %s"
2598 msgstr ""
2599
2600 #: config/tc-alpha.c:6243 config/tc-arc.c:3238 config/tc-csky.c:5149
2601 #: config/tc-tilegx.c:1752 config/tc-tilepro.c:1532 config/tc-wasm32.c:813
2602 #: config/tc-xtensa.c:6148
2603 #, c-format
2604 msgid "cannot represent `%s' relocation in object file"
2605 msgstr ""
2606
2607 #: config/tc-alpha.c:6249 config/tc-arc.c:3244
2608 #, c-format
2609 msgid "internal error? cannot generate `%s' relocation"
2610 msgstr ""
2611
2612 #: config/tc-alpha.c:6345
2613 #, c-format
2614 msgid "frame reg expected, using $%d."
2615 msgstr ""
2616
2617 #: config/tc-arc.c:773
2618 #, c-format
2619 msgid "internal error: can't hash opcode '%s': %s"
2620 msgstr ""
2621
2622 #: config/tc-arc.c:781 config/tc-arc.c:2577 config/tc-arc.c:2595
2623 #: config/tc-arc.c:2648 config/tc-arc.c:2672 config/tc-arc.c:4875
2624 #: config/tc-arc.c:4942 config/tc-cr16.c:805 config/tc-cr16.c:828
2625 #: config/tc-cris.c:1195 config/tc-crx.c:535 config/tc-crx.c:562
2626 #: config/tc-crx.c:580 config/tc-pdp11.c:193
2627 msgid "Virtual memory exhausted"
2628 msgstr ""
2629
2630 #: config/tc-arc.c:831
2631 #, c-format
2632 msgid "invalid %s option for %s cpu"
2633 msgstr ""
2634
2635 #: config/tc-arc.c:836
2636 msgid "conflicting ISA extension attributes."
2637 msgstr ""
2638
2639 #: config/tc-arc.c:855
2640 msgid "Multiple .cpu directives found"
2641 msgstr ""
2642
2643 #: config/tc-arc.c:873
2644 msgid "Command-line value overrides \".cpu\" directive"
2645 msgstr ""
2646
2647 #: config/tc-arc.c:890
2648 #, c-format
2649 msgid "unknown architecture: %s\n"
2650 msgstr ""
2651
2652 #: config/tc-arc.c:1189
2653 msgid "No valid label relocation operand"
2654 msgstr ""
2655
2656 #: config/tc-arc.c:1211
2657 #, c-format
2658 msgid "Unknown relocation operand: @%s"
2659 msgstr ""
2660
2661 #: config/tc-arc.c:1224
2662 #, c-format
2663 msgid "Unable to parse TLS base: %s"
2664 msgstr ""
2665
2666 #: config/tc-arc.c:1248
2667 #, c-format
2668 msgid "@%s is not a complex relocation."
2669 msgstr ""
2670
2671 #: config/tc-arc.c:1254
2672 #, c-format
2673 msgid "Bad expression: @%s + %s."
2674 msgstr ""
2675
2676 #: config/tc-arc.c:1315
2677 msgid "Brackets in operand field incorrect"
2678 msgstr ""
2679
2680 #: config/tc-arc.c:1317 config/tc-xtensa.c:2068
2681 msgid "extra comma"
2682 msgstr ""
2683
2684 #: config/tc-arc.c:1319 config/tc-pru.c:1449 config/tc-pru.c:1718
2685 #: config/tc-xtensa.c:2072
2686 msgid "missing argument"
2687 msgstr ""
2688
2689 #: config/tc-arc.c:1321 config/tc-xtensa.c:2074
2690 msgid "missing comma or colon"
2691 msgstr ""
2692
2693 #: config/tc-arc.c:1390
2694 msgid "extra dot"
2695 msgstr ""
2696
2697 #: config/tc-arc.c:1392
2698 msgid "unrecognized flag"
2699 msgstr ""
2700
2701 #: config/tc-arc.c:1394
2702 msgid "failed to parse flags"
2703 msgstr ""
2704
2705 #: config/tc-arc.c:1420
2706 msgid "Unhandled reloc type"
2707 msgstr ""
2708
2709 #: config/tc-arc.c:2448
2710 #, c-format
2711 msgid "%s for instruction '%s'"
2712 msgstr ""
2713
2714 #: config/tc-arc.c:2450
2715 #, c-format
2716 msgid "inappropriate arguments for opcode '%s'"
2717 msgstr ""
2718
2719 #: config/tc-arc.c:2452
2720 #, c-format
2721 msgid "opcode '%s' not supported for target %s"
2722 msgstr ""
2723
2724 #: config/tc-arc.c:2456 config/tc-tic6x.c:3195
2725 #, c-format
2726 msgid "unknown opcode '%s'"
2727 msgstr ""
2728
2729 #: config/tc-arc.c:2514
2730 #, c-format
2731 msgid "Inserting \"%s\" into register table failed: %s"
2732 msgstr ""
2733
2734 #: config/tc-arc.c:2550
2735 #, c-format
2736 msgid "Inserting \"%s\" into address type table failed: %s"
2737 msgstr ""
2738
2739 #: config/tc-arc.c:2569 config/tc-arc.c:5054 config/tc-h8300.c:78
2740 #: config/tc-h8300.c:87 config/tc-h8300.c:97 config/tc-h8300.c:107
2741 #: config/tc-h8300.c:117 config/tc-h8300.c:128 config/tc-h8300.c:243
2742 #: config/tc-hppa.c:6822 config/tc-hppa.c:6828 config/tc-hppa.c:6834
2743 #: config/tc-hppa.c:6840 config/tc-hppa.c:8229 config/tc-lm32.c:197
2744 #: config/tc-mips.c:3652 config/tc-mips.c:4161 config/tc-mn10300.c:935
2745 #: config/tc-mn10300.c:940 config/tc-mn10300.c:2440 config/tc-xc16x.c:79
2746 #: config/tc-xc16x.c:86 config/tc-xc16x.c:93
2747 msgid "could not set architecture and machine"
2748 msgstr ""
2749
2750 #: config/tc-arc.c:2665 config/tc-arc.c:4862
2751 #, c-format
2752 msgid "internal error: can't hash aux register '%s': %s"
2753 msgstr ""
2754
2755 #: config/tc-arc.c:2772
2756 #, c-format
2757 msgid "unhandled reloc %s in md_pcrel_from_section"
2758 msgstr ""
2759
2760 #: config/tc-arc.c:2837
2761 msgid "Unaligned operand. Needs to be 32bit aligned"
2762 msgstr ""
2763
2764 #: config/tc-arc.c:2842
2765 msgid "Unaligned operand. Needs to be 16bit aligned"
2766 msgstr ""
2767
2768 #: config/tc-arc.c:2919 config/tc-cr16.c:573 config/tc-crx.c:345
2769 #: config/tc-mn10200.c:766 write.c:1029
2770 #, c-format
2771 msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
2772 msgstr ""
2773
2774 #: config/tc-arc.c:2978
2775 #, c-format
2776 msgid "PC relative relocation not allowed for (internal) type %d"
2777 msgstr ""
2778
2779 #. FIXME! Check for the conditionality of
2780 #. the insn.
2781 #. FIXME! Check for the conditionality of
2782 #. the insn.
2783 #: config/tc-arc.c:3023 config/tc-arc.c:4001
2784 msgid "TLS_*_S9 relocs are not supported yet"
2785 msgstr ""
2786
2787 #. I cannot fix an GOTPC relocation because I need to relax it
2788 #. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc.
2789 #: config/tc-arc.c:3059
2790 msgid "Unsupported operation on reloc"
2791 msgstr ""
2792
2793 #: config/tc-arc.c:3135 config/tc-arc.c:3151
2794 msgid "unknown fixup size"
2795 msgstr ""
2796
2797 #: config/tc-arc.c:3285
2798 msgid "no relaxation found for this instruction."
2799 msgstr ""
2800
2801 #: config/tc-arc.c:3535
2802 #, c-format
2803 msgid "ARC-specific assembler options:\n"
2804 msgstr ""
2805
2806 #: config/tc-arc.c:3561
2807 #, c-format
2808 msgid "  -mrelax                 enable relaxation\n"
2809 msgstr ""
2810
2811 #: config/tc-arc.c:3564
2812 #, c-format
2813 msgid ""
2814 "The following ARC-specific assembler options are deprecated and are "
2815 "accepted\n"
2816 "for compatibility only:\n"
2817 msgstr ""
2818
2819 #: config/tc-arc.c:3567
2820 #, c-format
2821 msgid ""
2822 "  -mEA\n"
2823 "  -mbarrel-shifter\n"
2824 "  -mbarrel_shifter\n"
2825 "  -mcrc\n"
2826 "  -mdsp-packa\n"
2827 "  -mdsp_packa\n"
2828 "  -mdvbf\n"
2829 "  -mld-extension-reg-mask\n"
2830 "  -mlock\n"
2831 "  -mmac-24\n"
2832 "  -mmac-d16\n"
2833 "  -mmac_24\n"
2834 "  -mmac_d16\n"
2835 "  -mmin-max\n"
2836 "  -mmin_max\n"
2837 "  -mmul64\n"
2838 "  -mno-mpy\n"
2839 "  -mnorm\n"
2840 "  -mrtsc\n"
2841 "  -msimd\n"
2842 "  -mswap\n"
2843 "  -mswape\n"
2844 "  -mtelephony\n"
2845 "  -muser-mode-only\n"
2846 "  -mxy\n"
2847 msgstr ""
2848
2849 #: config/tc-arc.c:3657
2850 #, c-format
2851 msgid "Unable to find %s relocation for instruction %s"
2852 msgstr ""
2853
2854 #: config/tc-arc.c:3952
2855 #, c-format
2856 msgid "Unable to use @plt relocation for insn %s"
2857 msgstr ""
2858
2859 #: config/tc-arc.c:3971
2860 #, c-format
2861 msgid "Unable to use @pcl relocation for insn %s"
2862 msgstr ""
2863
2864 #: config/tc-arc.c:4027
2865 #, c-format
2866 msgid "invalid relocation %s for field"
2867 msgstr ""
2868
2869 #: config/tc-arc.c:4138
2870 #, c-format
2871 msgid "Insn %s has a jump/branch instruction %s in its delay slot."
2872 msgstr ""
2873
2874 #: config/tc-arc.c:4143
2875 #, c-format
2876 msgid "Insn %s has an instruction %s with limm in its delay slot."
2877 msgstr ""
2878
2879 #: config/tc-arc.c:4253 config/tc-microblaze.c:2558 config/tc-mn10300.c:1069
2880 #: config/tc-sh.c:418 config/tc-z80.c:700 read.c:4576
2881 #, c-format
2882 msgid "unsupported BFD relocation size %u"
2883 msgstr ""
2884
2885 #: config/tc-arc.c:4273
2886 #, c-format
2887 msgid "Jump/Branch instruction detected at the end of the ZOL label @%s"
2888 msgstr ""
2889
2890 #: config/tc-arc.c:4280
2891 #, c-format
2892 msgid "Kernel instruction detected at the end of the ZOL label @%s"
2893 msgstr ""
2894
2895 #: config/tc-arc.c:4285
2896 #, c-format
2897 msgid ""
2898 "A jump instruction with long immediate detected at the end of the ZOL label @"
2899 "%s"
2900 msgstr ""
2901
2902 #: config/tc-arc.c:4291
2903 #, c-format
2904 msgid "An illegal use of delay slot detected at the end of the ZOL label @%s"
2905 msgstr ""
2906
2907 #: config/tc-arc.c:4400
2908 msgid "expected comma after instruction name"
2909 msgstr ""
2910
2911 #: config/tc-arc.c:4412
2912 msgid "expected comma after major opcode"
2913 msgstr ""
2914
2915 #: config/tc-arc.c:4598
2916 #, c-format
2917 msgid "Pseudocode already used %s"
2918 msgstr ""
2919
2920 #: config/tc-arc.c:4606
2921 #, c-format
2922 msgid "major opcode not in range [0x%02x - 0x%02x]"
2923 msgstr ""
2924
2925 #: config/tc-arc.c:4610
2926 msgid "minor opcode not in range [0x00 - 0x3f]"
2927 msgstr ""
2928
2929 #: config/tc-arc.c:4616
2930 msgid "Improper use of OP1_IMM_IMPLIED"
2931 msgstr ""
2932
2933 #: config/tc-arc.c:4622
2934 msgid "Improper use of OP1_MUST_BE_IMM"
2935 msgstr ""
2936
2937 #: config/tc-arc.c:4634
2938 msgid "Couldn't generate extension instruction opcodes"
2939 msgstr ""
2940
2941 #: config/tc-arc.c:4670
2942 msgid "expected comma after name"
2943 msgstr ""
2944
2945 #: config/tc-arc.c:4681
2946 #, c-format
2947 msgid "%s second argument cannot be a negative number %d"
2948 msgstr ""
2949
2950 #: config/tc-arc.c:4696
2951 msgid "expected comma after register number"
2952 msgstr ""
2953
2954 #: config/tc-arc.c:4717
2955 msgid "invalid mode"
2956 msgstr ""
2957
2958 #: config/tc-arc.c:4735
2959 msgid "expected comma after register mode"
2960 msgstr ""
2961
2962 #: config/tc-arc.c:4750
2963 msgid "shortcut designator invalid"
2964 msgstr ""
2965
2966 #: config/tc-arc.c:4849
2967 #, c-format
2968 msgid "core register %s value (%d) too large"
2969 msgstr ""
2970
2971 #: config/tc-arc.c:4868
2972 #, c-format
2973 msgid "condition code %s value (%d) too large"
2974 msgstr ""
2975
2976 #: config/tc-arc.c:4887
2977 msgid "Unknown extension"
2978 msgstr ""
2979
2980 #: config/tc-arc.c:4992
2981 msgid "Overwrite explicitly set Tag_ARC_CPU_base"
2982 msgstr ""
2983
2984 #: config/tc-arc.c:5040
2985 msgid "Overwrite explicitly set Tag_ARC_ABI_rf16 to full register file"
2986 msgstr ""
2987
2988 #: config/tc-arm.c:653
2989 msgid "ARM register expected"
2990 msgstr ""
2991
2992 #: config/tc-arm.c:654
2993 msgid "bad or missing co-processor number"
2994 msgstr ""
2995
2996 #: config/tc-arm.c:655
2997 msgid "co-processor register expected"
2998 msgstr ""
2999
3000 #: config/tc-arm.c:656
3001 msgid "FPA register expected"
3002 msgstr ""
3003
3004 #: config/tc-arm.c:657
3005 msgid "VFP single precision register expected"
3006 msgstr ""
3007
3008 #: config/tc-arm.c:658
3009 msgid "VFP/Neon double precision register expected"
3010 msgstr ""
3011
3012 #: config/tc-arm.c:659
3013 msgid "Neon quad precision register expected"
3014 msgstr ""
3015
3016 #: config/tc-arm.c:660
3017 msgid "VFP single or double precision register expected"
3018 msgstr ""
3019
3020 #: config/tc-arm.c:661
3021 msgid "Neon double or quad precision register expected"
3022 msgstr ""
3023
3024 #: config/tc-arm.c:662
3025 msgid "Neon single or double precision register expected"
3026 msgstr ""
3027
3028 #: config/tc-arm.c:663
3029 msgid "VFP single, double or Neon quad precision register expected"
3030 msgstr ""
3031
3032 #: config/tc-arm.c:665
3033 msgid "VFP system register expected"
3034 msgstr ""
3035
3036 #: config/tc-arm.c:666
3037 msgid "Maverick MVF register expected"
3038 msgstr ""
3039
3040 #: config/tc-arm.c:667
3041 msgid "Maverick MVD register expected"
3042 msgstr ""
3043
3044 #: config/tc-arm.c:668
3045 msgid "Maverick MVFX register expected"
3046 msgstr ""
3047
3048 #: config/tc-arm.c:669
3049 msgid "Maverick MVDX register expected"
3050 msgstr ""
3051
3052 #: config/tc-arm.c:670
3053 msgid "Maverick MVAX register expected"
3054 msgstr ""
3055
3056 #: config/tc-arm.c:671
3057 msgid "Maverick DSPSC register expected"
3058 msgstr ""
3059
3060 #: config/tc-arm.c:672
3061 msgid "iWMMXt data register expected"
3062 msgstr ""
3063
3064 #: config/tc-arm.c:673 config/tc-arm.c:7077
3065 msgid "iWMMXt control register expected"
3066 msgstr ""
3067
3068 #: config/tc-arm.c:674
3069 msgid "iWMMXt scalar register expected"
3070 msgstr ""
3071
3072 #: config/tc-arm.c:675
3073 msgid "XScale accumulator register expected"
3074 msgstr ""
3075
3076 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
3077 #: config/tc-arm.c:837 config/tc-score.c:259
3078 msgid "bad arguments to instruction"
3079 msgstr ""
3080
3081 #: config/tc-arm.c:838
3082 msgid "r13 not allowed here"
3083 msgstr ""
3084
3085 #: config/tc-arm.c:839
3086 msgid "r15 not allowed here"
3087 msgstr ""
3088
3089 #: config/tc-arm.c:840
3090 msgid "instruction cannot be conditional"
3091 msgstr ""
3092
3093 #: config/tc-arm.c:841
3094 msgid "registers may not be the same"
3095 msgstr ""
3096
3097 #: config/tc-arm.c:842
3098 msgid "lo register required"
3099 msgstr ""
3100
3101 #: config/tc-arm.c:843
3102 msgid "instruction not supported in Thumb16 mode"
3103 msgstr ""
3104
3105 #: config/tc-arm.c:844
3106 msgid "instruction does not accept this addressing mode"
3107 msgstr ""
3108
3109 #: config/tc-arm.c:845
3110 msgid "branch must be last instruction in IT block"
3111 msgstr ""
3112
3113 #: config/tc-arm.c:846
3114 msgid "instruction not allowed in IT block"
3115 msgstr ""
3116
3117 #: config/tc-arm.c:847
3118 msgid "selected FPU does not support instruction"
3119 msgstr ""
3120
3121 #: config/tc-arm.c:848
3122 msgid "thumb conditional instruction should be in IT block"
3123 msgstr ""
3124
3125 #: config/tc-arm.c:849
3126 msgid "incorrect condition in IT block"
3127 msgstr ""
3128
3129 #: config/tc-arm.c:850
3130 msgid "IT falling in the range of a previous IT block"
3131 msgstr ""
3132
3133 #: config/tc-arm.c:851
3134 msgid "missing .fnstart before unwinding directive"
3135 msgstr ""
3136
3137 #: config/tc-arm.c:853
3138 msgid "cannot use register index with PC-relative addressing"
3139 msgstr ""
3140
3141 #: config/tc-arm.c:855
3142 msgid "cannot use writeback with PC-relative addressing"
3143 msgstr ""
3144
3145 #: config/tc-arm.c:857
3146 msgid "selected processor does not support fp16 instruction"
3147 msgstr ""
3148
3149 #: config/tc-arm.c:858
3150 msgid "using "
3151 msgstr ""
3152
3153 #: config/tc-arm.c:859
3154 msgid "relocation valid in thumb1 code only"
3155 msgstr ""
3156
3157 #: config/tc-arm.c:1065
3158 msgid "immediate expression requires a # prefix"
3159 msgstr ""
3160
3161 #: config/tc-arm.c:1094 read.c:3799
3162 msgid "missing expression"
3163 msgstr ""
3164
3165 #: config/tc-arm.c:1108 config/tc-arm.c:5277 config/tc-score.c:1210
3166 msgid "invalid constant"
3167 msgstr ""
3168
3169 #: config/tc-arm.c:1240
3170 msgid "expected #constant"
3171 msgstr ""
3172
3173 #: config/tc-arm.c:1404
3174 #, c-format
3175 msgid "unexpected character `%c' in type specifier"
3176 msgstr ""
3177
3178 #: config/tc-arm.c:1421
3179 #, c-format
3180 msgid "bad size %d in type specifier"
3181 msgstr ""
3182
3183 #: config/tc-arm.c:1471
3184 msgid "only one type should be specified for operand"
3185 msgstr ""
3186
3187 #: config/tc-arm.c:1477
3188 msgid "vector type expected"
3189 msgstr ""
3190
3191 #: config/tc-arm.c:1551
3192 msgid "can't redefine type for operand"
3193 msgstr ""
3194
3195 #: config/tc-arm.c:1564
3196 msgid "only D registers may be indexed"
3197 msgstr ""
3198
3199 #: config/tc-arm.c:1570
3200 msgid "can't change index for operand"
3201 msgstr ""
3202
3203 #: config/tc-arm.c:1633
3204 msgid "register operand expected, but got scalar"
3205 msgstr ""
3206
3207 #: config/tc-arm.c:1670
3208 msgid "scalar must have an index"
3209 msgstr ""
3210
3211 #: config/tc-arm.c:1675 config/tc-arm.c:16604 config/tc-arm.c:16664
3212 #: config/tc-arm.c:17151
3213 msgid "scalar index out of range"
3214 msgstr ""
3215
3216 #: config/tc-arm.c:1725
3217 msgid "bad range in register list"
3218 msgstr ""
3219
3220 #: config/tc-arm.c:1733 config/tc-arm.c:1742 config/tc-arm.c:1783
3221 #, c-format
3222 msgid "Warning: duplicated register (r%d) in register list"
3223 msgstr ""
3224
3225 #: config/tc-arm.c:1745
3226 msgid "Warning: register range not in ascending order"
3227 msgstr ""
3228
3229 #: config/tc-arm.c:1756
3230 msgid "missing `}'"
3231 msgstr ""
3232
3233 #: config/tc-arm.c:1772
3234 msgid "invalid register mask"
3235 msgstr ""
3236
3237 #: config/tc-arm.c:1907 config/tc-arm.c:1951
3238 msgid "register out of range in list"
3239 msgstr ""
3240
3241 #: config/tc-arm.c:1929 config/tc-arm.c:4214 config/tc-arm.c:4348
3242 msgid "register list not in ascending order"
3243 msgstr ""
3244
3245 #: config/tc-arm.c:1960
3246 msgid "register range not in ascending order"
3247 msgstr ""
3248
3249 #: config/tc-arm.c:1993
3250 msgid "non-contiguous register range"
3251 msgstr ""
3252
3253 #: config/tc-arm.c:2052
3254 msgid "register stride must be 1 or 2"
3255 msgstr ""
3256
3257 #: config/tc-arm.c:2053
3258 msgid "mismatched element/structure types in list"
3259 msgstr ""
3260
3261 #: config/tc-arm.c:2121
3262 msgid "don't use Rn-Rm syntax with non-unit stride"
3263 msgstr ""
3264
3265 #: config/tc-arm.c:2176
3266 msgid "error parsing element/structure list"
3267 msgstr ""
3268
3269 #: config/tc-arm.c:2182
3270 msgid "expected }"
3271 msgstr ""
3272
3273 #: config/tc-arm.c:2273
3274 msgid "attempt to redefine typed alias"
3275 msgstr ""
3276
3277 #: config/tc-arm.c:2408
3278 msgid "bad type for register"
3279 msgstr ""
3280
3281 #: config/tc-arm.c:2419 config/tc-nios2.c:1804
3282 msgid "expression must be constant"
3283 msgstr ""
3284
3285 #: config/tc-arm.c:2436
3286 msgid "can't redefine the type of a register alias"
3287 msgstr ""
3288
3289 #: config/tc-arm.c:2443
3290 msgid "you must specify a single type only"
3291 msgstr ""
3292
3293 #: config/tc-arm.c:2456
3294 msgid "can't redefine the index of a scalar alias"
3295 msgstr ""
3296
3297 #: config/tc-arm.c:2464
3298 msgid "scalar index must be constant"
3299 msgstr ""
3300
3301 #: config/tc-arm.c:2473
3302 msgid "expecting ]"
3303 msgstr ""
3304
3305 #: config/tc-arm.c:2525
3306 msgid "invalid syntax for .dn directive"
3307 msgstr ""
3308
3309 #: config/tc-arm.c:2531
3310 msgid "invalid syntax for .qn directive"
3311 msgstr ""
3312
3313 #: config/tc-arm.c:2566
3314 #, c-format
3315 msgid "ignoring attempt to use .unreq on fixed register name: '%s'"
3316 msgstr ""
3317
3318 #: config/tc-arm.c:2831
3319 #, c-format
3320 msgid "Failed to find real start of function: %s\n"
3321 msgstr ""
3322
3323 #: config/tc-arm.c:2848
3324 msgid "selected processor does not support THUMB opcodes"
3325 msgstr ""
3326
3327 #: config/tc-arm.c:2861
3328 msgid "selected processor does not support ARM opcodes"
3329 msgstr ""
3330
3331 #: config/tc-arm.c:2873
3332 #, c-format
3333 msgid "invalid instruction size selected (%d)"
3334 msgstr ""
3335
3336 #: config/tc-arm.c:2905
3337 #, c-format
3338 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
3339 msgstr ""
3340
3341 #: config/tc-arm.c:2960
3342 #, c-format
3343 msgid "expected comma after name \"%s\""
3344 msgstr ""
3345
3346 #: config/tc-arm.c:3010 config/tc-m32r.c:584
3347 #, c-format
3348 msgid "symbol `%s' already defined"
3349 msgstr ""
3350
3351 #: config/tc-arm.c:3043
3352 #, c-format
3353 msgid "unrecognized syntax mode \"%s\""
3354 msgstr ""
3355
3356 #: config/tc-arm.c:3086
3357 msgid ".ref pseudo-op only available with -mccs flag."
3358 msgstr ""
3359
3360 #: config/tc-arm.c:3127
3361 msgid ".asmfunc repeated."
3362 msgstr ""
3363
3364 #: config/tc-arm.c:3131
3365 msgid ".asmfunc without function."
3366 msgstr ""
3367
3368 #: config/tc-arm.c:3137
3369 msgid ".asmfunc pseudo-op only available with -mccs flag."
3370 msgstr ""
3371
3372 #: config/tc-arm.c:3148
3373 msgid ".endasmfunc without a .asmfunc."
3374 msgstr ""
3375
3376 #: config/tc-arm.c:3152
3377 msgid ".endasmfunc without function."
3378 msgstr ""
3379
3380 #: config/tc-arm.c:3163
3381 msgid ".endasmfunc pseudo-op only available with -mccs flag."
3382 msgstr ""
3383
3384 #: config/tc-arm.c:3172
3385 msgid ".def pseudo-op only available with -mccs flag."
3386 msgstr ""
3387
3388 #: config/tc-arm.c:3330
3389 msgid "invalid type for literal pool"
3390 msgstr ""
3391
3392 #: config/tc-arm.c:3410 config/tc-tic54x.c:5353
3393 #, c-format
3394 msgid "Invalid label '%s'"
3395 msgstr ""
3396
3397 #: config/tc-arm.c:3586
3398 msgid "(plt) is only valid on branch targets"
3399 msgstr ""
3400
3401 #: config/tc-arm.c:3592 config/tc-csky.c:6989 config/tc-s390.c:1208
3402 #: config/tc-s390.c:1878 config/tc-xtensa.c:1694
3403 #, c-format
3404 msgid "%s relocations do not fit in %d byte"
3405 msgid_plural "%s relocations do not fit in %d bytes"
3406 msgstr[0] ""
3407 msgstr[1] ""
3408
3409 #: config/tc-arm.c:3674
3410 msgid ".inst.n operand too big. Use .inst.w instead"
3411 msgstr ""
3412
3413 #: config/tc-arm.c:3694
3414 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
3415 msgstr ""
3416
3417 #: config/tc-arm.c:3724
3418 msgid "width suffixes are invalid in ARM mode"
3419 msgstr ""
3420
3421 #: config/tc-arm.c:3766 dwarf2dbg.c:1005
3422 msgid "expected 0 or 1"
3423 msgstr ""
3424
3425 #: config/tc-arm.c:3770
3426 msgid "missing comma"
3427 msgstr ""
3428
3429 #: config/tc-arm.c:3803
3430 msgid "duplicate .fnstart directive"
3431 msgstr ""
3432
3433 #: config/tc-arm.c:3834 config/tc-tic6x.c:412
3434 msgid "duplicate .handlerdata directive"
3435 msgstr ""
3436
3437 #: config/tc-arm.c:3853
3438 msgid ".fnend directive without .fnstart"
3439 msgstr ""
3440
3441 #: config/tc-arm.c:3920 config/tc-tic6x.c:393
3442 msgid "personality routine specified for cantunwind frame"
3443 msgstr ""
3444
3445 #: config/tc-arm.c:3937 config/tc-tic6x.c:454
3446 msgid "duplicate .personalityindex directive"
3447 msgstr ""
3448
3449 #: config/tc-arm.c:3944 config/tc-tic6x.c:461
3450 msgid "bad personality routine number"
3451 msgstr ""
3452
3453 #: config/tc-arm.c:3966 config/tc-tic6x.c:478
3454 msgid "duplicate .personality directive"
3455 msgstr ""
3456
3457 #: config/tc-arm.c:3990 config/tc-arm.c:4118 config/tc-arm.c:4166
3458 msgid "expected register list"
3459 msgstr ""
3460
3461 #: config/tc-arm.c:4072
3462 msgid "expected , <constant>"
3463 msgstr ""
3464
3465 #: config/tc-arm.c:4081
3466 msgid "number of registers must be in the range [1:4]"
3467 msgstr ""
3468
3469 #: config/tc-arm.c:4228 config/tc-arm.c:4362
3470 msgid "bad register range"
3471 msgstr ""
3472
3473 #: config/tc-arm.c:4428
3474 msgid "FPA .unwind_save does not take a register list"
3475 msgstr ""
3476
3477 #: config/tc-arm.c:4456
3478 msgid ".unwind_save does not support this kind of register"
3479 msgstr ""
3480
3481 #: config/tc-arm.c:4495
3482 msgid "SP and PC not permitted in .unwind_movsp directive"
3483 msgstr ""
3484
3485 #: config/tc-arm.c:4500
3486 msgid "unexpected .unwind_movsp directive"
3487 msgstr ""
3488
3489 #: config/tc-arm.c:4527
3490 msgid "stack increment must be multiple of 4"
3491 msgstr ""
3492
3493 #: config/tc-arm.c:4559
3494 msgid "expected <reg>, <reg>"
3495 msgstr ""
3496
3497 #: config/tc-arm.c:4577
3498 msgid "register must be either sp or set by a previousunwind_movsp directive"
3499 msgstr ""
3500
3501 #: config/tc-arm.c:4616
3502 msgid "expected <offset>, <opcode>"
3503 msgstr ""
3504
3505 #: config/tc-arm.c:4628
3506 msgid "unwind opcode too long"
3507 msgstr ""
3508
3509 #: config/tc-arm.c:4633
3510 msgid "invalid unwind opcode"
3511 msgstr ""
3512
3513 #: config/tc-arm.c:4821 config/tc-arm.c:5832 config/tc-arm.c:10678
3514 #: config/tc-arm.c:11211 config/tc-arm.c:13238 config/tc-arm.c:14820
3515 #: config/tc-arm.c:24280 config/tc-arm.c:24344 config/tc-arm.c:24352
3516 #: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161
3517 msgid "immediate value out of range"
3518 msgstr ""
3519
3520 #: config/tc-arm.c:4991
3521 msgid "invalid FPA immediate expression"
3522 msgstr ""
3523
3524 #: config/tc-arm.c:5177
3525 msgid "'LSL' or 'ASR' required"
3526 msgstr ""
3527
3528 #: config/tc-arm.c:5185
3529 msgid "'LSL' required"
3530 msgstr ""
3531
3532 #: config/tc-arm.c:5193
3533 msgid "'ASR' required"
3534 msgstr ""
3535
3536 #: config/tc-arm.c:5272
3537 msgid "invalid rotation"
3538 msgstr ""
3539
3540 #: config/tc-arm.c:5452 config/tc-arm.c:5621
3541 msgid "unknown group relocation"
3542 msgstr ""
3543
3544 #: config/tc-arm.c:5488
3545 msgid "alignment must be constant"
3546 msgstr ""
3547
3548 #: config/tc-arm.c:5652
3549 msgid "this group relocation is not allowed on this instruction"
3550 msgstr ""
3551
3552 #: config/tc-arm.c:5708
3553 msgid "'}' expected at end of 'option' field"
3554 msgstr ""
3555
3556 #: config/tc-arm.c:5713
3557 msgid "cannot combine index with option"
3558 msgstr ""
3559
3560 #: config/tc-arm.c:5970
3561 msgid "unexpected bit specified after APSR"
3562 msgstr ""
3563
3564 #: config/tc-arm.c:5982
3565 msgid "selected processor does not support DSP extension"
3566 msgstr ""
3567
3568 #: config/tc-arm.c:5994
3569 msgid "bad bitmask specified after APSR"
3570 msgstr ""
3571
3572 #: config/tc-arm.c:6018
3573 msgid "writing to APSR without specifying a bitmask is deprecated"
3574 msgstr ""
3575
3576 #: config/tc-arm.c:6030 config/tc-arm.c:12372 config/tc-arm.c:12417
3577 #: config/tc-arm.c:12421
3578 msgid "selected processor does not support requested special purpose register"
3579 msgstr ""
3580
3581 #: config/tc-arm.c:6035
3582 msgid "flag for {c}psr instruction expected"
3583 msgstr ""
3584
3585 #: config/tc-arm.c:6060
3586 msgid "unrecognized CPS flag"
3587 msgstr ""
3588
3589 #: config/tc-arm.c:6067
3590 msgid "missing CPS flags"
3591 msgstr ""
3592
3593 #: config/tc-arm.c:6090 config/tc-arm.c:6096
3594 msgid "valid endian specifiers are be or le"
3595 msgstr ""
3596
3597 #: config/tc-arm.c:6118
3598 msgid "missing rotation field after comma"
3599 msgstr ""
3600
3601 #: config/tc-arm.c:6133
3602 msgid "rotation can only be 0, 8, 16, or 24"
3603 msgstr ""
3604
3605 #: config/tc-arm.c:6162
3606 msgid "condition required"
3607 msgstr ""
3608
3609 #: config/tc-arm.c:6229 config/tc-arm.c:8962
3610 msgid "'[' expected"
3611 msgstr ""
3612
3613 #: config/tc-arm.c:6242
3614 msgid "',' expected"
3615 msgstr ""
3616
3617 #: config/tc-arm.c:6259
3618 msgid "invalid shift"
3619 msgstr ""
3620
3621 #: config/tc-arm.c:6332
3622 msgid "can't use Neon quad register here"
3623 msgstr ""
3624
3625 #: config/tc-arm.c:6399
3626 msgid "expected <Rm> or <Dm> or <Qm> operand"
3627 msgstr ""
3628
3629 #: config/tc-arm.c:6479
3630 msgid "parse error"
3631 msgstr ""
3632
3633 #. ISB can only take SY as an option.
3634 #: config/tc-arm.c:6748
3635 msgid "invalid barrier type"
3636 msgstr ""
3637
3638 #: config/tc-arm.c:6845
3639 msgid "only floating point zero is allowed as immediate value"
3640 msgstr ""
3641
3642 #: config/tc-arm.c:6915
3643 msgid "immediate value is out of range"
3644 msgstr ""
3645
3646 #: config/tc-arm.c:7062
3647 msgid "iWMMXt data or control register expected"
3648 msgstr ""
3649
3650 #: config/tc-arm.c:7102
3651 msgid "Banked registers are not available with this architecture."
3652 msgstr ""
3653
3654 #: config/tc-arm.c:7330 config/tc-score.c:264
3655 msgid "garbage following instruction"
3656 msgstr ""
3657
3658 #. If REG is R13 (the stack pointer), warn that its use is
3659 #. deprecated.
3660 #: config/tc-arm.c:7380
3661 msgid "use of r13 is deprecated"
3662 msgstr ""
3663
3664 #: config/tc-arm.c:7398 config/tc-arm.c:16819
3665 msgid ""
3666 "ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is "
3667 "UNPREDICTABLE"
3668 msgstr ""
3669
3670 #: config/tc-arm.c:7473
3671 msgid "D register out of range for selected VFP version"
3672 msgstr ""
3673
3674 #: config/tc-arm.c:7570 config/tc-arm.c:10397
3675 msgid "Instruction does not support =N addresses"
3676 msgstr ""
3677
3678 #: config/tc-arm.c:7578
3679 msgid "instruction does not accept preindexed addressing"
3680 msgstr ""
3681
3682 #. unindexed - only for coprocessor
3683 #: config/tc-arm.c:7594 config/tc-arm.c:10460
3684 msgid "instruction does not accept unindexed addressing"
3685 msgstr ""
3686
3687 #: config/tc-arm.c:7602
3688 msgid "destination register same as write-back base"
3689 msgstr ""
3690
3691 #: config/tc-arm.c:7603
3692 msgid "source register same as write-back base"
3693 msgstr ""
3694
3695 #: config/tc-arm.c:7653
3696 msgid "use of PC in this instruction is deprecated"
3697 msgstr ""
3698
3699 #: config/tc-arm.c:7676
3700 msgid "instruction does not accept scaled register index"
3701 msgstr ""
3702
3703 #: config/tc-arm.c:7981
3704 msgid "invalid pseudo operation"
3705 msgstr ""
3706
3707 #: config/tc-arm.c:8219
3708 msgid "invalid co-processor operand"
3709 msgstr ""
3710
3711 #: config/tc-arm.c:8235
3712 msgid "instruction does not support unindexed addressing"
3713 msgstr ""
3714
3715 #: config/tc-arm.c:8250
3716 msgid "pc may not be used with write-back"
3717 msgstr ""
3718
3719 #: config/tc-arm.c:8255
3720 msgid "instruction does not support writeback"
3721 msgstr ""
3722
3723 #: config/tc-arm.c:8361
3724 msgid "Rn must not overlap other operands"
3725 msgstr ""
3726
3727 #: config/tc-arm.c:8366
3728 msgid "swp{b} use is obsoleted for ARMv8 and later"
3729 msgstr ""
3730
3731 #: config/tc-arm.c:8369
3732 msgid "swp{b} use is deprecated for ARMv6 and ARMv7"
3733 msgstr ""
3734
3735 #: config/tc-arm.c:8488 config/tc-arm.c:8507 config/tc-arm.c:8520
3736 #: config/tc-arm.c:11048 config/tc-arm.c:11079 config/tc-arm.c:11101
3737 msgid "bit-field extends past end of register"
3738 msgstr ""
3739
3740 #: config/tc-arm.c:8550
3741 msgid "the only valid suffixes here are '(plt)' and '(tlscall)'"
3742 msgstr ""
3743
3744 #: config/tc-arm.c:8603
3745 msgid "use of r15 in blx in ARM mode is not really useful"
3746 msgstr ""
3747
3748 #: config/tc-arm.c:8625
3749 msgid "use of r15 in bx in ARM mode is not really useful"
3750 msgstr ""
3751
3752 #: config/tc-arm.c:8651
3753 msgid "use of r15 in bxj is not really useful"
3754 msgstr ""
3755
3756 #: config/tc-arm.c:8699
3757 msgid "This coprocessor register access is deprecated in ARMv8"
3758 msgstr ""
3759
3760 #: config/tc-arm.c:8907 config/tc-arm.c:8916
3761 msgid "writeback of base register is UNPREDICTABLE"
3762 msgstr ""
3763
3764 #: config/tc-arm.c:8910
3765 msgid "writeback of base register when in register list is UNPREDICTABLE"
3766 msgstr ""
3767
3768 #: config/tc-arm.c:8920
3769 msgid "if writeback register is in list, it must be the lowest reg in the list"
3770 msgstr ""
3771
3772 #: config/tc-arm.c:8957
3773 msgid "first transfer register must be even"
3774 msgstr ""
3775
3776 #: config/tc-arm.c:8960
3777 msgid "can only transfer two consecutive registers"
3778 msgstr ""
3779
3780 #. If op 1 were present and equal to PC, this function wouldn't
3781 #. have been called in the first place.
3782 #. If op 2 were present and equal to PC, this function wouldn't
3783 #. have been called in the first place.
3784 #: config/tc-arm.c:8961 config/tc-arm.c:9031 config/tc-arm.c:9695
3785 #: config/tc-arm.c:11863
3786 msgid "r14 not allowed here"
3787 msgstr ""
3788
3789 #: config/tc-arm.c:8973
3790 msgid "base register written back, and overlaps second transfer register"
3791 msgstr ""
3792
3793 #: config/tc-arm.c:8983
3794 msgid "index register overlaps transfer register"
3795 msgstr ""
3796
3797 #: config/tc-arm.c:9012 config/tc-arm.c:9662
3798 msgid "offset must be zero in ARM encoding"
3799 msgstr ""
3800
3801 #: config/tc-arm.c:9025 config/tc-arm.c:9689
3802 msgid "even register required"
3803 msgstr ""
3804
3805 #: config/tc-arm.c:9028
3806 msgid "can only load two consecutive registers"
3807 msgstr ""
3808
3809 #: config/tc-arm.c:9046
3810 msgid "ldr to register 15 must be 4-byte aligned"
3811 msgstr ""
3812
3813 #: config/tc-arm.c:9069 config/tc-arm.c:9101
3814 msgid "this instruction requires a post-indexed address"
3815 msgstr ""
3816
3817 #: config/tc-arm.c:9128
3818 msgid "Rd and Rm should be different in mla"
3819 msgstr ""
3820
3821 #: config/tc-arm.c:9155 config/tc-arm.c:12236
3822 msgid ":lower16: not allowed in this instruction"
3823 msgstr ""
3824
3825 #: config/tc-arm.c:9157 config/tc-arm.c:12241
3826 msgid ":upper16: not allowed in this instruction"
3827 msgstr ""
3828
3829 #: config/tc-arm.c:9174
3830 msgid "operand 1 must be FPSCR"
3831 msgstr ""
3832
3833 #: config/tc-arm.c:9266 config/tc-arm.c:12355
3834 msgid "bad register for mrs"
3835 msgstr ""
3836
3837 #: config/tc-arm.c:9273 config/tc-arm.c:12379
3838 msgid "'APSR', 'CPSR' or 'SPSR' expected"
3839 msgstr ""
3840
3841 #: config/tc-arm.c:9314
3842 msgid "Rd and Rm should be different in mul"
3843 msgstr ""
3844
3845 #: config/tc-arm.c:9333 config/tc-arm.c:9607 config/tc-arm.c:12518
3846 msgid "rdhi and rdlo must be different"
3847 msgstr ""
3848
3849 #: config/tc-arm.c:9339
3850 msgid "rdhi, rdlo and rm must all be different"
3851 msgstr ""
3852
3853 #: config/tc-arm.c:9405
3854 msgid "'[' expected after PLD mnemonic"
3855 msgstr ""
3856
3857 #: config/tc-arm.c:9407 config/tc-arm.c:9422
3858 msgid "post-indexed expression used in preload instruction"
3859 msgstr ""
3860
3861 #: config/tc-arm.c:9409 config/tc-arm.c:9424
3862 msgid "writeback used in preload instruction"
3863 msgstr ""
3864
3865 #: config/tc-arm.c:9411 config/tc-arm.c:9426
3866 msgid "unindexed addressing used in preload instruction"
3867 msgstr ""
3868
3869 #: config/tc-arm.c:9420
3870 msgid "'[' expected after PLI mnemonic"
3871 msgstr ""
3872
3873 #: config/tc-arm.c:9435 config/tc-arm.c:12687
3874 msgid "push/pop do not support {reglist}^"
3875 msgstr ""
3876
3877 #: config/tc-arm.c:9513 config/tc-arm.c:12834
3878 msgid "setend use is deprecated for ARMv8"
3879 msgstr ""
3880
3881 #: config/tc-arm.c:9534 config/tc-arm.c:12895 config/tc-arm.c:12927
3882 #: config/tc-arm.c:12970
3883 msgid "extraneous shift as part of operand to shift insn"
3884 msgstr ""
3885
3886 #: config/tc-arm.c:9565 config/tc-arm.c:9574
3887 msgid "selected processor does not support SETPAN instruction"
3888 msgstr ""
3889
3890 #: config/tc-arm.c:9633
3891 msgid "SRS base register must be r13"
3892 msgstr ""
3893
3894 #: config/tc-arm.c:9692
3895 msgid "can only store two consecutive registers"
3896 msgstr ""
3897
3898 #: config/tc-arm.c:9806 config/tc-arm.c:9823
3899 msgid "only two consecutive VFP SP registers allowed here"
3900 msgstr ""
3901
3902 #: config/tc-arm.c:9851 config/tc-arm.c:9866
3903 msgid "this addressing mode requires base-register writeback"
3904 msgstr ""
3905
3906 #. If srcsize is 16, inst.operands[1].imm must be in the range 0-16.
3907 #. i.e. immbits must be in range 0 - 16.
3908 #: config/tc-arm.c:9983
3909 msgid "immediate value out of range, expected range [0, 16]"
3910 msgstr ""
3911
3912 #. If srcsize is 32, inst.operands[1].imm must be in the range 1-32.
3913 #. i.e. immbits must be in range 0 - 31.
3914 #: config/tc-arm.c:9990
3915 msgid "immediate value out of range, expected range [1, 32]"
3916 msgstr ""
3917
3918 #: config/tc-arm.c:10056
3919 msgid "this instruction does not support indexing"
3920 msgstr ""
3921
3922 #: config/tc-arm.c:10079
3923 msgid "only r15 allowed here"
3924 msgstr ""
3925
3926 #: config/tc-arm.c:10214
3927 msgid "immediate operand requires iWMMXt2"
3928 msgstr ""
3929
3930 #: config/tc-arm.c:10358
3931 msgid "shift by register not allowed in thumb mode"
3932 msgstr ""
3933
3934 #: config/tc-arm.c:10370 config/tc-arm.c:13078 config/tc-arm.c:23590
3935 msgid "shift expression is too large"
3936 msgstr ""
3937
3938 #: config/tc-arm.c:10403
3939 msgid "cannot use register index with this instruction"
3940 msgstr ""
3941
3942 #: config/tc-arm.c:10405
3943 msgid "Thumb does not support negative register indexing"
3944 msgstr ""
3945
3946 #: config/tc-arm.c:10407
3947 msgid "Thumb does not support register post-indexing"
3948 msgstr ""
3949
3950 #: config/tc-arm.c:10409
3951 msgid "Thumb does not support register indexing with writeback"
3952 msgstr ""
3953
3954 #: config/tc-arm.c:10411
3955 msgid "Thumb supports only LSL in shifted register indexing"
3956 msgstr ""
3957
3958 #: config/tc-arm.c:10420 config/tc-arm.c:16395
3959 msgid "shift out of range"
3960 msgstr ""
3961
3962 #: config/tc-arm.c:10429
3963 msgid "cannot use writeback with this instruction"
3964 msgstr ""
3965
3966 #: config/tc-arm.c:10450
3967 msgid "cannot use post-indexing with PC-relative addressing"
3968 msgstr ""
3969
3970 #: config/tc-arm.c:10451
3971 msgid "cannot use post-indexing with this instruction"
3972 msgstr ""
3973
3974 #: config/tc-arm.c:10673
3975 msgid "only SUBS PC, LR, #const allowed"
3976 msgstr ""
3977
3978 #: config/tc-arm.c:10756 config/tc-arm.c:10916 config/tc-arm.c:11013
3979 #: config/tc-arm.c:12316 config/tc-arm.c:12624
3980 msgid "shift must be constant"
3981 msgstr ""
3982
3983 #: config/tc-arm.c:10761
3984 msgid "shift value over 3 not allowed in thumb mode"
3985 msgstr ""
3986
3987 #: config/tc-arm.c:10763
3988 msgid "only LSL shift allowed in thumb mode"
3989 msgstr ""
3990
3991 #: config/tc-arm.c:10787 config/tc-arm.c:10931 config/tc-arm.c:11028
3992 #: config/tc-arm.c:12329
3993 msgid "unshifted register required"
3994 msgstr ""
3995
3996 #: config/tc-arm.c:10802 config/tc-arm.c:11039 config/tc-arm.c:12479
3997 msgid "dest must overlap one source register"
3998 msgstr ""
3999
4000 #: config/tc-arm.c:10934 config/tc-csky.c:5507
4001 msgid "dest and source1 must be the same register"
4002 msgstr ""
4003
4004 #: config/tc-arm.c:11174
4005 msgid ""
4006 "selected architecture does not support wide conditional branch instruction"
4007 msgstr ""
4008
4009 #: config/tc-arm.c:11207
4010 msgid "instruction is always unconditional"
4011 msgstr ""
4012
4013 #: config/tc-arm.c:11328
4014 msgid "selected processor does not support 'A' form of this instruction"
4015 msgstr ""
4016
4017 #: config/tc-arm.c:11331
4018 msgid "Thumb does not support the 2-argument form of this instruction"
4019 msgstr ""
4020
4021 #: config/tc-arm.c:11452
4022 msgid "SP not allowed in register list"
4023 msgstr ""
4024
4025 #: config/tc-arm.c:11456 config/tc-arm.c:11562
4026 msgid ""
4027 "having the base register in the register list when using write back is "
4028 "UNPREDICTABLE"
4029 msgstr ""
4030
4031 #: config/tc-arm.c:11464
4032 msgid "LR and PC should not both be in register list"
4033 msgstr ""
4034
4035 #: config/tc-arm.c:11472
4036 msgid "PC not allowed in register list"
4037 msgstr ""
4038
4039 #: config/tc-arm.c:11514
4040 msgid "Thumb load/store multiple does not support {reglist}^"
4041 msgstr ""
4042
4043 #: config/tc-arm.c:11539 config/tc-arm.c:11616
4044 #, c-format
4045 msgid "value stored for r%d is UNKNOWN"
4046 msgstr ""
4047
4048 #: config/tc-arm.c:11609
4049 msgid "Thumb-2 instruction only valid in unified syntax"
4050 msgstr ""
4051
4052 #: config/tc-arm.c:11613 config/tc-arm.c:11623
4053 msgid "this instruction will write back the base register"
4054 msgstr ""
4055
4056 #: config/tc-arm.c:11626
4057 msgid "this instruction will not write back the base register"
4058 msgstr ""
4059
4060 #: config/tc-arm.c:11657
4061 msgid "r14 not allowed as first register when second register is omitted"
4062 msgstr ""
4063
4064 #: config/tc-arm.c:11757
4065 msgid ""
4066 "This instruction may be unpredictable if executed on M-profile cores with "
4067 "interrupts enabled."
4068 msgstr ""
4069
4070 #: config/tc-arm.c:11786 config/tc-arm.c:11799 config/tc-arm.c:11835
4071 msgid "Thumb does not support this addressing mode"
4072 msgstr ""
4073
4074 #: config/tc-arm.c:11803
4075 msgid "byte or halfword not valid for base register"
4076 msgstr ""
4077
4078 #: config/tc-arm.c:11806
4079 msgid "r15 based store not allowed"
4080 msgstr ""
4081
4082 #: config/tc-arm.c:11808
4083 msgid "invalid base register for register offset"
4084 msgstr ""
4085
4086 #: config/tc-arm.c:11865
4087 msgid "r12 not allowed here"
4088 msgstr ""
4089
4090 #: config/tc-arm.c:11871
4091 msgid "base register written back, and overlaps one of transfer registers"
4092 msgstr ""
4093
4094 #: config/tc-arm.c:11999
4095 #, c-format
4096 msgid ""
4097 "Use of r%u as a source register is deprecated when r%u is the destination "
4098 "register."
4099 msgstr ""
4100
4101 #: config/tc-arm.c:12192
4102 msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
4103 msgstr ""
4104
4105 #: config/tc-arm.c:12220
4106 msgid "only lo regs allowed with immediate"
4107 msgstr ""
4108
4109 #: config/tc-arm.c:12397
4110 msgid "Thumb encoding does not support an immediate here"
4111 msgstr ""
4112
4113 #: config/tc-arm.c:12484
4114 msgid "Thumb-2 MUL must not set flags"
4115 msgstr ""
4116
4117 #: config/tc-arm.c:12549
4118 msgid "Thumb does not support NOP with hints"
4119 msgstr ""
4120
4121 #: config/tc-arm.c:12709
4122 msgid "invalid register list to push/pop instruction"
4123 msgstr ""
4124
4125 #: config/tc-arm.c:12954
4126 msgid "source1 and dest must be same register"
4127 msgstr ""
4128
4129 #: config/tc-arm.c:12979
4130 msgid "ror #imm not supported"
4131 msgstr ""
4132
4133 #: config/tc-arm.c:13030
4134 msgid "SMC is not permitted on this architecture"
4135 msgstr ""
4136
4137 #: config/tc-arm.c:13195
4138 msgid "Thumb encoding does not support rotation"
4139 msgstr ""
4140
4141 #: config/tc-arm.c:13215
4142 msgid "instruction requires register index"
4143 msgstr ""
4144
4145 #: config/tc-arm.c:13225
4146 msgid "instruction does not allow shifted index"
4147 msgstr ""
4148
4149 #: config/tc-arm.c:13411
4150 msgid "invalid neon suffix for non neon instruction"
4151 msgstr ""
4152
4153 #: config/tc-arm.c:13773 config/tc-arm.c:14119 config/tc-arm.c:15736
4154 #: config/tc-arm.c:17396
4155 msgid "invalid instruction shape"
4156 msgstr ""
4157
4158 #: config/tc-arm.c:14018
4159 msgid "types specified in both the mnemonic and operands"
4160 msgstr ""
4161
4162 #: config/tc-arm.c:14055
4163 msgid "operand types can't be inferred"
4164 msgstr ""
4165
4166 #: config/tc-arm.c:14061
4167 msgid "type specifier has the wrong number of parts"
4168 msgstr ""
4169
4170 #: config/tc-arm.c:14147 config/tc-arm.c:15926 config/tc-arm.c:15933
4171 msgid "operand size must match register width"
4172 msgstr ""
4173
4174 #: config/tc-arm.c:14158
4175 msgid "bad type in Neon instruction"
4176 msgstr ""
4177
4178 #: config/tc-arm.c:14169
4179 msgid "inconsistent types in Neon instruction"
4180 msgstr ""
4181
4182 #: config/tc-arm.c:14540 config/tc-arm.c:14555 config/tc-arm.c:16975
4183 msgid "register list must contain at least 1 and at most 16 registers"
4184 msgstr ""
4185
4186 #: config/tc-arm.c:14698 config/tc-arm.c:14734 config/tc-arm.c:15373
4187 #: config/tc-arm.c:16801
4188 msgid "immediate out of range for shift"
4189 msgstr ""
4190
4191 #: config/tc-arm.c:14854
4192 msgid "first and second operands shall be the same register"
4193 msgstr ""
4194
4195 #: config/tc-arm.c:15139 config/tc-arm.c:16231
4196 msgid "scalar out of range for multiply instruction"
4197 msgstr ""
4198
4199 #: config/tc-arm.c:15263
4200 msgid "instruction form not available on this architecture."
4201 msgstr ""
4202
4203 #: config/tc-arm.c:15266
4204 msgid "this instruction implies use of ARMv8.1 AdvSIMD."
4205 msgstr ""
4206
4207 #: config/tc-arm.c:15349 config/tc-arm.c:15361
4208 msgid "immediate out of range for insert"
4209 msgstr ""
4210
4211 #: config/tc-arm.c:15494
4212 msgid "immediate out of range for narrowing operation"
4213 msgstr ""
4214
4215 #: config/tc-arm.c:15640
4216 msgid "operands 0 and 1 must be the same register"
4217 msgstr ""
4218
4219 #: config/tc-arm.c:15746 config/tc-arm.c:17494
4220 msgid "invalid rounding mode"
4221 msgstr ""
4222
4223 #: config/tc-arm.c:16075
4224 msgid "operand size must be specified for immediate VMOV"
4225 msgstr ""
4226
4227 #: config/tc-arm.c:16085
4228 msgid "immediate has bits set outside the operand size"
4229 msgstr ""
4230
4231 #: config/tc-arm.c:16247
4232 msgid ""
4233 "vfmal/vfmsl with FP16 type cannot be conditional, the behaviour is "
4234 "UNPREDICTABLE"
4235 msgstr ""
4236
4237 #: config/tc-arm.c:16377
4238 msgid "Instruction form not available on this architecture."
4239 msgstr ""
4240
4241 #: config/tc-arm.c:16421
4242 msgid "elements must be smaller than reversal region"
4243 msgstr ""
4244
4245 #: config/tc-arm.c:16603 config/tc-arm.c:16663
4246 msgid "bad type for scalar"
4247 msgstr ""
4248
4249 #: config/tc-arm.c:16717
4250 msgid ""
4251 "immediate constant is valid both as a bit-pattern and a floating point value "
4252 "(using the fp value)"
4253 msgstr ""
4254
4255 #: config/tc-arm.c:16759 config/tc-arm.c:16767
4256 msgid "VFP registers must be adjacent"
4257 msgstr ""
4258
4259 #: config/tc-arm.c:16810
4260 msgid "invalid suffix"
4261 msgstr ""
4262
4263 #: config/tc-arm.c:16942
4264 msgid "bad list length for table lookup"
4265 msgstr ""
4266
4267 #: config/tc-arm.c:16972
4268 msgid "writeback (!) must be used for VLDMDB and VSTMDB"
4269 msgstr ""
4270
4271 #: config/tc-arm.c:17000
4272 msgid "Use of PC here is UNPREDICTABLE"
4273 msgstr ""
4274
4275 #: config/tc-arm.c:17002
4276 msgid "Use of PC here is deprecated"
4277 msgstr ""
4278
4279 #: config/tc-arm.c:17069
4280 msgid "bad alignment"
4281 msgstr ""
4282
4283 #: config/tc-arm.c:17086
4284 msgid "bad list type for instruction"
4285 msgstr ""
4286
4287 #: config/tc-arm.c:17088
4288 msgid "bad element type for instruction"
4289 msgstr ""
4290
4291 #: config/tc-arm.c:17130
4292 msgid "unsupported alignment for instruction"
4293 msgstr ""
4294
4295 #: config/tc-arm.c:17149 config/tc-arm.c:17243 config/tc-arm.c:17255
4296 #: config/tc-arm.c:17265 config/tc-arm.c:17279
4297 msgid "bad list length"
4298 msgstr ""
4299
4300 #: config/tc-arm.c:17154
4301 msgid "stride of 2 unavailable when element size is 8"
4302 msgstr ""
4303
4304 #: config/tc-arm.c:17187 config/tc-arm.c:17263
4305 msgid "can't use alignment with this instruction"
4306 msgstr ""
4307
4308 #: config/tc-arm.c:17335
4309 msgid "post-index must be a register"
4310 msgstr ""
4311
4312 #: config/tc-arm.c:17337
4313 msgid "bad register for post-index"
4314 msgstr ""
4315
4316 #: config/tc-arm.c:17558
4317 msgid "scalar out of range"
4318 msgstr ""
4319
4320 #: config/tc-arm.c:17631
4321 msgid ""
4322 "Dot Product instructions cannot be conditional,  the behaviour is "
4323 "UNPREDICTABLE"
4324 msgstr ""
4325
4326 #: config/tc-arm.c:18204 config/tc-arm.c:18290
4327 msgid "conditional infixes are deprecated in unified syntax"
4328 msgstr ""
4329
4330 #: config/tc-arm.c:18441
4331 msgid "Warning: conditional outside an IT block for Thumb."
4332 msgstr ""
4333
4334 #: config/tc-arm.c:18593
4335 msgid "Short branches, Undefined, SVC, LDM/STM"
4336 msgstr ""
4337
4338 #: config/tc-arm.c:18594
4339 msgid "Miscellaneous 16-bit instructions"
4340 msgstr ""
4341
4342 #: config/tc-arm.c:18595
4343 msgid "ADR"
4344 msgstr ""
4345
4346 #: config/tc-arm.c:18596
4347 msgid "Literal loads"
4348 msgstr ""
4349
4350 #: config/tc-arm.c:18597
4351 msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc"
4352 msgstr ""
4353
4354 #: config/tc-arm.c:18598
4355 msgid "Hi-register ADD, MOV, CMP using pc"
4356 msgstr ""
4357
4358 #. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue'
4359 #. field in asm_opcode. 'tvalue' is used at the stage this check happen.
4360 #: config/tc-arm.c:18601
4361 msgid "ADD/SUB sp, sp #imm"
4362 msgstr ""
4363
4364 #: config/tc-arm.c:18621
4365 msgid ""
4366 "IT blocks containing 32-bit Thumb instructions are performance deprecated in "
4367 "ARMv8-A and ARMv8-R"
4368 msgstr ""
4369
4370 #: config/tc-arm.c:18633
4371 #, c-format
4372 msgid ""
4373 "IT blocks containing 16-bit Thumb instructions of the following class are "
4374 "performance deprecated in ARMv8-A and ARMv8-R: %s"
4375 msgstr ""
4376
4377 #: config/tc-arm.c:18647
4378 msgid ""
4379 "IT blocks containing more than one conditional instruction are performance "
4380 "deprecated in ARMv8-A and ARMv8-R"
4381 msgstr ""
4382
4383 #: config/tc-arm.c:18763
4384 #, c-format
4385 msgid "bad instruction `%s'"
4386 msgstr ""
4387
4388 #: config/tc-arm.c:18769
4389 msgid "s suffix on comparison instruction is deprecated"
4390 msgstr ""
4391
4392 #: config/tc-arm.c:18789
4393 msgid "SVC is not permitted on this architecture"
4394 msgstr ""
4395
4396 #: config/tc-arm.c:18791
4397 #, c-format
4398 msgid "selected processor does not support `%s' in Thumb mode"
4399 msgstr ""
4400
4401 #: config/tc-arm.c:18797
4402 msgid "Thumb does not support conditional execution"
4403 msgstr ""
4404
4405 #: config/tc-arm.c:18817
4406 #, c-format
4407 msgid ""
4408 "selected processor does not support 32bit wide variant of instruction `%s'"
4409 msgstr ""
4410
4411 #: config/tc-arm.c:18820
4412 #, c-format
4413 msgid "selected processor does not support `%s' in Thumb-2 mode"
4414 msgstr ""
4415
4416 #: config/tc-arm.c:18845
4417 #, c-format
4418 msgid "cannot honor width suffix -- `%s'"
4419 msgstr ""
4420
4421 #: config/tc-arm.c:18887
4422 #, c-format
4423 msgid "selected processor does not support `%s' in ARM mode"
4424 msgstr ""
4425
4426 #: config/tc-arm.c:18892
4427 #, c-format
4428 msgid "width suffixes are invalid in ARM mode -- `%s'"
4429 msgstr ""
4430
4431 #: config/tc-arm.c:18925
4432 #, c-format
4433 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
4434 msgstr ""
4435
4436 #: config/tc-arm.c:18942
4437 #, c-format
4438 msgid "section '%s' finished with an open IT block."
4439 msgstr ""
4440
4441 #: config/tc-arm.c:18947
4442 msgid "file finished with an open IT block."
4443 msgstr ""
4444
4445 #: config/tc-arm.c:22243
4446 #, c-format
4447 msgid "alignments greater than %d bytes not supported in .text sections."
4448 msgstr ""
4449
4450 #: config/tc-arm.c:22510 config/tc-ia64.c:3594
4451 #, c-format
4452 msgid "Group section `%s' has no group signature"
4453 msgstr ""
4454
4455 #: config/tc-arm.c:22556
4456 msgid "handlerdata in cantunwind frame"
4457 msgstr ""
4458
4459 #: config/tc-arm.c:22573
4460 msgid "too many unwind opcodes for personality routine 0"
4461 msgstr ""
4462
4463 #: config/tc-arm.c:22604
4464 msgid "attempt to recreate an unwind entry"
4465 msgstr ""
4466
4467 #: config/tc-arm.c:22614
4468 msgid "too many unwind opcodes"
4469 msgstr ""
4470
4471 #: config/tc-arm.c:22907
4472 #, c-format
4473 msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s"
4474 msgstr ""
4475
4476 #: config/tc-arm.c:23269 config/tc-arm.c:23337
4477 #, c-format
4478 msgid "symbol %s is in a different section"
4479 msgstr ""
4480
4481 #: config/tc-arm.c:23271 config/tc-arm.c:23339
4482 #, c-format
4483 msgid "symbol %s is weak and may be overridden later"
4484 msgstr ""
4485
4486 #: config/tc-arm.c:23316 config/tc-arm.c:23688
4487 #, c-format
4488 msgid "invalid constant (%lx) after fixup"
4489 msgstr ""
4490
4491 #: config/tc-arm.c:23372
4492 #, c-format
4493 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
4494 msgstr ""
4495
4496 #: config/tc-arm.c:23408 config/tc-arm.c:23438
4497 msgid "invalid literal constant: pool needs to be closer"
4498 msgstr ""
4499
4500 #: config/tc-arm.c:23411 config/tc-arm.c:23460
4501 #, c-format
4502 msgid "bad immediate value for offset (%ld)"
4503 msgstr ""
4504
4505 #: config/tc-arm.c:23441
4506 #, c-format
4507 msgid "bad immediate value for 8-bit offset (%ld)"
4508 msgstr ""
4509
4510 #: config/tc-arm.c:23501
4511 msgid "offset not a multiple of 4"
4512 msgstr ""
4513
4514 #: config/tc-arm.c:23704
4515 msgid "invalid smc expression"
4516 msgstr ""
4517
4518 #: config/tc-arm.c:23713
4519 msgid "invalid hvc expression"
4520 msgstr ""
4521
4522 #: config/tc-arm.c:23724 config/tc-arm.c:23733
4523 msgid "invalid swi expression"
4524 msgstr ""
4525
4526 #: config/tc-arm.c:23743
4527 msgid "invalid expression in load/store multiple"
4528 msgstr ""
4529
4530 #: config/tc-arm.c:23805
4531 #, c-format
4532 msgid "blx to '%s' an ARM ISA state function changed to bl"
4533 msgstr ""
4534
4535 #: config/tc-arm.c:23824
4536 msgid "misaligned branch destination"
4537 msgstr ""
4538
4539 #: config/tc-arm.c:23944
4540 #, c-format
4541 msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
4542 msgstr ""
4543
4544 #: config/tc-arm.c:23994
4545 msgid "Thumb2 branch out of range"
4546 msgstr ""
4547
4548 #: config/tc-arm.c:24046 config/tc-arm.c:24079
4549 msgid "Relocation supported only in FDPIC mode"
4550 msgstr ""
4551
4552 #: config/tc-arm.c:24109
4553 msgid "rel31 relocation overflow"
4554 msgstr ""
4555
4556 #: config/tc-arm.c:24130 config/tc-arm.c:24134 config/tc-arm.c:24173
4557 msgid "co-processor offset out of range"
4558 msgstr ""
4559
4560 #: config/tc-arm.c:24190
4561 #, c-format
4562 msgid "invalid offset, target not word aligned (0x%08lX)"
4563 msgstr ""
4564
4565 #: config/tc-arm.c:24197 config/tc-arm.c:24206 config/tc-arm.c:24214
4566 #: config/tc-arm.c:24222 config/tc-arm.c:24230
4567 #, c-format
4568 msgid "invalid offset, value too big (0x%08lX)"
4569 msgstr ""
4570
4571 #: config/tc-arm.c:24271
4572 msgid "invalid Hi register with immediate"
4573 msgstr ""
4574
4575 #: config/tc-arm.c:24287
4576 msgid "invalid immediate for stack address calculation"
4577 msgstr ""
4578
4579 #: config/tc-arm.c:24306
4580 msgid "address calculation needs a strongly defined nearby symbol"
4581 msgstr ""
4582
4583 #: config/tc-arm.c:24322
4584 msgid "symbol too far away"
4585 msgstr ""
4586
4587 #: config/tc-arm.c:24334
4588 #, c-format
4589 msgid "invalid immediate for address calculation (value = 0x%08lX)"
4590 msgstr ""
4591
4592 #: config/tc-arm.c:24364
4593 #, c-format
4594 msgid "invalid immediate: %ld is out of range"
4595 msgstr ""
4596
4597 #: config/tc-arm.c:24376
4598 #, c-format
4599 msgid "invalid shift value: %ld"
4600 msgstr ""
4601
4602 #: config/tc-arm.c:24446 config/tc-arm.c:24517
4603 #, c-format
4604 msgid "the offset 0x%08lX is not representable"
4605 msgstr ""
4606
4607 #: config/tc-arm.c:24478
4608 #, c-format
4609 msgid "Unable to process relocation for thumb opcode: %lx"
4610 msgstr ""
4611
4612 #: config/tc-arm.c:24557
4613 #, c-format
4614 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
4615 msgstr ""
4616
4617 #: config/tc-arm.c:24596
4618 #, c-format
4619 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
4620 msgstr ""
4621
4622 #: config/tc-arm.c:24636
4623 #, c-format
4624 msgid "bad offset 0x%08lX (must be word-aligned)"
4625 msgstr ""
4626
4627 #: config/tc-arm.c:24641
4628 #, c-format
4629 msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
4630 msgstr ""
4631
4632 #: config/tc-arm.c:24672 config/tc-score.c:7379
4633 #, c-format
4634 msgid "bad relocation fixup type (%d)"
4635 msgstr ""
4636
4637 #: config/tc-arm.c:24790
4638 msgid "literal referenced across section boundary"
4639 msgstr ""
4640
4641 #: config/tc-arm.c:24867
4642 msgid "internal relocation (type: IMMEDIATE) not fixed up"
4643 msgstr ""
4644
4645 #: config/tc-arm.c:24872
4646 msgid "ADRL used for a symbol not defined in the same file"
4647 msgstr ""
4648
4649 #: config/tc-arm.c:24887
4650 #, c-format
4651 msgid "undefined local label `%s'"
4652 msgstr ""
4653
4654 #: config/tc-arm.c:24893
4655 msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
4656 msgstr ""
4657
4658 #: config/tc-arm.c:24915 config/tc-cris.c:4006 config/tc-csky.c:877
4659 #: config/tc-ft32.c:709 config/tc-mcore.c:1928 config/tc-microblaze.c:1998
4660 #: config/tc-mmix.c:2895 config/tc-moxie.c:825 config/tc-ns32k.c:2248
4661 #: config/tc-score.c:7466
4662 msgid "<unknown>"
4663 msgstr ""
4664
4665 #: config/tc-arm.c:25317
4666 #, c-format
4667 msgid "%s: unexpected function type: %d"
4668 msgstr ""
4669
4670 #: config/tc-arm.c:25454
4671 msgid "use of old and new-style options to set CPU type"
4672 msgstr ""
4673
4674 #: config/tc-arm.c:25473
4675 msgid "use of old and new-style options to set FPU type"
4676 msgstr ""
4677
4678 #: config/tc-arm.c:25552
4679 msgid "hard-float conflicts with specified fpu"
4680 msgstr ""
4681
4682 #: config/tc-arm.c:25744
4683 msgid "generate PIC code"
4684 msgstr ""
4685
4686 #: config/tc-arm.c:25745
4687 msgid "assemble Thumb code"
4688 msgstr ""
4689
4690 #: config/tc-arm.c:25746
4691 msgid "support ARM/Thumb interworking"
4692 msgstr ""
4693
4694 #: config/tc-arm.c:25748
4695 msgid "code uses 32-bit program counter"
4696 msgstr ""
4697
4698 #: config/tc-arm.c:25749
4699 msgid "code uses 26-bit program counter"
4700 msgstr ""
4701
4702 #: config/tc-arm.c:25750
4703 msgid "floating point args are in fp regs"
4704 msgstr ""
4705
4706 #: config/tc-arm.c:25752
4707 msgid "re-entrant code"
4708 msgstr ""
4709
4710 #: config/tc-arm.c:25753
4711 msgid "code is ATPCS conformant"
4712 msgstr ""
4713
4714 #. These are recognized by the assembler, but have no affect on code.
4715 #: config/tc-arm.c:25759
4716 msgid "use frame pointer"
4717 msgstr ""
4718
4719 #: config/tc-arm.c:25760
4720 msgid "use stack size checking"
4721 msgstr ""
4722
4723 #: config/tc-arm.c:25763
4724 msgid "do not warn on use of deprecated feature"
4725 msgstr ""
4726
4727 #: config/tc-arm.c:25765
4728 msgid "warn about symbols that match instruction names [default]"
4729 msgstr ""
4730
4731 #: config/tc-arm.c:25766
4732 msgid "disable warnings about symobls that match instructions"
4733 msgstr ""
4734
4735 #. DON'T add any new processors to this list -- we want the whole list
4736 #. to go away...  Add them to the processors table instead.
4737 #: config/tc-arm.c:25782 config/tc-arm.c:25783
4738 msgid "use -mcpu=arm1"
4739 msgstr ""
4740
4741 #: config/tc-arm.c:25784 config/tc-arm.c:25785
4742 msgid "use -mcpu=arm2"
4743 msgstr ""
4744
4745 #: config/tc-arm.c:25786 config/tc-arm.c:25787
4746 msgid "use -mcpu=arm250"
4747 msgstr ""
4748
4749 #: config/tc-arm.c:25788 config/tc-arm.c:25789
4750 msgid "use -mcpu=arm3"
4751 msgstr ""
4752
4753 #: config/tc-arm.c:25790 config/tc-arm.c:25791
4754 msgid "use -mcpu=arm6"
4755 msgstr ""
4756
4757 #: config/tc-arm.c:25792 config/tc-arm.c:25793
4758 msgid "use -mcpu=arm600"
4759 msgstr ""
4760
4761 #: config/tc-arm.c:25794 config/tc-arm.c:25795
4762 msgid "use -mcpu=arm610"
4763 msgstr ""
4764
4765 #: config/tc-arm.c:25796 config/tc-arm.c:25797
4766 msgid "use -mcpu=arm620"
4767 msgstr ""
4768
4769 #: config/tc-arm.c:25798 config/tc-arm.c:25799
4770 msgid "use -mcpu=arm7"
4771 msgstr ""
4772
4773 #: config/tc-arm.c:25800 config/tc-arm.c:25801
4774 msgid "use -mcpu=arm70"
4775 msgstr ""
4776
4777 #: config/tc-arm.c:25802 config/tc-arm.c:25803
4778 msgid "use -mcpu=arm700"
4779 msgstr ""
4780
4781 #: config/tc-arm.c:25804 config/tc-arm.c:25805
4782 msgid "use -mcpu=arm700i"
4783 msgstr ""
4784
4785 #: config/tc-arm.c:25806 config/tc-arm.c:25807
4786 msgid "use -mcpu=arm710"
4787 msgstr ""
4788
4789 #: config/tc-arm.c:25808 config/tc-arm.c:25809
4790 msgid "use -mcpu=arm710c"
4791 msgstr ""
4792
4793 #: config/tc-arm.c:25810 config/tc-arm.c:25811
4794 msgid "use -mcpu=arm720"
4795 msgstr ""
4796
4797 #: config/tc-arm.c:25812 config/tc-arm.c:25813
4798 msgid "use -mcpu=arm7d"
4799 msgstr ""
4800
4801 #: config/tc-arm.c:25814 config/tc-arm.c:25815
4802 msgid "use -mcpu=arm7di"
4803 msgstr ""
4804
4805 #: config/tc-arm.c:25816 config/tc-arm.c:25817
4806 msgid "use -mcpu=arm7m"
4807 msgstr ""
4808
4809 #: config/tc-arm.c:25818 config/tc-arm.c:25819
4810 msgid "use -mcpu=arm7dm"
4811 msgstr ""
4812
4813 #: config/tc-arm.c:25820 config/tc-arm.c:25821
4814 msgid "use -mcpu=arm7dmi"
4815 msgstr ""
4816
4817 #: config/tc-arm.c:25822 config/tc-arm.c:25823
4818 msgid "use -mcpu=arm7100"
4819 msgstr ""
4820
4821 #: config/tc-arm.c:25824 config/tc-arm.c:25825
4822 msgid "use -mcpu=arm7500"
4823 msgstr ""
4824
4825 #: config/tc-arm.c:25826 config/tc-arm.c:25827
4826 msgid "use -mcpu=arm7500fe"
4827 msgstr ""
4828
4829 #: config/tc-arm.c:25828 config/tc-arm.c:25829 config/tc-arm.c:25830
4830 #: config/tc-arm.c:25831
4831 msgid "use -mcpu=arm7tdmi"
4832 msgstr ""
4833
4834 #: config/tc-arm.c:25832 config/tc-arm.c:25833
4835 msgid "use -mcpu=arm710t"
4836 msgstr ""
4837
4838 #: config/tc-arm.c:25834 config/tc-arm.c:25835
4839 msgid "use -mcpu=arm720t"
4840 msgstr ""
4841
4842 #: config/tc-arm.c:25836 config/tc-arm.c:25837
4843 msgid "use -mcpu=arm740t"
4844 msgstr ""
4845
4846 #: config/tc-arm.c:25838 config/tc-arm.c:25839
4847 msgid "use -mcpu=arm8"
4848 msgstr ""
4849
4850 #: config/tc-arm.c:25840 config/tc-arm.c:25841
4851 msgid "use -mcpu=arm810"
4852 msgstr ""
4853
4854 #: config/tc-arm.c:25842 config/tc-arm.c:25843
4855 msgid "use -mcpu=arm9"
4856 msgstr ""
4857
4858 #: config/tc-arm.c:25844 config/tc-arm.c:25845
4859 msgid "use -mcpu=arm9tdmi"
4860 msgstr ""
4861
4862 #: config/tc-arm.c:25846 config/tc-arm.c:25847
4863 msgid "use -mcpu=arm920"
4864 msgstr ""
4865
4866 #: config/tc-arm.c:25848 config/tc-arm.c:25849
4867 msgid "use -mcpu=arm940"
4868 msgstr ""
4869
4870 #: config/tc-arm.c:25850
4871 msgid "use -mcpu=strongarm"
4872 msgstr ""
4873
4874 #: config/tc-arm.c:25852
4875 msgid "use -mcpu=strongarm110"
4876 msgstr ""
4877
4878 #: config/tc-arm.c:25854
4879 msgid "use -mcpu=strongarm1100"
4880 msgstr ""
4881
4882 #: config/tc-arm.c:25856
4883 msgid "use -mcpu=strongarm1110"
4884 msgstr ""
4885
4886 #: config/tc-arm.c:25857
4887 msgid "use -mcpu=xscale"
4888 msgstr ""
4889
4890 #: config/tc-arm.c:25858
4891 msgid "use -mcpu=iwmmxt"
4892 msgstr ""
4893
4894 #: config/tc-arm.c:25859
4895 msgid "use -mcpu=all"
4896 msgstr ""
4897
4898 #. Architecture variants -- don't add any more to this list either.
4899 #: config/tc-arm.c:25862 config/tc-arm.c:25863
4900 msgid "use -march=armv2"
4901 msgstr ""
4902
4903 #: config/tc-arm.c:25864 config/tc-arm.c:25865
4904 msgid "use -march=armv2a"
4905 msgstr ""
4906
4907 #: config/tc-arm.c:25866 config/tc-arm.c:25867
4908 msgid "use -march=armv3"
4909 msgstr ""
4910
4911 #: config/tc-arm.c:25868 config/tc-arm.c:25869
4912 msgid "use -march=armv3m"
4913 msgstr ""
4914
4915 #: config/tc-arm.c:25870 config/tc-arm.c:25871
4916 msgid "use -march=armv4"
4917 msgstr ""
4918
4919 #: config/tc-arm.c:25872 config/tc-arm.c:25873
4920 msgid "use -march=armv4t"
4921 msgstr ""
4922
4923 #: config/tc-arm.c:25874 config/tc-arm.c:25875
4924 msgid "use -march=armv5"
4925 msgstr ""
4926
4927 #: config/tc-arm.c:25876 config/tc-arm.c:25877
4928 msgid "use -march=armv5t"
4929 msgstr ""
4930
4931 #: config/tc-arm.c:25878 config/tc-arm.c:25879
4932 msgid "use -march=armv5te"
4933 msgstr ""
4934
4935 #. Floating point variants -- don't add any more to this list either.
4936 #: config/tc-arm.c:25882
4937 msgid "use -mfpu=fpe"
4938 msgstr ""
4939
4940 #: config/tc-arm.c:25883
4941 msgid "use -mfpu=fpa10"
4942 msgstr ""
4943
4944 #: config/tc-arm.c:25884
4945 msgid "use -mfpu=fpa11"
4946 msgstr ""
4947
4948 #: config/tc-arm.c:25886
4949 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
4950 msgstr ""
4951
4952 #: config/tc-arm.c:26647
4953 msgid "extension does not apply to the base architecture"
4954 msgstr ""
4955
4956 #: config/tc-arm.c:26676
4957 msgid "architectural extensions must be specified in alphabetical order"
4958 msgstr ""
4959
4960 #: config/tc-arm.c:26797 config/tc-arm.c:27691
4961 #, c-format
4962 msgid "unknown floating point format `%s'\n"
4963 msgstr ""
4964
4965 #: config/tc-arm.c:26813
4966 #, c-format
4967 msgid "unknown floating point abi `%s'\n"
4968 msgstr ""
4969
4970 #: config/tc-arm.c:26829
4971 #, c-format
4972 msgid "unknown EABI `%s'\n"
4973 msgstr ""
4974
4975 #: config/tc-arm.c:26849
4976 #, c-format
4977 msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
4978 msgstr ""
4979
4980 #: config/tc-arm.c:26872 config/tc-metag.c:5913
4981 msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
4982 msgstr ""
4983
4984 #: config/tc-arm.c:26874
4985 msgid "<abi>\t  assemble for floating point ABI <abi>"
4986 msgstr ""
4987
4988 #: config/tc-arm.c:26877
4989 msgid "<ver>\t\t  assemble for eabi version <ver>"
4990 msgstr ""
4991
4992 #: config/tc-arm.c:26880
4993 msgid "<mode>\t  controls implicit insertion of IT instructions"
4994 msgstr ""
4995
4996 #: config/tc-arm.c:26882
4997 msgid "\t\t\t  TI CodeComposer Studio syntax compatibility mode"
4998 msgstr ""
4999
5000 #: config/tc-arm.c:26990
5001 #, c-format
5002 msgid " ARM-specific assembler options:\n"
5003 msgstr ""
5004
5005 #: config/tc-arm.c:27010
5006 #, c-format
5007 msgid "  --fix-v4bx              Allow BX in ARMv4 code\n"
5008 msgstr ""
5009
5010 #: config/tc-arm.c:27014
5011 #, c-format
5012 msgid "  --fdpic                 generate an FDPIC object file\n"
5013 msgstr ""
5014
5015 #: config/tc-arm.c:27318
5016 msgid "no architecture contains all the instructions used\n"
5017 msgstr ""
5018
5019 #: config/tc-arm.c:27632
5020 #, c-format
5021 msgid ""
5022 "architectural extension `%s' is not allowed for the current base architecture"
5023 msgstr ""
5024
5025 #: config/tc-arm.c:27655
5026 #, c-format
5027 msgid "unknown architecture extension `%s'\n"
5028 msgstr ""
5029
5030 #: config/tc-avr.c:593
5031 #, c-format
5032 msgid "Known MCU names:"
5033 msgstr ""
5034
5035 #: config/tc-avr.c:658
5036 #, c-format
5037 msgid ""
5038 "AVR Assembler options:\n"
5039 "  -mmcu=[avr-name] select microcontroller variant\n"
5040 "                   [avr-name] can be:\n"
5041 "                   avr1  - classic AVR core without data RAM\n"
5042 "                   avr2  - classic AVR core with up to 8K program memory\n"
5043 "                   avr25 - classic AVR core with up to 8K program memory\n"
5044 "                           plus the MOVW instruction\n"
5045 "                   avr3  - classic AVR core with up to 64K program memory\n"
5046 "                   avr31 - classic AVR core with up to 128K program memory\n"
5047 "                   avr35 - classic AVR core with up to 64K program memory\n"
5048 "                           plus the MOVW instruction\n"
5049 "                   avr4  - enhanced AVR core with up to 8K program memory\n"
5050 "                   avr5  - enhanced AVR core with up to 64K program memory\n"
5051 "                   avr51 - enhanced AVR core with up to 128K program memory\n"
5052 "                   avr6  - enhanced AVR core with up to 256K program memory\n"
5053 "                   avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n"
5054 "                   avrxmega3 - XMEGA, RAM + FLASH < 64K, Flash visible in "
5055 "RAM\n"
5056 "                   avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n"
5057 "                   avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"
5058 "                   avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n"
5059 "                   avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n"
5060 "                   avrtiny   - AVR Tiny core with 16 gp registers\n"
5061 msgstr ""
5062
5063 #: config/tc-avr.c:681
5064 #, c-format
5065 msgid ""
5066 "  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
5067 "  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
5068 "                   (default for avr4, avr5)\n"
5069 "  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
5070 "                   (default for avr3, avr5)\n"
5071 "  -mrmw            accept Read-Modify-Write instructions\n"
5072 "  -mlink-relax     generate relocations for linker relaxation (default)\n"
5073 "  -mno-link-relax  don't generate relocations for linker relaxation.\n"
5074 "  -mgcc-isr        accept the __gcc_isr pseudo-instruction.\n"
5075 msgstr ""
5076
5077 #: config/tc-avr.c:720
5078 #, c-format
5079 msgid "unknown MCU: %s\n"
5080 msgstr ""
5081
5082 #: config/tc-avr.c:734
5083 #, c-format
5084 msgid "redefinition of mcu type `%s' to `%s'"
5085 msgstr ""
5086
5087 #: config/tc-avr.c:857
5088 msgid "constant value required"
5089 msgstr ""
5090
5091 #: config/tc-avr.c:860
5092 #, c-format
5093 msgid "number must be positive and less than %d"
5094 msgstr ""
5095
5096 #: config/tc-avr.c:886 config/tc-avr.c:1023
5097 #, c-format
5098 msgid "constant out of 8-bit range: %d"
5099 msgstr ""
5100
5101 #: config/tc-avr.c:954 config/tc-score.c:1199 read.c:3797
5102 msgid "illegal expression"
5103 msgstr ""
5104
5105 #: config/tc-avr.c:983 config/tc-avr.c:1993 config/tc-pru.c:1882
5106 msgid "`)' required"
5107 msgstr ""
5108
5109 #: config/tc-avr.c:1093
5110 msgid "register name or number from 16 to 31 required"
5111 msgstr ""
5112
5113 #: config/tc-avr.c:1099
5114 msgid "register name or number from 0 to 31 required"
5115 msgstr ""
5116
5117 #: config/tc-avr.c:1107
5118 msgid "register r16-r23 required"
5119 msgstr ""
5120
5121 #: config/tc-avr.c:1113
5122 msgid "register number above 15 required"
5123 msgstr ""
5124
5125 #: config/tc-avr.c:1119 config/tc-csky.c:5882 config/tc-csky.c:5916
5126 msgid "even register number required"
5127 msgstr ""
5128
5129 #: config/tc-avr.c:1125
5130 msgid "register r24, r26, r28 or r30 required"
5131 msgstr ""
5132
5133 #: config/tc-avr.c:1146
5134 msgid "pointer register (X, Y or Z) required"
5135 msgstr ""
5136
5137 #: config/tc-avr.c:1153
5138 msgid "cannot both predecrement and postincrement"
5139 msgstr ""
5140
5141 #: config/tc-avr.c:1161
5142 msgid "addressing mode not supported"
5143 msgstr ""
5144
5145 #: config/tc-avr.c:1167
5146 msgid "can't predecrement"
5147 msgstr ""
5148
5149 #: config/tc-avr.c:1170
5150 msgid "pointer register Z required"
5151 msgstr ""
5152
5153 #: config/tc-avr.c:1189
5154 msgid "postincrement not supported"
5155 msgstr ""
5156
5157 #: config/tc-avr.c:1199
5158 msgid "pointer register (Y or Z) required"
5159 msgstr ""
5160
5161 #: config/tc-avr.c:1321 config/tc-xgate.c:1352
5162 #, c-format
5163 msgid "unknown constraint `%c'"
5164 msgstr ""
5165
5166 #: config/tc-avr.c:1384 config/tc-avr.c:2675
5167 msgid "`,' required"
5168 msgstr ""
5169
5170 #: config/tc-avr.c:1405
5171 msgid "undefined combination of operands"
5172 msgstr ""
5173
5174 #: config/tc-avr.c:1414
5175 msgid "skipping two-word instruction"
5176 msgstr ""
5177
5178 #: config/tc-avr.c:1602 config/tc-avr.c:1618 config/tc-avr.c:1749
5179 #: config/tc-msp430.c:4300 config/tc-msp430.c:4319
5180 #, c-format
5181 msgid "odd address operand: %ld"
5182 msgstr ""
5183
5184 #: config/tc-avr.c:1610 config/tc-avr.c:1629 config/tc-avr.c:1647
5185 #: config/tc-avr.c:1658 config/tc-avr.c:1674 config/tc-avr.c:1682
5186 #: config/tc-avr.c:1777 config/tc-avr.c:1784 config/tc-d10v.c:503
5187 #: config/tc-d30v.c:553 config/tc-msp430.c:4308 config/tc-msp430.c:4326
5188 #, c-format
5189 msgid "operand out of range: %ld"
5190 msgstr ""
5191
5192 #: config/tc-avr.c:1665
5193 #, c-format
5194 msgid "operand out of range: 0x%lx"
5195 msgstr ""
5196
5197 #: config/tc-avr.c:1770 config/tc-d10v.c:1590 config/tc-d30v.c:2034
5198 #: config/tc-msp430.c:4397
5199 #, c-format
5200 msgid "line %d: unknown relocation type: 0x%x"
5201 msgstr ""
5202
5203 #: config/tc-avr.c:1798
5204 msgid "only constant expression allowed"
5205 msgstr ""
5206
5207 #. xgettext:c-format.
5208 #: config/tc-avr.c:1853 config/tc-bfin.c:824 config/tc-d10v.c:1462
5209 #: config/tc-d30v.c:1771 config/tc-metag.c:7022 config/tc-mn10200.c:779
5210 #: config/tc-mn10300.c:2177 config/tc-msp430.c:4445 config/tc-ppc.c:7533
5211 #: config/tc-spu.c:894 config/tc-spu.c:1105 config/tc-v850.c:3367
5212 #: config/tc-z80.c:2075
5213 #, c-format
5214 msgid "reloc %d not supported by object file format"
5215 msgstr ""
5216
5217 #: config/tc-avr.c:1875 config/tc-ft32.c:232 config/tc-h8300.c:1930
5218 #: config/tc-mcore.c:880 config/tc-microblaze.c:941 config/tc-moxie.c:182
5219 #: config/tc-pj.c:253 config/tc-sh.c:2196 config/tc-wasm32.c:747
5220 #: config/tc-z8k.c:1223
5221 msgid "can't find opcode "
5222 msgstr ""
5223
5224 #: config/tc-avr.c:1894
5225 #, c-format
5226 msgid "illegal opcode %s for mcu %s"
5227 msgstr ""
5228
5229 #: config/tc-avr.c:1910
5230 #, c-format
5231 msgid "pseudo instruction `%s' not supported"
5232 msgstr ""
5233
5234 #: config/tc-avr.c:1932
5235 msgid "garbage at end of line"
5236 msgstr ""
5237
5238 #: config/tc-avr.c:2042 config/tc-pru.c:1914
5239 #, c-format
5240 msgid "illegal %s relocation size: %d"
5241 msgstr ""
5242
5243 #: config/tc-avr.c:2155 config/tc-avr.c:2210
5244 #, c-format
5245 msgid "unknown record type %d (in %s)"
5246 msgstr ""
5247
5248 #: config/tc-avr.c:2231
5249 #, c-format
5250 msgid "Failed to create property section `%s'\n"
5251 msgstr ""
5252
5253 #: config/tc-avr.c:2667
5254 #, c-format
5255 msgid "%s requires value 0-2 as operand 1"
5256 msgstr ""
5257
5258 #: config/tc-avr.c:2692
5259 #, c-format
5260 msgid "`%s %d' after `%s %d' from %s:%u"
5261 msgstr ""
5262
5263 #: config/tc-avr.c:2695
5264 #, c-format
5265 msgid "`%s %d' but no chunk open yet"
5266 msgstr ""
5267
5268 #: config/tc-avr.c:2783
5269 #, c-format
5270 msgid "dangling `__gcc_isr %d'"
5271 msgstr ""
5272
5273 #: config/tc-avr.c:2785
5274 msgid "dangling `__gcc_isr'"
5275 msgstr ""
5276
5277 #: config/tc-bfin.c:93 config/tc-frv.c:1603 config/tc-frv.c:1613
5278 msgid "missing ')'"
5279 msgstr ""
5280
5281 #: config/tc-bfin.c:439
5282 #, c-format
5283 msgid " Blackfin specific assembler options:\n"
5284 msgstr ""
5285
5286 #: config/tc-bfin.c:440
5287 #, c-format
5288 msgid "  -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n"
5289 msgstr ""
5290
5291 #: config/tc-bfin.c:441
5292 #, c-format
5293 msgid "  -mfdpic                  assemble for the FDPIC ABI\n"
5294 msgstr ""
5295
5296 #: config/tc-bfin.c:442
5297 #, c-format
5298 msgid "  -mno-fdpic/-mnopic       disable -mfdpic\n"
5299 msgstr ""
5300
5301 #: config/tc-bfin.c:455
5302 msgid "Could not set architecture and machine."
5303 msgstr ""
5304
5305 #: config/tc-bfin.c:602
5306 msgid "Parse failed."
5307 msgstr ""
5308
5309 #: config/tc-bfin.c:677
5310 msgid "pcrel too far BFD_RELOC_BFIN_10"
5311 msgstr ""
5312
5313 #: config/tc-bfin.c:693
5314 msgid "pcrel too far BFD_RELOC_BFIN_12"
5315 msgstr ""
5316
5317 #: config/tc-bfin.c:713
5318 msgid "pcrel too far BFD_RELOC_BFIN_24"
5319 msgstr ""
5320
5321 #: config/tc-bfin.c:728
5322 msgid "pcrel too far BFD_RELOC_BFIN_5"
5323 msgstr ""
5324
5325 #: config/tc-bfin.c:740
5326 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
5327 msgstr ""
5328
5329 #: config/tc-bfin.c:750
5330 msgid "rel too far BFD_RELOC_8"
5331 msgstr ""
5332
5333 #: config/tc-bfin.c:757
5334 msgid "rel too far BFD_RELOC_16"
5335 msgstr ""
5336
5337 #: config/tc-cr16.c:164
5338 msgid "using a bit field width of zero"
5339 msgstr ""
5340
5341 #: config/tc-cr16.c:172
5342 #, c-format
5343 msgid "field width \"%s\" too complex for a bitfield"
5344 msgstr ""
5345
5346 #: config/tc-cr16.c:181
5347 #, c-format
5348 msgid "field width %lu too big to fit in %d byte: truncated to %d bits"
5349 msgid_plural "field width %lu too big to fit in %d bytes: truncated to %d bits"
5350 msgstr[0] ""
5351 msgstr[1] ""
5352
5353 #: config/tc-cr16.c:208
5354 #, c-format
5355 msgid "field value \"%s\" too complex for a bitfield"
5356 msgstr ""
5357
5358 #: config/tc-cr16.c:389
5359 #, c-format
5360 msgid "Unknown register pair - index relative mode: `%d'"
5361 msgstr ""
5362
5363 #: config/tc-cr16.c:603 config/tc-crx.c:361
5364 #, c-format
5365 msgid "internal error: reloc %d (`%s') not supported by object file format"
5366 msgstr ""
5367
5368 #: config/tc-cr16.c:696 config/tc-i386.c:11722 config/tc-s390.c:2119
5369 msgid "GOT already in symbol table"
5370 msgstr ""
5371
5372 #: config/tc-cr16.c:813 config/tc-m68k.c:4574 config/tc-tilegx.c:318
5373 #: config/tc-tilepro.c:255
5374 #, c-format
5375 msgid "Internal Error:  Can't hash %s: %s"
5376 msgstr ""
5377
5378 #: config/tc-cr16.c:839 config/tc-cris.c:1229 config/tc-crx.c:545
5379 #, c-format
5380 msgid "Can't hash `%s': %s\n"
5381 msgstr ""
5382
5383 #: config/tc-cr16.c:840 config/tc-cris.c:1230 config/tc-crx.c:546
5384 msgid "(unknown reason)"
5385 msgstr ""
5386
5387 #. Missing or bad expr becomes absolute 0.
5388 #: config/tc-cr16.c:892 config/tc-crx.c:619
5389 #, c-format
5390 msgid "missing or invalid displacement expression `%s' taken as 0"
5391 msgstr ""
5392
5393 #: config/tc-cr16.c:942
5394 #, c-format
5395 msgid "GOT bad expression with %s."
5396 msgstr ""
5397
5398 #: config/tc-cr16.c:1053
5399 #, c-format
5400 msgid "operand %d: illegal use expression: `%s`"
5401 msgstr ""
5402
5403 #: config/tc-cr16.c:1118 config/tc-crx.c:1129
5404 #, c-format
5405 msgid "Unknown register: `%d'"
5406 msgstr ""
5407
5408 #. Issue a error message when register is illegal.
5409 #: config/tc-cr16.c:1126
5410 #, c-format
5411 msgid "Illegal register (`%s') in Instruction: `%s'"
5412 msgstr ""
5413
5414 #: config/tc-cr16.c:1200 config/tc-cr16.c:1275
5415 #, c-format
5416 msgid "Illegal register `%s' in Instruction `%s'"
5417 msgstr ""
5418
5419 #: config/tc-cr16.c:1228 config/tc-cr16.c:1239
5420 #, c-format
5421 msgid "Illegal register pair `%s' in Instruction `%s'"
5422 msgstr ""
5423
5424 #: config/tc-cr16.c:1264
5425 msgid "unmatched '['"
5426 msgstr ""
5427
5428 #: config/tc-cr16.c:1270
5429 msgid "garbage after index spec ignored"
5430 msgstr ""
5431
5432 #: config/tc-cr16.c:1418 config/tc-crx.c:938
5433 #, c-format
5434 msgid "Illegal operands (whitespace): `%s'"
5435 msgstr ""
5436
5437 #: config/tc-cr16.c:1430 config/tc-cr16.c:1437 config/tc-cr16.c:1454
5438 #: config/tc-crx.c:950 config/tc-crx.c:957 config/tc-crx.c:974
5439 #: config/tc-crx.c:1770
5440 #, c-format
5441 msgid "Missing matching brackets : `%s'"
5442 msgstr ""
5443
5444 #: config/tc-cr16.c:1486 config/tc-crx.c:1000
5445 #, c-format
5446 msgid "Unknown exception: `%s'"
5447 msgstr ""
5448
5449 #: config/tc-cr16.c:1571 config/tc-crx.c:1096
5450 #, c-format
5451 msgid "Illegal `cinv' parameter: `%c'"
5452 msgstr ""
5453
5454 #: config/tc-cr16.c:1592 config/tc-cr16.c:1631
5455 #, c-format
5456 msgid "Unknown register pair: `%d'"
5457 msgstr ""
5458
5459 #. Issue a error message when register  pair is illegal.
5460 #: config/tc-cr16.c:1600
5461 #, c-format
5462 msgid "Illegal register pair (`%s') in Instruction: `%s'"
5463 msgstr ""
5464
5465 #. Issue a error message when register  pair is illegal.
5466 #: config/tc-cr16.c:1639
5467 #, c-format
5468 msgid "Illegal index register pair (`%s') in Instruction: `%s'"
5469 msgstr ""
5470
5471 #: config/tc-cr16.c:1678
5472 #, c-format
5473 msgid "Unknown processor register : `%d'"
5474 msgstr ""
5475
5476 #. Issue a error message when register  pair is illegal.
5477 #: config/tc-cr16.c:1686
5478 #, c-format
5479 msgid "Illegal processor register (`%s') in Instruction: `%s'"
5480 msgstr ""
5481
5482 #: config/tc-cr16.c:1734
5483 #, c-format
5484 msgid "Unknown processor register (32 bit) : `%d'"
5485 msgstr ""
5486
5487 #. Issue a error message when register  pair is illegal.
5488 #: config/tc-cr16.c:1742
5489 #, c-format
5490 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
5491 msgstr ""
5492
5493 #: config/tc-cr16.c:2108 config/tc-crx.c:1668 config/tc-crx.c:1685
5494 #, c-format
5495 msgid "Same src/dest register is used (`r%d'), result is undefined"
5496 msgstr ""
5497
5498 #: config/tc-cr16.c:2129
5499 msgid "RA register is saved twice."
5500 msgstr ""
5501
5502 #: config/tc-cr16.c:2133
5503 #, c-format
5504 msgid "`%s' Illegal use of registers."
5505 msgstr ""
5506
5507 #: config/tc-cr16.c:2147
5508 #, c-format
5509 msgid "`%s' Illegal count-register combination."
5510 msgstr ""
5511
5512 #: config/tc-cr16.c:2153
5513 #, c-format
5514 msgid "`%s' Illegal use of register."
5515 msgstr ""
5516
5517 #: config/tc-cr16.c:2162 config/tc-crx.c:1677
5518 #, c-format
5519 msgid "`%s' has undefined result"
5520 msgstr ""
5521
5522 #: config/tc-cr16.c:2170
5523 #, c-format
5524 msgid "Same src/dest register is used (`r%d'),result is undefined"
5525 msgstr ""
5526
5527 #: config/tc-cr16.c:2341 config/tc-crx.c:1582
5528 msgid "Incorrect number of operands"
5529 msgstr ""
5530
5531 #: config/tc-cr16.c:2343 config/tc-crx.c:1584
5532 #, c-format
5533 msgid "Illegal type of operand (arg %d)"
5534 msgstr ""
5535
5536 #: config/tc-cr16.c:2349 config/tc-crx.c:1590
5537 #, c-format
5538 msgid "Operand out of range (arg %d)"
5539 msgstr ""
5540
5541 #: config/tc-cr16.c:2352 config/tc-crx.c:1593
5542 #, c-format
5543 msgid "Operand has odd displacement (arg %d)"
5544 msgstr ""
5545
5546 #: config/tc-cr16.c:2355 config/tc-cr16.c:2386 config/tc-crx.c:1606
5547 #: config/tc-crx.c:1637
5548 #, c-format
5549 msgid "Illegal operand (arg %d)"
5550 msgstr ""
5551
5552 #. Give an error if a frag containing code is not aligned to a 2-byte
5553 #. boundary.
5554 #: config/tc-cr16.c:2488 config/tc-cr16.h:74 config/tc-crx.c:1959
5555 #: config/tc-crx.h:77
5556 msgid "instruction address is not a multiple of 2"
5557 msgstr ""
5558
5559 #: config/tc-cr16.c:2511 config/tc-cris.c:1556 config/tc-cris.c:1564
5560 #: config/tc-crx.c:1995 config/tc-dlx.c:692 config/tc-hppa.c:3212
5561 #: config/tc-hppa.c:3219 config/tc-sparc.c:1758 config/tc-sparc.c:1766
5562 #, c-format
5563 msgid "Unknown opcode: `%s'"
5564 msgstr ""
5565
5566 #: config/tc-cris.c:550 config/tc-m68hc11.c:3893
5567 #, c-format
5568 msgid "internal inconsistency problem in %s: fr_symbol %lx"
5569 msgstr ""
5570
5571 #: config/tc-cris.c:554 config/tc-m68hc11.c:3897 config/tc-msp430.c:4795
5572 #, c-format
5573 msgid "internal inconsistency problem in %s: resolved symbol"
5574 msgstr ""
5575
5576 #: config/tc-cris.c:564 config/tc-m68hc11.c:3903
5577 #, c-format
5578 msgid "internal inconsistency problem in %s: fr_subtype %d"
5579 msgstr ""
5580
5581 #: config/tc-cris.c:904
5582 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
5583 msgstr ""
5584
5585 #: config/tc-cris.c:934
5586 msgid "Complicated LAPC target operand is not a multiple of two.  Use LAPC.D"
5587 msgstr ""
5588
5589 #: config/tc-cris.c:939
5590 #, c-format
5591 msgid ""
5592 "Internal error found in md_convert_frag: offset %ld.  Please report this."
5593 msgstr ""
5594
5595 #: config/tc-cris.c:964
5596 #, c-format
5597 msgid "internal inconsistency in %s: bdapq no symbol"
5598 msgstr ""
5599
5600 #: config/tc-cris.c:977
5601 #, c-format
5602 msgid "internal inconsistency in %s: bdap.w with no symbol"
5603 msgstr ""
5604
5605 #: config/tc-cris.c:1001
5606 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
5607 msgstr ""
5608
5609 #: config/tc-cris.c:1010
5610 msgid "dangerous MULS/MULU location; give it higher alignment"
5611 msgstr ""
5612
5613 #. Bail out for compatibility mode.  (It seems it can be implemented,
5614 #. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
5615 #. $acr", "nop"; but doesn't seem worth it at the moment.)
5616 #: config/tc-cris.c:1051
5617 msgid ""
5618 "Out-of-range .word offset handling is not implemented for .arch "
5619 "common_v10_v32"
5620 msgstr ""
5621
5622 #: config/tc-cris.c:1096
5623 msgid ".word case-table handling failed: table too large"
5624 msgstr ""
5625
5626 #: config/tc-cris.c:1234
5627 #, c-format
5628 msgid "Buggy opcode: `%s' \"%s\"\n"
5629 msgstr ""
5630
5631 #: config/tc-cris.c:1662
5632 #, c-format
5633 msgid "Immediate value not in 5 bit unsigned range: %ld"
5634 msgstr ""
5635
5636 #: config/tc-cris.c:1678
5637 #, c-format
5638 msgid "Immediate value not in 4 bit unsigned range: %ld"
5639 msgstr ""
5640
5641 #: config/tc-cris.c:1730
5642 #, c-format
5643 msgid "Immediate value not in 6 bit range: %ld"
5644 msgstr ""
5645
5646 #: config/tc-cris.c:1746
5647 #, c-format
5648 msgid "Immediate value not in 6 bit unsigned range: %ld"
5649 msgstr ""
5650
5651 #. Others have a generic warning.
5652 #: config/tc-cris.c:1855
5653 #, c-format
5654 msgid "Unimplemented register `%s' specified"
5655 msgstr ""
5656
5657 #. We've come to the end of instructions with this
5658 #. opcode, so it must be an error.
5659 #: config/tc-cris.c:2099
5660 msgid "Illegal operands"
5661 msgstr ""
5662
5663 #: config/tc-cris.c:2140 config/tc-cris.c:2180
5664 #, c-format
5665 msgid "Immediate value not in 8 bit range: %ld"
5666 msgstr ""
5667
5668 #: config/tc-cris.c:2150 config/tc-cris.c:2201
5669 #, c-format
5670 msgid "Immediate value not in 16 bit range: %ld"
5671 msgstr ""
5672
5673 #: config/tc-cris.c:2185
5674 #, c-format
5675 msgid "Immediate value not in 8 bit signed range: %ld"
5676 msgstr ""
5677
5678 #: config/tc-cris.c:2190
5679 #, c-format
5680 msgid "Immediate value not in 8 bit unsigned range: %ld"
5681 msgstr ""
5682
5683 #: config/tc-cris.c:2206
5684 #, c-format
5685 msgid "Immediate value not in 16 bit signed range: %ld"
5686 msgstr ""
5687
5688 #: config/tc-cris.c:2211
5689 #, c-format
5690 msgid "Immediate value not in 16 bit unsigned range: %ld"
5691 msgstr ""
5692
5693 #: config/tc-cris.c:2237
5694 msgid "TLS relocation size does not match operand size"
5695 msgstr ""
5696
5697 #: config/tc-cris.c:2238
5698 msgid "PIC relocation size does not match operand size"
5699 msgstr ""
5700
5701 #: config/tc-cris.c:3385
5702 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
5703 msgstr ""
5704
5705 #: config/tc-cris.c:3389
5706 msgid "32-bit conditional branch generated"
5707 msgstr ""
5708
5709 #: config/tc-cris.c:3450
5710 msgid "Complex expression not supported"
5711 msgstr ""
5712
5713 #. FIXME:  Is this function mentioned in the internals.texi manual?  If
5714 #. not, add it.
5715 #: config/tc-cris.c:3600
5716 msgid "Bad call to md_atof () - floating point formats are not supported"
5717 msgstr ""
5718
5719 #: config/tc-cris.c:3641
5720 msgid "PC-relative relocation must be trivially resolved"
5721 msgstr ""
5722
5723 #: config/tc-cris.c:3713
5724 #, c-format
5725 msgid "Value not in 16 bit range: %ld"
5726 msgstr ""
5727
5728 #: config/tc-cris.c:3721
5729 #, c-format
5730 msgid "Value not in 16 bit signed range: %ld"
5731 msgstr ""
5732
5733 #: config/tc-cris.c:3729
5734 #, c-format
5735 msgid "Value not in 8 bit range: %ld"
5736 msgstr ""
5737
5738 #: config/tc-cris.c:3736
5739 #, c-format
5740 msgid "Value not in 8 bit signed range: %ld"
5741 msgstr ""
5742
5743 #: config/tc-cris.c:3746
5744 #, c-format
5745 msgid "Value not in 4 bit unsigned range: %ld"
5746 msgstr ""
5747
5748 #: config/tc-cris.c:3753
5749 #, c-format
5750 msgid "Value not in 5 bit unsigned range: %ld"
5751 msgstr ""
5752
5753 #: config/tc-cris.c:3760
5754 #, c-format
5755 msgid "Value not in 6 bit range: %ld"
5756 msgstr ""
5757
5758 #: config/tc-cris.c:3767
5759 #, c-format
5760 msgid "Value not in 6 bit unsigned range: %ld"
5761 msgstr ""
5762
5763 #: config/tc-cris.c:3811
5764 #, c-format
5765 msgid "Please use --help to see usage and options for this assembler.\n"
5766 msgstr ""
5767
5768 #: config/tc-cris.c:3823
5769 msgid "--no-underscore is invalid with a.out format"
5770 msgstr ""
5771
5772 #: config/tc-cris.c:3835
5773 msgid "--pic is invalid for this object format"
5774 msgstr ""
5775
5776 #: config/tc-cris.c:3849
5777 #, c-format
5778 msgid "invalid <arch> in --march=<arch>: %s"
5779 msgstr ""
5780
5781 #: config/tc-cris.c:3958 config/tc-ft32.c:689 config/tc-moxie.c:778
5782 msgid ""
5783 "Semantics error.  This type of operand can not be relocated, it must be an "
5784 "assembly-time constant"
5785 msgstr ""
5786
5787 #: config/tc-cris.c:4007 config/tc-ft32.c:710 config/tc-moxie.c:826
5788 #, c-format
5789 msgid "Cannot generate relocation type for symbol %s, code %s"
5790 msgstr ""
5791
5792 #. The messages are formatted to line up with the generic options.
5793 #: config/tc-cris.c:4020
5794 #, c-format
5795 msgid "CRIS-specific options:\n"
5796 msgstr ""
5797
5798 #: config/tc-cris.c:4022
5799 msgid ""
5800 "  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
5801 msgstr ""
5802
5803 #: config/tc-cris.c:4024
5804 msgid "  -N                      Warn when branches are expanded to jumps.\n"
5805 msgstr ""
5806
5807 #: config/tc-cris.c:4026
5808 msgid ""
5809 "  --underscore            User symbols are normally prepended with "
5810 "underscore.\n"
5811 msgstr ""
5812
5813 #: config/tc-cris.c:4028
5814 msgid "                          Registers will not need any prefix.\n"
5815 msgstr ""
5816
5817 #: config/tc-cris.c:4030
5818 msgid "  --no-underscore         User symbols do not have any prefix.\n"
5819 msgstr ""
5820
5821 #: config/tc-cris.c:4032
5822 msgid "                          Registers will require a `$'-prefix.\n"
5823 msgstr ""
5824
5825 #: config/tc-cris.c:4035
5826 msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
5827 msgstr ""
5828
5829 #: config/tc-cris.c:4038
5830 msgid ""
5831 "  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
5832 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
5833 msgstr ""
5834
5835 #: config/tc-cris.c:4059
5836 msgid "Invalid relocation"
5837 msgstr ""
5838
5839 #: config/tc-cris.c:4096
5840 msgid "Invalid pc-relative relocation"
5841 msgstr ""
5842
5843 #: config/tc-cris.c:4141
5844 #, c-format
5845 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
5846 msgstr ""
5847
5848 #: config/tc-cris.c:4171
5849 #, c-format
5850 msgid ".syntax %s requires command-line option `--underscore'"
5851 msgstr ""
5852
5853 #: config/tc-cris.c:4180
5854 #, c-format
5855 msgid ".syntax %s requires command-line option `--no-underscore'"
5856 msgstr ""
5857
5858 #: config/tc-cris.c:4217
5859 msgid "Unknown .syntax operand"
5860 msgstr ""
5861
5862 #: config/tc-cris.c:4227
5863 msgid "Pseudodirective .file is only valid when generating ELF"
5864 msgstr ""
5865
5866 #: config/tc-cris.c:4239
5867 msgid "Pseudodirective .loc is only valid when generating ELF"
5868 msgstr ""
5869
5870 #: config/tc-cris.c:4254
5871 #, c-format
5872 msgid "internal inconsistency problem: %s called for %d bytes"
5873 msgstr ""
5874
5875 #: config/tc-cris.c:4406
5876 msgid "unknown operand to .arch"
5877 msgstr ""
5878
5879 #: config/tc-cris.c:4415
5880 msgid ".arch <arch> requires a matching --march=... option"
5881 msgstr ""
5882
5883 #: config/tc-crx.c:572 config/tc-crx.c:591
5884 #, c-format
5885 msgid "Internal error: Can't hash %s: %s"
5886 msgstr ""
5887
5888 #: config/tc-crx.c:759 config/tc-crx.c:779 config/tc-crx.c:794
5889 #, c-format
5890 msgid "Illegal register `%s' in instruction `%s'"
5891 msgstr ""
5892
5893 #: config/tc-crx.c:822
5894 #, c-format
5895 msgid "Illegal Scale - `%d'"
5896 msgstr ""
5897
5898 #. Issue a error message when register is illegal.
5899 #: config/tc-crx.c:1137
5900 #, c-format
5901 msgid "Illegal register (`%s') in instruction: `%s'"
5902 msgstr ""
5903
5904 #: config/tc-crx.c:1267
5905 #, c-format
5906 msgid "Illegal co-processor register in instruction `%s'"
5907 msgstr ""
5908
5909 #: config/tc-crx.c:1274
5910 #, c-format
5911 msgid "Illegal co-processor special register in instruction `%s'"
5912 msgstr ""
5913
5914 #: config/tc-crx.c:1596
5915 #, c-format
5916 msgid "Invalid DISPU4 operand value (arg %d)"
5917 msgstr ""
5918
5919 #: config/tc-crx.c:1599
5920 #, c-format
5921 msgid "Invalid CST4 operand value (arg %d)"
5922 msgstr ""
5923
5924 #: config/tc-crx.c:1602
5925 #, c-format
5926 msgid "Operand value is not within upper 64 KB (arg %d)"
5927 msgstr ""
5928
5929 #: config/tc-crx.c:1739
5930 msgid "Invalid register in register list"
5931 msgstr ""
5932
5933 #: config/tc-crx.c:1793
5934 #, c-format
5935 msgid "Illegal register `%s' in cop-register list"
5936 msgstr ""
5937
5938 #: config/tc-crx.c:1801
5939 #, c-format
5940 msgid "Illegal register `%s' in cop-special-register list"
5941 msgstr ""
5942
5943 #: config/tc-crx.c:1820
5944 #, c-format
5945 msgid "Illegal register `%s' in user register list"
5946 msgstr ""
5947
5948 #: config/tc-crx.c:1839
5949 #, c-format
5950 msgid "Illegal register `%s' in register list"
5951 msgstr ""
5952
5953 #: config/tc-crx.c:1845
5954 #, c-format
5955 msgid "Maximum %d bits may be set in `mask16' operand"
5956 msgstr ""
5957
5958 #: config/tc-crx.c:1854
5959 #, c-format
5960 msgid "rest of line ignored; first ignored character is `%c'"
5961 msgstr ""
5962
5963 #: config/tc-crx.c:1862
5964 #, c-format
5965 msgid "Illegal `mask16' operand, operation is undefined - `%s'"
5966 msgstr ""
5967
5968 #. HI can't be specified without LO (and vise-versa).
5969 #: config/tc-crx.c:1868
5970 msgid "HI/LO registers should be specified together"
5971 msgstr ""
5972
5973 #: config/tc-crx.c:1874
5974 msgid "HI/LO registers should be specified without additional registers"
5975 msgstr ""
5976
5977 #. Variable not in small data read only segment accessed
5978 #. using small data read only anchor.
5979 #: config/tc-csky.c:874 config/tc-mcore.c:1923 config/tc-microblaze.c:1990
5980 #: config/tc-microblaze.c:2292 config/tc-microblaze.c:2315
5981 msgid "unknown"
5982 msgstr ""
5983
5984 #: config/tc-csky.c:876
5985 #, c-format
5986 msgid "pcrel offset for branch to %s too far (0x%lx)"
5987 msgstr ""
5988
5989 #: config/tc-csky.c:911
5990 #, c-format
5991 msgid "unknown architecture `%s'"
5992 msgstr ""
5993
5994 #: config/tc-csky.c:1055
5995 #, c-format
5996 msgid "C-SKY assembler options:\n"
5997 msgstr ""
5998
5999 #: config/tc-csky.c:1057
6000 #, c-format
6001 msgid "  -march=ARCH\t\t\tselect architecture ARCH:"
6002 msgstr ""
6003
6004 #: config/tc-csky.c:1076
6005 #, c-format
6006 msgid "  -mcpu=CPU\t\t\tselect processor CPU:"
6007 msgstr ""
6008
6009 #: config/tc-csky.c:1095
6010 #, c-format
6011 msgid "  -EL  -mlittle-endian\t\tgenerate little-endian output\n"
6012 msgstr ""
6013
6014 #: config/tc-csky.c:1097
6015 #, c-format
6016 msgid "  -EB  -mbig-endian\t\tgenerate big-endian output\n"
6017 msgstr ""
6018
6019 #: config/tc-csky.c:1099
6020 #, c-format
6021 msgid "  -fpic  -pic\t\t\tgenerate position-independent code\n"
6022 msgstr ""
6023
6024 #: config/tc-csky.c:1102
6025 #, c-format
6026 msgid "  -mljump\t\t\ttransform jbf, jbt, jbr to jmpi (CK800 only)\n"
6027 msgstr ""
6028
6029 #: config/tc-csky.c:1104
6030 #, c-format
6031 msgid "  -mno-ljump\n"
6032 msgstr ""
6033
6034 #: config/tc-csky.c:1108
6035 #, c-format
6036 msgid "  -mbranch-stub\t\t\tenable branch stubs for PC-relative calls\n"
6037 msgstr ""
6038
6039 #: config/tc-csky.c:1110
6040 #, c-format
6041 msgid "  -mno-branch-stub\n"
6042 msgstr ""
6043
6044 #: config/tc-csky.c:1114
6045 #, c-format
6046 msgid "  -force2bsr  -mforce2bsr\ttransform jbsr to bsr\n"
6047 msgstr ""
6048
6049 #: config/tc-csky.c:1116
6050 #, c-format
6051 msgid "  -no-force2bsr  -mno-force2bsr\n"
6052 msgstr ""
6053
6054 #: config/tc-csky.c:1118
6055 #, c-format
6056 msgid "  -jsri2bsr  -mjsri2bsr\t\ttransform jsri to bsr\n"
6057 msgstr ""
6058
6059 #: config/tc-csky.c:1120
6060 #, c-format
6061 msgid "  -no-jsri2bsr  -mno-jsri2bsr\n"
6062 msgstr ""
6063
6064 #: config/tc-csky.c:1123
6065 #, c-format
6066 msgid "  -mnolrw  -mno-lrw\t\timplement lrw as movih + ori\n"
6067 msgstr ""
6068
6069 #: config/tc-csky.c:1125
6070 #, c-format
6071 msgid "  -melrw\t\t\tenable extended lrw (CK800 only)\n"
6072 msgstr ""
6073
6074 #: config/tc-csky.c:1127
6075 #, c-format
6076 msgid "  -mno-elrw\n"
6077 msgstr ""
6078
6079 #: config/tc-csky.c:1130
6080 #, c-format
6081 msgid "  -mlaf  -mliterals-after-func\temit literals after each function\n"
6082 msgstr ""
6083
6084 #: config/tc-csky.c:1132
6085 #, c-format
6086 msgid "  -mno-laf  -mno-literals-after-func\n"
6087 msgstr ""
6088
6089 #: config/tc-csky.c:1134
6090 #, c-format
6091 msgid ""
6092 "  -mlabr  -mliterals-after-br\temit literals after branch instructions\n"
6093 msgstr ""
6094
6095 #: config/tc-csky.c:1136
6096 #, c-format
6097 msgid "  -mno-labr  -mnoliterals-after-br\n"
6098 msgstr ""
6099
6100 #: config/tc-csky.c:1139
6101 #, c-format
6102 msgid "  -mistack\t\t\tenable interrupt stack instructions\n"
6103 msgstr ""
6104
6105 #: config/tc-csky.c:1141
6106 #, c-format
6107 msgid "  -mno-istack\n"
6108 msgstr ""
6109
6110 #: config/tc-csky.c:1144
6111 #, c-format
6112 msgid "  -mhard-float\t\t\tenable hard float instructions\n"
6113 msgstr ""
6114
6115 #: config/tc-csky.c:1146
6116 #, c-format
6117 msgid "  -mmp\t\t\t\tenable multiprocessor instructions\n"
6118 msgstr ""
6119
6120 #: config/tc-csky.c:1148
6121 #, c-format
6122 msgid "  -mcp\t\t\t\tenable coprocessor instructions\n"
6123 msgstr ""
6124
6125 #: config/tc-csky.c:1150
6126 #, c-format
6127 msgid "  -mcache\t\t\tenable cache prefetch instruction\n"
6128 msgstr ""
6129
6130 #: config/tc-csky.c:1152
6131 #, c-format
6132 msgid "  -msecurity\t\t\tenable security instructions\n"
6133 msgstr ""
6134
6135 #: config/tc-csky.c:1154
6136 #, c-format
6137 msgid "  -mtrust\t\t\tenable trust instructions\n"
6138 msgstr ""
6139
6140 #: config/tc-csky.c:1156
6141 #, c-format
6142 msgid "  -mdsp\t\t\t\tenable DSP instructions\n"
6143 msgstr ""
6144
6145 #: config/tc-csky.c:1158
6146 #, c-format
6147 msgid "  -medsp\t\t\tenable enhanced DSP instructions\n"
6148 msgstr ""
6149
6150 #: config/tc-csky.c:1160
6151 #, c-format
6152 msgid "  -mvdsp\t\t\tenable vector DSP instructions\n"
6153 msgstr ""
6154
6155 #: config/tc-csky.c:1185
6156 msgid "-mcpu conflict with -march option, using -mcpu"
6157 msgstr ""
6158
6159 #: config/tc-csky.c:1187
6160 msgid "-mcpu conflict with other model parameters, using -mcpu"
6161 msgstr ""
6162
6163 #: config/tc-csky.c:1252
6164 msgid "option -mdsp conflicts with -medsp, only enabling -medsp"
6165 msgstr ""
6166
6167 #: config/tc-csky.c:1259
6168 msgid "-medsp option is only supported by ck803s, ignoring -medsp"
6169 msgstr ""
6170
6171 #: config/tc-csky.c:1270
6172 msgid "C-SKY ABI v1 (ck510/ck610) does not support -mbranch-stub"
6173 msgstr ""
6174
6175 #: config/tc-csky.c:1275
6176 msgid "-mno-force2bsr is ignored with -mbranch-stub"
6177 msgstr ""
6178
6179 #: config/tc-csky.c:1283
6180 msgid "-mno-force2bsr is ignored for ck801/ck802"
6181 msgstr ""
6182
6183 #: config/tc-csky.c:1307
6184 msgid "-mljump is ignored for ck801/ck802"
6185 msgstr ""
6186
6187 #: config/tc-csky.c:1575 config/tc-mcore.c:688
6188 msgid "more than 65K literal pools"
6189 msgstr ""
6190
6191 #: config/tc-csky.c:1804 read.c:3558 read.c:4866
6192 #, c-format
6193 msgid "bad floating literal: %s"
6194 msgstr ""
6195
6196 #: config/tc-csky.c:1931 config/tc-mcore.c:742
6197 msgid "missing ']'"
6198 msgstr ""
6199
6200 #: config/tc-csky.c:1950 config/tc-mips.c:14106 config/tc-mips.c:14170
6201 #: config/tc-mips.c:14181 config/tc-score.c:2691 config/tc-score.c:2737
6202 msgid "unrecognized opcode"
6203 msgstr ""
6204
6205 #: config/tc-csky.c:3192 config/tc-mcore.c:1163
6206 msgid "translating mgeni to movi"
6207 msgstr ""
6208
6209 #: config/tc-csky.c:4785 config/tc-tilegx.c:1458 config/tc-tilepro.c:1320
6210 #, c-format
6211 msgid "unsupported BFD relocation size %d"
6212 msgstr ""
6213
6214 #: config/tc-csky.c:5405
6215 msgid "second operand must be 4"
6216 msgstr ""
6217
6218 #: config/tc-csky.c:5429 config/tc-mcore.c:1526
6219 msgid "second operand must be 1"
6220 msgstr ""
6221
6222 #: config/tc-csky.c:5502 config/tc-xtensa.c:1984
6223 msgid "register number out of range"
6224 msgstr ""
6225
6226 #: config/tc-csky.c:5512
6227 msgid "64-bit operator src/dst register must be less than 15"
6228 msgstr ""
6229
6230 #: config/tc-csky.c:7175
6231 msgid "the first operand must be a symbol"
6232 msgstr ""
6233
6234 #: config/tc-csky.c:7184
6235 msgid "missing stack size"
6236 msgstr ""
6237
6238 #: config/tc-csky.c:7197 config/tc-score.c:4242
6239 msgid "value not in range [0, 0xffffffff]"
6240 msgstr ""
6241
6242 #: config/tc-csky.c:7207 config/tc-mcore.c:781
6243 msgid "operand must be a constant"
6244 msgstr ""
6245
6246 #: config/tc-d10v.c:216
6247 #, c-format
6248 msgid ""
6249 "D10V options:\n"
6250 "-O                      Optimize.  Will do some operations in parallel.\n"
6251 "--gstabs-packing        Pack adjacent short instructions together even\n"
6252 "                        when --gstabs is specified.  On by default.\n"
6253 "--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
6254 "                        instructions together.\n"
6255 msgstr ""
6256
6257 #: config/tc-d10v.c:573
6258 msgid "operand is not an immediate"
6259 msgstr ""
6260
6261 #: config/tc-d10v.c:591
6262 #, c-format
6263 msgid "operand out of range: %lu"
6264 msgstr ""
6265
6266 #: config/tc-d10v.c:651
6267 msgid "Instruction must be executed in parallel with another instruction."
6268 msgstr ""
6269
6270 #: config/tc-d10v.c:705 config/tc-d10v.c:713
6271 #, c-format
6272 msgid "packing conflict: %s must dispatch sequentially"
6273 msgstr ""
6274
6275 #: config/tc-d10v.c:812
6276 #, c-format
6277 msgid "resource conflict (R%d)"
6278 msgstr ""
6279
6280 #: config/tc-d10v.c:815
6281 #, c-format
6282 msgid "resource conflict (A%d)"
6283 msgstr ""
6284
6285 #: config/tc-d10v.c:817
6286 msgid "resource conflict (PSW)"
6287 msgstr ""
6288
6289 #: config/tc-d10v.c:819
6290 msgid "resource conflict (C flag)"
6291 msgstr ""
6292
6293 #: config/tc-d10v.c:821
6294 msgid "resource conflict (F flag)"
6295 msgstr ""
6296
6297 #: config/tc-d10v.c:971
6298 msgid "Instruction must be executed in parallel"
6299 msgstr ""
6300
6301 #: config/tc-d10v.c:974
6302 msgid "Long instructions may not be combined."
6303 msgstr ""
6304
6305 #: config/tc-d10v.c:1007
6306 msgid "One of these instructions may not be executed in parallel."
6307 msgstr ""
6308
6309 #: config/tc-d10v.c:1011 config/tc-d30v.c:1037
6310 msgid "Two IU instructions may not be executed in parallel"
6311 msgstr ""
6312
6313 #: config/tc-d10v.c:1013 config/tc-d10v.c:1021 config/tc-d10v.c:1035
6314 #: config/tc-d10v.c:1050 config/tc-d30v.c:1038 config/tc-d30v.c:1047
6315 msgid "Swapping instruction order"
6316 msgstr ""
6317
6318 #: config/tc-d10v.c:1019 config/tc-d30v.c:1044
6319 msgid "Two MU instructions may not be executed in parallel"
6320 msgstr ""
6321
6322 #: config/tc-d10v.c:1039 config/tc-d30v.c:1064
6323 msgid "IU instruction may not be in the left container"
6324 msgstr ""
6325
6326 #: config/tc-d10v.c:1041 config/tc-d10v.c:1056
6327 msgid ""
6328 "Instruction in R container is squashed by flow control instruction in L "
6329 "container."
6330 msgstr ""
6331
6332 #: config/tc-d10v.c:1054 config/tc-d30v.c:1075
6333 msgid "MU instruction may not be in the right container"
6334 msgstr ""
6335
6336 #: config/tc-d10v.c:1060 config/tc-d30v.c:1087
6337 msgid "unknown execution type passed to write_2_short()"
6338 msgstr ""
6339
6340 #: config/tc-d10v.c:1189 config/tc-d10v.c:1362
6341 msgid "bad opcode or operands"
6342 msgstr ""
6343
6344 #: config/tc-d10v.c:1264
6345 msgid "value out of range"
6346 msgstr ""
6347
6348 #: config/tc-d10v.c:1338
6349 msgid "illegal operand - register name found where none expected"
6350 msgstr ""
6351
6352 #: config/tc-d10v.c:1373
6353 msgid "Register number must be EVEN"
6354 msgstr ""
6355
6356 #: config/tc-d10v.c:1376
6357 msgid "Unsupported use of sp"
6358 msgstr ""
6359
6360 #: config/tc-d10v.c:1395
6361 #, c-format
6362 msgid "cr%ld is a reserved control register"
6363 msgstr ""
6364
6365 #: config/tc-d10v.c:1570
6366 #, c-format
6367 msgid "line %d: rep or repi must include at least 4 instructions"
6368 msgstr ""
6369
6370 #: config/tc-d10v.c:1759
6371 msgid "can't find previous opcode "
6372 msgstr ""
6373
6374 #: config/tc-d10v.c:1771
6375 #, c-format
6376 msgid "could not assemble: %s"
6377 msgstr ""
6378
6379 #: config/tc-d10v.c:1786 config/tc-d10v.c:1808 config/tc-d30v.c:1744
6380 msgid "Unable to mix instructions as specified"
6381 msgstr ""
6382
6383 #: config/tc-d30v.c:149
6384 #, c-format
6385 msgid "Register name %s conflicts with symbol of the same name"
6386 msgstr ""
6387
6388 #: config/tc-d30v.c:239
6389 #, c-format
6390 msgid ""
6391 "\n"
6392 "D30V options:\n"
6393 "-O                      Make adjacent short instructions parallel if "
6394 "possible.\n"
6395 "-n                      Warn about all NOPs inserted by the assembler.\n"
6396 "-N                      Warn about NOPs inserted after word multiplies.\n"
6397 "-c                      Warn about symbols whose names match register "
6398 "names.\n"
6399 "-C                      Opposite of -C.  -c is the default.\n"
6400 msgstr ""
6401
6402 #: config/tc-d30v.c:367
6403 msgid "unexpected 12-bit reloc type"
6404 msgstr ""
6405
6406 #: config/tc-d30v.c:374
6407 msgid "unexpected 18-bit reloc type"
6408 msgstr ""
6409
6410 #: config/tc-d30v.c:625
6411 #, c-format
6412 msgid "%s NOP inserted"
6413 msgstr ""
6414
6415 #: config/tc-d30v.c:626
6416 msgid "sequential"
6417 msgstr ""
6418
6419 #: config/tc-d30v.c:626
6420 msgid "parallel"
6421 msgstr ""
6422
6423 #: config/tc-d30v.c:1033
6424 msgid "Instructions may not be executed in parallel"
6425 msgstr ""
6426
6427 #: config/tc-d30v.c:1046
6428 #, c-format
6429 msgid "Executing %s in IU may not work"
6430 msgstr ""
6431
6432 #: config/tc-d30v.c:1053
6433 #, c-format
6434 msgid "Executing %s in IU may not work in parallel execution"
6435 msgstr ""
6436
6437 #: config/tc-d30v.c:1066
6438 #, c-format
6439 msgid "special left instruction `%s' kills instruction `%s' in right container"
6440 msgstr ""
6441
6442 #: config/tc-d30v.c:1077
6443 #, c-format
6444 msgid "Executing %s in reverse serial with %s may not work"
6445 msgstr ""
6446
6447 #: config/tc-d30v.c:1080
6448 #, c-format
6449 msgid "Executing %s in IU in reverse serial may not work"
6450 msgstr ""
6451
6452 #: config/tc-d30v.c:1268
6453 msgid "Odd numbered register used as target of multi-register instruction"
6454 msgstr ""
6455
6456 #: config/tc-d30v.c:1332 config/tc-d30v.c:1368
6457 #, c-format
6458 msgid "unknown condition code: %s"
6459 msgstr ""
6460
6461 #: config/tc-d30v.c:1361
6462 #, c-format
6463 msgid "cmpu doesn't support condition code %s"
6464 msgstr ""
6465
6466 #: config/tc-d30v.c:1396
6467 #, c-format
6468 msgid "unknown opcode: %s"
6469 msgstr ""
6470
6471 #: config/tc-d30v.c:1407
6472 #, c-format
6473 msgid "operands for opcode `%s' do not match any valid format"
6474 msgstr ""
6475
6476 #: config/tc-d30v.c:1622 config/tc-d30v.c:1639
6477 msgid "Cannot assemble instruction"
6478 msgstr ""
6479
6480 #: config/tc-d30v.c:1624
6481 msgid "First opcode is long.  Unable to mix instructions as specified."
6482 msgstr ""
6483
6484 #: config/tc-d30v.c:1694
6485 msgid "word of NOPs added between word multiply and load"
6486 msgstr ""
6487
6488 #: config/tc-d30v.c:1696
6489 msgid "word of NOPs added between word multiply and 16-bit multiply"
6490 msgstr ""
6491
6492 #: config/tc-d30v.c:1728
6493 msgid "Instruction uses long version, so it cannot be mixed as specified"
6494 msgstr ""
6495
6496 #: config/tc-d30v.c:1855
6497 #, c-format
6498 msgid "value too large to fit in %d bits"
6499 msgstr ""
6500
6501 #: config/tc-d30v.c:1923
6502 #, c-format
6503 msgid "line %d: unable to place address of symbol '%s' into a byte"
6504 msgstr ""
6505
6506 #: config/tc-d30v.c:1926
6507 #, c-format
6508 msgid "line %d: unable to place value %lx into a byte"
6509 msgstr ""
6510
6511 #: config/tc-d30v.c:1934
6512 #, c-format
6513 msgid "line %d: unable to place address of symbol '%s' into a short"
6514 msgstr ""
6515
6516 #: config/tc-d30v.c:1937
6517 #, c-format
6518 msgid "line %d: unable to place value %lx into a short"
6519 msgstr ""
6520
6521 #: config/tc-d30v.c:1945
6522 #, c-format
6523 msgid "line %d: unable to place address of symbol '%s' into a quad"
6524 msgstr ""
6525
6526 #: config/tc-d30v.c:2053 config/tc-pru.c:216 config/tc-pru.c:332
6527 #, c-format
6528 msgid "Alignment too large: %d assumed"
6529 msgstr ""
6530
6531 #: config/tc-dlx.c:213
6532 msgid "missing .proc"
6533 msgstr ""
6534
6535 #: config/tc-dlx.c:230
6536 msgid ".endfunc missing for previous .proc"
6537 msgstr ""
6538
6539 #: config/tc-dlx.c:295 config/tc-mips.c:3664 config/tc-nios2.c:3639
6540 #: config/tc-nios2.c:3653 config/tc-nios2.c:3668 config/tc-pru.c:1573
6541 #: config/tc-pru.c:1587 config/tc-riscv.c:718
6542 #, c-format
6543 msgid "internal error: can't hash `%s': %s\n"
6544 msgstr ""
6545
6546 #. Probably a memory allocation problem?  Give up now.
6547 #: config/tc-dlx.c:302 config/tc-hppa.c:8271 config/tc-nios2.c:1440
6548 #: config/tc-nios2.c:3642 config/tc-nios2.c:3656 config/tc-nios2.c:3671
6549 #: config/tc-pru.c:1576 config/tc-pru.c:1590 config/tc-riscv.c:721
6550 #: config/tc-riscv.c:733 config/tc-sparc.c:1008
6551 msgid "Broken assembler.  No assembly attempted."
6552 msgstr ""
6553
6554 #: config/tc-dlx.c:332
6555 #, c-format
6556 msgid "Bad operand for a load instruction: <%s>"
6557 msgstr ""
6558
6559 #: config/tc-dlx.c:446
6560 #, c-format
6561 msgid "Bad operand for a store instruction: <%s>"
6562 msgstr ""
6563
6564 #: config/tc-dlx.c:626
6565 #, c-format
6566 msgid "Expression Error for operand modifier %%hi/%%lo\n"
6567 msgstr ""
6568
6569 #: config/tc-dlx.c:639
6570 #, c-format
6571 msgid "Invalid expression after %%%%\n"
6572 msgstr ""
6573
6574 #: config/tc-dlx.c:703 config/tc-tic4x.c:2473
6575 #, c-format
6576 msgid "Unknown opcode `%s'."
6577 msgstr ""
6578
6579 #: config/tc-dlx.c:712
6580 msgid "Can not set dlx_skip_hi16_flag"
6581 msgstr ""
6582
6583 #: config/tc-dlx.c:726
6584 #, c-format
6585 msgid "Missing arguments for opcode <%s>."
6586 msgstr ""
6587
6588 #: config/tc-dlx.c:760
6589 #, c-format
6590 msgid "Too many operands: %s"
6591 msgstr ""
6592
6593 #: config/tc-dlx.c:798
6594 #, c-format
6595 msgid "Both the_insn.HI and the_insn.LO are set : %s"
6596 msgstr ""
6597
6598 #: config/tc-dlx.c:868
6599 msgid "failed regnum sanity check."
6600 msgstr ""
6601
6602 #: config/tc-dlx.c:881
6603 msgid "failed general register sanity check."
6604 msgstr ""
6605
6606 #. Types or values of args don't match.
6607 #: config/tc-dlx.c:889
6608 msgid "Invalid operands"
6609 msgstr ""
6610
6611 #: config/tc-dlx.c:1118
6612 #, c-format
6613 msgid "label \"$%d\" redefined"
6614 msgstr ""
6615
6616 #: config/tc-dlx.c:1156
6617 msgid "Invalid expression after # number\n"
6618 msgstr ""
6619
6620 #: config/tc-dlx.c:1199 config/tc-m32r.c:2276 config/tc-nds32.c:7882
6621 #: config/tc-sparc.c:4020
6622 #, c-format
6623 msgid "internal error: can't export reloc type %d (`%s')"
6624 msgstr ""
6625
6626 #: config/tc-epiphany.c:126
6627 #, c-format
6628 msgid "EPIPHANY specific command line options:\n"
6629 msgstr ""
6630
6631 #: config/tc-epiphany.c:365
6632 msgid "register number too large for push/pop"
6633 msgstr ""
6634
6635 #: config/tc-epiphany.c:369
6636 msgid "register is out of order"
6637 msgstr ""
6638
6639 #: config/tc-epiphany.c:380 config/tc-m68k.c:5906 config/tc-m68k.c:5935
6640 msgid "bad register list"
6641 msgstr ""
6642
6643 #: config/tc-epiphany.c:383
6644 msgid "malformed reglist in push/pop"
6645 msgstr ""
6646
6647 #. Checks for behavioral restrictions on LD/ST instructions.
6648 #: config/tc-epiphany.c:429
6649 msgid "destination register modified by displacement-post-modified address"
6650 msgstr ""
6651
6652 #: config/tc-epiphany.c:430
6653 msgid "ldrd/strd requires even:odd register pair"
6654 msgstr ""
6655
6656 #: config/tc-epiphany.c:813 config/tc-m32r.c:1784
6657 msgid "Addend to unresolved symbol not on word boundary."
6658 msgstr ""
6659
6660 #: config/tc-fr30.c:81
6661 #, c-format
6662 msgid " FR30 specific command line options:\n"
6663 msgstr ""
6664
6665 #: config/tc-fr30.c:134
6666 #, c-format
6667 msgid "Instruction %s not allowed in a delay slot."
6668 msgstr ""
6669
6670 #: config/tc-frv.c:403
6671 #, c-format
6672 msgid "Unknown cpu -mcpu=%s"
6673 msgstr ""
6674
6675 #: config/tc-frv.c:456
6676 #, c-format
6677 msgid "FRV specific command line options:\n"
6678 msgstr ""
6679
6680 #: config/tc-frv.c:457
6681 #, c-format
6682 msgid "-G n            Put data <= n bytes in the small data area\n"
6683 msgstr ""
6684
6685 #: config/tc-frv.c:458
6686 #, c-format
6687 msgid "-mgpr-32        Mark generated file as only using 32 GPRs\n"
6688 msgstr ""
6689
6690 #: config/tc-frv.c:459
6691 #, c-format
6692 msgid "-mgpr-64        Mark generated file as using all 64 GPRs\n"
6693 msgstr ""
6694
6695 #: config/tc-frv.c:460
6696 #, c-format
6697 msgid "-mfpr-32        Mark generated file as only using 32 FPRs\n"
6698 msgstr ""
6699
6700 #: config/tc-frv.c:461
6701 #, c-format
6702 msgid "-mfpr-64        Mark generated file as using all 64 FPRs\n"
6703 msgstr ""
6704
6705 #: config/tc-frv.c:462
6706 #, c-format
6707 msgid "-msoft-float    Mark generated file as using software FP\n"
6708 msgstr ""
6709
6710 #: config/tc-frv.c:463
6711 #, c-format
6712 msgid "-mdword         Mark generated file as using a 8-byte stack alignment\n"
6713 msgstr ""
6714
6715 #: config/tc-frv.c:464
6716 #, c-format
6717 msgid "-mno-dword      Mark generated file as using a 4-byte stack alignment\n"
6718 msgstr ""
6719
6720 #: config/tc-frv.c:465
6721 #, c-format
6722 msgid ""
6723 "-mdouble        Mark generated file as using double precision FP insns\n"
6724 msgstr ""
6725
6726 #: config/tc-frv.c:466
6727 #, c-format
6728 msgid "-mmedia         Mark generated file as using media insns\n"
6729 msgstr ""
6730
6731 #: config/tc-frv.c:467
6732 #, c-format
6733 msgid ""
6734 "-mmuladd        Mark generated file as using multiply add/subtract insns\n"
6735 msgstr ""
6736
6737 #: config/tc-frv.c:468
6738 #, c-format
6739 msgid "-mpack          Allow instructions to be packed\n"
6740 msgstr ""
6741
6742 #: config/tc-frv.c:469
6743 #, c-format
6744 msgid "-mno-pack       Do not allow instructions to be packed\n"
6745 msgstr ""
6746
6747 #: config/tc-frv.c:470
6748 #, c-format
6749 msgid ""
6750 "-mpic           Mark generated file as using small position independent "
6751 "code\n"
6752 msgstr ""
6753
6754 #: config/tc-frv.c:471
6755 #, c-format
6756 msgid ""
6757 "-mPIC           Mark generated file as using large position independent "
6758 "code\n"
6759 msgstr ""
6760
6761 #: config/tc-frv.c:472
6762 #, c-format
6763 msgid ""
6764 "-mlibrary-pic   Mark generated file as using position independent code for "
6765 "libraries\n"
6766 msgstr ""
6767
6768 #: config/tc-frv.c:473
6769 #, c-format
6770 msgid "-mfdpic         Assemble for the FDPIC ABI\n"
6771 msgstr ""
6772
6773 #: config/tc-frv.c:474
6774 #, c-format
6775 msgid "-mnopic         Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
6776 msgstr ""
6777
6778 #: config/tc-frv.c:475
6779 #, c-format
6780 msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
6781 msgstr ""
6782
6783 #: config/tc-frv.c:476
6784 #, c-format
6785 msgid "                Record the cpu type\n"
6786 msgstr ""
6787
6788 #: config/tc-frv.c:477
6789 #, c-format
6790 msgid "-mtomcat-stats  Print out stats for tomcat workarounds\n"
6791 msgstr ""
6792
6793 #: config/tc-frv.c:478
6794 #, c-format
6795 msgid "-mtomcat-debug  Debug tomcat workarounds\n"
6796 msgstr ""
6797
6798 #: config/tc-frv.c:1160
6799 msgid "VLIW packing used for -mno-pack"
6800 msgstr ""
6801
6802 #: config/tc-frv.c:1170
6803 msgid "Instruction not supported by this architecture"
6804 msgstr ""
6805
6806 #: config/tc-frv.c:1180
6807 msgid "VLIW packing constraint violation"
6808 msgstr ""
6809
6810 #: config/tc-frv.c:1771
6811 #, c-format
6812 msgid "Relocation %s is not safe for %s"
6813 msgstr ""
6814
6815 #: config/tc-ft32.c:146 config/tc-moxie.c:104
6816 msgid "expecting register"
6817 msgstr ""
6818
6819 #: config/tc-ft32.c:167 config/tc-ft32.c:183 config/tc-moxie.c:123
6820 #: config/tc-moxie.c:139
6821 msgid "illegal register number"
6822 msgstr ""
6823
6824 #: config/tc-ft32.c:239 config/tc-moxie.c:188 config/tc-pj.c:260
6825 #, c-format
6826 msgid "unknown opcode %s"
6827 msgstr ""
6828
6829 #: config/tc-ft32.c:264
6830 #, c-format
6831 msgid "unknown width specifier '.%c'"
6832 msgstr ""
6833
6834 #: config/tc-ft32.c:387
6835 msgid "internal error in argument parsing"
6836 msgstr ""
6837
6838 #: config/tc-ft32.c:400
6839 msgid "expected comma separator"
6840 msgstr ""
6841
6842 #: config/tc-ft32.c:412 config/tc-moxie.c:232 config/tc-moxie.c:292
6843 #: config/tc-moxie.c:304 config/tc-moxie.c:337 config/tc-moxie.c:369
6844 #: config/tc-moxie.c:402 config/tc-moxie.c:456 config/tc-moxie.c:510
6845 #: config/tc-moxie.c:520 config/tc-moxie.c:543 config/tc-moxie.c:556
6846 #: config/tc-pj.c:308
6847 msgid "extra stuff on line ignored"
6848 msgstr ""
6849
6850 #: config/tc-ft32.c:472 config/tc-lm32.c:236 config/tc-moxie.c:587
6851 #: config/tc-nios2.c:284
6852 msgid "bad call to md_atof"
6853 msgstr ""
6854
6855 #: config/tc-ft32.c:522
6856 #, c-format
6857 msgid "FT32 options:\n"
6858 msgstr ""
6859
6860 #: config/tc-ft32.c:523
6861 #, c-format
6862 msgid ""
6863 "\n"
6864 "-no-relax\t\tdon't relax relocations\n"
6865 "\t\t\t\n"
6866 msgstr ""
6867
6868 #. These macros must be defined, but is will be a fatal assembler
6869 #. error if we ever hit them.
6870 #: config/tc-ft32.h:35 config/tc-pj.h:40
6871 msgid "estimate size\n"
6872 msgstr ""
6873
6874 #: config/tc-ft32.h:36 config/tc-pj.h:39
6875 msgid "convert_frag\n"
6876 msgstr ""
6877
6878 #: config/tc-h8300.c:175
6879 #, c-format
6880 msgid "new section '%s' defined without attributes - this might cause problems"
6881 msgstr ""
6882
6883 #: config/tc-h8300.c:443 config/tc-h8300.c:451
6884 msgid "Reg not valid for H8/300"
6885 msgstr ""
6886
6887 #: config/tc-h8300.c:532
6888 msgid "invalid operand size requested"
6889 msgstr ""
6890
6891 #: config/tc-h8300.c:637
6892 msgid "Invalid register list for ldm/stm\n"
6893 msgstr ""
6894
6895 #: config/tc-h8300.c:663 config/tc-h8300.c:668 config/tc-h8300.c:675
6896 msgid "mismatch between register and suffix"
6897 msgstr ""
6898
6899 #: config/tc-h8300.c:680
6900 msgid "invalid suffix after register."
6901 msgstr ""
6902
6903 #: config/tc-h8300.c:702
6904 msgid "address too high for vector table jmp/jsr"
6905 msgstr ""
6906
6907 #: config/tc-h8300.c:729 config/tc-h8300.c:841 config/tc-h8300.c:851
6908 msgid "Wrong size pointer register for architecture."
6909 msgstr ""
6910
6911 #: config/tc-h8300.c:788 config/tc-h8300.c:796 config/tc-h8300.c:825
6912 msgid "expected @(exp, reg16)"
6913 msgstr ""
6914
6915 #: config/tc-h8300.c:814
6916 msgid "expected .L, .W or .B for register in indexed addressing mode"
6917 msgstr ""
6918
6919 #: config/tc-h8300.c:1008
6920 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
6921 msgstr ""
6922
6923 #: config/tc-h8300.c:1026 config/tc-h8300.c:1035
6924 msgid "expected register"
6925 msgstr ""
6926
6927 #: config/tc-h8300.c:1051
6928 msgid "expected closing paren"
6929 msgstr ""
6930
6931 #: config/tc-h8300.c:1110
6932 #, c-format
6933 msgid "can't use high part of register in operand %d"
6934 msgstr ""
6935
6936 #: config/tc-h8300.c:1267
6937 #, c-format
6938 msgid "Opcode `%s' with these operand types not available in %s mode"
6939 msgstr ""
6940
6941 #: config/tc-h8300.c:1276
6942 msgid "mismatch between opcode size and operand size"
6943 msgstr ""
6944
6945 #: config/tc-h8300.c:1312
6946 #, c-format
6947 msgid "operand %s0x%lx out of range."
6948 msgstr ""
6949
6950 #: config/tc-h8300.c:1422
6951 msgid "Can't work out size of operand.\n"
6952 msgstr ""
6953
6954 #: config/tc-h8300.c:1472
6955 #, c-format
6956 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
6957 msgstr ""
6958
6959 #: config/tc-h8300.c:1477
6960 #, c-format
6961 msgid "Opcode `%s' with these operand types not available in H8/300H mode"
6962 msgstr ""
6963
6964 #: config/tc-h8300.c:1483
6965 #, c-format
6966 msgid "Opcode `%s' with these operand types not available in H8/300S mode"
6967 msgstr ""
6968
6969 #: config/tc-h8300.c:1544 config/tc-h8300.c:1564
6970 msgid "Need #1 or #2 here"
6971 msgstr ""
6972
6973 #: config/tc-h8300.c:1559
6974 msgid "#4 not valid on H8/300."
6975 msgstr ""
6976
6977 #: config/tc-h8300.c:1666 config/tc-h8300.c:1738
6978 #, c-format
6979 msgid "branch operand has odd offset (%lx)\n"
6980 msgstr ""
6981
6982 #: config/tc-h8300.c:1776
6983 msgid "destination operand must be 16 bit register"
6984 msgstr ""
6985
6986 #: config/tc-h8300.c:1785
6987 msgid "source operand must be 8 bit register"
6988 msgstr ""
6989
6990 #: config/tc-h8300.c:1793
6991 msgid "destination operand must be 16bit absolute address"
6992 msgstr ""
6993
6994 #: config/tc-h8300.c:1800
6995 msgid "destination operand must be 8 bit register"
6996 msgstr ""
6997
6998 #: config/tc-h8300.c:1808
6999 msgid "source operand must be 16bit absolute address"
7000 msgstr ""
7001
7002 #. This seems more sane than saying "too many operands".  We'll
7003 #. get here only if the trailing trash starts with a comma.
7004 #: config/tc-h8300.c:1816 config/tc-mips.c:14122 config/tc-mips.c:14190
7005 #: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2533
7006 #: config/tc-mmix.c:2557 config/tc-mmix.c:2830
7007 msgid "invalid operands"
7008 msgstr ""
7009
7010 #: config/tc-h8300.c:1847
7011 msgid "operand/size mis-match"
7012 msgstr ""
7013
7014 #: config/tc-h8300.c:1947 config/tc-sh.c:2557 config/tc-z8k.c:1233
7015 msgid "unknown opcode"
7016 msgstr ""
7017
7018 #: config/tc-h8300.c:1980
7019 msgid "invalid operand in ldm"
7020 msgstr ""
7021
7022 #: config/tc-h8300.c:1989
7023 msgid "invalid operand in stm"
7024 msgstr ""
7025
7026 #: config/tc-h8300.c:2188
7027 #, c-format
7028 msgid "Invalid argument to --mach option: %s"
7029 msgstr ""
7030
7031 #: config/tc-h8300.c:2199
7032 #, c-format
7033 msgid " H8300-specific assembler options:\n"
7034 msgstr ""
7035
7036 #: config/tc-h8300.c:2200
7037 #, c-format
7038 msgid ""
7039 "  -mach=<name>             Set the H8300 machine type to one of:\n"
7040 "                           h8300h, h8300hn, h8300s, h8300sn, h8300sx, "
7041 "h8300sxn\n"
7042 msgstr ""
7043
7044 #: config/tc-h8300.c:2203
7045 #, c-format
7046 msgid "  -h-tick-hex              Support H'00 style hex constants\n"
7047 msgstr ""
7048
7049 #: config/tc-h8300.c:2212
7050 #, c-format
7051 msgid "call to tc_aout_fix_to_chars \n"
7052 msgstr ""
7053
7054 #: config/tc-h8300.c:2221 config/tc-xc16x.c:347
7055 #, c-format
7056 msgid "call to md_convert_frag \n"
7057 msgstr ""
7058
7059 #: config/tc-h8300.c:2272 config/tc-xc16x.c:251
7060 #, c-format
7061 msgid "call to md_estimate_size_before_relax \n"
7062 msgstr ""
7063
7064 #: config/tc-h8300.c:2287
7065 msgid "Unexpected reference to a symbol in a non-code section"
7066 msgstr ""
7067
7068 #: config/tc-h8300.c:2303 config/tc-xc16x.c:292
7069 msgid "Difference of symbols in different sections is not supported"
7070 msgstr ""
7071
7072 #: config/tc-h8300.c:2325 config/tc-mcore.c:2204 config/tc-microblaze.c:2485
7073 #: config/tc-pj.c:491 config/tc-sh.c:3906 config/tc-tic6x.c:4520
7074 #: config/tc-xc16x.c:315
7075 #, c-format
7076 msgid "Cannot represent relocation type %s"
7077 msgstr ""
7078
7079 #. Simple range checking for FIELD against HIGH and LOW bounds.
7080 #. IGNORE is used to suppress the error message.
7081 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where
7082 #. the current file and line number are not valid.
7083 #: config/tc-hppa.c:1027 config/tc-hppa.c:1041
7084 #, c-format
7085 msgid "Field out of range [%d..%d] (%d)."
7086 msgstr ""
7087
7088 #. Simple alignment checking for FIELD against ALIGN (a power of two).
7089 #. IGNORE is used to suppress the error message.
7090 #: config/tc-hppa.c:1055
7091 #, c-format
7092 msgid "Field not properly aligned [%d] (%d)."
7093 msgstr ""
7094
7095 #: config/tc-hppa.c:1108
7096 msgid "Missing .exit\n"
7097 msgstr ""
7098
7099 #: config/tc-hppa.c:1111
7100 msgid "Missing .procend\n"
7101 msgstr ""
7102
7103 #: config/tc-hppa.c:1264
7104 #, c-format
7105 msgid "Invalid field selector.  Assuming F%%."
7106 msgstr ""
7107
7108 #: config/tc-hppa.c:1288
7109 msgid "Bad segment in expression."
7110 msgstr ""
7111
7112 #: config/tc-hppa.c:1313
7113 #, c-format
7114 msgid "Invalid Nullification: (%c)"
7115 msgstr ""
7116
7117 #: config/tc-hppa.c:1384
7118 msgid "Cannot handle fixup"
7119 msgstr ""
7120
7121 #: config/tc-hppa.c:1682
7122 #, c-format
7123 msgid "  -Q                      ignored\n"
7124 msgstr ""
7125
7126 #: config/tc-hppa.c:1686
7127 #, c-format
7128 msgid "  -c                      print a warning if a comment is found\n"
7129 msgstr ""
7130
7131 #: config/tc-hppa.c:1752
7132 #, c-format
7133 msgid "no hppa_fixup entry for fixup type 0x%x"
7134 msgstr ""
7135
7136 #: config/tc-hppa.c:1931
7137 msgid "Unknown relocation encountered in md_apply_fix."
7138 msgstr ""
7139
7140 #: config/tc-hppa.c:2119 config/tc-hppa.c:2144
7141 #, c-format
7142 msgid "Undefined register: '%s'."
7143 msgstr ""
7144
7145 #: config/tc-hppa.c:2178
7146 #, c-format
7147 msgid "Non-absolute symbol: '%s'."
7148 msgstr ""
7149
7150 #: config/tc-hppa.c:2193
7151 #, c-format
7152 msgid "Undefined absolute constant: '%s'."
7153 msgstr ""
7154
7155 #: config/tc-hppa.c:2224 config/tc-hppa.c:5692
7156 msgid "could not update architecture and machine"
7157 msgstr ""
7158
7159 #: config/tc-hppa.c:2262
7160 #, c-format
7161 msgid "Invalid FP Compare Condition: %s"
7162 msgstr ""
7163
7164 #: config/tc-hppa.c:2317
7165 #, c-format
7166 msgid "Invalid FTEST completer: %s"
7167 msgstr ""
7168
7169 #: config/tc-hppa.c:2383 config/tc-hppa.c:2420
7170 #, c-format
7171 msgid "Invalid FP Operand Format: %3s"
7172 msgstr ""
7173
7174 #: config/tc-hppa.c:2525
7175 msgid "Bad segment (should be absolute)."
7176 msgstr ""
7177
7178 #: config/tc-hppa.c:2585
7179 #, c-format
7180 msgid "Invalid argument location: %s\n"
7181 msgstr ""
7182
7183 #: config/tc-hppa.c:2614
7184 #, c-format
7185 msgid "Invalid argument description: %d"
7186 msgstr ""
7187
7188 #: config/tc-hppa.c:3443
7189 msgid "Invalid Indexed Load Completer."
7190 msgstr ""
7191
7192 #: config/tc-hppa.c:3448
7193 msgid "Invalid Indexed Load Completer Syntax."
7194 msgstr ""
7195
7196 #: config/tc-hppa.c:3482
7197 msgid "Invalid Short Load/Store Completer."
7198 msgstr ""
7199
7200 #: config/tc-hppa.c:3543 config/tc-hppa.c:3548
7201 msgid "Invalid Store Bytes Short Completer"
7202 msgstr ""
7203
7204 #: config/tc-hppa.c:3863 config/tc-hppa.c:3869
7205 msgid "Invalid left/right combination completer"
7206 msgstr ""
7207
7208 #: config/tc-hppa.c:3918 config/tc-hppa.c:3925
7209 msgid "Invalid permutation completer"
7210 msgstr ""
7211
7212 #: config/tc-hppa.c:4025
7213 #, c-format
7214 msgid "Invalid Add Condition: %s"
7215 msgstr ""
7216
7217 #: config/tc-hppa.c:4041 config/tc-hppa.c:4051
7218 msgid "Invalid Add and Branch Condition"
7219 msgstr ""
7220
7221 #: config/tc-hppa.c:4072 config/tc-hppa.c:4217
7222 msgid "Invalid Compare/Subtract Condition"
7223 msgstr ""
7224
7225 #: config/tc-hppa.c:4112
7226 #, c-format
7227 msgid "Invalid Branch On Bit Condition: %c"
7228 msgstr ""
7229
7230 #: config/tc-hppa.c:4115
7231 msgid "Missing Branch On Bit Condition"
7232 msgstr ""
7233
7234 #: config/tc-hppa.c:4200
7235 #, c-format
7236 msgid "Invalid Compare/Subtract Condition: %s"
7237 msgstr ""
7238
7239 #: config/tc-hppa.c:4232
7240 msgid "Invalid Compare and Branch Condition"
7241 msgstr ""
7242
7243 #: config/tc-hppa.c:4328
7244 msgid "Invalid Logical Instruction Condition."
7245 msgstr ""
7246
7247 #: config/tc-hppa.c:4390
7248 msgid "Invalid Shift/Extract/Deposit Condition."
7249 msgstr ""
7250
7251 #: config/tc-hppa.c:4507
7252 msgid "Invalid Unit Instruction Condition."
7253 msgstr ""
7254
7255 #: config/tc-hppa.c:4986 config/tc-hppa.c:5018 config/tc-hppa.c:5049
7256 #: config/tc-hppa.c:5079
7257 msgid "Branch to unaligned address"
7258 msgstr ""
7259
7260 #: config/tc-hppa.c:5261
7261 msgid "Invalid SFU identifier"
7262 msgstr ""
7263
7264 #: config/tc-hppa.c:5311
7265 msgid "Invalid COPR identifier"
7266 msgstr ""
7267
7268 #: config/tc-hppa.c:5441
7269 msgid "Invalid Floating Point Operand Format."
7270 msgstr ""
7271
7272 #: config/tc-hppa.c:5561 config/tc-hppa.c:5581 config/tc-hppa.c:5601
7273 #: config/tc-hppa.c:5621 config/tc-hppa.c:5641
7274 msgid "Invalid register for single precision fmpyadd or fmpysub"
7275 msgstr ""
7276
7277 #: config/tc-hppa.c:5709
7278 #, c-format
7279 msgid "Invalid operands %s"
7280 msgstr ""
7281
7282 #: config/tc-hppa.c:5719
7283 #, c-format
7284 msgid "Immediates %d and %d will give undefined behavior."
7285 msgstr ""
7286
7287 #: config/tc-hppa.c:5771 config/tc-hppa.c:6955 config/tc-hppa.c:7010
7288 msgid "Missing function name for .PROC (corrupted label chain)"
7289 msgstr ""
7290
7291 #: config/tc-hppa.c:5774 config/tc-hppa.c:7013
7292 msgid "Missing function name for .PROC"
7293 msgstr ""
7294
7295 #: config/tc-hppa.c:5833
7296 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
7297 msgstr ""
7298
7299 #: config/tc-hppa.c:5924
7300 #, c-format
7301 msgid "Invalid .CALL argument: %s"
7302 msgstr ""
7303
7304 #: config/tc-hppa.c:6070
7305 msgid ".callinfo is not within a procedure definition"
7306 msgstr ""
7307
7308 #: config/tc-hppa.c:6088
7309 #, c-format
7310 msgid "FRAME parameter must be a multiple of 8: %d\n"
7311 msgstr ""
7312
7313 #: config/tc-hppa.c:6105
7314 msgid "Value for ENTRY_GR must be in the range 3..18\n"
7315 msgstr ""
7316
7317 #: config/tc-hppa.c:6116
7318 msgid "Value for ENTRY_FR must be in the range 12..21\n"
7319 msgstr ""
7320
7321 #: config/tc-hppa.c:6125
7322 msgid "Value for ENTRY_SR must be 3\n"
7323 msgstr ""
7324
7325 #: config/tc-hppa.c:6174
7326 #, c-format
7327 msgid "Invalid .CALLINFO argument: %s"
7328 msgstr ""
7329
7330 #: config/tc-hppa.c:6285
7331 msgid "The .ENTER pseudo-op is not supported"
7332 msgstr ""
7333
7334 #: config/tc-hppa.c:6301
7335 msgid "Misplaced .entry. Ignored."
7336 msgstr ""
7337
7338 #: config/tc-hppa.c:6305
7339 msgid "Missing .callinfo."
7340 msgstr ""
7341
7342 #: config/tc-hppa.c:6369
7343 msgid ".REG expression must be a register"
7344 msgstr ""
7345
7346 #: config/tc-hppa.c:6385
7347 msgid "bad or irreducible absolute expression; zero assumed"
7348 msgstr ""
7349
7350 #: config/tc-hppa.c:6396
7351 msgid ".REG must use a label"
7352 msgstr ""
7353
7354 #: config/tc-hppa.c:6398
7355 msgid ".EQU must use a label"
7356 msgstr ""
7357
7358 #: config/tc-hppa.c:6454
7359 #, c-format
7360 msgid "Symbol '%s' could not be created."
7361 msgstr ""
7362
7363 #: config/tc-hppa.c:6504
7364 msgid ".EXIT must appear within a procedure"
7365 msgstr ""
7366
7367 #: config/tc-hppa.c:6508
7368 msgid "Missing .callinfo"
7369 msgstr ""
7370
7371 #: config/tc-hppa.c:6512
7372 msgid "No .ENTRY for this .EXIT"
7373 msgstr ""
7374
7375 #: config/tc-hppa.c:6552
7376 #, c-format
7377 msgid "Using ENTRY rather than CODE in export directive for %s"
7378 msgstr ""
7379
7380 #: config/tc-hppa.c:6671
7381 #, c-format
7382 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
7383 msgstr ""
7384
7385 #: config/tc-hppa.c:6694
7386 #, c-format
7387 msgid "Cannot define export symbol: %s\n"
7388 msgstr ""
7389
7390 #: config/tc-hppa.c:6785
7391 msgid "Missing label name on .LABEL"
7392 msgstr ""
7393
7394 #: config/tc-hppa.c:6790
7395 msgid "extra .LABEL arguments ignored."
7396 msgstr ""
7397
7398 #: config/tc-hppa.c:6806
7399 msgid "The .LEAVE pseudo-op is not supported"
7400 msgstr ""
7401
7402 #: config/tc-hppa.c:6844
7403 msgid "Unrecognized .LEVEL argument\n"
7404 msgstr ""
7405
7406 #: config/tc-hppa.c:6877
7407 #, c-format
7408 msgid "Cannot define static symbol: %s\n"
7409 msgstr ""
7410
7411 #: config/tc-hppa.c:6909
7412 msgid "Nested procedures"
7413 msgstr ""
7414
7415 #: config/tc-hppa.c:6919
7416 msgid "Cannot allocate unwind descriptor\n"
7417 msgstr ""
7418
7419 #: config/tc-hppa.c:7017
7420 msgid "misplaced .procend"
7421 msgstr ""
7422
7423 #: config/tc-hppa.c:7020
7424 msgid "Missing .callinfo for this procedure"
7425 msgstr ""
7426
7427 #: config/tc-hppa.c:7023
7428 msgid "Missing .EXIT for a .ENTRY"
7429 msgstr ""
7430
7431 #: config/tc-hppa.c:7060
7432 msgid "Not in a space.\n"
7433 msgstr ""
7434
7435 #: config/tc-hppa.c:7063
7436 msgid "Not in a subspace.\n"
7437 msgstr ""
7438
7439 #: config/tc-hppa.c:7151
7440 msgid "Invalid .SPACE argument"
7441 msgstr ""
7442
7443 #: config/tc-hppa.c:7197
7444 msgid "Can't change spaces within a procedure definition. Ignored"
7445 msgstr ""
7446
7447 #: config/tc-hppa.c:7322
7448 #, c-format
7449 msgid "Undefined space: '%s' Assuming space number = 0."
7450 msgstr ""
7451
7452 #: config/tc-hppa.c:7345
7453 msgid "Must be in a space before changing or declaring subspaces.\n"
7454 msgstr ""
7455
7456 #: config/tc-hppa.c:7349
7457 msgid "Can't change subspaces within a procedure definition. Ignored"
7458 msgstr ""
7459
7460 #: config/tc-hppa.c:7383
7461 msgid "Parameters of an existing subspace can't be modified"
7462 msgstr ""
7463
7464 #: config/tc-hppa.c:7434
7465 msgid "Alignment must be a power of 2"
7466 msgstr ""
7467
7468 #: config/tc-hppa.c:7481
7469 msgid "FIRST not supported as a .SUBSPACE argument"
7470 msgstr ""
7471
7472 #: config/tc-hppa.c:7483
7473 msgid "Invalid .SUBSPACE argument"
7474 msgstr ""
7475
7476 #: config/tc-hppa.c:7673
7477 #, c-format
7478 msgid "Internal error: Unable to find containing space for %s."
7479 msgstr ""
7480
7481 #: config/tc-hppa.c:8235
7482 msgid "-R option not supported on this target."
7483 msgstr ""
7484
7485 #: config/tc-hppa.c:8252 config/tc-sparc.c:963 config/tc-sparc.c:1000
7486 #, c-format
7487 msgid "Internal error: can't hash `%s': %s\n"
7488 msgstr ""
7489
7490 #: config/tc-hppa.c:8261
7491 #, c-format
7492 msgid "internal error: losing opcode: `%s' \"%s\"\n"
7493 msgstr ""
7494
7495 #: config/tc-i386.c:1486
7496 #, c-format
7497 msgid "invalid single nop size: %d (expect within [0, %d])"
7498 msgstr ""
7499
7500 #: config/tc-i386.c:1527
7501 msgid "jump over nop padding out of range"
7502 msgstr ""
7503
7504 #: config/tc-i386.c:2346
7505 #, c-format
7506 msgid "%s shortened to %s"
7507 msgstr ""
7508
7509 #: config/tc-i386.c:2437
7510 msgid "same type of prefix used twice"
7511 msgstr ""
7512
7513 #: config/tc-i386.c:2464
7514 #, c-format
7515 msgid "64bit mode not supported on `%s'."
7516 msgstr ""
7517
7518 #: config/tc-i386.c:2473
7519 #, c-format
7520 msgid "32bit mode not supported on `%s'."
7521 msgstr ""
7522
7523 #: config/tc-i386.c:2513
7524 msgid "bad argument to syntax directive."
7525 msgstr ""
7526
7527 #: config/tc-i386.c:2576
7528 #, c-format
7529 msgid "bad argument to %s_check directive."
7530 msgstr ""
7531
7532 #: config/tc-i386.c:2580
7533 #, c-format
7534 msgid "missing argument for %s_check directive"
7535 msgstr ""
7536
7537 #: config/tc-i386.c:2620
7538 #, c-format
7539 msgid "`%s' is not supported on `%s'"
7540 msgstr ""
7541
7542 #: config/tc-i386.c:2726
7543 #, c-format
7544 msgid "no such architecture: `%s'"
7545 msgstr ""
7546
7547 #: config/tc-i386.c:2731
7548 msgid "missing cpu architecture"
7549 msgstr ""
7550
7551 #: config/tc-i386.c:2748
7552 #, c-format
7553 msgid "no such architecture modifier: `%s'"
7554 msgstr ""
7555
7556 #: config/tc-i386.c:2763 config/tc-i386.c:2793
7557 msgid "Intel L1OM is 64bit ELF only"
7558 msgstr ""
7559
7560 #: config/tc-i386.c:2770 config/tc-i386.c:2800
7561 msgid "Intel K1OM is 64bit ELF only"
7562 msgstr ""
7563
7564 #: config/tc-i386.c:2777 config/tc-i386.c:2814
7565 msgid "Intel MCU is 32bit ELF only"
7566 msgstr ""
7567
7568 #: config/tc-i386.c:2821 config/tc-i386.c:11620
7569 msgid "unknown architecture"
7570 msgstr ""
7571
7572 #: config/tc-i386.c:2858 config/tc-i386.c:2880
7573 #, c-format
7574 msgid "can't hash %s: %s"
7575 msgstr ""
7576
7577 #: config/tc-i386.c:3173
7578 msgid "there are no pc-relative size relocations"
7579 msgstr ""
7580
7581 #: config/tc-i386.c:3185
7582 #, c-format
7583 msgid "unknown relocation (%u)"
7584 msgstr ""
7585
7586 #: config/tc-i386.c:3187
7587 #, c-format
7588 msgid "%u-byte relocation cannot be applied to %u-byte field"
7589 msgstr ""
7590
7591 #: config/tc-i386.c:3191
7592 msgid "non-pc-relative relocation for pc-relative field"
7593 msgstr ""
7594
7595 #: config/tc-i386.c:3196
7596 msgid "relocated field and relocation type differ in signedness"
7597 msgstr ""
7598
7599 #: config/tc-i386.c:3205
7600 msgid "there are no unsigned pc-relative relocations"
7601 msgstr ""
7602
7603 #: config/tc-i386.c:3213
7604 #, c-format
7605 msgid "cannot do %u byte pc-relative relocation"
7606 msgstr ""
7607
7608 #: config/tc-i386.c:3230
7609 #, c-format
7610 msgid "cannot do %s %u byte relocation"
7611 msgstr ""
7612
7613 #: config/tc-i386.c:3771 config/tc-i386.c:3798
7614 #, c-format
7615 msgid "can't use register '%s%s' as operand %d in '%s'."
7616 msgstr ""
7617
7618 #: config/tc-i386.c:3837 config/tc-i386.c:4177
7619 #, c-format
7620 msgid "invalid instruction `%s' after `%s'"
7621 msgstr ""
7622
7623 #: config/tc-i386.c:3843
7624 #, c-format
7625 msgid "missing `lock' with `%s'"
7626 msgstr ""
7627
7628 #: config/tc-i386.c:3850
7629 #, c-format
7630 msgid "instruction `%s' after `xacquire' not allowed"
7631 msgstr ""
7632
7633 #: config/tc-i386.c:3857
7634 #, c-format
7635 msgid "memory destination needed for instruction `%s' after `xrelease'"
7636 msgstr ""
7637
7638 #: config/tc-i386.c:4151
7639 #, c-format
7640 msgid "SSE instruction `%s' is used"
7641 msgstr ""
7642
7643 #: config/tc-i386.c:4165 config/tc-i386.c:6222
7644 #, c-format
7645 msgid "ambiguous operand size for `%s'"
7646 msgstr ""
7647
7648 #: config/tc-i386.c:4190
7649 msgid "expecting lockable instruction after `lock'"
7650 msgstr ""
7651
7652 #: config/tc-i386.c:4197
7653 #, c-format
7654 msgid "data size prefix invalid with `%s'"
7655 msgstr ""
7656
7657 #: config/tc-i386.c:4207
7658 msgid "expecting valid branch instruction after `bnd'"
7659 msgstr ""
7660
7661 #: config/tc-i386.c:4211
7662 msgid "expecting indirect branch instruction after `notrack'"
7663 msgstr ""
7664
7665 #: config/tc-i386.c:4216
7666 msgid "32-bit address isn't allowed in 64-bit MPX instructions."
7667 msgstr ""
7668
7669 #: config/tc-i386.c:4220
7670 msgid "16-bit address isn't allowed in MPX instructions"
7671 msgstr ""
7672
7673 #: config/tc-i386.c:4230
7674 msgid "replacing `rep'/`repe' prefix by `bnd'"
7675 msgstr ""
7676
7677 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
7678 #: config/tc-i386.c:4284
7679 #, c-format
7680 msgid "translating to `%sp'"
7681 msgstr ""
7682
7683 #: config/tc-i386.c:4291
7684 #, c-format
7685 msgid "instruction `%s' isn't supported in 16-bit mode."
7686 msgstr ""
7687
7688 #: config/tc-i386.c:4351
7689 #, c-format
7690 msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
7691 msgstr ""
7692
7693 #: config/tc-i386.c:4411 config/tc-i386.c:4606
7694 #, c-format
7695 msgid "no such instruction: `%s'"
7696 msgstr ""
7697
7698 #: config/tc-i386.c:4422 config/tc-i386.c:4639
7699 #, c-format
7700 msgid "invalid character %s in mnemonic"
7701 msgstr ""
7702
7703 #: config/tc-i386.c:4429
7704 msgid "expecting prefix; got nothing"
7705 msgstr ""
7706
7707 #: config/tc-i386.c:4431
7708 msgid "expecting mnemonic; got nothing"
7709 msgstr ""
7710
7711 #: config/tc-i386.c:4446 config/tc-i386.c:4661
7712 #, c-format
7713 msgid "`%s' is only supported in 64-bit mode"
7714 msgstr ""
7715
7716 #: config/tc-i386.c:4447 config/tc-i386.c:4660
7717 #, c-format
7718 msgid "`%s' is not supported in 64-bit mode"
7719 msgstr ""
7720
7721 #: config/tc-i386.c:4459
7722 #, c-format
7723 msgid "redundant %s prefix"
7724 msgstr ""
7725
7726 #: config/tc-i386.c:4652
7727 msgid "use .code16 to ensure correct addressing mode"
7728 msgstr ""
7729
7730 #: config/tc-i386.c:4664
7731 #, c-format
7732 msgid "`%s' is not supported on `%s%s'"
7733 msgstr ""
7734
7735 #: config/tc-i386.c:4690
7736 #, c-format
7737 msgid "invalid character %s before operand %d"
7738 msgstr ""
7739
7740 #: config/tc-i386.c:4704
7741 #, c-format
7742 msgid "unbalanced parenthesis in operand %d."
7743 msgstr ""
7744
7745 #: config/tc-i386.c:4707
7746 #, c-format
7747 msgid "unbalanced brackets in operand %d."
7748 msgstr ""
7749
7750 #: config/tc-i386.c:4716
7751 #, c-format
7752 msgid "invalid character %s in operand %d"
7753 msgstr ""
7754
7755 #: config/tc-i386.c:4743
7756 #, c-format
7757 msgid "spurious operands; (%d operands/instruction max)"
7758 msgstr ""
7759
7760 #: config/tc-i386.c:4753 config/tc-i386.c:9962
7761 #, c-format
7762 msgid "too many memory references for `%s'"
7763 msgstr ""
7764
7765 #: config/tc-i386.c:4774
7766 msgid "expecting operand after ','; got nothing"
7767 msgstr ""
7768
7769 #: config/tc-i386.c:4779
7770 msgid "expecting operand before ','; got nothing"
7771 msgstr ""
7772
7773 #: config/tc-i386.c:5205
7774 msgid "mask, index, and destination registers should be distinct"
7775 msgstr ""
7776
7777 #: config/tc-i386.c:5222
7778 msgid "index and destination registers should be distinct"
7779 msgstr ""
7780
7781 #: config/tc-i386.c:5900
7782 msgid "operand size mismatch"
7783 msgstr ""
7784
7785 #: config/tc-i386.c:5903
7786 msgid "operand type mismatch"
7787 msgstr ""
7788
7789 #: config/tc-i386.c:5906
7790 msgid "register type mismatch"
7791 msgstr ""
7792
7793 #: config/tc-i386.c:5909
7794 msgid "number of operands mismatch"
7795 msgstr ""
7796
7797 #: config/tc-i386.c:5912
7798 msgid "invalid instruction suffix"
7799 msgstr ""
7800
7801 #: config/tc-i386.c:5915
7802 msgid "constant doesn't fit in 4 bits"
7803 msgstr ""
7804
7805 #: config/tc-i386.c:5918
7806 msgid "unsupported with Intel mnemonic"
7807 msgstr ""
7808
7809 #: config/tc-i386.c:5921
7810 msgid "unsupported syntax"
7811 msgstr ""
7812
7813 #: config/tc-i386.c:5924
7814 #, c-format
7815 msgid "unsupported instruction `%s'"
7816 msgstr ""
7817
7818 #: config/tc-i386.c:5928
7819 msgid "invalid VSIB address"
7820 msgstr ""
7821
7822 #: config/tc-i386.c:5931
7823 msgid "mask, index, and destination registers must be distinct"
7824 msgstr ""
7825
7826 #: config/tc-i386.c:5934
7827 msgid "unsupported vector index register"
7828 msgstr ""
7829
7830 #: config/tc-i386.c:5937
7831 msgid "unsupported broadcast"
7832 msgstr ""
7833
7834 #: config/tc-i386.c:5940
7835 msgid "broadcast is needed for operand of such type"
7836 msgstr ""
7837
7838 #: config/tc-i386.c:5943
7839 msgid "unsupported masking"
7840 msgstr ""
7841
7842 #: config/tc-i386.c:5946
7843 msgid "mask not on destination operand"
7844 msgstr ""
7845
7846 #: config/tc-i386.c:5949
7847 msgid "default mask isn't allowed"
7848 msgstr ""
7849
7850 #: config/tc-i386.c:5952
7851 msgid "unsupported static rounding/sae"
7852 msgstr ""
7853
7854 #: config/tc-i386.c:5956
7855 msgid "RC/SAE operand must precede immediate operands"
7856 msgstr ""
7857
7858 #: config/tc-i386.c:5958
7859 msgid "RC/SAE operand must follow immediate operands"
7860 msgstr ""
7861
7862 #: config/tc-i386.c:5961 config/tc-metag.c:4789 config/tc-metag.c:5530
7863 #: config/tc-metag.c:5552
7864 msgid "invalid register operand"
7865 msgstr ""
7866
7867 #: config/tc-i386.c:5964
7868 #, c-format
7869 msgid "%s for `%s'"
7870 msgstr ""
7871
7872 #: config/tc-i386.c:5975
7873 #, c-format
7874 msgid "indirect %s without `*'"
7875 msgstr ""
7876
7877 #. Warn them that a data or address size prefix doesn't
7878 #. affect assembly of the next line of code.
7879 #: config/tc-i386.c:5983
7880 #, c-format
7881 msgid "stand-alone `%s' prefix"
7882 msgstr ""
7883
7884 #: config/tc-i386.c:6017 config/tc-i386.c:6033
7885 #, c-format
7886 msgid "`%s' operand %d must use `%ses' segment"
7887 msgstr ""
7888
7889 #. We have to know the operand size for crc32.
7890 #: config/tc-i386.c:6083
7891 #, c-format
7892 msgid "ambiguous memory operand size for `%s`"
7893 msgstr ""
7894
7895 #: config/tc-i386.c:6195
7896 msgid ""
7897 "no instruction mnemonic suffix given and no register operands; can't size "
7898 "instruction"
7899 msgstr ""
7900
7901 #: config/tc-i386.c:6333
7902 #, c-format
7903 msgid "invalid register operand size for `%s'"
7904 msgstr ""
7905
7906 #: config/tc-i386.c:6377 config/tc-i386.c:6450 config/tc-i386.c:6572
7907 #, c-format
7908 msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
7909 msgstr ""
7910
7911 #: config/tc-i386.c:6398 config/tc-i386.c:6426 config/tc-i386.c:6497
7912 #: config/tc-i386.c:6547
7913 #, c-format
7914 msgid "`%s%s' not allowed with `%s%c'"
7915 msgstr ""
7916
7917 #: config/tc-i386.c:6444 config/tc-i386.c:6471 config/tc-i386.c:6522
7918 #: config/tc-i386.c:6566
7919 #, c-format
7920 msgid "incorrect register `%s%s' used with `%c' suffix"
7921 msgstr ""
7922
7923 #: config/tc-i386.c:6635
7924 msgid "no instruction mnemonic suffix given; can't determine immediate size"
7925 msgstr ""
7926
7927 #: config/tc-i386.c:6781
7928 #, c-format
7929 msgid ""
7930 "source register `%s%s' implicitly denotes `%s%.3s%u' to `%s%.3s%u' source "
7931 "group in `%s'"
7932 msgstr ""
7933
7934 #: config/tc-i386.c:6817
7935 #, c-format
7936 msgid "you can't `pop %scs'"
7937 msgstr ""
7938
7939 #. Reversed arguments on faddp, fsubp, etc.
7940 #: config/tc-i386.c:6846
7941 #, c-format
7942 msgid "translating to `%s %s%s,%s%s'"
7943 msgstr ""
7944
7945 #. Extraneous `l' suffix on fp insn.
7946 #: config/tc-i386.c:6853
7947 #, c-format
7948 msgid "translating to `%s %s%s'"
7949 msgstr ""
7950
7951 #: config/tc-i386.c:6881
7952 #, c-format
7953 msgid "segment override on `%s' is ineffectual"
7954 msgstr ""
7955
7956 #: config/tc-i386.c:7650 config/tc-i386.c:7785 config/tc-i386.c:7849
7957 msgid "skipping prefixes on this instruction"
7958 msgstr ""
7959
7960 #: config/tc-i386.c:7869
7961 msgid "16-bit jump out of range"
7962 msgstr ""
7963
7964 #: config/tc-i386.c:7878
7965 #, c-format
7966 msgid "can't handle non absolute segment in `%s'"
7967 msgstr ""
7968
7969 #: config/tc-i386.c:8173
7970 msgid "pseudo prefix without instruction"
7971 msgstr ""
7972
7973 #: config/tc-i386.c:8766 config/tc-i386.c:8868
7974 #, c-format
7975 msgid "@%s reloc is not supported with %d-bit output format"
7976 msgstr ""
7977
7978 #: config/tc-i386.c:8919
7979 #, c-format
7980 msgid "missing or invalid expression `%s'"
7981 msgstr ""
7982
7983 #: config/tc-i386.c:8928
7984 #, c-format
7985 msgid "invalid PLT expression `%s'"
7986 msgstr ""
7987
7988 #: config/tc-i386.c:9014
7989 #, c-format
7990 msgid "Unsupported broadcast: `%s'"
7991 msgstr ""
7992
7993 #: config/tc-i386.c:9030
7994 #, c-format
7995 msgid "`%s%s' can't be used for write mask"
7996 msgstr ""
7997
7998 #: config/tc-i386.c:9053
7999 #, c-format
8000 msgid "invalid write mask `%s'"
8001 msgstr ""
8002
8003 #: config/tc-i386.c:9075 config/tc-i386.c:9739
8004 #, c-format
8005 msgid "duplicated `%s'"
8006 msgstr ""
8007
8008 #: config/tc-i386.c:9085
8009 #, c-format
8010 msgid "invalid zeroing-masking `%s'"
8011 msgstr ""
8012
8013 #: config/tc-i386.c:9098
8014 #, c-format
8015 msgid "missing `}' in `%s'"
8016 msgstr ""
8017
8018 #. We don't know this one.
8019 #: config/tc-i386.c:9112
8020 #, c-format
8021 msgid "unknown vector operation: `%s'"
8022 msgstr ""
8023
8024 #: config/tc-i386.c:9118
8025 msgid "zeroing-masking only allowed with write mask"
8026 msgstr ""
8027
8028 #: config/tc-i386.c:9138
8029 #, c-format
8030 msgid "at most %d immediate operands are allowed"
8031 msgstr ""
8032
8033 #: config/tc-i386.c:9170 config/tc-i386.c:9417
8034 #, c-format
8035 msgid "junk `%s' after expression"
8036 msgstr ""
8037
8038 #: config/tc-i386.c:9191
8039 #, c-format
8040 msgid "missing or invalid immediate expression `%s'"
8041 msgstr ""
8042
8043 #: config/tc-i386.c:9214 config/tc-i386.c:9507
8044 #, c-format
8045 msgid "unimplemented segment %s in operand"
8046 msgstr ""
8047
8048 #: config/tc-i386.c:9221
8049 #, c-format
8050 msgid "illegal immediate register operand %s"
8051 msgstr ""
8052
8053 #: config/tc-i386.c:9269
8054 #, c-format
8055 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
8056 msgstr ""
8057
8058 #: config/tc-i386.c:9278
8059 #, c-format
8060 msgid "scale factor of %d without an index register"
8061 msgstr ""
8062
8063 #: config/tc-i386.c:9300
8064 #, c-format
8065 msgid "at most %d displacement operands are allowed"
8066 msgstr ""
8067
8068 #: config/tc-i386.c:9473
8069 #, c-format
8070 msgid "missing or invalid displacement expression `%s'"
8071 msgstr ""
8072
8073 #: config/tc-i386.c:9490
8074 #, c-format
8075 msgid "0x%lx out range of signed 32bit displacement"
8076 msgstr ""
8077
8078 #: config/tc-i386.c:9640
8079 #, c-format
8080 msgid "`%s' is not valid here (expected `%c%s%s%c')"
8081 msgstr ""
8082
8083 #: config/tc-i386.c:9652
8084 #, c-format
8085 msgid "`%s' is not a valid %s expression"
8086 msgstr ""
8087
8088 #: config/tc-i386.c:9684
8089 #, c-format
8090 msgid "`%s' cannot be used here"
8091 msgstr ""
8092
8093 #: config/tc-i386.c:9691
8094 msgid "register scaling is being ignored here"
8095 msgstr ""
8096
8097 #: config/tc-i386.c:9752
8098 #, c-format
8099 msgid "Missing '}': '%s'"
8100 msgstr ""
8101
8102 #: config/tc-i386.c:9758
8103 #, c-format
8104 msgid "Junk after '}': '%s'"
8105 msgstr ""
8106
8107 #: config/tc-i386.c:9886
8108 #, c-format
8109 msgid "bad memory operand `%s'"
8110 msgstr ""
8111
8112 #: config/tc-i386.c:9910
8113 #, c-format
8114 msgid "junk `%s' after register"
8115 msgstr ""
8116
8117 #: config/tc-i386.c:9923 config/tc-i386.c:10060 config/tc-i386.c:10104
8118 #, c-format
8119 msgid "bad register name `%s'"
8120 msgstr ""
8121
8122 #: config/tc-i386.c:9931
8123 msgid "immediate operand illegal with absolute jump"
8124 msgstr ""
8125
8126 #: config/tc-i386.c:10049
8127 #, c-format
8128 msgid "expecting `,' or `)' after index register in `%s'"
8129 msgstr ""
8130
8131 #: config/tc-i386.c:10077
8132 #, c-format
8133 msgid "expecting `)' after scale factor in `%s'"
8134 msgstr ""
8135
8136 #: config/tc-i386.c:10085
8137 #, c-format
8138 msgid "expecting index register or scale factor after `,'; got '%c'"
8139 msgstr ""
8140
8141 #: config/tc-i386.c:10093
8142 #, c-format
8143 msgid "expecting `,' or `)' after base register in `%s'"
8144 msgstr ""
8145
8146 #. It's not a memory operand; argh!
8147 #: config/tc-i386.c:10141
8148 #, c-format
8149 msgid "invalid char %s beginning operand %d `%s'"
8150 msgstr ""
8151
8152 #: config/tc-i386.c:10367
8153 msgid "long jump required"
8154 msgstr ""
8155
8156 #: config/tc-i386.c:10422
8157 msgid "jump target out of range"
8158 msgstr ""
8159
8160 #: config/tc-i386.c:10988
8161 #, c-format
8162 msgid "invalid -mx86-used-note= option: `%s'"
8163 msgstr ""
8164
8165 #: config/tc-i386.c:11011
8166 msgid "no compiled in support for x86_64"
8167 msgstr ""
8168
8169 #: config/tc-i386.c:11031
8170 msgid "no compiled in support for 32bit x86_64"
8171 msgstr ""
8172
8173 #: config/tc-i386.c:11035
8174 msgid "32bit x86_64 is only supported for ELF"
8175 msgstr ""
8176
8177 #: config/tc-i386.c:11069 config/tc-i386.c:11157
8178 #, c-format
8179 msgid "invalid -march= option: `%s'"
8180 msgstr ""
8181
8182 #: config/tc-i386.c:11167 config/tc-i386.c:11179
8183 #, c-format
8184 msgid "invalid -mtune= option: `%s'"
8185 msgstr ""
8186
8187 #: config/tc-i386.c:11188
8188 #, c-format
8189 msgid "invalid -mmnemonic= option: `%s'"
8190 msgstr ""
8191
8192 #: config/tc-i386.c:11197
8193 #, c-format
8194 msgid "invalid -msyntax= option: `%s'"
8195 msgstr ""
8196
8197 #: config/tc-i386.c:11220
8198 #, c-format
8199 msgid "invalid -msse-check= option: `%s'"
8200 msgstr ""
8201
8202 #: config/tc-i386.c:11231
8203 #, c-format
8204 msgid "invalid -moperand-check= option: `%s'"
8205 msgstr ""
8206
8207 #: config/tc-i386.c:11240
8208 #, c-format
8209 msgid "invalid -mavxscalar= option: `%s'"
8210 msgstr ""
8211
8212 #: config/tc-i386.c:11249
8213 #, c-format
8214 msgid "invalid -mvexwig= option: `%s'"
8215 msgstr ""
8216
8217 #: config/tc-i386.c:11264
8218 #, c-format
8219 msgid "invalid -mevexlig= option: `%s'"
8220 msgstr ""
8221
8222 #: config/tc-i386.c:11277
8223 #, c-format
8224 msgid "invalid -mevexrcig= option: `%s'"
8225 msgstr ""
8226
8227 #: config/tc-i386.c:11286
8228 #, c-format
8229 msgid "invalid -mevexwig= option: `%s'"
8230 msgstr ""
8231
8232 #: config/tc-i386.c:11301
8233 #, c-format
8234 msgid "invalid -momit-lock-prefix= option: `%s'"
8235 msgstr ""
8236
8237 #: config/tc-i386.c:11310
8238 #, c-format
8239 msgid "invalid -mfence-as-lock-add= option: `%s'"
8240 msgstr ""
8241
8242 #: config/tc-i386.c:11319
8243 #, c-format
8244 msgid "invalid -mrelax-relocations= option: `%s'"
8245 msgstr ""
8246
8247 #: config/tc-i386.c:11463
8248 #, c-format
8249 msgid ""
8250 "  -Q                      ignored\n"
8251 "  -V                      print assembler version number\n"
8252 "  -k                      ignored\n"
8253 msgstr ""
8254
8255 #: config/tc-i386.c:11468
8256 #, c-format
8257 msgid ""
8258 "  -n                      Do not optimize code alignment\n"
8259 "  -q                      quieten some warnings\n"
8260 msgstr ""
8261
8262 #: config/tc-i386.c:11472
8263 #, c-format
8264 msgid "  -s                      ignored\n"
8265 msgstr ""
8266
8267 #: config/tc-i386.c:11477
8268 #, c-format
8269 msgid "  --32/--64/--x32         generate 32bit/64bit/x32 code\n"
8270 msgstr ""
8271
8272 #: config/tc-i386.c:11481
8273 #, c-format
8274 msgid "  --divide                do not treat `/' as a comment character\n"
8275 msgstr ""
8276
8277 #: config/tc-i386.c:11484
8278 #, c-format
8279 msgid "  --divide                ignored\n"
8280 msgstr ""
8281
8282 #: config/tc-i386.c:11487
8283 #, c-format
8284 msgid ""
8285 "  -march=CPU[,+EXTENSION...]\n"
8286 "                          generate code for CPU and EXTENSION, CPU is one "
8287 "of:\n"
8288 msgstr ""
8289
8290 #: config/tc-i386.c:11491
8291 #, c-format
8292 msgid "                          EXTENSION is combination of:\n"
8293 msgstr ""
8294
8295 #: config/tc-i386.c:11494
8296 #, c-format
8297 msgid "  -mtune=CPU              optimize for CPU, CPU is one of:\n"
8298 msgstr ""
8299
8300 #: config/tc-i386.c:11497
8301 #, c-format
8302 msgid "  -msse2avx               encode SSE instructions with VEX prefix\n"
8303 msgstr ""
8304
8305 #: config/tc-i386.c:11499
8306 #, c-format
8307 msgid ""
8308 "  -msse-check=[none|error|warning] (default: warning)\n"
8309 "                          check SSE instructions\n"
8310 msgstr ""
8311
8312 #: config/tc-i386.c:11502
8313 #, c-format
8314 msgid ""
8315 "  -moperand-check=[none|error|warning] (default: warning)\n"
8316 "                          check operand combinations for validity\n"
8317 msgstr ""
8318
8319 #: config/tc-i386.c:11505
8320 #, c-format
8321 msgid ""
8322 "  -mavxscalar=[128|256] (default: 128)\n"
8323 "                          encode scalar AVX instructions with specific "
8324 "vector\n"
8325 "                           length\n"
8326 msgstr ""
8327
8328 #: config/tc-i386.c:11509
8329 #, c-format
8330 msgid ""
8331 "  -mvexwig=[0|1] (default: 0)\n"
8332 "                          encode VEX instructions with specific VEX.W value\n"
8333 "                           for VEX.W bit ignored instructions\n"
8334 msgstr ""
8335
8336 #: config/tc-i386.c:11513
8337 #, c-format
8338 msgid ""
8339 "  -mevexlig=[128|256|512] (default: 128)\n"
8340 "                          encode scalar EVEX instructions with specific "
8341 "vector\n"
8342 "                           length\n"
8343 msgstr ""
8344
8345 #: config/tc-i386.c:11517
8346 #, c-format
8347 msgid ""
8348 "  -mevexwig=[0|1] (default: 0)\n"
8349 "                          encode EVEX instructions with specific EVEX.W "
8350 "value\n"
8351 "                           for EVEX.W bit ignored instructions\n"
8352 msgstr ""
8353
8354 #: config/tc-i386.c:11521
8355 #, c-format
8356 msgid ""
8357 "  -mevexrcig=[rne|rd|ru|rz] (default: rne)\n"
8358 "                          encode EVEX instructions with specific EVEX.RC "
8359 "value\n"
8360 "                           for SAE-only ignored instructions\n"
8361 msgstr ""
8362
8363 #: config/tc-i386.c:11525
8364 #, c-format
8365 msgid "  -mmnemonic=[att|intel] "
8366 msgstr ""
8367
8368 #: config/tc-i386.c:11528
8369 #, c-format
8370 msgid "(default: att)\n"
8371 msgstr ""
8372
8373 #: config/tc-i386.c:11530
8374 #, c-format
8375 msgid "(default: intel)\n"
8376 msgstr ""
8377
8378 #: config/tc-i386.c:11531
8379 #, c-format
8380 msgid "                          use AT&T/Intel mnemonic\n"
8381 msgstr ""
8382
8383 #: config/tc-i386.c:11533
8384 #, c-format
8385 msgid ""
8386 "  -msyntax=[att|intel] (default: att)\n"
8387 "                          use AT&T/Intel syntax\n"
8388 msgstr ""
8389
8390 #: config/tc-i386.c:11536
8391 #, c-format
8392 msgid "  -mindex-reg             support pseudo index registers\n"
8393 msgstr ""
8394
8395 #: config/tc-i386.c:11538
8396 #, c-format
8397 msgid "  -mnaked-reg             don't require `%%' prefix for registers\n"
8398 msgstr ""
8399
8400 #: config/tc-i386.c:11540
8401 #, c-format
8402 msgid "  -madd-bnd-prefix        add BND prefix for all valid branches\n"
8403 msgstr ""
8404
8405 #: config/tc-i386.c:11543
8406 #, c-format
8407 msgid "  -mshared                disable branch optimization for shared code\n"
8408 msgstr ""
8409
8410 #: config/tc-i386.c:11545
8411 #, c-format
8412 msgid "  -mx86-used-note=[no|yes] "
8413 msgstr ""
8414
8415 #: config/tc-i386.c:11551
8416 #, c-format
8417 msgid ""
8418 "                          generate x86 used ISA and feature properties\n"
8419 msgstr ""
8420
8421 #: config/tc-i386.c:11555
8422 #, c-format
8423 msgid "  -mbig-obj               generate big object files\n"
8424 msgstr ""
8425
8426 #: config/tc-i386.c:11558
8427 #, c-format
8428 msgid ""
8429 "  -momit-lock-prefix=[no|yes] (default: no)\n"
8430 "                          strip all lock prefixes\n"
8431 msgstr ""
8432
8433 #: config/tc-i386.c:11561
8434 #, c-format
8435 msgid ""
8436 "  -mfence-as-lock-add=[no|yes] (default: no)\n"
8437 "                          encode lfence, mfence and sfence as\n"
8438 "                           lock addl $0x0, (%%{re}sp)\n"
8439 msgstr ""
8440
8441 #: config/tc-i386.c:11565
8442 #, c-format
8443 msgid "  -mrelax-relocations=[no|yes] "
8444 msgstr ""
8445
8446 #: config/tc-i386.c:11571
8447 #, c-format
8448 msgid "                          generate relax relocations\n"
8449 msgstr ""
8450
8451 #: config/tc-i386.c:11573
8452 #, c-format
8453 msgid "  -mamd64                 accept only AMD64 ISA [default]\n"
8454 msgstr ""
8455
8456 #: config/tc-i386.c:11575
8457 #, c-format
8458 msgid "  -mintel64               accept only Intel64 ISA\n"
8459 msgstr ""
8460
8461 #: config/tc-i386.c:11616
8462 #, c-format
8463 msgid "Intel MCU doesn't support `%s' architecture"
8464 msgstr ""
8465
8466 #: config/tc-i386.c:11673
8467 msgid "Intel L1OM is 64bit only"
8468 msgstr ""
8469
8470 #: config/tc-i386.c:11679
8471 msgid "Intel K1OM is 64bit only"
8472 msgstr ""
8473
8474 #: config/tc-i386.c:11685
8475 msgid "Intel MCU is 32bit only"
8476 msgstr ""
8477
8478 #: config/tc-i386.c:11842
8479 msgid "symbol size computation overflow"
8480 msgstr ""
8481
8482 #: config/tc-i386.c:11910 config/tc-sparc.c:3861
8483 #, c-format
8484 msgid "can not do %d byte pc-relative relocation"
8485 msgstr ""
8486
8487 #: config/tc-i386.c:11928
8488 #, c-format
8489 msgid "can not do %d byte relocation"
8490 msgstr ""
8491
8492 #: config/tc-i386.c:11996
8493 #, c-format
8494 msgid "cannot represent relocation type %s in x32 mode"
8495 msgstr ""
8496
8497 #: config/tc-i386.c:12033 config/tc-s390.c:2611
8498 #, c-format
8499 msgid "cannot represent relocation type %s"
8500 msgstr ""
8501
8502 #: config/tc-i386.c:12150
8503 msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
8504 msgstr ""
8505
8506 #: config/tc-i386.c:12153
8507 msgid "bad .section directive: want a,w,x,M,S,G,T in string"
8508 msgstr ""
8509
8510 #: config/tc-i386.c:12172
8511 msgid ".largecomm supported only in 64bit mode, producing .comm"
8512 msgstr ""
8513
8514 #: config/tc-ia64.c:872
8515 msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string"
8516 msgstr ""
8517
8518 #: config/tc-ia64.c:924
8519 msgid "Size of frame exceeds maximum of 96 registers"
8520 msgstr ""
8521
8522 #: config/tc-ia64.c:929
8523 msgid "Size of rotating registers exceeds frame size"
8524 msgstr ""
8525
8526 #: config/tc-ia64.c:1016
8527 msgid "Unwind directive not followed by an instruction."
8528 msgstr ""
8529
8530 #: config/tc-ia64.c:1025 config/tc-ia64.c:7610
8531 msgid "qualifying predicate not followed by instruction"
8532 msgstr ""
8533
8534 #: config/tc-ia64.c:1073
8535 msgid "expected ',' after section name"
8536 msgstr ""
8537
8538 #: config/tc-ia64.c:1108
8539 msgid "expected ',' after symbol name"
8540 msgstr ""
8541
8542 #: config/tc-ia64.c:1132
8543 msgid "expected ',' after symbol size"
8544 msgstr ""
8545
8546 #: config/tc-ia64.c:1215 config/tc-ia64.c:1249
8547 msgid "record type is not valid"
8548 msgstr ""
8549
8550 #: config/tc-ia64.c:1318
8551 msgid "Invalid record type for P3 format."
8552 msgstr ""
8553
8554 #: config/tc-ia64.c:1354
8555 msgid "Invalid record type for format P6"
8556 msgstr ""
8557
8558 #: config/tc-ia64.c:1534 config/tc-ia64.c:1586
8559 msgid "Invalid record type for format B1"
8560 msgstr ""
8561
8562 #: config/tc-ia64.c:1619
8563 msgid "Invalid record type for format X1"
8564 msgstr ""
8565
8566 #: config/tc-ia64.c:1661
8567 msgid "Invalid record type for format X3"
8568 msgstr ""
8569
8570 #: config/tc-ia64.c:1699
8571 msgid "Previous .save incomplete"
8572 msgstr ""
8573
8574 #: config/tc-ia64.c:2524
8575 msgid "spill_mask record unimplemented."
8576 msgstr ""
8577
8578 #: config/tc-ia64.c:2581
8579 msgid "record_type_not_valid"
8580 msgstr ""
8581
8582 #: config/tc-ia64.c:2665
8583 msgid "Ignoring attempt to spill beyond end of region"
8584 msgstr ""
8585
8586 #: config/tc-ia64.c:2724
8587 msgid "Only constant space allocation is supported"
8588 msgstr ""
8589
8590 #: config/tc-ia64.c:2738
8591 msgid "Only constant offsets are supported"
8592 msgstr ""
8593
8594 #: config/tc-ia64.c:2762
8595 msgid "Section switching in code is not supported."
8596 msgstr ""
8597
8598 #: config/tc-ia64.c:2804
8599 msgid "Insn slot not set in unwind record."
8600 msgstr ""
8601
8602 #: config/tc-ia64.c:2878
8603 msgid "frgr_mem record before region record!"
8604 msgstr ""
8605
8606 #: config/tc-ia64.c:2889
8607 msgid "fr_mem record before region record!"
8608 msgstr ""
8609
8610 #: config/tc-ia64.c:2898
8611 msgid "gr_mem record before region record!"
8612 msgstr ""
8613
8614 #: config/tc-ia64.c:2907
8615 msgid "br_mem record before region record!"
8616 msgstr ""
8617
8618 #: config/tc-ia64.c:2917
8619 msgid "gr_gr record before region record!"
8620 msgstr ""
8621
8622 #: config/tc-ia64.c:2925
8623 msgid "br_gr record before region record!"
8624 msgstr ""
8625
8626 #: config/tc-ia64.c:3043
8627 #, c-format
8628 msgid "First operand to .%s must be a predicate"
8629 msgstr ""
8630
8631 #: config/tc-ia64.c:3047
8632 #, c-format
8633 msgid "Pointless use of p0 as first operand to .%s"
8634 msgstr ""
8635
8636 #: config/tc-ia64.c:3103
8637 #, c-format
8638 msgid "Operand %d to .%s must be a preserved register"
8639 msgstr ""
8640
8641 #: config/tc-ia64.c:3139
8642 #, c-format
8643 msgid "Operand %d to .%s must be a writable register"
8644 msgstr ""
8645
8646 #: config/tc-ia64.c:3163
8647 #, c-format
8648 msgid "Radix `%s' unsupported or invalid"
8649 msgstr ""
8650
8651 #: config/tc-ia64.c:3193 config/tc-ia64.c:3198
8652 #, c-format
8653 msgid ".%s outside of %s"
8654 msgstr ""
8655
8656 #: config/tc-ia64.c:3284
8657 msgid "Tags on unwind pseudo-ops aren't supported, yet"
8658 msgstr ""
8659
8660 #: config/tc-ia64.c:3306
8661 msgid "First operand to .fframe must be a constant"
8662 msgstr ""
8663
8664 #: config/tc-ia64.c:3326
8665 msgid "First operand to .vframe must be a general register"
8666 msgstr ""
8667
8668 #: config/tc-ia64.c:3334
8669 msgid "Operand of .vframe contradicts .prologue"
8670 msgstr ""
8671
8672 #: config/tc-ia64.c:3344
8673 msgid ".vframepsp is meaningless, assuming .vframesp was meant"
8674 msgstr ""
8675
8676 #: config/tc-ia64.c:3352
8677 msgid "Operand to .vframesp must be a constant (sp-relative offset)"
8678 msgstr ""
8679
8680 #: config/tc-ia64.c:3379
8681 msgid "First operand to .save not a register"
8682 msgstr ""
8683
8684 #: config/tc-ia64.c:3385
8685 msgid "Second operand to .save not a valid register"
8686 msgstr ""
8687
8688 #: config/tc-ia64.c:3416 config/tc-ia64.c:3427 config/tc-ia64.c:3435
8689 msgid "Second operand of .save contradicts .prologue"
8690 msgstr ""
8691
8692 #: config/tc-ia64.c:3442
8693 msgid "First operand to .save not a valid register"
8694 msgstr ""
8695
8696 #: config/tc-ia64.c:3460
8697 msgid "First operand to .restore must be stack pointer (sp)"
8698 msgstr ""
8699
8700 #: config/tc-ia64.c:3469
8701 msgid "Second operand to .restore must be a constant >= 0"
8702 msgstr ""
8703
8704 #: config/tc-ia64.c:3479
8705 #, c-format
8706 msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
8707 msgstr ""
8708
8709 #: config/tc-ia64.c:3565
8710 #, c-format
8711 msgid "Illegal section name `%s' (causes unwind section name clash)"
8712 msgstr ""
8713
8714 #: config/tc-ia64.c:3742
8715 msgid "First operand to .altrp not a valid branch register"
8716 msgstr ""
8717
8718 #: config/tc-ia64.c:3771
8719 #, c-format
8720 msgid "First operand to .%s not a register"
8721 msgstr ""
8722
8723 #: config/tc-ia64.c:3776
8724 #, c-format
8725 msgid "Second operand to .%s not a constant"
8726 msgstr ""
8727
8728 #: config/tc-ia64.c:3843
8729 #, c-format
8730 msgid "First operand to .%s not a valid register"
8731 msgstr ""
8732
8733 #: config/tc-ia64.c:3866
8734 msgid "First operand to .save.g must be a positive 4-bit constant"
8735 msgstr ""
8736
8737 #: config/tc-ia64.c:3879
8738 msgid "Second operand to .save.g must be a general register"
8739 msgstr ""
8740
8741 #: config/tc-ia64.c:3884
8742 #, c-format
8743 msgid "Second operand to .save.g must be the first of %d general registers"
8744 msgstr ""
8745
8746 #: config/tc-ia64.c:3907
8747 msgid "Operand to .save.f must be a positive 20-bit constant"
8748 msgstr ""
8749
8750 #: config/tc-ia64.c:3930
8751 msgid "First operand to .save.b must be a positive 5-bit constant"
8752 msgstr ""
8753
8754 #: config/tc-ia64.c:3943
8755 msgid "Second operand to .save.b must be a general register"
8756 msgstr ""
8757
8758 #: config/tc-ia64.c:3948
8759 #, c-format
8760 msgid "Second operand to .save.b must be the first of %d general registers"
8761 msgstr ""
8762
8763 #: config/tc-ia64.c:3974
8764 msgid "First operand to .save.gf must be a non-negative 4-bit constant"
8765 msgstr ""
8766
8767 #: config/tc-ia64.c:3982
8768 msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
8769 msgstr ""
8770
8771 #: config/tc-ia64.c:3990
8772 msgid "Operands to .save.gf may not be both zero"
8773 msgstr ""
8774
8775 #: config/tc-ia64.c:4007
8776 msgid "Operand to .spill must be a constant"
8777 msgstr ""
8778
8779 #: config/tc-ia64.c:4076
8780 #, c-format
8781 msgid "Operand %d to .%s must be a constant"
8782 msgstr ""
8783
8784 #: config/tc-ia64.c:4097
8785 #, c-format
8786 msgid "Missing .label_state %ld"
8787 msgstr ""
8788
8789 #: config/tc-ia64.c:4151
8790 msgid "Operand to .label_state must be a constant"
8791 msgstr ""
8792
8793 #: config/tc-ia64.c:4170
8794 msgid "Operand to .copy_state must be a constant"
8795 msgstr ""
8796
8797 #: config/tc-ia64.c:4193
8798 msgid "First operand to .unwabi must be a constant"
8799 msgstr ""
8800
8801 #: config/tc-ia64.c:4199
8802 msgid "Second operand to .unwabi must be a constant"
8803 msgstr ""
8804
8805 #: config/tc-ia64.c:4234
8806 msgid "Missing .endp after previous .proc"
8807 msgstr ""
8808
8809 #: config/tc-ia64.c:4252
8810 msgid "Empty argument of .proc"
8811 msgstr ""
8812
8813 #: config/tc-ia64.c:4257
8814 #, c-format
8815 msgid "`%s' was already defined"
8816 msgstr ""
8817
8818 #: config/tc-ia64.c:4300
8819 msgid "Initial .body should precede any instructions"
8820 msgstr ""
8821
8822 #: config/tc-ia64.c:4319
8823 msgid ".prologue within prologue"
8824 msgstr ""
8825
8826 #: config/tc-ia64.c:4324
8827 msgid "Initial .prologue should precede any instructions"
8828 msgstr ""
8829
8830 #: config/tc-ia64.c:4334
8831 msgid "First operand to .prologue must be a positive 4-bit constant"
8832 msgstr ""
8833
8834 #: config/tc-ia64.c:4336
8835 msgid "Pointless use of zero first operand to .prologue"
8836 msgstr ""
8837
8838 #: config/tc-ia64.c:4352
8839 msgid "Using a constant as second operand to .prologue is deprecated"
8840 msgstr ""
8841
8842 #: config/tc-ia64.c:4358
8843 msgid "Second operand to .prologue must be a general register"
8844 msgstr ""
8845
8846 #: config/tc-ia64.c:4363
8847 #, c-format
8848 msgid "Second operand to .prologue must be the first of %d general registers"
8849 msgstr ""
8850
8851 #: config/tc-ia64.c:4475
8852 #, c-format
8853 msgid "`%s' was not defined within procedure"
8854 msgstr ""
8855
8856 #: config/tc-ia64.c:4511
8857 msgid "Empty argument of .endp"
8858 msgstr ""
8859
8860 #: config/tc-ia64.c:4525
8861 #, c-format
8862 msgid "`%s' was not specified with previous .proc"
8863 msgstr ""
8864
8865 #: config/tc-ia64.c:4540
8866 #, c-format
8867 msgid "`%s' should be an operand to this .endp"
8868 msgstr ""
8869
8870 #: config/tc-ia64.c:4581 config/tc-ia64.c:4902 config/tc-ia64.c:5211
8871 msgid "Comma expected"
8872 msgstr ""
8873
8874 #: config/tc-ia64.c:4621
8875 msgid "Expected '['"
8876 msgstr ""
8877
8878 #: config/tc-ia64.c:4630 config/tc-ia64.c:7744
8879 msgid "Expected ']'"
8880 msgstr ""
8881
8882 #: config/tc-ia64.c:4635
8883 msgid "Number of elements must be positive"
8884 msgstr ""
8885
8886 #: config/tc-ia64.c:4646
8887 #, c-format
8888 msgid "Used more than the declared %d rotating registers"
8889 msgstr ""
8890
8891 #: config/tc-ia64.c:4654
8892 msgid "Used more than the available 96 rotating registers"
8893 msgstr ""
8894
8895 #: config/tc-ia64.c:4661
8896 msgid "Used more than the available 48 rotating registers"
8897 msgstr ""
8898
8899 #: config/tc-ia64.c:4689
8900 #, c-format
8901 msgid "Attempt to redefine register set `%s'"
8902 msgstr ""
8903
8904 #: config/tc-ia64.c:4754
8905 #, c-format
8906 msgid "Unknown psr option `%s'"
8907 msgstr ""
8908
8909 #: config/tc-ia64.c:4788
8910 msgid "Missing section name"
8911 msgstr ""
8912
8913 #: config/tc-ia64.c:4797
8914 msgid "Comma expected after section name"
8915 msgstr ""
8916
8917 #: config/tc-ia64.c:4808
8918 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
8919 msgstr ""
8920
8921 #: config/tc-ia64.c:4897
8922 msgid "Register name expected"
8923 msgstr ""
8924
8925 #: config/tc-ia64.c:4910
8926 msgid "Register value annotation ignored"
8927 msgstr ""
8928
8929 #: config/tc-ia64.c:4949
8930 msgid "Directive invalid within a bundle"
8931 msgstr ""
8932
8933 #: config/tc-ia64.c:5043
8934 msgid "Missing predicate relation type"
8935 msgstr ""
8936
8937 #: config/tc-ia64.c:5049
8938 msgid "Unrecognized predicate relation type"
8939 msgstr ""
8940
8941 #: config/tc-ia64.c:5095
8942 msgid "Bad register range"
8943 msgstr ""
8944
8945 #: config/tc-ia64.c:5104 config/tc-ia64.c:7690
8946 msgid "Predicate register expected"
8947 msgstr ""
8948
8949 #: config/tc-ia64.c:5109
8950 msgid "Duplicate predicate register ignored"
8951 msgstr ""
8952
8953 #: config/tc-ia64.c:5125
8954 msgid "Predicate source and target required"
8955 msgstr ""
8956
8957 #: config/tc-ia64.c:5127 config/tc-ia64.c:5139
8958 msgid "Use of p0 is not valid in this context"
8959 msgstr ""
8960
8961 #: config/tc-ia64.c:5134
8962 msgid "At least two PR arguments expected"
8963 msgstr ""
8964
8965 #: config/tc-ia64.c:5148
8966 msgid "At least one PR argument expected"
8967 msgstr ""
8968
8969 #: config/tc-ia64.c:5182
8970 #, c-format
8971 msgid "Inserting \"%s\" into entry hint table failed: %s"
8972 msgstr ""
8973
8974 #. FIXME -- need 62-bit relocation type
8975 #: config/tc-ia64.c:5662
8976 msgid "62-bit relocation not yet implemented"
8977 msgstr ""
8978
8979 #. XXX technically, this is wrong: we should not be issuing warning
8980 #. messages until we're sure this instruction pattern is going to
8981 #. be used!
8982 #: config/tc-ia64.c:5748
8983 msgid "lower 16 bits of mask ignored"
8984 msgstr ""
8985
8986 #: config/tc-ia64.c:5979
8987 msgid "stride must be a multiple of 64; lower 6 bits ignored"
8988 msgstr ""
8989
8990 #: config/tc-ia64.c:6097
8991 msgid "Expected separator `='"
8992 msgstr ""
8993
8994 #: config/tc-ia64.c:6131
8995 msgid "Duplicate equal sign (=) in instruction"
8996 msgstr ""
8997
8998 #: config/tc-ia64.c:6138
8999 #, c-format
9000 msgid "Illegal operand separator `%c'"
9001 msgstr ""
9002
9003 #: config/tc-ia64.c:6253
9004 #, c-format
9005 msgid "Operand %u of `%s' should be %s"
9006 msgstr ""
9007
9008 #: config/tc-ia64.c:6257
9009 msgid "Wrong number of output operands"
9010 msgstr ""
9011
9012 #: config/tc-ia64.c:6259
9013 msgid "Wrong number of input operands"
9014 msgstr ""
9015
9016 #: config/tc-ia64.c:6261
9017 msgid "Operand mismatch"
9018 msgstr ""
9019
9020 #: config/tc-ia64.c:6343
9021 #, c-format
9022 msgid "Invalid use of `%c%d' as output operand"
9023 msgstr ""
9024
9025 #: config/tc-ia64.c:6346
9026 #, c-format
9027 msgid "Invalid use of `r%d' as base update address operand"
9028 msgstr ""
9029
9030 #: config/tc-ia64.c:6370
9031 #, c-format
9032 msgid "Invalid duplicate use of `%c%d'"
9033 msgstr ""
9034
9035 #: config/tc-ia64.c:6377
9036 #, c-format
9037 msgid "Invalid simultaneous use of `f%d' and `f%d'"
9038 msgstr ""
9039
9040 #: config/tc-ia64.c:6383
9041 #, c-format
9042 msgid "Dangerous simultaneous use of `f%d' and `f%d'"
9043 msgstr ""
9044
9045 #: config/tc-ia64.c:6427
9046 msgid "Value truncated to 62 bits"
9047 msgstr ""
9048
9049 #: config/tc-ia64.c:6495
9050 #, c-format
9051 msgid "Bad operand value: %s"
9052 msgstr ""
9053
9054 #. Give an error if a frag containing code is not aligned to a 16 byte
9055 #. boundary.
9056 #: config/tc-ia64.c:6570 config/tc-ia64.h:177
9057 msgid "instruction address is not a multiple of 16"
9058 msgstr ""
9059
9060 #: config/tc-ia64.c:6638
9061 #, c-format
9062 msgid "`%s' must be last in bundle"
9063 msgstr ""
9064
9065 #: config/tc-ia64.c:6670
9066 #, c-format
9067 msgid "Internal error: don't know how to force %s to end of instruction group"
9068 msgstr ""
9069
9070 #: config/tc-ia64.c:6683
9071 #, c-format
9072 msgid "`%s' must be last in instruction group"
9073 msgstr ""
9074
9075 #: config/tc-ia64.c:6713
9076 msgid "Label must be first in a bundle"
9077 msgstr ""
9078
9079 #: config/tc-ia64.c:6790
9080 msgid "hint in B unit may be treated as nop"
9081 msgstr ""
9082
9083 #: config/tc-ia64.c:6801
9084 msgid "hint in B unit can't be used"
9085 msgstr ""
9086
9087 #: config/tc-ia64.c:6815
9088 msgid "emit_one_bundle: unexpected dynamic op"
9089 msgstr ""
9090
9091 #: config/tc-ia64.c:6940
9092 #, c-format
9093 msgid "`%s' does not fit into %s template"
9094 msgstr ""
9095
9096 #: config/tc-ia64.c:6955
9097 #, c-format
9098 msgid "`%s' does not fit into bundle"
9099 msgstr ""
9100
9101 #: config/tc-ia64.c:6967
9102 #, c-format
9103 msgid "`%s' can't go in %s of %s template"
9104 msgstr ""
9105
9106 #: config/tc-ia64.c:6973
9107 msgid "Missing '}' at end of file"
9108 msgstr ""
9109
9110 #: config/tc-ia64.c:7120
9111 #, c-format
9112 msgid "Unrecognized option '-x%s'"
9113 msgstr ""
9114
9115 #: config/tc-ia64.c:7147
9116 msgid ""
9117 "IA-64 options:\n"
9118 "  --mconstant-gp\t  mark output file as using the constant-GP model\n"
9119 "\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
9120 "  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
9121 "\t\t\t  without function descriptors (sets ELF header flag\n"
9122 "\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
9123 "  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
9124 "  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
9125 "  -mtune=[itanium1|itanium2]\n"
9126 "\t\t\t  tune for a specific CPU (default -mtune=itanium2)\n"
9127 "  -munwind-check=[warning|error]\n"
9128 "\t\t\t  unwind directive check (default -munwind-check=warning)\n"
9129 "  -mhint.b=[ok|warning|error]\n"
9130 "\t\t\t  hint.b check (default -mhint.b=error)\n"
9131 "  -x | -xexplicit\t  turn on dependency violation checking\n"
9132 msgstr ""
9133
9134 #. Note for translators: "automagically" can be translated as "automatically" here.
9135 #: config/tc-ia64.c:7164
9136 msgid ""
9137 "  -xauto\t\t  automagically remove dependency violations (default)\n"
9138 "  -xnone\t\t  turn off dependency violation checking\n"
9139 "  -xdebug\t\t  debug dependency violation checker\n"
9140 "  -xdebugn\t\t  debug dependency violation checker but turn off\n"
9141 "\t\t\t  dependency violation checking\n"
9142 "  -xdebugx\t\t  debug dependency violation checker and turn on\n"
9143 "\t\t\t  dependency violation checking\n"
9144 msgstr ""
9145
9146 #: config/tc-ia64.c:7179
9147 msgid "--gstabs is not supported for ia64"
9148 msgstr ""
9149
9150 #: config/tc-ia64.c:7417
9151 #, c-format
9152 msgid "ia64.md_begin: can't hash `%s': %s"
9153 msgstr ""
9154
9155 #: config/tc-ia64.c:7481
9156 #, c-format
9157 msgid "Inserting \"%s\" into constant hash table failed: %s"
9158 msgstr ""
9159
9160 #: config/tc-ia64.c:7493 config/tc-riscv.c:754 config/tc-riscv.c:3155
9161 #: config/tc-tilegx.c:262
9162 msgid "Could not set architecture and machine"
9163 msgstr ""
9164
9165 #: config/tc-ia64.c:7625
9166 msgid "Explicit stops are ignored in auto mode"
9167 msgstr ""
9168
9169 #: config/tc-ia64.c:7634
9170 msgid "Found '{' when manual bundling is already turned on"
9171 msgstr ""
9172
9173 #: config/tc-ia64.c:7647
9174 msgid "Found '{' after explicit switch to automatic mode"
9175 msgstr ""
9176
9177 #: config/tc-ia64.c:7653
9178 msgid "Found '}' when manual bundling is off"
9179 msgstr ""
9180
9181 #: config/tc-ia64.c:7680
9182 msgid "Expected ')'"
9183 msgstr ""
9184
9185 #: config/tc-ia64.c:7685
9186 msgid "Qualifying predicate expected"
9187 msgstr ""
9188
9189 #: config/tc-ia64.c:7704
9190 msgid "Tag must come before qualifying predicate."
9191 msgstr ""
9192
9193 #: config/tc-ia64.c:7733
9194 msgid "Expected ':'"
9195 msgstr ""
9196
9197 #: config/tc-ia64.c:7749
9198 msgid "Tag name expected"
9199 msgstr ""
9200
9201 #: config/tc-ia64.c:7850
9202 msgid "Rotating register index must be a non-negative constant"
9203 msgstr ""
9204
9205 #: config/tc-ia64.c:7855
9206 #, c-format
9207 msgid "Index out of range 0..%u"
9208 msgstr ""
9209
9210 #: config/tc-ia64.c:7867
9211 msgid "Indirect register index must be a general register"
9212 msgstr ""
9213
9214 #: config/tc-ia64.c:7876
9215 msgid "Index can only be applied to rotating or indirect registers"
9216 msgstr ""
9217
9218 #: config/tc-ia64.c:7912 config/tc-xstormy16.c:145
9219 msgid "Expected '('"
9220 msgstr ""
9221
9222 #: config/tc-ia64.c:7920 config/tc-pdp11.c:442 config/tc-pdp11.c:506
9223 #: config/tc-pdp11.c:540 config/tc-tilegx.c:1048 config/tc-tilepro.c:939
9224 #: config/tc-xstormy16.c:154
9225 msgid "Missing ')'"
9226 msgstr ""
9227
9228 #: config/tc-ia64.c:7938 config/tc-xstormy16.c:161
9229 msgid "Not a symbolic expression"
9230 msgstr ""
9231
9232 #: config/tc-ia64.c:7943 config/tc-ia64.c:7957
9233 msgid "Illegal combination of relocation functions"
9234 msgstr ""
9235
9236 #: config/tc-ia64.c:8046
9237 msgid "No current frame"
9238 msgstr ""
9239
9240 #: config/tc-ia64.c:8048
9241 #, c-format
9242 msgid "Register number out of range 0..%u"
9243 msgstr ""
9244
9245 #: config/tc-ia64.c:8087
9246 msgid "Standalone `#' is illegal"
9247 msgstr ""
9248
9249 #: config/tc-ia64.c:8090
9250 msgid "Redundant `#' suffix operators"
9251 msgstr ""
9252
9253 #: config/tc-ia64.c:8248
9254 #, c-format
9255 msgid "Unhandled dependency %s for %s (%s), note %d"
9256 msgstr ""
9257
9258 #: config/tc-ia64.c:9561
9259 #, c-format
9260 msgid "Unrecognized dependency specifier %d\n"
9261 msgstr ""
9262
9263 #: config/tc-ia64.c:10431
9264 msgid "Only the first path encountering the conflict is reported"
9265 msgstr ""
9266
9267 #: config/tc-ia64.c:10433
9268 msgid "This is the location of the conflicting usage"
9269 msgstr ""
9270
9271 #: config/tc-ia64.c:10695
9272 #, c-format
9273 msgid "Unknown opcode `%s'"
9274 msgstr ""
9275
9276 #: config/tc-ia64.c:10773
9277 #, c-format
9278 msgid "AR %d can only be accessed by %c-unit"
9279 msgstr ""
9280
9281 #: config/tc-ia64.c:10785
9282 msgid "hint.b may be treated as nop"
9283 msgstr ""
9284
9285 #: config/tc-ia64.c:10788
9286 msgid "hint.b shouldn't be used"
9287 msgstr ""
9288
9289 #: config/tc-ia64.c:10827
9290 #, c-format
9291 msgid "`%s' cannot be predicated"
9292 msgstr ""
9293
9294 #: config/tc-ia64.c:10899
9295 msgid "Closing bracket missing"
9296 msgstr ""
9297
9298 #: config/tc-ia64.c:10908
9299 msgid "Index must be a general register"
9300 msgstr ""
9301
9302 #: config/tc-ia64.c:11073
9303 #, c-format
9304 msgid "Unsupported fixup size %d"
9305 msgstr ""
9306
9307 #. This should be an error, but since previously there wasn't any
9308 #. diagnostic here, don't make it fail because of this for now.
9309 #: config/tc-ia64.c:11345
9310 #, c-format
9311 msgid "Cannot express %s%d%s relocation"
9312 msgstr ""
9313
9314 #: config/tc-ia64.c:11364
9315 msgid "No addend allowed in @fptr() relocation"
9316 msgstr ""
9317
9318 #: config/tc-ia64.c:11403
9319 msgid "integer operand out of range"
9320 msgstr ""
9321
9322 #: config/tc-ia64.c:11470
9323 #, c-format
9324 msgid "%s must have a constant value"
9325 msgstr ""
9326
9327 #: config/tc-ia64.c:11490
9328 msgid "cannot resolve @slotcount parameter"
9329 msgstr ""
9330
9331 #: config/tc-ia64.c:11523
9332 msgid "invalid @slotcount value"
9333 msgstr ""
9334
9335 #: config/tc-ia64.c:11560 config/tc-z8k.c:1378
9336 #, c-format
9337 msgid "Cannot represent %s relocation in object file"
9338 msgstr ""
9339
9340 #: config/tc-ia64.c:11671
9341 msgid "Can't add stop bit to mark end of instruction group"
9342 msgstr ""
9343
9344 #: config/tc-ia64.c:11780 read.c:2600 read.c:3239 read.c:3643 stabs.c:469
9345 #, c-format
9346 msgid "expected comma after \"%s\""
9347 msgstr ""
9348
9349 #: config/tc-ia64.c:11822
9350 #, c-format
9351 msgid "`%s' is already the alias of %s `%s'"
9352 msgstr ""
9353
9354 #: config/tc-ia64.c:11832
9355 #, c-format
9356 msgid "%s `%s' already has an alias `%s'"
9357 msgstr ""
9358
9359 #: config/tc-ia64.c:11843
9360 #, c-format
9361 msgid "inserting \"%s\" into %s alias hash table failed: %s"
9362 msgstr ""
9363
9364 #: config/tc-ia64.c:11851
9365 #, c-format
9366 msgid "inserting \"%s\" into %s name hash table failed: %s"
9367 msgstr ""
9368
9369 #: config/tc-ia64.c:11877
9370 #, c-format
9371 msgid "symbol `%s' aliased to `%s' is not used"
9372 msgstr ""
9373
9374 #: config/tc-ia64.c:11900
9375 #, c-format
9376 msgid "section `%s' aliased to `%s' is not used"
9377 msgstr ""
9378
9379 #: config/tc-ip2k.c:139
9380 #, c-format
9381 msgid "IP2K specific command line options:\n"
9382 msgstr ""
9383
9384 #: config/tc-ip2k.c:140
9385 #, c-format
9386 msgid "  -mip2022               restrict to IP2022 insns \n"
9387 msgstr ""
9388
9389 #: config/tc-ip2k.c:141
9390 #, c-format
9391 msgid "  -mip2022ext            permit extended IP2022 insn\n"
9392 msgstr ""
9393
9394 #: config/tc-ip2k.c:230
9395 msgid "relaxation not supported\n"
9396 msgstr ""
9397
9398 #: config/tc-iq2000.c:362
9399 #, c-format
9400 msgid "the yielding instruction %s may not be in a delay slot."
9401 msgstr ""
9402
9403 #: config/tc-iq2000.c:370
9404 #, c-format
9405 msgid "Register number (R%ld) for double word access must be even."
9406 msgstr ""
9407
9408 #: config/tc-iq2000.c:379 config/tc-iq2000.c:384 config/tc-iq2000.c:389
9409 #: config/tc-iq2000.c:406 config/tc-mt.c:244 config/tc-mt.c:249
9410 #, c-format
9411 msgid "operand references R%ld of previous load."
9412 msgstr ""
9413
9414 #: config/tc-iq2000.c:394
9415 msgid "instruction implicitly accesses R31 of previous load."
9416 msgstr ""
9417
9418 #: config/tc-iq2000.c:649 config/tc-mep.c:2008
9419 msgid "Unmatched high relocation"
9420 msgstr ""
9421
9422 #: config/tc-iq2000.c:826 config/tc-mips.c:19493 config/tc-score.c:5811
9423 msgid ".end not in text section"
9424 msgstr ""
9425
9426 #: config/tc-iq2000.c:830 config/tc-score.c:5814
9427 msgid ".end directive without a preceding .ent directive."
9428 msgstr ""
9429
9430 #: config/tc-iq2000.c:839 config/tc-score.c:5822
9431 msgid ".end symbol does not match .ent symbol."
9432 msgstr ""
9433
9434 #: config/tc-iq2000.c:842 config/tc-mips.c:19513 config/tc-score.c:5827
9435 msgid ".end directive missing or unknown symbol"
9436 msgstr ""
9437
9438 #: config/tc-iq2000.c:860
9439 msgid "Expected simple number."
9440 msgstr ""
9441
9442 #: config/tc-iq2000.c:889 config/tc-mips.c:19418 config/tc-score.c:5663
9443 #, c-format
9444 msgid " *input_line_pointer == '%c' 0x%02x\n"
9445 msgstr ""
9446
9447 #: config/tc-iq2000.c:891
9448 msgid "Invalid number"
9449 msgstr ""
9450
9451 #: config/tc-iq2000.c:925 config/tc-score.c:5701
9452 msgid ".ent or .aent not in text section."
9453 msgstr ""
9454
9455 #: config/tc-iq2000.c:928
9456 msgid "missing `.end'"
9457 msgstr ""
9458
9459 #: config/tc-m32c.c:142
9460 #, c-format
9461 msgid " M32C specific command line options:\n"
9462 msgstr ""
9463
9464 #. Pretend that we do not recognise this option.
9465 #: config/tc-m32r.c:330
9466 msgid "Unrecognised option: -hidden"
9467 msgstr ""
9468
9469 #: config/tc-m32r.c:357 config/tc-sparc.c:602
9470 msgid "Unrecognized option following -K"
9471 msgstr ""
9472
9473 #: config/tc-m32r.c:372
9474 #, c-format
9475 msgid " M32R specific command line options:\n"
9476 msgstr ""
9477
9478 #: config/tc-m32r.c:374
9479 #, c-format
9480 msgid ""
9481 "  -m32r                   disable support for the m32rx instruction set\n"
9482 msgstr ""
9483
9484 #: config/tc-m32r.c:376
9485 #, c-format
9486 msgid "  -m32rx                  support the extended m32rx instruction set\n"
9487 msgstr ""
9488
9489 #: config/tc-m32r.c:378
9490 #, c-format
9491 msgid "  -m32r2                  support the extended m32r2 instruction set\n"
9492 msgstr ""
9493
9494 #: config/tc-m32r.c:380
9495 #, c-format
9496 msgid "  -EL,-little             produce little endian code and data\n"
9497 msgstr ""
9498
9499 #: config/tc-m32r.c:382
9500 #, c-format
9501 msgid "  -EB,-big                produce big endian code and data\n"
9502 msgstr ""
9503
9504 #: config/tc-m32r.c:384
9505 #, c-format
9506 msgid "  -parallel               try to combine instructions in parallel\n"
9507 msgstr ""
9508
9509 #: config/tc-m32r.c:386
9510 #, c-format
9511 msgid "  -no-parallel            disable -parallel\n"
9512 msgstr ""
9513
9514 #: config/tc-m32r.c:388
9515 #, c-format
9516 msgid ""
9517 "  -no-bitinst             disallow the M32R2's extended bit-field "
9518 "instructions\n"
9519 msgstr ""
9520
9521 #: config/tc-m32r.c:390
9522 #, c-format
9523 msgid "  -O                      try to optimize code.  Implies -parallel\n"
9524 msgstr ""
9525
9526 #: config/tc-m32r.c:393
9527 #, c-format
9528 msgid ""
9529 "  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
9530 msgstr ""
9531
9532 #: config/tc-m32r.c:395
9533 #, c-format
9534 msgid "                                         might violate constraints\n"
9535 msgstr ""
9536
9537 #: config/tc-m32r.c:397
9538 #, c-format
9539 msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
9540 msgstr ""
9541
9542 #: config/tc-m32r.c:399
9543 #, c-format
9544 msgid ""
9545 "                                         instructions might violate "
9546 "constraints\n"
9547 msgstr ""
9548
9549 #: config/tc-m32r.c:401
9550 #, c-format
9551 msgid ""
9552 "  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
9553 msgstr ""
9554
9555 #: config/tc-m32r.c:403
9556 #, c-format
9557 msgid ""
9558 "  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
9559 msgstr ""
9560
9561 #: config/tc-m32r.c:405
9562 #, c-format
9563 msgid ""
9564 "  -ignore-parallel-conflicts            do not check parallel instructions\n"
9565 msgstr ""
9566
9567 #: config/tc-m32r.c:407
9568 #, c-format
9569 msgid "                                         for constraint violations\n"
9570 msgstr ""
9571
9572 #: config/tc-m32r.c:409
9573 #, c-format
9574 msgid ""
9575 "  -no-ignore-parallel-conflicts         check parallel instructions for\n"
9576 msgstr ""
9577
9578 #: config/tc-m32r.c:411
9579 #, c-format
9580 msgid "                                         constraint violations\n"
9581 msgstr ""
9582
9583 #: config/tc-m32r.c:413
9584 #, c-format
9585 msgid "  -Ip                     synonym for -ignore-parallel-conflicts\n"
9586 msgstr ""
9587
9588 #: config/tc-m32r.c:415
9589 #, c-format
9590 msgid "  -nIp                    synonym for -no-ignore-parallel-conflicts\n"
9591 msgstr ""
9592
9593 #: config/tc-m32r.c:418
9594 #, c-format
9595 msgid ""
9596 "  -warn-unmatched-high    warn when an (s)high reloc has no matching low "
9597 "reloc\n"
9598 msgstr ""
9599
9600 #: config/tc-m32r.c:420
9601 #, c-format
9602 msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
9603 msgstr ""
9604
9605 #: config/tc-m32r.c:422
9606 #, c-format
9607 msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
9608 msgstr ""
9609
9610 #: config/tc-m32r.c:424
9611 #, c-format
9612 msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
9613 msgstr ""
9614
9615 #: config/tc-m32r.c:427
9616 #, c-format
9617 msgid "  -KPIC                   generate PIC\n"
9618 msgstr ""
9619
9620 #: config/tc-m32r.c:846
9621 msgid "instructions write to the same destination register."
9622 msgstr ""
9623
9624 #: config/tc-m32r.c:854
9625 msgid "Instructions do not use parallel execution pipelines."
9626 msgstr ""
9627
9628 #: config/tc-m32r.c:862
9629 msgid "Instructions share the same execution pipeline"
9630 msgstr ""
9631
9632 #: config/tc-m32r.c:927 config/tc-m32r.c:1041
9633 #, c-format
9634 msgid "not a 16 bit instruction '%s'"
9635 msgstr ""
9636
9637 #: config/tc-m32r.c:939 config/tc-m32r.c:1053 config/tc-m32r.c:1237
9638 #, c-format
9639 msgid "instruction '%s' is for the M32R2 only"
9640 msgstr ""
9641
9642 #: config/tc-m32r.c:952 config/tc-m32r.c:1066 config/tc-m32r.c:1250
9643 #, c-format
9644 msgid "unknown instruction '%s'"
9645 msgstr ""
9646
9647 #: config/tc-m32r.c:961 config/tc-m32r.c:1073 config/tc-m32r.c:1257
9648 #, c-format
9649 msgid "instruction '%s' is for the M32RX only"
9650 msgstr ""
9651
9652 #: config/tc-m32r.c:970 config/tc-m32r.c:1082
9653 #, c-format
9654 msgid "instruction '%s' cannot be executed in parallel."
9655 msgstr ""
9656
9657 #: config/tc-m32r.c:1025 config/tc-m32r.c:1107 config/tc-m32r.c:1314
9658 msgid "internal error: lookup/get operands failed"
9659 msgstr ""
9660
9661 #: config/tc-m32r.c:1092
9662 #, c-format
9663 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
9664 msgstr ""
9665
9666 #: config/tc-m32r.c:1121
9667 #, c-format
9668 msgid ""
9669 "%s: output of 1st instruction is the same as an input to 2nd instruction - "
9670 "is this intentional ?"
9671 msgstr ""
9672
9673 #: config/tc-m32r.c:1125
9674 #, c-format
9675 msgid ""
9676 "%s: output of 2nd instruction is the same as an input to 1st instruction - "
9677 "is this intentional ?"
9678 msgstr ""
9679
9680 #: config/tc-m32r.c:1488 config/tc-microblaze.c:196
9681 msgid "Expected comma after symbol-name: rest of line ignored."
9682 msgstr ""
9683
9684 #: config/tc-m32r.c:1498
9685 #, c-format
9686 msgid ".SCOMMon length (%ld.) <0! Ignored."
9687 msgstr ""
9688
9689 #: config/tc-m32r.c:1512 config/tc-microblaze.c:218 config/tc-ppc.c:2301
9690 #: config/tc-ppc.c:4077 config/tc-ppc.c:4119 config/tc-ppc.c:5679
9691 msgid "ignoring bad alignment"
9692 msgstr ""
9693
9694 #: config/tc-m32r.c:1524 config/tc-microblaze.c:253 config/tc-v850.c:383
9695 msgid "Common alignment not a power of 2"
9696 msgstr ""
9697
9698 #: config/tc-m32r.c:1539 config/tc-microblaze.c:229
9699 #, c-format
9700 msgid "Ignoring attempt to re-define symbol `%s'."
9701 msgstr ""
9702
9703 #: config/tc-m32r.c:1548
9704 #, c-format
9705 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
9706 msgstr ""
9707
9708 #: config/tc-m32r.c:1925 config/tc-m32r.c:1978 config/tc-nds32.c:4797
9709 #: config/tc-nds32.c:4841 config/tc-sh.c:391 config/tc-sh.c:2062
9710 msgid "Invalid PIC expression."
9711 msgstr ""
9712
9713 #: config/tc-m32r.c:2069
9714 msgid "Unmatched high/shigh reloc"
9715 msgstr ""
9716
9717 #: config/tc-m68hc11.c:416
9718 #, c-format
9719 msgid ""
9720 "Motorola 68HC11/68HC12/68HCS12 options:\n"
9721 "  -m68hc11 | -m68hc12 |\n"
9722 "  -m68hcs12 | -mm9s12x |\n"
9723 "  -mm9s12xg               specify the processor [default %s]\n"
9724 "  -mshort                 use 16-bit int ABI (default)\n"
9725 "  -mlong                  use 32-bit int ABI\n"
9726 "  -mshort-double          use 32-bit double ABI\n"
9727 "  -mlong-double           use 64-bit double ABI (default)\n"
9728 "  --force-long-branches   always turn relative branches into absolute ones\n"
9729 "  -S,--short-branches     do not turn relative branches into absolute ones\n"
9730 "                          when the offset is out of range\n"
9731 "  --strict-direct-mode    do not turn the direct mode into extended mode\n"
9732 "                          when the instruction does not support direct mode\n"
9733 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
9734 "  --print-opcodes         print the list of instructions with syntax\n"
9735 "  --xgate-ramoffset       offset ram addresses by 0xc000\n"
9736 "  --generate-example      generate an example of each instruction\n"
9737 "                          (used for testing)\n"
9738 msgstr ""
9739
9740 #: config/tc-m68hc11.c:464 config/tc-xgate.c:284
9741 #, c-format
9742 msgid "Default target `%s' is not supported."
9743 msgstr ""
9744
9745 #. Dump the opcode statistics table.
9746 #: config/tc-m68hc11.c:482
9747 #, c-format
9748 msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
9749 msgstr ""
9750
9751 #: config/tc-m68hc11.c:561
9752 #, c-format
9753 msgid "Option `%s' is not recognized."
9754 msgstr ""
9755
9756 #: config/tc-m68hc11.c:748
9757 msgid "imm3"
9758 msgstr ""
9759
9760 #: config/tc-m68hc11.c:756
9761 msgid "RD"
9762 msgstr ""
9763
9764 #: config/tc-m68hc11.c:764
9765 msgid "RD,RS"
9766 msgstr ""
9767
9768 #: config/tc-m68hc11.c:772
9769 msgid "RI, #imm4"
9770 msgstr ""
9771
9772 #: config/tc-m68hc11.c:804
9773 msgid "RD, (RI,#offs5)"
9774 msgstr ""
9775
9776 #: config/tc-m68hc11.c:856
9777 msgid "#<imm8>"
9778 msgstr ""
9779
9780 #: config/tc-m68hc11.c:865
9781 msgid "#<imm16>"
9782 msgstr ""
9783
9784 #: config/tc-m68hc11.c:874 config/tc-m68hc11.c:883
9785 msgid "<imm8>,X"
9786 msgstr ""
9787
9788 #: config/tc-m68hc11.c:910
9789 msgid "*<abs8>"
9790 msgstr ""
9791
9792 #: config/tc-m68hc11.c:922
9793 msgid "#<mask>"
9794 msgstr ""
9795
9796 #: config/tc-m68hc11.c:932
9797 #, c-format
9798 msgid "symbol%d"
9799 msgstr ""
9800
9801 #: config/tc-m68hc11.c:934
9802 msgid "<abs>"
9803 msgstr ""
9804
9805 #: config/tc-m68hc11.c:953
9806 msgid "<label>"
9807 msgstr ""
9808
9809 #: config/tc-m68hc11.c:969
9810 #, c-format
9811 msgid ""
9812 "# Example of `%s' instructions\n"
9813 "\t.sect .text\n"
9814 "_start:\n"
9815 msgstr ""
9816
9817 #: config/tc-m68hc11.c:1016
9818 #, c-format
9819 msgid "Instruction `%s' is not recognized."
9820 msgstr ""
9821
9822 #: config/tc-m68hc11.c:1021
9823 #, c-format
9824 msgid "Instruction formats for `%s':"
9825 msgstr ""
9826
9827 #: config/tc-m68hc11.c:1173
9828 #, c-format
9829 msgid "Immediate operand is not allowed for operand %d."
9830 msgstr ""
9831
9832 #: config/tc-m68hc11.c:1217
9833 msgid "Indirect indexed addressing is not valid for 68HC11."
9834 msgstr ""
9835
9836 #: config/tc-m68hc11.c:1237
9837 msgid "Spurious `,' or bad indirect register addressing mode."
9838 msgstr ""
9839
9840 #: config/tc-m68hc11.c:1259
9841 msgid "Missing second register or offset for indexed-indirect mode."
9842 msgstr ""
9843
9844 #: config/tc-m68hc11.c:1269
9845 msgid "Missing second register for indexed-indirect mode."
9846 msgstr ""
9847
9848 #: config/tc-m68hc11.c:1285
9849 msgid "Missing `]' to close indexed-indirect mode."
9850 msgstr ""
9851
9852 #: config/tc-m68hc11.c:1330 config/tc-m68hc11.c:2961 config/tc-m68hc11.c:3073
9853 #: config/tc-m68hc11.c:3147 config/tc-m68hc11.c:3331 config/tc-m68hc11.c:3402
9854 msgid "Illegal operand."
9855 msgstr ""
9856
9857 #. Looks like OP_R_R.
9858 #: config/tc-m68hc11.c:1335 config/tc-m68hc11.c:2966 config/tc-m68hc11.c:3078
9859 #: config/tc-m68hc11.c:3152 config/tc-m68hc11.c:3258 config/tc-m68hc11.c:3310
9860 #: config/tc-m68hc11.c:3318 config/tc-m68hc11.c:3336
9861 msgid "Missing operand."
9862 msgstr ""
9863
9864 #: config/tc-m68hc11.c:1388
9865 msgid "Pre-increment mode is not valid for 68HC11"
9866 msgstr ""
9867
9868 #: config/tc-m68hc11.c:1401
9869 msgid "Wrong register in register indirect mode."
9870 msgstr ""
9871
9872 #: config/tc-m68hc11.c:1409
9873 msgid "Missing `]' to close register indirect operand."
9874 msgstr ""
9875
9876 #: config/tc-m68hc11.c:1429
9877 msgid "Post-decrement mode is not valid for 68HC11."
9878 msgstr ""
9879
9880 #: config/tc-m68hc11.c:1437
9881 msgid "Post-increment mode is not valid for 68HC11."
9882 msgstr ""
9883
9884 #: config/tc-m68hc11.c:1455
9885 msgid "Invalid indexed indirect mode."
9886 msgstr ""
9887
9888 #: config/tc-m68hc11.c:1579
9889 #, c-format
9890 msgid "Trap id `%ld' is out of range."
9891 msgstr ""
9892
9893 #: config/tc-m68hc11.c:1583
9894 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
9895 msgstr ""
9896
9897 #: config/tc-m68hc11.c:1590 config/tc-m68hc11.c:1741
9898 #, c-format
9899 msgid "Operand out of 8-bit range: `%ld'."
9900 msgstr ""
9901
9902 #: config/tc-m68hc11.c:1597
9903 msgid "The trap id must be a constant."
9904 msgstr ""
9905
9906 #: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1345
9907 #, c-format
9908 msgid "Operand `%x' not recognized in fixup8."
9909 msgstr ""
9910
9911 #: config/tc-m68hc11.c:1646 config/tc-m68hc11.c:1694
9912 #, c-format
9913 msgid "Operand out of 16-bit range: `%ld'."
9914 msgstr ""
9915
9916 #: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708
9917 #, c-format
9918 msgid "Operand `%x' not recognized in fixup16."
9919 msgstr ""
9920
9921 #: config/tc-m68hc11.c:1801
9922 #, c-format
9923 msgid "Unexpected branch conversion with `%x'"
9924 msgstr ""
9925
9926 #: config/tc-m68hc11.c:1887 config/tc-m68hc11.c:2019
9927 #, c-format
9928 msgid "Operand out of range for a relative branch: `%ld'"
9929 msgstr ""
9930
9931 #: config/tc-m68hc11.c:1987
9932 msgid "Invalid register for dbcc/tbcc instruction."
9933 msgstr ""
9934
9935 #: config/tc-m68hc11.c:2075
9936 #, c-format
9937 msgid "Increment/decrement value is out of range: `%ld'."
9938 msgstr ""
9939
9940 #: config/tc-m68hc11.c:2087
9941 msgid "Expecting a register."
9942 msgstr ""
9943
9944 #: config/tc-m68hc11.c:2102
9945 msgid "Invalid register for post/pre increment."
9946 msgstr ""
9947
9948 #: config/tc-m68hc11.c:2132
9949 msgid "Invalid register."
9950 msgstr ""
9951
9952 #: config/tc-m68hc11.c:2139
9953 #, c-format
9954 msgid "Offset out of 16-bit range: %ld."
9955 msgstr ""
9956
9957 #: config/tc-m68hc11.c:2145
9958 #, c-format
9959 msgid "Offset out of 5-bit range for movw/movb insn: %ld."
9960 msgstr ""
9961
9962 #: config/tc-m68hc11.c:2270
9963 msgid "Expecting register D for indexed indirect mode."
9964 msgstr ""
9965
9966 #: config/tc-m68hc11.c:2272
9967 msgid "Indexed indirect mode is not allowed for movb/movw."
9968 msgstr ""
9969
9970 #: config/tc-m68hc11.c:2289
9971 msgid "Invalid accumulator register."
9972 msgstr ""
9973
9974 #: config/tc-m68hc11.c:2315
9975 msgid "Invalid indexed register."
9976 msgstr ""
9977
9978 #: config/tc-m68hc11.c:2325
9979 msgid "Addressing mode not implemented yet."
9980 msgstr ""
9981
9982 #: config/tc-m68hc11.c:2339
9983 msgid "Invalid source register for this instruction, use 'tfr'."
9984 msgstr ""
9985
9986 #: config/tc-m68hc11.c:2341
9987 msgid "Invalid source register."
9988 msgstr ""
9989
9990 #: config/tc-m68hc11.c:2346
9991 msgid "Invalid destination register for this instruction, use 'tfr'."
9992 msgstr ""
9993
9994 #: config/tc-m68hc11.c:2348
9995 msgid "Invalid destination register."
9996 msgstr ""
9997
9998 #: config/tc-m68hc11.c:2523
9999 msgid "Invalid indexed register, expecting register X."
10000 msgstr ""
10001
10002 #: config/tc-m68hc11.c:2525
10003 msgid "Invalid indexed register, expecting register Y."
10004 msgstr ""
10005
10006 #: config/tc-m68hc11.c:2844 config/tc-s12z.c:3676
10007 msgid "No instruction or missing opcode."
10008 msgstr ""
10009
10010 #: config/tc-m68hc11.c:2854 config/tc-m68hc11.c:3532
10011 #, c-format
10012 msgid "Opcode `%s' is not recognized."
10013 msgstr ""
10014
10015 #: config/tc-m68hc11.c:2903 config/tc-m68hc11.c:3452 config/tc-m68hc11.c:3554
10016 #, c-format
10017 msgid "Garbage at end of instruction: `%s'."
10018 msgstr ""
10019
10020 #: config/tc-m68hc11.c:3440
10021 #, c-format
10022 msgid "Failed to find a valid mode for `%s'."
10023 msgstr ""
10024
10025 #: config/tc-m68hc11.c:3464 config/tc-m68hc11.c:3682 config/tc-m68hc11.c:3688
10026 #, c-format
10027 msgid "Invalid operand for `%s'"
10028 msgstr ""
10029
10030 #: config/tc-m68hc11.c:3740
10031 #, c-format
10032 msgid "Invalid mode: %s\n"
10033 msgstr ""
10034
10035 #: config/tc-m68hc11.c:3799
10036 msgid "bad .relax format"
10037 msgstr ""
10038
10039 #: config/tc-m68hc11.c:3843 config/tc-s12z.c:3767 config/tc-xgate.c:630
10040 #, c-format
10041 msgid "Relocation %d is not supported by object file format."
10042 msgstr ""
10043
10044 #: config/tc-m68hc11.c:4120
10045 msgid "bra or bsr with undefined symbol."
10046 msgstr ""
10047
10048 #: config/tc-m68hc11.c:4221 config/tc-m68hc11.c:4278
10049 #, c-format
10050 msgid "Subtype %d is not recognized."
10051 msgstr ""
10052
10053 #: config/tc-m68hc11.c:4336 config/tc-s12z.c:3808 config/tc-xgate.c:663
10054 msgid "Expression too complex."
10055 msgstr ""
10056
10057 #: config/tc-m68hc11.c:4367 config/tc-s12z.c:3834 config/tc-xgate.c:708
10058 #: config/tc-xgate.c:717
10059 msgid "Value out of 16-bit range."
10060 msgstr ""
10061
10062 #: config/tc-m68hc11.c:4389
10063 #, c-format
10064 msgid "Value %ld too large for 8-bit PC-relative branch."
10065 msgstr ""
10066
10067 #: config/tc-m68hc11.c:4399 config/tc-xgate.c:674
10068 #, c-format
10069 msgid "Value %ld too large for 9-bit PC-relative branch."
10070 msgstr ""
10071
10072 #: config/tc-m68hc11.c:4408 config/tc-xgate.c:691
10073 #, c-format
10074 msgid "Value %ld too large for 10-bit PC-relative branch."
10075 msgstr ""
10076
10077 #: config/tc-m68hc11.c:4416
10078 #, c-format
10079 msgid "Auto increment/decrement offset '%ld' is out of range."
10080 msgstr ""
10081
10082 #: config/tc-m68hc11.c:4429
10083 #, c-format
10084 msgid "Offset out of 5-bit range for movw/movb insn: %ld"
10085 msgstr ""
10086
10087 #: config/tc-m68hc11.c:4440
10088 #, c-format
10089 msgid "Offset out of 9-bit range for movw/movb insn: %ld"
10090 msgstr ""
10091
10092 #: config/tc-m68hc11.c:4452
10093 #, c-format
10094 msgid "Offset out of 16-bit range for movw/movb insn: %ld"
10095 msgstr ""
10096
10097 #: config/tc-m68hc11.c:4469 config/tc-s12z.c:3840 config/tc-xgate.c:752
10098 #, c-format
10099 msgid "Line %d: unknown relocation type: 0x%x."
10100 msgstr ""
10101
10102 #: config/tc-m68hc11.c:4494
10103 msgid "Invalid directive"
10104 msgstr ""
10105
10106 #: config/tc-m68k.c:1139
10107 #, c-format
10108 msgid "Can not do %d byte pc-relative relocation"
10109 msgstr ""
10110
10111 #: config/tc-m68k.c:1141
10112 #, c-format
10113 msgid "Can not do %d byte pc-relative pic relocation"
10114 msgstr ""
10115
10116 #: config/tc-m68k.c:1146
10117 #, c-format
10118 msgid "Can not do %d byte relocation"
10119 msgstr ""
10120
10121 #: config/tc-m68k.c:1148
10122 #, c-format
10123 msgid "Can not do %d byte pic relocation"
10124 msgstr ""
10125
10126 #: config/tc-m68k.c:1218
10127 #, c-format
10128 msgid "Unable to produce reloc against symbol '%s'"
10129 msgstr ""
10130
10131 #: config/tc-m68k.c:1277 config/tc-vax.c:2369
10132 #, c-format
10133 msgid "Cannot make %s relocation PC relative"
10134 msgstr ""
10135
10136 #: config/tc-m68k.c:1359 config/tc-vax.c:1879
10137 msgid "No operator"
10138 msgstr ""
10139
10140 #: config/tc-m68k.c:1389 config/tc-vax.c:1895
10141 msgid "Unknown operator"
10142 msgstr ""
10143
10144 #: config/tc-m68k.c:2292
10145 msgid "invalid instruction for this architecture; needs "
10146 msgstr ""
10147
10148 #: config/tc-m68k.c:2300
10149 msgid "hardware divide"
10150 msgstr ""
10151
10152 #: config/tc-m68k.c:2322 config/tc-m68k.c:2326 config/tc-m68k.c:2330
10153 msgid "or higher"
10154 msgstr ""
10155
10156 #: config/tc-m68k.c:2383
10157 msgid "operands mismatch"
10158 msgstr ""
10159
10160 #: config/tc-m68k.c:2447 config/tc-m68k.c:2453 config/tc-m68k.c:2459
10161 #: config/tc-mmix.c:2495 config/tc-mmix.c:2519
10162 msgid "operand out of range"
10163 msgstr ""
10164
10165 #: config/tc-m68k.c:2516
10166 #, c-format
10167 msgid "Bignum too big for %c format; truncated"
10168 msgstr ""
10169
10170 #: config/tc-m68k.c:2593
10171 msgid "displacement too large for this architecture; needs 68020 or higher"
10172 msgstr ""
10173
10174 #: config/tc-m68k.c:2701
10175 msgid ""
10176 "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
10177 msgstr ""
10178
10179 #: config/tc-m68k.c:2706
10180 msgid "invalid index size for coldfire"
10181 msgstr ""
10182
10183 #: config/tc-m68k.c:2759
10184 msgid "Forcing byte displacement"
10185 msgstr ""
10186
10187 #: config/tc-m68k.c:2761
10188 msgid "byte displacement out of range"
10189 msgstr ""
10190
10191 #: config/tc-m68k.c:2806 config/tc-m68k.c:2844
10192 msgid "invalid operand mode for this architecture; needs 68020 or higher"
10193 msgstr ""
10194
10195 #: config/tc-m68k.c:2830 config/tc-m68k.c:2864
10196 msgid ":b not permitted; defaulting to :w"
10197 msgstr ""
10198
10199 #: config/tc-m68k.c:2939
10200 msgid "unsupported byte value; use a different suffix"
10201 msgstr ""
10202
10203 #: config/tc-m68k.c:2954
10204 msgid "unknown/incorrect operand"
10205 msgstr ""
10206
10207 #: config/tc-m68k.c:2997 config/tc-m68k.c:3005 config/tc-m68k.c:3012
10208 #: config/tc-m68k.c:3019
10209 msgid "out of range"
10210 msgstr ""
10211
10212 #: config/tc-m68k.c:3090
10213 msgid "Can't use long branches on this architecture"
10214 msgstr ""
10215
10216 #: config/tc-m68k.c:3196
10217 msgid "Expression out of range, using 0"
10218 msgstr ""
10219
10220 #: config/tc-m68k.c:3397 config/tc-m68k.c:3413
10221 msgid "Floating point register in register list"
10222 msgstr ""
10223
10224 #: config/tc-m68k.c:3403
10225 msgid "Wrong register in floating-point reglist"
10226 msgstr ""
10227
10228 #: config/tc-m68k.c:3419
10229 msgid "incorrect register in reglist"
10230 msgstr ""
10231
10232 #: config/tc-m68k.c:3425
10233 msgid "wrong register in floating-point reglist"
10234 msgstr ""
10235
10236 #: config/tc-m68k.c:3836 config/tc-m68k.c:3868 config/tc-sparc.c:3144
10237 msgid "failed sanity check."
10238 msgstr ""
10239
10240 #. ERROR.
10241 #: config/tc-m68k.c:3898
10242 msgid "Extra )"
10243 msgstr ""
10244
10245 #. ERROR.
10246 #: config/tc-m68k.c:3909
10247 msgid "Missing )"
10248 msgstr ""
10249
10250 #: config/tc-m68k.c:3926
10251 msgid "Missing operand"
10252 msgstr ""
10253
10254 #: config/tc-m68k.c:4251
10255 #, c-format
10256 msgid "unrecognized default cpu `%s'"
10257 msgstr ""
10258
10259 #: config/tc-m68k.c:4305
10260 #, c-format
10261 msgid "%s -- statement `%s' ignored"
10262 msgstr ""
10263
10264 #: config/tc-m68k.c:4352
10265 #, c-format
10266 msgid "Don't know how to figure out width of %c in md_assemble()"
10267 msgstr ""
10268
10269 #: config/tc-m68k.c:4584 config/tc-m68k.c:4623
10270 #, c-format
10271 msgid "Internal Error: Can't find %s in hash table"
10272 msgstr ""
10273
10274 #: config/tc-m68k.c:4587 config/tc-m68k.c:4626
10275 #, c-format
10276 msgid "Internal Error: Can't hash %s: %s"
10277 msgstr ""
10278
10279 #: config/tc-m68k.c:4747
10280 #, c-format
10281 msgid "text label `%s' aligned to odd boundary"
10282 msgstr ""
10283
10284 #: config/tc-m68k.c:4909
10285 #, c-format
10286 msgid "value %ld out of range"
10287 msgstr ""
10288
10289 #: config/tc-m68k.c:4923
10290 msgid "invalid byte branch offset"
10291 msgstr ""
10292
10293 #: config/tc-m68k.c:4960
10294 msgid "short branch with zero offset: use :w"
10295 msgstr ""
10296
10297 #: config/tc-m68k.c:5004
10298 msgid "Conversion of PC relative BSR to absolute JSR"
10299 msgstr ""
10300
10301 #: config/tc-m68k.c:5015
10302 msgid "Conversion of PC relative branch to absolute jump"
10303 msgstr ""
10304
10305 #: config/tc-m68k.c:5032 config/tc-m68k.c:5089
10306 msgid "Conversion of PC relative conditional branch to absolute jump"
10307 msgstr ""
10308
10309 #: config/tc-m68k.c:5154
10310 msgid "Conversion of PC relative displacement to absolute"
10311 msgstr ""
10312
10313 #: config/tc-m68k.c:5337
10314 msgid "Tried to convert PC relative branch to absolute jump"
10315 msgstr ""
10316
10317 #: config/tc-m68k.c:5382 config/tc-m68k.c:5393 config/tc-m68k.c:5437
10318 msgid "expression out of range: defaulting to 1"
10319 msgstr ""
10320
10321 #: config/tc-m68k.c:5429
10322 msgid "expression out of range: defaulting to 0"
10323 msgstr ""
10324
10325 #: config/tc-m68k.c:5470 config/tc-m68k.c:5482
10326 #, c-format
10327 msgid "Can't deal with expression; defaulting to %ld"
10328 msgstr ""
10329
10330 #: config/tc-m68k.c:5496
10331 msgid "expression doesn't fit in BYTE"
10332 msgstr ""
10333
10334 #: config/tc-m68k.c:5500
10335 msgid "expression doesn't fit in WORD"
10336 msgstr ""
10337
10338 #: config/tc-m68k.c:5587
10339 #, c-format
10340 msgid "%s: unrecognized processor name"
10341 msgstr ""
10342
10343 #: config/tc-m68k.c:5648
10344 msgid "bad coprocessor id"
10345 msgstr ""
10346
10347 #: config/tc-m68k.c:5654
10348 msgid "unrecognized fopt option"
10349 msgstr ""
10350
10351 #: config/tc-m68k.c:5786
10352 #, c-format
10353 msgid "option `%s' may not be negated"
10354 msgstr ""
10355
10356 #: config/tc-m68k.c:5797
10357 #, c-format
10358 msgid "option `%s' not recognized"
10359 msgstr ""
10360
10361 #: config/tc-m68k.c:5826
10362 msgid "bad format of OPT NEST=depth"
10363 msgstr ""
10364
10365 #: config/tc-m68k.c:5882
10366 msgid "missing label"
10367 msgstr ""
10368
10369 #: config/tc-m68k.c:5908
10370 #, c-format
10371 msgid "bad register list: %s"
10372 msgstr ""
10373
10374 #: config/tc-m68k.c:6006
10375 msgid "restore without save"
10376 msgstr ""
10377
10378 #: config/tc-m68k.c:6160 config/tc-m68k.c:6530
10379 msgid "syntax error in structured control directive"
10380 msgstr ""
10381
10382 #: config/tc-m68k.c:6205
10383 msgid "missing condition code in structured control directive"
10384 msgstr ""
10385
10386 #: config/tc-m68k.c:6276
10387 #, c-format
10388 msgid ""
10389 "Condition <%c%c> in structured control directive can not be encoded correctly"
10390 msgstr ""
10391
10392 #: config/tc-m68k.c:6572
10393 msgid "missing then"
10394 msgstr ""
10395
10396 #: config/tc-m68k.c:6653
10397 msgid "else without matching if"
10398 msgstr ""
10399
10400 #: config/tc-m68k.c:6686
10401 msgid "endi without matching if"
10402 msgstr ""
10403
10404 #: config/tc-m68k.c:6726
10405 msgid "break outside of structured loop"
10406 msgstr ""
10407
10408 #: config/tc-m68k.c:6764
10409 msgid "next outside of structured loop"
10410 msgstr ""
10411
10412 #: config/tc-m68k.c:6815
10413 msgid "missing ="
10414 msgstr ""
10415
10416 #: config/tc-m68k.c:6853
10417 msgid "missing to or downto"
10418 msgstr ""
10419
10420 #: config/tc-m68k.c:6889 config/tc-m68k.c:6923 config/tc-m68k.c:7137
10421 msgid "missing do"
10422 msgstr ""
10423
10424 #: config/tc-m68k.c:7024
10425 msgid "endf without for"
10426 msgstr ""
10427
10428 #: config/tc-m68k.c:7078
10429 msgid "until without repeat"
10430 msgstr ""
10431
10432 #: config/tc-m68k.c:7172
10433 msgid "endw without while"
10434 msgstr ""
10435
10436 #: config/tc-m68k.c:7205 config/tc-m68k.c:7233
10437 msgid "already assembled instructions"
10438 msgstr ""
10439
10440 #: config/tc-m68k.c:7310
10441 #, c-format
10442 msgid "`%s' is deprecated, use `%s'"
10443 msgstr ""
10444
10445 #: config/tc-m68k.c:7329
10446 #, c-format
10447 msgid "cpu `%s' unrecognized"
10448 msgstr ""
10449
10450 #: config/tc-m68k.c:7348
10451 #, c-format
10452 msgid "architecture `%s' unrecognized"
10453 msgstr ""
10454
10455 #: config/tc-m68k.c:7369
10456 #, c-format
10457 msgid "extension `%s' unrecognized"
10458 msgstr ""
10459
10460 #: config/tc-m68k.c:7484
10461 #, c-format
10462 msgid "option `-A%s' is deprecated: use `-%s'"
10463 msgstr ""
10464
10465 #: config/tc-m68k.c:7517
10466 msgid "architecture features both enabled and disabled"
10467 msgstr ""
10468
10469 #: config/tc-m68k.c:7544
10470 msgid "selected processor does not have all features of selected architecture"
10471 msgstr ""
10472
10473 #: config/tc-m68k.c:7553
10474 msgid "m68k and cf features both selected"
10475 msgstr ""
10476
10477 #: config/tc-m68k.c:7565
10478 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
10479 msgstr ""
10480
10481 #: config/tc-m68k.c:7597
10482 #, c-format
10483 msgid ""
10484 "-march=<arch>\t\tset architecture\n"
10485 "-mcpu=<cpu>\t\tset cpu [default %s]\n"
10486 msgstr ""
10487
10488 #: config/tc-m68k.c:7602
10489 #, c-format
10490 msgid "-m[no-]%-16s enable/disable %s architecture extension\n"
10491 msgstr ""
10492
10493 #: config/tc-m68k.c:7608
10494 #, c-format
10495 msgid ""
10496 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
10497 "-pic, -k\t\tgenerate position independent code\n"
10498 "-S\t\t\tturn jbsr into jsr\n"
10499 "--pcrel                 never turn PC-relative branches into absolute jumps\n"
10500 "--register-prefix-optional\n"
10501 "\t\t\trecognize register names without prefix character\n"
10502 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
10503 "--base-size-default-16\tbase reg without size is 16 bits\n"
10504 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
10505 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
10506 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
10507 msgstr ""
10508
10509 #: config/tc-m68k.c:7622
10510 #, c-format
10511 msgid "Architecture variants are: "
10512 msgstr ""
10513
10514 #: config/tc-m68k.c:7631
10515 #, c-format
10516 msgid "Processor variants are: "
10517 msgstr ""
10518
10519 #: config/tc-m68k.c:7638 config/tc-xtensa.c:6386
10520 #, c-format
10521 msgid "\n"
10522 msgstr ""
10523
10524 #: config/tc-m68k.c:7669
10525 #, c-format
10526 msgid "Error %s in %s\n"
10527 msgstr ""
10528
10529 #: config/tc-m68k.c:7673
10530 #, c-format
10531 msgid "Opcode(%d.%s): "
10532 msgstr ""
10533
10534 #: config/tc-m68k.c:7818
10535 msgid "Not a defined coldfire architecture"
10536 msgstr ""
10537
10538 #: config/tc-m68k.c:7927 read.c:4548
10539 #, c-format
10540 msgid "%s relocations do not fit in %u byte"
10541 msgid_plural "%s relocations do not fit in %u bytes"
10542 msgstr[0] ""
10543 msgstr[1] ""
10544
10545 #: config/tc-m68k.c:7995
10546 #, c-format
10547 msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large."
10548 msgstr ""
10549
10550 #: config/tc-mcore.c:520 config/tc-microblaze.c:515 config/tc-microblaze.c:543
10551 #: config/tc-microblaze.c:580 config/tc-microblaze.c:592
10552 #, c-format
10553 msgid "register expected, but saw '%.6s'"
10554 msgstr ""
10555
10556 #: config/tc-mcore.c:602
10557 #, c-format
10558 msgid "control register expected, but saw '%.6s'"
10559 msgstr ""
10560
10561 #: config/tc-mcore.c:638
10562 msgid "bad/missing psr specifier"
10563 msgstr ""
10564
10565 #: config/tc-mcore.c:783
10566 #, c-format
10567 msgid "operand must be absolute in range %u..%u, not %ld"
10568 msgstr ""
10569
10570 #: config/tc-mcore.c:818
10571 msgid "operand must be a multiple of 4"
10572 msgstr ""
10573
10574 #: config/tc-mcore.c:825
10575 msgid "operand must be a multiple of 2"
10576 msgstr ""
10577
10578 #: config/tc-mcore.c:887 config/tc-microblaze.c:948 config/tc-microblaze.c:1080
10579 #: config/tc-microblaze.c:1112 config/tc-microblaze.c:1565
10580 #: config/tc-microblaze.c:1631 config/tc-microblaze.c:1704
10581 #: config/tc-microblaze.c:2129 config/tc-microblaze.c:2177
10582 #, c-format
10583 msgid "unknown opcode \"%s\""
10584 msgstr ""
10585
10586 #: config/tc-mcore.c:930
10587 msgid "invalid register: r15 illegal"
10588 msgstr ""
10589
10590 #: config/tc-mcore.c:979 config/tc-mcore.c:1560
10591 msgid "M340 specific opcode used when assembling for M210"
10592 msgstr ""
10593
10594 #: config/tc-mcore.c:997 config/tc-mcore.c:1037 config/tc-mcore.c:1056
10595 #: config/tc-mcore.c:1075 config/tc-mcore.c:1103 config/tc-mcore.c:1132
10596 #: config/tc-mcore.c:1169 config/tc-mcore.c:1204 config/tc-mcore.c:1223
10597 #: config/tc-mcore.c:1242 config/tc-mcore.c:1276 config/tc-mcore.c:1301
10598 #: config/tc-mcore.c:1358 config/tc-mcore.c:1412 config/tc-mcore.c:1448
10599 #: config/tc-mcore.c:1507 config/tc-mcore.c:1529 config/tc-mcore.c:1552
10600 msgid "second operand missing"
10601 msgstr ""
10602
10603 #: config/tc-mcore.c:1013
10604 msgid "destination register must be r1"
10605 msgstr ""
10606
10607 #: config/tc-mcore.c:1034
10608 msgid "source register must be r1"
10609 msgstr ""
10610
10611 #: config/tc-mcore.c:1098 config/tc-mcore.c:1155
10612 msgid "immediate is not a power of two"
10613 msgstr ""
10614
10615 #: config/tc-mcore.c:1126
10616 msgid "translating bgeni to movi"
10617 msgstr ""
10618
10619 #: config/tc-mcore.c:1195
10620 msgid "translating bmaski to movi"
10621 msgstr ""
10622
10623 #: config/tc-mcore.c:1271
10624 #, c-format
10625 msgid "displacement too large (%d)"
10626 msgstr ""
10627
10628 #: config/tc-mcore.c:1285
10629 msgid "Invalid register: r0 and r15 illegal"
10630 msgstr ""
10631
10632 #: config/tc-mcore.c:1316
10633 msgid "bad starting register: r0 and r15 invalid"
10634 msgstr ""
10635
10636 #: config/tc-mcore.c:1329
10637 msgid "ending register must be r15"
10638 msgstr ""
10639
10640 #: config/tc-mcore.c:1349
10641 msgid "bad base register: must be r0"
10642 msgstr ""
10643
10644 #: config/tc-mcore.c:1367
10645 msgid "first register must be r4"
10646 msgstr ""
10647
10648 #: config/tc-mcore.c:1378
10649 msgid "last register must be r7"
10650 msgstr ""
10651
10652 #: config/tc-mcore.c:1415
10653 msgid "reg-reg expected"
10654 msgstr ""
10655
10656 #: config/tc-mcore.c:1547
10657 msgid "zero used as immediate value"
10658 msgstr ""
10659
10660 #: config/tc-mcore.c:1574
10661 msgid "duplicated psr bit specifier"
10662 msgstr ""
10663
10664 #: config/tc-mcore.c:1580
10665 msgid "`af' must appear alone"
10666 msgstr ""
10667
10668 #: config/tc-mcore.c:1587 config/tc-microblaze.c:1742
10669 #, c-format
10670 msgid "unimplemented opcode \"%s\""
10671 msgstr ""
10672
10673 #: config/tc-mcore.c:1596 config/tc-microblaze.c:1751
10674 #, c-format
10675 msgid "ignoring operands: %s "
10676 msgstr ""
10677
10678 #: config/tc-mcore.c:1669
10679 #, c-format
10680 msgid "unrecognised cpu type '%s'"
10681 msgstr ""
10682
10683 #: config/tc-mcore.c:1687
10684 #, c-format
10685 msgid ""
10686 "MCORE specific options:\n"
10687 "  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
10688 "  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
10689 "  -cpu=[210|340]          select CPU type\n"
10690 "  -EB                     assemble for a big endian system (default)\n"
10691 "  -EL                     assemble for a little endian system\n"
10692 msgstr ""
10693
10694 #: config/tc-mcore.c:1705 config/tc-microblaze.c:1862
10695 msgid "failed sanity check: short_jump"
10696 msgstr ""
10697
10698 #: config/tc-mcore.c:1715 config/tc-microblaze.c:1872
10699 msgid "failed sanity check: long_jump"
10700 msgstr ""
10701
10702 #: config/tc-mcore.c:1741
10703 #, c-format
10704 msgid "odd displacement at %x"
10705 msgstr ""
10706
10707 #: config/tc-mcore.c:1950
10708 #, c-format
10709 msgid "odd distance branch (0x%lx byte)"
10710 msgid_plural "odd distance branch (0x%lx bytes)"
10711 msgstr[0] ""
10712 msgstr[1] ""
10713
10714 #: config/tc-mcore.c:1957
10715 #, c-format
10716 msgid "pcrel for branch to %s too far (0x%lx)"
10717 msgstr ""
10718
10719 #: config/tc-mcore.c:1977
10720 #, c-format
10721 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
10722 msgstr ""
10723
10724 #: config/tc-mcore.c:1989
10725 #, c-format
10726 msgid "pcrel for loopt too far (0x%lx)"
10727 msgstr ""
10728
10729 #: config/tc-mcore.c:2185 config/tc-microblaze.c:2462 config/tc-tic30.c:1386
10730 #, c-format
10731 msgid "Can not do %d byte %srelocation"
10732 msgstr ""
10733
10734 #: config/tc-mcore.c:2187 config/tc-microblaze.c:2464 config/tc-tic30.c:1387
10735 msgid "pc-relative "
10736 msgstr ""
10737
10738 #: config/tc-mep.c:339
10739 #, c-format
10740 msgid ""
10741 "MeP specific command line options:\n"
10742 "  -EB                     assemble for a big endian system\n"
10743 "  -EL                     assemble for a little endian system (default)\n"
10744 "  -mconfig=<name>         specify a chip configuration to use\n"
10745 "  -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
10746 "  -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
10747 "  -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
10748 "                          enable/disable the given opcodes\n"
10749 "\n"
10750 "  If -mconfig is given, the other -m options modify it.  Otherwise,\n"
10751 "  if no -m options are given, all core opcodes are enabled;\n"
10752 "  if any enabling -m options are given, only those are enabled;\n"
10753 "  if only disabling -m options are given, only those are disabled.\n"
10754 msgstr ""
10755
10756 #: config/tc-mep.c:408
10757 msgid "$hi and $lo are disabled when MUL and DIV are off"
10758 msgstr ""
10759
10760 #: config/tc-mep.c:415
10761 msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
10762 msgstr ""
10763
10764 #: config/tc-mep.c:420
10765 msgid "$dbg and $depc are disabled when DEBUG is off"
10766 msgstr ""
10767
10768 #: config/tc-mep.c:611
10769 msgid "core and copro insn lengths must total 32 bits."
10770 msgstr ""
10771
10772 #: config/tc-mep.c:614 config/tc-mep.c:751
10773 msgid "vliw group must consist of 1 core and 1 copro insn."
10774 msgstr ""
10775
10776 #: config/tc-mep.c:748
10777 msgid "core and copro insn lengths must total 64 bits."
10778 msgstr ""
10779
10780 #: config/tc-mep.c:980
10781 #, c-format
10782 msgid "cannot pack %s with a 16-bit insn"
10783 msgstr ""
10784
10785 #: config/tc-mep.c:998
10786 #, c-format
10787 msgid "cannot pack %s and %s together with a 16-bit insn"
10788 msgstr ""
10789
10790 #: config/tc-mep.c:1004
10791 msgid "too many IVC2 insns to pack with a 16-bit core insn"
10792 msgstr ""
10793
10794 #: config/tc-mep.c:1019
10795 #, c-format
10796 msgid "cannot pack %s into slot P1"
10797 msgstr ""
10798
10799 #: config/tc-mep.c:1025
10800 msgid "too many IVC2 insns to pack with a 32-bit core insn"
10801 msgstr ""
10802
10803 #: config/tc-mep.c:1043
10804 #, c-format
10805 msgid "unable to pack %s by itself?"
10806 msgstr ""
10807
10808 #: config/tc-mep.c:1073
10809 #, c-format
10810 msgid "cannot pack %s and %s together"
10811 msgstr ""
10812
10813 #: config/tc-mep.c:1079
10814 msgid "too many IVC2 insns to pack together"
10815 msgstr ""
10816
10817 #. There are no insns in the queue and a plus is present.
10818 #. This is a syntax error.  Let's not tolerate this.
10819 #. We can relax this later if necessary.
10820 #: config/tc-mep.c:1316
10821 msgid "Invalid use of parallelization operator."
10822 msgstr ""
10823
10824 #: config/tc-mep.c:1362
10825 msgid "Leading plus sign not allowed in core mode"
10826 msgstr ""
10827
10828 #: config/tc-mep.c:1892
10829 #, c-format
10830 msgid "Don't know how to relocate plain operands of type %s"
10831 msgstr ""
10832
10833 #: config/tc-mep.c:1902
10834 #, c-format
10835 msgid "Perhaps you are missing %%tpoff()?"
10836 msgstr ""
10837
10838 #: config/tc-mep.c:2089
10839 msgid "bad .section directive: want a,v,w,x,M,S in string"
10840 msgstr ""
10841
10842 #: config/tc-mep.c:2147
10843 msgid ".vliw unavailable when VLIW is disabled."
10844 msgstr ""
10845
10846 #: config/tc-metag.c:456
10847 msgid "no floating point unit specified"
10848 msgstr ""
10849
10850 #: config/tc-metag.c:721
10851 #, c-format
10852 msgid "offset must be a multiple of %d"
10853 msgstr ""
10854
10855 #: config/tc-metag.c:737 config/tc-metag.c:4445
10856 msgid "offset and base must be from the same unit"
10857 msgstr ""
10858
10859 #: config/tc-metag.c:868 config/tc-metag.c:3169 config/tc-metag.c:3271
10860 msgid "invalid destination register"
10861 msgstr ""
10862
10863 #: config/tc-metag.c:884 config/tc-metag.c:902 config/tc-metag.c:1293
10864 #: config/tc-metag.c:1311 config/tc-metag.c:1531 config/tc-metag.c:3101
10865 #: config/tc-metag.c:3186 config/tc-metag.c:3288
10866 msgid "invalid memory operand"
10867 msgstr ""
10868
10869 #: config/tc-metag.c:939 config/tc-metag.c:3119
10870 msgid "invalid source register"
10871 msgstr ""
10872
10873 #: config/tc-metag.c:1024
10874 msgid "invalid destination unit"
10875 msgstr ""
10876
10877 #: config/tc-metag.c:1032
10878 msgid "mov cannot use RD port as destination"
10879 msgstr ""
10880
10881 #: config/tc-metag.c:1057
10882 msgid "invalid source unit"
10883 msgstr ""
10884
10885 #: config/tc-metag.c:1065
10886 msgid "source and address units must not be shared for this addressing mode"
10887 msgstr ""
10888
10889 #: config/tc-metag.c:1073 config/tc-metag.c:1677
10890 msgid "set can only use RD port as source"
10891 msgstr ""
10892
10893 #: config/tc-metag.c:1088 config/tc-metag.c:1189 config/tc-metag.c:1440
10894 #: config/tc-metag.c:1698 config/tc-metag.c:4055
10895 #, c-format
10896 msgid "base unit must be one of %s"
10897 msgstr ""
10898
10899 #. We already tried to encode as an extended GET/SET.
10900 #. Parsing as a standard GET/SET provides a smaller offset.
10901 #: config/tc-metag.c:1109 config/tc-metag.c:1215 config/tc-metag.c:3132
10902 #: config/tc-metag.c:3199 config/tc-metag.c:3301 config/tc-metag.c:4582
10903 msgid "offset value out of range"
10904 msgstr ""
10905
10906 #: config/tc-metag.c:1169
10907 msgid "destination unit must be RD"
10908 msgstr ""
10909
10910 #: config/tc-metag.c:1279
10911 msgid "invalid destination register list"
10912 msgstr ""
10913
10914 #: config/tc-metag.c:1326
10915 msgid "invalid source register list"
10916 msgstr ""
10917
10918 #: config/tc-metag.c:1351
10919 msgid "register list must be even numbered"
10920 msgstr ""
10921
10922 #: config/tc-metag.c:1357
10923 msgid "register list must be from the same unit"
10924 msgstr ""
10925
10926 #: config/tc-metag.c:1380
10927 msgid "register list must not contain duplicates"
10928 msgstr ""
10929
10930 #: config/tc-metag.c:1637
10931 msgid "MDRD value must be between 1 and 8"
10932 msgstr ""
10933
10934 #: config/tc-metag.c:1728
10935 msgid "invalid destination memory operand"
10936 msgstr ""
10937
10938 #: config/tc-metag.c:1743
10939 msgid "invalid source memory operand"
10940 msgstr ""
10941
10942 #: config/tc-metag.c:1750
10943 #, c-format
10944 msgid "address units must be one of %s"
10945 msgstr ""
10946
10947 #: config/tc-metag.c:1757
10948 msgid "base and offset must be from the same unit"
10949 msgstr ""
10950
10951 #: config/tc-metag.c:1765
10952 msgid "source and destination increment mode must agree"
10953 msgstr ""
10954
10955 #: config/tc-metag.c:2040
10956 msgid ""
10957 "PC, CT, TR and TT are treated as if they are a single unit but operands must "
10958 "be in different units"
10959 msgstr ""
10960
10961 #: config/tc-metag.c:2049
10962 msgid "source and destination register must be in different units"
10963 msgstr ""
10964
10965 #: config/tc-metag.c:2081
10966 #, c-format
10967 msgid "register unit must be one of %s"
10968 msgstr ""
10969
10970 #: config/tc-metag.c:2168
10971 #, c-format
10972 msgid "link register unit must be one of %s"
10973 msgstr ""
10974
10975 #: config/tc-metag.c:2174
10976 msgid "link register must be in a low numbered register"
10977 msgstr ""
10978
10979 #: config/tc-metag.c:2191 config/tc-metag.c:2716 config/tc-metag.c:2770
10980 msgid "target out of range"
10981 msgstr ""
10982
10983 #: config/tc-metag.c:2672
10984 msgid "invalid quickrot unit specified"
10985 msgstr ""
10986
10987 #: config/tc-metag.c:2688
10988 msgid "invalid quickrot register specified"
10989 msgstr ""
10990
10991 #: config/tc-metag.c:2742
10992 msgid "source register must be in the trigger unit"
10993 msgstr ""
10994
10995 #: config/tc-metag.c:2845
10996 msgid "Source registers must be in the same unit"
10997 msgstr ""
10998
10999 #: config/tc-metag.c:3556 config/tc-metag.c:3720 config/tc-metag.c:3988
11000 msgid "destination register should be even numbered"
11001 msgstr ""
11002
11003 #: config/tc-metag.c:3628
11004 msgid "comparison must be with register or #0"
11005 msgstr ""
11006
11007 #: config/tc-metag.c:3694 config/tc-metag.c:3759
11008 msgid "instruction cannot operate on pair values"
11009 msgstr ""
11010
11011 #: config/tc-metag.c:3705
11012 msgid "zero flag is not valid for this instruction"
11013 msgstr ""
11014
11015 #: config/tc-metag.c:3726
11016 msgid "source register should be even numbered"
11017 msgstr ""
11018
11019 #: config/tc-metag.c:3786 config/tc-metag.c:3795
11020 msgid "fraction bits value out of range"
11021 msgstr ""
11022
11023 #: config/tc-metag.c:3977
11024 msgid "simd instructions operate on pair values (L prefix)"
11025 msgstr ""
11026
11027 #: config/tc-metag.c:3995
11028 msgid "source registers should be even numbered"
11029 msgstr ""
11030
11031 #: config/tc-metag.c:4273
11032 #, c-format
11033 msgid "expected ']', not %c in %s"
11034 msgstr ""
11035
11036 #: config/tc-metag.c:4392
11037 msgid "invalid register for memory access"
11038 msgstr ""
11039
11040 #: config/tc-metag.c:4505 config/tc-metag.c:4633
11041 msgid "unexpected end of line"
11042 msgstr ""
11043
11044 #: config/tc-metag.c:4552
11045 msgid "'H' modifier only valid for accumulator registers"
11046 msgstr ""
11047
11048 #: config/tc-metag.c:4605
11049 msgid "base unit must be either A0 or A1"
11050 msgstr ""
11051
11052 #: config/tc-metag.c:4678 config/tc-metag.c:5121
11053 msgid "invalid register"
11054 msgstr ""
11055
11056 #: config/tc-metag.c:4826
11057 msgid "could not parse template definition"
11058 msgstr ""
11059
11060 #: config/tc-metag.c:5013
11061 msgid "QUICKRoT 64-bit extension not applicable to this instruction"
11062 msgstr ""
11063
11064 #: config/tc-metag.c:5069
11065 msgid "invalid operands for cross-unit op"
11066 msgstr ""
11067
11068 #: config/tc-metag.c:5111
11069 msgid "missing flags: one of 'P', 'N' or 'Z' required"
11070 msgstr ""
11071
11072 #: config/tc-metag.c:5139
11073 msgid "'P', 'N' or 'Z' flags may only be specified when accumulating"
11074 msgstr ""
11075
11076 #: config/tc-metag.c:5160
11077 msgid "accumulator not a valid destination"
11078 msgstr ""
11079
11080 #: config/tc-metag.c:5170 config/tc-metag.c:5386 config/tc-metag.c:5570
11081 msgid "invalid immediate value"
11082 msgstr ""
11083
11084 #: config/tc-metag.c:5182
11085 msgid "immediate value not allowed when source & dest differ"
11086 msgstr ""
11087
11088 #: config/tc-metag.c:5214
11089 #, c-format
11090 msgid "invalid register operand: %s"
11091 msgstr ""
11092
11093 #: config/tc-metag.c:5248
11094 msgid "QUICKRoT extension requires 4 registers"
11095 msgstr ""
11096
11097 #: config/tc-metag.c:5255
11098 msgid "invalid fourth register"
11099 msgstr ""
11100
11101 #: config/tc-metag.c:5262
11102 msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register"
11103 msgstr ""
11104
11105 #: config/tc-metag.c:5290
11106 msgid "DSP RAM pointer in incorrect unit"
11107 msgstr ""
11108
11109 #: config/tc-metag.c:5336
11110 msgid "invalid register operand #1"
11111 msgstr ""
11112
11113 #: config/tc-metag.c:5350
11114 msgid "invalid register operand #2"
11115 msgstr ""
11116
11117 #: config/tc-metag.c:5414
11118 msgid "this instruction does not accept an immediate"
11119 msgstr ""
11120
11121 #: config/tc-metag.c:5434
11122 msgid "invalid register operand #3"
11123 msgstr ""
11124
11125 #: config/tc-metag.c:5446
11126 msgid "this instruction does not accept an accumulator"
11127 msgstr ""
11128
11129 #: config/tc-metag.c:5464
11130 msgid "invalid register operand #4"
11131 msgstr ""
11132
11133 #: config/tc-metag.c:5541
11134 msgid "invalid accumulator register"
11135 msgstr ""
11136
11137 #: config/tc-metag.c:5597
11138 msgid "conditional instruction cannot use G flag"
11139 msgstr ""
11140
11141 #: config/tc-metag.c:5608
11142 msgid "conditional instruction cannot use B flag"
11143 msgstr ""
11144
11145 #: config/tc-metag.c:5619
11146 msgid "conditional instruction cannot use R flag"
11147 msgstr ""
11148
11149 #: config/tc-metag.c:5728
11150 msgid "'L' modifier not valid for this instruction"
11151 msgstr ""
11152
11153 #: config/tc-metag.c:5860
11154 #, c-format
11155 msgid "missing fpu name `%s'"
11156 msgstr ""
11157
11158 #: config/tc-metag.c:5871
11159 #, c-format
11160 msgid "unknown fpu `%s'"
11161 msgstr ""
11162
11163 #: config/tc-metag.c:5886
11164 #, c-format
11165 msgid "missing DSP name `%s'"
11166 msgstr ""
11167
11168 #: config/tc-metag.c:5897
11169 #, c-format
11170 msgid "unknown DSP `%s'"
11171 msgstr ""
11172
11173 #: config/tc-metag.c:5915
11174 msgid "<dsp name>\t  assemble for DSP architecture <dsp name>"
11175 msgstr ""
11176
11177 #: config/tc-metag.c:5953
11178 #, c-format
11179 msgid " Meta specific command line options:\n"
11180 msgstr ""
11181
11182 #: config/tc-metag.c:6042
11183 msgid "premature end of floating point prefix"
11184 msgstr ""
11185
11186 #: config/tc-metag.c:6102
11187 msgid "unknown floating point prefix character"
11188 msgstr ""
11189
11190 #: config/tc-metag.c:6251
11191 #, c-format
11192 msgid "unknown DSP prefix character %c %s"
11193 msgstr ""
11194
11195 #: config/tc-metag.c:6514
11196 #, c-format
11197 msgid "instruction mnemonic too long: %s"
11198 msgstr ""
11199
11200 #: config/tc-metag.c:6569
11201 #, c-format
11202 msgid "junk at end of line: \"%s\""
11203 msgstr ""
11204
11205 #: config/tc-metag.c:6576
11206 #, c-format
11207 msgid "failed to assemble instruction: \"%s\""
11208 msgstr ""
11209
11210 #: config/tc-metag.c:6581
11211 #, c-format
11212 msgid "unknown floating point mnemonic: \"%s\""
11213 msgstr ""
11214
11215 #: config/tc-metag.c:6583
11216 #, c-format
11217 msgid "unknown mnemonic: \"%s\""
11218 msgstr ""
11219
11220 #: config/tc-metag.c:6634
11221 #, c-format
11222 msgid "cannot assemble DSP instruction, DSP option not set: %s"
11223 msgstr ""
11224
11225 #: config/tc-metag.c:6641
11226 #, c-format
11227 msgid "cannot assemble FPU instruction, FPU option not set: %s"
11228 msgstr ""
11229
11230 #: config/tc-metag.c:6739 config/tc-nds32.c:7349
11231 msgid "Bad call to md_atof()"
11232 msgstr ""
11233
11234 #: config/tc-microblaze.c:237
11235 #, c-format
11236 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
11237 msgstr ""
11238
11239 #: config/tc-microblaze.c:520 config/tc-microblaze.c:549
11240 #: config/tc-microblaze.c:586
11241 #, c-format
11242 msgid "Invalid register number at '%.6s'"
11243 msgstr ""
11244
11245 #: config/tc-microblaze.c:751
11246 msgid "operand must be a constant or a label"
11247 msgstr ""
11248
11249 #: config/tc-microblaze.c:760
11250 #, c-format
11251 msgid "operand must be absolute in range %lx..%lx, not %lx"
11252 msgstr ""
11253
11254 #: config/tc-microblaze.c:962 config/tc-microblaze.c:969
11255 #: config/tc-microblaze.c:976 config/tc-microblaze.c:1009
11256 #: config/tc-microblaze.c:1016 config/tc-microblaze.c:1022
11257 #: config/tc-microblaze.c:1135 config/tc-microblaze.c:1142
11258 #: config/tc-microblaze.c:1148 config/tc-microblaze.c:1179
11259 #: config/tc-microblaze.c:1186 config/tc-microblaze.c:1206
11260 #: config/tc-microblaze.c:1213 config/tc-microblaze.c:1233
11261 #: config/tc-microblaze.c:1240 config/tc-microblaze.c:1258
11262 #: config/tc-microblaze.c:1265 config/tc-microblaze.c:1287
11263 #: config/tc-microblaze.c:1294 config/tc-microblaze.c:1312
11264 #: config/tc-microblaze.c:1324 config/tc-microblaze.c:1342
11265 #: config/tc-microblaze.c:1359 config/tc-microblaze.c:1366
11266 #: config/tc-microblaze.c:1412 config/tc-microblaze.c:1419
11267 #: config/tc-microblaze.c:1465 config/tc-microblaze.c:1472
11268 #: config/tc-microblaze.c:1494 config/tc-microblaze.c:1501
11269 #: config/tc-microblaze.c:1521 config/tc-microblaze.c:1527
11270 #: config/tc-microblaze.c:1587 config/tc-microblaze.c:1593
11271 #: config/tc-microblaze.c:1653 config/tc-microblaze.c:1727
11272 msgid "Error in statement syntax"
11273 msgstr ""
11274
11275 #: config/tc-microblaze.c:982 config/tc-microblaze.c:984
11276 #: config/tc-microblaze.c:986 config/tc-microblaze.c:1026
11277 #: config/tc-microblaze.c:1028 config/tc-microblaze.c:1152
11278 #: config/tc-microblaze.c:1154 config/tc-microblaze.c:1192
11279 #: config/tc-microblaze.c:1194 config/tc-microblaze.c:1219
11280 #: config/tc-microblaze.c:1221 config/tc-microblaze.c:1246
11281 #: config/tc-microblaze.c:1269 config/tc-microblaze.c:1300
11282 #: config/tc-microblaze.c:1330 config/tc-microblaze.c:1348
11283 #: config/tc-microblaze.c:1478 config/tc-microblaze.c:1480
11284 #: config/tc-microblaze.c:1507 config/tc-microblaze.c:1509
11285 #: config/tc-microblaze.c:1531 config/tc-microblaze.c:1597
11286 #: config/tc-microblaze.c:1659
11287 msgid "Cannot use special register with this instruction"
11288 msgstr ""
11289
11290 #: config/tc-microblaze.c:1036
11291 msgid "lmi pseudo instruction should not use a label in imm field"
11292 msgstr ""
11293
11294 #: config/tc-microblaze.c:1038
11295 msgid "smi pseudo instruction should not use a label in imm field"
11296 msgstr ""
11297
11298 #: config/tc-microblaze.c:1157
11299 msgid "Symbol used as immediate for shift instruction"
11300 msgstr ""
11301
11302 #: config/tc-microblaze.c:1166
11303 #, c-format
11304 msgid "Shift value > 32. using <value %% 32>"
11305 msgstr ""
11306
11307 #: config/tc-microblaze.c:1272
11308 msgid "Symbol used as immediate value for msrset/msrclr instructions"
11309 msgstr ""
11310
11311 #: config/tc-microblaze.c:1401 config/tc-microblaze.c:1454
11312 msgid "invalid value for special purpose register"
11313 msgstr ""
11314
11315 #: config/tc-microblaze.c:1667
11316 msgid "An IMM instruction should not be present in the .s file"
11317 msgstr ""
11318
11319 #: config/tc-microblaze.c:1729
11320 msgid "Symbol used as immediate for mbar instruction"
11321 msgstr ""
11322
11323 #: config/tc-microblaze.c:1735
11324 #, c-format
11325 msgid "Immediate value for mbar > 32. using <value %% 32>"
11326 msgstr ""
11327
11328 #: config/tc-microblaze.c:1812
11329 msgid "Bad call to MD_NTOF()"
11330 msgstr ""
11331
11332 #: config/tc-microblaze.c:2081
11333 #, c-format
11334 msgid "pcrel for branch to %s too far (0x%x)"
11335 msgstr ""
11336
11337 #. We know the abs value: Should never happen.
11338 #: config/tc-microblaze.c:2238
11339 msgid "Absolute PC-relative value in relaxation code.  Assembler error....."
11340 msgstr ""
11341
11342 #. Cannot have a PC-relative branch to a diff segment.
11343 #: config/tc-microblaze.c:2252
11344 #, c-format
11345 msgid "PC relative branch to label %s which is not in the instruction space"
11346 msgstr ""
11347
11348 #: config/tc-microblaze.c:2295
11349 msgid ""
11350 "Variable is accessed using small data read only anchor, but it is not in the "
11351 "small data read only section"
11352 msgstr ""
11353
11354 #: config/tc-microblaze.c:2318
11355 msgid ""
11356 "Variable is accessed using small data read write anchor, but it is not in "
11357 "the small data read write section"
11358 msgstr ""
11359
11360 #: config/tc-microblaze.c:2327
11361 msgid "Incorrect fr_opcode value in frag.  Internal error....."
11362 msgstr ""
11363
11364 #. We know the abs value: Should never happen.
11365 #: config/tc-microblaze.c:2334
11366 msgid "Absolute value in relaxation code.  Assembler error....."
11367 msgstr ""
11368
11369 #: config/tc-mips.c:2145
11370 #, c-format
11371 msgid "the %d-bit %s architecture does not support the `%s' extension"
11372 msgstr ""
11373
11374 #: config/tc-mips.c:2148
11375 #, c-format
11376 msgid "the `%s' extension requires %s%d revision %d or greater"
11377 msgstr ""
11378
11379 #: config/tc-mips.c:2157
11380 #, c-format
11381 msgid "the `%s' extension was removed in %s%d revision %d"
11382 msgstr ""
11383
11384 #: config/tc-mips.c:2166
11385 #, c-format
11386 msgid "the `%s' extension requires 64-bit FPRs"
11387 msgstr ""
11388
11389 #: config/tc-mips.c:3009 config/tc-mips.c:16354
11390 #, c-format
11391 msgid "unrecognized register name `%s'"
11392 msgstr ""
11393
11394 #: config/tc-mips.c:3236
11395 msgid "invalid register range"
11396 msgstr ""
11397
11398 #: config/tc-mips.c:3264
11399 msgid "vector element must be constant"
11400 msgstr ""
11401
11402 #: config/tc-mips.c:3274
11403 msgid "missing `]'"
11404 msgstr ""
11405
11406 #: config/tc-mips.c:3497
11407 #, c-format
11408 msgid "internal: bad mips opcode (mask error): %s %s"
11409 msgstr ""
11410
11411 #: config/tc-mips.c:3524
11412 #, c-format
11413 msgid "internal: unknown operand type: %s %s"
11414 msgstr ""
11415
11416 #: config/tc-mips.c:3557
11417 #, c-format
11418 msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s"
11419 msgstr ""
11420
11421 #: config/tc-mips.c:3565
11422 #, c-format
11423 msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s"
11424 msgstr ""
11425
11426 #: config/tc-mips.c:3572
11427 #, c-format
11428 msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s"
11429 msgstr ""
11430
11431 #: config/tc-mips.c:3607
11432 #, c-format
11433 msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s"
11434 msgstr ""
11435
11436 #: config/tc-mips.c:3615
11437 #, c-format
11438 msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s"
11439 msgstr ""
11440
11441 #: config/tc-mips.c:3641
11442 msgid "-G may not be used in position-independent code"
11443 msgstr ""
11444
11445 #: config/tc-mips.c:3647
11446 msgid "-G may not be used with abicalls"
11447 msgstr ""
11448
11449 #. Probably a memory allocation problem?  Give up now.
11450 #: config/tc-mips.c:3667 config/tc-mips.c:3758
11451 msgid "broken assembler, no assembly attempted"
11452 msgstr ""
11453
11454 #: config/tc-mips.c:3697 config/tc-mips.c:3726
11455 #, c-format
11456 msgid "internal: can't hash `%s': %s"
11457 msgstr ""
11458
11459 #: config/tc-mips.c:3908
11460 #, c-format
11461 msgid ".gnu_attribute %d,%d is incompatible with `%s'"
11462 msgstr ""
11463
11464 #: config/tc-mips.c:3915
11465 #, c-format
11466 msgid ".gnu_attribute %d,%d requires `%s'"
11467 msgstr ""
11468
11469 #: config/tc-mips.c:3976
11470 #, c-format
11471 msgid ".gnu_attribute %d,%d is no longer supported"
11472 msgstr ""
11473
11474 #: config/tc-mips.c:3985
11475 #, c-format
11476 msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI"
11477 msgstr ""
11478
11479 #: config/tc-mips.c:3998
11480 msgid "`gp=64' used with a 32-bit processor"
11481 msgstr ""
11482
11483 #: config/tc-mips.c:4001
11484 msgid "`gp=32' used with a 64-bit ABI"
11485 msgstr ""
11486
11487 #: config/tc-mips.c:4004
11488 msgid "`gp=64' used with a 32-bit ABI"
11489 msgstr ""
11490
11491 #: config/tc-mips.c:4011
11492 msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions"
11493 msgstr ""
11494
11495 #: config/tc-mips.c:4013
11496 msgid "`fp=xx' cannot be used with `singlefloat'"
11497 msgstr ""
11498
11499 #: config/tc-mips.c:4017
11500 msgid "`fp=64' used with a 32-bit fpu"
11501 msgstr ""
11502
11503 #: config/tc-mips.c:4021
11504 msgid "`fp=64' used with a 32-bit ABI"
11505 msgstr ""
11506
11507 #: config/tc-mips.c:4026
11508 msgid "`fp=32' used with a 64-bit ABI"
11509 msgstr ""
11510
11511 #: config/tc-mips.c:4028
11512 msgid "`fp=32' used with a MIPS R6 cpu"
11513 msgstr ""
11514
11515 #: config/tc-mips.c:4031
11516 msgid "Unknown size of floating point registers"
11517 msgstr ""
11518
11519 #: config/tc-mips.c:4036
11520 msgid "`nooddspreg` cannot be used with a 64-bit ABI"
11521 msgstr ""
11522
11523 #: config/tc-mips.c:4039 config/tc-mips.c:4043
11524 #, c-format
11525 msgid "`%s' cannot be used with `%s'"
11526 msgstr ""
11527
11528 #: config/tc-mips.c:4048
11529 #, c-format
11530 msgid "branch relaxation is not supported in `%s'"
11531 msgstr ""
11532
11533 #: config/tc-mips.c:4128
11534 msgid "trap exception not supported at ISA 1"
11535 msgstr ""
11536
11537 #: config/tc-mips.c:4141 config/tc-mips.c:17234
11538 #, c-format
11539 msgid "`%s' does not support legacy NaN"
11540 msgstr ""
11541
11542 #: config/tc-mips.c:4188
11543 #, c-format
11544 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
11545 msgstr ""
11546
11547 #: config/tc-mips.c:4893
11548 #, c-format
11549 msgid "operand %d out of range"
11550 msgstr ""
11551
11552 #: config/tc-mips.c:4901
11553 #, c-format
11554 msgid "operand %d must be constant"
11555 msgstr ""
11556
11557 #: config/tc-mips.c:4945 read.c:4316 read.c:5162 write.c:265 write.c:1026
11558 msgid "register value used as expression"
11559 msgstr ""
11560
11561 #: config/tc-mips.c:4958
11562 #, c-format
11563 msgid "operand %d must be an immediate expression"
11564 msgstr ""
11565
11566 #: config/tc-mips.c:5079 config/tc-mips.c:5081
11567 #, c-format
11568 msgid "float register should be even, was %d"
11569 msgstr ""
11570
11571 #: config/tc-mips.c:5094
11572 #, c-format
11573 msgid "condition code register should be even for %s, was %d"
11574 msgstr ""
11575
11576 #: config/tc-mips.c:5099
11577 #, c-format
11578 msgid "condition code register should be 0 or 4 for %s, was %d"
11579 msgstr ""
11580
11581 #: config/tc-mips.c:5420
11582 msgid "invalid performance register"
11583 msgstr ""
11584
11585 #: config/tc-mips.c:5516
11586 msgid "the source register must not be $0"
11587 msgstr ""
11588
11589 #: config/tc-mips.c:5792
11590 msgid "missing frame size"
11591 msgstr ""
11592
11593 #: config/tc-mips.c:5797
11594 msgid "frame size specified twice"
11595 msgstr ""
11596
11597 #: config/tc-mips.c:5802
11598 msgid "invalid frame size"
11599 msgstr ""
11600
11601 #: config/tc-mips.c:5842
11602 #, c-format
11603 msgid "operand %d must be an immediate"
11604 msgstr ""
11605
11606 #: config/tc-mips.c:5857
11607 msgid "invalid element selector"
11608 msgstr ""
11609
11610 #: config/tc-mips.c:5870
11611 #, c-format
11612 msgid "operand %d must be scalar"
11613 msgstr ""
11614
11615 #: config/tc-mips.c:6047
11616 msgid "floating-point expression required"
11617 msgstr ""
11618
11619 #: config/tc-mips.c:6147
11620 #, c-format
11621 msgid "cannot use `%s' in this section"
11622 msgstr ""
11623
11624 #: config/tc-mips.c:6294
11625 msgid "used $at without \".set noat\""
11626 msgstr ""
11627
11628 #: config/tc-mips.c:6296
11629 #, c-format
11630 msgid "used $%u with \".set at=$%u\""
11631 msgstr ""
11632
11633 #: config/tc-mips.c:7337
11634 #, c-format
11635 msgid "wrong size instruction in a %u-bit branch delay slot"
11636 msgstr ""
11637
11638 #: config/tc-mips.c:7357 config/tc-mips.c:7367 config/tc-mips.c:15660
11639 #, c-format
11640 msgid "jump to misaligned address (0x%lx)"
11641 msgstr ""
11642
11643 #: config/tc-mips.c:7382 config/tc-mips.c:7402 config/tc-mips.c:7419
11644 #: config/tc-mips.c:8969 config/tc-mips.c:15514 config/tc-mips.c:15521
11645 #: config/tc-mips.c:15915 config/tc-mips.c:18749
11646 #, c-format
11647 msgid "branch to misaligned address (0x%lx)"
11648 msgstr ""
11649
11650 #: config/tc-mips.c:7388 config/tc-mips.c:7406 config/tc-mips.c:7423
11651 #: config/tc-mips.c:8972
11652 #, c-format
11653 msgid "branch address range overflow (0x%lx)"
11654 msgstr ""
11655
11656 #: config/tc-mips.c:7668
11657 msgid "extended instruction in delay slot"
11658 msgstr ""
11659
11660 #: config/tc-mips.c:8132
11661 msgid "source and destination must be different"
11662 msgstr ""
11663
11664 #: config/tc-mips.c:8135
11665 msgid "a destination register must be supplied"
11666 msgstr ""
11667
11668 #: config/tc-mips.c:8140
11669 msgid "the source register must not be $31"
11670 msgstr ""
11671
11672 #: config/tc-mips.c:8388 config/tc-mips.c:14284 config/tc-mips.c:18895
11673 msgid "invalid unextended operand value"
11674 msgstr ""
11675
11676 #: config/tc-mips.c:8506
11677 #, c-format
11678 msgid "opcode not supported on this processor: %s (%s)"
11679 msgstr ""
11680
11681 #: config/tc-mips.c:8585
11682 msgid "opcode not supported in the `insn32' mode"
11683 msgstr ""
11684
11685 #: config/tc-mips.c:8588
11686 #, c-format
11687 msgid "unrecognized %d-bit version of microMIPS opcode"
11688 msgstr ""
11689
11690 #: config/tc-mips.c:8644
11691 msgid "unrecognized unextended version of MIPS16 opcode"
11692 msgstr ""
11693
11694 #: config/tc-mips.c:8647
11695 msgid "unrecognized extended version of MIPS16 opcode"
11696 msgstr ""
11697
11698 #: config/tc-mips.c:8697 config/tc-mips.c:18766
11699 msgid ""
11700 "macro instruction expanded into multiple instructions in a branch delay slot"
11701 msgstr ""
11702
11703 #: config/tc-mips.c:8700 config/tc-mips.c:18774
11704 msgid "macro instruction expanded into multiple instructions"
11705 msgstr ""
11706
11707 #: config/tc-mips.c:8704
11708 msgid ""
11709 "macro instruction expanded into a wrong size instruction in a 16-bit branch "
11710 "delay slot"
11711 msgstr ""
11712
11713 #: config/tc-mips.c:8706
11714 msgid ""
11715 "macro instruction expanded into a wrong size instruction in a 32-bit branch "
11716 "delay slot"
11717 msgstr ""
11718
11719 #: config/tc-mips.c:9169
11720 msgid "operand overflow"
11721 msgstr ""
11722
11723 #: config/tc-mips.c:9188 config/tc-mips.c:9772 config/tc-mips.c:13765
11724 msgid "macro used $at after \".set noat\""
11725 msgstr ""
11726
11727 #: config/tc-mips.c:9336 config/tc-mips.c:12104 config/tc-mips.c:12763
11728 #, c-format
11729 msgid "number (0x%s) larger than 32 bits"
11730 msgstr ""
11731
11732 #: config/tc-mips.c:9356
11733 msgid "number larger than 64 bits"
11734 msgstr ""
11735
11736 #: config/tc-mips.c:9650 config/tc-mips.c:9678 config/tc-mips.c:9716
11737 #: config/tc-mips.c:9761 config/tc-mips.c:12339 config/tc-mips.c:12378
11738 #: config/tc-mips.c:12417 config/tc-mips.c:12859 config/tc-mips.c:12911
11739 msgid "PIC code offset overflow (max 16 signed bits)"
11740 msgstr ""
11741
11742 #: config/tc-mips.c:10289
11743 #, c-format
11744 msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)"
11745 msgstr ""
11746
11747 #. result is always true
11748 #: config/tc-mips.c:10385
11749 #, c-format
11750 msgid "branch %s is always true"
11751 msgstr ""
11752
11753 #: config/tc-mips.c:10613 config/tc-mips.c:10723
11754 msgid "divide by zero"
11755 msgstr ""
11756
11757 #: config/tc-mips.c:10813
11758 msgid "dla used to load 32-bit register; recommend using la instead"
11759 msgstr ""
11760
11761 #: config/tc-mips.c:10817
11762 msgid "la used to load 64-bit address; recommend using dla instead"
11763 msgstr ""
11764
11765 #: config/tc-mips.c:10926 config/tc-riscv.c:1075 config/tc-z80.c:732
11766 msgid "offset too large"
11767 msgstr ""
11768
11769 #: config/tc-mips.c:11100 config/tc-mips.c:11378
11770 msgid "PIC code offset overflow (max 32 signed bits)"
11771 msgstr ""
11772
11773 #: config/tc-mips.c:11448 config/tc-mips.c:11524
11774 #, c-format
11775 msgid "opcode not supported in the `insn32' mode `%s'"
11776 msgstr ""
11777
11778 #: config/tc-mips.c:11476
11779 msgid "MIPS PIC call to register other than $25"
11780 msgstr ""
11781
11782 #: config/tc-mips.c:11492 config/tc-mips.c:11503 config/tc-mips.c:11636
11783 #: config/tc-mips.c:11647
11784 msgid "no .cprestore pseudo-op used in PIC code"
11785 msgstr ""
11786
11787 #: config/tc-mips.c:11497 config/tc-mips.c:11641
11788 msgid "no .frame pseudo-op used in PIC code"
11789 msgstr ""
11790
11791 #: config/tc-mips.c:11662
11792 msgid "non-PIC jump used in PIC library"
11793 msgstr ""
11794
11795 #: config/tc-mips.c:12589
11796 #, c-format
11797 msgid "Unable to generate `%s' compliant code without mthc1"
11798 msgstr ""
11799
11800 #: config/tc-mips.c:13323
11801 #, c-format
11802 msgid "instruction %s: result is always false"
11803 msgstr ""
11804
11805 #: config/tc-mips.c:13476
11806 #, c-format
11807 msgid "instruction %s: result is always true"
11808 msgstr ""
11809
11810 #. FIXME: Check if this is one of the itbl macros, since they
11811 #. are added dynamically.
11812 #: config/tc-mips.c:13761
11813 #, c-format
11814 msgid "macro %s not implemented yet"
11815 msgstr ""
11816
11817 #: config/tc-mips.c:14294
11818 msgid "extended operand requested but not required"
11819 msgstr ""
11820
11821 #: config/tc-mips.c:14303
11822 msgid "operand value out of range for instruction"
11823 msgstr ""
11824
11825 #: config/tc-mips.c:14402
11826 #, c-format
11827 msgid "relocation %s isn't supported by the current ABI"
11828 msgstr ""
11829
11830 #: config/tc-mips.c:14458
11831 msgid "unclosed '('"
11832 msgstr ""
11833
11834 #: config/tc-mips.c:14524
11835 #, c-format
11836 msgid "a different %s was already specified, is now %s"
11837 msgstr ""
11838
11839 #: config/tc-mips.c:14691
11840 msgid "-mmicromips cannot be used with -mips16"
11841 msgstr ""
11842
11843 #: config/tc-mips.c:14706
11844 msgid "-mips16 cannot be used with -micromips"
11845 msgstr ""
11846
11847 #: config/tc-mips.c:14867 config/tc-mips.c:14925
11848 msgid "no compiled in support for 64 bit object file format"
11849 msgstr ""
11850
11851 #: config/tc-mips.c:14932
11852 #, c-format
11853 msgid "invalid abi -mabi=%s"
11854 msgstr ""
11855
11856 #: config/tc-mips.c:14972
11857 #, c-format
11858 msgid "invalid NaN setting -mnan=%s"
11859 msgstr ""
11860
11861 #: config/tc-mips.c:15006
11862 msgid "-G not supported in this configuration"
11863 msgstr ""
11864
11865 #: config/tc-mips.c:15032
11866 #, c-format
11867 msgid "-%s conflicts with the other architecture options, which imply -%s"
11868 msgstr ""
11869
11870 #: config/tc-mips.c:15048
11871 #, c-format
11872 msgid "-march=%s is not compatible with the selected ABI"
11873 msgstr ""
11874
11875 #: config/tc-mips.c:15518 config/tc-mips.c:15909 config/tc-mips.c:18746
11876 msgid "branch to a symbol in another ISA mode"
11877 msgstr ""
11878
11879 #: config/tc-mips.c:15525 config/tc-mips.c:15666 config/tc-mips.c:15919
11880 #, c-format
11881 msgid "cannot encode misaligned addend in the relocatable field (0x%lx)"
11882 msgstr ""
11883
11884 #: config/tc-mips.c:15562
11885 msgid "PC-relative reference to a different section"
11886 msgstr ""
11887
11888 #: config/tc-mips.c:15634 config/tc-riscv.c:2366
11889 msgid "TLS relocation against a constant"
11890 msgstr ""
11891
11892 #: config/tc-mips.c:15654
11893 msgid "jump to a symbol in another ISA mode"
11894 msgstr ""
11895
11896 #: config/tc-mips.c:15657
11897 msgid "JALX to a symbol in the same ISA mode"
11898 msgstr ""
11899
11900 #: config/tc-mips.c:15742
11901 msgid "unsupported constant in relocation"
11902 msgstr ""
11903
11904 #: config/tc-mips.c:15814
11905 #, c-format
11906 msgid "PC-relative access using misaligned symbol (%lx)"
11907 msgstr ""
11908
11909 #: config/tc-mips.c:15818
11910 #, c-format
11911 msgid "PC-relative access using misaligned offset (%lx)"
11912 msgstr ""
11913
11914 #: config/tc-mips.c:15831 config/tc-mips.c:15850
11915 msgid "PC-relative access out of range"
11916 msgstr ""
11917
11918 #: config/tc-mips.c:15837
11919 #, c-format
11920 msgid "PC-relative access to misaligned address (%lx)"
11921 msgstr ""
11922
11923 #: config/tc-mips.c:16004
11924 #, c-format
11925 msgid "alignment too large, %d assumed"
11926 msgstr ""
11927
11928 #: config/tc-mips.c:16007
11929 msgid "alignment negative, 0 assumed"
11930 msgstr ""
11931
11932 #: config/tc-mips.c:16249
11933 #, c-format
11934 msgid "%s: no such section"
11935 msgstr ""
11936
11937 #: config/tc-mips.c:16290
11938 #, c-format
11939 msgid ".option pic%d not supported"
11940 msgstr ""
11941
11942 #: config/tc-mips.c:16292
11943 #, c-format
11944 msgid ".option pic%d not supported in VxWorks PIC mode"
11945 msgstr ""
11946
11947 #: config/tc-mips.c:16304 config/tc-mips.c:16641
11948 msgid "-G may not be used with SVR4 PIC code"
11949 msgstr ""
11950
11951 #: config/tc-mips.c:16310
11952 #, c-format
11953 msgid "unrecognized option \"%s\""
11954 msgstr ""
11955
11956 #: config/tc-mips.c:16416
11957 #, c-format
11958 msgid "unknown architecture %s"
11959 msgstr ""
11960
11961 #: config/tc-mips.c:16430 config/tc-mips.c:16592
11962 #, c-format
11963 msgid "unknown ISA level %s"
11964 msgstr ""
11965
11966 #: config/tc-mips.c:16439
11967 #, c-format
11968 msgid "unknown ISA or architecture %s"
11969 msgstr ""
11970
11971 #: config/tc-mips.c:16498
11972 msgid "`noreorder' must be set before `nomacro'"
11973 msgstr ""
11974
11975 #: config/tc-mips.c:16527
11976 msgid ".set pop with no .set push"
11977 msgstr ""
11978
11979 #: config/tc-mips.c:16546
11980 #, c-format
11981 msgid "tried to set unrecognized symbol: %s\n"
11982 msgstr ""
11983
11984 #: config/tc-mips.c:16619
11985 #, c-format
11986 msgid ".module used with unrecognized symbol: %s\n"
11987 msgstr ""
11988
11989 #: config/tc-mips.c:16625
11990 msgid ".module is not permitted after generating code"
11991 msgstr ""
11992
11993 #: config/tc-mips.c:16685 config/tc-mips.c:16764 config/tc-mips.c:16868
11994 #: config/tc-mips.c:16898 config/tc-mips.c:16947
11995 #, c-format
11996 msgid "%s not supported in MIPS16 mode"
11997 msgstr ""
11998
11999 #: config/tc-mips.c:16692
12000 msgid ".cpload not in noreorder section"
12001 msgstr ""
12002
12003 #: config/tc-mips.c:16773 config/tc-mips.c:16792
12004 msgid "missing argument separator ',' for .cpsetup"
12005 msgstr ""
12006
12007 #: config/tc-mips.c:16990
12008 #, c-format
12009 msgid "unsupported use of %s"
12010 msgstr ""
12011
12012 #: config/tc-mips.c:17081
12013 msgid "unsupported use of .gpword"
12014 msgstr ""
12015
12016 #: config/tc-mips.c:17119
12017 msgid "unsupported use of .gpdword"
12018 msgstr ""
12019
12020 #: config/tc-mips.c:17151
12021 msgid "unsupported use of .ehword"
12022 msgstr ""
12023
12024 #: config/tc-mips.c:17238
12025 msgid "bad .nan directive"
12026 msgstr ""
12027
12028 #: config/tc-mips.c:17287
12029 #, c-format
12030 msgid "ignoring attempt to redefine symbol %s"
12031 msgstr ""
12032
12033 #: config/tc-mips.c:17302 ecoff.c:3372
12034 msgid "bad .weakext directive"
12035 msgstr ""
12036
12037 #: config/tc-mips.c:18271 config/tc-mips.c:18548
12038 msgid "relaxed out-of-range branch into a jump"
12039 msgstr ""
12040
12041 #: config/tc-mips.c:18770
12042 msgid "extended instruction in a branch delay slot"
12043 msgstr ""
12044
12045 #: config/tc-mips.c:18884 config/tc-xtensa.c:1686 config/tc-xtensa.c:1964
12046 msgid "unsupported relocation"
12047 msgstr ""
12048
12049 #: config/tc-mips.c:19392 config/tc-score.c:5637
12050 msgid "expected simple number"
12051 msgstr ""
12052
12053 #: config/tc-mips.c:19420 config/tc-score.c:5664
12054 msgid "invalid number"
12055 msgstr ""
12056
12057 #: config/tc-mips.c:19497 ecoff.c:2999
12058 msgid ".end directive without a preceding .ent directive"
12059 msgstr ""
12060
12061 #: config/tc-mips.c:19506
12062 msgid ".end symbol does not match .ent symbol"
12063 msgstr ""
12064
12065 #: config/tc-mips.c:19583
12066 msgid ".ent or .aent not in text section"
12067 msgstr ""
12068
12069 #: config/tc-mips.c:19586 config/tc-score.c:5703
12070 msgid "missing .end"
12071 msgstr ""
12072
12073 #: config/tc-mips.c:19669
12074 msgid ".mask/.fmask outside of .ent"
12075 msgstr ""
12076
12077 #: config/tc-mips.c:19676
12078 msgid "bad .mask/.fmask directive"
12079 msgstr ""
12080
12081 #: config/tc-mips.c:19977
12082 #, c-format
12083 msgid "bad value (%s) for %s"
12084 msgstr ""
12085
12086 #: config/tc-mips.c:20041
12087 #, c-format
12088 msgid ""
12089 "MIPS options:\n"
12090 "-EB\t\t\tgenerate big endian output\n"
12091 "-EL\t\t\tgenerate little endian output\n"
12092 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
12093 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
12094 "\t\t\timplicitly with the gp register [default 8]\n"
12095 msgstr ""
12096
12097 #: config/tc-mips.c:20048
12098 #, c-format
12099 msgid ""
12100 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
12101 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
12102 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
12103 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
12104 "-mips5                  generate MIPS ISA V instructions\n"
12105 "-mips32                 generate MIPS32 ISA instructions\n"
12106 "-mips32r2               generate MIPS32 release 2 ISA instructions\n"
12107 "-mips32r3               generate MIPS32 release 3 ISA instructions\n"
12108 "-mips32r5               generate MIPS32 release 5 ISA instructions\n"
12109 "-mips32r6               generate MIPS32 release 6 ISA instructions\n"
12110 "-mips64                 generate MIPS64 ISA instructions\n"
12111 "-mips64r2               generate MIPS64 release 2 ISA instructions\n"
12112 "-mips64r3               generate MIPS64 release 3 ISA instructions\n"
12113 "-mips64r5               generate MIPS64 release 5 ISA instructions\n"
12114 "-mips64r6               generate MIPS64 release 6 ISA instructions\n"
12115 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
12116 msgstr ""
12117
12118 #: config/tc-mips.c:20073
12119 #, c-format
12120 msgid ""
12121 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
12122 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
12123 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
12124 msgstr ""
12125
12126 #: config/tc-mips.c:20086
12127 #, c-format
12128 msgid ""
12129 "-mips16\t\t\tgenerate mips16 instructions\n"
12130 "-no-mips16\t\tdo not generate mips16 instructions\n"
12131 msgstr ""
12132
12133 #: config/tc-mips.c:20089
12134 #, c-format
12135 msgid ""
12136 "-mmips16e2\t\tgenerate MIPS16e2 instructions\n"
12137 "-mno-mips16e2\t\tdo not generate MIPS16e2 instructions\n"
12138 msgstr ""
12139
12140 #: config/tc-mips.c:20092
12141 #, c-format
12142 msgid ""
12143 "-mmicromips\t\tgenerate microMIPS instructions\n"
12144 "-mno-micromips\t\tdo not generate microMIPS instructions\n"
12145 msgstr ""
12146
12147 #: config/tc-mips.c:20095
12148 #, c-format
12149 msgid ""
12150 "-msmartmips\t\tgenerate smartmips instructions\n"
12151 "-mno-smartmips\t\tdo not generate smartmips instructions\n"
12152 msgstr ""
12153
12154 #: config/tc-mips.c:20098
12155 #, c-format
12156 msgid ""
12157 "-mdsp\t\t\tgenerate DSP instructions\n"
12158 "-mno-dsp\t\tdo not generate DSP instructions\n"
12159 msgstr ""
12160
12161 #: config/tc-mips.c:20101
12162 #, c-format
12163 msgid ""
12164 "-mdspr2\t\t\tgenerate DSP R2 instructions\n"
12165 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
12166 msgstr ""
12167
12168 #: config/tc-mips.c:20104
12169 #, c-format
12170 msgid ""
12171 "-mdspr3\t\t\tgenerate DSP R3 instructions\n"
12172 "-mno-dspr3\t\tdo not generate DSP R3 instructions\n"
12173 msgstr ""
12174
12175 #: config/tc-mips.c:20107
12176 #, c-format
12177 msgid ""
12178 "-mmt\t\t\tgenerate MT instructions\n"
12179 "-mno-mt\t\t\tdo not generate MT instructions\n"
12180 msgstr ""
12181
12182 #: config/tc-mips.c:20110
12183 #, c-format
12184 msgid ""
12185 "-mmcu\t\t\tgenerate MCU instructions\n"
12186 "-mno-mcu\t\tdo not generate MCU instructions\n"
12187 msgstr ""
12188
12189 #: config/tc-mips.c:20113
12190 #, c-format
12191 msgid ""
12192 "-mmsa\t\t\tgenerate MSA instructions\n"
12193 "-mno-msa\t\tdo not generate MSA instructions\n"
12194 msgstr ""
12195
12196 #: config/tc-mips.c:20116
12197 #, c-format
12198 msgid ""
12199 "-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n"
12200 "-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n"
12201 msgstr ""
12202
12203 #: config/tc-mips.c:20119
12204 #, c-format
12205 msgid ""
12206 "-mvirt\t\t\tgenerate Virtualization instructions\n"
12207 "-mno-virt\t\tdo not generate Virtualization instructions\n"
12208 msgstr ""
12209
12210 #: config/tc-mips.c:20122
12211 #, c-format
12212 msgid ""
12213 "-mcrc\t\t\tgenerate CRC instructions\n"
12214 "-mno-crc\t\tdo not generate CRC instructions\n"
12215 msgstr ""
12216
12217 #: config/tc-mips.c:20125
12218 #, c-format
12219 msgid ""
12220 "-mginv\t\t\tgenerate Global INValidate (GINV) instructions\n"
12221 "-mno-ginv\t\tdo not generate Global INValidate instructions\n"
12222 msgstr ""
12223
12224 #: config/tc-mips.c:20128
12225 #, c-format
12226 msgid ""
12227 "-mloongson-mmi\t\tgenerate Loongson MultiMedia extensions Instructions (MMI) "
12228 "instructions\n"
12229 "-mno-loongson-mmi\tdo not generate Loongson MultiMedia extensions "
12230 "Instructions\n"
12231 msgstr ""
12232
12233 #: config/tc-mips.c:20131
12234 #, c-format
12235 msgid ""
12236 "-mloongson-cam\t\tgenerate Loongson Content Address Memory (CAM) "
12237 "instructions\n"
12238 "-mno-loongson-cam\tdo not generate Loongson Content Address Memory "
12239 "Instructions\n"
12240 msgstr ""
12241
12242 #: config/tc-mips.c:20134
12243 #, c-format
12244 msgid ""
12245 "-mloongson-ext\t\tgenerate Loongson EXTensions (EXT) instructions\n"
12246 "-mno-loongson-ext\tdo not generate Loongson EXTensions Instructions\n"
12247 msgstr ""
12248
12249 #: config/tc-mips.c:20137
12250 #, c-format
12251 msgid ""
12252 "-mloongson-ext2\t\tgenerate Loongson EXTensions R2 (EXT2) instructions\n"
12253 "-mno-loongson-ext2\tdo not generate Loongson EXTensions R2 Instructions\n"
12254 msgstr ""
12255
12256 #: config/tc-mips.c:20140
12257 #, c-format
12258 msgid ""
12259 "-minsn32\t\tonly generate 32-bit microMIPS instructions\n"
12260 "-mno-insn32\t\tgenerate all microMIPS instructions\n"
12261 msgstr ""
12262
12263 #: config/tc-mips.c:20143
12264 #, c-format
12265 msgid ""
12266 "-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
12267 "-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n"
12268 "-mfix-vr4120\t\twork around certain VR4120 errata\n"
12269 "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
12270 "-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
12271 "-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n"
12272 "-mfix-r5900\t\twork around R5900 short loop errata\n"
12273 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
12274 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
12275 "-msym32\t\t\tassume all symbols have 32-bit values\n"
12276 "-O0\t\t\tdo not remove unneeded NOPs, do not swap branches\n"
12277 "-O, -O1\t\t\tremove unneeded NOPs, do not swap branches\n"
12278 "-O2\t\t\tremove unneeded NOPs and swap branches\n"
12279 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
12280 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
12281 msgstr ""
12282
12283 #: config/tc-mips.c:20159
12284 #, c-format
12285 msgid ""
12286 "-mhard-float\t\tallow floating-point instructions\n"
12287 "-msoft-float\t\tdo not allow floating-point instructions\n"
12288 "-msingle-float\t\tonly allow 32-bit floating-point operations\n"
12289 "-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
12290 "--[no-]construct-floats\t[dis]allow floating point values to be constructed\n"
12291 "--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n"
12292 "-mignore-branch-isa\taccept invalid branches requiring an ISA mode switch\n"
12293 "-mno-ignore-branch-isa\treject invalid branches requiring an ISA mode "
12294 "switch\n"
12295 "-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n"
12296 msgstr ""
12297
12298 #: config/tc-mips.c:20177
12299 #, c-format
12300 msgid ""
12301 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
12302 "-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
12303 "-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
12304 "-non_shared\t\tdo not generate code that can operate with DSOs\n"
12305 "-xgot\t\t\tassume a 32 bit GOT\n"
12306 "-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
12307 "-mshared, -mno-shared   disable/enable .cpload optimization for\n"
12308 "                        position dependent (non shared) code\n"
12309 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
12310 msgstr ""
12311
12312 #: config/tc-mips.c:20198
12313 #, c-format
12314 msgid "-32\t\t\tcreate o32 ABI object file%s\n"
12315 msgstr ""
12316
12317 #: config/tc-mips.c:20200 config/tc-mips.c:20203 config/tc-mips.c:20206
12318 msgid " (default)"
12319 msgstr ""
12320
12321 #: config/tc-mips.c:20201
12322 #, c-format
12323 msgid "-n32\t\t\tcreate n32 ABI object file%s\n"
12324 msgstr ""
12325
12326 #: config/tc-mips.c:20204
12327 #, c-format
12328 msgid "-64\t\t\tcreate 64 ABI object file%s\n"
12329 msgstr ""
12330
12331 #: config/tc-mips.c:20286
12332 msgid "missing .end at end of assembly"
12333 msgstr ""
12334
12335 #: config/tc-mmix.c:702
12336 #, c-format
12337 msgid " MMIX-specific command line options:\n"
12338 msgstr ""
12339
12340 #: config/tc-mmix.c:703
12341 #, c-format
12342 msgid ""
12343 "  -fixed-special-register-names\n"
12344 "                          Allow only the original special register names.\n"
12345 msgstr ""
12346
12347 #: config/tc-mmix.c:706
12348 #, c-format
12349 msgid "  -globalize-symbols      Make all symbols global.\n"
12350 msgstr ""
12351
12352 #: config/tc-mmix.c:708
12353 #, c-format
12354 msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
12355 msgstr ""
12356
12357 #: config/tc-mmix.c:710
12358 #, c-format
12359 msgid "  -relax                  Create linker relaxable code.\n"
12360 msgstr ""
12361
12362 #: config/tc-mmix.c:712
12363 #, c-format
12364 msgid ""
12365 "  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
12366 "                          Implies -fixed-special-register-names.\n"
12367 msgstr ""
12368
12369 #: config/tc-mmix.c:715
12370 #, c-format
12371 msgid ""
12372 "  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
12373 "                          into multiple instructions.\n"
12374 msgstr ""
12375
12376 #: config/tc-mmix.c:718
12377 #, c-format
12378 msgid ""
12379 "  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
12380 msgstr ""
12381
12382 #: config/tc-mmix.c:720
12383 #, c-format
12384 msgid ""
12385 "  -linker-allocated-gregs If there's no suitable GREG definition for "
12386 "the                          operands of an instruction, let the linker "
12387 "resolve.\n"
12388 msgstr ""
12389
12390 #: config/tc-mmix.c:723
12391 #, c-format
12392 msgid ""
12393 "  -x                      Do not warn when an operand to GETA, a branch,\n"
12394 "                          PUSHJ or JUMP is not known to be within range.\n"
12395 "                          The linker will catch any errors.  Implies\n"
12396 "                          -linker-allocated-gregs."
12397 msgstr ""
12398
12399 #: config/tc-mmix.c:849
12400 #, c-format
12401 msgid "unknown opcode: `%s'"
12402 msgstr ""
12403
12404 #: config/tc-mmix.c:971 config/tc-mmix.c:986
12405 msgid "specified location wasn't TETRA-aligned"
12406 msgstr ""
12407
12408 #: config/tc-mmix.c:973 config/tc-mmix.c:988 config/tc-mmix.c:4214
12409 #: config/tc-mmix.c:4230
12410 msgid "unaligned data at an absolute location is not supported"
12411 msgstr ""
12412
12413 #: config/tc-mmix.c:1098
12414 #, c-format
12415 msgid "invalid operand to opcode %s: `%s'"
12416 msgstr ""
12417
12418 #: config/tc-mmix.c:1120 config/tc-mmix.c:1147 config/tc-mmix.c:1180
12419 #: config/tc-mmix.c:1188 config/tc-mmix.c:1205 config/tc-mmix.c:1233
12420 #: config/tc-mmix.c:1254 config/tc-mmix.c:1279 config/tc-mmix.c:1327
12421 #: config/tc-mmix.c:1428 config/tc-mmix.c:1453 config/tc-mmix.c:1485
12422 #: config/tc-mmix.c:1517 config/tc-mmix.c:1547 config/tc-mmix.c:1600
12423 #: config/tc-mmix.c:1617 config/tc-mmix.c:1644 config/tc-mmix.c:1672
12424 #: config/tc-mmix.c:1702 config/tc-mmix.c:1728 config/tc-mmix.c:1744
12425 #: config/tc-mmix.c:1770 config/tc-mmix.c:1786 config/tc-mmix.c:1802
12426 #: config/tc-mmix.c:1883
12427 #, c-format
12428 msgid "invalid operands to opcode %s: `%s'"
12429 msgstr ""
12430
12431 #: config/tc-mmix.c:1983
12432 msgid "internal: mmix_prefix_name but empty prefix"
12433 msgstr ""
12434
12435 #: config/tc-mmix.c:2046
12436 #, c-format
12437 msgid "too many GREG registers allocated (max %d)"
12438 msgstr ""
12439
12440 #: config/tc-mmix.c:2106
12441 msgid "BSPEC already active.  Nesting is not supported."
12442 msgstr ""
12443
12444 #: config/tc-mmix.c:2115
12445 msgid "invalid BSPEC expression"
12446 msgstr ""
12447
12448 #: config/tc-mmix.c:2131
12449 #, c-format
12450 msgid "can't create section %s"
12451 msgstr ""
12452
12453 #: config/tc-mmix.c:2136
12454 #, c-format
12455 msgid "can't set section flags for section %s"
12456 msgstr ""
12457
12458 #: config/tc-mmix.c:2157
12459 msgid "ESPEC without preceding BSPEC"
12460 msgstr ""
12461
12462 #: config/tc-mmix.c:2186
12463 msgid "missing local expression"
12464 msgstr ""
12465
12466 #: config/tc-mmix.c:2396
12467 msgid "operand out of range, instruction expanded"
12468 msgstr ""
12469
12470 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
12471 #. user-friendly, though a little bit non-substantial.
12472 #: config/tc-mmix.c:2647
12473 msgid "directive LOCAL must be placed in code or data"
12474 msgstr ""
12475
12476 #: config/tc-mmix.c:2648
12477 msgid "internal confusion: relocation in a section without contents"
12478 msgstr ""
12479
12480 #: config/tc-mmix.c:2762
12481 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
12482 msgstr ""
12483
12484 #: config/tc-mmix.c:2810
12485 msgid "no suitable GREG definition for operands"
12486 msgstr ""
12487
12488 #: config/tc-mmix.c:2869
12489 msgid "operands were not reducible at assembly-time"
12490 msgstr ""
12491
12492 #: config/tc-mmix.c:2896
12493 #, c-format
12494 msgid "cannot generate relocation type for symbol %s, code %s"
12495 msgstr ""
12496
12497 #: config/tc-mmix.c:2916
12498 #, c-format
12499 msgid "internal: unhandled label %s"
12500 msgstr ""
12501
12502 #: config/tc-mmix.c:2945
12503 msgid "[0-9]H labels may not appear alone on a line"
12504 msgstr ""
12505
12506 #: config/tc-mmix.c:2953
12507 msgid "[0-9]H labels do not mix with dot-pseudos"
12508 msgstr ""
12509
12510 #: config/tc-mmix.c:3041
12511 msgid "invalid characters in input"
12512 msgstr ""
12513
12514 #: config/tc-mmix.c:3147
12515 msgid "empty label field for IS"
12516 msgstr ""
12517
12518 #: config/tc-mmix.c:3473
12519 #, c-format
12520 msgid "internal: unexpected relax type %d:%d"
12521 msgstr ""
12522
12523 #: config/tc-mmix.c:3497
12524 msgid "BSPEC without ESPEC."
12525 msgstr ""
12526
12527 #: config/tc-mmix.c:3562
12528 msgid "LOC to section unknown or indeterminable at first pass"
12529 msgstr ""
12530
12531 #: config/tc-mmix.c:3734
12532 msgid "GREG expression too complicated"
12533 msgstr ""
12534
12535 #: config/tc-mmix.c:3749
12536 msgid "internal: GREG expression not resolved to section"
12537 msgstr ""
12538
12539 #: config/tc-mmix.c:3798
12540 msgid "register section has contents\n"
12541 msgstr ""
12542
12543 #: config/tc-mmix.c:3925
12544 msgid "section change from within a BSPEC/ESPEC pair is not supported"
12545 msgstr ""
12546
12547 #: config/tc-mmix.c:3946
12548 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
12549 msgstr ""
12550
12551 #: config/tc-mmix.c:3956
12552 msgid "invalid LOC expression"
12553 msgstr ""
12554
12555 #: config/tc-mmix.c:4001 config/tc-mmix.c:4028
12556 msgid "LOC expression stepping backwards is not supported"
12557 msgstr ""
12558
12559 #. We will only get here in rare cases involving #NO_APP,
12560 #. where the unterminated string is not recognized by the
12561 #. preformatting pass.
12562 #: config/tc-mmix.c:4137 config/tc-mmix.c:4295 config/tc-z80.c:1748
12563 msgid "unterminated string"
12564 msgstr ""
12565
12566 #: config/tc-mmix.c:4154
12567 msgid "BYTE expression not a pure number"
12568 msgstr ""
12569
12570 #. Note that mmixal does not allow negative numbers in
12571 #. BYTE sequences, so neither should we.
12572 #: config/tc-mmix.c:4163
12573 msgid "BYTE expression not in the range 0..255"
12574 msgstr ""
12575
12576 #: config/tc-mmix.c:4212 config/tc-mmix.c:4228
12577 msgid "data item with alignment larger than location"
12578 msgstr ""
12579
12580 #. Since integer_constant is local to expr.c, we have to make this a
12581 #. macro.  FIXME: Do it cleaner.
12582 #: config/tc-mmix.h:98
12583 msgid "`&' serial number operator is not supported"
12584 msgstr ""
12585
12586 #: config/tc-mn10200.c:300
12587 #, c-format
12588 msgid ""
12589 "MN10200 options:\n"
12590 "none yet\n"
12591 msgstr ""
12592
12593 #: config/tc-mn10200.c:896 config/tc-mn10300.c:1253 config/tc-s390.c:1697
12594 #: config/tc-v850.c:2328
12595 #, c-format
12596 msgid "Unrecognized opcode: `%s'"
12597 msgstr ""
12598
12599 #. xgettext:c-format.
12600 #: config/tc-mn10200.c:1139 config/tc-mn10300.c:1821 config/tc-ppc.c:3759
12601 #: config/tc-s390.c:1610 config/tc-v850.c:3043
12602 #, c-format
12603 msgid "junk at end of line: `%s'"
12604 msgstr ""
12605
12606 #: config/tc-mn10300.c:439
12607 #, c-format
12608 msgid ""
12609 "MN10300 assembler options:\n"
12610 "none yet\n"
12611 msgstr ""
12612
12613 #: config/tc-mn10300.c:1270
12614 msgid "Invalid opcode/operands"
12615 msgstr ""
12616
12617 #: config/tc-mn10300.c:1792
12618 msgid "Invalid register specification."
12619 msgstr ""
12620
12621 #: config/tc-mn10300.c:2390
12622 #, c-format
12623 msgid "Bad relocation fixup type (%d)"
12624 msgstr ""
12625
12626 #: config/tc-moxie.c:206 config/tc-moxie.c:225 config/tc-moxie.c:316
12627 #: config/tc-moxie.c:362
12628 msgid "expecting comma delimited register operands"
12629 msgstr ""
12630
12631 #: config/tc-moxie.c:252 config/tc-moxie.c:392 config/tc-moxie.c:422
12632 #: config/tc-moxie.c:497
12633 msgid "expecting comma delimited operands"
12634 msgstr ""
12635
12636 #: config/tc-moxie.c:320 config/tc-moxie.c:348
12637 msgid "expecting indirect register `($rA)'"
12638 msgstr ""
12639
12640 #: config/tc-moxie.c:328 config/tc-moxie.c:356 config/tc-moxie.c:447
12641 #: config/tc-moxie.c:489
12642 msgid "missing closing parenthesis"
12643 msgstr ""
12644
12645 #: config/tc-moxie.c:439 config/tc-moxie.c:481
12646 msgid "expecting indirect register `($rX)'"
12647 msgstr ""
12648
12649 #: config/tc-moxie.c:559 config/tc-pj.c:313
12650 msgid "Something forgot to clean up\n"
12651 msgstr ""
12652
12653 #: config/tc-moxie.c:643
12654 #, c-format
12655 msgid ""
12656 "  -EB                     assemble for a big endian system (default)\n"
12657 "  -EL                     assemble for a little endian system\n"
12658 msgstr ""
12659
12660 #: config/tc-moxie.c:703
12661 msgid "pcrel too far BFD_RELOC_MOXIE_10"
12662 msgstr ""
12663
12664 #: config/tc-msp430.c:519
12665 msgid ".profiler pseudo requires at least two operands."
12666 msgstr ""
12667
12668 #: config/tc-msp430.c:578
12669 msgid "unknown profiling flag - ignored."
12670 msgstr ""
12671
12672 #: config/tc-msp430.c:594
12673 msgid "ambiguous flags combination - '.profiler' directive ignored."
12674 msgstr ""
12675
12676 #: config/tc-msp430.c:604
12677 msgid "profiling in absolute section?"
12678 msgstr ""
12679
12680 #: config/tc-msp430.c:1374
12681 #, c-format
12682 msgid "Unrecognised CPU errata name starting here: %s"
12683 msgstr ""
12684
12685 #: config/tc-msp430.c:1380
12686 #, c-format
12687 msgid "Expecting comma after CPU errata name, not: %s"
12688 msgstr ""
12689
12690 #: config/tc-msp430.c:1390
12691 msgid "MCU option requires a name\n"
12692 msgstr ""
12693
12694 #: config/tc-msp430.c:1428
12695 #, c-format
12696 msgid "unrecognised argument to -mcpu option '%s'"
12697 msgstr ""
12698
12699 #: config/tc-msp430.c:1603
12700 #, c-format
12701 msgid ""
12702 "MSP430 options:\n"
12703 "  -mmcu=<msp430-name>     - select microcontroller type\n"
12704 "  -mcpu={430|430x|430xv2} - select microcontroller architecture\n"
12705 msgstr ""
12706
12707 #: config/tc-msp430.c:1607
12708 #, c-format
12709 msgid ""
12710 "  -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n"
12711 "  -msilicon-errata-warn=<name>[,<name>...] - warn when a fixup might be "
12712 "needed\n"
12713 "   supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n"
12714 msgstr ""
12715
12716 #: config/tc-msp430.c:1611
12717 #, c-format
12718 msgid ""
12719 "  -mQ - enable relaxation at assembly time. DANGEROUS!\n"
12720 "  -mP - enable polymorph instructions\n"
12721 msgstr ""
12722
12723 #: config/tc-msp430.c:1614
12724 #, c-format
12725 msgid "  -ml - enable large code model\n"
12726 msgstr ""
12727
12728 #: config/tc-msp430.c:1616
12729 #, c-format
12730 msgid "  -mN - do not insert NOPs after changing interrupts (default)\n"
12731 msgstr ""
12732
12733 #: config/tc-msp430.c:1618
12734 #, c-format
12735 msgid "  -mn - insert a NOP after changing interrupts\n"
12736 msgstr ""
12737
12738 #: config/tc-msp430.c:1620
12739 #, c-format
12740 msgid "  -mY - do not warn about missing NOPs after changing interrupts\n"
12741 msgstr ""
12742
12743 #: config/tc-msp430.c:1622
12744 #, c-format
12745 msgid "  -my - warn about missing NOPs after changing interrupts (default)\n"
12746 msgstr ""
12747
12748 #: config/tc-msp430.c:1624
12749 #, c-format
12750 msgid "  -md - Force copying of data from ROM to RAM at startup\n"
12751 msgstr ""
12752
12753 #: config/tc-msp430.c:1626
12754 #, c-format
12755 msgid ""
12756 "  -mdata-region={none|lower|upper|either} - select region data will be\n"
12757 "    placed in.\n"
12758 msgstr ""
12759
12760 #: config/tc-msp430.c:1789
12761 #, c-format
12762 msgid "extra characters '%s' at end of immediate expression '%s'"
12763 msgstr ""
12764
12765 #: config/tc-msp430.c:1821 config/tc-msp430.c:2004 config/tc-msp430.c:2118
12766 #, c-format
12767 msgid "value 0x%x out of extended range."
12768 msgstr ""
12769
12770 #: config/tc-msp430.c:1827
12771 #, c-format
12772 msgid "value %d out of range. Use #lo() or #hi()"
12773 msgstr ""
12774
12775 #: config/tc-msp430.c:1873
12776 msgid "cpu4: not converting PUSH #4 to shorter form"
12777 msgstr ""
12778
12779 #: config/tc-msp430.c:1890
12780 msgid "cpu4: not converting PUSH #8 to shorter form"
12781 msgstr ""
12782
12783 #: config/tc-msp430.c:1904
12784 msgid "error: unsupported #foo() directive used on symbol"
12785 msgstr ""
12786
12787 #: config/tc-msp430.c:1921
12788 #, c-format
12789 msgid "unknown expression in operand %s.  Use #llo(), #lhi(), #hlo() or #hhi()"
12790 msgstr ""
12791
12792 #: config/tc-msp430.c:1972
12793 #, c-format
12794 msgid "Registers cannot be used within immediate expression [%s]"
12795 msgstr ""
12796
12797 #: config/tc-msp430.c:1974
12798 #, c-format
12799 msgid "unknown operand %s"
12800 msgstr ""
12801
12802 #: config/tc-msp430.c:1991
12803 #, c-format
12804 msgid "extra characters '%s' at the end of absolute operand '%s'"
12805 msgstr ""
12806
12807 #: config/tc-msp430.c:2010 config/tc-msp430.c:2124
12808 #, c-format
12809 msgid "value out of range: 0x%x"
12810 msgstr ""
12811
12812 #: config/tc-msp430.c:2021
12813 #, c-format
12814 msgid "Registers cannot be used within absolute expression [%s]"
12815 msgstr ""
12816
12817 #: config/tc-msp430.c:2023 config/tc-msp430.c:2153
12818 #, c-format
12819 msgid "unknown expression in operand %s"
12820 msgstr ""
12821
12822 #: config/tc-msp430.c:2037
12823 #, c-format
12824 msgid "unknown addressing mode %s"
12825 msgstr ""
12826
12827 #: config/tc-msp430.c:2045
12828 #, c-format
12829 msgid "Bad register name %s"
12830 msgstr ""
12831
12832 #: config/tc-msp430.c:2056
12833 msgid "cannot use indirect addressing with the PC"
12834 msgstr ""
12835
12836 #: config/tc-msp430.c:2076
12837 msgid "')' required"
12838 msgstr ""
12839
12840 #: config/tc-msp430.c:2088
12841 #, c-format
12842 msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
12843 msgstr ""
12844
12845 #: config/tc-msp430.c:2095
12846 msgid "r2 should not be used in indexed addressing mode"
12847 msgstr ""
12848
12849 #: config/tc-msp430.c:2107 config/tc-msp430.c:2181 config/tc-msp430.c:3314
12850 #: config/tc-msp430.c:3382 config/tc-msp430.c:3499 config/tc-msp430.c:3921
12851 #: config/tc-msp430.c:4020 config/tc-msp430.c:4071
12852 #, c-format
12853 msgid "extra characters '%s' at end of operand '%s'"
12854 msgstr ""
12855
12856 #: config/tc-msp430.c:2139 config/tc-msp430.c:2141
12857 msgid "CPU8: Stack pointer accessed with an odd offset"
12858 msgstr ""
12859
12860 #: config/tc-msp430.c:2151
12861 #, c-format
12862 msgid "Registers cannot be used as a prefix of indexed expression [%s]"
12863 msgstr ""
12864
12865 #: config/tc-msp430.c:2215
12866 #, c-format
12867 msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
12868 msgstr ""
12869
12870 #: config/tc-msp430.c:2225
12871 msgid "this addressing mode is not applicable for destination operand"
12872 msgstr ""
12873
12874 #: config/tc-msp430.c:2256 config/tc-msp430.c:2391 config/tc-msp430.c:2428
12875 #: config/tc-msp430.c:2458 config/tc-msp430.c:3250 config/tc-msp430.c:3333
12876 #: config/tc-msp430.c:3421
12877 #, c-format
12878 msgid "expected register as second argument of %s"
12879 msgstr ""
12880
12881 #: config/tc-msp430.c:2295 config/tc-msp430.c:2361
12882 #, c-format
12883 msgid "index value too big for %s"
12884 msgstr ""
12885
12886 #: config/tc-msp430.c:2312 config/tc-msp430.c:2378 config/tc-msp430.c:2485
12887 #, c-format
12888 msgid "unexpected addressing mode for %s"
12889 msgstr ""
12890
12891 #: config/tc-msp430.c:2398 config/tc-msp430.c:2435 config/tc-msp430.c:2465
12892 #, c-format
12893 msgid "constant generator destination register found in %s"
12894 msgstr ""
12895
12896 #: config/tc-msp430.c:2442 config/tc-msp430.c:2472
12897 #, c-format
12898 msgid "constant generator source register found in %s"
12899 msgstr ""
12900
12901 #: config/tc-msp430.c:2641
12902 msgid "no size modifier after period, .w assumed"
12903 msgstr ""
12904
12905 #: config/tc-msp430.c:2645
12906 #, c-format
12907 msgid "unrecognised instruction size modifier .%c"
12908 msgstr ""
12909
12910 #: config/tc-msp430.c:2659
12911 #, c-format
12912 msgid "junk found after instruction: %s.%s"
12913 msgstr ""
12914
12915 #: config/tc-msp430.c:2679
12916 #, c-format
12917 msgid "instruction %s.a does not exist"
12918 msgstr ""
12919
12920 #: config/tc-msp430.c:2693
12921 #, c-format
12922 msgid "instruction %s requires %d operand"
12923 msgid_plural "instruction %s requires %d operands"
12924 msgstr[0] ""
12925 msgstr[1] ""
12926
12927 #: config/tc-msp430.c:2711
12928 #, c-format
12929 msgid "instruction %s requires MSP430X mcu"
12930 msgstr ""
12931
12932 #: config/tc-msp430.c:2731
12933 #, c-format
12934 msgid "unable to repeat %s insn"
12935 msgstr ""
12936
12937 #: config/tc-msp430.c:2803
12938 msgid "CPU12: CMP/BIT with PC destination ignores next instruction"
12939 msgstr ""
12940
12941 #: config/tc-msp430.c:2811
12942 msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP"
12943 msgstr ""
12944
12945 #: config/tc-msp430.c:2818
12946 msgid "internal error: unknown nop check state"
12947 msgstr ""
12948
12949 #: config/tc-msp430.c:2871 config/tc-msp430.c:2873 config/tc-msp430.c:3582
12950 #: config/tc-msp430.c:3584
12951 msgid "CPU11: PC is destination of SR altering instruction"
12952 msgstr ""
12953
12954 #: config/tc-msp430.c:2888 config/tc-msp430.c:2890 config/tc-msp430.c:2995
12955 #: config/tc-msp430.c:2997 config/tc-msp430.c:3599 config/tc-msp430.c:3601
12956 #: config/tc-msp430.c:3820 config/tc-msp430.c:3822
12957 msgid "CPU13: SR is destination of SR altering instruction"
12958 msgstr ""
12959
12960 #: config/tc-msp430.c:2906 config/tc-msp430.c:3007 config/tc-msp430.c:3685
12961 #: config/tc-msp430.c:3854
12962 msgid "repeat instruction used with non-register mode instruction"
12963 msgstr ""
12964
12965 #: config/tc-msp430.c:2981 config/tc-msp430.c:3340 config/tc-msp430.c:3810
12966 #, c-format
12967 msgid "%s: attempt to rotate the PC register"
12968 msgstr ""
12969
12970 #: config/tc-msp430.c:3232 config/tc-msp430.c:3308
12971 #, c-format
12972 msgid "expected #n as first argument of %s"
12973 msgstr ""
12974
12975 #: config/tc-msp430.c:3238
12976 #, c-format
12977 msgid "extra characters '%s' at end of constant expression '%s'"
12978 msgstr ""
12979
12980 #: config/tc-msp430.c:3243 config/tc-msp430.c:3319
12981 #, c-format
12982 msgid "expected constant expression as first argument of %s"
12983 msgstr ""
12984
12985 #: config/tc-msp430.c:3269
12986 msgid "Too many registers popped"
12987 msgstr ""
12988
12989 #: config/tc-msp430.c:3279
12990 msgid "Cannot use POPM to restore the SR register"
12991 msgstr ""
12992
12993 #: config/tc-msp430.c:3299 config/tc-msp430.c:3368
12994 #, c-format
12995 msgid "repeat count cannot be used with %s"
12996 msgstr ""
12997
12998 #: config/tc-msp430.c:3326
12999 #, c-format
13000 msgid "expected first argument of %s to be in the range 1-4"
13001 msgstr ""
13002
13003 #: config/tc-msp430.c:3391
13004 #, c-format
13005 msgid "expected value of first argument of %s to fit into 20-bits"
13006 msgstr ""
13007
13008 #: config/tc-msp430.c:3410
13009 #, c-format
13010 msgid "expected register name or constant as first argument of %s"
13011 msgstr ""
13012
13013 #: config/tc-msp430.c:3504
13014 msgid "expected constant value as argument to RPT"
13015 msgstr ""
13016
13017 #: config/tc-msp430.c:3510
13018 msgid "expected constant in the range 2..16"
13019 msgstr ""
13020
13021 #: config/tc-msp430.c:3525
13022 msgid "PC used as an argument to RPT"
13023 msgstr ""
13024
13025 #: config/tc-msp430.c:3531
13026 msgid "expected constant or register name as argument to RPT insn"
13027 msgstr ""
13028
13029 #: config/tc-msp430.c:3538
13030 msgid "Illegal emulated instruction"
13031 msgstr ""
13032
13033 #: config/tc-msp430.c:3839
13034 #, c-format
13035 msgid "%s instruction does not accept a .b suffix"
13036 msgstr ""
13037
13038 #: config/tc-msp430.c:3952
13039 #, c-format
13040 msgid "Even number required. Rounded to %d"
13041 msgstr ""
13042
13043 #: config/tc-msp430.c:3963
13044 #, c-format
13045 msgid "Wrong displacement %d"
13046 msgstr ""
13047
13048 #: config/tc-msp430.c:3985
13049 msgid "instruction requires label sans '$'"
13050 msgstr ""
13051
13052 #: config/tc-msp430.c:3989
13053 msgid "instruction requires label or value in range -511:512"
13054 msgstr ""
13055
13056 #: config/tc-msp430.c:3995 config/tc-msp430.c:4049 config/tc-msp430.c:4097
13057 msgid "instruction requires label"
13058 msgstr ""
13059
13060 #: config/tc-msp430.c:4003 config/tc-msp430.c:4055
13061 msgid "polymorphs are not enabled. Use -mP option to enable."
13062 msgstr ""
13063
13064 #: config/tc-msp430.c:4101
13065 msgid "Illegal instruction or not implemented opcode."
13066 msgstr ""
13067
13068 #: config/tc-msp430.c:4155
13069 msgid "can't find opcode"
13070 msgstr ""
13071
13072 #: config/tc-msp430.c:4672
13073 #, c-format
13074 msgid "internal inconsistency problem in %s: insn %04lx"
13075 msgstr ""
13076
13077 #: config/tc-msp430.c:4714 config/tc-msp430.c:4746
13078 #, c-format
13079 msgid "internal inconsistency problem in %s: ext. insn %04lx"
13080 msgstr ""
13081
13082 #: config/tc-msp430.c:4758
13083 #, c-format
13084 msgid "internal inconsistency problem in %s: %lx"
13085 msgstr ""
13086
13087 #: config/tc-mt.c:151
13088 #, c-format
13089 msgid "MT specific command line options:\n"
13090 msgstr ""
13091
13092 #: config/tc-mt.c:152
13093 #, c-format
13094 msgid "  -march=ms1-64-001         allow ms1-64-001 instructions\n"
13095 msgstr ""
13096
13097 #: config/tc-mt.c:153
13098 #, c-format
13099 msgid "  -march=ms1-16-002         allow ms1-16-002 instructions (default)\n"
13100 msgstr ""
13101
13102 #: config/tc-mt.c:154
13103 #, c-format
13104 msgid "  -march=ms1-16-003         allow ms1-16-003 instructions\n"
13105 msgstr ""
13106
13107 #: config/tc-mt.c:155
13108 #, c-format
13109 msgid "  -march=ms2                allow ms2 instructions \n"
13110 msgstr ""
13111
13112 #: config/tc-mt.c:156
13113 #, c-format
13114 msgid "  -nosched                  disable scheduling restrictions\n"
13115 msgstr ""
13116
13117 #: config/tc-mt.c:224
13118 #, c-format
13119 msgid "instruction %s may not follow another memory access instruction."
13120 msgstr ""
13121
13122 #: config/tc-mt.c:230
13123 #, c-format
13124 msgid "instruction %s may not follow another I/O instruction."
13125 msgstr ""
13126
13127 #: config/tc-mt.c:236
13128 #, c-format
13129 msgid "%s may not occupy the delay slot of another branch insn."
13130 msgstr ""
13131
13132 #: config/tc-mt.c:261
13133 #, c-format
13134 msgid "operand references R%ld of previous instruction."
13135 msgstr ""
13136
13137 #: config/tc-mt.c:267
13138 #, c-format
13139 msgid "operand references R%ld of instruction before previous."
13140 msgstr ""
13141
13142 #: config/tc-mt.c:281 config/tc-mt.c:286
13143 #, c-format
13144 msgid ""
13145 "conditional branch or jal insn's operand references R%ld of previous "
13146 "arithmetic or logic insn."
13147 msgstr ""
13148
13149 #: config/tc-mt.c:349
13150 msgid "md_estimate_size_before_relax\n"
13151 msgstr ""
13152
13153 #: config/tc-nds32.c:2375
13154 msgid ""
13155 "<arch name>\t  Assemble for architecture <arch name>\n"
13156 "\t\t\t  <arch name> could be\n"
13157 "\t\t\t  v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s"
13158 msgstr ""
13159
13160 #: config/tc-nds32.c:2379
13161 msgid ""
13162 "<baseline>\t  Assemble for baseline <baseline>\n"
13163 "\t\t\t  <baseline> could be v2, v3, v3m"
13164 msgstr ""
13165
13166 #: config/tc-nds32.c:2382
13167 msgid ""
13168 "<freg>\t  Specify a FPU configuration\n"
13169 "\t\t\t  <freg>\n"
13170 "\t\t\t  0:     8 SP /  4 DP registers\n"
13171 "\t\t\t  1:    16 SP /  8 DP registers\n"
13172 "\t\t\t  2:    32 SP / 16 DP registers\n"
13173 "\t\t\t  3:    32 SP / 32 DP registers"
13174 msgstr ""
13175
13176 #: config/tc-nds32.c:2388
13177 msgid ""
13178 "<abi>\t          Specify a abi version\n"
13179 "\t\t\t  <abi> could be v1, v2, v2fp, v2fpp"
13180 msgstr ""
13181
13182 #: config/tc-nds32.c:2421
13183 msgid "Multiply instructions support"
13184 msgstr ""
13185
13186 #: config/tc-nds32.c:2422
13187 msgid "Divide instructions support"
13188 msgstr ""
13189
13190 #: config/tc-nds32.c:2423
13191 msgid "16-bit extension"
13192 msgstr ""
13193
13194 #: config/tc-nds32.c:2424
13195 msgid "d0/d1 registers"
13196 msgstr ""
13197
13198 #: config/tc-nds32.c:2425
13199 msgid "Performance extension"
13200 msgstr ""
13201
13202 #: config/tc-nds32.c:2426
13203 msgid "Performance extension 2"
13204 msgstr ""
13205
13206 #: config/tc-nds32.c:2427
13207 msgid "String extension"
13208 msgstr ""
13209
13210 #: config/tc-nds32.c:2428
13211 msgid "Reduced Register configuration (GPR16) option"
13212 msgstr ""
13213
13214 #: config/tc-nds32.c:2429
13215 msgid "AUDIO ISA extension"
13216 msgstr ""
13217
13218 #: config/tc-nds32.c:2430
13219 msgid "FPU SP extension"
13220 msgstr ""
13221
13222 #: config/tc-nds32.c:2431
13223 msgid "FPU DP extension"
13224 msgstr ""
13225
13226 #: config/tc-nds32.c:2432
13227 msgid "FPU fused-multiply-add instructions"
13228 msgstr ""
13229
13230 #: config/tc-nds32.c:2433
13231 msgid "DSP extension"
13232 msgstr ""
13233
13234 #: config/tc-nds32.c:2434
13235 msgid "hardware loop extension"
13236 msgstr ""
13237
13238 #: config/tc-nds32.c:2471
13239 #, c-format
13240 msgid ""
13241 "\n"
13242 " NDS32-specific assembler options:\n"
13243 msgstr ""
13244
13245 #: config/tc-nds32.c:2472
13246 #, c-format
13247 msgid ""
13248 "  -O1,\t\t\t  Optimize for performance\n"
13249 "  -Os\t\t\t  Optimize for space\n"
13250 msgstr ""
13251
13252 #: config/tc-nds32.c:2475
13253 #, c-format
13254 msgid ""
13255 "  -EL, -mel or -little    Produce little endian output\n"
13256 "  -EB, -meb or -big       Produce big endian output\n"
13257 "  -mpic\t\t\t  Generate PIC\n"
13258 "  -mno-fp-as-gp-relax\t  Suppress fp-as-gp relaxation for this file\n"
13259 "  -mb2bb-relax\t\t  Back-to-back branch optimization\n"
13260 "  -mno-all-relax\t  Suppress all relaxation for this file\n"
13261 msgstr ""
13262
13263 #: config/tc-nds32.c:2486
13264 #, c-format
13265 msgid "  -m%s%s\n"
13266 msgstr ""
13267
13268 #: config/tc-nds32.c:2493
13269 #, c-format
13270 msgid "  -m[no-]%-17sEnable/Disable %s\n"
13271 msgstr ""
13272
13273 #: config/tc-nds32.c:2497
13274 #, c-format
13275 msgid "  -mall-ext\t\t  Turn on all extensions and instructions support\n"
13276 msgstr ""
13277
13278 #: config/tc-nds32.c:2770
13279 #, c-format
13280 msgid "la must use with symbol. '%s'"
13281 msgstr ""
13282
13283 #: config/tc-nds32.c:2823
13284 #, c-format
13285 msgid "need PIC qualifier with symbol. '%s'"
13286 msgstr ""
13287
13288 #: config/tc-nds32.c:2860
13289 #, c-format
13290 msgid "Operand is not a constant. `%s'"
13291 msgstr ""
13292
13293 #: config/tc-nds32.c:2949
13294 #, c-format
13295 msgid "needs @GOT or @GOTOFF. %s"
13296 msgstr ""
13297
13298 #: config/tc-nds32.c:3445
13299 #, c-format
13300 msgid "Duplicated pseudo-opcode %s."
13301 msgstr ""
13302
13303 #: config/tc-nds32.c:3496
13304 #, c-format
13305 msgid "Too many argument. `%s'"
13306 msgstr ""
13307
13308 #. Logic here rejects the input arch name.
13309 #: config/tc-nds32.c:3557
13310 #, c-format
13311 msgid "unknown arch name `%s'\n"
13312 msgstr ""
13313
13314 #. Logic here rejects the input baseline.
13315 #: config/tc-nds32.c:3576
13316 #, c-format
13317 msgid "unknown baseline `%s'\n"
13318 msgstr ""
13319
13320 #. Logic here rejects the input FPU configuration.
13321 #: config/tc-nds32.c:3599
13322 #, c-format
13323 msgid "unknown FPU configuration `%s'\n"
13324 msgstr ""
13325
13326 #. Logic here rejects the input abi version.
13327 #: config/tc-nds32.c:3623
13328 #, c-format
13329 msgid "unknown ABI version`%s'\n"
13330 msgstr ""
13331
13332 #: config/tc-nds32.c:4351
13333 #, c-format
13334 msgid "Different arguments of .vec_size are found, previous %d, current %d"
13335 msgstr ""
13336
13337 #: config/tc-nds32.c:4356
13338 #, c-format
13339 msgid "Argument of .vec_size is expected 4 or 16, actual: %d."
13340 msgstr ""
13341
13342 #: config/tc-nds32.c:4360
13343 msgid "Argument of .vec_size is not a constant."
13344 msgstr ""
13345
13346 #: config/tc-nds32.c:4945
13347 #, c-format
13348 msgid "Don't know how to handle this field. %s"
13349 msgstr ""
13350
13351 #: config/tc-nds32.c:5310
13352 #, c-format
13353 msgid "instruction %s requires enabling performance extension"
13354 msgstr ""
13355
13356 #: config/tc-nds32.c:5322
13357 #, c-format
13358 msgid "instruction %s requires enabling performance extension II"
13359 msgstr ""
13360
13361 #: config/tc-nds32.c:5334
13362 #, c-format
13363 msgid "instruction %s requires enabling AUDIO extension"
13364 msgstr ""
13365
13366 #: config/tc-nds32.c:5346
13367 #, c-format
13368 msgid "instruction %s requires enabling STRING extension"
13369 msgstr ""
13370
13371 #: config/tc-nds32.c:5360
13372 #, c-format
13373 msgid "instruction %s requires enabling DIV & DX_REGS extension"
13374 msgstr ""
13375
13376 #: config/tc-nds32.c:5375
13377 #, c-format
13378 msgid "instruction %s requires enabling FPU extension"
13379 msgstr ""
13380
13381 #: config/tc-nds32.c:5387
13382 #, c-format
13383 msgid "instruction %s requires enabling FPU_SP extension"
13384 msgstr ""
13385
13386 #: config/tc-nds32.c:5399
13387 #, c-format
13388 msgid "instruction %s requires enabling FPU_DP extension"
13389 msgstr ""
13390
13391 #: config/tc-nds32.c:5410 config/tc-nds32.c:5418
13392 #, c-format
13393 msgid "instruction %s requires enabling FPU_MAC extension"
13394 msgstr ""
13395
13396 #: config/tc-nds32.c:5426
13397 #, c-format
13398 msgid "instruction %s requires enabling DX_REGS extension"
13399 msgstr ""
13400
13401 #: config/tc-nds32.c:5442
13402 #, c-format
13403 msgid "instruction %s requires enabling dsp extension"
13404 msgstr ""
13405
13406 #: config/tc-nds32.c:5454
13407 #, c-format
13408 msgid "instruction %s requires enabling zol extension"
13409 msgstr ""
13410
13411 #: config/tc-nds32.c:5459
13412 #, c-format
13413 msgid "internal error: unknown instruction attribute: 0x%08x"
13414 msgstr ""
13415
13416 #: config/tc-nds32.c:5752
13417 #, c-format
13418 msgid "relax hint unrecognized instruction: line %d."
13419 msgstr ""
13420
13421 #: config/tc-nds32.c:5807
13422 #, c-format
13423 msgid "Can not find match relax hint.  Line: %d"
13424 msgstr ""
13425
13426 #: config/tc-nds32.c:6005
13427 msgid "Internal error: .relax_hint KEY is not a number!"
13428 msgstr ""
13429
13430 #: config/tc-nds32.c:6033
13431 #, c-format
13432 msgid "Internal error: Relax hint (%s) error. %s: %s (%x)"
13433 msgstr ""
13434
13435 #: config/tc-nds32.c:6108
13436 #, c-format
13437 msgid "Internal error: Range error. %s"
13438 msgstr ""
13439
13440 #: config/tc-nds32.c:6169
13441 msgid "Multiple BFD_RELOC_NDS32_PTR_RESOLVED patterns are not supported yet!"
13442 msgstr ""
13443
13444 #: config/tc-nds32.c:6307
13445 #, c-format
13446 msgid "Not support instruction %s in verbatim."
13447 msgstr ""
13448
13449 #: config/tc-nds32.c:6314
13450 #, c-format
13451 msgid "16-bit instruction is disabled: %s."
13452 msgstr ""
13453
13454 #: config/tc-nds32.c:6341
13455 #, c-format
13456 msgid "Instruction %s not supported in the baseline."
13457 msgstr ""
13458
13459 #: config/tc-nds32.c:6408
13460 #, c-format
13461 msgid "Unrecognized opcode, %s."
13462 msgstr ""
13463
13464 #: config/tc-nds32.c:6411
13465 #, c-format
13466 msgid "Incorrect syntax, %s."
13467 msgstr ""
13468
13469 #: config/tc-nds32.c:6414
13470 #, c-format
13471 msgid "Unrecognized operand/register, %s."
13472 msgstr ""
13473
13474 #: config/tc-nds32.c:6417
13475 #, c-format
13476 msgid "Operand out of range, %s."
13477 msgstr ""
13478
13479 #: config/tc-nds32.c:6420
13480 #, c-format
13481 msgid "Prohibited register used for reduced-register, %s."
13482 msgstr ""
13483
13484 #: config/tc-nds32.c:6423
13485 #, c-format
13486 msgid "Junk at end of line, %s."
13487 msgstr ""
13488
13489 #: config/tc-nds32.c:7121
13490 msgid "Addend to unresolved symbol is not on word boundary."
13491 msgstr ""
13492
13493 #. Should never here.
13494 #: config/tc-nds32.c:7657
13495 msgid "Used FPU instructions requires enabling FPU extension"
13496 msgstr ""
13497
13498 #: config/tc-nds32.c:7854
13499 #, c-format
13500 msgid "Internal error: Unknown fixup type %d (`%s')"
13501 msgstr ""
13502
13503 #: config/tc-nios2.c:453 config/tc-pru.c:309
13504 msgid "expecting opcode string in self test mode"
13505 msgstr ""
13506
13507 #: config/tc-nios2.c:455 config/tc-pru.c:311
13508 #, c-format
13509 msgid "assembly 0x%08x, expected %s"
13510 msgstr ""
13511
13512 #: config/tc-nios2.c:848
13513 msgid "branch offset out of range\n"
13514 msgstr ""
13515
13516 #: config/tc-nios2.c:849
13517 msgid "branch relaxation failed\n"
13518 msgstr ""
13519
13520 #: config/tc-nios2.c:1145
13521 msgid "error checking for overflow - broken assembler"
13522 msgstr ""
13523
13524 #: config/tc-nios2.c:1161 config/tc-pru.c:572
13525 #, c-format
13526 msgid "immediate value 0x%x truncated to 0x%x"
13527 msgstr ""
13528
13529 #: config/tc-nios2.c:1188 config/tc-pru.c:598
13530 #, c-format
13531 msgid "call target address 0x%08x out of range 0x%08x to 0x%08x"
13532 msgstr ""
13533
13534 #: config/tc-nios2.c:1194
13535 #, c-format
13536 msgid "branch offset %d out of range %d to %d"
13537 msgstr ""
13538
13539 #: config/tc-nios2.c:1198
13540 #, c-format
13541 msgid "branch offset %d out of range"
13542 msgstr ""
13543
13544 #: config/tc-nios2.c:1204 config/tc-pru.c:608
13545 #, c-format
13546 msgid "%s offset %d out of range %d to %d"
13547 msgstr ""
13548
13549 #: config/tc-nios2.c:1208
13550 #, c-format
13551 msgid "%s offset %d out of range"
13552 msgstr ""
13553
13554 #: config/tc-nios2.c:1213 config/tc-nios2.c:1228 config/tc-pru.c:613
13555 #, c-format
13556 msgid "immediate value %d out of range %d to %d"
13557 msgstr ""
13558
13559 #: config/tc-nios2.c:1218 config/tc-nios2.c:1223 config/tc-pru.c:623
13560 #: config/tc-pru.c:628
13561 #, c-format
13562 msgid "immediate value %u out of range %u to %u"
13563 msgstr ""
13564
13565 #: config/tc-nios2.c:1233
13566 #, c-format
13567 msgid "custom instruction opcode %u out of range %u to %u"
13568 msgstr ""
13569
13570 #: config/tc-nios2.c:1238 config/tc-pru.c:633
13571 msgid "overflow in immediate argument"
13572 msgstr ""
13573
13574 #: config/tc-nios2.c:1310 config/tc-pru.c:669
13575 msgid "cannot create 64-bit relocation"
13576 msgstr ""
13577
13578 #: config/tc-nios2.c:1438
13579 #, c-format
13580 msgid "internal error: broken opcode descriptor for `%s %s'\n"
13581 msgstr ""
13582
13583 #: config/tc-nios2.c:1487 config/tc-pru.c:862
13584 msgid "can't create relocation"
13585 msgstr ""
13586
13587 #: config/tc-nios2.c:1518 config/tc-pru.c:996 config/tc-pru.c:1016
13588 #: config/tc-pru.c:1043 config/tc-pru.c:1062 config/tc-pru.c:1076
13589 #, c-format
13590 msgid "unknown register %s"
13591 msgstr ""
13592
13593 #: config/tc-nios2.c:1526
13594 msgid "expecting control register"
13595 msgstr ""
13596
13597 #: config/tc-nios2.c:1528
13598 msgid "illegal use of control register"
13599 msgstr ""
13600
13601 #: config/tc-nios2.c:1530
13602 msgid "illegal use of coprocessor register"
13603 msgstr ""
13604
13605 #. Should never get here if we passed validation.
13606 #: config/tc-nios2.c:1532 config/tc-nios2.c:1846 config/tc-nios2.c:1988
13607 #: config/tc-nios2.c:2056
13608 #, c-format
13609 msgid "invalid register %s"
13610 msgstr ""
13611
13612 #: config/tc-nios2.c:1540
13613 msgid ""
13614 "Register at (r1) can sometimes be corrupted by assembler optimizations.\n"
13615 "Use .set noat to turn off those optimizations (and this warning)."
13616 msgstr ""
13617
13618 #: config/tc-nios2.c:1545
13619 msgid ""
13620 "The debugger will corrupt bt (r25).\n"
13621 "If you don't need to debug this code use .set nobreak to turn off this "
13622 "warning."
13623 msgstr ""
13624
13625 #: config/tc-nios2.c:1549
13626 msgid ""
13627 "The debugger will corrupt sstatus/ba (r30).\n"
13628 "If you don't need to debug this code use .set nobreak to turn off this "
13629 "warning."
13630 msgstr ""
13631
13632 #: config/tc-nios2.c:1939 config/tc-nios2.c:1967
13633 msgid "r31 cannot be used with jmp; use ret instead"
13634 msgstr ""
13635
13636 #: config/tc-nios2.c:1982
13637 msgid "r31 cannot be used with jmpr.n; use ret.n instead"
13638 msgstr ""
13639
13640 #: config/tc-nios2.c:2595 config/tc-nios2.c:2622 config/tc-nios2.c:2649
13641 #: config/tc-nios2.c:2680
13642 #, c-format
13643 msgid "Invalid constant operand %s"
13644 msgstr ""
13645
13646 #: config/tc-nios2.c:2997 config/tc-nios2.c:3021 config/tc-pru.c:1318
13647 #: config/tc-pru.c:1343 config/tc-pru.c:1363
13648 #, c-format
13649 msgid "badly formed expression near %s"
13650 msgstr ""
13651
13652 #: config/tc-nios2.c:3110 config/tc-nios2.c:3137 config/tc-pru.c:1412
13653 #: config/tc-pru.c:1437 config/tc-xtensa.c:2138
13654 msgid "too many arguments"
13655 msgstr ""
13656
13657 #: config/tc-nios2.c:3126 config/tc-pru.c:1389
13658 #, c-format
13659 msgid "expecting %c near %s"
13660 msgstr ""
13661
13662 #. we cannot recover from this.
13663 #: config/tc-nios2.c:3277
13664 #, c-format
13665 msgid "unrecognized pseudo-instruction %s"
13666 msgstr ""
13667
13668 #: config/tc-nios2.c:3540 config/tc-tic6x.c:232
13669 #, c-format
13670 msgid "unknown architecture '%s'"
13671 msgstr ""
13672
13673 #: config/tc-nios2.c:3621
13674 msgid "Big-endian R2 is not supported."
13675 msgstr ""
13676
13677 #. Unrecognised instruction - error.
13678 #: config/tc-nios2.c:3789 config/tc-pru.c:1737
13679 #, c-format
13680 msgid "unrecognised instruction %s"
13681 msgstr ""
13682
13683 #: config/tc-nios2.c:3909 config/tc-pru.c:1793
13684 #, c-format
13685 msgid "can't represent relocation type %s"
13686 msgstr ""
13687
13688 #: config/tc-nios2.c:4002
13689 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
13690 msgstr ""
13691
13692 #: config/tc-nios2.c:4028
13693 #, c-format
13694 msgid "Illegal operands: %%tls_ldo in %d-byte data field"
13695 msgstr ""
13696
13697 #: config/tc-nios2.c:4040 config/tc-nios2.c:4058 config/tc-nios2.c:4065
13698 #, c-format
13699 msgid "Illegal operands: %%tls_ldo requires arguments in ()"
13700 msgstr ""
13701
13702 #: config/tc-nios2.c:4072
13703 #, c-format
13704 msgid "Illegal operands: garbage after %%tls_ldo()"
13705 msgstr ""
13706
13707 #: config/tc-ns32k.c:437
13708 msgid "Invalid syntax in PC-relative addressing mode"
13709 msgstr ""
13710
13711 #: config/tc-ns32k.c:461
13712 msgid "Invalid syntax in External addressing mode"
13713 msgstr ""
13714
13715 #: config/tc-ns32k.c:542
13716 msgid "Invalid syntax in Memory Relative addressing mode"
13717 msgstr ""
13718
13719 #: config/tc-ns32k.c:609
13720 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
13721 msgstr ""
13722
13723 #: config/tc-ns32k.c:614
13724 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
13725 msgstr ""
13726
13727 #: config/tc-ns32k.c:619
13728 msgid "Scaled-indexed addressing mode combined with scaled-index"
13729 msgstr ""
13730
13731 #: config/tc-ns32k.c:630
13732 msgid "Invalid or illegal addressing mode combined with scaled-index"
13733 msgstr ""
13734
13735 #: config/tc-ns32k.c:753
13736 msgid "Premature end of suffix -- Defaulting to d"
13737 msgstr ""
13738
13739 #: config/tc-ns32k.c:766
13740 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
13741 msgstr ""
13742
13743 #: config/tc-ns32k.c:811
13744 msgid "Very short instr to option, ie you can't do it on a NULLstr"
13745 msgstr ""
13746
13747 #: config/tc-ns32k.c:861
13748 msgid "No such entry in list. (cpu/mmu register)"
13749 msgstr ""
13750
13751 #: config/tc-ns32k.c:918
13752 msgid "Internal consistency error.  check ns32k-opcode.h"
13753 msgstr ""
13754
13755 #: config/tc-ns32k.c:943
13756 msgid "Address of immediate operand"
13757 msgstr ""
13758
13759 #: config/tc-ns32k.c:944
13760 msgid "Invalid immediate write operand."
13761 msgstr ""
13762
13763 #: config/tc-ns32k.c:1074
13764 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
13765 msgstr ""
13766
13767 #: config/tc-ns32k.c:1107
13768 msgid "No such opcode"
13769 msgstr ""
13770
13771 #: config/tc-ns32k.c:1182
13772 msgid "Bad suffix, defaulting to d"
13773 msgstr ""
13774
13775 #: config/tc-ns32k.c:1209
13776 msgid "Too many operands passed to instruction"
13777 msgstr ""
13778
13779 #. Check error in default.
13780 #: config/tc-ns32k.c:1221
13781 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
13782 msgstr ""
13783
13784 #: config/tc-ns32k.c:1224
13785 msgid "Wrong number of operands"
13786 msgstr ""
13787
13788 #: config/tc-ns32k.c:1297
13789 #, c-format
13790 msgid "Can not do %d byte pc-relative relocation for storage type %d"
13791 msgstr ""
13792
13793 #: config/tc-ns32k.c:1300
13794 #, c-format
13795 msgid "Can not do %d byte relocation for storage type %d"
13796 msgstr ""
13797
13798 #: config/tc-ns32k.c:1392
13799 #, c-format
13800 msgid "value of %ld out of byte displacement range."
13801 msgstr ""
13802
13803 #: config/tc-ns32k.c:1402
13804 #, c-format
13805 msgid "value of %ld out of word displacement range."
13806 msgstr ""
13807
13808 #: config/tc-ns32k.c:1417
13809 #, c-format
13810 msgid "value of %ld out of double word displacement range."
13811 msgstr ""
13812
13813 #: config/tc-ns32k.c:1438
13814 #, c-format
13815 msgid "Internal logic error.  Line %d, file: \"%s\""
13816 msgstr ""
13817
13818 #: config/tc-ns32k.c:1486
13819 #, c-format
13820 msgid "Internal logic error. line %d, file \"%s\""
13821 msgstr ""
13822
13823 #: config/tc-ns32k.c:1587
13824 msgid "Bit field out of range"
13825 msgstr ""
13826
13827 #: config/tc-ns32k.c:1687
13828 msgid "iif convert internal pcrel/binary"
13829 msgstr ""
13830
13831 #: config/tc-ns32k.c:1704
13832 msgid "Bignum too big for long"
13833 msgstr ""
13834
13835 #: config/tc-ns32k.c:1781
13836 msgid "iif convert internal pcrel/pointer"
13837 msgstr ""
13838
13839 #: config/tc-ns32k.c:1786
13840 msgid "Internal logic error in iif.iifP[n].type"
13841 msgstr ""
13842
13843 #. We can't relax this case.
13844 #: config/tc-ns32k.c:1822
13845 msgid "Can't relax difference"
13846 msgstr ""
13847
13848 #: config/tc-ns32k.c:1863
13849 msgid "Displacement too large for :d"
13850 msgstr ""
13851
13852 #: config/tc-ns32k.c:1876
13853 msgid "Internal logic error in iif.iifP[].type"
13854 msgstr ""
13855
13856 #. Fatal.
13857 #: config/tc-ns32k.c:1908
13858 #, c-format
13859 msgid "Can't hash %s: %s"
13860 msgstr ""
13861
13862 #: config/tc-ns32k.c:2144
13863 #, c-format
13864 msgid "invalid architecture option -m%s, ignored"
13865 msgstr ""
13866
13867 #: config/tc-ns32k.c:2157
13868 #, c-format
13869 msgid "invalid default displacement size \"%s\". Defaulting to %d."
13870 msgstr ""
13871
13872 #: config/tc-ns32k.c:2173
13873 #, c-format
13874 msgid ""
13875 "NS32K options:\n"
13876 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
13877 "--disp-size-default=<1|2|4>\n"
13878 msgstr ""
13879
13880 #: config/tc-ns32k.c:2249
13881 #, c-format
13882 msgid "Cannot find relocation type for symbol %s, code %d"
13883 msgstr ""
13884
13885 #: config/tc-pdp11.c:336 config/tc-pdp11.c:353 config/tc-pdp11.c:376
13886 #: config/tc-pdp11.c:382 config/tc-pdp11.c:395
13887 msgid "Bad register name"
13888 msgstr ""
13889
13890 #: config/tc-pdp11.c:414 config/tc-pdp11.c:478 config/tc-pdp11.c:489
13891 msgid "Error in expression"
13892 msgstr ""
13893
13894 #: config/tc-pdp11.c:486
13895 msgid "Low order bits truncated in immediate float operand"
13896 msgstr ""
13897
13898 #: config/tc-pdp11.c:630
13899 msgid "Float AC not legal as integer operand"
13900 msgstr ""
13901
13902 #: config/tc-pdp11.c:650
13903 msgid "General register not legal as float operand"
13904 msgstr ""
13905
13906 #: config/tc-pdp11.c:683
13907 msgid "No instruction found"
13908 msgstr ""
13909
13910 #: config/tc-pdp11.c:693 config/tc-z80.c:1948 config/tc-z80.c:1961
13911 #, c-format
13912 msgid "Unknown instruction '%s'"
13913 msgstr ""
13914
13915 #: config/tc-pdp11.c:699
13916 #, c-format
13917 msgid "Unsupported instruction set extension: %s"
13918 msgstr ""
13919
13920 #: config/tc-pdp11.c:733
13921 msgid "operand is not an absolute constant"
13922 msgstr ""
13923
13924 #: config/tc-pdp11.c:741
13925 msgid "3-bit immediate out of range"
13926 msgstr ""
13927
13928 #: config/tc-pdp11.c:748
13929 msgid "6-bit immediate out of range"
13930 msgstr ""
13931
13932 #: config/tc-pdp11.c:755
13933 msgid "8-bit immediate out of range"
13934 msgstr ""
13935
13936 #: config/tc-pdp11.c:772 config/tc-pdp11.c:965
13937 msgid "Symbol expected"
13938 msgstr ""
13939
13940 #: config/tc-pdp11.c:777
13941 msgid "8-bit displacement out of range"
13942 msgstr ""
13943
13944 #: config/tc-pdp11.c:819 config/tc-pdp11.c:840 config/tc-pdp11.c:857
13945 #: config/tc-pdp11.c:878 config/tc-pdp11.c:895 config/tc-pdp11.c:916
13946 #: config/tc-pdp11.c:935 config/tc-pdp11.c:956
13947 msgid "Missing ','"
13948 msgstr ""
13949
13950 #: config/tc-pdp11.c:970
13951 msgid "6-bit displacement out of range"
13952 msgstr ""
13953
13954 #: config/tc-pdp11.c:991 config/tc-tilegx.c:1216 config/tc-tilepro.c:1102
13955 #: config/tc-vax.c:1950
13956 msgid "Too many operands"
13957 msgstr ""
13958
13959 #: config/tc-pdp11.c:1441
13960 #, c-format
13961 msgid "Can not represent %s relocation in this object file format"
13962 msgstr ""
13963
13964 #: config/tc-pj.c:64 config/tc-pj.c:73
13965 msgid "confusing relocation expressions"
13966 msgstr ""
13967
13968 #: config/tc-pj.c:157
13969 msgid "can't have relocation for ipush"
13970 msgstr ""
13971
13972 #: config/tc-pj.c:289
13973 msgid "expected expression"
13974 msgstr ""
13975
13976 #: config/tc-pj.c:355
13977 #, c-format
13978 msgid ""
13979 "PJ options:\n"
13980 "-little\t\t\tgenerate little endian code\n"
13981 "-big\t\t\tgenerate big endian code\n"
13982 msgstr ""
13983
13984 #: config/tc-pj.c:380 config/tc-sh.c:3600 config/tc-sh.c:3607
13985 #: config/tc-sh.c:3614 config/tc-sh.c:3621
13986 msgid "pcrel too far"
13987 msgstr ""
13988
13989 #: config/tc-ppc.c:977 config/tc-ppc.c:985 config/tc-ppc.c:3292
13990 msgid "invalid register expression"
13991 msgstr ""
13992
13993 #: config/tc-ppc.c:1145 config/tc-ppc.c:1203 config/tc-ppc.c:1251
13994 msgid "the use of -mvle requires big endian."
13995 msgstr ""
13996
13997 #: config/tc-ppc.c:1183 config/tc-ppc.c:1205
13998 msgid "the use of -mvle requires -a32."
13999 msgstr ""
14000
14001 #: config/tc-ppc.c:1185
14002 #, c-format
14003 msgid "%s unsupported"
14004 msgstr ""
14005
14006 #: config/tc-ppc.c:1278 config/tc-s390.c:431 config/tc-s390.c:438
14007 #, c-format
14008 msgid "invalid switch -m%s"
14009 msgstr ""
14010
14011 #: config/tc-ppc.c:1309
14012 msgid "--nops needs a numeric argument"
14013 msgstr ""
14014
14015 #: config/tc-ppc.c:1326
14016 #, c-format
14017 msgid ""
14018 "PowerPC options:\n"
14019 "-a32                    generate ELF32/XCOFF32\n"
14020 "-a64                    generate ELF64/XCOFF64\n"
14021 "-u                      ignored\n"
14022 "-mpwrx, -mpwr2          generate code for POWER/2 (RIOS2)\n"
14023 "-mpwr                   generate code for POWER (RIOS1)\n"
14024 "-m601                   generate code for PowerPC 601\n"
14025 "-mppc, -mppc32, -m603, -m604\n"
14026 "                        generate code for PowerPC 603/604\n"
14027 "-m403                   generate code for PowerPC 403\n"
14028 "-m405                   generate code for PowerPC 405\n"
14029 "-m440                   generate code for PowerPC 440\n"
14030 "-m464                   generate code for PowerPC 464\n"
14031 "-m476                   generate code for PowerPC 476\n"
14032 "-m7400, -m7410, -m7450, -m7455\n"
14033 "                        generate code for PowerPC 7400/7410/7450/7455\n"
14034 "-m750cl, -mgekko, -mbroadway\n"
14035 "                        generate code for PowerPC 750cl/Gekko/Broadway\n"
14036 "-m821, -m850, -m860     generate code for PowerPC 821/850/860\n"
14037 msgstr ""
14038
14039 #: config/tc-ppc.c:1346
14040 #, c-format
14041 msgid ""
14042 "-mppc64, -m620          generate code for PowerPC 620/625/630\n"
14043 "-mppc64bridge           generate code for PowerPC 64, including bridge "
14044 "insns\n"
14045 "-mbooke                 generate code for 32-bit PowerPC BookE\n"
14046 "-ma2                    generate code for A2 architecture\n"
14047 "-mpower4, -mpwr4        generate code for Power4 architecture\n"
14048 "-mpower5, -mpwr5, -mpwr5x\n"
14049 "                        generate code for Power5 architecture\n"
14050 "-mpower6, -mpwr6        generate code for Power6 architecture\n"
14051 "-mpower7, -mpwr7        generate code for Power7 architecture\n"
14052 "-mpower8, -mpwr8        generate code for Power8 architecture\n"
14053 "-mpower9, -mpwr9        generate code for Power9 architecture\n"
14054 "-mcell                  generate code for Cell Broadband Engine "
14055 "architecture\n"
14056 "-mcom                   generate code for Power/PowerPC common instructions\n"
14057 "-many                   generate code for any architecture (PWR/PWRX/PPC)\n"
14058 msgstr ""
14059
14060 #: config/tc-ppc.c:1361
14061 #, c-format
14062 msgid ""
14063 "-maltivec               generate code for AltiVec\n"
14064 "-mvsx                   generate code for Vector-Scalar (VSX) instructions\n"
14065 "-me300                  generate code for PowerPC e300 family\n"
14066 "-me500, -me500x2        generate code for Motorola e500 core complex\n"
14067 "-me500mc,               generate code for Freescale e500mc core complex\n"
14068 "-me500mc64,             generate code for Freescale e500mc64 core complex\n"
14069 "-me5500,                generate code for Freescale e5500 core complex\n"
14070 "-me6500,                generate code for Freescale e6500 core complex\n"
14071 "-mspe                   generate code for Motorola SPE instructions\n"
14072 "-mspe2                  generate code for Freescale SPE2 instructions\n"
14073 "-mvle                   generate code for Freescale VLE instructions\n"
14074 "-mtitan                 generate code for AppliedMicro Titan core complex\n"
14075 "-mregnames              Allow symbolic names for registers\n"
14076 "-mno-regnames           Do not allow symbolic names for registers\n"
14077 msgstr ""
14078
14079 #: config/tc-ppc.c:1377
14080 #, c-format
14081 msgid ""
14082 "-mrelocatable           support for GCC's -mrelocatble option\n"
14083 "-mrelocatable-lib       support for GCC's -mrelocatble-lib option\n"
14084 "-memb                   set PPC_EMB bit in ELF flags\n"
14085 "-mlittle, -mlittle-endian, -le\n"
14086 "                        generate code for a little endian machine\n"
14087 "-mbig, -mbig-endian, -be\n"
14088 "                        generate code for a big endian machine\n"
14089 "-msolaris               generate code for Solaris\n"
14090 "-mno-solaris            do not generate code for Solaris\n"
14091 "-K PIC                  set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
14092 "-V                      print assembler version number\n"
14093 "-Qy, -Qn                ignored\n"
14094 msgstr ""
14095
14096 #: config/tc-ppc.c:1391
14097 #, c-format
14098 msgid ""
14099 "-nops=count             when aligning, more than COUNT nops uses a branch\n"
14100 "-ppc476-workaround      warn if emitting data to code sections\n"
14101 msgstr ""
14102
14103 #: config/tc-ppc.c:1422
14104 #, c-format
14105 msgid "unknown default cpu = %s, os = %s"
14106 msgstr ""
14107
14108 #: config/tc-ppc.c:1450
14109 msgid "neither Power nor PowerPC opcodes were selected."
14110 msgstr ""
14111
14112 #: config/tc-ppc.c:1510
14113 #, c-format
14114 msgid "mask trims opcode bits for %s"
14115 msgstr ""
14116
14117 #: config/tc-ppc.c:1520
14118 #, c-format
14119 msgid "operand index error for %s"
14120 msgstr ""
14121
14122 #: config/tc-ppc.c:1546
14123 #, c-format
14124 msgid "operand %d overlap in %s"
14125 msgstr ""
14126
14127 #: config/tc-ppc.c:1555
14128 #, c-format
14129 msgid "non-optional operand %d follows optional operand in %s"
14130 msgstr ""
14131
14132 #: config/tc-ppc.c:1605
14133 #, c-format
14134 msgid "powerpc_operands[%d].bitm invalid"
14135 msgstr ""
14136
14137 #: config/tc-ppc.c:1612
14138 #, c-format
14139 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
14140 msgstr ""
14141
14142 #: config/tc-ppc.c:1638 config/tc-ppc.c:1695 config/tc-ppc.c:1739
14143 #, c-format
14144 msgid "major opcode is not sorted for %s"
14145 msgstr ""
14146
14147 #: config/tc-ppc.c:1644
14148 #, c-format
14149 msgid "%s is enabled by vle flag"
14150 msgstr ""
14151
14152 #: config/tc-ppc.c:1651
14153 #, c-format
14154 msgid "%s not disabled by vle flag"
14155 msgstr ""
14156
14157 #: config/tc-ppc.c:1665 config/tc-ppc.c:1710 config/tc-ppc.c:1754
14158 #, c-format
14159 msgid "duplicate instruction %s"
14160 msgstr ""
14161
14162 #: config/tc-ppc.c:1778
14163 #, c-format
14164 msgid "duplicate macro %s"
14165 msgstr ""
14166
14167 #: config/tc-ppc.c:2141
14168 msgid "identifier+constant@got means identifier@got+constant"
14169 msgstr ""
14170
14171 #: config/tc-ppc.c:2161
14172 msgid "symbol+offset not supported for got tls"
14173 msgstr ""
14174
14175 #: config/tc-ppc.c:2238 config/tc-ppc.c:4015 config/tc-ppc.c:7474
14176 msgid "data in executable section"
14177 msgstr ""
14178
14179 #: config/tc-ppc.c:2279 config/tc-ppc.c:5655
14180 msgid "expected comma after symbol-name: rest of line ignored."
14181 msgstr ""
14182
14183 #: config/tc-ppc.c:2312 config/tc-ppc.c:5691
14184 #, c-format
14185 msgid "ignoring attempt to re-define symbol `%s'."
14186 msgstr ""
14187
14188 #: config/tc-ppc.c:2320
14189 #, c-format
14190 msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld."
14191 msgstr ""
14192
14193 #: config/tc-ppc.c:2338
14194 msgid "common alignment not a power of 2"
14195 msgstr ""
14196
14197 #: config/tc-ppc.c:2380
14198 #, c-format
14199 msgid "expected comma after name `%s' in .localentry directive"
14200 msgstr ""
14201
14202 #: config/tc-ppc.c:2390
14203 msgid "missing expression in .localentry directive"
14204 msgstr ""
14205
14206 #: config/tc-ppc.c:2411
14207 #, c-format
14208 msgid ".localentry expression for `%s' is not a valid power of 2"
14209 msgstr ""
14210
14211 #: config/tc-ppc.c:2428
14212 #, c-format
14213 msgid ".localentry expression for `%s' does not evaluate to a constant"
14214 msgstr ""
14215
14216 #: config/tc-ppc.c:2443
14217 msgid "missing expression in .abiversion directive"
14218 msgstr ""
14219
14220 #: config/tc-ppc.c:2452
14221 msgid ".abiversion expression does not evaluate to a constant"
14222 msgstr ""
14223
14224 #: config/tc-ppc.c:2474
14225 msgid "unknown .gnu_attribute value"
14226 msgstr ""
14227
14228 #: config/tc-ppc.c:2526
14229 msgid "relocation cannot be done when using -mrelocatable"
14230 msgstr ""
14231
14232 #: config/tc-ppc.c:2572
14233 msgid "TOC section size exceeds 64k"
14234 msgstr ""
14235
14236 #: config/tc-ppc.c:2667
14237 #, c-format
14238 msgid "syntax error: invalid toc specifier `%s'"
14239 msgstr ""
14240
14241 #: config/tc-ppc.c:2681
14242 #, c-format
14243 msgid "syntax error: expected `]', found  `%c'"
14244 msgstr ""
14245
14246 #: config/tc-ppc.c:2993
14247 #, c-format
14248 msgid "%s howto doesn't match size/pcrel in gas"
14249 msgstr ""
14250
14251 #: config/tc-ppc.c:3034
14252 #, c-format
14253 msgid "unrecognized opcode: `%s'"
14254 msgstr ""
14255
14256 #: config/tc-ppc.c:3209
14257 msgid "[tocv] symbol is not a toc symbol"
14258 msgstr ""
14259
14260 #: config/tc-ppc.c:3220
14261 msgid "unimplemented toc32 expression modifier"
14262 msgstr ""
14263
14264 #: config/tc-ppc.c:3225
14265 msgid "unimplemented toc64 expression modifier"
14266 msgstr ""
14267
14268 #: config/tc-ppc.c:3229
14269 #, c-format
14270 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
14271 msgstr ""
14272
14273 #: config/tc-ppc.c:3512
14274 #, c-format
14275 msgid "@tls may not be used with \"%s\" operands"
14276 msgstr ""
14277
14278 #: config/tc-ppc.c:3515
14279 msgid "@tls may only be used in last operand"
14280 msgstr ""
14281
14282 #: config/tc-ppc.c:3536 config/tc-ppc.c:3543 config/tc-ppc.c:3555
14283 #, c-format
14284 msgid "%s unsupported on this instruction"
14285 msgstr ""
14286
14287 #: config/tc-ppc.c:3599
14288 #, c-format
14289 msgid "assuming %s on symbol"
14290 msgstr ""
14291
14292 #: config/tc-ppc.c:3702
14293 msgid "unsupported relocation for DS offset field"
14294 msgstr ""
14295
14296 #: config/tc-ppc.c:3745
14297 #, c-format
14298 msgid "syntax error; found `%c', expected `%c'"
14299 msgstr ""
14300
14301 #: config/tc-ppc.c:3750
14302 #, c-format
14303 msgid "syntax error; end of line, expected `%c'"
14304 msgstr ""
14305
14306 #: config/tc-ppc.c:3815 config/tc-ppc.c:6767
14307 #, c-format
14308 msgid "instruction address is not a multiple of %d"
14309 msgstr ""
14310
14311 #: config/tc-ppc.c:3899
14312 msgid "wrong number of operands"
14313 msgstr ""
14314
14315 #: config/tc-ppc.c:3972
14316 msgid "bad .section directive: want a,e,v,w,x,M,S,G,T in string"
14317 msgstr ""
14318
14319 #: config/tc-ppc.c:4052
14320 msgid "missing size"
14321 msgstr ""
14322
14323 #: config/tc-ppc.c:4061
14324 msgid "negative size"
14325 msgstr ""
14326
14327 #: config/tc-ppc.c:4093
14328 msgid "missing real symbol name"
14329 msgstr ""
14330
14331 #: config/tc-ppc.c:4132
14332 msgid "attempt to redefine symbol"
14333 msgstr ""
14334
14335 #: config/tc-ppc.c:4395
14336 #, c-format
14337 msgid "no known dwarf XCOFF section for flag 0x%08x\n"
14338 msgstr ""
14339
14340 #: config/tc-ppc.c:4408
14341 #, c-format
14342 msgid "label %s was not defined in this dwarf section"
14343 msgstr ""
14344
14345 #: config/tc-ppc.c:4522
14346 msgid "the XCOFF file format does not support arbitrary sections"
14347 msgstr ""
14348
14349 #: config/tc-ppc.c:4593
14350 msgid ".ref outside .csect"
14351 msgstr ""
14352
14353 #: config/tc-ppc.c:4614 config/tc-ppc.c:4814
14354 msgid "missing symbol name"
14355 msgstr ""
14356
14357 #: config/tc-ppc.c:4644
14358 msgid "missing rename string"
14359 msgstr ""
14360
14361 #: config/tc-ppc.c:4674 config/tc-ppc.c:5213 read.c:3519
14362 msgid "missing value"
14363 msgstr ""
14364
14365 #: config/tc-ppc.c:4692
14366 msgid "illegal .stabx expression; zero assumed"
14367 msgstr ""
14368
14369 #: config/tc-ppc.c:4724
14370 msgid "missing class"
14371 msgstr ""
14372
14373 #: config/tc-ppc.c:4733
14374 msgid "missing type"
14375 msgstr ""
14376
14377 #: config/tc-ppc.c:4760
14378 msgid ".stabx of storage class stsym must be within .bs/.es"
14379 msgstr ""
14380
14381 #: config/tc-ppc.c:5001
14382 msgid "nested .bs blocks"
14383 msgstr ""
14384
14385 #: config/tc-ppc.c:5032
14386 msgid ".es without preceding .bs"
14387 msgstr ""
14388
14389 #: config/tc-ppc.c:5205
14390 msgid "non-constant byte count"
14391 msgstr ""
14392
14393 #: config/tc-ppc.c:5279
14394 msgid ".tc not in .toc section"
14395 msgstr ""
14396
14397 #: config/tc-ppc.c:5297
14398 msgid ".tc with no label"
14399 msgstr ""
14400
14401 #: config/tc-ppc.c:5381 config/tc-s390.c:1966
14402 msgid ".machine stack overflow"
14403 msgstr ""
14404
14405 #: config/tc-ppc.c:5388 config/tc-s390.c:1977
14406 msgid ".machine stack underflow"
14407 msgstr ""
14408
14409 #: config/tc-ppc.c:5395 config/tc-s390.c:1989
14410 #, c-format
14411 msgid "invalid machine `%s'"
14412 msgstr ""
14413
14414 #: config/tc-ppc.c:5427
14415 msgid "no previous section to return to, ignored."
14416 msgstr ""
14417
14418 #: config/tc-ppc.c:5700
14419 #, c-format
14420 msgid "length of .comm \"%s\" is already %ld. Not changed to %ld."
14421 msgstr ""
14422
14423 #. Section Contents
14424 #. unknown
14425 #: config/tc-ppc.c:5828
14426 msgid "unsupported section attribute -- 'a'"
14427 msgstr ""
14428
14429 #: config/tc-ppc.c:6011
14430 msgid "bad symbol suffix"
14431 msgstr ""
14432
14433 #: config/tc-ppc.c:6104
14434 msgid "unrecognized symbol suffix"
14435 msgstr ""
14436
14437 #: config/tc-ppc.c:6191
14438 msgid "two .function pseudo-ops with no intervening .ef"
14439 msgstr ""
14440
14441 #: config/tc-ppc.c:6204
14442 msgid ".ef with no preceding .function"
14443 msgstr ""
14444
14445 #: config/tc-ppc.c:6333
14446 #, c-format
14447 msgid "warning: symbol %s has no csect"
14448 msgstr ""
14449
14450 #: config/tc-ppc.c:6595
14451 msgid "symbol in .toc does not match any .tc"
14452 msgstr ""
14453
14454 #: config/tc-ppc.c:7238
14455 #, c-format
14456 msgid "%s unsupported as instruction fixup"
14457 msgstr ""
14458
14459 #: config/tc-ppc.c:7312
14460 #, c-format
14461 msgid "unsupported relocation against %s"
14462 msgstr ""
14463
14464 #: config/tc-ppc.c:7457
14465 #, c-format
14466 msgid "Gas failure, reloc value %d\n"
14467 msgstr ""
14468
14469 #: config/tc-pru.c:603
14470 #, c-format
14471 msgid "quick branch offset %d out of range %d to %d"
14472 msgstr ""
14473
14474 #: config/tc-pru.c:618
14475 #, c-format
14476 msgid "immediate value %llu out of range %u to %lu"
14477 msgstr ""
14478
14479 #: config/tc-pru.c:698
14480 msgid "unexpected PC relative expression"
14481 msgstr ""
14482
14483 #: config/tc-pru.c:735 config/tc-pru.c:742
14484 msgid "residual low bits in pmem diff relocation"
14485 msgstr ""
14486
14487 #: config/tc-pru.c:938 config/tc-pru.c:971
14488 #, c-format
14489 msgid "trailing garbage after expression: %s"
14490 msgstr ""
14491
14492 #: config/tc-pru.c:943
14493 #, c-format
14494 msgid "expected expression, got %s"
14495 msgstr ""
14496
14497 #: config/tc-pru.c:976
14498 #, c-format
14499 msgid "expected constant expression, got %s"
14500 msgstr ""
14501
14502 #: config/tc-pru.c:1029
14503 msgid "data transfer register cannot be halfword"
14504 msgstr ""
14505
14506 #: config/tc-pru.c:1048
14507 msgid "destination register must be full-word"
14508 msgstr ""
14509
14510 #: config/tc-pru.c:1080
14511 #, c-format
14512 msgid "cannot use partial register %s for addressing"
14513 msgstr ""
14514
14515 #: config/tc-pru.c:1093
14516 #, c-format
14517 msgid "value %lu is too large for a byte operand"
14518 msgstr ""
14519
14520 #: config/tc-pru.c:1115
14521 #, c-format
14522 msgid "loop count constant %ld is out of range [1..%d]"
14523 msgstr ""
14524
14525 #: config/tc-pru.c:1215 config/tc-pru.c:1241
14526 #, c-format
14527 msgid "byte count constant %ld is out of range [1..%d]"
14528 msgstr ""
14529
14530 #: config/tc-pru.c:1222 config/tc-pru.c:1248
14531 msgid "only r0 can be used as byte count register"
14532 msgstr ""
14533
14534 #: config/tc-pru.c:1224 config/tc-pru.c:1250
14535 msgid "only r0.bX byte fields of r0 can be used as byte count"
14536 msgstr ""
14537
14538 #: config/tc-pru.c:1263
14539 #, c-format
14540 msgid "invalid constant table offset %ld"
14541 msgstr ""
14542
14543 #: config/tc-pru.c:1274
14544 #, c-format
14545 msgid "invalid WakeOnStatus %ld"
14546 msgstr ""
14547
14548 #: config/tc-pru.c:1285
14549 #, c-format
14550 msgid "invalid XFR WideBus Address %ld"
14551 msgstr ""
14552
14553 #: config/tc-pru.c:1545
14554 #, c-format
14555 msgid ""
14556 "PRU options:\n"
14557 "  -mlink-relax     generate relocations for linker relaxation (default).\n"
14558 "  -mno-link-relax  don't generate relocations for linker relaxation.\n"
14559 msgstr ""
14560
14561 #: config/tc-pru.c:1839
14562 #, c-format
14563 msgid "Label \"%s\" matches a CPU register name"
14564 msgstr ""
14565
14566 #: config/tc-riscv.c:399 config/tc-riscv.c:464
14567 #, c-format
14568 msgid "internal error: can't hash `%s': %s"
14569 msgstr ""
14570
14571 #: config/tc-riscv.c:561
14572 #, c-format
14573 msgid "internal: bad RISC-V opcode (mask error): %s %s"
14574 msgstr ""
14575
14576 #: config/tc-riscv.c:609
14577 #, c-format
14578 msgid "internal: bad RISC-V opcode (unknown operand type `CF%c'): %s %s"
14579 msgstr ""
14580
14581 #: config/tc-riscv.c:616
14582 #, c-format
14583 msgid "internal: bad RISC-V opcode (unknown operand type `C%c'): %s %s"
14584 msgstr ""
14585
14586 #: config/tc-riscv.c:660 config/tc-riscv.c:672
14587 #, c-format
14588 msgid "internal: bad RISC-V opcode (unknown operand type `F%c'): %s %s"
14589 msgstr ""
14590
14591 #: config/tc-riscv.c:679
14592 #, c-format
14593 msgid "internal: bad RISC-V opcode (unknown operand type `%c'): %s %s"
14594 msgstr ""
14595
14596 #: config/tc-riscv.c:687
14597 #, c-format
14598 msgid "internal: bad RISC-V opcode (bits 0x%lx undefined): %s %s"
14599 msgstr ""
14600
14601 #: config/tc-riscv.c:833
14602 #, c-format
14603 msgid "Unsupported RISC-V relocation number %d"
14604 msgstr ""
14605
14606 #: config/tc-riscv.c:920
14607 msgid "internal error: invalid macro"
14608 msgstr ""
14609
14610 #: config/tc-riscv.c:951 config/tc-riscv.c:1021
14611 msgid "unsupported large constant"
14612 msgstr ""
14613
14614 #: config/tc-riscv.c:953
14615 #, c-format
14616 msgid "unknown CSR `%s'"
14617 msgstr ""
14618
14619 #: config/tc-riscv.c:956
14620 #, c-format
14621 msgid "Instruction %s requires absolute expression"
14622 msgstr ""
14623
14624 #: config/tc-riscv.c:1177
14625 #, c-format
14626 msgid "Macro %s not implemented"
14627 msgstr ""
14628
14629 #: config/tc-riscv.c:1659
14630 msgid "bad value for funct6 field, value must be 0...64"
14631 msgstr ""
14632
14633 #: config/tc-riscv.c:1674
14634 msgid "bad value for funct4 field, value must be 0...15"
14635 msgstr ""
14636
14637 #: config/tc-riscv.c:1689 config/tc-riscv.c:2047
14638 msgid "bad value for funct3 field, value must be 0...7"
14639 msgstr ""
14640
14641 #: config/tc-riscv.c:1703 config/tc-riscv.c:2062
14642 msgid "bad value for funct2 field, value must be 0...3"
14643 msgstr ""
14644
14645 #: config/tc-riscv.c:1712
14646 #, c-format
14647 msgid "bad compressed FUNCT field specifier 'CF%c'\n"
14648 msgstr ""
14649
14650 #: config/tc-riscv.c:1719
14651 #, c-format
14652 msgid "bad RVC field specifier 'C%c'\n"
14653 msgstr ""
14654
14655 #: config/tc-riscv.c:1742 config/tc-riscv.c:1753
14656 #, c-format
14657 msgid "Improper shift amount (%lu)"
14658 msgstr ""
14659
14660 #: config/tc-riscv.c:1764
14661 #, c-format
14662 msgid "Improper CSRxI immediate (%lu)"
14663 msgstr ""
14664
14665 #: config/tc-riscv.c:1779
14666 #, c-format
14667 msgid "Improper CSR address (%lu)"
14668 msgstr ""
14669
14670 #: config/tc-riscv.c:1954
14671 msgid "lui expression not in range 0..1048575"
14672 msgstr ""
14673
14674 #: config/tc-riscv.c:1993
14675 msgid ""
14676 "bad value for opcode field, value must be 0...127 and lower 2 bits must be "
14677 "0x3"
14678 msgstr ""
14679
14680 #: config/tc-riscv.c:2009
14681 msgid "bad value for opcode field, value must be 0...2"
14682 msgstr ""
14683
14684 #: config/tc-riscv.c:2019
14685 #, c-format
14686 msgid "bad Opcode field specifier 'O%c'\n"
14687 msgstr ""
14688
14689 #: config/tc-riscv.c:2032
14690 msgid "bad value for funct7 field, value must be 0...127"
14691 msgstr ""
14692
14693 #: config/tc-riscv.c:2073
14694 #, c-format
14695 msgid "bad FUNCT field specifier 'F%c'\n"
14696 msgstr ""
14697
14698 #: config/tc-riscv.c:2087
14699 #, c-format
14700 msgid "internal error: bad argument type %c"
14701 msgstr ""
14702
14703 #: config/tc-riscv.c:2092
14704 msgid "illegal operands"
14705 msgstr ""
14706
14707 #: config/tc-riscv.c:2462
14708 #, c-format
14709 msgid "internal error: bad CFA value #%d"
14710 msgstr ""
14711
14712 #: config/tc-riscv.c:2543
14713 #, c-format
14714 msgid "internal error: bad relocation #%d"
14715 msgstr ""
14716
14717 #: config/tc-riscv.c:2548
14718 msgid "unsupported symbol subtraction"
14719 msgstr ""
14720
14721 #: config/tc-riscv.c:2643
14722 msgid ".option pop with no .option push"
14723 msgstr ""
14724
14725 #: config/tc-riscv.c:2653
14726 #, c-format
14727 msgid "Unrecognized .option directive: %s\n"
14728 msgstr ""
14729
14730 #: config/tc-riscv.c:2673
14731 #, c-format
14732 msgid "Unsupported use of %s"
14733 msgstr ""
14734
14735 #: config/tc-riscv.c:2828
14736 #, c-format
14737 msgid "cannot represent %s relocation in object file"
14738 msgstr ""
14739
14740 #: config/tc-riscv.c:2969
14741 #, c-format
14742 msgid ""
14743 "RISC-V options:\n"
14744 "  -fpic          generate position-independent code\n"
14745 "  -fno-pic       don't generate position-independent code (default)\n"
14746 "  -march=ISA     set the RISC-V architecture\n"
14747 "  -mabi=ABI      set the RISC-V ABI\n"
14748 "  -mrelax        enable relax (default)\n"
14749 "  -mno-relax     disable relax\n"
14750 "  -march-attr    generate RISC-V arch attribute\n"
14751 "  -mno-arch-attr don't generate RISC-V arch attribute\n"
14752 msgstr ""
14753
14754 #: config/tc-riscv.c:3000
14755 #, c-format
14756 msgid "unknown register `%s'"
14757 msgstr ""
14758
14759 #: config/tc-riscv.c:3021
14760 #, c-format
14761 msgid "non-constant .%cleb128 is not supported"
14762 msgstr ""
14763
14764 #: config/tc-riscv.c:3146
14765 msgid ".attribute arch must set before any instructions"
14766 msgstr ""
14767
14768 #: config/tc-rl78.c:213
14769 msgid "16-bit relocation used in 8-bit operand"
14770 msgstr ""
14771
14772 #: config/tc-rl78.c:217
14773 msgid "8-bit relocation used in 16-bit operand"
14774 msgstr ""
14775
14776 #: config/tc-rl78.c:243 config/tc-rx.c:889
14777 #, c-format
14778 msgid "Value %d doesn't fit in unsigned %d-bit field"
14779 msgstr ""
14780
14781 #: config/tc-rl78.c:249 config/tc-rx.c:895
14782 #, c-format
14783 msgid "Value %d doesn't fit in signed %d-bit field"
14784 msgstr ""
14785
14786 #: config/tc-rl78.c:367
14787 #, c-format
14788 msgid " RL78 specific command line options:\n"
14789 msgstr ""
14790
14791 #: config/tc-rl78.c:368
14792 #, c-format
14793 msgid "  --mrelax          Enable link time relaxation\n"
14794 msgstr ""
14795
14796 #: config/tc-rl78.c:369
14797 #, c-format
14798 msgid "  --mg10            Enable support for G10 variant\n"
14799 msgstr ""
14800
14801 #: config/tc-rl78.c:370
14802 #, c-format
14803 msgid "  --mg13            Selects the G13 core.\n"
14804 msgstr ""
14805
14806 #: config/tc-rl78.c:371
14807 #, c-format
14808 msgid "  --mg14            Selects the G14 core [default]\n"
14809 msgstr ""
14810
14811 #: config/tc-rl78.c:372
14812 #, c-format
14813 msgid "  --mrl78           Alias for --mg14\n"
14814 msgstr ""
14815
14816 #: config/tc-rl78.c:373
14817 #, c-format
14818 msgid "  --m32bit-doubles  [default]\n"
14819 msgstr ""
14820
14821 #: config/tc-rl78.c:374
14822 #, c-format
14823 msgid "  --m64bit-doubles  Source code uses 64-bit doubles\n"
14824 msgstr ""
14825
14826 #: config/tc-rl78.c:450
14827 #, c-format
14828 msgid "%%%s() must be outermost term in expression"
14829 msgstr ""
14830
14831 #: config/tc-rl78.c:678 config/tc-rx.c:2250
14832 #, c-format
14833 msgid "unsupported constant size %d\n"
14834 msgstr ""
14835
14836 #: config/tc-rl78.c:694
14837 #, c-format
14838 msgid "%%hi16/%%lo16 only applies to .short or .hword"
14839 msgstr ""
14840
14841 #: config/tc-rl78.c:704
14842 #, c-format
14843 msgid "%%hi8 only applies to .byte"
14844 msgstr ""
14845
14846 #: config/tc-rl78.c:716 config/tc-rx.c:2257
14847 msgid "difference of two symbols only supported with .long, .short, or .byte"
14848 msgstr ""
14849
14850 #: config/tc-rl78.c:1238 config/tc-rx.c:2184
14851 #, c-format
14852 msgid "bad frag at %p : fix %ld addr %ld %ld \n"
14853 msgstr ""
14854
14855 #: config/tc-rl78.c:1454
14856 #, c-format
14857 msgid "value of %ld too large for 8-bit branch"
14858 msgstr ""
14859
14860 #: config/tc-rl78.c:1465
14861 #, c-format
14862 msgid "value of %ld too large for 16-bit branch"
14863 msgstr ""
14864
14865 #: config/tc-rl78.c:1514 config/tc-rx.c:2449
14866 #, c-format
14867 msgid "Unknown reloc in md_apply_fix: %s"
14868 msgstr ""
14869
14870 #: config/tc-rx.c:195
14871 #, c-format
14872 msgid "unrecognised RX CPU type %s"
14873 msgstr ""
14874
14875 #: config/tc-rx.c:210
14876 #, c-format
14877 msgid " RX specific command line options:\n"
14878 msgstr ""
14879
14880 #: config/tc-rx.c:211
14881 #, c-format
14882 msgid "  --mbig-endian-data\n"
14883 msgstr ""
14884
14885 #: config/tc-rx.c:212
14886 #, c-format
14887 msgid "  --mlittle-endian-data [default]\n"
14888 msgstr ""
14889
14890 #: config/tc-rx.c:213
14891 #, c-format
14892 msgid "  --m32bit-doubles [default]\n"
14893 msgstr ""
14894
14895 #: config/tc-rx.c:214
14896 #, c-format
14897 msgid "  --m64bit-doubles\n"
14898 msgstr ""
14899
14900 #: config/tc-rx.c:215
14901 #, c-format
14902 msgid "  --muse-conventional-section-names\n"
14903 msgstr ""
14904
14905 #: config/tc-rx.c:216
14906 #, c-format
14907 msgid "  --muse-renesas-section-names [default]\n"
14908 msgstr ""
14909
14910 #: config/tc-rx.c:217
14911 #, c-format
14912 msgid "  --msmall-data-limit\n"
14913 msgstr ""
14914
14915 #: config/tc-rx.c:218
14916 #, c-format
14917 msgid "  --mrelax\n"
14918 msgstr ""
14919
14920 #: config/tc-rx.c:219
14921 #, c-format
14922 msgid "  --mpid\n"
14923 msgstr ""
14924
14925 #: config/tc-rx.c:220
14926 #, c-format
14927 msgid "  --mint-register=<value>\n"
14928 msgstr ""
14929
14930 #: config/tc-rx.c:221
14931 #, c-format
14932 msgid "  --mcpu=<rx100|rx200|rx600|rx610|rxv2|rxv3|rxv3-dfpu>\n"
14933 msgstr ""
14934
14935 #: config/tc-rx.c:222
14936 #, c-format
14937 msgid "  --mno-allow-string-insns"
14938 msgstr ""
14939
14940 #: config/tc-rx.c:302
14941 msgid "no filename following .INCLUDE pseudo-op"
14942 msgstr ""
14943
14944 #: config/tc-rx.c:405
14945 #, c-format
14946 msgid "unable to locate include file: %s"
14947 msgstr ""
14948
14949 #: config/tc-rx.c:456
14950 #, c-format
14951 msgid "unrecognised alignment value in .SECTION directive: %s"
14952 msgstr ""
14953
14954 #: config/tc-rx.c:473
14955 #, c-format
14956 msgid "unknown parameter following .SECTION directive: %s"
14957 msgstr ""
14958
14959 #: config/tc-rx.c:559
14960 msgid "expecting either ON or OFF after .list"
14961 msgstr ""
14962
14963 #: config/tc-rx.c:595
14964 #, c-format
14965 msgid "The \".%s\" pseudo-op is not implemented\n"
14966 msgstr ""
14967
14968 #: config/tc-rx.c:968 config/tc-rx.c:970
14969 #, c-format
14970 msgid "Value %d and %d out of range"
14971 msgstr ""
14972
14973 #: config/tc-rx.c:1125
14974 msgid "The .DEFINE pseudo-op is not implemented"
14975 msgstr ""
14976
14977 #: config/tc-rx.c:1127
14978 msgid "The .MACRO pseudo-op is not implemented"
14979 msgstr ""
14980
14981 #: config/tc-rx.c:1129
14982 msgid "The .BTEQU pseudo-op is not implemented."
14983 msgstr ""
14984
14985 #: config/tc-rx.c:2114
14986 msgid "invalid immediate size"
14987 msgstr ""
14988
14989 #: config/tc-rx.c:2133
14990 msgid "invalid immediate field position"
14991 msgstr ""
14992
14993 #: config/tc-rx.c:2301
14994 #, c-format
14995 msgid "jump not 3..10 bytes away (is %d)"
14996 msgstr ""
14997
14998 #: config/tc-rx.c:2692
14999 msgid ""
15000 "Use of an RX string instruction detected in a file being assembled without "
15001 "string instruction support"
15002 msgstr ""
15003
15004 #: config/tc-s12z.c:342
15005 #, c-format
15006 msgid "Expecting '%c'"
15007 msgstr ""
15008
15009 #: config/tc-s12z.c:408 config/tc-s12z.c:509
15010 msgid "Bad operand for constant offset"
15011 msgstr ""
15012
15013 #: config/tc-s12z.c:436 config/tc-s12z.c:527
15014 msgid "Invalid operand for register offset"
15015 msgstr ""
15016
15017 #: config/tc-s12z.c:542
15018 msgid "Invalid register for postdecrement operation"
15019 msgstr ""
15020
15021 #: config/tc-s12z.c:578
15022 msgid "Invalid register for preincrement operation"
15023 msgstr ""
15024
15025 #: config/tc-s12z.c:596
15026 msgid "Invalid register for predecrement operation"
15027 msgstr ""
15028
15029 #: config/tc-s12z.c:715
15030 msgid "Garbage at end of instruction"
15031 msgstr ""
15032
15033 #: config/tc-s12z.c:835
15034 msgid "Offset is outside of 15 bit range"
15035 msgstr ""
15036
15037 #: config/tc-s12z.c:951
15038 msgid "Bad size"
15039 msgstr ""
15040
15041 #: config/tc-s12z.c:996 config/tc-s12z.c:1056 config/tc-s12z.c:1118
15042 #: config/tc-s12z.c:1183
15043 msgid "BAD MUL"
15044 msgstr ""
15045
15046 #: config/tc-s12z.c:1323
15047 #, c-format
15048 msgid "Source register for %s is no larger than the destination register"
15049 msgstr ""
15050
15051 #: config/tc-s12z.c:1348
15052 #, c-format
15053 msgid "Immediate value %ld is out of range for instruction %s"
15054 msgstr ""
15055
15056 #: config/tc-s12z.c:1419
15057 #, c-format
15058 msgid "trap value %ld is not valid"
15059 msgstr ""
15060
15061 #: config/tc-s12z.c:1830
15062 msgid "Shift value should be in the range [0,31]"
15063 msgstr ""
15064
15065 #: config/tc-s12z.c:1877
15066 msgid "Bad shift mode"
15067 msgstr ""
15068
15069 #: config/tc-s12z.c:1890
15070 msgid "Bad shift *direction"
15071 msgstr ""
15072
15073 #: config/tc-s12z.c:2148
15074 #, c-format
15075 msgid "Immediate operand %ld is inappropriate for size of instruction"
15076 msgstr ""
15077
15078 #: config/tc-s12z.c:2239 config/tc-s12z.c:2308 config/tc-s12z.c:2376
15079 #, c-format
15080 msgid "Invalid width value for %s"
15081 msgstr ""
15082
15083 #: config/tc-s12z.c:2252 config/tc-s12z.c:2321 config/tc-s12z.c:2389
15084 #, c-format
15085 msgid "Invalid offset value for %s"
15086 msgstr ""
15087
15088 #: config/tc-s12z.c:3694
15089 #, c-format
15090 msgid "Invalid instruction: \"%s\""
15091 msgstr ""
15092
15093 #: config/tc-s12z.c:3695
15094 #, c-format
15095 msgid "First invalid token: \"%s\""
15096 msgstr ""
15097
15098 #: config/tc-s390.c:237 config/tc-sparc.c:310
15099 msgid "Invalid default architecture, broken assembler."
15100 msgstr ""
15101
15102 #: config/tc-s390.c:372
15103 #, c-format
15104 msgid "no such machine extension `%s'"
15105 msgstr ""
15106
15107 #: config/tc-s390.c:383
15108 #, c-format
15109 msgid "junk at end of machine string, first unrecognized character is `%c'"
15110 msgstr ""
15111
15112 #: config/tc-s390.c:450 config/tc-sparc.c:489
15113 #, c-format
15114 msgid "invalid architecture -A%s"
15115 msgstr ""
15116
15117 #: config/tc-s390.c:473
15118 #, c-format
15119 msgid ""
15120 "        S390 options:\n"
15121 "        -mregnames        Allow symbolic names for registers\n"
15122 "        -mwarn-areg-zero  Warn about zero base/index registers\n"
15123 "        -mno-regnames     Do not allow symbolic names for registers\n"
15124 "        -m31              Set file format to 31 bit format\n"
15125 "        -m64              Set file format to 64 bit format\n"
15126 msgstr ""
15127
15128 #: config/tc-s390.c:480
15129 #, c-format
15130 msgid ""
15131 "        -V                print assembler version number\n"
15132 "        -Qy, -Qn          ignored\n"
15133 msgstr ""
15134
15135 #: config/tc-s390.c:537
15136 #, c-format
15137 msgid "Internal assembler error for instruction %s"
15138 msgstr ""
15139
15140 #: config/tc-s390.c:564
15141 msgid "The 64 bit file format is used without esame instructions."
15142 msgstr ""
15143
15144 #: config/tc-s390.c:580
15145 #, c-format
15146 msgid "Internal assembler error for instruction format %s"
15147 msgstr ""
15148
15149 #: config/tc-s390.c:626
15150 #, c-format
15151 msgid "operand out of range (%s not between %ld and %ld)"
15152 msgstr ""
15153
15154 #: config/tc-s390.c:851
15155 #, c-format
15156 msgid "identifier+constant@%s means identifier@%s+constant"
15157 msgstr ""
15158
15159 #: config/tc-s390.c:932
15160 msgid "Can't handle O_big in s390_exp_compare"
15161 msgstr ""
15162
15163 #: config/tc-s390.c:1014
15164 msgid "Invalid suffix for literal pool entry"
15165 msgstr ""
15166
15167 #: config/tc-s390.c:1071
15168 msgid "Big number is too big"
15169 msgstr ""
15170
15171 #: config/tc-s390.c:1220
15172 msgid "relocation not applicable"
15173 msgstr ""
15174
15175 #: config/tc-s390.c:1350
15176 msgid "invalid length field specified"
15177 msgstr ""
15178
15179 #: config/tc-s390.c:1354
15180 msgid "index register specified but zero"
15181 msgstr ""
15182
15183 #: config/tc-s390.c:1358
15184 msgid "base register specified but zero"
15185 msgstr ""
15186
15187 #: config/tc-s390.c:1362
15188 msgid "odd numbered general purpose register specified as register pair"
15189 msgstr ""
15190
15191 #: config/tc-s390.c:1370
15192 msgid ""
15193 "invalid floating point register pair.  Valid fp register pair operands are "
15194 "0, 1, 4, 5, 8, 9, 12 or 13."
15195 msgstr ""
15196
15197 #: config/tc-s390.c:1459
15198 msgid "invalid operand suffix"
15199 msgstr ""
15200
15201 #: config/tc-s390.c:1482
15202 msgid "syntax error; missing '(' after displacement"
15203 msgstr ""
15204
15205 #: config/tc-s390.c:1499 config/tc-s390.c:1545 config/tc-s390.c:1577
15206 msgid "syntax error; expected ','"
15207 msgstr ""
15208
15209 #: config/tc-s390.c:1531
15210 msgid "syntax error; missing ')' after base register"
15211 msgstr ""
15212
15213 #: config/tc-s390.c:1562
15214 msgid "syntax error; ')' not allowed here"
15215 msgstr ""
15216
15217 #: config/tc-s390.c:1702
15218 #, c-format
15219 msgid "Opcode %s not available in this mode"
15220 msgstr ""
15221
15222 #: config/tc-s390.c:1757 config/tc-s390.c:1780 config/tc-s390.c:1793
15223 msgid "Invalid .insn format\n"
15224 msgstr ""
15225
15226 #: config/tc-s390.c:1765
15227 #, c-format
15228 msgid "Unrecognized opcode format: `%s'"
15229 msgstr ""
15230
15231 #: config/tc-s390.c:1796
15232 msgid "second operand of .insn not a constant\n"
15233 msgstr ""
15234
15235 #: config/tc-s390.c:1799
15236 msgid "missing comma after insn constant\n"
15237 msgstr ""
15238
15239 #: config/tc-s390.c:2038
15240 msgid ".machinemode stack overflow"
15241 msgstr ""
15242
15243 #: config/tc-s390.c:2045
15244 msgid ".machinemode stack underflow"
15245 msgstr ""
15246
15247 #: config/tc-s390.c:2062
15248 #, c-format
15249 msgid "invalid machine mode `%s'"
15250 msgstr ""
15251
15252 #: config/tc-s390.c:2264
15253 #, c-format
15254 msgid "cannot emit relocation %s against subsy symbol %s"
15255 msgstr ""
15256
15257 #: config/tc-s390.c:2381
15258 msgid "unsupported relocation type"
15259 msgstr ""
15260
15261 #: config/tc-s390.c:2436
15262 #, c-format
15263 msgid "cannot emit PC relative %s relocation%s%s"
15264 msgstr ""
15265
15266 #: config/tc-s390.c:2575
15267 #, c-format
15268 msgid "Gas failure, reloc type %s\n"
15269 msgstr ""
15270
15271 #: config/tc-s390.c:2577
15272 #, c-format
15273 msgid "Gas failure, reloc type #%i\n"
15274 msgstr ""
15275
15276 #: config/tc-score.c:260
15277 msgid "div / mul are reserved instructions"
15278 msgstr ""
15279
15280 #: config/tc-score.c:261
15281 msgid "This architecture doesn't support mmu"
15282 msgstr ""
15283
15284 #: config/tc-score.c:262
15285 msgid "This architecture doesn't support atomic instruction"
15286 msgstr ""
15287
15288 #: config/tc-score.c:469
15289 msgid "S+core register expected"
15290 msgstr ""
15291
15292 #: config/tc-score.c:470
15293 msgid "S+core special-register expected"
15294 msgstr ""
15295
15296 #: config/tc-score.c:471
15297 msgid "S+core co-processor register expected"
15298 msgstr ""
15299
15300 #: config/tc-score.c:1074
15301 msgid "Using temp register (r1)"
15302 msgstr ""
15303
15304 #: config/tc-score.c:1093
15305 #, c-format
15306 msgid "register expected, not '%.100s'"
15307 msgstr ""
15308
15309 #: config/tc-score.c:1149 config/tc-score.c:5482
15310 msgid "rd must be even number."
15311 msgstr ""
15312
15313 #: config/tc-score.c:1513 config/tc-score.c:1520
15314 #, c-format
15315 msgid "invalid constant: %d bit expression not in range %u..%u"
15316 msgstr ""
15317
15318 #: config/tc-score.c:1526 config/tc-score.c:1533 config/tc-score.c:2895
15319 #: config/tc-score.c:2900 config/tc-score.c:3165 config/tc-score.c:3170
15320 #: config/tc-score.c:3462
15321 #, c-format
15322 msgid "invalid constant: %d bit expression not in range %d..%d"
15323 msgstr ""
15324
15325 #: config/tc-score.c:1558
15326 msgid "invalid constant: bit expression not defined"
15327 msgstr ""
15328
15329 #: config/tc-score.c:2068
15330 msgid "Using temp register(r1)"
15331 msgstr ""
15332
15333 #: config/tc-score.c:2082
15334 #, c-format
15335 msgid "low register (r0-r15) expected, not '%.100s'"
15336 msgstr ""
15337
15338 #: config/tc-score.c:2144 config/tc-score.c:3482 config/tc-score.c:3650
15339 #: config/tc-score.c:3695
15340 #, c-format
15341 msgid "missing ["
15342 msgstr ""
15343
15344 #: config/tc-score.c:2158 config/tc-score.c:3103 config/tc-score.c:3305
15345 #: config/tc-score.c:3321 config/tc-score.c:3392 config/tc-score.c:3447
15346 #: config/tc-score.c:3671 config/tc-score.c:3716 config/tc-score.c:3865
15347 #: config/tc-score.c:3919 config/tc-score.c:3965
15348 #, c-format
15349 msgid "missing ]"
15350 msgstr ""
15351
15352 #: config/tc-score.c:2347
15353 #, c-format
15354 msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)"
15355 msgstr ""
15356
15357 #: config/tc-score.c:2366
15358 #, c-format
15359 msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)"
15360 msgstr ""
15361
15362 #: config/tc-score.c:2382 config/tc-score.c:2389
15363 #, c-format
15364 msgid "data dependency: %s %s -- %s %s (%d/%d bubble)"
15365 msgstr ""
15366
15367 #: config/tc-score.c:2838
15368 msgid "address offset must be half word alignment"
15369 msgstr ""
15370
15371 #: config/tc-score.c:2846
15372 msgid "address offset must be word alignment"
15373 msgstr ""
15374
15375 #: config/tc-score.c:2986 config/tc-score.c:3123
15376 msgid "register same as write-back base"
15377 msgstr ""
15378
15379 #: config/tc-score.c:3093
15380 msgid "pre-indexed expression expected"
15381 msgstr ""
15382
15383 #: config/tc-score.c:3422
15384 #, c-format
15385 msgid "invalid register number: %d is not in [r0--r7]"
15386 msgstr ""
15387
15388 #: config/tc-score.c:3439
15389 msgid "comma is  expected"
15390 msgstr ""
15391
15392 #: config/tc-score.c:3470
15393 #, c-format
15394 msgid "invalid constant: %d is not word align integer"
15395 msgstr ""
15396
15397 #: config/tc-score.c:3509 config/tc-score.c:3552
15398 msgid "invalid constant: 32 bit expression not word align"
15399 msgstr ""
15400
15401 #: config/tc-score.c:3518 config/tc-score.c:3561
15402 msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
15403 msgstr ""
15404
15405 #: config/tc-score.c:3594
15406 msgid ""
15407 "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
15408 msgstr ""
15409
15410 #: config/tc-score.c:3783 config/tc-score.c:3811
15411 msgid "imm5 should >= 2"
15412 msgstr ""
15413
15414 #: config/tc-score.c:3788 config/tc-score.c:3817
15415 msgid "reg should <= 31"
15416 msgstr ""
15417
15418 #: config/tc-score.c:3859 config/tc-score.c:3910
15419 msgid "missing +"
15420 msgstr ""
15421
15422 #: config/tc-score.c:3903
15423 #, c-format
15424 msgid "%s register same as write-back base"
15425 msgstr ""
15426
15427 #: config/tc-score.c:3905
15428 msgid "destination"
15429 msgstr ""
15430
15431 #: config/tc-score.c:3905
15432 msgid "source"
15433 msgstr ""
15434
15435 #: config/tc-score.c:4236 config/tc-score.c:4312 config/tc-score.c:4943
15436 msgid "expression error"
15437 msgstr ""
15438
15439 #: config/tc-score.c:4318
15440 msgid "value not in range [-0xffffffff, 0xffffffff]"
15441 msgstr ""
15442
15443 #: config/tc-score.c:4346
15444 msgid "li rd label isn't correct instruction form"
15445 msgstr ""
15446
15447 #: config/tc-score.c:4513 config/tc-score.c:4665 config/tc-score.c:5194
15448 #: config/tc-score.c:5222
15449 msgid "lacking label  "
15450 msgstr ""
15451
15452 #: config/tc-score.c:4893
15453 msgid "s3_PIC code offset overflow (max 16 signed bits)"
15454 msgstr ""
15455
15456 #: config/tc-score.c:4949
15457 msgid "value not in range [0, 0x7fffffff]"
15458 msgstr ""
15459
15460 #: config/tc-score.c:4954
15461 msgid "end on line error"
15462 msgstr ""
15463
15464 #: config/tc-score.c:5201
15465 msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
15466 msgstr ""
15467
15468 #: config/tc-score.c:5228
15469 msgid "invalid constant: 20 bit expression not in range -2^19..2^19-1"
15470 msgstr ""
15471
15472 #: config/tc-score.c:5261
15473 msgid "lacking label"
15474 msgstr ""
15475
15476 #: config/tc-score.c:5266
15477 msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
15478 msgstr ""
15479
15480 #: config/tc-score.c:5362
15481 msgid "pce instruction error (16 bit || 16 bit)."
15482 msgstr ""
15483
15484 #: config/tc-score.c:5380 config/tc-score.c:5404 config/tc-score.c:5431
15485 #: config/tc-score.c:5460 config/tc-score.c:5509
15486 msgid "score3d instruction."
15487 msgstr ""
15488
15489 #: config/tc-score.c:6027
15490 msgid "Unsupported use of .gpword"
15491 msgstr ""
15492
15493 #: config/tc-score.c:6123
15494 #, c-format
15495 msgid "BSS length (%d) < 0 ignored"
15496 msgstr ""
15497
15498 #: config/tc-score.c:6138 read.c:2468
15499 #, c-format
15500 msgid "error setting flags for \".sbss\": %s"
15501 msgstr ""
15502
15503 #: config/tc-score.c:6152 config/tc-sparc.c:4170
15504 msgid "missing alignment"
15505 msgstr ""
15506
15507 #: config/tc-score.c:6189
15508 #, c-format
15509 msgid "alignment too large; %d assumed"
15510 msgstr ""
15511
15512 #: config/tc-score.c:6194 read.c:2529
15513 msgid "alignment negative; 0 assumed"
15514 msgstr ""
15515
15516 #. Error routine.
15517 #: config/tc-score.c:6603 config/tc-score.c:6627
15518 msgid "size is not 4 or 6"
15519 msgstr ""
15520
15521 #: config/tc-score.c:6686
15522 msgid "bad call to MD_ATOF()"
15523 msgstr ""
15524
15525 #: config/tc-score.c:7185 config/tc-score.c:7251
15526 #, c-format
15527 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]"
15528 msgstr ""
15529
15530 #: config/tc-score.c:7200 config/tc-score.c:7229 config/tc-score.c:7281
15531 #, c-format
15532 msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19-1]"
15533 msgstr ""
15534
15535 #: config/tc-score.c:7306
15536 #, c-format
15537 msgid " branch relocation truncate (0x%x)  [-2^9 ~ 2^9-1]"
15538 msgstr ""
15539
15540 #: config/tc-score.c:7476
15541 #, c-format
15542 msgid "cannot represent %s relocation in this object file format1"
15543 msgstr ""
15544
15545 #: config/tc-score.c:7767
15546 #, c-format
15547 msgid "Sunplus-v2-0-0-20060510\n"
15548 msgstr ""
15549
15550 #: config/tc-score.c:7787
15551 #, c-format
15552 msgid " Score-specific assembler options:\n"
15553 msgstr ""
15554
15555 #: config/tc-score.c:7789
15556 #, c-format
15557 msgid "        -EB\t\tassemble code for a big-endian cpu\n"
15558 msgstr ""
15559
15560 #: config/tc-score.c:7794
15561 #, c-format
15562 msgid "        -EL\t\tassemble code for a little-endian cpu\n"
15563 msgstr ""
15564
15565 #: config/tc-score.c:7798
15566 #, c-format
15567 msgid "        -FIXDD\t\tfix data dependencies\n"
15568 msgstr ""
15569
15570 #: config/tc-score.c:7800
15571 #, c-format
15572 msgid ""
15573 "        -NWARN\t\tdo not print warning message when fixing data "
15574 "dependencies\n"
15575 msgstr ""
15576
15577 #: config/tc-score.c:7802
15578 #, c-format
15579 msgid "        -SCORE5\t\tassemble code for target SCORE5\n"
15580 msgstr ""
15581
15582 #: config/tc-score.c:7804
15583 #, c-format
15584 msgid "        -SCORE5U\tassemble code for target SCORE5U\n"
15585 msgstr ""
15586
15587 #: config/tc-score.c:7806
15588 #, c-format
15589 msgid "        -SCORE7\t\tassemble code for target SCORE7 [default]\n"
15590 msgstr ""
15591
15592 #: config/tc-score.c:7808
15593 #, c-format
15594 msgid "        -SCORE3\t\tassemble code for target SCORE3\n"
15595 msgstr ""
15596
15597 #: config/tc-score.c:7810
15598 #, c-format
15599 msgid "        -march=score7\tassemble code for target SCORE7 [default]\n"
15600 msgstr ""
15601
15602 #: config/tc-score.c:7812
15603 #, c-format
15604 msgid "        -march=score3\tassemble code for target SCORE3\n"
15605 msgstr ""
15606
15607 #: config/tc-score.c:7814
15608 #, c-format
15609 msgid ""
15610 "        -USE_R1\t\tassemble code for no warning message when using temp "
15611 "register r1\n"
15612 msgstr ""
15613
15614 #: config/tc-score.c:7816
15615 #, c-format
15616 msgid "        -KPIC\t\tgenerate PIC\n"
15617 msgstr ""
15618
15619 #: config/tc-score.c:7818
15620 #, c-format
15621 msgid "        -O0\t\tdo not perform any optimizations\n"
15622 msgstr ""
15623
15624 #: config/tc-score.c:7820
15625 #, c-format
15626 msgid ""
15627 "        -G gpnum\tassemble code for setting gpsize, default is 8 bytes\n"
15628 msgstr ""
15629
15630 #: config/tc-score.c:7822
15631 #, c-format
15632 msgid "        -V \t\tSunplus release version\n"
15633 msgstr ""
15634
15635 #: config/tc-sh.c:61
15636 msgid "directive .big encountered when option -big required"
15637 msgstr ""
15638
15639 #: config/tc-sh.c:71
15640 msgid "directive .little encountered when option -little required"
15641 msgstr ""
15642
15643 #: config/tc-sh.c:1025
15644 msgid "illegal double indirection"
15645 msgstr ""
15646
15647 #: config/tc-sh.c:1034
15648 msgid "illegal register after @-"
15649 msgstr ""
15650
15651 #: config/tc-sh.c:1050
15652 msgid "must be @(r0,...)"
15653 msgstr ""
15654
15655 #: config/tc-sh.c:1074
15656 msgid "syntax error in @(r0,...)"
15657 msgstr ""
15658
15659 #: config/tc-sh.c:1079
15660 msgid "syntax error in @(r0...)"
15661 msgstr ""
15662
15663 #: config/tc-sh.c:1124
15664 msgid "Deprecated syntax."
15665 msgstr ""
15666
15667 #: config/tc-sh.c:1136 config/tc-sh.c:1141
15668 msgid "syntax error in @(disp,[Rn, gbr, pc])"
15669 msgstr ""
15670
15671 #: config/tc-sh.c:1146
15672 msgid "expecting )"
15673 msgstr ""
15674
15675 #: config/tc-sh.c:1154
15676 msgid "illegal register after @"
15677 msgstr ""
15678
15679 #: config/tc-sh.c:1795
15680 #, c-format
15681 msgid "unhandled %d\n"
15682 msgstr ""
15683
15684 #: config/tc-sh.c:2008
15685 #, c-format
15686 msgid "Invalid register: 'r%d'"
15687 msgstr ""
15688
15689 #: config/tc-sh.c:2120
15690 #, c-format
15691 msgid "failed for %d\n"
15692 msgstr ""
15693
15694 #: config/tc-sh.c:2126
15695 msgid "misplaced PIC operand"
15696 msgstr ""
15697
15698 #: config/tc-sh.c:2237 config/tc-sh.c:2616
15699 msgid "invalid operands for opcode"
15700 msgstr ""
15701
15702 #: config/tc-sh.c:2242
15703 msgid "insn can't be combined with parallel processing insn"
15704 msgstr ""
15705
15706 #: config/tc-sh.c:2249 config/tc-sh.c:2260 config/tc-sh.c:2292
15707 msgid "multiple movx specifications"
15708 msgstr ""
15709
15710 #: config/tc-sh.c:2254 config/tc-sh.c:2276 config/tc-sh.c:2315
15711 msgid "multiple movy specifications"
15712 msgstr ""
15713
15714 #: config/tc-sh.c:2263 config/tc-sh.c:2296
15715 msgid "invalid movx address register"
15716 msgstr ""
15717
15718 #: config/tc-sh.c:2265
15719 msgid "insn cannot be combined with non-nopy"
15720 msgstr ""
15721
15722 #: config/tc-sh.c:2279 config/tc-sh.c:2335
15723 msgid "invalid movy address register"
15724 msgstr ""
15725
15726 #: config/tc-sh.c:2281
15727 msgid "insn cannot be combined with non-nopx"
15728 msgstr ""
15729
15730 #: config/tc-sh.c:2294
15731 msgid "previous movy requires nopx"
15732 msgstr ""
15733
15734 #: config/tc-sh.c:2302 config/tc-sh.c:2307
15735 msgid "invalid movx dsp register"
15736 msgstr ""
15737
15738 #: config/tc-sh.c:2317
15739 msgid "previous movx requires nopy"
15740 msgstr ""
15741
15742 #: config/tc-sh.c:2326 config/tc-sh.c:2331
15743 msgid "invalid movy dsp register"
15744 msgstr ""
15745
15746 #: config/tc-sh.c:2341
15747 msgid "dsp immediate shift value not constant"
15748 msgstr ""
15749
15750 #: config/tc-sh.c:2355 config/tc-sh.c:2381
15751 msgid "multiple parallel processing specifications"
15752 msgstr ""
15753
15754 #: config/tc-sh.c:2374
15755 msgid "multiple condition specifications"
15756 msgstr ""
15757
15758 #: config/tc-sh.c:2412
15759 msgid "insn cannot be combined with pmuls"
15760 msgstr ""
15761
15762 #: config/tc-sh.c:2428
15763 msgid "bad combined pmuls output operand"
15764 msgstr ""
15765
15766 #: config/tc-sh.c:2438
15767 msgid "destination register is same for parallel insns"
15768 msgstr ""
15769
15770 #: config/tc-sh.c:2447
15771 msgid "condition not followed by conditionalizable insn"
15772 msgstr ""
15773
15774 #: config/tc-sh.c:2457
15775 msgid "unrecognized characters at end of parallel processing insn"
15776 msgstr ""
15777
15778 #: config/tc-sh.c:2553
15779 msgid "opcode not valid for this cpu variant"
15780 msgstr ""
15781
15782 #: config/tc-sh.c:2586
15783 msgid "Delayed branches not available on SH1"
15784 msgstr ""
15785
15786 #: config/tc-sh.c:2621
15787 #, c-format
15788 msgid "excess operands: '%s'"
15789 msgstr ""
15790
15791 #: config/tc-sh.c:2698
15792 msgid ".uses pseudo-op seen when not relaxing"
15793 msgstr ""
15794
15795 #: config/tc-sh.c:2704
15796 msgid "bad .uses format"
15797 msgstr ""
15798
15799 #: config/tc-sh.c:2822
15800 #, c-format
15801 msgid "Invalid argument to --isa option: %s"
15802 msgstr ""
15803
15804 #: config/tc-sh.c:2846
15805 #, c-format
15806 msgid ""
15807 "SH options:\n"
15808 "--little\t\tgenerate little endian code\n"
15809 "--big\t\t\tgenerate big endian code\n"
15810 "--relax\t\t\talter jump instructions for long displacements\n"
15811 "--renesas\t\tdisable optimization with section symbol for\n"
15812 "\t\t\tcompatibility with Renesas assembler.\n"
15813 "--small\t\t\talign sections to 4 byte boundaries, not 16\n"
15814 "--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
15815 "--allow-reg-prefix\tallow '$' as a register name prefix.\n"
15816 "--isa=[any\t\tuse most appropriate isa\n"
15817 "    | dsp               same as '-dsp'\n"
15818 "    | fp"
15819 msgstr ""
15820
15821 #: config/tc-sh.c:2871
15822 #, c-format
15823 msgid "--fdpic\t\t\tgenerate an FDPIC object file\n"
15824 msgstr ""
15825
15826 #: config/tc-sh.c:2947
15827 msgid ".uses does not refer to a local symbol in the same section"
15828 msgstr ""
15829
15830 #: config/tc-sh.c:2966
15831 msgid "can't find fixup pointed to by .uses"
15832 msgstr ""
15833
15834 #: config/tc-sh.c:2986
15835 msgid ".uses target does not refer to a local symbol in the same section"
15836 msgstr ""
15837
15838 #: config/tc-sh.c:3059
15839 msgid "displacement overflows 12-bit field"
15840 msgstr ""
15841
15842 #: config/tc-sh.c:3062
15843 #, c-format
15844 msgid "displacement to defined symbol %s overflows 12-bit field"
15845 msgstr ""
15846
15847 #: config/tc-sh.c:3066
15848 #, c-format
15849 msgid "displacement to undefined symbol %s overflows 12-bit field"
15850 msgstr ""
15851
15852 #: config/tc-sh.c:3139
15853 msgid "displacement overflows 8-bit field"
15854 msgstr ""
15855
15856 #: config/tc-sh.c:3142
15857 #, c-format
15858 msgid "displacement to defined symbol %s overflows 8-bit field"
15859 msgstr ""
15860
15861 #: config/tc-sh.c:3146
15862 #, c-format
15863 msgid "displacement to undefined symbol %s overflows 8-bit field "
15864 msgstr ""
15865
15866 #: config/tc-sh.c:3159
15867 #, c-format
15868 msgid "overflow in branch to %s; converted into longer instruction sequence"
15869 msgstr ""
15870
15871 #: config/tc-sh.c:3224 config/tc-sh.c:3271 config/tc-sparc.c:4634
15872 #: config/tc-sparc.c:4658
15873 msgid "misaligned data"
15874 msgstr ""
15875
15876 #: config/tc-sh.c:3577
15877 msgid "offset to unaligned destination"
15878 msgstr ""
15879
15880 #: config/tc-sh.c:3582
15881 msgid "negative offset"
15882 msgstr ""
15883
15884 #: config/tc-sh.c:3722
15885 msgid "misaligned offset"
15886 msgstr ""
15887
15888 #: config/tc-sparc.c:314 config/tc-sparc.c:495
15889 msgid "Bad opcode table, broken assembler."
15890 msgstr ""
15891
15892 #: config/tc-sparc.c:487
15893 #, c-format
15894 msgid "invalid architecture -xarch=%s"
15895 msgstr ""
15896
15897 #: config/tc-sparc.c:561
15898 #, c-format
15899 msgid "No compiled in support for %d bit object file format"
15900 msgstr ""
15901
15902 #: config/tc-sparc.c:645
15903 #, c-format
15904 msgid "SPARC options:\n"
15905 msgstr ""
15906
15907 #: config/tc-sparc.c:674
15908 #, c-format
15909 msgid ""
15910 "\n"
15911 "\t\t\tspecify variant of SPARC architecture\n"
15912 "-bump\t\t\twarn when assembler switches architectures\n"
15913 "-sparc\t\t\tignored\n"
15914 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
15915 "-relax\t\t\trelax jumps and branches (default)\n"
15916 "-no-relax\t\tavoid changing any jumps and branches\n"
15917 msgstr ""
15918
15919 #: config/tc-sparc.c:681
15920 #, c-format
15921 msgid ""
15922 "-32\t\t\tcreate 32 bit object file\n"
15923 "-64\t\t\tcreate 64 bit object file\n"
15924 msgstr ""
15925
15926 #: config/tc-sparc.c:684
15927 #, c-format
15928 msgid "\t\t\t[default is %d]\n"
15929 msgstr ""
15930
15931 #: config/tc-sparc.c:686
15932 #, c-format
15933 msgid ""
15934 "-TSO\t\t\tuse Total Store Ordering\n"
15935 "-PSO\t\t\tuse Partial Store Ordering\n"
15936 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
15937 msgstr ""
15938
15939 #: config/tc-sparc.c:690
15940 #, c-format
15941 msgid "\t\t\t[default is %s]\n"
15942 msgstr ""
15943
15944 #: config/tc-sparc.c:692
15945 #, c-format
15946 msgid ""
15947 "-KPIC\t\t\tgenerate PIC\n"
15948 "-V\t\t\tprint assembler version number\n"
15949 "-undeclared-regs\tignore application global register usage without\n"
15950 "\t\t\tappropriate .register directive (default)\n"
15951 "-no-undeclared-regs\tforce error on application global register usage\n"
15952 "\t\t\twithout appropriate .register directive\n"
15953 "--dcti-couples-detect\twarn when an unpredictable DCTI couple is found\n"
15954 "-q\t\t\tignored\n"
15955 "-Qy, -Qn\t\tignored\n"
15956 "-s\t\t\tignored\n"
15957 msgstr ""
15958
15959 #: config/tc-sparc.c:704
15960 #, c-format
15961 msgid ""
15962 "-EL\t\t\tgenerate code for a little endian machine\n"
15963 "-EB\t\t\tgenerate code for a big endian machine\n"
15964 "--little-endian-data\tgenerate code for a machine having big endian\n"
15965 "                        instructions and little endian data.\n"
15966 msgstr ""
15967
15968 #: config/tc-sparc.c:971
15969 #, c-format
15970 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
15971 msgstr ""
15972
15973 #: config/tc-sparc.c:990
15974 #, c-format
15975 msgid "Internal error: can't find opcode `%s' for `%s'\n"
15976 msgstr ""
15977
15978 #: config/tc-sparc.c:1208
15979 msgid "Support for 64-bit arithmetic not compiled in."
15980 msgstr ""
15981
15982 #: config/tc-sparc.c:1254
15983 msgid "set: number not in 0..4294967295 range"
15984 msgstr ""
15985
15986 #: config/tc-sparc.c:1261
15987 msgid "set: number not in -2147483648..4294967295 range"
15988 msgstr ""
15989
15990 #: config/tc-sparc.c:1320
15991 msgid "setsw: number not in -2147483648..4294967295 range"
15992 msgstr ""
15993
15994 #: config/tc-sparc.c:1368
15995 msgid "setx: temporary register same as destination register"
15996 msgstr ""
15997
15998 #: config/tc-sparc.c:1439
15999 msgid "setx: illegal temporary register g0"
16000 msgstr ""
16001
16002 #: config/tc-sparc.c:1547
16003 msgid "unpredictable DCTI couple"
16004 msgstr ""
16005
16006 #: config/tc-sparc.c:1557
16007 msgid "FP branch in delay slot"
16008 msgstr ""
16009
16010 #: config/tc-sparc.c:1574
16011 msgid "FP branch preceded by FP compare; NOP inserted"
16012 msgstr ""
16013
16014 #: config/tc-sparc.c:1614
16015 msgid "failed special case insn sanity check"
16016 msgstr ""
16017
16018 #: config/tc-sparc.c:1802
16019 msgid ": invalid membar mask name"
16020 msgstr ""
16021
16022 #: config/tc-sparc.c:1818
16023 msgid ": invalid membar mask expression"
16024 msgstr ""
16025
16026 #: config/tc-sparc.c:1823
16027 msgid ": invalid membar mask number"
16028 msgstr ""
16029
16030 #: config/tc-sparc.c:1838
16031 msgid ": invalid siam mode expression"
16032 msgstr ""
16033
16034 #: config/tc-sparc.c:1843
16035 msgid ": invalid siam mode number"
16036 msgstr ""
16037
16038 #: config/tc-sparc.c:1859
16039 msgid ": invalid prefetch function name"
16040 msgstr ""
16041
16042 #: config/tc-sparc.c:1867
16043 msgid ": invalid prefetch function expression"
16044 msgstr ""
16045
16046 #: config/tc-sparc.c:1872
16047 msgid ": invalid prefetch function number"
16048 msgstr ""
16049
16050 #: config/tc-sparc.c:1899 config/tc-sparc.c:1905 config/tc-sparc.c:1914
16051 msgid ": unrecognizable privileged register"
16052 msgstr ""
16053
16054 #: config/tc-sparc.c:1937 config/tc-sparc.c:1943 config/tc-sparc.c:1952
16055 msgid ": unrecognizable hyperprivileged register"
16056 msgstr ""
16057
16058 #: config/tc-sparc.c:1975 config/tc-sparc.c:1981 config/tc-sparc.c:1990
16059 msgid ": unrecognizable ancillary state register"
16060 msgstr ""
16061
16062 #: config/tc-sparc.c:2023
16063 msgid ": asr number must be between 0 and 31"
16064 msgstr ""
16065
16066 #: config/tc-sparc.c:2032
16067 #, c-format
16068 msgid ": expecting %asrN"
16069 msgstr ""
16070
16071 #: config/tc-sparc.c:2074
16072 msgid ": crypto immediate must be between 0 and 31"
16073 msgstr ""
16074
16075 #: config/tc-sparc.c:2083
16076 msgid ": expecting crypto immediate"
16077 msgstr ""
16078
16079 #: config/tc-sparc.c:2244 config/tc-sparc.c:2283 config/tc-sparc.c:2710
16080 #: config/tc-sparc.c:2746
16081 #, c-format
16082 msgid "Illegal operands: %%%s requires arguments in ()"
16083 msgstr ""
16084
16085 #: config/tc-sparc.c:2251
16086 #, c-format
16087 msgid ""
16088 "Illegal operands: %%%s cannot be used together with other relocs in the insn "
16089 "()"
16090 msgstr ""
16091
16092 #: config/tc-sparc.c:2262
16093 #, c-format
16094 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
16095 msgstr ""
16096
16097 #: config/tc-sparc.c:2469
16098 msgid "detected global register use not covered by .register pseudo-op"
16099 msgstr ""
16100
16101 #: config/tc-sparc.c:2571
16102 msgid ": There are only 64 f registers; [0-63]"
16103 msgstr ""
16104
16105 #: config/tc-sparc.c:2573 config/tc-sparc.c:2591
16106 msgid ": There are only 32 f registers; [0-31]"
16107 msgstr ""
16108
16109 #: config/tc-sparc.c:2583
16110 msgid ": There are only 32 single precision f registers; [0-31]"
16111 msgstr ""
16112
16113 #: config/tc-sparc.c:2604
16114 msgid ": Instruction requires frs2 and frsd must be the same register"
16115 msgstr ""
16116
16117 #: config/tc-sparc.c:2755
16118 #, c-format
16119 msgid "Expression inside %%%s could not be parsed"
16120 msgstr ""
16121
16122 #: config/tc-sparc.c:2763
16123 #, c-format
16124 msgid ""
16125 "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
16126 msgstr ""
16127
16128 #: config/tc-sparc.c:2880
16129 #, c-format
16130 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
16131 msgstr ""
16132
16133 #: config/tc-sparc.c:2890
16134 #, c-format
16135 msgid ""
16136 "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
16137 "symbol"
16138 msgstr ""
16139
16140 #: config/tc-sparc.c:2908
16141 msgid ": PC-relative operand can't be a constant"
16142 msgstr ""
16143
16144 #: config/tc-sparc.c:2915
16145 msgid ": TLS operand can't be a constant"
16146 msgstr ""
16147
16148 #: config/tc-sparc.c:2943
16149 msgid ": Immediate value in cbcond is out of range."
16150 msgstr ""
16151
16152 #: config/tc-sparc.c:2969
16153 msgid ": invalid ASI name"
16154 msgstr ""
16155
16156 #: config/tc-sparc.c:2978
16157 msgid ": invalid ASI expression"
16158 msgstr ""
16159
16160 #: config/tc-sparc.c:2983
16161 msgid ": invalid ASI number"
16162 msgstr ""
16163
16164 #: config/tc-sparc.c:3088
16165 msgid ": non-immdiate imm2 operand"
16166 msgstr ""
16167
16168 #: config/tc-sparc.c:3093
16169 msgid ": imm2 immediate operand out of range (0-3)"
16170 msgstr ""
16171
16172 #: config/tc-sparc.c:3112
16173 msgid "OPF immediate operand out of range (0-0x1ff)"
16174 msgstr ""
16175
16176 #: config/tc-sparc.c:3117
16177 msgid "non-immediate OPF operand, ignored"
16178 msgstr ""
16179
16180 #: config/tc-sparc.c:3136
16181 msgid ": invalid cpreg name"
16182 msgstr ""
16183
16184 #: config/tc-sparc.c:3165
16185 #, c-format
16186 msgid "Illegal operands%s"
16187 msgstr ""
16188
16189 #: config/tc-sparc.c:3215
16190 #, c-format
16191 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
16192 msgstr ""
16193
16194 #: config/tc-sparc.c:3256
16195 #, c-format
16196 msgid "Architecture mismatch on \"%s %s\"."
16197 msgstr ""
16198
16199 #: config/tc-sparc.c:3257
16200 #, c-format
16201 msgid "(Requires %s; requested architecture is %s.)"
16202 msgstr ""
16203
16204 #: config/tc-sparc.c:3269
16205 #, c-format
16206 msgid "Hardware capability \"%s\" not enabled for \"%s\"."
16207 msgstr ""
16208
16209 #: config/tc-sparc.c:3655 config/tc-sparc.c:3662 config/tc-sparc.c:3669
16210 #: config/tc-sparc.c:3676 config/tc-sparc.c:3683 config/tc-sparc.c:3692
16211 #: config/tc-sparc.c:3704 config/tc-sparc.c:3715 config/tc-sparc.c:3737
16212 #: config/tc-sparc.c:3761 write.c:1181
16213 msgid "relocation overflow"
16214 msgstr ""
16215
16216 #: config/tc-sparc.c:3816
16217 #, c-format
16218 msgid "bad or unhandled relocation type: 0x%02x"
16219 msgstr ""
16220
16221 #: config/tc-sparc.c:4132
16222 msgid "Expected comma after name"
16223 msgstr ""
16224
16225 #: config/tc-sparc.c:4141
16226 #, c-format
16227 msgid "BSS length (%d.) <0! Ignored."
16228 msgstr ""
16229
16230 #: config/tc-sparc.c:4153
16231 msgid "bad .reserve segment -- expected BSS segment"
16232 msgstr ""
16233
16234 #: config/tc-sparc.c:4179 config/tc-sparc.c:4306
16235 msgid "negative alignment"
16236 msgstr ""
16237
16238 #: config/tc-sparc.c:4189 config/tc-sparc.c:4327 read.c:1523 read.c:2541
16239 msgid "alignment not a power of 2"
16240 msgstr ""
16241
16242 #: config/tc-sparc.c:4235
16243 #, c-format
16244 msgid "Ignoring attempt to re-define symbol %s"
16245 msgstr ""
16246
16247 #: config/tc-sparc.c:4258 config/tc-v850.c:283
16248 msgid "Expected comma after symbol-name"
16249 msgstr ""
16250
16251 #: config/tc-sparc.c:4268
16252 #, c-format
16253 msgid ".COMMon length (%lu) out of range ignored"
16254 msgstr ""
16255
16256 #: config/tc-sparc.c:4294
16257 msgid "Expected comma after common length"
16258 msgstr ""
16259
16260 #: config/tc-sparc.c:4439
16261 msgid "Unknown segment type"
16262 msgstr ""
16263
16264 #: config/tc-sparc.c:4508 config/tc-sparc.c:4517
16265 #, c-format
16266 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
16267 msgstr ""
16268
16269 #: config/tc-sparc.c:4535
16270 msgid "redefinition of global register"
16271 msgstr ""
16272
16273 #: config/tc-sparc.c:4546
16274 #, c-format
16275 msgid "Register symbol %s already defined."
16276 msgstr ""
16277
16278 #: config/tc-sparc.c:4748
16279 #, c-format
16280 msgid "Illegal operands: %%r_plt in %d-byte data field"
16281 msgstr ""
16282
16283 #: config/tc-sparc.c:4758
16284 #, c-format
16285 msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
16286 msgstr ""
16287
16288 #: config/tc-sparc.c:4795 config/tc-vax.c:3317
16289 #, c-format
16290 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
16291 msgstr ""
16292
16293 #: config/tc-sparc.c:4803 config/tc-sparc.c:4834 config/tc-sparc.c:4843
16294 #: config/tc-vax.c:3325 config/tc-vax.c:3356 config/tc-vax.c:3365
16295 #, c-format
16296 msgid "Illegal operands: %%r_%s%d requires arguments in ()"
16297 msgstr ""
16298
16299 #: config/tc-sparc.c:4852 config/tc-vax.c:3374
16300 #, c-format
16301 msgid "Illegal operands: garbage after %%r_%s%d()"
16302 msgstr ""
16303
16304 #: config/tc-sparc.h:66
16305 msgid "sparc convert_frag\n"
16306 msgstr ""
16307
16308 #: config/tc-sparc.h:68 config/tc-z80.h:53
16309 msgid "estimate_size_before_relax called"
16310 msgstr ""
16311
16312 #: config/tc-spu.c:130
16313 #, c-format
16314 msgid "Can't hash instruction '%s':%s"
16315 msgstr ""
16316
16317 #: config/tc-spu.c:184
16318 msgid ""
16319 "SPU options:\n"
16320 "  --apuasm\t\t  emulate behaviour of apuasm\n"
16321 msgstr ""
16322
16323 #: config/tc-spu.c:290
16324 #, c-format
16325 msgid "Invalid mnemonic '%s'"
16326 msgstr ""
16327
16328 #: config/tc-spu.c:296
16329 #, c-format
16330 msgid "'%s' is only available in DD2.0 or higher."
16331 msgstr ""
16332
16333 #: config/tc-spu.c:328
16334 #, c-format
16335 msgid "Error in argument %d.  Expecting:  \"%s\""
16336 msgstr ""
16337
16338 #: config/tc-spu.c:339
16339 msgid "Mixing register syntax, with and without '$'."
16340 msgstr ""
16341
16342 #: config/tc-spu.c:345
16343 #, c-format
16344 msgid "Treating '%-*s' as a symbol."
16345 msgstr ""
16346
16347 #: config/tc-spu.c:564
16348 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
16349 msgstr ""
16350
16351 #: config/tc-spu.c:566
16352 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
16353 msgstr ""
16354
16355 #: config/tc-spu.c:609
16356 #, c-format
16357 msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
16358 msgstr ""
16359
16360 #: config/tc-spu.c:615
16361 #, c-format
16362 msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
16363 msgstr ""
16364
16365 #: config/tc-spu.c:685 config/tc-spu.c:688
16366 #, c-format
16367 msgid "Constant expression %d out of range, [%d, %d]."
16368 msgstr ""
16369
16370 #: config/tc-spu.c:790
16371 #, c-format
16372 msgid "invalid priority '%lu'"
16373 msgstr ""
16374
16375 #: config/tc-spu.c:796
16376 #, c-format
16377 msgid "invalid lrlive '%lu'"
16378 msgstr ""
16379
16380 #: config/tc-spu.c:870
16381 msgid "Relaxation should never occur"
16382 msgstr ""
16383
16384 #: config/tc-spu.c:1020
16385 #, c-format
16386 msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
16387 msgstr ""
16388
16389 #: config/tc-spu.h:85
16390 msgid "spu convert_frag\n"
16391 msgstr ""
16392
16393 #: config/tc-tic30.c:36
16394 msgid "first"
16395 msgstr ""
16396
16397 #: config/tc-tic30.c:36
16398 msgid "second"
16399 msgstr ""
16400
16401 #: config/tc-tic30.c:36
16402 msgid "third"
16403 msgstr ""
16404
16405 #: config/tc-tic30.c:36
16406 msgid "fourth"
16407 msgstr ""
16408
16409 #: config/tc-tic30.c:36
16410 msgid "fifth"
16411 msgstr ""
16412
16413 #: config/tc-tic30.c:482
16414 msgid "More than one AR register found in indirect reference"
16415 msgstr ""
16416
16417 #: config/tc-tic30.c:488
16418 msgid "Illegal AR register in indirect reference"
16419 msgstr ""
16420
16421 #: config/tc-tic30.c:509
16422 msgid "More than one displacement found in indirect reference"
16423 msgstr ""
16424
16425 #: config/tc-tic30.c:518
16426 msgid "Invalid displacement in indirect reference"
16427 msgstr ""
16428
16429 #: config/tc-tic30.c:536
16430 msgid "AR register not found in indirect reference"
16431 msgstr ""
16432
16433 #. Maybe an implied displacement of 1 again.
16434 #: config/tc-tic30.c:553
16435 msgid "required displacement wasn't given in indirect reference"
16436 msgstr ""
16437
16438 #: config/tc-tic30.c:560
16439 msgid "illegal indirect reference"
16440 msgstr ""
16441
16442 #: config/tc-tic30.c:567
16443 msgid "displacement must be an unsigned 8-bit number"
16444 msgstr ""
16445
16446 #: config/tc-tic30.c:751 config/tc-tic30.c:1498
16447 #, c-format
16448 msgid "Invalid character %s before %s operand"
16449 msgstr ""
16450
16451 #: config/tc-tic30.c:770 config/tc-tic30.c:1513
16452 #, c-format
16453 msgid "Unbalanced parenthesis in %s operand."
16454 msgstr ""
16455
16456 #: config/tc-tic30.c:786 config/tc-tic30.c:1523
16457 #, c-format
16458 msgid "Invalid character %s in %s operand"
16459 msgstr ""
16460
16461 #: config/tc-tic30.c:805 config/tc-tic30.c:1540
16462 #, c-format
16463 msgid "Spurious operands; (%d operands/instruction max)"
16464 msgstr ""
16465
16466 #. Just skip it, if it's \n complain.
16467 #: config/tc-tic30.c:823 config/tc-tic30.c:839 config/tc-tic30.c:1557
16468 #: config/tc-tic30.c:1573
16469 msgid "Expecting operand after ','; got nothing"
16470 msgstr ""
16471
16472 #: config/tc-tic30.c:828 config/tc-tic30.c:1562
16473 msgid "Expecting operand before ','; got nothing"
16474 msgstr ""
16475
16476 #: config/tc-tic30.c:866
16477 msgid "incorrect number of operands given in the first instruction"
16478 msgstr ""
16479
16480 #: config/tc-tic30.c:872
16481 msgid "incorrect number of operands given in the second instruction"
16482 msgstr ""
16483
16484 #: config/tc-tic30.c:893
16485 #, c-format
16486 msgid "%s instruction, operand %d doesn't match"
16487 msgstr ""
16488
16489 #. Shouldn't get here.
16490 #: config/tc-tic30.c:917 config/tc-tic30.c:924
16491 msgid "incorrect format for multiply parallel instruction"
16492 msgstr ""
16493
16494 #: config/tc-tic30.c:931
16495 msgid "destination for multiply can only be R0 or R1"
16496 msgstr ""
16497
16498 #: config/tc-tic30.c:938
16499 msgid "destination for add/subtract can only be R2 or R3"
16500 msgstr ""
16501
16502 #: config/tc-tic30.c:1005
16503 msgid "loading the same register in parallel operation"
16504 msgstr ""
16505
16506 #: config/tc-tic30.c:1448
16507 #, c-format
16508 msgid "Invalid character %s in opcode"
16509 msgstr ""
16510
16511 #: config/tc-tic30.c:1478
16512 #, c-format
16513 msgid "Unknown TMS320C30 instruction: %s"
16514 msgstr ""
16515
16516 #: config/tc-tic30.c:1598
16517 msgid "Incorrect number of operands given"
16518 msgstr ""
16519
16520 #: config/tc-tic30.c:1631
16521 #, c-format
16522 msgid "The %s operand doesn't match"
16523 msgstr ""
16524
16525 #. Shouldn't make it to this stage.
16526 #: config/tc-tic30.c:1656 config/tc-tic30.c:1668
16527 msgid "Incompatible first and second operands in instruction"
16528 msgstr ""
16529
16530 #: config/tc-tic30.c:1782
16531 msgid "invalid short form floating point immediate operand"
16532 msgstr ""
16533
16534 #: config/tc-tic30.c:1792
16535 msgid "rounding down first operand float to unsigned int"
16536 msgstr ""
16537
16538 #: config/tc-tic30.c:1794
16539 msgid "only lower 16-bits of first operand are used"
16540 msgstr ""
16541
16542 #: config/tc-tic30.c:1804
16543 msgid "rounding down first operand float to signed int"
16544 msgstr ""
16545
16546 #: config/tc-tic30.c:1809 config/tc-tic30.c:1880
16547 msgid "first operand is too large for 16-bit signed int"
16548 msgstr ""
16549
16550 #: config/tc-tic30.c:1874
16551 msgid "first operand is floating point"
16552 msgstr ""
16553
16554 #. Shouldn't get here.
16555 #: config/tc-tic30.c:1905
16556 msgid "interrupt vector for trap instruction out of range"
16557 msgstr ""
16558
16559 #: config/tc-tic30.c:1950
16560 msgid "LDP instruction needs a 24-bit operand"
16561 msgstr ""
16562
16563 #: config/tc-tic30.c:1974
16564 msgid "first operand is too large for a 24-bit displacement"
16565 msgstr ""
16566
16567 #: config/tc-tic4x.c:392
16568 msgid "Nan, using zero."
16569 msgstr ""
16570
16571 #: config/tc-tic4x.c:514
16572 #, c-format
16573 msgid "Cannot represent exponent in %d bits"
16574 msgstr ""
16575
16576 #: config/tc-tic4x.c:597 config/tc-tic4x.c:607
16577 msgid "Invalid floating point number"
16578 msgstr ""
16579
16580 #: config/tc-tic4x.c:726
16581 msgid "Comma expected\n"
16582 msgstr ""
16583
16584 #: config/tc-tic4x.c:762 config/tc-tic54x.c:470
16585 msgid ".bss size argument missing\n"
16586 msgstr ""
16587
16588 #: config/tc-tic4x.c:770
16589 #, c-format
16590 msgid ".bss size %ld < 0!"
16591 msgstr ""
16592
16593 #: config/tc-tic4x.c:903
16594 msgid "Non-constant symbols not allowed\n"
16595 msgstr ""
16596
16597 #: config/tc-tic4x.c:934
16598 msgid "Symbol missing\n"
16599 msgstr ""
16600
16601 #. Skip null symbol terminator.
16602 #: config/tc-tic4x.c:982
16603 msgid ".sect: subsection name ignored"
16604 msgstr ""
16605
16606 #: config/tc-tic4x.c:1010 config/tc-tic4x.c:1111 config/tc-tic54x.c:1423
16607 #, c-format
16608 msgid "Error setting flags for \"%s\": %s"
16609 msgstr ""
16610
16611 #: config/tc-tic4x.c:1042
16612 msgid ".set syntax invalid\n"
16613 msgstr ""
16614
16615 #: config/tc-tic4x.c:1100
16616 msgid ".usect: non-zero alignment flag ignored"
16617 msgstr ""
16618
16619 #: config/tc-tic4x.c:1131
16620 #, c-format
16621 msgid "This assembler does not support processor generation %ld"
16622 msgstr ""
16623
16624 #: config/tc-tic4x.c:1135
16625 msgid "Changing processor generation on fly not supported..."
16626 msgstr ""
16627
16628 #: config/tc-tic4x.c:1433
16629 msgid "Auxiliary register AR0--AR7 required for indirect"
16630 msgstr ""
16631
16632 #: config/tc-tic4x.c:1447
16633 #, c-format
16634 msgid "Bad displacement %d (require 0--255)\n"
16635 msgstr ""
16636
16637 #: config/tc-tic4x.c:1465
16638 msgid "Index register IR0,IR1 required for displacement"
16639 msgstr ""
16640
16641 #: config/tc-tic4x.c:1533
16642 msgid "Expecting a register name"
16643 msgstr ""
16644
16645 #: config/tc-tic4x.c:1545 config/tc-tic4x.c:1568 config/tc-tic4x.c:1634
16646 msgid "Number too large"
16647 msgstr ""
16648
16649 #: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581
16650 msgid "Expecting a constant value"
16651 msgstr ""
16652
16653 #: config/tc-tic4x.c:1589
16654 #, c-format
16655 msgid "Bad direct addressing construct %s"
16656 msgstr ""
16657
16658 #: config/tc-tic4x.c:1593
16659 #, c-format
16660 msgid "Direct value of %ld is not suitable"
16661 msgstr ""
16662
16663 #: config/tc-tic4x.c:1617
16664 msgid "Unknown indirect addressing mode"
16665 msgstr ""
16666
16667 #: config/tc-tic4x.c:1714
16668 #, c-format
16669 msgid "Immediate value of %ld is too large for ldf"
16670 msgstr ""
16671
16672 #: config/tc-tic4x.c:1754
16673 msgid "Destination register must be ARn"
16674 msgstr ""
16675
16676 #: config/tc-tic4x.c:1773 config/tc-tic4x.c:2146 config/tc-tic4x.c:2205
16677 #, c-format
16678 msgid "Immediate value of %ld is too large"
16679 msgstr ""
16680
16681 #: config/tc-tic4x.c:1802 config/tc-tic4x.c:2007
16682 msgid "Invalid indirect addressing mode"
16683 msgstr ""
16684
16685 #: config/tc-tic4x.c:1826 config/tc-tic4x.c:1866 config/tc-tic4x.c:2057
16686 #: config/tc-tic4x.c:2079
16687 msgid "Register must be Rn"
16688 msgstr ""
16689
16690 #: config/tc-tic4x.c:1880 config/tc-tic4x.c:1950 config/tc-tic4x.c:1964
16691 msgid "Register must be R0--R7"
16692 msgstr ""
16693
16694 #: config/tc-tic4x.c:1904 config/tc-tic4x.c:1932
16695 #, c-format
16696 msgid "Invalid indirect addressing mode displacement %d"
16697 msgstr ""
16698
16699 #: config/tc-tic4x.c:1978
16700 msgid "Destination register must be R2 or R3"
16701 msgstr ""
16702
16703 #: config/tc-tic4x.c:1992
16704 msgid "Destination register must be R0 or R1"
16705 msgstr ""
16706
16707 #: config/tc-tic4x.c:2029
16708 #, c-format
16709 msgid "Displacement value of %ld is too large"
16710 msgstr ""
16711
16712 #: config/tc-tic4x.c:2090 config/tc-tic4x.c:2221
16713 msgid "Floating point number not valid in expression"
16714 msgstr ""
16715
16716 #: config/tc-tic4x.c:2104
16717 #, c-format
16718 msgid "Signed immediate value %ld too large"
16719 msgstr ""
16720
16721 #: config/tc-tic4x.c:2167
16722 #, c-format
16723 msgid "Unsigned immediate value %ld too large"
16724 msgstr ""
16725
16726 #: config/tc-tic4x.c:2235
16727 #, c-format
16728 msgid "Immediate value %ld too large"
16729 msgstr ""
16730
16731 #: config/tc-tic4x.c:2254 config/tc-tic4x.c:2282
16732 msgid "Register must be ivtp or tvtp"
16733 msgstr ""
16734
16735 #: config/tc-tic4x.c:2268
16736 msgid "Register must be address register"
16737 msgstr ""
16738
16739 #: config/tc-tic4x.c:2341
16740 msgid "Source and destination register should not be equal"
16741 msgstr ""
16742
16743 #: config/tc-tic4x.c:2356
16744 msgid "Equal parallel destination registers, one result will be discarded"
16745 msgstr ""
16746
16747 #: config/tc-tic4x.c:2397
16748 msgid "Too many operands scanned"
16749 msgstr ""
16750
16751 #: config/tc-tic4x.c:2428
16752 msgid "Parallel opcode cannot contain more than two instructions"
16753 msgstr ""
16754
16755 #: config/tc-tic4x.c:2501
16756 #, c-format
16757 msgid "Invalid operands for %s"
16758 msgstr ""
16759
16760 #: config/tc-tic4x.c:2504
16761 #, c-format
16762 msgid "Invalid instruction %s"
16763 msgstr ""
16764
16765 #: config/tc-tic4x.c:2656
16766 #, c-format
16767 msgid "Bad relocation type: 0x%02x"
16768 msgstr ""
16769
16770 #: config/tc-tic4x.c:2714
16771 #, c-format
16772 msgid "Unsupported processor generation %d"
16773 msgstr ""
16774
16775 #: config/tc-tic4x.c:2722
16776 msgid "Option -b is depreciated, please use -mbig"
16777 msgstr ""
16778
16779 #: config/tc-tic4x.c:2729
16780 msgid "Option -p is depreciated, please use -mmemparm"
16781 msgstr ""
16782
16783 #: config/tc-tic4x.c:2736
16784 msgid "Option -r is depreciated, please use -mregparm"
16785 msgstr ""
16786
16787 #: config/tc-tic4x.c:2743
16788 msgid "Option -s is depreciated, please use -msmall"
16789 msgstr ""
16790
16791 #: config/tc-tic4x.c:2772
16792 #, c-format
16793 msgid ""
16794 "\n"
16795 "TIC4X options:\n"
16796 "  -mcpu=CPU  -mCPU        select architecture variant. CPU can be:\n"
16797 "                            30 - TMS320C30\n"
16798 "                            31 - TMS320C31, TMS320LC31\n"
16799 "                            32 - TMS320C32\n"
16800 "                            33 - TMS320VC33\n"
16801 "                            40 - TMS320C40\n"
16802 "                            44 - TMS320C44\n"
16803 "  -mrev=REV               set cpu hardware revision (integer numbers).\n"
16804 "                          Combinations of -mcpu and -mrev will enable/"
16805 "disable\n"
16806 "                          the appropriate options (-midle2, -mlowpower and\n"
16807 "                          -menhanced) according to the selected type\n"
16808 "  -mbig                   select big memory model\n"
16809 "  -msmall                 select small memory model (default)\n"
16810 "  -mregparm               select register parameters (default)\n"
16811 "  -mmemparm               select memory parameters\n"
16812 "  -midle2                 enable IDLE2 support\n"
16813 "  -mlowpower              enable LOPOWER and MAXSPEED support\n"
16814 "  -menhanced              enable enhanced opcode support\n"
16815 msgstr ""
16816
16817 #: config/tc-tic4x.c:2817
16818 #, c-format
16819 msgid "Label \"$%d\" redefined"
16820 msgstr ""
16821
16822 #: config/tc-tic4x.c:3027
16823 #, c-format
16824 msgid "Reloc %d not supported by object file format"
16825 msgstr ""
16826
16827 #. Only word (et al.), align, or conditionals are allowed within
16828 #. .struct/.union.
16829 #: config/tc-tic54x.c:218
16830 msgid "pseudo-op illegal within .struct/.union"
16831 msgstr ""
16832
16833 #: config/tc-tic54x.c:232
16834 #, c-format
16835 msgid "C54x-specific command line options:\n"
16836 msgstr ""
16837
16838 #: config/tc-tic54x.c:233
16839 #, c-format
16840 msgid "-mfar-mode | -mf          Use extended addressing\n"
16841 msgstr ""
16842
16843 #: config/tc-tic54x.c:234
16844 #, c-format
16845 msgid "-mcpu=<CPU version>       Specify the CPU version\n"
16846 msgstr ""
16847
16848 #: config/tc-tic54x.c:235
16849 #, c-format
16850 msgid "-merrors-to-file <filename>\n"
16851 msgstr ""
16852
16853 #: config/tc-tic54x.c:236
16854 #, c-format
16855 msgid "-me <filename>            Redirect errors to a file\n"
16856 msgstr ""
16857
16858 #: config/tc-tic54x.c:347
16859 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
16860 msgstr ""
16861
16862 #: config/tc-tic54x.c:356
16863 msgid "symbols assigned with .asg must begin with a letter"
16864 msgstr ""
16865
16866 #: config/tc-tic54x.c:396
16867 msgid "Unterminated string after absolute expression"
16868 msgstr ""
16869
16870 #: config/tc-tic54x.c:404
16871 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
16872 msgstr ""
16873
16874 #: config/tc-tic54x.c:414
16875 msgid "symbols assigned with .eval must begin with a letter"
16876 msgstr ""
16877
16878 #: config/tc-tic54x.c:479
16879 #, c-format
16880 msgid ".bss size %d < 0!"
16881 msgstr ""
16882
16883 #: config/tc-tic54x.c:661
16884 msgid "Offset on nested structures is ignored"
16885 msgstr ""
16886
16887 #: config/tc-tic54x.c:711
16888 #, c-format
16889 msgid ".end%s without preceding .%s"
16890 msgstr ""
16891
16892 #: config/tc-tic54x.c:777
16893 #, c-format
16894 msgid "Unrecognized struct/union tag '%s'"
16895 msgstr ""
16896
16897 #: config/tc-tic54x.c:779
16898 msgid ".tag requires a structure tag"
16899 msgstr ""
16900
16901 #: config/tc-tic54x.c:785
16902 msgid "Label required for .tag"
16903 msgstr ""
16904
16905 #: config/tc-tic54x.c:804
16906 #, c-format
16907 msgid ".tag target '%s' undefined"
16908 msgstr ""
16909
16910 #: config/tc-tic54x.c:868
16911 #, c-format
16912 msgid ".field count '%d' out of range (1 <= X <= 32)"
16913 msgstr ""
16914
16915 #: config/tc-tic54x.c:896
16916 #, c-format
16917 msgid "Unrecognized field type '%c'"
16918 msgstr ""
16919
16920 #: config/tc-tic54x.c:1020
16921 msgid "Overflow in expression, truncated to 8 bits"
16922 msgstr ""
16923
16924 #: config/tc-tic54x.c:1025
16925 msgid "Overflow in expression, truncated to 16 bits"
16926 msgstr ""
16927
16928 #. Disallow .byte with a non constant expression that will
16929 #. require relocation.
16930 #: config/tc-tic54x.c:1033
16931 msgid "Relocatable values require at least WORD storage"
16932 msgstr ""
16933
16934 #: config/tc-tic54x.c:1094
16935 msgid "Use of .def/.ref is deprecated.  Use .global instead"
16936 msgstr ""
16937
16938 #: config/tc-tic54x.c:1286
16939 msgid ".space/.bes repeat count is negative, ignored"
16940 msgstr ""
16941
16942 #: config/tc-tic54x.c:1291
16943 msgid ".space/.bes repeat count is zero, ignored"
16944 msgstr ""
16945
16946 #: config/tc-tic54x.c:1364
16947 msgid "Missing size argument"
16948 msgstr ""
16949
16950 #: config/tc-tic54x.c:1498
16951 msgid "CPU version has already been set"
16952 msgstr ""
16953
16954 #: config/tc-tic54x.c:1502
16955 #, c-format
16956 msgid "Unrecognized version '%s'"
16957 msgstr ""
16958
16959 #: config/tc-tic54x.c:1508
16960 msgid "Changing of CPU version on the fly not supported"
16961 msgstr ""
16962
16963 #: config/tc-tic54x.c:1639
16964 msgid "p2align not supported on this target"
16965 msgstr ""
16966
16967 #: config/tc-tic54x.c:1651
16968 msgid "Argument to .even ignored"
16969 msgstr ""
16970
16971 #: config/tc-tic54x.c:1697
16972 msgid "Invalid field size, must be from 1 to 32"
16973 msgstr ""
16974
16975 #: config/tc-tic54x.c:1710
16976 msgid "field size must be 16 when value is relocatable"
16977 msgstr ""
16978
16979 #: config/tc-tic54x.c:1725
16980 msgid "field value truncated"
16981 msgstr ""
16982
16983 #: config/tc-tic54x.c:1831 config/tc-tic54x.c:2130
16984 #, c-format
16985 msgid "Unrecognized section '%s'"
16986 msgstr ""
16987
16988 #: config/tc-tic54x.c:1840
16989 msgid "Current section is uninitialized, section name required for .clink"
16990 msgstr ""
16991
16992 #: config/tc-tic54x.c:2041
16993 msgid "ENDLOOP without corresponding LOOP"
16994 msgstr ""
16995
16996 #: config/tc-tic54x.c:2082
16997 msgid "Mixing of normal and extended addressing not supported"
16998 msgstr ""
16999
17000 #: config/tc-tic54x.c:2088
17001 msgid "Extended addressing not supported on the specified CPU"
17002 msgstr ""
17003
17004 #: config/tc-tic54x.c:2136
17005 msgid ".sblock may be used for initialized sections only"
17006 msgstr ""
17007
17008 #: config/tc-tic54x.c:2166
17009 msgid "Symbol missing for .set/.equ"
17010 msgstr ""
17011
17012 #: config/tc-tic54x.c:2222
17013 msgid ".var may only be used within a macro definition"
17014 msgstr ""
17015
17016 #: config/tc-tic54x.c:2230
17017 msgid "Substitution symbols must begin with a letter"
17018 msgstr ""
17019
17020 #: config/tc-tic54x.c:2322
17021 #, c-format
17022 msgid "can't open macro library file '%s' for reading: %s"
17023 msgstr ""
17024
17025 #: config/tc-tic54x.c:2329
17026 #, c-format
17027 msgid "File '%s' not in macro archive format"
17028 msgstr ""
17029
17030 #: config/tc-tic54x.c:2459
17031 #, c-format
17032 msgid "Bad COFF version '%s'"
17033 msgstr ""
17034
17035 #: config/tc-tic54x.c:2468
17036 #, c-format
17037 msgid "Bad CPU version '%s'"
17038 msgstr ""
17039
17040 #: config/tc-tic54x.c:2481 config/tc-tic54x.c:2484
17041 #, c-format
17042 msgid "Can't redirect stderr to the file '%s'"
17043 msgstr ""
17044
17045 #: config/tc-tic54x.c:2597
17046 #, c-format
17047 msgid "Undefined substitution symbol '%s'"
17048 msgstr ""
17049
17050 #: config/tc-tic54x.c:3098
17051 #, c-format
17052 msgid "Unbalanced parenthesis in operand %d"
17053 msgstr ""
17054
17055 #: config/tc-tic54x.c:3129 config/tc-tic54x.c:3137
17056 msgid "Expecting operand after ','"
17057 msgstr ""
17058
17059 #: config/tc-tic54x.c:3148
17060 msgid "Extra junk on line"
17061 msgstr ""
17062
17063 #: config/tc-tic54x.c:3185
17064 msgid "Badly formed address expression"
17065 msgstr ""
17066
17067 #: config/tc-tic54x.c:3438
17068 #, c-format
17069 msgid "Invalid dmad syntax '%s'"
17070 msgstr ""
17071
17072 #: config/tc-tic54x.c:3502
17073 #, c-format
17074 msgid ""
17075 "Use the .mmregs directive to use memory-mapped register names such as '%s'"
17076 msgstr ""
17077
17078 #: config/tc-tic54x.c:3553
17079 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
17080 msgstr ""
17081
17082 #: config/tc-tic54x.c:3573
17083 #, c-format
17084 msgid "Unrecognized indirect address format \"%s\""
17085 msgstr ""
17086
17087 #: config/tc-tic54x.c:3611
17088 #, c-format
17089 msgid "Operand '%s' out of range (%d <= x <= %d)"
17090 msgstr ""
17091
17092 #: config/tc-tic54x.c:3631
17093 msgid "Error in relocation handling"
17094 msgstr ""
17095
17096 #: config/tc-tic54x.c:3650 config/tc-tic54x.c:3712 config/tc-tic54x.c:3740
17097 #, c-format
17098 msgid "Unrecognized condition code \"%s\""
17099 msgstr ""
17100
17101 #: config/tc-tic54x.c:3667
17102 #, c-format
17103 msgid "Condition \"%s\" does not match preceding group"
17104 msgstr ""
17105
17106 #: config/tc-tic54x.c:3675
17107 #, c-format
17108 msgid ""
17109 "Condition \"%s\" uses a different accumulator from a preceding condition"
17110 msgstr ""
17111
17112 #: config/tc-tic54x.c:3682
17113 msgid "Only one comparison conditional allowed"
17114 msgstr ""
17115
17116 #: config/tc-tic54x.c:3687
17117 msgid "Only one overflow conditional allowed"
17118 msgstr ""
17119
17120 #: config/tc-tic54x.c:3695
17121 #, c-format
17122 msgid "Duplicate %s conditional"
17123 msgstr ""
17124
17125 #: config/tc-tic54x.c:3726
17126 msgid "Invalid auxiliary register (use AR0-AR7)"
17127 msgstr ""
17128
17129 #: config/tc-tic54x.c:3757
17130 msgid "lk addressing modes are invalid for memory-mapped register addressing"
17131 msgstr ""
17132
17133 #: config/tc-tic54x.c:3765
17134 msgid ""
17135 "Address mode *+ARx is not allowed in memory-mapped register addressing.  "
17136 "Resulting behavior is undefined."
17137 msgstr ""
17138
17139 #: config/tc-tic54x.c:3791
17140 msgid ""
17141 "Destination accumulator for each part of this parallel instruction must be "
17142 "different"
17143 msgstr ""
17144
17145 #: config/tc-tic54x.c:3840
17146 #, c-format
17147 msgid "Memory mapped register \"%s\" out of range"
17148 msgstr ""
17149
17150 #: config/tc-tic54x.c:3879
17151 msgid "Invalid operand (use 1, 2, or 3)"
17152 msgstr ""
17153
17154 #: config/tc-tic54x.c:3905
17155 msgid "A status register or status bit name is required"
17156 msgstr ""
17157
17158 #: config/tc-tic54x.c:3915
17159 #, c-format
17160 msgid "Unrecognized status bit \"%s\""
17161 msgstr ""
17162
17163 #: config/tc-tic54x.c:3938
17164 #, c-format
17165 msgid "Invalid status register \"%s\""
17166 msgstr ""
17167
17168 #: config/tc-tic54x.c:3950
17169 #, c-format
17170 msgid "Operand \"%s\" out of range (use 1 or 2)"
17171 msgstr ""
17172
17173 #: config/tc-tic54x.c:4153
17174 #, c-format
17175 msgid "Unrecognized instruction \"%s\""
17176 msgstr ""
17177
17178 #: config/tc-tic54x.c:4182
17179 #, c-format
17180 msgid "Unrecognized operand list '%s' for instruction '%s'"
17181 msgstr ""
17182
17183 #: config/tc-tic54x.c:4211
17184 #, c-format
17185 msgid "Unrecognized parallel instruction \"%s\""
17186 msgstr ""
17187
17188 #: config/tc-tic54x.c:4260
17189 #, c-format
17190 msgid "Invalid operand (s) for parallel instruction \"%s\""
17191 msgstr ""
17192
17193 #: config/tc-tic54x.c:4263
17194 #, c-format
17195 msgid "Unrecognized parallel instruction combination \"%s || %s\""
17196 msgstr ""
17197
17198 #: config/tc-tic54x.c:4484
17199 #, c-format
17200 msgid "%s symbol recursion stopped at second appearance of '%s'"
17201 msgstr ""
17202
17203 #: config/tc-tic54x.c:4524
17204 msgid "Unrecognized substitution symbol function"
17205 msgstr ""
17206
17207 #: config/tc-tic54x.c:4529
17208 msgid "Missing '(' after substitution symbol function"
17209 msgstr ""
17210
17211 #: config/tc-tic54x.c:4543
17212 msgid "Expecting second argument"
17213 msgstr ""
17214
17215 #: config/tc-tic54x.c:4556 config/tc-tic54x.c:4606
17216 msgid "Extra junk in function call, expecting ')'"
17217 msgstr ""
17218
17219 #: config/tc-tic54x.c:4582
17220 msgid "Function expects two arguments"
17221 msgstr ""
17222
17223 #: config/tc-tic54x.c:4595
17224 msgid "Expecting character constant argument"
17225 msgstr ""
17226
17227 #: config/tc-tic54x.c:4601
17228 msgid "Both arguments must be substitution symbols"
17229 msgstr ""
17230
17231 #: config/tc-tic54x.c:4653
17232 #, c-format
17233 msgid "Invalid subscript (use 1 to %d)"
17234 msgstr ""
17235
17236 #: config/tc-tic54x.c:4663
17237 #, c-format
17238 msgid "Invalid length (use 0 to %d)"
17239 msgstr ""
17240
17241 #: config/tc-tic54x.c:4673
17242 msgid "Missing ')' in subscripted substitution symbol expression"
17243 msgstr ""
17244
17245 #: config/tc-tic54x.c:4693
17246 msgid "Missing forced substitution terminator ':'"
17247 msgstr ""
17248
17249 #: config/tc-tic54x.c:4845
17250 #, c-format
17251 msgid ""
17252 "Instruction does not fit in available delay slots (%d-word insn, %d slot "
17253 "left)"
17254 msgid_plural ""
17255 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
17256 "left)"
17257 msgstr[0] ""
17258 msgstr[1] ""
17259
17260 #: config/tc-tic54x.c:4889
17261 #, c-format
17262 msgid "Unrecognized parallel instruction '%s'"
17263 msgstr ""
17264
17265 #: config/tc-tic54x.c:4901
17266 #, c-format
17267 msgid "Instruction '%s' requires an LP cpu version"
17268 msgstr ""
17269
17270 #: config/tc-tic54x.c:4908
17271 #, c-format
17272 msgid "Instruction '%s' requires far mode addressing"
17273 msgstr ""
17274
17275 #: config/tc-tic54x.c:4920
17276 #, c-format
17277 msgid ""
17278 "Instruction does not fit in available delay slots (%d-word insn, %d slot "
17279 "left). Resulting behavior is undefined."
17280 msgid_plural ""
17281 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
17282 "left). Resulting behavior is undefined."
17283 msgstr[0] ""
17284 msgstr[1] ""
17285
17286 #: config/tc-tic54x.c:4934
17287 msgid ""
17288 "Instructions which cause PC discontinuity are not allowed in a delay slot. "
17289 "Resulting behavior is undefined."
17290 msgstr ""
17291
17292 #: config/tc-tic54x.c:4945
17293 #, c-format
17294 msgid "'%s' is not repeatable. Resulting behavior is undefined."
17295 msgstr ""
17296
17297 #: config/tc-tic54x.c:4949
17298 msgid ""
17299 "Instructions using long offset modifiers or absolute addresses are not "
17300 "repeatable. Resulting behavior is undefined."
17301 msgstr ""
17302
17303 #: config/tc-tic54x.c:5099
17304 #, c-format
17305 msgid "Unsupported relocation size %d"
17306 msgstr ""
17307
17308 #: config/tc-tic54x.c:5230
17309 msgid "non-absolute value used with .space/.bes"
17310 msgstr ""
17311
17312 #: config/tc-tic54x.c:5234
17313 #, c-format
17314 msgid "negative value ignored in %s"
17315 msgstr ""
17316
17317 #: config/tc-tic54x.c:5322
17318 #, c-format
17319 msgid "attempt to .space/.bes backwards? (%ld)"
17320 msgstr ""
17321
17322 #: config/tc-tic6x.c:262
17323 #, c-format
17324 msgid "unknown -mpid= argument '%s'"
17325 msgstr ""
17326
17327 #: config/tc-tic6x.c:320
17328 #, c-format
17329 msgid "TMS320C6000 options:\n"
17330 msgstr ""
17331
17332 #: config/tc-tic6x.c:321
17333 #, c-format
17334 msgid "  -march=ARCH             enable instructions from architecture ARCH\n"
17335 msgstr ""
17336
17337 #: config/tc-tic6x.c:322
17338 #, c-format
17339 msgid "  -mbig-endian            generate big-endian code\n"
17340 msgstr ""
17341
17342 #: config/tc-tic6x.c:323
17343 #, c-format
17344 msgid "  -mlittle-endian         generate little-endian code\n"
17345 msgstr ""
17346
17347 #: config/tc-tic6x.c:324
17348 #, c-format
17349 msgid "  -mdsbt                  code uses DSBT addressing\n"
17350 msgstr ""
17351
17352 #: config/tc-tic6x.c:325
17353 #, c-format
17354 msgid "  -mno-dsbt               code does not use DSBT addressing\n"
17355 msgstr ""
17356
17357 #: config/tc-tic6x.c:326
17358 #, c-format
17359 msgid ""
17360 "  -mpid=no                code uses position-dependent data addressing\n"
17361 msgstr ""
17362
17363 #: config/tc-tic6x.c:327
17364 #, c-format
17365 msgid ""
17366 "  -mpid=near              code uses position-independent data addressing,\n"
17367 "                            GOT accesses use near DP addressing\n"
17368 msgstr ""
17369
17370 #: config/tc-tic6x.c:329
17371 #, c-format
17372 msgid ""
17373 "  -mpid=far               code uses position-independent data addressing,\n"
17374 "                            GOT accesses use far DP addressing\n"
17375 msgstr ""
17376
17377 #: config/tc-tic6x.c:331
17378 #, c-format
17379 msgid "  -mpic                   code addressing is position-independent\n"
17380 msgstr ""
17381
17382 #: config/tc-tic6x.c:332
17383 #, c-format
17384 msgid "  -mno-pic                code addressing is position-dependent\n"
17385 msgstr ""
17386
17387 #: config/tc-tic6x.c:337
17388 #, c-format
17389 msgid "Supported ARCH values are:"
17390 msgstr ""
17391
17392 #: config/tc-tic6x.c:386
17393 msgid "unexpected .cantunwind directive"
17394 msgstr ""
17395
17396 #: config/tc-tic6x.c:406
17397 msgid "unexpected .handlerdata directive"
17398 msgstr ""
17399
17400 #: config/tc-tic6x.c:418
17401 msgid "personality routine required before .handlerdata directive"
17402 msgstr ""
17403
17404 #: config/tc-tic6x.c:532
17405 msgid "expected symbol"
17406 msgstr ""
17407
17408 #: config/tc-tic6x.c:579
17409 msgid "expected comma after symbol name"
17410 msgstr ""
17411
17412 #: config/tc-tic6x.c:589
17413 #, c-format
17414 msgid "invalid length for .scomm directive"
17415 msgstr ""
17416
17417 #: config/tc-tic6x.c:603
17418 msgid "alignment is not a positive number"
17419 msgstr ""
17420
17421 #: config/tc-tic6x.c:615
17422 msgid "alignment is not a power of 2"
17423 msgstr ""
17424
17425 #: config/tc-tic6x.c:630
17426 #, c-format
17427 msgid "attempt to re-define symbol `%s'"
17428 msgstr ""
17429
17430 #: config/tc-tic6x.c:639
17431 #, c-format
17432 msgid "attempt to redefine `%s' with a different length"
17433 msgstr ""
17434
17435 #: config/tc-tic6x.c:841
17436 msgid "multiple '||' on same line"
17437 msgstr ""
17438
17439 #: config/tc-tic6x.c:844
17440 msgid "'||' after predicate"
17441 msgstr ""
17442
17443 #: config/tc-tic6x.c:888
17444 msgid "multiple predicates on same line"
17445 msgstr ""
17446
17447 #: config/tc-tic6x.c:894
17448 #, c-format
17449 msgid "bad predicate '%s'"
17450 msgstr ""
17451
17452 #: config/tc-tic6x.c:905
17453 msgid "predication on A0 not supported on this architecture"
17454 msgstr ""
17455
17456 #: config/tc-tic6x.c:938
17457 msgid "label after '||'"
17458 msgstr ""
17459
17460 #: config/tc-tic6x.c:944
17461 msgid "label after predicate"
17462 msgstr ""
17463
17464 #: config/tc-tic6x.c:968
17465 msgid "'||' not followed by instruction"
17466 msgstr ""
17467
17468 #: config/tc-tic6x.c:974
17469 msgid "predicate not followed by instruction"
17470 msgstr ""
17471
17472 #: config/tc-tic6x.c:1407
17473 #, c-format
17474 msgid "control register '%s' not supported on this architecture"
17475 msgstr ""
17476
17477 #: config/tc-tic6x.c:1586 config/tc-tic6x.c:1589 config/tc-tic6x.c:1642
17478 #: config/tc-tic6x.c:1646
17479 #, c-format
17480 msgid "register number %u not supported on this architecture"
17481 msgstr ""
17482
17483 #: config/tc-tic6x.c:1617
17484 #, c-format
17485 msgid "register pair for operand %u of '%.*s' not a valid even/odd pair"
17486 msgstr ""
17487
17488 #: config/tc-tic6x.c:1673
17489 #, c-format
17490 msgid "junk after operand %u of '%.*s'"
17491 msgstr ""
17492
17493 #: config/tc-tic6x.c:1686
17494 #, c-format
17495 msgid "bad register or register pair for operand %u of '%.*s'"
17496 msgstr ""
17497
17498 #: config/tc-tic6x.c:1692
17499 #, c-format
17500 msgid "bad register for operand %u of '%.*s'"
17501 msgstr ""
17502
17503 #: config/tc-tic6x.c:1697
17504 #, c-format
17505 msgid "bad register pair for operand %u of '%.*s'"
17506 msgstr ""
17507
17508 #: config/tc-tic6x.c:1702
17509 #, c-format
17510 msgid "bad functional unit for operand %u of '%.*s'"
17511 msgstr ""
17512
17513 #: config/tc-tic6x.c:1707
17514 #, c-format
17515 msgid "bad operand %u of '%.*s'"
17516 msgstr ""
17517
17518 #: config/tc-tic6x.c:1839
17519 msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE"
17520 msgstr ""
17521
17522 #: config/tc-tic6x.c:1879
17523 msgid "$DSBT_INDEX not supported in this context"
17524 msgstr ""
17525
17526 #: config/tc-tic6x.c:1892
17527 msgid "$GOT not supported in this context"
17528 msgstr ""
17529
17530 #: config/tc-tic6x.c:1909
17531 msgid "$DPR_GOT not supported in this context"
17532 msgstr ""
17533
17534 #: config/tc-tic6x.c:1930
17535 msgid "$DPR_BYTE not supported in this context"
17536 msgstr ""
17537
17538 #: config/tc-tic6x.c:1947
17539 msgid "$DPR_HWORD not supported in this context"
17540 msgstr ""
17541
17542 #: config/tc-tic6x.c:1964
17543 msgid "$DPR_WORD not supported in this context"
17544 msgstr ""
17545
17546 #: config/tc-tic6x.c:1983
17547 msgid "$PCR_OFFSET not supported in this context"
17548 msgstr ""
17549
17550 #: config/tc-tic6x.c:1994
17551 msgid "invalid PC-relative operand"
17552 msgstr ""
17553
17554 #: config/tc-tic6x.c:2031
17555 #, c-format
17556 msgid "no %d-byte relocations available"
17557 msgstr ""
17558
17559 #: config/tc-tic6x.c:2518 config/tc-tic6x.c:2549 config/tc-tic6x.c:2567
17560 #: config/tc-tic6x.c:2997 config/tc-tic6x.c:3016 config/tc-tic6x.c:3048
17561 #, c-format
17562 msgid "operand %u of '%.*s' out of range"
17563 msgstr ""
17564
17565 #: config/tc-tic6x.c:2611 config/tc-tic6x.c:2836
17566 #, c-format
17567 msgid "offset in operand %u of '%.*s' not divisible by %u"
17568 msgstr ""
17569
17570 #: config/tc-tic6x.c:2828 config/tc-tic6x.c:2861
17571 #, c-format
17572 msgid "offset in operand %u of '%.*s' out of range"
17573 msgstr ""
17574
17575 #: config/tc-tic6x.c:2943
17576 #, c-format
17577 msgid "functional unit already masked for operand %u of '%.*s'"
17578 msgstr ""
17579
17580 #: config/tc-tic6x.c:2967 config/tc-tic6x.c:3726
17581 #, c-format
17582 msgid "'%.*s' instruction not in a software pipelined loop"
17583 msgstr ""
17584
17585 #: config/tc-tic6x.c:3066
17586 #, c-format
17587 msgid "instruction '%.*s' cannot be predicated"
17588 msgstr ""
17589
17590 #: config/tc-tic6x.c:3334
17591 #, c-format
17592 msgid "'%.*s' instruction not supported on this architecture"
17593 msgstr ""
17594
17595 #: config/tc-tic6x.c:3342
17596 #, c-format
17597 msgid "'%.*s' instruction not supported on this functional unit"
17598 msgstr ""
17599
17600 #: config/tc-tic6x.c:3350
17601 #, c-format
17602 msgid ""
17603 "'%.*s' instruction not supported on this functional unit for this "
17604 "architecture"
17605 msgstr ""
17606
17607 #: config/tc-tic6x.c:3370
17608 msgid "missing operand after comma"
17609 msgstr ""
17610
17611 #: config/tc-tic6x.c:3378 config/tc-tic6x.c:3396
17612 #, c-format
17613 msgid "too many operands to '%.*s'"
17614 msgstr ""
17615
17616 #: config/tc-tic6x.c:3409
17617 #, c-format
17618 msgid "bad number of operands to '%.*s'"
17619 msgstr ""
17620
17621 #: config/tc-tic6x.c:3481
17622 #, c-format
17623 msgid "operand %u of '%.*s' not constant"
17624 msgstr ""
17625
17626 #: config/tc-tic6x.c:3486
17627 #, c-format
17628 msgid "operand %u of '%.*s' on wrong side"
17629 msgstr ""
17630
17631 #: config/tc-tic6x.c:3491
17632 #, c-format
17633 msgid "operand %u of '%.*s' not a valid return address register"
17634 msgstr ""
17635
17636 #: config/tc-tic6x.c:3497
17637 #, c-format
17638 msgid "operand %u of '%.*s' is write-only"
17639 msgstr ""
17640
17641 #: config/tc-tic6x.c:3502
17642 #, c-format
17643 msgid "operand %u of '%.*s' is read-only"
17644 msgstr ""
17645
17646 #: config/tc-tic6x.c:3507
17647 #, c-format
17648 msgid "operand %u of '%.*s' not a valid memory reference"
17649 msgstr ""
17650
17651 #: config/tc-tic6x.c:3513
17652 #, c-format
17653 msgid "operand %u of '%.*s' not a valid base address register"
17654 msgstr ""
17655
17656 #: config/tc-tic6x.c:3599
17657 #, c-format
17658 msgid "bad operand combination for '%.*s'"
17659 msgstr ""
17660
17661 #: config/tc-tic6x.c:3645
17662 msgid "parallel instruction not following another instruction"
17663 msgstr ""
17664
17665 #: config/tc-tic6x.c:3651
17666 msgid "too many instructions in execute packet"
17667 msgstr ""
17668
17669 #: config/tc-tic6x.c:3656
17670 msgid "label not at start of execute packet"
17671 msgstr ""
17672
17673 #: config/tc-tic6x.c:3659
17674 #, c-format
17675 msgid "'%.*s' instruction not at start of execute packet"
17676 msgstr ""
17677
17678 #: config/tc-tic6x.c:3707
17679 msgid "functional unit already used in this execute packet"
17680 msgstr ""
17681
17682 #: config/tc-tic6x.c:3715
17683 msgid "nested software pipelined loop"
17684 msgstr ""
17685
17686 #: config/tc-tic6x.c:3734
17687 msgid "'||^' without previous SPMASK"
17688 msgstr ""
17689
17690 #: config/tc-tic6x.c:3736
17691 msgid "cannot mask instruction using no functional unit"
17692 msgstr ""
17693
17694 #: config/tc-tic6x.c:3748
17695 msgid "functional unit already masked"
17696 msgstr ""
17697
17698 #: config/tc-tic6x.c:3813
17699 msgid "value too large for 2-byte field"
17700 msgstr ""
17701
17702 #: config/tc-tic6x.c:3823
17703 msgid "value too large for 1-byte field"
17704 msgstr ""
17705
17706 #: config/tc-tic6x.c:3950
17707 msgid "immediate offset not 2-byte-aligned"
17708 msgstr ""
17709
17710 #: config/tc-tic6x.c:3978
17711 msgid "immediate offset not 4-byte-aligned"
17712 msgstr ""
17713
17714 #: config/tc-tic6x.c:3992
17715 msgid "addend used with $DSBT_INDEX"
17716 msgstr ""
17717
17718 #: config/tc-tic6x.c:4006 config/tc-tic6x.c:4024 config/tc-tic6x.c:4042
17719 #: config/tc-tic6x.c:4060
17720 msgid "PC-relative offset not 4-byte-aligned"
17721 msgstr ""
17722
17723 #: config/tc-tic6x.c:4009 config/tc-tic6x.c:4027 config/tc-tic6x.c:4045
17724 #: config/tc-tic6x.c:4063
17725 msgid "PC-relative offset out of range"
17726 msgstr ""
17727
17728 #: config/tc-tic6x.c:4542
17729 #, c-format
17730 msgid "undefined symbol %s in PCR relocation"
17731 msgstr ""
17732
17733 #: config/tc-tic6x.c:4660
17734 #, c-format
17735 msgid "group section `%s' has no group signature"
17736 msgstr ""
17737
17738 #: config/tc-tic6x.c:4812
17739 msgid "missing .endp before .cfi_startproc"
17740 msgstr ""
17741
17742 #: config/tc-tic6x.c:4917
17743 msgid "stack pointer offset too large for personality routine"
17744 msgstr ""
17745
17746 #: config/tc-tic6x.c:4924
17747 msgid "stack frame layout does not match personality routine"
17748 msgstr ""
17749
17750 #: config/tc-tic6x.c:5058
17751 msgid "too many unwinding instructions"
17752 msgstr ""
17753
17754 #: config/tc-tic6x.c:5133 config/tc-tic6x.c:5146 config/tc-tic6x.c:5154
17755 #, c-format
17756 msgid "unable to generate unwinding opcode for reg %d"
17757 msgstr ""
17758
17759 #: config/tc-tic6x.c:5163
17760 msgid "unable to restore return address from previously restored reg"
17761 msgstr ""
17762
17763 #: config/tc-tic6x.c:5175
17764 #, c-format
17765 msgid "unhandled CFA insn for unwinding (%d)"
17766 msgstr ""
17767
17768 #: config/tc-tic6x.c:5185
17769 #, c-format
17770 msgid "unable to generate unwinding opcode for frame pointer reg %d"
17771 msgstr ""
17772
17773 #: config/tc-tic6x.c:5194
17774 msgid "unable to generate unwinding opcode for frame pointer offset"
17775 msgstr ""
17776
17777 #: config/tc-tic6x.c:5203
17778 msgid "unwound stack pointer not doubleword aligned"
17779 msgstr ""
17780
17781 #: config/tc-tic6x.c:5348
17782 msgid "stack frame layout too complex for unwinder"
17783 msgstr ""
17784
17785 #: config/tc-tic6x.c:5365
17786 msgid "unwound frame has negative size"
17787 msgstr ""
17788
17789 #: config/tc-tilegx.c:141
17790 #, c-format
17791 msgid ""
17792 "  -Q                      ignored\n"
17793 "  -V                      print assembler version number\n"
17794 "  -EB/-EL                 generate big-endian/little-endian code\n"
17795 "  --32/--64               generate 32bit/64bit code\n"
17796 msgstr ""
17797
17798 #: config/tc-tilegx.c:735 config/tc-tilepro.c:626
17799 msgid "Invalid operator for operand."
17800 msgstr ""
17801
17802 #: config/tc-tilegx.c:758 config/tc-tilepro.c:649
17803 msgid "Operator may only be applied to symbols."
17804 msgstr ""
17805
17806 #: config/tc-tilegx.c:823 config/tc-tilepro.c:714
17807 #, c-format
17808 msgid "Writes to register '%s' are not allowed."
17809 msgstr ""
17810
17811 #: config/tc-tilegx.c:850 config/tc-tilepro.c:741
17812 #, c-format
17813 msgid ""
17814 "Two instructions in the same bundle both write to register %s, which is not "
17815 "allowed."
17816 msgstr ""
17817
17818 #: config/tc-tilegx.c:915 config/tc-tilepro.c:805
17819 #, c-format
17820 msgid "'%s' may not be bundled with other instructions."
17821 msgstr ""
17822
17823 #: config/tc-tilegx.c:945 config/tc-tilepro.c:835
17824 msgid "Invalid combination of instructions for bundle."
17825 msgstr ""
17826
17827 #: config/tc-tilegx.c:980 config/tc-tilepro.c:870
17828 msgid "instruction address is not a multiple of 8"
17829 msgstr ""
17830
17831 #: config/tc-tilegx.c:1057 config/tc-tilepro.c:948
17832 msgid "Invalid expression."
17833 msgstr ""
17834
17835 #: config/tc-tilegx.c:1103 config/tc-tilepro.c:990
17836 #, c-format
17837 msgid "Expected register, got '%s'."
17838 msgstr ""
17839
17840 #: config/tc-tilegx.c:1110 config/tc-tilepro.c:997
17841 #, c-format
17842 msgid "Found use of non-canonical register name %s; use %s instead."
17843 msgstr ""
17844
17845 #: config/tc-tilegx.c:1170 config/tc-tilepro.c:1056
17846 #, c-format
17847 msgid "Too few operands to '%s'."
17848 msgstr ""
17849
17850 #: config/tc-tilegx.c:1175 config/tc-tilepro.c:1061
17851 #, c-format
17852 msgid "Unexpected character '%c' after operand %d to %s."
17853 msgstr ""
17854
17855 #: config/tc-tilegx.c:1196 config/tc-tilepro.c:1082
17856 msgid "Expected immediate expression"
17857 msgstr ""
17858
17859 #: config/tc-tilegx.c:1209 config/tc-tilegx.c:1814 config/tc-tilepro.c:1095
17860 #: config/tc-tilepro.c:1594
17861 msgid "Found '}' when not bundling."
17862 msgstr ""
17863
17864 #: config/tc-tilegx.c:1250 config/tc-tilepro.c:1135
17865 #, c-format
17866 msgid "Unknown opcode `%.*s'."
17867 msgstr ""
17868
17869 #: config/tc-tilegx.c:1261 config/tc-tilepro.c:1146
17870 msgid "Too many instructions for bundle."
17871 msgstr ""
17872
17873 #: config/tc-tilegx.c:1356 config/tc-tilepro.c:1231
17874 msgid "Bad call to md_atof ()"
17875 msgstr ""
17876
17877 #: config/tc-tilegx.c:1432 config/tc-tilepro.c:1294
17878 msgid "This operator only produces two byte values."
17879 msgstr ""
17880
17881 #: config/tc-tilegx.c:1759 config/tc-tilepro.c:1539
17882 #, c-format
17883 msgid "internal error? cannot generate `%s' relocation (%d, %d)"
17884 msgstr ""
17885
17886 #: config/tc-tilegx.c:1802 config/tc-tilepro.c:1582
17887 msgid "Found '{' when already bundling."
17888 msgstr ""
17889
17890 #: config/tc-tilepro.c:98
17891 #, c-format
17892 msgid ""
17893 "  -Q                      ignored\n"
17894 "  -V                      print assembler version number\n"
17895 msgstr ""
17896
17897 #: config/tc-v850.c:294
17898 #, c-format
17899 msgid ".COMMon length (%d.) < 0! Ignored."
17900 msgstr ""
17901
17902 #: config/tc-v850.c:315
17903 #, c-format
17904 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
17905 msgstr ""
17906
17907 #: config/tc-v850.c:341
17908 msgid "Common alignment negative; 0 assumed"
17909 msgstr ""
17910
17911 #: config/tc-v850.c:545
17912 msgid ".longcall pseudo-op seen when not relaxing"
17913 msgstr ""
17914
17915 #: config/tc-v850.c:547
17916 msgid ".longjump pseudo-op seen when not relaxing"
17917 msgstr ""
17918
17919 #: config/tc-v850.c:554
17920 msgid "bad .longcall format"
17921 msgstr ""
17922
17923 #: config/tc-v850.c:1393
17924 #, c-format
17925 msgid "unknown operand shift: %x\n"
17926 msgstr ""
17927
17928 #: config/tc-v850.c:1394
17929 msgid "internal failure in parse_register_list"
17930 msgstr ""
17931
17932 #: config/tc-v850.c:1410
17933 msgid "constant expression or register list expected"
17934 msgstr ""
17935
17936 #: config/tc-v850.c:1415
17937 msgid "high bits set in register list expression"
17938 msgstr ""
17939
17940 #: config/tc-v850.c:1453 config/tc-v850.c:1510
17941 msgid "illegal register included in list"
17942 msgstr ""
17943
17944 #: config/tc-v850.c:1459
17945 msgid "system registers cannot be included in list"
17946 msgstr ""
17947
17948 #: config/tc-v850.c:1485
17949 msgid "second register should follow dash in register list"
17950 msgstr ""
17951
17952 #: config/tc-v850.c:1490
17953 msgid "second register should be greater than first register"
17954 msgstr ""
17955
17956 #: config/tc-v850.c:1540
17957 #, c-format
17958 msgid " V850 options:\n"
17959 msgstr ""
17960
17961 #: config/tc-v850.c:1541
17962 #, c-format
17963 msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
17964 msgstr ""
17965
17966 #: config/tc-v850.c:1542
17967 #, c-format
17968 msgid ""
17969 "  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
17970 msgstr ""
17971
17972 #: config/tc-v850.c:1543
17973 #, c-format
17974 msgid "  -mv850                    The code is targeted at the v850\n"
17975 msgstr ""
17976
17977 #: config/tc-v850.c:1544
17978 #, c-format
17979 msgid "  -mv850e                   The code is targeted at the v850e\n"
17980 msgstr ""
17981
17982 #: config/tc-v850.c:1545
17983 #, c-format
17984 msgid "  -mv850e1                  The code is targeted at the v850e1\n"
17985 msgstr ""
17986
17987 #: config/tc-v850.c:1546
17988 #, c-format
17989 msgid "  -mv850e2                  The code is targeted at the v850e2\n"
17990 msgstr ""
17991
17992 #: config/tc-v850.c:1547
17993 #, c-format
17994 msgid "  -mv850e2v3                The code is targeted at the v850e2v3\n"
17995 msgstr ""
17996
17997 #: config/tc-v850.c:1548
17998 #, c-format
17999 msgid "  -mv850e2v4                Alias for -mv850e3v5\n"
18000 msgstr ""
18001
18002 #: config/tc-v850.c:1549
18003 #, c-format
18004 msgid "  -mv850e3v5                The code is targeted at the v850e3v5\n"
18005 msgstr ""
18006
18007 #: config/tc-v850.c:1550
18008 #, c-format
18009 msgid "  -mrelax                   Enable relaxation\n"
18010 msgstr ""
18011
18012 #: config/tc-v850.c:1551
18013 #, c-format
18014 msgid ""
18015 "  --disp-size-default-22    branch displacement with unknown size is 22 bits "
18016 "(default)\n"
18017 msgstr ""
18018
18019 #: config/tc-v850.c:1552
18020 #, c-format
18021 msgid ""
18022 "  --disp-size-default-32    branch displacement with unknown size is 32 "
18023 "bits\n"
18024 msgstr ""
18025
18026 #: config/tc-v850.c:1553
18027 #, c-format
18028 msgid "  -mextension               enable extension opcode support\n"
18029 msgstr ""
18030
18031 #: config/tc-v850.c:1554
18032 #, c-format
18033 msgid "  -mno-bcond17\t\t  disable b<cond> disp17 instruction\n"
18034 msgstr ""
18035
18036 #: config/tc-v850.c:1555
18037 #, c-format
18038 msgid "  -mno-stld23\t\t  disable st/ld offset23 instruction\n"
18039 msgstr ""
18040
18041 #: config/tc-v850.c:1556
18042 #, c-format
18043 msgid "  -mgcc-abi                 Mark the binary as using the old GCC ABI\n"
18044 msgstr ""
18045
18046 #: config/tc-v850.c:1557
18047 #, c-format
18048 msgid ""
18049 "  -mrh850-abi               Mark the binary as using the RH850 ABI "
18050 "(default)\n"
18051 msgstr ""
18052
18053 #: config/tc-v850.c:1558
18054 #, c-format
18055 msgid "  -m8byte-align             Mark the binary as using 64-bit alignment\n"
18056 msgstr ""
18057
18058 #: config/tc-v850.c:1559
18059 #, c-format
18060 msgid ""
18061 "  -m4byte-align             Mark the binary as using 32-bit alignment "
18062 "(default)\n"
18063 msgstr ""
18064
18065 #: config/tc-v850.c:1560
18066 #, c-format
18067 msgid ""
18068 "  -msoft-float              Mark the binary as not using FP insns (default "
18069 "for pre e2v3)\n"
18070 msgstr ""
18071
18072 #: config/tc-v850.c:1561
18073 #, c-format
18074 msgid ""
18075 "  -mhard-float              Mark the binary as using FP insns (default for "
18076 "e2v3 and up)\n"
18077 msgstr ""
18078
18079 #: config/tc-v850.c:1949
18080 #, c-format
18081 msgid "Unable to determine default target processor from string: %s"
18082 msgstr ""
18083
18084 #: config/tc-v850.c:1993
18085 msgid "hi0() relocation used on an instruction which does not support it"
18086 msgstr ""
18087
18088 #: config/tc-v850.c:2013
18089 msgid "hi() relocation used on an instruction which does not support it"
18090 msgstr ""
18091
18092 #: config/tc-v850.c:2036
18093 msgid "lo() relocation used on an instruction which does not support it"
18094 msgstr ""
18095
18096 #: config/tc-v850.c:2046
18097 msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead"
18098 msgstr ""
18099
18100 #: config/tc-v850.c:2062
18101 msgid "ctoff() relocation used on an instruction which does not support it"
18102 msgstr ""
18103
18104 #: config/tc-v850.c:2081
18105 msgid "sdaoff() relocation used on an instruction which does not support it"
18106 msgstr ""
18107
18108 #: config/tc-v850.c:2100
18109 msgid "zdaoff() relocation used on an instruction which does not support it"
18110 msgstr ""
18111
18112 #: config/tc-v850.c:2132
18113 msgid "tdaoff() relocation used on an instruction which does not support it"
18114 msgstr ""
18115
18116 #: config/tc-v850.c:2273
18117 #, c-format
18118 msgid "operand out of range (%d is not between %d and %d)"
18119 msgstr ""
18120
18121 #: config/tc-v850.c:2356
18122 msgid "st/ld offset 23 instruction was disabled ."
18123 msgstr ""
18124
18125 #: config/tc-v850.c:2365
18126 msgid "Target processor does not support this instruction."
18127 msgstr ""
18128
18129 #: config/tc-v850.c:2477 config/tc-v850.c:2487 config/tc-v850.c:2508
18130 #: config/tc-v850.c:2522 config/tc-v850.c:2528 config/tc-v850.c:2552
18131 #: config/tc-v850.c:2558 config/tc-v850.c:2565 config/tc-v850.c:2579
18132 #: config/tc-v850.c:2593 config/tc-v850.c:2599 config/tc-v850.c:2936
18133 msgid "immediate operand is too large"
18134 msgstr ""
18135
18136 #: config/tc-v850.c:2494
18137 #, c-format
18138 msgid "AAARG -> unhandled constant reloc: %d"
18139 msgstr ""
18140
18141 #: config/tc-v850.c:2629 config/tc-v850.c:2640
18142 msgid "constant too big to fit into instruction"
18143 msgstr ""
18144
18145 #: config/tc-v850.c:2715
18146 msgid "odd number cannot be used here"
18147 msgstr ""
18148
18149 #: config/tc-v850.c:2760
18150 msgid "invalid register name"
18151 msgstr ""
18152
18153 #: config/tc-v850.c:2766
18154 msgid "register r0 cannot be used here"
18155 msgstr ""
18156
18157 #: config/tc-v850.c:2772
18158 msgid "odd register cannot be used here"
18159 msgstr ""
18160
18161 #: config/tc-v850.c:2781
18162 msgid "invalid system register name"
18163 msgstr ""
18164
18165 #: config/tc-v850.c:2795
18166 msgid "expected EP register"
18167 msgstr ""
18168
18169 #: config/tc-v850.c:2812 config/tc-v850.c:2825
18170 msgid "invalid condition code name"
18171 msgstr ""
18172
18173 #: config/tc-v850.c:2818
18174 msgid "condition sa cannot be used here"
18175 msgstr ""
18176
18177 #: config/tc-v850.c:2831
18178 msgid "invalid cache operation name"
18179 msgstr ""
18180
18181 #: config/tc-v850.c:2836
18182 msgid "invalid pref operation name"
18183 msgstr ""
18184
18185 #: config/tc-v850.c:2841
18186 msgid "invalid vector register name"
18187 msgstr ""
18188
18189 #: config/tc-v850.c:2879
18190 msgid "syntax error: value is missing before the register name"
18191 msgstr ""
18192
18193 #: config/tc-v850.c:2881
18194 msgid "syntax error: register not expected"
18195 msgstr ""
18196
18197 #: config/tc-v850.c:2895
18198 msgid "syntax error: system register not expected"
18199 msgstr ""
18200
18201 #: config/tc-v850.c:2900 config/tc-v850.c:2905
18202 msgid "syntax error: condition code not expected"
18203 msgstr ""
18204
18205 #: config/tc-v850.c:2910
18206 msgid "syntax error: vector register not expected"
18207 msgstr ""
18208
18209 #: config/tc-v850.c:2920
18210 msgid "immediate 0 cannot be used here"
18211 msgstr ""
18212
18213 #: config/tc-v850.c:2944
18214 msgid "immediate operand is not match"
18215 msgstr ""
18216
18217 #: config/tc-v850.c:2957
18218 msgid "displacement is too large"
18219 msgstr ""
18220
18221 #: config/tc-v850.c:2975 config/tc-xtensa.c:13149
18222 msgid "invalid operand"
18223 msgstr ""
18224
18225 #: config/tc-v850.c:3087
18226 msgid "loop: 32-bit displacement not supported"
18227 msgstr ""
18228
18229 #: config/tc-vax.c:1344
18230 msgid "no '[' to match ']'"
18231 msgstr ""
18232
18233 #: config/tc-vax.c:1360
18234 msgid "bad register in []"
18235 msgstr ""
18236
18237 #: config/tc-vax.c:1362
18238 msgid "[PC] index banned"
18239 msgstr ""
18240
18241 #: config/tc-vax.c:1398
18242 msgid "no '(' to match ')'"
18243 msgstr ""
18244
18245 #: config/tc-vax.c:1514
18246 msgid "invalid branch operand"
18247 msgstr ""
18248
18249 #: config/tc-vax.c:1541
18250 msgid "address prohibits @"
18251 msgstr ""
18252
18253 #: config/tc-vax.c:1543
18254 msgid "address prohibits #"
18255 msgstr ""
18256
18257 #: config/tc-vax.c:1547
18258 msgid "address prohibits -()"
18259 msgstr ""
18260
18261 #: config/tc-vax.c:1549
18262 msgid "address prohibits ()+"
18263 msgstr ""
18264
18265 #: config/tc-vax.c:1552
18266 msgid "address prohibits ()"
18267 msgstr ""
18268
18269 #: config/tc-vax.c:1554
18270 msgid "address prohibits []"
18271 msgstr ""
18272
18273 #: config/tc-vax.c:1556
18274 msgid "address prohibits register"
18275 msgstr ""
18276
18277 #: config/tc-vax.c:1558
18278 msgid "address prohibits displacement length specifier"
18279 msgstr ""
18280
18281 #: config/tc-vax.c:1586
18282 msgid "invalid operand of S^#"
18283 msgstr ""
18284
18285 #: config/tc-vax.c:1599
18286 msgid "S^# needs expression"
18287 msgstr ""
18288
18289 #: config/tc-vax.c:1606
18290 msgid "S^# may only read-access"
18291 msgstr ""
18292
18293 #: config/tc-vax.c:1629
18294 msgid "invalid operand of -()"
18295 msgstr ""
18296
18297 #: config/tc-vax.c:1635
18298 msgid "-(PC) unpredictable"
18299 msgstr ""
18300
18301 #: config/tc-vax.c:1637
18302 msgid "[]index same as -()register: unpredictable"
18303 msgstr ""
18304
18305 #: config/tc-vax.c:1669
18306 msgid "invalid operand of ()+"
18307 msgstr ""
18308
18309 #: config/tc-vax.c:1675
18310 msgid "(PC)+ unpredictable"
18311 msgstr ""
18312
18313 #: config/tc-vax.c:1677
18314 msgid "[]index same as ()+register: unpredictable"
18315 msgstr ""
18316
18317 #: config/tc-vax.c:1700
18318 msgid "# conflicts length"
18319 msgstr ""
18320
18321 #: config/tc-vax.c:1702
18322 msgid "# bars register"
18323 msgstr ""
18324
18325 #: config/tc-vax.c:1722
18326 msgid "writing or modifying # is unpredictable"
18327 msgstr ""
18328
18329 #: config/tc-vax.c:1748
18330 msgid "length not needed"
18331 msgstr ""
18332
18333 #: config/tc-vax.c:1755
18334 msgid "can't []index a register, because it has no address"
18335 msgstr ""
18336
18337 #: config/tc-vax.c:1757
18338 msgid "a register has no address"
18339 msgstr ""
18340
18341 #: config/tc-vax.c:1766
18342 msgid "PC part of operand unpredictable"
18343 msgstr ""
18344
18345 #: config/tc-vax.c:1924
18346 msgid "odd number of bytes in operand description"
18347 msgstr ""
18348
18349 #: config/tc-vax.c:1938
18350 msgid "Bad operand"
18351 msgstr ""
18352
18353 #: config/tc-vax.c:1943
18354 msgid "Not enough operands"
18355 msgstr ""
18356
18357 #: config/tc-vax.c:2220
18358 msgid "SYMBOL TABLE not implemented"
18359 msgstr ""
18360
18361 #: config/tc-vax.c:2224
18362 msgid "TOKEN TRACE not implemented"
18363 msgstr ""
18364
18365 #: config/tc-vax.c:2228
18366 #, c-format
18367 msgid "Displacement length %s ignored!"
18368 msgstr ""
18369
18370 #: config/tc-vax.c:2232
18371 #, c-format
18372 msgid "I don't need or use temp. file \"%s\"."
18373 msgstr ""
18374
18375 #: config/tc-vax.c:2236
18376 msgid "I don't use an interpass file! -V ignored"
18377 msgstr ""
18378
18379 #: config/tc-vax.c:2293
18380 #, c-format
18381 msgid ""
18382 "VAX options:\n"
18383 "-d LENGTH\t\tignored\n"
18384 "-J\t\t\tignored\n"
18385 "-S\t\t\tignored\n"
18386 "-t FILE\t\t\tignored\n"
18387 "-T\t\t\tignored\n"
18388 "-V\t\t\tignored\n"
18389 msgstr ""
18390
18391 #: config/tc-vax.c:2302
18392 #, c-format
18393 msgid ""
18394 "VMS options:\n"
18395 "-+\t\t\thash encode names longer than 31 characters\n"
18396 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
18397 "-H\t\t\tshow new symbol after hash truncation\n"
18398 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
18399 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
18400 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
18401 msgstr ""
18402
18403 #: config/tc-vax.c:2467
18404 #, c-format
18405 msgid "Ignoring statement due to \"%s\""
18406 msgstr ""
18407
18408 #: config/tc-vax.c:2484
18409 #, c-format
18410 msgid "Aborting because statement has \"%s\""
18411 msgstr ""
18412
18413 #: config/tc-vax.c:2529
18414 msgid "Can't relocate expression"
18415 msgstr ""
18416
18417 #: config/tc-vax.c:2632
18418 msgid "Bignum not permitted in short literal. Immediate mode assumed."
18419 msgstr ""
18420
18421 #: config/tc-vax.c:2641
18422 msgid "Can't do flonum short literal: immediate mode used."
18423 msgstr ""
18424
18425 #: config/tc-vax.c:2688
18426 #, c-format
18427 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
18428 msgstr ""
18429
18430 #: config/tc-vax.c:3000
18431 #, c-format
18432 msgid "Short literal overflow(%ld.), immediate mode assumed."
18433 msgstr ""
18434
18435 #: config/tc-vax.c:3009
18436 #, c-format
18437 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
18438 msgstr ""
18439
18440 #: config/tc-vax.c:3074
18441 msgid "Length specification ignored. Address mode 9F used"
18442 msgstr ""
18443
18444 #: config/tc-vax.c:3132
18445 msgid "Invalid operand: immediate value used as base address."
18446 msgstr ""
18447
18448 #: config/tc-vax.c:3134
18449 msgid "Invalid operand: immediate value used as address."
18450 msgstr ""
18451
18452 #: config/tc-vax.c:3159
18453 #, c-format
18454 msgid "Symbol %s used as immediate operand in PIC mode."
18455 msgstr ""
18456
18457 #: config/tc-vax.c:3264
18458 #, c-format
18459 msgid "VIP_BEGIN error:%s"
18460 msgstr ""
18461
18462 #: config/tc-visium.c:862
18463 msgid "Bad call to MD_ATOF()"
18464 msgstr ""
18465
18466 #: config/tc-wasm32.c:117
18467 #, c-format
18468 msgid "wasm32 assembler options:\n"
18469 msgstr ""
18470
18471 #: config/tc-wasm32.c:364
18472 msgid "unexpected negative constant"
18473 msgstr ""
18474
18475 #: config/tc-wasm32.c:426
18476 msgid "no function type on PLT reloc"
18477 msgstr ""
18478
18479 #: config/tc-wasm32.c:441
18480 msgid "couldn't find relocation to use"
18481 msgstr ""
18482
18483 #: config/tc-wasm32.c:513
18484 msgid "Not a function type"
18485 msgstr ""
18486
18487 #: config/tc-wasm32.c:529
18488 #, c-format
18489 msgid "Unknown type %c\n"
18490 msgstr ""
18491
18492 #: config/tc-wasm32.c:551 config/tc-wasm32.c:577
18493 msgid "Unknown type"
18494 msgstr ""
18495
18496 #: config/tc-wasm32.c:625
18497 msgid "only single block types allowed"
18498 msgstr ""
18499
18500 #: config/tc-wasm32.c:635
18501 msgid "instruction does not take a block type"
18502 msgstr ""
18503
18504 #: config/tc-wasm32.c:652
18505 msgid "missing block type"
18506 msgstr ""
18507
18508 #: config/tc-wasm32.c:661 config/tc-wasm32.c:665
18509 msgid "missing alignment hint"
18510 msgstr ""
18511
18512 #: config/tc-wasm32.c:669
18513 msgid "missing offset"
18514 msgstr ""
18515
18516 #: config/tc-wasm32.c:675
18517 msgid "missing local index"
18518 msgstr ""
18519
18520 #: config/tc-wasm32.c:680
18521 msgid "missing break count"
18522 msgstr ""
18523
18524 #: config/tc-wasm32.c:685
18525 msgid "missing reserved current_memory/grow_memory argument"
18526 msgstr ""
18527
18528 #: config/tc-wasm32.c:689
18529 msgid "missing call argument"
18530 msgstr ""
18531
18532 #: config/tc-wasm32.c:693
18533 msgid "missing call signature"
18534 msgstr ""
18535
18536 #: config/tc-wasm32.c:695
18537 msgid "missing table index"
18538 msgstr ""
18539
18540 #: config/tc-wasm32.c:726 config/tc-z80.c:1967 read.c:3738
18541 #, c-format
18542 msgid "junk at end of line, first unrecognized character is `%c'"
18543 msgstr ""
18544
18545 #: config/tc-xc16x.c:218
18546 #, c-format
18547 msgid " XC16X specific command line options:\n"
18548 msgstr ""
18549
18550 #: config/tc-xgate.c:215
18551 msgid "architecture variant invalid"
18552 msgstr ""
18553
18554 #: config/tc-xgate.c:370
18555 #, c-format
18556 msgid ""
18557 "Freescale XGATE co-processor options:\n"
18558 "  -mshort                 use 16-bit int ABI (default)\n"
18559 "  -mlong                  use 32-bit int ABI\n"
18560 "  -mshort-double          use 32-bit double ABI\n"
18561 "  -mlong-double           use 64-bit double ABI (default)\n"
18562 "  --mxgate                specify the processor variant [default %s]\n"
18563 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
18564 "  --print-opcodes         print the list of instructions with syntax\n"
18565 "  --generate-example      generate an example of each instruction"
18566 msgstr ""
18567
18568 #: config/tc-xgate.c:493
18569 msgid "opcode missing or not found on input line"
18570 msgstr ""
18571
18572 #: config/tc-xgate.c:498
18573 #, c-format
18574 msgid "opcode %s not found in opcode hash table"
18575 msgstr ""
18576
18577 #: config/tc-xgate.c:511
18578 msgid "matching operands to opcode"
18579 msgstr ""
18580
18581 #: config/tc-xgate.c:549
18582 msgid ": processing macro, real opcode handle not found in hash"
18583 msgstr ""
18584
18585 #: config/tc-xgate.c:680
18586 #, c-format
18587 msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch."
18588 msgstr ""
18589
18590 #: config/tc-xgate.c:697
18591 #, c-format
18592 msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch."
18593 msgstr ""
18594
18595 #: config/tc-xgate.c:724
18596 msgid "Value out of 3-bit range."
18597 msgstr ""
18598
18599 #: config/tc-xgate.c:731
18600 msgid "Value out of 4-bit range."
18601 msgstr ""
18602
18603 #: config/tc-xgate.c:738
18604 msgid "Value out of 5-bit range."
18605 msgstr ""
18606
18607 #: config/tc-xgate.c:875
18608 msgid ":operand has too many bits"
18609 msgstr ""
18610
18611 #: config/tc-xgate.c:992
18612 msgid "unknown operand count"
18613 msgstr ""
18614
18615 #: config/tc-xgate.c:1236 config/tc-xgate.c:1248
18616 msgid ": expected register name r0-r7 "
18617 msgstr ""
18618
18619 #: config/tc-xgate.c:1284
18620 #, c-format
18621 msgid ":operand value(%d) too big for constraint"
18622 msgstr ""
18623
18624 #: config/tc-xgate.c:1302
18625 msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value."
18626 msgstr ""
18627
18628 #: config/tc-xgate.c:1315
18629 msgid ":unknown relocation constraint size"
18630 msgstr ""
18631
18632 #: config/tc-xgate.c:1322
18633 msgid ": expected register name ccr "
18634 msgstr ""
18635
18636 #: config/tc-xgate.c:1328
18637 msgid ": expected register name pc "
18638 msgstr ""
18639
18640 #: config/tc-xstormy16.c:77
18641 #, c-format
18642 msgid " XSTORMY16 specific command line options:\n"
18643 msgstr ""
18644
18645 #: config/tc-xstormy16.c:223
18646 #, c-format
18647 msgid "unsupported fptr fixup size %d"
18648 msgstr ""
18649
18650 #: config/tc-xstormy16.c:235
18651 #, c-format
18652 msgid "unsupported fixup size %d"
18653 msgstr ""
18654
18655 #: config/tc-xstormy16.c:266
18656 msgid "unsupported fptr fixup"
18657 msgstr ""
18658
18659 #: config/tc-xtensa.c:647
18660 msgid "illegal range of target hardware versions"
18661 msgstr ""
18662
18663 #: config/tc-xtensa.c:823
18664 msgid "--density option is ignored"
18665 msgstr ""
18666
18667 #: config/tc-xtensa.c:826
18668 msgid "--no-density option is ignored"
18669 msgstr ""
18670
18671 #: config/tc-xtensa.c:844
18672 msgid "--generics is deprecated; use --transform instead"
18673 msgstr ""
18674
18675 #: config/tc-xtensa.c:847
18676 msgid "--no-generics is deprecated; use --no-transform instead"
18677 msgstr ""
18678
18679 #: config/tc-xtensa.c:850
18680 msgid "--relax is deprecated; use --transform instead"
18681 msgstr ""
18682
18683 #: config/tc-xtensa.c:853
18684 msgid "--no-relax is deprecated; use --no-transform instead"
18685 msgstr ""
18686
18687 #: config/tc-xtensa.c:870
18688 msgid "--absolute-literals option not supported in this Xtensa configuration"
18689 msgstr ""
18690
18691 #: config/tc-xtensa.c:943
18692 msgid "prefer-l32r conflicts with prefer-const16"
18693 msgstr ""
18694
18695 #: config/tc-xtensa.c:949
18696 msgid "prefer-const16 conflicts with prefer-l32r"
18697 msgstr ""
18698
18699 #: config/tc-xtensa.c:958 config/tc-xtensa.c:967 config/tc-xtensa.c:971
18700 msgid "invalid target hardware version"
18701 msgstr ""
18702
18703 #: config/tc-xtensa.c:1017
18704 msgid "no-auto-litpools is incompatible with auto-litpool-limit"
18705 msgstr ""
18706
18707 #: config/tc-xtensa.c:1019 config/tc-xtensa.c:1022
18708 msgid "invalid auto-litpool-limit argument"
18709 msgstr ""
18710
18711 #: config/tc-xtensa.c:1024
18712 msgid "invalid auto-litpool-limit argument (range is 100-10000)"
18713 msgstr ""
18714
18715 #: config/tc-xtensa.c:1213
18716 msgid "unmatched .end directive"
18717 msgstr ""
18718
18719 #: config/tc-xtensa.c:1242
18720 msgid ".begin directive with no matching .end directive"
18721 msgstr ""
18722
18723 #: config/tc-xtensa.c:1283
18724 msgid "[no-]generics is deprecated; use [no-]transform instead"
18725 msgstr ""
18726
18727 #: config/tc-xtensa.c:1288
18728 msgid "[no-]relax is deprecated; use [no-]transform instead"
18729 msgstr ""
18730
18731 #: config/tc-xtensa.c:1301
18732 #, c-format
18733 msgid "directive %s cannot be negated"
18734 msgstr ""
18735
18736 #: config/tc-xtensa.c:1307
18737 msgid "unknown directive"
18738 msgstr ""
18739
18740 #: config/tc-xtensa.c:1328 config/tc-xtensa.c:1424 config/tc-xtensa.c:1666
18741 #: config/tc-xtensa.c:5920
18742 msgid "directives are not valid inside bundles"
18743 msgstr ""
18744
18745 #: config/tc-xtensa.c:1340
18746 msgid ".begin literal is deprecated; use .literal instead"
18747 msgstr ""
18748
18749 #: config/tc-xtensa.c:1354
18750 msgid "cannot set literal_prefix inside literal fragment"
18751 msgstr ""
18752
18753 #: config/tc-xtensa.c:1387
18754 msgid ".begin [no-]density is ignored"
18755 msgstr ""
18756
18757 #: config/tc-xtensa.c:1394 config/tc-xtensa.c:1444
18758 msgid "Xtensa absolute literals option not supported; ignored"
18759 msgstr ""
18760
18761 #: config/tc-xtensa.c:1437
18762 msgid ".end [no-]density is ignored"
18763 msgstr ""
18764
18765 #: config/tc-xtensa.c:1462
18766 #, c-format
18767 msgid "does not match begin %s%s at %s:%d"
18768 msgstr ""
18769
18770 #: config/tc-xtensa.c:1517
18771 msgid ".literal_position inside literal directive; ignoring"
18772 msgstr ""
18773
18774 #: config/tc-xtensa.c:1537
18775 msgid ".literal not allowed inside .begin literal region"
18776 msgstr ""
18777
18778 #: config/tc-xtensa.c:1576
18779 msgid "expected comma or colon after symbol name; rest of line ignored"
18780 msgstr ""
18781
18782 #: config/tc-xtensa.c:1635
18783 msgid "fall through frequency must be greater than 0"
18784 msgstr ""
18785
18786 #: config/tc-xtensa.c:1643
18787 msgid "branch target frequency must be greater than 0"
18788 msgstr ""
18789
18790 #: config/tc-xtensa.c:1691
18791 #, c-format
18792 msgid "opcode-specific %s relocation used outside an instruction"
18793 msgstr ""
18794
18795 #: config/tc-xtensa.c:1701
18796 #, c-format
18797 msgid "invalid use of %s relocation"
18798 msgstr ""
18799
18800 #: config/tc-xtensa.c:1897 config/tc-xtensa.c:1914
18801 #, c-format
18802 msgid "bad register name: %s"
18803 msgstr ""
18804
18805 #: config/tc-xtensa.c:1903
18806 #, c-format
18807 msgid "bad register number: %s"
18808 msgstr ""
18809
18810 #: config/tc-xtensa.c:1967
18811 msgid "pcrel relocation not allowed in an instruction"
18812 msgstr ""
18813
18814 #: config/tc-xtensa.c:2070
18815 msgid "extra colon"
18816 msgstr ""
18817
18818 #: config/tc-xtensa.c:2131
18819 msgid "incorrect register number, ignoring"
18820 msgstr ""
18821
18822 #: config/tc-xtensa.c:2212
18823 #, c-format
18824 msgid "cannot encode opcode \"%s\""
18825 msgstr ""
18826
18827 #: config/tc-xtensa.c:2304
18828 #, c-format
18829 msgid "not enough operands (%d) for '%s'; expected %d"
18830 msgstr ""
18831
18832 #: config/tc-xtensa.c:2311
18833 #, c-format
18834 msgid "too many operands (%d) for '%s'; expected %d"
18835 msgstr ""
18836
18837 #: config/tc-xtensa.c:2362
18838 #, c-format
18839 msgid "invalid register '%s' for '%s' instruction"
18840 msgstr ""
18841
18842 #: config/tc-xtensa.c:2369
18843 #, c-format
18844 msgid "invalid register number (%ld) for '%s' instruction"
18845 msgstr ""
18846
18847 #: config/tc-xtensa.c:2436
18848 #, c-format
18849 msgid "invalid register number (%ld) for '%s'"
18850 msgstr ""
18851
18852 #: config/tc-xtensa.c:2823
18853 #, c-format
18854 msgid "operand %d of '%s' has out of range value '%u'"
18855 msgstr ""
18856
18857 #: config/tc-xtensa.c:2829
18858 #, c-format
18859 msgid "operand %d of '%s' has invalid value '%u'"
18860 msgstr ""
18861
18862 #: config/tc-xtensa.c:2876
18863 #, c-format
18864 msgid "internal error: unknown option name '%s'"
18865 msgstr ""
18866
18867 #: config/tc-xtensa.c:3985
18868 msgid "can't handle generation of literal/labels yet"
18869 msgstr ""
18870
18871 #: config/tc-xtensa.c:3989
18872 msgid "can't handle undefined OP TYPE"
18873 msgstr ""
18874
18875 #: config/tc-xtensa.c:4050 config/tc-xtensa.c:4059
18876 #, c-format
18877 msgid "found %d operand for '%s':  Expected %d"
18878 msgid_plural "found %d operands for '%s':  Expected %d"
18879 msgstr[0] ""
18880 msgstr[1] ""
18881
18882 #: config/tc-xtensa.c:4082
18883 msgid "immediate operands sum to greater than 32"
18884 msgstr ""
18885
18886 #: config/tc-xtensa.c:4334
18887 #, c-format
18888 msgid "invalid relocation for operand %i of '%s'"
18889 msgstr ""
18890
18891 #: config/tc-xtensa.c:4344
18892 #, c-format
18893 msgid "invalid expression for operand %i of '%s'"
18894 msgstr ""
18895
18896 #: config/tc-xtensa.c:4354
18897 #, c-format
18898 msgid "invalid relocation in instruction slot %i"
18899 msgstr ""
18900
18901 #: config/tc-xtensa.c:4361
18902 #, c-format
18903 msgid "undefined symbol for opcode \"%s\""
18904 msgstr ""
18905
18906 #: config/tc-xtensa.c:4849
18907 msgid "opcode 'NOP.N' unavailable in this configuration"
18908 msgstr ""
18909
18910 #: config/tc-xtensa.c:4909
18911 msgid "get_expanded_loop_offset: invalid opcode"
18912 msgstr ""
18913
18914 #: config/tc-xtensa.c:5067
18915 #, c-format
18916 msgid "assembly state not set for first frag in section %s"
18917 msgstr ""
18918
18919 #: config/tc-xtensa.c:5120
18920 #, c-format
18921 msgid "unaligned branch target: %d bytes at 0x%lx"
18922 msgstr ""
18923
18924 #: config/tc-xtensa.c:5164
18925 #, c-format
18926 msgid "unaligned loop: %d bytes at 0x%lx"
18927 msgstr ""
18928
18929 #: config/tc-xtensa.c:5189
18930 msgid "unexpected fix"
18931 msgstr ""
18932
18933 #: config/tc-xtensa.c:5200 config/tc-xtensa.c:5204
18934 msgid "undecodable fix"
18935 msgstr ""
18936
18937 #: config/tc-xtensa.c:5360
18938 msgid "labels are not valid inside bundles"
18939 msgstr ""
18940
18941 #: config/tc-xtensa.c:5380
18942 msgid "invalid last instruction for a zero-overhead loop"
18943 msgstr ""
18944
18945 #: config/tc-xtensa.c:5447
18946 msgid "extra opening brace"
18947 msgstr ""
18948
18949 #: config/tc-xtensa.c:5457
18950 msgid "extra closing brace"
18951 msgstr ""
18952
18953 #: config/tc-xtensa.c:5484
18954 msgid "missing closing brace"
18955 msgstr ""
18956
18957 #: config/tc-xtensa.c:5582 config/tc-xtensa.c:5611
18958 #, c-format
18959 msgid "wrong number of operands for '%s'"
18960 msgstr ""
18961
18962 #: config/tc-xtensa.c:5598
18963 #, c-format
18964 msgid "bad relocation expression for '%s'"
18965 msgstr ""
18966
18967 #: config/tc-xtensa.c:5633
18968 #, c-format
18969 msgid "unknown opcode or format name '%s'"
18970 msgstr ""
18971
18972 #: config/tc-xtensa.c:5639
18973 msgid "format names only valid inside bundles"
18974 msgstr ""
18975
18976 #: config/tc-xtensa.c:5644
18977 #, c-format
18978 msgid "multiple formats specified for one bundle; using '%s'"
18979 msgstr ""
18980
18981 #: config/tc-xtensa.c:5694
18982 msgid "entry instruction with stack decrement < 16"
18983 msgstr ""
18984
18985 #: config/tc-xtensa.c:5748
18986 msgid "unaligned entry instruction"
18987 msgstr ""
18988
18989 #: config/tc-xtensa.c:5813
18990 msgid "bad instruction format"
18991 msgstr ""
18992
18993 #: config/tc-xtensa.c:5816
18994 msgid "invalid relocation"
18995 msgstr ""
18996
18997 #: config/tc-xtensa.c:5827
18998 #, c-format
18999 msgid "invalid relocation for '%s' instruction"
19000 msgstr ""
19001
19002 #: config/tc-xtensa.c:5839
19003 #, c-format
19004 msgid "invalid relocation for operand %d of '%s'"
19005 msgstr ""
19006
19007 #: config/tc-xtensa.c:6105
19008 #, c-format
19009 msgid "unhandled local relocation fix %s"
19010 msgstr ""
19011
19012 #: config/tc-xtensa.c:6156
19013 #, c-format
19014 msgid "internal error; cannot generate `%s' relocation"
19015 msgstr ""
19016
19017 #: config/tc-xtensa.c:6373
19018 msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
19019 msgstr ""
19020
19021 #: config/tc-xtensa.c:6380
19022 msgid "couldn't find a valid instruction format"
19023 msgstr ""
19024
19025 #: config/tc-xtensa.c:6381
19026 #, c-format
19027 msgid "    ops were: "
19028 msgstr ""
19029
19030 #: config/tc-xtensa.c:6383
19031 #, c-format
19032 msgid " %s;"
19033 msgstr ""
19034
19035 #: config/tc-xtensa.c:6393
19036 #, c-format
19037 msgid "mismatch for format '%s': #slots = %d, #opcodes = %d"
19038 msgstr ""
19039
19040 #: config/tc-xtensa.c:6402 config/tc-xtensa.c:6499
19041 msgid "illegal resource usage in bundle"
19042 msgstr ""
19043
19044 #: config/tc-xtensa.c:6588
19045 #, c-format
19046 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
19047 msgstr ""
19048
19049 #: config/tc-xtensa.c:6593
19050 #, c-format
19051 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
19052 msgstr ""
19053
19054 #: config/tc-xtensa.c:6598
19055 #, c-format
19056 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
19057 msgstr ""
19058
19059 #: config/tc-xtensa.c:6603
19060 #, c-format
19061 msgid ""
19062 "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
19063 msgstr ""
19064
19065 #: config/tc-xtensa.c:6619
19066 msgid "multiple branches or jumps in the same bundle"
19067 msgstr ""
19068
19069 #: config/tc-xtensa.c:7071
19070 msgid "cannot assemble into a literal fragment"
19071 msgstr ""
19072
19073 #: config/tc-xtensa.c:7073
19074 msgid "..."
19075 msgstr ""
19076
19077 #: config/tc-xtensa.c:8285
19078 msgid ""
19079 "instruction sequence (write a0, branch, retw) may trigger hardware errata"
19080 msgstr ""
19081
19082 #: config/tc-xtensa.c:8397
19083 msgid "branching or jumping to a loop end may trigger hardware errata"
19084 msgstr ""
19085
19086 #: config/tc-xtensa.c:8479
19087 msgid "loop end too close to another loop end may trigger hardware errata"
19088 msgstr ""
19089
19090 #: config/tc-xtensa.c:8488
19091 #, c-format
19092 msgid "fr_var %lu < length %d"
19093 msgstr ""
19094
19095 #: config/tc-xtensa.c:8645
19096 msgid ""
19097 "loop containing less than three instructions may trigger hardware errata"
19098 msgstr ""
19099
19100 #: config/tc-xtensa.c:8717
19101 msgid "undecodable instruction in instruction frag"
19102 msgstr ""
19103
19104 #: config/tc-xtensa.c:8827
19105 msgid "invalid empty loop"
19106 msgstr ""
19107
19108 #: config/tc-xtensa.c:8832
19109 msgid "loop target does not follow loop instruction in section"
19110 msgstr ""
19111
19112 #: config/tc-xtensa.c:9403
19113 msgid "cannot find suitable trampoline"
19114 msgstr ""
19115
19116 #: config/tc-xtensa.c:9658
19117 msgid "bad relaxation state"
19118 msgstr ""
19119
19120 #: config/tc-xtensa.c:9716
19121 #, c-format
19122 msgid "fr_var (%ld) < length (%d)"
19123 msgstr ""
19124
19125 #: config/tc-xtensa.c:10416
19126 msgid "jump target out of range; no usable trampoline found"
19127 msgstr ""
19128
19129 #: config/tc-xtensa.c:10540
19130 msgid "invalid relaxation fragment result"
19131 msgstr ""
19132
19133 #: config/tc-xtensa.c:10622
19134 msgid "unable to widen instruction"
19135 msgstr ""
19136
19137 #: config/tc-xtensa.c:10761
19138 msgid "multiple literals in expansion"
19139 msgstr ""
19140
19141 #: config/tc-xtensa.c:10765
19142 msgid "no registered fragment for literal"
19143 msgstr ""
19144
19145 #: config/tc-xtensa.c:10767
19146 msgid "number of literal tokens != 1"
19147 msgstr ""
19148
19149 #: config/tc-xtensa.c:10896 config/tc-xtensa.c:10902
19150 #, c-format
19151 msgid "unresolved loop target symbol: %s"
19152 msgstr ""
19153
19154 #: config/tc-xtensa.c:11008
19155 #, c-format
19156 msgid "invalid expression evaluation type %d"
19157 msgstr ""
19158
19159 #: config/tc-xtensa.c:11025
19160 msgid "loop too long for LOOP instruction"
19161 msgstr ""
19162
19163 #: config/tc-xtensa.c:11398 config/tc-xtensa.c:11635
19164 msgid ""
19165 "literal pool location required for text-section-literals; specify with ."
19166 "literal_position"
19167 msgstr ""
19168
19169 #: config/tc-xtensa.c:11507
19170 #, c-format
19171 msgid "fixes not all moved from %s"
19172 msgstr ""
19173
19174 #: config/tc-xtensa.c:12463
19175 msgid "too many operands in instruction"
19176 msgstr ""
19177
19178 #: config/tc-xtensa.c:12673
19179 msgid "invalid symbolic operand"
19180 msgstr ""
19181
19182 #: config/tc-xtensa.c:12734
19183 msgid "operand number mismatch"
19184 msgstr ""
19185
19186 #: config/tc-xtensa.c:12738
19187 #, c-format
19188 msgid "cannot encode opcode \"%s\" in the given format \"%s\""
19189 msgstr ""
19190
19191 #: config/tc-xtensa.c:12763
19192 #, c-format
19193 msgid "xtensa-isa failure: %s"
19194 msgstr ""
19195
19196 #: config/tc-xtensa.c:12840
19197 msgid "invalid opcode"
19198 msgstr ""
19199
19200 #: config/tc-xtensa.c:12846
19201 msgid "too few operands"
19202 msgstr ""
19203
19204 #: config/tc-xtensa.c:12852
19205 msgid "too many operands"
19206 msgstr ""
19207
19208 #: config/tc-xtensa.c:12896
19209 msgid "multiple writes to the same register"
19210 msgstr ""
19211
19212 #: config/tc-xtensa.c:13010 config/tc-xtensa.c:13016
19213 msgid "out of memory"
19214 msgstr ""
19215
19216 #: config/tc-xtensa.c:13105
19217 msgid "TLS relocation not allowed in FLIX bundle"
19218 msgstr ""
19219
19220 #. Instructions that generate TLS relocations should always be
19221 #. relaxed in the front-end.  If "record_fixup" is set, then this
19222 #. function is being called during back-end relaxation, so flag
19223 #. the unexpected behavior as an error.
19224 #: config/tc-xtensa.c:13111
19225 msgid "unexpected TLS relocation"
19226 msgstr ""
19227
19228 #: config/tc-xtensa.c:13155
19229 msgid "symbolic operand not allowed"
19230 msgstr ""
19231
19232 #: config/tc-xtensa.c:13192
19233 msgid "cannot decode instruction format"
19234 msgstr ""
19235
19236 #: config/tc-xtensa.c:13336
19237 msgid "ignoring extra '-rename-section' delimiter ':'"
19238 msgstr ""
19239
19240 #: config/tc-xtensa.c:13341
19241 #, c-format
19242 msgid "ignoring invalid '-rename-section' specification: '%s'"
19243 msgstr ""
19244
19245 #: config/tc-xtensa.c:13352
19246 #, c-format
19247 msgid "section %s renamed multiple times"
19248 msgstr ""
19249
19250 #: config/tc-xtensa.c:13354
19251 #, c-format
19252 msgid "multiple sections remapped to output section %s"
19253 msgstr ""
19254
19255 #: config/tc-z80.c:326
19256 msgid "-- unterminated string"
19257 msgstr ""
19258
19259 #: config/tc-z80.c:392
19260 msgid "floating point numbers are not implemented"
19261 msgstr ""
19262
19263 #: config/tc-z80.c:517 config/tc-z80.c:523
19264 msgid "mismatched parentheses"
19265 msgstr ""
19266
19267 #: config/tc-z80.c:560
19268 msgid "bad expression syntax"
19269 msgstr ""
19270
19271 #: config/tc-z80.c:722
19272 msgid "cannot make a relative jump to an absolute location"
19273 msgstr ""
19274
19275 #: config/tc-z80.c:734 config/tc-z80.c:2018
19276 msgid "overflow"
19277 msgstr ""
19278
19279 #: config/tc-z80.c:1122 config/tc-z80.c:1165 config/tc-z80.c:1209
19280 #: config/tc-z80.c:1277 config/tc-z80.c:1329 config/tc-z80.c:1383
19281 #: config/tc-z80.c:1652
19282 msgid "bad instruction syntax"
19283 msgstr ""
19284
19285 #: config/tc-z80.c:1255
19286 msgid "condition code invalid for jr"
19287 msgstr ""
19288
19289 #: config/tc-z80.c:1761
19290 msgid "parentheses ignored"
19291 msgstr ""
19292
19293 #: config/tc-z80.c:1993 config/tc-z8k.c:1467 config/tc-z8k.c:1530
19294 msgid "relative jump out of range"
19295 msgstr ""
19296
19297 #: config/tc-z80.c:2010
19298 msgid "index offset out of range"
19299 msgstr ""
19300
19301 #: config/tc-z80.c:2052 config/tc-z8k.c:1538
19302 #, c-format
19303 msgid "md_apply_fix: unknown r_type 0x%x\n"
19304 msgstr ""
19305
19306 #: config/tc-z8k.c:281
19307 #, c-format
19308 msgid "register rr%d out of range"
19309 msgstr ""
19310
19311 #: config/tc-z8k.c:283
19312 #, c-format
19313 msgid "register rr%d does not exist"
19314 msgstr ""
19315
19316 #: config/tc-z8k.c:295
19317 #, c-format
19318 msgid "register rh%d out of range"
19319 msgstr ""
19320
19321 #: config/tc-z8k.c:307
19322 #, c-format
19323 msgid "register rl%d out of range"
19324 msgstr ""
19325
19326 #: config/tc-z8k.c:320
19327 #, c-format
19328 msgid "register rq%d out of range"
19329 msgstr ""
19330
19331 #: config/tc-z8k.c:322
19332 #, c-format
19333 msgid "register rq%d does not exist"
19334 msgstr ""
19335
19336 #: config/tc-z8k.c:334
19337 #, c-format
19338 msgid "register r%d out of range"
19339 msgstr ""
19340
19341 #: config/tc-z8k.c:375
19342 #, c-format
19343 msgid "expected %c"
19344 msgstr ""
19345
19346 #: config/tc-z8k.c:390
19347 #, c-format
19348 msgid "register is wrong size for a word %s"
19349 msgstr ""
19350
19351 #: config/tc-z8k.c:404
19352 #, c-format
19353 msgid "register is wrong size for address %s"
19354 msgstr ""
19355
19356 #: config/tc-z8k.c:538
19357 #, c-format
19358 msgid "unknown interrupt %s"
19359 msgstr ""
19360
19361 #. No interrupt type specified, opcode won't do anything.
19362 #: config/tc-z8k.c:561
19363 msgid "opcode has no effect"
19364 msgstr ""
19365
19366 #: config/tc-z8k.c:672
19367 msgid "Missing ) in ra(rb)"
19368 msgstr ""
19369
19370 #: config/tc-z8k.c:752 config/tc-z8k.c:791
19371 #, c-format
19372 msgid "invalid condition code '%s'"
19373 msgstr ""
19374
19375 #: config/tc-z8k.c:764
19376 #, c-format
19377 msgid "invalid flag '%s'"
19378 msgstr ""
19379
19380 #: config/tc-z8k.c:918 config/tc-z8k.c:924
19381 msgid "invalid indirect register size"
19382 msgstr ""
19383
19384 #: config/tc-z8k.c:941 config/tc-z8k.c:1097 config/tc-z8k.c:1102
19385 msgid "invalid control register name"
19386 msgstr ""
19387
19388 #: config/tc-z8k.c:1086
19389 msgid "immediate must be 1 or 2"
19390 msgstr ""
19391
19392 #: config/tc-z8k.c:1089
19393 msgid "immediate 1 or 2 expected"
19394 msgstr ""
19395
19396 #: config/tc-z8k.c:1120
19397 msgid "can't use R0 here"
19398 msgstr ""
19399
19400 #: config/tc-z8k.c:1278
19401 msgid "Can't find opcode to match operands"
19402 msgstr ""
19403
19404 #: config/tc-z8k.c:1325
19405 #, c-format
19406 msgid "invalid architecture -z%s"
19407 msgstr ""
19408
19409 #: config/tc-z8k.c:1344
19410 #, c-format
19411 msgid ""
19412 " Z8K options:\n"
19413 "  -z8001                  generate segmented code\n"
19414 "  -z8002                  generate unsegmented code\n"
19415 "  -linkrelax              create linker relaxable code\n"
19416 msgstr ""
19417
19418 #: config/tc-z8k.c:1356
19419 #, c-format
19420 msgid "call to md_convert_frag\n"
19421 msgstr ""
19422
19423 #: config/tc-z8k.c:1463 config/tc-z8k.c:1503 config/tc-z8k.c:1526
19424 msgid "cannot branch to odd address"
19425 msgstr ""
19426
19427 #: config/tc-z8k.c:1485
19428 msgid "relative address out of range"
19429 msgstr ""
19430
19431 #: config/tc-z8k.c:1506
19432 msgid "relative call out of range"
19433 msgstr ""
19434
19435 #: config/tc-z8k.c:1550
19436 #, c-format
19437 msgid "call to md_estimate_size_before_relax\n"
19438 msgstr ""
19439
19440 #: config/xtensa-relax.c:1550
19441 #, c-format
19442 msgid "invalid configuration option '%s' in transition rule '%s'"
19443 msgstr ""
19444
19445 #: config/xtensa-relax.c:1675 config/xtensa-relax.c:1685
19446 #, c-format
19447 msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
19448 msgstr ""
19449
19450 #: config/xtensa-relax.c:1692
19451 #, c-format
19452 msgid "opcode '%s': precondition only contains constants in '%s'"
19453 msgstr ""
19454
19455 #: config/xtensa-relax.c:1739
19456 msgid "expected one operand for generated literal"
19457 msgstr ""
19458
19459 #: config/xtensa-relax.c:1746
19460 msgid "expected 0 operands for generated label"
19461 msgstr ""
19462
19463 #: config/xtensa-relax.c:1759
19464 #, c-format
19465 msgid "invalid opcode '%s' in transition rule '%s'"
19466 msgstr ""
19467
19468 #: config/xtensa-relax.c:1767
19469 #, c-format
19470 msgid "opcode '%s': replacement does not have %d op"
19471 msgid_plural "opcode '%s': replacement does not have %d ops"
19472 msgstr[0] ""
19473 msgstr[1] ""
19474
19475 #: config/xtensa-relax.c:1783
19476 #, c-format
19477 msgid "opcode '%s': cannot find literal definition"
19478 msgstr ""
19479
19480 #: config/xtensa-relax.c:1799 config/xtensa-relax.c:1829
19481 #, c-format
19482 msgid "opcode '%s': unidentified operand '%s' in '%s'"
19483 msgstr ""
19484
19485 #: config/xtensa-relax.c:1824
19486 #, c-format
19487 msgid "unknown user-defined function %s"
19488 msgstr ""
19489
19490 #: config/xtensa-relax.c:1835
19491 #, c-format
19492 msgid "opcode '%s': could not parse operand '%s' in '%s'"
19493 msgstr ""
19494
19495 #: config/xtensa-relax.c:1875
19496 #, c-format
19497 msgid "could not parse INSN_PATTERN '%s'"
19498 msgstr ""
19499
19500 #: config/xtensa-relax.c:1879
19501 #, c-format
19502 msgid "could not parse INSN_REPL '%s'"
19503 msgstr ""
19504
19505 #: config/xtensa-relax.c:1890
19506 #, c-format
19507 msgid "could not build transition for %s => %s"
19508 msgstr ""
19509
19510 #: depend.c:194
19511 #, c-format
19512 msgid "can't open `%s' for writing"
19513 msgstr ""
19514
19515 #: depend.c:206
19516 #, c-format
19517 msgid "can't close `%s'"
19518 msgstr ""
19519
19520 #: dw2gencfi.c:319 read.c:2442
19521 #, c-format
19522 msgid "bfd_set_section_flags: %s"
19523 msgstr ""
19524
19525 #: dw2gencfi.c:591 dw2gencfi.c:607
19526 #, c-format
19527 msgid "register save offset not a multiple of %u"
19528 msgstr ""
19529
19530 #: dw2gencfi.c:690
19531 msgid "CFI state restore without previous remember"
19532 msgstr ""
19533
19534 #: dw2gencfi.c:748
19535 msgid "missing separator"
19536 msgstr ""
19537
19538 #: dw2gencfi.c:797
19539 msgid "bad register expression"
19540 msgstr ""
19541
19542 #: dw2gencfi.c:818 dw2gencfi.c:948 dw2gencfi.c:986 dw2gencfi.c:1057
19543 #: dw2gencfi.c:1130 dw2gencfi.c:1195 dw2gencfi.c:1376
19544 msgid "CFI instruction used without previous .cfi_startproc"
19545 msgstr ""
19546
19547 #: dw2gencfi.c:1011
19548 msgid "invalid or unsupported encoding in .cfi_personality"
19549 msgstr ""
19550
19551 #: dw2gencfi.c:1018
19552 msgid ".cfi_personality requires encoding and symbol arguments"
19553 msgstr ""
19554
19555 #: dw2gencfi.c:1041
19556 msgid "wrong second argument to .cfi_personality"
19557 msgstr ""
19558
19559 #: dw2gencfi.c:1082 dw2gencfi.c:1158
19560 msgid "invalid or unsupported encoding in .cfi_lsda"
19561 msgstr ""
19562
19563 #: dw2gencfi.c:1089
19564 msgid ".cfi_lsda requires encoding and symbol arguments"
19565 msgstr ""
19566
19567 #: dw2gencfi.c:1114
19568 msgid "wrong second argument to .cfi_lsda"
19569 msgstr ""
19570
19571 #: dw2gencfi.c:1180
19572 msgid "wrong third argument to .cfi_val_encoded_addr"
19573 msgstr ""
19574
19575 #: dw2gencfi.c:1278
19576 msgid "inconsistent uses of .cfi_sections"
19577 msgstr ""
19578
19579 #: dw2gencfi.c:1289
19580 msgid "previous CFI entry not closed (missing .cfi_endproc)"
19581 msgstr ""
19582
19583 #: dw2gencfi.c:1330
19584 msgid ".cfi_endproc without corresponding .cfi_startproc"
19585 msgstr ""
19586
19587 #: dw2gencfi.c:1387
19588 msgid "wrong argument to .cfi_personality_id"
19589 msgstr ""
19590
19591 #: dw2gencfi.c:1397
19592 msgid ".cfi_fde_data without corresponding .cfi_startproc"
19593 msgstr ""
19594
19595 #: dw2gencfi.c:1506
19596 msgid "unexpected .cfi_inline_lsda"
19597 msgstr ""
19598
19599 #: dw2gencfi.c:1513
19600 msgid ".cfi_inline_lsda not valid for this frame"
19601 msgstr ""
19602
19603 #: dw2gencfi.c:1521
19604 msgid ".cfi_inline_lsda seen for frame without .cfi_lsda"
19605 msgstr ""
19606
19607 #: dw2gencfi.c:1534
19608 #, c-format
19609 msgid "Alignment too large: %d. assumed."
19610 msgstr ""
19611
19612 #: dw2gencfi.c:1538
19613 msgid "Alignment negative: 0 assumed."
19614 msgstr ""
19615
19616 #: dw2gencfi.c:1564
19617 msgid ".cfi_inline_lsda is not supported for this target"
19618 msgstr ""
19619
19620 #: dw2gencfi.c:1571
19621 msgid ".cfi_fde_data is not supported for this target"
19622 msgstr ""
19623
19624 #: dw2gencfi.c:1578
19625 msgid ".cfi_personality_id is not supported for this target"
19626 msgstr ""
19627
19628 #: dw2gencfi.c:2364 dw2gencfi.c:2520
19629 msgid "open CFI at the end of file; missing .cfi_endproc directive"
19630 msgstr ""
19631
19632 #: dw2gencfi.c:2547
19633 msgid "CFI is not supported for this target"
19634 msgstr ""
19635
19636 #: dwarf2dbg.c:372 dwarf2dbg.c:2290
19637 msgid "view number mismatch"
19638 msgstr ""
19639
19640 #: dwarf2dbg.c:782 dwarf2dbg.c:826
19641 msgid "file number less than one"
19642 msgstr ""
19643
19644 #: dwarf2dbg.c:792
19645 #, c-format
19646 msgid "file number %ld already allocated"
19647 msgstr ""
19648
19649 #: dwarf2dbg.c:831 dwarf2dbg.c:1699
19650 #, c-format
19651 msgid "unassigned file number %ld"
19652 msgstr ""
19653
19654 #: dwarf2dbg.c:900
19655 msgid "is_stmt value not 0 or 1"
19656 msgstr ""
19657
19658 #: dwarf2dbg.c:912
19659 msgid "isa number less than zero"
19660 msgstr ""
19661
19662 #: dwarf2dbg.c:924
19663 msgid "discriminator less than zero"
19664 msgstr ""
19665
19666 #: dwarf2dbg.c:943
19667 msgid "numeric view can only be asserted to zero"
19668 msgstr ""
19669
19670 #: dwarf2dbg.c:981
19671 #, c-format
19672 msgid "unknown .loc sub-directive `%s'"
19673 msgstr ""
19674
19675 #: dwarf2dbg.c:1776
19676 msgid "internal error: unknown dwarf2 format"
19677 msgstr ""
19678
19679 #: ecoff.c:1559
19680 #, c-format
19681 msgid "string too big (%lu bytes)"
19682 msgstr ""
19683
19684 #: ecoff.c:1585
19685 #, c-format
19686 msgid "inserting \"%s\" into string hash table: %s"
19687 msgstr ""
19688
19689 #: ecoff.c:1616 ecoff.c:1809 ecoff.c:1832 ecoff.c:1863 ecoff.c:2016
19690 #: ecoff.c:2135
19691 msgid "no current file pointer"
19692 msgstr ""
19693
19694 #: ecoff.c:1703
19695 msgid "too many st_End's"
19696 msgstr ""
19697
19698 #: ecoff.c:2041
19699 #, c-format
19700 msgid "inserting \"%s\" into tag hash table: %s"
19701 msgstr ""
19702
19703 #: ecoff.c:2204
19704 msgid "fake .file after real one"
19705 msgstr ""
19706
19707 #: ecoff.c:2293
19708 msgid "filename goes over one page boundary"
19709 msgstr ""
19710
19711 #: ecoff.c:2426
19712 msgid ".begin directive without a preceding .file directive"
19713 msgstr ""
19714
19715 #: ecoff.c:2433
19716 msgid ".begin directive without a preceding .ent directive"
19717 msgstr ""
19718
19719 #: ecoff.c:2463
19720 msgid ".bend directive without a preceding .file directive"
19721 msgstr ""
19722
19723 #: ecoff.c:2470
19724 msgid ".bend directive without a preceding .ent directive"
19725 msgstr ""
19726
19727 #: ecoff.c:2482
19728 msgid ".bend directive names unknown symbol"
19729 msgstr ""
19730
19731 #: ecoff.c:2524
19732 msgid ".def pseudo-op used inside of .def/.endef; ignored"
19733 msgstr ""
19734
19735 #: ecoff.c:2526
19736 msgid "empty symbol name in .def; ignored"
19737 msgstr ""
19738
19739 #: ecoff.c:2563
19740 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
19741 msgstr ""
19742
19743 #: ecoff.c:2578
19744 msgid "badly formed .dim directive"
19745 msgstr ""
19746
19747 #: ecoff.c:2591
19748 msgid "too many .dim entries"
19749 msgstr ""
19750
19751 #: ecoff.c:2611
19752 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
19753 msgstr ""
19754
19755 #: ecoff.c:2636
19756 msgid ".size pseudo-op used outside of .def/.endef; ignored"
19757 msgstr ""
19758
19759 #: ecoff.c:2651
19760 msgid "badly formed .size directive"
19761 msgstr ""
19762
19763 #: ecoff.c:2664
19764 msgid "too many .size entries"
19765 msgstr ""
19766
19767 #: ecoff.c:2686
19768 msgid ".type pseudo-op used outside of .def/.endef; ignored"
19769 msgstr ""
19770
19771 #. FIXME: We could handle this by setting the continued bit.
19772 #. There would still be a limit: the .type argument can not
19773 #. be infinite.
19774 #: ecoff.c:2704
19775 #, c-format
19776 msgid "the type of %s is too complex; it will be simplified"
19777 msgstr ""
19778
19779 #: ecoff.c:2715
19780 msgid "Unrecognized .type argument"
19781 msgstr ""
19782
19783 #: ecoff.c:2753
19784 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
19785 msgstr ""
19786
19787 #: ecoff.c:2777
19788 msgid ".val pseudo-op used outside of .def/.endef; ignored"
19789 msgstr ""
19790
19791 #: ecoff.c:2785
19792 msgid ".val expression is too complex"
19793 msgstr ""
19794
19795 #: ecoff.c:2815
19796 msgid ".endef pseudo-op used before .def; ignored"
19797 msgstr ""
19798
19799 #: ecoff.c:2841 ecoff.c:2922
19800 msgid "bad COFF debugging information"
19801 msgstr ""
19802
19803 #: ecoff.c:2890
19804 #, c-format
19805 msgid "no tag specified for %s"
19806 msgstr ""
19807
19808 #: ecoff.c:2992
19809 msgid ".end directive without a preceding .file directive"
19810 msgstr ""
19811
19812 #: ecoff.c:3020
19813 msgid ".end directive names unknown symbol"
19814 msgstr ""
19815
19816 #: ecoff.c:3051
19817 msgid "second .ent directive found before .end directive"
19818 msgstr ""
19819
19820 #: ecoff.c:3060
19821 #, c-format
19822 msgid "%s directive has no name"
19823 msgstr ""
19824
19825 #: ecoff.c:3121
19826 msgid "no way to handle .file within .ent/.end section"
19827 msgstr ""
19828
19829 #: ecoff.c:3238
19830 msgid ".loc before .file"
19831 msgstr ""
19832
19833 #: ecoff.c:3440
19834 #, c-format
19835 msgid ".stab%c is not supported"
19836 msgstr ""
19837
19838 #: ecoff.c:3450
19839 #, c-format
19840 msgid ".stab%c: ignoring non-zero other field"
19841 msgstr ""
19842
19843 #: ecoff.c:3484
19844 #, c-format
19845 msgid ""
19846 "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
19847 msgstr ""
19848
19849 #: ecoff.c:3518
19850 #, c-format
19851 msgid "illegal .stab%c directive, bad character"
19852 msgstr ""
19853
19854 #: ecoff.c:3977 ecoff.c:4166 ecoff.c:4191
19855 msgid ".begin/.bend in different segments"
19856 msgstr ""
19857
19858 #: ecoff.c:4687
19859 msgid "missing .end or .bend at end of file"
19860 msgstr ""
19861
19862 #: ecoff.c:5172
19863 msgid "GP prologue size exceeds field size, using 0 instead"
19864 msgstr ""
19865
19866 #: expr.c:82 read.c:3803
19867 msgid "bignum invalid"
19868 msgstr ""
19869
19870 #: expr.c:84 read.c:3805 read.c:4310 read.c:5156
19871 msgid "floating point number invalid"
19872 msgstr ""
19873
19874 #: expr.c:207
19875 msgid "bad floating-point constant: exponent overflow"
19876 msgstr ""
19877
19878 #: expr.c:211
19879 #, c-format
19880 msgid "bad floating-point constant: unknown error code=%d"
19881 msgstr ""
19882
19883 #: expr.c:396
19884 msgid ""
19885 "a bignum with underscores may not have more than 8 hex digits in any word"
19886 msgstr ""
19887
19888 #: expr.c:419
19889 msgid "a bignum with underscores must have exactly 4 words"
19890 msgstr ""
19891
19892 #. Either not seen or not defined.
19893 #. @@ Should print out the original string instead of
19894 #. the parsed number.
19895 #: expr.c:557
19896 #, c-format
19897 msgid "backward ref to unknown label \"%d:\""
19898 msgstr ""
19899
19900 #: expr.c:675
19901 msgid "character constant too large"
19902 msgstr ""
19903
19904 #: expr.c:970
19905 #, c-format
19906 msgid "found '%c', expected: '%c'"
19907 msgstr ""
19908
19909 #: expr.c:973
19910 #, c-format
19911 msgid "missing '%c'"
19912 msgstr ""
19913
19914 #: expr.c:985 read.c:4607
19915 msgid "EBCDIC constants are not supported"
19916 msgstr ""
19917
19918 #: expr.c:1112
19919 #, c-format
19920 msgid "Unary operator %c ignored because bad operand follows"
19921 msgstr ""
19922
19923 #: expr.c:1162 expr.c:1193
19924 msgid "syntax error in .startof. or .sizeof."
19925 msgstr ""
19926
19927 #: expr.c:1274 expr.c:1598
19928 #, c-format
19929 msgid "invalid use of operator \"%s\""
19930 msgstr ""
19931
19932 #: expr.c:1782
19933 msgid "missing operand; zero assumed"
19934 msgstr ""
19935
19936 #: expr.c:1821
19937 msgid "left operand is a bignum; integer 0 assumed"
19938 msgstr ""
19939
19940 #: expr.c:1823
19941 msgid "left operand is a float; integer 0 assumed"
19942 msgstr ""
19943
19944 #: expr.c:1832
19945 msgid "right operand is a bignum; integer 0 assumed"
19946 msgstr ""
19947
19948 #: expr.c:1834
19949 msgid "right operand is a float; integer 0 assumed"
19950 msgstr ""
19951
19952 #: expr.c:1912 symbols.c:1558
19953 msgid "division by zero"
19954 msgstr ""
19955
19956 #: expr.c:1918
19957 msgid "shift count"
19958 msgstr ""
19959
19960 #: expr.c:2039
19961 msgid "operation combines symbols in different segments"
19962 msgstr ""
19963
19964 #: expr.c:2361
19965 msgid "missing closing '\"'"
19966 msgstr ""
19967
19968 #: frags.c:60
19969 msgid "attempt to allocate data in absolute section"
19970 msgstr ""
19971
19972 #: frags.c:66
19973 msgid "attempt to allocate data in common section"
19974 msgstr ""
19975
19976 #: frags.c:115 write.c:1470
19977 #, c-format
19978 msgid "can't extend frag %lu char"
19979 msgid_plural "can't extend frag %lu chars"
19980 msgstr[0] ""
19981 msgstr[1] ""
19982
19983 #. For error messages.
19984 #. Detect if we are reading from stdin by examining the file
19985 #. name returned by as_where().
19986 #.
19987 #. [FIXME: We rely upon the name in the strcmp below being the
19988 #. same as the one used by input_scrub_new_file(), if that is
19989 #. not true, then this code will fail].
19990 #.
19991 #. If we are reading from stdin, then we need to save each input
19992 #. line here (assuming of course that we actually have a line of
19993 #. input to read), so that it can be displayed in the listing
19994 #. that is produced at the end of the assembly.
19995 #: input-file.c:136 input-scrub.c:240 listing.c:353
19996 msgid "{standard input}"
19997 msgstr ""
19998
19999 #: input-file.c:141
20000 #, c-format
20001 msgid "can't open %s for reading: %s"
20002 msgstr ""
20003
20004 #: input-file.c:150 input-file.c:224
20005 #, c-format
20006 msgid "can't read from %s: %s"
20007 msgstr ""
20008
20009 #: input-file.c:252 listing.c:1443 output-file.c:71
20010 #, c-format
20011 msgid "can't close %s: %s"
20012 msgstr ""
20013
20014 #: input-scrub.c:267
20015 msgid "macros nested too deeply"
20016 msgstr ""
20017
20018 #: itbl-ops.c:328
20019 #, c-format
20020 msgid "Unable to allocate memory for new instructions\n"
20021 msgstr ""
20022
20023 #: listing.c:253 messages.c:165 messages.c:167 messages.c:170
20024 msgid "Warning: "
20025 msgstr ""
20026
20027 #: listing.c:259 messages.c:230 messages.c:232 messages.c:235
20028 msgid "Error: "
20029 msgstr ""
20030
20031 #: listing.c:625
20032 #, c-format
20033 msgid "unable to rebuffer file: %s\n"
20034 msgstr ""
20035
20036 #: listing.c:1329
20037 #, c-format
20038 msgid ""
20039 "\n"
20040 " time stamp    \t: %s\n"
20041 "\n"
20042 msgstr ""
20043
20044 #: listing.c:1339
20045 #, c-format
20046 msgid "%s "
20047 msgstr ""
20048
20049 #: listing.c:1344
20050 #, c-format
20051 msgid ""
20052 "\n"
20053 "\t%s "
20054 msgstr ""
20055
20056 #: listing.c:1354
20057 msgid ""
20058 "\n"
20059 " options passed\t: "
20060 msgstr ""
20061
20062 #: listing.c:1393
20063 #, c-format
20064 msgid ""
20065 " GNU assembler version %s (%s)\n"
20066 "\t using BFD version %s."
20067 msgstr ""
20068
20069 #: listing.c:1396
20070 #, c-format
20071 msgid ""
20072 "\n"
20073 " input file    \t: %s"
20074 msgstr ""
20075
20076 #: listing.c:1397
20077 #, c-format
20078 msgid ""
20079 "\n"
20080 " output file   \t: %s"
20081 msgstr ""
20082
20083 #: listing.c:1398
20084 #, c-format
20085 msgid ""
20086 "\n"
20087 " target        \t: %s"
20088 msgstr ""
20089
20090 #: listing.c:1422
20091 #, c-format
20092 msgid "can't open %s: %s"
20093 msgstr ""
20094
20095 #: listing.c:1507
20096 msgid "strange paper height, set to no form"
20097 msgstr ""
20098
20099 #: listing.c:1569
20100 msgid "new line in title"
20101 msgstr ""
20102
20103 #. Turns the next expression into a string.
20104 #: macro.c:382
20105 #, no-c-format
20106 msgid "% operator needs absolute expression"
20107 msgstr ""
20108
20109 #: macro.c:536
20110 #, c-format
20111 msgid "Missing parameter qualifier for `%s' in macro `%s'"
20112 msgstr ""
20113
20114 #: macro.c:546
20115 #, c-format
20116 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
20117 msgstr ""
20118
20119 #: macro.c:563
20120 #, c-format
20121 msgid "Pointless default value for required parameter `%s' in macro `%s'"
20122 msgstr ""
20123
20124 #: macro.c:575
20125 #, c-format
20126 msgid "A parameter named `%s' already exists for macro `%s'"
20127 msgstr ""
20128
20129 #: macro.c:612
20130 #, c-format
20131 msgid "Reserved word `%s' used as parameter in macro `%s'"
20132 msgstr ""
20133
20134 #: macro.c:670
20135 #, c-format
20136 msgid "unexpected end of file in macro `%s' definition"
20137 msgstr ""
20138
20139 #: macro.c:682
20140 #, c-format
20141 msgid "missing `)' after formals in macro definition `%s'"
20142 msgstr ""
20143
20144 #: macro.c:697
20145 msgid "Missing macro name"
20146 msgstr ""
20147
20148 #: macro.c:706
20149 #, c-format
20150 msgid "Bad parameter list for macro `%s'"
20151 msgstr ""
20152
20153 #: macro.c:712
20154 #, c-format
20155 msgid "Macro `%s' was already defined"
20156 msgstr ""
20157
20158 #: macro.c:837 macro.c:839
20159 msgid "missing `)'"
20160 msgstr ""
20161
20162 #: macro.c:936
20163 #, c-format
20164 msgid "`%s' was already used as parameter (or another local) name"
20165 msgstr ""
20166
20167 #: macro.c:1094
20168 msgid "confusion in formal parameters"
20169 msgstr ""
20170
20171 #: macro.c:1102
20172 #, c-format
20173 msgid "Parameter named `%s' does not exist for macro `%s'"
20174 msgstr ""
20175
20176 #: macro.c:1113
20177 #, c-format
20178 msgid "Value for parameter `%s' of macro `%s' was already specified"
20179 msgstr ""
20180
20181 #: macro.c:1127
20182 msgid "can't mix positional and keyword arguments"
20183 msgstr ""
20184
20185 #: macro.c:1138
20186 msgid "too many positional arguments"
20187 msgstr ""
20188
20189 #: macro.c:1186
20190 #, c-format
20191 msgid "Missing value for required parameter `%s' of macro `%s'"
20192 msgstr ""
20193
20194 #: macro.c:1304
20195 #, c-format
20196 msgid "Attempt to purge non-existing macro `%s'"
20197 msgstr ""
20198
20199 #: macro.c:1324
20200 msgid "unexpected end of file in irp or irpc"
20201 msgstr ""
20202
20203 #: macro.c:1332
20204 msgid "missing model parameter"
20205 msgstr ""
20206
20207 #: messages.c:91
20208 #, c-format
20209 msgid "Assembler messages:\n"
20210 msgstr ""
20211
20212 #: messages.c:289
20213 #, c-format
20214 msgid "Fatal error: "
20215 msgstr ""
20216
20217 #: messages.c:310
20218 #, c-format
20219 msgid "Internal error (%s).\n"
20220 msgstr ""
20221
20222 #: messages.c:312
20223 #, c-format
20224 msgid "Internal error in %s at %s:%d.\n"
20225 msgstr ""
20226
20227 #: messages.c:314
20228 #, c-format
20229 msgid "Internal error at %s:%d.\n"
20230 msgstr ""
20231
20232 #: messages.c:316
20233 #, c-format
20234 msgid "Please report this bug.\n"
20235 msgstr ""
20236
20237 #: messages.c:400
20238 #, c-format
20239 msgid "%s out of domain (%d is not a multiple of %d)"
20240 msgstr ""
20241
20242 #: messages.c:418
20243 #, c-format
20244 msgid "%s out of range (%d is not between %d and %d)"
20245 msgstr ""
20246
20247 #. xgettext:c-format.
20248 #: messages.c:441
20249 #, c-format
20250 msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
20251 msgstr ""
20252
20253 #: output-file.c:34
20254 #, c-format
20255 msgid "can't open a bfd on stdout %s"
20256 msgstr ""
20257
20258 #: output-file.c:41
20259 #, c-format
20260 msgid "selected target format '%s' unknown"
20261 msgstr ""
20262
20263 #: output-file.c:43
20264 #, c-format
20265 msgid "can't create %s: %s"
20266 msgstr ""
20267
20268 #: read.c:521
20269 #, c-format
20270 msgid "error constructing %s pseudo-op table: %s"
20271 msgstr ""
20272
20273 #: read.c:703
20274 msgid "cannot change section or subsection inside .bundle_lock"
20275 msgstr ""
20276
20277 #: read.c:719
20278 #, c-format
20279 msgid ""
20280 ".bundle_lock sequence at %u bytes, but .bundle_align_mode limit is %u bytes"
20281 msgstr ""
20282
20283 #: read.c:728
20284 #, c-format
20285 msgid ""
20286 "single instruction is %u bytes long, but .bundle_align_mode limit is %u bytes"
20287 msgstr ""
20288
20289 #: read.c:769 read.c:2812 read.c:3383
20290 msgid "ignoring fill value in absolute section"
20291 msgstr ""
20292
20293 #: read.c:771 read.c:2827 read.c:3422
20294 #, c-format
20295 msgid "ignoring fill value in section `%s'"
20296 msgstr ""
20297
20298 #: read.c:1131
20299 #, c-format
20300 msgid "unknown pseudo-op: `%s'"
20301 msgstr ""
20302
20303 #: read.c:1184
20304 msgid "unable to continue with assembly."
20305 msgstr ""
20306
20307 #: read.c:1226
20308 #, c-format
20309 msgid "label \"%d$\" redefined"
20310 msgstr ""
20311
20312 #: read.c:1373
20313 msgid ".bundle_lock with no matching .bundle_unlock"
20314 msgstr ""
20315
20316 #: read.c:1470
20317 msgid ".abort detected.  Abandoning ship."
20318 msgstr ""
20319
20320 #: read.c:1532
20321 #, c-format
20322 msgid "alignment too large: %u assumed"
20323 msgstr ""
20324
20325 #: read.c:1564
20326 msgid "expected fill pattern missing"
20327 msgstr ""
20328
20329 #: read.c:1589
20330 #, c-format
20331 msgid "fill pattern too long, truncating to %u"
20332 msgstr ""
20333
20334 #: read.c:1687
20335 msgid "symbol name not recognised in the current locale"
20336 msgstr ""
20337
20338 #. Some of the back ends can't deal with non-positive line numbers.
20339 #. Besides, it's silly.  GCC however will generate a line number of
20340 #. zero when it is pre-processing builtins for assembler-with-cpp files:
20341 #.
20342 #. # 0 "<built-in>"
20343 #.
20344 #. We do not want to barf on this, especially since such files are used
20345 #. in the GCC and GDB testsuites.  So we check for negative line numbers
20346 #. rather than non-positive line numbers.
20347 #: read.c:2029
20348 #, c-format
20349 msgid "line numbers must be positive; line number %d rejected"
20350 msgstr ""
20351
20352 #: read.c:2066
20353 #, c-format
20354 msgid "incompatible flag %i in line directive"
20355 msgstr ""
20356
20357 #: read.c:2078
20358 #, c-format
20359 msgid "unsupported flag %i in line directive"
20360 msgstr ""
20361
20362 #: read.c:2117
20363 msgid "start address not supported"
20364 msgstr ""
20365
20366 #: read.c:2126
20367 msgid ".err encountered"
20368 msgstr ""
20369
20370 #: read.c:2142
20371 msgid ".error directive invoked in source file"
20372 msgstr ""
20373
20374 #: read.c:2143
20375 msgid ".warning directive invoked in source file"
20376 msgstr ""
20377
20378 #: read.c:2149
20379 #, c-format
20380 msgid "%s argument must be a string"
20381 msgstr ""
20382
20383 #: read.c:2181 read.c:2183
20384 #, c-format
20385 msgid ".fail %ld encountered"
20386 msgstr ""
20387
20388 #: read.c:2223
20389 #, c-format
20390 msgid ".fill size clamped to %d"
20391 msgstr ""
20392
20393 #: read.c:2228
20394 msgid "size negative; .fill ignored"
20395 msgstr ""
20396
20397 #: read.c:2234
20398 msgid "repeat < 0; .fill ignored"
20399 msgstr ""
20400
20401 #: read.c:2243
20402 msgid "non-constant fill count for absolute section"
20403 msgstr ""
20404
20405 #: read.c:2245
20406 msgid "attempt to fill absolute section with non-zero value"
20407 msgstr ""
20408
20409 #: read.c:2251
20410 #, c-format
20411 msgid "attempt to fill section `%s' with non-zero value"
20412 msgstr ""
20413
20414 #: read.c:2408
20415 #, c-format
20416 msgid "unrecognized .linkonce type `%s'"
20417 msgstr ""
20418
20419 #: read.c:2420
20420 msgid ".linkonce is not supported for this object file format"
20421 msgstr ""
20422
20423 #: read.c:2515
20424 msgid "expected alignment after size"
20425 msgstr ""
20426
20427 #: read.c:2734
20428 #, c-format
20429 msgid "attempt to redefine pseudo-op `%s' ignored"
20430 msgstr ""
20431
20432 #: read.c:2753
20433 msgid "ignoring macro exit outside a macro definition."
20434 msgstr ""
20435
20436 #: read.c:2807
20437 #, c-format
20438 msgid "invalid segment \"%s\""
20439 msgstr ""
20440
20441 #: read.c:2815
20442 msgid "only constant offsets supported in absolute section"
20443 msgstr ""
20444
20445 #: read.c:2858
20446 msgid "MRI style ORG pseudo-op not supported"
20447 msgstr ""
20448
20449 #: read.c:3029
20450 #, c-format
20451 msgid ".end%c encountered without preceding %s"
20452 msgstr ""
20453
20454 #: read.c:3058 read.c:3094
20455 #, c-format
20456 msgid "negative count for %s - ignored"
20457 msgstr ""
20458
20459 #: read.c:3065 read.c:3101
20460 #, c-format
20461 msgid "%s without %s"
20462 msgstr ""
20463
20464 #: read.c:3336
20465 msgid "unsupported variable size or fill value"
20466 msgstr ""
20467
20468 #: read.c:3344
20469 #, c-format
20470 msgid "size value for space directive too large: %lx"
20471 msgstr ""
20472
20473 #: read.c:3373
20474 msgid ".space repeat count is zero, ignored"
20475 msgstr ""
20476
20477 #: read.c:3375
20478 msgid ".space repeat count is negative, ignored"
20479 msgstr ""
20480
20481 #: read.c:3406
20482 msgid "space allocation too complex in absolute section"
20483 msgstr ""
20484
20485 #: read.c:3412
20486 msgid "space allocation too complex in common section"
20487 msgstr ""
20488
20489 #: read.c:3473
20490 msgid "negative nop control byte, ignored"
20491 msgstr ""
20492
20493 #: read.c:3489
20494 msgid "unsupported variable nop control in .nops directive"
20495 msgstr ""
20496
20497 #: read.c:3691
20498 #, c-format
20499 msgid "%s: would close weakref loop: %s"
20500 msgstr ""
20501
20502 #: read.c:3741
20503 #, c-format
20504 msgid "junk at end of line, first unrecognized character valued 0x%x"
20505 msgstr ""
20506
20507 #: read.c:3869 write.c:2353
20508 #, c-format
20509 msgid "`%s' can't be equated to common symbol `%s'"
20510 msgstr ""
20511
20512 #: read.c:3999
20513 msgid "unexpected `\"' in expression"
20514 msgstr ""
20515
20516 #: read.c:4012
20517 msgid "rva without symbol"
20518 msgstr ""
20519
20520 #: read.c:4081
20521 msgid "missing or bad offset expression"
20522 msgstr ""
20523
20524 #: read.c:4102
20525 msgid "missing reloc type"
20526 msgstr ""
20527
20528 #: read.c:4126
20529 msgid "unrecognized reloc type"
20530 msgstr ""
20531
20532 #: read.c:4142
20533 msgid "bad reloc expression"
20534 msgstr ""
20535
20536 #: read.c:4304 read.c:5150
20537 msgid "zero assumed for missing expression"
20538 msgstr ""
20539
20540 #: read.c:4324 read.c:5179
20541 msgid "attempt to store value in absolute section"
20542 msgstr ""
20543
20544 #: read.c:4331 read.c:5185
20545 #, c-format
20546 msgid "attempt to store non-zero value in section `%s'"
20547 msgstr ""
20548
20549 #: read.c:4417
20550 #, c-format
20551 msgid "value 0x%llx truncated to 0x%llx"
20552 msgstr ""
20553
20554 #: read.c:4420
20555 msgid "value 0x%I64x truncated to 0x%I64x"
20556 msgstr ""
20557
20558 #: read.c:4424
20559 #, c-format
20560 msgid "value 0x%lx truncated to 0x%lx"
20561 msgstr ""
20562
20563 #: read.c:4469
20564 #, c-format
20565 msgid "bignum truncated to %d byte"
20566 msgid_plural "bignum truncated to %d bytes"
20567 msgstr[0] ""
20568 msgstr[1] ""
20569
20570 #: read.c:4678 read.c:4888
20571 msgid "unresolvable or nonpositive repeat count; using 1"
20572 msgstr ""
20573
20574 #: read.c:4727
20575 #, c-format
20576 msgid "unknown floating type type '%c'"
20577 msgstr ""
20578
20579 #: read.c:4749
20580 msgid "floating point constant too large"
20581 msgstr ""
20582
20583 #: read.c:4813
20584 msgid "attempt to store float in absolute section"
20585 msgstr ""
20586
20587 #: read.c:4820
20588 #, c-format
20589 msgid "attempt to store float in section `%s'"
20590 msgstr ""
20591
20592 #: read.c:5268
20593 #, c-format
20594 msgid "attempt to store non-empty string in section `%s'"
20595 msgstr ""
20596
20597 #: read.c:5330
20598 msgid "strings must be placed into a section"
20599 msgstr ""
20600
20601 #: read.c:5394
20602 msgid "expected <nn>"
20603 msgstr ""
20604
20605 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
20606 #: read.c:5435 read.c:5521
20607 msgid "unterminated string; newline inserted"
20608 msgstr ""
20609
20610 #: read.c:5535
20611 msgid "bad escaped character in string"
20612 msgstr ""
20613
20614 #: read.c:5560
20615 msgid "expected address expression"
20616 msgstr ""
20617
20618 #: read.c:5579
20619 #, c-format
20620 msgid "symbol \"%s\" undefined; zero assumed"
20621 msgstr ""
20622
20623 #: read.c:5582
20624 msgid "some symbol undefined; zero assumed"
20625 msgstr ""
20626
20627 #: read.c:5617
20628 msgid "this string may not contain '\\0'"
20629 msgstr ""
20630
20631 #: read.c:5653
20632 msgid "missing string"
20633 msgstr ""
20634
20635 #: read.c:5744
20636 #, c-format
20637 msgid ".incbin count zero, ignoring `%s'"
20638 msgstr ""
20639
20640 #: read.c:5770
20641 #, c-format
20642 msgid "file not found: %s"
20643 msgstr ""
20644
20645 #: read.c:5784
20646 #, c-format
20647 msgid "seek to end of .incbin file failed `%s'"
20648 msgstr ""
20649
20650 #: read.c:5795
20651 #, c-format
20652 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
20653 msgstr ""
20654
20655 #: read.c:5802
20656 #, c-format
20657 msgid "could not skip to %ld in file `%s'"
20658 msgstr ""
20659
20660 #: read.c:5811
20661 #, c-format
20662 msgid "truncated file `%s', %ld of %ld bytes read"
20663 msgstr ""
20664
20665 #: read.c:5969
20666 msgid "missing .func"
20667 msgstr ""
20668
20669 #: read.c:5986
20670 msgid ".endfunc missing for previous .func"
20671 msgstr ""
20672
20673 #: read.c:6045
20674 #, c-format
20675 msgid ".bundle_align_mode alignment too large (maximum %u)"
20676 msgstr ""
20677
20678 #: read.c:6050
20679 msgid "cannot change .bundle_align_mode inside .bundle_lock"
20680 msgstr ""
20681
20682 #: read.c:6064
20683 msgid ".bundle_lock is meaningless without .bundle_align_mode"
20684 msgstr ""
20685
20686 #: read.c:6085
20687 msgid ".bundle_unlock without preceding .bundle_lock"
20688 msgstr ""
20689
20690 #: read.c:6098
20691 #, c-format
20692 msgid ".bundle_lock sequence is %u bytes, but bundle size is only %u bytes"
20693 msgstr ""
20694
20695 #: read.c:6197
20696 #, c-format
20697 msgid "missing closing `%c'"
20698 msgstr ""
20699
20700 #: read.c:6199
20701 msgid "stray `\\'"
20702 msgstr ""
20703
20704 #: remap.c:53
20705 #, c-format
20706 msgid "invalid argument '%s' to -fdebug-prefix-map"
20707 msgstr ""
20708
20709 #: stabs.c:210
20710 #, c-format
20711 msgid ".stab%c: missing string"
20712 msgstr ""
20713
20714 #: stabs.c:223 stabs.c:231 stabs.c:239 stabs.c:258
20715 #, c-format
20716 msgid ".stab%c: missing comma"
20717 msgstr ""
20718
20719 #. This could happen for example with a source file with a huge
20720 #. number of lines.  The only cure is to use a different debug
20721 #. format, probably DWARF.
20722 #: stabs.c:251
20723 #, c-format
20724 msgid ".stab%c: description field '%x' too big, try a different debug format"
20725 msgstr ""
20726
20727 #: stabs.c:437
20728 msgid "comma missing in .xstabs"
20729 msgstr ""
20730
20731 #: symbols.c:421
20732 #, c-format
20733 msgid "cannot define symbol `%s' in absolute section"
20734 msgstr ""
20735
20736 #: symbols.c:554
20737 #, c-format
20738 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
20739 msgstr ""
20740
20741 #: symbols.c:629 symbols.c:636
20742 #, c-format
20743 msgid "inserting \"%s\" into symbol table failed: %s"
20744 msgstr ""
20745
20746 #: symbols.c:1184
20747 #, c-format
20748 msgid "invalid operands (%s and %s sections) for `%s'"
20749 msgstr ""
20750
20751 #: symbols.c:1188
20752 #, c-format
20753 msgid "invalid operand (%s section) for `%s'"
20754 msgstr ""
20755
20756 #: symbols.c:1196
20757 #, c-format
20758 msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'"
20759 msgstr ""
20760
20761 #: symbols.c:1199
20762 #, c-format
20763 msgid "invalid operand (%s section) for `%s' when setting `%s'"
20764 msgstr ""
20765
20766 #: symbols.c:1248
20767 #, c-format
20768 msgid "symbol definition loop encountered at `%s'"
20769 msgstr ""
20770
20771 #: symbols.c:1275
20772 #, c-format
20773 msgid "cannot convert expression symbol %s to complex relocation"
20774 msgstr ""
20775
20776 #: symbols.c:1560
20777 #, c-format
20778 msgid "division by zero when setting `%s'"
20779 msgstr ""
20780
20781 #. See PR 20895 for a reproducer.
20782 #: symbols.c:1600
20783 msgid "Invalid operation on symbol"
20784 msgstr ""
20785
20786 #: symbols.c:1650 write.c:2402
20787 #, c-format
20788 msgid "can't resolve value for symbol `%s'"
20789 msgstr ""
20790
20791 #: symbols.c:2109
20792 #, c-format
20793 msgid "\"%d\" (instance number %d of a %s label)"
20794 msgstr ""
20795
20796 #: symbols.c:2138
20797 #, c-format
20798 msgid "attempt to get value of unresolved symbol `%s'"
20799 msgstr ""
20800
20801 #. Do not reassign section symbols.
20802 #: symbols.c:2426
20803 msgid "section symbols are already global"
20804 msgstr ""
20805
20806 #: symbols.c:2539
20807 #, c-format
20808 msgid "Accessing function `%s' as thread-local object"
20809 msgstr ""
20810
20811 #: symbols.c:2543
20812 #, c-format
20813 msgid "Accessing `%s' as thread-local object"
20814 msgstr ""
20815
20816 #: write.c:167
20817 #, c-format
20818 msgid "field fx_size too small to hold %d"
20819 msgstr ""
20820
20821 #: write.c:456
20822 #, c-format
20823 msgid "attempt to .org/.space/.nops backwards? (%ld)"
20824 msgstr ""
20825
20826 #: write.c:478
20827 #, c-format
20828 msgid "leb128 operand is an undefined symbol: %s"
20829 msgstr ""
20830
20831 #: write.c:709
20832 msgid "invalid offset expression"
20833 msgstr ""
20834
20835 #: write.c:731
20836 msgid "invalid reloc expression"
20837 msgstr ""
20838
20839 #: write.c:1114
20840 #, c-format
20841 msgid "value of %s too large for field of %d byte at %s"
20842 msgid_plural "value of %s too large for field of %d bytes at %s"
20843 msgstr[0] ""
20844 msgstr[1] ""
20845
20846 #: write.c:1130
20847 #, c-format
20848 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
20849 msgstr ""
20850
20851 #: write.c:1171
20852 msgid "redefined symbol cannot be used on reloc"
20853 msgstr ""
20854
20855 #: write.c:1184
20856 msgid "relocation out of range"
20857 msgstr ""
20858
20859 #: write.c:1187
20860 #, c-format
20861 msgid "%s:%u: bad return from bfd_install_relocation: %x"
20862 msgstr ""
20863
20864 #: write.c:1215
20865 msgid "reloc not within (fixed part of) section"
20866 msgstr ""
20867
20868 #: write.c:1285
20869 msgid "internal error: fixup not contained within frag"
20870 msgstr ""
20871
20872 #: write.c:1403 write.c:1540
20873 msgid "can't extend frag"
20874 msgstr ""
20875
20876 #: write.c:1588
20877 msgid "unimplemented .nops directive"
20878 msgstr ""
20879
20880 #: write.c:1622
20881 #, c-format
20882 msgid "can't write %ld byte to section %s of %s: '%s'"
20883 msgid_plural "can't write %ld bytes to section %s of %s: '%s'"
20884 msgstr[0] ""
20885 msgstr[1] ""
20886
20887 #: write.c:1648 write.c:1675 write.c:1711
20888 #, c-format
20889 msgid "can't fill %ld byte in section %s of %s: '%s'"
20890 msgid_plural "can't fill %ld bytes in section %s of %s: '%s'"
20891 msgstr[0] ""
20892 msgstr[1] ""
20893
20894 #: write.c:1913
20895 msgid "unable to create reloc for build note"
20896 msgstr ""
20897
20898 #: write.c:1917
20899 msgid "<gnu build note>"
20900 msgstr ""
20901
20902 #: write.c:2318
20903 #, c-format
20904 msgid "%s: global symbols not supported in common sections"
20905 msgstr ""
20906
20907 #: write.c:2332
20908 #, c-format
20909 msgid "local label `%s' is not defined"
20910 msgstr ""
20911
20912 #: write.c:2360
20913 #, c-format
20914 msgid "can't make global register symbol `%s'"
20915 msgstr ""
20916
20917 #: write.c:2665
20918 #, c-format
20919 msgid "alignment padding (%lu byte) not a multiple of %ld"
20920 msgid_plural "alignment padding (%lu bytes) not a multiple of %ld"
20921 msgstr[0] ""
20922 msgstr[1] ""
20923
20924 #: write.c:2832
20925 #, c-format
20926 msgid ".word %s-%s+%s didn't fit"
20927 msgstr ""
20928
20929 #: write.c:2926
20930 msgid "padding added"
20931 msgstr ""
20932
20933 #: write.c:2977
20934 msgid "attempt to move .org backwards"
20935 msgstr ""
20936
20937 #: write.c:3002
20938 msgid ".space specifies non-absolute value"
20939 msgstr ""
20940
20941 #: write.c:3017
20942 msgid ".space, .nops or .fill with negative value, ignored"
20943 msgstr ""
20944
20945 #: write.c:3088
20946 #, c-format
20947 msgid ""
20948 "Infinite loop encountered whilst attempting to compute the addresses of "
20949 "symbols in section %s"
20950 msgstr ""