Additions due to recent changes
[external/binutils.git] / gas / po / gas.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "POT-Creation-Date: 2000-07-17 14:23-0700\n"
10 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Transfer-Encoding: ENCODING\n"
16
17 #: app.c:465 app.c:479
18 msgid "end of file in comment"
19 msgstr ""
20
21 #: app.c:558
22 msgid "end of file in string: inserted '\"'"
23 msgstr ""
24
25 #: app.c:624
26 #, c-format
27 msgid "Unknown escape '\\%c' in string: Ignored"
28 msgstr ""
29
30 #: app.c:633
31 msgid "End of file in string: '\"' inserted"
32 msgstr ""
33
34 #: app.c:753
35 msgid "end of file not at end of a line; newline inserted"
36 msgstr ""
37
38 #: app.c:910
39 msgid "end of file in multiline comment"
40 msgstr ""
41
42 #: app.c:974
43 msgid "end of file after a one-character quote; \\0 inserted"
44 msgstr ""
45
46 #: app.c:982
47 msgid "end of file in escape character"
48 msgstr ""
49
50 #: app.c:994
51 msgid "Missing close quote: (assumed)"
52 msgstr ""
53
54 #: app.c:1057 app.c:1111 app.c:1180
55 msgid "end of file in comment; newline inserted"
56 msgstr ""
57
58 #: app.c:1121
59 msgid "EOF in Comment: Newline inserted"
60 msgstr ""
61
62 #: as.c:148
63 msgid "missing emulation mode name"
64 msgstr ""
65
66 #: as.c:163
67 #, c-format
68 msgid "unrecognized emulation name `%s'"
69 msgstr ""
70
71 #: as.c:210
72 #, c-format
73 msgid "GNU assembler version %s (%s) using BFD version %s"
74 msgstr ""
75
76 #: as.c:213
77 #, c-format
78 msgid "GNU assembler version %s (%s)"
79 msgstr ""
80
81 #: as.c:222
82 #, c-format
83 msgid "Usage: %s [option...] [asmfile...]\n"
84 msgstr ""
85
86 #: as.c:224
87 msgid ""
88 "Options:\n"
89 "  -a[sub-option...]\t  turn on listings\n"
90 "                      \t  Sub-options [default hls]:\n"
91 "                      \t  c      omit false conditionals\n"
92 "                      \t  d      omit debugging directives\n"
93 "                      \t  h      include high-level source\n"
94 "                      \t  l      include assembly\n"
95 "                      \t  m      include macro expansions\n"
96 "                      \t  n      omit forms processing\n"
97 "                      \t  s      include symbols\n"
98 "                      \t  L      include line debug statistics (if "
99 "applicable)\n"
100 "                      \t  =FILE  list to FILE (must be last sub-option)\n"
101 msgstr ""
102
103 #: as.c:238
104 msgid "  -D                      produce assembler debugging messages\n"
105 msgstr ""
106
107 #: as.c:240
108 msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
109 msgstr ""
110
111 #: as.c:256
112 #, c-format
113 msgid "                          emulate output (default %s)\n"
114 msgstr ""
115
116 #: as.c:260
117 msgid "  -f                      skip whitespace and comment preprocessing\n"
118 msgstr ""
119
120 #: as.c:262
121 msgid "  --gstabs                generate stabs debugging information\n"
122 msgstr ""
123
124 #: as.c:264
125 msgid "  --gdwarf2               generate DWARF2 debugging information\n"
126 msgstr ""
127
128 #: as.c:266
129 msgid "  --help                  show this message and exit\n"
130 msgstr ""
131
132 #: as.c:268
133 msgid ""
134 "  -I DIR                  add DIR to search list for .include directives\n"
135 msgstr ""
136
137 #: as.c:270
138 msgid "  -J                      don't warn about signed overflow\n"
139 msgstr ""
140
141 #: as.c:272
142 msgid ""
143 "  -K                      warn when differences altered for long "
144 "displacements\n"
145 msgstr ""
146
147 #: as.c:274
148 msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
149 msgstr ""
150
151 #: as.c:276
152 msgid "  -M,--mri                assemble in MRI compatibility mode\n"
153 msgstr ""
154
155 #: as.c:278
156 msgid ""
157 "  --MD FILE               write dependency information in FILE (default "
158 "none)\n"
159 msgstr ""
160
161 #: as.c:280
162 msgid "  -nocpp                  ignored\n"
163 msgstr ""
164
165 #: as.c:282
166 msgid ""
167 "  -o OBJFILE              name the object-file output OBJFILE (default "
168 "a.out)\n"
169 msgstr ""
170
171 #: as.c:284
172 msgid "  -R                      fold data section into text section\n"
173 msgstr ""
174
175 #: as.c:286
176 msgid ""
177 "  --statistics            print various measured statistics from execution\n"
178 msgstr ""
179
180 #: as.c:288
181 msgid "  --strip-local-absolute  strip local absolute symbols\n"
182 msgstr ""
183
184 #: as.c:290
185 msgid ""
186 "  --traditional-format    Use same format as native assembler when possible\n"
187 msgstr ""
188
189 #: as.c:292
190 msgid "  --version               print assembler version number and exit\n"
191 msgstr ""
192
193 #: as.c:294
194 msgid "  -W  --no-warn           suppress warnings\n"
195 msgstr ""
196
197 #: as.c:296
198 msgid "  --warn                  don't suppress warnings\n"
199 msgstr ""
200
201 #: as.c:298
202 msgid "  --fatal-warnings        treat warnings as errors\n"
203 msgstr ""
204
205 #: as.c:300
206 msgid ""
207 "  --itbl INSTTBL          extend instruction set to include instructions\n"
208 "                          matching the specifications defined in file "
209 "INSTTBL\n"
210 msgstr ""
211
212 #: as.c:303
213 msgid "  -w                      ignored\n"
214 msgstr ""
215
216 #: as.c:305
217 msgid "  -X                      ignored\n"
218 msgstr ""
219
220 #: as.c:307
221 msgid "  -Z                      generate object file even after errors\n"
222 msgstr ""
223
224 #: as.c:309
225 msgid ""
226 "  --listing-lhs-width     set the width in words of the output data column "
227 "of\n"
228 "                          the listing\n"
229 msgstr ""
230
231 #: as.c:312
232 msgid ""
233 "  --listing-lhs-width2    set the width in words of the continuation lines\n"
234 "                          of the output data column; ignored if smaller "
235 "than\n"
236 "                          the width of the first line\n"
237 msgstr ""
238
239 #: as.c:316
240 msgid ""
241 "  --listing-rhs-width     set the max width in characters of the lines from\n"
242 "                          the source file\n"
243 msgstr ""
244
245 #: as.c:319
246 msgid ""
247 "  --listing-cont-lines    set the maximum number of continuation lines used\n"
248 "                          for the output data column of the listing\n"
249 msgstr ""
250
251 #: as.c:326 gasp.c:3554
252 #, c-format
253 msgid "Report bugs to %s\n"
254 msgstr ""
255
256 #. This output is intended to follow the GNU standards document.
257 #: as.c:521
258 #, c-format
259 msgid "GNU assembler %s\n"
260 msgstr ""
261
262 #: as.c:522
263 msgid "Copyright 2000 Free Software Foundation, Inc.\n"
264 msgstr ""
265
266 #: as.c:523 gasp.c:3648
267 msgid ""
268 "This program is free software; you may redistribute it under the terms of\n"
269 "the GNU General Public License.  This program has absolutely no warranty.\n"
270 msgstr ""
271
272 #: as.c:526
273 #, c-format
274 msgid "This assembler was configured for a target of `%s'.\n"
275 msgstr ""
276
277 #: as.c:533
278 msgid "multiple emulation names specified"
279 msgstr ""
280
281 #: as.c:535
282 msgid "emulations not handled in this configuration"
283 msgstr ""
284
285 #: as.c:540
286 #, c-format
287 msgid "alias = %s\n"
288 msgstr ""
289
290 #: as.c:541
291 #, c-format
292 msgid "canonical = %s\n"
293 msgstr ""
294
295 #: as.c:542
296 #, c-format
297 msgid "cpu-type = %s\n"
298 msgstr ""
299
300 #: as.c:544
301 #, c-format
302 msgid "format = %s\n"
303 msgstr ""
304
305 #: as.c:547
306 #, c-format
307 msgid "bfd-target = %s\n"
308 msgstr ""
309
310 #: as.c:560
311 msgid "bad defsym; format is --defsym name=value"
312 msgstr ""
313
314 #: as.c:584
315 msgid "No file name following -t option\n"
316 msgstr ""
317
318 #: as.c:600
319 #, c-format
320 msgid "Failed to read instruction table %s\n"
321 msgstr ""
322
323 #: as.c:717
324 #, c-format
325 msgid "invalid listing option `%c'"
326 msgstr ""
327
328 #: as.c:911
329 #, c-format
330 msgid "%d warnings, treating warnings as errors"
331 msgstr ""
332
333 #: as.c:942
334 #, c-format
335 msgid "%s: total time in assembly: %ld.%06ld\n"
336 msgstr ""
337
338 #: as.c:945
339 #, c-format
340 msgid "%s: data size %ld\n"
341 msgstr ""
342
343 #.
344 #. * We have a GROSS internal error.
345 #. * This should never happen.
346 #.
347 #: atof-generic.c:438 config/tc-a29k.c:544 config/tc-i860.c:335
348 #: config/tc-i860.c:708 config/tc-m68k.c:3122 config/tc-m68k.c:3151
349 #: config/tc-sparc.c:2478
350 msgid "failed sanity check."
351 msgstr ""
352
353 #: cond.c:75
354 msgid "invalid identifier for \".ifdef\""
355 msgstr ""
356
357 #: cond.c:128
358 msgid "non-constant expression in \".if\" statement"
359 msgstr ""
360
361 #: cond.c:224
362 msgid "bad format for ifc or ifnc"
363 msgstr ""
364
365 #: cond.c:258
366 msgid "\".elseif\" without matching \".if\" - ignored"
367 msgstr ""
368
369 #: cond.c:263
370 msgid "\".elseif\" after \".else\" - ignored"
371 msgstr ""
372
373 #: cond.c:266 cond.c:375
374 msgid "here is the previous \"else\""
375 msgstr ""
376
377 #: cond.c:269 cond.c:378
378 msgid "here is the previous \"if\""
379 msgstr ""
380
381 #: cond.c:302
382 msgid "non-constant expression in \".elseif\" statement"
383 msgstr ""
384
385 #: cond.c:337
386 msgid "\".endif\" without \".if\""
387 msgstr ""
388
389 #: cond.c:367
390 msgid ".else without matching .if - ignored"
391 msgstr ""
392
393 #: cond.c:372
394 msgid "duplicate \"else\" - ignored"
395 msgstr ""
396
397 #: cond.c:423
398 msgid ".ifeqs syntax error"
399 msgstr ""
400
401 #: cond.c:506
402 msgid "end of macro inside conditional"
403 msgstr ""
404
405 #: cond.c:508
406 msgid "end of file inside conditional"
407 msgstr ""
408
409 #: cond.c:511
410 msgid "here is the start of the unterminated conditional"
411 msgstr ""
412
413 #: cond.c:515
414 msgid "here is the \"else\" of the unterminated conditional"
415 msgstr ""
416
417 #: config/obj-aout.c:163
418 #, c-format
419 msgid "Attempt to put a common symbol into set %s"
420 msgstr ""
421
422 #: config/obj-aout.c:167
423 #, c-format
424 msgid "Attempt to put an undefined symbol into set %s"
425 msgstr ""
426
427 #: config/obj-aout.c:198 config/obj-coff.c:1211 config/obj-elf.c:1706
428 #: ecoff.c:3668
429 #, c-format
430 msgid "Symbol `%s' can not be both weak and common"
431 msgstr ""
432
433 #: config/obj-aout.c:256 config/obj-coff.c:1952
434 msgid "unresolved relocation"
435 msgstr ""
436
437 #: config/obj-aout.c:258 config/obj-coff.c:1954
438 #, c-format
439 msgid "bad relocation: symbol `%s' not in symbol table"
440 msgstr ""
441
442 #: config/obj-aout.c:345
443 #, c-format
444 msgid "%s: bad type for weak symbol"
445 msgstr ""
446
447 #: config/obj-aout.c:459 config/obj-coff.c:2885 write.c:1833
448 #, c-format
449 msgid "%s: global symbols not supported in common sections"
450 msgstr ""
451
452 #: config/obj-aout.c:526
453 #, c-format
454 msgid "Local symbol %s never defined."
455 msgstr ""
456
457 #: config/obj-aout.c:614
458 msgid "subsegment index too high"
459 msgstr ""
460
461 #: config/obj-bout.c:313 config/obj-vms.c:566
462 #, c-format
463 msgid "Local symbol %s never defined"
464 msgstr ""
465
466 #: config/obj-coff.c:156
467 #, c-format
468 msgid "Inserting \"%s\" into structure table failed: %s"
469 msgstr ""
470
471 #. Zero is used as an end marker in the file.
472 #: config/obj-coff.c:451
473 msgid "Line numbers must be positive integers\n"
474 msgstr ""
475
476 #: config/obj-coff.c:484 config/obj-coff.c:2299
477 msgid ".ln pseudo-op inside .def/.endef: ignored."
478 msgstr ""
479
480 #: config/obj-coff.c:527 ecoff.c:3304
481 msgid ".loc outside of .text"
482 msgstr ""
483
484 #: config/obj-coff.c:534
485 msgid ".loc pseudo-op inside .def/.endef: ignored."
486 msgstr ""
487
488 #: config/obj-coff.c:622 config/obj-coff.c:2356
489 msgid ".def pseudo-op used inside of .def/.endef: ignored."
490 msgstr ""
491
492 #: config/obj-coff.c:668 config/obj-coff.c:2409
493 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
494 msgstr ""
495
496 #: config/obj-coff.c:706
497 #, c-format
498 msgid "`%s' symbol without preceding function"
499 msgstr ""
500
501 #: config/obj-coff.c:760 config/obj-coff.c:2484
502 #, c-format
503 msgid "unexpected storage class %d"
504 msgstr ""
505
506 #: config/obj-coff.c:873 config/obj-coff.c:2591
507 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
508 msgstr ""
509
510 #: config/obj-coff.c:893 config/obj-coff.c:2611
511 msgid "badly formed .dim directive ignored"
512 msgstr ""
513
514 #: config/obj-coff.c:944 config/obj-coff.c:2674
515 msgid ".size pseudo-op used outside of .def/.endef ignored."
516 msgstr ""
517
518 #: config/obj-coff.c:960 config/obj-coff.c:2690
519 msgid ".scl pseudo-op used outside of .def/.endef ignored."
520 msgstr ""
521
522 #: config/obj-coff.c:978 config/obj-coff.c:2708
523 msgid ".tag pseudo-op used outside of .def/.endef ignored."
524 msgstr ""
525
526 #: config/obj-coff.c:997 config/obj-coff.c:2726
527 #, c-format
528 msgid "tag not found for .tag %s"
529 msgstr ""
530
531 #: config/obj-coff.c:1012 config/obj-coff.c:2741
532 msgid ".type pseudo-op used outside of .def/.endef ignored."
533 msgstr ""
534
535 #: config/obj-coff.c:1034 config/obj-coff.c:2763
536 msgid ".val pseudo-op used outside of .def/.endef ignored."
537 msgstr ""
538
539 #: config/obj-coff.c:1172 config/obj-coff.c:2958
540 msgid "mismatched .eb"
541 msgstr ""
542
543 #: config/obj-coff.c:1190 config/obj-coff.c:2998
544 msgid "C_EFCN symbol out of scope"
545 msgstr ""
546
547 #. STYP_INFO
548 #. STYP_LIB
549 #. STYP_OVER
550 #: config/obj-coff.c:1412
551 #, c-format
552 msgid "unsupported section attribute '%c'"
553 msgstr ""
554
555 #: config/obj-coff.c:1417 config/obj-coff.c:3704 config/tc-ppc.c:3917
556 #, c-format
557 msgid "unknown section attribute '%c'"
558 msgstr ""
559
560 #: config/obj-coff.c:1447 config/tc-ppc.c:3935 read.c:2502
561 #, c-format
562 msgid "error setting flags for \"%s\": %s"
563 msgstr ""
564
565 #: config/obj-coff.c:1458 config/obj-elf.c:727
566 #, c-format
567 msgid "Ignoring changed section attributes for %s"
568 msgstr ""
569
570 #: config/obj-coff.c:1594
571 #, c-format
572 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
573 msgstr ""
574
575 #: config/obj-coff.c:1779 config/obj-ieee.c:69
576 msgid "Out of step\n"
577 msgstr ""
578
579 #: config/obj-coff.c:2214
580 msgid "bfd_coff_swap_scnhdr_out failed"
581 msgstr ""
582
583 #: config/obj-coff.c:2441
584 msgid "`.bf' symbol without preceding function\n"
585 msgstr ""
586
587 #: config/obj-coff.c:3401 config/obj-ieee.c:522 output-file.c:52
588 #: output-file.c:119
589 #, c-format
590 msgid "FATAL: Can't create %s"
591 msgstr ""
592
593 #: config/obj-coff.c:3578
594 #, c-format
595 msgid "Can't close %s: %s"
596 msgstr ""
597
598 #: config/obj-coff.c:3612
599 #, c-format
600 msgid "Too many new sections; can't add \"%s\""
601 msgstr ""
602
603 #: config/obj-coff.c:4022 config/tc-m88k.c:1260 config/tc-sparc.c:3454
604 msgid "Expected comma after name"
605 msgstr ""
606
607 #: config/obj-coff.c:4028 read.c:1965
608 msgid "Missing size expression"
609 msgstr ""
610
611 #: config/obj-coff.c:4034
612 #, c-format
613 msgid "lcomm length (%d.) <0! Ignored."
614 msgstr ""
615
616 #: config/obj-coff.c:4062 read.c:2186
617 #, c-format
618 msgid "Symbol %s already defined"
619 msgstr ""
620
621 #: config/obj-coff.c:4156 config/tc-i960.c:3255
622 #, c-format
623 msgid "No 'bal' entry point for leafproc %s"
624 msgstr ""
625
626 #: config/obj-coff.c:4235 write.c:2535
627 #, c-format
628 msgid "Negative of non-absolute symbol %s"
629 msgstr ""
630
631 #: config/obj-coff.c:4256 write.c:2549
632 msgid "callj to difference of 2 symbols"
633 msgstr ""
634
635 #: config/obj-coff.c:4302
636 #, c-format
637 msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld."
638 msgstr ""
639
640 #. This is a COBR instruction.  They have only a 13-bit
641 #. displacement and are only to be used for local branches:
642 #. flag as error, don't generate relocation.
643 #: config/obj-coff.c:4392 config/tc-i960.c:3275 write.c:2693
644 msgid "can't use COBR format with external label"
645 msgstr ""
646
647 #: config/obj-coff.c:4472
648 #, c-format
649 msgid "Value of %ld too large for field of %d bytes at 0x%lx"
650 msgstr ""
651
652 #: config/obj-coff.c:4486 write.c:2792
653 #, c-format
654 msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx"
655 msgstr ""
656
657 #: config/obj-ecoff.c:241
658 msgid "Can't set GP value"
659 msgstr ""
660
661 #: config/obj-ecoff.c:248
662 msgid "Can't set register masks"
663 msgstr ""
664
665 #: config/obj-elf.c:310 config/tc-sparc.c:3595 config/tc-v850.c:263
666 msgid "Expected comma after symbol-name"
667 msgstr ""
668
669 #: config/obj-elf.c:317 config/tc-arc.c:779 config/tc-sparc.c:3602
670 #, c-format
671 msgid ".COMMon length (%d.) <0! Ignored."
672 msgstr ""
673
674 #: config/obj-elf.c:327 config/tc-alpha.c:4320 config/tc-sparc.c:3612
675 #: config/tc-v850.c:285
676 msgid "Ignoring attempt to re-define symbol"
677 msgstr ""
678
679 #: config/obj-elf.c:335 config/tc-arc.c:797 config/tc-sparc.c:3620
680 #: config/tc-v850.c:295
681 #, c-format
682 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
683 msgstr ""
684
685 #: config/obj-elf.c:358 config/tc-arc.c:816 config/tc-v850.c:322
686 msgid "Common alignment negative; 0 assumed"
687 msgstr ""
688
689 #: config/obj-elf.c:377 config/tc-m32r.c:1269 config/tc-ppc.c:1514
690 #: config/tc-v850.c:385
691 msgid "Common alignment not a power of 2"
692 msgstr ""
693
694 #: config/obj-elf.c:440 config/tc-arc.c:876 config/tc-sparc.c:3744
695 #: config/tc-v850.c:566
696 #, c-format
697 msgid "bad .common segment %s"
698 msgstr ""
699
700 #: config/obj-elf.c:668
701 #, c-format
702 msgid "Setting incorrect section type for %s"
703 msgstr ""
704
705 #: config/obj-elf.c:672
706 #, c-format
707 msgid "Ignoring incorrect section type for %s"
708 msgstr ""
709
710 #: config/obj-elf.c:685
711 #, c-format
712 msgid "Setting incorrect section attributes for %s"
713 msgstr ""
714
715 #: config/obj-elf.c:757
716 msgid "Unrecognized .section attribute: want a,w,x"
717 msgstr ""
718
719 #: config/obj-elf.c:797
720 msgid "Unrecognized section attribute"
721 msgstr ""
722
723 #: config/obj-elf.c:819
724 msgid "Unrecognized section type"
725 msgstr ""
726
727 #: config/obj-elf.c:870
728 msgid "Missing section name"
729 msgstr ""
730
731 #: config/obj-elf.c:936
732 msgid "Bad .section directive - character following name is not '#'"
733 msgstr ""
734
735 #: config/obj-elf.c:1037
736 msgid ".previous without corresponding .section; ignored"
737 msgstr ""
738
739 #: config/obj-elf.c:1064
740 msgid ".popsection without corresponding .pushsection; ignored"
741 msgstr ""
742
743 #: config/obj-elf.c:1116
744 #, c-format
745 msgid "multiple .symver directives for symbol `%s'"
746 msgstr ""
747
748 #: config/obj-elf.c:1125
749 msgid "expected comma after name in .symver"
750 msgstr ""
751
752 #: config/obj-elf.c:1146
753 #, c-format
754 msgid "missing version name in `%s' for symbol `%s'"
755 msgstr ""
756
757 #: config/obj-elf.c:1355 config/obj-som.c:149 config/obj-som.c:194
758 msgid "Expected quoted string"
759 msgstr ""
760
761 #: config/obj-elf.c:1376
762 #, c-format
763 msgid "expected comma after name `%s' in .size directive"
764 msgstr ""
765
766 #: config/obj-elf.c:1385
767 msgid "missing expression in .size directive"
768 msgstr ""
769
770 #: config/obj-elf.c:1452
771 #, c-format
772 msgid "ignoring unrecognized symbol type \"%s\""
773 msgstr ""
774
775 #: config/obj-elf.c:1630
776 msgid ".size expression too complicated to fix up"
777 msgstr ""
778
779 #: config/obj-elf.c:1661
780 #, c-format
781 msgid ""
782 "invalid attempt to declare external version name as default in symbol `%s'"
783 msgstr ""
784
785 #: config/obj-elf.c:1793
786 #, c-format
787 msgid "Failed to set up debugging information: %s"
788 msgstr ""
789
790 #: config/obj-elf.c:1813
791 #, c-format
792 msgid "Can't start writing .mdebug section: %s"
793 msgstr ""
794
795 #: config/obj-elf.c:1821
796 #, c-format
797 msgid "Could not write .mdebug section: %s"
798 msgstr ""
799
800 #: config/obj-ieee.c:460
801 msgid "too many sections"
802 msgstr ""
803
804 #: config/obj-som.c:132
805 msgid "Only one .version pseudo-op per file!"
806 msgstr ""
807
808 #: config/obj-som.c:158
809 #, c-format
810 msgid "FATAL: Attaching version header %s"
811 msgstr ""
812
813 #: config/obj-som.c:177
814 msgid "Only one .copyright pseudo-op per file!"
815 msgstr ""
816
817 #: config/obj-som.c:203
818 #, c-format
819 msgid "FATAL: Attaching copyright header %s"
820 msgstr ""
821
822 #: config/obj-vms.c:464
823 #, c-format
824 msgid "compiler emitted zero-size common symbol `%s' already defined"
825 msgstr ""
826
827 #: config/obj-vms.c:474
828 #, c-format
829 msgid "compiler redefined zero-size common symbol `%s'"
830 msgstr ""
831
832 #: config/obj-vms.c:597
833 #, c-format
834 msgid "Couldn't create VMS object file \"%s\""
835 msgstr ""
836
837 #: config/obj-vms.c:623
838 msgid "I/O error writing VMS object file (length prefix)"
839 msgstr ""
840
841 #: config/obj-vms.c:637
842 msgid "I/O error writing VMS object file"
843 msgstr ""
844
845 #: config/obj-vms.c:1240
846 msgid "Couldn't find source file \"%s\", status=%%X%x"
847 msgstr ""
848
849 #: config/obj-vms.c:1749 config/obj-vms.c:2937
850 #, c-format
851 msgid "debugger forward reference error, dbx type %d"
852 msgstr ""
853
854 #: config/obj-vms.c:1825
855 #, c-format
856 msgid "Variable descriptor %d too complicated.  Defined as `void *'."
857 msgstr ""
858
859 #: config/obj-vms.c:2144
860 msgid ""
861 "***Warning - the assembly code generated by the compiler has placed \n"
862 " global constant(s) in the text psect.  These will not be available to \n"
863 " other modules, since this is not the correct way to handle this. You \n"
864 " have two options: 1) get a patched compiler that does not put global \n"
865 " constants in the text psect, or 2) remove the 'const' keyword from \n"
866 " definitions of global variables in your source module(s).  Don't say \n"
867 " I didn't warn you! \n"
868 msgstr ""
869
870 #: config/obj-vms.c:2463
871 #, c-format
872 msgid "debugginer output: %d is an unknown untyped variable."
873 msgstr ""
874
875 #: config/obj-vms.c:2681
876 #, c-format
877 msgid "debugger output: structure element `%s' has undefined type"
878 msgstr ""
879
880 #: config/obj-vms.c:2792
881 #, c-format
882 msgid "debugger output: %d is an unknown type of variable."
883 msgstr ""
884
885 #: config/obj-vms.c:2926
886 #, c-format
887 msgid "debugger output: Unable to resolve %d circular references."
888 msgstr ""
889
890 #: config/obj-vms.c:3131
891 #, c-format
892 msgid "Module name truncated: %s\n"
893 msgstr ""
894
895 #: config/obj-vms.c:3410
896 #, c-format
897 msgid "Symbol %s replaced by %s\n"
898 msgstr ""
899
900 #. impossible
901 #: config/obj-vms.c:3694
902 #, c-format
903 msgid "Unknown VMS psect type (%ld)"
904 msgstr ""
905
906 #: config/obj-vms.c:3735
907 #, c-format
908 msgid "Globalsymbol attribute for symbol %s was unexpected."
909 msgstr ""
910
911 #: config/obj-vms.c:3885
912 msgid "Invalid data type for globalvalue"
913 msgstr ""
914
915 #: config/obj-vms.c:3897
916 #, c-format
917 msgid "Invalid globalvalue of %s"
918 msgstr ""
919
920 #: config/obj-vms.c:4247
921 msgid "Couldn't find fixup fragment when checking for indirect reference"
922 msgstr ""
923
924 #: config/obj-vms.c:4591 config/obj-vms.c:4733
925 msgid "Fixup data addsy and subsy don't have the same type"
926 msgstr ""
927
928 #: config/obj-vms.c:4595 config/obj-vms.c:4737
929 msgid "Fixup data addsy and subsy don't have an appropriate type"
930 msgstr ""
931
932 #: config/obj-vms.c:4598 config/obj-vms.c:4740
933 msgid "Fixup data is erroneously \"pcrel\""
934 msgstr ""
935
936 #: config/obj-vms.c:4614 config/obj-vms.c:4759
937 msgid "Fixup datum is not a longword"
938 msgstr ""
939
940 #: config/obj-vms.c:4618 config/obj-vms.c:4763
941 msgid "Fixup datum is not \"fixP->fx_addsy\""
942 msgstr ""
943
944 #: config/obj-vms.c:4834
945 #, c-format
946 msgid ""
947 "g++ wrote an extern reference to `%s' as a routine.\n"
948 "I will fix it, but I hope that it was note really a routine."
949 msgstr ""
950
951 #: config/obj-vms.c:4966
952 msgid "Can't handle global xtors symbols yet."
953 msgstr ""
954
955 #: config/obj-vms.c:4969
956 #, c-format
957 msgid "Unknown %s"
958 msgstr ""
959
960 #.
961 #. *    Error otherwise.
962 #.
963 #: config/obj-vms.c:5054
964 #, c-format
965 msgid "unhandled stab type %d"
966 msgstr ""
967
968 #: config/tc-a29k.c:160 config/tc-sparc.c:3796
969 msgid "Unknown segment type"
970 msgstr ""
971
972 #. Probably a memory allocation problem?  Give up now.
973 #: config/tc-a29k.c:330 config/tc-hppa.c:1417 config/tc-i860.c:202
974 #: config/tc-mips.c:1076 config/tc-mips.c:1118 config/tc-sparc.c:806
975 msgid "Broken assembler.  No assembly attempted."
976 msgstr ""
977
978 #: config/tc-a29k.c:375 config/tc-arc.c:535 config/tc-avr.c:1125
979 #: config/tc-d10v.c:514 config/tc-d30v.c:553 config/tc-h8300.c:296
980 #: config/tc-h8500.c:297 config/tc-mcore.c:656 config/tc-mn10200.c:954
981 #: config/tc-mn10300.c:1339 config/tc-ppc.c:1970 config/tc-sh.c:631
982 #: config/tc-tic80.c:283 config/tc-v850.c:2034 config/tc-w65.c:247
983 #: config/tc-z8k.c:341
984 msgid "missing operand"
985 msgstr ""
986
987 #: config/tc-a29k.c:415 config/tc-hppa.c:1563 config/tc-i860.c:407
988 #: config/tc-i860.c:423 config/tc-sparc.c:1369 config/tc-sparc.c:1375
989 #, c-format
990 msgid "Unknown opcode: `%s'"
991 msgstr ""
992
993 #: config/tc-a29k.c:420
994 #, c-format
995 msgid "Unknown opcode `%s'."
996 msgstr ""
997
998 #: config/tc-a29k.c:452
999 #, c-format
1000 msgid "Too many operands: %s"
1001 msgstr ""
1002
1003 #: config/tc-a29k.c:474 config/tc-a29k.c:505
1004 #, c-format
1005 msgid "Immediate value of %ld is too large"
1006 msgstr ""
1007
1008 #: config/tc-a29k.c:892 config/tc-i860.c:940
1009 #, c-format
1010 msgid "bad relocation type: 0x%02x"
1011 msgstr ""
1012
1013 #: config/tc-a29k.c:916
1014 #, c-format
1015 msgid "need %o3\n"
1016 msgstr ""
1017
1018 #: config/tc-a29k.c:932
1019 msgid "a29k_convert_frag\n"
1020 msgstr ""
1021
1022 #: config/tc-a29k.c:941
1023 msgid "a29k_estimate_size_before_relax\n"
1024 msgstr ""
1025
1026 #: config/tc-a29k.c:1092
1027 #, c-format
1028 msgid "label \"$%d\" redefined"
1029 msgstr ""
1030
1031 #: config/tc-a29k.c:1165
1032 msgid "Invalid expression after %%%%\n"
1033 msgstr ""
1034
1035 #: config/tc-a29k.c:1176
1036 msgid "Invalid register in & expression"
1037 msgstr ""
1038
1039 #: config/tc-alpha.c:834
1040 #, c-format
1041 msgid "internal error: can't hash opcode `%s': %s"
1042 msgstr ""
1043
1044 #: config/tc-alpha.c:868
1045 #, c-format
1046 msgid "internal error: can't hash macro `%s': %s"
1047 msgstr ""
1048
1049 #: config/tc-alpha.c:951 config/tc-i960.c:2738
1050 msgid "syntax error"
1051 msgstr ""
1052
1053 #: config/tc-alpha.c:1025 config/tc-arm.c:5343 config/tc-h8300.c:1373
1054 #: config/tc-h8500.c:1201 config/tc-hppa.c:4002 config/tc-i860.c:813
1055 #: config/tc-m68hc11.c:486 config/tc-m68k.c:4125 config/tc-m88k.c:1106
1056 #: config/tc-ns32k.c:1590 config/tc-sparc.c:2757 config/tc-z8k.c:1354
1057 msgid "Bad call to MD_ATOF()"
1058 msgstr ""
1059
1060 #: config/tc-alpha.c:1075
1061 #, c-format
1062 msgid "Unknown CPU identifier `%s'"
1063 msgstr ""
1064
1065 #: config/tc-alpha.c:1119
1066 msgid ""
1067 "Alpha options:\n"
1068 "-32addr\t\t\ttreat addresses as 32-bit values\n"
1069 "-F\t\t\tlack floating point instructions support\n"
1070 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mall\n"
1071 "\t\t\tspecify variant of Alpha architecture\n"
1072 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n"
1073 "\t\t\tthese variants include PALcode opcodes\n"
1074 msgstr ""
1075
1076 #: config/tc-alpha.c:1129
1077 msgid ""
1078 "VMS options:\n"
1079 "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
1080 "-H\t\t\tshow new symbol after hash truncation\n"
1081 msgstr ""
1082
1083 #: config/tc-alpha.c:1298
1084 #, c-format
1085 msgid "unhandled relocation type %s"
1086 msgstr ""
1087
1088 #: config/tc-alpha.c:1311
1089 msgid "non-absolute expression in constant field"
1090 msgstr ""
1091
1092 #: config/tc-alpha.c:1325
1093 #, c-format
1094 msgid "type %d reloc done?\n"
1095 msgstr ""
1096
1097 #: config/tc-alpha.c:1376 config/tc-alpha.c:1383 config/tc-mips.c:7374
1098 msgid "Used $at without \".set noat\""
1099 msgstr ""
1100
1101 #: config/tc-alpha.c:1561
1102 #, c-format
1103 msgid "cannot represent `%s' relocation in object file"
1104 msgstr ""
1105
1106 #: config/tc-alpha.c:1568
1107 #, c-format
1108 msgid "internal error? cannot generate `%s' relocation"
1109 msgstr ""
1110
1111 #: config/tc-alpha.c:1622
1112 #, c-format
1113 msgid "frame reg expected, using $%d."
1114 msgstr ""
1115
1116 #: config/tc-alpha.c:1747
1117 #, c-format
1118 msgid "No !literal!%d was found"
1119 msgstr ""
1120
1121 #. only support one relocation op per insn
1122 #: config/tc-alpha.c:1935
1123 msgid "More than one relocation op per insn"
1124 msgstr ""
1125
1126 #: config/tc-alpha.c:1952
1127 msgid "No relocation operand"
1128 msgstr ""
1129
1130 #: config/tc-alpha.c:1958
1131 #, c-format
1132 msgid "No !sequence-number after !%s"
1133 msgstr ""
1134
1135 #: config/tc-alpha.c:1971
1136 #, c-format
1137 msgid "Unknown relocation operand: !%s"
1138 msgstr ""
1139
1140 #: config/tc-alpha.c:1984
1141 #, c-format
1142 msgid "Bad sequence number: !%s!%s"
1143 msgstr ""
1144
1145 #: config/tc-alpha.c:2335
1146 #, c-format
1147 msgid "operand out of range (%s not between %d and %d)"
1148 msgstr ""
1149
1150 #: config/tc-alpha.c:2434 config/tc-arc.c:548 config/tc-d10v.c:603
1151 #: config/tc-d30v.c:636 config/tc-mn10200.c:1009 config/tc-mn10300.c:1410
1152 #: config/tc-ppc.c:1936 config/tc-ppc.c:2044 config/tc-ppc.c:2056
1153 #: config/tc-v850.c:1820 config/tc-v850.c:1843 config/tc-v850.c:2056
1154 msgid "too many fixups"
1155 msgstr ""
1156
1157 #: config/tc-alpha.c:2645 config/tc-alpha.c:2714
1158 #, c-format
1159 msgid "inappropriate arguments for opcode `%s'"
1160 msgstr ""
1161
1162 #: config/tc-alpha.c:2647 config/tc-alpha.c:2716
1163 #, c-format
1164 msgid "opcode `%s' not supported for target %s"
1165 msgstr ""
1166
1167 #: config/tc-alpha.c:2651 config/tc-alpha.c:2719 config/tc-avr.c:1092
1168 #, c-format
1169 msgid "unknown opcode `%s'"
1170 msgstr ""
1171
1172 #: config/tc-alpha.c:2691 config/tc-alpha.c:2758 config/tc-alpha.c:3269
1173 #: config/tc-alpha.c:3329 config/tc-alpha.c:3381 config/tc-alpha.c:3456
1174 #: config/tc-alpha.c:3541 config/tc-alpha.c:3667 config/tc-alpha.c:3844
1175 #: config/tc-alpha.c:3901 config/tc-alpha.c:4011 config/tc-alpha.c:4118
1176 #: config/tc-alpha.c:4195
1177 #, c-format
1178 msgid "Cannot use !%s!%d with %s"
1179 msgstr ""
1180
1181 #: config/tc-alpha.c:2779
1182 msgid "can not resolve expression"
1183 msgstr ""
1184
1185 #: config/tc-alpha.c:2921 config/tc-alpha.c:3113
1186 msgid "overflow in literal (.lita) table"
1187 msgstr ""
1188
1189 #: config/tc-alpha.c:2928 config/tc-alpha.c:2951 config/tc-alpha.c:3126
1190 #: config/tc-alpha.c:3470 config/tc-alpha.c:3548 config/tc-alpha.c:3596
1191 #: config/tc-alpha.c:3696 config/tc-alpha.c:3921 config/tc-alpha.c:4033
1192 msgid "macro requires $at register while noat in effect"
1193 msgstr ""
1194
1195 #: config/tc-alpha.c:2930 config/tc-alpha.c:2953 config/tc-alpha.c:3128
1196 msgid "macro requires $at while $at in use"
1197 msgstr ""
1198
1199 #: config/tc-alpha.c:3075 expr.c:86 read.c:3158
1200 msgid "bignum invalid; zero assumed"
1201 msgstr ""
1202
1203 #: config/tc-alpha.c:3077 expr.c:88 read.c:3160 read.c:3496 read.c:4394
1204 msgid "floating point number invalid; zero assumed"
1205 msgstr ""
1206
1207 #: config/tc-alpha.c:3082
1208 msgid "can't handle expression"
1209 msgstr ""
1210
1211 #: config/tc-alpha.c:3119
1212 msgid "overflow in literal (.lit8) table"
1213 msgstr ""
1214
1215 #: config/tc-alpha.c:3291
1216 #, c-format
1217 msgid "bad instruction format for lda !%s!%d"
1218 msgstr ""
1219
1220 #: config/tc-alpha.c:4291 config/tc-ppc.c:1463 config/tc-ppc.c:3681
1221 #: read.c:1385
1222 #, c-format
1223 msgid ".COMMon length (%ld.) <0! Ignored."
1224 msgstr ""
1225
1226 #: config/tc-alpha.c:4329 config/tc-alpha.c:4338 config/tc-ppc.c:3718
1227 #: read.c:1406
1228 #, c-format
1229 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1230 msgstr ""
1231
1232 #: config/tc-alpha.c:4440 ecoff.c:3109
1233 msgid ".ent directive has no name"
1234 msgstr ""
1235
1236 #: config/tc-alpha.c:4448
1237 msgid "nested .ent directives"
1238 msgstr ""
1239
1240 #: config/tc-alpha.c:4484 ecoff.c:3057
1241 msgid ".end directive has no name"
1242 msgstr ""
1243
1244 #: config/tc-alpha.c:4493
1245 msgid ".end directive names different symbol than .ent"
1246 msgstr ""
1247
1248 #: config/tc-alpha.c:4568
1249 #, c-format
1250 msgid "Invalid argument %d to .prologue."
1251 msgstr ""
1252
1253 #: config/tc-alpha.c:4596
1254 msgid "ECOFF debugging is disabled."
1255 msgstr ""
1256
1257 #: config/tc-alpha.c:4617
1258 msgid "Unknown section directive"
1259 msgstr ""
1260
1261 #: config/tc-alpha.c:4654
1262 msgid ".ent directive has no symbol"
1263 msgstr ""
1264
1265 #: config/tc-alpha.c:4682
1266 msgid "Bad .frame directive 1./2. param"
1267 msgstr ""
1268
1269 #: config/tc-alpha.c:4694
1270 msgid "Bad .frame directive 3./4. param"
1271 msgstr ""
1272
1273 #: config/tc-alpha.c:4719
1274 msgid ".pdesc directive not in link (.link) section"
1275 msgstr ""
1276
1277 #: config/tc-alpha.c:4727
1278 msgid ".pdesc has no matching .ent"
1279 msgstr ""
1280
1281 #: config/tc-alpha.c:4738
1282 msgid ".pdesc directive has no entry symbol"
1283 msgstr ""
1284
1285 #: config/tc-alpha.c:4751
1286 msgid "No comma after .pdesc <entryname>"
1287 msgstr ""
1288
1289 #: config/tc-alpha.c:4774
1290 msgid "unknown procedure kind"
1291 msgstr ""
1292
1293 #: config/tc-alpha.c:4869
1294 msgid ".name directive not in link (.link) section"
1295 msgstr ""
1296
1297 #: config/tc-alpha.c:4877
1298 msgid ".name directive has no symbol"
1299 msgstr ""
1300
1301 #: config/tc-alpha.c:4912
1302 msgid "No symbol after .linkage"
1303 msgstr ""
1304
1305 #: config/tc-alpha.c:4941
1306 msgid "No symbol after .code_address"
1307 msgstr ""
1308
1309 #: config/tc-alpha.c:4976 ecoff.c:3274
1310 msgid "Bad .mask directive"
1311 msgstr ""
1312
1313 #: config/tc-alpha.c:4998 ecoff.c:3205
1314 msgid "Bad .fmask directive"
1315 msgstr ""
1316
1317 #: config/tc-alpha.c:5169 config/tc-arm.c:1454 read.c:2149 read.c:2729
1318 #: stabs.c:459
1319 #, c-format
1320 msgid "Expected comma after name \"%s\""
1321 msgstr ""
1322
1323 #. *symbol_get_obj (symbolP) = (signed char) temp;
1324 #: config/tc-alpha.c:5180
1325 #, c-format
1326 msgid "unhandled: .proc %s,%d"
1327 msgstr ""
1328
1329 #: config/tc-alpha.c:5215
1330 #, c-format
1331 msgid "Tried to .set unrecognized mode `%s'"
1332 msgstr ""
1333
1334 #. not fatal, but it might not work in the end
1335 #: config/tc-alpha.c:5232
1336 msgid "File overrides no-base-register option."
1337 msgstr ""
1338
1339 #: config/tc-alpha.c:5249
1340 #, c-format
1341 msgid "Bad base register, using $%d."
1342 msgstr ""
1343
1344 #: config/tc-alpha.c:5271
1345 #, c-format
1346 msgid "Alignment too large: %d. assumed"
1347 msgstr ""
1348
1349 #: config/tc-alpha.c:5275 config/tc-d30v.c:2191
1350 msgid "Alignment negative: 0 assumed"
1351 msgstr ""
1352
1353 #: config/tc-alpha.c:5588
1354 #, c-format
1355 msgid "Chose GP value of %lx\n"
1356 msgstr ""
1357
1358 #: config/tc-arc.c:137
1359 msgid ""
1360 "ARC options:\n"
1361 "-EB\t\t\tgenerate big endian output\n"
1362 "-EL\t\t\tgenerate little endian output\n"
1363 msgstr ""
1364
1365 #: config/tc-arc.c:155 config/tc-arc.c:178 config/tc-arc.c:922
1366 #: config/tc-hppa.c:1377 config/tc-hppa.c:6874 config/tc-hppa.c:6880
1367 #: config/tc-hppa.c:6886 config/tc-hppa.c:6892 config/tc-mn10300.c:928
1368 #: config/tc-mn10300.c:2057
1369 msgid "could not set architecture and machine"
1370 msgstr ""
1371
1372 #: config/tc-arc.c:175
1373 msgid "virtual memory exhausted"
1374 msgstr ""
1375
1376 #: config/tc-arc.c:254 config/tc-mn10200.c:1374 config/tc-mn10300.c:1969
1377 #: config/tc-ppc.c:1220 config/tc-v850.c:1619
1378 #, c-format
1379 msgid "operand out of range (%s not between %ld and %ld)"
1380 msgstr ""
1381
1382 #: config/tc-arc.c:389
1383 #, c-format
1384 msgid "unknown syntax format character `%c'"
1385 msgstr ""
1386
1387 #: config/tc-arc.c:488
1388 msgid "too many suffixes"
1389 msgstr ""
1390
1391 #: config/tc-arc.c:533 config/tc-d10v.c:512 config/tc-d30v.c:551
1392 #: config/tc-mn10200.c:951 config/tc-mn10300.c:1336 config/tc-ppc.c:1968
1393 #: config/tc-tic80.c:279 config/tc-v850.c:2031
1394 msgid "illegal operand"
1395 msgstr ""
1396
1397 #: config/tc-arc.c:620 config/tc-mn10200.c:1050 config/tc-mn10300.c:1480
1398 #: config/tc-ppc.c:2093 config/tc-v850.c:2109
1399 #, c-format
1400 msgid "junk at end of line: `%s'"
1401 msgstr ""
1402
1403 #: config/tc-arc.c:660
1404 msgid "8 byte instruction in delay slot"
1405 msgstr ""
1406
1407 #: config/tc-arc.c:662
1408 msgid "8 byte jump instruction with delay slot"
1409 msgstr ""
1410
1411 #: config/tc-arc.c:670
1412 msgid "conditional branch follows set of flags"
1413 msgstr ""
1414
1415 #: config/tc-arc.c:749 config/tc-arm.c:6548
1416 #, c-format
1417 msgid "bad instruction `%s'"
1418 msgstr ""
1419
1420 #: config/tc-arc.c:772
1421 msgid "expected comma after symbol-name"
1422 msgstr ""
1423
1424 #: config/tc-arc.c:789
1425 msgid "ignoring attempt to re-define symbol"
1426 msgstr ""
1427
1428 #: config/tc-arc.c:804
1429 msgid "expected comma after common length"
1430 msgstr ""
1431
1432 #: config/tc-arc.c:897
1433 msgid ".cpu command must appear before any instructions"
1434 msgstr ""
1435
1436 #: config/tc-arc.c:916
1437 msgid ".cpu conflicts with previous value"
1438 msgstr ""
1439
1440 #: config/tc-arc.c:927
1441 msgid "bad .cpu op"
1442 msgstr ""
1443
1444 #: config/tc-arc.c:951 config/tc-ppc.c:2741
1445 msgid "missing rename string"
1446 msgstr ""
1447
1448 #: config/tc-arc.c:963
1449 msgid "invalid symbol to rename to"
1450 msgstr ""
1451
1452 #: config/tc-arc.c:1010 config/tc-avr.c:366 config/tc-d10v.c:291
1453 #: config/tc-d30v.c:366 config/tc-mips.c:8781 config/tc-mn10200.c:375
1454 #: config/tc-pj.c:356 config/tc-ppc.c:4510 config/tc-sh.c:1819
1455 #: config/tc-v850.c:1278
1456 msgid "bad call to md_atof"
1457 msgstr ""
1458
1459 #: config/tc-arc.c:1097
1460 #, c-format
1461 msgid "missing ')' in %-op"
1462 msgstr ""
1463
1464 #: config/tc-arc.c:1131
1465 msgid "expression too complex for %%st"
1466 msgstr ""
1467
1468 #: config/tc-arc.c:1326 config/tc-arm.c:3318 config/tc-avr.c:857
1469 #: config/tc-d10v.c:1532 config/tc-d30v.c:1837 config/tc-mips.c:3264
1470 #: config/tc-mips.c:4196 config/tc-mips.c:4981 config/tc-mips.c:5527
1471 #: config/tc-ppc.c:4846 config/tc-v850.c:2341
1472 msgid "expression too complex"
1473 msgstr ""
1474
1475 #: config/tc-arc.c:1392 config/tc-ppc.c:4948 config/tc-v850.c:2385
1476 msgid "unresolved expression that must be resolved"
1477 msgstr ""
1478
1479 #: config/tc-arc.c:1457 config/tc-sparc.c:3303
1480 #, c-format
1481 msgid "internal error: can't export reloc type %d (`%s')"
1482 msgstr ""
1483
1484 #: config/tc-arm.c:1150
1485 msgid "Literal Pool Overflow"
1486 msgstr ""
1487
1488 #: config/tc-arm.c:1292
1489 msgid "Invalid syntax for .req directive."
1490 msgstr ""
1491
1492 #: config/tc-arm.c:1364 config/tc-mips.c:10009 read.c:2038
1493 #, c-format
1494 msgid "Alignment too large: %d. assumed."
1495 msgstr ""
1496
1497 #: config/tc-arm.c:1367 read.c:2043
1498 msgid "Alignment negative. 0 assumed."
1499 msgstr ""
1500
1501 #: config/tc-arm.c:1503 config/tc-m32r.c:418 read.c:2788 read.c:4865
1502 #, c-format
1503 msgid "symbol `%s' already defined"
1504 msgstr ""
1505
1506 #: config/tc-arm.c:1573
1507 msgid "selected processor does not support THUMB opcodes"
1508 msgstr ""
1509
1510 #: config/tc-arm.c:1585
1511 msgid "selected processor does not support ARM opcodes"
1512 msgstr ""
1513
1514 #: config/tc-arm.c:1594
1515 #, c-format
1516 msgid "invalid instruction size selected (%d)"
1517 msgstr ""
1518
1519 #: config/tc-arm.c:1629
1520 #, c-format
1521 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1522 msgstr ""
1523
1524 #: config/tc-arm.c:1640
1525 msgid "Garbage following instruction"
1526 msgstr ""
1527
1528 #. In the few cases where we might be able to accept something else
1529 #. this error can be overridden.
1530 #: config/tc-arm.c:1689
1531 #, c-format
1532 msgid "Register expected, not '%.100s'"
1533 msgstr ""
1534
1535 #. In the few cases where we might be able to accept
1536 #. something else this error can be overridden.
1537 #: config/tc-arm.c:1753
1538 msgid "flag for {c}psr instruction expected"
1539 msgstr ""
1540
1541 #: config/tc-arm.c:1783
1542 msgid "Illegal co-processor number"
1543 msgstr ""
1544
1545 #: config/tc-arm.c:1790
1546 msgid "Bad or missing co-processor number"
1547 msgstr ""
1548
1549 #: config/tc-arm.c:1814
1550 msgid "bad or missing expression"
1551 msgstr ""
1552
1553 #: config/tc-arm.c:1820
1554 msgid "immediate co-processor expression too large"
1555 msgstr ""
1556
1557 #. In the few cases where we might be able to accept something else
1558 #. this error can be overridden.
1559 #: config/tc-arm.c:1845
1560 msgid "Co-processor register expected"
1561 msgstr ""
1562
1563 #. In the few cases where we might be able to accept something else
1564 #. this error can be overridden.
1565 #: config/tc-arm.c:1869
1566 msgid "Floating point register expected"
1567 msgstr ""
1568
1569 #: config/tc-arm.c:1886
1570 msgid "immediate expression expected"
1571 msgstr ""
1572
1573 #: config/tc-arm.c:1901
1574 msgid "co-processor address must be word aligned"
1575 msgstr ""
1576
1577 #: config/tc-arm.c:1907
1578 msgid "offset too large"
1579 msgstr ""
1580
1581 #: config/tc-arm.c:1955
1582 msgid "pc may not be used in post-increment"
1583 msgstr ""
1584
1585 #: config/tc-arm.c:1971 config/tc-arm.c:3110
1586 msgid "pre-indexed expression expected"
1587 msgstr ""
1588
1589 #: config/tc-arm.c:1984 config/tc-arm.c:3122 config/tc-arm.c:3464
1590 msgid "missing ]"
1591 msgstr ""
1592
1593 #: config/tc-arm.c:1994
1594 msgid "pc may not be used with write-back"
1595 msgstr ""
1596
1597 #: config/tc-arm.c:2049
1598 msgid "comma expected after register name"
1599 msgstr ""
1600
1601 #: config/tc-arm.c:2067
1602 msgid "{C|S}PSR expected"
1603 msgstr ""
1604
1605 #: config/tc-arm.c:2094
1606 msgid "comma missing after psr flags"
1607 msgstr ""
1608
1609 #: config/tc-arm.c:2110 config/tc-arm.c:2119
1610 msgid "only a register or immediate value can follow a psr flag"
1611 msgstr ""
1612
1613 #: config/tc-arm.c:2125
1614 msgid "can only set flag field with immediate value"
1615 msgstr ""
1616
1617 #: config/tc-arm.c:2142 config/tc-arm.c:2447 config/tc-arm.c:2699
1618 #: config/tc-arm.c:2719
1619 msgid "Invalid constant"
1620 msgstr ""
1621
1622 #: config/tc-arm.c:2192
1623 msgid "rdhi, rdlo and rm must all be different"
1624 msgstr ""
1625
1626 #: config/tc-arm.c:2248
1627 msgid "rd and rm should be different in mul"
1628 msgstr ""
1629
1630 #: config/tc-arm.c:2304
1631 msgid "rd and rm should be different in mla"
1632 msgstr ""
1633
1634 #: config/tc-arm.c:2431
1635 msgid "bad_segment"
1636 msgstr ""
1637
1638 #: config/tc-arm.c:2477 config/tc-arm.c:2554
1639 msgid "Shift expression expected"
1640 msgstr ""
1641
1642 #: config/tc-arm.c:2518
1643 msgid "Invalid immediate shift"
1644 msgstr ""
1645
1646 #: config/tc-arm.c:2547
1647 msgid "shift requires register or #expression"
1648 msgstr ""
1649
1650 #: config/tc-arm.c:2548
1651 msgid "shift requires #expression"
1652 msgstr ""
1653
1654 #: config/tc-arm.c:2690 config/tc-arm.c:3151
1655 msgid "Constant expression expected"
1656 msgstr ""
1657
1658 #: config/tc-arm.c:2732
1659 msgid "Register or shift expression expected"
1660 msgstr ""
1661
1662 #: config/tc-arm.c:2785
1663 msgid "Invalid floating point immediate expression"
1664 msgstr ""
1665
1666 #: config/tc-arm.c:2788
1667 msgid "Floating point register or immediate expression expected"
1668 msgstr ""
1669
1670 #: config/tc-arm.c:2957
1671 msgid "address offset too large"
1672 msgstr ""
1673
1674 #: config/tc-arm.c:3029
1675 msgid "Processor does not support halfwords or signed bytes"
1676 msgstr ""
1677
1678 #: config/tc-arm.c:3050
1679 msgid "Address expected"
1680 msgstr ""
1681
1682 #: config/tc-arm.c:3080 config/tc-arm.c:3094 config/tc-arm.c:3131
1683 #, c-format
1684 msgid "%s register same as write-back base"
1685 msgstr ""
1686
1687 #: config/tc-arm.c:3081 config/tc-arm.c:3095 config/tc-arm.c:3132
1688 msgid "destination"
1689 msgstr ""
1690
1691 #: config/tc-arm.c:3081 config/tc-arm.c:3095 config/tc-arm.c:3132
1692 msgid "source"
1693 msgstr ""
1694
1695 #: config/tc-arm.c:3171
1696 msgid "literal pool insertion failed"
1697 msgstr ""
1698
1699 #: config/tc-arm.c:3209
1700 msgid "Pre-increment instruction with translate"
1701 msgstr ""
1702
1703 #: config/tc-arm.c:3250
1704 msgid "Bad range in register list"
1705 msgstr ""
1706
1707 #: config/tc-arm.c:3258 config/tc-arm.c:3267 config/tc-arm.c:3308
1708 #, c-format
1709 msgid "Warning: Duplicated register (r%d) in register list"
1710 msgstr ""
1711
1712 #: config/tc-arm.c:3270
1713 msgid "Warning: Register range not in ascending order"
1714 msgstr ""
1715
1716 #: config/tc-arm.c:3281
1717 msgid "Missing `}'"
1718 msgstr ""
1719
1720 #: config/tc-arm.c:3297
1721 msgid "invalid register mask"
1722 msgstr ""
1723
1724 #: config/tc-arm.c:3356
1725 msgid "r15 not allowed as base register"
1726 msgstr ""
1727
1728 #: config/tc-arm.c:3424 config/tc-arm.c:3438
1729 msgid "r15 not allowed in swap"
1730 msgstr ""
1731
1732 #: config/tc-arm.c:3791 config/tc-v850.c:1922 config/tc-v850.c:1943
1733 msgid "constant expression expected"
1734 msgstr ""
1735
1736 #: config/tc-arm.c:3797
1737 msgid "Constant value required for number of registers"
1738 msgstr ""
1739
1740 #: config/tc-arm.c:3805
1741 msgid "number of registers must be in the range [1:4]"
1742 msgstr ""
1743
1744 #: config/tc-arm.c:3865
1745 msgid "R15 not allowed as base register with write-back"
1746 msgstr ""
1747
1748 #: config/tc-arm.c:4112
1749 msgid "lo register required"
1750 msgstr ""
1751
1752 #: config/tc-arm.c:4120
1753 msgid "hi register required"
1754 msgstr ""
1755
1756 #: config/tc-arm.c:4189
1757 msgid "dest and source1 must be the same register"
1758 msgstr ""
1759
1760 #: config/tc-arm.c:4196
1761 msgid "subtract valid only on lo regs"
1762 msgstr ""
1763
1764 #: config/tc-arm.c:4220
1765 msgid "invalid Hi register with immediate"
1766 msgstr ""
1767
1768 #: config/tc-arm.c:4247 config/tc-arm.c:4280 config/tc-arm.c:4290
1769 msgid "immediate value out of range"
1770 msgstr ""
1771
1772 #: config/tc-arm.c:4258
1773 msgid "invalid immediate value for stack adjust"
1774 msgstr ""
1775
1776 #: config/tc-arm.c:4269
1777 msgid "invalid immediate for address calculation"
1778 msgstr ""
1779
1780 #: config/tc-arm.c:4356
1781 msgid "source1 and dest must be same register"
1782 msgstr ""
1783
1784 #: config/tc-arm.c:4391
1785 msgid "Invalid immediate for shift"
1786 msgstr ""
1787
1788 #: config/tc-arm.c:4470
1789 msgid "only lo regs allowed with immediate"
1790 msgstr ""
1791
1792 #: config/tc-arm.c:4489
1793 msgid "invalid immediate"
1794 msgstr ""
1795
1796 #: config/tc-arm.c:4543
1797 msgid "expected ']'"
1798 msgstr ""
1799
1800 #: config/tc-arm.c:4609
1801 msgid "byte or halfword not valid for base register"
1802 msgstr ""
1803
1804 #: config/tc-arm.c:4614
1805 msgid "R15 based store not allowed"
1806 msgstr ""
1807
1808 #: config/tc-arm.c:4619
1809 msgid "Invalid base register for register offset"
1810 msgstr ""
1811
1812 #: config/tc-arm.c:4637
1813 msgid "invalid offset"
1814 msgstr ""
1815
1816 #: config/tc-arm.c:4648
1817 msgid "invalid base register in load/store"
1818 msgstr ""
1819
1820 #: config/tc-arm.c:4672
1821 msgid "Invalid offset"
1822 msgstr ""
1823
1824 #: config/tc-arm.c:4746
1825 msgid "dest and source1 one must be the same register"
1826 msgstr ""
1827
1828 #: config/tc-arm.c:4754
1829 msgid "Rs and Rd must be different in MUL"
1830 msgstr ""
1831
1832 #: config/tc-arm.c:4898
1833 msgid ""
1834 "Inserted missing '!': load/store multiple always writes back base register"
1835 msgstr ""
1836
1837 #: config/tc-arm.c:4914 config/tc-arm.c:5014
1838 msgid "Expression too complex"
1839 msgstr ""
1840
1841 #: config/tc-arm.c:4920
1842 msgid "only lo-regs valid in load/store multiple"
1843 msgstr ""
1844
1845 #: config/tc-arm.c:4966
1846 msgid "Syntax: ldrs[b] Rd, [Rb, Ro]"
1847 msgstr ""
1848
1849 #: config/tc-arm.c:5030
1850 msgid "invalid register list to push/pop instruction"
1851 msgstr ""
1852
1853 #: config/tc-arm.c:5172
1854 msgid "Virtual memory exhausted"
1855 msgstr ""
1856
1857 #: config/tc-arm.c:5544
1858 #, c-format
1859 msgid "invalid constant (%lx) after fixup"
1860 msgstr ""
1861
1862 #: config/tc-arm.c:5578
1863 #, c-format
1864 msgid "Unable to compute ADRL instructions for PC offset of 0x%x"
1865 msgstr ""
1866
1867 #: config/tc-arm.c:5606
1868 #, c-format
1869 msgid "bad immediate value for offset (%ld)"
1870 msgstr ""
1871
1872 #: config/tc-arm.c:5627 config/tc-arm.c:5649
1873 msgid "invalid literal constant: pool needs to be closer"
1874 msgstr ""
1875
1876 #: config/tc-arm.c:5629
1877 #, c-format
1878 msgid "bad immediate value for half-word offset (%ld)"
1879 msgstr ""
1880
1881 #: config/tc-arm.c:5666
1882 msgid "shift expression is too large"
1883 msgstr ""
1884
1885 #: config/tc-arm.c:5684 config/tc-arm.c:5693
1886 msgid "Invalid swi expression"
1887 msgstr ""
1888
1889 #: config/tc-arm.c:5703
1890 msgid "Invalid expression in load/store multiple"
1891 msgstr ""
1892
1893 #: config/tc-arm.c:5755
1894 msgid "gas can't handle same-section branch dest >= 0x04000000"
1895 msgstr ""
1896
1897 #: config/tc-arm.c:5764
1898 msgid "out of range branch"
1899 msgstr ""
1900
1901 #: config/tc-arm.c:5797 config/tc-arm.c:5813 config/tc-mips.c:9836
1902 msgid "Branch out of range"
1903 msgstr ""
1904
1905 #: config/tc-arm.c:5836
1906 msgid "Branch with link out of range"
1907 msgstr ""
1908
1909 #: config/tc-arm.c:5903
1910 msgid "Illegal value for co-processor offset"
1911 msgstr ""
1912
1913 #: config/tc-arm.c:5926
1914 #, c-format
1915 msgid "Invalid offset, target not word aligned (0x%08X)"
1916 msgstr ""
1917
1918 #: config/tc-arm.c:5931 config/tc-arm.c:5940 config/tc-arm.c:5947
1919 #: config/tc-arm.c:5954 config/tc-arm.c:5961
1920 #, c-format
1921 msgid "Invalid offset, value too big (0x%08X)"
1922 msgstr ""
1923
1924 #: config/tc-arm.c:5998
1925 msgid "Invalid immediate for stack address calculation"
1926 msgstr ""
1927
1928 #: config/tc-arm.c:6007
1929 #, c-format
1930 msgid "Invalid immediate for address calculation (value = 0x%08lX)"
1931 msgstr ""
1932
1933 #: config/tc-arm.c:6017
1934 msgid "Invalid 8bit immediate"
1935 msgstr ""
1936
1937 #: config/tc-arm.c:6025
1938 msgid "Invalid 3bit immediate"
1939 msgstr ""
1940
1941 #: config/tc-arm.c:6041
1942 #, c-format
1943 msgid "Invalid immediate: %ld is too large"
1944 msgstr ""
1945
1946 #: config/tc-arm.c:6056
1947 #, c-format
1948 msgid "Illegal Thumb shift value: %ld"
1949 msgstr ""
1950
1951 #: config/tc-arm.c:6070
1952 #, c-format
1953 msgid "Bad relocation fixup type (%d)"
1954 msgstr ""
1955
1956 #: config/tc-arm.c:6142
1957 msgid "Literal referenced across section boundary (Implicit dump?)"
1958 msgstr ""
1959
1960 #: config/tc-arm.c:6155
1961 #, c-format
1962 msgid "Internal_relocation (type %d) not fixed up (IMMEDIATE)"
1963 msgstr ""
1964
1965 #: config/tc-arm.c:6161
1966 msgid "ADRL used for a symbol not defined in the same file"
1967 msgstr ""
1968
1969 #: config/tc-arm.c:6167
1970 #, c-format
1971 msgid "Internal_relocation (type %d) not fixed up (OFFSET_IMM)"
1972 msgstr ""
1973
1974 #: config/tc-arm.c:6187 config/tc-mcore.c:2110 config/tc-ns32k.c:2284
1975 msgid "<unknown>"
1976 msgstr ""
1977
1978 #: config/tc-arm.c:6190
1979 #, c-format
1980 msgid "Can not represent %s relocation in this object file format (%d)"
1981 msgstr ""
1982
1983 #: config/tc-arm.c:6211 config/tc-mips.c:11349 config/tc-sh.c:2949
1984 #, c-format
1985 msgid "Can not represent %s relocation in this object file format"
1986 msgstr ""
1987
1988 #: config/tc-arm.c:6229
1989 msgid "md_estimate_size_before_relax\n"
1990 msgstr ""
1991
1992 #: config/tc-arm.c:6304
1993 #, c-format
1994 msgid "No operator -- statement `%s'\n"
1995 msgstr ""
1996
1997 #: config/tc-arm.c:6322
1998 msgid "selected processor does not support this opcode"
1999 msgstr ""
2000
2001 #: config/tc-arm.c:6368
2002 #, c-format
2003 msgid "Opcode `%s' must have suffix from list: <%s>"
2004 msgstr ""
2005
2006 #: config/tc-arm.c:6398
2007 msgid "Warning: Use of the 'nv' conditional is deprecated\n"
2008 msgstr ""
2009
2010 #: config/tc-arm.c:6415
2011 #, c-format
2012 msgid "Opcode `%s' is unconditional\n"
2013 msgstr ""
2014
2015 #: config/tc-arm.c:6440
2016 #, c-format
2017 msgid "Opcode `%s' must have suffix from <%s>\n"
2018 msgstr ""
2019
2020 #: config/tc-arm.c:6526
2021 #, c-format
2022 msgid "register '%s' does not exist\n"
2023 msgstr ""
2024
2025 #: config/tc-arm.c:6531
2026 #, c-format
2027 msgid "ignoring redefinition of register alias '%s'"
2028 msgstr ""
2029
2030 #: config/tc-arm.c:6537
2031 #, c-format
2032 msgid ""
2033 "ignoring redefinition of register alias '%s' to non-existant register '%s'"
2034 msgstr ""
2035
2036 #: config/tc-arm.c:6541
2037 msgid "ignoring incomplete .req pseuso op"
2038 msgstr ""
2039
2040 #: config/tc-arm.c:6721
2041 #, c-format
2042 msgid "Unrecognised APCS switch -m%s"
2043 msgstr ""
2044
2045 #: config/tc-arm.c:6864 config/tc-arm.c:6877 config/tc-arm.c:6890
2046 #: config/tc-arm.c:6902 config/tc-arm.c:6908
2047 #, c-format
2048 msgid "Invalid architecture variant -m%s"
2049 msgstr ""
2050
2051 #: config/tc-arm.c:6915
2052 #, c-format
2053 msgid "Invalid processor variant -m%s"
2054 msgstr ""
2055
2056 #: config/tc-arm.c:6938
2057 msgid ""
2058 " ARM Specific Assembler Options:\n"
2059 "  -m[arm][<processor name>] select processor variant\n"
2060 "  -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] select architecture variant\n"
2061 "  -mthumb                   only allow Thumb instructions\n"
2062 "  -mthumb-interwork         mark the assembled code as supporting "
2063 "interworking\n"
2064 "  -mall                     allow any instruction\n"
2065 "  -mfpa10, -mfpa11          select floating point architecture\n"
2066 "  -mfpe-old                 don't allow floating-point multiple "
2067 "instructions\n"
2068 "  -mno-fpu                  don't allow any floating-point instructions.\n"
2069 "  -k                        generate PIC code.\n"
2070 msgstr ""
2071
2072 #: config/tc-arm.c:6950
2073 msgid ""
2074 "  -mapcs-32, -mapcs-26      specify which ARM Procedure Calling Standard to "
2075 "use\n"
2076 "  -mapcs-float              floating point args are passed in FP regs\n"
2077 "  -mapcs-reentrant          the code is position independent/reentrant\n"
2078 msgstr ""
2079
2080 #: config/tc-arm.c:6956
2081 msgid "  -moabi                    support the old ELF ABI\n"
2082 msgstr ""
2083
2084 #: config/tc-arm.c:6960
2085 msgid ""
2086 "  -EB                       assemble code for a big endian cpu\n"
2087 "  -EL                       assemble code for a little endian cpu\n"
2088 msgstr ""
2089
2090 #: config/tc-arm.c:7110
2091 #, c-format
2092 msgid "%s: unexpected function type: %d"
2093 msgstr ""
2094
2095 #: config/tc-avr.c:185
2096 msgid "Known MCU names:"
2097 msgstr ""
2098
2099 #: config/tc-avr.c:250
2100 msgid ""
2101 "AVR options:\n"
2102 "  -mmcu=[avr-name] select microcontroller variant\n"
2103 "                   [avr-name] can be:\n"
2104 "                   avr1 - AT90S1200, ATtiny1x, ATtiny28\n"
2105 "                   avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n"
2106 "                   avr3 - ATmega103, ATmega603\n"
2107 "                   avr4 - ATmega83, ATmega85\n"
2108 "                   avr5 - ATmega161, ATmega163, ATmega32, AT94K\n"
2109 "                   or immediate microcontroller name.\n"
2110 msgstr ""
2111
2112 #: config/tc-avr.c:260
2113 msgid ""
2114 "  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
2115 "  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
2116 "                   (default for avr4, avr5)\n"
2117 "  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
2118 "                   (default for avr3, avr5)\n"
2119 msgstr ""
2120
2121 #: config/tc-avr.c:307
2122 #, c-format
2123 msgid "unknown MCU: %s\n"
2124 msgstr ""
2125
2126 #: config/tc-avr.c:317
2127 #, c-format
2128 msgid "redefinition of mcu type `%s' to `%s'"
2129 msgstr ""
2130
2131 #: config/tc-avr.c:430
2132 msgid "constant value required"
2133 msgstr ""
2134
2135 #: config/tc-avr.c:433
2136 #, c-format
2137 msgid "number must be less than %d"
2138 msgstr ""
2139
2140 #: config/tc-avr.c:484
2141 msgid "`,' required"
2142 msgstr ""
2143
2144 #: config/tc-avr.c:507
2145 msgid "undefined combination of operands"
2146 msgstr ""
2147
2148 #: config/tc-avr.c:520
2149 msgid "skipping two-word instruction"
2150 msgstr ""
2151
2152 #: config/tc-avr.c:586
2153 msgid "register r16-r23 required"
2154 msgstr ""
2155
2156 #: config/tc-avr.c:592
2157 msgid "register number above 15 required"
2158 msgstr ""
2159
2160 #: config/tc-avr.c:598
2161 msgid "even register number required"
2162 msgstr ""
2163
2164 #: config/tc-avr.c:605
2165 msgid "register r24, r26, r28 or r30 required"
2166 msgstr ""
2167
2168 #: config/tc-avr.c:611
2169 msgid "register name or number from 0 to 31 required"
2170 msgstr ""
2171
2172 #: config/tc-avr.c:629
2173 msgid "pointer register (X, Y or Z) required"
2174 msgstr ""
2175
2176 #: config/tc-avr.c:636
2177 msgid "cannot both predecrement and postincrement"
2178 msgstr ""
2179
2180 #: config/tc-avr.c:645
2181 msgid "addressing mode not supported"
2182 msgstr ""
2183
2184 #: config/tc-avr.c:652
2185 msgid "can't predecrement"
2186 msgstr ""
2187
2188 #: config/tc-avr.c:655
2189 msgid "pointer register Z required"
2190 msgstr ""
2191
2192 #: config/tc-avr.c:672
2193 msgid "pointer register (Y or Z) required"
2194 msgstr ""
2195
2196 #: config/tc-avr.c:781
2197 #, c-format
2198 msgid "unknown constraint `%c'"
2199 msgstr ""
2200
2201 #: config/tc-avr.c:886 config/tc-avr.c:900 config/tc-avr.c:999
2202 #, c-format
2203 msgid "odd address operand: %ld"
2204 msgstr ""
2205
2206 #: config/tc-avr.c:892 config/tc-avr.c:910
2207 #, c-format
2208 msgid "operand out of range: %ld"
2209 msgstr ""
2210
2211 #: config/tc-avr.c:1008 config/tc-d10v.c:1601 config/tc-d30v.c:1962
2212 #, c-format
2213 msgid "line %d: unknown relocation type: 0x%x"
2214 msgstr ""
2215
2216 #: config/tc-avr.c:1022
2217 msgid "only constant expression allowed"
2218 msgstr ""
2219
2220 #: config/tc-avr.c:1061 config/tc-d10v.c:1469 config/tc-d30v.c:1781
2221 #: config/tc-mn10200.c:1254 config/tc-mn10300.c:1827 config/tc-ppc.c:5153
2222 #: config/tc-v850.c:2258
2223 #, c-format
2224 msgid "reloc %d not supported by object file format"
2225 msgstr ""
2226
2227 #: config/tc-avr.c:1086 config/tc-d10v.c:1085 config/tc-d10v.c:1099
2228 #: config/tc-h8300.c:1239 config/tc-h8500.c:1102 config/tc-mcore.c:989
2229 #: config/tc-pj.c:265 config/tc-sh.c:1431 config/tc-z8k.c:1222
2230 msgid "can't find opcode "
2231 msgstr ""
2232
2233 #: config/tc-avr.c:1103
2234 #, c-format
2235 msgid "illegal opcode %s for mcu %s"
2236 msgstr ""
2237
2238 #: config/tc-avr.c:1111
2239 msgid "garbage at end of line"
2240 msgstr ""
2241
2242 #: config/tc-avr.c:1169
2243 msgid "illegal expression"
2244 msgstr ""
2245
2246 #: config/tc-avr.c:1191 config/tc-avr.c:1251
2247 msgid "`)' required"
2248 msgstr ""
2249
2250 #: config/tc-avr.c:1209
2251 #, c-format
2252 msgid "constant out of 8-bit range: %d"
2253 msgstr ""
2254
2255 #: config/tc-avr.c:1212
2256 msgid "expression possibly out of 8-bit range"
2257 msgstr ""
2258
2259 #: config/tc-avr.c:1276 config/tc-avr.c:1283
2260 #, c-format
2261 msgid "illegal %srelocation size: %d"
2262 msgstr ""
2263
2264 #: config/tc-d10v.c:235
2265 msgid ""
2266 "D10V options:\n"
2267 "-O                      optimize.  Will do some operations in parallel.\n"
2268 msgstr ""
2269
2270 #: config/tc-d10v.c:554 config/tc-d10v.c:636 config/tc-d30v.c:652
2271 #, c-format
2272 msgid "operand out of range: %d"
2273 msgstr ""
2274
2275 #: config/tc-d10v.c:697
2276 msgid "Instruction must be executed in parallel with another instruction."
2277 msgstr ""
2278
2279 #: config/tc-d10v.c:752
2280 msgid "Instruction must be executed in parallel"
2281 msgstr ""
2282
2283 #: config/tc-d10v.c:755
2284 msgid "Long instructions may not be combined."
2285 msgstr ""
2286
2287 #: config/tc-d10v.c:797
2288 msgid "One of these instructions may not be executed in parallel."
2289 msgstr ""
2290
2291 #: config/tc-d10v.c:801 config/tc-d30v.c:866
2292 msgid "Two IU instructions may not be executed in parallel"
2293 msgstr ""
2294
2295 #: config/tc-d10v.c:803 config/tc-d10v.c:811 config/tc-d10v.c:829
2296 #: config/tc-d10v.c:847 config/tc-d30v.c:867 config/tc-d30v.c:876
2297 msgid "Swapping instruction order"
2298 msgstr ""
2299
2300 #: config/tc-d10v.c:809 config/tc-d30v.c:873
2301 msgid "Two MU instructions may not be executed in parallel"
2302 msgstr ""
2303
2304 #: config/tc-d10v.c:833 config/tc-d30v.c:893
2305 msgid "IU instruction may not be in the left container"
2306 msgstr ""
2307
2308 #: config/tc-d10v.c:835 config/tc-d10v.c:853
2309 msgid ""
2310 "Instruction in R container is squashed by flow control instruction in L "
2311 "container."
2312 msgstr ""
2313
2314 #: config/tc-d10v.c:851 config/tc-d30v.c:904
2315 msgid "MU instruction may not be in the right container"
2316 msgstr ""
2317
2318 #: config/tc-d10v.c:860 config/tc-d30v.c:916
2319 msgid "unknown execution type passed to write_2_short()"
2320 msgstr ""
2321
2322 #: config/tc-d10v.c:1112 config/tc-d10v.c:1130 config/tc-d30v.c:1394
2323 msgid "Unable to mix instructions as specified"
2324 msgstr ""
2325
2326 #: config/tc-d10v.c:1178 config/tc-d30v.c:1529
2327 #, c-format
2328 msgid "unknown opcode: %s"
2329 msgstr ""
2330
2331 #: config/tc-d10v.c:1259 config/tc-d10v.c:1426 config/tc-tic80.c:536
2332 msgid "bad opcode or operands"
2333 msgstr ""
2334
2335 #: config/tc-d10v.c:1329 config/tc-m68k.c:4232
2336 msgid "value out of range"
2337 msgstr ""
2338
2339 #: config/tc-d10v.c:1401
2340 msgid "illegal operand - register name found where none expected"
2341 msgstr ""
2342
2343 #: config/tc-d10v.c:1437 config/tc-tic80.c:547
2344 msgid "Register number must be EVEN"
2345 msgstr ""
2346
2347 #: config/tc-d10v.c:1582
2348 #, c-format
2349 msgid "line %d: rep or repi must include at least 4 instructions"
2350 msgstr ""
2351
2352 #: config/tc-d30v.c:191
2353 #, c-format
2354 msgid "Register name %s conflicts with symbol of the same name"
2355 msgstr ""
2356
2357 #: config/tc-d30v.c:289
2358 msgid ""
2359 "\n"
2360 "D30V options:\n"
2361 "-O                      Make adjacent short instructions parallel if "
2362 "possible.\n"
2363 "-n                      Warn about all NOPs inserted by the assembler.\n"
2364 "-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
2365 "-c                      Warn about symbols whoes names match register "
2366 "names.\n"
2367 "-C                      Opposite of -C.  -c is the default.\n"
2368 msgstr ""
2369
2370 #: config/tc-d30v.c:463
2371 msgid "unexpected 12-bit reloc type"
2372 msgstr ""
2373
2374 #: config/tc-d30v.c:470
2375 msgid "unexpected 18-bit reloc type"
2376 msgstr ""
2377
2378 #: config/tc-d30v.c:714
2379 #, c-format
2380 msgid "%s NOP inserted"
2381 msgstr ""
2382
2383 #: config/tc-d30v.c:715
2384 msgid "sequential"
2385 msgstr ""
2386
2387 #: config/tc-d30v.c:715
2388 msgid "parallel"
2389 msgstr ""
2390
2391 #: config/tc-d30v.c:862
2392 msgid "Instructions may not be executed in parallel"
2393 msgstr ""
2394
2395 #: config/tc-d30v.c:875
2396 #, c-format
2397 msgid "Executing %s in IU may not work"
2398 msgstr ""
2399
2400 #: config/tc-d30v.c:882
2401 #, c-format
2402 msgid "Executing %s in IU may not work in parallel execution"
2403 msgstr ""
2404
2405 #: config/tc-d30v.c:895
2406 #, c-format
2407 msgid "special left instruction `%s' kills instruction `%s' in right container"
2408 msgstr ""
2409
2410 #: config/tc-d30v.c:906
2411 #, c-format
2412 msgid "Executing %s in reverse serial with %s may not work"
2413 msgstr ""
2414
2415 #: config/tc-d30v.c:909
2416 #, c-format
2417 msgid "Executing %s in IU in reverse serial may not work"
2418 msgstr ""
2419
2420 #: config/tc-d30v.c:1276 config/tc-d30v.c:1293
2421 msgid "Cannot assemble instruction"
2422 msgstr ""
2423
2424 #: config/tc-d30v.c:1278
2425 msgid "First opcode is long.  Unable to mix instructions as specified."
2426 msgstr ""
2427
2428 #: config/tc-d30v.c:1346
2429 msgid "word of NOPs added between word multiply and load"
2430 msgstr ""
2431
2432 #: config/tc-d30v.c:1348
2433 msgid "word of NOPs added between word multiply and 16-bit multiply"
2434 msgstr ""
2435
2436 #: config/tc-d30v.c:1378
2437 msgid "Instruction uses long version, so it cannot be mixed as specified"
2438 msgstr ""
2439
2440 #: config/tc-d30v.c:1462 config/tc-d30v.c:1499
2441 #, c-format
2442 msgid "unknown condition code: %s"
2443 msgstr ""
2444
2445 #: config/tc-d30v.c:1492
2446 #, c-format
2447 msgid "cmpu doesn't support condition code %s"
2448 msgstr ""
2449
2450 #: config/tc-d30v.c:1540
2451 #, c-format
2452 msgid "operands for opcode `%s' do not match any valid format"
2453 msgstr ""
2454
2455 #: config/tc-d30v.c:1753
2456 msgid "Odd numbered register used as target of multi-register instruction"
2457 msgstr ""
2458
2459 #: config/tc-d30v.c:1851
2460 #, c-format
2461 msgid "line %d: unable to place address of symbol '%s' into a byte"
2462 msgstr ""
2463
2464 #: config/tc-d30v.c:1854
2465 #, c-format
2466 msgid "line %d: unable to place value %x into a byte"
2467 msgstr ""
2468
2469 #: config/tc-d30v.c:1862
2470 #, c-format
2471 msgid "line %d: unable to place address of symbol '%s' into a short"
2472 msgstr ""
2473
2474 #: config/tc-d30v.c:1865
2475 #, c-format
2476 msgid "line %d: unable to place value %x into a short"
2477 msgstr ""
2478
2479 #: config/tc-d30v.c:1873
2480 #, c-format
2481 msgid "line %d: unable to place address of symbol '%s' into a quad"
2482 msgstr ""
2483
2484 #: config/tc-d30v.c:2043
2485 #, c-format
2486 msgid "value too large to fit in %d bits"
2487 msgstr ""
2488
2489 #: config/tc-d30v.c:2187
2490 #, c-format
2491 msgid "Alignment too large: %d assumed"
2492 msgstr ""
2493
2494 #: config/tc-fr30.c:84
2495 msgid " FR30 specific command line options:\n"
2496 msgstr ""
2497
2498 #: config/tc-fr30.c:143
2499 #, c-format
2500 msgid "Instruction %s not allowed in a delay slot."
2501 msgstr ""
2502
2503 #: config/tc-fr30.c:380 config/tc-m32r.c:1537
2504 msgid "Addend to unresolved symbol not on word boundary."
2505 msgstr ""
2506
2507 #: config/tc-fr30.c:538 config/tc-i960.c:786 config/tc-m32r.c:1844
2508 msgid "Bad call to md_atof()"
2509 msgstr ""
2510
2511 #: config/tc-h8300.c:245 config/tc-h8300.c:253
2512 msgid "Reg not valid for H8/300"
2513 msgstr ""
2514
2515 #: config/tc-h8300.c:413 config/tc-h8300.c:416 config/tc-h8300.c:419
2516 #: config/tc-h8300.c:423
2517 msgid "Invalid register list for ldm/stm\n"
2518 msgstr ""
2519
2520 #: config/tc-h8300.c:475 config/tc-h8300.c:537 config/tc-h8300.c:544
2521 msgid "Wrong size pointer register for architecture."
2522 msgstr ""
2523
2524 #: config/tc-h8300.c:502 config/tc-h8300.c:511 config/tc-h8300.c:521
2525 msgid "expected @(exp, reg16)"
2526 msgstr ""
2527
2528 #: config/tc-h8300.c:600
2529 msgid "expect :8 or :16 here"
2530 msgstr ""
2531
2532 #: config/tc-h8300.c:801
2533 #, c-format
2534 msgid "operand %s0x%lx out of range."
2535 msgstr ""
2536
2537 #: config/tc-h8300.c:889
2538 msgid "Can't work out size of operand.\n"
2539 msgstr ""
2540
2541 #: config/tc-h8300.c:937
2542 #, c-format
2543 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
2544 msgstr ""
2545
2546 #: config/tc-h8300.c:988 config/tc-h8300.c:1008
2547 msgid "Need #1 or #2 here"
2548 msgstr ""
2549
2550 #: config/tc-h8300.c:1003
2551 msgid "#4 not valid on H8/300."
2552 msgstr ""
2553
2554 #: config/tc-h8300.c:1089 config/tc-h8300.c:1121
2555 #, c-format
2556 msgid "branch operand has odd offset (%lx)\n"
2557 msgstr ""
2558
2559 #: config/tc-h8300.c:1159
2560 msgid "destination operand must be 16 bit register"
2561 msgstr ""
2562
2563 #: config/tc-h8300.c:1168
2564 msgid "source operand must be 8 bit register"
2565 msgstr ""
2566
2567 #: config/tc-h8300.c:1176
2568 msgid "destination operand must be 16bit absolute address"
2569 msgstr ""
2570
2571 #: config/tc-h8300.c:1183
2572 msgid "destination operand must be 8 bit register"
2573 msgstr ""
2574
2575 #: config/tc-h8300.c:1191
2576 msgid "source operand must be 16bit absolute address"
2577 msgstr ""
2578
2579 #: config/tc-h8300.c:1199
2580 msgid "invalid operands"
2581 msgstr ""
2582
2583 #: config/tc-h8300.c:1250 config/tc-h8500.c:1108 config/tc-mips.c:7977
2584 #: config/tc-sh.c:1660 config/tc-w65.c:739 config/tc-z8k.c:1234
2585 msgid "unknown opcode"
2586 msgstr ""
2587
2588 #: config/tc-h8300.c:1296
2589 msgid "mismatch between opcode size and operand size"
2590 msgstr ""
2591
2592 #: config/tc-h8300.c:1307 config/tc-h8500.c:1135 config/tc-sh.c:1774
2593 #: config/tc-w65.c:769 config/tc-z8k.c:1289
2594 msgid "call to tc_crawl_symbol_chain \n"
2595 msgstr ""
2596
2597 #: config/tc-h8300.c:1321 config/tc-h8500.c:1149 config/tc-sh.c:1781
2598 #: config/tc-w65.c:783 config/tc-z8k.c:1303
2599 msgid "call to tc_headers_hook \n"
2600 msgstr ""
2601
2602 #: config/tc-h8300.c:1412 config/tc-h8500.c:1239 config/tc-z8k.c:1414
2603 msgid "call to tc_aout_fix_to_chars \n"
2604 msgstr ""
2605
2606 #: config/tc-h8300.c:1422 config/tc-z8k.c:1424
2607 msgid "call to md_convert_frag \n"
2608 msgstr ""
2609
2610 #: config/tc-h8300.c:1467 config/tc-z8k.c:1499
2611 msgid "call tomd_estimate_size_before_relax \n"
2612 msgstr ""
2613
2614 #: config/tc-h8500.c:337
2615 msgid ":24 not valid for this opcode"
2616 msgstr ""
2617
2618 #: config/tc-h8500.c:344
2619 msgid "expect :8,:16 or :24"
2620 msgstr ""
2621
2622 #: config/tc-h8500.c:401
2623 msgid "syntax error in reg list"
2624 msgstr ""
2625
2626 #: config/tc-h8500.c:419
2627 msgid "missing final register in range"
2628 msgstr ""
2629
2630 #: config/tc-h8500.c:506 config/tc-h8500.c:513 config/tc-h8500.c:519
2631 msgid "expected @(exp, Rn)"
2632 msgstr ""
2633
2634 #: config/tc-h8500.c:535
2635 msgid "@Rn+ needs word register"
2636 msgstr ""
2637
2638 #: config/tc-h8500.c:545
2639 msgid "@Rn needs word register"
2640 msgstr ""
2641
2642 #: config/tc-h8500.c:842 config/tc-sh.c:1150
2643 #, c-format
2644 msgid "unhandled %d\n"
2645 msgstr ""
2646
2647 #: config/tc-h8500.c:870 config/tc-sh.c:1175
2648 #, c-format
2649 msgid "operand must be absolute in range %d..%d"
2650 msgstr ""
2651
2652 #: config/tc-h8500.c:959 config/tc-sh.c:1372
2653 #, c-format
2654 msgid "failed for %d\n"
2655 msgstr ""
2656
2657 #: config/tc-h8500.c:1124 config/tc-sh.c:1470 config/tc-sh.c:1708
2658 #: config/tc-w65.c:758
2659 msgid "invalid operands for opcode"
2660 msgstr ""
2661
2662 #: config/tc-hppa.c:1167
2663 msgid "Missing .exit\n"
2664 msgstr ""
2665
2666 #: config/tc-hppa.c:1170
2667 msgid "Missing .procend\n"
2668 msgstr ""
2669
2670 #: config/tc-hppa.c:1350
2671 msgid "Invalid field selector.  Assuming F%%."
2672 msgstr ""
2673
2674 #: config/tc-hppa.c:1383
2675 msgid "-R option not supported on this target."
2676 msgstr ""
2677
2678 #: config/tc-hppa.c:1399 config/tc-sparc.c:763 config/tc-sparc.c:798
2679 #, c-format
2680 msgid "Internal error: can't hash `%s': %s\n"
2681 msgstr ""
2682
2683 #: config/tc-hppa.c:1407 config/tc-i860.c:191
2684 #, c-format
2685 msgid "internal error: losing opcode: `%s' \"%s\"\n"
2686 msgstr ""
2687
2688 #: config/tc-hppa.c:1476 config/tc-hppa.c:7013 config/tc-hppa.c:7068
2689 msgid "Missing function name for .PROC (corrupted label chain)"
2690 msgstr ""
2691
2692 #: config/tc-hppa.c:1479 config/tc-hppa.c:7071
2693 msgid "Missing function name for .PROC"
2694 msgstr ""
2695
2696 #: config/tc-hppa.c:1600 config/tc-hppa.c:4891
2697 msgid "could not update architecture and machine"
2698 msgstr ""
2699
2700 #: config/tc-hppa.c:1813
2701 msgid "Invalid Indexed Load Completer."
2702 msgstr ""
2703
2704 #: config/tc-hppa.c:1818
2705 msgid "Invalid Indexed Load Completer Syntax."
2706 msgstr ""
2707
2708 #: config/tc-hppa.c:1854
2709 msgid "Invalid Short Load/Store Completer."
2710 msgstr ""
2711
2712 #: config/tc-hppa.c:1913 config/tc-hppa.c:1918
2713 msgid "Invalid Store Bytes Short Completer"
2714 msgstr ""
2715
2716 #: config/tc-hppa.c:2229 config/tc-hppa.c:2235
2717 msgid "Invalid left/right combination completer"
2718 msgstr ""
2719
2720 #: config/tc-hppa.c:2284 config/tc-hppa.c:2291
2721 msgid "Invalid permutation completer"
2722 msgstr ""
2723
2724 #: config/tc-hppa.c:2392
2725 #, c-format
2726 msgid "Invalid Add Condition: %s"
2727 msgstr ""
2728
2729 #: config/tc-hppa.c:2403 config/tc-hppa.c:2413
2730 #, c-format
2731 msgid "Invalid Add and Branch Condition: %c"
2732 msgstr ""
2733
2734 #: config/tc-hppa.c:2434
2735 msgid "Invalid Compare/Subtract Condition"
2736 msgstr ""
2737
2738 #: config/tc-hppa.c:2474
2739 #, c-format
2740 msgid "Invalid Bit Branch Condition: %c"
2741 msgstr ""
2742
2743 #: config/tc-hppa.c:2560
2744 #, c-format
2745 msgid "Invalid Compare/Subtract Condition: %s"
2746 msgstr ""
2747
2748 #: config/tc-hppa.c:2572
2749 #, c-format
2750 msgid "Invalid Compare/Subtract Condition: %c"
2751 msgstr ""
2752
2753 #: config/tc-hppa.c:2587
2754 msgid "Invalid Compare and Branch Condition."
2755 msgstr ""
2756
2757 #: config/tc-hppa.c:2683
2758 msgid "Invalid Logical Instruction Condition."
2759 msgstr ""
2760
2761 #: config/tc-hppa.c:2738
2762 msgid "Invalid Shift/Extract/Deposit Condition."
2763 msgstr ""
2764
2765 #: config/tc-hppa.c:2850
2766 msgid "Invalid Unit Instruction Condition."
2767 msgstr ""
2768
2769 #: config/tc-hppa.c:3198 config/tc-hppa.c:3229 config/tc-hppa.c:3262
2770 #: config/tc-hppa.c:3294
2771 msgid "Branch to unaligned address"
2772 msgstr ""
2773
2774 #: config/tc-hppa.c:3476
2775 msgid "Invalid SFU identifier"
2776 msgstr ""
2777
2778 #: config/tc-hppa.c:3526
2779 msgid "Invalid COPR identifier"
2780 msgstr ""
2781
2782 #: config/tc-hppa.c:3655
2783 msgid "Invalid Floating Point Operand Format."
2784 msgstr ""
2785
2786 #: config/tc-hppa.c:3793 config/tc-hppa.c:3817 config/tc-hppa.c:3840
2787 #: config/tc-hppa.c:3863 config/tc-hppa.c:3886
2788 msgid "Invalid register for single precision fmpyadd or fmpysub"
2789 msgstr ""
2790
2791 #: config/tc-hppa.c:3946
2792 #, c-format
2793 msgid "Invalid operands %s"
2794 msgstr ""
2795
2796 #: config/tc-hppa.c:4591
2797 msgid "Unknown relocation encountered in md_apply_fix."
2798 msgstr ""
2799
2800 #: config/tc-hppa.c:4601
2801 #, c-format
2802 msgid "no hppa_fixup entry for this fixup (fixP = 0x%x, type = 0x%x)\n"
2803 msgstr ""
2804
2805 #: config/tc-hppa.c:4743 config/tc-hppa.c:4768
2806 #, c-format
2807 msgid "Undefined register: '%s'."
2808 msgstr ""
2809
2810 #: config/tc-hppa.c:4806
2811 #, c-format
2812 msgid "Non-absolute symbol: '%s'."
2813 msgstr ""
2814
2815 #: config/tc-hppa.c:4821
2816 #, c-format
2817 msgid "Undefined absolute constant: '%s'."
2818 msgstr ""
2819
2820 #: config/tc-hppa.c:4930
2821 #, c-format
2822 msgid "Invalid FP Compare Condition: %s"
2823 msgstr ""
2824
2825 #: config/tc-hppa.c:4986
2826 #, c-format
2827 msgid "Invalid FTEST completer: %s"
2828 msgstr ""
2829
2830 #: config/tc-hppa.c:5053 config/tc-hppa.c:5091
2831 #, c-format
2832 msgid "Invalid FP Operand Format: %3s"
2833 msgstr ""
2834
2835 #: config/tc-hppa.c:5170
2836 msgid "Bad segment in expression."
2837 msgstr ""
2838
2839 #: config/tc-hppa.c:5229
2840 msgid "Bad segment (should be absolute)."
2841 msgstr ""
2842
2843 #: config/tc-hppa.c:5272
2844 #, c-format
2845 msgid "Invalid argument location: %s\n"
2846 msgstr ""
2847
2848 #: config/tc-hppa.c:5303
2849 #, c-format
2850 msgid "Invalid argument description: %d"
2851 msgstr ""
2852
2853 #: config/tc-hppa.c:5326
2854 #, c-format
2855 msgid "Invalid Nullification: (%c)"
2856 msgstr ""
2857
2858 #: config/tc-hppa.c:6068
2859 #, c-format
2860 msgid "Invalid .CALL argument: %s"
2861 msgstr ""
2862
2863 #: config/tc-hppa.c:6200
2864 msgid ".callinfo is not within a procedure definition"
2865 msgstr ""
2866
2867 #: config/tc-hppa.c:6220
2868 #, c-format
2869 msgid "FRAME parameter must be a multiple of 8: %d\n"
2870 msgstr ""
2871
2872 #: config/tc-hppa.c:6239
2873 msgid "Value for ENTRY_GR must be in the range 3..18\n"
2874 msgstr ""
2875
2876 #: config/tc-hppa.c:6251
2877 msgid "Value for ENTRY_FR must be in the range 12..21\n"
2878 msgstr ""
2879
2880 #: config/tc-hppa.c:6261
2881 msgid "Value for ENTRY_SR must be 3\n"
2882 msgstr ""
2883
2884 #: config/tc-hppa.c:6317
2885 #, c-format
2886 msgid "Invalid .CALLINFO argument: %s"
2887 msgstr ""
2888
2889 #: config/tc-hppa.c:6428
2890 msgid "The .ENTER pseudo-op is not supported"
2891 msgstr ""
2892
2893 #: config/tc-hppa.c:6444
2894 msgid "Misplaced .entry. Ignored."
2895 msgstr ""
2896
2897 #: config/tc-hppa.c:6448
2898 msgid "Missing .callinfo."
2899 msgstr ""
2900
2901 #: config/tc-hppa.c:6496
2902 msgid ".REG must use a label"
2903 msgstr ""
2904
2905 #: config/tc-hppa.c:6498
2906 msgid ".EQU must use a label"
2907 msgstr ""
2908
2909 #: config/tc-hppa.c:6551
2910 msgid ".EXIT must appear within a procedure"
2911 msgstr ""
2912
2913 #: config/tc-hppa.c:6555
2914 msgid "Missing .callinfo"
2915 msgstr ""
2916
2917 #: config/tc-hppa.c:6559
2918 msgid "No .ENTRY for this .EXIT"
2919 msgstr ""
2920
2921 #: config/tc-hppa.c:6586
2922 #, c-format
2923 msgid "Cannot define export symbol: %s\n"
2924 msgstr ""
2925
2926 #: config/tc-hppa.c:6643
2927 #, c-format
2928 msgid "Using ENTRY rather than CODE in export directive for %s"
2929 msgstr ""
2930
2931 #: config/tc-hppa.c:6753
2932 #, c-format
2933 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
2934 msgstr ""
2935
2936 #: config/tc-hppa.c:6835
2937 msgid "Missing label name on .LABEL"
2938 msgstr ""
2939
2940 #: config/tc-hppa.c:6840
2941 msgid "extra .LABEL arguments ignored."
2942 msgstr ""
2943
2944 #: config/tc-hppa.c:6857
2945 msgid "The .LEAVE pseudo-op is not supported"
2946 msgstr ""
2947
2948 #: config/tc-hppa.c:6896
2949 msgid "Unrecognized .LEVEL argument\n"
2950 msgstr ""
2951
2952 #: config/tc-hppa.c:6932
2953 #, c-format
2954 msgid "Cannot define static symbol: %s\n"
2955 msgstr ""
2956
2957 #: config/tc-hppa.c:6967
2958 msgid "Nested procedures"
2959 msgstr ""
2960
2961 #: config/tc-hppa.c:6977
2962 msgid "Cannot allocate unwind descriptor\n"
2963 msgstr ""
2964
2965 #: config/tc-hppa.c:7075
2966 msgid "misplaced .procend"
2967 msgstr ""
2968
2969 #: config/tc-hppa.c:7078
2970 msgid "Missing .callinfo for this procedure"
2971 msgstr ""
2972
2973 #: config/tc-hppa.c:7081
2974 msgid "Missing .EXIT for a .ENTRY"
2975 msgstr ""
2976
2977 #: config/tc-hppa.c:7120
2978 msgid "Not in a space.\n"
2979 msgstr ""
2980
2981 #: config/tc-hppa.c:7123
2982 msgid "Not in a subspace.\n"
2983 msgstr ""
2984
2985 #: config/tc-hppa.c:7213
2986 msgid "Invalid .SPACE argument"
2987 msgstr ""
2988
2989 #: config/tc-hppa.c:7261
2990 msgid "Can't change spaces within a procedure definition. Ignored"
2991 msgstr ""
2992
2993 #: config/tc-hppa.c:7388
2994 #, c-format
2995 msgid "Undefined space: '%s' Assuming space number = 0."
2996 msgstr ""
2997
2998 #: config/tc-hppa.c:7412
2999 msgid "Must be in a space before changing or declaring subspaces.\n"
3000 msgstr ""
3001
3002 #: config/tc-hppa.c:7416
3003 msgid "Can't change subspaces within a procedure definition. Ignored"
3004 msgstr ""
3005
3006 #: config/tc-hppa.c:7451
3007 msgid "Parameters of an existing subspace can't be modified"
3008 msgstr ""
3009
3010 #: config/tc-hppa.c:7502
3011 msgid "Alignment must be a power of 2"
3012 msgstr ""
3013
3014 #: config/tc-hppa.c:7544
3015 msgid "FIRST not supported as a .SUBSPACE argument"
3016 msgstr ""
3017
3018 #: config/tc-hppa.c:7546
3019 msgid "Invalid .SUBSPACE argument"
3020 msgstr ""
3021
3022 #: config/tc-hppa.c:7729
3023 #, c-format
3024 msgid "Internal error: Unable to find containing space for %s."
3025 msgstr ""
3026
3027 #: config/tc-hppa.c:7770
3028 #, c-format
3029 msgid "Out of memory: could not allocate new space chain entry: %s\n"
3030 msgstr ""
3031
3032 #: config/tc-hppa.c:7856
3033 #, c-format
3034 msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
3035 msgstr ""
3036
3037 #: config/tc-hppa.c:8522
3038 #, c-format
3039 msgid "Symbol '%s' could not be created."
3040 msgstr ""
3041
3042 #: config/tc-hppa.c:8526
3043 msgid "No memory for symbol name."
3044 msgstr ""
3045
3046 #: config/tc-i386.c:510
3047 #, c-format
3048 msgid "%s shortened to %s"
3049 msgstr ""
3050
3051 #: config/tc-i386.c:562
3052 msgid "same type of prefix used twice"
3053 msgstr ""
3054
3055 #: config/tc-i386.c:605
3056 msgid "bad argument to syntax directive."
3057 msgstr ""
3058
3059 #: config/tc-i386.c:647
3060 #, c-format
3061 msgid "no such architecture: `%s'"
3062 msgstr ""
3063
3064 #: config/tc-i386.c:652
3065 msgid "missing cpu architecture"
3066 msgstr ""
3067
3068 #: config/tc-i386.c:722 config/tc-m68k.c:3748
3069 #, c-format
3070 msgid "Internal Error:  Can't hash %s: %s"
3071 msgstr ""
3072
3073 #: config/tc-i386.c:952
3074 msgid "Unknown"
3075 msgstr ""
3076
3077 #: config/tc-i386.c:1000 config/tc-i386.c:4456
3078 #, c-format
3079 msgid "can not do %d byte pc-relative relocation"
3080 msgstr ""
3081
3082 #: config/tc-i386.c:1010 config/tc-i386.c:4470
3083 #, c-format
3084 msgid "can not do %d byte relocation"
3085 msgstr ""
3086
3087 #: config/tc-i386.c:1114 config/tc-i386.c:1197
3088 #, c-format
3089 msgid "no such instruction: `%s'"
3090 msgstr ""
3091
3092 #: config/tc-i386.c:1123
3093 #, c-format
3094 msgid "invalid character %s in mnemonic"
3095 msgstr ""
3096
3097 #: config/tc-i386.c:1130
3098 msgid "expecting prefix; got nothing"
3099 msgstr ""
3100
3101 #: config/tc-i386.c:1132
3102 msgid "expecting mnemonic; got nothing"
3103 msgstr ""
3104
3105 #: config/tc-i386.c:1150
3106 #, c-format
3107 msgid "redundant %s prefix"
3108 msgstr ""
3109
3110 #: config/tc-i386.c:1207
3111 #, c-format
3112 msgid "`%s' is not supported on `%s'"
3113 msgstr ""
3114
3115 #: config/tc-i386.c:1212
3116 msgid "use .code16 to ensure correct addressing mode"
3117 msgstr ""
3118
3119 #: config/tc-i386.c:1220
3120 #, c-format
3121 msgid "expecting string instruction after `%s'"
3122 msgstr ""
3123
3124 #: config/tc-i386.c:1243
3125 #, c-format
3126 msgid "invalid character %s before operand %d"
3127 msgstr ""
3128
3129 #: config/tc-i386.c:1257
3130 #, c-format
3131 msgid "unbalanced parenthesis in operand %d."
3132 msgstr ""
3133
3134 #: config/tc-i386.c:1260
3135 #, c-format
3136 msgid "unbalanced brackets in operand %d."
3137 msgstr ""
3138
3139 #: config/tc-i386.c:1269
3140 #, c-format
3141 msgid "invalid character %s in operand %d"
3142 msgstr ""
3143
3144 #: config/tc-i386.c:1296
3145 #, c-format
3146 msgid "spurious operands; (%d operands/instruction max)"
3147 msgstr ""
3148
3149 #: config/tc-i386.c:1317
3150 msgid "expecting operand after ','; got nothing"
3151 msgstr ""
3152
3153 #: config/tc-i386.c:1322
3154 msgid "expecting operand before ','; got nothing"
3155 msgstr ""
3156
3157 #. we found no match
3158 #: config/tc-i386.c:1587
3159 #, c-format
3160 msgid "suffix or operands invalid for `%s'"
3161 msgstr ""
3162
3163 #: config/tc-i386.c:1598
3164 #, c-format
3165 msgid "indirect %s without `*'"
3166 msgstr ""
3167
3168 #. Warn them that a data or address size prefix doesn't
3169 #. affect assembly of the next line of code.
3170 #: config/tc-i386.c:1606
3171 #, c-format
3172 msgid "stand-alone `%s' prefix"
3173 msgstr ""
3174
3175 #: config/tc-i386.c:1642 config/tc-i386.c:1657
3176 msgid "`%s' operand %d must use `%%es' segment"
3177 msgstr ""
3178
3179 #: config/tc-i386.c:1725 config/tc-i386.c:1767 config/tc-i386.c:1795
3180 msgid "using `%%%s' instead of `%%%s' due to `%c' suffix"
3181 msgstr ""
3182
3183 #: config/tc-i386.c:1738 config/tc-i386.c:1755 config/tc-i386.c:1783
3184 msgid "`%%%s' not allowed with `%s%c'"
3185 msgstr ""
3186
3187 #: config/tc-i386.c:1828 config/tc-i386.c:1848
3188 msgid "no instruction mnemonic suffix given; can't determine immediate size"
3189 msgstr ""
3190
3191 #: config/tc-i386.c:1873
3192 msgid ""
3193 "no instruction mnemonic suffix given and no register operands; can't size "
3194 "instruction"
3195 msgstr ""
3196
3197 #. reversed arguments on faddp, fsubp, etc.
3198 #: config/tc-i386.c:1975
3199 msgid "translating to `%s %%%s,%%%s'"
3200 msgstr ""
3201
3202 #. extraneous `l' suffix on fp insn
3203 #: config/tc-i386.c:1982
3204 msgid "translating to `%s %%%s'"
3205 msgstr ""
3206
3207 #: config/tc-i386.c:2197
3208 msgid "you can't `pop %%cs'"
3209 msgstr ""
3210
3211 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
3212 #: config/tc-i386.c:2228
3213 #, c-format
3214 msgid "translating to `%sp'"
3215 msgstr ""
3216
3217 #: config/tc-i386.c:2277 config/tc-i386.c:2340 config/tc-i386.c:2382
3218 msgid "skipping prefixes on this instruction"
3219 msgstr ""
3220
3221 #: config/tc-i386.c:2397
3222 msgid "16-bit jump out of range"
3223 msgstr ""
3224
3225 #: config/tc-i386.c:2406
3226 #, c-format
3227 msgid "can't handle non absolute segment in `%s'"
3228 msgstr ""
3229
3230 #: config/tc-i386.c:2621
3231 msgid "only 1 or 2 immediate operands are allowed"
3232 msgstr ""
3233
3234 #: config/tc-i386.c:2653 config/tc-i386.c:2874
3235 msgid "GOT relocations not supported in 16 bit mode"
3236 msgstr ""
3237
3238 #: config/tc-i386.c:2674 config/tc-i386.c:2895
3239 msgid "bad reloc specifier in expression"
3240 msgstr ""
3241
3242 #: config/tc-i386.c:2692 config/tc-i386.c:2929
3243 #, c-format
3244 msgid "ignoring junk `%s' after expression"
3245 msgstr ""
3246
3247 #. missing or bad expr becomes absolute 0
3248 #: config/tc-i386.c:2699
3249 #, c-format
3250 msgid "missing or invalid immediate expression `%s' taken as 0"
3251 msgstr ""
3252
3253 #: config/tc-i386.c:2726 config/tc-i386.c:2959
3254 #, c-format
3255 msgid "unimplemented segment %s in operand"
3256 msgstr ""
3257
3258 #: config/tc-i386.c:2728 config/tc-i386.c:2961
3259 #, c-format
3260 msgid "unimplemented segment type %d in operand"
3261 msgstr ""
3262
3263 #: config/tc-i386.c:2772
3264 #, c-format
3265 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
3266 msgstr ""
3267
3268 #: config/tc-i386.c:2778
3269 #, c-format
3270 msgid "scale factor of %d without an index register"
3271 msgstr ""
3272
3273 #. missing or bad expr becomes absolute 0
3274 #: config/tc-i386.c:2940
3275 #, c-format
3276 msgid "missing or invalid displacement expression `%s' taken as 0"
3277 msgstr ""
3278
3279 #: config/tc-i386.c:3141 config/tc-i386.c:3147 config/tc-i386.c:3156
3280 #, c-format
3281 msgid "bad segment name `%s'"
3282 msgstr ""
3283
3284 #: config/tc-i386.c:3214
3285 #, c-format
3286 msgid "`%s' is not a valid base/index expression"
3287 msgstr ""
3288
3289 #: config/tc-i386.c:3218
3290 #, c-format
3291 msgid "`%s' is not a valid %s bit base/index expression"
3292 msgstr ""
3293
3294 #: config/tc-i386.c:3239 config/tc-i386.c:3593
3295 #, c-format
3296 msgid "too many memory references for `%s'"
3297 msgstr ""
3298
3299 #: config/tc-i386.c:3325 config/tc-i386.c:3460 config/tc-i386.c:3563
3300 #: config/tc-i386.c:3678 config/tc-i386.c:3714
3301 #, c-format
3302 msgid "bad register name `%s'"
3303 msgstr ""
3304
3305 #: config/tc-i386.c:3539
3306 #, c-format
3307 msgid "bad memory operand `%s'"
3308 msgstr ""
3309
3310 #: config/tc-i386.c:3554
3311 #, c-format
3312 msgid "junk `%s' after register"
3313 msgstr ""
3314
3315 #: config/tc-i386.c:3571
3316 msgid "immediate operand illegal with absolute jump"
3317 msgstr ""
3318
3319 #: config/tc-i386.c:3671
3320 #, c-format
3321 msgid "expecting `,' or `)' after index register in `%s'"
3322 msgstr ""
3323
3324 #: config/tc-i386.c:3693
3325 #, c-format
3326 msgid "expecting `)' after scale factor in `%s'"
3327 msgstr ""
3328
3329 #: config/tc-i386.c:3700
3330 #, c-format
3331 msgid "expecting index register or scale factor after `,'; got '%c'"
3332 msgstr ""
3333
3334 #: config/tc-i386.c:3707
3335 #, c-format
3336 msgid "expecting `,' or `)' after base register in `%s'"
3337 msgstr ""
3338
3339 #. it's not a memory operand; argh!
3340 #: config/tc-i386.c:3747
3341 #, c-format
3342 msgid "invalid char %s beginning operand %d `%s'"
3343 msgstr ""
3344
3345 #: config/tc-i386.c:4154
3346 msgid "Bad call to md_atof ()"
3347 msgstr ""
3348
3349 #: config/tc-i386.c:4299
3350 msgid ""
3351 "  -Q                      ignored\n"
3352 "  -V                      print assembler version number\n"
3353 "  -k                      ignored\n"
3354 "  -q                      quieten some warnings\n"
3355 "  -s                      ignored\n"
3356 msgstr ""
3357
3358 #: config/tc-i386.c:4306
3359 msgid "  -q                      quieten some warnings\n"
3360 msgstr ""
3361
3362 #: config/tc-i386.c:4356
3363 msgid "GOT already in symbol table"
3364 msgstr ""
3365
3366 #: config/tc-i386.c:4505
3367 #, c-format
3368 msgid "cannot represent relocation type %s"
3369 msgstr ""
3370
3371 #: config/tc-i860.c:157 config/tc-i860.c:161
3372 msgid "Unknown temporary pseudo register"
3373 msgstr ""
3374
3375 #: config/tc-i860.c:183 config/tc-mips.c:1073
3376 #, c-format
3377 msgid "internal error: can't hash `%s': %s\n"
3378 msgstr ""
3379
3380 #: config/tc-i860.c:341
3381 #, c-format
3382 msgid "Expanded opcode after delayed branch: `%s'"
3383 msgstr ""
3384
3385 #: config/tc-i860.c:343
3386 #, c-format
3387 msgid "Expanded opcode in dual mode: `%s'"
3388 msgstr ""
3389
3390 #: config/tc-i860.c:580
3391 msgid "Fsr1 equals fdest with Pipelining"
3392 msgstr ""
3393
3394 #: config/tc-i860.c:631
3395 msgid "5-bit immediate too large"
3396 msgstr ""
3397
3398 #: config/tc-i860.c:725
3399 msgid "Illegal operands"
3400 msgstr ""
3401
3402 #: config/tc-i860.c:749 config/tc-sparc.c:2660
3403 msgid "bad segment"
3404 msgstr ""
3405
3406 #: config/tc-i860.c:878
3407 #, c-format
3408 msgid "26-bit branch w/o pc relative set: 0x%08x"
3409 msgstr ""
3410
3411 #. align pcrel offset, see manual
3412 #. check for overflow
3413 #: config/tc-i860.c:882
3414 #, c-format
3415 msgid "26-bit branch offset overflow: 0x%08x"
3416 msgstr ""
3417
3418 #: config/tc-i860.c:891 config/tc-i860.c:922
3419 #, c-format
3420 msgid "16-bit immediate 4-byte alignment error: 0x%08x"
3421 msgstr ""
3422
3423 #: config/tc-i860.c:896 config/tc-i860.c:927
3424 #, c-format
3425 msgid "16-bit immediate 2-byte alignment error: 0x%08x"
3426 msgstr ""
3427
3428 #: config/tc-i860.c:904
3429 #, c-format
3430 msgid "16-bit branch offset overflow: 0x%08x"
3431 msgstr ""
3432
3433 #: config/tc-i860.c:912
3434 #, c-format
3435 msgid "16-bit immediate 16-byte alignment error: 0x%08x"
3436 msgstr ""
3437
3438 #: config/tc-i860.c:917
3439 #, c-format
3440 msgid "16-bit immediate 8-byte alignment error: 0x%08x"
3441 msgstr ""
3442
3443 #: config/tc-i860.c:933
3444 #, c-format
3445 msgid "16-bit immediate overflow: 0x%08x"
3446 msgstr ""
3447
3448 #: config/tc-i860.c:951
3449 msgid "md_number_to_disp\n"
3450 msgstr ""
3451
3452 #: config/tc-i860.c:961
3453 msgid "i860_number_to_field\n"
3454 msgstr ""
3455
3456 #: config/tc-i860.c:1001
3457 msgid "i860_convert_frag\n"
3458 msgstr ""
3459
3460 #: config/tc-i860.c:1010
3461 msgid "i860_estimate_size_before_relax\n"
3462 msgstr ""
3463
3464 #: config/tc-i960.c:559
3465 #, c-format
3466 msgid "Hashing returned \"%s\"."
3467 msgstr ""
3468
3469 #. Offset of last character in opcode mnemonic
3470 #: config/tc-i960.c:593
3471 msgid "branch prediction invalid on this opcode"
3472 msgstr ""
3473
3474 #: config/tc-i960.c:636
3475 #, c-format
3476 msgid "invalid opcode, \"%s\"."
3477 msgstr ""
3478
3479 #: config/tc-i960.c:641
3480 #, c-format
3481 msgid "improper number of operands.  expecting %d, got %d"
3482 msgstr ""
3483
3484 #: config/tc-i960.c:876
3485 #, c-format
3486 msgid "Fixup of %ld too large for field width of %d"
3487 msgstr ""
3488
3489 #: config/tc-i960.c:994
3490 #, c-format
3491 msgid "invalid architecture %s"
3492 msgstr ""
3493
3494 #: config/tc-i960.c:1014
3495 msgid "I960 options:\n"
3496 msgstr ""
3497
3498 #: config/tc-i960.c:1017
3499 msgid ""
3500 "\n"
3501 "\t\t\tspecify variant of 960 architecture\n"
3502 "-b\t\t\tadd code to collect statistics about branches taken\n"
3503 "-link-relax\t\tpreserve individual alignment directives so linker\n"
3504 "\t\t\tcan do relaxing (b.out format only)\n"
3505 "-no-relax\t\tdon't alter compare-and-branch instructions for\n"
3506 "\t\t\tlong displacements\n"
3507 msgstr ""
3508
3509 #: config/tc-i960.c:1425
3510 msgid "too many operands"
3511 msgstr ""
3512
3513 #: config/tc-i960.c:1485 config/tc-i960.c:1715
3514 msgid "expression syntax error"
3515 msgstr ""
3516
3517 #: config/tc-i960.c:1523
3518 msgid "attempt to branch into different segment"
3519 msgstr ""
3520
3521 #: config/tc-i960.c:1527
3522 #, c-format
3523 msgid "target of %s instruction must be a label"
3524 msgstr ""
3525
3526 #: config/tc-i960.c:1567
3527 msgid "unmatched '['"
3528 msgstr ""
3529
3530 #: config/tc-i960.c:1578
3531 msgid "garbage after index spec ignored"
3532 msgstr ""
3533
3534 #. We never moved: there was no opcode either!
3535 #: config/tc-i960.c:1645
3536 msgid "missing opcode"
3537 msgstr ""
3538
3539 #: config/tc-i960.c:1953
3540 msgid "invalid constant"
3541 msgstr ""
3542
3543 #: config/tc-i960.c:2066
3544 msgid "invalid index register"
3545 msgstr ""
3546
3547 #: config/tc-i960.c:2089
3548 msgid "invalid scale factor"
3549 msgstr ""
3550
3551 #: config/tc-i960.c:2272
3552 msgid "unaligned register"
3553 msgstr ""
3554
3555 #: config/tc-i960.c:2295
3556 msgid "no such sfr in this architecture"
3557 msgstr ""
3558
3559 #: config/tc-i960.c:2333
3560 msgid "illegal literal"
3561 msgstr ""
3562
3563 #. Should not happen: see block comment above
3564 #: config/tc-i960.c:2566
3565 #, c-format
3566 msgid "Trying to 'bal' to %s"
3567 msgstr ""
3568
3569 #: config/tc-i960.c:2577
3570 msgid "Looks like a proc, but can't tell what kind.\n"
3571 msgstr ""
3572
3573 #: config/tc-i960.c:2609
3574 msgid "should have 1 or 2 operands"
3575 msgstr ""
3576
3577 #: config/tc-i960.c:2618 config/tc-i960.c:2637
3578 #, c-format
3579 msgid "Redefining leafproc %s"
3580 msgstr ""
3581
3582 #: config/tc-i960.c:2669
3583 msgid "should have two operands"
3584 msgstr ""
3585
3586 #: config/tc-i960.c:2679
3587 msgid "'entry_num' must be absolute number in [0,31]"
3588 msgstr ""
3589
3590 #: config/tc-i960.c:2688
3591 #, c-format
3592 msgid "Redefining entrynum for sysproc %s"
3593 msgstr ""
3594
3595 #: config/tc-i960.c:2799
3596 msgid "architecture of opcode conflicts with that of earlier instruction(s)"
3597 msgstr ""
3598
3599 #: config/tc-i960.c:2820
3600 msgid "big endian mode is not supported"
3601 msgstr ""
3602
3603 #: config/tc-i960.c:2822
3604 #, c-format
3605 msgid "ignoring unrecognized .endian type `%s'"
3606 msgstr ""
3607
3608 #: config/tc-i960.c:3104
3609 #, c-format
3610 msgid "leafproc symbol '%s' undefined"
3611 msgstr ""
3612
3613 #: config/tc-i960.c:3114
3614 #, c-format
3615 msgid "Warning: making leafproc entries %s and %s both global\n"
3616 msgstr ""
3617
3618 #: config/tc-i960.c:3223
3619 msgid "option --link-relax is only supported in b.out format"
3620 msgstr ""
3621
3622 #: config/tc-i960.c:3266
3623 msgid "callj to difference of two symbols"
3624 msgstr ""
3625
3626 #: config/tc-ia64.c:3959
3627 msgid "Register name expected"
3628 msgstr ""
3629
3630 #: config/tc-ia64.c:3964 config/tc-ia64.c:4246
3631 msgid "Comma expected"
3632 msgstr ""
3633
3634 #: config/tc-ia64.c:3972
3635 msgid "Register value annotation ignored"
3636 msgstr ""
3637
3638 #: config/tc-ia64.c:3995
3639 msgid "Directive invalid within a bundle"
3640 msgstr ""
3641
3642 #: config/tc-ia64.c:4061
3643 msgid "Missing predicate relation type"
3644 msgstr ""
3645
3646 #: config/tc-ia64.c:4077
3647 msgid "Unrecognized predicate relation type"
3648 msgstr ""
3649
3650 #: config/tc-ia64.c:4097 config/tc-ia64.c:4121
3651 msgid "Predicate register expected"
3652 msgstr ""
3653
3654 #: config/tc-ia64.c:4109
3655 msgid "Duplicate predicate register ignored"
3656 msgstr ""
3657
3658 #: config/tc-ia64.c:4130
3659 msgid "Bad register range"
3660 msgstr ""
3661
3662 #: config/tc-ia64.c:4157
3663 msgid "Predicate source and target required"
3664 msgstr ""
3665
3666 #: config/tc-ia64.c:4159 config/tc-ia64.c:4171
3667 msgid "Use of p0 is not valid in this context"
3668 msgstr ""
3669
3670 #: config/tc-ia64.c:4166
3671 msgid "At least two PR arguments expected"
3672 msgstr ""
3673
3674 #: config/tc-ia64.c:4180
3675 msgid "At least one PR argument expected"
3676 msgstr ""
3677
3678 #: config/tc-ia64.c:4216
3679 #, c-format
3680 msgid "Inserting \"%s\" into entry hint table failed: %s"
3681 msgstr ""
3682
3683 #. FIXME -- need 62-bit relocation type
3684 #: config/tc-ia64.c:4635
3685 msgid "62-bit relocation not yet implemented"
3686 msgstr ""
3687
3688 #: config/tc-ia64.c:4697
3689 msgid "lower 16 bits of mask ignored"
3690 msgstr ""
3691
3692 #: config/tc-ia64.c:5104
3693 msgid "Value truncated to 62 bits"
3694 msgstr ""
3695
3696 #: config/tc-ia64.c:5610
3697 #, c-format
3698 msgid "Unrecognized option '-x%s'"
3699 msgstr ""
3700
3701 #: config/tc-ia64.c:5629
3702 msgid ""
3703 "IA-64 options:\n"
3704 "  -Milp32|-Milp64|-Mlp64|-Mp64\tselect data model (default -Mlp64)\n"
3705 "  -Mle | -Mbe\t\t  select little- or big-endian byte order (default -Mle)\n"
3706 "  -x | -xexplicit\t  turn on dependency violation checking (default)\n"
3707 "  -xauto\t\t  automagically remove dependency violations\n"
3708 "  -xdebug\t\t  debug dependency violation checker\n"
3709 msgstr ""
3710
3711 #: config/tc-ia64.c:5905
3712 msgid "Explicit stops are ignored in auto mode"
3713 msgstr ""
3714
3715 #: config/tc-ia64.c:5951
3716 msgid "Found '{' after explicit switch to automatic mode"
3717 msgstr ""
3718
3719 #: config/tc-ia64.c:7454
3720 #, c-format
3721 msgid "Unrecognized dependency specifier %d\n"
3722 msgstr ""
3723
3724 #: config/tc-ia64.c:8203
3725 msgid "Only the first path encountering the conflict is reported"
3726 msgstr ""
3727
3728 #: config/tc-ia64.c:8206
3729 msgid "This is the location of the conflicting usage"
3730 msgstr ""
3731
3732 #. Pretend that we do not recognise this option.
3733 #: config/tc-m32r.c:223
3734 msgid "Unrecognised option: -hidden"
3735 msgstr ""
3736
3737 #: config/tc-m32r.c:256
3738 msgid " M32R specific command line options:\n"
3739 msgstr ""
3740
3741 #: config/tc-m32r.c:258
3742 msgid ""
3743 "  -m32r                   disable support for the m32rx instruction set\n"
3744 msgstr ""
3745
3746 #: config/tc-m32r.c:260
3747 msgid "  -m32rx                  support the extended m32rx instruction set\n"
3748 msgstr ""
3749
3750 #: config/tc-m32r.c:262
3751 msgid "  -O                      try to combine instructions in parallel\n"
3752 msgstr ""
3753
3754 #: config/tc-m32r.c:265
3755 msgid ""
3756 "  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
3757 msgstr ""
3758
3759 #: config/tc-m32r.c:267
3760 msgid "                                         violate contraints\n"
3761 msgstr ""
3762
3763 #: config/tc-m32r.c:269
3764 msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
3765 msgstr ""
3766
3767 #: config/tc-m32r.c:271
3768 msgid ""
3769 "                                         instructions violate contraints\n"
3770 msgstr ""
3771
3772 #: config/tc-m32r.c:273
3773 msgid ""
3774 "  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
3775 msgstr ""
3776
3777 #: config/tc-m32r.c:275
3778 msgid ""
3779 "  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
3780 msgstr ""
3781
3782 #: config/tc-m32r.c:278
3783 msgid ""
3784 "  -warn-unmatched-high    warn when an (s)high reloc has no matching low "
3785 "reloc\n"
3786 msgstr ""
3787
3788 #: config/tc-m32r.c:280
3789 msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
3790 msgstr ""
3791
3792 #: config/tc-m32r.c:282
3793 msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
3794 msgstr ""
3795
3796 #: config/tc-m32r.c:284
3797 msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
3798 msgstr ""
3799
3800 #: config/tc-m32r.c:288
3801 msgid "  -relax                 create linker relaxable code\n"
3802 msgstr ""
3803
3804 #: config/tc-m32r.c:290
3805 msgid "  -cpu-desc              provide runtime cpu description file\n"
3806 msgstr ""
3807
3808 #: config/tc-m32r.c:685
3809 msgid "Instructions write to the same destination register."
3810 msgstr ""
3811
3812 #: config/tc-m32r.c:693
3813 msgid "Instructions do not use parallel execution pipelines."
3814 msgstr ""
3815
3816 #: config/tc-m32r.c:700
3817 msgid "Instructions share the same execution pipeline"
3818 msgstr ""
3819
3820 #: config/tc-m32r.c:769 config/tc-m32r.c:855
3821 #, c-format
3822 msgid "not a 16 bit instruction '%s'"
3823 msgstr ""
3824
3825 #: config/tc-m32r.c:776 config/tc-m32r.c:862 config/tc-m32r.c:1017
3826 #, c-format
3827 msgid "unknown instruction '%s'"
3828 msgstr ""
3829
3830 #: config/tc-m32r.c:784 config/tc-m32r.c:869 config/tc-m32r.c:1024
3831 #, c-format
3832 msgid "instruction '%s' is for the M32RX only"
3833 msgstr ""
3834
3835 #: config/tc-m32r.c:792 config/tc-m32r.c:877
3836 #, c-format
3837 msgid "instruction '%s' cannot be executed in parallel."
3838 msgstr ""
3839
3840 #: config/tc-m32r.c:839 config/tc-m32r.c:902 config/tc-m32r.c:1074
3841 msgid "internal error: lookup/get operands failed"
3842 msgstr ""
3843
3844 #: config/tc-m32r.c:887
3845 #, c-format
3846 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
3847 msgstr ""
3848
3849 #: config/tc-m32r.c:916
3850 #, c-format
3851 msgid ""
3852 "%s: output of 1st instruction is the same as an input to 2nd instruction - "
3853 "is this intentional ?"
3854 msgstr ""
3855
3856 #: config/tc-m32r.c:920
3857 #, c-format
3858 msgid ""
3859 "%s: output of 2nd instruction is the same as an input to 1st instruction - "
3860 "is this intentional ?"
3861 msgstr ""
3862
3863 #: config/tc-m32r.c:1235 config/tc-ppc.c:1455 config/tc-ppc.c:3673 read.c:1376
3864 msgid "Expected comma after symbol-name: rest of line ignored."
3865 msgstr ""
3866
3867 #: config/tc-m32r.c:1244
3868 #, c-format
3869 msgid ".SCOMMon length (%ld.) <0! Ignored."
3870 msgstr ""
3871
3872 #: config/tc-m32r.c:1258 config/tc-ppc.c:1477 config/tc-ppc.c:2384
3873 #: config/tc-ppc.c:3697
3874 msgid "ignoring bad alignment"
3875 msgstr ""
3876
3877 #: config/tc-m32r.c:1284 config/tc-ppc.c:1488 config/tc-ppc.c:3709 read.c:1396
3878 #: read.c:2109
3879 #, c-format
3880 msgid "Ignoring attempt to re-define symbol `%s'."
3881 msgstr ""
3882
3883 #: config/tc-m32r.c:1293
3884 #, c-format
3885 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
3886 msgstr ""
3887
3888 #: config/tc-m32r.c:1766
3889 msgid "Unmatched high/shigh reloc"
3890 msgstr ""
3891
3892 #: config/tc-m68hc11.c:312
3893 #, c-format
3894 msgid ""
3895 "Motorola 68HC11/68HC12 options:\n"
3896 "  -m68hc11 | -m68hc12     specify the processor [default %s]\n"
3897 "  --force-long-branchs    always turn relative branchs into absolute ones\n"
3898 "  -S,--short-branchs      do not turn relative branchs into absolute ones\n"
3899 "                          when the offset is out of range\n"
3900 "  --strict-direct-mode    do not turn the direct mode into extended mode\n"
3901 "                          when the instruction does not support direct mode\n"
3902 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
3903 "  --print-opcodes         print the list of instructions with syntax\n"
3904 "  --generate-example      generate an example of each instruction\n"
3905 "                          (used for testing)\n"
3906 msgstr ""
3907
3908 #: config/tc-m68hc11.c:353
3909 #, c-format
3910 msgid "Default target `%s' is not supported."
3911 msgstr ""
3912
3913 #. Dump the opcode statistics table.
3914 #: config/tc-m68hc11.c:372
3915 msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
3916 msgstr ""
3917
3918 #: config/tc-m68hc11.c:422
3919 #, c-format
3920 msgid "Option `%s' is not recognized."
3921 msgstr ""
3922
3923 #: config/tc-m68hc11.c:646
3924 msgid "#<imm8>"
3925 msgstr ""
3926
3927 #: config/tc-m68hc11.c:655
3928 msgid "#<imm16>"
3929 msgstr ""
3930
3931 #: config/tc-m68hc11.c:664 config/tc-m68hc11.c:673
3932 msgid "<imm8>,X"
3933 msgstr ""
3934
3935 #: config/tc-m68hc11.c:691
3936 msgid "*<abs8>"
3937 msgstr ""
3938
3939 #: config/tc-m68hc11.c:703
3940 msgid "#<mask>"
3941 msgstr ""
3942
3943 #: config/tc-m68hc11.c:713
3944 #, c-format
3945 msgid "symbol%d"
3946 msgstr ""
3947
3948 #: config/tc-m68hc11.c:715
3949 msgid "<abs>"
3950 msgstr ""
3951
3952 #: config/tc-m68hc11.c:734
3953 msgid "<label>"
3954 msgstr ""
3955
3956 #: config/tc-m68hc11.c:751
3957 #, c-format
3958 msgid ""
3959 "# Example of `%s' instructions\n"
3960 "\t.sect .text\n"
3961 "_start:\n"
3962 msgstr ""
3963
3964 #: config/tc-m68hc11.c:801
3965 #, c-format
3966 msgid "Instruction `%s' is not recognized."
3967 msgstr ""
3968
3969 #: config/tc-m68hc11.c:806
3970 #, c-format
3971 msgid "Instruction formats for `%s':"
3972 msgstr ""
3973
3974 #: config/tc-m68hc11.c:944
3975 #, c-format
3976 msgid "Immediate operand is not allowed for operand %d."
3977 msgstr ""
3978
3979 #: config/tc-m68hc11.c:970
3980 msgid "Indirect indexed addressing is not valid for 68HC11."
3981 msgstr ""
3982
3983 #: config/tc-m68hc11.c:990
3984 msgid "Spurious `,' or bad indirect register addressing mode."
3985 msgstr ""
3986
3987 #: config/tc-m68hc11.c:1006
3988 msgid "Missing second register or offset for indexed-indirect mode."
3989 msgstr ""
3990
3991 #: config/tc-m68hc11.c:1016
3992 msgid "Missing second register for indexed-indirect mode."
3993 msgstr ""
3994
3995 #: config/tc-m68hc11.c:1032
3996 msgid "Missing `]' to close indexed-indirect mode."
3997 msgstr ""
3998
3999 #: config/tc-m68hc11.c:1076
4000 msgid "Illegal operand."
4001 msgstr ""
4002
4003 #: config/tc-m68hc11.c:1081
4004 msgid "Missing operand."
4005 msgstr ""
4006
4007 #: config/tc-m68hc11.c:1104
4008 msgid "Pre-decrement mode is not valid for 68HC11"
4009 msgstr ""
4010
4011 #: config/tc-m68hc11.c:1111
4012 msgid "Pre-increment mode is not valid for 68HC11"
4013 msgstr ""
4014
4015 #: config/tc-m68hc11.c:1130
4016 msgid "Wrong register in register indirect mode."
4017 msgstr ""
4018
4019 #: config/tc-m68hc11.c:1138
4020 msgid "Missing `]' to close register indirect operand."
4021 msgstr ""
4022
4023 #: config/tc-m68hc11.c:1155
4024 msgid "Post-decrement mode is not valid for 68HC11."
4025 msgstr ""
4026
4027 #: config/tc-m68hc11.c:1163
4028 msgid "Post-increment mode is not valid for 68HC11."
4029 msgstr ""
4030
4031 #: config/tc-m68hc11.c:1180
4032 msgid "Invalid indexed indirect mode."
4033 msgstr ""
4034
4035 #: config/tc-m68hc11.c:1281
4036 #, c-format
4037 msgid "Trap id `%ld' is out of range."
4038 msgstr ""
4039
4040 #: config/tc-m68hc11.c:1285
4041 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
4042 msgstr ""
4043
4044 #: config/tc-m68hc11.c:1292
4045 #, c-format
4046 msgid "Operand out of 8-bit range: `%ld'."
4047 msgstr ""
4048
4049 #: config/tc-m68hc11.c:1299
4050 msgid "The trap id must be a constant."
4051 msgstr ""
4052
4053 #: config/tc-m68hc11.c:1324
4054 #, c-format
4055 msgid "Operand `%x' not recognized in fixup8."
4056 msgstr ""
4057
4058 #: config/tc-m68hc11.c:1344
4059 #, c-format
4060 msgid "Operand out of 16-bit range: `%ld'."
4061 msgstr ""
4062
4063 #: config/tc-m68hc11.c:1365
4064 #, c-format
4065 msgid "Operand `%x' not recognized in fixup16."
4066 msgstr ""
4067
4068 #: config/tc-m68hc11.c:1384
4069 #, c-format
4070 msgid "Unexpected branch conversion with `%x'"
4071 msgstr ""
4072
4073 #: config/tc-m68hc11.c:1480 config/tc-m68hc11.c:1609
4074 #, c-format
4075 msgid "Operand out of range for a relative branch: `%ld'"
4076 msgstr ""
4077
4078 #: config/tc-m68hc11.c:1577
4079 msgid "Invalid register for dbcc/tbcc instruction."
4080 msgstr ""
4081
4082 #: config/tc-m68hc11.c:1668
4083 #, c-format
4084 msgid "Increment/decrement value is out of range: `%ld'."
4085 msgstr ""
4086
4087 #: config/tc-m68hc11.c:1679
4088 msgid "Expecting a register."
4089 msgstr ""
4090
4091 #: config/tc-m68hc11.c:1694
4092 msgid "Invalid register for post/pre increment."
4093 msgstr ""
4094
4095 #: config/tc-m68hc11.c:1724
4096 msgid "Invalid register."
4097 msgstr ""
4098
4099 #: config/tc-m68hc11.c:1731
4100 #, c-format
4101 msgid "Offset out of 16-bit range: %ld."
4102 msgstr ""
4103
4104 #: config/tc-m68hc11.c:1736
4105 msgid "Offset out of 5-bit range for movw/movb insn."
4106 msgstr ""
4107
4108 #: config/tc-m68hc11.c:1789
4109 msgid "Expecting register D for indexed indirect mode."
4110 msgstr ""
4111
4112 #: config/tc-m68hc11.c:1791
4113 msgid "Indexed indirect mode is not allowed for movb/movw."
4114 msgstr ""
4115
4116 #: config/tc-m68hc11.c:1808
4117 msgid "Invalid accumulator register."
4118 msgstr ""
4119
4120 #: config/tc-m68hc11.c:1833
4121 msgid "Invalid indexed register."
4122 msgstr ""
4123
4124 #: config/tc-m68hc11.c:1841
4125 msgid "Addressing mode not implemented yet."
4126 msgstr ""
4127
4128 #: config/tc-m68hc11.c:1856
4129 msgid "Invalid source register for this instruction, use 'tfr'."
4130 msgstr ""
4131
4132 #: config/tc-m68hc11.c:1858
4133 msgid "Invalid source register."
4134 msgstr ""
4135
4136 #: config/tc-m68hc11.c:1863
4137 msgid "Invalid destination register for this instruction, use 'tfr'."
4138 msgstr ""
4139
4140 #: config/tc-m68hc11.c:1865
4141 msgid "Invalid destination register."
4142 msgstr ""
4143
4144 #: config/tc-m68hc11.c:1954
4145 msgid "Invalid indexed register, expecting register X."
4146 msgstr ""
4147
4148 #: config/tc-m68hc11.c:1956
4149 msgid "Invalid indexed register, expecting register Y."
4150 msgstr ""
4151
4152 #: config/tc-m68hc11.c:2251
4153 msgid "No instruction or missing opcode."
4154 msgstr ""
4155
4156 #: config/tc-m68hc11.c:2316
4157 #, c-format
4158 msgid "Opcode `%s' is not recognized."
4159 msgstr ""
4160
4161 #: config/tc-m68hc11.c:2338
4162 #, c-format
4163 msgid "Garbage at end of instruction: `%s'."
4164 msgstr ""
4165
4166 #: config/tc-m68hc11.c:2361
4167 #, c-format
4168 msgid "Invalid operand for `%s'"
4169 msgstr ""
4170
4171 #: config/tc-m68hc11.c:2420
4172 #, c-format
4173 msgid "Relocation %d is not supported by object file format."
4174 msgstr ""
4175
4176 #: config/tc-m68hc11.c:2575
4177 msgid "bra or bsr with undefined symbol."
4178 msgstr ""
4179
4180 #: config/tc-m68hc11.c:2683
4181 #, c-format
4182 msgid "Subtype %d is not recognized."
4183 msgstr ""
4184
4185 #: config/tc-m68hc11.c:2720
4186 msgid "Expression too complex."
4187 msgstr ""
4188
4189 #: config/tc-m68hc11.c:2749
4190 msgid "Value out of 16-bit range."
4191 msgstr ""
4192
4193 #: config/tc-m68hc11.c:2768
4194 #, c-format
4195 msgid "Value %ld too large for 8-bit PC-relative branch."
4196 msgstr ""
4197
4198 #: config/tc-m68hc11.c:2775
4199 #, c-format
4200 msgid "Auto increment/decrement offset '%ld' is out of range."
4201 msgstr ""
4202
4203 #: config/tc-m68hc11.c:2786
4204 #, c-format
4205 msgid "Line %d: unknown relocation type: 0x%x."
4206 msgstr ""
4207
4208 #: config/tc-m68k.c:646
4209 msgid "Unknown PC relative instruction"
4210 msgstr ""
4211
4212 #: config/tc-m68k.c:772
4213 #, c-format
4214 msgid "Can not do %d byte pc-relative relocation"
4215 msgstr ""
4216
4217 #: config/tc-m68k.c:774
4218 #, c-format
4219 msgid "Can not do %d byte pc-relative pic relocation"
4220 msgstr ""
4221
4222 #: config/tc-m68k.c:779
4223 #, c-format
4224 msgid "Can not do %d byte relocation"
4225 msgstr ""
4226
4227 #: config/tc-m68k.c:781
4228 #, c-format
4229 msgid "Can not do %d byte pic relocation"
4230 msgstr ""
4231
4232 #: config/tc-m68k.c:885 config/tc-mips.c:11330
4233 #, c-format
4234 msgid "Cannot make %s relocation PC relative"
4235 msgstr ""
4236
4237 #: config/tc-m68k.c:998 config/tc-tahoe.c:1505 config/tc-vax.c:1774
4238 msgid "No operator"
4239 msgstr ""
4240
4241 #: config/tc-m68k.c:1028 config/tc-tahoe.c:1522 config/tc-vax.c:1791
4242 msgid "Unknown operator"
4243 msgstr ""
4244
4245 #: config/tc-m68k.c:1803
4246 msgid "invalid instruction for this architecture; needs "
4247 msgstr ""
4248
4249 #: config/tc-m68k.c:1808
4250 msgid "fpu (68040, 68060 or 68881/68882)"
4251 msgstr ""
4252
4253 #: config/tc-m68k.c:1811
4254 msgid "mmu (68030 or 68851)"
4255 msgstr ""
4256
4257 #: config/tc-m68k.c:1814
4258 msgid "68020 or higher"
4259 msgstr ""
4260
4261 #: config/tc-m68k.c:1817
4262 msgid "68000 or higher"
4263 msgstr ""
4264
4265 #: config/tc-m68k.c:1820
4266 msgid "68010 or higher"
4267 msgstr ""
4268
4269 #: config/tc-m68k.c:1849
4270 msgid "operands mismatch"
4271 msgstr ""
4272
4273 #: config/tc-m68k.c:1906 config/tc-m68k.c:1912 config/tc-m68k.c:1918
4274 msgid "operand out of range"
4275 msgstr ""
4276
4277 #: config/tc-m68k.c:1975
4278 #, c-format
4279 msgid "Bignum too big for %c format; truncated"
4280 msgstr ""
4281
4282 #: config/tc-m68k.c:2043
4283 msgid "displacement too large for this architecture; needs 68020 or higher"
4284 msgstr ""
4285
4286 #: config/tc-m68k.c:2153
4287 msgid ""
4288 "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
4289 msgstr ""
4290
4291 #: config/tc-m68k.c:2158
4292 msgid "invalid index size for coldfire"
4293 msgstr ""
4294
4295 #: config/tc-m68k.c:2211
4296 msgid "Forcing byte displacement"
4297 msgstr ""
4298
4299 #: config/tc-m68k.c:2213
4300 msgid "byte displacement out of range"
4301 msgstr ""
4302
4303 #: config/tc-m68k.c:2260 config/tc-m68k.c:2298
4304 msgid "invalid operand mode for this architecture; needs 68020 or higher"
4305 msgstr ""
4306
4307 #: config/tc-m68k.c:2284 config/tc-m68k.c:2318
4308 msgid ":b not permitted; defaulting to :w"
4309 msgstr ""
4310
4311 #: config/tc-m68k.c:2397
4312 msgid "unsupported byte value; use a different suffix"
4313 msgstr ""
4314
4315 #: config/tc-m68k.c:2411
4316 msgid "unknown/incorrect operand"
4317 msgstr ""
4318
4319 #: config/tc-m68k.c:2444 config/tc-m68k.c:2452 config/tc-m68k.c:2459
4320 #: config/tc-m68k.c:2466
4321 msgid "out of range"
4322 msgstr ""
4323
4324 #: config/tc-m68k.c:2516
4325 msgid "Can't use long branches on 68000/68010/5200"
4326 msgstr ""
4327
4328 #: config/tc-m68k.c:2604
4329 msgid "Expression out of range, using 0"
4330 msgstr ""
4331
4332 #: config/tc-m68k.c:2716 config/tc-m68k.c:2732
4333 msgid "Floating point register in register list"
4334 msgstr ""
4335
4336 #: config/tc-m68k.c:2722
4337 msgid "Wrong register in floating-point reglist"
4338 msgstr ""
4339
4340 #: config/tc-m68k.c:2738
4341 msgid "incorrect register in reglist"
4342 msgstr ""
4343
4344 #: config/tc-m68k.c:2744
4345 msgid "wrong register in floating-point reglist"
4346 msgstr ""
4347
4348 #: config/tc-m68k.c:2820
4349 msgid "failed sanity check"
4350 msgstr ""
4351
4352 #. ERROR
4353 #: config/tc-m68k.c:3185
4354 msgid "Extra )"
4355 msgstr ""
4356
4357 #. ERROR
4358 #: config/tc-m68k.c:3196
4359 msgid "Missing )"
4360 msgstr ""
4361
4362 #: config/tc-m68k.c:3213
4363 msgid "Missing operand"
4364 msgstr ""
4365
4366 #: config/tc-m68k.c:3545
4367 #, c-format
4368 msgid "%s -- statement `%s' ignored"
4369 msgstr ""
4370
4371 #: config/tc-m68k.c:3589
4372 #, c-format
4373 msgid "Don't know how to figure width of %c in md_assemble()"
4374 msgstr ""
4375
4376 #: config/tc-m68k.c:3757 config/tc-m68k.c:3795
4377 #, c-format
4378 msgid "Internal Error: Can't find %s in hash table"
4379 msgstr ""
4380
4381 #: config/tc-m68k.c:3760 config/tc-m68k.c:3798
4382 #, c-format
4383 msgid "Internal Error: Can't hash %s: %s"
4384 msgstr ""
4385
4386 #: config/tc-m68k.c:3926
4387 #, c-format
4388 msgid "unrecognized default cpu `%s' ???"
4389 msgstr ""
4390
4391 #: config/tc-m68k.c:3938
4392 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
4393 msgstr ""
4394
4395 #: config/tc-m68k.c:3958
4396 msgid "options for 68881 and no-68881 both given"
4397 msgstr ""
4398
4399 #: config/tc-m68k.c:3960
4400 msgid "options for 68851 and no-68851 both given"
4401 msgstr ""
4402
4403 #: config/tc-m68k.c:4031
4404 #, c-format
4405 msgid "text label `%s' aligned to odd boundary"
4406 msgstr ""
4407
4408 #: config/tc-m68k.c:4248
4409 msgid "invalid byte branch offset"
4410 msgstr ""
4411
4412 #: config/tc-m68k.c:4305
4413 msgid "short branch with zero offset: use :w"
4414 msgstr ""
4415
4416 #: config/tc-m68k.c:4415
4417 #, c-format
4418 msgid "Internal error (long PC-relative operand) for insn 0x%04x at 0x%lx"
4419 msgstr ""
4420
4421 #: config/tc-m68k.c:4446
4422 msgid "displacement doesn't fit in one byte"
4423 msgstr ""
4424
4425 #: config/tc-m68k.c:4909 config/tc-m68k.c:4920
4426 msgid "expression out of range: defaulting to 1"
4427 msgstr ""
4428
4429 #: config/tc-m68k.c:4952
4430 msgid "expression out of range: defaulting to 0"
4431 msgstr ""
4432
4433 #: config/tc-m68k.c:4985 config/tc-m68k.c:4997
4434 #, c-format
4435 msgid "Can't deal with expression; defaulting to %ld"
4436 msgstr ""
4437
4438 #: config/tc-m68k.c:5011
4439 msgid "expression doesn't fit in BYTE"
4440 msgstr ""
4441
4442 #: config/tc-m68k.c:5015
4443 msgid "expression doesn't fit in WORD"
4444 msgstr ""
4445
4446 #: config/tc-m68k.c:5108
4447 #, c-format
4448 msgid "%s: unrecognized processor name"
4449 msgstr ""
4450
4451 #: config/tc-m68k.c:5173
4452 msgid "bad coprocessor id"
4453 msgstr ""
4454
4455 #: config/tc-m68k.c:5179
4456 msgid "unrecognized fopt option"
4457 msgstr ""
4458
4459 #: config/tc-m68k.c:5313
4460 #, c-format
4461 msgid "option `%s' may not be negated"
4462 msgstr ""
4463
4464 #: config/tc-m68k.c:5324
4465 #, c-format
4466 msgid "option `%s' not recognized"
4467 msgstr ""
4468
4469 #: config/tc-m68k.c:5357
4470 msgid "bad format of OPT NEST=depth"
4471 msgstr ""
4472
4473 #: config/tc-m68k.c:5420
4474 msgid "missing label"
4475 msgstr ""
4476
4477 #: config/tc-m68k.c:5444 config/tc-m68k.c:5473
4478 msgid "bad register list"
4479 msgstr ""
4480
4481 #: config/tc-m68k.c:5446
4482 #, c-format
4483 msgid "bad register list: %s"
4484 msgstr ""
4485
4486 #: config/tc-m68k.c:5544
4487 msgid "restore without save"
4488 msgstr ""
4489
4490 #: config/tc-m68k.c:5721 config/tc-m68k.c:6070
4491 msgid "syntax error in structured control directive"
4492 msgstr ""
4493
4494 #: config/tc-m68k.c:5772
4495 msgid "missing condition code in structured control directive"
4496 msgstr ""
4497
4498 #: config/tc-m68k.c:6104
4499 msgid "missing then"
4500 msgstr ""
4501
4502 #: config/tc-m68k.c:6186
4503 msgid "else without matching if"
4504 msgstr ""
4505
4506 #: config/tc-m68k.c:6220
4507 msgid "endi without matching if"
4508 msgstr ""
4509
4510 #: config/tc-m68k.c:6261
4511 msgid "break outside of structured loop"
4512 msgstr ""
4513
4514 #: config/tc-m68k.c:6300
4515 msgid "next outside of structured loop"
4516 msgstr ""
4517
4518 #: config/tc-m68k.c:6352
4519 msgid "missing ="
4520 msgstr ""
4521
4522 #: config/tc-m68k.c:6390
4523 msgid "missing to or downto"
4524 msgstr ""
4525
4526 #: config/tc-m68k.c:6426 config/tc-m68k.c:6460 config/tc-m68k.c:6670
4527 msgid "missing do"
4528 msgstr ""
4529
4530 #: config/tc-m68k.c:6563
4531 msgid "endf without for"
4532 msgstr ""
4533
4534 #: config/tc-m68k.c:6619
4535 msgid "until without repeat"
4536 msgstr ""
4537
4538 #: config/tc-m68k.c:6706
4539 msgid "endw without while"
4540 msgstr ""
4541
4542 #: config/tc-m68k.c:6822
4543 #, c-format
4544 msgid "unrecognized option `%s'"
4545 msgstr ""
4546
4547 #: config/tc-m68k.c:6867
4548 #, c-format
4549 msgid "unrecognized architecture specification `%s'"
4550 msgstr ""
4551
4552 #: config/tc-m68k.c:6937
4553 msgid ""
4554 "680X0 options:\n"
4555 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
4556 "-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060\n"
4557 " | -m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360\n"
4558 " | -mcpu32 | -m5200\n"
4559 "\t\t\tspecify variant of 680X0 architecture [default 68020]\n"
4560 "-m68881 | -m68882 | -mno-68881 | -mno-68882\n"
4561 "\t\t\ttarget has/lacks floating-point coprocessor\n"
4562 "\t\t\t[default yes for 68020, 68030, and cpu32]\n"
4563 msgstr ""
4564
4565 #: config/tc-m68k.c:6947
4566 msgid ""
4567 "-m68851 | -mno-68851\n"
4568 "\t\t\ttarget has/lacks memory-management unit coprocessor\n"
4569 "\t\t\t[default yes for 68020 and up]\n"
4570 "-pic, -k\t\tgenerate position independent code\n"
4571 "-S\t\t\tturn jbsr into jsr\n"
4572 "--register-prefix-optional\n"
4573 "\t\t\trecognize register names without prefix character\n"
4574 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
4575 msgstr ""
4576
4577 #: config/tc-m68k.c:6956
4578 msgid ""
4579 "--base-size-default-16\tbase reg without size is 16 bits\n"
4580 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
4581 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
4582 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
4583 msgstr ""
4584
4585 #: config/tc-m68k.c:6991
4586 #, c-format
4587 msgid "Error %s in %s\n"
4588 msgstr ""
4589
4590 #: config/tc-m68k.c:6995
4591 #, c-format
4592 msgid "Opcode(%d.%s): "
4593 msgstr ""
4594
4595 #: config/tc-m88k.c:206
4596 #, c-format
4597 msgid "Can't hash instruction '%s':%s"
4598 msgstr ""
4599
4600 #: config/tc-m88k.c:258
4601 #, c-format
4602 msgid "Invalid mnemonic '%s'"
4603 msgstr ""
4604
4605 #: config/tc-m88k.c:278
4606 msgid "Parameter syntax error"
4607 msgstr ""
4608
4609 #: config/tc-m88k.c:333
4610 msgid "Unknown relocation type"
4611 msgstr ""
4612
4613 #. Having this here repeats the warning somtimes.
4614 #. But can't we stand that?
4615 #: config/tc-m88k.c:446
4616 msgid "Use of obsolete instruction"
4617 msgstr ""
4618
4619 #: config/tc-m88k.c:563
4620 msgid "Expression truncated to 16 bits"
4621 msgstr ""
4622
4623 #: config/tc-m88k.c:629 config/tc-m88k.c:651
4624 msgid "Expression truncated to 5 bits"
4625 msgstr ""
4626
4627 #: config/tc-m88k.c:873
4628 msgid "Expression truncated to 9 bits"
4629 msgstr ""
4630
4631 #: config/tc-m88k.c:895
4632 msgid "Removed lower 2 bits of expression"
4633 msgstr ""
4634
4635 #: config/tc-m88k.c:1034
4636 msgid "Bad relocation type"
4637 msgstr ""
4638
4639 #: config/tc-m88k.c:1047
4640 msgid "md_number_to_disp not defined"
4641 msgstr ""
4642
4643 #: config/tc-m88k.c:1057
4644 msgid "md_number_to_field not defined"
4645 msgstr ""
4646
4647 #: config/tc-m88k.c:1170
4648 msgid "Relaxation should never occur"
4649 msgstr ""
4650
4651 #: config/tc-m88k.c:1267 config/tc-sparc.c:3463 read.c:1971
4652 #, c-format
4653 msgid "BSS length (%d.) <0! Ignored."
4654 msgstr ""
4655
4656 #: config/tc-m88k.c:1311
4657 #, c-format
4658 msgid "Ignoring attempt to re-define symbol %s."
4659 msgstr ""
4660
4661 #: config/tc-mcore.c:509
4662 #, c-format
4663 msgid "register expected, but saw '%.6s'"
4664 msgstr ""
4665
4666 #: config/tc-mcore.c:593
4667 #, c-format
4668 msgid "control register expected, but saw '%.6s'"
4669 msgstr ""
4670
4671 #: config/tc-mcore.c:631
4672 msgid "bad/missing psr specifier"
4673 msgstr ""
4674
4675 #: config/tc-mcore.c:792
4676 msgid "more than 65K literal pools"
4677 msgstr ""
4678
4679 #: config/tc-mcore.c:846
4680 msgid "missing ']'"
4681 msgstr ""
4682
4683 #: config/tc-mcore.c:886
4684 msgid "operand must be a constant"
4685 msgstr ""
4686
4687 #: config/tc-mcore.c:888
4688 #, c-format
4689 msgid "operand must be absolute in range %d..%d, not %d"
4690 msgstr ""
4691
4692 #: config/tc-mcore.c:926
4693 msgid "operand must be a multiple of 4"
4694 msgstr ""
4695
4696 #: config/tc-mcore.c:933
4697 msgid "operand must be a multiple of 2"
4698 msgstr ""
4699
4700 #: config/tc-mcore.c:947 config/tc-mcore.c:1459 config/tc-mcore.c:1513
4701 msgid "base register expected"
4702 msgstr ""
4703
4704 #: config/tc-mcore.c:996
4705 #, c-format
4706 msgid "unknown opcode \"%s\""
4707 msgstr ""
4708
4709 #: config/tc-mcore.c:1039
4710 msgid "invalid register: r15 illegal"
4711 msgstr ""
4712
4713 #: config/tc-mcore.c:1087 config/tc-mcore.c:1663
4714 msgid "M340 specific opcode used when assembling for M210"
4715 msgstr ""
4716
4717 #: config/tc-mcore.c:1105 config/tc-mcore.c:1144 config/tc-mcore.c:1163
4718 #: config/tc-mcore.c:1182 config/tc-mcore.c:1209 config/tc-mcore.c:1238
4719 #: config/tc-mcore.c:1275 config/tc-mcore.c:1310 config/tc-mcore.c:1329
4720 #: config/tc-mcore.c:1348 config/tc-mcore.c:1380 config/tc-mcore.c:1405
4721 #: config/tc-mcore.c:1462 config/tc-mcore.c:1516 config/tc-mcore.c:1552
4722 #: config/tc-mcore.c:1610 config/tc-mcore.c:1632 config/tc-mcore.c:1655
4723 msgid "second operand missing"
4724 msgstr ""
4725
4726 #: config/tc-mcore.c:1120
4727 msgid "destination register must be r1"
4728 msgstr ""
4729
4730 #: config/tc-mcore.c:1141
4731 msgid "source register must be r1"
4732 msgstr ""
4733
4734 #: config/tc-mcore.c:1204 config/tc-mcore.c:1261
4735 msgid "immediate is not a power of two"
4736 msgstr ""
4737
4738 #: config/tc-mcore.c:1232
4739 msgid "translating bgeni to movi"
4740 msgstr ""
4741
4742 #: config/tc-mcore.c:1269
4743 msgid "translating mgeni to movi"
4744 msgstr ""
4745
4746 #: config/tc-mcore.c:1301
4747 msgid "translating bmaski to movi"
4748 msgstr ""
4749
4750 #: config/tc-mcore.c:1375
4751 #, c-format
4752 msgid "displacement too large (%d)"
4753 msgstr ""
4754
4755 #: config/tc-mcore.c:1389
4756 msgid "Invalid register: r0 and r15 illegal"
4757 msgstr ""
4758
4759 #: config/tc-mcore.c:1420
4760 msgid "bad starting register: r0 and r15 invalid"
4761 msgstr ""
4762
4763 #: config/tc-mcore.c:1433
4764 msgid "ending register must be r15"
4765 msgstr ""
4766
4767 #: config/tc-mcore.c:1453
4768 msgid "bad base register: must be r0"
4769 msgstr ""
4770
4771 #: config/tc-mcore.c:1471
4772 msgid "first register must be r4"
4773 msgstr ""
4774
4775 #: config/tc-mcore.c:1482
4776 msgid "last register must be r7"
4777 msgstr ""
4778
4779 #: config/tc-mcore.c:1519
4780 msgid "reg-reg expected"
4781 msgstr ""
4782
4783 #: config/tc-mcore.c:1629
4784 msgid "second operand must be 1"
4785 msgstr ""
4786
4787 #: config/tc-mcore.c:1650
4788 msgid "zero used as immediate value"
4789 msgstr ""
4790
4791 #: config/tc-mcore.c:1677
4792 msgid "duplicated psr bit specifier"
4793 msgstr ""
4794
4795 #: config/tc-mcore.c:1683
4796 msgid "`af' must appear alone"
4797 msgstr ""
4798
4799 #: config/tc-mcore.c:1690
4800 #, c-format
4801 msgid "unimplemented opcode \"%s\""
4802 msgstr ""
4803
4804 #: config/tc-mcore.c:1699
4805 #, c-format
4806 msgid "ignoring operands: %s "
4807 msgstr ""
4808
4809 #: config/tc-mcore.c:1768 config/tc-w65.c:835
4810 msgid "Bad call to MD_NTOF()"
4811 msgstr ""
4812
4813 #: config/tc-mcore.c:1841
4814 #, c-format
4815 msgid "unrecognised cpu type '%s'"
4816 msgstr ""
4817
4818 #: config/tc-mcore.c:1860
4819 msgid ""
4820 "MCORE specific options:\n"
4821 "  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
4822 "  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
4823 "  -cpu=[210|340]          select CPU type\n"
4824 "  -EB                     assemble for a big endian system (default)\n"
4825 "  -EL                     assemble for a little endian system\n"
4826 msgstr ""
4827
4828 #: config/tc-mcore.c:1879
4829 msgid "failed sanity check: short_jump"
4830 msgstr ""
4831
4832 #: config/tc-mcore.c:1890
4833 msgid "failed sanity check: long_jump"
4834 msgstr ""
4835
4836 #: config/tc-mcore.c:1917
4837 #, c-format
4838 msgid "odd displacement at %x"
4839 msgstr ""
4840
4841 #: config/tc-mcore.c:2105
4842 msgid "unknown"
4843 msgstr ""
4844
4845 #: config/tc-mcore.c:2136
4846 #, c-format
4847 msgid "odd distance branch (0x%x bytes)"
4848 msgstr ""
4849
4850 #: config/tc-mcore.c:2140
4851 #, c-format
4852 msgid "pcrel for branch to %s too far (0x%x)"
4853 msgstr ""
4854
4855 #: config/tc-mcore.c:2159
4856 #, c-format
4857 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%x)"
4858 msgstr ""
4859
4860 #: config/tc-mcore.c:2170
4861 #, c-format
4862 msgid "pcrel for loopt too far (0x%x)"
4863 msgstr ""
4864
4865 #: config/tc-mcore.c:2402
4866 #, c-format
4867 msgid "Can not do %d byte %srelocation"
4868 msgstr ""
4869
4870 #: config/tc-mcore.c:2404
4871 msgid "pc-relative"
4872 msgstr ""
4873
4874 #: config/tc-mcore.c:2421 config/tc-pj.c:569 config/tc-sh.c:3096
4875 #, c-format
4876 msgid "Cannot represent relocation type %s"
4877 msgstr ""
4878
4879 #: config/tc-mips.c:874
4880 msgid "-G not supported in this configuration."
4881 msgstr ""
4882
4883 #: config/tc-mips.c:1019
4884 msgid "trap exception not supported at ISA 1"
4885 msgstr ""
4886
4887 #: config/tc-mips.c:1060
4888 msgid "Could not set architecture and machine"
4889 msgstr ""
4890
4891 #: config/tc-mips.c:1099
4892 #, c-format
4893 msgid "internal: can't hash `%s': %s"
4894 msgstr ""
4895
4896 #: config/tc-mips.c:1107
4897 #, c-format
4898 msgid "internal error: bad mips16 opcode: %s %s\n"
4899 msgstr ""
4900
4901 #: config/tc-mips.c:1276
4902 #, c-format
4903 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
4904 msgstr ""
4905
4906 #: config/tc-mips.c:1830 config/tc-mips.c:11462
4907 msgid "extended instruction in delay slot"
4908 msgstr ""
4909
4910 #: config/tc-mips.c:1852 config/tc-mips.c:1859
4911 #, c-format
4912 msgid "jump to misaligned address (0x%lx)"
4913 msgstr ""
4914
4915 #: config/tc-mips.c:2509 config/tc-mips.c:2850
4916 msgid "Macro instruction expanded into multiple instructions"
4917 msgstr ""
4918
4919 #: config/tc-mips.c:2903
4920 msgid "unsupported large constant"
4921 msgstr ""
4922
4923 #: config/tc-mips.c:2905
4924 #, c-format
4925 msgid "Instruction %s requires absolute expression"
4926 msgstr ""
4927
4928 #: config/tc-mips.c:3051
4929 msgid "Number larger than 32 bits"
4930 msgstr ""
4931
4932 #: config/tc-mips.c:3072
4933 msgid "Number larger than 64 bits"
4934 msgstr ""
4935
4936 #: config/tc-mips.c:3338 config/tc-mips.c:3410 config/tc-mips.c:5089
4937 #: config/tc-mips.c:5140 config/tc-mips.c:5676 config/tc-mips.c:5739
4938 msgid "PIC code offset overflow (max 16 signed bits)"
4939 msgstr ""
4940
4941 #: config/tc-mips.c:3649
4942 #, c-format
4943 msgid "Branch %s is always false (nop)"
4944 msgstr ""
4945
4946 #: config/tc-mips.c:3654
4947 #, c-format
4948 msgid "Branch likely %s is always false"
4949 msgstr ""
4950
4951 #: config/tc-mips.c:3661 config/tc-mips.c:3735 config/tc-mips.c:3838
4952 #: config/tc-mips.c:3893 config/tc-mips.c:6776 config/tc-mips.c:6785
4953 #: config/tc-mips.c:6793 config/tc-mips.c:6902
4954 msgid "Unsupported large constant"
4955 msgstr ""
4956
4957 #. result is always true
4958 #: config/tc-mips.c:3697
4959 #, c-format
4960 msgid "Branch %s is always true"
4961 msgstr ""
4962
4963 #: config/tc-mips.c:3969 config/tc-mips.c:4076
4964 msgid "Divide by zero."
4965 msgstr ""
4966
4967 #: config/tc-mips.c:4660
4968 msgid "MIPS PIC call to register other than $25"
4969 msgstr ""
4970
4971 #: config/tc-mips.c:4665 config/tc-mips.c:4777
4972 msgid "No .cprestore pseudo-op used in PIC code"
4973 msgstr ""
4974
4975 #: config/tc-mips.c:4850 config/tc-mips.c:4939 config/tc-mips.c:5427
4976 #: config/tc-mips.c:5468 config/tc-mips.c:5486 config/tc-mips.c:6115
4977 msgid "opcode not supported on this processor"
4978 msgstr ""
4979
4980 #: config/tc-mips.c:5946 config/tc-mips.c:6670
4981 msgid "Macro used $at after \".set noat\""
4982 msgstr ""
4983
4984 #: config/tc-mips.c:6086 config/tc-mips.c:6104
4985 msgid "rotate count too large"
4986 msgstr ""
4987
4988 #: config/tc-mips.c:6155
4989 #, c-format
4990 msgid "Instruction %s: result is always false"
4991 msgstr ""
4992
4993 #: config/tc-mips.c:6324
4994 #, c-format
4995 msgid "Instruction %s: result is always true"
4996 msgstr ""
4997
4998 #: config/tc-mips.c:6463 config/tc-mips.c:6490 config/tc-mips.c:6562
4999 #: config/tc-mips.c:6587
5000 msgid "operand overflow"
5001 msgstr ""
5002
5003 #. FIXME: Check if this is one of the itbl macros, since they
5004 #. are added dynamically.
5005 #: config/tc-mips.c:6666
5006 #, c-format
5007 msgid "Macro %s not implemented yet"
5008 msgstr ""
5009
5010 #: config/tc-mips.c:6936
5011 #, c-format
5012 msgid "internal: bad mips opcode (mask error): %s %s"
5013 msgstr ""
5014
5015 #: config/tc-mips.c:6988
5016 #, c-format
5017 msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
5018 msgstr ""
5019
5020 #: config/tc-mips.c:6995
5021 #, c-format
5022 msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
5023 msgstr ""
5024
5025 #: config/tc-mips.c:7103
5026 #, c-format
5027 msgid "opcode not supported on this processor: %d (MIPS%d)"
5028 msgstr ""
5029
5030 #: config/tc-mips.c:7173
5031 #, c-format
5032 msgid "Improper shift amount (%ld)"
5033 msgstr ""
5034
5035 #: config/tc-mips.c:7200 config/tc-mips.c:8317 config/tc-mips.c:8432
5036 #, c-format
5037 msgid "Invalid value for `%s' (%lu)"
5038 msgstr ""
5039
5040 #: config/tc-mips.c:7218
5041 #, c-format
5042 msgid "Illegal break code (%ld)"
5043 msgstr ""
5044
5045 #: config/tc-mips.c:7232
5046 #, c-format
5047 msgid "Illegal lower break code (%ld)"
5048 msgstr ""
5049
5050 #: config/tc-mips.c:7245
5051 #, c-format
5052 msgid "Illegal syscall code (%ld)"
5053 msgstr ""
5054
5055 #: config/tc-mips.c:7257
5056 #, c-format
5057 msgid "Coproccesor code > 25 bits (%ld)"
5058 msgstr ""
5059
5060 #: config/tc-mips.c:7271
5061 #, c-format
5062 msgid "Invalidate performance regster (%ld)"
5063 msgstr ""
5064
5065 #: config/tc-mips.c:7307
5066 #, c-format
5067 msgid "Invalid register number (%d)"
5068 msgstr ""
5069
5070 #: config/tc-mips.c:7467
5071 #, c-format
5072 msgid "Invalid float register number (%d)"
5073 msgstr ""
5074
5075 #: config/tc-mips.c:7477
5076 #, c-format
5077 msgid "Float register should be even, was %d"
5078 msgstr ""
5079
5080 #: config/tc-mips.c:7529
5081 msgid "absolute expression required"
5082 msgstr ""
5083
5084 #: config/tc-mips.c:7590
5085 #, c-format
5086 msgid "Bad floating point constant: %s"
5087 msgstr ""
5088
5089 #: config/tc-mips.c:7712
5090 msgid "Can't use floating point insn in this section"
5091 msgstr ""
5092
5093 #: config/tc-mips.c:7766
5094 msgid "16 bit expression not in range 0..65535"
5095 msgstr ""
5096
5097 #: config/tc-mips.c:7803
5098 msgid "16 bit expression not in range -32768..32767"
5099 msgstr ""
5100
5101 #: config/tc-mips.c:7874
5102 msgid "lui expression not in range 0..65535"
5103 msgstr ""
5104
5105 #: config/tc-mips.c:7898
5106 #, c-format
5107 msgid "invalid condition code register $fcc%d"
5108 msgstr ""
5109
5110 #: config/tc-mips.c:7906
5111 #, c-format
5112 msgid "bad char = '%c'\n"
5113 msgstr ""
5114
5115 #: config/tc-mips.c:7919 config/tc-mips.c:8457
5116 msgid "illegal operands"
5117 msgstr ""
5118
5119 #: config/tc-mips.c:7986
5120 msgid "unrecognized opcode"
5121 msgstr ""
5122
5123 #: config/tc-mips.c:8095
5124 #, c-format
5125 msgid "invalid register number (%d)"
5126 msgstr ""
5127
5128 #: config/tc-mips.c:8176
5129 msgid "used $at without \".set noat\""
5130 msgstr ""
5131
5132 #: config/tc-mips.c:8351
5133 msgid "can't parse register list"
5134 msgstr ""
5135
5136 #: config/tc-mips.c:8385 config/tc-mips.c:8415
5137 msgid "invalid register list"
5138 msgstr ""
5139
5140 #: config/tc-mips.c:8582
5141 msgid "extended operand requested but not required"
5142 msgstr ""
5143
5144 #: config/tc-mips.c:8584
5145 msgid "invalid unextended operand value"
5146 msgstr ""
5147
5148 #: config/tc-mips.c:8612
5149 msgid "operand value out of range for instruction"
5150 msgstr ""
5151
5152 #: config/tc-mips.c:9097
5153 #, c-format
5154 msgid "ignoring invalid leading 'v' in -mcpu=%s switch"
5155 msgstr ""
5156
5157 #: config/tc-mips.c:9103
5158 #, c-format
5159 msgid "invalid architecture -mcpu=%s"
5160 msgstr ""
5161
5162 #: config/tc-mips.c:9153
5163 msgid "-G may not be used with embedded PIC code"
5164 msgstr ""
5165
5166 #: config/tc-mips.c:9165
5167 msgid "-call_shared is supported only for ELF format"
5168 msgstr ""
5169
5170 #: config/tc-mips.c:9171 config/tc-mips.c:10251 config/tc-mips.c:10419
5171 msgid "-G may not be used with SVR4 PIC code"
5172 msgstr ""
5173
5174 #: config/tc-mips.c:9180
5175 msgid "-non_shared is supported only for ELF format"
5176 msgstr ""
5177
5178 #: config/tc-mips.c:9196
5179 msgid "-G is not supported for this configuration"
5180 msgstr ""
5181
5182 #: config/tc-mips.c:9201
5183 msgid "-G may not be used with SVR4 or embedded PIC code"
5184 msgstr ""
5185
5186 #: config/tc-mips.c:9225
5187 msgid "No compiled in support for 64 bit object file format"
5188 msgstr ""
5189
5190 #: config/tc-mips.c:9315
5191 msgid ""
5192 "MIPS options:\n"
5193 "-membedded-pic\t\tgenerate embedded position independent code\n"
5194 "-EB\t\t\tgenerate big endian output\n"
5195 "-EL\t\t\tgenerate little endian output\n"
5196 "-g, -g2\t\t\tdo not remove uneeded NOPs or swap branches\n"
5197 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
5198 "\t\t\timplicitly with the gp register [default 8]\n"
5199 msgstr ""
5200
5201 #: config/tc-mips.c:9323
5202 msgid ""
5203 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
5204 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
5205 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
5206 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
5207 "-mcpu=CPU\t\tgenerate code for CPU, where CPU is one of:\n"
5208 msgstr ""
5209
5210 #: config/tc-mips.c:9349
5211 msgid ""
5212 "-mCPU\t\t\tequivalent to -mcpu=CPU.\n"
5213 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
5214 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
5215 msgstr ""
5216
5217 #: config/tc-mips.c:9362
5218 msgid ""
5219 "-mips16\t\t\tgenerate mips16 instructions\n"
5220 "-no-mips16\t\tdo not generate mips16 instructions\n"
5221 msgstr ""
5222
5223 #: config/tc-mips.c:9365
5224 msgid ""
5225 "-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
5226 "-O\t\t\tremove unneeded NOPs and swap branches\n"
5227 "--[no-]construct-floats [dis]allow floating point values to be constructed\n"
5228 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
5229 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
5230 msgstr ""
5231
5232 #: config/tc-mips.c:9372
5233 msgid ""
5234 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
5235 "-non_shared\t\tdo not generate position independent code\n"
5236 "-xgot\t\t\tassume a 32 bit GOT\n"
5237 "-32\t\t\tcreate 32 bit object file (default)\n"
5238 "-64\t\t\tcreate 64 bit object file\n"
5239 msgstr ""
5240
5241 #: config/tc-mips.c:9429
5242 #, c-format
5243 msgid "Unsupported reloc size %d"
5244 msgstr ""
5245
5246 #: config/tc-mips.c:9532
5247 msgid "Unmatched %%hi reloc"
5248 msgstr ""
5249
5250 #: config/tc-mips.c:9656
5251 msgid "Invalid PC relative reloc"
5252 msgstr ""
5253
5254 #: config/tc-mips.c:9766 config/tc-sparc.c:3025 config/tc-sparc.c:3032
5255 #: config/tc-sparc.c:3039 config/tc-sparc.c:3046 config/tc-sparc.c:3053
5256 #: config/tc-sparc.c:3062 config/tc-sparc.c:3073 config/tc-sparc.c:3099
5257 #: config/tc-sparc.c:3127 write.c:974 write.c:1038
5258 msgid "relocation overflow"
5259 msgstr ""
5260
5261 #: config/tc-mips.c:9782
5262 #, c-format
5263 msgid "Branch to odd address (%lx)"
5264 msgstr ""
5265
5266 #: config/tc-mips.c:9946
5267 #, c-format
5268 msgid "%08lx  UNDEFINED\n"
5269 msgstr ""
5270
5271 #: config/tc-mips.c:10012
5272 msgid "Alignment negative: 0 assumed."
5273 msgstr ""
5274
5275 #: config/tc-mips.c:10100
5276 msgid "No read only data section in this object file format"
5277 msgstr ""
5278
5279 #: config/tc-mips.c:10123
5280 msgid "Global pointers not supported; recompile -G 0"
5281 msgstr ""
5282
5283 #: config/tc-mips.c:10209
5284 #, c-format
5285 msgid "%s: no such section"
5286 msgstr ""
5287
5288 #: config/tc-mips.c:10246
5289 #, c-format
5290 msgid ".option pic%d not supported"
5291 msgstr ""
5292
5293 #: config/tc-mips.c:10257
5294 #, c-format
5295 msgid "Unrecognized option \"%s\""
5296 msgstr ""
5297
5298 #: config/tc-mips.c:10320
5299 msgid "`noreorder' must be set before `nomacro'"
5300 msgstr ""
5301
5302 #: config/tc-mips.c:10355
5303 msgid "unknown ISA level"
5304 msgstr ""
5305
5306 #: config/tc-mips.c:10378
5307 msgid ".set pop with no .set push"
5308 msgstr ""
5309
5310 #: config/tc-mips.c:10402
5311 #, c-format
5312 msgid "Tried to set unrecognized symbol: %s\n"
5313 msgstr ""
5314
5315 #: config/tc-mips.c:10452
5316 msgid ".cpload not in noreorder section"
5317 msgstr ""
5318
5319 #: config/tc-mips.c:10534
5320 msgid "Unsupported use of .gpword"
5321 msgstr ""
5322
5323 #: config/tc-mips.c:10671
5324 msgid "expected `$'"
5325 msgstr ""
5326
5327 #: config/tc-mips.c:10679
5328 msgid "Bad register number"
5329 msgstr ""
5330
5331 #: config/tc-mips.c:10695
5332 msgid "Unrecognized register name"
5333 msgstr ""
5334
5335 #: config/tc-mips.c:10894
5336 msgid "unsupported PC relative reference to different section"
5337 msgstr ""
5338
5339 #: config/tc-mips.c:11003
5340 msgid "unsupported relocation"
5341 msgstr ""
5342
5343 #: config/tc-mips.c:11108
5344 msgid "AT used after \".set noat\" or macro used after \".set nomacro\""
5345 msgstr ""
5346
5347 #: config/tc-mips.c:11171
5348 msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc"
5349 msgstr ""
5350
5351 #: config/tc-mips.c:11683
5352 msgid "missing `.end' at end of assembly"
5353 msgstr ""
5354
5355 #: config/tc-mips.c:11698
5356 msgid "Expected simple number."
5357 msgstr ""
5358
5359 #: config/tc-mips.c:11724
5360 #, c-format
5361 msgid " *input_line_pointer == '%c' 0x%02x\n"
5362 msgstr ""
5363
5364 #: config/tc-mips.c:11726
5365 msgid "Invalid number"
5366 msgstr ""
5367
5368 #: config/tc-mips.c:11781
5369 msgid ".end not in text section"
5370 msgstr ""
5371
5372 #: config/tc-mips.c:11785
5373 msgid ".end directive without a preceding .ent directive."
5374 msgstr ""
5375
5376 #: config/tc-mips.c:11794
5377 msgid ".end symbol does not match .ent symbol."
5378 msgstr ""
5379
5380 #: config/tc-mips.c:11797
5381 msgid ".end directive missing or unknown symbol"
5382 msgstr ""
5383
5384 #: config/tc-mips.c:11872
5385 msgid ".ent or .aent not in text section."
5386 msgstr ""
5387
5388 #: config/tc-mips.c:11875
5389 msgid "missing `.end'"
5390 msgstr ""
5391
5392 #: config/tc-mips.c:11908 ecoff.c:3227
5393 msgid ".frame outside of .ent"
5394 msgstr ""
5395
5396 #: config/tc-mips.c:11919 ecoff.c:3238
5397 msgid "Bad .frame directive"
5398 msgstr ""
5399
5400 #: config/tc-mips.c:11949
5401 msgid ".mask/.fmask outside of .ent"
5402 msgstr ""
5403
5404 #: config/tc-mips.c:11956
5405 msgid "Bad .mask/.fmask directive"
5406 msgstr ""
5407
5408 #: config/tc-mn10200.c:333
5409 msgid ""
5410 "MN10200 options:\n"
5411 "none yet\n"
5412 msgstr ""
5413
5414 #: config/tc-mn10200.c:807 config/tc-mn10300.c:957 config/tc-ppc.c:1732
5415 #: config/tc-v850.c:1692
5416 #, c-format
5417 msgid "Unrecognized opcode: `%s'"
5418 msgstr ""
5419
5420 #: config/tc-mn10300.c:541
5421 msgid ""
5422 "MN10300 options:\n"
5423 "none yet\n"
5424 msgstr ""
5425
5426 #: config/tc-mn10300.c:974
5427 msgid "Invalid opcode/operands"
5428 msgstr ""
5429
5430 #: config/tc-mn10300.c:1451
5431 msgid "Invalid register specification."
5432 msgstr ""
5433
5434 #: config/tc-ns32k.c:444
5435 msgid "Invalid syntax in PC-relative addressing mode"
5436 msgstr ""
5437
5438 #: config/tc-ns32k.c:468
5439 msgid "Invalid syntax in External addressing mode"
5440 msgstr ""
5441
5442 #: config/tc-ns32k.c:537
5443 msgid "Invalid syntax in Memory Relative addressing mode"
5444 msgstr ""
5445
5446 #: config/tc-ns32k.c:604
5447 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
5448 msgstr ""
5449
5450 #: config/tc-ns32k.c:609
5451 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
5452 msgstr ""
5453
5454 #: config/tc-ns32k.c:615
5455 msgid "Scaled-indexed addressing mode combined with scaled-index"
5456 msgstr ""
5457
5458 #: config/tc-ns32k.c:624
5459 msgid "Invalid or illegal addressing mode combined with scaled-index"
5460 msgstr ""
5461
5462 #: config/tc-ns32k.c:731
5463 msgid "Premature end of suffix -- Defaulting to d"
5464 msgstr ""
5465
5466 #: config/tc-ns32k.c:744
5467 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
5468 msgstr ""
5469
5470 #: config/tc-ns32k.c:785
5471 msgid "Very short instr to option, ie you can't do it on a NULLstr"
5472 msgstr ""
5473
5474 #: config/tc-ns32k.c:829
5475 msgid "No such entry in list. (cpu/mmu register)"
5476 msgstr ""
5477
5478 #: config/tc-ns32k.c:870
5479 msgid "Internal consistency error.  check ns32k-opcode.h"
5480 msgstr ""
5481
5482 #: config/tc-ns32k.c:891
5483 msgid "Address of immediate operand"
5484 msgstr ""
5485
5486 #: config/tc-ns32k.c:892
5487 msgid "Invalid immediate write operand."
5488 msgstr ""
5489
5490 #: config/tc-ns32k.c:1019
5491 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
5492 msgstr ""
5493
5494 #: config/tc-ns32k.c:1048
5495 msgid "No such opcode"
5496 msgstr ""
5497
5498 #: config/tc-ns32k.c:1116
5499 msgid "Bad suffix, defaulting to d"
5500 msgstr ""
5501
5502 #: config/tc-ns32k.c:1138
5503 msgid "Too many operands passed to instruction"
5504 msgstr ""
5505
5506 #. check error in default
5507 #: config/tc-ns32k.c:1149
5508 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
5509 msgstr ""
5510
5511 #: config/tc-ns32k.c:1154
5512 msgid "Wrong number of operands"
5513 msgstr ""
5514
5515 #: config/tc-ns32k.c:1273
5516 msgid "iif convert internal pcrel/binary"
5517 msgstr ""
5518
5519 #: config/tc-ns32k.c:1289
5520 msgid "Bignum too big for long"
5521 msgstr ""
5522
5523 #: config/tc-ns32k.c:1364
5524 msgid "iif convert internal pcrel/pointer"
5525 msgstr ""
5526
5527 #: config/tc-ns32k.c:1369
5528 msgid "Internal logic error in iif.iifP[n].type"
5529 msgstr ""
5530
5531 #. We cant relax this case
5532 #: config/tc-ns32k.c:1403
5533 msgid "Can't relax difference"
5534 msgstr ""
5535
5536 #: config/tc-ns32k.c:1452
5537 msgid "Displacement to large for :d"
5538 msgstr ""
5539
5540 #: config/tc-ns32k.c:1463
5541 msgid "Internal logic error in iif.iifP[].type"
5542 msgstr ""
5543
5544 #: config/tc-ns32k.c:1518
5545 #, c-format
5546 msgid "Can not do %d byte pc-relative relocation for storage type %d"
5547 msgstr ""
5548
5549 #: config/tc-ns32k.c:1521
5550 #, c-format
5551 msgid "Can not do %d byte relocation for storage type %d"
5552 msgstr ""
5553
5554 #: config/tc-ns32k.c:1553
5555 #, c-format
5556 msgid "Can't hash %s: %s"
5557 msgstr ""
5558
5559 #: config/tc-ns32k.c:1638
5560 msgid "Byte displacement out of range.  line number not valid"
5561 msgstr ""
5562
5563 #: config/tc-ns32k.c:1647
5564 msgid "Word displacement out of range.  line number not valid"
5565 msgstr ""
5566
5567 #: config/tc-ns32k.c:1661
5568 msgid "Double word displacement out of range"
5569 msgstr ""
5570
5571 #: config/tc-ns32k.c:1681
5572 #, c-format
5573 msgid "Internal logic error.  line %s, file \"%s\""
5574 msgstr ""
5575
5576 #: config/tc-ns32k.c:1729
5577 #, c-format
5578 msgid "Internal logic error. line %s, file \"%s\""
5579 msgstr ""
5580
5581 #: config/tc-ns32k.c:1840
5582 msgid "Bit field out of range"
5583 msgstr ""
5584
5585 #: config/tc-ns32k.c:2089
5586 #, c-format
5587 msgid "invalid architecture option -m%s"
5588 msgstr ""
5589
5590 #: config/tc-ns32k.c:2105
5591 msgid ""
5592 "NS32K options:\n"
5593 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
5594 msgstr ""
5595
5596 #: config/tc-ns32k.c:2285
5597 #, c-format
5598 msgid "Cannot find relocation type for symbol %s, code %d"
5599 msgstr ""
5600
5601 #: config/tc-pj.c:66 config/tc-pj.c:74
5602 msgid "confusing relocation expressions"
5603 msgstr ""
5604
5605 #: config/tc-pj.c:165
5606 msgid "can't have relocation for ipush"
5607 msgstr ""
5608
5609 #: config/tc-pj.c:272
5610 #, c-format
5611 msgid "unknown opcode %s"
5612 msgstr ""
5613
5614 #: config/tc-pj.c:421
5615 msgid ""
5616 "PJ options:\n"
5617 "-little\t\t\tgenerate little endian code\n"
5618 "-big\t\t\tgenerate big endian code\n"
5619 msgstr ""
5620
5621 #: config/tc-pj.c:458 config/tc-sh.c:2657 config/tc-sh.c:2664
5622 #: config/tc-sh.c:2671 config/tc-sh.c:2678
5623 msgid "pcrel too far"
5624 msgstr ""
5625
5626 #: config/tc-pj.c:526 config/tc-sh.c:2753
5627 msgid "offset out of range"
5628 msgstr ""
5629
5630 #: config/tc-ppc.c:922
5631 #, c-format
5632 msgid "invalid switch -m%s"
5633 msgstr ""
5634
5635 #: config/tc-ppc.c:959
5636 msgid ""
5637 "PowerPC options:\n"
5638 "-u\t\t\tignored\n"
5639 "-mpwrx, -mpwr2\t\tgenerate code for IBM POWER/2 (RIOS2)\n"
5640 "-mpwr\t\t\tgenerate code for IBM POWER (RIOS1)\n"
5641 "-m601\t\t\tgenerate code for Motorola PowerPC 601\n"
5642 "-mppc, -mppc32, -m403, -m603, -m604\n"
5643 "\t\t\tgenerate code for Motorola PowerPC 603/604\n"
5644 "-mppc64, -m620\t\tgenerate code for Motorola PowerPC 620\n"
5645 "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
5646 "-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
5647 "-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
5648 "-mregnames\t\tAllow symbolic names for registers\n"
5649 "-mno-regnames\t\tDo not allow symbolic names for registers\n"
5650 msgstr ""
5651
5652 #: config/tc-ppc.c:974
5653 msgid ""
5654 "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
5655 "-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
5656 "-memb\t\t\tset PPC_EMB bit in ELF flags\n"
5657 "-mlittle, -mlittle-endian\n"
5658 "\t\t\tgenerate code for a little endian machine\n"
5659 "-mbig, -mbig-endian\tgenerate code for a big endian machine\n"
5660 "-msolaris\t\tgenerate code for Solaris\n"
5661 "-mno-solaris\t\tdo not generate code for Solaris\n"
5662 "-V\t\t\tprint assembler version number\n"
5663 "-Qy, -Qn\t\tignored\n"
5664 msgstr ""
5665
5666 #: config/tc-ppc.c:1009
5667 #, c-format
5668 msgid "Unknown default cpu = %s, os = %s"
5669 msgstr ""
5670
5671 #: config/tc-ppc.c:1034
5672 msgid "Neither Power nor PowerPC opcodes were selected."
5673 msgstr ""
5674
5675 #: config/tc-ppc.c:1113
5676 #, c-format
5677 msgid "Internal assembler error for instruction %s"
5678 msgstr ""
5679
5680 #: config/tc-ppc.c:1132
5681 #, c-format
5682 msgid "Internal assembler error for macro %s"
5683 msgstr ""
5684
5685 #: config/tc-ppc.c:1342
5686 msgid "identifier+constant@got means identifier@got+constant"
5687 msgstr ""
5688
5689 #: config/tc-ppc.c:1396
5690 #, c-format
5691 msgid "%s relocations do not fit in %d bytes\n"
5692 msgstr ""
5693
5694 #: config/tc-ppc.c:1496
5695 #, c-format
5696 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
5697 msgstr ""
5698
5699 #: config/tc-ppc.c:1578
5700 msgid "Relocation cannot be done when using -mrelocatable"
5701 msgstr ""
5702
5703 #: config/tc-ppc.c:1659
5704 #, c-format
5705 msgid "syntax error: invalid toc specifier `%s'"
5706 msgstr ""
5707
5708 #: config/tc-ppc.c:1673
5709 #, c-format
5710 msgid "syntax error: expected `]', found  `%c'"
5711 msgstr ""
5712
5713 #: config/tc-ppc.c:1908
5714 msgid "[tocv] symbol is not a toc symbol"
5715 msgstr ""
5716
5717 #: config/tc-ppc.c:1919
5718 msgid "Unimplemented toc32 expression modifier"
5719 msgstr ""
5720
5721 #: config/tc-ppc.c:1924
5722 msgid "Unimplemented toc64 expression modifier"
5723 msgstr ""
5724
5725 #: config/tc-ppc.c:1928
5726 #, c-format
5727 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
5728 msgstr ""
5729
5730 #: config/tc-ppc.c:2081
5731 #, c-format
5732 msgid "syntax error; found `%c' but expected `%c'"
5733 msgstr ""
5734
5735 #: config/tc-ppc.c:2189
5736 msgid "wrong number of operands"
5737 msgstr ""
5738
5739 #: config/tc-ppc.c:2245
5740 msgid "Bad .section directive: want a,w,x,e in string"
5741 msgstr ""
5742
5743 #: config/tc-ppc.c:2359
5744 msgid "missing size"
5745 msgstr ""
5746
5747 #: config/tc-ppc.c:2368
5748 msgid "negative size"
5749 msgstr ""
5750
5751 #: config/tc-ppc.c:2409
5752 msgid "missing real symbol name"
5753 msgstr ""
5754
5755 #: config/tc-ppc.c:2430
5756 msgid "attempt to redefine symbol"
5757 msgstr ""
5758
5759 #: config/tc-ppc.c:2664
5760 msgid "The XCOFF file format does not support arbitrary sections"
5761 msgstr ""
5762
5763 #: config/tc-ppc.c:2772 config/tc-ppc.c:3297 read.c:2983
5764 msgid "missing value"
5765 msgstr ""
5766
5767 #: config/tc-ppc.c:2790
5768 msgid "illegal .stabx expression; zero assumed"
5769 msgstr ""
5770
5771 #: config/tc-ppc.c:2822
5772 msgid "missing class"
5773 msgstr ""
5774
5775 #: config/tc-ppc.c:2831
5776 msgid "missing type"
5777 msgstr ""
5778
5779 #: config/tc-ppc.c:2892
5780 msgid "missing symbol name"
5781 msgstr ""
5782
5783 #: config/tc-ppc.c:3068
5784 msgid "nested .bs blocks"
5785 msgstr ""
5786
5787 #: config/tc-ppc.c:3101
5788 msgid ".es without preceding .bs"
5789 msgstr ""
5790
5791 #: config/tc-ppc.c:3289
5792 msgid "non-constant byte count"
5793 msgstr ""
5794
5795 #: config/tc-ppc.c:3334
5796 msgid ".tc not in .toc section"
5797 msgstr ""
5798
5799 #: config/tc-ppc.c:3353
5800 msgid ".tc with no label"
5801 msgstr ""
5802
5803 #: config/tc-ppc.c:3428
5804 msgid "No previous section to return to. Directive ignored."
5805 msgstr ""
5806
5807 #. Section Contents
5808 #. unknown
5809 #: config/tc-ppc.c:3847
5810 msgid "Unsupported section attribute -- 'a'"
5811 msgstr ""
5812
5813 #: config/tc-ppc.c:4037
5814 msgid "bad symbol suffix"
5815 msgstr ""
5816
5817 #: config/tc-ppc.c:4130
5818 msgid "Unrecognized symbol suffix"
5819 msgstr ""
5820
5821 #: config/tc-ppc.c:4212
5822 msgid "two .function pseudo-ops with no intervening .ef"
5823 msgstr ""
5824
5825 #: config/tc-ppc.c:4225
5826 msgid ".ef with no preceding .function"
5827 msgstr ""
5828
5829 #: config/tc-ppc.c:4353
5830 #, c-format
5831 msgid "warning: symbol %s has no csect"
5832 msgstr ""
5833
5834 #: config/tc-ppc.c:4654
5835 msgid "symbol in .toc does not match any .tc"
5836 msgstr ""
5837
5838 #: config/tc-ppc.c:4951
5839 msgid "unsupported relocation type"
5840 msgstr ""
5841
5842 #: config/tc-ppc.c:5013
5843 #, c-format
5844 msgid "cannot emit PC relative %s relocation against %s"
5845 msgstr ""
5846
5847 #: config/tc-ppc.c:5018
5848 #, c-format
5849 msgid "cannot emit PC relative %s relocation"
5850 msgstr ""
5851
5852 #: config/tc-ppc.c:5080
5853 msgid "must branch to an address a multiple of 4"
5854 msgstr ""
5855
5856 #: config/tc-ppc.c:5084
5857 #, c-format
5858 msgid "@local or @plt branch destination is too far away, %ld bytes"
5859 msgstr ""
5860
5861 #: config/tc-ppc.c:5108
5862 #, c-format
5863 msgid "Gas failure, reloc value %d\n"
5864 msgstr ""
5865
5866 #: config/tc-sh.c:671
5867 msgid "illegal register after @-"
5868 msgstr ""
5869
5870 #: config/tc-sh.c:687
5871 msgid "must be @(r0,...)"
5872 msgstr ""
5873
5874 #: config/tc-sh.c:703
5875 msgid "syntax error in @(r0,...)"
5876 msgstr ""
5877
5878 #: config/tc-sh.c:736 config/tc-sh.c:741
5879 msgid "syntax error in @(disp,[Rn, gbr, pc])"
5880 msgstr ""
5881
5882 #: config/tc-sh.c:746
5883 msgid "expecting )"
5884 msgstr ""
5885
5886 #: config/tc-sh.c:755
5887 msgid "illegal register after @"
5888 msgstr ""
5889
5890 #: config/tc-sh.c:1315
5891 #, c-format
5892 msgid "Invalid register: 'r%d'"
5893 msgstr ""
5894
5895 #: config/tc-sh.c:1475
5896 msgid "insn can't be combined with parallel processing insn"
5897 msgstr ""
5898
5899 #: config/tc-sh.c:1482 config/tc-sh.c:1493
5900 msgid "multiple movx specifications"
5901 msgstr ""
5902
5903 #: config/tc-sh.c:1487 config/tc-sh.c:1514
5904 msgid "multiple movy specifications"
5905 msgstr ""
5906
5907 #: config/tc-sh.c:1495
5908 msgid "invalid movx address register"
5909 msgstr ""
5910
5911 #: config/tc-sh.c:1501 config/tc-sh.c:1506
5912 msgid "invalid movx dsp register"
5913 msgstr ""
5914
5915 #: config/tc-sh.c:1523 config/tc-sh.c:1528
5916 msgid "invalid movy dsp register"
5917 msgstr ""
5918
5919 #: config/tc-sh.c:1532
5920 msgid "invalid movy address register"
5921 msgstr ""
5922
5923 #: config/tc-sh.c:1538
5924 msgid "dsp immediate shift value not constant"
5925 msgstr ""
5926
5927 #: config/tc-sh.c:1545 config/tc-sh.c:1558
5928 msgid "multiple parallel processing specifications"
5929 msgstr ""
5930
5931 #: config/tc-sh.c:1551
5932 msgid "multiple condition specifications"
5933 msgstr ""
5934
5935 #: config/tc-sh.c:1567
5936 msgid "insn cannot be combined with pmuls"
5937 msgstr ""
5938
5939 #: config/tc-sh.c:1584
5940 msgid "bad padd / psub pmuls output operand"
5941 msgstr ""
5942
5943 #: config/tc-sh.c:1594
5944 msgid "condition not followed by conditionalizable insn"
5945 msgstr ""
5946
5947 #: config/tc-sh.c:1604
5948 msgid "unrecognized characters at end of parallel processing insn"
5949 msgstr ""
5950
5951 #: config/tc-sh.c:1713
5952 #, c-format
5953 msgid "excess operands: '%s'"
5954 msgstr ""
5955
5956 #: config/tc-sh.c:1860
5957 msgid ".uses pseudo-op seen when not relaxing"
5958 msgstr ""
5959
5960 #: config/tc-sh.c:1866
5961 msgid "bad .uses format"
5962 msgstr ""
5963
5964 #: config/tc-sh.c:1927
5965 msgid ""
5966 "SH options:\n"
5967 "-little\t\t\tgenerate little endian code\n"
5968 "-relax\t\t\talter jump instructions for long displacements\n"
5969 "-small\t\t\talign sections to 4 byte boundaries, not 16\n"
5970 "-dsp\t\t\tenable sh-dsp insns, and disable sh3e / sh4 insns.\n"
5971 msgstr ""
5972
5973 #: config/tc-sh.c:1938 config/tc-w65.c:861
5974 msgid "call to tc_Nout_fix_to_chars \n"
5975 msgstr ""
5976
5977 #: config/tc-sh.c:2022
5978 msgid ".uses does not refer to a local symbol in the same section"
5979 msgstr ""
5980
5981 #: config/tc-sh.c:2041
5982 msgid "can't find fixup pointed to by .uses"
5983 msgstr ""
5984
5985 #: config/tc-sh.c:2064
5986 msgid ".uses target does not refer to a local symbol in the same section"
5987 msgstr ""
5988
5989 #: config/tc-sh.c:2161
5990 #, c-format
5991 msgid "at 0x%lx, displacement overflows 12-bit field"
5992 msgstr ""
5993
5994 #: config/tc-sh.c:2164
5995 #, c-format
5996 msgid "at 0x%lx, displacement to defined symbol %s overflows 12-bit field"
5997 msgstr ""
5998
5999 #: config/tc-sh.c:2168
6000 #, c-format
6001 msgid "at 0x%lx, displacement to undefined symbol %s overflows 12-bit field"
6002 msgstr ""
6003
6004 #: config/tc-sh.c:2285
6005 #, c-format
6006 msgid "at 0x%lx, displacement overflows 8-bit field"
6007 msgstr ""
6008
6009 #: config/tc-sh.c:2288
6010 #, c-format
6011 msgid "at 0x%lx, displacement to defined symbol %s overflows 8-bit field "
6012 msgstr ""
6013
6014 #: config/tc-sh.c:2292
6015 #, c-format
6016 msgid "at 0x%lx, displacement to undefined symbol %s overflows 8-bit field "
6017 msgstr ""
6018
6019 #: config/tc-sh.c:2346
6020 #, c-format
6021 msgid "overflow in branch to %s; converted into longer instruction sequence"
6022 msgstr ""
6023
6024 #: config/tc-sh.c:2421 config/tc-sh.c:2449 config/tc-sparc.c:4002
6025 #: config/tc-sparc.c:4021
6026 msgid "misaligned data"
6027 msgstr ""
6028
6029 #: config/tc-sh.c:2745
6030 msgid "misaligned offset"
6031 msgstr ""
6032
6033 #: config/tc-sparc.c:271
6034 msgid "Invalid default architecture, broken assembler."
6035 msgstr ""
6036
6037 #: config/tc-sparc.c:275 config/tc-sparc.c:472
6038 msgid "Bad opcode table, broken assembler."
6039 msgstr ""
6040
6041 #: config/tc-sparc.c:451
6042 #, c-format
6043 msgid "invalid architecture -xarch=%s"
6044 msgstr ""
6045
6046 #: config/tc-sparc.c:466
6047 #, c-format
6048 msgid "invalid architecture -A%s"
6049 msgstr ""
6050
6051 #: config/tc-sparc.c:533
6052 #, c-format
6053 msgid "No compiled in support for %d bit object file format"
6054 msgstr ""
6055
6056 #: config/tc-sparc.c:570
6057 msgid "Unrecognized option following -K"
6058 msgstr ""
6059
6060 #: config/tc-sparc.c:610
6061 msgid "SPARC options:\n"
6062 msgstr ""
6063
6064 #: config/tc-sparc.c:618
6065 msgid ""
6066 "\n"
6067 "-xarch=v8plus | -xarch=v8plusa\n"
6068 msgstr ""
6069
6070 #: config/tc-sparc.c:619
6071 msgid ""
6072 "\t\t\tspecify variant of SPARC architecture\n"
6073 "-bump\t\t\twarn when assembler switches architectures\n"
6074 "-sparc\t\t\tignored\n"
6075 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
6076 "-relax\t\t\trelax jumps and branches (default)\n"
6077 "-no-relax\t\tavoid changing any jumps and branches\n"
6078 msgstr ""
6079
6080 #: config/tc-sparc.c:627
6081 msgid "-k\t\t\tgenerate PIC\n"
6082 msgstr ""
6083
6084 #: config/tc-sparc.c:631
6085 msgid ""
6086 "-32\t\t\tcreate 32 bit object file\n"
6087 "-64\t\t\tcreate 64 bit object file\n"
6088 msgstr ""
6089
6090 #: config/tc-sparc.c:634
6091 #, c-format
6092 msgid "\t\t\t[default is %d]\n"
6093 msgstr ""
6094
6095 #: config/tc-sparc.c:636
6096 msgid ""
6097 "-TSO\t\t\tuse Total Store Ordering\n"
6098 "-PSO\t\t\tuse Partial Store Ordering\n"
6099 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
6100 msgstr ""
6101
6102 #: config/tc-sparc.c:640
6103 #, c-format
6104 msgid "\t\t\t[default is %s]\n"
6105 msgstr ""
6106
6107 #: config/tc-sparc.c:642
6108 msgid ""
6109 "-KPIC\t\t\tgenerate PIC\n"
6110 "-V\t\t\tprint assembler version number\n"
6111 "-undeclared-regs\tignore application global register usage without\n"
6112 "\t\t\tappropriate .register directive (default)\n"
6113 "-no-undeclared-regs\tforce error on application global register usage\n"
6114 "\t\t\twithout appropriate .register directive\n"
6115 "-q\t\t\tignored\n"
6116 "-Qy, -Qn\t\tignored\n"
6117 "-s\t\t\tignored\n"
6118 msgstr ""
6119
6120 #: config/tc-sparc.c:654
6121 msgid ""
6122 "-EL\t\t\tgenerate code for a little endian machine\n"
6123 "-EB\t\t\tgenerate code for a big endian machine\n"
6124 "--little-endian-data\tgenerate code for a machine having big endian\n"
6125 "                        instructions and little endian data.\n"
6126 msgstr ""
6127
6128 #: config/tc-sparc.c:771
6129 #, c-format
6130 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
6131 msgstr ""
6132
6133 #: config/tc-sparc.c:789
6134 #, c-format
6135 msgid "Internal error: can't find opcode `%s' for `%s'\n"
6136 msgstr ""
6137
6138 #: config/tc-sparc.c:938
6139 msgid "Support for 64-bit arithmetic not compiled in."
6140 msgstr ""
6141
6142 #: config/tc-sparc.c:984
6143 msgid "set: number not in 0..4294967295 range"
6144 msgstr ""
6145
6146 #: config/tc-sparc.c:991
6147 msgid "set: number not in -2147483648..4294967295 range"
6148 msgstr ""
6149
6150 #: config/tc-sparc.c:1051
6151 msgid "setsw: number not in -2147483648..4294967295 range"
6152 msgstr ""
6153
6154 #: config/tc-sparc.c:1099
6155 msgid "setx: temporary register same as destination register"
6156 msgstr ""
6157
6158 #: config/tc-sparc.c:1169
6159 msgid "setx: illegal temporary register g0"
6160 msgstr ""
6161
6162 #: config/tc-sparc.c:1266
6163 msgid "FP branch in delay slot"
6164 msgstr ""
6165
6166 #: config/tc-sparc.c:1282
6167 msgid "FP branch preceded by FP instruction; NOP inserted"
6168 msgstr ""
6169
6170 #: config/tc-sparc.c:1322
6171 msgid "failed special case insn sanity check"
6172 msgstr ""
6173
6174 #: config/tc-sparc.c:1413
6175 msgid ": invalid membar mask name"
6176 msgstr ""
6177
6178 #: config/tc-sparc.c:1427
6179 msgid ": invalid membar mask expression"
6180 msgstr ""
6181
6182 #: config/tc-sparc.c:1432
6183 msgid ": invalid membar mask number"
6184 msgstr ""
6185
6186 #: config/tc-sparc.c:1450
6187 msgid ": invalid prefetch function name"
6188 msgstr ""
6189
6190 #: config/tc-sparc.c:1458
6191 msgid ": invalid prefetch function expression"
6192 msgstr ""
6193
6194 #: config/tc-sparc.c:1463
6195 msgid ": invalid prefetch function number"
6196 msgstr ""
6197
6198 #: config/tc-sparc.c:1491 config/tc-sparc.c:1503
6199 msgid ": unrecognizable privileged register"
6200 msgstr ""
6201
6202 #: config/tc-sparc.c:1527 config/tc-sparc.c:1544
6203 msgid ": unrecognizable v9a ancillary state register"
6204 msgstr ""
6205
6206 #: config/tc-sparc.c:1532
6207 msgid ": rd on write only ancillary state register"
6208 msgstr ""
6209
6210 #: config/tc-sparc.c:1568
6211 msgid ": asr number must be between 16 and 31"
6212 msgstr ""
6213
6214 #: config/tc-sparc.c:1576
6215 msgid ": asr number must be between 0 and 31"
6216 msgstr ""
6217
6218 #: config/tc-sparc.c:1586
6219 msgid ": expecting %asrN"
6220 msgstr ""
6221
6222 #: config/tc-sparc.c:1914
6223 msgid "detected global register use not covered by .register pseudo-op"
6224 msgstr ""
6225
6226 #: config/tc-sparc.c:1985
6227 msgid ": There are only 64 f registers; [0-63]"
6228 msgstr ""
6229
6230 #: config/tc-sparc.c:1987 config/tc-sparc.c:1999
6231 msgid ": There are only 32 f registers; [0-31]"
6232 msgstr ""
6233
6234 #: config/tc-sparc.c:2118 config/tc-sparc.c:2154
6235 msgid "Illegal operands: %%%s requires arguments in ()"
6236 msgstr ""
6237
6238 #: config/tc-sparc.c:2166
6239 msgid ""
6240 "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
6241 msgstr ""
6242
6243 #: config/tc-sparc.c:2275
6244 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
6245 msgstr ""
6246
6247 #: config/tc-sparc.c:2285
6248 msgid ""
6249 "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
6250 "symbol"
6251 msgstr ""
6252
6253 #: config/tc-sparc.c:2303
6254 msgid ": PC-relative operand can't be a constant"
6255 msgstr ""
6256
6257 #: config/tc-sparc.c:2336
6258 msgid ": invalid ASI name"
6259 msgstr ""
6260
6261 #: config/tc-sparc.c:2344
6262 msgid ": invalid ASI expression"
6263 msgstr ""
6264
6265 #: config/tc-sparc.c:2349
6266 msgid ": invalid ASI number"
6267 msgstr ""
6268
6269 #: config/tc-sparc.c:2446
6270 msgid "OPF immediate operand out of range (0-0x1ff)"
6271 msgstr ""
6272
6273 #: config/tc-sparc.c:2451
6274 msgid "non-immediate OPF operand, ignored"
6275 msgstr ""
6276
6277 #: config/tc-sparc.c:2470
6278 msgid ": invalid cpreg name"
6279 msgstr ""
6280
6281 #: config/tc-sparc.c:2499
6282 #, c-format
6283 msgid "Illegal operands%s"
6284 msgstr ""
6285
6286 #: config/tc-sparc.c:2528
6287 #, c-format
6288 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
6289 msgstr ""
6290
6291 #: config/tc-sparc.c:2564
6292 #, c-format
6293 msgid "Architecture mismatch on \"%s\"."
6294 msgstr ""
6295
6296 #: config/tc-sparc.c:2565
6297 #, c-format
6298 msgid " (Requires %s; requested architecture is %s.)"
6299 msgstr ""
6300
6301 #: config/tc-sparc.c:3173
6302 #, c-format
6303 msgid "bad or unhandled relocation type: 0x%02x"
6304 msgstr ""
6305
6306 #: config/tc-sparc.c:3475
6307 msgid "bad .reserve segment -- expected BSS segment"
6308 msgstr ""
6309
6310 #: config/tc-sparc.c:3492
6311 msgid "missing alignment"
6312 msgstr ""
6313
6314 #: config/tc-sparc.c:3503 config/tc-sparc.c:3648
6315 #, c-format
6316 msgid "alignment too large; assuming %d"
6317 msgstr ""
6318
6319 #: config/tc-sparc.c:3509 config/tc-sparc.c:3654
6320 msgid "negative alignment"
6321 msgstr ""
6322
6323 #: config/tc-sparc.c:3519 config/tc-sparc.c:3677
6324 msgid "alignment not a power of 2"
6325 msgstr ""
6326
6327 #: config/tc-sparc.c:3634
6328 msgid "Expected comma after common length"
6329 msgstr ""
6330
6331 #: config/tc-sparc.c:3869 config/tc-sparc.c:3879
6332 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
6333 msgstr ""
6334
6335 #: config/tc-sparc.c:3897
6336 msgid "redefinition of global register"
6337 msgstr ""
6338
6339 #: config/tc-sparc.c:3908
6340 #, c-format
6341 msgid "Register symbol %s already defined."
6342 msgstr ""
6343
6344 #: config/tc-tahoe.c:387
6345 msgid "The -a option doesn't exist. (Despite what the man page says!"
6346 msgstr ""
6347
6348 #: config/tc-tahoe.c:391 config/tc-vax.c:3141
6349 #, c-format
6350 msgid "Displacement length %s ignored!"
6351 msgstr ""
6352
6353 #: config/tc-tahoe.c:395 config/tc-vax.c:3133
6354 msgid "SYMBOL TABLE not implemented"
6355 msgstr ""
6356
6357 #: config/tc-tahoe.c:399 config/tc-vax.c:3137
6358 msgid "TOKEN TRACE not implemented"
6359 msgstr ""
6360
6361 #: config/tc-tahoe.c:403 config/tc-vax.c:3145
6362 #, c-format
6363 msgid "I don't need or use temp. file \"%s\"."
6364 msgstr ""
6365
6366 #: config/tc-tahoe.c:407 config/tc-vax.c:3149
6367 msgid "I don't use an interpass file! -V ignored"
6368 msgstr ""
6369
6370 #: config/tc-tahoe.c:421
6371 msgid ""
6372 "Tahoe options:\n"
6373 "-a\t\t\tignored\n"
6374 "-d LENGTH\t\tignored\n"
6375 "-J\t\t\tignored\n"
6376 "-S\t\t\tignored\n"
6377 "-t FILE\t\t\tignored\n"
6378 "-T\t\t\tignored\n"
6379 "-V\t\t\tignored\n"
6380 msgstr ""
6381
6382 #: config/tc-tahoe.c:1075
6383 msgid "Casting a branch displacement is bad form, and is ignored."
6384 msgstr ""
6385
6386 #: config/tc-tahoe.c:1131
6387 msgid "Couldn't parse the [index] in this operand."
6388 msgstr ""
6389
6390 #: config/tc-tahoe.c:1137
6391 msgid "Couldn't find the opening '[' for the index of this operand."
6392 msgstr ""
6393
6394 #: config/tc-tahoe.c:1177
6395 msgid "Couldn't find the opening '(' for the deref of this operand."
6396 msgstr ""
6397
6398 #: config/tc-tahoe.c:1187
6399 msgid "Operand can't be both pre-inc and post-dec."
6400 msgstr ""
6401
6402 #: config/tc-tahoe.c:1217
6403 msgid "I parsed 2 registers in this operand."
6404 msgstr ""
6405
6406 #: config/tc-tahoe.c:1267
6407 msgid "Can't relocate expression error."
6408 msgstr ""
6409
6410 #. This is an error. Tahoe doesn't allow any expressions
6411 #. bigger that a 32 bit long word. Any bigger has to be referenced
6412 #. by address.
6413 #: config/tc-tahoe.c:1274
6414 msgid "Expression is too large for a 32 bits."
6415 msgstr ""
6416
6417 #: config/tc-tahoe.c:1279
6418 msgid "Junk at end of expression."
6419 msgstr ""
6420
6421 #: config/tc-tahoe.c:1319
6422 msgid "Syntax error in direct register mode."
6423 msgstr ""
6424
6425 #: config/tc-tahoe.c:1321
6426 msgid "You can't index a register in direct register mode."
6427 msgstr ""
6428
6429 #: config/tc-tahoe.c:1324
6430 msgid "SP can't be the source operand with direct register addressing."
6431 msgstr ""
6432
6433 #: config/tc-tahoe.c:1326
6434 msgid "Can't take the address of a register."
6435 msgstr ""
6436
6437 #: config/tc-tahoe.c:1328
6438 msgid "Direct Register can't be used in a branch."
6439 msgstr ""
6440
6441 #: config/tc-tahoe.c:1330
6442 msgid "For quad access, the register must be even and < 14."
6443 msgstr ""
6444
6445 #: config/tc-tahoe.c:1332
6446 msgid "You can't cast a direct register."
6447 msgstr ""
6448
6449 #: config/tc-tahoe.c:1338
6450 msgid "Using reg 14 for quadwords can tromp the FP register."
6451 msgstr ""
6452
6453 #: config/tc-tahoe.c:1350
6454 msgid "Syntax error in auto-dec mode."
6455 msgstr ""
6456
6457 #: config/tc-tahoe.c:1352
6458 msgid "You can't have an index auto dec mode."
6459 msgstr ""
6460
6461 #: config/tc-tahoe.c:1354
6462 msgid "Auto dec mode cant be used for reading."
6463 msgstr ""
6464
6465 #: config/tc-tahoe.c:1356
6466 msgid "Auto dec only works of the SP register."
6467 msgstr ""
6468
6469 #: config/tc-tahoe.c:1358
6470 msgid "Auto dec can't be used in a branch."
6471 msgstr ""
6472
6473 #: config/tc-tahoe.c:1360
6474 msgid "Auto dec won't work with quadwords."
6475 msgstr ""
6476
6477 #: config/tc-tahoe.c:1367
6478 msgid "Syntax error in one of the auto-inc modes."
6479 msgstr ""
6480
6481 #: config/tc-tahoe.c:1373
6482 msgid "Auto inc deferred only works of the SP register."
6483 msgstr ""
6484
6485 #: config/tc-tahoe.c:1375
6486 msgid "You can't have an index auto inc deferred mode."
6487 msgstr ""
6488
6489 #: config/tc-tahoe.c:1377 config/tc-tahoe.c:1388
6490 msgid "Auto inc can't be used in a branch."
6491 msgstr ""
6492
6493 #: config/tc-tahoe.c:1384
6494 msgid "You can't write to an auto inc register."
6495 msgstr ""
6496
6497 #: config/tc-tahoe.c:1386
6498 msgid "Auto inc only works of the SP register."
6499 msgstr ""
6500
6501 #: config/tc-tahoe.c:1390
6502 msgid "Auto inc won't work with quadwords."
6503 msgstr ""
6504
6505 #: config/tc-tahoe.c:1392
6506 msgid "You can't have an index in auto inc mode."
6507 msgstr ""
6508
6509 #: config/tc-tahoe.c:1400
6510 msgid "You can't index the sp register."
6511 msgstr ""
6512
6513 #: config/tc-tahoe.c:1406
6514 msgid "Syntax error in register displaced mode."
6515 msgstr ""
6516
6517 #: config/tc-tahoe.c:1425
6518 msgid "An offest is needed for this operand."
6519 msgstr ""
6520
6521 #: config/tc-tahoe.c:1437
6522 msgid "You can't index a register in immediate mode."
6523 msgstr ""
6524
6525 #: config/tc-tahoe.c:1439
6526 msgid "Immediate access can't be used as an address."
6527 msgstr ""
6528
6529 #: config/tc-tahoe.c:1550
6530 #, c-format
6531 msgid "Compiler bug: ODD number of bytes in arg structure %s."
6532 msgstr ""
6533
6534 #: config/tc-tahoe.c:1577 config/tc-vax.c:1847
6535 msgid "Not enough operands"
6536 msgstr ""
6537
6538 #: config/tc-tahoe.c:1587 config/tc-vax.c:1854
6539 msgid "Too many operands"
6540 msgstr ""
6541
6542 #: config/tc-tahoe.c:1638 config/tc-vax.c:368
6543 #, c-format
6544 msgid "Ignoring statement due to \"%s\""
6545 msgstr ""
6546
6547 #: config/tc-tahoe.c:1733
6548 #, c-format
6549 msgid "Compliler bug: Got a case (%d) I wasn't expecting."
6550 msgstr ""
6551
6552 #: config/tc-tahoe.c:1827
6553 msgid "Real branch displacements must be expressions."
6554 msgstr ""
6555
6556 #: config/tc-tahoe.c:1830
6557 #, c-format
6558 msgid "Complier error: I got an unknown synthetic branch :%c"
6559 msgstr ""
6560
6561 #: config/tc-tahoe.c:1971
6562 #, c-format
6563 msgid "Barf, bad mode %x\n"
6564 msgstr ""
6565
6566 #: config/tc-tic54x.c:84
6567 msgid "C54x-specific command line  options:\n"
6568 msgstr ""
6569
6570 #: config/tc-tic54x.c:85
6571 msgid "-mfar-mode | -mf          Use extended addressing\n"
6572 msgstr ""
6573
6574 #: config/tc-tic54x.c:86
6575 msgid "-mcpu=<CPU version>       Specify the CPU version\n"
6576 msgstr ""
6577
6578 #: config/tc-tic54x.c:88
6579 msgid "-mcoff-version={0|1|2}    Select COFF version\n"
6580 msgstr ""
6581
6582 #: config/tc-tic54x.c:90
6583 msgid "-merrors-to-file <filename>\n"
6584 msgstr ""
6585
6586 #: config/tc-tic54x.c:91
6587 msgid "-me <filename>            Redirect errors to a file\n"
6588 msgstr ""
6589
6590 #: config/tc-tic54x.c:351
6591 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
6592 msgstr ""
6593
6594 #: config/tc-tic54x.c:405
6595 msgid "Unterminated string after absolute expression"
6596 msgstr ""
6597
6598 #: config/tc-tic54x.c:413
6599 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
6600 msgstr ""
6601
6602 #: config/tc-tic54x.c:425
6603 msgid "symbols assigned with .eval must begin with a letter"
6604 msgstr ""
6605
6606 #: config/tc-tic54x.c:682
6607 msgid "Offset on nested structures is ignored"
6608 msgstr ""
6609
6610 #: config/tc-tic54x.c:732
6611 #, c-format
6612 msgid ".end%s without preceding .%s"
6613 msgstr ""
6614
6615 #: config/tc-tic54x.c:799
6616 #, c-format
6617 msgid "Unrecognized struct/union tag '%s'"
6618 msgstr ""
6619
6620 #: config/tc-tic54x.c:801
6621 msgid ".tag requires a structure tag"
6622 msgstr ""
6623
6624 #: config/tc-tic54x.c:807
6625 msgid "Label required for .tag"
6626 msgstr ""
6627
6628 #: config/tc-tic54x.c:825
6629 #, c-format
6630 msgid ".tag target '%s' undefined"
6631 msgstr ""
6632
6633 #: config/tc-tic54x.c:887
6634 #, c-format
6635 msgid ".field count '%d' out of range (1 <= X <= 32)"
6636 msgstr ""
6637
6638 #: config/tc-tic54x.c:917
6639 #, c-format
6640 msgid "Unrecognized field type '%c'"
6641 msgstr ""
6642
6643 #. Disallow .byte with a non constant expression that will
6644 #. require relocation.
6645 #: config/tc-tic54x.c:1052
6646 msgid "Relocatable values require at least WORD storage"
6647 msgstr ""
6648
6649 #: config/tc-tic54x.c:1114
6650 msgid "Use of .def/.ref is deprecated.  Use .global instead"
6651 msgstr ""
6652
6653 #: config/tc-tic54x.c:1305
6654 msgid ".space/.bes repeat count is negative, ignored"
6655 msgstr ""
6656
6657 #: config/tc-tic54x.c:1310
6658 msgid ".space/.bes repeat count is zero, ignored"
6659 msgstr ""
6660
6661 #: config/tc-tic54x.c:1388
6662 msgid "Missing size argument"
6663 msgstr ""
6664
6665 #: config/tc-tic54x.c:1525
6666 msgid "CPU version has already been set"
6667 msgstr ""
6668
6669 #: config/tc-tic54x.c:1529
6670 #, c-format
6671 msgid "Unrecognized version '%s'"
6672 msgstr ""
6673
6674 #: config/tc-tic54x.c:1535
6675 msgid "Changing of CPU version on the fly not supported"
6676 msgstr ""
6677
6678 #: config/tc-tic54x.c:1670
6679 msgid "p2align not supported on this target"
6680 msgstr ""
6681
6682 #: config/tc-tic54x.c:1683
6683 msgid "Argument to .even ignored"
6684 msgstr ""
6685
6686 #: config/tc-tic54x.c:1730
6687 msgid "Invalid field size, must be from 1 to 32"
6688 msgstr ""
6689
6690 #: config/tc-tic54x.c:1743
6691 msgid "field size must be 16 when value is relocatable"
6692 msgstr ""
6693
6694 #: config/tc-tic54x.c:1757
6695 msgid "field value truncated"
6696 msgstr ""
6697
6698 #: config/tc-tic54x.c:1863 config/tc-tic54x.c:2175
6699 #, c-format
6700 msgid "Unrecognized section '%s'"
6701 msgstr ""
6702
6703 #: config/tc-tic54x.c:1872
6704 msgid "Current section is unitialized, section name required for .clink"
6705 msgstr ""
6706
6707 #: config/tc-tic54x.c:2084
6708 msgid "ENDLOOP without corresponding LOOP"
6709 msgstr ""
6710
6711 #: config/tc-tic54x.c:2127
6712 msgid "Mixing of normal and extended addressing not supported"
6713 msgstr ""
6714
6715 #: config/tc-tic54x.c:2133
6716 msgid "Extended addressing not supported on the specified CPU"
6717 msgstr ""
6718
6719 #: config/tc-tic54x.c:2181
6720 msgid ".sblock may be used for initialized sections only"
6721 msgstr ""
6722
6723 #: config/tc-tic54x.c:2212
6724 msgid "Symbol missing for .set/.equ"
6725 msgstr ""
6726
6727 #: config/tc-tic54x.c:2269
6728 msgid ".var may only be used within a macro definition"
6729 msgstr ""
6730
6731 #: config/tc-tic54x.c:2277
6732 msgid "Substitution symbols must begin with a letter"
6733 msgstr ""
6734
6735 #: config/tc-tic54x.c:2368
6736 #, c-format
6737 msgid "Can't open macro library file '%s' for reading."
6738 msgstr ""
6739
6740 #: config/tc-tic54x.c:2375
6741 #, c-format
6742 msgid "File '%s' not in macro archive format"
6743 msgstr ""
6744
6745 #: config/tc-tic54x.c:2532
6746 #, c-format
6747 msgid "Bad COFF version '%s'"
6748 msgstr ""
6749
6750 #: config/tc-tic54x.c:2541
6751 #, c-format
6752 msgid "Bad CPU version '%s'"
6753 msgstr ""
6754
6755 #: config/tc-tic54x.c:2553 config/tc-tic54x.c:2556
6756 #, c-format
6757 msgid "Can't redirect stderr to the file '%s'"
6758 msgstr ""
6759
6760 #: config/tc-tic54x.c:2702
6761 #, c-format
6762 msgid "Undefined substitution symbol '%s'"
6763 msgstr ""
6764
6765 #: config/tc-tic54x.c:3390
6766 msgid "Badly formed address expression"
6767 msgstr ""
6768
6769 #: config/tc-tic54x.c:3655
6770 #, c-format
6771 msgid "Invalid dmad syntax '%s'"
6772 msgstr ""
6773
6774 #: config/tc-tic54x.c:3771
6775 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
6776 msgstr ""
6777
6778 #: config/tc-tic54x.c:3791
6779 #, c-format
6780 msgid "Unrecognized indirect address format \"%s\""
6781 msgstr ""
6782
6783 #: config/tc-tic54x.c:3828
6784 #, c-format
6785 msgid "Operand '%s' out of range (%d <= x <= %d)"
6786 msgstr ""
6787
6788 #: config/tc-tic54x.c:3848
6789 msgid "Error in relocation handling"
6790 msgstr ""
6791
6792 #: config/tc-tic54x.c:3869 config/tc-tic54x.c:3933 config/tc-tic54x.c:3963
6793 #, c-format
6794 msgid "Unrecognized condition code \"%s\""
6795 msgstr ""
6796
6797 #: config/tc-tic54x.c:3886
6798 #, c-format
6799 msgid "Condition \"%s\" does not match preceding group"
6800 msgstr ""
6801
6802 #: config/tc-tic54x.c:3894
6803 #, c-format
6804 msgid ""
6805 "Condition \"%s\" uses a different accumulator from a preceding condition"
6806 msgstr ""
6807
6808 #: config/tc-tic54x.c:3901
6809 msgid "Only one comparison conditional allowed"
6810 msgstr ""
6811
6812 #: config/tc-tic54x.c:3906
6813 msgid "Only one overflow conditional allowed"
6814 msgstr ""
6815
6816 #: config/tc-tic54x.c:3914
6817 #, c-format
6818 msgid "Duplicate %s conditional"
6819 msgstr ""
6820
6821 #: config/tc-tic54x.c:3948
6822 msgid "Invalid auxiliary register (use AR0-AR7)"
6823 msgstr ""
6824
6825 #: config/tc-tic54x.c:3983
6826 msgid "lk addressing modes are invalid for memory-mapped register addressing"
6827 msgstr ""
6828
6829 #: config/tc-tic54x.c:3991
6830 msgid ""
6831 "Address mode *+ARx is not allowed in memory-mapped register addressing.  "
6832 "Resulting behavior is undefined."
6833 msgstr ""
6834
6835 #: config/tc-tic54x.c:4017
6836 msgid ""
6837 "Destination accumulator for each part of this parallel instruction must be "
6838 "different"
6839 msgstr ""
6840
6841 #: config/tc-tic54x.c:4066
6842 #, c-format
6843 msgid "Memory mapped register \"%s\" out of range"
6844 msgstr ""
6845
6846 #: config/tc-tic54x.c:4105
6847 msgid "Invalid operand (use 1, 2, or 3)"
6848 msgstr ""
6849
6850 #: config/tc-tic54x.c:4130
6851 msgid "A status register or status bit name is required"
6852 msgstr ""
6853
6854 #: config/tc-tic54x.c:4140
6855 #, c-format
6856 msgid "Unrecognized status bit \"%s\""
6857 msgstr ""
6858
6859 #: config/tc-tic54x.c:4163
6860 #, c-format
6861 msgid "Invalid status register \"%s\""
6862 msgstr ""
6863
6864 #: config/tc-tic54x.c:4175
6865 #, c-format
6866 msgid "Operand \"%s\" out of range (use 1 or 2)"
6867 msgstr ""
6868
6869 #: config/tc-tic54x.c:4375
6870 #, c-format
6871 msgid "Unrecognized instruction \"%s\""
6872 msgstr ""
6873
6874 #: config/tc-tic54x.c:4404
6875 #, c-format
6876 msgid "Unrecognized operand list '%s' for instruction '%s'"
6877 msgstr ""
6878
6879 #: config/tc-tic54x.c:4436
6880 #, c-format
6881 msgid "Unrecognized parallel instruction \"%s\""
6882 msgstr ""
6883
6884 #: config/tc-tic54x.c:4488
6885 #, c-format
6886 msgid "Invalid operand (s) for parallel instruction \"%s\""
6887 msgstr ""
6888
6889 #: config/tc-tic54x.c:4491
6890 #, c-format
6891 msgid "Unrecognized parallel instruction combination \"%s || %s\""
6892 msgstr ""
6893
6894 #: config/tc-tic54x.c:4723
6895 #, c-format
6896 msgid "%s symbol recursion stopped at second appearance of '%s'"
6897 msgstr ""
6898
6899 #: config/tc-tic54x.c:4762
6900 msgid "Unrecognized substitution symbol function"
6901 msgstr ""
6902
6903 #: config/tc-tic54x.c:4767
6904 msgid "Missing '(' after substitution symbol function"
6905 msgstr ""
6906
6907 #: config/tc-tic54x.c:4781
6908 msgid "Expecting second argument"
6909 msgstr ""
6910
6911 #: config/tc-tic54x.c:4794 config/tc-tic54x.c:4843
6912 msgid "Extra junk in function call, expecting ')'"
6913 msgstr ""
6914
6915 #: config/tc-tic54x.c:4819
6916 msgid "Function expects two arguments"
6917 msgstr ""
6918
6919 #: config/tc-tic54x.c:4832
6920 msgid "Expecting character constant argument"
6921 msgstr ""
6922
6923 #: config/tc-tic54x.c:4838
6924 msgid "Both arguments must be substitution symbols"
6925 msgstr ""
6926
6927 #: config/tc-tic54x.c:4891
6928 #, c-format
6929 msgid "Invalid subscript (use 1 to %d)"
6930 msgstr ""
6931
6932 #: config/tc-tic54x.c:4901
6933 #, c-format
6934 msgid "Invalid length (use 0 to %d"
6935 msgstr ""
6936
6937 #: config/tc-tic54x.c:4911
6938 msgid "Missing ')' in subscripted substitution symbol expression"
6939 msgstr ""
6940
6941 #: config/tc-tic54x.c:4931
6942 msgid "Missing forced substitution terminator ':'"
6943 msgstr ""
6944
6945 #: config/tc-tic54x.c:5104
6946 #, c-format
6947 msgid ""
6948 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
6949 "left)"
6950 msgstr ""
6951
6952 #: config/tc-tic54x.c:5145
6953 #, c-format
6954 msgid "Unrecognized parallel instruction '%s'"
6955 msgstr ""
6956
6957 #: config/tc-tic54x.c:5157
6958 #, c-format
6959 msgid "Instruction '%s' requires an LP cpu version"
6960 msgstr ""
6961
6962 #: config/tc-tic54x.c:5164
6963 #, c-format
6964 msgid "Instruction '%s' requires far mode addressing"
6965 msgstr ""
6966
6967 #: config/tc-tic54x.c:5176
6968 #, c-format
6969 msgid ""
6970 "Instruction does not fit in available delay slots (%d-word insn, %d slots "
6971 "left). Resulting behavior is undefined."
6972 msgstr ""
6973
6974 #: config/tc-tic54x.c:5186
6975 msgid ""
6976 "Instructions which cause PC discontinuity are not allowed in a delay slot. "
6977 "Resulting behavior is undefined."
6978 msgstr ""
6979
6980 #: config/tc-tic54x.c:5197
6981 #, c-format
6982 msgid "'%s' is not repeatable. Resulting behavior is undefined."
6983 msgstr ""
6984
6985 #: config/tc-tic54x.c:5201
6986 msgid ""
6987 "Instructions using long offset modifiers or absolute addresses are not "
6988 "repeatable. Resulting behavior is undefined."
6989 msgstr ""
6990
6991 #: config/tc-tic54x.c:5392
6992 #, c-format
6993 msgid "Unsupported relocation size %d"
6994 msgstr ""
6995
6996 #: config/tc-tic54x.c:5544
6997 msgid "non-absolute value used with .space/.bes"
6998 msgstr ""
6999
7000 #: config/tc-tic54x.c:5548
7001 #, c-format
7002 msgid "negative value ignored in %s"
7003 msgstr ""
7004
7005 #: config/tc-tic54x.c:5635
7006 #, c-format
7007 msgid "attempt to .space/.bes backwards? (%ld)"
7008 msgstr ""
7009
7010 #: config/tc-tic54x.c:5668
7011 #, c-format
7012 msgid "Invalid label '%s'"
7013 msgstr ""
7014
7015 #: config/tc-tic80.c:91
7016 msgid "Relaxation is a luxury we can't afford"
7017 msgstr ""
7018
7019 #: config/tc-tic80.c:141
7020 msgid "bad call to md_atof ()"
7021 msgstr ""
7022
7023 #: config/tc-tic80.c:239
7024 msgid "':' not followed by 'm' or 's'"
7025 msgstr ""
7026
7027 #: config/tc-tic80.c:252
7028 msgid "paren nesting"
7029 msgstr ""
7030
7031 #: config/tc-tic80.c:266
7032 msgid "mismatched parenthesis"
7033 msgstr ""
7034
7035 #: config/tc-tic80.c:468
7036 msgid "unhandled expression type"
7037 msgstr ""
7038
7039 #: config/tc-tic80.c:682
7040 msgid "symbol reloc that is not PC relative or 32 bits"
7041 msgstr ""
7042
7043 #: config/tc-tic80.c:711
7044 msgid "unhandled operand modifier"
7045 msgstr ""
7046
7047 #: config/tc-tic80.c:753
7048 msgid "unhandled expression"
7049 msgstr ""
7050
7051 #: config/tc-tic80.c:802
7052 #, c-format
7053 msgid "Invalid mnemonic: '%s'"
7054 msgstr ""
7055
7056 #: config/tc-tic80.c:815
7057 #, c-format
7058 msgid "Invalid operands: '%s'"
7059 msgstr ""
7060
7061 #: config/tc-tic80.c:893
7062 msgid "unhandled predefined symbol bits"
7063 msgstr ""
7064
7065 #: config/tc-tic80.c:985
7066 #, c-format
7067 msgid "PC offset 0x%lx outside range 0x%lx-0x%lx"
7068 msgstr ""
7069
7070 #: config/tc-tic80.c:1000
7071 msgid "unhandled relocation type in fixup"
7072 msgstr ""
7073
7074 #: config/tc-tic80.c:1036
7075 msgid "md_convert_frag() not implemented yet"
7076 msgstr ""
7077
7078 #: config/tc-v850.c:273
7079 #, c-format
7080 msgid ".COMMon length (%d.) < 0! Ignored."
7081 msgstr ""
7082
7083 #: config/tc-v850.c:1002
7084 #, c-format
7085 msgid "unknown operand shift: %x\n"
7086 msgstr ""
7087
7088 #: config/tc-v850.c:1003
7089 msgid "internal failure in parse_register_list"
7090 msgstr ""
7091
7092 #: config/tc-v850.c:1020
7093 msgid "constant expression or register list expected"
7094 msgstr ""
7095
7096 #: config/tc-v850.c:1025 config/tc-v850.c:1038 config/tc-v850.c:1057
7097 msgid "high bits set in register list expression"
7098 msgstr ""
7099
7100 #: config/tc-v850.c:1097 config/tc-v850.c:1161
7101 msgid "illegal register included in list"
7102 msgstr ""
7103
7104 #: config/tc-v850.c:1104
7105 msgid "system registers cannot be included in list"
7106 msgstr ""
7107
7108 #: config/tc-v850.c:1109
7109 msgid "PSW cannot be included in list"
7110 msgstr ""
7111
7112 #: config/tc-v850.c:1116
7113 msgid "High value system registers cannot be included in list"
7114 msgstr ""
7115
7116 #: config/tc-v850.c:1140
7117 msgid "second register should follow dash in register list"
7118 msgstr ""
7119
7120 #: config/tc-v850.c:1188
7121 msgid " V850 options:\n"
7122 msgstr ""
7123
7124 #: config/tc-v850.c:1189
7125 msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
7126 msgstr ""
7127
7128 #: config/tc-v850.c:1190
7129 msgid ""
7130 "  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
7131 msgstr ""
7132
7133 #: config/tc-v850.c:1191
7134 msgid "  -mv850                    The code is targeted at the v850\n"
7135 msgstr ""
7136
7137 #: config/tc-v850.c:1192
7138 msgid "  -mv850e                   The code is targeted at the v850e\n"
7139 msgstr ""
7140
7141 #: config/tc-v850.c:1193
7142 msgid "  -mv850ea                  The code is targeted at the v850ea\n"
7143 msgstr ""
7144
7145 #: config/tc-v850.c:1194
7146 msgid ""
7147 "  -mv850any                 The code is generic, despite any processor "
7148 "specific instructions\n"
7149 msgstr ""
7150
7151 #: config/tc-v850.c:1206 config/tc-v850.c:1241
7152 #, c-format
7153 msgid "unknown command line option: -%c%s\n"
7154 msgstr ""
7155
7156 #: config/tc-v850.c:1395
7157 #, c-format
7158 msgid "Unable to determine default target processor from string: %s"
7159 msgstr ""
7160
7161 #: config/tc-v850.c:1444
7162 msgid "ctoff() relocation used on an instruction which does not support it"
7163 msgstr ""
7164
7165 #: config/tc-v850.c:1461
7166 msgid "sdaoff() relocation used on an instruction which does not support it"
7167 msgstr ""
7168
7169 #: config/tc-v850.c:1478
7170 msgid "zdaoff() relocation used on an instruction which does not support it"
7171 msgstr ""
7172
7173 #: config/tc-v850.c:1496
7174 msgid "tdaoff() relocation used on an instruction which does not support it"
7175 msgstr ""
7176
7177 #: config/tc-v850.c:1713
7178 msgid "Target processor does not support this instruction."
7179 msgstr ""
7180
7181 #: config/tc-v850.c:1803 config/tc-v850.c:1833 config/tc-v850.c:2019
7182 msgid "immediate operand is too large"
7183 msgstr ""
7184
7185 #: config/tc-v850.c:1815
7186 msgid "AAARG -> unhandled constant reloc"
7187 msgstr ""
7188
7189 #: config/tc-v850.c:1859
7190 msgid "invalid register name"
7191 msgstr ""
7192
7193 #: config/tc-v850.c:1864
7194 msgid "register r0 cannot be used here"
7195 msgstr ""
7196
7197 #: config/tc-v850.c:1876
7198 msgid "invalid system register name"
7199 msgstr ""
7200
7201 #: config/tc-v850.c:1889
7202 msgid "expected EP register"
7203 msgstr ""
7204
7205 #: config/tc-v850.c:1905
7206 msgid "invalid condition code name"
7207 msgstr ""
7208
7209 #: config/tc-v850.c:1926 config/tc-v850.c:1930
7210 msgid "constant too big to fit into instruction"
7211 msgstr ""
7212
7213 #: config/tc-v850.c:1982
7214 msgid "syntax error: value is missing before the register name"
7215 msgstr ""
7216
7217 #: config/tc-v850.c:1984
7218 msgid "syntax error: register not expected"
7219 msgstr ""
7220
7221 #: config/tc-v850.c:1998
7222 msgid "syntax error: system register not expected"
7223 msgstr ""
7224
7225 #: config/tc-v850.c:2003
7226 msgid "syntax error: condition code not expected"
7227 msgstr ""
7228
7229 #: config/tc-v850.c:2039
7230 msgid "invalid operand"
7231 msgstr ""
7232
7233 #: config/tc-vax.c:263
7234 #, c-format
7235 msgid "VIP_BEGIN error:%s"
7236 msgstr ""
7237
7238 #: config/tc-vax.c:387
7239 #, c-format
7240 msgid "Ignoring statement because \"%s\""
7241 msgstr ""
7242
7243 #: config/tc-vax.c:434
7244 msgid "Can't relocate expression"
7245 msgstr ""
7246
7247 #: config/tc-vax.c:537
7248 msgid "Bignum not permitted in short literal. Immediate mode assumed."
7249 msgstr ""
7250
7251 #: config/tc-vax.c:546
7252 msgid "Can't do flonum short literal: immediate mode used."
7253 msgstr ""
7254
7255 #: config/tc-vax.c:591
7256 #, c-format
7257 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
7258 msgstr ""
7259
7260 #: config/tc-vax.c:913
7261 #, c-format
7262 msgid "Short literal overflow(%ld.), immediate mode assumed."
7263 msgstr ""
7264
7265 #: config/tc-vax.c:922
7266 #, c-format
7267 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
7268 msgstr ""
7269
7270 #: config/tc-vax.c:981
7271 msgid "Length specification ignored. Address mode 9F used"
7272 msgstr ""
7273
7274 #: config/tc-vax.c:1030
7275 msgid "Invalid operand:  immediate value used as base address."
7276 msgstr ""
7277
7278 #: config/tc-vax.c:1032
7279 msgid "Invalid operand:  immediate value used as address."
7280 msgstr ""
7281
7282 #: config/tc-vax.c:1826
7283 msgid "odd number of bytes in operand description"
7284 msgstr ""
7285
7286 #: config/tc-vax.c:1842
7287 msgid "Bad operand"
7288 msgstr ""
7289
7290 #: config/tc-vax.c:2399
7291 msgid "no '[' to match ']'"
7292 msgstr ""
7293
7294 #: config/tc-vax.c:2417
7295 msgid "bad register in []"
7296 msgstr ""
7297
7298 #: config/tc-vax.c:2419
7299 msgid "[PC] index banned"
7300 msgstr ""
7301
7302 #: config/tc-vax.c:2454
7303 msgid "no '(' to match ')'"
7304 msgstr ""
7305
7306 #: config/tc-vax.c:2589
7307 msgid "invalid branch operand"
7308 msgstr ""
7309
7310 #: config/tc-vax.c:2618
7311 msgid "address prohibits @"
7312 msgstr ""
7313
7314 #: config/tc-vax.c:2620
7315 msgid "address prohibits #"
7316 msgstr ""
7317
7318 #: config/tc-vax.c:2624
7319 msgid "address prohibits -()"
7320 msgstr ""
7321
7322 #: config/tc-vax.c:2626
7323 msgid "address prohibits ()+"
7324 msgstr ""
7325
7326 #: config/tc-vax.c:2629
7327 msgid "address prohibits ()"
7328 msgstr ""
7329
7330 #: config/tc-vax.c:2631
7331 msgid "address prohibits []"
7332 msgstr ""
7333
7334 #: config/tc-vax.c:2633
7335 msgid "address prohibits register"
7336 msgstr ""
7337
7338 #: config/tc-vax.c:2635
7339 msgid "address prohibits displacement length specifier"
7340 msgstr ""
7341
7342 #: config/tc-vax.c:2665
7343 msgid "invalid operand of S^#"
7344 msgstr ""
7345
7346 #: config/tc-vax.c:2682
7347 msgid "S^# needs expression"
7348 msgstr ""
7349
7350 #: config/tc-vax.c:2689
7351 msgid "S^# may only read-access"
7352 msgstr ""
7353
7354 #: config/tc-vax.c:2714
7355 msgid "invalid operand of -()"
7356 msgstr ""
7357
7358 #: config/tc-vax.c:2720
7359 msgid "-(PC) unpredictable"
7360 msgstr ""
7361
7362 #: config/tc-vax.c:2722
7363 msgid "[]index same as -()register: unpredictable"
7364 msgstr ""
7365
7366 #: config/tc-vax.c:2758
7367 msgid "invalid operand of ()+"
7368 msgstr ""
7369
7370 #: config/tc-vax.c:2764
7371 msgid "(PC)+ unpredictable"
7372 msgstr ""
7373
7374 #: config/tc-vax.c:2766
7375 msgid "[]index same as ()+register: unpredictable"
7376 msgstr ""
7377
7378 #: config/tc-vax.c:2791
7379 msgid "# conflicts length"
7380 msgstr ""
7381
7382 #: config/tc-vax.c:2793
7383 msgid "# bars register"
7384 msgstr ""
7385
7386 #: config/tc-vax.c:2815
7387 msgid "writing or modifying # is unpredictable"
7388 msgstr ""
7389
7390 #: config/tc-vax.c:2845
7391 msgid "length not needed"
7392 msgstr ""
7393
7394 #: config/tc-vax.c:2852
7395 msgid "can't []index a register, because it has no address"
7396 msgstr ""
7397
7398 #: config/tc-vax.c:2854
7399 msgid "a register has no address"
7400 msgstr ""
7401
7402 #: config/tc-vax.c:2865
7403 msgid "PC part of operand unpredictable"
7404 msgstr ""
7405
7406 #: config/tc-vax.c:3194
7407 msgid ""
7408 "VAX options:\n"
7409 "-d LENGTH\t\tignored\n"
7410 "-J\t\t\tignored\n"
7411 "-S\t\t\tignored\n"
7412 "-t FILE\t\t\tignored\n"
7413 "-T\t\t\tignored\n"
7414 "-V\t\t\tignored\n"
7415 msgstr ""
7416
7417 #: config/tc-vax.c:3203
7418 msgid ""
7419 "VMS options:\n"
7420 "-+\t\t\thash encode names longer than 31 characters\n"
7421 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
7422 "-H\t\t\tshow new symbol after hash truncation\n"
7423 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
7424 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
7425 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
7426 msgstr ""
7427
7428 #: config/tc-w65.c:126
7429 msgid "need on or off."
7430 msgstr ""
7431
7432 #: config/tc-w65.c:310 config/tc-w65.c:353
7433 msgid "syntax error after <exp"
7434 msgstr ""
7435
7436 #: config/tc-z8k.c:290
7437 #, c-format
7438 msgid "register rr%d, out of range."
7439 msgstr ""
7440
7441 #: config/tc-z8k.c:298
7442 #, c-format
7443 msgid "register rh%d, out of range."
7444 msgstr ""
7445
7446 #: config/tc-z8k.c:306
7447 #, c-format
7448 msgid "register rl%d, out of range."
7449 msgstr ""
7450
7451 #: config/tc-z8k.c:315
7452 #, c-format
7453 msgid "register rq%d, out of range."
7454 msgstr ""
7455
7456 #: config/tc-z8k.c:323
7457 #, c-format
7458 msgid "register r%d, out of range."
7459 msgstr ""
7460
7461 #: config/tc-z8k.c:374
7462 #, c-format
7463 msgid "expected %c"
7464 msgstr ""
7465
7466 #: config/tc-z8k.c:390
7467 #, c-format
7468 msgid "register is wrong size for a word %s"
7469 msgstr ""
7470
7471 #: config/tc-z8k.c:405
7472 #, c-format
7473 msgid "register is wrong size for address %s"
7474 msgstr ""
7475
7476 #: config/tc-z8k.c:680
7477 msgid "Missing ) in ra(rb)"
7478 msgstr ""
7479
7480 #: config/tc-z8k.c:947
7481 #, c-format
7482 msgid "operand %s0x%x out of range."
7483 msgstr ""
7484
7485 #: config/tc-z8k.c:1086
7486 msgid "immediate must be 1 or 2"
7487 msgstr ""
7488
7489 #: config/tc-z8k.c:1091
7490 msgid "immediate 1 or 2 expected"
7491 msgstr ""
7492
7493 #: config/tc-z8k.c:1119
7494 msgid "can't use R0 here"
7495 msgstr ""
7496
7497 #: config/tc-z8k.c:1277
7498 msgid "Can't find opcode to match operands"
7499 msgstr ""
7500
7501 #: config/tc-z8k.c:1389
7502 #, c-format
7503 msgid "invalid architecture -z%s"
7504 msgstr ""
7505
7506 #: config/tc-z8k.c:1405
7507 msgid ""
7508 "Z8K options:\n"
7509 "-z8001\t\t\tgenerate segmented code\n"
7510 "-z8002\t\t\tgenerate unsegmented code\n"
7511 msgstr ""
7512
7513 #: config/tc-z8k.c:1542
7514 #, c-format
7515 msgid "Can't subtract symbols in different sections %s %s"
7516 msgstr ""
7517
7518 #: depend.c:197
7519 #, c-format
7520 msgid "Can't open `%s' for writing"
7521 msgstr ""
7522
7523 #: depend.c:209
7524 #, c-format
7525 msgid "Can't close `%s'"
7526 msgstr ""
7527
7528 #: ecoff.c:1577
7529 #, c-format
7530 msgid "String too big (%lu bytes)"
7531 msgstr ""
7532
7533 #: ecoff.c:1603
7534 #, c-format
7535 msgid "Inserting \"%s\" into string hash table: %s"
7536 msgstr ""
7537
7538 #: ecoff.c:1635 ecoff.c:1828 ecoff.c:1854 ecoff.c:1886 ecoff.c:2042
7539 #: ecoff.c:2156
7540 msgid "no current file pointer"
7541 msgstr ""
7542
7543 #: ecoff.c:1722
7544 msgid "too many st_End's"
7545 msgstr ""
7546
7547 #: ecoff.c:2068
7548 #, c-format
7549 msgid "Inserting \"%s\" into tag hash table: %s"
7550 msgstr ""
7551
7552 #: ecoff.c:2234
7553 msgid "fake .file after real one"
7554 msgstr ""
7555
7556 #: ecoff.c:2322
7557 msgid "Filename goes over one page boundary."
7558 msgstr ""
7559
7560 #: ecoff.c:2457
7561 msgid ".begin directive without a preceding .file directive"
7562 msgstr ""
7563
7564 #: ecoff.c:2464
7565 msgid ".begin directive without a preceding .ent directive"
7566 msgstr ""
7567
7568 #: ecoff.c:2496
7569 msgid ".bend directive without a preceding .file directive"
7570 msgstr ""
7571
7572 #: ecoff.c:2503
7573 msgid ".bend directive without a preceding .ent directive"
7574 msgstr ""
7575
7576 #: ecoff.c:2516
7577 msgid ".bend directive names unknown symbol"
7578 msgstr ""
7579
7580 #: ecoff.c:2560
7581 msgid ".def pseudo-op used inside of .def/.endef; ignored"
7582 msgstr ""
7583
7584 #: ecoff.c:2562
7585 msgid "Empty symbol name in .def; ignored"
7586 msgstr ""
7587
7588 #: ecoff.c:2600
7589 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
7590 msgstr ""
7591
7592 #: ecoff.c:2615
7593 msgid "Badly formed .dim directive"
7594 msgstr ""
7595
7596 #: ecoff.c:2628
7597 msgid "Too many .dim entries"
7598 msgstr ""
7599
7600 #: ecoff.c:2649
7601 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
7602 msgstr ""
7603
7604 #: ecoff.c:2675
7605 msgid ".size pseudo-op used outside of .def/.endef; ignored"
7606 msgstr ""
7607
7608 #: ecoff.c:2690
7609 msgid "Badly formed .size directive"
7610 msgstr ""
7611
7612 #: ecoff.c:2703
7613 msgid "Too many .size entries"
7614 msgstr ""
7615
7616 #: ecoff.c:2726
7617 msgid ".type pseudo-op used outside of .def/.endef; ignored"
7618 msgstr ""
7619
7620 #. FIXME: We could handle this by setting the continued bit.
7621 #. There would still be a limit: the .type argument can not
7622 #. be infinite.
7623 #: ecoff.c:2744
7624 #, c-format
7625 msgid "The type of %s is too complex; it will be simplified"
7626 msgstr ""
7627
7628 #: ecoff.c:2755
7629 msgid "Unrecognized .type argument"
7630 msgstr ""
7631
7632 #: ecoff.c:2794
7633 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
7634 msgstr ""
7635
7636 #: ecoff.c:2821
7637 msgid ".val pseudo-op used outside of .def/.endef; ignored"
7638 msgstr ""
7639
7640 #: ecoff.c:2829
7641 msgid ".val expression is too copmlex"
7642 msgstr ""
7643
7644 #: ecoff.c:2860
7645 msgid ".endef pseudo-op used before .def; ignored"
7646 msgstr ""
7647
7648 #: ecoff.c:2886
7649 msgid "Bad COFF debugging info"
7650 msgstr ""
7651
7652 #: ecoff.c:2935
7653 #, c-format
7654 msgid "No tag specified for %s"
7655 msgstr ""
7656
7657 #: ecoff.c:2967
7658 msgid "Bad COFF debugging information"
7659 msgstr ""
7660
7661 #: ecoff.c:3039
7662 msgid ".end directive without a preceding .file directive"
7663 msgstr ""
7664
7665 #: ecoff.c:3046
7666 msgid ".end directive without a preceding .ent directive"
7667 msgstr ""
7668
7669 #: ecoff.c:3069
7670 msgid ".end directive names unknown symbol"
7671 msgstr ""
7672
7673 #: ecoff.c:3098
7674 msgid "second .ent directive found before .end directive"
7675 msgstr ""
7676
7677 #: ecoff.c:3173
7678 msgid "No way to handle .file within .ent/.end section"
7679 msgstr ""
7680
7681 #: ecoff.c:3198
7682 msgid ".fmask outside of .ent"
7683 msgstr ""
7684
7685 #: ecoff.c:3267
7686 msgid ".mask outside of .ent"
7687 msgstr ""
7688
7689 #: ecoff.c:3297
7690 msgid ".loc before .file"
7691 msgstr ""
7692
7693 #: ecoff.c:3423
7694 #, c-format
7695 msgid "Ignoring attempt to redefine symbol `%s'."
7696 msgstr ""
7697
7698 #: ecoff.c:3436
7699 msgid "bad .weakext directive"
7700 msgstr ""
7701
7702 #: ecoff.c:3505
7703 #, c-format
7704 msgid ".stab%c is not supported"
7705 msgstr ""
7706
7707 #: ecoff.c:3515
7708 #, c-format
7709 msgid ".stab%c: ignoring non-zero other field"
7710 msgstr ""
7711
7712 #: ecoff.c:3549
7713 #, c-format
7714 msgid ""
7715 "Line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
7716 msgstr ""
7717
7718 #: ecoff.c:3585
7719 #, c-format
7720 msgid "Illegal .stab%c directive, bad character"
7721 msgstr ""
7722
7723 #: ecoff.c:4047 ecoff.c:4236 ecoff.c:4261
7724 msgid ".begin/.bend in different segments"
7725 msgstr ""
7726
7727 #: ecoff.c:4762
7728 msgid "Missing .end or .bend at end of file"
7729 msgstr ""
7730
7731 #: ecoff.c:5253
7732 msgid "GP prologue size exceeds field size, using 0 instead"
7733 msgstr ""
7734
7735 #: expr.c:250
7736 msgid ""
7737 "bad floating-point constant: exponent overflow, probably assembling junk"
7738 msgstr ""
7739
7740 #: expr.c:254
7741 #, c-format
7742 msgid "bad floating-point constant: unknown error code=%d."
7743 msgstr ""
7744
7745 #: expr.c:434
7746 msgid ""
7747 "A bignum with underscores may not have more than 8 hex digits in any word."
7748 msgstr ""
7749
7750 #: expr.c:454
7751 msgid "A bignum with underscores must have exactly 4 words."
7752 msgstr ""
7753
7754 #. either not seen or not defined.
7755 #. @@ Should print out the original string instead of
7756 #. the parsed number.
7757 #: expr.c:583
7758 #, c-format
7759 msgid "backw. ref to unknown label \"%d:\", 0 assumed."
7760 msgstr ""
7761
7762 #: expr.c:707
7763 msgid "Character constant too large"
7764 msgstr ""
7765
7766 #: expr.c:956
7767 #, c-format
7768 msgid "expr.c(operand): bad atof_generic return val %d"
7769 msgstr ""
7770
7771 #: expr.c:1019
7772 #, c-format
7773 msgid "Missing '%c' assumed"
7774 msgstr ""
7775
7776 #: expr.c:1031 read.c:3864
7777 msgid "EBCDIC constants are not supported"
7778 msgstr ""
7779
7780 #: expr.c:1101
7781 #, c-format
7782 msgid "Unary operator %c ignored because bad operand follows"
7783 msgstr ""
7784
7785 #: expr.c:1147 expr.c:1172
7786 msgid "syntax error in .startof. or .sizeof."
7787 msgstr ""
7788
7789 #: expr.c:1322
7790 msgid "Bad expression"
7791 msgstr ""
7792
7793 #: expr.c:1690
7794 msgid "missing operand; zero assumed"
7795 msgstr ""
7796
7797 #: expr.c:1723
7798 msgid "operation combines symbols in different segments"
7799 msgstr ""
7800
7801 #: expr.c:1739
7802 msgid "left operand is a bignum; integer 0 assumed"
7803 msgstr ""
7804
7805 #: expr.c:1741
7806 msgid "left operand is a float; integer 0 assumed"
7807 msgstr ""
7808
7809 #: expr.c:1750
7810 msgid "right operand is a bignum; integer 0 assumed"
7811 msgstr ""
7812
7813 #: expr.c:1752
7814 msgid "right operand is a float; integer 0 assumed"
7815 msgstr ""
7816
7817 #: expr.c:1807 symbols.c:1109
7818 msgid "division by zero"
7819 msgstr ""
7820
7821 #: frags.c:87
7822 #, c-format
7823 msgid "Can't extend frag %d. chars"
7824 msgstr ""
7825
7826 #: frags.c:175
7827 msgid "attempt to allocate data in absolute section"
7828 msgstr ""
7829
7830 #: frags.c:181
7831 msgid "attempt to allocate data in common section"
7832 msgstr ""
7833
7834 #: gasp.c:455
7835 msgid "redefinition not allowed\n"
7836 msgstr ""
7837
7838 #: gasp.c:529
7839 #, c-format
7840 msgid "the %c operator cannot take non-absolute arguments.\n"
7841 msgstr ""
7842
7843 #: gasp.c:606
7844 msgid "string where expression expected.\n"
7845 msgstr ""
7846
7847 #: gasp.c:612
7848 msgid "can't find primary in expression.\n"
7849 msgstr ""
7850
7851 #: gasp.c:652
7852 msgid "misplaced closing parens.\n"
7853 msgstr ""
7854
7855 #: gasp.c:689
7856 msgid "attempt to divide by zero.\n"
7857 msgstr ""
7858
7859 #: gasp.c:721
7860 msgid "can't add two relocatable expressions\n"
7861 msgstr ""
7862
7863 #: gasp.c:926
7864 msgid "unreasonable nesting.\n"
7865 msgstr ""
7866
7867 #: gasp.c:1004
7868 msgid "End of file not at start of line.\n"
7869 msgstr ""
7870
7871 #: gasp.c:1125
7872 #, c-format
7873 msgid "Illegal base character %c.\n"
7874 msgstr ""
7875
7876 #: gasp.c:1240
7877 #, c-format
7878 msgid "radix is %c must be one of b, q, d or h"
7879 msgstr ""
7880
7881 #: gasp.c:1276
7882 #, c-format
7883 msgid "size must be one of b, w or l, is %c.\n"
7884 msgstr ""
7885
7886 #: gasp.c:1384
7887 msgid "datab repeat must be constant.\n"
7888 msgstr ""
7889
7890 #: gasp.c:1386
7891 msgid "datab data must be absolute.\n"
7892 msgstr ""
7893
7894 #: gasp.c:1400
7895 msgid "align needs absolute expression.\n"
7896 msgstr ""
7897
7898 #: gasp.c:1407
7899 msgid ".align needs absolute fill value.\n"
7900 msgstr ""
7901
7902 #: gasp.c:1435
7903 msgid "res needs absolute expression for fill count.\n"
7904 msgstr ""
7905
7906 #: gasp.c:1515
7907 msgid "form LIN= needs absolute expresssion.\n"
7908 msgstr ""
7909
7910 #: gasp.c:1518
7911 msgid "COL="
7912 msgstr ""
7913
7914 #: gasp.c:1521
7915 msgid "form COL= needs absolute expresssion.\n"
7916 msgstr ""
7917
7918 #. Turns the next expression into a string
7919 #: gasp.c:1563 macro.c:384
7920 #, c-format
7921 msgid "% operator needs absolute expression"
7922 msgstr ""
7923
7924 #: gasp.c:1625
7925 msgid "misplaced ( .\n"
7926 msgstr ""
7927
7928 #: gasp.c:1640
7929 msgid "misplaced ).\n"
7930 msgstr ""
7931
7932 #: gasp.c:1694
7933 msgid ".instr needs absolute expresson.\n"
7934 msgstr ""
7935
7936 #: gasp.c:1732
7937 msgid "need absolute position.\n"
7938 msgstr ""
7939
7940 #: gasp.c:1734
7941 msgid "need absolute length.\n"
7942 msgstr ""
7943
7944 #: gasp.c:1983
7945 msgid "END missing from end of file.\n"
7946 msgstr ""
7947
7948 #: gasp.c:2013
7949 msgid ".ASSIGNA needs constant expression argument.\n"
7950 msgstr ""
7951
7952 #: gasp.c:2017
7953 msgid ".ASSIGNA without label.\n"
7954 msgstr ""
7955
7956 #: gasp.c:2042
7957 msgid ".ASSIGNS without label.\n"
7958 msgstr ""
7959
7960 #: gasp.c:2109
7961 #, c-format
7962 msgid "Can't find preprocessor variable %s.\n"
7963 msgstr ""
7964
7965 #: gasp.c:2174
7966 msgid "Comparison operator must be one of EQ, NE, LT, LE, GT or GE.\n"
7967 msgstr ""
7968
7969 #: gasp.c:2208
7970 msgid "Comparison operator for strings must be EQ or NE\n"
7971 msgstr ""
7972
7973 #: gasp.c:2220 gasp.c:2230 gasp.c:2332
7974 msgid "Conditional operator must have absolute operands.\n"
7975 msgstr ""
7976
7977 #: gasp.c:2225
7978 msgid "String compared against expression.\n"
7979 msgstr ""
7980
7981 #: gasp.c:2275
7982 msgid "AIF nesting unreasonable.\n"
7983 msgstr ""
7984
7985 #: gasp.c:2290
7986 msgid "Multiple AELSEs in AIF.\n"
7987 msgstr ""
7988
7989 #: gasp.c:2306
7990 msgid "AENDI without AIF.\n"
7991 msgstr ""
7992
7993 #: gasp.c:2329 gasp.c:2411
7994 msgid "IF nesting unreasonable.\n"
7995 msgstr ""
7996
7997 #: gasp.c:2421
7998 msgid "Bad format for IF or IFNC.\n"
7999 msgstr ""
8000
8001 #: gasp.c:2441
8002 msgid "AENDR without a AREPEAT.\n"
8003 msgstr ""
8004
8005 #: gasp.c:2443
8006 msgid "ENDR without a REPT.\n"
8007 msgstr ""
8008
8009 #: gasp.c:2466
8010 #, c-format
8011 msgid "AWHILE without a AENDW at %d.\n"
8012 msgstr ""
8013
8014 #: gasp.c:2504
8015 msgid "AENDW without a AENDW.\n"
8016 msgstr ""
8017
8018 #: gasp.c:2549
8019 msgid "AREPEAT must have absolute operand.\n"
8020 msgstr ""
8021
8022 #: gasp.c:2555
8023 #, c-format
8024 msgid "AREPEAT without a AENDR at %d.\n"
8025 msgstr ""
8026
8027 #: gasp.c:2597
8028 msgid ".ENDM without a matching .MACRO.\n"
8029 msgstr ""
8030
8031 #: gasp.c:2631
8032 msgid "LOCAL outside of MACRO"
8033 msgstr ""
8034
8035 #: gasp.c:2644
8036 #, c-format
8037 msgid "macro at line %d: %s\n"
8038 msgstr ""
8039
8040 #: gasp.c:2667
8041 msgid "macro expansion"
8042 msgstr ""
8043
8044 #: gasp.c:2719
8045 msgid "Character code in string must be absolute expression.\n"
8046 msgstr ""
8047
8048 #: gasp.c:2724
8049 msgid "Missing > for character code.\n"
8050 msgstr ""
8051
8052 #: gasp.c:2783
8053 #, c-format
8054 msgid "string for SDATAC longer than 255 characters (%d).\n"
8055 msgstr ""
8056
8057 #: gasp.c:2811
8058 #, c-format
8059 msgid "illegal character in SDATA line (0x%x).\n"
8060 msgstr ""
8061
8062 #: gasp.c:2832
8063 msgid "Must have absolute SDATAB repeat count.\n"
8064 msgstr ""
8065
8066 #: gasp.c:2835
8067 #, c-format
8068 msgid "Must have positive SDATAB repeat count (%d).\n"
8069 msgstr ""
8070
8071 #: gasp.c:2863
8072 #, c-format
8073 msgid "Unreasonable include depth (%ld).\n"
8074 msgstr ""
8075
8076 #: gasp.c:2917
8077 #, c-format
8078 msgid "Can't open include file `%s'.\n"
8079 msgstr ""
8080
8081 #: gasp.c:2991
8082 msgid "Unreasonable expansion (-u turns off check).\n"
8083 msgstr ""
8084
8085 #. This one causes lots of pain when trying to preprocess
8086 #. ordinary code
8087 #: gasp.c:3212
8088 #, c-format
8089 msgid "Unrecognised pseudo op `%s'.\n"
8090 msgstr ""
8091
8092 #: gasp.c:3279
8093 msgid "ORG command not allowed.\n"
8094 msgstr ""
8095
8096 #: gasp.c:3496
8097 msgid "Invalid expression on command line.\n"
8098 msgstr ""
8099
8100 #: gasp.c:3537
8101 #, c-format
8102 msgid ""
8103 "Usage: %s \n"
8104 "  [-a]      [--alternate]         enter alternate macro mode\n"
8105 "  [-c char] [--commentchar char]  change the comment character from !\n"
8106 "  [-d]      [--debug]             print some debugging info\n"
8107 "  [-h]      [--help]              print this message\n"
8108 "  [-M]      [--mri]               enter MRI compatibility mode\n"
8109 "  [-o out]  [--output out]        set the output file\n"
8110 "  [-p]      [--print]             print line numbers\n"
8111 msgstr ""
8112
8113 #: gasp.c:3546
8114 msgid ""
8115 "  [-s]      [--copysource]        copy source through as comments \n"
8116 "  [-u]      [--unreasonable]      allow unreasonable nesting\n"
8117 "  [-v]      [--version]           print the program version\n"
8118 "  [-Dname=value]                  create preprocessor variable called name, "
8119 "with value\n"
8120 "  [-Ipath]                        add to include path list\n"
8121 "  [in-file]\n"
8122 msgstr ""
8123
8124 #: gasp.c:3562
8125 #, c-format
8126 msgid "%s: Gnu Assembler Macro Preprocessor\n"
8127 msgstr ""
8128
8129 #. This output is intended to follow the GNU standards document.
8130 #: gasp.c:3646
8131 #, c-format
8132 msgid "GNU assembler pre-processor %s\n"
8133 msgstr ""
8134
8135 #: gasp.c:3647
8136 msgid "Copyright 1996 Free Software Foundation, Inc.\n"
8137 msgstr ""
8138
8139 #: gasp.c:3669
8140 #, c-format
8141 msgid "%s: Can't open output file `%s'.\n"
8142 msgstr ""
8143
8144 #: gasp.c:3692
8145 #, c-format
8146 msgid "%s: Can't open input file `%s'.\n"
8147 msgstr ""
8148
8149 #: gasp.c:3711
8150 #, c-format
8151 msgid "Internal error, aborting at %s line %d"
8152 msgstr ""
8153
8154 #: gasp.c:3714
8155 msgid ""
8156 "\n"
8157 "Please report this bug.\n"
8158 msgstr ""
8159
8160 #. Detect if we are reading from stdin by examining the file
8161 #. name returned by as_where().
8162 #.
8163 #. [FIXME: We rely upon the name in the strcmp below being the
8164 #. same as the one used by input_scrub_new_file(), if that is
8165 #. not true, then this code will fail].
8166 #.
8167 #. If we are reading from stdin, then we need to save each input line
8168 #. here (assuming of course that we actually have a line of input to read),
8169 #. so that it can be displayed in the listing that is produced at the end
8170 #. of the assembly.
8171 #: input-file.c:150 input-scrub.c:239 listing.c:353
8172 msgid "{standard input}"
8173 msgstr ""
8174
8175 #: input-file.c:154
8176 #, c-format
8177 msgid "Can't open %s for reading."
8178 msgstr ""
8179
8180 #: input-file.c:205 input-file.c:234
8181 #, c-format
8182 msgid "Can't read from %s"
8183 msgstr ""
8184
8185 #: input-file.c:242
8186 #, c-format
8187 msgid "Can't close %s"
8188 msgstr ""
8189
8190 #: input-scrub.c:270
8191 msgid "macros nested too deeply"
8192 msgstr ""
8193
8194 #: input-scrub.c:372
8195 msgid "partial line at end of file ignored"
8196 msgstr ""
8197
8198 #: input-scrub.c:394
8199 msgid "Partial line at end of file ignored"
8200 msgstr ""
8201
8202 #: itbl-ops.c:359
8203 msgid "Unable to allocate memory for new instructions\n"
8204 msgstr ""
8205
8206 #: listing.c:252
8207 msgid "Warning:"
8208 msgstr ""
8209
8210 #: listing.c:259
8211 msgid "Error:"
8212 msgstr ""
8213
8214 #: listing.c:1145
8215 #, c-format
8216 msgid "can't open list file: %s"
8217 msgstr ""
8218
8219 #: listing.c:1169
8220 #, c-format
8221 msgid "error closing list file: %s"
8222 msgstr ""
8223
8224 #: listing.c:1250
8225 msgid "strange paper height, set to no form"
8226 msgstr ""
8227
8228 #: listing.c:1316
8229 msgid "New line in title"
8230 msgstr ""
8231
8232 #: macro.c:547
8233 msgid "unexpected end of file in macro definition"
8234 msgstr ""
8235
8236 #: macro.c:556
8237 msgid "missing ) after formals"
8238 msgstr ""
8239
8240 #: macro.c:713
8241 msgid "missplaced )"
8242 msgstr ""
8243
8244 #: macro.c:975
8245 msgid "confusion in formal parameters"
8246 msgstr ""
8247
8248 #: macro.c:980
8249 msgid "macro formal argument does not exist"
8250 msgstr ""
8251
8252 #: macro.c:995
8253 msgid "can't mix positional and keyword arguments"
8254 msgstr ""
8255
8256 #: macro.c:1003
8257 msgid "too many positional arguments"
8258 msgstr ""
8259
8260 #: macro.c:1183
8261 msgid "unexpected end of file in irp or irpc"
8262 msgstr ""
8263
8264 #: macro.c:1191
8265 msgid "missing model parameter"
8266 msgstr ""
8267
8268 #: messages.c:105
8269 msgid "Assembler messages:\n"
8270 msgstr ""
8271
8272 #: messages.c:222
8273 msgid "Warning: "
8274 msgstr ""
8275
8276 #: messages.c:331
8277 msgid "Error: "
8278 msgstr ""
8279
8280 #: messages.c:435 messages.c:452
8281 msgid "Fatal error: "
8282 msgstr ""
8283
8284 #: messages.c:471
8285 msgid "Internal error!\n"
8286 msgstr ""
8287
8288 #: messages.c:473
8289 #, c-format
8290 msgid "Assertion failure in %s at %s line %d.\n"
8291 msgstr ""
8292
8293 #: messages.c:476
8294 #, c-format
8295 msgid "Assertion failure at %s line %d.\n"
8296 msgstr ""
8297
8298 #: messages.c:477 messages.c:495
8299 msgid "Please report this bug.\n"
8300 msgstr ""
8301
8302 #: messages.c:490
8303 #, c-format
8304 msgid "Internal error, aborting at %s line %d in %s\n"
8305 msgstr ""
8306
8307 #: messages.c:493
8308 #, c-format
8309 msgid "Internal error, aborting at %s line %d\n"
8310 msgstr ""
8311
8312 #: output-file.c:48
8313 #, c-format
8314 msgid "Can't open a bfd on stdout %s "
8315 msgstr ""
8316
8317 #: output-file.c:72 output-file.c:79
8318 #, c-format
8319 msgid "FATAL: Can't close %s\n"
8320 msgstr ""
8321
8322 #: output-file.c:130
8323 #, c-format
8324 msgid "FATAL: Can't close %s"
8325 msgstr ""
8326
8327 #: output-file.c:148
8328 msgid "Failed to emit an object byte"
8329 msgstr ""
8330
8331 #: output-file.c:149
8332 msgid "Can't continue"
8333 msgstr ""
8334
8335 #: read.c:452
8336 #, c-format
8337 msgid "error constructing %s pseudo-op table: %s"
8338 msgstr ""
8339
8340 #: read.c:817
8341 #, c-format
8342 msgid "Unknown pseudo-op:  `%s'"
8343 msgstr ""
8344
8345 #: read.c:950
8346 #, c-format
8347 msgid "label \"%d$\" redefined"
8348 msgstr ""
8349
8350 #: read.c:1167
8351 msgid ".abort detected.  Abandoning ship."
8352 msgstr ""
8353
8354 #: read.c:1258 read.c:2031
8355 msgid "Alignment not a power of 2"
8356 msgstr ""
8357
8358 #: read.c:1266
8359 #, c-format
8360 msgid "Alignment too large: %u assumed"
8361 msgstr ""
8362
8363 #: read.c:1298
8364 msgid "expected fill pattern missing"
8365 msgstr ""
8366
8367 #: read.c:1495
8368 #, c-format
8369 msgid "attempt to re-define symbol `%s'"
8370 msgstr ""
8371
8372 #. Some of the back ends can't deal with non-positive line numbers.
8373 #. Besides, it's silly.
8374 #: read.c:1619
8375 #, c-format
8376 msgid "Line numbers must be positive; line number %d rejected."
8377 msgstr ""
8378
8379 #: read.c:1646
8380 msgid "start address not supported"
8381 msgstr ""
8382
8383 #: read.c:1656
8384 msgid ".err encountered"
8385 msgstr ""
8386
8387 #: read.c:1675 read.c:1677
8388 #, c-format
8389 msgid ".fail %ld encountered"
8390 msgstr ""
8391
8392 #: read.c:1714
8393 #, c-format
8394 msgid ".fill size clamped to %d."
8395 msgstr ""
8396
8397 #: read.c:1719
8398 msgid "Size negative: .fill ignored."
8399 msgstr ""
8400
8401 #: read.c:1725
8402 msgid "Repeat < 0, .fill ignored"
8403 msgstr ""
8404
8405 #: read.c:1883
8406 #, c-format
8407 msgid "unrecognized .linkonce type `%s'"
8408 msgstr ""
8409
8410 #: read.c:1896 read.c:1922
8411 msgid ".linkonce is not supported for this object file format"
8412 msgstr ""
8413
8414 #: read.c:1918
8415 #, c-format
8416 msgid "bfd_set_section_flags: %s"
8417 msgstr ""
8418
8419 #: read.c:1987
8420 #, c-format
8421 msgid "error setting flags for \".sbss\": %s"
8422 msgstr ""
8423
8424 #: read.c:2009
8425 msgid "Expected comma after size"
8426 msgstr ""
8427
8428 #: read.c:2017
8429 msgid "Missing alignment"
8430 msgstr ""
8431
8432 #: read.c:2159
8433 msgid "bad expression"
8434 msgstr ""
8435
8436 #: read.c:2290
8437 #, c-format
8438 msgid "attempt to redefine pseudo-op `%s' ignored"
8439 msgstr ""
8440
8441 #: read.c:2356
8442 #, c-format
8443 msgid "invalid segment \"%s\"; segment \"%s\" assumed"
8444 msgstr ""
8445
8446 #: read.c:2362
8447 msgid "ignoring fill value in absolute section"
8448 msgstr ""
8449
8450 #: read.c:2365
8451 msgid "only constant offsets supported in absolute section"
8452 msgstr ""
8453
8454 #: read.c:2397
8455 msgid "MRI style ORG pseudo-op not supported"
8456 msgstr ""
8457
8458 #: read.c:2485
8459 msgid "unrecognized section type"
8460 msgstr ""
8461
8462 #: read.c:2553
8463 #, c-format
8464 msgid "unrecognized section type `%s'"
8465 msgstr ""
8466
8467 #: read.c:2567
8468 msgid "absolute sections are not supported"
8469 msgstr ""
8470
8471 #: read.c:2582
8472 #, c-format
8473 msgid "unrecognized section command `%s'"
8474 msgstr ""
8475
8476 #: read.c:2670
8477 #, c-format
8478 msgid "%s without %s"
8479 msgstr ""
8480
8481 #: read.c:2874
8482 msgid "Unsupported variable size or fill value"
8483 msgstr ""
8484
8485 #: read.c:2899
8486 msgid ".space repeat count is zero, ignored"
8487 msgstr ""
8488
8489 #: read.c:2901
8490 msgid ".space repeat count is negative, ignored"
8491 msgstr ""
8492
8493 #: read.c:2930
8494 msgid "space allocation too complex in absolute section"
8495 msgstr ""
8496
8497 #: read.c:2935
8498 msgid "space allocation too complex in common section"
8499 msgstr ""
8500
8501 #: read.c:3022 read.c:4111
8502 #, c-format
8503 msgid "Bad floating literal: %s"
8504 msgstr ""
8505
8506 #: read.c:3098
8507 #, c-format
8508 msgid "Rest of line ignored. First ignored character is `%c'."
8509 msgstr ""
8510
8511 #: read.c:3101
8512 #, c-format
8513 msgid "Rest of line ignored. First ignored character valued 0x%x."
8514 msgstr ""
8515
8516 #: read.c:3152
8517 msgid "illegal expression; zero assumed"
8518 msgstr ""
8519
8520 #: read.c:3154
8521 msgid "missing expression; zero assumed"
8522 msgstr ""
8523
8524 #: read.c:3327
8525 msgid "rva without symbol"
8526 msgstr ""
8527
8528 #: read.c:3452
8529 msgid "attempt to store value in absolute section"
8530 msgstr ""
8531
8532 #: read.c:3490 read.c:4388
8533 msgid "zero assumed for missing expression"
8534 msgstr ""
8535
8536 #: read.c:3502 read.c:4400
8537 msgid "register value used as expression"
8538 msgstr ""
8539
8540 #. Leading bits contain both 0s & 1s.
8541 #: read.c:3592
8542 #, c-format
8543 msgid "Value 0x%lx truncated to 0x%lx."
8544 msgstr ""
8545
8546 #: read.c:3608
8547 #, c-format
8548 msgid "Bignum truncated to %d bytes"
8549 msgstr ""
8550
8551 #: read.c:3685
8552 #, c-format
8553 msgid "unsupported BFD relocation size %u"
8554 msgstr ""
8555
8556 #: read.c:3774
8557 msgid "using a bit field width of zero"
8558 msgstr ""
8559
8560 #: read.c:3782
8561 #, c-format
8562 msgid "field width \"%s\" too complex for a bitfield"
8563 msgstr ""
8564
8565 #: read.c:3790
8566 #, c-format
8567 msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
8568 msgstr ""
8569
8570 #: read.c:3811
8571 #, c-format
8572 msgid "field value \"%s\" too complex for a bitfield"
8573 msgstr ""
8574
8575 #: read.c:3935
8576 msgid "Unresolvable or nonpositive repeat count; using 1"
8577 msgstr ""
8578
8579 #: read.c:3986
8580 #, c-format
8581 msgid "Unknown floating type type '%c'"
8582 msgstr ""
8583
8584 #: read.c:4008
8585 msgid "Floating point constant too large"
8586 msgstr ""
8587
8588 #: read.c:4133
8589 msgid "unresolvable or nonpositive repeat count; using 1"
8590 msgstr ""
8591
8592 #: read.c:4537
8593 msgid "Expected <nn>"
8594 msgstr ""
8595
8596 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
8597 #: read.c:4570 read.c:4653
8598 msgid "Unterminated string: Newline inserted."
8599 msgstr ""
8600
8601 #: read.c:4661
8602 msgid "Bad escaped character in string, '?' assumed"
8603 msgstr ""
8604
8605 #: read.c:4687
8606 msgid "expected address expression; zero assumed"
8607 msgstr ""
8608
8609 #: read.c:4707
8610 #, c-format
8611 msgid "symbol \"%s\" undefined; zero assumed"
8612 msgstr ""
8613
8614 #: read.c:4710
8615 msgid "some symbol undefined; zero assumed"
8616 msgstr ""
8617
8618 #: read.c:4728
8619 msgid "bad or irreducible absolute expression; zero assumed"
8620 msgstr ""
8621
8622 #: read.c:4766
8623 msgid "This string may not contain '\\0'"
8624 msgstr ""
8625
8626 #: read.c:4805
8627 msgid "Missing string"
8628 msgstr ""
8629
8630 #: read.c:5034
8631 msgid "missing .func"
8632 msgstr ""
8633
8634 #: read.c:5051
8635 msgid ".endfunc missing for previous .func"
8636 msgstr ""
8637
8638 #: stabs.c:208
8639 msgid ".stabs: Missing comma"
8640 msgstr ""
8641
8642 #: stabs.c:216 stabs.c:224 stabs.c:235
8643 #, c-format
8644 msgid ".stab%c: Missing comma"
8645 msgstr ""
8646
8647 #: stabs.c:414
8648 msgid "comma missing in .xstabs"
8649 msgstr ""
8650
8651 #: subsegs.c:379
8652 #, c-format
8653 msgid "Attempt to switch to nonexistent segment \"%s\""
8654 msgstr ""
8655
8656 #: symbols.c:365 symbols.c:467
8657 #, c-format
8658 msgid "Symbol %s already defined."
8659 msgstr ""
8660
8661 #: symbols.c:453
8662 #, c-format
8663 msgid "Symbol \"%s\" is already defined as \"%s\"/%s%ld."
8664 msgstr ""
8665
8666 #: symbols.c:536 symbols.c:543
8667 #, c-format
8668 msgid "Inserting \"%s\" into symbol table failed: %s"
8669 msgstr ""
8670
8671 #: symbols.c:894
8672 #, c-format
8673 msgid "Symbol definition loop encountered at %s"
8674 msgstr ""
8675
8676 #: symbols.c:1071 symbols.c:1075
8677 #, c-format
8678 msgid "undefined symbol %s in operation"
8679 msgstr ""
8680
8681 #: symbols.c:1079
8682 msgid "invalid section for operation"
8683 msgstr ""
8684
8685 #: symbols.c:1084 symbols.c:1088
8686 #, c-format
8687 msgid "undefined symbol %s in operation setting %s"
8688 msgstr ""
8689
8690 #: symbols.c:1093
8691 #, c-format
8692 msgid "invalid section for operation setting %s"
8693 msgstr ""
8694
8695 #: symbols.c:1111
8696 #, c-format
8697 msgid "division by zero when setting %s"
8698 msgstr ""
8699
8700 #: symbols.c:1183 write.c:1909
8701 #, c-format
8702 msgid "can't resolve value for symbol \"%s\""
8703 msgstr ""
8704
8705 #: symbols.c:1556
8706 #, c-format
8707 msgid "\"%d\" (instance number %d of a %s label)"
8708 msgstr ""
8709
8710 #: symbols.c:1606
8711 #, c-format
8712 msgid "Attempt to get value of unresolved symbol %s"
8713 msgstr ""
8714
8715 #: write.c:172
8716 #, c-format
8717 msgid "field fx_size too small to hold %d"
8718 msgstr ""
8719
8720 #: write.c:309
8721 msgid "rva not supported"
8722 msgstr ""
8723
8724 #: write.c:505
8725 #, c-format
8726 msgid "attempt to .org/.space backwards? (%ld)"
8727 msgstr ""
8728
8729 #: write.c:977
8730 msgid "relocation out of range"
8731 msgstr ""
8732
8733 #: write.c:980
8734 #, c-format
8735 msgid "%s:%u: bad return from bfd_install_relocation: %x"
8736 msgstr ""
8737
8738 #: write.c:1025
8739 msgid "internal error: fixup not contained within frag"
8740 msgstr ""
8741
8742 #: write.c:1041
8743 #, c-format
8744 msgid "%s:%u: bad return from bfd_install_relocation"
8745 msgstr ""
8746
8747 #: write.c:1128 write.c:1152
8748 #, c-format
8749 msgid "FATAL: Can't write %s"
8750 msgstr ""
8751
8752 #: write.c:1183
8753 msgid "Cannot write to output file."
8754 msgstr ""
8755
8756 #: write.c:1429
8757 #, c-format
8758 msgid "%d error%s, %d warning%s, generating bad object file.\n"
8759 msgstr ""
8760
8761 #: write.c:1436
8762 #, c-format
8763 msgid "%d error%s, %d warning%s, no object file generated.\n"
8764 msgstr ""
8765
8766 #: write.c:1846
8767 #, c-format
8768 msgid "local label %s is not defined"
8769 msgstr ""
8770
8771 #: write.c:2151
8772 #, c-format
8773 msgid "alignment padding (%lu bytes) not a multiple of %ld"
8774 msgstr ""
8775
8776 #: write.c:2257
8777 #, c-format
8778 msgid ".word %s-%s+%s didn't fit"
8779 msgstr ""
8780
8781 #: write.c:2337
8782 msgid "attempt to .org backwards ignored"
8783 msgstr ""
8784
8785 #: write.c:2360
8786 msgid ".space specifies non-absolute value"
8787 msgstr ""
8788
8789 #: write.c:2364
8790 msgid ".space or .fill with negative value, ignored"
8791 msgstr ""
8792
8793 #: write.c:2615
8794 #, c-format
8795 msgid ""
8796 "Subtraction of two symbols in different sections \"%s\" {%s section} - "
8797 "\"%s\" {%s section} at file address %s."
8798 msgstr ""
8799
8800 #: write.c:2780
8801 #, c-format
8802 msgid "Value of %s too large for field of %d bytes at %s"
8803 msgstr ""