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