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