* MAINTAINERS: Added self and Andrew for the ppc sim.
[deliverable/binutils-gdb.git] / gas / po / gas.pot
... / ...
CommitLineData
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4#
5#, fuzzy
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
9"POT-Creation-Date: 2000-09-26 04:13+0200\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <LL@li.org>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=CHARSET\n"
15"Content-Transfer-Encoding: ENCODING\n"
16
17#: app.c:465 app.c:479
18msgid "end of file in comment"
19msgstr ""
20
21#: app.c:558
22msgid "end of file in string: inserted '\"'"
23msgstr ""
24
25#: app.c:624
26#, c-format
27msgid "Unknown escape '\\%c' in string: Ignored"
28msgstr ""
29
30#: app.c:633
31msgid "End of file in string: '\"' inserted"
32msgstr ""
33
34#: app.c:753
35msgid "end of file not at end of a line; newline inserted"
36msgstr ""
37
38#: app.c:910
39msgid "end of file in multiline comment"
40msgstr ""
41
42#: app.c:974
43msgid "end of file after a one-character quote; \\0 inserted"
44msgstr ""
45
46#: app.c:982
47msgid "end of file in escape character"
48msgstr ""
49
50#: app.c:994
51msgid "Missing close quote: (assumed)"
52msgstr ""
53
54#: app.c:1057 app.c:1111 app.c:1184
55msgid "end of file in comment; newline inserted"
56msgstr ""
57
58#: app.c:1121
59msgid "EOF in Comment: Newline inserted"
60msgstr ""
61
62#: as.c:148
63msgid "missing emulation mode name"
64msgstr ""
65
66#: as.c:163
67#, c-format
68msgid "unrecognized emulation name `%s'"
69msgstr ""
70
71#: as.c:210
72#, c-format
73msgid "GNU assembler version %s (%s) using BFD version %s"
74msgstr ""
75
76#: as.c:213
77#, c-format
78msgid "GNU assembler version %s (%s)"
79msgstr ""
80
81#: as.c:222
82#, c-format
83msgid "Usage: %s [option...] [asmfile...]\n"
84msgstr ""
85
86#: as.c:224
87msgid ""
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"
101msgstr ""
102
103#: as.c:238
104msgid " -D produce assembler debugging messages\n"
105msgstr ""
106
107#: as.c:240
108msgid " --defsym SYM=VAL define symbol SYM to given value\n"
109msgstr ""
110
111#: as.c:256
112#, c-format
113msgid " emulate output (default %s)\n"
114msgstr ""
115
116#: as.c:260
117msgid " -f skip whitespace and comment preprocessing\n"
118msgstr ""
119
120#: as.c:262
121msgid " --gstabs generate stabs debugging information\n"
122msgstr ""
123
124#: as.c:264
125msgid " --gdwarf2 generate DWARF2 debugging information\n"
126msgstr ""
127
128#: as.c:266
129msgid " --help show this message and exit\n"
130msgstr ""
131
132#: as.c:268
133msgid ""
134" -I DIR add DIR to search list for .include directives\n"
135msgstr ""
136
137#: as.c:270
138msgid " -J don't warn about signed overflow\n"
139msgstr ""
140
141#: as.c:272
142msgid ""
143" -K warn when differences altered for long "
144"displacements\n"
145msgstr ""
146
147#: as.c:274
148msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n"
149msgstr ""
150
151#: as.c:276
152msgid " -M,--mri assemble in MRI compatibility mode\n"
153msgstr ""
154
155#: as.c:278
156msgid ""
157" --MD FILE write dependency information in FILE (default "
158"none)\n"
159msgstr ""
160
161#: as.c:280
162msgid " -nocpp ignored\n"
163msgstr ""
164
165#: as.c:282
166msgid ""
167" -o OBJFILE name the object-file output OBJFILE (default "
168"a.out)\n"
169msgstr ""
170
171#: as.c:284
172msgid " -R fold data section into text section\n"
173msgstr ""
174
175#: as.c:286
176msgid ""
177" --statistics print various measured statistics from execution\n"
178msgstr ""
179
180#: as.c:288
181msgid " --strip-local-absolute strip local absolute symbols\n"
182msgstr ""
183
184#: as.c:290
185msgid ""
186" --traditional-format Use same format as native assembler when possible\n"
187msgstr ""
188
189#: as.c:292
190msgid " --version print assembler version number and exit\n"
191msgstr ""
192
193#: as.c:294
194msgid " -W --no-warn suppress warnings\n"
195msgstr ""
196
197#: as.c:296
198msgid " --warn don't suppress warnings\n"
199msgstr ""
200
201#: as.c:298
202msgid " --fatal-warnings treat warnings as errors\n"
203msgstr ""
204
205#: as.c:300
206msgid ""
207" --itbl INSTTBL extend instruction set to include instructions\n"
208" matching the specifications defined in file "
209"INSTTBL\n"
210msgstr ""
211
212#: as.c:303
213msgid " -w ignored\n"
214msgstr ""
215
216#: as.c:305
217msgid " -X ignored\n"
218msgstr ""
219
220#: as.c:307
221msgid " -Z generate object file even after errors\n"
222msgstr ""
223
224#: as.c:309
225msgid ""
226" --listing-lhs-width set the width in words of the output data column "
227"of\n"
228" the listing\n"
229msgstr ""
230
231#: as.c:312
232msgid ""
233" --listing-lhs-width2 set the width in words of the continuation lines\n"
234" of the output data column; ignored if smaller "
235"than\n"
236" the width of the first line\n"
237msgstr ""
238
239#: as.c:316
240msgid ""
241" --listing-rhs-width set the max width in characters of the lines from\n"
242" the source file\n"
243msgstr ""
244
245#: as.c:319
246msgid ""
247" --listing-cont-lines set the maximum number of continuation lines used\n"
248" for the output data column of the listing\n"
249msgstr ""
250
251#: as.c:326 gasp.c:3543
252#, c-format
253msgid "Report bugs to %s\n"
254msgstr ""
255
256#. This output is intended to follow the GNU standards document.
257#: as.c:519
258#, c-format
259msgid "GNU assembler %s\n"
260msgstr ""
261
262#: as.c:520
263msgid "Copyright 2000 Free Software Foundation, Inc.\n"
264msgstr ""
265
266#: as.c:521 gasp.c:3637
267msgid ""
268"This program is free software; you may redistribute it under the terms of\n"
269"the GNU General Public License. This program has absolutely no warranty.\n"
270msgstr ""
271
272#: as.c:524
273#, c-format
274msgid "This assembler was configured for a target of `%s'.\n"
275msgstr ""
276
277#: as.c:531
278msgid "multiple emulation names specified"
279msgstr ""
280
281#: as.c:533
282msgid "emulations not handled in this configuration"
283msgstr ""
284
285#: as.c:538
286#, c-format
287msgid "alias = %s\n"
288msgstr ""
289
290#: as.c:539
291#, c-format
292msgid "canonical = %s\n"
293msgstr ""
294
295#: as.c:540
296#, c-format
297msgid "cpu-type = %s\n"
298msgstr ""
299
300#: as.c:542
301#, c-format
302msgid "format = %s\n"
303msgstr ""
304
305#: as.c:545
306#, c-format
307msgid "bfd-target = %s\n"
308msgstr ""
309
310#: as.c:558
311msgid "bad defsym; format is --defsym name=value"
312msgstr ""
313
314#: as.c:582
315msgid "No file name following -t option\n"
316msgstr ""
317
318#: as.c:598
319#, c-format
320msgid "Failed to read instruction table %s\n"
321msgstr ""
322
323#: as.c:715
324#, c-format
325msgid "invalid listing option `%c'"
326msgstr ""
327
328#: as.c:910
329#, c-format
330msgid "%d warnings, treating warnings as errors"
331msgstr ""
332
333#: as.c:941
334#, c-format
335msgid "%s: total time in assembly: %ld.%06ld\n"
336msgstr ""
337
338#: as.c:944
339#, c-format
340msgid "%s: data size %ld\n"
341msgstr ""
342
343#.
344#. * We have a GROSS internal error.
345#. * This should never happen.
346#.
347#: atof-generic.c:437 config/tc-a29k.c:544 config/tc-i860.c:340
348#: config/tc-i860.c:832 config/tc-m68k.c:3176 config/tc-m68k.c:3205
349#: config/tc-sparc.c:2512
350msgid "failed sanity check."
351msgstr ""
352
353#: cond.c:79
354msgid "invalid identifier for \".ifdef\""
355msgstr ""
356
357#: cond.c:133
358msgid "non-constant expression in \".if\" statement"
359msgstr ""
360
361#: cond.c:229
362msgid "bad format for ifc or ifnc"
363msgstr ""
364
365#: cond.c:263
366msgid "\".elseif\" without matching \".if\" - ignored"
367msgstr ""
368
369#: cond.c:268
370msgid "\".elseif\" after \".else\" - ignored"
371msgstr ""
372
373#: cond.c:271 cond.c:380
374msgid "here is the previous \"else\""
375msgstr ""
376
377#: cond.c:274 cond.c:383
378msgid "here is the previous \"if\""
379msgstr ""
380
381#: cond.c:307
382msgid "non-constant expression in \".elseif\" statement"
383msgstr ""
384
385#: cond.c:342
386msgid "\".endif\" without \".if\""
387msgstr ""
388
389#: cond.c:372
390msgid ".else without matching .if - ignored"
391msgstr ""
392
393#: cond.c:377
394msgid "duplicate \"else\" - ignored"
395msgstr ""
396
397#: cond.c:428
398msgid ".ifeqs syntax error"
399msgstr ""
400
401#: cond.c:511
402msgid "end of macro inside conditional"
403msgstr ""
404
405#: cond.c:513
406msgid "end of file inside conditional"
407msgstr ""
408
409#: cond.c:516
410msgid "here is the start of the unterminated conditional"
411msgstr ""
412
413#: cond.c:520
414msgid "here is the \"else\" of the unterminated conditional"
415msgstr ""
416
417#: config/obj-aout.c:162
418#, c-format
419msgid "Attempt to put a common symbol into set %s"
420msgstr ""
421
422#: config/obj-aout.c:166
423#, c-format
424msgid "Attempt to put an undefined symbol into set %s"
425msgstr ""
426
427#: config/obj-aout.c:197 config/obj-coff.c:1246 config/obj-elf.c:1714
428#: ecoff.c:3646
429#, c-format
430msgid "Symbol `%s' can not be both weak and common"
431msgstr ""
432
433#: config/obj-aout.c:255 config/obj-coff.c:1981
434msgid "unresolved relocation"
435msgstr ""
436
437#: config/obj-aout.c:257 config/obj-coff.c:1983
438#, c-format
439msgid "bad relocation: symbol `%s' not in symbol table"
440msgstr ""
441
442#: config/obj-aout.c:344
443#, c-format
444msgid "%s: bad type for weak symbol"
445msgstr ""
446
447#: config/obj-aout.c:458 config/obj-coff.c:2911 write.c:1844
448#, c-format
449msgid "%s: global symbols not supported in common sections"
450msgstr ""
451
452#: config/obj-aout.c:524
453#, c-format
454msgid "Local symbol %s never defined."
455msgstr ""
456
457#: config/obj-aout.c:612
458msgid "subsegment index too high"
459msgstr ""
460
461#: config/obj-bout.c:319 config/obj-vms.c:561
462#, c-format
463msgid "Local symbol %s never defined"
464msgstr ""
465
466#: config/obj-coff.c:156
467#, c-format
468msgid "Inserting \"%s\" into structure table failed: %s"
469msgstr ""
470
471#. Zero is used as an end marker in the file.
472#: config/obj-coff.c:451
473msgid "Line numbers must be positive integers\n"
474msgstr ""
475
476#: config/obj-coff.c:484 config/obj-coff.c:2326
477msgid ".ln pseudo-op inside .def/.endef: ignored."
478msgstr ""
479
480#: config/obj-coff.c:527 ecoff.c:3282
481msgid ".loc outside of .text"
482msgstr ""
483
484#: config/obj-coff.c:534
485msgid ".loc pseudo-op inside .def/.endef: ignored."
486msgstr ""
487
488#: config/obj-coff.c:622 config/obj-coff.c:2383
489msgid ".def pseudo-op used inside of .def/.endef: ignored."
490msgstr ""
491
492#: config/obj-coff.c:668 config/obj-coff.c:2435
493msgid ".endef pseudo-op used outside of .def/.endef: ignored."
494msgstr ""
495
496#: config/obj-coff.c:706
497#, c-format
498msgid "`%s' symbol without preceding function"
499msgstr ""
500
501#: config/obj-coff.c:793 config/obj-coff.c:2510
502#, c-format
503msgid "unexpected storage class %d"
504msgstr ""
505
506#: config/obj-coff.c:906 config/obj-coff.c:2617
507msgid ".dim pseudo-op used outside of .def/.endef: ignored."
508msgstr ""
509
510#: config/obj-coff.c:926 config/obj-coff.c:2637
511msgid "badly formed .dim directive ignored"
512msgstr ""
513
514#: config/obj-coff.c:977 config/obj-coff.c:2700
515msgid ".size pseudo-op used outside of .def/.endef ignored."
516msgstr ""
517
518#: config/obj-coff.c:993 config/obj-coff.c:2716
519msgid ".scl pseudo-op used outside of .def/.endef ignored."
520msgstr ""
521
522#: config/obj-coff.c:1011 config/obj-coff.c:2734
523msgid ".tag pseudo-op used outside of .def/.endef ignored."
524msgstr ""
525
526#: config/obj-coff.c:1030 config/obj-coff.c:2752
527#, c-format
528msgid "tag not found for .tag %s"
529msgstr ""
530
531#: config/obj-coff.c:1045 config/obj-coff.c:2767
532msgid ".type pseudo-op used outside of .def/.endef ignored."
533msgstr ""
534
535#: config/obj-coff.c:1067 config/obj-coff.c:2789
536msgid ".val pseudo-op used outside of .def/.endef ignored."
537msgstr ""
538
539#: config/obj-coff.c:1207 config/obj-coff.c:2984
540msgid "mismatched .eb"
541msgstr ""
542
543#: config/obj-coff.c:1225 config/obj-coff.c:3024
544msgid "C_EFCN symbol out of scope"
545msgstr ""
546
547#. STYP_INFO
548#. STYP_LIB
549#. STYP_OVER
550#: config/obj-coff.c:1447
551#, c-format
552msgid "unsupported section attribute '%c'"
553msgstr ""
554
555#: config/obj-coff.c:1452 config/obj-coff.c:3721 config/tc-ppc.c:3918
556#, c-format
557msgid "unknown section attribute '%c'"
558msgstr ""
559
560#: config/obj-coff.c:1482 config/tc-ppc.c:3936 read.c:2520
561#, c-format
562msgid "error setting flags for \"%s\": %s"
563msgstr ""
564
565#: config/obj-coff.c:1493 config/obj-elf.c:723
566#, c-format
567msgid "Ignoring changed section attributes for %s"
568msgstr ""
569
570#: config/obj-coff.c:1629
571#, c-format
572msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
573msgstr ""
574
575#: config/obj-coff.c:1809 config/obj-ieee.c:69
576msgid "Out of step\n"
577msgstr ""
578
579#: config/obj-coff.c:2242
580msgid "bfd_coff_swap_scnhdr_out failed"
581msgstr ""
582
583#: config/obj-coff.c:2467
584msgid "`.bf' symbol without preceding function\n"
585msgstr ""
586
587#: config/obj-coff.c:3420 config/obj-ieee.c:507 output-file.c:52
588#: output-file.c:119
589#, c-format
590msgid "FATAL: Can't create %s"
591msgstr ""
592
593#: config/obj-coff.c:3595
594#, c-format
595msgid "Can't close %s: %s"
596msgstr ""
597
598#: config/obj-coff.c:3629
599#, c-format
600msgid "Too many new sections; can't add \"%s\""
601msgstr ""
602
603#: config/obj-coff.c:4036 config/tc-m88k.c:1257 config/tc-sparc.c:3494
604msgid "Expected comma after name"
605msgstr ""
606
607#: config/obj-coff.c:4042 read.c:1964
608msgid "Missing size expression"
609msgstr ""
610
611#: config/obj-coff.c:4048
612#, c-format
613msgid "lcomm length (%d.) <0! Ignored."
614msgstr ""
615
616#: config/obj-coff.c:4076 read.c:2198
617#, c-format
618msgid "Symbol %s already defined"
619msgstr ""
620
621#: config/obj-coff.c:4170 config/tc-i960.c:3215
622#, c-format
623msgid "No 'bal' entry point for leafproc %s"
624msgstr ""
625
626#: config/obj-coff.c:4249 write.c:2541
627#, c-format
628msgid "Negative of non-absolute symbol %s"
629msgstr ""
630
631#: config/obj-coff.c:4270 write.c:2555
632msgid "callj to difference of 2 symbols"
633msgstr ""
634
635#: config/obj-coff.c:4316
636#, c-format
637msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld."
638msgstr ""
639
640#. This is a COBR instruction. They have only a 13-bit
641#. displacement and are only to be used for local branches:
642#. flag as error, don't generate relocation.
643#: config/obj-coff.c:4405 config/tc-i960.c:3235 write.c:2699
644msgid "can't use COBR format with external label"
645msgstr ""
646
647#: config/obj-coff.c:4484
648#, c-format
649msgid "Value of %ld too large for field of %d bytes at 0x%lx"
650msgstr ""
651
652#: config/obj-coff.c:4498 write.c:2789
653#, c-format
654msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx"
655msgstr ""
656
657#: config/obj-ecoff.c:241
658msgid "Can't set GP value"
659msgstr ""
660
661#: config/obj-ecoff.c:248
662msgid "Can't set register masks"
663msgstr ""
664
665#: config/obj-elf.c:308 config/tc-sparc.c:3637 config/tc-v850.c:261
666msgid "Expected comma after symbol-name"
667msgstr ""
668
669#: config/obj-elf.c:315 config/tc-arc.c:780 config/tc-sparc.c:3647
670#, c-format
671msgid ".COMMon length (%d.) <0! Ignored."
672msgstr ""
673
674#: config/obj-elf.c:325 config/tc-alpha.c:4319 config/tc-sparc.c:3657
675#: config/tc-v850.c:284
676msgid "Ignoring attempt to re-define symbol"
677msgstr ""
678
679#: config/obj-elf.c:333 config/tc-arc.c:798 config/tc-sparc.c:3665
680#: config/tc-v850.c:294
681#, c-format
682msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
683msgstr ""
684
685#: config/obj-elf.c:356 config/tc-arc.c:817 config/tc-v850.c:321
686msgid "Common alignment negative; 0 assumed"
687msgstr ""
688
689#: config/obj-elf.c:375 config/tc-m32r.c:1296 config/tc-ppc.c:1515
690#: config/tc-v850.c:384
691msgid "Common alignment not a power of 2"
692msgstr ""
693
694#: config/obj-elf.c:438 config/tc-arc.c:877 config/tc-sparc.c:3789
695#: config/tc-v850.c:566
696#, c-format
697msgid "bad .common segment %s"
698msgstr ""
699
700#: config/obj-elf.c:664
701#, c-format
702msgid "Setting incorrect section type for %s"
703msgstr ""
704
705#: config/obj-elf.c:668
706#, c-format
707msgid "Ignoring incorrect section type for %s"
708msgstr ""
709
710#: config/obj-elf.c:681
711#, c-format
712msgid "Setting incorrect section attributes for %s"
713msgstr ""
714
715#: config/obj-elf.c:753
716msgid "Unrecognized .section attribute: want a,w,x"
717msgstr ""
718
719#: config/obj-elf.c:793
720msgid "Unrecognized section attribute"
721msgstr ""
722
723#: config/obj-elf.c:815
724msgid "Unrecognized section type"
725msgstr ""
726
727#: config/obj-elf.c:866
728msgid "Missing section name"
729msgstr ""
730
731#: config/obj-elf.c:932
732msgid "Bad .section directive - character following name is not '#'"
733msgstr ""
734
735#: config/obj-elf.c:1033
736msgid ".previous without corresponding .section; ignored"
737msgstr ""
738
739#: config/obj-elf.c:1060
740msgid ".popsection without corresponding .pushsection; ignored"
741msgstr ""
742
743#: config/obj-elf.c:1112
744#, c-format
745msgid "multiple .symver directives for symbol `%s'"
746msgstr ""
747
748#: config/obj-elf.c:1121
749msgid "expected comma after name in .symver"
750msgstr ""
751
752#: config/obj-elf.c:1142
753#, c-format
754msgid "missing version name in `%s' for symbol `%s'"
755msgstr ""
756
757#: config/obj-elf.c:1351 config/obj-som.c:155 config/obj-som.c:201
758msgid "Expected quoted string"
759msgstr ""
760
761#: config/obj-elf.c:1372
762#, c-format
763msgid "expected comma after name `%s' in .size directive"
764msgstr ""
765
766#: config/obj-elf.c:1381
767msgid "missing expression in .size directive"
768msgstr ""
769
770#: config/obj-elf.c:1457
771#, c-format
772msgid "ignoring unrecognized symbol type \"%s\""
773msgstr ""
774
775#: config/obj-elf.c:1638
776msgid ".size expression too complicated to fix up"
777msgstr ""
778
779#: config/obj-elf.c:1669
780#, c-format
781msgid ""
782"invalid attempt to declare external version name as default in symbol `%s'"
783msgstr ""
784
785#: config/obj-elf.c:1801
786#, c-format
787msgid "Failed to set up debugging information: %s"
788msgstr ""
789
790#: config/obj-elf.c:1821
791#, c-format
792msgid "Can't start writing .mdebug section: %s"
793msgstr ""
794
795#: config/obj-elf.c:1829
796#, c-format
797msgid "Could not write .mdebug section: %s"
798msgstr ""
799
800#: config/obj-ieee.c:455
801msgid "too many sections"
802msgstr ""
803
804#: config/obj-som.c:138
805msgid "Only one .version pseudo-op per file!"
806msgstr ""
807
808#: config/obj-som.c:164
809#, c-format
810msgid "FATAL: Attaching version header %s"
811msgstr ""
812
813#: config/obj-som.c:184
814msgid "Only one .copyright pseudo-op per file!"
815msgstr ""
816
817#: config/obj-som.c:210
818#, c-format
819msgid "FATAL: Attaching copyright header %s"
820msgstr ""
821
822#: config/obj-vms.c:462
823#, c-format
824msgid "compiler emitted zero-size common symbol `%s' already defined"
825msgstr ""
826
827#: config/obj-vms.c:472
828#, c-format
829msgid "compiler redefined zero-size common symbol `%s'"
830msgstr ""
831
832#: config/obj-vms.c:591
833#, c-format
834msgid "Couldn't create VMS object file \"%s\""
835msgstr ""
836
837#: config/obj-vms.c:616
838msgid "I/O error writing VMS object file (length prefix)"
839msgstr ""
840
841#: config/obj-vms.c:630
842msgid "I/O error writing VMS object file"
843msgstr ""
844
845#: config/obj-vms.c:1220
846msgid "Couldn't find source file \"%s\", status=%%X%x"
847msgstr ""
848
849#: config/obj-vms.c:1718 config/obj-vms.c:2894
850#, c-format
851msgid "debugger forward reference error, dbx type %d"
852msgstr ""
853
854#: config/obj-vms.c:1793
855#, c-format
856msgid "Variable descriptor %d too complicated. Defined as `void *'."
857msgstr ""
858
859#: config/obj-vms.c:2107
860msgid ""
861"***Warning - the assembly code generated by the compiler has placed \n"
862" global constant(s) in the text psect. These will not be available to \n"
863" other modules, since this is not the correct way to handle this. You \n"
864" have two options: 1) get a patched compiler that does not put global \n"
865" constants in the text psect, or 2) remove the 'const' keyword from \n"
866" definitions of global variables in your source module(s). Don't say \n"
867" I didn't warn you! \n"
868msgstr ""
869
870#: config/obj-vms.c:2421
871#, c-format
872msgid "debugginer output: %d is an unknown untyped variable."
873msgstr ""
874
875#: config/obj-vms.c:2639
876#, c-format
877msgid "debugger output: structure element `%s' has undefined type"
878msgstr ""
879
880#: config/obj-vms.c:2750
881#, c-format
882msgid "debugger output: %d is an unknown type of variable."
883msgstr ""
884
885#: config/obj-vms.c:2883
886#, c-format
887msgid "debugger output: Unable to resolve %d circular references."
888msgstr ""
889
890#: config/obj-vms.c:3085
891#, c-format
892msgid "Module name truncated: %s\n"
893msgstr ""
894
895#: config/obj-vms.c:3363
896#, c-format
897msgid "Symbol %s replaced by %s\n"
898msgstr ""
899
900#. impossible
901#: config/obj-vms.c:3646
902#, c-format
903msgid "Unknown VMS psect type (%ld)"
904msgstr ""
905
906#: config/obj-vms.c:3687
907#, c-format
908msgid "Globalsymbol attribute for symbol %s was unexpected."
909msgstr ""
910
911#: config/obj-vms.c:3836
912msgid "Invalid data type for globalvalue"
913msgstr ""
914
915#: config/obj-vms.c:3848
916#, c-format
917msgid "Invalid globalvalue of %s"
918msgstr ""
919
920#: config/obj-vms.c:4198
921msgid "Couldn't find fixup fragment when checking for indirect reference"
922msgstr ""
923
924#: config/obj-vms.c:4541 config/obj-vms.c:4682
925msgid "Fixup data addsy and subsy don't have the same type"
926msgstr ""
927
928#: config/obj-vms.c:4545 config/obj-vms.c:4686
929msgid "Fixup data addsy and subsy don't have an appropriate type"
930msgstr ""
931
932#: config/obj-vms.c:4548 config/obj-vms.c:4689
933msgid "Fixup data is erroneously \"pcrel\""
934msgstr ""
935
936#: config/obj-vms.c:4564 config/obj-vms.c:4708
937msgid "Fixup datum is not a longword"
938msgstr ""
939
940#: config/obj-vms.c:4568 config/obj-vms.c:4712
941msgid "Fixup datum is not \"fixP->fx_addsy\""
942msgstr ""
943
944#: config/obj-vms.c:4783
945#, c-format
946msgid ""
947"g++ wrote an extern reference to `%s' as a routine.\n"
948"I will fix it, but I hope that it was note really a routine."
949msgstr ""
950
951#: config/obj-vms.c:4915
952msgid "Can't handle global xtors symbols yet."
953msgstr ""
954
955#: config/obj-vms.c:4918
956#, c-format
957msgid "Unknown %s"
958msgstr ""
959
960#.
961#. * Error otherwise.
962#.
963#: config/obj-vms.c:5003
964#, c-format
965msgid "unhandled stab type %d"
966msgstr ""
967
968#: config/tc-a29k.c:160 config/tc-sparc.c:3841
969msgid "Unknown segment type"
970msgstr ""
971
972#. Probably a memory allocation problem? Give up now.
973#: config/tc-a29k.c:330 config/tc-hppa.c:1413 config/tc-mips.c:1107
974#: config/tc-mips.c:1149 config/tc-sparc.c:838
975msgid "Broken assembler. No assembly attempted."
976msgstr ""
977
978#: config/tc-a29k.c:375 config/tc-arc.c:536 config/tc-avr.c:1124
979#: config/tc-d10v.c:511 config/tc-d30v.c:552 config/tc-h8300.c:296
980#: config/tc-h8500.c:294 config/tc-mcore.c:655 config/tc-mn10200.c:954
981#: config/tc-mn10300.c:1337 config/tc-ppc.c:1971 config/tc-sh.c:834
982#: config/tc-tic80.c:283 config/tc-v850.c:2081 config/tc-w65.c:247
983#: config/tc-z8k.c:340
984msgid "missing operand"
985msgstr ""
986
987#: config/tc-a29k.c:415 config/tc-cris.c:897 config/tc-cris.c:905
988#: config/tc-hppa.c:1559 config/tc-i860.c:431 config/tc-i860.c:448
989#: config/tc-sparc.c:1403 config/tc-sparc.c:1409
990#, c-format
991msgid "Unknown opcode: `%s'"
992msgstr ""
993
994#: config/tc-a29k.c:420
995#, c-format
996msgid "Unknown opcode `%s'."
997msgstr ""
998
999#: config/tc-a29k.c:452
1000#, c-format
1001msgid "Too many operands: %s"
1002msgstr ""
1003
1004#: config/tc-a29k.c:474 config/tc-a29k.c:505
1005#, c-format
1006msgid "Immediate value of %ld is too large"
1007msgstr ""
1008
1009#: config/tc-a29k.c:890
1010#, c-format
1011msgid "bad relocation type: 0x%02x"
1012msgstr ""
1013
1014#: config/tc-a29k.c:914
1015#, c-format
1016msgid "need %o3\n"
1017msgstr ""
1018
1019#: config/tc-a29k.c:930
1020msgid "a29k_convert_frag\n"
1021msgstr ""
1022
1023#: config/tc-a29k.c:939
1024msgid "a29k_estimate_size_before_relax\n"
1025msgstr ""
1026
1027#: config/tc-a29k.c:1090
1028#, c-format
1029msgid "label \"$%d\" redefined"
1030msgstr ""
1031
1032#: config/tc-a29k.c:1163
1033msgid "Invalid expression after %%%%\n"
1034msgstr ""
1035
1036#: config/tc-a29k.c:1174
1037msgid "Invalid register in & expression"
1038msgstr ""
1039
1040#: config/tc-alpha.c:833
1041#, c-format
1042msgid "internal error: can't hash opcode `%s': %s"
1043msgstr ""
1044
1045#: config/tc-alpha.c:867
1046#, c-format
1047msgid "internal error: can't hash macro `%s': %s"
1048msgstr ""
1049
1050#: config/tc-alpha.c:950 config/tc-i960.c:2700
1051msgid "syntax error"
1052msgstr ""
1053
1054#: config/tc-alpha.c:1024 config/tc-arm.c:5443 config/tc-h8300.c:1373
1055#: config/tc-h8500.c:1197 config/tc-hppa.c:3953 config/tc-i860.c:931
1056#: config/tc-m68hc11.c:480 config/tc-m68k.c:4179 config/tc-m88k.c:1105
1057#: config/tc-ns32k.c:1663 config/tc-sparc.c:2793 config/tc-z8k.c:1332
1058msgid "Bad call to MD_ATOF()"
1059msgstr ""
1060
1061#: config/tc-alpha.c:1074
1062#, c-format
1063msgid "Unknown CPU identifier `%s'"
1064msgstr ""
1065
1066#: config/tc-alpha.c:1118
1067msgid ""
1068"Alpha options:\n"
1069"-32addr\t\t\ttreat addresses as 32-bit values\n"
1070"-F\t\t\tlack floating point instructions support\n"
1071"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mall\n"
1072"\t\t\tspecify variant of Alpha architecture\n"
1073"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n"
1074"\t\t\tthese variants include PALcode opcodes\n"
1075msgstr ""
1076
1077#: config/tc-alpha.c:1128
1078msgid ""
1079"VMS options:\n"
1080"-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
1081"-H\t\t\tshow new symbol after hash truncation\n"
1082msgstr ""
1083
1084#: config/tc-alpha.c:1297
1085#, c-format
1086msgid "unhandled relocation type %s"
1087msgstr ""
1088
1089#: config/tc-alpha.c:1310
1090msgid "non-absolute expression in constant field"
1091msgstr ""
1092
1093#: config/tc-alpha.c:1324
1094#, c-format
1095msgid "type %d reloc done?\n"
1096msgstr ""
1097
1098#: config/tc-alpha.c:1375 config/tc-alpha.c:1382 config/tc-mips.c:7422
1099msgid "Used $at without \".set noat\""
1100msgstr ""
1101
1102#: config/tc-alpha.c:1560
1103#, c-format
1104msgid "cannot represent `%s' relocation in object file"
1105msgstr ""
1106
1107#: config/tc-alpha.c:1567
1108#, c-format
1109msgid "internal error? cannot generate `%s' relocation"
1110msgstr ""
1111
1112#: config/tc-alpha.c:1621
1113#, c-format
1114msgid "frame reg expected, using $%d."
1115msgstr ""
1116
1117#: config/tc-alpha.c:1746
1118#, c-format
1119msgid "No !literal!%d was found"
1120msgstr ""
1121
1122#. only support one relocation op per insn
1123#: config/tc-alpha.c:1934
1124msgid "More than one relocation op per insn"
1125msgstr ""
1126
1127#: config/tc-alpha.c:1951
1128msgid "No relocation operand"
1129msgstr ""
1130
1131#: config/tc-alpha.c:1957
1132#, c-format
1133msgid "No !sequence-number after !%s"
1134msgstr ""
1135
1136#: config/tc-alpha.c:1970
1137#, c-format
1138msgid "Unknown relocation operand: !%s"
1139msgstr ""
1140
1141#: config/tc-alpha.c:1983
1142#, c-format
1143msgid "Bad sequence number: !%s!%s"
1144msgstr ""
1145
1146#: config/tc-alpha.c:2334
1147#, c-format
1148msgid "operand out of range (%s not between %d and %d)"
1149msgstr ""
1150
1151#: config/tc-alpha.c:2433 config/tc-arc.c:549 config/tc-d10v.c:600
1152#: config/tc-d30v.c:640 config/tc-mn10200.c:1009 config/tc-mn10300.c:1408
1153#: config/tc-ppc.c:1937 config/tc-ppc.c:2045 config/tc-ppc.c:2057
1154#: config/tc-v850.c:1861 config/tc-v850.c:1884 config/tc-v850.c:2104
1155msgid "too many fixups"
1156msgstr ""
1157
1158#: config/tc-alpha.c:2644 config/tc-alpha.c:2713
1159#, c-format
1160msgid "inappropriate arguments for opcode `%s'"
1161msgstr ""
1162
1163#: config/tc-alpha.c:2646 config/tc-alpha.c:2715
1164#, c-format
1165msgid "opcode `%s' not supported for target %s"
1166msgstr ""
1167
1168#: config/tc-alpha.c:2650 config/tc-alpha.c:2718 config/tc-avr.c:1090
1169#, c-format
1170msgid "unknown opcode `%s'"
1171msgstr ""
1172
1173#: config/tc-alpha.c:2690 config/tc-alpha.c:2757 config/tc-alpha.c:3268
1174#: config/tc-alpha.c:3328 config/tc-alpha.c:3380 config/tc-alpha.c:3455
1175#: config/tc-alpha.c:3540 config/tc-alpha.c:3666 config/tc-alpha.c:3843
1176#: config/tc-alpha.c:3900 config/tc-alpha.c:4010 config/tc-alpha.c:4117
1177#: config/tc-alpha.c:4194
1178#, c-format
1179msgid "Cannot use !%s!%d with %s"
1180msgstr ""
1181
1182#: config/tc-alpha.c:2778
1183msgid "can not resolve expression"
1184msgstr ""
1185
1186#: config/tc-alpha.c:2920 config/tc-alpha.c:3112
1187msgid "overflow in literal (.lita) table"
1188msgstr ""
1189
1190#: config/tc-alpha.c:2927 config/tc-alpha.c:2950 config/tc-alpha.c:3125
1191#: config/tc-alpha.c:3469 config/tc-alpha.c:3547 config/tc-alpha.c:3595
1192#: config/tc-alpha.c:3695 config/tc-alpha.c:3920 config/tc-alpha.c:4032
1193msgid "macro requires $at register while noat in effect"
1194msgstr ""
1195
1196#: config/tc-alpha.c:2929 config/tc-alpha.c:2952 config/tc-alpha.c:3127
1197msgid "macro requires $at while $at in use"
1198msgstr ""
1199
1200#: config/tc-alpha.c:3074 expr.c:84 read.c:3172
1201msgid "bignum invalid; zero assumed"
1202msgstr ""
1203
1204#: config/tc-alpha.c:3076 expr.c:86 read.c:3174 read.c:3507 read.c:4404
1205msgid "floating point number invalid; zero assumed"
1206msgstr ""
1207
1208#: config/tc-alpha.c:3081
1209msgid "can't handle expression"
1210msgstr ""
1211
1212#: config/tc-alpha.c:3118
1213msgid "overflow in literal (.lit8) table"
1214msgstr ""
1215
1216#: config/tc-alpha.c:3290
1217#, c-format
1218msgid "bad instruction format for lda !%s!%d"
1219msgstr ""
1220
1221#: config/tc-alpha.c:4290 config/tc-ppc.c:1464 config/tc-ppc.c:3682
1222#: read.c:1377
1223#, c-format
1224msgid ".COMMon length (%ld.) <0! Ignored."
1225msgstr ""
1226
1227#: config/tc-alpha.c:4328 config/tc-alpha.c:4337 config/tc-ppc.c:3719
1228#: read.c:1401
1229#, c-format
1230msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1231msgstr ""
1232
1233#: config/tc-alpha.c:4439 ecoff.c:3086
1234msgid ".ent directive has no name"
1235msgstr ""
1236
1237#: config/tc-alpha.c:4447
1238msgid "nested .ent directives"
1239msgstr ""
1240
1241#: config/tc-alpha.c:4483 ecoff.c:3034
1242msgid ".end directive has no name"
1243msgstr ""
1244
1245#: config/tc-alpha.c:4492
1246msgid ".end directive names different symbol than .ent"
1247msgstr ""
1248
1249#: config/tc-alpha.c:4567
1250#, c-format
1251msgid "Invalid argument %d to .prologue."
1252msgstr ""
1253
1254#: config/tc-alpha.c:4595
1255msgid "ECOFF debugging is disabled."
1256msgstr ""
1257
1258#: config/tc-alpha.c:4616
1259msgid "Unknown section directive"
1260msgstr ""
1261
1262#: config/tc-alpha.c:4652
1263msgid ".ent directive has no symbol"
1264msgstr ""
1265
1266#: config/tc-alpha.c:4679
1267msgid "Bad .frame directive 1./2. param"
1268msgstr ""
1269
1270#: config/tc-alpha.c:4691
1271msgid "Bad .frame directive 3./4. param"
1272msgstr ""
1273
1274#: config/tc-alpha.c:4716
1275msgid ".pdesc directive not in link (.link) section"
1276msgstr ""
1277
1278#: config/tc-alpha.c:4724
1279msgid ".pdesc has no matching .ent"
1280msgstr ""
1281
1282#: config/tc-alpha.c:4735
1283msgid ".pdesc directive has no entry symbol"
1284msgstr ""
1285
1286#: config/tc-alpha.c:4748
1287msgid "No comma after .pdesc <entryname>"
1288msgstr ""
1289
1290#: config/tc-alpha.c:4771
1291msgid "unknown procedure kind"
1292msgstr ""
1293
1294#: config/tc-alpha.c:4865
1295msgid ".name directive not in link (.link) section"
1296msgstr ""
1297
1298#: config/tc-alpha.c:4873
1299msgid ".name directive has no symbol"
1300msgstr ""
1301
1302#: config/tc-alpha.c:4907
1303msgid "No symbol after .linkage"
1304msgstr ""
1305
1306#: config/tc-alpha.c:4935
1307msgid "No symbol after .code_address"
1308msgstr ""
1309
1310#: config/tc-alpha.c:4968 ecoff.c:3252
1311msgid "Bad .mask directive"
1312msgstr ""
1313
1314#: config/tc-alpha.c:4989 ecoff.c:3182
1315msgid "Bad .fmask directive"
1316msgstr ""
1317
1318#: config/tc-alpha.c:5159 config/tc-arm.c:1507 read.c:2158 read.c:2745
1319#: stabs.c:459
1320#, c-format
1321msgid "Expected comma after name \"%s\""
1322msgstr ""
1323
1324#. *symbol_get_obj (symbolP) = (signed char) temp;
1325#: config/tc-alpha.c:5170
1326#, c-format
1327msgid "unhandled: .proc %s,%d"
1328msgstr ""
1329
1330#: config/tc-alpha.c:5205
1331#, c-format
1332msgid "Tried to .set unrecognized mode `%s'"
1333msgstr ""
1334
1335#. not fatal, but it might not work in the end
1336#: config/tc-alpha.c:5222
1337msgid "File overrides no-base-register option."
1338msgstr ""
1339
1340#: config/tc-alpha.c:5239
1341#, c-format
1342msgid "Bad base register, using $%d."
1343msgstr ""
1344
1345#: config/tc-alpha.c:5261
1346#, c-format
1347msgid "Alignment too large: %d. assumed"
1348msgstr ""
1349
1350#: config/tc-alpha.c:5265 config/tc-d30v.c:2219
1351msgid "Alignment negative: 0 assumed"
1352msgstr ""
1353
1354#: config/tc-alpha.c:5578
1355#, c-format
1356msgid "Chose GP value of %lx\n"
1357msgstr ""
1358
1359#: config/tc-arc.c:138
1360msgid ""
1361"ARC options:\n"
1362"-EB\t\t\tgenerate big endian output\n"
1363"-EL\t\t\tgenerate little endian output\n"
1364msgstr ""
1365
1366#: config/tc-arc.c:156 config/tc-arc.c:179 config/tc-arc.c:923
1367#: config/tc-hppa.c:1373 config/tc-hppa.c:6840 config/tc-hppa.c:6846
1368#: config/tc-hppa.c:6852 config/tc-hppa.c:6858 config/tc-mn10300.c:926
1369#: config/tc-mn10300.c:2131
1370msgid "could not set architecture and machine"
1371msgstr ""
1372
1373#: config/tc-arc.c:176
1374msgid "virtual memory exhausted"
1375msgstr ""
1376
1377#: config/tc-arc.c:255 config/tc-mn10200.c:1374 config/tc-mn10300.c:2043
1378#: config/tc-ppc.c:1221 config/tc-v850.c:1662
1379#, c-format
1380msgid "operand out of range (%s not between %ld and %ld)"
1381msgstr ""
1382
1383#: config/tc-arc.c:390
1384#, c-format
1385msgid "unknown syntax format character `%c'"
1386msgstr ""
1387
1388#: config/tc-arc.c:489
1389msgid "too many suffixes"
1390msgstr ""
1391
1392#: config/tc-arc.c:534 config/tc-d10v.c:509 config/tc-d30v.c:550
1393#: config/tc-mn10200.c:951 config/tc-mn10300.c:1334 config/tc-ppc.c:1969
1394#: config/tc-tic80.c:279 config/tc-v850.c:2078
1395msgid "illegal operand"
1396msgstr ""
1397
1398#: config/tc-arc.c:621 config/tc-mn10200.c:1050 config/tc-mn10300.c:1478
1399#: config/tc-ppc.c:2094 config/tc-v850.c:2157
1400#, c-format
1401msgid "junk at end of line: `%s'"
1402msgstr ""
1403
1404#: config/tc-arc.c:661
1405msgid "8 byte instruction in delay slot"
1406msgstr ""
1407
1408#: config/tc-arc.c:663
1409msgid "8 byte jump instruction with delay slot"
1410msgstr ""
1411
1412#: config/tc-arc.c:671
1413msgid "conditional branch follows set of flags"
1414msgstr ""
1415
1416#: config/tc-arc.c:750 config/tc-arm.c:6668
1417#, c-format
1418msgid "bad instruction `%s'"
1419msgstr ""
1420
1421#: config/tc-arc.c:773
1422msgid "expected comma after symbol-name"
1423msgstr ""
1424
1425#: config/tc-arc.c:790
1426msgid "ignoring attempt to re-define symbol"
1427msgstr ""
1428
1429#: config/tc-arc.c:805
1430msgid "expected comma after common length"
1431msgstr ""
1432
1433#: config/tc-arc.c:898
1434msgid ".cpu command must appear before any instructions"
1435msgstr ""
1436
1437#: config/tc-arc.c:917
1438msgid ".cpu conflicts with previous value"
1439msgstr ""
1440
1441#: config/tc-arc.c:928
1442msgid "bad .cpu op"
1443msgstr ""
1444
1445#: config/tc-arc.c:952 config/tc-ppc.c:2742
1446msgid "missing rename string"
1447msgstr ""
1448
1449#: config/tc-arc.c:964
1450msgid "invalid symbol to rename to"
1451msgstr ""
1452
1453#: config/tc-arc.c:1011 config/tc-avr.c:372 config/tc-d10v.c:291
1454#: config/tc-d30v.c:366 config/tc-mips.c:8850 config/tc-mn10200.c:375
1455#: config/tc-pj.c:356 config/tc-ppc.c:4511 config/tc-sh.c:2069
1456#: config/tc-v850.c:1297
1457msgid "bad call to md_atof"
1458msgstr ""
1459
1460#: config/tc-arc.c:1098
1461#, c-format
1462msgid "missing ')' in %-op"
1463msgstr ""
1464
1465#: config/tc-arc.c:1132
1466msgid "expression too complex for %%st"
1467msgstr ""
1468
1469#: config/tc-arc.c:1327 config/tc-arm.c:3411 config/tc-avr.c:852
1470#: config/tc-cris.c:2718 config/tc-d10v.c:1538 config/tc-d30v.c:1865
1471#: config/tc-mips.c:3293 config/tc-mips.c:4225 config/tc-mips.c:5010
1472#: config/tc-mips.c:5556 config/tc-ppc.c:4847 config/tc-v850.c:2385
1473msgid "expression too complex"
1474msgstr ""
1475
1476#: config/tc-arc.c:1393 config/tc-ppc.c:4949 config/tc-v850.c:2431
1477msgid "unresolved expression that must be resolved"
1478msgstr ""
1479
1480#: config/tc-arc.c:1458 config/tc-sparc.c:3343
1481#, c-format
1482msgid "internal error: can't export reloc type %d (`%s')"
1483msgstr ""
1484
1485#: config/tc-arm.c:1203
1486msgid "Literal Pool Overflow"
1487msgstr ""
1488
1489#: config/tc-arm.c:1345
1490msgid "Invalid syntax for .req directive."
1491msgstr ""
1492
1493#: config/tc-arm.c:1420 config/tc-mips.c:10088 read.c:2043
1494#, c-format
1495msgid "Alignment too large: %d. assumed."
1496msgstr ""
1497
1498#: config/tc-arm.c:1423 read.c:2048
1499msgid "Alignment negative. 0 assumed."
1500msgstr ""
1501
1502#: config/tc-arm.c:1557 config/tc-m32r.c:427 read.c:2803 read.c:4864
1503#, c-format
1504msgid "symbol `%s' already defined"
1505msgstr ""
1506
1507#: config/tc-arm.c:1628
1508msgid "selected processor does not support THUMB opcodes"
1509msgstr ""
1510
1511#: config/tc-arm.c:1641
1512msgid "selected processor does not support ARM opcodes"
1513msgstr ""
1514
1515#: config/tc-arm.c:1653
1516#, c-format
1517msgid "invalid instruction size selected (%d)"
1518msgstr ""
1519
1520#: config/tc-arm.c:1688
1521#, c-format
1522msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1523msgstr ""
1524
1525#: config/tc-arm.c:1699
1526msgid "Garbage following instruction"
1527msgstr ""
1528
1529#. In the few cases where we might be able to accept something else
1530#. this error can be overridden.
1531#: config/tc-arm.c:1749
1532#, c-format
1533msgid "Register expected, not '%.100s'"
1534msgstr ""
1535
1536#. In the few cases where we might be able to accept
1537#. something else this error can be overridden.
1538#: config/tc-arm.c:1814
1539msgid "flag for {c}psr instruction expected"
1540msgstr ""
1541
1542#: config/tc-arm.c:1844
1543msgid "Illegal co-processor number"
1544msgstr ""
1545
1546#: config/tc-arm.c:1851
1547msgid "Bad or missing co-processor number"
1548msgstr ""
1549
1550#: config/tc-arm.c:1875
1551msgid "bad or missing expression"
1552msgstr ""
1553
1554#: config/tc-arm.c:1881
1555msgid "immediate co-processor expression too large"
1556msgstr ""
1557
1558#. In the few cases where we might be able to accept something else
1559#. this error can be overridden.
1560#: config/tc-arm.c:1906
1561msgid "Co-processor register expected"
1562msgstr ""
1563
1564#. In the few cases where we might be able to accept something else
1565#. this error can be overridden.
1566#: config/tc-arm.c:1930
1567msgid "Floating point register expected"
1568msgstr ""
1569
1570#: config/tc-arm.c:1947
1571msgid "immediate expression expected"
1572msgstr ""
1573
1574#: config/tc-arm.c:1962
1575msgid "co-processor address must be word aligned"
1576msgstr ""
1577
1578#: config/tc-arm.c:1968
1579msgid "offset too large"
1580msgstr ""
1581
1582#: config/tc-arm.c:2016
1583msgid "pc may not be used in post-increment"
1584msgstr ""
1585
1586#: config/tc-arm.c:2032 config/tc-arm.c:3200
1587msgid "pre-indexed expression expected"
1588msgstr ""
1589
1590#: config/tc-arm.c:2045 config/tc-arm.c:3212 config/tc-arm.c:3558
1591msgid "missing ]"
1592msgstr ""
1593
1594#: config/tc-arm.c:2055
1595msgid "pc may not be used with write-back"
1596msgstr ""
1597
1598#: config/tc-arm.c:2110
1599msgid "comma expected after register name"
1600msgstr ""
1601
1602#: config/tc-arm.c:2129
1603msgid "{C|S}PSR expected"
1604msgstr ""
1605
1606#: config/tc-arm.c:2157
1607msgid "comma missing after psr flags"
1608msgstr ""
1609
1610#: config/tc-arm.c:2174 config/tc-arm.c:2184
1611msgid "only a register or immediate value can follow a psr flag"
1612msgstr ""
1613
1614#: config/tc-arm.c:2190
1615msgid "can only set flag field with immediate value"
1616msgstr ""
1617
1618#: config/tc-arm.c:2207 config/tc-arm.c:2515 config/tc-arm.c:2781
1619#: config/tc-arm.c:2801
1620msgid "Invalid constant"
1621msgstr ""
1622
1623#: config/tc-arm.c:2257
1624msgid "rdhi, rdlo and rm must all be different"
1625msgstr ""
1626
1627#: config/tc-arm.c:2313
1628msgid "rd and rm should be different in mul"
1629msgstr ""
1630
1631#: config/tc-arm.c:2369
1632msgid "rd and rm should be different in mla"
1633msgstr ""
1634
1635#: config/tc-arm.c:2499
1636msgid "bad_segment"
1637msgstr ""
1638
1639#: config/tc-arm.c:2545 config/tc-arm.c:2556
1640msgid "Shift expression expected"
1641msgstr ""
1642
1643#: config/tc-arm.c:2580
1644msgid "shift requires register or #expression"
1645msgstr ""
1646
1647#: config/tc-arm.c:2581
1648msgid "shift requires #expression"
1649msgstr ""
1650
1651#: config/tc-arm.c:2611
1652msgid "Shift of 0 ignored."
1653msgstr ""
1654
1655#: config/tc-arm.c:2617
1656msgid "Invalid immediate shift"
1657msgstr ""
1658
1659#: config/tc-arm.c:2772 config/tc-arm.c:3242
1660msgid "Constant expression expected"
1661msgstr ""
1662
1663#: config/tc-arm.c:2814
1664msgid "Register or shift expression expected"
1665msgstr ""
1666
1667#: config/tc-arm.c:2867
1668msgid "Invalid floating point immediate expression"
1669msgstr ""
1670
1671#: config/tc-arm.c:2871
1672msgid "Floating point register or immediate expression expected"
1673msgstr ""
1674
1675#: config/tc-arm.c:3040
1676msgid "address offset too large"
1677msgstr ""
1678
1679#: config/tc-arm.c:3117
1680msgid "Processor does not support halfwords or signed bytes"
1681msgstr ""
1682
1683#: config/tc-arm.c:3138
1684msgid "Address expected"
1685msgstr ""
1686
1687#: config/tc-arm.c:3168 config/tc-arm.c:3183 config/tc-arm.c:3221
1688#, c-format
1689msgid "%s register same as write-back base"
1690msgstr ""
1691
1692#: config/tc-arm.c:3170 config/tc-arm.c:3185 config/tc-arm.c:3223
1693msgid "destination"
1694msgstr ""
1695
1696#: config/tc-arm.c:3170 config/tc-arm.c:3185 config/tc-arm.c:3223
1697msgid "source"
1698msgstr ""
1699
1700#: config/tc-arm.c:3262
1701msgid "literal pool insertion failed"
1702msgstr ""
1703
1704#: config/tc-arm.c:3301
1705msgid "Pre-increment instruction with translate"
1706msgstr ""
1707
1708#: config/tc-arm.c:3342
1709msgid "Bad range in register list"
1710msgstr ""
1711
1712#: config/tc-arm.c:3350 config/tc-arm.c:3359 config/tc-arm.c:3401
1713#, c-format
1714msgid "Warning: Duplicated register (r%d) in register list"
1715msgstr ""
1716
1717#: config/tc-arm.c:3362
1718msgid "Warning: Register range not in ascending order"
1719msgstr ""
1720
1721#: config/tc-arm.c:3374
1722msgid "Missing `}'"
1723msgstr ""
1724
1725#: config/tc-arm.c:3390
1726msgid "invalid register mask"
1727msgstr ""
1728
1729#: config/tc-arm.c:3450
1730msgid "r15 not allowed as base register"
1731msgstr ""
1732
1733#: config/tc-arm.c:3518 config/tc-arm.c:3532
1734msgid "r15 not allowed in swap"
1735msgstr ""
1736
1737#: config/tc-arm.c:3630
1738msgid "Use of r15 in bx in ARM mode is not really useful"
1739msgstr ""
1740
1741#: config/tc-arm.c:3886 config/tc-v850.c:1964 config/tc-v850.c:1985
1742msgid "constant expression expected"
1743msgstr ""
1744
1745#: config/tc-arm.c:3892
1746msgid "Constant value required for number of registers"
1747msgstr ""
1748
1749#: config/tc-arm.c:3900
1750msgid "number of registers must be in the range [1:4]"
1751msgstr ""
1752
1753#: config/tc-arm.c:3961
1754msgid "R15 not allowed as base register with write-back"
1755msgstr ""
1756
1757#: config/tc-arm.c:4209
1758msgid "lo register required"
1759msgstr ""
1760
1761#: config/tc-arm.c:4217
1762msgid "hi register required"
1763msgstr ""
1764
1765#: config/tc-arm.c:4287
1766msgid "dest and source1 must be the same register"
1767msgstr ""
1768
1769#: config/tc-arm.c:4294
1770msgid "subtract valid only on lo regs"
1771msgstr ""
1772
1773#: config/tc-arm.c:4318
1774msgid "invalid Hi register with immediate"
1775msgstr ""
1776
1777#: config/tc-arm.c:4345 config/tc-arm.c:4378 config/tc-arm.c:4388
1778msgid "immediate value out of range"
1779msgstr ""
1780
1781#: config/tc-arm.c:4356
1782msgid "invalid immediate value for stack adjust"
1783msgstr ""
1784
1785#: config/tc-arm.c:4367
1786msgid "invalid immediate for address calculation"
1787msgstr ""
1788
1789#: config/tc-arm.c:4454
1790msgid "source1 and dest must be same register"
1791msgstr ""
1792
1793#: config/tc-arm.c:4488
1794msgid "Invalid immediate for shift"
1795msgstr ""
1796
1797#: config/tc-arm.c:4567
1798msgid "only lo regs allowed with immediate"
1799msgstr ""
1800
1801#: config/tc-arm.c:4586
1802msgid "invalid immediate"
1803msgstr ""
1804
1805#: config/tc-arm.c:4640
1806msgid "expected ']'"
1807msgstr ""
1808
1809#: config/tc-arm.c:4707
1810msgid "byte or halfword not valid for base register"
1811msgstr ""
1812
1813#: config/tc-arm.c:4712
1814msgid "R15 based store not allowed"
1815msgstr ""
1816
1817#: config/tc-arm.c:4717
1818msgid "Invalid base register for register offset"
1819msgstr ""
1820
1821#: config/tc-arm.c:4735
1822msgid "invalid offset"
1823msgstr ""
1824
1825#: config/tc-arm.c:4746
1826msgid "invalid base register in load/store"
1827msgstr ""
1828
1829#: config/tc-arm.c:4770
1830msgid "Invalid offset"
1831msgstr ""
1832
1833#: config/tc-arm.c:4845
1834msgid "dest and source1 one must be the same register"
1835msgstr ""
1836
1837#: config/tc-arm.c:4853
1838msgid "Rs and Rd must be different in MUL"
1839msgstr ""
1840
1841#: config/tc-arm.c:4997
1842msgid ""
1843"Inserted missing '!': load/store multiple always writes back base register"
1844msgstr ""
1845
1846#: config/tc-arm.c:5013 config/tc-arm.c:5113
1847msgid "Expression too complex"
1848msgstr ""
1849
1850#: config/tc-arm.c:5019
1851msgid "only lo-regs valid in load/store multiple"
1852msgstr ""
1853
1854#: config/tc-arm.c:5065
1855msgid "Syntax: ldrs[b] Rd, [Rb, Ro]"
1856msgstr ""
1857
1858#: config/tc-arm.c:5129
1859msgid "invalid register list to push/pop instruction"
1860msgstr ""
1861
1862#: config/tc-arm.c:5271 config/tc-cris.c:658
1863msgid "Virtual memory exhausted"
1864msgstr ""
1865
1866#: config/tc-arm.c:5649
1867#, c-format
1868msgid "invalid constant (%lx) after fixup"
1869msgstr ""
1870
1871#: config/tc-arm.c:5685
1872#, c-format
1873msgid "Unable to compute ADRL instructions for PC offset of 0x%x"
1874msgstr ""
1875
1876#: config/tc-arm.c:5715
1877#, c-format
1878msgid "bad immediate value for offset (%ld)"
1879msgstr ""
1880
1881#: config/tc-arm.c:5737 config/tc-arm.c:5759
1882msgid "invalid literal constant: pool needs to be closer"
1883msgstr ""
1884
1885#: config/tc-arm.c:5739
1886#, c-format
1887msgid "bad immediate value for half-word offset (%ld)"
1888msgstr ""
1889
1890#: config/tc-arm.c:5776
1891msgid "shift expression is too large"
1892msgstr ""
1893
1894#: config/tc-arm.c:5795 config/tc-arm.c:5804
1895msgid "Invalid swi expression"
1896msgstr ""
1897
1898#: config/tc-arm.c:5814
1899msgid "Invalid expression in load/store multiple"
1900msgstr ""
1901
1902#: config/tc-arm.c:5867
1903msgid "gas can't handle same-section branch dest >= 0x04000000"
1904msgstr ""
1905
1906#: config/tc-arm.c:5876
1907msgid "out of range branch"
1908msgstr ""
1909
1910#: config/tc-arm.c:5909 config/tc-arm.c:5925 config/tc-mips.c:9915
1911msgid "Branch out of range"
1912msgstr ""
1913
1914#: config/tc-arm.c:5948
1915msgid "Branch with link out of range"
1916msgstr ""
1917
1918#: config/tc-arm.c:6015
1919msgid "Illegal value for co-processor offset"
1920msgstr ""
1921
1922#: config/tc-arm.c:6039
1923#, c-format
1924msgid "Invalid offset, target not word aligned (0x%08X)"
1925msgstr ""
1926
1927#: config/tc-arm.c:6045 config/tc-arm.c:6054 config/tc-arm.c:6061
1928#: config/tc-arm.c:6068 config/tc-arm.c:6075
1929#, c-format
1930msgid "Invalid offset, value too big (0x%08X)"
1931msgstr ""
1932
1933#: config/tc-arm.c:6114
1934msgid "Invalid immediate for stack address calculation"
1935msgstr ""
1936
1937#: config/tc-arm.c:6123
1938#, c-format
1939msgid "Invalid immediate for address calculation (value = 0x%08lX)"
1940msgstr ""
1941
1942#: config/tc-arm.c:6133
1943msgid "Invalid 8bit immediate"
1944msgstr ""
1945
1946#: config/tc-arm.c:6141
1947msgid "Invalid 3bit immediate"
1948msgstr ""
1949
1950#: config/tc-arm.c:6157
1951#, c-format
1952msgid "Invalid immediate: %ld is too large"
1953msgstr ""
1954
1955#: config/tc-arm.c:6172
1956#, c-format
1957msgid "Illegal Thumb shift value: %ld"
1958msgstr ""
1959
1960#: config/tc-arm.c:6186 config/tc-mn10300.c:1959
1961#, c-format
1962msgid "Bad relocation fixup type (%d)"
1963msgstr ""
1964
1965#: config/tc-arm.c:6259
1966msgid "Literal referenced across section boundary (Implicit dump?)"
1967msgstr ""
1968
1969#: config/tc-arm.c:6272
1970#, c-format
1971msgid "Internal_relocation (type %d) not fixed up (IMMEDIATE)"
1972msgstr ""
1973
1974#: config/tc-arm.c:6278
1975msgid "ADRL used for a symbol not defined in the same file"
1976msgstr ""
1977
1978#: config/tc-arm.c:6284
1979#, c-format
1980msgid "Internal_relocation (type %d) not fixed up (OFFSET_IMM)"
1981msgstr ""
1982
1983#: config/tc-arm.c:6305 config/tc-cris.c:2657 config/tc-mcore.c:2109
1984#: config/tc-ns32k.c:2369
1985msgid "<unknown>"
1986msgstr ""
1987
1988#: config/tc-arm.c:6308
1989#, c-format
1990msgid "Can not represent %s relocation in this object file format (%d)"
1991msgstr ""
1992
1993#: config/tc-arm.c:6329 config/tc-mips.c:11428 config/tc-sh.c:3258
1994#, c-format
1995msgid "Can not represent %s relocation in this object file format"
1996msgstr ""
1997
1998#: config/tc-arm.c:6347
1999msgid "md_estimate_size_before_relax\n"
2000msgstr ""
2001
2002#: config/tc-arm.c:6424
2003#, c-format
2004msgid "No operator -- statement `%s'\n"
2005msgstr ""
2006
2007#: config/tc-arm.c:6442
2008msgid "selected processor does not support this opcode"
2009msgstr ""
2010
2011#: config/tc-arm.c:6488
2012#, c-format
2013msgid "Opcode `%s' must have suffix from list: <%s>"
2014msgstr ""
2015
2016#: config/tc-arm.c:6519
2017msgid "Warning: Use of the 'nv' conditional is deprecated\n"
2018msgstr ""
2019
2020#: config/tc-arm.c:6536
2021#, c-format
2022msgid "Opcode `%s' is unconditional\n"
2023msgstr ""
2024
2025#: config/tc-arm.c:6560
2026#, c-format
2027msgid "Opcode `%s' must have suffix from <%s>\n"
2028msgstr ""
2029
2030#: config/tc-arm.c:6646
2031#, c-format
2032msgid "register '%s' does not exist\n"
2033msgstr ""
2034
2035#: config/tc-arm.c:6651
2036#, c-format
2037msgid "ignoring redefinition of register alias '%s'"
2038msgstr ""
2039
2040#: config/tc-arm.c:6657
2041#, c-format
2042msgid ""
2043"ignoring redefinition of register alias '%s' to non-existant register '%s'"
2044msgstr ""
2045
2046#: config/tc-arm.c:6661
2047msgid "ignoring incomplete .req pseuso op"
2048msgstr ""
2049
2050#: config/tc-arm.c:6841
2051#, c-format
2052msgid "Unrecognised APCS switch -m%s"
2053msgstr ""
2054
2055#: config/tc-arm.c:6985 config/tc-arm.c:6998 config/tc-arm.c:7011
2056#: config/tc-arm.c:7023 config/tc-arm.c:7029
2057#, c-format
2058msgid "Invalid architecture variant -m%s"
2059msgstr ""
2060
2061#: config/tc-arm.c:7036
2062#, c-format
2063msgid "Invalid processor variant -m%s"
2064msgstr ""
2065
2066#: config/tc-arm.c:7059
2067msgid ""
2068" ARM Specific Assembler Options:\n"
2069" -m[arm][<processor name>] select processor variant\n"
2070" -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] select architecture variant\n"
2071" -mthumb only allow Thumb instructions\n"
2072" -mthumb-interwork mark the assembled code as supporting "
2073"interworking\n"
2074" -mall allow any instruction\n"
2075" -mfpa10, -mfpa11 select floating point architecture\n"
2076" -mfpe-old don't allow floating-point multiple "
2077"instructions\n"
2078" -mno-fpu don't allow any floating-point instructions.\n"
2079" -k generate PIC code.\n"
2080msgstr ""
2081
2082#: config/tc-arm.c:7071
2083msgid ""
2084" -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to "
2085"use\n"
2086" -mapcs-float floating point args are passed in FP regs\n"
2087" -mapcs-reentrant the code is position independent/reentrant\n"
2088msgstr ""
2089
2090#: config/tc-arm.c:7077
2091msgid " -moabi support the old ELF ABI\n"
2092msgstr ""
2093
2094#: config/tc-arm.c:7081
2095msgid ""
2096" -EB assemble code for a big endian cpu\n"
2097" -EL assemble code for a little endian cpu\n"
2098msgstr ""
2099
2100#: config/tc-arm.c:7234
2101#, c-format
2102msgid "%s: unexpected function type: %d"
2103msgstr ""
2104
2105#: config/tc-avr.c:185
2106msgid "Known MCU names:"
2107msgstr ""
2108
2109#: config/tc-avr.c:254
2110msgid ""
2111"AVR options:\n"
2112" -mmcu=[avr-name] select microcontroller variant\n"
2113" [avr-name] can be:\n"
2114" avr1 - AT90S1200, ATtiny1x, ATtiny28\n"
2115" avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n"
2116" avr3 - ATmega103, ATmega603\n"
2117" avr4 - ATmega83, ATmega85\n"
2118" avr5 - ATmega161, ATmega163, ATmega32, AT94K\n"
2119" or immediate microcontroller name.\n"
2120msgstr ""
2121
2122#: config/tc-avr.c:264
2123msgid ""
2124" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n"
2125" -mno-skip-bug disable warnings for skipping two-word instructions\n"
2126" (default for avr4, avr5)\n"
2127" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n"
2128" (default for avr3, avr5)\n"
2129msgstr ""
2130
2131#: config/tc-avr.c:312
2132#, c-format
2133msgid "unknown MCU: %s\n"
2134msgstr ""
2135
2136#: config/tc-avr.c:321
2137#, c-format
2138msgid "redefinition of mcu type `%s' to `%s'"
2139msgstr ""
2140
2141#: config/tc-avr.c:435
2142msgid "constant value required"
2143msgstr ""
2144
2145#: config/tc-avr.c:438
2146#, c-format
2147msgid "number must be less than %d"
2148msgstr ""
2149
2150#: config/tc-avr.c:490
2151msgid "`,' required"
2152msgstr ""
2153
2154#: config/tc-avr.c:509
2155msgid "undefined combination of operands"
2156msgstr ""
2157
2158#: config/tc-avr.c:518
2159msgid "skipping two-word instruction"
2160msgstr ""
2161
2162#: config/tc-avr.c:580
2163msgid "register r16-r23 required"
2164msgstr ""
2165
2166#: config/tc-avr.c:586
2167msgid "register number above 15 required"
2168msgstr ""
2169
2170#: config/tc-avr.c:592
2171msgid "even register number required"
2172msgstr ""
2173
2174#: config/tc-avr.c:598
2175msgid "register r24, r26, r28 or r30 required"
2176msgstr ""
2177
2178#: config/tc-avr.c:604
2179msgid "register name or number from 0 to 31 required"
2180msgstr ""
2181
2182#: config/tc-avr.c:622
2183msgid "pointer register (X, Y or Z) required"
2184msgstr ""
2185
2186#: config/tc-avr.c:629
2187msgid "cannot both predecrement and postincrement"
2188msgstr ""
2189
2190#: config/tc-avr.c:637
2191msgid "addressing mode not supported"
2192msgstr ""
2193
2194#: config/tc-avr.c:643
2195msgid "can't predecrement"
2196msgstr ""
2197
2198#: config/tc-avr.c:646
2199msgid "pointer register Z required"
2200msgstr ""
2201
2202#: config/tc-avr.c:664
2203msgid "pointer register (Y or Z) required"
2204msgstr ""
2205
2206#: config/tc-avr.c:769
2207#, c-format
2208msgid "unknown constraint `%c'"
2209msgstr ""
2210
2211#: config/tc-avr.c:882 config/tc-avr.c:898 config/tc-avr.c:999
2212#, c-format
2213msgid "odd address operand: %ld"
2214msgstr ""
2215
2216#: config/tc-avr.c:890 config/tc-avr.c:909
2217#, c-format
2218msgid "operand out of range: %ld"
2219msgstr ""
2220
2221#: config/tc-avr.c:1008 config/tc-d10v.c:1609 config/tc-d30v.c:1990
2222#, c-format
2223msgid "line %d: unknown relocation type: 0x%x"
2224msgstr ""
2225
2226#: config/tc-avr.c:1022
2227msgid "only constant expression allowed"
2228msgstr ""
2229
2230#: config/tc-avr.c:1060 config/tc-d10v.c:1473 config/tc-d30v.c:1807
2231#: config/tc-mn10200.c:1254 config/tc-mn10300.c:1825 config/tc-ppc.c:5154
2232#: config/tc-v850.c:2301
2233#, c-format
2234msgid "reloc %d not supported by object file format"
2235msgstr ""
2236
2237#: config/tc-avr.c:1084 config/tc-d10v.c:1080 config/tc-d10v.c:1094
2238#: config/tc-h8300.c:1239 config/tc-h8500.c:1098 config/tc-mcore.c:988
2239#: config/tc-pj.c:265 config/tc-sh.c:1636 config/tc-z8k.c:1203
2240msgid "can't find opcode "
2241msgstr ""
2242
2243#: config/tc-avr.c:1101
2244#, c-format
2245msgid "illegal opcode %s for mcu %s"
2246msgstr ""
2247
2248#: config/tc-avr.c:1109
2249msgid "garbage at end of line"
2250msgstr ""
2251
2252#: config/tc-avr.c:1173
2253msgid "illegal expression"
2254msgstr ""
2255
2256#: config/tc-avr.c:1199 config/tc-avr.c:1265
2257msgid "`)' required"
2258msgstr ""
2259
2260#: config/tc-avr.c:1219
2261#, c-format
2262msgid "constant out of 8-bit range: %d"
2263msgstr ""
2264
2265#: config/tc-avr.c:1222
2266msgid "expression possibly out of 8-bit range"
2267msgstr ""
2268
2269#: config/tc-avr.c:1293 config/tc-avr.c:1300
2270#, c-format
2271msgid "illegal %srelocation size: %d"
2272msgstr ""
2273
2274#: config/tc-cris.c:666
2275#, c-format
2276msgid "Can't hash `%s': %s\n"
2277msgstr ""
2278
2279#: config/tc-cris.c:667
2280msgid "(unknown reason)"
2281msgstr ""
2282
2283#: config/tc-cris.c:671
2284#, c-format
2285msgid "Buggy opcode: `%s' \"%s\"\n"
2286msgstr ""
2287
2288#: config/tc-cris.c:986
2289#, c-format
2290msgid "Immediate value not in 5 bit unsigned range: %ld"
2291msgstr ""
2292
2293#: config/tc-cris.c:1002
2294#, c-format
2295msgid "Immediate value not in 4 bit unsigned range: %ld"
2296msgstr ""
2297
2298#: config/tc-cris.c:1041
2299#, c-format
2300msgid "Immediate value not in 6 bit range: %ld"
2301msgstr ""
2302
2303#: config/tc-cris.c:1056
2304#, c-format
2305msgid "Immediate value not in 6 bit unsigned range: %ld"
2306msgstr ""
2307
2308#. Others have a generic warning.
2309#: config/tc-cris.c:1143
2310#, c-format
2311msgid "Unimplemented register `%s' specified"
2312msgstr ""
2313
2314#. We've come to the end of instructions with this
2315#. opcode, so it must be an error.
2316#: config/tc-cris.c:1293
2317msgid "Illegal operands"
2318msgstr ""
2319
2320#: config/tc-cris.c:1325 config/tc-cris.c:1356
2321#, c-format
2322msgid "Immediate value not in 8 bit range: %ld"
2323msgstr ""
2324
2325#: config/tc-cris.c:1335 config/tc-cris.c:1363
2326#, c-format
2327msgid "Immediate value not in 16 bit range: %ld"
2328msgstr ""
2329
2330#. FIXME: Find out and change to as_warn_where. Add testcase.
2331#: config/tc-cris.c:2300
2332msgid "32-bit conditional branch generated"
2333msgstr ""
2334
2335#. FIXME: Is this function mentioned in the internals.texi manual? If
2336#. not, add it.
2337#: config/tc-cris.c:2379
2338msgid "Bad call to md_atof () - floating point formats are not supported"
2339msgstr ""
2340
2341#: config/tc-cris.c:2440
2342#, c-format
2343msgid "Value not in 16 bit range: %ld"
2344msgstr ""
2345
2346#: config/tc-cris.c:2450
2347#, c-format
2348msgid "Value not in 8 bit range: %ld"
2349msgstr ""
2350
2351#: config/tc-cris.c:2457
2352#, c-format
2353msgid "Value not in 4 bit unsigned range: %ld"
2354msgstr ""
2355
2356#: config/tc-cris.c:2464
2357#, c-format
2358msgid "Value not in 5 bit unsigned range: %ld"
2359msgstr ""
2360
2361#: config/tc-cris.c:2471
2362#, c-format
2363msgid "Value not in 6 bit range: %ld"
2364msgstr ""
2365
2366#: config/tc-cris.c:2478
2367#, c-format
2368msgid "Value not in 6 bit unsigned range: %ld"
2369msgstr ""
2370
2371#: config/tc-cris.c:2527
2372msgid "Please use --help to see usage and options for this assembler.\n"
2373msgstr ""
2374
2375#: config/tc-cris.c:2539
2376msgid "--no-underscore is invalid with a.out format"
2377msgstr ""
2378
2379#: config/tc-cris.c:2604
2380msgid ""
2381"Semantics error. This type of operand can not be relocated, it must be an "
2382"assembly-time constant"
2383msgstr ""
2384
2385#: config/tc-cris.c:2658
2386#, c-format
2387msgid "Cannot generate relocation type for symbol %s, code %s"
2388msgstr ""
2389
2390#: config/tc-cris.c:2671
2391msgid "CRIS-specific options:\n"
2392msgstr ""
2393
2394#: config/tc-cris.c:2673
2395msgid " -h, -H : Don't execute, print this help text. Deprecated.\n"
2396msgstr ""
2397
2398#: config/tc-cris.c:2675
2399msgid " -N : Warn when branches are expanded to jumps.\n"
2400msgstr ""
2401
2402#: config/tc-cris.c:2677
2403msgid " --underscore : Symbols are normally prepended with underscore.\n"
2404msgstr ""
2405
2406#: config/tc-cris.c:2679
2407msgid " Registers will not need any prefix.\n"
2408msgstr ""
2409
2410#: config/tc-cris.c:2681
2411msgid " --no-underscore : Symbols do not have any particular prefix.\n"
2412msgstr ""
2413
2414#: config/tc-cris.c:2683