PR 10143
[deliverable/binutils-gdb.git] / gas / po / gas.pot
CommitLineData
252b5132 1# SOME DESCRIPTIVE TITLE.
6e1772d5
AM
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
252b5132
RH
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
c85dd50d 10"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
42477147 11"POT-Creation-Date: 2007-11-12 10:55+0000\n"
252b5132
RH
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
328577ad 17"Content-Transfer-Encoding: 8bit\n"
252b5132 18
ae351704 19#: app.c:473 app.c:487
252b5132
RH
20msgid "end of file in comment"
21msgstr ""
22
c85dd50d 23#: app.c:565 app.c:612
3caac5b8
AM
24#, c-format
25msgid "end of file in string; '%c' inserted"
252b5132
RH
26msgstr ""
27
c85dd50d 28#: app.c:638
87ccc1b0
NC
29#, c-format
30msgid "unknown escape '\\%c' in string; ignored"
252b5132
RH
31msgstr ""
32
c85dd50d 33#: app.c:801
252b5132
RH
34msgid "end of file not at end of a line; newline inserted"
35msgstr ""
36
c85dd50d 37#: app.c:957
252b5132
RH
38msgid "end of file in multiline comment"
39msgstr ""
40
c85dd50d 41#: app.c:1022
252b5132
RH
42msgid "end of file after a one-character quote; \\0 inserted"
43msgstr ""
44
c85dd50d 45#: app.c:1030
252b5132
RH
46msgid "end of file in escape character"
47msgstr ""
48
c85dd50d 49#: app.c:1042
328577ad 50msgid "missing close quote; (assumed)"
252b5132
RH
51msgstr ""
52
c85dd50d 53#: app.c:1110 app.c:1164 app.c:1175 app.c:1249
252b5132
RH
54msgid "end of file in comment; newline inserted"
55msgstr ""
56
ae351704 57#: as.c:158
a74801ba
ILT
58msgid "missing emulation mode name"
59msgstr ""
60
ae351704 61#: as.c:173
a74801ba
ILT
62#, c-format
63msgid "unrecognized emulation name `%s'"
64msgstr ""
65
ae351704 66#: as.c:220
252b5132 67#, c-format
3caac5b8 68msgid "GNU assembler version %s (%s) using BFD version %s\n"
252b5132
RH
69msgstr ""
70
ae351704 71#: as.c:227
252b5132
RH
72#, c-format
73msgid "Usage: %s [option...] [asmfile...]\n"
74msgstr ""
75
ae351704 76#: as.c:229
6e1772d5 77#, c-format
252b5132
RH
78msgid ""
79"Options:\n"
a74801ba
ILT
80" -a[sub-option...]\t turn on listings\n"
81" \t Sub-options [default hls]:\n"
82" \t c omit false conditionals\n"
83" \t d omit debugging directives\n"
84" \t h include high-level source\n"
85" \t l include assembly\n"
86" \t m include macro expansions\n"
87" \t n omit forms processing\n"
88" \t s include symbols\n"
a74801ba
ILT
89" \t =FILE list to FILE (must be last sub-option)\n"
90msgstr ""
91
ae351704 92#: as.c:242
8ea2b00f
AM
93#, c-format
94msgid " --alternate initially turn on alternate macro syntax\n"
95msgstr ""
96
ae351704 97#: as.c:244
6e1772d5 98#, c-format
a74801ba
ILT
99msgid " -D produce assembler debugging messages\n"
100msgstr ""
101
ae351704 102#: as.c:246
6e1772d5 103#, c-format
c85dd50d
NC
104msgid " --debug-prefix-map OLD=NEW Map OLD to NEW in debug information\n"
105msgstr ""
106
107#: as.c:248
108#, c-format
a74801ba
ILT
109msgid " --defsym SYM=VAL define symbol SYM to given value\n"
110msgstr ""
111
c85dd50d 112#: as.c:264
a74801ba
ILT
113#, c-format
114msgid " emulate output (default %s)\n"
115msgstr ""
116
c85dd50d 117#: as.c:269
6e1772d5 118#, c-format
fce00800
AM
119msgid " --execstack require executable stack for this object\n"
120msgstr ""
121
c85dd50d 122#: as.c:271
6e1772d5 123#, c-format
fce00800
AM
124msgid ""
125" --noexecstack don't require executable stack for this object\n"
126msgstr ""
127
c85dd50d 128#: as.c:274
6e1772d5 129#, c-format
a74801ba
ILT
130msgid " -f skip whitespace and comment preprocessing\n"
131msgstr ""
132
c85dd50d 133#: as.c:276
6e1772d5 134#, c-format
8ea2b00f 135msgid " -g --gen-debug generate debugging information\n"
a74801ba
ILT
136msgstr ""
137
c85dd50d 138#: as.c:278
8ea2b00f
AM
139#, c-format
140msgid " --gstabs generate STABS debugging information\n"
141msgstr ""
142
c85dd50d 143#: as.c:280
6e1772d5
AM
144#, c-format
145msgid ""
8ea2b00f 146" --gstabs+ generate STABS debug info with GNU extensions\n"
6e1772d5
AM
147msgstr ""
148
c85dd50d 149#: as.c:282
6e1772d5 150#, c-format
8ea2b00f 151msgid " --gdwarf-2 generate DWARF2 debugging information\n"
a74801ba
ILT
152msgstr ""
153
c85dd50d 154#: as.c:284
55cf6793
ZW
155#, c-format
156msgid " --hash-size=<value> set the hash table size close to <value>\n"
157msgstr ""
158
c85dd50d 159#: as.c:286
6e1772d5 160#, c-format
a74801ba
ILT
161msgid " --help show this message and exit\n"
162msgstr ""
163
c85dd50d 164#: as.c:288
6e1772d5 165#, c-format
85a39694
NC
166msgid " --target-help show target specific options\n"
167msgstr ""
168
c85dd50d 169#: as.c:290
6e1772d5 170#, c-format
a74801ba
ILT
171msgid ""
172" -I DIR add DIR to search list for .include directives\n"
173msgstr ""
174
c85dd50d 175#: as.c:292
6e1772d5 176#, c-format
a74801ba
ILT
177msgid " -J don't warn about signed overflow\n"
178msgstr ""
179
c85dd50d 180#: as.c:294
6e1772d5 181#, c-format
252b5132 182msgid ""
a74801ba
ILT
183" -K warn when differences altered for long "
184"displacements\n"
185msgstr ""
186
c85dd50d 187#: as.c:296
6e1772d5 188#, c-format
a74801ba
ILT
189msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n"
190msgstr ""
191
c85dd50d 192#: as.c:298
6e1772d5 193#, c-format
a74801ba
ILT
194msgid " -M,--mri assemble in MRI compatibility mode\n"
195msgstr ""
196
c85dd50d 197#: as.c:300
6e1772d5 198#, c-format
a74801ba
ILT
199msgid ""
200" --MD FILE write dependency information in FILE (default "
201"none)\n"
202msgstr ""
203
c85dd50d 204#: as.c:302
6e1772d5 205#, c-format
a74801ba
ILT
206msgid " -nocpp ignored\n"
207msgstr ""
208
c85dd50d 209#: as.c:304
6e1772d5 210#, c-format
a74801ba 211msgid ""
328577ad
NC
212" -o OBJFILE name the object-file output OBJFILE (default a."
213"out)\n"
a74801ba
ILT
214msgstr ""
215
c85dd50d 216#: as.c:306
6e1772d5 217#, c-format
a74801ba
ILT
218msgid " -R fold data section into text section\n"
219msgstr ""
220
c85dd50d 221#: as.c:308
55cf6793
ZW
222#, c-format
223msgid ""
224" --reduce-memory-overheads \n"
225" prefer smaller memory use at the cost of longer\n"
226" assembly times\n"
227msgstr ""
228
c85dd50d 229#: as.c:312
6e1772d5 230#, c-format
a74801ba
ILT
231msgid ""
232" --statistics print various measured statistics from execution\n"
233msgstr ""
234
c85dd50d 235#: as.c:314
6e1772d5 236#, c-format
a74801ba
ILT
237msgid " --strip-local-absolute strip local absolute symbols\n"
238msgstr ""
239
c85dd50d 240#: as.c:316
6e1772d5 241#, c-format
a74801ba
ILT
242msgid ""
243" --traditional-format Use same format as native assembler when possible\n"
244msgstr ""
245
c85dd50d 246#: as.c:318
6e1772d5 247#, c-format
a74801ba
ILT
248msgid " --version print assembler version number and exit\n"
249msgstr ""
250
c85dd50d 251#: as.c:320
6e1772d5 252#, c-format
a74801ba
ILT
253msgid " -W --no-warn suppress warnings\n"
254msgstr ""
255
c85dd50d 256#: as.c:322
6e1772d5 257#, c-format
a74801ba
ILT
258msgid " --warn don't suppress warnings\n"
259msgstr ""
260
c85dd50d 261#: as.c:324
6e1772d5 262#, c-format
a74801ba
ILT
263msgid " --fatal-warnings treat warnings as errors\n"
264msgstr ""
265
c85dd50d 266#: as.c:327
6e1772d5 267#, c-format
252b5132 268msgid ""
a74801ba
ILT
269" --itbl INSTTBL extend instruction set to include instructions\n"
270" matching the specifications defined in file "
271"INSTTBL\n"
272msgstr ""
273
c85dd50d 274#: as.c:331
6e1772d5 275#, c-format
a74801ba
ILT
276msgid " -w ignored\n"
277msgstr ""
278
c85dd50d 279#: as.c:333
6e1772d5 280#, c-format
a74801ba
ILT
281msgid " -X ignored\n"
282msgstr ""
283
c85dd50d 284#: as.c:335
6e1772d5 285#, c-format
a74801ba
ILT
286msgid " -Z generate object file even after errors\n"
287msgstr ""
288
c85dd50d 289#: as.c:337
6e1772d5 290#, c-format
252b5132 291msgid ""
a74801ba 292" --listing-lhs-width set the width in words of the output data column "
252b5132 293"of\n"
a74801ba 294" the listing\n"
252b5132
RH
295msgstr ""
296
c85dd50d 297#: as.c:340
6e1772d5 298#, c-format
252b5132 299msgid ""
a74801ba
ILT
300" --listing-lhs-width2 set the width in words of the continuation lines\n"
301" of the output data column; ignored if smaller "
302"than\n"
303" the width of the first line\n"
252b5132
RH
304msgstr ""
305
c85dd50d 306#: as.c:344
6e1772d5 307#, c-format
a74801ba
ILT
308msgid ""
309" --listing-rhs-width set the max width in characters of the lines from\n"
310" the source file\n"
252b5132
RH
311msgstr ""
312
c85dd50d 313#: as.c:347
6e1772d5 314#, c-format
a74801ba
ILT
315msgid ""
316" --listing-cont-lines set the maximum number of continuation lines used\n"
317" for the output data column of the listing\n"
318msgstr ""
319
c85dd50d 320#: as.c:350
ae351704
AM
321#, c-format
322msgid " @FILE read options from FILE\n"
323msgstr ""
324
c85dd50d 325#: as.c:358
8ad3436c
AM
326#, c-format
327msgid "Report bugs to %s\n"
252b5132
RH
328msgstr ""
329
c85dd50d 330#: as.c:563
8ea2b00f
AM
331#, c-format
332msgid "unrecognized option -%c%s"
333msgstr ""
334
3caac5b8 335#. This output is intended to follow the GNU standards document.
c85dd50d 336#: as.c:601
252b5132
RH
337#, c-format
338msgid "GNU assembler %s\n"
339msgstr ""
340
c85dd50d 341#: as.c:602
6e1772d5 342#, c-format
ae351704 343msgid "Copyright 2007 Free Software Foundation, Inc.\n"
252b5132
RH
344msgstr ""
345
c85dd50d 346#: as.c:603
6e1772d5 347#, c-format
252b5132
RH
348msgid ""
349"This program is free software; you may redistribute it under the terms of\n"
c85dd50d
NC
350"the GNU General Public License version 3 or later.\n"
351"This program has absolutely no warranty.\n"
252b5132
RH
352msgstr ""
353
c85dd50d 354#: as.c:607
252b5132
RH
355#, c-format
356msgid "This assembler was configured for a target of `%s'.\n"
357msgstr ""
358
c85dd50d 359#: as.c:614
252b5132
RH
360msgid "multiple emulation names specified"
361msgstr ""
362
c85dd50d 363#: as.c:616
252b5132
RH
364msgid "emulations not handled in this configuration"
365msgstr ""
366
c85dd50d 367#: as.c:621
252b5132
RH
368#, c-format
369msgid "alias = %s\n"
370msgstr ""
371
c85dd50d 372#: as.c:622
252b5132
RH
373#, c-format
374msgid "canonical = %s\n"
375msgstr ""
376
c85dd50d 377#: as.c:623
252b5132
RH
378#, c-format
379msgid "cpu-type = %s\n"
380msgstr ""
381
c85dd50d 382#: as.c:625
252b5132
RH
383#, c-format
384msgid "format = %s\n"
385msgstr ""
386
c85dd50d 387#: as.c:628
252b5132
RH
388#, c-format
389msgid "bfd-target = %s\n"
390msgstr ""
391
c85dd50d 392#: as.c:645
252b5132
RH
393msgid "bad defsym; format is --defsym name=value"
394msgstr ""
395
c85dd50d 396#: as.c:665
328577ad 397msgid "no file name following -t option"
252b5132
RH
398msgstr ""
399
c85dd50d 400#: as.c:680
252b5132 401#, c-format
328577ad 402msgid "failed to read instruction table %s\n"
252b5132
RH
403msgstr ""
404
c85dd50d 405#: as.c:848
252b5132
RH
406#, c-format
407msgid "invalid listing option `%c'"
408msgstr ""
409
c85dd50d 410#: as.c:901
55cf6793
ZW
411msgid "--hash-size needs a numeric argument"
412msgstr ""
413
c85dd50d 414#: as.c:926
a74801ba 415#, c-format
6e1772d5 416msgid "%s: total time in assembly: %ld.%06ld\n"
a74801ba
ILT
417msgstr ""
418
c85dd50d 419#: as.c:929
252b5132 420#, c-format
6e1772d5 421msgid "%s: data size %ld\n"
252b5132
RH
422msgstr ""
423
c85dd50d 424#: as.c:1239
252b5132 425#, c-format
6e1772d5 426msgid "%d warnings, treating warnings as errors"
252b5132
RH
427msgstr ""
428
ae351704 429#: as.h:237
328577ad
NC
430#, c-format
431msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
432msgstr ""
433
252b5132
RH
434#.
435#. * We have a GROSS internal error.
436#. * This should never happen.
437#.
b2f58c0c 438#: atof-generic.c:417 config/tc-m68k.c:3395
328577ad 439msgid "failed sanity check"
252b5132
RH
440msgstr ""
441
c85dd50d 442#: cgen.c:113 config/tc-alpha.c:1926 config/tc-alpha.c:1950
499ac353 443#: config/tc-arc.c:1681 config/tc-d10v.c:550 config/tc-d30v.c:538
42477147
NC
444#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1743 config/tc-ppc.c:2438
445#: config/tc-ppc.c:2662 config/tc-ppc.c:2674 config/tc-s390.c:1231
499ac353
NC
446#: config/tc-s390.c:1331 config/tc-s390.c:1460 config/tc-v850.c:1730
447#: config/tc-v850.c:1753 config/tc-v850.c:1956
c85dd50d
NC
448msgid "too many fixups"
449msgstr ""
450
499ac353 451#: cgen.c:400 cgen.c:420 config/tc-arc.c:1662 config/tc-d10v.c:461
42477147
NC
452#: config/tc-d30v.c:453 config/tc-mn10200.c:1042 config/tc-mn10300.c:1668
453#: config/tc-ppc.c:2477 config/tc-s390.c:1219 config/tc-v850.c:1932
c85dd50d
NC
454#: config/tc-z80.c:422
455msgid "illegal operand"
456msgstr ""
457
42477147 458#: cgen.c:424 config/tc-arc.c:1664 config/tc-avr.c:513 config/tc-d10v.c:463
499ac353 459#: config/tc-d30v.c:455 config/tc-h8300.c:449 config/tc-mcore.c:662
42477147
NC
460#: config/tc-mmix.c:488 config/tc-mn10200.c:1045 config/tc-mn10300.c:1671
461#: config/tc-msp430.c:452 config/tc-or32.c:307 config/tc-ppc.c:2479
c85dd50d 462#: config/tc-s390.c:1221 config/tc-sh64.c:2213 config/tc-sh.c:1359
499ac353 463#: config/tc-v850.c:1935 config/tc-z80.c:575 config/tc-z8k.c:350
c85dd50d
NC
464msgid "missing operand"
465msgstr ""
466
467#: cgen.c:798
468msgid "a reloc on this operand implies an overflow"
469msgstr ""
470
471#: cgen.c:821
472msgid "operand mask overflow"
473msgstr ""
474
475#. We can't actually support subtracting a symbol.
42477147
NC
476#: cgen.c:884 config/tc-arc.c:1247 config/tc-arm.c:1521 config/tc-arm.c:8151
477#: config/tc-arm.c:8202 config/tc-arm.c:8435 config/tc-arm.c:9158
478#: config/tc-arm.c:9961 config/tc-arm.c:9989 config/tc-arm.c:10246
479#: config/tc-arm.c:10263 config/tc-arm.c:10385 config/tc-avr.c:1023
499ac353 480#: config/tc-cris.c:3984 config/tc-d10v.c:1502 config/tc-d30v.c:1903
c85dd50d 481#: config/tc-mips.c:4184 config/tc-mips.c:5308 config/tc-mips.c:6247
42477147 482#: config/tc-mips.c:6839 config/tc-msp430.c:1937 config/tc-ppc.c:5588
499ac353 483#: config/tc-spu.c:906 config/tc-spu.c:930 config/tc-v850.c:2271
42477147 484#: config/tc-xstormy16.c:484 config/tc-xtensa.c:5630 config/tc-xtensa.c:11607
c85dd50d
NC
485msgid "expression too complex"
486msgstr ""
487
42477147 488#: cgen.c:978 config/tc-arc.c:1308 config/tc-ppc.c:5712 config/tc-s390.c:2053
499ac353 489#: config/tc-v850.c:2311 config/tc-xstormy16.c:538
c85dd50d
NC
490msgid "unresolved expression that must be resolved"
491msgstr ""
492
493#: cgen.c:1003 config/tc-xstormy16.c:563
494#, c-format
495msgid "internal error: can't install fix for reloc type %d (`%s')"
496msgstr ""
497
498#: cgen.c:1033
499msgid "relocation is not supported"
500msgstr ""
501
ae351704 502#: cond.c:83
252b5132
RH
503msgid "invalid identifier for \".ifdef\""
504msgstr ""
505
ae351704 506#: cond.c:150
252b5132
RH
507msgid "non-constant expression in \".if\" statement"
508msgstr ""
509
ae351704 510#: cond.c:277
252b5132
RH
511msgid "bad format for ifc or ifnc"
512msgstr ""
513
ae351704 514#: cond.c:307
328577ad 515msgid "\".elseif\" without matching \".if\""
252b5132
RH
516msgstr ""
517
ae351704 518#: cond.c:311
328577ad 519msgid "\".elseif\" after \".else\""
252b5132
RH
520msgstr ""
521
ae351704 522#: cond.c:314 cond.c:420
252b5132
RH
523msgid "here is the previous \"else\""
524msgstr ""
525
ae351704 526#: cond.c:317 cond.c:423
252b5132
RH
527msgid "here is the previous \"if\""
528msgstr ""
529
ae351704 530#: cond.c:346
a74801ba
ILT
531msgid "non-constant expression in \".elseif\" statement"
532msgstr ""
533
ae351704 534#: cond.c:384
a74801ba
ILT
535msgid "\".endif\" without \".if\""
536msgstr ""
537
ae351704 538#: cond.c:413
328577ad 539msgid "\".else\" without matching \".if\""
a74801ba
ILT
540msgstr ""
541
ae351704 542#: cond.c:417
328577ad 543msgid "duplicate \"else\""
a74801ba
ILT
544msgstr ""
545
ae351704 546#: cond.c:468
252b5132
RH
547msgid ".ifeqs syntax error"
548msgstr ""
549
ae351704 550#: cond.c:549
252b5132
RH
551msgid "end of macro inside conditional"
552msgstr ""
553
ae351704 554#: cond.c:551
252b5132
RH
555msgid "end of file inside conditional"
556msgstr ""
557
ae351704 558#: cond.c:554
252b5132
RH
559msgid "here is the start of the unterminated conditional"
560msgstr ""
561
ae351704 562#: cond.c:558
252b5132
RH
563msgid "here is the \"else\" of the unterminated conditional"
564msgstr ""
565
c85dd50d
NC
566#: config/atof-ieee.c:141
567msgid "cannot create floating-point number"
568msgstr ""
569
5f4273c7 570#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:917
499ac353
NC
571#: config/tc-ia64.c:11721 config/tc-tic30.c:1261 config/tc-tic4x.c:2706
572msgid "Unrecognized or unsupported floating point constant"
c85dd50d
NC
573msgstr ""
574
3caac5b8 575#: config/obj-aout.c:85
252b5132
RH
576#, c-format
577msgid "Attempt to put a common symbol into set %s"
578msgstr ""
579
3caac5b8 580#: config/obj-aout.c:89
252b5132
RH
581#, c-format
582msgid "Attempt to put an undefined symbol into set %s"
583msgstr ""
584
c85dd50d 585#: config/obj-aout.c:116 config/obj-coff.c:1339
252b5132
RH
586#, c-format
587msgid "Symbol `%s' can not be both weak and common"
588msgstr ""
589
55cf6793 590#: config/obj-coff.c:133
252b5132
RH
591#, c-format
592msgid "Inserting \"%s\" into structure table failed: %s"
593msgstr ""
594
a74801ba 595#. Zero is used as an end marker in the file.
ae351704 596#: config/obj-coff.c:366
a74801ba
ILT
597msgid "Line numbers must be positive integers\n"
598msgstr ""
599
ae351704 600#: config/obj-coff.c:398
252b5132
RH
601msgid ".ln pseudo-op inside .def/.endef: ignored."
602msgstr ""
603
ae351704 604#: config/obj-coff.c:440 ecoff.c:3240
a74801ba
ILT
605msgid ".loc outside of .text"
606msgstr ""
607
ae351704 608#: config/obj-coff.c:447
a74801ba
ILT
609msgid ".loc pseudo-op inside .def/.endef: ignored."
610msgstr ""
611
ae351704 612#: config/obj-coff.c:528
252b5132
RH
613msgid ".def pseudo-op used inside of .def/.endef: ignored."
614msgstr ""
615
ae351704 616#: config/obj-coff.c:567
252b5132
RH
617msgid ".endef pseudo-op used outside of .def/.endef: ignored."
618msgstr ""
619
ae351704 620#: config/obj-coff.c:606
252b5132
RH
621#, c-format
622msgid "`%s' symbol without preceding function"
623msgstr ""
624
ae351704 625#: config/obj-coff.c:693
252b5132
RH
626#, c-format
627msgid "unexpected storage class %d"
628msgstr ""
629
c85dd50d 630#: config/obj-coff.c:801
252b5132
RH
631msgid ".dim pseudo-op used outside of .def/.endef: ignored."
632msgstr ""
633
c85dd50d 634#: config/obj-coff.c:821
252b5132
RH
635msgid "badly formed .dim directive ignored"
636msgstr ""
637
c85dd50d 638#: config/obj-coff.c:870
252b5132
RH
639msgid ".size pseudo-op used outside of .def/.endef ignored."
640msgstr ""
641
c85dd50d 642#: config/obj-coff.c:885
252b5132
RH
643msgid ".scl pseudo-op used outside of .def/.endef ignored."
644msgstr ""
645
c85dd50d 646#: config/obj-coff.c:902
252b5132
RH
647msgid ".tag pseudo-op used outside of .def/.endef ignored."
648msgstr ""
649
c85dd50d 650#: config/obj-coff.c:920
252b5132
RH
651#, c-format
652msgid "tag not found for .tag %s"
653msgstr ""
654
c85dd50d 655#: config/obj-coff.c:933
252b5132
RH
656msgid ".type pseudo-op used outside of .def/.endef ignored."
657msgstr ""
658
c85dd50d 659#: config/obj-coff.c:952
252b5132
RH
660msgid ".val pseudo-op used outside of .def/.endef ignored."
661msgstr ""
662
c85dd50d 663#: config/obj-coff.c:1119
8ea2b00f
AM
664msgid "badly formed .weak directive ignored"
665msgstr ""
666
c85dd50d 667#: config/obj-coff.c:1297
252b5132
RH
668msgid "mismatched .eb"
669msgstr ""
670
c85dd50d 671#: config/obj-coff.c:1318
55cf6793
ZW
672#, c-format
673msgid "C_EFCN symbol for %s out of scope"
252b5132
RH
674msgstr ""
675
676#. STYP_INFO
677#. STYP_LIB
678#. STYP_OVER
c85dd50d 679#: config/obj-coff.c:1590
252b5132
RH
680#, c-format
681msgid "unsupported section attribute '%c'"
682msgstr ""
683
42477147 684#: config/obj-coff.c:1594 config/tc-ppc.c:4668
252b5132
RH
685#, c-format
686msgid "unknown section attribute '%c'"
687msgstr ""
688
42477147
NC
689#: config/obj-coff.c:1622 config/tc-ppc.c:4686 config/tc-tic54x.c:4285
690#: read.c:2755
252b5132
RH
691#, c-format
692msgid "error setting flags for \"%s\": %s"
693msgstr ""
694
c85dd50d 695#: config/obj-coff.c:1633
bc0d738a
NC
696#, c-format
697msgid "Ignoring changed section attributes for %s"
698msgstr ""
699
c85dd50d 700#: config/obj-coff.c:1764
252b5132
RH
701#, c-format
702msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
703msgstr ""
704
55cf6793 705#: config/obj-ecoff.c:125
252b5132
RH
706msgid "Can't set GP value"
707msgstr ""
708
55cf6793 709#: config/obj-ecoff.c:132
252b5132
RH
710msgid "Can't set register masks"
711msgstr ""
712
499ac353 713#: config/obj-elf.c:323 config/tc-sparc.c:3980 config/tc-v850.c:450
252b5132
RH
714#, c-format
715msgid "bad .common segment %s"
716msgstr ""
717
c85dd50d 718#: config/obj-elf.c:601
328577ad
NC
719#, c-format
720msgid "setting incorrect section type for %s"
721msgstr ""
722
c85dd50d 723#: config/obj-elf.c:606
a74801ba 724#, c-format
328577ad 725msgid "ignoring incorrect section type for %s"
252b5132
RH
726msgstr ""
727
c85dd50d 728#: config/obj-elf.c:648
60bcf0fa 729#, c-format
328577ad 730msgid "setting incorrect section attributes for %s"
60bcf0fa
NC
731msgstr ""
732
c85dd50d 733#: config/obj-elf.c:700
06647dfd
AM
734#, c-format
735msgid "ignoring changed section type for %s"
736msgstr ""
737
c85dd50d 738#: config/obj-elf.c:712
a74801ba 739#, c-format
328577ad 740msgid "ignoring changed section attributes for %s"
252b5132
RH
741msgstr ""
742
c85dd50d 743#: config/obj-elf.c:714
6840198f 744#, c-format
328577ad 745msgid "ignoring changed section entity size for %s"
6840198f
NC
746msgstr ""
747
c85dd50d 748#: config/obj-elf.c:767
87ccc1b0 749msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
252b5132
RH
750msgstr ""
751
c85dd50d 752#: config/obj-elf.c:804
328577ad 753msgid "unrecognized section attribute"
252b5132
RH
754msgstr ""
755
42477147 756#: config/obj-elf.c:832 read.c:2739
328577ad 757msgid "unrecognized section type"
252b5132
RH
758msgstr ""
759
c85dd50d 760#: config/obj-elf.c:862
328577ad 761msgid "missing name"
6840198f
NC
762msgstr ""
763
42477147 764#: config/obj-elf.c:990
328577ad 765msgid "invalid merge entity size"
252b5132
RH
766msgstr ""
767
42477147 768#: config/obj-elf.c:997
328577ad
NC
769msgid "entity size for SHF_MERGE not specified"
770msgstr ""
771
42477147 772#: config/obj-elf.c:1017
328577ad
NC
773msgid "group name for SHF_GROUP not specified"
774msgstr ""
775
42477147 776#: config/obj-elf.c:1030
328577ad 777msgid "character following name is not '#'"
6840198f
NC
778msgstr ""
779
42477147 780#: config/obj-elf.c:1149
252b5132
RH
781msgid ".previous without corresponding .section; ignored"
782msgstr ""
783
42477147 784#: config/obj-elf.c:1175
a74801ba
ILT
785msgid ".popsection without corresponding .pushsection; ignored"
786msgstr ""
787
42477147 788#: config/obj-elf.c:1227
252b5132
RH
789msgid "expected comma after name in .symver"
790msgstr ""
791
42477147 792#: config/obj-elf.c:1251
252b5132
RH
793#, c-format
794msgid "missing version name in `%s' for symbol `%s'"
795msgstr ""
796
42477147 797#: config/obj-elf.c:1262
5f68c319
NC
798#, c-format
799msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
800msgstr ""
801
42477147 802#: config/obj-elf.c:1299
c85dd50d
NC
803#, c-format
804msgid "expected `%s' to have already been set for .vtable_inherit"
805msgstr ""
806
42477147 807#: config/obj-elf.c:1309
c85dd50d
NC
808msgid "expected comma after name in .vtable_inherit"
809msgstr ""
810
42477147 811#: config/obj-elf.c:1369
c85dd50d
NC
812msgid "expected comma after name in .vtable_entry"
813msgstr ""
814
42477147 815#: config/obj-elf.c:1492
328577ad 816msgid "expected quoted string"
252b5132
RH
817msgstr ""
818
42477147 819#: config/obj-elf.c:1512
252b5132
RH
820#, c-format
821msgid "expected comma after name `%s' in .size directive"
822msgstr ""
823
42477147 824#: config/obj-elf.c:1521
252b5132
RH
825msgid "missing expression in .size directive"
826msgstr ""
827
42477147 828#: config/obj-elf.c:1620
c85dd50d
NC
829#, c-format
830msgid "symbol '%s' is already defined"
831msgstr ""
832
42477147 833#: config/obj-elf.c:1635
252b5132 834#, c-format
328577ad 835msgid "unrecognized symbol type \"%s\""
252b5132
RH
836msgstr ""
837
42477147 838#: config/obj-elf.c:1806
252b5132
RH
839msgid ".size expression too complicated to fix up"
840msgstr ""
841
42477147 842#: config/obj-elf.c:1838
252b5132
RH
843#, c-format
844msgid ""
845"invalid attempt to declare external version name as default in symbol `%s'"
846msgstr ""
847
42477147 848#: config/obj-elf.c:1899 ecoff.c:3598
328577ad
NC
849#, c-format
850msgid "symbol `%s' can not be both weak and common"
851msgstr ""
852
42477147 853#: config/obj-elf.c:2006
328577ad 854#, c-format
87ccc1b0 855msgid "assuming all members of group `%s' are COMDAT"
328577ad
NC
856msgstr ""
857
42477147 858#: config/obj-elf.c:2028
252b5132 859#, c-format
87ccc1b0
NC
860msgid "can't create group: %s"
861msgstr ""
862
42477147 863#: config/obj-elf.c:2138
87ccc1b0 864#, c-format
328577ad 865msgid "failed to set up debugging information: %s"
252b5132
RH
866msgstr ""
867
42477147 868#: config/obj-elf.c:2158
252b5132 869#, c-format
328577ad 870msgid "can't start writing .mdebug section: %s"
252b5132
RH
871msgstr ""
872
42477147 873#: config/obj-elf.c:2166
252b5132 874#, c-format
328577ad 875msgid "could not write .mdebug section: %s"
252b5132
RH
876msgstr ""
877
c85dd50d
NC
878#: config/obj-som.c:58
879msgid "Only one .compiler pseudo-op per file!"
252b5132
RH
880msgstr ""
881
c85dd50d 882#: config/obj-som.c:75 config/obj-som.c:146 config/obj-som.c:188
328577ad
NC
883msgid "Expected quoted string"
884msgstr ""
885
c85dd50d
NC
886#: config/obj-som.c:88
887msgid ".compiler directive missing language and version"
888msgstr ""
889
890#: config/obj-som.c:98
891msgid ".compiler directive missing version"
892msgstr ""
893
894#: config/obj-som.c:114
895#, c-format
896msgid "FATAL: Attaching compiler header %s"
897msgstr ""
898
899#: config/obj-som.c:129
900msgid "Only one .version pseudo-op per file!"
901msgstr ""
902
ae351704 903#: config/obj-som.c:153
252b5132 904#, c-format
ae351704 905msgid "attaching version header %s: %s"
252b5132
RH
906msgstr ""
907
ae351704 908#: config/obj-som.c:171
252b5132
RH
909msgid "Only one .copyright pseudo-op per file!"
910msgstr ""
911
ae351704 912#: config/obj-som.c:195
252b5132 913#, c-format
ae351704 914msgid "attaching copyright header %s: %s"
252b5132
RH
915msgstr ""
916
55cf6793 917#: config/tc-alpha.c:592
252b5132 918#, c-format
55cf6793 919msgid "No !literal!%ld was found"
252b5132
RH
920msgstr ""
921
55cf6793 922#: config/tc-alpha.c:599
252b5132 923#, c-format
55cf6793 924msgid "No !tlsgd!%ld was found"
252b5132
RH
925msgstr ""
926
55cf6793 927#: config/tc-alpha.c:606
252b5132 928#, c-format
55cf6793 929msgid "No !tlsldm!%ld was found"
252b5132
RH
930msgstr ""
931
55cf6793 932#: config/tc-alpha.c:615
252b5132 933#, c-format
55cf6793 934msgid "No ldah !gpdisp!%ld was found"
252b5132
RH
935msgstr ""
936
55cf6793 937#: config/tc-alpha.c:665
87ccc1b0 938#, c-format
55cf6793 939msgid "too many !literal!%ld for %s"
87ccc1b0
NC
940msgstr ""
941
55cf6793 942#: config/tc-alpha.c:695
252b5132 943#, c-format
55cf6793 944msgid "No lda !gpdisp!%ld was found"
252b5132
RH
945msgstr ""
946
55cf6793
ZW
947#. Only support one relocation op per insn.
948#: config/tc-alpha.c:852
949msgid "More than one relocation op per insn"
252b5132
RH
950msgstr ""
951
55cf6793
ZW
952#: config/tc-alpha.c:868
953msgid "No relocation operand"
252b5132
RH
954msgstr ""
955
55cf6793 956#: config/tc-alpha.c:878
328577ad 957#, c-format
55cf6793 958msgid "Unknown relocation operand: !%s"
328577ad
NC
959msgstr ""
960
55cf6793 961#: config/tc-alpha.c:888
87ccc1b0 962#, c-format
55cf6793 963msgid "no sequence number after !%s"
87ccc1b0
NC
964msgstr ""
965
55cf6793 966#: config/tc-alpha.c:898
87ccc1b0 967#, c-format
55cf6793 968msgid "!%s does not use a sequence number"
87ccc1b0
NC
969msgstr ""
970
55cf6793 971#: config/tc-alpha.c:908
328577ad 972#, c-format
55cf6793 973msgid "Bad sequence number: !%s!%s"
328577ad
NC
974msgstr ""
975
55cf6793 976#: config/tc-alpha.c:1123 config/tc-alpha.c:3139
87ccc1b0 977#, c-format
55cf6793 978msgid "inappropriate arguments for opcode `%s'"
87ccc1b0
NC
979msgstr ""
980
55cf6793 981#: config/tc-alpha.c:1125 config/tc-alpha.c:3141
a74801ba 982#, c-format
55cf6793 983msgid "opcode `%s' not supported for target %s"
a74801ba
ILT
984msgstr ""
985
42477147 986#: config/tc-alpha.c:1129 config/tc-alpha.c:3145 config/tc-avr.c:1292
499ac353 987#: config/tc-msp430.c:1829
a74801ba 988#, c-format
55cf6793 989msgid "unknown opcode `%s'"
a74801ba
ILT
990msgstr ""
991
55cf6793
ZW
992#: config/tc-alpha.c:1209 config/tc-alpha.c:1384
993msgid "overflow in literal (.lita) table"
328577ad
NC
994msgstr ""
995
55cf6793
ZW
996#: config/tc-alpha.c:1216 config/tc-alpha.c:1240 config/tc-alpha.c:1397
997#: config/tc-alpha.c:2049 config/tc-alpha.c:2093 config/tc-alpha.c:2162
998#: config/tc-alpha.c:2245 config/tc-alpha.c:2470 config/tc-alpha.c:2568
999msgid "macro requires $at register while noat in effect"
a74801ba
ILT
1000msgstr ""
1001
55cf6793
ZW
1002#: config/tc-alpha.c:1218 config/tc-alpha.c:1242 config/tc-alpha.c:1399
1003msgid "macro requires $at while $at in use"
a74801ba
ILT
1004msgstr ""
1005
55cf6793
ZW
1006#: config/tc-alpha.c:1346
1007msgid "bignum invalid; zero assumed"
252b5132
RH
1008msgstr ""
1009
55cf6793
ZW
1010#: config/tc-alpha.c:1348
1011msgid "floating point number invalid; zero assumed"
252b5132
RH
1012msgstr ""
1013
55cf6793
ZW
1014#: config/tc-alpha.c:1353
1015msgid "can't handle expression"
328577ad
NC
1016msgstr ""
1017
55cf6793
ZW
1018#: config/tc-alpha.c:1390
1019msgid "overflow in literal (.lit8) table"
328577ad
NC
1020msgstr ""
1021
55cf6793 1022#: config/tc-alpha.c:1674
252b5132 1023#, c-format
328577ad 1024msgid "too many ldah insns for !gpdisp!%ld"
252b5132
RH
1025msgstr ""
1026
55cf6793 1027#: config/tc-alpha.c:1676 config/tc-alpha.c:1688
252b5132 1028#, c-format
328577ad 1029msgid "both insns for !gpdisp!%ld must be in the same section"
252b5132
RH
1030msgstr ""
1031
55cf6793 1032#: config/tc-alpha.c:1686
252b5132 1033#, c-format
328577ad
NC
1034msgid "too many lda insns for !gpdisp!%ld"
1035msgstr ""
1036
55cf6793 1037#: config/tc-alpha.c:1742
87ccc1b0
NC
1038#, c-format
1039msgid "too many lituse insns for !lituse_tlsgd!%ld"
1040msgstr ""
1041
55cf6793 1042#: config/tc-alpha.c:1745
87ccc1b0
NC
1043#, c-format
1044msgid "too many lituse insns for !lituse_tlsldm!%ld"
1045msgstr ""
1046
55cf6793 1047#: config/tc-alpha.c:1762
87ccc1b0
NC
1048#, c-format
1049msgid "duplicate !tlsgd!%ld"
1050msgstr ""
1051
55cf6793 1052#: config/tc-alpha.c:1764
87ccc1b0
NC
1053#, c-format
1054msgid "sequence number in use for !tlsldm!%ld"
1055msgstr ""
1056
55cf6793 1057#: config/tc-alpha.c:1778
87ccc1b0
NC
1058#, c-format
1059msgid "duplicate !tlsldm!%ld"
1060msgstr ""
1061
55cf6793 1062#: config/tc-alpha.c:1780
87ccc1b0
NC
1063#, c-format
1064msgid "sequence number in use for !tlsgd!%ld"
1065msgstr ""
1066
499ac353 1067#: config/tc-alpha.c:1823 config/tc-arc.c:292 config/tc-mn10200.c:856
42477147 1068#: config/tc-mn10300.c:1140 config/tc-ppc.c:1577 config/tc-s390.c:615
499ac353 1069#: config/tc-v850.c:1556
55cf6793 1070msgid "operand"
252b5132
RH
1071msgstr ""
1072
55cf6793
ZW
1073#: config/tc-alpha.c:1962
1074msgid "invalid relocation for instruction"
252b5132
RH
1075msgstr ""
1076
55cf6793
ZW
1077#: config/tc-alpha.c:1973
1078msgid "invalid relocation for field"
252b5132
RH
1079msgstr ""
1080
55cf6793
ZW
1081#: config/tc-alpha.c:2760
1082msgid "can not resolve expression"
252b5132
RH
1083msgstr ""
1084
42477147 1085#: config/tc-alpha.c:3275 config/tc-ppc.c:1876 config/tc-ppc.c:4431
a74801ba 1086#, c-format
328577ad 1087msgid ".COMMon length (%ld.) <0! Ignored."
a74801ba
ILT
1088msgstr ""
1089
499ac353 1090#: config/tc-alpha.c:3304 config/tc-sparc.c:3850 config/tc-v850.c:245
328577ad 1091msgid "Ignoring attempt to re-define symbol"
252b5132
RH
1092msgstr ""
1093
42477147 1094#: config/tc-alpha.c:3313 config/tc-alpha.c:3322 config/tc-ppc.c:4468
499ac353 1095#: config/tc-sparc.c:3858
252b5132
RH
1096#, c-format
1097msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1098msgstr ""
1099
55cf6793 1100#: config/tc-alpha.c:3439 ecoff.c:3054
252b5132
RH
1101msgid ".ent directive has no name"
1102msgstr ""
1103
55cf6793 1104#: config/tc-alpha.c:3447
252b5132
RH
1105msgid "nested .ent directives"
1106msgstr ""
1107
55cf6793 1108#: config/tc-alpha.c:3491 ecoff.c:3005
252b5132
RH
1109msgid ".end directive has no name"
1110msgstr ""
1111
55cf6793 1112#: config/tc-alpha.c:3500
fce00800
AM
1113msgid ".end directive without matching .ent"
1114msgstr ""
1115
55cf6793 1116#: config/tc-alpha.c:3502
252b5132
RH
1117msgid ".end directive names different symbol than .ent"
1118msgstr ""
1119
55cf6793 1120#: config/tc-alpha.c:3545 ecoff.c:3140
fce00800
AM
1121msgid ".fmask outside of .ent"
1122msgstr ""
1123
499ac353 1124#: config/tc-alpha.c:3547 config/tc-score.c:5816 ecoff.c:3204
fce00800
AM
1125msgid ".mask outside of .ent"
1126msgstr ""
1127
55cf6793 1128#: config/tc-alpha.c:3555 ecoff.c:3147
fce00800
AM
1129msgid "bad .fmask directive"
1130msgstr ""
1131
55cf6793 1132#: config/tc-alpha.c:3557 ecoff.c:3211
fce00800
AM
1133msgid "bad .mask directive"
1134msgstr ""
1135
499ac353 1136#: config/tc-alpha.c:3590 config/tc-mips.c:14617 config/tc-score.c:5959
ae351704 1137#: ecoff.c:3168
fce00800
AM
1138msgid ".frame outside of .ent"
1139msgstr ""
1140
55cf6793 1141#: config/tc-alpha.c:3601 ecoff.c:3179
fce00800
AM
1142msgid "bad .frame directive"
1143msgstr ""
1144
55cf6793 1145#: config/tc-alpha.c:3633
87ccc1b0
NC
1146msgid ".prologue directive without a preceding .ent directive"
1147msgstr ""
1148
55cf6793 1149#: config/tc-alpha.c:3651
252b5132
RH
1150#, c-format
1151msgid "Invalid argument %d to .prologue."
1152msgstr ""
1153
55cf6793 1154#: config/tc-alpha.c:3742
252b5132
RH
1155msgid "ECOFF debugging is disabled."
1156msgstr ""
1157
55cf6793 1158#: config/tc-alpha.c:3756
fce00800
AM
1159msgid ".ent directive without matching .end"
1160msgstr ""
1161
55cf6793 1162#: config/tc-alpha.c:3841
fce00800
AM
1163msgid ".usepv directive has no name"
1164msgstr ""
1165
55cf6793 1166#: config/tc-alpha.c:3852
fce00800
AM
1167msgid ".usepv directive has no type"
1168msgstr ""
1169
55cf6793 1170#: config/tc-alpha.c:3867
fce00800
AM
1171msgid "unknown argument for .usepv"
1172msgstr ""
1173
55cf6793 1174#: config/tc-alpha.c:3900
252b5132
RH
1175msgid "Unknown section directive"
1176msgstr ""
1177
55cf6793 1178#: config/tc-alpha.c:3935
252b5132
RH
1179msgid ".ent directive has no symbol"
1180msgstr ""
1181
55cf6793 1182#: config/tc-alpha.c:3960
252b5132
RH
1183msgid "Bad .frame directive 1./2. param"
1184msgstr ""
1185
55cf6793 1186#: config/tc-alpha.c:3972
252b5132
RH
1187msgid "Bad .frame directive 3./4. param"
1188msgstr ""
1189
55cf6793 1190#: config/tc-alpha.c:3994
252b5132
RH
1191msgid ".pdesc directive not in link (.link) section"
1192msgstr ""
1193
55cf6793 1194#: config/tc-alpha.c:4002
252b5132
RH
1195msgid ".pdesc has no matching .ent"
1196msgstr ""
1197
55cf6793 1198#: config/tc-alpha.c:4013
252b5132
RH
1199msgid ".pdesc directive has no entry symbol"
1200msgstr ""
1201
55cf6793 1202#: config/tc-alpha.c:4026
252b5132
RH
1203msgid "No comma after .pdesc <entryname>"
1204msgstr ""
1205
55cf6793 1206#: config/tc-alpha.c:4046
252b5132
RH
1207msgid "unknown procedure kind"
1208msgstr ""
1209
55cf6793 1210#: config/tc-alpha.c:4136
252b5132
RH
1211msgid ".name directive not in link (.link) section"
1212msgstr ""
1213
55cf6793 1214#: config/tc-alpha.c:4144
252b5132
RH
1215msgid ".name directive has no symbol"
1216msgstr ""
1217
55cf6793 1218#: config/tc-alpha.c:4175
252b5132
RH
1219msgid "No symbol after .linkage"
1220msgstr ""
1221
55cf6793 1222#: config/tc-alpha.c:4199
252b5132
RH
1223msgid "No symbol after .code_address"
1224msgstr ""
1225
499ac353 1226#: config/tc-alpha.c:4226 config/tc-score.c:5822
252b5132
RH
1227msgid "Bad .mask directive"
1228msgstr ""
1229
55cf6793 1230#: config/tc-alpha.c:4244
252b5132
RH
1231msgid "Bad .fmask directive"
1232msgstr ""
1233
55cf6793 1234#: config/tc-alpha.c:4401
252b5132
RH
1235#, c-format
1236msgid "Expected comma after name \"%s\""
1237msgstr ""
1238
a74801ba 1239#. *symbol_get_obj (symbolP) = (signed char) temp;
55cf6793 1240#: config/tc-alpha.c:4412
252b5132
RH
1241#, c-format
1242msgid "unhandled: .proc %s,%d"
1243msgstr ""
1244
55cf6793 1245#: config/tc-alpha.c:4446
252b5132
RH
1246#, c-format
1247msgid "Tried to .set unrecognized mode `%s'"
1248msgstr ""
1249
55cf6793 1250#: config/tc-alpha.c:4472
252b5132
RH
1251#, c-format
1252msgid "Bad base register, using $%d."
1253msgstr ""
1254
55cf6793 1255#: config/tc-alpha.c:4493
252b5132
RH
1256#, c-format
1257msgid "Alignment too large: %d. assumed"
1258msgstr ""
1259
499ac353 1260#: config/tc-alpha.c:4497 config/tc-d30v.c:2048
252b5132
RH
1261msgid "Alignment negative: 0 assumed"
1262msgstr ""
1263
55cf6793 1264#: config/tc-alpha.c:4775
252b5132
RH
1265#, c-format
1266msgid "Chose GP value of %lx\n"
1267msgstr ""
1268
55cf6793 1269#: config/tc-alpha.c:4789
87ccc1b0 1270msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
328577ad
NC
1271msgstr ""
1272
55cf6793
ZW
1273#: config/tc-alpha.c:4878
1274#, c-format
1275msgid "internal error: can't hash opcode `%s': %s"
252b5132
RH
1276msgstr ""
1277
55cf6793
ZW
1278#: config/tc-alpha.c:4914
1279#, c-format
1280msgid "internal error: can't hash macro `%s': %s"
252b5132
RH
1281msgstr ""
1282
5f4273c7 1283#: config/tc-alpha.c:4998 config/tc-arm.c:6057 config/tc-arm.c:6069
42477147
NC
1284#: config/tc-i960.c:708 config/tc-xtensa.c:5178 config/tc-xtensa.c:5256
1285#: config/tc-xtensa.c:5302 config/tc-z80.c:1893
55cf6793
ZW
1286msgid "syntax error"
1287msgstr ""
1288
499ac353 1289#: config/tc-alpha.c:5076
55cf6793
ZW
1290#, c-format
1291msgid "Unknown CPU identifier `%s'"
1292msgstr ""
1293
499ac353 1294#: config/tc-alpha.c:5119
55cf6793
ZW
1295msgid ""
1296"Alpha options:\n"
1297"-32addr\t\t\ttreat addresses as 32-bit values\n"
1298"-F\t\t\tlack floating point instructions support\n"
1299"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
1300"\t\t\tspecify variant of Alpha architecture\n"
1301"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -"
1302"m21264b\n"
1303"\t\t\tthese variants include PALcode opcodes\n"
1304msgstr ""
1305
499ac353 1306#: config/tc-alpha.c:5129
55cf6793
ZW
1307msgid ""
1308"VMS options:\n"
1309"-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
1310"-H\t\t\tshow new symbol after hash truncation\n"
1311msgstr ""
1312
499ac353 1313#: config/tc-alpha.c:5306
55cf6793
ZW
1314#, c-format
1315msgid "unhandled relocation type %s"
1316msgstr ""
1317
499ac353 1318#: config/tc-alpha.c:5319
55cf6793
ZW
1319msgid "non-absolute expression in constant field"
1320msgstr ""
1321
499ac353 1322#: config/tc-alpha.c:5333
55cf6793
ZW
1323#, c-format
1324msgid "type %d reloc done?\n"
1325msgstr ""
1326
499ac353 1327#: config/tc-alpha.c:5380 config/tc-alpha.c:5387
55cf6793
ZW
1328msgid "Used $at without \".set noat\""
1329msgstr ""
1330
499ac353 1331#: config/tc-alpha.c:5549
55cf6793
ZW
1332#, c-format
1333msgid "!samegp reloc against symbol without .prologue: %s"
1334msgstr ""
1335
42477147 1336#: config/tc-alpha.c:5586 config/tc-xtensa.c:5792
55cf6793
ZW
1337#, c-format
1338msgid "cannot represent `%s' relocation in object file"
1339msgstr ""
1340
42477147 1341#: config/tc-alpha.c:5592 config/tc-xtensa.c:5800
55cf6793
ZW
1342#, c-format
1343msgid "internal error? cannot generate `%s' relocation"
1344msgstr ""
1345
499ac353 1346#: config/tc-alpha.c:5643
55cf6793
ZW
1347#, c-format
1348msgid "frame reg expected, using $%d."
1349msgstr ""
1350
c85dd50d
NC
1351#: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:991
1352#: config/tc-h8300.c:76 config/tc-h8300.c:85 config/tc-h8300.c:95
1353#: config/tc-h8300.c:105 config/tc-h8300.c:115 config/tc-h8300.c:126
499ac353
NC
1354#: config/tc-h8300.c:193 config/tc-hppa.c:6788 config/tc-hppa.c:6794
1355#: config/tc-hppa.c:6800 config/tc-hppa.c:6806 config/tc-hppa.c:8213
42477147 1356#: config/tc-mn10300.c:929 config/tc-mn10300.c:934 config/tc-mn10300.c:2415
c85dd50d
NC
1357#: config/tc-xc16x.c:79 config/tc-xc16x.c:86 config/tc-xc16x.c:93
1358msgid "could not set architecture and machine"
1359msgstr ""
1360
42477147 1361#: config/tc-arc.c:212 config/tc-arm.c:19532 config/tc-score.c:6522
499ac353 1362#: config/tc-score.c:6538 config/tc-score.c:6543
c85dd50d
NC
1363msgid "virtual memory exhausted"
1364msgstr ""
1365
1366#: config/tc-arc.c:432 config/tc-arc.c:670
1367msgid "expected comma after operand name"
1368msgstr ""
1369
1370#: config/tc-arc.c:443
1371#, c-format
1372msgid "negative operand number %d"
1373msgstr ""
1374
1375#: config/tc-arc.c:455
1376msgid "expected comma after register-number"
1377msgstr ""
1378
1379#: config/tc-arc.c:480
1380msgid "invalid mode"
1381msgstr ""
1382
1383#: config/tc-arc.c:497
1384msgid "expected comma after register-mode"
1385msgstr ""
1386
1387#: config/tc-arc.c:514
1388msgid "shortcut designator invalid"
1389msgstr ""
1390
1391#: config/tc-arc.c:529
1392#, c-format
1393msgid "core register value (%d) too large"
1394msgstr ""
1395
1396#: config/tc-arc.c:537
1397#, c-format
1398msgid "condition code value (%d) too large"
1399msgstr ""
1400
1401#: config/tc-arc.c:554
1402#, c-format
1403msgid "attempt to override symbol: %s"
1404msgstr ""
1405
1406#: config/tc-arc.c:625
1407msgid "invalid opertype"
1408msgstr ""
1409
1410#: config/tc-arc.c:682
1411msgid "expected comma after opcode"
1412msgstr ""
1413
1414#: config/tc-arc.c:692
1415#, c-format
1416msgid "negative subopcode %d"
1417msgstr ""
1418
1419#: config/tc-arc.c:701
1420msgid "subcode value found when opcode not equal 0x03"
1421msgstr ""
1422
1423#: config/tc-arc.c:709
1424#, c-format
1425msgid "invalid subopcode %d"
1426msgstr ""
1427
1428#: config/tc-arc.c:720
1429msgid "expected comma after subopcode"
1430msgstr ""
1431
1432#: config/tc-arc.c:739
1433msgid "invalid suffix class"
1434msgstr ""
1435
1436#: config/tc-arc.c:748
1437msgid "expected comma after suffix class"
1438msgstr ""
1439
1440#: config/tc-arc.c:767
1441msgid "invalid syntax class"
1442msgstr ""
1443
1444#: config/tc-arc.c:774
1445msgid "opcode 0x3 and SYNTAX_3OP invalid"
1446msgstr ""
1447
1448#: config/tc-arc.c:794
1449msgid "unknown suffix class"
1450msgstr ""
1451
1452#: config/tc-arc.c:861
1453msgid "expected comma after symbol name"
1454msgstr ""
1455
1456#: config/tc-arc.c:871
1457msgid "negative symbol length"
1458msgstr ""
1459
1460#: config/tc-arc.c:882
1461msgid "ignoring attempt to re-define symbol"
1462msgstr ""
1463
1464#: config/tc-arc.c:889
1465#, c-format
1466msgid "length of symbol \"%s\" already %ld, ignoring %d"
1467msgstr ""
1468
1469#: config/tc-arc.c:903
1470msgid "assuming symbol alignment of zero"
1471msgstr ""
1472
1473#: config/tc-arc.c:970
1474msgid "\".option\" directive must appear before any instructions"
1475msgstr ""
1476
1477#: config/tc-arc.c:980
1478msgid "\".option\" directive conflicts with initial definition"
1479msgstr ""
1480
1481#: config/tc-arc.c:988
1482msgid "\".option\" directive overrides command-line (default) value"
1483msgstr ""
1484
1485#: config/tc-arc.c:998
1486msgid "invalid identifier for \".option\""
1487msgstr ""
1488
b2f58c0c
NC
1489#: config/tc-arc.c:1036 config/tc-i860.c:1034 config/tc-ip2k.c:249
1490msgid "relaxation not supported\n"
55cf6793
ZW
1491msgstr ""
1492
499ac353 1493#: config/tc-arc.c:1080
c85dd50d
NC
1494msgid "expression too complex code symbol"
1495msgstr ""
1496
499ac353 1497#: config/tc-arc.c:1107
c85dd50d
NC
1498#, c-format
1499msgid "missing ')' in %%-op"
1500msgstr ""
1501
499ac353
NC
1502#: config/tc-arc.c:1362 config/tc-dlx.c:1200 config/tc-m32r.c:2280
1503#: config/tc-sparc.c:3531
c85dd50d
NC
1504#, c-format
1505msgid "internal error: can't export reloc type %d (`%s')"
1506msgstr ""
1507
499ac353 1508#: config/tc-arc.c:1494
c85dd50d
NC
1509#, c-format
1510msgid "unknown syntax format character `%c'"
1511msgstr ""
1512
499ac353 1513#: config/tc-arc.c:1632
c85dd50d
NC
1514msgid "too many suffixes"
1515msgstr ""
1516
499ac353 1517#: config/tc-arc.c:1671
c85dd50d
NC
1518msgid "symbol as destination register"
1519msgstr ""
1520
42477147
NC
1521#: config/tc-arc.c:1756 config/tc-mn10200.c:1141 config/tc-mn10300.c:1814
1522#: config/tc-ppc.c:2719 config/tc-s390.c:1473 config/tc-v850.c:2009
c85dd50d
NC
1523#, c-format
1524msgid "junk at end of line: `%s'"
1525msgstr ""
1526
499ac353 1527#: config/tc-arc.c:1795
c85dd50d
NC
1528msgid "8 byte instruction in delay slot"
1529msgstr ""
1530
1531#. except for jl addr
499ac353 1532#: config/tc-arc.c:1798
c85dd50d
NC
1533msgid "8 byte jump instruction with delay slot"
1534msgstr ""
1535
499ac353 1536#: config/tc-arc.c:1806
c85dd50d
NC
1537msgid "conditional branch follows set of flags"
1538msgstr ""
1539
42477147 1540#: config/tc-arc.c:1890 config/tc-arm.c:14172
c85dd50d
NC
1541#, c-format
1542msgid "bad instruction `%s'"
87ccc1b0
NC
1543msgstr ""
1544
ae351704 1545#: config/tc-arm.c:483
328577ad
NC
1546msgid "ARM register expected"
1547msgstr ""
1548
ae351704 1549#: config/tc-arm.c:484
328577ad
NC
1550msgid "bad or missing co-processor number"
1551msgstr ""
1552
ae351704 1553#: config/tc-arm.c:485
328577ad
NC
1554msgid "co-processor register expected"
1555msgstr ""
1556
ae351704 1557#: config/tc-arm.c:486
328577ad
NC
1558msgid "FPA register expected"
1559msgstr ""
1560
ae351704 1561#: config/tc-arm.c:487
328577ad
NC
1562msgid "VFP single precision register expected"
1563msgstr ""
1564
ae351704
AM
1565#: config/tc-arm.c:488
1566msgid "VFP/Neon double precision register expected"
1567msgstr ""
1568
1569#: config/tc-arm.c:489
1570msgid "Neon quad precision register expected"
1571msgstr ""
1572
1573#: config/tc-arm.c:490
1574msgid "VFP single or double precision register expected"
1575msgstr ""
1576
1577#: config/tc-arm.c:491
1578msgid "Neon double or quad precision register expected"
328577ad
NC
1579msgstr ""
1580
ae351704
AM
1581#: config/tc-arm.c:492
1582msgid "VFP single, double or Neon quad precision register expected"
1583msgstr ""
1584
1585#: config/tc-arm.c:493
55cf6793
ZW
1586msgid "VFP system register expected"
1587msgstr ""
1588
ae351704 1589#: config/tc-arm.c:494
328577ad
NC
1590msgid "Maverick MVF register expected"
1591msgstr ""
1592
ae351704 1593#: config/tc-arm.c:495
328577ad
NC
1594msgid "Maverick MVD register expected"
1595msgstr ""
1596
ae351704 1597#: config/tc-arm.c:496
328577ad
NC
1598msgid "Maverick MVFX register expected"
1599msgstr ""
1600
ae351704 1601#: config/tc-arm.c:497
6e1772d5
AM
1602msgid "Maverick MVDX register expected"
1603msgstr ""
1604
ae351704 1605#: config/tc-arm.c:498
328577ad
NC
1606msgid "Maverick MVAX register expected"
1607msgstr ""
1608
ae351704 1609#: config/tc-arm.c:499
328577ad
NC
1610msgid "Maverick DSPSC register expected"
1611msgstr ""
1612
ae351704 1613#: config/tc-arm.c:500
55cf6793
ZW
1614msgid "iWMMXt data register expected"
1615msgstr ""
1616
5f4273c7 1617#: config/tc-arm.c:501 config/tc-arm.c:5866
55cf6793
ZW
1618msgid "iWMMXt control register expected"
1619msgstr ""
1620
ae351704 1621#: config/tc-arm.c:502
55cf6793
ZW
1622msgid "iWMMXt scalar register expected"
1623msgstr ""
1624
ae351704 1625#: config/tc-arm.c:503
55cf6793 1626msgid "XScale accumulator register expected"
87ccc1b0
NC
1627msgstr ""
1628
ae351704
AM
1629#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
1630#: config/tc-arm.c:652 config/tc-score.c:47
328577ad
NC
1631msgid "bad arguments to instruction"
1632msgstr ""
1633
ae351704 1634#: config/tc-arm.c:653 config/tc-score.c:48
328577ad
NC
1635msgid "r15 not allowed here"
1636msgstr ""
1637
ae351704 1638#: config/tc-arm.c:654
55cf6793 1639msgid "instruction cannot be conditional"
328577ad
NC
1640msgstr ""
1641
ae351704 1642#: config/tc-arm.c:655
55cf6793 1643msgid "registers may not be the same"
328577ad
NC
1644msgstr ""
1645
ae351704 1646#: config/tc-arm.c:656
55cf6793 1647msgid "lo register required"
252b5132
RH
1648msgstr ""
1649
ae351704 1650#: config/tc-arm.c:657
55cf6793 1651msgid "instruction not supported in Thumb16 mode"
06647dfd
AM
1652msgstr ""
1653
ae351704
AM
1654#: config/tc-arm.c:658
1655msgid "instruction does not accept this addressing mode"
1656msgstr ""
1657
1658#: config/tc-arm.c:659
1659msgid "branch must be last instruction in IT block"
1660msgstr ""
1661
1662#: config/tc-arm.c:660
1663msgid "instruction not allowed in IT block"
1664msgstr ""
1665
1666#: config/tc-arm.c:661
1667msgid "selected FPU does not support instruction"
1668msgstr ""
1669
5f4273c7 1670#: config/tc-arm.c:801
55cf6793 1671msgid "immediate expression requires a # prefix"
06647dfd
AM
1672msgstr ""
1673
42477147 1674#: config/tc-arm.c:828 config/tc-score.c:5605 expr.c:1300 read.c:2440
55cf6793 1675msgid "bad expression"
06647dfd
AM
1676msgstr ""
1677
5f4273c7 1678#: config/tc-arm.c:839 config/tc-i860.c:1003 config/tc-sparc.c:2898
55cf6793 1679msgid "bad segment"
252b5132
RH
1680msgstr ""
1681
5f4273c7 1682#: config/tc-arm.c:856 config/tc-arm.c:4392 config/tc-i960.c:1300
499ac353 1683#: config/tc-score.c:980
55cf6793
ZW
1684msgid "invalid constant"
1685msgstr ""
1686
5f4273c7 1687#: config/tc-arm.c:986
55cf6793
ZW
1688msgid "expected #constant"
1689msgstr ""
1690
5f4273c7 1691#: config/tc-arm.c:1147
ae351704
AM
1692#, c-format
1693msgid "unexpected character `%c' in type specifier"
1694msgstr ""
1695
5f4273c7 1696#: config/tc-arm.c:1164
ae351704
AM
1697#, c-format
1698msgid "bad size %d in type specifier"
1699msgstr ""
1700
5f4273c7 1701#: config/tc-arm.c:1214
ae351704
AM
1702msgid "only one type should be specified for operand"
1703msgstr ""
1704
5f4273c7 1705#: config/tc-arm.c:1220
ae351704
AM
1706msgid "vector type expected"
1707msgstr ""
1708
5f4273c7 1709#: config/tc-arm.c:1292
ae351704
AM
1710msgid "can't redefine type for operand"
1711msgstr ""
1712
5f4273c7 1713#: config/tc-arm.c:1303
ae351704
AM
1714msgid "only D registers may be indexed"
1715msgstr ""
1716
5f4273c7 1717#: config/tc-arm.c:1309
ae351704
AM
1718msgid "can't change index for operand"
1719msgstr ""
1720
5f4273c7 1721#: config/tc-arm.c:1325 config/tc-arm.c:3993
ae351704
AM
1722msgid "constant expression required"
1723msgstr ""
1724
5f4273c7 1725#: config/tc-arm.c:1368
ae351704
AM
1726msgid "register operand expected, but got scalar"
1727msgstr ""
1728
5f4273c7 1729#: config/tc-arm.c:1401
ae351704
AM
1730msgid "scalar must have an index"
1731msgstr ""
1732
42477147
NC
1733#: config/tc-arm.c:1406 config/tc-arm.c:13139 config/tc-arm.c:13187
1734#: config/tc-arm.c:13589
ae351704
AM
1735msgid "scalar index out of range"
1736msgstr ""
1737
5f4273c7 1738#: config/tc-arm.c:1453
55cf6793 1739msgid "bad range in register list"
6e1772d5
AM
1740msgstr ""
1741
5f4273c7 1742#: config/tc-arm.c:1461 config/tc-arm.c:1470 config/tc-arm.c:1511
6e1772d5 1743#, c-format
55cf6793 1744msgid "Warning: duplicated register (r%d) in register list"
6e1772d5
AM
1745msgstr ""
1746
5f4273c7 1747#: config/tc-arm.c:1473
55cf6793
ZW
1748msgid "Warning: register range not in ascending order"
1749msgstr ""
1750
5f4273c7 1751#: config/tc-arm.c:1484
55cf6793
ZW
1752msgid "missing `}'"
1753msgstr ""
1754
5f4273c7 1755#: config/tc-arm.c:1500
55cf6793
ZW
1756msgid "invalid register mask"
1757msgstr ""
1758
5f4273c7 1759#: config/tc-arm.c:1582
ae351704
AM
1760msgid "expecting {"
1761msgstr ""
1762
5f4273c7 1763#: config/tc-arm.c:1637 config/tc-arm.c:1681
ae351704
AM
1764msgid "register out of range in list"
1765msgstr ""
1766
5f4273c7 1767#: config/tc-arm.c:1653 config/tc-arm.c:1698 config/tc-h8300.c:989
c85dd50d 1768#: config/tc-mips.c:10188 config/tc-mips.c:10210
55cf6793
ZW
1769msgid "invalid register list"
1770msgstr ""
1771
5f4273c7 1772#: config/tc-arm.c:1659 config/tc-arm.c:3458 config/tc-arm.c:3591
55cf6793
ZW
1773msgid "register list not in ascending order"
1774msgstr ""
1775
5f4273c7 1776#: config/tc-arm.c:1690
55cf6793
ZW
1777msgid "register range not in ascending order"
1778msgstr ""
1779
5f4273c7 1780#: config/tc-arm.c:1723
55cf6793 1781msgid "non-contiguous register range"
6e1772d5
AM
1782msgstr ""
1783
5f4273c7 1784#: config/tc-arm.c:1849
ae351704
AM
1785msgid "don't use Rn-Rm syntax with non-unit stride"
1786msgstr ""
1787
5f4273c7 1788#: config/tc-arm.c:1904
ae351704
AM
1789msgid "error parsing element/structure list"
1790msgstr ""
1791
5f4273c7 1792#: config/tc-arm.c:1910
ae351704
AM
1793msgid "expected }"
1794msgstr ""
1795
5f4273c7 1796#: config/tc-arm.c:1966
252b5132 1797#, c-format
55cf6793 1798msgid "ignoring attempt to redefine built-in register '%s'"
252b5132
RH
1799msgstr ""
1800
5f4273c7 1801#: config/tc-arm.c:1971
55cf6793
ZW
1802#, c-format
1803msgid "ignoring redefinition of register alias '%s'"
252b5132
RH
1804msgstr ""
1805
5f4273c7 1806#: config/tc-arm.c:1999
ae351704
AM
1807msgid "attempt to redefine typed alias"
1808msgstr ""
1809
5f4273c7 1810#: config/tc-arm.c:2037
328577ad 1811#, c-format
55cf6793 1812msgid "unknown register '%s' -- .req ignored"
328577ad
NC
1813msgstr ""
1814
5f4273c7 1815#: config/tc-arm.c:2132
ae351704
AM
1816msgid "bad type for register"
1817msgstr ""
1818
5f4273c7 1819#: config/tc-arm.c:2143
ae351704
AM
1820msgid "expression must be constant"
1821msgstr ""
1822
5f4273c7 1823#: config/tc-arm.c:2160
ae351704
AM
1824msgid "can't redefine the type of a register alias"
1825msgstr ""
1826
5f4273c7 1827#: config/tc-arm.c:2167
ae351704
AM
1828msgid "you must specify a single type only"
1829msgstr ""
1830
5f4273c7 1831#: config/tc-arm.c:2180
ae351704
AM
1832msgid "can't redefine the index of a scalar alias"
1833msgstr ""
1834
5f4273c7 1835#: config/tc-arm.c:2188
ae351704
AM
1836msgid "scalar index must be constant"
1837msgstr ""
1838
5f4273c7 1839#: config/tc-arm.c:2197
ae351704
AM
1840msgid "expecting ]"
1841msgstr ""
1842
5f4273c7 1843#: config/tc-arm.c:2234
55cf6793
ZW
1844msgid "invalid syntax for .req directive"
1845msgstr ""
1846
5f4273c7 1847#: config/tc-arm.c:2240
ae351704
AM
1848msgid "invalid syntax for .dn directive"
1849msgstr ""
1850
5f4273c7 1851#: config/tc-arm.c:2246
ae351704
AM
1852msgid "invalid syntax for .qn directive"
1853msgstr ""
1854
5f4273c7 1855#: config/tc-arm.c:2272
55cf6793
ZW
1856msgid "invalid syntax for .unreq directive"
1857msgstr ""
1858
5f4273c7 1859#: config/tc-arm.c:2278
a74801ba 1860#, c-format
55cf6793 1861msgid "unknown register alias '%s'"
a74801ba
ILT
1862msgstr ""
1863
5f4273c7 1864#: config/tc-arm.c:2280
06647dfd 1865#, c-format
55cf6793 1866msgid "ignoring attempt to undefine built-in register '%s'"
252b5132
RH
1867msgstr ""
1868
5f4273c7 1869#: config/tc-arm.c:2431
c85dd50d
NC
1870#, c-format
1871msgid "Failed to find real start of function: %s\n"
1872msgstr ""
1873
5f4273c7 1874#: config/tc-arm.c:2447
55cf6793 1875msgid "selected processor does not support THUMB opcodes"
252b5132
RH
1876msgstr ""
1877
5f4273c7 1878#: config/tc-arm.c:2461
55cf6793 1879msgid "selected processor does not support ARM opcodes"
252b5132
RH
1880msgstr ""
1881
5f4273c7 1882#: config/tc-arm.c:2474
55cf6793
ZW
1883#, c-format
1884msgid "invalid instruction size selected (%d)"
252b5132
RH
1885msgstr ""
1886
5f4273c7 1887#: config/tc-arm.c:2506
252b5132 1888#, c-format
55cf6793 1889msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
252b5132
RH
1890msgstr ""
1891
5f4273c7 1892#: config/tc-arm.c:2562
87ccc1b0 1893#, c-format
55cf6793 1894msgid "expected comma after name \"%s\""
87ccc1b0
NC
1895msgstr ""
1896
5f4273c7 1897#: config/tc-arm.c:2612 config/tc-m32r.c:588
55cf6793
ZW
1898#, c-format
1899msgid "symbol `%s' already defined"
252b5132
RH
1900msgstr ""
1901
5f4273c7 1902#: config/tc-arm.c:2646
55cf6793
ZW
1903#, c-format
1904msgid "unrecognized syntax mode \"%s\""
252b5132
RH
1905msgstr ""
1906
5f4273c7 1907#: config/tc-arm.c:2667
55cf6793
ZW
1908#, c-format
1909msgid "alignment too large: %d assumed"
252b5132
RH
1910msgstr ""
1911
5f4273c7 1912#: config/tc-arm.c:2670
55cf6793 1913msgid "alignment negative. 0 assumed."
252b5132
RH
1914msgstr ""
1915
5f4273c7 1916#: config/tc-arm.c:2817
55cf6793 1917msgid "literal pool overflow"
252b5132
RH
1918msgstr ""
1919
5f4273c7 1920#: config/tc-arm.c:2973 config/tc-arm.c:5801
55cf6793 1921msgid "unrecognized relocation suffix"
252b5132
RH
1922msgstr ""
1923
5f4273c7 1924#: config/tc-arm.c:2986
49f58d10
JB
1925msgid "(plt) is only valid on branch targets"
1926msgstr ""
1927
5f4273c7 1928#: config/tc-arm.c:2992 config/tc-s390.c:1129 config/tc-s390.c:1743
c85dd50d 1929#: config/tc-xtensa.c:1546
49f58d10
JB
1930#, c-format
1931msgid "%s relocations do not fit in %d bytes"
1932msgstr ""
1933
5f4273c7 1934#: config/tc-arm.c:3040 dwarf2dbg.c:694
55cf6793 1935msgid "expected 0 or 1"
252b5132
RH
1936msgstr ""
1937
5f4273c7 1938#: config/tc-arm.c:3044
55cf6793 1939msgid "missing comma"
6e1772d5
AM
1940msgstr ""
1941
5f4273c7 1942#: config/tc-arm.c:3099
c85dd50d 1943msgid "duplicate .handlerdata directive"
252b5132
RH
1944msgstr ""
1945
5f4273c7 1946#: config/tc-arm.c:3171
55cf6793 1947msgid "personality routine specified for cantunwind frame"
6e1772d5
AM
1948msgstr ""
1949
5f4273c7 1950#: config/tc-arm.c:3185
55cf6793 1951msgid "duplicate .personalityindex directive"
6e1772d5
AM
1952msgstr ""
1953
5f4273c7 1954#: config/tc-arm.c:3192
55cf6793 1955msgid "bad personality routine number"
6e1772d5
AM
1956msgstr ""
1957
5f4273c7 1958#: config/tc-arm.c:3211
55cf6793 1959msgid "duplicate .personality directive"
6e1772d5
AM
1960msgstr ""
1961
5f4273c7 1962#: config/tc-arm.c:3234 config/tc-arm.c:3362 config/tc-arm.c:3410
55cf6793 1963msgid "expected register list"
252b5132
RH
1964msgstr ""
1965
5f4273c7 1966#: config/tc-arm.c:3316
55cf6793 1967msgid "expected , <constant>"
252b5132
RH
1968msgstr ""
1969
5f4273c7 1970#: config/tc-arm.c:3325
55cf6793 1971msgid "number of registers must be in the range [1:4]"
252b5132
RH
1972msgstr ""
1973
5f4273c7 1974#: config/tc-arm.c:3472 config/tc-arm.c:3605
55cf6793 1975msgid "bad register range"
06647dfd
AM
1976msgstr ""
1977
5f4273c7 1978#: config/tc-arm.c:3659
55cf6793 1979msgid "register expected"
252b5132
RH
1980msgstr ""
1981
5f4273c7 1982#: config/tc-arm.c:3669
55cf6793 1983msgid "FPA .unwind_save does not take a register list"
252b5132
RH
1984msgstr ""
1985
5f4273c7 1986#: config/tc-arm.c:3687
55cf6793 1987msgid ".unwind_save does not support this kind of register"
60bcf0fa
NC
1988msgstr ""
1989
5f4273c7 1990#: config/tc-arm.c:3723
55cf6793 1991msgid "SP and PC not permitted in .unwind_movsp directive"
252b5132
RH
1992msgstr ""
1993
5f4273c7 1994#: config/tc-arm.c:3728
55cf6793 1995msgid "unexpected .unwind_movsp directive"
252b5132
RH
1996msgstr ""
1997
5f4273c7 1998#: config/tc-arm.c:3752
55cf6793 1999msgid "stack increment must be multiple of 4"
252b5132
RH
2000msgstr ""
2001
5f4273c7 2002#: config/tc-arm.c:3781
55cf6793 2003msgid "expected <reg>, <reg>"
252b5132
RH
2004msgstr ""
2005
5f4273c7 2006#: config/tc-arm.c:3799
55cf6793 2007msgid "register must be either sp or set by a previousunwind_movsp directive"
5f68c319
NC
2008msgstr ""
2009
5f4273c7 2010#: config/tc-arm.c:3835
55cf6793 2011msgid "expected <offset>, <opcode>"
06647dfd
AM
2012msgstr ""
2013
5f4273c7 2014#: config/tc-arm.c:3847
55cf6793 2015msgid "unwind opcode too long"
5f68c319
NC
2016msgstr ""
2017
5f4273c7 2018#: config/tc-arm.c:3852
55cf6793 2019msgid "invalid unwind opcode"
5f68c319
NC
2020msgstr ""
2021
42477147
NC
2022#: config/tc-arm.c:3999 config/tc-arm.c:4861 config/tc-arm.c:8438
2023#: config/tc-arm.c:8920 config/tc-arm.c:11716 config/tc-arm.c:18688
2024#: config/tc-arm.c:18713 config/tc-arm.c:18721 config/tc-z8k.c:1144
ae351704 2025#: config/tc-z8k.c:1154
55cf6793 2026msgid "immediate value out of range"
3b16e843
NC
2027msgstr ""
2028
5f4273c7 2029#: config/tc-arm.c:4146
55cf6793 2030msgid "invalid FPA immediate expression"
6e1772d5
AM
2031msgstr ""
2032
5f4273c7 2033#: config/tc-arm.c:4270 config/tc-arm.c:4278
06647dfd
AM
2034msgid "shift expression expected"
2035msgstr ""
2036
5f4273c7 2037#: config/tc-arm.c:4292
06647dfd
AM
2038msgid "'LSL' or 'ASR' required"
2039msgstr ""
2040
5f4273c7 2041#: config/tc-arm.c:4300
06647dfd
AM
2042msgid "'LSL' required"
2043msgstr ""
2044
5f4273c7 2045#: config/tc-arm.c:4308
06647dfd
AM
2046msgid "'ASR' required"
2047msgstr ""
2048
5f4273c7 2049#: config/tc-arm.c:4380 config/tc-arm.c:4855 config/tc-arm.c:6427
499ac353 2050#: config/tc-v850.c:1827 config/tc-v850.c:1848
55cf6793 2051msgid "constant expression expected"
06647dfd
AM
2052msgstr ""
2053
5f4273c7 2054#: config/tc-arm.c:4387
55cf6793 2055msgid "invalid rotation"
06647dfd
AM
2056msgstr ""
2057
5f4273c7 2058#: config/tc-arm.c:4547 config/tc-arm.c:4691
ae351704
AM
2059msgid "unknown group relocation"
2060msgstr ""
2061
5f4273c7 2062#: config/tc-arm.c:4660
ae351704
AM
2063msgid "alignment must be constant"
2064msgstr ""
2065
5f4273c7 2066#: config/tc-arm.c:4722
ae351704
AM
2067msgid "this group relocation is not allowed on this instruction"
2068msgstr ""
2069
5f4273c7 2070#: config/tc-arm.c:4734 config/tc-arm.c:5125
55cf6793 2071msgid "']' expected"
06647dfd
AM
2072msgstr ""
2073
5f4273c7 2074#: config/tc-arm.c:4752
55cf6793 2075msgid "'}' expected at end of 'option' field"
06647dfd
AM
2076msgstr ""
2077
5f4273c7 2078#: config/tc-arm.c:4757
55cf6793 2079msgid "cannot combine index with option"
87ccc1b0
NC
2080msgstr ""
2081
5f4273c7 2082#: config/tc-arm.c:4770
55cf6793 2083msgid "cannot combine pre- and post-indexing"
6e1772d5
AM
2084msgstr ""
2085
5f4273c7 2086#: config/tc-arm.c:4931
55cf6793
ZW
2087msgid "flag for {c}psr instruction expected"
2088msgstr ""
2089
5f4273c7 2090#: config/tc-arm.c:4956
55cf6793 2091msgid "unrecognized CPS flag"
5f68c319
NC
2092msgstr ""
2093
5f4273c7 2094#: config/tc-arm.c:4963
55cf6793 2095msgid "missing CPS flags"
6e1772d5
AM
2096msgstr ""
2097
5f4273c7 2098#: config/tc-arm.c:4986 config/tc-arm.c:4992
6e1772d5
AM
2099msgid "valid endian specifiers are be or le"
2100msgstr ""
2101
5f4273c7 2102#: config/tc-arm.c:5014
6e1772d5
AM
2103msgid "missing rotation field after comma"
2104msgstr ""
2105
5f4273c7 2106#: config/tc-arm.c:5029
55cf6793 2107msgid "rotation can only be 0, 8, 16, or 24"
6e1772d5
AM
2108msgstr ""
2109
5f4273c7 2110#: config/tc-arm.c:5049
55cf6793 2111msgid "condition required"
6e1772d5
AM
2112msgstr ""
2113
5f4273c7 2114#: config/tc-arm.c:5087 config/tc-arm.c:6922
ae351704
AM
2115msgid "'[' expected"
2116msgstr ""
2117
5f4273c7 2118#: config/tc-arm.c:5100
ae351704
AM
2119msgid "',' expected"
2120msgstr ""
2121
5f4273c7 2122#: config/tc-arm.c:5117
3caac5b8
AM
2123msgid "invalid shift"
2124msgstr ""
2125
5f4273c7 2126#: config/tc-arm.c:5190
ae351704
AM
2127msgid "can't use Neon quad register here"
2128msgstr ""
2129
5f4273c7 2130#: config/tc-arm.c:5256
ae351704
AM
2131msgid "expected <Rm> or <Dm> or <Qm> operand"
2132msgstr ""
2133
5f4273c7 2134#: config/tc-arm.c:5336
ae351704
AM
2135msgid "parse error"
2136msgstr ""
2137
42477147 2138#: config/tc-arm.c:5346 read.c:2097
ae351704
AM
2139msgid "expected comma"
2140msgstr ""
2141
5f4273c7 2142#: config/tc-arm.c:5636 config/tc-arm.c:5706
ae351704
AM
2143msgid "immediate value is out of range"
2144msgstr ""
2145
5f4273c7 2146#: config/tc-arm.c:5851
55cf6793 2147msgid "iWMMXt data or control register expected"
6e1772d5
AM
2148msgstr ""
2149
5f4273c7 2150#: config/tc-arm.c:6004
c85dd50d
NC
2151#, c-format
2152msgid "unhandled operand code %d"
2153msgstr ""
2154
5f4273c7 2155#: config/tc-arm.c:6083 config/tc-score.c:56
55cf6793 2156msgid "garbage following instruction"
06647dfd
AM
2157msgstr ""
2158
5f4273c7 2159#: config/tc-arm.c:6170
ae351704
AM
2160msgid "D register out of range for selected VFP version"
2161msgstr ""
2162
5f4273c7 2163#: config/tc-arm.c:6249
55cf6793 2164msgid "instruction does not accept preindexed addressing"
06647dfd
AM
2165msgstr ""
2166
55cf6793 2167#. unindexed - only for coprocessor
42477147 2168#: config/tc-arm.c:6265 config/tc-arm.c:8244
55cf6793 2169msgid "instruction does not accept unindexed addressing"
06647dfd
AM
2170msgstr ""
2171
5f4273c7 2172#: config/tc-arm.c:6273
55cf6793 2173msgid "destination register same as write-back base"
06647dfd
AM
2174msgstr ""
2175
5f4273c7 2176#: config/tc-arm.c:6274
55cf6793 2177msgid "source register same as write-back base"
6e1772d5
AM
2178msgstr ""
2179
5f4273c7 2180#: config/tc-arm.c:6320
55cf6793 2181msgid "instruction does not accept scaled register index"
87ccc1b0
NC
2182msgstr ""
2183
5f4273c7 2184#: config/tc-arm.c:6360
55cf6793 2185msgid "instruction does not support unindexed addressing"
6e1772d5
AM
2186msgstr ""
2187
5f4273c7 2188#: config/tc-arm.c:6375
55cf6793 2189msgid "pc may not be used with write-back"
5f68c319
NC
2190msgstr ""
2191
5f4273c7 2192#: config/tc-arm.c:6380
55cf6793 2193msgid "instruction does not support writeback"
5f68c319
NC
2194msgstr ""
2195
5f4273c7 2196#: config/tc-arm.c:6422
55cf6793
ZW
2197msgid "invalid pseudo operation"
2198msgstr ""
2199
5f4273c7 2200#: config/tc-arm.c:6468
55cf6793 2201msgid "literal pool insertion failed"
5f68c319
NC
2202msgstr ""
2203
5f4273c7 2204#: config/tc-arm.c:6526
3caac5b8
AM
2205msgid "Rn must not overlap other operands"
2206msgstr ""
2207
42477147 2208#: config/tc-arm.c:6615 config/tc-arm.c:8776
c85dd50d
NC
2209msgid "bad barrier type"
2210msgstr ""
2211
5f4273c7 2212#: config/tc-arm.c:6626 config/tc-arm.c:6645 config/tc-arm.c:6658
42477147 2213#: config/tc-arm.c:8787 config/tc-arm.c:8807 config/tc-arm.c:8821
55cf6793
ZW
2214msgid "bit-field extends past end of register"
2215msgstr ""
2216
5f4273c7 2217#: config/tc-arm.c:6687
55cf6793
ZW
2218msgid "the only suffix valid here is '(plt)'"
2219msgstr ""
2220
5f4273c7 2221#: config/tc-arm.c:6740
55cf6793
ZW
2222msgid "use of r15 in blx in ARM mode is not really useful"
2223msgstr ""
2224
5f4273c7 2225#: config/tc-arm.c:6763
55cf6793
ZW
2226msgid "use of r15 in bx in ARM mode is not really useful"
2227msgstr ""
2228
42477147 2229#: config/tc-arm.c:6775 config/tc-arm.c:8959
55cf6793 2230msgid "use of r15 in bxj is not really useful"
5f68c319
NC
2231msgstr ""
2232
5f4273c7 2233#: config/tc-arm.c:6889 config/tc-arm.c:6898
55cf6793
ZW
2234msgid "writeback of base register is UNPREDICTABLE"
2235msgstr ""
2236
5f4273c7 2237#: config/tc-arm.c:6892
55cf6793
ZW
2238msgid "writeback of base register when in register list is UNPREDICTABLE"
2239msgstr ""
2240
5f4273c7 2241#: config/tc-arm.c:6902
55cf6793
ZW
2242msgid "if writeback register is in list, it must be the lowest reg in the list"
2243msgstr ""
2244
5f4273c7 2245#: config/tc-arm.c:6917
55cf6793
ZW
2246msgid "first destination register must be even"
2247msgstr ""
2248
5f4273c7 2249#: config/tc-arm.c:6920 config/tc-arm.c:6987
55cf6793
ZW
2250msgid "can only load two consecutive registers"
2251msgstr ""
2252
2253#. If op 1 were present and equal to PC, this function wouldn't
2254#. have been called in the first place.
2255#. If op 2 were present and equal to PC, this function wouldn't
2256#. have been called in the first place.
42477147
NC
2257#: config/tc-arm.c:6921 config/tc-arm.c:6990 config/tc-arm.c:7516
2258#: config/tc-arm.c:9437
328577ad 2259msgid "r14 not allowed here"
5f68c319
NC
2260msgstr ""
2261
5f4273c7 2262#: config/tc-arm.c:6935
55cf6793 2263msgid "base register written back, and overlaps second destination register"
252b5132
RH
2264msgstr ""
2265
5f4273c7 2266#: config/tc-arm.c:6943
55cf6793 2267msgid "index register overlaps destination register"
252b5132
RH
2268msgstr ""
2269
42477147 2270#: config/tc-arm.c:6973 config/tc-arm.c:7498
55cf6793 2271msgid "offset must be zero in ARM encoding"
252b5132
RH
2272msgstr ""
2273
42477147 2274#: config/tc-arm.c:6984 config/tc-arm.c:7510
55cf6793 2275msgid "even register required"
e135f41b
NC
2276msgstr ""
2277
5f4273c7 2278#: config/tc-arm.c:7015 config/tc-arm.c:7046
55cf6793 2279msgid "this instruction requires a post-indexed address"
a74801ba
ILT
2280msgstr ""
2281
5f4273c7 2282#: config/tc-arm.c:7073
ae351704
AM
2283msgid "Rd and Rm should be different in mla"
2284msgstr ""
2285
42477147 2286#: config/tc-arm.c:7097 config/tc-arm.c:9694
ae351704
AM
2287msgid ":lower16: not allowed this instruction"
2288msgstr ""
2289
5f4273c7 2290#: config/tc-arm.c:7099
ae351704
AM
2291msgid ":upper16: not allowed instruction"
2292msgstr ""
2293
5f4273c7 2294#: config/tc-arm.c:7118
ae351704 2295msgid "operand 1 must be FPSCR"
a74801ba
ILT
2296msgstr ""
2297
42477147 2298#: config/tc-arm.c:7151 config/tc-arm.c:9803
55cf6793 2299msgid "'CPSR' or 'SPSR' expected"
252b5132
RH
2300msgstr ""
2301
5f4273c7 2302#: config/tc-arm.c:7188
ae351704 2303msgid "Rd and Rm should be different in mul"
328577ad
NC
2304msgstr ""
2305
42477147
NC
2306#: config/tc-arm.c:7207 config/tc-arm.c:7443 config/tc-arm.c:9883
2307msgid "rdhi and rdlo must be different"
2308msgstr ""
2309
2310#: config/tc-arm.c:7213
55cf6793 2311msgid "rdhi, rdlo and rm must all be different"
252b5132
RH
2312msgstr ""
2313
42477147 2314#: config/tc-arm.c:7275
55cf6793 2315msgid "'[' expected after PLD mnemonic"
252b5132
RH
2316msgstr ""
2317
42477147 2318#: config/tc-arm.c:7277 config/tc-arm.c:7292
55cf6793 2319msgid "post-indexed expression used in preload instruction"
252b5132
RH
2320msgstr ""
2321
42477147 2322#: config/tc-arm.c:7279 config/tc-arm.c:7294
55cf6793 2323msgid "writeback used in preload instruction"
252b5132
RH
2324msgstr ""
2325
42477147 2326#: config/tc-arm.c:7281 config/tc-arm.c:7296
55cf6793 2327msgid "unindexed addressing used in preload instruction"
252b5132
RH
2328msgstr ""
2329
42477147 2330#: config/tc-arm.c:7290
ae351704 2331msgid "'[' expected after PLI mnemonic"
252b5132
RH
2332msgstr ""
2333
42477147 2334#: config/tc-arm.c:7469
ae351704
AM
2335msgid "SRS base register must be r13"
2336msgstr ""
2337
42477147 2338#: config/tc-arm.c:7513
55cf6793 2339msgid "can only store two consecutive registers"
0d2bcfaf
NC
2340msgstr ""
2341
42477147 2342#: config/tc-arm.c:7608 config/tc-arm.c:7625
55cf6793 2343msgid "only two consecutive VFP SP registers allowed here"
87ccc1b0
NC
2344msgstr ""
2345
42477147 2346#: config/tc-arm.c:7653 config/tc-arm.c:7668
55cf6793 2347msgid "this addressing mode requires base-register writeback"
87ccc1b0
NC
2348msgstr ""
2349
42477147 2350#: config/tc-arm.c:7842
55cf6793 2351msgid "this instruction does not support indexing"
252b5132
RH
2352msgstr ""
2353
42477147 2354#: config/tc-arm.c:7865
55cf6793 2355msgid "only r15 allowed here"
252b5132
RH
2356msgstr ""
2357
42477147 2358#: config/tc-arm.c:8000
ae351704
AM
2359msgid "immediate operand requires iWMMXt2"
2360msgstr ""
2361
42477147 2362#: config/tc-arm.c:8144
3caac5b8
AM
2363msgid "shift by register not allowed in thumb mode"
2364msgstr ""
2365
42477147 2366#: config/tc-arm.c:8156 config/tc-arm.c:18195
55cf6793 2367msgid "shift expression is too large"
328577ad
NC
2368msgstr ""
2369
42477147 2370#: config/tc-arm.c:8182
ae351704 2371msgid "Instruction does not support =N addresses"
252b5132
RH
2372msgstr ""
2373
42477147 2374#: config/tc-arm.c:8187
55cf6793 2375msgid "cannot use register index with PC-relative addressing"
252b5132
RH
2376msgstr ""
2377
42477147 2378#: config/tc-arm.c:8188
55cf6793 2379msgid "cannot use register index with this instruction"
252b5132
RH
2380msgstr ""
2381
42477147 2382#: config/tc-arm.c:8190
55cf6793 2383msgid "Thumb does not support negative register indexing"
252b5132
RH
2384msgstr ""
2385
42477147 2386#: config/tc-arm.c:8192
55cf6793 2387msgid "Thumb does not support register post-indexing"
328577ad
NC
2388msgstr ""
2389
42477147 2390#: config/tc-arm.c:8194
55cf6793 2391msgid "Thumb does not support register indexing with writeback"
328577ad
NC
2392msgstr ""
2393
42477147 2394#: config/tc-arm.c:8196
55cf6793 2395msgid "Thumb supports only LSL in shifted register indexing"
328577ad
NC
2396msgstr ""
2397
42477147 2398#: config/tc-arm.c:8205 config/tc-arm.c:12942
55cf6793 2399msgid "shift out of range"
252b5132
RH
2400msgstr ""
2401
42477147 2402#: config/tc-arm.c:8213
55cf6793 2403msgid "cannot use writeback with PC-relative addressing"
252b5132
RH
2404msgstr ""
2405
42477147 2406#: config/tc-arm.c:8215
55cf6793 2407msgid "cannot use writeback with this instruction"
252b5132
RH
2408msgstr ""
2409
42477147 2410#: config/tc-arm.c:8234
55cf6793 2411msgid "cannot use post-indexing with PC-relative addressing"
252b5132
RH
2412msgstr ""
2413
42477147 2414#: config/tc-arm.c:8235
55cf6793 2415msgid "cannot use post-indexing with this instruction"
252b5132
RH
2416msgstr ""
2417
42477147 2418#: config/tc-arm.c:8362
3caac5b8
AM
2419msgid "PC not allowed as destination"
2420msgstr ""
2421
42477147 2422#: config/tc-arm.c:8433
ae351704
AM
2423msgid "only SUBS PC, LR, #const allowed"
2424msgstr ""
2425
42477147
NC
2426#: config/tc-arm.c:8506 config/tc-arm.c:8647 config/tc-arm.c:8739
2427#: config/tc-arm.c:9758
55cf6793 2428msgid "shift must be constant"
252b5132
RH
2429msgstr ""
2430
42477147
NC
2431#: config/tc-arm.c:8533 config/tc-arm.c:8662 config/tc-arm.c:8754
2432#: config/tc-arm.c:9771
55cf6793 2433msgid "unshifted register required"
252b5132
RH
2434msgstr ""
2435
42477147 2436#: config/tc-arm.c:8548 config/tc-arm.c:8765 config/tc-arm.c:9870
55cf6793 2437msgid "dest must overlap one source register"
252b5132
RH
2438msgstr ""
2439
42477147 2440#: config/tc-arm.c:8665
55cf6793 2441msgid "dest and source1 must be the same register"
252b5132
RH
2442msgstr ""
2443
42477147 2444#: config/tc-arm.c:8916
ae351704
AM
2445msgid "instruction is always unconditional"
2446msgstr ""
2447
42477147 2448#: config/tc-arm.c:8998
ae351704
AM
2449msgid "selected processor does not support 'A' form of this instruction"
2450msgstr ""
2451
42477147 2452#: config/tc-arm.c:9001
55cf6793 2453msgid "Thumb does not support the 2-argument form of this instruction"
252b5132
RH
2454msgstr ""
2455
42477147 2456#: config/tc-arm.c:9100
ae351704 2457msgid "SP not allowed in register list"
252b5132
RH
2458msgstr ""
2459
42477147 2460#: config/tc-arm.c:9105
ae351704 2461msgid "LR and PC should not both be in register list"
252b5132
RH
2462msgstr ""
2463
42477147 2464#: config/tc-arm.c:9109
ae351704 2465msgid "base register should not be in register list when written back"
252b5132
RH
2466msgstr ""
2467
42477147 2468#: config/tc-arm.c:9115
ae351704 2469msgid "PC not allowed in register list"
252b5132
RH
2470msgstr ""
2471
42477147 2472#: config/tc-arm.c:9118 config/tc-arm.c:9184 config/tc-arm.c:9224
ae351704
AM
2473#, c-format
2474msgid "value stored for r%d is UNPREDICTABLE"
252b5132
RH
2475msgstr ""
2476
42477147 2477#: config/tc-arm.c:9160
ae351704
AM
2478msgid "Thumb load/store multiple does not support {reglist}^"
2479msgstr ""
2480
42477147 2481#: config/tc-arm.c:9217
ae351704 2482msgid "Thumb-2 instruction only valid in unified syntax"
252b5132
RH
2483msgstr ""
2484
42477147 2485#: config/tc-arm.c:9221 config/tc-arm.c:9231
55cf6793 2486msgid "this instruction will write back the base register"
252b5132
RH
2487msgstr ""
2488
42477147 2489#: config/tc-arm.c:9234
55cf6793 2490msgid "this instruction will not write back the base register"
252b5132
RH
2491msgstr ""
2492
42477147 2493#: config/tc-arm.c:9263
55cf6793 2494msgid "r14 not allowed as first register when second register is omitted"
252b5132
RH
2495msgstr ""
2496
42477147 2497#: config/tc-arm.c:9360 config/tc-arm.c:9373 config/tc-arm.c:9409
55cf6793 2498msgid "Thumb does not support this addressing mode"
8ea2b00f
AM
2499msgstr ""
2500
42477147 2501#: config/tc-arm.c:9377
55cf6793 2502msgid "byte or halfword not valid for base register"
252b5132
RH
2503msgstr ""
2504
42477147 2505#: config/tc-arm.c:9380
55cf6793 2506msgid "r15 based store not allowed"
252b5132
RH
2507msgstr ""
2508
42477147 2509#: config/tc-arm.c:9382
55cf6793 2510msgid "invalid base register for register offset"
252b5132
RH
2511msgstr ""
2512
42477147 2513#: config/tc-arm.c:9679
55cf6793 2514msgid "only lo regs allowed with immediate"
252b5132
RH
2515msgstr ""
2516
42477147 2517#: config/tc-arm.c:9699
ae351704 2518msgid ":upper16: not allowed this instruction"
55cf6793
ZW
2519msgstr ""
2520
42477147 2521#: config/tc-arm.c:9793 config/tc-arm.c:9825 config/tc-arm.c:9831
ae351704 2522msgid "selected processor does not support requested special purpose register"
55cf6793
ZW
2523msgstr ""
2524
42477147 2525#: config/tc-arm.c:9799
ae351704
AM
2526#, c-format
2527msgid ""
2528"selected processor does not support requested special purpose register %x"
55cf6793
ZW
2529msgstr ""
2530
42477147 2531#: config/tc-arm.c:9820
ae351704 2532msgid "Thumb encoding does not support an immediate here"
3caac5b8
AM
2533msgstr ""
2534
42477147 2535#: config/tc-arm.c:9905
ae351704
AM
2536msgid "Thumb does not support NOP with hints"
2537msgstr ""
2538
42477147 2539#: config/tc-arm.c:9987
ae351704 2540msgid "push/pop do not support {reglist}^"
3caac5b8
AM
2541msgstr ""
2542
42477147 2543#: config/tc-arm.c:10010
328577ad 2544msgid "invalid register list to push/pop instruction"
252b5132
RH
2545msgstr ""
2546
42477147 2547#: config/tc-arm.c:10202
ae351704
AM
2548msgid "source1 and dest must be same register"
2549msgstr ""
2550
42477147 2551#: config/tc-arm.c:10223
55cf6793 2552msgid "ror #imm not supported"
252b5132
RH
2553msgstr ""
2554
42477147 2555#: config/tc-arm.c:10348
55cf6793 2556msgid "Thumb encoding does not support rotation"
6e1772d5
AM
2557msgstr ""
2558
42477147 2559#: config/tc-arm.c:10367
ae351704
AM
2560msgid "instruction requires register index"
2561msgstr ""
2562
42477147 2563#: config/tc-arm.c:10369
3caac5b8
AM
2564msgid "PC is not a valid index register"
2565msgstr ""
2566
42477147 2567#: config/tc-arm.c:10371
3caac5b8
AM
2568msgid "instruction does not allow shifted index"
2569msgstr ""
2570
42477147 2571#: config/tc-arm.c:10789
ae351704 2572msgid "invalid instruction shape"
3caac5b8
AM
2573msgstr ""
2574
42477147 2575#: config/tc-arm.c:11031
ae351704 2576msgid "types specified in both the mnemonic and operands"
55cf6793
ZW
2577msgstr ""
2578
42477147 2579#: config/tc-arm.c:11068
ae351704 2580msgid "operand types can't be inferred"
a74801ba
ILT
2581msgstr ""
2582
42477147 2583#: config/tc-arm.c:11074
ae351704 2584msgid "type specifier has the wrong number of parts"
55cf6793
ZW
2585msgstr ""
2586
42477147 2587#: config/tc-arm.c:11129
ae351704 2588msgid "operand size must match register width"
252b5132
RH
2589msgstr ""
2590
42477147 2591#: config/tc-arm.c:11140
ae351704 2592msgid "bad type in Neon instruction"
3caac5b8
AM
2593msgstr ""
2594
42477147 2595#: config/tc-arm.c:11151
ae351704 2596msgid "inconsistent types in Neon instruction"
3caac5b8
AM
2597msgstr ""
2598
42477147 2599#: config/tc-arm.c:12200
ae351704 2600msgid "scalar out of range for multiply instruction"
252b5132
RH
2601msgstr ""
2602
42477147 2603#: config/tc-arm.c:12364 config/tc-arm.c:12376
ae351704 2604msgid "immediate out of range for insert"
252b5132
RH
2605msgstr ""
2606
42477147 2607#: config/tc-arm.c:12388 config/tc-arm.c:13287
ae351704 2608msgid "immediate out of range for shift"
3b16e843
NC
2609msgstr ""
2610
42477147
NC
2611#: config/tc-arm.c:12445 config/tc-arm.c:12472 config/tc-arm.c:12790
2612#: config/tc-arm.c:13233
ae351704 2613msgid "immediate out of range"
3b16e843
NC
2614msgstr ""
2615
42477147 2616#: config/tc-arm.c:12509
ae351704 2617msgid "immediate out of range for narrowing operation"
6e1772d5
AM
2618msgstr ""
2619
42477147 2620#: config/tc-arm.c:12629
ae351704 2621msgid "operands 0 and 1 must be the same register"
252b5132
RH
2622msgstr ""
2623
42477147 2624#: config/tc-arm.c:12764
ae351704 2625msgid "operand size must be specified for immediate VMOV"
8ea2b00f
AM
2626msgstr ""
2627
42477147 2628#: config/tc-arm.c:12774
ae351704 2629msgid "immediate has bits set outside the operand size"
252b5132
RH
2630msgstr ""
2631
42477147 2632#: config/tc-arm.c:12968
ae351704 2633msgid "elements must be smaller than reversal region"
8ad3436c
AM
2634msgstr ""
2635
42477147 2636#: config/tc-arm.c:13138 config/tc-arm.c:13186
ae351704 2637msgid "bad type for scalar"
8ad3436c
AM
2638msgstr ""
2639
42477147 2640#: config/tc-arm.c:13250 config/tc-arm.c:13258
ae351704 2641msgid "VFP registers must be adjacent"
252b5132
RH
2642msgstr ""
2643
42477147 2644#: config/tc-arm.c:13399
ae351704 2645msgid "bad list length for table lookup"
252b5132
RH
2646msgstr ""
2647
42477147 2648#: config/tc-arm.c:13429
ae351704 2649msgid "writeback (!) must be used for VLDMDB and VSTMDB"
55cf6793
ZW
2650msgstr ""
2651
42477147 2652#: config/tc-arm.c:13432
ae351704 2653msgid "register list must contain at least 1 and at most 16 registers"
252b5132
RH
2654msgstr ""
2655
42477147 2656#: config/tc-arm.c:13509
ae351704 2657msgid "bad alignment"
06647dfd
AM
2658msgstr ""
2659
42477147 2660#: config/tc-arm.c:13526
ae351704 2661msgid "bad list type for instruction"
252b5132
RH
2662msgstr ""
2663
42477147 2664#: config/tc-arm.c:13568
ae351704 2665msgid "unsupported alignment for instruction"
a74801ba
ILT
2666msgstr ""
2667
42477147
NC
2668#: config/tc-arm.c:13587 config/tc-arm.c:13681 config/tc-arm.c:13692
2669#: config/tc-arm.c:13702 config/tc-arm.c:13716
ae351704 2670msgid "bad list length"
252b5132
RH
2671msgstr ""
2672
42477147 2673#: config/tc-arm.c:13592
ae351704 2674msgid "stride of 2 unavailable when element size is 8"
252b5132
RH
2675msgstr ""
2676
42477147 2677#: config/tc-arm.c:13625 config/tc-arm.c:13700
ae351704 2678msgid "can't use alignment with this instruction"
252b5132
RH
2679msgstr ""
2680
42477147 2681#: config/tc-arm.c:13764
ae351704 2682msgid "post-index must be a register"
06647dfd
AM
2683msgstr ""
2684
42477147 2685#: config/tc-arm.c:13766
ae351704 2686msgid "bad register for post-index"
252b5132
RH
2687msgstr ""
2688
42477147 2689#: config/tc-arm.c:14053 config/tc-arm.c:14139
ae351704 2690msgid "conditional infixes are deprecated in unified syntax"
87ccc1b0
NC
2691msgstr ""
2692
42477147 2693#: config/tc-arm.c:14178
ae351704 2694msgid "s suffix on comparison instruction is deprecated"
252b5132
RH
2695msgstr ""
2696
42477147 2697#: config/tc-arm.c:14197 config/tc-arm.c:14278
ae351704
AM
2698#, c-format
2699msgid "selected processor does not support `%s'"
2700msgstr ""
2701
42477147 2702#: config/tc-arm.c:14203
ae351704
AM
2703msgid "Thumb does not support conditional execution"
2704msgstr ""
2705
42477147 2706#: config/tc-arm.c:14226
ae351704
AM
2707msgid "incorrect condition in IT block"
2708msgstr ""
2709
42477147 2710#: config/tc-arm.c:14232
c85dd50d 2711msgid "thumb conditional instruction not in IT block"
ae351704
AM
2712msgstr ""
2713
42477147 2714#: config/tc-arm.c:14252
ae351704
AM
2715#, c-format
2716msgid "cannot honor width suffix -- `%s'"
2717msgstr ""
2718
42477147 2719#: config/tc-arm.c:14283
ae351704
AM
2720#, c-format
2721msgid "width suffixes are invalid in ARM mode -- `%s'"
55cf6793
ZW
2722msgstr ""
2723
42477147 2724#: config/tc-arm.c:14307
ae351704
AM
2725#, c-format
2726msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
2727msgstr ""
2728
42477147 2729#: config/tc-arm.c:17061
ae351704
AM
2730msgid "alignments greater than 32 bytes not supported in .text sections."
2731msgstr ""
2732
42477147 2733#: config/tc-arm.c:17310 config/tc-ia64.c:3756
c85dd50d
NC
2734#, c-format
2735msgid "Group section `%s' has no group signature"
2736msgstr ""
2737
42477147 2738#: config/tc-arm.c:17355
5f4273c7 2739msgid "handlerdata in cantunwind frame"
ae351704
AM
2740msgstr ""
2741
42477147 2742#: config/tc-arm.c:17372
ae351704
AM
2743msgid "too many unwind opcodes for personality routine 0"
2744msgstr ""
2745
42477147 2746#: config/tc-arm.c:17404
ae351704
AM
2747msgid "too many unwind opcodes"
2748msgstr ""
2749
42477147 2750#: config/tc-arm.c:17628
c85dd50d
NC
2751msgid "GOT already in the symbol table"
2752msgstr ""
2753
42477147 2754#: config/tc-arm.c:17938 config/tc-arm.c:18222
ae351704
AM
2755#, c-format
2756msgid "undefined symbol %s used as an immediate value"
2757msgstr ""
2758
42477147 2759#: config/tc-arm.c:17952 config/tc-arm.c:18261
ae351704
AM
2760#, c-format
2761msgid "invalid constant (%lx) after fixup"
2762msgstr ""
2763
42477147 2764#: config/tc-arm.c:17989
ae351704
AM
2765#, c-format
2766msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
2767msgstr ""
2768
42477147 2769#: config/tc-arm.c:18024 config/tc-arm.c:18049
ae351704
AM
2770msgid "invalid literal constant: pool needs to be closer"
2771msgstr ""
2772
42477147 2773#: config/tc-arm.c:18027 config/tc-arm.c:18065
ae351704
AM
2774#, c-format
2775msgid "bad immediate value for offset (%ld)"
2776msgstr ""
2777
42477147 2778#: config/tc-arm.c:18051
ae351704
AM
2779#, c-format
2780msgid "bad immediate value for 8-bit offset (%ld)"
2781msgstr ""
2782
42477147 2783#: config/tc-arm.c:18106
ae351704
AM
2784msgid "offset not a multiple of 4"
2785msgstr ""
2786
42477147
NC
2787#: config/tc-arm.c:18113 config/tc-arm.c:18128 config/tc-arm.c:18143
2788#: config/tc-arm.c:18154 config/tc-arm.c:18177 config/tc-arm.c:18772
499ac353 2789#: config/tc-pj.c:450 config/tc-sh.c:4164
ae351704
AM
2790msgid "offset out of range"
2791msgstr ""
2792
42477147 2793#: config/tc-arm.c:18277
ae351704
AM
2794msgid "invalid smc expression"
2795msgstr ""
2796
42477147 2797#: config/tc-arm.c:18288 config/tc-arm.c:18297
ae351704
AM
2798msgid "invalid swi expression"
2799msgstr ""
2800
42477147 2801#: config/tc-arm.c:18307
ae351704
AM
2802msgid "invalid expression in load/store multiple"
2803msgstr ""
2804
42477147 2805#: config/tc-arm.c:18337
ae351704
AM
2806msgid "misaligned branch destination"
2807msgstr ""
2808
42477147
NC
2809#: config/tc-arm.c:18341 config/tc-arm.c:18378 config/tc-arm.c:18392
2810#: config/tc-arm.c:18405 config/tc-arm.c:18444 config/tc-arm.c:18469
ae351704
AM
2811msgid "branch out of range"
2812msgstr ""
2813
42477147 2814#: config/tc-arm.c:18418
ae351704
AM
2815msgid "conditional branch out of range"
2816msgstr ""
2817
42477147 2818#: config/tc-arm.c:18546
ae351704
AM
2819msgid "rel31 relocation overflow"
2820msgstr ""
2821
42477147 2822#: config/tc-arm.c:18558 config/tc-arm.c:18581
ae351704
AM
2823msgid "co-processor offset out of range"
2824msgstr ""
2825
42477147 2826#: config/tc-arm.c:18598
ae351704
AM
2827#, c-format
2828msgid "invalid offset, target not word aligned (0x%08lX)"
2829msgstr ""
2830
42477147
NC
2831#: config/tc-arm.c:18605 config/tc-arm.c:18614 config/tc-arm.c:18622
2832#: config/tc-arm.c:18630 config/tc-arm.c:18638
ae351704
AM
2833#, c-format
2834msgid "invalid offset, value too big (0x%08lX)"
2835msgstr ""
2836
42477147 2837#: config/tc-arm.c:18679
ae351704
AM
2838msgid "invalid Hi register with immediate"
2839msgstr ""
2840
42477147 2841#: config/tc-arm.c:18695
328577ad 2842msgid "invalid immediate for stack address calculation"
252b5132
RH
2843msgstr ""
2844
42477147 2845#: config/tc-arm.c:18703
252b5132 2846#, c-format
328577ad 2847msgid "invalid immediate for address calculation (value = 0x%08lX)"
a74801ba
ILT
2848msgstr ""
2849
42477147 2850#: config/tc-arm.c:18733
252b5132 2851#, c-format
c85dd50d 2852msgid "invalid immediate: %ld is out of range"
252b5132
RH
2853msgstr ""
2854
42477147 2855#: config/tc-arm.c:18745
252b5132 2856#, c-format
55cf6793 2857msgid "invalid shift value: %ld"
252b5132
RH
2858msgstr ""
2859
42477147 2860#: config/tc-arm.c:18824
ae351704
AM
2861#, c-format
2862msgid "the offset 0x%08lX is not representable"
2863msgstr ""
2864
42477147 2865#: config/tc-arm.c:18864
ae351704
AM
2866#, c-format
2867msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
2868msgstr ""
2869
42477147 2870#: config/tc-arm.c:18903
ae351704
AM
2871#, c-format
2872msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
2873msgstr ""
2874
42477147 2875#: config/tc-arm.c:18943
ae351704
AM
2876#, c-format
2877msgid "bad offset 0x%08lX (must be word-aligned)"
2878msgstr ""
2879
42477147 2880#: config/tc-arm.c:18948
ae351704
AM
2881#, c-format
2882msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
2883msgstr ""
2884
42477147 2885#: config/tc-arm.c:18974 config/tc-score.c:5410
252b5132 2886#, c-format
328577ad 2887msgid "bad relocation fixup type (%d)"
252b5132
RH
2888msgstr ""
2889
42477147 2890#: config/tc-arm.c:19077
87ccc1b0 2891msgid "literal referenced across section boundary"
a74801ba
ILT
2892msgstr ""
2893
42477147 2894#: config/tc-arm.c:19137
87ccc1b0 2895msgid "internal relocation (type: IMMEDIATE) not fixed up"
252b5132
RH
2896msgstr ""
2897
42477147 2898#: config/tc-arm.c:19142
328577ad 2899msgid "ADRL used for a symbol not defined in the same file"
252b5132
RH
2900msgstr ""
2901
42477147 2902#: config/tc-arm.c:19157
6e1772d5
AM
2903#, c-format
2904msgid "undefined local label `%s'"
2905msgstr ""
2906
42477147 2907#: config/tc-arm.c:19163
87ccc1b0 2908msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
a74801ba
ILT
2909msgstr ""
2910
42477147 2911#: config/tc-arm.c:19184 config/tc-cris.c:3925 config/tc-mcore.c:1926
499ac353 2912#: config/tc-mmix.c:2859 config/tc-ns32k.c:2248 config/tc-score.c:5501
328577ad 2913msgid "<unknown>"
a74801ba
ILT
2914msgstr ""
2915
42477147 2916#: config/tc-arm.c:19187 config/tc-arm.c:19208 config/tc-score.c:5503
252b5132 2917#, c-format
328577ad 2918msgid "cannot represent %s relocation in this object file format"
252b5132
RH
2919msgstr ""
2920
42477147 2921#: config/tc-arm.c:19442
252b5132 2922#, c-format
55cf6793 2923msgid "%s: unexpected function type: %d"
252b5132
RH
2924msgstr ""
2925
42477147 2926#: config/tc-arm.c:19565
55cf6793
ZW
2927msgid "use of old and new-style options to set CPU type"
2928msgstr ""
2929
42477147 2930#: config/tc-arm.c:19575
55cf6793
ZW
2931msgid "use of old and new-style options to set FPU type"
2932msgstr ""
2933
42477147 2934#: config/tc-arm.c:19650
55cf6793 2935msgid "hard-float conflicts with specified fpu"
0d2bcfaf
NC
2936msgstr ""
2937
42477147 2938#: config/tc-arm.c:19833
3b16e843
NC
2939msgid "generate PIC code"
2940msgstr ""
2941
42477147 2942#: config/tc-arm.c:19834
3b16e843
NC
2943msgid "assemble Thumb code"
2944msgstr ""
2945
42477147 2946#: config/tc-arm.c:19835
3b16e843
NC
2947msgid "support ARM/Thumb interworking"
2948msgstr ""
2949
42477147 2950#: config/tc-arm.c:19837
3b16e843
NC
2951msgid "code uses 32-bit program counter"
2952msgstr ""
2953
42477147 2954#: config/tc-arm.c:19838
3b16e843
NC
2955msgid "code uses 26-bit program counter"
2956msgstr ""
2957
42477147 2958#: config/tc-arm.c:19839
3b16e843
NC
2959msgid "floating point args are in fp regs"
2960msgstr ""
2961
42477147 2962#: config/tc-arm.c:19841
3b16e843
NC
2963msgid "re-entrant code"
2964msgstr ""
2965
42477147 2966#: config/tc-arm.c:19842
3b16e843
NC
2967msgid "code is ATPCS conformant"
2968msgstr ""
2969
42477147 2970#: config/tc-arm.c:19843
3b16e843
NC
2971msgid "assemble for big-endian"
2972msgstr ""
2973
42477147 2974#: config/tc-arm.c:19844
3b16e843
NC
2975msgid "assemble for little-endian"
2976msgstr ""
2977
2978#. These are recognized by the assembler, but have no affect on code.
42477147 2979#: config/tc-arm.c:19848
3b16e843
NC
2980msgid "use frame pointer"
2981msgstr ""
2982
42477147 2983#: config/tc-arm.c:19849
3b16e843
NC
2984msgid "use stack size checking"
2985msgstr ""
2986
2987#. DON'T add any new processors to this list -- we want the whole list
2988#. to go away... Add them to the processors table instead.
42477147 2989#: config/tc-arm.c:19865 config/tc-arm.c:19866
3b16e843
NC
2990msgid "use -mcpu=arm1"
2991msgstr ""
2992
42477147 2993#: config/tc-arm.c:19867 config/tc-arm.c:19868
3b16e843
NC
2994msgid "use -mcpu=arm2"
2995msgstr ""
2996
42477147 2997#: config/tc-arm.c:19869 config/tc-arm.c:19870
3b16e843
NC
2998msgid "use -mcpu=arm250"
2999msgstr ""
3000
42477147 3001#: config/tc-arm.c:19871 config/tc-arm.c:19872
3b16e843
NC
3002msgid "use -mcpu=arm3"
3003msgstr ""
3004
42477147 3005#: config/tc-arm.c:19873 config/tc-arm.c:19874
3b16e843
NC
3006msgid "use -mcpu=arm6"
3007msgstr ""
3008
42477147 3009#: config/tc-arm.c:19875 config/tc-arm.c:19876
3b16e843
NC
3010msgid "use -mcpu=arm600"
3011msgstr ""
3012
42477147 3013#: config/tc-arm.c:19877 config/tc-arm.c:19878
3b16e843
NC
3014msgid "use -mcpu=arm610"
3015msgstr ""
3016
42477147 3017#: config/tc-arm.c:19879 config/tc-arm.c:19880
3b16e843
NC
3018msgid "use -mcpu=arm620"
3019msgstr ""
3020
42477147 3021#: config/tc-arm.c:19881 config/tc-arm.c:19882
3b16e843
NC
3022msgid "use -mcpu=arm7"
3023msgstr ""
3024
42477147 3025#: config/tc-arm.c:19883 config/tc-arm.c:19884
3b16e843
NC
3026msgid "use -mcpu=arm70"
3027msgstr ""
3028
42477147 3029#: config/tc-arm.c:19885 config/tc-arm.c:19886
3b16e843
NC
3030msgid "use -mcpu=arm700"
3031msgstr ""
3032
42477147 3033#: config/tc-arm.c:19887 config/tc-arm.c:19888
3b16e843
NC
3034msgid "use -mcpu=arm700i"
3035msgstr ""
3036
42477147 3037#: config/tc-arm.c:19889 config/tc-arm.c:19890
3b16e843
NC
3038msgid "use -mcpu=arm710"
3039msgstr ""
3040
42477147 3041#: config/tc-arm.c:19891 config/tc-arm.c:19892
3b16e843
NC
3042msgid "use -mcpu=arm710c"
3043msgstr ""
3044
42477147 3045#: config/tc-arm.c:19893 config/tc-arm.c:19894
3b16e843
NC
3046msgid "use -mcpu=arm720"
3047msgstr ""
3048
42477147 3049#: config/tc-arm.c:19895 config/tc-arm.c:19896
3b16e843
NC
3050msgid "use -mcpu=arm7d"
3051msgstr ""
3052
42477147 3053#: config/tc-arm.c:19897 config/tc-arm.c:19898
3b16e843
NC
3054msgid "use -mcpu=arm7di"
3055msgstr ""
3056
42477147 3057#: config/tc-arm.c:19899 config/tc-arm.c:19900
3b16e843
NC
3058msgid "use -mcpu=arm7m"
3059msgstr ""
3060
42477147 3061#: config/tc-arm.c:19901 config/tc-arm.c:19902
3b16e843
NC
3062msgid "use -mcpu=arm7dm"
3063msgstr ""
3064
42477147 3065#: config/tc-arm.c:19903 config/tc-arm.c:19904
3b16e843
NC
3066msgid "use -mcpu=arm7dmi"
3067msgstr ""
3068
42477147 3069#: config/tc-arm.c:19905 config/tc-arm.c:19906
3b16e843
NC
3070msgid "use -mcpu=arm7100"
3071msgstr ""
3072
42477147 3073#: config/tc-arm.c:19907 config/tc-arm.c:19908
3b16e843
NC
3074msgid "use -mcpu=arm7500"
3075msgstr ""
3076
42477147 3077#: config/tc-arm.c:19909 config/tc-arm.c:19910
3b16e843
NC
3078msgid "use -mcpu=arm7500fe"
3079msgstr ""
3080
42477147
NC
3081#: config/tc-arm.c:19911 config/tc-arm.c:19912 config/tc-arm.c:19913
3082#: config/tc-arm.c:19914
3b16e843
NC
3083msgid "use -mcpu=arm7tdmi"
3084msgstr ""
3085
42477147 3086#: config/tc-arm.c:19915 config/tc-arm.c:19916
3b16e843
NC
3087msgid "use -mcpu=arm710t"
3088msgstr ""
3089
42477147 3090#: config/tc-arm.c:19917 config/tc-arm.c:19918
3b16e843
NC
3091msgid "use -mcpu=arm720t"
3092msgstr ""
3093
42477147 3094#: config/tc-arm.c:19919 config/tc-arm.c:19920
3b16e843
NC
3095msgid "use -mcpu=arm740t"
3096msgstr ""
3097
42477147 3098#: config/tc-arm.c:19921 config/tc-arm.c:19922
3b16e843
NC
3099msgid "use -mcpu=arm8"
3100msgstr ""
3101
42477147 3102#: config/tc-arm.c:19923 config/tc-arm.c:19924
3b16e843
NC
3103msgid "use -mcpu=arm810"
3104msgstr ""
3105
42477147 3106#: config/tc-arm.c:19925 config/tc-arm.c:19926
3b16e843
NC
3107msgid "use -mcpu=arm9"
3108msgstr ""
3109
42477147 3110#: config/tc-arm.c:19927 config/tc-arm.c:19928
3b16e843
NC
3111msgid "use -mcpu=arm9tdmi"
3112msgstr ""
3113
42477147 3114#: config/tc-arm.c:19929 config/tc-arm.c:19930
3b16e843
NC
3115msgid "use -mcpu=arm920"
3116msgstr ""
3117
42477147 3118#: config/tc-arm.c:19931 config/tc-arm.c:19932
3b16e843
NC
3119msgid "use -mcpu=arm940"
3120msgstr ""
3121
42477147 3122#: config/tc-arm.c:19933
3b16e843
NC
3123msgid "use -mcpu=strongarm"
3124msgstr ""
3125
42477147 3126#: config/tc-arm.c:19935
3b16e843
NC
3127msgid "use -mcpu=strongarm110"
3128msgstr ""
3129
42477147 3130#: config/tc-arm.c:19937
3b16e843
NC
3131msgid "use -mcpu=strongarm1100"
3132msgstr ""
3133
42477147 3134#: config/tc-arm.c:19939
3b16e843
NC
3135msgid "use -mcpu=strongarm1110"
3136msgstr ""
3137
42477147 3138#: config/tc-arm.c:19940
3b16e843
NC
3139msgid "use -mcpu=xscale"
3140msgstr ""
3141
42477147 3142#: config/tc-arm.c:19941
87ccc1b0
NC
3143msgid "use -mcpu=iwmmxt"
3144msgstr ""
3145
42477147 3146#: config/tc-arm.c:19942
3b16e843
NC
3147msgid "use -mcpu=all"
3148msgstr ""
3149
3150#. Architecture variants -- don't add any more to this list either.
42477147 3151#: config/tc-arm.c:19945 config/tc-arm.c:19946
3b16e843
NC
3152msgid "use -march=armv2"
3153msgstr ""
3154
42477147 3155#: config/tc-arm.c:19947 config/tc-arm.c:19948
3b16e843
NC
3156msgid "use -march=armv2a"
3157msgstr ""
3158
42477147 3159#: config/tc-arm.c:19949 config/tc-arm.c:19950
3b16e843
NC
3160msgid "use -march=armv3"
3161msgstr ""
3162
42477147 3163#: config/tc-arm.c:19951 config/tc-arm.c:19952
3b16e843
NC
3164msgid "use -march=armv3m"
3165msgstr ""
3166
42477147 3167#: config/tc-arm.c:19953 config/tc-arm.c:19954
3b16e843
NC
3168msgid "use -march=armv4"
3169msgstr ""
3170
42477147 3171#: config/tc-arm.c:19955 config/tc-arm.c:19956
3b16e843
NC
3172msgid "use -march=armv4t"
3173msgstr ""
3174
42477147 3175#: config/tc-arm.c:19957 config/tc-arm.c:19958
3b16e843
NC
3176msgid "use -march=armv5"
3177msgstr ""
3178
42477147 3179#: config/tc-arm.c:19959 config/tc-arm.c:19960
3b16e843
NC
3180msgid "use -march=armv5t"
3181msgstr ""
3182
42477147 3183#: config/tc-arm.c:19961 config/tc-arm.c:19962
3b16e843
NC
3184msgid "use -march=armv5te"
3185msgstr ""
3186
3187#. Floating point variants -- don't add any more to this list either.
42477147 3188#: config/tc-arm.c:19965
3b16e843
NC
3189msgid "use -mfpu=fpe"
3190msgstr ""
3191
42477147 3192#: config/tc-arm.c:19966
3b16e843
NC
3193msgid "use -mfpu=fpa10"
3194msgstr ""
3195
42477147 3196#: config/tc-arm.c:19967
3b16e843
NC
3197msgid "use -mfpu=fpa11"
3198msgstr ""
3199
42477147 3200#: config/tc-arm.c:19969
3b16e843
NC
3201msgid "use either -mfpu=softfpa or -mfpu=softvfp"
3202msgstr ""
3203
42477147 3204#: config/tc-arm.c:20230
3b16e843
NC
3205msgid "invalid architectural extension"
3206msgstr ""
3207
42477147 3208#: config/tc-arm.c:20244
3b16e843
NC
3209msgid "missing architectural extension"
3210msgstr ""
3211
42477147 3212#: config/tc-arm.c:20257
252b5132 3213#, c-format
5f4273c7 3214msgid "unknown architectural extension `%s'"
252b5132
RH
3215msgstr ""
3216
42477147 3217#: config/tc-arm.c:20281
252b5132 3218#, c-format
3b16e843 3219msgid "missing cpu name `%s'"
252b5132
RH
3220msgstr ""
3221
42477147 3222#: config/tc-arm.c:20306 config/tc-arm.c:20691
252b5132 3223#, c-format
3b16e843 3224msgid "unknown cpu `%s'"
252b5132
RH
3225msgstr ""
3226
42477147 3227#: config/tc-arm.c:20324
3b16e843
NC
3228#, c-format
3229msgid "missing architecture name `%s'"
252b5132
RH
3230msgstr ""
3231
42477147 3232#: config/tc-arm.c:20341 config/tc-arm.c:20725 config/tc-arm.c:20756
3b16e843
NC
3233#, c-format
3234msgid "unknown architecture `%s'\n"
252b5132
RH
3235msgstr ""
3236
42477147 3237#: config/tc-arm.c:20357 config/tc-arm.c:20787
3b16e843
NC
3238#, c-format
3239msgid "unknown floating point format `%s'\n"
3240msgstr ""
3241
42477147 3242#: config/tc-arm.c:20373
6e1772d5
AM
3243#, c-format
3244msgid "unknown floating point abi `%s'\n"
3245msgstr ""
3246
42477147 3247#: config/tc-arm.c:20389
8ea2b00f
AM
3248#, c-format
3249msgid "unknown EABI `%s'\n"
3250msgstr ""
3251
42477147 3252#: config/tc-arm.c:20396
3b16e843
NC
3253msgid "<cpu name>\t assemble for CPU <cpu name>"
3254msgstr ""
3255
42477147 3256#: config/tc-arm.c:20398
3b16e843
NC
3257msgid "<arch name>\t assemble for architecture <arch name>"
3258msgstr ""
3259
42477147 3260#: config/tc-arm.c:20400
3b16e843
NC
3261msgid "<fpu name>\t assemble for FPU architecture <fpu name>"
3262msgstr ""
3263
42477147 3264#: config/tc-arm.c:20402
6e1772d5
AM
3265msgid "<abi>\t assemble for floating point ABI <abi>"
3266msgstr ""
3267
42477147 3268#: config/tc-arm.c:20405
8ea2b00f 3269msgid "<ver>\t assemble for eabi version <ver>"
3b16e843
NC
3270msgstr ""
3271
42477147 3272#: config/tc-arm.c:20447 config/tc-arm.c:20467 config/tc-arm.c:20489
3b16e843 3273#, c-format
8ea2b00f 3274msgid "option `-%c%s' is deprecated: %s"
3b16e843
NC
3275msgstr ""
3276
42477147 3277#: config/tc-arm.c:20510
6e1772d5 3278#, c-format
3b16e843
NC
3279msgid " ARM-specific assembler options:\n"
3280msgstr ""
3281
42477147 3282#: config/tc-arm.c:20521
6e1772d5 3283#, c-format
3b16e843 3284msgid " -EB assemble code for a big-endian cpu\n"
252b5132
RH
3285msgstr ""
3286
42477147 3287#: config/tc-arm.c:20526
6e1772d5 3288#, c-format
3b16e843
NC
3289msgid " -EL assemble code for a little-endian cpu\n"
3290msgstr ""
3291
42477147 3292#: config/tc-avr.c:265
6e1772d5 3293#, c-format
bc0d738a
NC
3294msgid "Known MCU names:"
3295msgstr ""
3296
42477147 3297#: config/tc-avr.c:331
6e1772d5 3298#, c-format
60bcf0fa
NC
3299msgid ""
3300"AVR options:\n"
3301" -mmcu=[avr-name] select microcontroller variant\n"
3302" [avr-name] can be:\n"
bc0d738a
NC
3303" avr1 - AT90S1200, ATtiny1x, ATtiny28\n"
3304" avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n"
42477147
NC
3305" avr3 - ATmega103\n"
3306" avr4 - ATmega8, ATmega88\n"
bc0d738a 3307" avr5 - ATmega161, ATmega163, ATmega32, AT94K\n"
60bcf0fa
NC
3308" or immediate microcontroller name.\n"
3309msgstr ""
3310
42477147 3311#: config/tc-avr.c:341
6e1772d5 3312#, c-format
bc0d738a
NC
3313msgid ""
3314" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n"
3315" -mno-skip-bug disable warnings for skipping two-word instructions\n"
3316" (default for avr4, avr5)\n"
3317" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n"
3318" (default for avr3, avr5)\n"
3319msgstr ""
3320
42477147 3321#: config/tc-avr.c:385 config/tc-msp430.c:744
60bcf0fa
NC
3322#, c-format
3323msgid "unknown MCU: %s\n"
3324msgstr ""
3325
42477147 3326#: config/tc-avr.c:394
60bcf0fa 3327#, c-format
bc0d738a 3328msgid "redefinition of mcu type `%s' to `%s'"
60bcf0fa
NC
3329msgstr ""
3330
42477147 3331#: config/tc-avr.c:472
60bcf0fa
NC
3332msgid "constant value required"
3333msgstr ""
3334
42477147 3335#: config/tc-avr.c:475
60bcf0fa 3336#, c-format
c85dd50d 3337msgid "number must be positive and less than %d"
60bcf0fa
NC
3338msgstr ""
3339
42477147 3340#: config/tc-avr.c:501 config/tc-avr.c:636
3caac5b8
AM
3341#, c-format
3342msgid "constant out of 8-bit range: %d"
60bcf0fa
NC
3343msgstr ""
3344
42477147 3345#: config/tc-avr.c:569 config/tc-score.c:969 read.c:3565
3caac5b8 3346msgid "illegal expression"
60bcf0fa
NC
3347msgstr ""
3348
42477147 3349#: config/tc-avr.c:598 config/tc-avr.c:1357
3caac5b8 3350msgid "`)' required"
06647dfd
AM
3351msgstr ""
3352
42477147 3353#: config/tc-avr.c:619
ae351704
AM
3354msgid "expression dangerous with linker stubs"
3355msgstr ""
3356
42477147 3357#: config/tc-avr.c:691
60bcf0fa
NC
3358msgid "register r16-r23 required"
3359msgstr ""
3360
42477147 3361#: config/tc-avr.c:697
60bcf0fa
NC
3362msgid "register number above 15 required"
3363msgstr ""
3364
42477147 3365#: config/tc-avr.c:703
60bcf0fa
NC
3366msgid "even register number required"
3367msgstr ""
3368
42477147 3369#: config/tc-avr.c:709
bc0d738a 3370msgid "register r24, r26, r28 or r30 required"
60bcf0fa
NC
3371msgstr ""
3372
42477147 3373#: config/tc-avr.c:715
60bcf0fa
NC
3374msgid "register name or number from 0 to 31 required"
3375msgstr ""
3376
42477147 3377#: config/tc-avr.c:733
bc0d738a 3378msgid "pointer register (X, Y or Z) required"
60bcf0fa
NC
3379msgstr ""
3380
42477147 3381#: config/tc-avr.c:740
60bcf0fa
NC
3382msgid "cannot both predecrement and postincrement"
3383msgstr ""
3384
42477147 3385#: config/tc-avr.c:748
60bcf0fa
NC
3386msgid "addressing mode not supported"
3387msgstr ""
3388
42477147 3389#: config/tc-avr.c:754
60bcf0fa
NC
3390msgid "can't predecrement"
3391msgstr ""
3392
42477147 3393#: config/tc-avr.c:757
60bcf0fa
NC
3394msgid "pointer register Z required"
3395msgstr ""
3396
42477147 3397#: config/tc-avr.c:775
60bcf0fa
NC
3398msgid "pointer register (Y or Z) required"
3399msgstr ""
3400
42477147 3401#: config/tc-avr.c:879
60bcf0fa
NC
3402#, c-format
3403msgid "unknown constraint `%c'"
3404msgstr ""
3405
42477147 3406#: config/tc-avr.c:931
3caac5b8
AM
3407msgid "`,' required"
3408msgstr ""
3409
42477147 3410#: config/tc-avr.c:949
3caac5b8
AM
3411msgid "undefined combination of operands"
3412msgstr ""
3413
42477147 3414#: config/tc-avr.c:958
3caac5b8
AM
3415msgid "skipping two-word instruction"
3416msgstr ""
3417
42477147 3418#: config/tc-avr.c:1050 config/tc-avr.c:1066 config/tc-avr.c:1180
499ac353 3419#: config/tc-msp430.c:1970 config/tc-msp430.c:1988
60bcf0fa
NC
3420#, c-format
3421msgid "odd address operand: %ld"
3422msgstr ""
3423
42477147
NC
3424#: config/tc-avr.c:1058 config/tc-avr.c:1077 config/tc-avr.c:1099
3425#: config/tc-avr.c:1106 config/tc-avr.c:1113 config/tc-d10v.c:503
499ac353
NC
3426#: config/tc-d30v.c:554 config/tc-msp430.c:1978 config/tc-msp430.c:1993
3427#: config/tc-msp430.c:2003
60bcf0fa
NC
3428#, c-format
3429msgid "operand out of range: %ld"
3430msgstr ""
3431
42477147 3432#: config/tc-avr.c:1189 config/tc-d10v.c:1585 config/tc-d30v.c:2025
499ac353 3433#: config/tc-msp430.c:2021
60bcf0fa
NC
3434#, c-format
3435msgid "line %d: unknown relocation type: 0x%x"
3436msgstr ""
3437
42477147 3438#: config/tc-avr.c:1203
60bcf0fa
NC
3439msgid "only constant expression allowed"
3440msgstr ""
3441
3caac5b8 3442#. xgettext:c-format.
42477147
NC
3443#: config/tc-avr.c:1263 config/tc-bfin.c:722 config/tc-d10v.c:1457
3444#: config/tc-d30v.c:1769 config/tc-mn10200.c:781 config/tc-mn10300.c:2165
3445#: config/tc-msp430.c:2056 config/tc-or32.c:958 config/tc-ppc.c:6089
499ac353 3446#: config/tc-spu.c:829 config/tc-spu.c:1016 config/tc-v850.c:2187
ae351704 3447#: config/tc-z80.c:2017
60bcf0fa
NC
3448#, c-format
3449msgid "reloc %d not supported by object file format"
3450msgstr ""
3451
42477147 3452#: config/tc-avr.c:1286 config/tc-h8300.c:1866 config/tc-mcore.c:881
499ac353 3453#: config/tc-msp430.c:1821 config/tc-pj.c:253 config/tc-sh.c:2544
ae351704 3454#: config/tc-z8k.c:1216
60bcf0fa
NC
3455msgid "can't find opcode "
3456msgstr ""
3457
42477147 3458#: config/tc-avr.c:1303
60bcf0fa
NC
3459#, c-format
3460msgid "illegal opcode %s for mcu %s"
3461msgstr ""
3462
42477147 3463#: config/tc-avr.c:1312
60bcf0fa
NC
3464msgid "garbage at end of line"
3465msgstr ""
3466
42477147 3467#: config/tc-avr.c:1384 config/tc-avr.c:1391
3caac5b8
AM
3468#, c-format
3469msgid "illegal %srelocation size: %d"
60bcf0fa
NC
3470msgstr ""
3471
42477147 3472#: config/tc-bfin.c:249 config/tc-frv.c:1651 config/tc-frv.c:1661
c85dd50d
NC
3473msgid "missing ')'"
3474msgstr ""
3475
ae351704 3476#: config/tc-bfin.c:338
3caac5b8
AM
3477#, c-format
3478msgid " BFIN specific command line options:\n"
60bcf0fa
NC
3479msgstr ""
3480
c85dd50d
NC
3481#: config/tc-bfin.c:351
3482msgid "Could not set architecture and machine."
3483msgstr ""
3484
3485#: config/tc-bfin.c:496
3486msgid "Parse failed."
60bcf0fa
NC
3487msgstr ""
3488
c85dd50d
NC
3489#: config/tc-bfin.c:571
3490msgid "pcrel too far BFD_RELOC_BFIN_10"
3491msgstr ""
3492
3493#: config/tc-bfin.c:587
3494msgid "pcrel too far BFD_RELOC_BFIN_12"
3495msgstr ""
3496
3497#: config/tc-bfin.c:607
3498msgid "pcrel too far BFD_RELOC_BFIN_24"
3499msgstr ""
3500
3501#: config/tc-bfin.c:622
3502msgid "pcrel too far BFD_RELOC_BFIN_5"
3503msgstr ""
3504
3505#: config/tc-bfin.c:634
3506msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
3507msgstr ""
3508
3509#: config/tc-bfin.c:644
3510msgid "rel too far BFD_RELOC_8"
3511msgstr ""
3512
3513#: config/tc-bfin.c:651
3514msgid "rel too far BFD_RELOC_16"
3515msgstr ""
3516
42477147 3517#: config/tc-cr16.c:159 read.c:4276
ae351704
AM
3518msgid "using a bit field width of zero"
3519msgstr ""
3520
42477147 3521#: config/tc-cr16.c:167 read.c:4284
ae351704
AM
3522#, c-format
3523msgid "field width \"%s\" too complex for a bitfield"
3524msgstr ""
3525
42477147 3526#: config/tc-cr16.c:176 read.c:4292
ae351704
AM
3527#, c-format
3528msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
3529msgstr ""
3530
42477147 3531#: config/tc-cr16.c:198 read.c:4314
ae351704
AM
3532#, c-format
3533msgid "field value \"%s\" too complex for a bitfield"
3534msgstr ""
3535
3536#: config/tc-cr16.c:379
3537#, c-format
3538msgid "Unknown register pair - index relative mode: `%d'"
3539msgstr ""
3540
499ac353 3541#: config/tc-cr16.c:556 config/tc-crx.c:344 config/tc-mn10200.c:768
ae351704
AM
3542#: write.c:959
3543#, c-format
3544msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
3545msgstr ""
3546
c85dd50d 3547#: config/tc-cr16.c:572 config/tc-crx.c:360
ae351704
AM
3548#, c-format
3549msgid "internal error: reloc %d (`%s') not supported by object file format"
3550msgstr ""
3551
499ac353
NC
3552#: config/tc-cr16.c:743 config/tc-cr16.c:766 config/tc-cris.c:1181
3553#: config/tc-crx.c:534 config/tc-crx.c:561 config/tc-crx.c:579
ae351704
AM
3554msgid "Virtual memory exhausted"
3555msgstr ""
3556
499ac353 3557#: config/tc-cr16.c:751 config/tc-crx.c:571 config/tc-crx.c:589
b2f58c0c 3558#: config/tc-i386.c:1640 config/tc-i386.c:1662 config/tc-m68k.c:4465
499ac353 3559#: config/tc-maxq.c:2865
ae351704
AM
3560#, c-format
3561msgid "Internal Error: Can't hash %s: %s"
3562msgstr ""
3563
499ac353 3564#: config/tc-cr16.c:777 config/tc-cris.c:1215 config/tc-crx.c:544
ae351704
AM
3565#, c-format
3566msgid "Can't hash `%s': %s\n"
3567msgstr ""
3568
499ac353 3569#: config/tc-cr16.c:778 config/tc-cris.c:1216 config/tc-crx.c:545
ae351704
AM
3570msgid "(unknown reason)"
3571msgstr ""
3572
3573#. Missing or bad expr becomes absolute 0.
499ac353 3574#: config/tc-cr16.c:828 config/tc-crx.c:617 config/tc-maxq.c:1475
ae351704
AM
3575#, c-format
3576msgid "missing or invalid displacement expression `%s' taken as 0"
3577msgstr ""
3578
499ac353 3579#: config/tc-cr16.c:940
ae351704
AM
3580#, c-format
3581msgid "operand %d: illegal use expression: `%s`"
3582msgstr ""
3583
499ac353 3584#: config/tc-cr16.c:997 config/tc-crx.c:1125
ae351704
AM
3585#, c-format
3586msgid "Unknown register: `%d'"
3587msgstr ""
3588
3589#. Issue a error message when register is illegal.
499ac353 3590#: config/tc-cr16.c:1005 config/tc-crx.c:1133
ae351704
AM
3591#, c-format
3592msgid "Illegal register (`%s') in Instruction: `%s'"
3593msgstr ""
3594
499ac353
NC
3595#: config/tc-cr16.c:1076 config/tc-cr16.c:1151 config/tc-crx.c:755
3596#: config/tc-crx.c:775 config/tc-crx.c:790
ae351704
AM
3597#, c-format
3598msgid "Illegal register `%s' in Instruction `%s'"
3599msgstr ""
3600
499ac353 3601#: config/tc-cr16.c:1104 config/tc-cr16.c:1115
ae351704
AM
3602#, c-format
3603msgid "Illegal register pair `%s' in Instruction `%s'"
3604msgstr ""
3605
499ac353 3606#: config/tc-cr16.c:1140 config/tc-i960.c:835
ae351704
AM
3607msgid "unmatched '['"
3608msgstr ""
3609
499ac353 3610#: config/tc-cr16.c:1146 config/tc-i960.c:842
ae351704
AM
3611msgid "garbage after index spec ignored"
3612msgstr ""
3613
499ac353 3614#: config/tc-cr16.c:1294 config/tc-crx.c:934
ae351704
AM
3615#, c-format
3616msgid "Illegal operands (whitespace): `%s'"
3617msgstr ""
3618
499ac353
NC
3619#: config/tc-cr16.c:1306 config/tc-cr16.c:1313 config/tc-cr16.c:1330
3620#: config/tc-crx.c:946 config/tc-crx.c:953 config/tc-crx.c:970
3621#: config/tc-crx.c:1762
ae351704
AM
3622#, c-format
3623msgid "Missing matching brackets : `%s'"
3624msgstr ""
3625
499ac353 3626#: config/tc-cr16.c:1362 config/tc-crx.c:996
ae351704
AM
3627#, c-format
3628msgid "Unknown exception: `%s'"
3629msgstr ""
3630
499ac353 3631#: config/tc-cr16.c:1449 config/tc-crx.c:1092
ae351704
AM
3632#, c-format
3633msgid "Illegal `cinv' parameter: `%c'"
3634msgstr ""
3635
499ac353 3636#: config/tc-cr16.c:1471 config/tc-cr16.c:1510
ae351704
AM
3637#, c-format
3638msgid "Unknown register pair: `%d'"
3639msgstr ""
3640
3641#. Issue a error message when register pair is illegal.
499ac353 3642#: config/tc-cr16.c:1479
ae351704
AM
3643#, c-format
3644msgid "Illegal register pair (`%s') in Instruction: `%s'"
3645msgstr ""
3646
3647#. Issue a error message when register pair is illegal.
499ac353 3648#: config/tc-cr16.c:1518
ae351704
AM
3649#, c-format
3650msgid "Illegal index register pair (`%s') in Instruction: `%s'"
3651msgstr ""
3652
499ac353 3653#: config/tc-cr16.c:1557
ae351704
AM
3654#, c-format
3655msgid "Unknown processor register : `%d'"
3656msgstr ""
3657
3658#. Issue a error message when register pair is illegal.
499ac353 3659#: config/tc-cr16.c:1565
ae351704
AM
3660#, c-format
3661msgid "Illegal processor register (`%s') in Instruction: `%s'"
3662msgstr ""
3663
499ac353 3664#: config/tc-cr16.c:1613
ae351704
AM
3665#, c-format
3666msgid "Unknown processor register (32 bit) : `%d'"
3667msgstr ""
3668
3669#. Issue a error message when register pair is illegal.
499ac353 3670#: config/tc-cr16.c:1621
ae351704
AM
3671#, c-format
3672msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
3673msgstr ""
3674
499ac353 3675#: config/tc-cr16.c:1985 config/tc-crx.c:1660 config/tc-crx.c:1677
ae351704
AM
3676#, c-format
3677msgid "Same src/dest register is used (`r%d'), result is undefined"
3678msgstr ""
3679
499ac353 3680#: config/tc-cr16.c:2006
ae351704
AM
3681msgid "RA register is saved twice."
3682msgstr ""
3683
499ac353 3684#: config/tc-cr16.c:2010
ae351704
AM
3685#, c-format
3686msgid "`%s' Illegal use of registers."
3687msgstr ""
3688
499ac353 3689#: config/tc-cr16.c:2024
ae351704
AM
3690#, c-format
3691msgid "`%s' Illegal count-register combination."
3692msgstr ""
3693
499ac353 3694#: config/tc-cr16.c:2030
ae351704
AM
3695#, c-format
3696msgid "`%s' Illegal use of register."
3697msgstr ""
3698
499ac353 3699#: config/tc-cr16.c:2039 config/tc-crx.c:1669
ae351704
AM
3700#, c-format
3701msgid "`%s' has undefined result"
3702msgstr ""
3703
499ac353 3704#: config/tc-cr16.c:2047
ae351704
AM
3705#, c-format
3706msgid "Same src/dest register is used (`r%d'),result is undefined"
3707msgstr ""
3708
499ac353 3709#: config/tc-cr16.c:2218 config/tc-crx.c:1574
ae351704
AM
3710msgid "Incorrect number of operands"
3711msgstr ""
3712
499ac353 3713#: config/tc-cr16.c:2220 config/tc-crx.c:1576
ae351704
AM
3714#, c-format
3715msgid "Illegal type of operand (arg %d)"
3716msgstr ""
3717
499ac353 3718#: config/tc-cr16.c:2226 config/tc-crx.c:1582
ae351704
AM
3719#, c-format
3720msgid "Operand out of range (arg %d)"
3721msgstr ""
3722
499ac353 3723#: config/tc-cr16.c:2229 config/tc-crx.c:1585
ae351704
AM
3724#, c-format
3725msgid "Operand has odd displacement (arg %d)"
3726msgstr ""
3727
499ac353
NC
3728#: config/tc-cr16.c:2232 config/tc-cr16.c:2263 config/tc-crx.c:1598
3729#: config/tc-crx.c:1629
ae351704
AM
3730#, c-format
3731msgid "Illegal operand (arg %d)"
3732msgstr ""
3733
3734#. Give an error if a frag containing code is not aligned to a 2-byte
3735#. boundary.
499ac353 3736#: config/tc-cr16.c:2365 config/tc-cr16.h:71 config/tc-crx.c:1951
ae351704
AM
3737#: config/tc-crx.h:76
3738msgid "instruction address is not a multiple of 2"
3739msgstr ""
3740
499ac353
NC
3741#: config/tc-cr16.c:2442 config/tc-cris.c:1529 config/tc-cris.c:1537
3742#: config/tc-crx.c:1987 config/tc-dlx.c:685 config/tc-hppa.c:3210
ae351704
AM
3743#: config/tc-i860.c:490 config/tc-i860.c:507 config/tc-i860.c:987
3744#: config/tc-sparc.c:1431 config/tc-sparc.c:1439
3745#, c-format
3746msgid "Unknown opcode: `%s'"
3747msgstr ""
3748
499ac353 3749#: config/tc-cris.c:547 config/tc-m68hc11.c:2744
87ccc1b0
NC
3750#, c-format
3751msgid "internal inconsistency problem in %s: fr_symbol %lx"
3752msgstr ""
3753
499ac353 3754#: config/tc-cris.c:551 config/tc-m68hc11.c:2748 config/tc-msp430.c:2247
87ccc1b0
NC
3755#, c-format
3756msgid "internal inconsistency problem in %s: resolved symbol"
3757msgstr ""
3758
499ac353 3759#: config/tc-cris.c:561 config/tc-m68hc11.c:2754
87ccc1b0
NC
3760#, c-format
3761msgid "internal inconsistency problem in %s: fr_subtype %d"
3762msgstr ""
3763
ae351704 3764#: config/tc-cris.c:901
06647dfd
AM
3765msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
3766msgstr ""
3767
ae351704 3768#: config/tc-cris.c:931
06647dfd
AM
3769msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D"
3770msgstr ""
3771
ae351704 3772#: config/tc-cris.c:936
06647dfd
AM
3773#, c-format
3774msgid ""
3775"Internal error found in md_convert_frag: offset %ld. Please report this."
3776msgstr ""
3777
ae351704 3778#: config/tc-cris.c:961
87ccc1b0
NC
3779#, c-format
3780msgid "internal inconsistency in %s: bdapq no symbol"
3781msgstr ""
3782
ae351704 3783#: config/tc-cris.c:974
87ccc1b0
NC
3784#, c-format
3785msgid "internal inconsistency in %s: bdap.w with no symbol"
3786msgstr ""
3787
ae351704 3788#: config/tc-cris.c:998
8ea2b00f
AM
3789msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
3790msgstr ""
3791
ae351704 3792#: config/tc-cris.c:1007
8ea2b00f
AM
3793msgid "dangerous MULS/MULU location; give it higher alignment"
3794msgstr ""
3795
ae351704
AM
3796#: config/tc-cris.c:1112
3797msgid ""
3798"Out-of-range .word offset handling is not implemented for .arch "
3799"common_v10_v32"
3bcbcc3d
HPN
3800msgstr ""
3801
ae351704 3802#: config/tc-cris.c:1220
3bcbcc3d
HPN
3803#, c-format
3804msgid "Buggy opcode: `%s' \"%s\"\n"
3805msgstr ""
3806
ae351704 3807#: config/tc-cris.c:1635
3bcbcc3d
HPN
3808#, c-format
3809msgid "Immediate value not in 5 bit unsigned range: %ld"
3810msgstr ""
3811
ae351704 3812#: config/tc-cris.c:1651
3bcbcc3d
HPN
3813#, c-format
3814msgid "Immediate value not in 4 bit unsigned range: %ld"
3815msgstr ""
3816
ae351704 3817#: config/tc-cris.c:1703
3bcbcc3d
HPN
3818#, c-format
3819msgid "Immediate value not in 6 bit range: %ld"
3820msgstr ""
3821
ae351704 3822#: config/tc-cris.c:1718
3bcbcc3d
HPN
3823#, c-format
3824msgid "Immediate value not in 6 bit unsigned range: %ld"
3825msgstr ""
3826
3827#. Others have a generic warning.
ae351704 3828#: config/tc-cris.c:1826
3bcbcc3d
HPN
3829#, c-format
3830msgid "Unimplemented register `%s' specified"
3831msgstr ""
3832
3833#. We've come to the end of instructions with this
3834#. opcode, so it must be an error.
ae351704 3835#: config/tc-cris.c:2069
3bcbcc3d
HPN
3836msgid "Illegal operands"
3837msgstr ""
3838
ae351704 3839#: config/tc-cris.c:2110 config/tc-cris.c:2150
3bcbcc3d
HPN
3840#, c-format
3841msgid "Immediate value not in 8 bit range: %ld"
3842msgstr ""
3843
ae351704 3844#: config/tc-cris.c:2120 config/tc-cris.c:2171
3bcbcc3d
HPN
3845#, c-format
3846msgid "Immediate value not in 16 bit range: %ld"
3847msgstr ""
3848
ae351704 3849#: config/tc-cris.c:2155
06647dfd
AM
3850#, c-format
3851msgid "Immediate value not in 8 bit signed range: %ld"
3852msgstr ""
3853
ae351704 3854#: config/tc-cris.c:2160
06647dfd
AM
3855#, c-format
3856msgid "Immediate value not in 8 bit unsigned range: %ld"
3857msgstr ""
3858
ae351704 3859#: config/tc-cris.c:2176
06647dfd
AM
3860#, c-format
3861msgid "Immediate value not in 16 bit signed range: %ld"
3862msgstr ""
3863
ae351704 3864#: config/tc-cris.c:2181
06647dfd
AM
3865#, c-format
3866msgid "Immediate value not in 16 bit unsigned range: %ld"
3867msgstr ""
3868
ae351704 3869#: config/tc-cris.c:2203
6840198f
NC
3870msgid "PIC relocation size does not match operand size"
3871msgstr ""
3872
ae351704 3873#: config/tc-cris.c:3346
06647dfd
AM
3874msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
3875msgstr ""
3876
ae351704 3877#: config/tc-cris.c:3350
3bcbcc3d
HPN
3878msgid "32-bit conditional branch generated"
3879msgstr ""
3880
ae351704 3881#: config/tc-cris.c:3411
6840198f
NC
3882msgid "Complex expression not supported"
3883msgstr ""
3884
3bcbcc3d
HPN
3885#. FIXME: Is this function mentioned in the internals.texi manual? If
3886#. not, add it.
ae351704 3887#: config/tc-cris.c:3537
3bcbcc3d
HPN
3888msgid "Bad call to md_atof () - floating point formats are not supported"
3889msgstr ""
3890
ae351704 3891#: config/tc-cris.c:3578
6840198f
NC
3892msgid "PC-relative relocation must be trivially resolved"
3893msgstr ""
3894
ae351704 3895#: config/tc-cris.c:3631
3bcbcc3d
HPN
3896#, c-format
3897msgid "Value not in 16 bit range: %ld"
3898msgstr ""
3899
ae351704 3900#: config/tc-cris.c:3642
06647dfd
AM
3901#, c-format
3902msgid "Value not in 16 bit signed range: %ld"
3903msgstr ""
3904
ae351704 3905#: config/tc-cris.c:3653
3bcbcc3d
HPN
3906#, c-format
3907msgid "Value not in 8 bit range: %ld"
3908msgstr ""
3909
ae351704 3910#: config/tc-cris.c:3661
06647dfd
AM
3911#, c-format
3912msgid "Value not in 8 bit signed range: %ld"
3913msgstr ""
3914
ae351704 3915#: config/tc-cris.c:3672
3bcbcc3d
HPN
3916#, c-format
3917msgid "Value not in 4 bit unsigned range: %ld"
3918msgstr ""
3919
ae351704 3920#: config/tc-cris.c:3680
3bcbcc3d
HPN
3921#, c-format
3922msgid "Value not in 5 bit unsigned range: %ld"
3923msgstr ""
3924
ae351704 3925#: config/tc-cris.c:3688
3bcbcc3d
HPN
3926#, c-format
3927msgid "Value not in 6 bit range: %ld"
3928msgstr ""
3929
ae351704 3930#: config/tc-cris.c:3696
3bcbcc3d
HPN
3931#, c-format
3932msgid "Value not in 6 bit unsigned range: %ld"
3933msgstr ""
3934
ae351704 3935#: config/tc-cris.c:3742
6e1772d5 3936#, c-format
7b15d668 3937msgid "Please use --help to see usage and options for this assembler.\n"
3bcbcc3d
HPN
3938msgstr ""
3939
ae351704 3940#: config/tc-cris.c:3754
7b15d668 3941msgid "--no-underscore is invalid with a.out format"
3bcbcc3d
HPN
3942msgstr ""
3943
ae351704 3944#: config/tc-cris.c:3778
06647dfd
AM
3945#, c-format
3946msgid "invalid <arch> in --march=<arch>: %s"
3947msgstr ""
3948
ae351704 3949#: config/tc-cris.c:3877
3bcbcc3d 3950msgid ""
7b15d668
HPN
3951"Semantics error. This type of operand can not be relocated, it must be an "
3952"assembly-time constant"
3bcbcc3d
HPN
3953msgstr ""
3954
ae351704 3955#: config/tc-cris.c:3926
7b15d668
HPN
3956#, c-format
3957msgid "Cannot generate relocation type for symbol %s, code %s"
3bcbcc3d
HPN
3958msgstr ""
3959
6840198f 3960#. The messages are formatted to line up with the generic options.
ae351704 3961#: config/tc-cris.c:3939
6e1772d5 3962#, c-format
7b15d668 3963msgid "CRIS-specific options:\n"
3bcbcc3d
HPN
3964msgstr ""
3965
ae351704 3966#: config/tc-cris.c:3941
85a39694
NC
3967msgid ""
3968" -h, -H Don't execute, print this help text. Deprecated.\n"
3bcbcc3d
HPN
3969msgstr ""
3970
ae351704 3971#: config/tc-cris.c:3943
85a39694 3972msgid " -N Warn when branches are expanded to jumps.\n"
3bcbcc3d
HPN
3973msgstr ""
3974
ae351704 3975#: config/tc-cris.c:3945
85a39694
NC
3976msgid ""
3977" --underscore User symbols are normally prepended with "
3978"underscore.\n"
3bcbcc3d
HPN
3979msgstr ""
3980
ae351704 3981#: config/tc-cris.c:3947
85a39694 3982msgid " Registers will not need any prefix.\n"
3bcbcc3d
HPN
3983msgstr ""
3984
ae351704 3985#: config/tc-cris.c:3949
85a39694 3986msgid " --no-underscore User symbols do not have any prefix.\n"
3bcbcc3d
HPN
3987msgstr ""
3988
ae351704 3989#: config/tc-cris.c:3951
85a39694 3990msgid " Registers will require a `$'-prefix.\n"
3bcbcc3d
HPN
3991msgstr ""
3992
ae351704 3993#: config/tc-cris.c:3953
6840198f
NC
3994msgid " --pic\t\t\tEnable generation of position-independent code.\n"
3995msgstr ""
3996
ae351704 3997#: config/tc-cris.c:3955
06647dfd
AM
3998msgid ""
3999" --march=<arch>\t\tGenerate code for <arch>. Valid choices for <arch>\n"
4000"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
4001msgstr ""
4002
ae351704 4003#: config/tc-cris.c:3976
3bcbcc3d
HPN
4004msgid "Invalid relocation"
4005msgstr ""
4006
ae351704 4007#: config/tc-cris.c:4013
3bcbcc3d
HPN
4008msgid "Invalid pc-relative relocation"
4009msgstr ""
4010
ae351704 4011#: config/tc-cris.c:4058
3bcbcc3d
HPN
4012#, c-format
4013msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
4014msgstr ""
4015
ae351704 4016#: config/tc-cris.c:4088
6840198f
NC
4017#, c-format
4018msgid ".syntax %s requires command-line option `--underscore'"
4019msgstr ""
4020
ae351704 4021#: config/tc-cris.c:4097
6840198f
NC
4022#, c-format
4023msgid ".syntax %s requires command-line option `--no-underscore'"
4024msgstr ""
4025
ae351704 4026#: config/tc-cris.c:4134
7b15d668
HPN
4027msgid "Unknown .syntax operand"
4028msgstr ""
4029
ae351704 4030#: config/tc-cris.c:4144
6840198f
NC
4031msgid "Pseudodirective .file is only valid when generating ELF"
4032msgstr ""
4033
ae351704 4034#: config/tc-cris.c:4156
6840198f
NC
4035msgid "Pseudodirective .loc is only valid when generating ELF"
4036msgstr ""
4037
ae351704 4038#: config/tc-cris.c:4299
06647dfd 4039msgid "unknown operand to .arch"
8ea2b00f
AM
4040msgstr ""
4041
ae351704 4042#: config/tc-cris.c:4308
06647dfd 4043msgid ".arch <arch> requires a matching --march=... option"
8ea2b00f
AM
4044msgstr ""
4045
499ac353 4046#: config/tc-crx.c:818
8ea2b00f 4047#, c-format
06647dfd 4048msgid "Illegal Scale - `%d'"
8ea2b00f
AM
4049msgstr ""
4050
499ac353 4051#: config/tc-crx.c:1262
8ea2b00f 4052#, c-format
06647dfd 4053msgid "Illegal Co-processor register in Instruction `%s' "
8ea2b00f
AM
4054msgstr ""
4055
499ac353 4056#: config/tc-crx.c:1269
8ea2b00f 4057#, c-format
06647dfd 4058msgid "Illegal Co-processor special register in Instruction `%s' "
8ea2b00f
AM
4059msgstr ""
4060
499ac353 4061#: config/tc-crx.c:1588
8ea2b00f 4062#, c-format
06647dfd 4063msgid "Invalid DISPU4 operand value (arg %d)"
8ea2b00f
AM
4064msgstr ""
4065
499ac353 4066#: config/tc-crx.c:1591
8ea2b00f 4067#, c-format
06647dfd 4068msgid "Invalid CST4 operand value (arg %d)"
8ea2b00f
AM
4069msgstr ""
4070
499ac353 4071#: config/tc-crx.c:1594
8ea2b00f 4072#, c-format
06647dfd 4073msgid "Operand value is not within upper 64 KB (arg %d)"
8ea2b00f
AM
4074msgstr ""
4075
499ac353 4076#: config/tc-crx.c:1731
8ea2b00f
AM
4077msgid "Invalid Register in Register List"
4078msgstr ""
4079
499ac353 4080#: config/tc-crx.c:1785
8ea2b00f
AM
4081#, c-format
4082msgid "Illegal register `%s' in cop-register list"
4083msgstr ""
4084
499ac353 4085#: config/tc-crx.c:1793
06647dfd
AM
4086#, c-format
4087msgid "Illegal register `%s' in cop-special-register list"
4088msgstr ""
4089
499ac353 4090#: config/tc-crx.c:1812
06647dfd
AM
4091#, c-format
4092msgid "Illegal register `%s' in user register list"
4093msgstr ""
4094
499ac353 4095#: config/tc-crx.c:1831
8ea2b00f
AM
4096#, c-format
4097msgid "Illegal register `%s' in register list"
4098msgstr ""
4099
499ac353 4100#: config/tc-crx.c:1837
8ea2b00f
AM
4101#, c-format
4102msgid "Maximum %d bits may be set in `mask16' operand"
4103msgstr ""
4104
499ac353 4105#: config/tc-crx.c:1846
8ea2b00f
AM
4106#, c-format
4107msgid "rest of line ignored; first ignored character is `%c'"
4108msgstr ""
4109
499ac353 4110#: config/tc-crx.c:1854
8ea2b00f
AM
4111#, c-format
4112msgid "Illegal `mask16' operand, operation is undefined - `%s'"
4113msgstr ""
4114
06647dfd 4115#. HI can't be specified without LO (and vise-versa).
499ac353 4116#: config/tc-crx.c:1860
06647dfd
AM
4117msgid "HI/LO registers should be specified together"
4118msgstr ""
4119
499ac353 4120#: config/tc-crx.c:1866
06647dfd
AM
4121msgid "HI/LO registers should be specified without additional registers"
4122msgstr ""
4123
ae351704 4124#: config/tc-d10v.c:216
6e1772d5 4125#, c-format
252b5132
RH
4126msgid ""
4127"D10V options:\n"
bccba5f0
NC
4128"-O Optimize. Will do some operations in parallel.\n"
4129"--gstabs-packing Pack adjacent short instructions together even\n"
4130" when --gstabs is specified. On by default.\n"
4131"--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n"
4132" instructions together.\n"
252b5132
RH
4133msgstr ""
4134
499ac353 4135#: config/tc-d10v.c:573
87ccc1b0
NC
4136msgid "operand is not an immediate"
4137msgstr ""
4138
499ac353 4139#: config/tc-d10v.c:591
252b5132 4140#, c-format
87ccc1b0 4141msgid "operand out of range: %lu"
252b5132
RH
4142msgstr ""
4143
499ac353 4144#: config/tc-d10v.c:649
252b5132
RH
4145msgid "Instruction must be executed in parallel with another instruction."
4146msgstr ""
4147
499ac353 4148#: config/tc-d10v.c:703 config/tc-d10v.c:711
55cf6793
ZW
4149#, c-format
4150msgid "packing conflict: %s must dispatch sequentially"
252b5132
RH
4151msgstr ""
4152
499ac353 4153#: config/tc-d10v.c:810
55cf6793
ZW
4154#, c-format
4155msgid "resource conflict (R%d)"
252b5132
RH
4156msgstr ""
4157
499ac353 4158#: config/tc-d10v.c:813
55cf6793
ZW
4159#, c-format
4160msgid "resource conflict (A%d)"
252b5132
RH
4161msgstr ""
4162
499ac353 4163#: config/tc-d10v.c:815
55cf6793 4164msgid "resource conflict (PSW)"
252b5132
RH
4165msgstr ""
4166
499ac353 4167#: config/tc-d10v.c:817
55cf6793 4168msgid "resource conflict (C flag)"
252b5132
RH
4169msgstr ""
4170
499ac353 4171#: config/tc-d10v.c:819
55cf6793 4172msgid "resource conflict (F flag)"
252b5132
RH
4173msgstr ""
4174
499ac353 4175#: config/tc-d10v.c:969
55cf6793 4176msgid "Instruction must be executed in parallel"
252b5132
RH
4177msgstr ""
4178
499ac353 4179#: config/tc-d10v.c:972
55cf6793 4180msgid "Long instructions may not be combined."
252b5132
RH
4181msgstr ""
4182
499ac353 4183#: config/tc-d10v.c:1005
55cf6793 4184msgid "One of these instructions may not be executed in parallel."
87ccc1b0
NC
4185msgstr ""
4186
499ac353 4187#: config/tc-d10v.c:1009 config/tc-d30v.c:1036
55cf6793 4188msgid "Two IU instructions may not be executed in parallel"
87ccc1b0
NC
4189msgstr ""
4190
499ac353
NC
4191#: config/tc-d10v.c:1011 config/tc-d10v.c:1019 config/tc-d10v.c:1033
4192#: config/tc-d10v.c:1048 config/tc-d30v.c:1037 config/tc-d30v.c:1046
55cf6793 4193msgid "Swapping instruction order"
87ccc1b0
NC
4194msgstr ""
4195
499ac353 4196#: config/tc-d10v.c:1017 config/tc-d30v.c:1043
55cf6793 4197msgid "Two MU instructions may not be executed in parallel"
87ccc1b0
NC
4198msgstr ""
4199
499ac353 4200#: config/tc-d10v.c:1037 config/tc-d30v.c:1063
55cf6793 4201msgid "IU instruction may not be in the left container"
87ccc1b0
NC
4202msgstr ""
4203
499ac353 4204#: config/tc-d10v.c:1039 config/tc-d10v.c:1054
55cf6793
ZW
4205msgid ""
4206"Instruction in R container is squashed by flow control instruction in L "
4207"container."
87ccc1b0
NC
4208msgstr ""
4209
499ac353 4210#: config/tc-d10v.c:1052 config/tc-d30v.c:1074
55cf6793 4211msgid "MU instruction may not be in the right container"
252b5132
RH
4212msgstr ""
4213
499ac353 4214#: config/tc-d10v.c:1058 config/tc-d30v.c:1086
55cf6793 4215msgid "unknown execution type passed to write_2_short()"
252b5132
RH
4216msgstr ""
4217
499ac353 4218#: config/tc-d10v.c:1186 config/tc-d10v.c:1359
252b5132
RH
4219msgid "bad opcode or operands"
4220msgstr ""
4221
499ac353 4222#: config/tc-d10v.c:1261
252b5132
RH
4223msgid "value out of range"
4224msgstr ""
4225
499ac353 4226#: config/tc-d10v.c:1335
252b5132
RH
4227msgid "illegal operand - register name found where none expected"
4228msgstr ""
4229
499ac353 4230#: config/tc-d10v.c:1370
252b5132
RH
4231msgid "Register number must be EVEN"
4232msgstr ""
4233
499ac353 4234#: config/tc-d10v.c:1373
328577ad
NC
4235msgid "Unsupported use of sp"
4236msgstr ""
4237
499ac353 4238#: config/tc-d10v.c:1392
87ccc1b0
NC
4239#, c-format
4240msgid "cr%ld is a reserved control register"
4241msgstr ""
4242
499ac353 4243#: config/tc-d10v.c:1565
55cf6793 4244#, c-format
ae351704
AM
4245msgid "line %d: rep or repi must include at least 4 instructions"
4246msgstr ""
4247
499ac353 4248#: config/tc-d10v.c:1745
ae351704 4249msgid "can't find previous opcode "
55cf6793
ZW
4250msgstr ""
4251
499ac353 4252#: config/tc-d10v.c:1757
252b5132 4253#, c-format
ae351704 4254msgid "could not assemble: %s"
252b5132
RH
4255msgstr ""
4256
499ac353 4257#: config/tc-d10v.c:1772 config/tc-d10v.c:1794 config/tc-d30v.c:1742
55cf6793
ZW
4258msgid "Unable to mix instructions as specified"
4259msgstr ""
4260
ae351704 4261#: config/tc-d30v.c:149
252b5132
RH
4262#, c-format
4263msgid "Register name %s conflicts with symbol of the same name"
4264msgstr ""
4265
ae351704 4266#: config/tc-d30v.c:239
6e1772d5 4267#, c-format
252b5132
RH
4268msgid ""
4269"\n"
4270"D30V options:\n"
4271"-O Make adjacent short instructions parallel if "
4272"possible.\n"
4273"-n Warn about all NOPs inserted by the assembler.\n"
4274"-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
4275"-c Warn about symbols whoes names match register "
4276"names.\n"
4277"-C Opposite of -C. -c is the default.\n"
4278msgstr ""
4279
499ac353 4280#: config/tc-d30v.c:367
252b5132
RH
4281msgid "unexpected 12-bit reloc type"
4282msgstr ""
4283
499ac353 4284#: config/tc-d30v.c:374
252b5132
RH
4285msgid "unexpected 18-bit reloc type"
4286msgstr ""
4287
499ac353 4288#: config/tc-d30v.c:624
252b5132
RH
4289#, c-format
4290msgid "%s NOP inserted"
4291msgstr ""
4292
499ac353 4293#: config/tc-d30v.c:625
252b5132
RH
4294msgid "sequential"
4295msgstr ""
4296
499ac353 4297#: config/tc-d30v.c:625
252b5132
RH
4298msgid "parallel"
4299msgstr ""
4300
499ac353 4301#: config/tc-d30v.c:1032
252b5132
RH
4302msgid "Instructions may not be executed in parallel"
4303msgstr ""
4304
499ac353 4305#: config/tc-d30v.c:1045
252b5132
RH
4306#, c-format
4307msgid "Executing %s in IU may not work"
4308msgstr ""
4309
499ac353 4310#: config/tc-d30v.c:1052
bc0d738a
NC
4311#, c-format
4312msgid "Executing %s in IU may not work in parallel execution"
4313msgstr ""
4314
499ac353 4315#: config/tc-d30v.c:1065
252b5132
RH
4316#, c-format
4317msgid "special left instruction `%s' kills instruction `%s' in right container"
4318msgstr ""
4319
499ac353 4320#: config/tc-d30v.c:1076
bc0d738a
NC
4321#, c-format
4322msgid "Executing %s in reverse serial with %s may not work"
4323msgstr ""
4324
499ac353 4325#: config/tc-d30v.c:1079
bc0d738a
NC
4326#, c-format
4327msgid "Executing %s in IU in reverse serial may not work"
4328msgstr ""
4329
499ac353 4330#: config/tc-d30v.c:1268
55cf6793 4331msgid "Odd numbered register used as target of multi-register instruction"
252b5132
RH
4332msgstr ""
4333
499ac353 4334#: config/tc-d30v.c:1332 config/tc-d30v.c:1367
55cf6793
ZW
4335#, c-format
4336msgid "unknown condition code: %s"
252b5132
RH
4337msgstr ""
4338
499ac353 4339#: config/tc-d30v.c:1360
55cf6793
ZW
4340#, c-format
4341msgid "cmpu doesn't support condition code %s"
252b5132
RH
4342msgstr ""
4343
499ac353 4344#: config/tc-d30v.c:1395
ae351704
AM
4345#, c-format
4346msgid "unknown opcode: %s"
4347msgstr ""
4348
499ac353 4349#: config/tc-d30v.c:1406
55cf6793
ZW
4350#, c-format
4351msgid "operands for opcode `%s' do not match any valid format"
252b5132
RH
4352msgstr ""
4353
499ac353 4354#: config/tc-d30v.c:1621 config/tc-d30v.c:1638
55cf6793 4355msgid "Cannot assemble instruction"
252b5132
RH
4356msgstr ""
4357
499ac353 4358#: config/tc-d30v.c:1623
55cf6793 4359msgid "First opcode is long. Unable to mix instructions as specified."
252b5132
RH
4360msgstr ""
4361
499ac353 4362#: config/tc-d30v.c:1692
55cf6793 4363msgid "word of NOPs added between word multiply and load"
252b5132
RH
4364msgstr ""
4365
499ac353 4366#: config/tc-d30v.c:1694
55cf6793 4367msgid "word of NOPs added between word multiply and 16-bit multiply"
252b5132
RH
4368msgstr ""
4369
499ac353 4370#: config/tc-d30v.c:1726
55cf6793 4371msgid "Instruction uses long version, so it cannot be mixed as specified"
252b5132
RH
4372msgstr ""
4373
499ac353 4374#: config/tc-d30v.c:1853
55cf6793
ZW
4375#, c-format
4376msgid "value too large to fit in %d bits"
4377msgstr ""
4378
499ac353 4379#: config/tc-d30v.c:1914
252b5132
RH
4380#, c-format
4381msgid "line %d: unable to place address of symbol '%s' into a byte"
4382msgstr ""
4383
499ac353 4384#: config/tc-d30v.c:1917
252b5132 4385#, c-format
87ccc1b0 4386msgid "line %d: unable to place value %lx into a byte"
252b5132
RH
4387msgstr ""
4388
499ac353 4389#: config/tc-d30v.c:1925
252b5132
RH
4390#, c-format
4391msgid "line %d: unable to place address of symbol '%s' into a short"
4392msgstr ""
4393
499ac353 4394#: config/tc-d30v.c:1928
252b5132 4395#, c-format
87ccc1b0 4396msgid "line %d: unable to place value %lx into a short"
252b5132
RH
4397msgstr ""
4398
499ac353 4399#: config/tc-d30v.c:1936
252b5132
RH
4400#, c-format
4401msgid "line %d: unable to place address of symbol '%s' into a quad"
4402msgstr ""
4403
499ac353 4404#: config/tc-d30v.c:2044
252b5132
RH
4405#, c-format
4406msgid "Alignment too large: %d assumed"
4407msgstr ""
4408
55cf6793 4409#: config/tc-dlx.c:211
87ccc1b0 4410msgid "missing .proc"
a74801ba
ILT
4411msgstr ""
4412
55cf6793 4413#: config/tc-dlx.c:228
87ccc1b0 4414msgid ".endfunc missing for previous .proc"
a74801ba
ILT
4415msgstr ""
4416
c85dd50d
NC
4417#: config/tc-dlx.c:290 config/tc-i860.c:227 config/tc-mips.c:1769
4418#, c-format
4419msgid "internal error: can't hash `%s': %s\n"
4420msgstr ""
4421
3caac5b8 4422#. Probably a memory allocation problem? Give up now.
499ac353 4423#: config/tc-dlx.c:297 config/tc-hppa.c:8255 config/tc-mips.c:1772
c85dd50d 4424#: config/tc-mips.c:1824 config/tc-or32.c:211 config/tc-sparc.c:869
3caac5b8
AM
4425msgid "Broken assembler. No assembly attempted."
4426msgstr ""
4427
55cf6793 4428#: config/tc-dlx.c:327
87ccc1b0 4429#, c-format
55cf6793 4430msgid "Bad operand for a load instruction: <%s>"
a74801ba
ILT
4431msgstr ""
4432
55cf6793 4433#: config/tc-dlx.c:441
87ccc1b0 4434#, c-format
55cf6793 4435msgid "Bad operand for a store instruction: <%s>"
a74801ba
ILT
4436msgstr ""
4437
55cf6793 4438#: config/tc-dlx.c:621
87ccc1b0 4439#, c-format
55cf6793 4440msgid "Expression Error for operand modifier %%hi/%%lo\n"
328577ad
NC
4441msgstr ""
4442
499ac353 4443#: config/tc-dlx.c:634 config/tc-or32.c:812
3caac5b8
AM
4444#, c-format
4445msgid "Invalid expression after %%%%\n"
4446msgstr ""
4447
4448#: config/tc-dlx.c:703
4449#, c-format
4450msgid "Unknown opcode `%s'."
4451msgstr ""
4452
55cf6793 4453#: config/tc-dlx.c:716
87ccc1b0 4454msgid "Can not set dlx_skip_hi16_flag"
252b5132
RH
4455msgstr ""
4456
55cf6793 4457#: config/tc-dlx.c:730
87ccc1b0
NC
4458#, c-format
4459msgid "Missing arguments for opcode <%s>."
252b5132
RH
4460msgstr ""
4461
3caac5b8
AM
4462#: config/tc-dlx.c:764
4463#, c-format
4464msgid "Too many operands: %s"
4465msgstr ""
4466
55cf6793 4467#: config/tc-dlx.c:801
87ccc1b0
NC
4468#, c-format
4469msgid "Both the_insn.HI and the_insn.LO are set : %s"
252b5132
RH
4470msgstr ""
4471
55cf6793 4472#: config/tc-dlx.c:871
87ccc1b0 4473msgid "failed regnum sanity check."
252b5132
RH
4474msgstr ""
4475
55cf6793 4476#: config/tc-dlx.c:884
87ccc1b0 4477msgid "failed general register sanity check."
252b5132
RH
4478msgstr ""
4479
c85dd50d
NC
4480#. Types or values of args don't match.
4481#: config/tc-dlx.c:892
4482msgid "Invalid operands"
4483msgstr ""
4484
499ac353 4485#: config/tc-dlx.c:1119 config/tc-or32.c:774
3caac5b8
AM
4486#, c-format
4487msgid "label \"$%d\" redefined"
4488msgstr ""
4489
499ac353 4490#: config/tc-dlx.c:1157
87ccc1b0 4491msgid "Invalid expression after # number\n"
252b5132
RH
4492msgstr ""
4493
ae351704 4494#: config/tc-fr30.c:82
6e1772d5 4495#, c-format
87ccc1b0 4496msgid " FR30 specific command line options:\n"
252b5132
RH
4497msgstr ""
4498
ae351704 4499#: config/tc-fr30.c:135
252b5132 4500#, c-format
87ccc1b0 4501msgid "Instruction %s not allowed in a delay slot."
252b5132
RH
4502msgstr ""
4503
c85dd50d 4504#: config/tc-frv.c:407
6e1772d5 4505#, c-format
c85dd50d 4506msgid "Unknown cpu -mcpu=%s"
252b5132
RH
4507msgstr ""
4508
42477147 4509#: config/tc-frv.c:460
6e1772d5 4510#, c-format
c85dd50d 4511msgid "FRV specific command line options:\n"
252b5132
RH
4512msgstr ""
4513
42477147
NC
4514#: config/tc-frv.c:461
4515#, c-format
4516msgid "-G n Put data <= n bytes in the small data area\n"
4517msgstr ""
4518
ae351704 4519#: config/tc-frv.c:462
6e1772d5 4520#, c-format
42477147 4521msgid "-mgpr-32 Mark generated file as only using 32 GPRs\n"
252b5132
RH
4522msgstr ""
4523
ae351704 4524#: config/tc-frv.c:463
6e1772d5 4525#, c-format
42477147 4526msgid "-mgpr-64 Mark generated file as using all 64 GPRs\n"
252b5132
RH
4527msgstr ""
4528
ae351704 4529#: config/tc-frv.c:464
6e1772d5 4530#, c-format
42477147 4531msgid "-mfpr-32 Mark generated file as only using 32 FPRs\n"
252b5132
RH
4532msgstr ""
4533
ae351704 4534#: config/tc-frv.c:465
6e1772d5 4535#, c-format
42477147 4536msgid "-mfpr-64 Mark generated file as using all 64 FPRs\n"
252b5132
RH
4537msgstr ""
4538
ae351704 4539#: config/tc-frv.c:466
6e1772d5 4540#, c-format
42477147 4541msgid "-msoft-float Mark generated file as using software FP\n"
252b5132
RH
4542msgstr ""
4543
ae351704 4544#: config/tc-frv.c:467
6e1772d5 4545#, c-format
42477147 4546msgid "-mdword Mark generated file as using a 8-byte stack alignment\n"
252b5132
RH
4547msgstr ""
4548
ae351704 4549#: config/tc-frv.c:468
6e1772d5 4550#, c-format
42477147 4551msgid "-mno-dword Mark generated file as using a 4-byte stack alignment\n"
252b5132
RH
4552msgstr ""
4553
ae351704 4554#: config/tc-frv.c:469
6e1772d5 4555#, c-format
42477147
NC
4556msgid ""
4557"-mdouble Mark generated file as using double precision FP insns\n"
252b5132
RH
4558msgstr ""
4559
ae351704 4560#: config/tc-frv.c:470
6e1772d5 4561#, c-format
42477147 4562msgid "-mmedia Mark generated file as using media insns\n"
252b5132
RH
4563msgstr ""
4564
ae351704 4565#: config/tc-frv.c:471
6e1772d5 4566#, c-format
42477147
NC
4567msgid ""
4568"-mmuladd Mark generated file as using multiply add/subtract insns\n"
252b5132
RH
4569msgstr ""
4570
ae351704 4571#: config/tc-frv.c:472
6e1772d5 4572#, c-format
42477147 4573msgid "-mpack Allow instructions to be packed\n"
252b5132
RH
4574msgstr ""
4575
ae351704 4576#: config/tc-frv.c:473
6e1772d5 4577#, c-format
42477147 4578msgid "-mno-pack Do not allow instructions to be packed\n"
252b5132
RH
4579msgstr ""
4580
ae351704 4581#: config/tc-frv.c:474
6e1772d5 4582#, c-format
42477147
NC
4583msgid ""
4584"-mpic Mark generated file as using small position independent "
4585"code\n"
328577ad
NC
4586msgstr ""
4587
ae351704 4588#: config/tc-frv.c:475
6e1772d5 4589#, c-format
42477147
NC
4590msgid ""
4591"-mPIC Mark generated file as using large position independent "
4592"code\n"
252b5132
RH
4593msgstr ""
4594
ae351704 4595#: config/tc-frv.c:476
6e1772d5 4596#, c-format
42477147
NC
4597msgid ""
4598"-mlibrary-pic Mark generated file as using position indepedent code for "
4599"libraries\n"
252b5132
RH
4600msgstr ""
4601
ae351704 4602#: config/tc-frv.c:477
8ea2b00f 4603#, c-format
42477147 4604msgid "-mfdpic Assemble for the FDPIC ABI\n"
8ea2b00f
AM
4605msgstr ""
4606
ae351704 4607#: config/tc-frv.c:478
8ea2b00f 4608#, c-format
42477147 4609msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
8ea2b00f
AM
4610msgstr ""
4611
ae351704 4612#: config/tc-frv.c:479
6e1772d5 4613#, c-format
42477147 4614msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
252b5132
RH
4615msgstr ""
4616
ae351704 4617#: config/tc-frv.c:480
6e1772d5 4618#, c-format
42477147 4619msgid " Record the cpu type\n"
252b5132
RH
4620msgstr ""
4621
ae351704 4622#: config/tc-frv.c:481
6e1772d5 4623#, c-format
42477147 4624msgid "-mtomcat-stats Print out stats for tomcat workarounds\n"
c85dd50d
NC
4625msgstr ""
4626
4627#: config/tc-frv.c:482
4628#, c-format
42477147 4629msgid "-mtomcat-debug Debug tomcat workarounds\n"
252b5132
RH
4630msgstr ""
4631
42477147 4632#: config/tc-frv.c:1186
87ccc1b0 4633msgid "VLIW packing used for -mno-pack"
252b5132
RH
4634msgstr ""
4635
42477147 4636#: config/tc-frv.c:1196
6e1772d5
AM
4637msgid "Instruction not supported by this architecture"
4638msgstr ""
4639
42477147 4640#: config/tc-frv.c:1206
87ccc1b0 4641msgid "VLIW packing constraint violation"
252b5132
RH
4642msgstr ""
4643
42477147 4644#: config/tc-frv.c:1822
252b5132 4645#, c-format
87ccc1b0 4646msgid "Relocation %s is not safe for %s"
252b5132
RH
4647msgstr ""
4648
ae351704 4649#: config/tc-h8300.c:395 config/tc-h8300.c:403
87ccc1b0 4650msgid "Reg not valid for H8/300"
252b5132
RH
4651msgstr ""
4652
ae351704 4653#: config/tc-h8300.c:484
fce00800
AM
4654msgid "invalid operand size requested"
4655msgstr ""
4656
ae351704 4657#: config/tc-h8300.c:583
87ccc1b0 4658msgid "Invalid register list for ldm/stm\n"
328577ad
NC
4659msgstr ""
4660
ae351704 4661#: config/tc-h8300.c:609 config/tc-h8300.c:614 config/tc-h8300.c:621
fce00800
AM
4662msgid "mismatch between register and suffix"
4663msgstr ""
4664
ae351704 4665#: config/tc-h8300.c:648
fce00800
AM
4666msgid "address too high for vector table jmp/jsr"
4667msgstr ""
4668
ae351704 4669#: config/tc-h8300.c:675 config/tc-h8300.c:787 config/tc-h8300.c:797
87ccc1b0 4670msgid "Wrong size pointer register for architecture."
328577ad
NC
4671msgstr ""
4672
ae351704 4673#: config/tc-h8300.c:734 config/tc-h8300.c:742 config/tc-h8300.c:771
87ccc1b0 4674msgid "expected @(exp, reg16)"
252b5132
RH
4675msgstr ""
4676
ae351704 4677#: config/tc-h8300.c:760
fce00800
AM
4678msgid "expected .L, .W or .B for register in indexed addressing mode"
4679msgstr ""
4680
ae351704 4681#: config/tc-h8300.c:954
fce00800
AM
4682msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
4683msgstr ""
4684
ae351704 4685#: config/tc-h8300.c:972 config/tc-h8300.c:981
fce00800
AM
4686msgid "expected register"
4687msgstr ""
4688
ae351704 4689#: config/tc-h8300.c:997
fce00800
AM
4690msgid "expected closing paren"
4691msgstr ""
4692
ae351704 4693#: config/tc-h8300.c:1056
fce00800
AM
4694#, c-format
4695msgid "can't use high part of register in operand %d"
4696msgstr ""
4697
ae351704 4698#: config/tc-h8300.c:1213
fce00800
AM
4699#, c-format
4700msgid "Opcode `%s' with these operand types not available in %s mode"
4701msgstr ""
4702
ae351704 4703#: config/tc-h8300.c:1222
fce00800 4704msgid "mismatch between opcode size and operand size"
87ccc1b0
NC
4705msgstr ""
4706
ae351704 4707#: config/tc-h8300.c:1258
87ccc1b0
NC
4708#, c-format
4709msgid "operand %s0x%lx out of range."
4710msgstr ""
4711
ae351704 4712#: config/tc-h8300.c:1354
87ccc1b0
NC
4713msgid "Can't work out size of operand.\n"
4714msgstr ""
4715
ae351704 4716#: config/tc-h8300.c:1403
87ccc1b0
NC
4717#, c-format
4718msgid "Opcode `%s' with these operand types not available in H8/300 mode"
4719msgstr ""
4720
ae351704 4721#: config/tc-h8300.c:1408
fce00800
AM
4722#, c-format
4723msgid "Opcode `%s' with these operand types not available in H8/300H mode"
4724msgstr ""
4725
ae351704 4726#: config/tc-h8300.c:1414
fce00800
AM
4727#, c-format
4728msgid "Opcode `%s' with these operand types not available in H8/300S mode"
4729msgstr ""
4730
ae351704 4731#: config/tc-h8300.c:1475 config/tc-h8300.c:1495
87ccc1b0
NC
4732msgid "Need #1 or #2 here"
4733msgstr ""
4734
ae351704 4735#: config/tc-h8300.c:1490
87ccc1b0
NC
4736msgid "#4 not valid on H8/300."
4737msgstr ""
4738
ae351704 4739#: config/tc-h8300.c:1596 config/tc-h8300.c:1678
87ccc1b0
NC
4740#, c-format
4741msgid "branch operand has odd offset (%lx)\n"
4742msgstr ""
4743
ae351704 4744#: config/tc-h8300.c:1716
87ccc1b0
NC
4745msgid "destination operand must be 16 bit register"
4746msgstr ""
4747
ae351704 4748#: config/tc-h8300.c:1725
87ccc1b0
NC
4749msgid "source operand must be 8 bit register"
4750msgstr ""
4751
ae351704 4752#: config/tc-h8300.c:1733
87ccc1b0
NC
4753msgid "destination operand must be 16bit absolute address"
4754msgstr ""
4755
ae351704 4756#: config/tc-h8300.c:1740
87ccc1b0
NC
4757msgid "destination operand must be 8 bit register"
4758msgstr ""
4759
ae351704 4760#: config/tc-h8300.c:1748
87ccc1b0
NC
4761msgid "source operand must be 16bit absolute address"
4762msgstr ""
4763
4764#. This seems more sane than saying "too many operands". We'll
4765#. get here only if the trailing trash starts with a comma.
6e1772d5 4766#. Types or values of args don't match.
ae351704 4767#: config/tc-h8300.c:1756 config/tc-mmix.c:472 config/tc-mmix.c:484
499ac353 4768#: config/tc-mmix.c:2497 config/tc-mmix.c:2521 config/tc-mmix.c:2794
ae351704 4769#: config/tc-or32.c:528
87ccc1b0
NC
4770msgid "invalid operands"
4771msgstr ""
4772
ae351704 4773#: config/tc-h8300.c:1787
fce00800 4774msgid "operand/size mis-match"
87ccc1b0
NC
4775msgstr ""
4776
c85dd50d 4777#: config/tc-h8300.c:1883 config/tc-mips.c:9781 config/tc-sh64.c:2795
ae351704 4778#: config/tc-sh.c:2925 config/tc-z8k.c:1226
fce00800 4779msgid "unknown opcode"
87ccc1b0
NC
4780msgstr ""
4781
ae351704 4782#: config/tc-h8300.c:1916
6e1772d5
AM
4783msgid "invalid operand in ldm"
4784msgstr ""
4785
ae351704 4786#: config/tc-h8300.c:1925
6e1772d5
AM
4787msgid "invalid operand in stm"
4788msgstr ""
4789
499ac353 4790#: config/tc-h8300.c:2039
6e1772d5 4791#, c-format
87ccc1b0
NC
4792msgid "call to tc_aout_fix_to_chars \n"
4793msgstr ""
4794
499ac353 4795#: config/tc-h8300.c:2048 config/tc-xc16x.c:340
6e1772d5 4796#, c-format
87ccc1b0
NC
4797msgid "call to md_convert_frag \n"
4798msgstr ""
4799
662a2e45 4800#: config/tc-h8300.c:2099 config/tc-xc16x.c:244
6e1772d5 4801#, c-format
c85dd50d 4802msgid "call to md_estimate_size_before_relax \n"
87ccc1b0
NC
4803msgstr ""
4804
662a2e45 4805#: config/tc-h8300.c:2128 config/tc-xc16x.c:285
c85dd50d
NC
4806msgid "Difference of symbols in different sections is not supported"
4807msgstr ""
4808
499ac353
NC
4809#: config/tc-h8300.c:2150 config/tc-mcore.c:2199 config/tc-pj.c:489
4810#: config/tc-sh.c:4351 config/tc-xc16x.c:308
87ccc1b0
NC
4811#, c-format
4812msgid "Cannot represent relocation type %s"
4813msgstr ""
4814
6e1772d5 4815#. Simple range checking for FIELD against HIGH and LOW bounds.
87ccc1b0 4816#. IGNORE is used to suppress the error message.
55cf6793 4817#. Variant of CHECK_FIELD for use in md_apply_fix and other places where
6e1772d5 4818#. the current file and line number are not valid.
ae351704 4819#: config/tc-hppa.c:1015 config/tc-hppa.c:1029
87ccc1b0
NC
4820#, c-format
4821msgid "Field out of range [%d..%d] (%d)."
4822msgstr ""
4823
6e1772d5 4824#. Simple alignment checking for FIELD against ALIGN (a power of two).
87ccc1b0 4825#. IGNORE is used to suppress the error message.
ae351704 4826#: config/tc-hppa.c:1043
87ccc1b0
NC
4827#, c-format
4828msgid "Field not properly aligned [%d] (%d)."
4829msgstr ""
4830
ae351704 4831#: config/tc-hppa.c:1092
87ccc1b0
NC
4832msgid "Missing .exit\n"
4833msgstr ""
4834
ae351704 4835#: config/tc-hppa.c:1095
87ccc1b0
NC
4836msgid "Missing .procend\n"
4837msgstr ""
4838
ae351704 4839#: config/tc-hppa.c:1277
328577ad 4840#, c-format
252b5132
RH
4841msgid "Invalid field selector. Assuming F%%."
4842msgstr ""
4843
ae351704
AM
4844#: config/tc-hppa.c:1304
4845msgid "Bad segment in expression."
252b5132
RH
4846msgstr ""
4847
ae351704 4848#: config/tc-hppa.c:1329
252b5132 4849#, c-format
ae351704 4850msgid "Invalid Nullification: (%c)"
252b5132
RH
4851msgstr ""
4852
499ac353 4853#: config/tc-hppa.c:1387
ae351704 4854msgid "Cannot handle fixup"
252b5132
RH
4855msgstr ""
4856
499ac353 4857#: config/tc-hppa.c:1685
ae351704
AM
4858#, c-format
4859msgid " -Q ignored\n"
252b5132
RH
4860msgstr ""
4861
499ac353 4862#: config/tc-hppa.c:1689
ae351704
AM
4863#, c-format
4864msgid " -c print a warning if a comment is found\n"
252b5132
RH
4865msgstr ""
4866
499ac353 4867#: config/tc-hppa.c:1755
ae351704
AM
4868#, c-format
4869msgid "no hppa_fixup entry for fixup type 0x%x"
252b5132
RH
4870msgstr ""
4871
499ac353 4872#: config/tc-hppa.c:1934
ae351704 4873msgid "Unknown relocation encountered in md_apply_fix."
a74801ba
ILT
4874msgstr ""
4875
499ac353 4876#: config/tc-hppa.c:2122 config/tc-hppa.c:2147
ae351704
AM
4877#, c-format
4878msgid "Undefined register: '%s'."
a74801ba
ILT
4879msgstr ""
4880
499ac353 4881#: config/tc-hppa.c:2181
252b5132 4882#, c-format
ae351704 4883msgid "Non-absolute symbol: '%s'."
252b5132
RH
4884msgstr ""
4885
499ac353 4886#: config/tc-hppa.c:2196
ae351704
AM
4887#, c-format
4888msgid "Undefined absolute constant: '%s'."
252b5132
RH
4889msgstr ""
4890
499ac353 4891#: config/tc-hppa.c:2227 config/tc-hppa.c:5646
ae351704 4892msgid "could not update architecture and machine"
252b5132
RH
4893msgstr ""
4894
499ac353 4895#: config/tc-hppa.c:2265
252b5132 4896#, c-format
ae351704 4897msgid "Invalid FP Compare Condition: %s"
a74801ba
ILT
4898msgstr ""
4899
499ac353 4900#: config/tc-hppa.c:2320
a74801ba 4901#, c-format
ae351704 4902msgid "Invalid FTEST completer: %s"
252b5132
RH
4903msgstr ""
4904
499ac353 4905#: config/tc-hppa.c:2386 config/tc-hppa.c:2423
ae351704
AM
4906#, c-format
4907msgid "Invalid FP Operand Format: %3s"
a74801ba
ILT
4908msgstr ""
4909
499ac353 4910#: config/tc-hppa.c:2558
ae351704 4911msgid "Bad segment (should be absolute)."
252b5132
RH
4912msgstr ""
4913
499ac353 4914#: config/tc-hppa.c:2584
ae351704
AM
4915#, c-format
4916msgid "Invalid argument location: %s\n"
252b5132
RH
4917msgstr ""
4918
499ac353 4919#: config/tc-hppa.c:2613
ae351704
AM
4920#, c-format
4921msgid "Invalid argument description: %d"
252b5132
RH
4922msgstr ""
4923
499ac353 4924#: config/tc-hppa.c:3439
ae351704 4925msgid "Invalid Indexed Load Completer."
252b5132
RH
4926msgstr ""
4927
499ac353 4928#: config/tc-hppa.c:3444
ae351704 4929msgid "Invalid Indexed Load Completer Syntax."
252b5132
RH
4930msgstr ""
4931
499ac353 4932#: config/tc-hppa.c:3478
ae351704 4933msgid "Invalid Short Load/Store Completer."
252b5132
RH
4934msgstr ""
4935
499ac353 4936#: config/tc-hppa.c:3538 config/tc-hppa.c:3543
ae351704 4937msgid "Invalid Store Bytes Short Completer"
252b5132
RH
4938msgstr ""
4939
499ac353 4940#: config/tc-hppa.c:3854 config/tc-hppa.c:3860
ae351704 4941msgid "Invalid left/right combination completer"
252b5132
RH
4942msgstr ""
4943
499ac353 4944#: config/tc-hppa.c:3909 config/tc-hppa.c:3916
ae351704 4945msgid "Invalid permutation completer"
55cf6793
ZW
4946msgstr ""
4947
499ac353 4948#: config/tc-hppa.c:4016
252b5132 4949#, c-format
ae351704 4950msgid "Invalid Add Condition: %s"
252b5132
RH
4951msgstr ""
4952
499ac353 4953#: config/tc-hppa.c:4027 config/tc-hppa.c:4037
ae351704 4954msgid "Invalid Add and Branch Condition"
85a39694
NC
4955msgstr ""
4956
499ac353 4957#: config/tc-hppa.c:4058 config/tc-hppa.c:4195
ae351704 4958msgid "Invalid Compare/Subtract Condition"
28e7409f
NC
4959msgstr ""
4960
499ac353 4961#: config/tc-hppa.c:4098
6e1772d5 4962#, c-format
ae351704 4963msgid "Invalid Bit Branch Condition: %c"
28e7409f
NC
4964msgstr ""
4965
499ac353 4966#: config/tc-hppa.c:4183
85a39694 4967#, c-format
ae351704 4968msgid "Invalid Compare/Subtract Condition: %s"
252b5132
RH
4969msgstr ""
4970
499ac353 4971#: config/tc-hppa.c:4210
ae351704 4972msgid "Invalid Compare and Branch Condition"
252b5132
RH
4973msgstr ""
4974
499ac353 4975#: config/tc-hppa.c:4306
ae351704 4976msgid "Invalid Logical Instruction Condition."
252b5132
RH
4977msgstr ""
4978
499ac353 4979#: config/tc-hppa.c:4361
ae351704 4980msgid "Invalid Shift/Extract/Deposit Condition."
252b5132
RH
4981msgstr ""
4982
499ac353 4983#: config/tc-hppa.c:4473
ae351704 4984msgid "Invalid Unit Instruction Condition."
252b5132
RH
4985msgstr ""
4986
499ac353
NC
4987#: config/tc-hppa.c:4948 config/tc-hppa.c:4980 config/tc-hppa.c:5011
4988#: config/tc-hppa.c:5041
ae351704 4989msgid "Branch to unaligned address"
252b5132
RH
4990msgstr ""
4991
499ac353 4992#: config/tc-hppa.c:5219
ae351704 4993msgid "Invalid SFU identifier"
a74801ba
ILT
4994msgstr ""
4995
499ac353 4996#: config/tc-hppa.c:5269
ae351704 4997msgid "Invalid COPR identifier"
252b5132
RH
4998msgstr ""
4999
499ac353 5000#: config/tc-hppa.c:5398
ae351704 5001msgid "Invalid Floating Point Operand Format."
252b5132
RH
5002msgstr ""
5003
499ac353
NC
5004#: config/tc-hppa.c:5515 config/tc-hppa.c:5535 config/tc-hppa.c:5555
5005#: config/tc-hppa.c:5575 config/tc-hppa.c:5595
ae351704 5006msgid "Invalid register for single precision fmpyadd or fmpysub"
252b5132
RH
5007msgstr ""
5008
499ac353 5009#: config/tc-hppa.c:5663
252b5132 5010#, c-format
ae351704 5011msgid "Invalid operands %s"
252b5132
RH
5012msgstr ""
5013
499ac353 5014#: config/tc-hppa.c:5718 config/tc-hppa.c:6924 config/tc-hppa.c:6979
ae351704 5015msgid "Missing function name for .PROC (corrupted label chain)"
252b5132
RH
5016msgstr ""
5017
499ac353 5018#: config/tc-hppa.c:5721 config/tc-hppa.c:6982
ae351704 5019msgid "Missing function name for .PROC"
252b5132
RH
5020msgstr ""
5021
499ac353 5022#: config/tc-hppa.c:5780
55cf6793
ZW
5023msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
5024msgstr ""
5025
499ac353 5026#: config/tc-hppa.c:5876
252b5132
RH
5027#, c-format
5028msgid "Invalid .CALL argument: %s"
5029msgstr ""
5030
499ac353 5031#: config/tc-hppa.c:6010
252b5132
RH
5032msgid ".callinfo is not within a procedure definition"
5033msgstr ""
5034
499ac353 5035#: config/tc-hppa.c:6030
252b5132
RH
5036#, c-format
5037msgid "FRAME parameter must be a multiple of 8: %d\n"
5038msgstr ""
5039
499ac353 5040#: config/tc-hppa.c:6049
252b5132
RH
5041msgid "Value for ENTRY_GR must be in the range 3..18\n"
5042msgstr ""
5043
499ac353 5044#: config/tc-hppa.c:6061
252b5132
RH
5045msgid "Value for ENTRY_FR must be in the range 12..21\n"
5046msgstr ""
5047
499ac353 5048#: config/tc-hppa.c:6071
252b5132
RH
5049msgid "Value for ENTRY_SR must be 3\n"
5050msgstr ""
5051
499ac353 5052#: config/tc-hppa.c:6127
252b5132
RH
5053#, c-format
5054msgid "Invalid .CALLINFO argument: %s"
5055msgstr ""
5056
499ac353 5057#: config/tc-hppa.c:6237
252b5132
RH
5058msgid "The .ENTER pseudo-op is not supported"
5059msgstr ""
5060
499ac353 5061#: config/tc-hppa.c:6253
252b5132
RH
5062msgid "Misplaced .entry. Ignored."
5063msgstr ""
5064
499ac353 5065#: config/tc-hppa.c:6257
252b5132
RH
5066msgid "Missing .callinfo."
5067msgstr ""
5068
499ac353 5069#: config/tc-hppa.c:6321
5b343f5a
NC
5070msgid ".REG expression must be a register"
5071msgstr ""
5072
499ac353 5073#: config/tc-hppa.c:6337
5b343f5a
NC
5074msgid "bad or irreducible absolute expression; zero assumed"
5075msgstr ""
5076
499ac353 5077#: config/tc-hppa.c:6348
252b5132
RH
5078msgid ".REG must use a label"
5079msgstr ""
5080
499ac353 5081#: config/tc-hppa.c:6350
252b5132
RH
5082msgid ".EQU must use a label"
5083msgstr ""
5084
499ac353 5085#: config/tc-hppa.c:6412
ae351704
AM
5086#, c-format
5087msgid "Symbol '%s' could not be created."
5088msgstr ""
5089
499ac353 5090#: config/tc-hppa.c:6416
ae351704
AM
5091msgid "No memory for symbol name."
5092msgstr ""
5093
499ac353 5094#: config/tc-hppa.c:6465
252b5132
RH
5095msgid ".EXIT must appear within a procedure"
5096msgstr ""
5097
499ac353 5098#: config/tc-hppa.c:6469
252b5132
RH
5099msgid "Missing .callinfo"
5100msgstr ""
5101
499ac353 5102#: config/tc-hppa.c:6473
252b5132
RH
5103msgid "No .ENTRY for this .EXIT"
5104msgstr ""
5105
499ac353 5106#: config/tc-hppa.c:6513
252b5132 5107#, c-format
ae351704 5108msgid "Using ENTRY rather than CODE in export directive for %s"
252b5132
RH
5109msgstr ""
5110
499ac353 5111#: config/tc-hppa.c:6630
252b5132 5112#, c-format
ae351704 5113msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
252b5132
RH
5114msgstr ""
5115
499ac353 5116#: config/tc-hppa.c:6654
252b5132 5117#, c-format
ae351704 5118msgid "Cannot define export symbol: %s\n"
252b5132
RH
5119msgstr ""
5120
499ac353 5121#: config/tc-hppa.c:6751
252b5132
RH
5122msgid "Missing label name on .LABEL"
5123msgstr ""
5124
499ac353 5125#: config/tc-hppa.c:6756
252b5132
RH
5126msgid "extra .LABEL arguments ignored."
5127msgstr ""
5128
499ac353 5129#: config/tc-hppa.c:6772
252b5132
RH
5130msgid "The .LEAVE pseudo-op is not supported"
5131msgstr ""
5132
499ac353 5133#: config/tc-hppa.c:6810
252b5132
RH
5134msgid "Unrecognized .LEVEL argument\n"
5135msgstr ""
5136
499ac353 5137#: config/tc-hppa.c:6844
252b5132
RH
5138#, c-format
5139msgid "Cannot define static symbol: %s\n"
5140msgstr ""
5141
499ac353 5142#: config/tc-hppa.c:6878
252b5132
RH
5143msgid "Nested procedures"
5144msgstr ""
5145
499ac353 5146#: config/tc-hppa.c:6888
252b5132
RH
5147msgid "Cannot allocate unwind descriptor\n"
5148msgstr ""
5149
499ac353 5150#: config/tc-hppa.c:6986
252b5132
RH
5151msgid "misplaced .procend"
5152msgstr ""
5153
499ac353 5154#: config/tc-hppa.c:6989
252b5132
RH
5155msgid "Missing .callinfo for this procedure"
5156msgstr ""
5157
499ac353 5158#: config/tc-hppa.c:6992
252b5132
RH
5159msgid "Missing .EXIT for a .ENTRY"
5160msgstr ""
5161
499ac353 5162#: config/tc-hppa.c:7029
a74801ba
ILT
5163msgid "Not in a space.\n"
5164msgstr ""
5165
499ac353 5166#: config/tc-hppa.c:7032
a74801ba
ILT
5167msgid "Not in a subspace.\n"
5168msgstr ""
5169
499ac353 5170#: config/tc-hppa.c:7121
252b5132
RH
5171msgid "Invalid .SPACE argument"
5172msgstr ""
5173
499ac353 5174#: config/tc-hppa.c:7167
252b5132
RH
5175msgid "Can't change spaces within a procedure definition. Ignored"
5176msgstr ""
5177
499ac353 5178#: config/tc-hppa.c:7295
252b5132
RH
5179#, c-format
5180msgid "Undefined space: '%s' Assuming space number = 0."
5181msgstr ""
5182
499ac353 5183#: config/tc-hppa.c:7318
252b5132
RH
5184msgid "Must be in a space before changing or declaring subspaces.\n"
5185msgstr ""
5186
499ac353 5187#: config/tc-hppa.c:7322
252b5132
RH
5188msgid "Can't change subspaces within a procedure definition. Ignored"
5189msgstr ""
5190
499ac353 5191#: config/tc-hppa.c:7358
252b5132
RH
5192msgid "Parameters of an existing subspace can't be modified"
5193msgstr ""
5194
499ac353 5195#: config/tc-hppa.c:7410
252b5132
RH
5196msgid "Alignment must be a power of 2"
5197msgstr ""
5198
499ac353 5199#: config/tc-hppa.c:7457
252b5132
RH
5200msgid "FIRST not supported as a .SUBSPACE argument"
5201msgstr ""
5202
499ac353 5203#: config/tc-hppa.c:7459
252b5132
RH
5204msgid "Invalid .SUBSPACE argument"
5205msgstr ""
5206
499ac353 5207#: config/tc-hppa.c:7648
252b5132
RH
5208#, c-format
5209msgid "Internal error: Unable to find containing space for %s."
5210msgstr ""
5211
499ac353 5212#: config/tc-hppa.c:7686
252b5132
RH
5213#, c-format
5214msgid "Out of memory: could not allocate new space chain entry: %s\n"
5215msgstr ""
5216
499ac353 5217#: config/tc-hppa.c:7774
252b5132
RH
5218#, c-format
5219msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
5220msgstr ""
5221
499ac353 5222#: config/tc-hppa.c:8219
ae351704
AM
5223msgid "-R option not supported on this target."
5224msgstr ""
5225
499ac353 5226#: config/tc-hppa.c:8236 config/tc-sparc.c:825 config/tc-sparc.c:861
252b5132 5227#, c-format
ae351704 5228msgid "Internal error: can't hash `%s': %s\n"
252b5132
RH
5229msgstr ""
5230
499ac353 5231#: config/tc-hppa.c:8245 config/tc-i860.c:236
ae351704
AM
5232#, c-format
5233msgid "internal error: losing opcode: `%s' \"%s\"\n"
252b5132
RH
5234msgstr ""
5235
c85dd50d 5236#: config/tc-i386.c:1355
60bcf0fa
NC
5237#, c-format
5238msgid "%s shortened to %s"
5239msgstr ""
5240
c85dd50d 5241#: config/tc-i386.c:1425
252b5132
RH
5242msgid "same type of prefix used twice"
5243msgstr ""
5244
c85dd50d 5245#: config/tc-i386.c:1450
0d2bcfaf
NC
5246msgid "64bit mode not supported on this CPU."
5247msgstr ""
5248
c85dd50d 5249#: config/tc-i386.c:1454
0d2bcfaf
NC
5250msgid "32bit mode not supported on this CPU."
5251msgstr ""
5252
c85dd50d 5253#: config/tc-i386.c:1489
8ad3436c 5254msgid "bad argument to syntax directive."
252b5132
RH
5255msgstr ""
5256
c85dd50d 5257#: config/tc-i386.c:1569
60bcf0fa
NC
5258#, c-format
5259msgid "no such architecture: `%s'"
5260msgstr ""
5261
c85dd50d 5262#: config/tc-i386.c:1574
60bcf0fa
NC
5263msgid "missing cpu architecture"
5264msgstr ""
5265
c85dd50d 5266#: config/tc-i386.c:1588
e135f41b
NC
5267#, c-format
5268msgid "no such architecture modifier: `%s'"
5269msgstr ""
5270
42477147 5271#: config/tc-i386.c:1604 config/tc-i386.c:7191 config/tc-maxq.c:223
a85d7ed0
NC
5272msgid "Unknown architecture"
5273msgstr ""
5274
c85dd50d 5275#: config/tc-i386.c:1951
3caac5b8
AM
5276#, c-format
5277msgid "unknown relocation (%u)"
252b5132
RH
5278msgstr ""
5279
c85dd50d 5280#: config/tc-i386.c:1953
252b5132 5281#, c-format
3caac5b8
AM
5282msgid "%u-byte relocation cannot be applied to %u-byte field"
5283msgstr ""
5284
c85dd50d 5285#: config/tc-i386.c:1957
3caac5b8
AM
5286msgid "non-pc-relative relocation for pc-relative field"
5287msgstr ""
5288
c85dd50d 5289#: config/tc-i386.c:1962
3caac5b8 5290msgid "relocated field and relocation type differ in signedness"
252b5132
RH
5291msgstr ""
5292
c85dd50d 5293#: config/tc-i386.c:1971
3caac5b8
AM
5294msgid "there are no unsigned pc-relative relocations"
5295msgstr ""
5296
c85dd50d 5297#: config/tc-i386.c:1979
252b5132 5298#, c-format
3caac5b8 5299msgid "cannot do %u byte pc-relative relocation"
252b5132
RH
5300msgstr ""
5301
c85dd50d 5302#: config/tc-i386.c:1996
3caac5b8
AM
5303#, c-format
5304msgid "cannot do %s %u byte relocation"
5305msgstr ""
5306
c85dd50d 5307#: config/tc-i386.c:2206 config/tc-i386.c:3472
06647dfd
AM
5308#, c-format
5309msgid "ambiguous operand size for `%s'"
5310msgstr ""
5311
c85dd50d 5312#: config/tc-i386.c:2255
fce00800 5313#, c-format
ae351704 5314msgid "can't use register '%s%s' as operand %d in '%s'."
fce00800
AM
5315msgstr ""
5316
87ccc1b0 5317#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
c85dd50d 5318#: config/tc-i386.c:2294
87ccc1b0
NC
5319#, c-format
5320msgid "translating to `%sp'"
5321msgstr ""
5322
c85dd50d 5323#: config/tc-i386.c:2342
87ccc1b0 5324#, c-format
ae351704 5325msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
87ccc1b0
NC
5326msgstr ""
5327
499ac353
NC
5328#: config/tc-i386.c:2389 config/tc-i386.c:2497 config/tc-maxq.c:800
5329#: config/tc-maxq.c:830
252b5132 5330#, c-format
60bcf0fa 5331msgid "no such instruction: `%s'"
252b5132
RH
5332msgstr ""
5333
499ac353 5334#: config/tc-i386.c:2400 config/tc-i386.c:2530 config/tc-maxq.c:808
252b5132
RH
5335#, c-format
5336msgid "invalid character %s in mnemonic"
5337msgstr ""
5338
c85dd50d 5339#: config/tc-i386.c:2407
252b5132
RH
5340msgid "expecting prefix; got nothing"
5341msgstr ""
5342
c85dd50d 5343#: config/tc-i386.c:2409
252b5132
RH
5344msgid "expecting mnemonic; got nothing"
5345msgstr ""
5346
c85dd50d 5347#: config/tc-i386.c:2424 config/tc-i386.c:2548
252b5132 5348#, c-format
3caac5b8 5349msgid "`%s' is only supported in 64-bit mode"
252b5132
RH
5350msgstr ""
5351
c85dd50d 5352#: config/tc-i386.c:2425 config/tc-i386.c:2547
06647dfd
AM
5353#, c-format
5354msgid "`%s' is not supported in 64-bit mode"
5355msgstr ""
5356
c85dd50d 5357#: config/tc-i386.c:2437
06647dfd 5358#, c-format
3caac5b8 5359msgid "redundant %s prefix"
06647dfd
AM
5360msgstr ""
5361
c85dd50d 5362#: config/tc-i386.c:2554
60bcf0fa 5363#, c-format
06647dfd 5364msgid "`%s' is not supported on `%s%s'"
60bcf0fa
NC
5365msgstr ""
5366
c85dd50d 5367#: config/tc-i386.c:2562
60bcf0fa
NC
5368msgid "use .code16 to ensure correct addressing mode"
5369msgstr ""
5370
c85dd50d 5371#: config/tc-i386.c:2575
252b5132
RH
5372#, c-format
5373msgid "expecting string instruction after `%s'"
5374msgstr ""
5375
c85dd50d 5376#: config/tc-i386.c:2607
252b5132
RH
5377#, c-format
5378msgid "invalid character %s before operand %d"
5379msgstr ""
5380
c85dd50d 5381#: config/tc-i386.c:2621
252b5132
RH
5382#, c-format
5383msgid "unbalanced parenthesis in operand %d."
5384msgstr ""
5385
499ac353 5386#: config/tc-i386.c:2624 config/tc-maxq.c:1850
252b5132
RH
5387#, c-format
5388msgid "unbalanced brackets in operand %d."
5389msgstr ""
5390
c85dd50d 5391#: config/tc-i386.c:2633
252b5132
RH
5392#, c-format
5393msgid "invalid character %s in operand %d"
5394msgstr ""
5395
499ac353 5396#: config/tc-i386.c:2660 config/tc-maxq.c:1876
252b5132
RH
5397#, c-format
5398msgid "spurious operands; (%d operands/instruction max)"
5399msgstr ""
5400
499ac353 5401#: config/tc-i386.c:2683 config/tc-maxq.c:1896
252b5132
RH
5402msgid "expecting operand after ','; got nothing"
5403msgstr ""
5404
c85dd50d 5405#: config/tc-i386.c:2688
252b5132
RH
5406msgid "expecting operand before ','; got nothing"
5407msgstr ""
5408
ed265386 5409#. We found no match.
c85dd50d 5410#: config/tc-i386.c:3223
252b5132
RH
5411#, c-format
5412msgid "suffix or operands invalid for `%s'"
5413msgstr ""
5414
c85dd50d 5415#: config/tc-i386.c:3234
a74801ba 5416#, c-format
8ad3436c 5417msgid "indirect %s without `*'"
a74801ba
ILT
5418msgstr ""
5419
60bcf0fa
NC
5420#. Warn them that a data or address size prefix doesn't
5421#. affect assembly of the next line of code.
c85dd50d 5422#: config/tc-i386.c:3242
252b5132
RH
5423#, c-format
5424msgid "stand-alone `%s' prefix"
5425msgstr ""
5426
c85dd50d 5427#: config/tc-i386.c:3276 config/tc-i386.c:3291
328577ad 5428#, c-format
252b5132
RH
5429msgid "`%s' operand %d must use `%%es' segment"
5430msgstr ""
5431
ae351704 5432#. We have to know the operand size for crc32.
c85dd50d 5433#: config/tc-i386.c:3344
ae351704
AM
5434#, c-format
5435msgid "ambiguous memory operand size for `%s`"
5436msgstr ""
5437
c85dd50d 5438#: config/tc-i386.c:3445
87ccc1b0
NC
5439msgid ""
5440"no instruction mnemonic suffix given and no register operands; can't size "
5441"instruction"
5442msgstr ""
5443
42477147
NC
5444#: config/tc-i386.c:3583 config/tc-i386.c:3657 config/tc-i386.c:3686
5445#: config/tc-i386.c:3732 config/tc-i386.c:3770
328577ad 5446#, c-format
ae351704 5447msgid "Incorrect register `%s%s' used with `%c' suffix"
0d2bcfaf
NC
5448msgstr ""
5449
42477147 5450#: config/tc-i386.c:3591 config/tc-i386.c:3664 config/tc-i386.c:3777
328577ad 5451#, c-format
ae351704 5452msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
252b5132
RH
5453msgstr ""
5454
42477147
NC
5455#: config/tc-i386.c:3616 config/tc-i386.c:3640 config/tc-i386.c:3708
5456#: config/tc-i386.c:3753
328577ad 5457#, c-format
ae351704 5458msgid "`%s%s' not allowed with `%s%c'"
252b5132
RH
5459msgstr ""
5460
42477147 5461#: config/tc-i386.c:3845
252b5132
RH
5462msgid "no instruction mnemonic suffix given; can't determine immediate size"
5463msgstr ""
5464
42477147
NC
5465#: config/tc-i386.c:4035 config/tc-i386.c:4070 config/tc-i386.c:4139
5466#: config/tc-i386.c:4190
0d2bcfaf 5467#, c-format
c85dd50d
NC
5468msgid "Incorrect operands for the '%s' instruction"
5469msgstr ""
5470
42477147 5471#: config/tc-i386.c:4197
c85dd50d
NC
5472#, c-format
5473msgid "Internal error for the '%s' instruction"
0d2bcfaf
NC
5474msgstr ""
5475
42477147 5476#: config/tc-i386.c:4223
328577ad 5477#, c-format
ae351704 5478msgid "the last operand of `%s' must be `%sxmm0'"
252b5132
RH
5479msgstr ""
5480
42477147 5481#: config/tc-i386.c:4226
328577ad 5482#, c-format
ae351704 5483msgid "the first operand of `%s' must be `%sxmm0'"
252b5132
RH
5484msgstr ""
5485
42477147 5486#: config/tc-i386.c:4274
328577ad 5487#, c-format
252b5132
RH
5488msgid "you can't `pop %%cs'"
5489msgstr ""
5490
ae351704 5491#. Reversed arguments on faddp, fsubp, etc.
42477147 5492#: config/tc-i386.c:4303
ae351704
AM
5493#, c-format
5494msgid "translating to `%s %s%s,%s%s'"
5495msgstr ""
5496
5497#. Extraneous `l' suffix on fp insn.
42477147 5498#: config/tc-i386.c:4310
ae351704
AM
5499#, c-format
5500msgid "translating to `%s %s%s'"
5501msgstr ""
5502
42477147 5503#: config/tc-i386.c:4338
49f58d10
JB
5504#, c-format
5505msgid "segment override on `%s' is ineffectual"
0d2bcfaf
NC
5506msgstr ""
5507
42477147 5508#: config/tc-i386.c:4765 config/tc-i386.c:4859 config/tc-i386.c:4904
252b5132
RH
5509msgid "skipping prefixes on this instruction"
5510msgstr ""
5511
42477147 5512#: config/tc-i386.c:4924
252b5132
RH
5513msgid "16-bit jump out of range"
5514msgstr ""
5515
42477147 5516#: config/tc-i386.c:4933
252b5132 5517#, c-format
a74801ba 5518msgid "can't handle non absolute segment in `%s'"
252b5132
RH
5519msgstr ""
5520
42477147 5521#: config/tc-i386.c:5519
6840198f 5522#, c-format
3caac5b8 5523msgid "@%s reloc is not supported with %d-bit output format"
252b5132
RH
5524msgstr ""
5525
42477147 5526#: config/tc-i386.c:5563
c85dd50d
NC
5527#, c-format
5528msgid "missing or invalid expression `%s'"
5529msgstr ""
5530
42477147 5531#: config/tc-i386.c:5616
ae351704
AM
5532#, c-format
5533msgid "at most %d immediate operands are allowed"
252b5132
RH
5534msgstr ""
5535
42477147 5536#: config/tc-i386.c:5638 config/tc-i386.c:5876 config/tc-maxq.c:1462
252b5132 5537#, c-format
6840198f 5538msgid "junk `%s' after expression"
252b5132
RH
5539msgstr ""
5540
42477147 5541#: config/tc-i386.c:5651
252b5132 5542#, c-format
c85dd50d 5543msgid "missing or invalid immediate expression `%s'"
252b5132
RH
5544msgstr ""
5545
42477147 5546#: config/tc-i386.c:5674 config/tc-i386.c:5931 config/tc-maxq.c:1492
a74801ba 5547#, c-format
8ad3436c 5548msgid "unimplemented segment %s in operand"
a74801ba
ILT
5549msgstr ""
5550
42477147 5551#: config/tc-i386.c:5680
ae351704
AM
5552#, c-format
5553msgid "illegal immediate register operand %s"
5554msgstr ""
5555
42477147 5556#: config/tc-i386.c:5728
252b5132
RH
5557#, c-format
5558msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
5559msgstr ""
5560
42477147 5561#: config/tc-i386.c:5737
252b5132
RH
5562#, c-format
5563msgid "scale factor of %d without an index register"
5564msgstr ""
5565
42477147 5566#: config/tc-i386.c:5759
ae351704
AM
5567#, c-format
5568msgid "at most %d displacement operands are allowed"
5569msgstr ""
5570
42477147 5571#: config/tc-i386.c:5916
c45021f2 5572#, c-format
c85dd50d 5573msgid "missing or invalid displacement expression `%s'"
c45021f2
NC
5574msgstr ""
5575
42477147 5576#: config/tc-i386.c:6036
252b5132 5577#, c-format
a74801ba 5578msgid "`%s' is not a valid base/index expression"
252b5132
RH
5579msgstr ""
5580
42477147 5581#: config/tc-i386.c:6040
252b5132
RH
5582#, c-format
5583msgid "`%s' is not a valid %s bit base/index expression"
5584msgstr ""
5585
42477147 5586#: config/tc-i386.c:6116
a74801ba 5587#, c-format
6f6ef0fa 5588msgid "bad memory operand `%s'"
a74801ba
ILT
5589msgstr ""
5590
42477147 5591#: config/tc-i386.c:6131
a74801ba 5592#, c-format
6f6ef0fa 5593msgid "junk `%s' after register"
a74801ba
ILT
5594msgstr ""
5595
42477147 5596#: config/tc-i386.c:6143 config/tc-i386.c:6259 config/tc-i386.c:6300
252b5132 5597#, c-format
6f6ef0fa 5598msgid "bad register name `%s'"
252b5132
RH
5599msgstr ""
5600
42477147 5601#: config/tc-i386.c:6151
6f6ef0fa 5602msgid "immediate operand illegal with absolute jump"
252b5132
RH
5603msgstr ""
5604
42477147 5605#: config/tc-i386.c:6173
6f6ef0fa
NC
5606#, c-format
5607msgid "too many memory references for `%s'"
a74801ba
ILT
5608msgstr ""
5609
42477147 5610#: config/tc-i386.c:6251
252b5132
RH
5611#, c-format
5612msgid "expecting `,' or `)' after index register in `%s'"
5613msgstr ""
5614
42477147 5615#: config/tc-i386.c:6276
252b5132
RH
5616#, c-format
5617msgid "expecting `)' after scale factor in `%s'"
5618msgstr ""
5619
42477147 5620#: config/tc-i386.c:6284
252b5132
RH
5621#, c-format
5622msgid "expecting index register or scale factor after `,'; got '%c'"
5623msgstr ""
5624
42477147 5625#: config/tc-i386.c:6292
252b5132
RH
5626#, c-format
5627msgid "expecting `,' or `)' after base register in `%s'"
5628msgstr ""
5629
ed265386 5630#. It's not a memory operand; argh!
42477147 5631#: config/tc-i386.c:6335
252b5132
RH
5632#, c-format
5633msgid "invalid char %s beginning operand %d `%s'"
5634msgstr ""
5635
42477147 5636#: config/tc-i386.c:6511
e135f41b
NC
5637msgid "long jump required"
5638msgstr ""
5639
42477147 5640#: config/tc-i386.c:6566
ae351704
AM
5641msgid "jump target out of range"
5642msgstr ""
5643
42477147 5644#: config/tc-i386.c:7028
a85d7ed0 5645msgid "No compiled in support for x86_64"
0d2bcfaf
NC
5646msgstr ""
5647
42477147 5648#: config/tc-i386.c:7057 config/tc-i386.c:7073
ae351704
AM
5649#, c-format
5650msgid "Invalid -march= option: `%s'"
5651msgstr ""
5652
42477147 5653#: config/tc-i386.c:7078 config/tc-i386.c:7090
ae351704
AM
5654#, c-format
5655msgid "Invalid -mtune= option: `%s'"
5656msgstr ""
5657
42477147 5658#: config/tc-i386.c:7104
6e1772d5 5659#, c-format
60bcf0fa
NC
5660msgid ""
5661" -Q ignored\n"
5662" -V print assembler version number\n"
5663" -k ignored\n"
252b5132
RH
5664msgstr ""
5665
42477147 5666#: config/tc-i386.c:7109
6e1772d5 5667#, c-format
fce00800
AM
5668msgid ""
5669" -n Do not optimize code alignment\n"
5670" -q quieten some warnings\n"
252b5132
RH
5671msgstr ""
5672
42477147 5673#: config/tc-i386.c:7113
ae351704
AM
5674#, c-format
5675msgid " -s ignored\n"
5676msgstr ""
5677
42477147 5678#: config/tc-i386.c:7117
ae351704
AM
5679#, c-format
5680msgid " --32/--64 generate 32bit/64bit code\n"
5681msgstr ""
5682
42477147 5683#: config/tc-i386.c:7121
ae351704
AM
5684#, c-format
5685msgid " --divide do not treat `/' as a comment character\n"
5686msgstr ""
5687
42477147 5688#: config/tc-i386.c:7124
ae351704
AM
5689#, c-format
5690msgid " --divide ignored\n"
5691msgstr ""
5692
42477147 5693#: config/tc-i386.c:7127
ae351704
AM
5694#, c-format
5695msgid ""
5696" -march=CPU/-mtune=CPU generate code/optimize for CPU, where CPU is one "
5697"of:\n"
5698" i386, i486, pentium, pentiumpro, pentium4, "
5699"nocona,\n"
5700" core, core2, k6, athlon, k8, generic32, "
5701"generic64\n"
5702msgstr ""
5703
42477147 5704#: config/tc-i386.c:7280 config/tc-s390.c:1822
252b5132
RH
5705msgid "GOT already in symbol table"
5706msgstr ""
5707
42477147 5708#: config/tc-i386.c:7429
3caac5b8
AM
5709#, c-format
5710msgid "can not do %d byte pc-relative relocation"
5711msgstr ""
5712
42477147 5713#: config/tc-i386.c:7447 config/tc-maxq.c:247
0d2bcfaf
NC
5714#, c-format
5715msgid "can not do %d byte relocation"
5716msgstr ""
5717
42477147 5718#: config/tc-i386.c:7526 config/tc-maxq.c:274 config/tc-s390.c:2268
252b5132 5719#, c-format
8ad3436c 5720msgid "cannot represent relocation type %s"
252b5132
RH
5721msgstr ""
5722
42477147 5723#: config/tc-i386.c:7778
06647dfd
AM
5724#, c-format
5725msgid "invalid operand for '%s' ('%s' unexpected)"
5726msgstr ""
5727
42477147 5728#: config/tc-i386.c:7790
6f6ef0fa
NC
5729#, c-format
5730msgid "too many memory references for '%s'"
5731msgstr ""
5732
55cf6793 5733#. See the comments in intel_bracket_expr.
42477147 5734#: config/tc-i386.c:7801
55cf6793
ZW
5735#, c-format
5736msgid "Treating `%s' as memory reference"
5737msgstr ""
5738
42477147 5739#: config/tc-i386.c:8117
6f6ef0fa 5740#, c-format
8ea2b00f 5741msgid "Unknown operand modifier `%s'"
6f6ef0fa
NC
5742msgstr ""
5743
42477147 5744#: config/tc-i386.c:8133
06647dfd
AM
5745msgid "Conflicting operand modifiers"
5746msgstr ""
5747
42477147 5748#: config/tc-i386.c:8182
55cf6793
ZW
5749msgid "Invalid operand to `OFFSET'"
5750msgstr ""
5751
42477147 5752#: config/tc-i386.c:8256
55cf6793
ZW
5753#, c-format
5754msgid "`[%.*s]' taken to mean just `%.*s'"
5755msgstr ""
5756
42477147 5757#: config/tc-i386.c:8348
6f6ef0fa
NC
5758#, c-format
5759msgid "`%s' is not a valid segment register"
5760msgstr ""
5761
42477147 5762#: config/tc-i386.c:8353
55cf6793 5763msgid "Extra segment override ignored"
6f6ef0fa
NC
5764msgstr ""
5765
42477147 5766#: config/tc-i386.c:8387 config/tc-i386.c:8552
55cf6793 5767msgid "Register scaling only allowed in memory operands"
6f6ef0fa
NC
5768msgstr ""
5769
42477147 5770#: config/tc-i386.c:8409 config/tc-i386.c:8528
6f6ef0fa 5771#, c-format
55cf6793
ZW
5772msgid "Syntax error: Expecting a constant, got `%s'"
5773msgstr ""
5774
42477147 5775#: config/tc-i386.c:8437
55cf6793
ZW
5776msgid "Too many register references in memory operand"
5777msgstr ""
5778
42477147 5779#: config/tc-i386.c:8456
55cf6793
ZW
5780msgid "Invalid use of register"
5781msgstr ""
5782
42477147 5783#: config/tc-i386.c:8605
6f6ef0fa
NC
5784#, c-format
5785msgid "Unrecognized token '%s'"
5786msgstr ""
5787
42477147 5788#: config/tc-i386.c:8621
6f6ef0fa 5789#, c-format
8ea2b00f 5790msgid "Unexpected token `%s'"
6f6ef0fa
NC
5791msgstr ""
5792
42477147 5793#: config/tc-i386.c:8779
55cf6793
ZW
5794msgid "`:' expected"
5795msgstr ""
5796
42477147 5797#: config/tc-i386.c:8804
6f6ef0fa 5798#, c-format
8ea2b00f 5799msgid "Unrecognized token `%s'"
6f6ef0fa
NC
5800msgstr ""
5801
42477147 5802#: config/tc-i386.c:8939
3caac5b8
AM
5803msgid "Bad .section directive: want a,l,w,x,M,S,G,T in string"
5804msgstr ""
5805
42477147 5806#: config/tc-i386.c:8942
3caac5b8
AM
5807msgid "Bad .section directive: want a,w,x,M,S,G,T in string"
5808msgstr ""
5809
42477147 5810#: config/tc-i386.c:8961
3caac5b8
AM
5811msgid ".largecomm supported only in 64bit mode, producing .comm"
5812msgstr ""
5813
ae351704 5814#: config/tc-i860.c:122
6e1772d5
AM
5815msgid "Directive .dual available only with -mintel-syntax option"
5816msgstr ""
5817
ae351704 5818#: config/tc-i860.c:132
6e1772d5
AM
5819msgid "Directive .enddual available only with -mintel-syntax option"
5820msgstr ""
5821
ae351704 5822#: config/tc-i860.c:145
6e1772d5
AM
5823msgid "Directive .atmp available only with -mintel-syntax option"
5824msgstr ""
5825
ae351704 5826#: config/tc-i860.c:167 config/tc-i860.c:171
252b5132
RH
5827msgid "Unknown temporary pseudo register"
5828msgstr ""
5829
ae351704 5830#: config/tc-i860.c:247
ed265386
NC
5831msgid "Defective assembler. No assembly attempted."
5832msgstr ""
5833
b2f58c0c
NC
5834#: config/tc-i860.c:393 config/tc-i860.c:938 config/tc-m68k.c:3730
5835#: config/tc-m68k.c:3762 config/tc-sparc.c:2711
3caac5b8
AM
5836msgid "failed sanity check."
5837msgstr ""
5838
ae351704 5839#: config/tc-i860.c:400
252b5132
RH
5840#, c-format
5841msgid "Expanded opcode after delayed branch: `%s'"
5842msgstr ""
5843
ae351704 5844#: config/tc-i860.c:404
252b5132
RH
5845#, c-format
5846msgid "Expanded opcode in dual mode: `%s'"
5847msgstr ""
5848
ae351704 5849#: config/tc-i860.c:408
ed265386
NC
5850#, c-format
5851msgid "An instruction was expanded (%s)"
252b5132
RH
5852msgstr ""
5853
ae351704 5854#: config/tc-i860.c:674
ed265386 5855msgid "Pipelined instruction: fsrc1 = fdest"
252b5132
RH
5856msgstr ""
5857
ae351704 5858#: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891
ed265386 5859msgid "Assembler does not yet support PIC"
252b5132
RH
5860msgstr ""
5861
ae351704 5862#: config/tc-i860.c:955
252b5132 5863#, c-format
ed265386 5864msgid "Illegal operands for %s"
252b5132
RH
5865msgstr ""
5866
ae351704 5867#: config/tc-i860.c:972
6e1772d5
AM
5868#, c-format
5869msgid "'d.%s' must be 8-byte aligned"
5870msgstr ""
5871
ae351704 5872#: config/tc-i860.c:980
6e1772d5
AM
5873#, c-format
5874msgid "Prefix 'd.' invalid for instruction `%s'"
5875msgstr ""
5876
499ac353 5877#: config/tc-i860.c:1133
6e1772d5 5878#, c-format
ed265386
NC
5879msgid ""
5880" -EL\t\t\t generate code for little endian mode (default)\n"
5881" -EB\t\t\t generate code for big endian mode\n"
5882" -mwarn-expand\t\t warn if pseudo operations are expanded\n"
fce00800 5883" -mxp\t\t\t enable i860XP support (disabled by default)\n"
6e1772d5 5884" -mintel-syntax\t enable Intel syntax (default to AT&T/SVR4)\n"
252b5132
RH
5885msgstr ""
5886
ed265386 5887#. SVR4 compatibility flags.
499ac353 5888#: config/tc-i860.c:1141
6e1772d5 5889#, c-format
ed265386
NC
5890msgid ""
5891" -V\t\t\t print assembler version number\n"
5892" -Qy, -Qn\t\t ignored\n"
252b5132
RH
5893msgstr ""
5894
499ac353 5895#: config/tc-i860.c:1204
ed265386 5896msgid "This immediate requires 0 MOD 2 alignment"
252b5132
RH
5897msgstr ""
5898
499ac353 5899#: config/tc-i860.c:1207
ed265386 5900msgid "This immediate requires 0 MOD 4 alignment"
252b5132
RH
5901msgstr ""
5902
499ac353 5903#: config/tc-i860.c:1210
ed265386 5904msgid "This immediate requires 0 MOD 8 alignment"
252b5132
RH
5905msgstr ""
5906
499ac353 5907#: config/tc-i860.c:1213
ed265386 5908msgid "This immediate requires 0 MOD 16 alignment"
252b5132
RH
5909msgstr ""
5910
499ac353 5911#: config/tc-i860.c:1308
ed265386
NC
5912msgid "5-bit immediate too large"
5913msgstr ""
5914
499ac353 5915#: config/tc-i860.c:1311
ed265386
NC
5916msgid "5-bit field must be absolute"
5917msgstr ""
5918
499ac353 5919#: config/tc-i860.c:1356 config/tc-i860.c:1379
ed265386
NC
5920msgid "A branch offset requires 0 MOD 4 alignment"
5921msgstr ""
5922
499ac353 5923#: config/tc-i860.c:1400
ed265386 5924#, c-format
87ccc1b0 5925msgid "Unrecognized fix-up (0x%08lx)"
252b5132
RH
5926msgstr ""
5927
ae351704 5928#: config/tc-i960.c:486
55cf6793
ZW
5929#, c-format
5930msgid "Hashing returned \"%s\"."
5931msgstr ""
5932
ae351704 5933#: config/tc-i960.c:582 config/tc-i960.c:1112
55cf6793
ZW
5934msgid "expression syntax error"
5935msgstr ""
5936
ae351704 5937#: config/tc-i960.c:618
55cf6793
ZW
5938msgid "attempt to branch into different segment"
5939msgstr ""
5940
ae351704 5941#: config/tc-i960.c:622
55cf6793
ZW
5942#, c-format
5943msgid "target of %s instruction must be a label"
5944msgstr ""
5945
ae351704 5946#: config/tc-i960.c:732
55cf6793
ZW
5947msgid "unaligned register"
5948msgstr ""
5949
ae351704 5950#: config/tc-i960.c:754
55cf6793
ZW
5951msgid "no such sfr in this architecture"
5952msgstr ""
5953
ae351704 5954#: config/tc-i960.c:792
55cf6793
ZW
5955msgid "illegal literal"
5956msgstr ""
5957
ae351704 5958#: config/tc-i960.c:942
55cf6793
ZW
5959msgid "invalid index register"
5960msgstr ""
5961
ae351704 5962#: config/tc-i960.c:965
55cf6793
ZW
5963msgid "invalid scale factor"
5964msgstr ""
5965
ae351704 5966#: config/tc-i960.c:1189
55cf6793
ZW
5967msgid "architecture of opcode conflicts with that of earlier instruction(s)"
5968msgstr ""
5969
42477147 5970#: config/tc-i960.c:1423 config/tc-xtensa.c:11373
55cf6793
ZW
5971msgid "too many operands"
5972msgstr ""
5973
5974#. We never moved: there was no opcode either!
ae351704 5975#: config/tc-i960.c:1471
55cf6793 5976msgid "missing opcode"
252b5132
RH
5977msgstr ""
5978
ae351704 5979#: config/tc-i960.c:1611
252b5132
RH
5980msgid "branch prediction invalid on this opcode"
5981msgstr ""
5982
ae351704 5983#: config/tc-i960.c:1649
252b5132
RH
5984#, c-format
5985msgid "invalid opcode, \"%s\"."
5986msgstr ""
5987
ae351704 5988#: config/tc-i960.c:1651
252b5132
RH
5989#, c-format
5990msgid "improper number of operands. expecting %d, got %d"
5991msgstr ""
5992
499ac353 5993#: config/tc-i960.c:1751
252b5132
RH
5994#, c-format
5995msgid "Fixup of %ld too large for field width of %d"
5996msgstr ""
5997
499ac353 5998#: config/tc-i960.c:1861
252b5132
RH
5999#, c-format
6000msgid "invalid architecture %s"
6001msgstr ""
6002
499ac353 6003#: config/tc-i960.c:1881
6e1772d5 6004#, c-format
252b5132
RH
6005msgid "I960 options:\n"
6006msgstr ""
6007
499ac353 6008#: config/tc-i960.c:1884
6e1772d5 6009#, c-format
252b5132
RH
6010msgid ""
6011"\n"
6012"\t\t\tspecify variant of 960 architecture\n"
6013"-b\t\t\tadd code to collect statistics about branches taken\n"
6014"-link-relax\t\tpreserve individual alignment directives so linker\n"
6015"\t\t\tcan do relaxing (b.out format only)\n"
6016"-no-relax\t\tdon't alter compare-and-branch instructions for\n"
6017"\t\t\tlong displacements\n"
6018msgstr ""
6019
499ac353 6020#: config/tc-i960.c:2148
252b5132
RH
6021msgid "should have 1 or 2 operands"
6022msgstr ""
6023
499ac353 6024#: config/tc-i960.c:2156 config/tc-i960.c:2171
252b5132
RH
6025#, c-format
6026msgid "Redefining leafproc %s"
6027msgstr ""
6028
499ac353 6029#: config/tc-i960.c:2201
252b5132
RH
6030msgid "should have two operands"
6031msgstr ""
6032
499ac353 6033#: config/tc-i960.c:2211
252b5132
RH
6034msgid "'entry_num' must be absolute number in [0,31]"
6035msgstr ""
6036
499ac353 6037#: config/tc-i960.c:2219
252b5132
RH
6038#, c-format
6039msgid "Redefining entrynum for sysproc %s"
6040msgstr ""
6041
55cf6793 6042#. Should not happen: see block comment above.
499ac353 6043#: config/tc-i960.c:2319
55cf6793
ZW
6044#, c-format
6045msgid "Trying to 'bal' to %s"
252b5132
RH
6046msgstr ""
6047
499ac353 6048#: config/tc-i960.c:2329
55cf6793
ZW
6049msgid "Looks like a proc, but can't tell what kind.\n"
6050msgstr ""
6051
499ac353 6052#: config/tc-i960.c:2348
252b5132
RH
6053msgid "big endian mode is not supported"
6054msgstr ""
6055
499ac353 6056#: config/tc-i960.c:2350
252b5132
RH
6057#, c-format
6058msgid "ignoring unrecognized .endian type `%s'"
6059msgstr ""
6060
499ac353 6061#: config/tc-i960.c:2395
3caac5b8 6062msgid "can't use COBR format with external label"
252b5132
RH
6063msgstr ""
6064
499ac353 6065#: config/tc-i960.c:2570
3caac5b8 6066msgid "option --link-relax is only supported in b.out format"
252b5132
RH
6067msgstr ""
6068
499ac353 6069#: config/tc-i960.c:2597
3caac5b8
AM
6070#, c-format
6071msgid "No 'bal' entry point for leafproc %s"
252b5132
RH
6072msgstr ""
6073
ae351704 6074#: config/tc-ia64.c:1030
87ccc1b0 6075msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string"
252b5132
RH
6076msgstr ""
6077
ad4b42b4
NC
6078#: config/tc-ia64.c:1082
6079msgid "Size of frame exceeds maximum of 96 registers"
6080msgstr ""
6081
6082#: config/tc-ia64.c:1087
6083msgid "Size of rotating registers exceeds frame size"
6084msgstr ""
6085
ae351704 6086#: config/tc-ia64.c:1173
a85d7ed0
NC
6087msgid "Unwind directive not followed by an instruction."
6088msgstr ""
6089
ad4b42b4
NC
6090#: config/tc-ia64.c:1182 config/tc-ia64.c:7747
6091msgid "qualifying predicate not followed by instruction"
6092msgstr ""
6093
6094#: config/tc-ia64.c:1255 config/tc-ia64.c:1295
6095msgid "record type is not valid"
6096msgstr ""
6097
6098#: config/tc-ia64.c:1372
6099msgid "Invalid record type for P3 format."
6100msgstr ""
6101
6102#: config/tc-ia64.c:1417
6103msgid "Invalid record type for format P6"
6104msgstr ""
6105
6106#: config/tc-ia64.c:1610 config/tc-ia64.c:1671
6107msgid "Invalid record type for format B1"
6108msgstr ""
6109
6110#: config/tc-ia64.c:1706
6111msgid "Invalid record type for format X1"
6112msgstr ""
6113
6114#: config/tc-ia64.c:1746
6115msgid "Invalid record type for format X3"
6116msgstr ""
6117
6118#: config/tc-ia64.c:1782
6119msgid "Previous .save incomplete"
6120msgstr ""
6121
6122#: config/tc-ia64.c:2659
6123msgid "spill_mask record unimplemented."
6124msgstr ""
6125
6126#: config/tc-ia64.c:2716
6127msgid "record_type_not_valid"
6128msgstr ""
6129
6130#: config/tc-ia64.c:2805
6131msgid "Ignoring attempt to spill beyond end of region"
6132msgstr ""
6133
6134#: config/tc-ia64.c:2865
6135msgid "Only constant space allocation is supported"
6136msgstr ""
6137
6138#: config/tc-ia64.c:2879
6139msgid "Only constant offsets are supported"
6140msgstr ""
6141
6142#: config/tc-ia64.c:2902
6143msgid "Section switching in code is not supported."
6144msgstr ""
6145
6146#: config/tc-ia64.c:2947
6147msgid " Insn slot not set in unwind record."
6148msgstr ""
6149
6150#: config/tc-ia64.c:3021
6151msgid "frgr_mem record before region record!"
6152msgstr ""
6153
6154#: config/tc-ia64.c:3032
6155msgid "fr_mem record before region record!"
6156msgstr ""
6157
6158#: config/tc-ia64.c:3041
6159msgid "gr_mem record before region record!"
6160msgstr ""
6161
6162#: config/tc-ia64.c:3050
6163msgid "br_mem record before region record!"
6164msgstr ""
6165
6166#: config/tc-ia64.c:3060
6167msgid "gr_gr record before region record!"
6168msgstr ""
6169
6170#: config/tc-ia64.c:3068
6171msgid "br_gr record before region record!"
6172msgstr ""
6173
6174#: config/tc-ia64.c:3185
6175#, c-format
6176msgid "First operand to .%s must be a predicate"
6177msgstr ""
6178
6179#: config/tc-ia64.c:3189
6180#, c-format
6181msgid "Pointless use of p0 as first operand to .%s"
6182msgstr ""
6183
6184#: config/tc-ia64.c:3246
6185#, c-format
6186msgid "Operand %d to .%s must be a preserved register"
6187msgstr ""
6188
6189#: config/tc-ia64.c:3283
6190#, c-format
6191msgid "Operand %d to .%s must be a writable register"
6192msgstr ""
6193
6194#: config/tc-ia64.c:3309
6195#, c-format
6196msgid "Radix `%s' unsupported or invalid"
6197msgstr ""
6198
6199#: config/tc-ia64.c:3340 config/tc-ia64.c:3345
6200#, c-format
6201msgid ".%s outside of %s"
6202msgstr ""
6203
6204#: config/tc-ia64.c:3432
6205msgid "Tags on unwind pseudo-ops aren't supported, yet"
6206msgstr ""
6207
6208#: config/tc-ia64.c:3455
6209msgid "First operand to .fframe must be a constant"
6210msgstr ""
6211
6212#: config/tc-ia64.c:3476
6213msgid "First operand to .vframe must be a general register"
6214msgstr ""
6215
6216#: config/tc-ia64.c:3484
6217msgid "Operand of .vframe contradicts .prologue"
6218msgstr ""
6219
6220#: config/tc-ia64.c:3495
6221msgid ".vframepsp is meaningless, assuming .vframesp was meant"
6222msgstr ""
6223
6224#: config/tc-ia64.c:3503
6225msgid "Operand to .vframesp must be a constant (sp-relative offset)"
6226msgstr ""
6227
6228#: config/tc-ia64.c:3531
6229msgid "First operand to .save not a register"
6230msgstr ""
6231
6232#: config/tc-ia64.c:3537
6233msgid "Second operand to .save not a valid register"
6234msgstr ""
6235
6236#: config/tc-ia64.c:3568 config/tc-ia64.c:3579 config/tc-ia64.c:3587
6237msgid "Second operand of .save contradicts .prologue"
6238msgstr ""
6239
6240#: config/tc-ia64.c:3594
6241msgid "First operand to .save not a valid register"
6242msgstr ""
6243
6244#: config/tc-ia64.c:3613
6245msgid "First operand to .restore must be stack pointer (sp)"
6246msgstr ""
6247
6248#: config/tc-ia64.c:3622
6249msgid "Second operand to .restore must be a constant >= 0"
6250msgstr ""
6251
6252#: config/tc-ia64.c:3632
6253#, c-format
6254msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
6255msgstr ""
6256
6257#: config/tc-ia64.c:3720
6258#, c-format
6259msgid "Illegal section name `%s' (causes unwind section name clash)"
6260msgstr ""
6261
6262#: config/tc-ia64.c:3914
6263msgid "First operand to .altrp not a valid branch register"
6264msgstr ""
6265
6266#: config/tc-ia64.c:3944
6267#, c-format
6268msgid "First operand to .%s not a register"
6269msgstr ""
6270
6271#: config/tc-ia64.c:3949
6272#, c-format
6273msgid "Second operand to .%s not a constant"
6274msgstr ""
6275
6276#: config/tc-ia64.c:4016
6277#, c-format
6278msgid "First operand to .%s not a valid register"
6279msgstr ""
6280
6281#: config/tc-ia64.c:4040
6282msgid "First operand to .save.g must be a positive 4-bit constant"
6283msgstr ""
6284
6285#: config/tc-ia64.c:4053
6286msgid "Second operand to .save.g must be a general register"
6287msgstr ""
6288
6289#: config/tc-ia64.c:4058
6290#, c-format
6291msgid "Second operand to .save.g must be the first of %d general registers"
6292msgstr ""
6293
6294#: config/tc-ia64.c:4082
6295msgid "Operand to .save.f must be a positive 20-bit constant"
6296msgstr ""
6297
6298#: config/tc-ia64.c:4106
6299msgid "First operand to .save.b must be a positive 5-bit constant"
6300msgstr ""
6301
6302#: config/tc-ia64.c:4119
6303msgid "Second operand to .save.b must be a general register"
6304msgstr ""
6305
6306#: config/tc-ia64.c:4124
6307#, c-format
6308msgid "Second operand to .save.b must be the first of %d general registers"
6309msgstr ""
6310
6311#: config/tc-ia64.c:4151
6312msgid "First operand to .save.gf must be a non-negative 4-bit constant"
6313msgstr ""
6314
6315#: config/tc-ia64.c:4159
6316msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
6317msgstr ""
6318
6319#: config/tc-ia64.c:4167
6320msgid "Operands to .save.gf may not be both zero"
6321msgstr ""
6322
6323#: config/tc-ia64.c:4185
6324msgid "Operand to .spill must be a constant"
6325msgstr ""
6326
6327#: config/tc-ia64.c:4256
6328#, c-format
6329msgid "Operand %d to .%s must be a constant"
6330msgstr ""
6331
6332#: config/tc-ia64.c:4278
6333#, c-format
6334msgid "Missing .label_state %ld"
6335msgstr ""
6336
6337#: config/tc-ia64.c:4335
6338msgid "Operand to .label_state must be a constant"
6339msgstr ""
6340
6341#: config/tc-ia64.c:4355
6342msgid "Operand to .copy_state must be a constant"
6343msgstr ""
6344
6345#: config/tc-ia64.c:4379
6346msgid "First operand to .unwabi must be a constant"
6347msgstr ""
6348
6349#: config/tc-ia64.c:4385
6350msgid "Second operand to .unwabi must be a constant"
6351msgstr ""
6352
6353#: config/tc-ia64.c:4422
6354msgid "Missing .endp after previous .proc"
6355msgstr ""
6356
6357#: config/tc-ia64.c:4441
6358msgid "Empty argument of .proc"
6359msgstr ""
6360
6361#: config/tc-ia64.c:4446
6362#, c-format
6363msgid "`%s' was already defined"
6364msgstr ""
6365
6366#: config/tc-ia64.c:4490
6367msgid "Initial .body should precede any instructions"
6368msgstr ""
6369
6370#: config/tc-ia64.c:4510
6371msgid ".prologue within prologue"
6372msgstr ""
6373
6374#: config/tc-ia64.c:4515
6375msgid "Initial .prologue should precede any instructions"
6376msgstr ""
6377
6378#: config/tc-ia64.c:4525
6379msgid "First operand to .prologue must be a positive 4-bit constant"
6380msgstr ""
6381
6382#: config/tc-ia64.c:4527
6383msgid "Pointless use of zero first operand to .prologue"
6384msgstr ""
6385
6386#: config/tc-ia64.c:4541
6387msgid "Using a constant as second operand to .prologue is deprecated"
6388msgstr ""
6389
6390#: config/tc-ia64.c:4547
6391msgid "Second operand to .prologue must be a general register"
6392msgstr ""
6393
6394#: config/tc-ia64.c:4552
6395#, c-format
6396msgid "Second operand to .prologue must be the first of %d general registers"
6397msgstr ""
6398
6399#: config/tc-ia64.c:4665
6400#, c-format
6401msgid "`%s' was not defined within procedure"
6402msgstr ""
6403
6404#: config/tc-ia64.c:4703
6405msgid "Empty argument of .endp"
6406msgstr ""
6407
6408#: config/tc-ia64.c:4717
6409#, c-format
6410msgid "`%s' was not specified with previous .proc"
6411msgstr ""
6412
6413#: config/tc-ia64.c:4732
6414#, c-format
6415msgid "`%s' should be an operand to this .endp"
60bcf0fa
NC
6416msgstr ""
6417
ad4b42b4 6418#: config/tc-ia64.c:4775 config/tc-ia64.c:5127 config/tc-ia64.c:5440
60bcf0fa
NC
6419msgid "Comma expected"
6420msgstr ""
6421
ad4b42b4
NC
6422#: config/tc-ia64.c:4817
6423msgid "Expected '['"
6424msgstr ""
6425
6426#: config/tc-ia64.c:4826 config/tc-ia64.c:7883
6427msgid "Expected ']'"
6428msgstr ""
6429
6430#: config/tc-ia64.c:4831
6431msgid "Number of elements must be positive"
6432msgstr ""
6433
6434#: config/tc-ia64.c:4842
6435#, c-format
6436msgid "Used more than the declared %d rotating registers"
6437msgstr ""
6438
6439#: config/tc-ia64.c:4850
6440msgid "Used more than the available 96 rotating registers"
6441msgstr ""
6442
6443#: config/tc-ia64.c:4857
6444msgid "Used more than the available 48 rotating registers"
6445msgstr ""
6446
6447#: config/tc-ia64.c:4885
6448#, c-format
6449msgid "Attempt to redefine register set `%s'"
6450msgstr ""
6451
6452#: config/tc-ia64.c:4953
6453#, c-format
6454msgid "Unknown psr option `%s'"
6455msgstr ""
6456
6457#: config/tc-ia64.c:5005
6458msgid "Missing section name"
6459msgstr ""
6460
6461#: config/tc-ia64.c:5015
6462msgid "Comma expected after section name"
6463msgstr ""
6464
6465#: config/tc-ia64.c:5026
6466msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
6467msgstr ""
6468
6469#: config/tc-ia64.c:5122
6470msgid "Register name expected"
6471msgstr ""
6472
c85dd50d 6473#: config/tc-ia64.c:5135
60bcf0fa
NC
6474msgid "Register value annotation ignored"
6475msgstr ""
6476
c85dd50d 6477#: config/tc-ia64.c:5176
60bcf0fa
NC
6478msgid "Directive invalid within a bundle"
6479msgstr ""
6480
c85dd50d 6481#: config/tc-ia64.c:5269
60bcf0fa
NC
6482msgid "Missing predicate relation type"
6483msgstr ""
6484
c85dd50d 6485#: config/tc-ia64.c:5275
60bcf0fa
NC
6486msgid "Unrecognized predicate relation type"
6487msgstr ""
6488
c85dd50d 6489#: config/tc-ia64.c:5321
06647dfd 6490msgid "Bad register range"
60bcf0fa
NC
6491msgstr ""
6492
ad4b42b4 6493#: config/tc-ia64.c:5330 config/tc-ia64.c:7828
06647dfd 6494msgid "Predicate register expected"
60bcf0fa
NC
6495msgstr ""
6496
c85dd50d 6497#: config/tc-ia64.c:5335
06647dfd 6498msgid "Duplicate predicate register ignored"
60bcf0fa
NC
6499msgstr ""
6500
c85dd50d 6501#: config/tc-ia64.c:5351
60bcf0fa
NC
6502msgid "Predicate source and target required"
6503msgstr ""
6504
c85dd50d 6505#: config/tc-ia64.c:5353 config/tc-ia64.c:5365
60bcf0fa
NC
6506msgid "Use of p0 is not valid in this context"
6507msgstr ""
6508
c85dd50d 6509#: config/tc-ia64.c:5360
60bcf0fa
NC
6510msgid "At least two PR arguments expected"
6511msgstr ""
6512
c85dd50d 6513#: config/tc-ia64.c:5374
60bcf0fa
NC
6514msgid "At least one PR argument expected"
6515msgstr ""
6516
c85dd50d 6517#: config/tc-ia64.c:5410
60bcf0fa
NC
6518#, c-format
6519msgid "Inserting \"%s\" into entry hint table failed: %s"
6520msgstr ""
6521
6522#. FIXME -- need 62-bit relocation type
c85dd50d 6523#: config/tc-ia64.c:5886
60bcf0fa
NC
6524msgid "62-bit relocation not yet implemented"
6525msgstr ""
6526
dc84e067
NC
6527#. XXX technically, this is wrong: we should not be issuing warning
6528#. messages until we're sure this instruction pattern is going to
6529#. be used!
c85dd50d 6530#: config/tc-ia64.c:5970
60bcf0fa
NC
6531msgid "lower 16 bits of mask ignored"
6532msgstr ""
6533
ad4b42b4
NC
6534#: config/tc-ia64.c:6255
6535msgid "Expected separator `='"
6536msgstr ""
6537
6538#: config/tc-ia64.c:6288
6539msgid "Duplicate equal sign (=) in instruction"
6540msgstr ""
6541
6542#: config/tc-ia64.c:6295
6543#, c-format
6544msgid "Illegal operand separator `%c'"
6545msgstr ""
6546
6547#: config/tc-ia64.c:6409
6548#, c-format
6549msgid "Operand %u of `%s' should be %s"
6550msgstr ""
6551
6552#: config/tc-ia64.c:6413
6553msgid "Wrong number of output operands"
6554msgstr ""
6555
6556#: config/tc-ia64.c:6415
6557msgid "Wrong number of input operands"
6558msgstr ""
6559
6560#: config/tc-ia64.c:6417
6561msgid "Operand mismatch"
6562msgstr ""
6563
6564#: config/tc-ia64.c:6499
6565#, c-format
6566msgid "Invalid use of `%c%d' as output operand"
6567msgstr ""
6568
6569#: config/tc-ia64.c:6502
6570#, c-format
6571msgid "Invalid use of `r%d' as base update address operand"
6572msgstr ""
6573
6574#: config/tc-ia64.c:6526
6575#, c-format
6576msgid "Invalid duplicate use of `%c%d'"
6577msgstr ""
6578
6579#: config/tc-ia64.c:6533
6580#, c-format
6581msgid "Invalid simultaneous use of `f%d' and `f%d'"
6582msgstr ""
6583
6584#: config/tc-ia64.c:6539
6585#, c-format
6586msgid "Dangerous simultaneous use of `f%d' and `f%d'"
6587msgstr ""
6588
c85dd50d 6589#: config/tc-ia64.c:6585
60bcf0fa
NC
6590msgid "Value truncated to 62 bits"
6591msgstr ""
6592
ad4b42b4
NC
6593#: config/tc-ia64.c:6648
6594#, c-format
6595msgid "Bad operand value: %s"
6596msgstr ""
6597
8ea2b00f
AM
6598#. Give an error if a frag containing code is not aligned to a 16 byte
6599#. boundary.
c85dd50d 6600#: config/tc-ia64.c:6723 config/tc-ia64.h:172
8ea2b00f
AM
6601msgid "instruction address is not a multiple of 16"
6602msgstr ""
6603
ad4b42b4
NC
6604#: config/tc-ia64.c:6791
6605#, c-format
6606msgid "`%s' must be last in bundle"
6607msgstr ""
6608
6609#: config/tc-ia64.c:6823
6610#, c-format
6611msgid "Internal error: don't know how to force %s to end of instruction group"
6612msgstr ""
6613
6614#: config/tc-ia64.c:6836
6615#, c-format
6616msgid "`%s' must be last in instruction group"
6617msgstr ""
6618
6619#: config/tc-ia64.c:6866
6620msgid "Label must be first in a bundle"
6621msgstr ""
6622
6623#: config/tc-ia64.c:6943
6624msgid "hint in B unit may be treated as nop"
6625msgstr ""
6626
6627#: config/tc-ia64.c:6954
6628msgid "hint in B unit can't be used"
6629msgstr ""
6630
6631#: config/tc-ia64.c:6968
6632msgid "emit_one_bundle: unexpected dynamic op"
6633msgstr ""
6634
6635#: config/tc-ia64.c:7091
6636#, c-format
6637msgid "`%s' does not fit into %s template"
6638msgstr ""
6639
6640#: config/tc-ia64.c:7106
6641#, c-format
6642msgid "`%s' does not fit into bundle"
6643msgstr ""
6644
6645#: config/tc-ia64.c:7118
6646#, c-format
6647msgid "`%s' can't go in %s of %s template"
6648msgstr ""
6649
6650#: config/tc-ia64.c:7124
6651msgid "Missing '}' at end of file"
6652msgstr ""
6653
c85dd50d 6654#: config/tc-ia64.c:7273
60bcf0fa
NC
6655#, c-format
6656msgid "Unrecognized option '-x%s'"
6657msgstr ""
6658
c85dd50d 6659#: config/tc-ia64.c:7301
60bcf0fa
NC
6660msgid ""
6661"IA-64 options:\n"
87ccc1b0
NC
6662" --mconstant-gp\t mark output file as using the constant-GP model\n"
6663"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n"
6664" --mauto-pic\t\t mark output file as using the constant-GP model\n"
6665"\t\t\t without function descriptors (sets ELF header flag\n"
6666"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n"
5f68c319
NC
6667" -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
6668" -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n"
55cf6793
ZW
6669" -mtune=[itanium1|itanium2]\n"
6670"\t\t\t tune for a specific CPU (default -mtune=itanium2)\n"
06647dfd
AM
6671" -munwind-check=[warning|error]\n"
6672"\t\t\t unwind directive check (default -munwind-check=warning)\n"
6673" -mhint.b=[ok|warning|error]\n"
6674"\t\t\t hint.b check (default -mhint.b=error)\n"
6675" -x | -xexplicit\t turn on dependency violation checking\n"
6676" -xauto\t\t automagically remove dependency violations (default)\n"
6677" -xnone\t\t turn off dependency violation checking\n"
60bcf0fa 6678" -xdebug\t\t debug dependency violation checker\n"
06647dfd
AM
6679" -xdebugn\t\t debug dependency violation checker but turn off\n"
6680"\t\t\t dependency violation checking\n"
6681" -xdebugx\t\t debug dependency violation checker and turn on\n"
6682"\t\t\t dependency violation checking\n"
60bcf0fa
NC
6683msgstr ""
6684
c85dd50d 6685#: config/tc-ia64.c:7331
328577ad
NC
6686msgid "--gstabs is not supported for ia64"
6687msgstr ""
6688
ad4b42b4
NC
6689#: config/tc-ia64.c:7563
6690#, c-format
6691msgid "ia64.md_begin: can't hash `%s': %s"
6692msgstr ""
6693
6694#: config/tc-ia64.c:7624
6695#, c-format
6696msgid "Inserting \"%s\" into constant hash table failed: %s"
6697msgstr ""
6698
c85dd50d 6699#: config/tc-ia64.c:7636 config/tc-mips.c:1758
5f68c319
NC
6700msgid "Could not set architecture and machine"
6701msgstr ""
6702
c85dd50d 6703#: config/tc-ia64.c:7762
60bcf0fa
NC
6704msgid "Explicit stops are ignored in auto mode"
6705msgstr ""
6706
ad4b42b4
NC
6707#: config/tc-ia64.c:7771
6708msgid "Found '{' when manual bundling is already turned on"
6709msgstr ""
6710
c85dd50d 6711#: config/tc-ia64.c:7784
60bcf0fa
NC
6712msgid "Found '{' after explicit switch to automatic mode"
6713msgstr ""
6714
ad4b42b4
NC
6715#: config/tc-ia64.c:7790
6716msgid "Found '}' when manual bundling is off"
6717msgstr ""
6718
6719#: config/tc-ia64.c:7818
6720msgid "Expected ')'"
6721msgstr ""
6722
6723#: config/tc-ia64.c:7823
6724msgid "Qualifying predicate expected"
6725msgstr ""
6726
6727#: config/tc-ia64.c:7842
6728msgid "Tag must come before qualifying predicate."
6729msgstr ""
6730
6731#: config/tc-ia64.c:7872
6732msgid "Expected ':'"
6733msgstr ""
6734
6735#: config/tc-ia64.c:7888
6736msgid "Tag name expected"
6737msgstr ""
6738
6739#: config/tc-ia64.c:7995
6740msgid "Rotating register index must be a non-negative constant"
6741msgstr ""
6742
6743#: config/tc-ia64.c:8000
6744#, c-format
6745msgid "Index out of range 0..%u"
6746msgstr ""
6747
6748#: config/tc-ia64.c:8012
6749msgid "Indirect register index must be a general register"
6750msgstr ""
6751
6752#: config/tc-ia64.c:8021
6753msgid "Index can only be applied to rotating or indirect registers"
6754msgstr ""
6755
6756#: config/tc-ia64.c:8060
6757msgid "Expected '('"
6758msgstr ""
6759
6760#: config/tc-ia64.c:8068
6761msgid "Missing ')'"
6762msgstr ""
6763
6764#: config/tc-ia64.c:8077
6765msgid "Not a symbolic expression"
6766msgstr ""
6767
6768#: config/tc-ia64.c:8082 config/tc-ia64.c:8096
6769msgid "Illegal combination of relocation functions"
6770msgstr ""
6771
6772#: config/tc-ia64.c:8185
6773msgid "No current frame"
6774msgstr ""
6775
6776#: config/tc-ia64.c:8187
6777#, c-format
6778msgid "Register number out of range 0..%u"
6779msgstr ""
6780
6781#: config/tc-ia64.c:8226
6782msgid "Standalone `#' is illegal"
6783msgstr ""
6784
6785#: config/tc-ia64.c:8229
6786msgid "Redundant `#' suffix operators"
6787msgstr ""
6788
c85dd50d 6789#: config/tc-ia64.c:8389
328577ad
NC
6790#, c-format
6791msgid "Unhandled dependency %s for %s (%s), note %d"
6792msgstr ""
6793
c85dd50d 6794#: config/tc-ia64.c:9665
60bcf0fa
NC
6795#, c-format
6796msgid "Unrecognized dependency specifier %d\n"
6797msgstr ""
6798
c85dd50d 6799#: config/tc-ia64.c:10562
60bcf0fa
NC
6800msgid "Only the first path encountering the conflict is reported"
6801msgstr ""
6802
ad4b42b4 6803#: config/tc-ia64.c:10564
60bcf0fa
NC
6804msgid "This is the location of the conflicting usage"
6805msgstr ""
6806
ad4b42b4
NC
6807#: config/tc-ia64.c:10829
6808#, c-format
6809msgid "Unknown opcode `%s'"
6810msgstr ""
6811
6812#: config/tc-ia64.c:10907
6813#, c-format
6814msgid "AR %d can only be accessed by %c-unit"
6815msgstr ""
6816
6817#: config/tc-ia64.c:10919
6818msgid "hint.b may be treated as nop"
6819msgstr ""
6820
6821#: config/tc-ia64.c:10922
6822msgid "hint.b shouldn't be used"
6823msgstr ""
6824
6825#: config/tc-ia64.c:10961
6826#, c-format
6827msgid "`%s' cannot be predicated"
6828msgstr ""
6829
6830#: config/tc-ia64.c:11034
6831msgid "Closing bracket missing"
6832msgstr ""
6833
6834#: config/tc-ia64.c:11043
6835msgid "Index must be a general register"
6836msgstr ""
6837
6838#: config/tc-ia64.c:11216
6839#, c-format
6840msgid "Unsupported fixup size %d"
6841msgstr ""
6842
6843#. This should be an error, but since previously there wasn't any
6844#. diagnostic here, don't make it fail because of this for now.
6845#: config/tc-ia64.c:11485
6846#, c-format
6847msgid "Cannot express %s%d%s relocation"
6848msgstr ""
6849
6850#: config/tc-ia64.c:11505
6851msgid "No addend allowed in @fptr() relocation"
6852msgstr ""
6853
6854#: config/tc-ia64.c:11617
6855#, c-format
6856msgid "%s must have a constant value"
6857msgstr ""
6858
6859#: config/tc-ia64.c:11673
6860#, c-format
6861msgid "Cannot represent %s relocation in object file"
6862msgstr ""
6863
499ac353 6864#: config/tc-ia64.c:11786
6e1772d5
AM
6865msgid "Can't add stop bit to mark end of instruction group"
6866msgstr ""
6867
42477147
NC
6868#: config/tc-ia64.c:11886 config/tc-score.c:6328 read.c:1447 read.c:2418
6869#: read.c:3047 read.c:3380 read.c:3424
87ccc1b0
NC
6870msgid "expected symbol name"
6871msgstr ""
6872
42477147 6873#: config/tc-ia64.c:11896 read.c:2428 read.c:3057 read.c:3408 stabs.c:468
87ccc1b0
NC
6874#, c-format
6875msgid "expected comma after \"%s\""
6876msgstr ""
6877
499ac353 6878#: config/tc-ia64.c:11938
87ccc1b0
NC
6879#, c-format
6880msgid "`%s' is already the alias of %s `%s'"
6881msgstr ""
6882
499ac353 6883#: config/tc-ia64.c:11948
87ccc1b0
NC
6884#, c-format
6885msgid "%s `%s' already has an alias `%s'"
6886msgstr ""
6887
499ac353 6888#: config/tc-ia64.c:11959
87ccc1b0
NC
6889#, c-format
6890msgid "inserting \"%s\" into %s alias hash table failed: %s"
6891msgstr ""
6892
499ac353 6893#: config/tc-ia64.c:11967
87ccc1b0
NC
6894#, c-format
6895msgid "inserting \"%s\" into %s name hash table failed: %s"
6896msgstr ""
6897
499ac353 6898#: config/tc-ia64.c:11986
87ccc1b0
NC
6899#, c-format
6900msgid "symbol `%s' aliased to `%s' is not used"
6901msgstr ""
6902
499ac353 6903#: config/tc-ia64.c:12008
87ccc1b0
NC
6904#, c-format
6905msgid "section `%s' aliased to `%s' is not used"
6906msgstr ""
6907
c85dd50d 6908#: config/tc-ip2k.c:158
6e1772d5 6909#, c-format
87ccc1b0
NC
6910msgid "IP2K specific command line options:\n"
6911msgstr ""
6912
c85dd50d 6913#: config/tc-ip2k.c:159
6e1772d5 6914#, c-format
87ccc1b0
NC
6915msgid " -mip2022 restrict to IP2022 insns \n"
6916msgstr ""
6917
c85dd50d 6918#: config/tc-ip2k.c:160
6e1772d5 6919#, c-format
87ccc1b0
NC
6920msgid " -mip2022ext permit extended IP2022 insn\n"
6921msgstr ""
6922
c85dd50d
NC
6923#: config/tc-iq2000.c:364
6924#, c-format
6925msgid "the yielding instruction %s may not be in a delay slot."
6926msgstr ""
6927
6928#: config/tc-iq2000.c:372
6929#, c-format
6930msgid "Register number (R%ld) for double word access must be even."
6931msgstr ""
6932
6933#: config/tc-iq2000.c:381 config/tc-iq2000.c:386 config/tc-iq2000.c:391
6934#: config/tc-iq2000.c:408 config/tc-mt.c:244 config/tc-mt.c:249
6935#, c-format
6936msgid "operand references R%ld of previous load."
6937msgstr ""
6938
6939#: config/tc-iq2000.c:396
6940msgid "instruction implicitly accesses R31 of previous load."
6941msgstr ""
6942
6943#: config/tc-iq2000.c:651 config/tc-mep.c:1647
6944msgid "Unmatched high relocation"
6945msgstr ""
6946
499ac353 6947#: config/tc-iq2000.c:829 config/tc-mips.c:14478 config/tc-score.c:6035
c85dd50d
NC
6948msgid ".end not in text section"
6949msgstr ""
6950
499ac353 6951#: config/tc-iq2000.c:833 config/tc-mips.c:14482 config/tc-score.c:6038
c85dd50d
NC
6952msgid ".end directive without a preceding .ent directive."
6953msgstr ""
6954
499ac353 6955#: config/tc-iq2000.c:842 config/tc-mips.c:14491 config/tc-score.c:6046
c85dd50d
NC
6956msgid ".end symbol does not match .ent symbol."
6957msgstr ""
6958
499ac353 6959#: config/tc-iq2000.c:845 config/tc-mips.c:14498 config/tc-score.c:6051
c85dd50d
NC
6960msgid ".end directive missing or unknown symbol"
6961msgstr ""
6962
499ac353 6963#: config/tc-iq2000.c:863
c85dd50d
NC
6964msgid "Expected simple number."
6965msgstr ""
6966
499ac353 6967#: config/tc-iq2000.c:892 config/tc-mips.c:14403 config/tc-score.c:5885
c85dd50d
NC
6968#, c-format
6969msgid " *input_line_pointer == '%c' 0x%02x\n"
6970msgstr ""
6971
499ac353 6972#: config/tc-iq2000.c:894
c85dd50d
NC
6973msgid "Invalid number"
6974msgstr ""
6975
499ac353 6976#: config/tc-iq2000.c:929 config/tc-mips.c:14573 config/tc-score.c:5924
c85dd50d
NC
6977msgid ".ent or .aent not in text section."
6978msgstr ""
6979
499ac353 6980#: config/tc-iq2000.c:932
c85dd50d
NC
6981msgid "missing `.end'"
6982msgstr ""
6983
ae351704 6984#: config/tc-m32c.c:137
49f58d10
JB
6985#, c-format
6986msgid " M32C specific command line options:\n"
6987msgstr ""
6988
a74801ba 6989#. Pretend that we do not recognise this option.
ae351704 6990#: config/tc-m32r.c:331
a74801ba
ILT
6991msgid "Unrecognised option: -hidden"
6992msgstr ""
6993
ae351704 6994#: config/tc-m32r.c:358 config/tc-sparc.c:595
6e1772d5
AM
6995msgid "Unrecognized option following -K"
6996msgstr ""
6997
ae351704 6998#: config/tc-m32r.c:373
6e1772d5 6999#, c-format
252b5132
RH
7000msgid " M32R specific command line options:\n"
7001msgstr ""
7002
ae351704 7003#: config/tc-m32r.c:375
6e1772d5 7004#, c-format
8ad3436c
AM
7005msgid ""
7006" -m32r disable support for the m32rx instruction set\n"
7007msgstr ""
7008
ae351704 7009#: config/tc-m32r.c:377
6e1772d5 7010#, c-format
a74801ba
ILT
7011msgid " -m32rx support the extended m32rx instruction set\n"
7012msgstr ""
7013
ae351704 7014#: config/tc-m32r.c:379
6e1772d5
AM
7015#, c-format
7016msgid " -m32r2 support the extended m32r2 instruction set\n"
7017msgstr ""
7018
ae351704 7019#: config/tc-m32r.c:381
6e1772d5
AM
7020#, c-format
7021msgid " -EL,-little produce little endian code and data\n"
7022msgstr ""
7023
ae351704 7024#: config/tc-m32r.c:383
6e1772d5
AM
7025#, c-format
7026msgid " -EB,-big produce big endian code and data\n"
7027msgstr ""
7028
ae351704 7029#: config/tc-m32r.c:385
6e1772d5
AM
7030#, c-format
7031msgid " -parallel try to combine instructions in parallel\n"
7032msgstr ""
7033
ae351704 7034#: config/tc-m32r.c:387
6e1772d5
AM
7035#, c-format
7036msgid " -no-parallel disable -parallel\n"
7037msgstr ""
7038
ae351704 7039#: config/tc-m32r.c:389
6e1772d5
AM
7040#, c-format
7041msgid ""
7042" -no-bitinst disallow the M32R2's extended bit-field "
7043"instructions\n"
7044msgstr ""
7045
ae351704 7046#: config/tc-m32r.c:391
6e1772d5
AM
7047#, c-format
7048msgid " -O try to optimize code. Implies -parallel\n"
a74801ba
ILT
7049msgstr ""
7050
ae351704 7051#: config/tc-m32r.c:394
6e1772d5 7052#, c-format
a74801ba
ILT
7053msgid ""
7054" -warn-explicit-parallel-conflicts warn when parallel instructions\n"
7055msgstr ""
7056
ae351704 7057#: config/tc-m32r.c:396
6e1772d5
AM
7058#, c-format
7059msgid " might violate contraints\n"
a74801ba
ILT
7060msgstr ""
7061
ae351704 7062#: config/tc-m32r.c:398
6e1772d5 7063#, c-format
a74801ba
ILT
7064msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n"
7065msgstr ""
7066
ae351704 7067#: config/tc-m32r.c:400
6e1772d5 7068#, c-format
a74801ba 7069msgid ""
6e1772d5
AM
7070" instructions might violate "
7071"contraints\n"
a74801ba
ILT
7072msgstr ""
7073
ae351704 7074#: config/tc-m32r.c:402
6e1772d5 7075#, c-format
a74801ba
ILT
7076msgid ""
7077" -Wp synonym for -warn-explicit-parallel-conflicts\n"
7078msgstr ""
7079
ae351704 7080#: config/tc-m32r.c:404
6e1772d5 7081#, c-format
a74801ba
ILT
7082msgid ""
7083" -Wnp synonym for -no-warn-explicit-parallel-conflicts\n"
7084msgstr ""
7085
ae351704 7086#: config/tc-m32r.c:406
6e1772d5
AM
7087#, c-format
7088msgid ""
7089" -ignore-parallel-conflicts do not check parallel instructions\n"
7090msgstr ""
7091
ae351704 7092#: config/tc-m32r.c:408
6e1772d5
AM
7093#, c-format
7094msgid " fo contraint violations\n"
7095msgstr ""
7096
ae351704 7097#: config/tc-m32r.c:410
6e1772d5
AM
7098#, c-format
7099msgid ""
7100" -no-ignore-parallel-conflicts check parallel instructions for\n"
7101msgstr ""
7102
ae351704 7103#: config/tc-m32r.c:412
6e1772d5
AM
7104#, c-format
7105msgid " contraint violations\n"
7106msgstr ""
7107
ae351704 7108#: config/tc-m32r.c:414
6e1772d5
AM
7109#, c-format
7110msgid " -Ip synonym for -ignore-parallel-conflicts\n"
7111msgstr ""
7112
ae351704 7113#: config/tc-m32r.c:416
6e1772d5
AM
7114#, c-format
7115msgid " -nIp synonym for -no-ignore-parallel-conflicts\n"
7116msgstr ""
7117
ae351704 7118#: config/tc-m32r.c:419
6e1772d5 7119#, c-format
252b5132
RH
7120msgid ""
7121" -warn-unmatched-high warn when an (s)high reloc has no matching low "
7122"reloc\n"
7123msgstr ""
7124
ae351704 7125#: config/tc-m32r.c:421
6e1772d5 7126#, c-format
252b5132
RH
7127msgid " -no-warn-unmatched-high do not warn about missing low relocs\n"
7128msgstr ""
7129
ae351704 7130#: config/tc-m32r.c:423
6e1772d5 7131#, c-format
252b5132
RH
7132msgid " -Wuh synonym for -warn-unmatched-high\n"
7133msgstr ""
7134
ae351704 7135#: config/tc-m32r.c:425
6e1772d5 7136#, c-format
252b5132
RH
7137msgid " -Wnuh synonym for -no-warn-unmatched-high\n"
7138msgstr ""
7139
ae351704 7140#: config/tc-m32r.c:428
6e1772d5
AM
7141#, c-format
7142msgid " -KPIC generate PIC\n"
7143msgstr ""
7144
ae351704 7145#: config/tc-m32r.c:849
6e1772d5 7146msgid "instructions write to the same destination register."
a74801ba
ILT
7147msgstr ""
7148
ae351704 7149#: config/tc-m32r.c:857
a74801ba
ILT
7150msgid "Instructions do not use parallel execution pipelines."
7151msgstr ""
7152
ae351704 7153#: config/tc-m32r.c:865
a74801ba
ILT
7154msgid "Instructions share the same execution pipeline"
7155msgstr ""
7156
ae351704 7157#: config/tc-m32r.c:930 config/tc-m32r.c:1044
252b5132 7158#, c-format
a74801ba
ILT
7159msgid "not a 16 bit instruction '%s'"
7160msgstr ""
7161
ae351704 7162#: config/tc-m32r.c:942 config/tc-m32r.c:1056 config/tc-m32r.c:1240
6e1772d5
AM
7163#, c-format
7164msgid "instruction '%s' is for the M32R2 only"
7165msgstr ""
7166
ae351704 7167#: config/tc-m32r.c:955 config/tc-m32r.c:1069 config/tc-m32r.c:1253
a74801ba
ILT
7168#, c-format
7169msgid "unknown instruction '%s'"
7170msgstr ""
7171
ae351704 7172#: config/tc-m32r.c:964 config/tc-m32r.c:1076 config/tc-m32r.c:1260
a74801ba
ILT
7173#, c-format
7174msgid "instruction '%s' is for the M32RX only"
7175msgstr ""
7176
ae351704 7177#: config/tc-m32r.c:973 config/tc-m32r.c:1085
a74801ba
ILT
7178#, c-format
7179msgid "instruction '%s' cannot be executed in parallel."
7180msgstr ""
7181
ae351704 7182#: config/tc-m32r.c:1028 config/tc-m32r.c:1110 config/tc-m32r.c:1317
a74801ba
ILT
7183msgid "internal error: lookup/get operands failed"
7184msgstr ""
7185
ae351704 7186#: config/tc-m32r.c:1095
a74801ba
ILT
7187#, c-format
7188msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
7189msgstr ""
7190
ae351704 7191#: config/tc-m32r.c:1124
a74801ba
ILT
7192#, c-format
7193msgid ""
7194"%s: output of 1st instruction is the same as an input to 2nd instruction - "
7195"is this intentional ?"
252b5132
RH
7196msgstr ""
7197
ae351704 7198#: config/tc-m32r.c:1128
a74801ba
ILT
7199#, c-format
7200msgid ""
7201"%s: output of 2nd instruction is the same as an input to 1st instruction - "
7202"is this intentional ?"
7203msgstr ""
7204
42477147 7205#: config/tc-m32r.c:1492 config/tc-ppc.c:1868 config/tc-ppc.c:4423
252b5132
RH
7206msgid "Expected comma after symbol-name: rest of line ignored."
7207msgstr ""
7208
ae351704 7209#: config/tc-m32r.c:1502
252b5132
RH
7210#, c-format
7211msgid ".SCOMMon length (%ld.) <0! Ignored."
7212msgstr ""
7213
42477147
NC
7214#: config/tc-m32r.c:1516 config/tc-ppc.c:1890 config/tc-ppc.c:3044
7215#: config/tc-ppc.c:4447
252b5132
RH
7216msgid "ignoring bad alignment"
7217msgstr ""
7218
42477147 7219#: config/tc-m32r.c:1528 config/tc-ppc.c:1927 config/tc-v850.c:322
328577ad
NC
7220msgid "Common alignment not a power of 2"
7221msgstr ""
7222
42477147 7223#: config/tc-m32r.c:1543 config/tc-ppc.c:1901 config/tc-ppc.c:4459
252b5132
RH
7224#, c-format
7225msgid "Ignoring attempt to re-define symbol `%s'."
7226msgstr ""
7227
ae351704 7228#: config/tc-m32r.c:1552
252b5132
RH
7229#, c-format
7230msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
7231msgstr ""
7232
ae351704 7233#: config/tc-m32r.c:1788
06647dfd
AM
7234msgid "Addend to unresolved symbol not on word boundary."
7235msgstr ""
7236
ae351704 7237#: config/tc-m32r.c:1929 config/tc-m32r.c:1982 config/tc-sh.c:747
8ea2b00f
AM
7238msgid "Invalid PIC expression."
7239msgstr ""
7240
ae351704 7241#: config/tc-m32r.c:2073
252b5132
RH
7242msgid "Unmatched high/shigh reloc"
7243msgstr ""
7244
ae351704 7245#: config/tc-m68hc11.c:371
60bcf0fa
NC
7246#, c-format
7247msgid ""
87ccc1b0
NC
7248"Motorola 68HC11/68HC12/68HCS12 options:\n"
7249" -m68hc11 | -m68hc12 |\n"
7250" -m68hcs12 specify the processor [default %s]\n"
7251" -mshort use 16-bit int ABI (default)\n"
7252" -mlong use 32-bit int ABI\n"
7253" -mshort-double use 32-bit double ABI\n"
7254" -mlong-double use 64-bit double ABI (default)\n"
ae351704
AM
7255" --force-long-branches always turn relative branches into absolute ones\n"
7256" -S,--short-branches do not turn relative branches into absolute ones\n"
60bcf0fa
NC
7257" when the offset is out of range\n"
7258" --strict-direct-mode do not turn the direct mode into extended mode\n"
7259" when the instruction does not support direct mode\n"
7260" --print-insn-syntax print the syntax of instruction in case of error\n"
7261" --print-opcodes print the list of instructions with syntax\n"
7262" --generate-example generate an example of each instruction\n"
7263" (used for testing)\n"
7264msgstr ""
7265
ae351704 7266#: config/tc-m68hc11.c:417
60bcf0fa
NC
7267#, c-format
7268msgid "Default target `%s' is not supported."
7269msgstr ""
7270
7271#. Dump the opcode statistics table.
ae351704 7272#: config/tc-m68hc11.c:435
6e1772d5 7273#, c-format
60bcf0fa
NC
7274msgid "Name # Modes Min ops Max ops Modes mask # Used\n"
7275msgstr ""
7276
ae351704 7277#: config/tc-m68hc11.c:501
60bcf0fa
NC
7278#, c-format
7279msgid "Option `%s' is not recognized."
7280msgstr ""
7281
499ac353 7282#: config/tc-m68hc11.c:671
60bcf0fa
NC
7283msgid "#<imm8>"
7284msgstr ""
7285
499ac353 7286#: config/tc-m68hc11.c:680
60bcf0fa
NC
7287msgid "#<imm16>"
7288msgstr ""
7289
499ac353 7290#: config/tc-m68hc11.c:689 config/tc-m68hc11.c:698
60bcf0fa
NC
7291msgid "<imm8>,X"
7292msgstr ""
7293
499ac353 7294#: config/tc-m68hc11.c:725
60bcf0fa
NC
7295msgid "*<abs8>"
7296msgstr ""
7297
499ac353 7298#: config/tc-m68hc11.c:737
60bcf0fa
NC
7299msgid "#<mask>"
7300msgstr ""
7301
499ac353 7302#: config/tc-m68hc11.c:747
60bcf0fa
NC
7303#, c-format
7304msgid "symbol%d"
7305msgstr ""
7306
499ac353 7307#: config/tc-m68hc11.c:749
60bcf0fa
NC
7308msgid "<abs>"
7309msgstr ""
7310
499ac353 7311#: config/tc-m68hc11.c:768
60bcf0fa
NC
7312msgid "<label>"
7313msgstr ""
7314
499ac353 7315#: config/tc-m68hc11.c:784
60bcf0fa
NC
7316#, c-format
7317msgid ""
7318"# Example of `%s' instructions\n"
7319"\t.sect .text\n"
7320"_start:\n"
7321msgstr ""
7322
499ac353 7323#: config/tc-m68hc11.c:831
60bcf0fa
NC
7324#, c-format
7325msgid "Instruction `%s' is not recognized."
7326msgstr ""
7327
499ac353 7328#: config/tc-m68hc11.c:836
60bcf0fa
NC
7329#, c-format
7330msgid "Instruction formats for `%s':"
7331msgstr ""
7332
499ac353 7333#: config/tc-m68hc11.c:966
60bcf0fa
NC
7334#, c-format
7335msgid "Immediate operand is not allowed for operand %d."
7336msgstr ""
7337
499ac353 7338#: config/tc-m68hc11.c:1010
60bcf0fa
NC
7339msgid "Indirect indexed addressing is not valid for 68HC11."
7340msgstr ""
7341
499ac353 7342#: config/tc-m68hc11.c:1030
60bcf0fa
NC
7343msgid "Spurious `,' or bad indirect register addressing mode."
7344msgstr ""
7345
499ac353 7346#: config/tc-m68hc11.c:1052
60bcf0fa
NC
7347msgid "Missing second register or offset for indexed-indirect mode."
7348msgstr ""
7349
499ac353 7350#: config/tc-m68hc11.c:1062
60bcf0fa
NC
7351msgid "Missing second register for indexed-indirect mode."
7352msgstr ""
7353
499ac353 7354#: config/tc-m68hc11.c:1078
60bcf0fa
NC
7355msgid "Missing `]' to close indexed-indirect mode."
7356msgstr ""
7357
499ac353 7358#: config/tc-m68hc11.c:1123
60bcf0fa
NC
7359msgid "Illegal operand."
7360msgstr ""
7361
499ac353 7362#: config/tc-m68hc11.c:1128
60bcf0fa
NC
7363msgid "Missing operand."
7364msgstr ""
7365
499ac353 7366#: config/tc-m68hc11.c:1181
60bcf0fa
NC
7367msgid "Pre-increment mode is not valid for 68HC11"
7368msgstr ""
7369
499ac353 7370#: config/tc-m68hc11.c:1194
60bcf0fa
NC
7371msgid "Wrong register in register indirect mode."
7372msgstr ""
7373
499ac353 7374#: config/tc-m68hc11.c:1202
60bcf0fa
NC
7375msgid "Missing `]' to close register indirect operand."
7376msgstr ""
7377
499ac353 7378#: config/tc-m68hc11.c:1222
60bcf0fa
NC
7379msgid "Post-decrement mode is not valid for 68HC11."
7380msgstr ""
7381
499ac353 7382#: config/tc-m68hc11.c:1230
60bcf0fa
NC
7383msgid "Post-increment mode is not valid for 68HC11."
7384msgstr ""
7385
499ac353 7386#: config/tc-m68hc11.c:1248
60bcf0fa
NC
7387msgid "Invalid indexed indirect mode."
7388msgstr ""
7389
499ac353 7390#: config/tc-m68hc11.c:1340
60bcf0fa
NC
7391#, c-format
7392msgid "Trap id `%ld' is out of range."
7393msgstr ""
7394
499ac353 7395#: config/tc-m68hc11.c:1344
60bcf0fa
NC
7396msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
7397msgstr ""
7398
499ac353 7399#: config/tc-m68hc11.c:1351
60bcf0fa
NC
7400#, c-format
7401msgid "Operand out of 8-bit range: `%ld'."
7402msgstr ""
7403
499ac353 7404#: config/tc-m68hc11.c:1358
60bcf0fa
NC
7405msgid "The trap id must be a constant."
7406msgstr ""
7407
499ac353 7408#: config/tc-m68hc11.c:1393
60bcf0fa
NC
7409#, c-format
7410msgid "Operand `%x' not recognized in fixup8."
7411msgstr ""
7412
499ac353 7413#: config/tc-m68hc11.c:1410 config/tc-m68hc11.c:1459
60bcf0fa
NC
7414#, c-format
7415msgid "Operand out of 16-bit range: `%ld'."
7416msgstr ""
7417
499ac353 7418#: config/tc-m68hc11.c:1442 config/tc-m68hc11.c:1475
60bcf0fa
NC
7419#, c-format
7420msgid "Operand `%x' not recognized in fixup16."
7421msgstr ""
7422
499ac353 7423#: config/tc-m68hc11.c:1492
60bcf0fa
NC
7424#, c-format
7425msgid "Unexpected branch conversion with `%x'"
7426msgstr ""
7427
499ac353 7428#: config/tc-m68hc11.c:1583 config/tc-m68hc11.c:1721
60bcf0fa
NC
7429#, c-format
7430msgid "Operand out of range for a relative branch: `%ld'"
7431msgstr ""
7432
499ac353 7433#: config/tc-m68hc11.c:1689
60bcf0fa
NC
7434msgid "Invalid register for dbcc/tbcc instruction."
7435msgstr ""
7436
499ac353 7437#: config/tc-m68hc11.c:1777
60bcf0fa
NC
7438#, c-format
7439msgid "Increment/decrement value is out of range: `%ld'."
7440msgstr ""
7441
499ac353 7442#: config/tc-m68hc11.c:1788
60bcf0fa
NC
7443msgid "Expecting a register."
7444msgstr ""
7445
499ac353 7446#: config/tc-m68hc11.c:1803
60bcf0fa
NC
7447msgid "Invalid register for post/pre increment."
7448msgstr ""
7449
499ac353 7450#: config/tc-m68hc11.c:1833
60bcf0fa
NC
7451msgid "Invalid register."
7452msgstr ""
7453
499ac353 7454#: config/tc-m68hc11.c:1840
60bcf0fa
NC
7455#, c-format
7456msgid "Offset out of 16-bit range: %ld."
7457msgstr ""
7458
499ac353 7459#: config/tc-m68hc11.c:1845
5f68c319
NC
7460#, c-format
7461msgid "Offset out of 5-bit range for movw/movb insn: %ld."
60bcf0fa
NC
7462msgstr ""
7463
499ac353 7464#: config/tc-m68hc11.c:1951
60bcf0fa
NC
7465msgid "Expecting register D for indexed indirect mode."
7466msgstr ""
7467
499ac353 7468#: config/tc-m68hc11.c:1953
60bcf0fa
NC
7469msgid "Indexed indirect mode is not allowed for movb/movw."
7470msgstr ""
7471
499ac353 7472#: config/tc-m68hc11.c:1970
60bcf0fa
NC
7473msgid "Invalid accumulator register."
7474msgstr ""
7475
499ac353 7476#: config/tc-m68hc11.c:1995
60bcf0fa
NC
7477msgid "Invalid indexed register."
7478msgstr ""
7479
499ac353 7480#: config/tc-m68hc11.c:2003
60bcf0fa
NC
7481msgid "Addressing mode not implemented yet."
7482msgstr ""
7483
499ac353 7484#: config/tc-m68hc11.c:2016
60bcf0fa
NC
7485msgid "Invalid source register for this instruction, use 'tfr'."
7486msgstr ""
7487
499ac353 7488#: config/tc-m68hc11.c:2018
60bcf0fa
NC
7489msgid "Invalid source register."
7490msgstr ""
7491
499ac353 7492#: config/tc-m68hc11.c:2023
60bcf0fa
NC
7493msgid "Invalid destination register for this instruction, use 'tfr'."
7494msgstr ""
7495
499ac353 7496#: config/tc-m68hc11.c:2025
60bcf0fa
NC
7497msgid "Invalid destination register."
7498msgstr ""
7499
499ac353 7500#: config/tc-m68hc11.c:2121
60bcf0fa
NC
7501msgid "Invalid indexed register, expecting register X."
7502msgstr ""
7503
499ac353 7504#: config/tc-m68hc11.c:2123
60bcf0fa
NC
7505msgid "Invalid indexed register, expecting register Y."
7506msgstr ""
7507
499ac353 7508#: config/tc-m68hc11.c:2429
60bcf0fa
NC
7509msgid "No instruction or missing opcode."
7510msgstr ""
7511
499ac353 7512#: config/tc-m68hc11.c:2494
60bcf0fa
NC
7513#, c-format
7514msgid "Opcode `%s' is not recognized."
7515msgstr ""
7516
499ac353 7517#: config/tc-m68hc11.c:2516
60bcf0fa
NC
7518#, c-format
7519msgid "Garbage at end of instruction: `%s'."
7520msgstr ""
7521
499ac353 7522#: config/tc-m68hc11.c:2539
60bcf0fa
NC
7523#, c-format
7524msgid "Invalid operand for `%s'"
7525msgstr ""
7526
499ac353 7527#: config/tc-m68hc11.c:2590
87ccc1b0
NC
7528#, c-format
7529msgid "Invalid mode: %s\n"
7530msgstr ""
7531
499ac353 7532#: config/tc-m68hc11.c:2650
87ccc1b0
NC
7533msgid "bad .relax format"
7534msgstr ""
7535
499ac353 7536#: config/tc-m68hc11.c:2694
60bcf0fa
NC
7537#, c-format
7538msgid "Relocation %d is not supported by object file format."
7539msgstr ""
7540
499ac353 7541#: config/tc-m68hc11.c:2973
60bcf0fa
NC
7542msgid "bra or bsr with undefined symbol."
7543msgstr ""
7544
499ac353 7545#: config/tc-m68hc11.c:3076 config/tc-m68hc11.c:3133
60bcf0fa
NC
7546#, c-format
7547msgid "Subtype %d is not recognized."
7548msgstr ""
7549
499ac353 7550#: config/tc-m68hc11.c:3192
60bcf0fa
NC
7551msgid "Expression too complex."
7552msgstr ""
7553
499ac353 7554#: config/tc-m68hc11.c:3225
60bcf0fa
NC
7555msgid "Value out of 16-bit range."
7556msgstr ""
7557
499ac353 7558#: config/tc-m68hc11.c:3243
60bcf0fa
NC
7559#, c-format
7560msgid "Value %ld too large for 8-bit PC-relative branch."
7561msgstr ""
7562
499ac353 7563#: config/tc-m68hc11.c:3250
60bcf0fa
NC
7564#, c-format
7565msgid "Auto increment/decrement offset '%ld' is out of range."
7566msgstr ""
7567
499ac353 7568#: config/tc-m68hc11.c:3263
6e1772d5
AM
7569#, c-format
7570msgid "Offset out of 5-bit range for movw/movb insn: %ld"
7571msgstr ""
7572
499ac353 7573#: config/tc-m68hc11.c:3279
60bcf0fa
NC
7574#, c-format
7575msgid "Line %d: unknown relocation type: 0x%x."
7576msgstr ""
7577
c85dd50d 7578#: config/tc-m68k.c:1036
8ad3436c
AM
7579#, c-format
7580msgid "Can not do %d byte pc-relative relocation"
7581msgstr ""
7582
c85dd50d 7583#: config/tc-m68k.c:1038
252b5132
RH
7584#, c-format
7585msgid "Can not do %d byte pc-relative pic relocation"
7586msgstr ""
7587
c85dd50d 7588#: config/tc-m68k.c:1043
8ad3436c
AM
7589#, c-format
7590msgid "Can not do %d byte relocation"
7591msgstr ""
7592
c85dd50d 7593#: config/tc-m68k.c:1045
252b5132
RH
7594#, c-format
7595msgid "Can not do %d byte pic relocation"
7596msgstr ""
7597
c85dd50d 7598#: config/tc-m68k.c:1110
a85d7ed0
NC
7599#, c-format
7600msgid "Unable to produce reloc against symbol '%s'"
7601msgstr ""
7602
c85dd50d 7603#: config/tc-m68k.c:1154 config/tc-vax.c:2366
252b5132
RH
7604#, c-format
7605msgid "Cannot make %s relocation PC relative"
7606msgstr ""
7607
c85dd50d 7608#: config/tc-m68k.c:1253 config/tc-vax.c:1876
252b5132
RH
7609msgid "No operator"
7610msgstr ""
7611
c85dd50d 7612#: config/tc-m68k.c:1283 config/tc-vax.c:1892
252b5132
RH
7613msgid "Unknown operator"
7614msgstr ""
7615
c85dd50d 7616#: config/tc-m68k.c:2186
252b5132
RH
7617msgid "invalid instruction for this architecture; needs "
7618msgstr ""
7619
b2f58c0c
NC
7620#: config/tc-m68k.c:2194
7621msgid "hardware divide"
c85dd50d
NC
7622msgstr ""
7623
b2f58c0c
NC
7624#: config/tc-m68k.c:2216 config/tc-m68k.c:2220 config/tc-m68k.c:2224
7625msgid "or higher"
8ea2b00f
AM
7626msgstr ""
7627
b2f58c0c 7628#: config/tc-m68k.c:2277
252b5132
RH
7629msgid "operands mismatch"
7630msgstr ""
7631
b2f58c0c 7632#: config/tc-m68k.c:2341 config/tc-m68k.c:2347 config/tc-m68k.c:2353
499ac353 7633#: config/tc-mmix.c:2459 config/tc-mmix.c:2483
252b5132
RH
7634msgid "operand out of range"
7635msgstr ""
7636
b2f58c0c 7637#: config/tc-m68k.c:2410
252b5132
RH
7638#, c-format
7639msgid "Bignum too big for %c format; truncated"
7640msgstr ""
7641
b2f58c0c 7642#: config/tc-m68k.c:2487
252b5132
RH
7643msgid "displacement too large for this architecture; needs 68020 or higher"
7644msgstr ""
7645
b2f58c0c 7646#: config/tc-m68k.c:2598
252b5132
RH
7647msgid ""
7648"scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
7649msgstr ""
7650
b2f58c0c 7651#: config/tc-m68k.c:2603
ac50feda
RH
7652msgid "invalid index size for coldfire"
7653msgstr ""
7654
b2f58c0c 7655#: config/tc-m68k.c:2656
252b5132
RH
7656msgid "Forcing byte displacement"
7657msgstr ""
7658
b2f58c0c 7659#: config/tc-m68k.c:2658
252b5132
RH
7660msgid "byte displacement out of range"
7661msgstr ""
7662
b2f58c0c 7663#: config/tc-m68k.c:2706 config/tc-m68k.c:2744
252b5132
RH
7664msgid "invalid operand mode for this architecture; needs 68020 or higher"
7665msgstr ""
7666
b2f58c0c 7667#: config/tc-m68k.c:2730 config/tc-m68k.c:2764
252b5132
RH
7668msgid ":b not permitted; defaulting to :w"
7669msgstr ""
7670
b2f58c0c 7671#: config/tc-m68k.c:2841
252b5132
RH
7672msgid "unsupported byte value; use a different suffix"
7673msgstr ""
7674
b2f58c0c 7675#: config/tc-m68k.c:2856
252b5132
RH
7676msgid "unknown/incorrect operand"
7677msgstr ""
7678
b2f58c0c
NC
7679#: config/tc-m68k.c:2899 config/tc-m68k.c:2907 config/tc-m68k.c:2914
7680#: config/tc-m68k.c:2921
252b5132
RH
7681msgid "out of range"
7682msgstr ""
7683
b2f58c0c 7684#: config/tc-m68k.c:2994
ae351704 7685msgid "Can't use long branches on this architecture"
252b5132
RH
7686msgstr ""
7687
b2f58c0c 7688#: config/tc-m68k.c:3100
252b5132
RH
7689msgid "Expression out of range, using 0"
7690msgstr ""
7691
b2f58c0c 7692#: config/tc-m68k.c:3291 config/tc-m68k.c:3307
252b5132
RH
7693msgid "Floating point register in register list"
7694msgstr ""
7695
b2f58c0c 7696#: config/tc-m68k.c:3297
252b5132
RH
7697msgid "Wrong register in floating-point reglist"
7698msgstr ""
7699
b2f58c0c 7700#: config/tc-m68k.c:3313
252b5132
RH
7701msgid "incorrect register in reglist"
7702msgstr ""
7703
b2f58c0c 7704#: config/tc-m68k.c:3319
252b5132
RH
7705msgid "wrong register in floating-point reglist"
7706msgstr ""
7707
6e1772d5 7708#. ERROR.
b2f58c0c 7709#: config/tc-m68k.c:3792
252b5132
RH
7710msgid "Extra )"
7711msgstr ""
7712
6e1772d5 7713#. ERROR.
b2f58c0c 7714#: config/tc-m68k.c:3803
252b5132
RH
7715msgid "Missing )"
7716msgstr ""
7717
b2f58c0c 7718#: config/tc-m68k.c:3820
252b5132
RH
7719msgid "Missing operand"
7720msgstr ""
7721
b2f58c0c 7722#: config/tc-m68k.c:4138
ae351704
AM
7723#, c-format
7724msgid "unrecognized default cpu `%s'"
7725msgstr ""
7726
b2f58c0c 7727#: config/tc-m68k.c:4192
252b5132
RH
7728#, c-format
7729msgid "%s -- statement `%s' ignored"
7730msgstr ""
7731
b2f58c0c 7732#: config/tc-m68k.c:4241
252b5132
RH
7733#, c-format
7734msgid "Don't know how to figure width of %c in md_assemble()"
7735msgstr ""
7736
b2f58c0c 7737#: config/tc-m68k.c:4410
8ea2b00f
AM
7738#, c-format
7739msgid "Internal Error: Can't allocate m68k_sorted_opcodes of size %d"
7740msgstr ""
7741
b2f58c0c 7742#: config/tc-m68k.c:4475 config/tc-m68k.c:4514
252b5132
RH
7743#, c-format
7744msgid "Internal Error: Can't find %s in hash table"
7745msgstr ""
7746
b2f58c0c 7747#: config/tc-m68k.c:4478 config/tc-m68k.c:4517
252b5132
RH
7748#, c-format
7749msgid "Internal Error: Can't hash %s: %s"
7750msgstr ""
7751
b2f58c0c 7752#: config/tc-m68k.c:4642
ae351704
AM
7753#, c-format
7754msgid "text label `%s' aligned to odd boundary"
87ccc1b0
NC
7755msgstr ""
7756
b2f58c0c 7757#: config/tc-m68k.c:4789
252b5132 7758#, c-format
ae351704 7759msgid "value %ld out of range"
252b5132
RH
7760msgstr ""
7761
b2f58c0c 7762#: config/tc-m68k.c:4803
ae351704 7763msgid "invalid byte branch offset"
252b5132
RH
7764msgstr ""
7765
b2f58c0c 7766#: config/tc-m68k.c:4840
ae351704 7767msgid "short branch with zero offset: use :w"
252b5132
RH
7768msgstr ""
7769
b2f58c0c 7770#: config/tc-m68k.c:4884
ae351704 7771msgid "Conversion of PC relative BSR to absolute JSR"
252b5132
RH
7772msgstr ""
7773
b2f58c0c 7774#: config/tc-m68k.c:4895
ae351704 7775msgid "Conversion of PC relative branch to absolute jump"
252b5132
RH
7776msgstr ""
7777
b2f58c0c 7778#: config/tc-m68k.c:4912 config/tc-m68k.c:4973
ae351704 7779msgid "Conversion of PC relative conditional branch to absolute jump"
252b5132
RH
7780msgstr ""
7781
b2f58c0c 7782#: config/tc-m68k.c:4953
ae351704 7783msgid "Conversion of DBcc to absolute jump"
252b5132
RH
7784msgstr ""
7785
b2f58c0c 7786#: config/tc-m68k.c:5037
ae351704 7787msgid "Conversion of PC relative displacement to absolute"
3caac5b8
AM
7788msgstr ""
7789
b2f58c0c 7790#: config/tc-m68k.c:5250
3caac5b8
AM
7791msgid "Tried to convert PC relative branch to absolute jump"
7792msgstr ""
7793
b2f58c0c 7794#: config/tc-m68k.c:5295 config/tc-m68k.c:5306 config/tc-m68k.c:5350
252b5132
RH
7795msgid "expression out of range: defaulting to 1"
7796msgstr ""
7797
b2f58c0c 7798#: config/tc-m68k.c:5342
252b5132
RH
7799msgid "expression out of range: defaulting to 0"
7800msgstr ""
7801
b2f58c0c 7802#: config/tc-m68k.c:5383 config/tc-m68k.c:5395
c85dd50d
NC
7803#, c-format
7804msgid "Can't deal with expression; defaulting to %ld"
7805msgstr ""
7806
b2f58c0c 7807#: config/tc-m68k.c:5409
c85dd50d
NC
7808msgid "expression doesn't fit in BYTE"
7809msgstr ""
7810
b2f58c0c 7811#: config/tc-m68k.c:5413
c85dd50d
NC
7812msgid "expression doesn't fit in WORD"
7813msgstr ""
7814
b2f58c0c 7815#: config/tc-m68k.c:5500
c85dd50d
NC
7816#, c-format
7817msgid "%s: unrecognized processor name"
7818msgstr ""
7819
b2f58c0c 7820#: config/tc-m68k.c:5561
c85dd50d
NC
7821msgid "bad coprocessor id"
7822msgstr ""
7823
b2f58c0c 7824#: config/tc-m68k.c:5567
c85dd50d
NC
7825msgid "unrecognized fopt option"
7826msgstr ""
7827
b2f58c0c 7828#: config/tc-m68k.c:5700
c85dd50d
NC
7829#, c-format
7830msgid "option `%s' may not be negated"
7831msgstr ""
7832
b2f58c0c 7833#: config/tc-m68k.c:5711
c85dd50d
NC
7834#, c-format
7835msgid "option `%s' not recognized"
7836msgstr ""
7837
b2f58c0c 7838#: config/tc-m68k.c:5740
c85dd50d
NC
7839msgid "bad format of OPT NEST=depth"
7840msgstr ""
7841
b2f58c0c 7842#: config/tc-m68k.c:5796
c85dd50d
NC
7843msgid "missing label"
7844msgstr ""
7845
b2f58c0c 7846#: config/tc-m68k.c:5820 config/tc-m68k.c:5849
c85dd50d
NC
7847msgid "bad register list"
7848msgstr ""
7849
b2f58c0c 7850#: config/tc-m68k.c:5822
c85dd50d
NC
7851#, c-format
7852msgid "bad register list: %s"
7853msgstr ""
7854
b2f58c0c 7855#: config/tc-m68k.c:5920
c85dd50d
NC
7856msgid "restore without save"
7857msgstr ""
7858
b2f58c0c 7859#: config/tc-m68k.c:6074 config/tc-m68k.c:6444
c85dd50d
NC
7860msgid "syntax error in structured control directive"
7861msgstr ""
7862
b2f58c0c 7863#: config/tc-m68k.c:6119
c85dd50d
NC
7864msgid "missing condition code in structured control directive"
7865msgstr ""
7866
b2f58c0c 7867#: config/tc-m68k.c:6190
c85dd50d
NC
7868#, c-format
7869msgid ""
7870"Condition <%c%c> in structured control directive can not be encoded correctly"
7871msgstr ""
7872
b2f58c0c 7873#: config/tc-m68k.c:6486
c85dd50d
NC
7874msgid "missing then"
7875msgstr ""
7876
b2f58c0c 7877#: config/tc-m68k.c:6567
c85dd50d
NC
7878msgid "else without matching if"
7879msgstr ""
7880
b2f58c0c 7881#: config/tc-m68k.c:6600
c85dd50d
NC
7882msgid "endi without matching if"
7883msgstr ""
7884
b2f58c0c 7885#: config/tc-m68k.c:6640
c85dd50d
NC
7886msgid "break outside of structured loop"
7887msgstr ""
7888
b2f58c0c 7889#: config/tc-m68k.c:6678
c85dd50d
NC
7890msgid "next outside of structured loop"
7891msgstr ""
7892
b2f58c0c 7893#: config/tc-m68k.c:6729
c85dd50d
NC
7894msgid "missing ="
7895msgstr ""
7896
b2f58c0c 7897#: config/tc-m68k.c:6767
c85dd50d
NC
7898msgid "missing to or downto"
7899msgstr ""
7900
b2f58c0c 7901#: config/tc-m68k.c:6803 config/tc-m68k.c:6837 config/tc-m68k.c:7051
c85dd50d
NC
7902msgid "missing do"
7903msgstr ""
7904
b2f58c0c 7905#: config/tc-m68k.c:6938
c85dd50d
NC
7906msgid "endf without for"
7907msgstr ""
7908
b2f58c0c 7909#: config/tc-m68k.c:6992
c85dd50d
NC
7910msgid "until without repeat"
7911msgstr ""
7912
b2f58c0c 7913#: config/tc-m68k.c:7086
c85dd50d
NC
7914msgid "endw without while"
7915msgstr ""
7916
b2f58c0c 7917#: config/tc-m68k.c:7119 config/tc-m68k.c:7147
c85dd50d
NC
7918msgid "already assembled instructions"
7919msgstr ""
7920
b2f58c0c 7921#: config/tc-m68k.c:7224
c85dd50d
NC
7922#, c-format
7923msgid "`%s' is deprecated, use `%s'"
7924msgstr ""
7925
b2f58c0c 7926#: config/tc-m68k.c:7243
c85dd50d
NC
7927#, c-format
7928msgid "cpu `%s' unrecognized"
7929msgstr ""
7930
b2f58c0c 7931#: config/tc-m68k.c:7249
c85dd50d
NC
7932#, c-format
7933msgid "already selected `%s' processor"
7934msgstr ""
7935
b2f58c0c 7936#: config/tc-m68k.c:7269
c85dd50d
NC
7937#, c-format
7938msgid "architecture `%s' unrecognized"
7939msgstr ""
7940
b2f58c0c 7941#: config/tc-m68k.c:7275
c85dd50d
NC
7942#, c-format
7943msgid "already selected `%s' architecture"
7944msgstr ""
7945
b2f58c0c 7946#: config/tc-m68k.c:7298
c85dd50d
NC
7947#, c-format
7948msgid "extension `%s' unrecognized"
7949msgstr ""
7950
b2f58c0c 7951#: config/tc-m68k.c:7416
c85dd50d
NC
7952#, c-format
7953msgid "option `-A%s' is deprecated: use `-%s'"
7954msgstr ""
7955
b2f58c0c 7956#: config/tc-m68k.c:7449
c85dd50d
NC
7957msgid "architecture features both enabled and disabled"
7958msgstr ""
7959
b2f58c0c 7960#: config/tc-m68k.c:7476
c85dd50d
NC
7961msgid "selected processor does not have all features of selected architecture"
7962msgstr ""
7963
b2f58c0c 7964#: config/tc-m68k.c:7485
c85dd50d
NC
7965msgid "m68k and cf features both selected"
7966msgstr ""
7967
b2f58c0c 7968#: config/tc-m68k.c:7497
c85dd50d
NC
7969msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
7970msgstr ""
7971
b2f58c0c 7972#: config/tc-m68k.c:7531
c85dd50d
NC
7973#, c-format
7974msgid ""
7975"-march=<arch>\t\tset architecture\n"
7976"-mcpu=<cpu>\t\tset cpu [default %s]\n"
7977msgstr ""
7978
b2f58c0c 7979#: config/tc-m68k.c:7536
c85dd50d
NC
7980#, c-format
7981msgid "-m[no-]%-16s enable/disable%s architecture extension\n"
7982msgstr ""
7983
b2f58c0c 7984#: config/tc-m68k.c:7542
c85dd50d
NC
7985#, c-format
7986msgid ""
7987"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
7988"-pic, -k\t\tgenerate position independent code\n"
7989"-S\t\t\tturn jbsr into jsr\n"
7990"--pcrel never turn PC-relative branches into absolute jumps\n"
7991"--register-prefix-optional\n"
7992"\t\t\trecognize register names without prefix character\n"
7993"--bitwise-or\t\tdo not treat `|' as a comment character\n"
7994"--base-size-default-16\tbase reg without size is 16 bits\n"
7995"--base-size-default-32\tbase reg without size is 32 bits (default)\n"
7996"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
7997"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
7998msgstr ""
7999
b2f58c0c 8000#: config/tc-m68k.c:7556
c85dd50d
NC
8001#, c-format
8002msgid "Architecture variants are: "
8003msgstr ""
8004
b2f58c0c 8005#: config/tc-m68k.c:7565
c85dd50d
NC
8006#, c-format
8007msgid "Processor variants are: "
8008msgstr ""
8009
42477147 8010#: config/tc-m68k.c:7572 config/tc-xtensa.c:6026
c85dd50d
NC
8011#, c-format
8012msgid "\n"
8013msgstr ""
8014
b2f58c0c 8015#: config/tc-m68k.c:7603
c85dd50d
NC
8016#, c-format
8017msgid "Error %s in %s\n"
8018msgstr ""
8019
b2f58c0c 8020#: config/tc-m68k.c:7607
c85dd50d
NC
8021#, c-format
8022msgid "Opcode(%d.%s): "
8023msgstr ""
8024
b2f58c0c 8025#: config/tc-m68k.c:7767
c85dd50d
NC
8026msgid "Not a defined coldfire architecture"
8027msgstr ""
8028
8029#. Over here we will fill the description of the machine specific options.
8030#: config/tc-maxq.c:209
252b5132 8031#, c-format
c85dd50d 8032msgid " MAXQ-specific assembler options:\n"
252b5132
RH
8033msgstr ""
8034
c85dd50d
NC
8035#: config/tc-maxq.c:211
8036#, c-format
8037msgid ""
8038"\t-MAXQ20\t\t generate obj for MAXQ20(default)\n"
8039"\t-MAXQ10\t\t generate obj for MAXQ10\n"
8040"\t"
252b5132
RH
8041msgstr ""
8042
c85dd50d
NC
8043#: config/tc-maxq.c:377
8044#, c-format
8045msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d"
252b5132
RH
8046msgstr ""
8047
499ac353 8048#: config/tc-maxq.c:454
252b5132 8049#, c-format
c85dd50d 8050msgid "Cant make long jump/call into short jump/call : %d"
252b5132
RH
8051msgstr ""
8052
499ac353 8053#: config/tc-maxq.c:933
c85dd50d
NC
8054#, c-format
8055msgid "Invalid register value %s"
252b5132
RH
8056msgstr ""
8057
499ac353 8058#: config/tc-maxq.c:1051
c85dd50d
NC
8059#, c-format
8060msgid "Invalid bit number : '%c'"
252b5132
RH
8061msgstr ""
8062
499ac353 8063#: config/tc-maxq.c:1063
252b5132 8064#, c-format
c85dd50d 8065msgid "Illegal character after operand '%s'"
252b5132
RH
8066msgstr ""
8067
499ac353 8068#: config/tc-maxq.c:1139 config/tc-maxq.c:1316
252b5132 8069#, c-format
c85dd50d 8070msgid "Invalid Character in immediate Value : %c"
252b5132
RH
8071msgstr ""
8072
499ac353 8073#: config/tc-maxq.c:1159 config/tc-maxq.c:1336
c85dd50d
NC
8074#, c-format
8075msgid "Invalid Character in immediate value : %c"
252b5132
RH
8076msgstr ""
8077
499ac353 8078#: config/tc-maxq.c:1175
c85dd50d 8079msgid "Immediate value greater than 16 bits"
252b5132
RH
8080msgstr ""
8081
499ac353 8082#: config/tc-maxq.c:1189
c85dd50d
NC
8083msgid ""
8084"Attempt to move a value in the stack pointer greater than the size of the "
8085"stack"
252b5132
RH
8086msgstr ""
8087
499ac353 8088#: config/tc-maxq.c:1198
c85dd50d 8089msgid "Attempt to move 16 bit value into an 8 bit register.Truncating..\n"
252b5132
RH
8090msgstr ""
8091
499ac353 8092#: config/tc-maxq.c:1260
c85dd50d 8093msgid "Invalid immediate move operation"
252b5132
RH
8094msgstr ""
8095
499ac353 8096#: config/tc-maxq.c:1533
c85dd50d
NC
8097#, c-format
8098msgid "Size of Operand '%s' greater than %d"
252b5132
RH
8099msgstr ""
8100
499ac353 8101#: config/tc-maxq.c:1688
c85dd50d
NC
8102#, c-format
8103msgid "illegal immediate operand '%s'"
252b5132
RH
8104msgstr ""
8105
499ac353 8106#: config/tc-maxq.c:1710
c45021f2 8107#, c-format
c85dd50d 8108msgid "Invalid operand for memory access '%s'"
c45021f2
NC
8109msgstr ""
8110
499ac353 8111#: config/tc-maxq.c:1772
c85dd50d 8112msgid "illegal displacement operand "
252b5132
RH
8113msgstr ""
8114
499ac353 8115#: config/tc-maxq.c:1837
c85dd50d
NC
8116#, c-format
8117msgid "invalid character %c before operand %d"
252b5132
RH
8118msgstr ""
8119
499ac353 8120#: config/tc-maxq.c:1859
c85dd50d
NC
8121#, c-format
8122msgid "invalid character %c in operand %d"
252b5132
RH
8123msgstr ""
8124
c85dd50d 8125#. We found no match.
499ac353 8126#: config/tc-maxq.c:2004
c85dd50d
NC
8127#, c-format
8128msgid "operand %d is invalid for `%s'"
252b5132
RH
8129msgstr ""
8130
499ac353 8131#: config/tc-maxq.c:2037
c85dd50d 8132msgid "The Accumulator cannot be used as a source in ALU instructions\n"
252b5132
RH
8133msgstr ""
8134
499ac353 8135#: config/tc-maxq.c:2055
c85dd50d
NC
8136#, c-format
8137msgid "'%s' operand cant be used as destination in %s"
252b5132
RH
8138msgstr ""
8139
499ac353 8140#: config/tc-maxq.c:2071 config/tc-maxq.c:2102 config/tc-maxq.c:2116
c85dd50d
NC
8141#, c-format
8142msgid "Invalid Instruction '%s' operand cant be used with %s"
252b5132
RH
8143msgstr ""
8144
499ac353 8145#: config/tc-maxq.c:2087 config/tc-maxq.c:2138
c85dd50d
NC
8146#, c-format
8147msgid "'%s' operand cant be used as source in %s"
252b5132
RH
8148msgstr ""
8149
499ac353 8150#: config/tc-maxq.c:2147
c85dd50d
NC
8151#, c-format
8152msgid "'%s' instruction cant have first operand as Immediate vale"
252b5132
RH
8153msgstr ""
8154
499ac353 8155#: config/tc-maxq.c:2160
c85dd50d
NC
8156#, c-format
8157msgid "SP cannot be used with %s\n"
252b5132
RH
8158msgstr ""
8159
499ac353 8160#: config/tc-maxq.c:2167
c85dd50d 8161msgid "@SP-- cannot be used with PUSH\n"
252b5132
RH
8162msgstr ""
8163
499ac353 8164#: config/tc-maxq.c:2183 config/tc-maxq.c:2191
c85dd50d
NC
8165msgid ""
8166"Operands either contradictory or use the data bus in read/write state "
8167"together"
ae351704
AM
8168msgstr ""
8169
499ac353 8170#: config/tc-maxq.c:2198
c85dd50d 8171msgid "MOVE Cant Use NUL as SRC"
ae351704
AM
8172msgstr ""
8173
499ac353 8174#: config/tc-maxq.c:2220
c85dd50d 8175msgid "Contradictory movement between DP register and memory access using DP"
ae351704
AM
8176msgstr ""
8177
499ac353 8178#: config/tc-maxq.c:2228
c85dd50d 8179msgid "SP and @SP-- cannot be used together in a move instruction"
ae351704
AM
8180msgstr ""
8181
499ac353 8182#: config/tc-maxq.c:2247
c85dd50d 8183msgid "Only Module 8 system registers allowed in this operation"
ae351704
AM
8184msgstr ""
8185
499ac353 8186#: config/tc-maxq.c:2273 config/tc-maxq.c:2282 config/tc-maxq.c:2308
c85dd50d 8187msgid "Read only Register used as destination"
ae351704
AM
8188msgstr ""
8189
499ac353 8190#: config/tc-maxq.c:2290
252b5132 8191#, c-format
c85dd50d 8192msgid "Bit No '%d'exceeds register size in this operation"
ae351704
AM
8193msgstr ""
8194
499ac353 8195#: config/tc-maxq.c:2315 config/tc-maxq.c:2336
ae351704 8196#, c-format
c85dd50d 8197msgid "Bit No '%d' exceeds register size in this operation"
ae351704
AM
8198msgstr ""
8199
499ac353 8200#: config/tc-maxq.c:2352
c85dd50d 8201msgid "Memory References cannot be used with branching operations\n"
ae351704
AM
8202msgstr ""
8203
499ac353 8204#: config/tc-maxq.c:2361
c85dd50d 8205msgid "DJNZ uses only LC[n] register \n"
ae351704
AM
8206msgstr ""
8207
499ac353 8208#: config/tc-maxq.c:2387
c85dd50d
NC
8209#, c-format
8210msgid "'%s' operand cant be used as destination in %s"
252b5132
RH
8211msgstr ""
8212
499ac353 8213#: config/tc-maxq.c:2397
87ccc1b0 8214#, c-format
c85dd50d 8215msgid "Read only register used for writing purposes '%s'"
ae351704
AM
8216msgstr ""
8217
499ac353 8218#: config/tc-maxq.c:2409
c85dd50d 8219msgid "Invalid destination for this kind of source."
252b5132
RH
8220msgstr ""
8221
499ac353 8222#: config/tc-maxq.c:2416
252b5132 8223msgid ""
c85dd50d
NC
8224"Invalid register as destination for this kind of source.Only data pointers "
8225"can be used."
252b5132
RH
8226msgstr ""
8227
499ac353 8228#: config/tc-maxq.c:2504 config/tc-maxq.c:2592
c85dd50d 8229msgid "Invalid Instruction"
ae351704
AM
8230msgstr ""
8231
499ac353 8232#: config/tc-maxq.c:2790
c85dd50d 8233msgid "Cannot allocate memory"
ae351704
AM
8234msgstr ""
8235
499ac353 8236#: config/tc-maxq.c:2862
c85dd50d 8237msgid "Internal Error: Illegal Architecure specified"
ae351704
AM
8238msgstr ""
8239
499ac353 8240#: config/tc-maxq.c:2900
c85dd50d 8241msgid "Invalid architecture type"
252b5132
RH
8242msgstr ""
8243
499ac353
NC
8244#: config/tc-maxq.c:2905 config/tc-maxq.c:2916 config/tc-maxq.c:2929
8245#: config/tc-maxq.c:2941 config/tc-maxq.c:2954
252b5132 8246#, c-format
c85dd50d 8247msgid "Internal Error : Can't Hash %s : %s"
252b5132
RH
8248msgstr ""
8249
499ac353 8250#: config/tc-maxq.c:3071
c85dd50d
NC
8251#, c-format
8252msgid "Ineffective insntruction %s \n"
ae351704
AM
8253msgstr ""
8254
8255#: config/tc-mcore.c:521
252b5132
RH
8256#, c-format
8257msgid "register expected, but saw '%.6s'"
8258msgstr ""
8259
ae351704 8260#: config/tc-mcore.c:603
252b5132
RH
8261#, c-format
8262msgid "control register expected, but saw '%.6s'"
8263msgstr ""
8264
ae351704 8265#: config/tc-mcore.c:639
a74801ba
ILT
8266msgid "bad/missing psr specifier"
8267msgstr ""
8268
ae351704 8269#: config/tc-mcore.c:689
252b5132
RH
8270msgid "more than 65K literal pools"
8271msgstr ""
8272
ae351704 8273#: config/tc-mcore.c:743
252b5132
RH
8274msgid "missing ']'"
8275msgstr ""
8276
ae351704 8277#: config/tc-mcore.c:782
252b5132
RH
8278msgid "operand must be a constant"
8279msgstr ""
8280
ae351704 8281#: config/tc-mcore.c:784
252b5132 8282#, c-format
87ccc1b0 8283msgid "operand must be absolute in range %u..%u, not %ld"
252b5132
RH
8284msgstr ""
8285
ae351704 8286#: config/tc-mcore.c:819
252b5132
RH
8287msgid "operand must be a multiple of 4"
8288msgstr ""
8289
ae351704 8290#: config/tc-mcore.c:826
252b5132
RH
8291msgid "operand must be a multiple of 2"
8292msgstr ""
8293
ae351704 8294#: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410
252b5132
RH
8295msgid "base register expected"
8296msgstr ""
8297
ae351704 8298#: config/tc-mcore.c:888
252b5132
RH
8299#, c-format
8300msgid "unknown opcode \"%s\""
8301msgstr ""
8302
ae351704 8303#: config/tc-mcore.c:931
252b5132
RH
8304msgid "invalid register: r15 illegal"
8305msgstr ""
8306
ae351704 8307#: config/tc-mcore.c:980 config/tc-mcore.c:1561
a74801ba
ILT
8308msgid "M340 specific opcode used when assembling for M210"
8309msgstr ""
8310
ae351704
AM
8311#: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057
8312#: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133
8313#: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224
8314#: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302
8315#: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449
8316#: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553
252b5132
RH
8317msgid "second operand missing"
8318msgstr ""
8319
ae351704 8320#: config/tc-mcore.c:1014
252b5132
RH
8321msgid "destination register must be r1"
8322msgstr ""
8323
ae351704 8324#: config/tc-mcore.c:1035
252b5132
RH
8325msgid "source register must be r1"
8326msgstr ""
8327
ae351704 8328#: config/tc-mcore.c:1099 config/tc-mcore.c:1156
252b5132
RH
8329msgid "immediate is not a power of two"
8330msgstr ""
8331
ae351704 8332#: config/tc-mcore.c:1127
252b5132
RH
8333msgid "translating bgeni to movi"
8334msgstr ""
8335
ae351704 8336#: config/tc-mcore.c:1164
252b5132
RH
8337msgid "translating mgeni to movi"
8338msgstr ""
8339
ae351704 8340#: config/tc-mcore.c:1196
252b5132
RH
8341msgid "translating bmaski to movi"
8342msgstr ""
8343
ae351704 8344#: config/tc-mcore.c:1272
252b5132
RH
8345#, c-format
8346msgid "displacement too large (%d)"
8347msgstr ""
8348
ae351704 8349#: config/tc-mcore.c:1286
252b5132
RH
8350msgid "Invalid register: r0 and r15 illegal"
8351msgstr ""
8352
ae351704 8353#: config/tc-mcore.c:1317
252b5132
RH
8354msgid "bad starting register: r0 and r15 invalid"
8355msgstr ""
8356
ae351704 8357#: config/tc-mcore.c:1330
252b5132
RH
8358msgid "ending register must be r15"
8359msgstr ""
8360
ae351704 8361#: config/tc-mcore.c:1350
252b5132
RH
8362msgid "bad base register: must be r0"
8363msgstr ""
8364
ae351704 8365#: config/tc-mcore.c:1368
252b5132
RH
8366msgid "first register must be r4"
8367msgstr ""
8368
ae351704 8369#: config/tc-mcore.c:1379
252b5132
RH
8370msgid "last register must be r7"
8371msgstr ""
8372
ae351704 8373#: config/tc-mcore.c:1416
252b5132
RH
8374msgid "reg-reg expected"
8375msgstr ""
8376
ae351704 8377#: config/tc-mcore.c:1527
252b5132
RH
8378msgid "second operand must be 1"
8379msgstr ""
8380
ae351704 8381#: config/tc-mcore.c:1548
252b5132
RH
8382msgid "zero used as immediate value"
8383msgstr ""
8384
ae351704 8385#: config/tc-mcore.c:1575
a74801ba
ILT
8386msgid "duplicated psr bit specifier"
8387msgstr ""
8388
ae351704 8389#: config/tc-mcore.c:1581
a74801ba
ILT
8390msgid "`af' must appear alone"
8391msgstr ""
8392
ae351704 8393#: config/tc-mcore.c:1588
252b5132
RH
8394#, c-format
8395msgid "unimplemented opcode \"%s\""
8396msgstr ""
8397
ae351704 8398#: config/tc-mcore.c:1597
a74801ba
ILT
8399#, c-format
8400msgid "ignoring operands: %s "
8401msgstr ""
8402
499ac353 8403#: config/tc-mcore.c:1667
a74801ba
ILT
8404#, c-format
8405msgid "unrecognised cpu type '%s'"
8406msgstr ""
8407
499ac353 8408#: config/tc-mcore.c:1685
6e1772d5 8409#, c-format
ac50feda
RH
8410msgid ""
8411"MCORE specific options:\n"
8412" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n"
a74801ba
ILT
8413" -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n"
8414" -cpu=[210|340] select CPU type\n"
8415" -EB assemble for a big endian system (default)\n"
8416" -EL assemble for a little endian system\n"
ac50feda
RH
8417msgstr ""
8418
499ac353 8419#: config/tc-mcore.c:1703
ac50feda
RH
8420msgid "failed sanity check: short_jump"
8421msgstr ""
8422
499ac353 8423#: config/tc-mcore.c:1713
ac50feda
RH
8424msgid "failed sanity check: long_jump"
8425msgstr ""
8426
499ac353 8427#: config/tc-mcore.c:1739
ac50feda
RH
8428#, c-format
8429msgid "odd displacement at %x"
8430msgstr ""
8431
499ac353 8432#: config/tc-mcore.c:1921
ac50feda
RH
8433msgid "unknown"
8434msgstr ""
8435
499ac353 8436#: config/tc-mcore.c:1948
ac50feda 8437#, c-format
87ccc1b0 8438msgid "odd distance branch (0x%lx bytes)"
ac50feda
RH
8439msgstr ""
8440
499ac353 8441#: config/tc-mcore.c:1952
ac50feda 8442#, c-format
87ccc1b0 8443msgid "pcrel for branch to %s too far (0x%lx)"
ac50feda
RH
8444msgstr ""
8445
499ac353 8446#: config/tc-mcore.c:1972
ac50feda 8447#, c-format
87ccc1b0 8448msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
ac50feda
RH
8449msgstr ""
8450
499ac353 8451#: config/tc-mcore.c:1984
ac50feda 8452#, c-format
87ccc1b0 8453msgid "pcrel for loopt too far (0x%lx)"
ac50feda
RH
8454msgstr ""
8455
499ac353 8456#: config/tc-mcore.c:2180
ac50feda
RH
8457#, c-format
8458msgid "Can not do %d byte %srelocation"
8459msgstr ""
8460
499ac353 8461#: config/tc-mcore.c:2182
ac50feda
RH
8462msgid "pc-relative"
8463msgstr ""
8464
c85dd50d 8465#: config/tc-mep.c:301
ae351704
AM
8466#, c-format
8467msgid ""
8468"MeP specific command line options:\n"
8469" -EB assemble for a big endian system (default)\n"
8470" -EL assemble for a little endian system\n"
8471" -mconfig=<name> specify a chip configuration to use\n"
8472" -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
8473" -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
8474" -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
8475" enable/disable the given opcodes\n"
8476"\n"
8477" If -mconfig is given, the other -m options modify it. Otherwise,\n"
8478" if no -m options are given, all core opcodes are enabled;\n"
8479" if any enabling -m options are given, only those are enabled;\n"
8480" if only disabling -m options are given, only those are disabled.\n"
8481msgstr ""
8482
8483#. There are no insns in the queue and a plus is present.
8484#. This is a syntax error. Let's not tolerate this.
8485#. We can relax this later if necessary.
c85dd50d 8486#: config/tc-mep.c:1008
ae351704
AM
8487msgid "Invalid use of parallelization operator."
8488msgstr ""
8489
c85dd50d 8490#: config/tc-mep.c:1050
ae351704
AM
8491msgid "Leading plus sign not allowed in core mode"
8492msgstr ""
8493
c85dd50d 8494#: config/tc-mep.c:1531
ae351704
AM
8495#, c-format
8496msgid "Don't know how to relocate plain operands of type %s"
8497msgstr ""
8498
c85dd50d 8499#: config/tc-mep.c:1541
ae351704
AM
8500#, c-format
8501msgid "Perhaps you are missing %%tpoff()?"
8502msgstr ""
8503
499ac353 8504#: config/tc-mep.c:1725
ae351704
AM
8505msgid "Bad .section directive: want a,v,w,x,M,S in string"
8506msgstr ""
8507
499ac353 8508#: config/tc-mep.c:1783
ae351704
AM
8509msgid ".vliw unavailable when VLIW is disabled."
8510msgstr ""
8511
fce00800 8512#. Prototypes for static functions.
c85dd50d 8513#: config/tc-mips.c:992
8ad3436c 8514#, c-format
328577ad
NC
8515msgid "internal Error, line %d, %s"
8516msgstr ""
8517
c85dd50d 8518#: config/tc-mips.c:1753
ae351704
AM
8519msgid "-G may not be used in position-independent code"
8520msgstr ""
8521
c85dd50d 8522#: config/tc-mips.c:1800
87ccc1b0
NC
8523#, c-format
8524msgid "internal: can't hash `%s': %s"
a74801ba
ILT
8525msgstr ""
8526
c85dd50d 8527#: config/tc-mips.c:1808
87ccc1b0
NC
8528#, c-format
8529msgid "internal error: bad mips16 opcode: %s %s\n"
328577ad
NC
8530msgstr ""
8531
c85dd50d 8532#: config/tc-mips.c:1980
ac50feda
RH
8533#, c-format
8534msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
8535msgstr ""
8536
499ac353 8537#: config/tc-mips.c:2689 config/tc-mips.c:14068
ac50feda
RH
8538msgid "extended instruction in delay slot"
8539msgstr ""
8540
c85dd50d 8541#: config/tc-mips.c:2753 config/tc-mips.c:2760
ac50feda
RH
8542#, c-format
8543msgid "jump to misaligned address (0x%lx)"
8544msgstr ""
8545
c85dd50d 8546#: config/tc-mips.c:2770 config/tc-mips.c:3532
ae351704
AM
8547#, c-format
8548msgid "branch to misaligned address (0x%lx)"
8549msgstr ""
8550
c85dd50d 8551#: config/tc-mips.c:2775 config/tc-mips.c:3535
328577ad 8552#, c-format
ae351704 8553msgid "branch address range overflow (0x%lx)"
328577ad
NC
8554msgstr ""
8555
c85dd50d 8556#: config/tc-mips.c:3260
6e1772d5
AM
8557msgid ""
8558"Macro instruction expanded into multiple instructions in a branch delay slot"
8559msgstr ""
8560
c85dd50d 8561#: config/tc-mips.c:3263
ac50feda
RH
8562msgid "Macro instruction expanded into multiple instructions"
8563msgstr ""
8564
c85dd50d
NC
8565#: config/tc-mips.c:3804 config/tc-mips.c:7749 config/tc-mips.c:7773
8566#: config/tc-mips.c:7846 config/tc-mips.c:7869
87ccc1b0
NC
8567msgid "operand overflow"
8568msgstr ""
8569
c85dd50d
NC
8570#: config/tc-mips.c:3823 config/tc-mips.c:4423 config/tc-mips.c:7145
8571#: config/tc-mips.c:7936
87ccc1b0
NC
8572msgid "Macro used $at after \".set noat\""
8573msgstr ""
8574
c85dd50d 8575#: config/tc-mips.c:3852
ac50feda
RH
8576msgid "unsupported large constant"
8577msgstr ""
8578
c85dd50d 8579#: config/tc-mips.c:3854
ac50feda
RH
8580#, c-format
8581msgid "Instruction %s requires absolute expression"
8582msgstr ""
8583
c85dd50d 8584#: config/tc-mips.c:3987 config/tc-mips.c:6257 config/tc-mips.c:6849
328577ad 8585#, c-format
55cf6793 8586msgid "Number (0x%s) larger than 32 bits"
ac50feda
RH
8587msgstr ""
8588
c85dd50d 8589#: config/tc-mips.c:4007
ac50feda
RH
8590msgid "Number larger than 64 bits"
8591msgstr ""
8592
c85dd50d
NC
8593#: config/tc-mips.c:4301 config/tc-mips.c:4329 config/tc-mips.c:4367
8594#: config/tc-mips.c:4412 config/tc-mips.c:6466 config/tc-mips.c:6505
8595#: config/tc-mips.c:6544 config/tc-mips.c:6964 config/tc-mips.c:7016
499ac353 8596#: config/tc-score.c:4234
ac50feda
RH
8597msgid "PIC code offset overflow (max 16 signed bits)"
8598msgstr ""
8599
c85dd50d
NC
8600#: config/tc-mips.c:4734 config/tc-mips.c:4800 config/tc-mips.c:4888
8601#: config/tc-mips.c:4935 config/tc-mips.c:4996 config/tc-mips.c:5044
8602#: config/tc-mips.c:8030 config/tc-mips.c:8037 config/tc-mips.c:8044
8603#: config/tc-mips.c:8151
6e1772d5
AM
8604msgid "Unsupported large constant"
8605msgstr ""
8606
8607#. result is always true
c85dd50d 8608#: config/tc-mips.c:4766
ac50feda 8609#, c-format
6e1772d5 8610msgid "Branch %s is always true"
ac50feda
RH
8611msgstr ""
8612
c85dd50d 8613#: config/tc-mips.c:5007 config/tc-mips.c:5055 config/tc-mips.c:8816
ac50feda 8614#, c-format
6e1772d5 8615msgid "Improper position (%lu)"
ac50feda
RH
8616msgstr ""
8617
c85dd50d 8618#: config/tc-mips.c:5013 config/tc-mips.c:8883
6e1772d5
AM
8619#, c-format
8620msgid "Improper extract size (%lu, position %lu)"
ac50feda
RH
8621msgstr ""
8622
c85dd50d 8623#: config/tc-mips.c:5061 config/tc-mips.c:8847
ac50feda 8624#, c-format
6e1772d5 8625msgid "Improper insert size (%lu, position %lu)"
ac50feda
RH
8626msgstr ""
8627
c85dd50d 8628#: config/tc-mips.c:5098 config/tc-mips.c:5195
ac50feda
RH
8629msgid "Divide by zero."
8630msgstr ""
8631
c85dd50d 8632#: config/tc-mips.c:5281
87ccc1b0
NC
8633msgid "dla used to load 32-bit register"
8634msgstr ""
8635
c85dd50d 8636#: config/tc-mips.c:5284
87ccc1b0
NC
8637msgid "la used to load 64-bit address"
8638msgstr ""
8639
c85dd50d 8640#: config/tc-mips.c:5396 config/tc-z80.c:700
55cf6793
ZW
8641msgid "offset too large"
8642msgstr ""
8643
c85dd50d 8644#: config/tc-mips.c:5570 config/tc-mips.c:5849
87ccc1b0
NC
8645msgid "PIC code offset overflow (max 32 signed bits)"
8646msgstr ""
8647
c85dd50d 8648#: config/tc-mips.c:5895
ac50feda
RH
8649msgid "MIPS PIC call to register other than $25"
8650msgstr ""
8651
c85dd50d
NC
8652#: config/tc-mips.c:5901 config/tc-mips.c:5912 config/tc-mips.c:6034
8653#: config/tc-mips.c:6045
ac50feda
RH
8654msgid "No .cprestore pseudo-op used in PIC code"
8655msgstr ""
8656
c85dd50d 8657#: config/tc-mips.c:5906 config/tc-mips.c:6039
328577ad
NC
8658msgid "No .frame pseudo-op used in PIC code"
8659msgstr ""
8660
c85dd50d 8661#: config/tc-mips.c:6060
ae351704
AM
8662msgid "Non-PIC jump used in PIC library"
8663msgstr ""
8664
c85dd50d
NC
8665#: config/tc-mips.c:6112 config/tc-mips.c:6203 config/tc-mips.c:6749
8666#: config/tc-mips.c:6780 config/tc-mips.c:6798 config/tc-mips.c:7448
ac50feda
RH
8667msgid "opcode not supported on this processor"
8668msgstr ""
8669
c85dd50d
NC
8670#: config/tc-mips.c:7314 config/tc-mips.c:7345 config/tc-mips.c:7396
8671#: config/tc-mips.c:7426
87ccc1b0 8672msgid "Improper rotate count"
ac50feda
RH
8673msgstr ""
8674
c85dd50d 8675#: config/tc-mips.c:7481
ac50feda
RH
8676#, c-format
8677msgid "Instruction %s: result is always false"
8678msgstr ""
8679
c85dd50d 8680#: config/tc-mips.c:7627
ac50feda
RH
8681#, c-format
8682msgid "Instruction %s: result is always true"
8683msgstr ""
8684
ac50feda
RH
8685#. FIXME: Check if this is one of the itbl macros, since they
8686#. are added dynamically.
c85dd50d 8687#: config/tc-mips.c:7932
ac50feda
RH
8688#, c-format
8689msgid "Macro %s not implemented yet"
8690msgstr ""
8691
c85dd50d 8692#: config/tc-mips.c:8182
ac50feda
RH
8693#, c-format
8694msgid "internal: bad mips opcode (mask error): %s %s"
8695msgstr ""
8696
c85dd50d 8697#: config/tc-mips.c:8214 config/tc-mips.c:8937
87ccc1b0
NC
8698#, c-format
8699msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
8700msgstr ""
8701
c85dd50d 8702#: config/tc-mips.c:8292
ac50feda
RH
8703#, c-format
8704msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
8705msgstr ""
8706
c85dd50d 8707#: config/tc-mips.c:8299
ac50feda
RH
8708#, c-format
8709msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
8710msgstr ""
8711
c85dd50d 8712#: config/tc-mips.c:8481 config/tc-mips.c:9820
ac50feda 8713#, c-format
e7af610e 8714msgid "opcode not supported on this processor: %s (%s)"
ac50feda
RH
8715msgstr ""
8716
c85dd50d 8717#: config/tc-mips.c:8514
ae351704
AM
8718#, c-format
8719msgid "BALIGN immediate not 1 or 3 (%lu)"
8720msgstr ""
8721
c85dd50d
NC
8722#: config/tc-mips.c:8527 config/tc-mips.c:8540 config/tc-mips.c:8553
8723#: config/tc-mips.c:8566 config/tc-mips.c:8592 config/tc-mips.c:8636
3caac5b8
AM
8724#, c-format
8725msgid "DSP immediate not in range 0..%d (%lu)"
8726msgstr ""
8727
c85dd50d 8728#: config/tc-mips.c:8584 config/tc-mips.c:8611
3caac5b8
AM
8729msgid "Invalid dsp acc register"
8730msgstr ""
8731
c85dd50d 8732#: config/tc-mips.c:8622 config/tc-mips.c:8653 config/tc-mips.c:8670
3caac5b8
AM
8733#, c-format
8734msgid "DSP immediate not in range %ld..%ld (%ld)"
8735msgstr ""
8736
c85dd50d 8737#: config/tc-mips.c:8683
ae351704
AM
8738#, c-format
8739msgid "MT usermode bit not 0 or 1 (%lu)"
8740msgstr ""
8741
c85dd50d 8742#: config/tc-mips.c:8694
3caac5b8 8743#, c-format
ae351704 8744msgid "MT load high bit not 0 or 1 (%lu)"
3caac5b8
AM
8745msgstr ""
8746
c85dd50d 8747#: config/tc-mips.c:8711 config/tc-mips.c:8724
3caac5b8
AM
8748msgid "Invalid dsp/smartmips acc register"
8749msgstr ""
8750
c85dd50d 8751#: config/tc-mips.c:8789
ae351704
AM
8752#, c-format
8753msgid "Illegal %s number (%lu, 0x%lx)"
8754msgstr ""
8755
c85dd50d 8756#: config/tc-mips.c:8902 config/tc-mips.c:9329
6e1772d5 8757msgid "absolute expression required"
87ccc1b0
NC
8758msgstr ""
8759
c85dd50d 8760#: config/tc-mips.c:8925
3caac5b8
AM
8761#, c-format
8762msgid "Invalid register number (%d)"
8763msgstr ""
8764
c85dd50d 8765#: config/tc-mips.c:8933
3caac5b8
AM
8766msgid "Invalid coprocessor 0 register number"
8767msgstr ""
8768
c85dd50d 8769#: config/tc-mips.c:8954
ac50feda 8770#, c-format
87ccc1b0 8771msgid "Improper shift amount (%lu)"
ac50feda
RH
8772msgstr ""
8773
c85dd50d 8774#: config/tc-mips.c:8977 config/tc-mips.c:10139 config/tc-mips.c:10392
ac50feda
RH
8775#, c-format
8776msgid "Invalid value for `%s' (%lu)"
8777msgstr ""
8778
c85dd50d 8779#: config/tc-mips.c:8992
ac50feda 8780#, c-format
ae351704 8781msgid "Code for %s not in range 0..1023 (%lu)"
ac50feda
RH
8782msgstr ""
8783
c85dd50d 8784#: config/tc-mips.c:9004
ac50feda 8785#, c-format
ae351704 8786msgid "Lower code for %s not in range 0..1023 (%lu)"
ac50feda
RH
8787msgstr ""
8788
c85dd50d 8789#: config/tc-mips.c:9016
ac50feda 8790#, c-format
ae351704 8791msgid "Code for %s not in range 0..1048575 (%lu)"
ac50feda
RH
8792msgstr ""
8793
c85dd50d 8794#: config/tc-mips.c:9029
ac50feda 8795#, c-format
87ccc1b0 8796msgid "Coproccesor code > 25 bits (%lu)"
ac50feda
RH
8797msgstr ""
8798
c85dd50d 8799#: config/tc-mips.c:9043
e7af610e 8800#, c-format
87ccc1b0 8801msgid "Illegal 19-bit code (%lu)"
e7af610e
NC
8802msgstr ""
8803
c85dd50d 8804#: config/tc-mips.c:9056
ac50feda 8805#, c-format
87ccc1b0 8806msgid "Invalid performance register (%lu)"
ac50feda
RH
8807msgstr ""
8808
c85dd50d
NC
8809#: config/tc-mips.c:9099 config/tc-mips.c:9999
8810msgid "used $at without \".set noat\""
8811msgstr ""
8812
8813#: config/tc-mips.c:9101 config/tc-mips.c:10001
8814#, c-format
8815msgid "used $%u with \".set at=$%u\""
8816msgstr ""
8817
8818#: config/tc-mips.c:9202
87ccc1b0
NC
8819#, c-format
8820msgid "Invalid MDMX Immediate (%ld)"
8821msgstr ""
8822
c85dd50d 8823#: config/tc-mips.c:9240
ac50feda
RH
8824#, c-format
8825msgid "Float register should be even, was %d"
8826msgstr ""
8827
c85dd50d 8828#: config/tc-mips.c:9279
87ccc1b0
NC
8829#, c-format
8830msgid "Bad element selector %ld"
ac50feda
RH
8831msgstr ""
8832
c85dd50d 8833#: config/tc-mips.c:9287
ac50feda 8834#, c-format
87ccc1b0 8835msgid "Expecting ']' found '%s'"
ac50feda
RH
8836msgstr ""
8837
c85dd50d 8838#: config/tc-mips.c:9393
87ccc1b0
NC
8839#, c-format
8840msgid "Bad floating point constant: %s"
328577ad
NC
8841msgstr ""
8842
c85dd50d 8843#: config/tc-mips.c:9513
87ccc1b0 8844msgid "Can't use floating point insn in this section"
ac50feda
RH
8845msgstr ""
8846
c85dd50d 8847#: config/tc-mips.c:9574
87ccc1b0 8848msgid "expression out of range"
ac50feda
RH
8849msgstr ""
8850
c85dd50d 8851#: config/tc-mips.c:9614
ac50feda
RH
8852msgid "lui expression not in range 0..65535"
8853msgstr ""
8854
c85dd50d 8855#: config/tc-mips.c:9635
6e1772d5
AM
8856#, c-format
8857msgid "Condition code register should be even for %s, was %d"
8858msgstr ""
8859
c85dd50d 8860#: config/tc-mips.c:9640
ac50feda 8861#, c-format
6e1772d5 8862msgid "Condition code register should be 0 or 4 for %s, was %d"
ac50feda
RH
8863msgstr ""
8864
c85dd50d 8865#: config/tc-mips.c:9666
7b15d668
HPN
8866msgid "invalid coprocessor sub-selection value (0-7)"
8867msgstr ""
8868
c85dd50d 8869#: config/tc-mips.c:9678 config/tc-mips.c:9695
87ccc1b0
NC
8870#, c-format
8871msgid "bad byte vector index (%ld)"
8872msgstr ""
8873
c85dd50d 8874#: config/tc-mips.c:9706
ac50feda
RH
8875#, c-format
8876msgid "bad char = '%c'\n"
8877msgstr ""
8878
c85dd50d 8879#: config/tc-mips.c:9717 config/tc-mips.c:9722 config/tc-mips.c:10417
ac50feda
RH
8880msgid "illegal operands"
8881msgstr ""
8882
499ac353 8883#: config/tc-mips.c:9790 config/tc-score.c:2413
ac50feda
RH
8884msgid "unrecognized opcode"
8885msgstr ""
8886
c85dd50d 8887#: config/tc-mips.c:10175 config/tc-mips.c:10256 config/tc-mips.c:10271
ac50feda
RH
8888msgid "can't parse register list"
8889msgstr ""
8890
c85dd50d 8891#: config/tc-mips.c:10244
ae351704
AM
8892msgid "more than one frame size in list"
8893msgstr ""
8894
c85dd50d 8895#: config/tc-mips.c:10299
ae351704
AM
8896msgid "unexpected register in list"
8897msgstr ""
8898
c85dd50d 8899#: config/tc-mips.c:10309
ae351704
AM
8900msgid "arg/static registers overlap"
8901msgstr ""
8902
c85dd50d 8903#: config/tc-mips.c:10327
ae351704
AM
8904msgid "invalid arg register list"
8905msgstr ""
8906
c85dd50d 8907#: config/tc-mips.c:10336 config/tc-mips.c:10359
ae351704
AM
8908msgid "invalid static register list"
8909msgstr ""
8910
c85dd50d 8911#: config/tc-mips.c:10366
ae351704
AM
8912msgid "missing frame size"
8913msgstr ""
8914
c85dd50d 8915#: config/tc-mips.c:10369
ae351704
AM
8916msgid "invalid frame size"
8917msgstr ""
8918
c85dd50d 8919#: config/tc-mips.c:10535
ac50feda
RH
8920msgid "extended operand requested but not required"
8921msgstr ""
8922
c85dd50d 8923#: config/tc-mips.c:10537
ac50feda
RH
8924msgid "invalid unextended operand value"
8925msgstr ""
8926
c85dd50d 8927#: config/tc-mips.c:10565
ac50feda
RH
8928msgid "operand value out of range for instruction"
8929msgstr ""
8930
499ac353 8931#: config/tc-mips.c:10979
328577ad 8932#, c-format
87ccc1b0 8933msgid "A different %s was already specified, is now %s"
328577ad
NC
8934msgstr ""
8935
499ac353 8936#: config/tc-mips.c:11214
ac50feda
RH
8937msgid "-call_shared is supported only for ELF format"
8938msgstr ""
8939
499ac353 8940#: config/tc-mips.c:11224
ac50feda 8941msgid "-non_shared is supported only for ELF format"
252b5132
RH
8942msgstr ""
8943
499ac353 8944#: config/tc-mips.c:11250
328577ad
NC
8945msgid "-32 is supported for ELF format only"
8946msgstr ""
8947
499ac353 8948#: config/tc-mips.c:11259
328577ad
NC
8949msgid "-n32 is supported for ELF format only"
8950msgstr ""
8951
499ac353 8952#: config/tc-mips.c:11268
328577ad
NC
8953msgid "-64 is supported for ELF format only"
8954msgstr ""
8955
499ac353 8956#: config/tc-mips.c:11273 config/tc-mips.c:11310
ac50feda
RH
8957msgid "No compiled in support for 64 bit object file format"
8958msgstr ""
8959
499ac353 8960#: config/tc-mips.c:11297
328577ad
NC
8961msgid "-mabi is supported for ELF format only"
8962msgstr ""
8963
499ac353 8964#: config/tc-mips.c:11317
87ccc1b0
NC
8965#, c-format
8966msgid "invalid abi -mabi=%s"
ac50feda
RH
8967msgstr ""
8968
499ac353 8969#: config/tc-mips.c:11395
87ccc1b0 8970msgid "-G not supported in this configuration."
252b5132
RH
8971msgstr ""
8972
499ac353 8973#: config/tc-mips.c:11421
87ccc1b0
NC
8974#, c-format
8975msgid "-%s conflicts with the other architecture options, which imply -%s"
ac50feda
RH
8976msgstr ""
8977
499ac353 8978#: config/tc-mips.c:11452
87ccc1b0 8979msgid "-mgp64 used with a 32-bit processor"
ac50feda
RH
8980msgstr ""
8981
499ac353 8982#: config/tc-mips.c:11454
87ccc1b0 8983msgid "-mgp32 used with a 64-bit ABI"
ac50feda
RH
8984msgstr ""
8985
499ac353 8986#: config/tc-mips.c:11456
87ccc1b0 8987msgid "-mgp64 used with a 32-bit ABI"
ac50feda
RH
8988msgstr ""
8989
499ac353 8990#: config/tc-mips.c:11494
ae351704
AM
8991msgid "-mfp64 used with a 32-bit fpu"
8992msgstr ""
8993
499ac353 8994#: config/tc-mips.c:11497
ae351704
AM
8995msgid "-mfp64 used with a 32-bit ABI"
8996msgstr ""
8997
499ac353 8998#: config/tc-mips.c:11501
ae351704
AM
8999msgid "-mfp32 used with a 64-bit ABI"
9000msgstr ""
9001
499ac353 9002#: config/tc-mips.c:11515
87ccc1b0 9003msgid "trap exception not supported at ISA 1"
ac50feda
RH
9004msgstr ""
9005
499ac353 9006#: config/tc-mips.c:11525
ae351704 9007msgid "-mfp32 used with -mips3d"
87ccc1b0
NC
9008msgstr ""
9009
499ac353 9010#: config/tc-mips.c:11531
ae351704 9011msgid "-mfp32 used with -mdmx"
87ccc1b0
NC
9012msgstr ""
9013
499ac353 9014#: config/tc-mips.c:11604
ae351704 9015msgid "PC relative MIPS16 instruction references a different section"
87ccc1b0
NC
9016msgstr ""
9017
499ac353
NC
9018#: config/tc-mips.c:11898 config/tc-sparc.c:3210 config/tc-sparc.c:3217
9019#: config/tc-sparc.c:3224 config/tc-sparc.c:3231 config/tc-sparc.c:3238
9020#: config/tc-sparc.c:3247 config/tc-sparc.c:3258 config/tc-sparc.c:3280
9021#: config/tc-sparc.c:3304 write.c:1096
ac50feda
RH
9022msgid "relocation overflow"
9023msgstr ""
9024
499ac353 9025#: config/tc-mips.c:11908
ac50feda 9026#, c-format
ae351704 9027msgid "Branch to misaligned address (%lx)"
ac50feda
RH
9028msgstr ""
9029
499ac353 9030#: config/tc-mips.c:11955
328577ad
NC
9031msgid "Branch out of range"
9032msgstr ""
9033
499ac353 9034#: config/tc-mips.c:12030
328577ad
NC
9035#, c-format
9036msgid "Alignment too large: %d. assumed."
9037msgstr ""
9038
499ac353 9039#: config/tc-mips.c:12033
328577ad
NC
9040msgid "Alignment negative: 0 assumed."
9041msgstr ""
9042
499ac353 9043#: config/tc-mips.c:12277
328577ad
NC
9044#, c-format
9045msgid "%s: no such section"
9046msgstr ""
9047
499ac353 9048#: config/tc-mips.c:12326
328577ad
NC
9049#, c-format
9050msgid ".option pic%d not supported"
9051msgstr ""
9052
499ac353 9053#: config/tc-mips.c:12331 config/tc-mips.c:12630
ae351704
AM
9054msgid "-G may not be used with SVR4 PIC code"
9055msgstr ""
9056
499ac353 9057#: config/tc-mips.c:12337
328577ad
NC
9058#, c-format
9059msgid "Unrecognized option \"%s\""
9060msgstr ""
9061
499ac353 9062#: config/tc-mips.c:12380
c85dd50d
NC
9063#, c-format
9064msgid "Unrecognized register name `%s'"
9065msgstr ""
9066
499ac353 9067#: config/tc-mips.c:12397
328577ad
NC
9068msgid "`noreorder' must be set before `nomacro'"
9069msgstr ""
9070
499ac353 9071#: config/tc-mips.c:12514
fce00800
AM
9072#, c-format
9073msgid "unknown architecture %s"
9074msgstr ""
9075
499ac353 9076#: config/tc-mips.c:12527 config/tc-mips.c:12557
328577ad
NC
9077#, c-format
9078msgid "unknown ISA level %s"
9079msgstr ""
9080
499ac353 9081#: config/tc-mips.c:12535
8ea2b00f
AM
9082#, c-format
9083msgid "unknown ISA or architecture %s"
9084msgstr ""
9085
499ac353 9086#: config/tc-mips.c:12585
328577ad
NC
9087msgid ".set pop with no .set push"
9088msgstr ""
9089
499ac353 9090#: config/tc-mips.c:12614
328577ad
NC
9091#, c-format
9092msgid "Tried to set unrecognized symbol: %s\n"
9093msgstr ""
9094
499ac353 9095#: config/tc-mips.c:12672
328577ad
NC
9096msgid ".cpload not in noreorder section"
9097msgstr ""
9098
499ac353 9099#: config/tc-mips.c:12740 config/tc-mips.c:12759
328577ad
NC
9100msgid "missing argument separator ',' for .cpsetup"
9101msgstr ""
9102
499ac353 9103#: config/tc-mips.c:12917
c85dd50d
NC
9104#, c-format
9105msgid "Unsupported use of %s"
9106msgstr ""
9107
499ac353 9108#: config/tc-mips.c:12999 config/tc-score.c:6253
328577ad
NC
9109msgid "Unsupported use of .gpword"
9110msgstr ""
9111
499ac353 9112#: config/tc-mips.c:13039
87ccc1b0
NC
9113msgid "Unsupported use of .gpdword"
9114msgstr ""
9115
499ac353 9116#: config/tc-mips.c:13384
328577ad
NC
9117msgid "unsupported PC relative reference to different section"
9118msgstr ""
9119
499ac353 9120#: config/tc-mips.c:13497 config/tc-xtensa.c:1538 config/tc-xtensa.c:1773
328577ad
NC
9121msgid "unsupported relocation"
9122msgstr ""
9123
499ac353 9124#: config/tc-mips.c:13747
328577ad
NC
9125#, c-format
9126msgid "Can not represent %s relocation in this object file format"
9127msgstr ""
9128
499ac353 9129#: config/tc-mips.c:13832
87ccc1b0
NC
9130msgid "relaxed out-of-range branch into a jump"
9131msgstr ""
9132
499ac353 9133#: config/tc-mips.c:14362
328577ad
NC
9134msgid "missing .end at end of assembly"
9135msgstr ""
9136
499ac353 9137#: config/tc-mips.c:14377 config/tc-score.c:5859
328577ad
NC
9138msgid "expected simple number"
9139msgstr ""
9140
499ac353 9141#: config/tc-mips.c:14405 config/tc-score.c:5886
328577ad
NC
9142msgid "invalid number"
9143msgstr ""
9144
499ac353 9145#: config/tc-mips.c:14576 config/tc-score.c:5926
328577ad
NC
9146msgid "missing .end"
9147msgstr ""
9148
499ac353 9149#: config/tc-mips.c:14628
328577ad
NC
9150msgid "Bad .frame directive"
9151msgstr ""
9152
499ac353 9153#: config/tc-mips.c:14660
328577ad
NC
9154msgid ".mask/.fmask outside of .ent"
9155msgstr ""
9156
499ac353 9157#: config/tc-mips.c:14667
328577ad
NC
9158msgid "Bad .mask/.fmask directive"
9159msgstr ""
9160
499ac353 9161#: config/tc-mips.c:14986
6e1772d5 9162#, c-format
87ccc1b0
NC
9163msgid ""
9164"MIPS options:\n"
87ccc1b0
NC
9165"-EB\t\t\tgenerate big endian output\n"
9166"-EL\t\t\tgenerate little endian output\n"
9167"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
9168"-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
9169"\t\t\timplicitly with the gp register [default 8]\n"
9170msgstr ""
9171
499ac353 9172#: config/tc-mips.c:14993
6e1772d5 9173#, c-format
87ccc1b0
NC
9174msgid ""
9175"-mips1\t\t\tgenerate MIPS ISA I instructions\n"
9176"-mips2\t\t\tgenerate MIPS ISA II instructions\n"
9177"-mips3\t\t\tgenerate MIPS ISA III instructions\n"
9178"-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
9179"-mips5 generate MIPS ISA V instructions\n"
9180"-mips32 generate MIPS32 ISA instructions\n"
9181"-mips32r2 generate MIPS32 release 2 ISA instructions\n"
9182"-mips64 generate MIPS64 ISA instructions\n"
6e1772d5 9183"-mips64r2 generate MIPS64 release 2 ISA instructions\n"
87ccc1b0
NC
9184"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
9185msgstr ""
9186
499ac353 9187#: config/tc-mips.c:15012
6e1772d5 9188#, c-format
87ccc1b0
NC
9189msgid ""
9190"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
9191"-no-mCPU\t\tdon't generate code specific to CPU.\n"
9192"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
9193msgstr ""
9194
499ac353 9195#: config/tc-mips.c:15025
6e1772d5 9196#, c-format
87ccc1b0
NC
9197msgid ""
9198"-mips16\t\t\tgenerate mips16 instructions\n"
9199"-no-mips16\t\tdo not generate mips16 instructions\n"
9200msgstr ""
9201
499ac353 9202#: config/tc-mips.c:15028
ae351704
AM
9203#, c-format
9204msgid ""
9205"-msmartmips\t\tgenerate smartmips instructions\n"
9206"-mno-smartmips\t\tdo not generate smartmips instructions\n"
9207msgstr ""
9208
499ac353 9209#: config/tc-mips.c:15031
3caac5b8
AM
9210#, c-format
9211msgid ""
9212"-mdsp\t\t\tgenerate DSP instructions\n"
9213"-mno-dsp\t\tdo not generate DSP instructions\n"
9214msgstr ""
9215
499ac353 9216#: config/tc-mips.c:15034
ae351704
AM
9217#, c-format
9218msgid ""
9219"-mdspr2\t\t\tgenerate DSP R2 instructions\n"
9220"-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
9221msgstr ""
9222
499ac353 9223#: config/tc-mips.c:15037
3caac5b8
AM
9224#, c-format
9225msgid ""
9226"-mmt\t\t\tgenerate MT instructions\n"
9227"-mno-mt\t\t\tdo not generate MT instructions\n"
9228msgstr ""
9229
499ac353 9230#: config/tc-mips.c:15040
6e1772d5 9231#, c-format
87ccc1b0 9232msgid ""
8ea2b00f 9233"-mfix-vr4120\t\twork around certain VR4120 errata\n"
55cf6793 9234"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
87ccc1b0
NC
9235"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
9236"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
06647dfd 9237"-msym32\t\t\tassume all symbols have 32-bit values\n"
87ccc1b0
NC
9238"-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
9239"-O\t\t\tremove unneeded NOPs and swap branches\n"
87ccc1b0
NC
9240"--[no-]construct-floats [dis]allow floating point values to be constructed\n"
9241"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
9242"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
9243msgstr ""
9244
499ac353 9245#: config/tc-mips.c:15052
6e1772d5 9246#, c-format
87ccc1b0
NC
9247msgid ""
9248"-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
ae351704 9249"-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
87ccc1b0
NC
9250"-non_shared\t\tdo not generate position independent code\n"
9251"-xgot\t\t\tassume a 32 bit GOT\n"
6e1772d5 9252"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
06647dfd 9253"-mshared, -mno-shared disable/enable .cpload optimization for\n"
ae351704 9254" position dependent (non shared) code\n"
87ccc1b0
NC
9255"-mabi=ABI\t\tcreate ABI conformant object file for:\n"
9256msgstr ""
9257
499ac353 9258#: config/tc-mips.c:15072
6e1772d5 9259#, c-format
87ccc1b0
NC
9260msgid ""
9261"-32\t\t\tcreate o32 ABI object file (default)\n"
9262"-n32\t\t\tcreate n32 ABI object file\n"
9263"-64\t\t\tcreate 64 ABI object file\n"
9264msgstr ""
9265
ae351704 9266#: config/tc-mmix.c:693
6e1772d5 9267#, c-format
328577ad
NC
9268msgid " MMIX-specific command line options:\n"
9269msgstr ""
9270
ae351704 9271#: config/tc-mmix.c:694
6e1772d5 9272#, c-format
328577ad
NC
9273msgid ""
9274" -fixed-special-register-names\n"
9275" Allow only the original special register names.\n"
9276msgstr ""
9277
ae351704 9278#: config/tc-mmix.c:697
6e1772d5 9279#, c-format
328577ad
NC
9280msgid " -globalize-symbols Make all symbols global.\n"
9281msgstr ""
9282
ae351704 9283#: config/tc-mmix.c:699
6e1772d5 9284#, c-format
328577ad
NC
9285msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n"
9286msgstr ""
9287
ae351704 9288#: config/tc-mmix.c:701
6e1772d5 9289#, c-format
328577ad
NC
9290msgid " -relax Create linker relaxable code.\n"
9291msgstr ""
9292
ae351704 9293#: config/tc-mmix.c:703
6e1772d5 9294#, c-format
328577ad
NC
9295msgid ""
9296" -no-predefined-syms Do not provide mmixal built-in constants.\n"
9297" Implies -fixed-special-register-names.\n"
9298msgstr ""
9299
ae351704 9300#: config/tc-mmix.c:706
6e1772d5 9301#, c-format
328577ad
NC
9302msgid ""
9303" -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n"
9304" into multiple instructions.\n"
9305msgstr ""
9306
ae351704 9307#: config/tc-mmix.c:709
6e1772d5 9308#, c-format
328577ad
NC
9309msgid ""
9310" -no-merge-gregs Do not merge GREG definitions with nearby values.\n"
9311msgstr ""
9312
ae351704 9313#: config/tc-mmix.c:711
6e1772d5 9314#, c-format
324bfcf3
AO
9315msgid ""
9316" -linker-allocated-gregs If there's no suitable GREG definition for "
9317"the operands of an instruction, let the linker "
9318"resolve.\n"
9319msgstr ""
9320
ae351704 9321#: config/tc-mmix.c:714
6e1772d5 9322#, c-format
328577ad
NC
9323msgid ""
9324" -x Do not warn when an operand to GETA, a branch,\n"
9325" PUSHJ or JUMP is not known to be within range.\n"
324bfcf3
AO
9326" The linker will catch any errors. Implies\n"
9327" -linker-allocated-gregs."
328577ad
NC
9328msgstr ""
9329
ae351704 9330#: config/tc-mmix.c:840
328577ad
NC
9331#, c-format
9332msgid "unknown opcode: `%s'"
9333msgstr ""
9334
ae351704 9335#: config/tc-mmix.c:962 config/tc-mmix.c:977
328577ad
NC
9336msgid "specified location wasn't TETRA-aligned"
9337msgstr ""
9338
499ac353
NC
9339#: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4097
9340#: config/tc-mmix.c:4113
328577ad
NC
9341msgid "unaligned data at an absolute location is not supported"
9342msgstr ""
9343
ae351704 9344#: config/tc-mmix.c:1089
328577ad
NC
9345#, c-format
9346msgid "invalid operand to opcode %s: `%s'"
9347msgstr ""
9348
ae351704
AM
9349#: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171
9350#: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224
9351#: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318
9352#: config/tc-mmix.c:1416 config/tc-mmix.c:1441 config/tc-mmix.c:1473
9353#: config/tc-mmix.c:1505 config/tc-mmix.c:1535 config/tc-mmix.c:1588
9354#: config/tc-mmix.c:1605 config/tc-mmix.c:1632 config/tc-mmix.c:1660
9355#: config/tc-mmix.c:1687 config/tc-mmix.c:1713 config/tc-mmix.c:1729
9356#: config/tc-mmix.c:1755 config/tc-mmix.c:1771 config/tc-mmix.c:1787
9357#: config/tc-mmix.c:1850 config/tc-mmix.c:1866
328577ad
NC
9358#, c-format
9359msgid "invalid operands to opcode %s: `%s'"
9360msgstr ""
9361
ae351704 9362#: config/tc-mmix.c:1843
328577ad
NC
9363#, c-format
9364msgid "unsupported operands to %s: `%s'"
9365msgstr ""
9366
ae351704 9367#: config/tc-mmix.c:1968
328577ad 9368msgid "internal: mmix_prefix_name but empty prefix"
ac50feda
RH
9369msgstr ""
9370
ae351704 9371#: config/tc-mmix.c:2012
328577ad
NC
9372#, c-format
9373msgid "too many GREG registers allocated (max %d)"
ac50feda
RH
9374msgstr ""
9375
ae351704 9376#: config/tc-mmix.c:2070
328577ad 9377msgid "BSPEC already active. Nesting is not supported."
ac50feda
RH
9378msgstr ""
9379
ae351704 9380#: config/tc-mmix.c:2079
328577ad 9381msgid "invalid BSPEC expression"
ac50feda
RH
9382msgstr ""
9383
ae351704 9384#: config/tc-mmix.c:2095
ac50feda 9385#, c-format
328577ad 9386msgid "can't create section %s"
ac50feda
RH
9387msgstr ""
9388
ae351704 9389#: config/tc-mmix.c:2100
ac50feda 9390#, c-format
328577ad 9391msgid "can't set section flags for section %s"
ac50feda
RH
9392msgstr ""
9393
ae351704 9394#: config/tc-mmix.c:2121
328577ad 9395msgid "ESPEC without preceding BSPEC"
ac50feda
RH
9396msgstr ""
9397
ae351704 9398#: config/tc-mmix.c:2150
328577ad 9399msgid "missing local expression"
ac50feda
RH
9400msgstr ""
9401
499ac353 9402#: config/tc-mmix.c:2360
328577ad 9403msgid "operand out of range, instruction expanded"
ac50feda
RH
9404msgstr ""
9405
328577ad
NC
9406#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
9407#. user-friendly, though a little bit non-substantial.
499ac353 9408#: config/tc-mmix.c:2611
328577ad 9409msgid "directive LOCAL must be placed in code or data"
ac50feda
RH
9410msgstr ""
9411
499ac353 9412#: config/tc-mmix.c:2612
328577ad 9413msgid "internal confusion: relocation in a section without contents"
ac50feda
RH
9414msgstr ""
9415
499ac353 9416#: config/tc-mmix.c:2726
328577ad 9417msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
ac50feda
RH
9418msgstr ""
9419
499ac353 9420#: config/tc-mmix.c:2774
328577ad 9421msgid "no suitable GREG definition for operands"
ac50feda
RH
9422msgstr ""
9423
499ac353 9424#: config/tc-mmix.c:2833
328577ad 9425msgid "operands were not reducible at assembly-time"
ac50feda
RH
9426msgstr ""
9427
499ac353 9428#: config/tc-mmix.c:2860
328577ad
NC
9429#, c-format
9430msgid "cannot generate relocation type for symbol %s, code %s"
ac50feda
RH
9431msgstr ""
9432
499ac353 9433#: config/tc-mmix.c:2880
328577ad
NC
9434#, c-format
9435msgid "internal: unhandled label %s"
ac50feda
RH
9436msgstr ""
9437
499ac353 9438#: config/tc-mmix.c:2910
328577ad 9439msgid "[0-9]H labels may not appear alone on a line"
ac50feda
RH
9440msgstr ""
9441
499ac353 9442#: config/tc-mmix.c:2919
328577ad 9443msgid "[0-9]H labels do not mix with dot-pseudos"
ac50feda
RH
9444msgstr ""
9445
499ac353 9446#: config/tc-mmix.c:3007
328577ad 9447msgid "invalid characters in input"
ac50feda
RH
9448msgstr ""
9449
499ac353 9450#: config/tc-mmix.c:3113
328577ad 9451msgid "empty label field for IS"
ac50feda
RH
9452msgstr ""
9453
499ac353 9454#: config/tc-mmix.c:3439
328577ad
NC
9455#, c-format
9456msgid "internal: unexpected relax type %d:%d"
ac50feda
RH
9457msgstr ""
9458
499ac353 9459#: config/tc-mmix.c:3461
328577ad 9460msgid "BSPEC without ESPEC."
ac50feda
RH
9461msgstr ""
9462
499ac353 9463#: config/tc-mmix.c:3661
328577ad 9464msgid "GREG expression too complicated"
ac50feda
RH
9465msgstr ""
9466
499ac353 9467#: config/tc-mmix.c:3676
328577ad 9468msgid "internal: GREG expression not resolved to section"
ac50feda
RH
9469msgstr ""
9470
499ac353 9471#: config/tc-mmix.c:3725
328577ad 9472msgid "register section has contents\n"
ac50feda
RH
9473msgstr ""
9474
499ac353 9475#: config/tc-mmix.c:3852
328577ad 9476msgid "section change from within a BSPEC/ESPEC pair is not supported"
ac50feda
RH
9477msgstr ""
9478
499ac353 9479#: config/tc-mmix.c:3873
328577ad 9480msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
ac50feda
RH
9481msgstr ""
9482
499ac353 9483#: config/tc-mmix.c:3884
328577ad 9484msgid "invalid LOC expression"
ac50feda
RH
9485msgstr ""
9486
499ac353 9487#: config/tc-mmix.c:3909 config/tc-mmix.c:3935
328577ad 9488msgid "LOC expression stepping backwards is not supported"
ac50feda
RH
9489msgstr ""
9490
328577ad
NC
9491#. We will only get here in rare cases involving #NO_APP,
9492#. where the unterminated string is not recognized by the
9493#. preformatting pass.
499ac353 9494#: config/tc-mmix.c:4019 config/tc-mmix.c:4179 config/tc-z80.c:1691
328577ad 9495msgid "unterminated string"
ac50feda
RH
9496msgstr ""
9497
499ac353 9498#: config/tc-mmix.c:4036
328577ad 9499msgid "BYTE expression not a pure number"
ac50feda
RH
9500msgstr ""
9501
328577ad
NC
9502#. Note that mmixal does not allow negative numbers in
9503#. BYTE sequences, so neither should we.
499ac353 9504#: config/tc-mmix.c:4045
328577ad 9505msgid "BYTE expression not in the range 0..255"
ac50feda
RH
9506msgstr ""
9507
499ac353 9508#: config/tc-mmix.c:4095 config/tc-mmix.c:4111
328577ad 9509msgid "data item with alignment larger than location"
ac50feda
RH
9510msgstr ""
9511
328577ad
NC
9512#. Since integer_constant is local to expr.c, we have to make this a
9513#. macro. FIXME: Do it cleaner.
87ccc1b0 9514#: config/tc-mmix.h:104
328577ad 9515msgid "`&' serial number operator is not supported"
ac50feda
RH
9516msgstr ""
9517
ae351704 9518#: config/tc-mn10200.c:304
6e1772d5 9519#, c-format
ac50feda
RH
9520msgid ""
9521"MN10200 options:\n"
9522"none yet\n"
9523msgstr ""
9524
42477147 9525#: config/tc-mn10200.c:898 config/tc-mn10300.c:1243 config/tc-ppc.c:2225
499ac353 9526#: config/tc-s390.c:1558 config/tc-v850.c:1604
ac50feda
RH
9527#, c-format
9528msgid "Unrecognized opcode: `%s'"
9529msgstr ""
9530
42477147 9531#: config/tc-mn10300.c:441
6e1772d5 9532#, c-format
ac50feda 9533msgid ""
ae351704 9534"MN10300 assembler options:\n"
ac50feda
RH
9535"none yet\n"
9536msgstr ""
9537
42477147 9538#: config/tc-mn10300.c:1059 config/tc-sh.c:776 config/tc-z80.c:671 read.c:4204
fce00800
AM
9539#, c-format
9540msgid "unsupported BFD relocation size %u"
9541msgstr ""
9542
42477147 9543#: config/tc-mn10300.c:1260
ac50feda
RH
9544msgid "Invalid opcode/operands"
9545msgstr ""
9546
42477147 9547#: config/tc-mn10300.c:1785
ac50feda
RH
9548msgid "Invalid register specification."
9549msgstr ""
9550
42477147 9551#: config/tc-mn10300.c:2365
328577ad
NC
9552#, c-format
9553msgid "Bad relocation fixup type (%d)"
9554msgstr ""
9555
c85dd50d 9556#: config/tc-msp430.c:547
8ea2b00f
AM
9557msgid ".profiler pseudo requires at least two operands."
9558msgstr ""
9559
c85dd50d 9560#: config/tc-msp430.c:606
8ea2b00f
AM
9561msgid "unknown profiling flag - ignored."
9562msgstr ""
9563
c85dd50d
NC
9564#: config/tc-msp430.c:622
9565msgid "ambiguous flags combination - '.profiler' directive ignored."
8ea2b00f
AM
9566msgstr ""
9567
c85dd50d
NC
9568#: config/tc-msp430.c:632
9569msgid "profiling in absolute section?"
8ea2b00f
AM
9570msgstr ""
9571
c85dd50d 9572#: config/tc-msp430.c:721
6e1772d5 9573#, c-format
87ccc1b0 9574msgid "Known MCU names:\n"
ac50feda
RH
9575msgstr ""
9576
c85dd50d 9577#: config/tc-msp430.c:724
87ccc1b0
NC
9578#, c-format
9579msgid "\t %s\n"
ac50feda
RH
9580msgstr ""
9581
c85dd50d 9582#: config/tc-msp430.c:750
8ea2b00f
AM
9583#, c-format
9584msgid "redefinition of mcu type %s' to %s'"
9585msgstr ""
9586
c85dd50d 9587#: config/tc-msp430.c:793
6e1772d5 9588#, c-format
87ccc1b0
NC
9589msgid ""
9590"MSP430 options:\n"
9591" -mmcu=[msp430-name] select microcontroller type\n"
9592" msp430x110 msp430x112\n"
9593" msp430x1101 msp430x1111\n"
9594" msp430x1121 msp430x1122 msp430x1132\n"
9595" msp430x122 msp430x123\n"
9596" msp430x1222 msp430x1232\n"
9597" msp430x133 msp430x135\n"
9598" msp430x1331 msp430x1351\n"
9599" msp430x147 msp430x148 msp430x149\n"
9600" msp430x155 msp430x156 msp430x157\n"
9601" msp430x167 msp430x168 msp430x169\n"
8ea2b00f 9602" msp430x1610 msp430x1611 msp430x1612\n"
87ccc1b0
NC
9603" msp430x311 msp430x312 msp430x313 msp430x314 "
9604"msp430x315\n"
9605" msp430x323 msp430x325\n"
9606" msp430x336 msp430x337\n"
8ea2b00f 9607" msp430x412 msp430x413 msp430x415 msp430x417\n"
6e1772d5
AM
9608" msp430xE423 msp430xE425 msp430E427\n"
9609" msp430xW423 msp430xW425 msp430W427\n"
8ea2b00f 9610" msp430xG437 msp430xG438 msp430G439\n"
87ccc1b0
NC
9611" msp430x435 msp430x436 msp430x437\n"
9612" msp430x447 msp430x448 msp430x449\n"
ac50feda
RH
9613msgstr ""
9614
c85dd50d 9615#: config/tc-msp430.c:816
3caac5b8
AM
9616#, c-format
9617msgid ""
9618" -mQ - enable relaxation at assembly time. DANGEROUS!\n"
9619" -mP - enable polymorph instructions\n"
9620msgstr ""
9621
499ac353 9622#: config/tc-msp430.c:970
87ccc1b0 9623#, c-format
8ea2b00f 9624msgid "value %d out of range. Use #lo() or #hi()"
ac50feda
RH
9625msgstr ""
9626
499ac353 9627#: config/tc-msp430.c:1058
87ccc1b0 9628#, c-format
8ea2b00f 9629msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
ac50feda
RH
9630msgstr ""
9631
499ac353 9632#: config/tc-msp430.c:1109
87ccc1b0 9633#, c-format
8ea2b00f 9634msgid "Registers cannot be used within immediate expression [%s]"
ac50feda
RH
9635msgstr ""
9636
499ac353 9637#: config/tc-msp430.c:1111
87ccc1b0 9638#, c-format
8ea2b00f 9639msgid "unknown operand %s"
ac50feda
RH
9640msgstr ""
9641
499ac353 9642#: config/tc-msp430.c:1133 config/tc-msp430.c:1268
8ea2b00f
AM
9643#, c-format
9644msgid "value out of range: %d"
ac50feda
RH
9645msgstr ""
9646
499ac353 9647#: config/tc-msp430.c:1144
8ea2b00f
AM
9648#, c-format
9649msgid "Registers cannot be used within absolute expression [%s]"
ac50feda
RH
9650msgstr ""
9651
499ac353 9652#: config/tc-msp430.c:1146 config/tc-msp430.c:1289
8ea2b00f
AM
9653#, c-format
9654msgid "unknown expression in operand %s"
ac50feda
RH
9655msgstr ""
9656
499ac353 9657#: config/tc-msp430.c:1160 config/tc-msp430.c:1167
8ea2b00f
AM
9658#, c-format
9659msgid "unknown addressing mode %s"
ac50feda
RH
9660msgstr ""
9661
499ac353 9662#: config/tc-msp430.c:1175
87ccc1b0 9663#, c-format
8ea2b00f 9664msgid "Bad register name r%s"
ac50feda
RH
9665msgstr ""
9666
499ac353 9667#: config/tc-msp430.c:1187
8ea2b00f
AM
9668#, c-format
9669msgid "MSP430 does not have %d registers"
ac50feda
RH
9670msgstr ""
9671
499ac353 9672#: config/tc-msp430.c:1207
8ea2b00f 9673msgid "')' required"
ac50feda
RH
9674msgstr ""
9675
499ac353 9676#: config/tc-msp430.c:1220
87ccc1b0 9677#, c-format
8ea2b00f 9678msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
ac50feda
RH
9679msgstr ""
9680
499ac353 9681#: config/tc-msp430.c:1229
87ccc1b0 9682#, c-format
c85dd50d 9683msgid "unknown operator (r%s substituted as a register name"
ac50feda
RH
9684msgstr ""
9685
499ac353 9686#: config/tc-msp430.c:1241 config/tc-msp430.c:1252
87ccc1b0 9687#, c-format
8ea2b00f 9688msgid "unknown operator %s"
ac50feda
RH
9689msgstr ""
9690
499ac353 9691#: config/tc-msp430.c:1246
8ea2b00f 9692msgid "r2 should not be used in indexed addressing mode"
ac50feda
RH
9693msgstr ""
9694
499ac353 9695#: config/tc-msp430.c:1287
87ccc1b0 9696#, c-format
8ea2b00f 9697msgid "Registers cannot be used as a prefix of indexed expression [%s]"
ac50feda
RH
9698msgstr ""
9699
8ea2b00f 9700#. Unreachable.
499ac353 9701#: config/tc-msp430.c:1336
87ccc1b0 9702#, c-format
8ea2b00f 9703msgid "unknown addressing mode for operand %s"
ac50feda
RH
9704msgstr ""
9705
499ac353 9706#: config/tc-msp430.c:1361
87ccc1b0 9707#, c-format
8ea2b00f 9708msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
ac50feda
RH
9709msgstr ""
9710
499ac353 9711#: config/tc-msp430.c:1371
8ea2b00f 9712msgid "this addressing mode is not applicable for destination operand"
ac50feda
RH
9713msgstr ""
9714
499ac353 9715#: config/tc-msp430.c:1415
87ccc1b0 9716#, c-format
8ea2b00f 9717msgid "instruction %s requires %d operand(s)"
ac50feda
RH
9718msgstr ""
9719
499ac353 9720#: config/tc-msp430.c:1668
87ccc1b0 9721#, c-format
8ea2b00f 9722msgid "Even number required. Rounded to %d"
ac50feda
RH
9723msgstr ""
9724
499ac353 9725#: config/tc-msp430.c:1679
87ccc1b0 9726#, c-format
8ea2b00f 9727msgid "Wrong displacement %d"
ac50feda
RH
9728msgstr ""
9729
499ac353 9730#: config/tc-msp430.c:1696
8ea2b00f 9731msgid "instruction requires label sans '$'"
ac50feda
RH
9732msgstr ""
9733
499ac353 9734#: config/tc-msp430.c:1701
8ea2b00f
AM
9735msgid "instruction requires label or value in range -511:512"
9736msgstr ""
9737
499ac353 9738#: config/tc-msp430.c:1708 config/tc-msp430.c:1752 config/tc-msp430.c:1791
8ea2b00f
AM
9739msgid "instruction requires label"
9740msgstr ""
9741
499ac353 9742#: config/tc-msp430.c:1716 config/tc-msp430.c:1758
3caac5b8
AM
9743msgid "polymorphs are not enabled. Use -mP option to enable."
9744msgstr ""
9745
499ac353 9746#: config/tc-msp430.c:1795
c85dd50d 9747msgid "Illegal instruction or not implemented opcode."
8ea2b00f
AM
9748msgstr ""
9749
499ac353 9750#: config/tc-msp430.c:2145
87ccc1b0 9751#, c-format
8ea2b00f
AM
9752msgid "internal inconsistency problem in %s: insn %04lx"
9753msgstr ""
9754
499ac353 9755#: config/tc-msp430.c:2175 config/tc-msp430.c:2198
8ea2b00f
AM
9756#, c-format
9757msgid "internal inconsistency problem in %s: ext. insn %04lx"
9758msgstr ""
9759
499ac353 9760#: config/tc-msp430.c:2210
8ea2b00f
AM
9761#, c-format
9762msgid "internal inconsistency problem in %s: %lx"
87ccc1b0
NC
9763msgstr ""
9764
c85dd50d
NC
9765#: config/tc-mt.c:151
9766#, c-format
9767msgid "MT specific command line options:\n"
9768msgstr ""
9769
9770#: config/tc-mt.c:152
9771#, c-format
9772msgid " -march=ms1-64-001 allow ms1-64-001 instructions\n"
9773msgstr ""
9774
9775#: config/tc-mt.c:153
9776#, c-format
9777msgid " -march=ms1-16-002 allow ms1-16-002 instructions (default)\n"
9778msgstr ""
9779
9780#: config/tc-mt.c:154
9781#, c-format
9782msgid " -march=ms1-16-003 allow ms1-16-003 instructions\n"
9783msgstr ""
9784
9785#: config/tc-mt.c:155
9786#, c-format
9787msgid " -march=ms2 allow ms2 instructions \n"
9788msgstr ""
9789
9790#: config/tc-mt.c:156
9791#, c-format
9792msgid " -nosched disable scheduling restrictions\n"
9793msgstr ""
9794
9795#: config/tc-mt.c:224
9796#, c-format
9797msgid "instruction %s may not follow another memory access instruction."
9798msgstr ""
9799
9800#: config/tc-mt.c:230
9801#, c-format
9802msgid "instruction %s may not follow another I/O instruction."
9803msgstr ""
9804
9805#: config/tc-mt.c:236
9806#, c-format
9807msgid "%s may not occupy the delay slot of another branch insn."
9808msgstr ""
9809
9810#: config/tc-mt.c:261
9811#, c-format
9812msgid "operand references R%ld of previous instrutcion."
9813msgstr ""
9814
9815#: config/tc-mt.c:267
9816#, c-format
9817msgid "operand references R%ld of instructcion before previous."
9818msgstr ""
9819
9820#: config/tc-mt.c:281 config/tc-mt.c:286
9821#, c-format
9822msgid ""
9823"conditional branch or jal insn's operand references R%ld of previous "
9824"arithmetic or logic insn."
9825msgstr ""
9826
b2f58c0c
NC
9827#: config/tc-mt.c:348
9828msgid "md_estimate_size_before_relax\n"
9829msgstr ""
9830
ae351704 9831#: config/tc-ns32k.c:439
87ccc1b0
NC
9832msgid "Invalid syntax in PC-relative addressing mode"
9833msgstr ""
9834
ae351704 9835#: config/tc-ns32k.c:463
87ccc1b0
NC
9836msgid "Invalid syntax in External addressing mode"
9837msgstr ""
9838
ae351704 9839#: config/tc-ns32k.c:544
87ccc1b0
NC
9840msgid "Invalid syntax in Memory Relative addressing mode"
9841msgstr ""
9842
ae351704 9843#: config/tc-ns32k.c:611
87ccc1b0
NC
9844msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
9845msgstr ""
9846
ae351704 9847#: config/tc-ns32k.c:616
87ccc1b0
NC
9848msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
9849msgstr ""
9850
ae351704 9851#: config/tc-ns32k.c:621
87ccc1b0
NC
9852msgid "Scaled-indexed addressing mode combined with scaled-index"
9853msgstr ""
9854
ae351704 9855#: config/tc-ns32k.c:632
87ccc1b0
NC
9856msgid "Invalid or illegal addressing mode combined with scaled-index"
9857msgstr ""
9858
ae351704 9859#: config/tc-ns32k.c:755
87ccc1b0
NC
9860msgid "Premature end of suffix -- Defaulting to d"
9861msgstr ""
9862
ae351704 9863#: config/tc-ns32k.c:768
87ccc1b0
NC
9864msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
9865msgstr ""
9866
ae351704 9867#: config/tc-ns32k.c:813
87ccc1b0
NC
9868msgid "Very short instr to option, ie you can't do it on a NULLstr"
9869msgstr ""
9870
ae351704 9871#: config/tc-ns32k.c:863
87ccc1b0
NC
9872msgid "No such entry in list. (cpu/mmu register)"
9873msgstr ""
9874
ae351704 9875#: config/tc-ns32k.c:920
87ccc1b0
NC
9876msgid "Internal consistency error. check ns32k-opcode.h"
9877msgstr ""
9878
ae351704 9879#: config/tc-ns32k.c:944
87ccc1b0
NC
9880msgid "Address of immediate operand"
9881msgstr ""
9882
ae351704 9883#: config/tc-ns32k.c:945
87ccc1b0
NC
9884msgid "Invalid immediate write operand."
9885msgstr ""
9886
ae351704 9887#: config/tc-ns32k.c:1075
87ccc1b0
NC
9888msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
9889msgstr ""
9890
ae351704 9891#: config/tc-ns32k.c:1108
87ccc1b0
NC
9892msgid "No such opcode"
9893msgstr ""
9894
ae351704 9895#: config/tc-ns32k.c:1183
87ccc1b0
NC
9896msgid "Bad suffix, defaulting to d"
9897msgstr ""
9898
ae351704 9899#: config/tc-ns32k.c:1210
87ccc1b0
NC
9900msgid "Too many operands passed to instruction"
9901msgstr ""
9902
9903#. Check error in default.
ae351704 9904#: config/tc-ns32k.c:1222
87ccc1b0
NC
9905msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
9906msgstr ""
9907
ae351704 9908#: config/tc-ns32k.c:1225
87ccc1b0
NC
9909msgid "Wrong number of operands"
9910msgstr ""
9911
ae351704 9912#: config/tc-ns32k.c:1298
55cf6793
ZW
9913#, c-format
9914msgid "Can not do %d byte pc-relative relocation for storage type %d"
87ccc1b0
NC
9915msgstr ""
9916
ae351704 9917#: config/tc-ns32k.c:1301
55cf6793
ZW
9918#, c-format
9919msgid "Can not do %d byte relocation for storage type %d"
87ccc1b0
NC
9920msgstr ""
9921
ae351704 9922#: config/tc-ns32k.c:1393
55cf6793
ZW
9923#, c-format
9924msgid "value of %ld out of byte displacement range."
87ccc1b0
NC
9925msgstr ""
9926
ae351704 9927#: config/tc-ns32k.c:1403
55cf6793
ZW
9928#, c-format
9929msgid "value of %ld out of word displacement range."
87ccc1b0
NC
9930msgstr ""
9931
ae351704 9932#: config/tc-ns32k.c:1418
55cf6793
ZW
9933#, c-format
9934msgid "value of %ld out of double word displacement range."
87ccc1b0
NC
9935msgstr ""
9936
ae351704 9937#: config/tc-ns32k.c:1439
55cf6793
ZW
9938#, c-format
9939msgid "Internal logic error. line %d, file \"%s\""
87ccc1b0
NC
9940msgstr ""
9941
ae351704 9942#: config/tc-ns32k.c:1487
55cf6793
ZW
9943#, c-format
9944msgid "Internal logic error. line %d, file \"%s\""
ac50feda
RH
9945msgstr ""
9946
ae351704 9947#: config/tc-ns32k.c:1588
55cf6793 9948msgid "Bit field out of range"
ac50feda
RH
9949msgstr ""
9950
ae351704 9951#: config/tc-ns32k.c:1688
55cf6793 9952msgid "iif convert internal pcrel/binary"
ac50feda
RH
9953msgstr ""
9954
ae351704 9955#: config/tc-ns32k.c:1705
55cf6793 9956msgid "Bignum too big for long"
ac50feda
RH
9957msgstr ""
9958
ae351704 9959#: config/tc-ns32k.c:1782
55cf6793 9960msgid "iif convert internal pcrel/pointer"
ac50feda
RH
9961msgstr ""
9962
ae351704 9963#: config/tc-ns32k.c:1787
55cf6793 9964msgid "Internal logic error in iif.iifP[n].type"
ac50feda
RH
9965msgstr ""
9966
55cf6793 9967#. We cant relax this case.
ae351704 9968#: config/tc-ns32k.c:1823
55cf6793 9969msgid "Can't relax difference"
ac50feda
RH
9970msgstr ""
9971
ae351704
AM
9972#: config/tc-ns32k.c:1864
9973msgid "Displacement too large for :d"
ac50feda
RH
9974msgstr ""
9975
ae351704 9976#: config/tc-ns32k.c:1877
55cf6793 9977msgid "Internal logic error in iif.iifP[].type"
ac50feda
RH
9978msgstr ""
9979
55cf6793 9980#. Fatal.
ae351704 9981#: config/tc-ns32k.c:1909
55cf6793
ZW
9982#, c-format
9983msgid "Can't hash %s: %s"
ac50feda
RH
9984msgstr ""
9985
499ac353 9986#: config/tc-ns32k.c:2145
87ccc1b0
NC
9987#, c-format
9988msgid "invalid architecture option -m%s, ignored"
9989msgstr ""
9990
499ac353 9991#: config/tc-ns32k.c:2158
ac50feda 9992#, c-format
87ccc1b0 9993msgid "invalid default displacement size \"%s\". Defaulting to %d."
ac50feda
RH
9994msgstr ""
9995
499ac353 9996#: config/tc-ns32k.c:2174
6e1772d5 9997#, c-format
ac50feda
RH
9998msgid ""
9999"NS32K options:\n"
10000"-m32032 | -m32532\tselect variant of NS32K architecture\n"
87ccc1b0 10001"--disp-size-default=<1|2|4>\n"
ac50feda
RH
10002msgstr ""
10003
499ac353 10004#: config/tc-ns32k.c:2249
ac50feda
RH
10005#, c-format
10006msgid "Cannot find relocation type for symbol %s, code %d"
10007msgstr ""
10008
ae351704 10009#: config/tc-or32.c:361
3b16e843
NC
10010#, c-format
10011msgid "unknown opcode1: `%s'"
10012msgstr ""
10013
ae351704 10014#: config/tc-or32.c:367
3b16e843
NC
10015#, c-format
10016msgid "unknown opcode2 `%s'."
10017msgstr ""
10018
ae351704 10019#: config/tc-or32.c:404
3b16e843
NC
10020#, c-format
10021msgid "instruction not allowed: %s"
10022msgstr ""
10023
ae351704 10024#: config/tc-or32.c:407
3b16e843
NC
10025#, c-format
10026msgid "too many operands: %s"
10027msgstr ""
10028
ae351704 10029#: config/tc-or32.c:491
3b16e843
NC
10030msgid "call/jmp target out of range (1)"
10031msgstr ""
10032
499ac353 10033#: config/tc-or32.c:613
3b16e843
NC
10034msgid "call/jmp target out of range (2)"
10035msgstr ""
10036
499ac353 10037#: config/tc-or32.c:632
3caac5b8
AM
10038#, c-format
10039msgid "bad relocation type: 0x%02x"
3b16e843
NC
10040msgstr ""
10041
499ac353 10042#: config/tc-or32.c:824
3b16e843
NC
10043msgid "invalid register in & expression"
10044msgstr ""
10045
55cf6793 10046#: config/tc-pdp11.c:490
87ccc1b0
NC
10047msgid "Low order bits truncated in immediate float operand"
10048msgstr ""
10049
ae351704 10050#: config/tc-pdp11.c:679 config/tc-z80.c:1890 config/tc-z80.c:1903
87ccc1b0
NC
10051#, c-format
10052msgid "Unknown instruction '%s'"
10053msgstr ""
10054
c85dd50d 10055#: config/tc-pj.c:65 config/tc-pj.c:74
a74801ba
ILT
10056msgid "confusing relocation expressions"
10057msgstr ""
10058
c85dd50d 10059#: config/tc-pj.c:157
a74801ba
ILT
10060msgid "can't have relocation for ipush"
10061msgstr ""
10062
c85dd50d 10063#: config/tc-pj.c:260
a74801ba
ILT
10064#, c-format
10065msgid "unknown opcode %s"
10066msgstr ""
10067
499ac353 10068#: config/tc-pj.c:355
6e1772d5 10069#, c-format
a74801ba
ILT
10070msgid ""
10071"PJ options:\n"
10072"-little\t\t\tgenerate little endian code\n"
10073"-big\t\t\tgenerate big endian code\n"
10074msgstr ""
10075
499ac353
NC
10076#: config/tc-pj.c:382 config/tc-sh.c:4036 config/tc-sh.c:4043
10077#: config/tc-sh.c:4050 config/tc-sh.c:4057
a74801ba
ILT
10078msgid "pcrel too far"
10079msgstr ""
10080
328577ad
NC
10081#: config/tc-pj.h:38
10082msgid "convert_frag\n"
10083msgstr ""
10084
10085#: config/tc-pj.h:39
10086msgid "estimate size\n"
a74801ba
ILT
10087msgstr ""
10088
42477147 10089#: config/tc-ppc.c:1002
87ccc1b0
NC
10090#, c-format
10091msgid "%s unsupported"
10092msgstr ""
10093
42477147 10094#: config/tc-ppc.c:1068 config/tc-s390.c:418 config/tc-s390.c:425
ac50feda
RH
10095#, c-format
10096msgid "invalid switch -m%s"
10097msgstr ""
10098
42477147 10099#: config/tc-ppc.c:1104
6e1772d5 10100#, c-format
ac50feda
RH
10101msgid ""
10102"PowerPC options:\n"
87ccc1b0
NC
10103"-a32\t\t\tgenerate ELF32/XCOFF32\n"
10104"-a64\t\t\tgenerate ELF64/XCOFF64\n"
ac50feda 10105"-u\t\t\tignored\n"
87ccc1b0
NC
10106"-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n"
10107"-mpwr\t\t\tgenerate code for POWER (RIOS1)\n"
10108"-m601\t\t\tgenerate code for PowerPC 601\n"
328577ad 10109"-mppc, -mppc32, -m603, -m604\n"
87ccc1b0
NC
10110"\t\t\tgenerate code for PowerPC 603/604\n"
10111"-m403, -m405\t\tgenerate code for PowerPC 403/405\n"
6e1772d5 10112"-m440\t\t\tgenerate code for PowerPC 440\n"
328577ad 10113"-m7400, -m7410, -m7450, -m7455\n"
c85dd50d
NC
10114"\t\t\tgenerate code for PowerPC 7400/7410/7450/7455\n"
10115"-m750cl\t\t\tgenerate code for PowerPC 750cl\n"
87ccc1b0
NC
10116msgstr ""
10117
42477147 10118#: config/tc-ppc.c:1119
6e1772d5 10119#, c-format
87ccc1b0
NC
10120msgid ""
10121"-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n"
ac50feda 10122"-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
328577ad
NC
10123"-mbooke64\t\tgenerate code for 64-bit PowerPC BookE\n"
10124"-mbooke, mbooke32\tgenerate code for 32-bit PowerPC BookE\n"
87ccc1b0 10125"-mpower4\t\tgenerate code for Power4 architecture\n"
55cf6793 10126"-mpower5\t\tgenerate code for Power5 architecture\n"
ae351704
AM
10127"-mpower6\t\tgenerate code for Power6 architecture\n"
10128"-mcell\t\t\tgenerate code for Cell Broadband Engine architecture\n"
ac50feda
RH
10129"-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
10130"-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
87ccc1b0
NC
10131msgstr ""
10132
42477147 10133#: config/tc-ppc.c:1130
6e1772d5 10134#, c-format
87ccc1b0
NC
10135msgid ""
10136"-maltivec\t\tgenerate code for AltiVec\n"
3caac5b8 10137"-me300\t\t\tgenerate code for PowerPC e300 family\n"
87ccc1b0
NC
10138"-me500, -me500x2\tgenerate code for Motorola e500 core complex\n"
10139"-mspe\t\t\tgenerate code for Motorola SPE instructions\n"
ac50feda
RH
10140"-mregnames\t\tAllow symbolic names for registers\n"
10141"-mno-regnames\t\tDo not allow symbolic names for registers\n"
10142msgstr ""
10143
42477147 10144#: config/tc-ppc.c:1138
6e1772d5 10145#, c-format
ac50feda
RH
10146msgid ""
10147"-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
10148"-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
10149"-memb\t\t\tset PPC_EMB bit in ELF flags\n"
87ccc1b0 10150"-mlittle, -mlittle-endian, -l, -le\n"
ac50feda 10151"\t\t\tgenerate code for a little endian machine\n"
87ccc1b0
NC
10152"-mbig, -mbig-endian, -b, -be\n"
10153"\t\t\tgenerate code for a big endian machine\n"
ac50feda
RH
10154"-msolaris\t\tgenerate code for Solaris\n"
10155"-mno-solaris\t\tdo not generate code for Solaris\n"
10156"-V\t\t\tprint assembler version number\n"
10157"-Qy, -Qn\t\tignored\n"
10158msgstr ""
10159
42477147 10160#: config/tc-ppc.c:1175
ac50feda
RH
10161#, c-format
10162msgid "Unknown default cpu = %s, os = %s"
10163msgstr ""
10164
42477147 10165#: config/tc-ppc.c:1201
ac50feda
RH
10166msgid "Neither Power nor PowerPC opcodes were selected."
10167msgstr ""
10168
42477147 10169#: config/tc-ppc.c:1281
ac50feda 10170#, c-format
ae351704
AM
10171msgid "powerpc_operands[%d].bitm invalid"
10172msgstr ""
10173
42477147 10174#: config/tc-ppc.c:1288
ae351704
AM
10175#, c-format
10176msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
10177msgstr ""
10178
42477147 10179#: config/tc-ppc.c:1308
499ac353
NC
10180#, c-format
10181msgid "major opcode is not sorted for %s"
10182msgstr ""
10183
42477147 10184#: config/tc-ppc.c:1317
ae351704
AM
10185#, c-format
10186msgid "mask trims opcode bits for %s"
ac50feda
RH
10187msgstr ""
10188
42477147 10189#: config/tc-ppc.c:1326
ac50feda 10190#, c-format
ae351704 10191msgid "operand index error for %s"
ac50feda
RH
10192msgstr ""
10193
42477147 10194#: config/tc-ppc.c:1338
ae351704
AM
10195#, c-format
10196msgid "operand %d overlap in %s"
10197msgstr ""
10198
42477147 10199#: config/tc-ppc.c:1380
ae351704
AM
10200#, c-format
10201msgid "duplicate instruction %s"
10202msgstr ""
10203
42477147 10204#: config/tc-ppc.c:1404
ae351704
AM
10205#, c-format
10206msgid "duplicate macro %s"
10207msgstr ""
10208
42477147 10209#: config/tc-ppc.c:1738
ac50feda
RH
10210msgid "identifier+constant@got means identifier@got+constant"
10211msgstr ""
10212
42477147 10213#: config/tc-ppc.c:1804
ac50feda
RH
10214#, c-format
10215msgid "%s relocations do not fit in %d bytes\n"
10216msgstr ""
10217
42477147 10218#: config/tc-ppc.c:1909
ac50feda
RH
10219#, c-format
10220msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
10221msgstr ""
10222
42477147 10223#: config/tc-ppc.c:1989
ae351704
AM
10224msgid "Relocation cannot be done when using -mrelocatable"
10225msgstr ""
10226
42477147 10227#: config/tc-ppc.c:2038
ae351704
AM
10228msgid "TOC section size exceeds 64k"
10229msgstr ""
10230
42477147 10231#: config/tc-ppc.c:2119
ae351704
AM
10232#, c-format
10233msgid "syntax error: invalid toc specifier `%s'"
10234msgstr ""
10235
42477147 10236#: config/tc-ppc.c:2133
ae351704
AM
10237#, c-format
10238msgid "syntax error: expected `]', found `%c'"
10239msgstr ""
10240
42477147 10241#: config/tc-ppc.c:2410
ae351704
AM
10242msgid "[tocv] symbol is not a toc symbol"
10243msgstr ""
10244
42477147 10245#: config/tc-ppc.c:2421
ae351704
AM
10246msgid "Unimplemented toc32 expression modifier"
10247msgstr ""
10248
42477147 10249#: config/tc-ppc.c:2426
ae351704
AM
10250msgid "Unimplemented toc64 expression modifier"
10251msgstr ""
10252
42477147 10253#: config/tc-ppc.c:2430
ae351704
AM
10254#, c-format
10255msgid "Unexpected return value [%d] from parse_toc_entry!\n"
10256msgstr ""
10257
42477147 10258#: config/tc-ppc.c:2655
ae351704
AM
10259msgid "unsupported relocation for DS offset field"
10260msgstr ""
10261
42477147 10262#: config/tc-ppc.c:2707
ae351704
AM
10263#, c-format
10264msgid "syntax error; found `%c' but expected `%c'"
10265msgstr ""
10266
42477147 10267#: config/tc-ppc.c:2750 config/tc-ppc.h:92
ae351704
AM
10268msgid "instruction address is not a multiple of 4"
10269msgstr ""
10270
42477147 10271#: config/tc-ppc.c:2859
ae351704
AM
10272msgid "wrong number of operands"
10273msgstr ""
10274
42477147 10275#: config/tc-ppc.c:2913
ae351704
AM
10276msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string"
10277msgstr ""
10278
42477147 10279#: config/tc-ppc.c:3019
ae351704
AM
10280msgid "missing size"
10281msgstr ""
10282
42477147 10283#: config/tc-ppc.c:3028
ae351704
AM
10284msgid "negative size"
10285msgstr ""
10286
42477147 10287#: config/tc-ppc.c:3065
ae351704
AM
10288msgid "missing real symbol name"
10289msgstr ""
10290
42477147 10291#: config/tc-ppc.c:3086
ae351704
AM
10292msgid "attempt to redefine symbol"
10293msgstr ""
10294
42477147 10295#: config/tc-ppc.c:3328
ae351704
AM
10296msgid "The XCOFF file format does not support arbitrary sections"
10297msgstr ""
10298
42477147 10299#: config/tc-ppc.c:3402
ae351704
AM
10300msgid "missing rename string"
10301msgstr ""
10302
42477147 10303#: config/tc-ppc.c:3432 config/tc-ppc.c:3974 read.c:3265
ae351704
AM
10304msgid "missing value"
10305msgstr ""
10306
42477147 10307#: config/tc-ppc.c:3450
ae351704
AM
10308msgid "illegal .stabx expression; zero assumed"
10309msgstr ""
10310
42477147 10311#: config/tc-ppc.c:3482
ae351704
AM
10312msgid "missing class"
10313msgstr ""
10314
42477147 10315#: config/tc-ppc.c:3491
ae351704
AM
10316msgid "missing type"
10317msgstr ""
10318
42477147 10319#: config/tc-ppc.c:3571
ae351704
AM
10320msgid "missing symbol name"
10321msgstr ""
10322
42477147 10323#: config/tc-ppc.c:3761
ae351704
AM
10324msgid "nested .bs blocks"
10325msgstr ""
10326
42477147 10327#: config/tc-ppc.c:3793
ae351704
AM
10328msgid ".es without preceding .bs"
10329msgstr ""
10330
42477147 10331#: config/tc-ppc.c:3966
ae351704
AM
10332msgid "non-constant byte count"
10333msgstr ""
10334
42477147 10335#: config/tc-ppc.c:4013
ae351704
AM
10336msgid ".tc not in .toc section"
10337msgstr ""
10338
42477147 10339#: config/tc-ppc.c:4032
ae351704
AM
10340msgid ".tc with no label"
10341msgstr ""
10342
42477147 10343#: config/tc-ppc.c:4123
ae351704
AM
10344msgid ".machine stack overflow"
10345msgstr ""
10346
42477147 10347#: config/tc-ppc.c:4130
ae351704
AM
10348msgid ".machine stack underflow"
10349msgstr ""
10350
42477147 10351#: config/tc-ppc.c:4137
ae351704
AM
10352#, c-format
10353msgid "invalid machine `%s'"
10354msgstr ""
10355
42477147 10356#: config/tc-ppc.c:4188
ae351704
AM
10357msgid "No previous section to return to. Directive ignored."
10358msgstr ""
10359
10360#. Section Contents
10361#. unknown
42477147 10362#: config/tc-ppc.c:4598
ae351704
AM
10363msgid "Unsupported section attribute -- 'a'"
10364msgstr ""
10365
42477147 10366#: config/tc-ppc.c:4782
ae351704
AM
10367msgid "bad symbol suffix"
10368msgstr ""
10369
42477147 10370#: config/tc-ppc.c:4874
ae351704
AM
10371msgid "Unrecognized symbol suffix"
10372msgstr ""
10373
42477147 10374#: config/tc-ppc.c:4962
ae351704
AM
10375msgid "two .function pseudo-ops with no intervening .ef"
10376msgstr ""
10377
42477147 10378#: config/tc-ppc.c:4975
ae351704
AM
10379msgid ".ef with no preceding .function"
10380msgstr ""
10381
42477147 10382#: config/tc-ppc.c:5103
ae351704
AM
10383#, c-format
10384msgid "warning: symbol %s has no csect"
10385msgstr ""
10386
42477147 10387#: config/tc-ppc.c:5348
ae351704
AM
10388msgid "symbol in .toc does not match any .tc"
10389msgstr ""
10390
42477147 10391#: config/tc-ppc.c:5715
ae351704
AM
10392#, c-format
10393msgid "unsupported relocation against %s"
10394msgstr ""
10395
42477147 10396#: config/tc-ppc.c:5788
ae351704
AM
10397#, c-format
10398msgid "cannot emit PC relative %s relocation against %s"
10399msgstr ""
10400
42477147 10401#: config/tc-ppc.c:5793
ae351704
AM
10402#, c-format
10403msgid "cannot emit PC relative %s relocation"
10404msgstr ""
10405
42477147 10406#: config/tc-ppc.c:5975
ae351704
AM
10407#, c-format
10408msgid "Unable to handle reference to symbol %s"
10409msgstr ""
10410
42477147 10411#: config/tc-ppc.c:5978
ae351704
AM
10412msgid "Unable to resolve expression"
10413msgstr ""
10414
42477147 10415#: config/tc-ppc.c:6005
ae351704
AM
10416msgid "must branch to an address a multiple of 4"
10417msgstr ""
10418
42477147 10419#: config/tc-ppc.c:6009
ae351704
AM
10420#, c-format
10421msgid "@local or @plt branch destination is too far away, %ld bytes"
10422msgstr ""
10423
42477147 10424#: config/tc-ppc.c:6040
ae351704
AM
10425#, c-format
10426msgid "Gas failure, reloc value %d\n"
10427msgstr ""
10428
10429#: config/tc-s390.c:461
10430#, c-format
10431msgid ""
10432" S390 options:\n"
10433" -mregnames Allow symbolic names for registers\n"
10434" -mwarn-areg-zero Warn about zero base/index registers\n"
10435" -mno-regnames Do not allow symbolic names for registers\n"
10436" -m31 Set file format to 31 bit format\n"
10437" -m64 Set file format to 64 bit format\n"
10438msgstr ""
10439
10440#: config/tc-s390.c:468
10441#, c-format
10442msgid ""
10443" -V print assembler version number\n"
10444" -Qy, -Qn ignored\n"
10445msgstr ""
10446
10447#: config/tc-s390.c:504
10448#, c-format
10449msgid "Internal assembler error for instruction format %s"
10450msgstr ""
10451
10452#: config/tc-s390.c:520
10453#, c-format
10454msgid "Internal assembler error for instruction %s"
10455msgstr ""
10456
10457#: config/tc-s390.c:767
10458#, c-format
10459msgid "identifier+constant@%s means identifier@%s+constant"
10460msgstr ""
10461
10462#: config/tc-s390.c:850
10463msgid "Can't handle O_big in s390_exp_compare"
10464msgstr ""
10465
10466#: config/tc-s390.c:934
10467msgid "Invalid suffix for literal pool entry"
10468msgstr ""
10469
10470#: config/tc-s390.c:991
10471msgid "Big number is too big"
10472msgstr ""
10473
10474#: config/tc-s390.c:1139
10475msgid "relocation not applicable"
10476msgstr ""
10477
10478#: config/tc-s390.c:1327
10479msgid "invalid operand suffix"
10480msgstr ""
10481
10482#: config/tc-s390.c:1350
10483msgid "syntax error; missing '(' after displacement"
10484msgstr ""
10485
10486#: config/tc-s390.c:1366 config/tc-s390.c:1410 config/tc-s390.c:1440
10487msgid "syntax error; expected ,"
10488msgstr ""
10489
10490#: config/tc-s390.c:1398
10491msgid "syntax error; missing ')' after base register"
10492msgstr ""
10493
10494#: config/tc-s390.c:1427
10495msgid "syntax error; ')' not allowed here"
ac50feda
RH
10496msgstr ""
10497
ae351704
AM
10498#: config/tc-s390.c:1620 config/tc-s390.c:1643 config/tc-s390.c:1656
10499msgid "Invalid .insn format\n"
8ea2b00f
AM
10500msgstr ""
10501
ae351704 10502#: config/tc-s390.c:1628
ac50feda 10503#, c-format
ae351704 10504msgid "Unrecognized opcode format: `%s'"
ac50feda
RH
10505msgstr ""
10506
ae351704
AM
10507#: config/tc-s390.c:1659
10508msgid "second operand of .insn not a constant\n"
ac50feda
RH
10509msgstr ""
10510
ae351704
AM
10511#: config/tc-s390.c:1662
10512msgid "missing comma after insn constant\n"
ac50feda
RH
10513msgstr ""
10514
499ac353 10515#: config/tc-s390.c:2056
ae351704 10516msgid "unsupported relocation type"
ac50feda
RH
10517msgstr ""
10518
ae351704
AM
10519#: config/tc-score.c:49
10520msgid "instruction is not conditional"
ac50feda
RH
10521msgstr ""
10522
ae351704
AM
10523#: config/tc-score.c:50
10524msgid "acc0 expected"
ac50feda
RH
10525msgstr ""
10526
ae351704
AM
10527#: config/tc-score.c:51
10528msgid "div / mul are reserved instructions"
328577ad
NC
10529msgstr ""
10530
ae351704
AM
10531#: config/tc-score.c:52
10532msgid "This architecture doesn't support mmu"
ac50feda
RH
10533msgstr ""
10534
ae351704
AM
10535#: config/tc-score.c:53
10536msgid "This architecture doesn't support atomic instruction"
8ea2b00f
AM
10537msgstr ""
10538
ae351704
AM
10539#: config/tc-score.c:54
10540msgid "the label length is longer than 1024"
ac50feda
RH
10541msgstr ""
10542
499ac353 10543#: config/tc-score.c:233
ae351704 10544msgid "S+core register expected"
ac50feda
RH
10545msgstr ""
10546
499ac353 10547#: config/tc-score.c:234
ae351704 10548msgid "S+core special-register expected"
ac50feda
RH
10549msgstr ""
10550
499ac353 10551#: config/tc-score.c:235
ae351704 10552msgid "S+core co-processor register expected"
ac50feda
RH
10553msgstr ""
10554
499ac353 10555#: config/tc-score.c:853 config/tc-score.c:1753
ae351704 10556msgid "Using temp register(r1)"
ac50feda
RH
10557msgstr ""
10558
499ac353 10559#: config/tc-score.c:872
ae351704
AM
10560#, c-format
10561msgid "register expected, not '%.100s'"
ac50feda
RH
10562msgstr ""
10563
499ac353
NC
10564#: config/tc-score.c:1258 config/tc-score.c:1265 config/tc-score.c:2640
10565#: config/tc-score.c:2645 config/tc-score.c:2923 config/tc-score.c:2928
ae351704
AM
10566#, c-format
10567msgid "invalid constant: %d bit expression not in range %d..%d"
ac50feda
RH
10568msgstr ""
10569
499ac353 10570#: config/tc-score.c:1305
ae351704 10571msgid "invalid constant: bit expression not defined"
0d2bcfaf
NC
10572msgstr ""
10573
499ac353 10574#: config/tc-score.c:1767
ae351704
AM
10575#, c-format
10576msgid "low register(r0-r15)expected, not '%.100s'"
ac50feda
RH
10577msgstr ""
10578
499ac353 10579#: config/tc-score.c:1862
ae351704
AM
10580#, c-format
10581msgid "high register(r16-r31)expected, not '%.100s'"
ac50feda
RH
10582msgstr ""
10583
499ac353 10584#: config/tc-score.c:2094
ae351704
AM
10585#, c-format
10586msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)"
ac50feda
RH
10587msgstr ""
10588
499ac353 10589#: config/tc-score.c:2113
ae351704
AM
10590#, c-format
10591msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)"
ac50feda
RH
10592msgstr ""
10593
499ac353 10594#: config/tc-score.c:2129 config/tc-score.c:2136
ae351704
AM
10595#, c-format
10596msgid "data dependency: %s %s -- %s %s (%d/%d bubble)"
ac50feda
RH
10597msgstr ""
10598
499ac353 10599#: config/tc-score.c:2426 config/tc-score.c:5592
ae351704
AM
10600#, c-format
10601msgid "%s -- `%s'"
ac50feda
RH
10602msgstr ""
10603
499ac353 10604#: config/tc-score.c:2583
ae351704 10605msgid "address offset must be half word alignment"
ac50feda
RH
10606msgstr ""
10607
499ac353 10608#: config/tc-score.c:2591
ae351704 10609msgid "address offset must be word alignment"
ac50feda
RH
10610msgstr ""
10611
499ac353 10612#: config/tc-score.c:2733 config/tc-score.c:2880
ae351704 10613msgid "register same as write-back base"
ac50feda
RH
10614msgstr ""
10615
499ac353 10616#: config/tc-score.c:2850
ae351704 10617msgid "pre-indexed expression expected"
ac50feda
RH
10618msgstr ""
10619
499ac353
NC
10620#: config/tc-score.c:2860 config/tc-score.c:3218 config/tc-score.c:3234
10621#: config/tc-score.c:3305 config/tc-score.c:3348 config/tc-score.c:3470
10622#: config/tc-score.c:3544 config/tc-score.c:3598 config/tc-score.c:3644
ae351704 10623msgid "missing ]"
6e1772d5
AM
10624msgstr ""
10625
499ac353 10626#: config/tc-score.c:3461
ae351704
AM
10627msgid "base register nums are over 3 bit"
10628msgstr ""
10629
499ac353 10630#: config/tc-score.c:3538 config/tc-score.c:3589
ae351704 10631msgid "missing +"
6e1772d5
AM
10632msgstr ""
10633
499ac353 10634#: config/tc-score.c:3582
6e1772d5 10635#, c-format
ae351704 10636msgid "%s register same as write-back base"
6e1772d5
AM
10637msgstr ""
10638
499ac353 10639#: config/tc-score.c:3584
ae351704 10640msgid "destination"
ac50feda
RH
10641msgstr ""
10642
499ac353 10643#: config/tc-score.c:3584
ae351704 10644msgid "source"
ac50feda
RH
10645msgstr ""
10646
499ac353 10647#: config/tc-score.c:3988
ae351704 10648msgid "li rd label isn't correct instruction form"
ac50feda
RH
10649msgstr ""
10650
499ac353 10651#: config/tc-score.c:4501 config/tc-score.c:4530 config/tc-score.c:4556
ae351704 10652msgid "lacking label "
ac50feda
RH
10653msgstr ""
10654
499ac353 10655#: config/tc-score.c:4508
ae351704 10656msgid "invalid constant: 25 bit expression not in range -2^24..2^24"
ac50feda
RH
10657msgstr ""
10658
499ac353 10659#: config/tc-score.c:4536
ae351704 10660msgid "invalid constant: 12 bit expression not in range -2^11..2^11"
ac50feda
RH
10661msgstr ""
10662
499ac353 10663#: config/tc-score.c:4562
ae351704 10664msgid "invalid constant: 20 bit expression not in range -2^19..2^19"
ac50feda
RH
10665msgstr ""
10666
499ac353 10667#: config/tc-score.c:4595
ae351704 10668msgid "lacking label"
ac50feda
RH
10669msgstr ""
10670
499ac353 10671#: config/tc-score.c:4600
ae351704 10672msgid "invalid constant: 9 bit expression not in range -2^8..2^8"
0d2bcfaf
NC
10673msgstr ""
10674
499ac353 10675#: config/tc-score.c:5274
328577ad 10676#, c-format
ae351704 10677msgid " branch relocation truncate (0x%x) [-2^8 ~ 2^8]"
ac50feda
RH
10678msgstr ""
10679
499ac353 10680#: config/tc-score.c:5291 config/tc-score.c:5321
ac50feda 10681#, c-format
ae351704 10682msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]"
ac50feda
RH
10683msgstr ""
10684
499ac353 10685#: config/tc-score.c:5345
ac50feda 10686#, c-format
ae351704 10687msgid " branch relocation truncate (0x%x) [-2^8 ~ 2^8]"
ac50feda
RH
10688msgstr ""
10689
499ac353 10690#: config/tc-score.c:5511
6e1772d5 10691#, c-format
ae351704 10692msgid "cannot represent %s relocation in this object file format1"
6e1772d5
AM
10693msgstr ""
10694
499ac353 10695#: config/tc-score.c:5570
ae351704 10696msgid "pce instruction error (16 bit || 16 bit)'"
6e1772d5
AM
10697msgstr ""
10698
499ac353 10699#: config/tc-score.c:5700
ae351704
AM
10700#, c-format
10701msgid "Sunplus-v2-0-0-20060510\n"
ac50feda
RH
10702msgstr ""
10703
499ac353 10704#: config/tc-score.c:5716
ac50feda 10705#, c-format
ae351704 10706msgid " Score-specific assembler options:\n"
ac50feda
RH
10707msgstr ""
10708
499ac353 10709#: config/tc-score.c:5718
ac50feda 10710#, c-format
ae351704 10711msgid " -EB\t\tassemble code for a big-endian cpu\n"
ac50feda
RH
10712msgstr ""
10713
499ac353 10714#: config/tc-score.c:5723
6e1772d5 10715#, c-format
ae351704 10716msgid " -EL\t\tassemble code for a little-endian cpu\n"
a85d7ed0
NC
10717msgstr ""
10718
499ac353 10719#: config/tc-score.c:5727
6e1772d5 10720#, c-format
ae351704 10721msgid " -FIXDD\t\tassemble code for fix data dependency\n"
a85d7ed0
NC
10722msgstr ""
10723
499ac353 10724#: config/tc-score.c:5729
a85d7ed0 10725#, c-format
ae351704
AM
10726msgid ""
10727" -NWARN\t\tassemble code for no warning message for fix data "
10728"dependency\n"
a85d7ed0
NC
10729msgstr ""
10730
499ac353 10731#: config/tc-score.c:5731
a85d7ed0 10732#, c-format
ae351704 10733msgid " -SCORE5\t\tassemble code for target is SCORE5\n"
a85d7ed0
NC
10734msgstr ""
10735
499ac353 10736#: config/tc-score.c:5733
ae351704
AM
10737#, c-format
10738msgid " -SCORE5U\tassemble code for target is SCORE5U\n"
a85d7ed0
NC
10739msgstr ""
10740
499ac353 10741#: config/tc-score.c:5735
ae351704
AM
10742#, c-format
10743msgid ""
10744" -SCORE7\t\tassemble code for target is SCORE7, this is default "
10745"setting\n"
a85d7ed0
NC
10746msgstr ""
10747
499ac353 10748#: config/tc-score.c:5737
ae351704
AM
10749#, c-format
10750msgid ""
10751" -USE_R1\t\tassemble code for no warning message when using temp "
10752"register r1\n"
a85d7ed0
NC
10753msgstr ""
10754
499ac353 10755#: config/tc-score.c:5739
ae351704
AM
10756#, c-format
10757msgid " -KPIC\t\tassemble code for PIC\n"
a85d7ed0
NC
10758msgstr ""
10759
499ac353 10760#: config/tc-score.c:5741
ae351704
AM
10761#, c-format
10762msgid " -O0\t\tassembler will not perform any optimizations\n"
a85d7ed0
NC
10763msgstr ""
10764
499ac353 10765#: config/tc-score.c:5743
ae351704
AM
10766#, c-format
10767msgid ""
10768" -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"
a85d7ed0
NC
10769msgstr ""
10770
499ac353 10771#: config/tc-score.c:5745
ae351704
AM
10772#, c-format
10773msgid " -V \t\tSunplus release version \n"
a85d7ed0
NC
10774msgstr ""
10775
42477147 10776#: config/tc-score.c:6345 read.c:1464
ae351704 10777msgid "missing size expression"
a85d7ed0
NC
10778msgstr ""
10779
499ac353 10780#: config/tc-score.c:6351
ae351704
AM
10781#, c-format
10782msgid "BSS length (%d) < 0 ignored"
a85d7ed0
NC
10783msgstr ""
10784
42477147 10785#: config/tc-score.c:6366 read.c:2282
ae351704
AM
10786#, c-format
10787msgid "error setting flags for \".sbss\": %s"
a85d7ed0
NC
10788msgstr ""
10789
499ac353 10790#: config/tc-score.c:6380 config/tc-sparc.c:3724
ae351704 10791msgid "missing alignment"
a85d7ed0
NC
10792msgstr ""
10793
499ac353 10794#: config/tc-score.c:6417
ae351704
AM
10795#, c-format
10796msgid "alignment too large; %d assumed"
a85d7ed0
NC
10797msgstr ""
10798
42477147 10799#: config/tc-score.c:6422 read.c:2343
ae351704 10800msgid "alignment negative; 0 assumed"
a85d7ed0
NC
10801msgstr ""
10802
42477147
NC
10803#: config/tc-score.c:6489 config/tc-z80.c:289 ecoff.c:3355 read.c:1483
10804#: read.c:1596 read.c:2460 read.c:3007 read.c:3392 symbols.c:326 symbols.c:432
ae351704
AM
10805#, c-format
10806msgid "symbol `%s' is already defined"
328577ad
NC
10807msgstr ""
10808
6e1772d5 10809#: config/tc-sh64.c:568
76bff705
NC
10810msgid "This operand must be constant at assembly time"
10811msgstr ""
10812
6e1772d5 10813#: config/tc-sh64.c:681
76bff705
NC
10814msgid "Invalid operand expression"
10815msgstr ""
10816
06647dfd 10817#: config/tc-sh64.c:773 config/tc-sh64.c:877
76bff705
NC
10818msgid "PTB operand is a SHmedia symbol"
10819msgstr ""
10820
06647dfd 10821#: config/tc-sh64.c:776 config/tc-sh64.c:874
76bff705
NC
10822msgid "PTA operand is a SHcompact symbol"
10823msgstr ""
10824
06647dfd 10825#: config/tc-sh64.c:792
76bff705
NC
10826msgid "invalid expression in operand"
10827msgstr ""
10828
06647dfd 10829#: config/tc-sh64.c:1483
76bff705
NC
10830#, c-format
10831msgid "invalid operand, not a 5-bit unsigned value: %d"
10832msgstr ""
10833
06647dfd 10834#: config/tc-sh64.c:1488
76bff705
NC
10835#, c-format
10836msgid "invalid operand, not a 6-bit signed value: %d"
10837msgstr ""
10838
06647dfd 10839#: config/tc-sh64.c:1493
76bff705
NC
10840#, c-format
10841msgid "invalid operand, not a 6-bit unsigned value: %d"
10842msgstr ""
10843
06647dfd 10844#: config/tc-sh64.c:1498 config/tc-sh64.c:1510
76bff705
NC
10845#, c-format
10846msgid "invalid operand, not a 11-bit signed value: %d"
10847msgstr ""
10848
06647dfd 10849#: config/tc-sh64.c:1500
76bff705
NC
10850#, c-format
10851msgid "invalid operand, not a multiple of 32: %d"
10852msgstr ""
10853
06647dfd 10854#: config/tc-sh64.c:1505
76bff705
NC
10855#, c-format
10856msgid "invalid operand, not a 10-bit signed value: %d"
10857msgstr ""
10858
06647dfd 10859#: config/tc-sh64.c:1512
76bff705
NC
10860#, c-format
10861msgid "invalid operand, not an even value: %d"
10862msgstr ""
10863
06647dfd 10864#: config/tc-sh64.c:1517
76bff705
NC
10865#, c-format
10866msgid "invalid operand, not a 12-bit signed value: %d"
10867msgstr ""
10868
06647dfd 10869#: config/tc-sh64.c:1519
76bff705
NC
10870#, c-format
10871msgid "invalid operand, not a multiple of 4: %d"
10872msgstr ""
10873
06647dfd 10874#: config/tc-sh64.c:1524
76bff705
NC
10875#, c-format
10876msgid "invalid operand, not a 13-bit signed value: %d"
10877msgstr ""
10878
06647dfd 10879#: config/tc-sh64.c:1526
76bff705
NC
10880#, c-format
10881msgid "invalid operand, not a multiple of 8: %d"
10882msgstr ""
10883
06647dfd 10884#: config/tc-sh64.c:1531
76bff705
NC
10885#, c-format
10886msgid "invalid operand, not a 16-bit signed value: %d"
10887msgstr ""
10888
06647dfd 10889#: config/tc-sh64.c:1536
76bff705 10890#, c-format
ae351704 10891msgid "invalid operand, not a 16-bit unsigned value: %d"
76bff705
NC
10892msgstr ""
10893
06647dfd 10894#: config/tc-sh64.c:1542
76bff705
NC
10895msgid "operand out of range for PT, PTA and PTB"
10896msgstr ""
10897
06647dfd 10898#: config/tc-sh64.c:1544
76bff705
NC
10899#, c-format
10900msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
10901msgstr ""
10902
06647dfd 10903#: config/tc-sh64.c:2064
76bff705
NC
10904#, c-format
10905msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
10906msgstr ""
10907
06647dfd 10908#: config/tc-sh64.c:2421 config/tc-sh64.c:2584 config/tc-sh64.c:2599
76bff705
NC
10909msgid "invalid PIC reference"
10910msgstr ""
10911
06647dfd 10912#: config/tc-sh64.c:2478
76bff705
NC
10913msgid "can't find opcode"
10914msgstr ""
10915
06647dfd
AM
10916#: config/tc-sh64.c:2681 config/tc-sh64.c:2721
10917msgid "invalid operand: expression in PT target"
10918msgstr ""
10919
10920#: config/tc-sh64.c:2812
76bff705
NC
10921#, c-format
10922msgid "invalid operands to %s"
10923msgstr ""
10924
06647dfd 10925#: config/tc-sh64.c:2818
76bff705
NC
10926#, c-format
10927msgid "excess operands to %s"
10928msgstr ""
10929
06647dfd 10930#: config/tc-sh64.c:2863
76bff705
NC
10931#, c-format
10932msgid "The `.mode %s' directive is not valid with this architecture"
10933msgstr ""
10934
06647dfd 10935#: config/tc-sh64.c:2871
76bff705
NC
10936#, c-format
10937msgid "Invalid argument to .mode: %s"
10938msgstr ""
10939
06647dfd 10940#: config/tc-sh64.c:2901
76bff705
NC
10941#, c-format
10942msgid "The `.abi %s' directive is not valid with this architecture"
10943msgstr ""
10944
06647dfd 10945#: config/tc-sh64.c:2907
76bff705
NC
10946msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
10947msgstr ""
10948
06647dfd 10949#: config/tc-sh64.c:2912
76bff705
NC
10950msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
10951msgstr ""
10952
06647dfd 10953#: config/tc-sh64.c:2915
76bff705
NC
10954#, c-format
10955msgid "Invalid argument to .abi: %s"
10956msgstr ""
10957
06647dfd 10958#: config/tc-sh64.c:2970
76bff705
NC
10959msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
10960msgstr ""
10961
06647dfd 10962#: config/tc-sh64.c:2975
76bff705
NC
10963msgid "-shcompact-const-crange is invalid without SHcompact"
10964msgstr ""
10965
06647dfd 10966#: config/tc-sh64.c:2978
76bff705
NC
10967msgid "-expand-pt32 only valid with -abi=64"
10968msgstr ""
10969
06647dfd 10970#: config/tc-sh64.c:2981
76bff705
NC
10971msgid "-no-expand only valid with SHcompact or SHmedia"
10972msgstr ""
10973
06647dfd 10974#: config/tc-sh64.c:2984
76bff705
NC
10975msgid "-expand-pt32 invalid together with -no-expand"
10976msgstr ""
10977
ae351704 10978#: config/tc-sh64.c:3199
76bff705
NC
10979msgid ""
10980"SHmedia code not allowed in same section as constants and SHcompact code"
10981msgstr ""
10982
ae351704 10983#: config/tc-sh64.c:3217
76bff705
NC
10984msgid "No segment info for current section"
10985msgstr ""
10986
ae351704 10987#: config/tc-sh64.c:3256
76bff705
NC
10988msgid "duplicate datalabel operator ignored"
10989msgstr ""
10990
ae351704 10991#: config/tc-sh64.c:3326
76bff705
NC
10992msgid "Invalid DataLabel expression"
10993msgstr ""
10994
ae351704 10995#: config/tc-sh.c:63
fce00800 10996msgid "directive .big encountered when option -big required"
328577ad
NC
10997msgstr ""
10998
ae351704 10999#: config/tc-sh.c:73
fce00800 11000msgid "directive .little encountered when option -little required"
328577ad
NC
11001msgstr ""
11002
ae351704 11003#: config/tc-sh.c:1364
8ea2b00f 11004msgid "misplaced PIC operand"
3b16e843
NC
11005msgstr ""
11006
ae351704 11007#: config/tc-sh.c:1402
8ea2b00f 11008msgid "illegal double indirection"
3b16e843
NC
11009msgstr ""
11010
ae351704 11011#: config/tc-sh.c:1411
fce00800 11012msgid "illegal register after @-"
3b16e843
NC
11013msgstr ""
11014
ae351704 11015#: config/tc-sh.c:1427
fce00800 11016msgid "must be @(r0,...)"
ac50feda
RH
11017msgstr ""
11018
ae351704 11019#: config/tc-sh.c:1451
fce00800 11020msgid "syntax error in @(r0,...)"
ac50feda
RH
11021msgstr ""
11022
ae351704 11023#: config/tc-sh.c:1456
fce00800 11024msgid "syntax error in @(r0...)"
ac50feda
RH
11025msgstr ""
11026
ae351704 11027#: config/tc-sh.c:1501
fce00800 11028msgid "Deprecated syntax."
328577ad
NC
11029msgstr ""
11030
ae351704 11031#: config/tc-sh.c:1513 config/tc-sh.c:1518
fce00800 11032msgid "syntax error in @(disp,[Rn, gbr, pc])"
ac50feda
RH
11033msgstr ""
11034
ae351704 11035#: config/tc-sh.c:1523
fce00800 11036msgid "expecting )"
ac50feda
RH
11037msgstr ""
11038
ae351704 11039#: config/tc-sh.c:1531
fce00800 11040msgid "illegal register after @"
ac50feda
RH
11041msgstr ""
11042
ae351704 11043#: config/tc-sh.c:2202
3caac5b8
AM
11044#, c-format
11045msgid "unhandled %d\n"
11046msgstr ""
11047
ae351704 11048#: config/tc-sh.c:2368
a74801ba 11049#, c-format
fce00800 11050msgid "Invalid register: 'r%d'"
a74801ba
ILT
11051msgstr ""
11052
ae351704 11053#: config/tc-sh.c:2472
3caac5b8
AM
11054#, c-format
11055msgid "failed for %d\n"
11056msgstr ""
11057
ae351704 11058#: config/tc-sh.c:2585 config/tc-sh.c:2984
3caac5b8
AM
11059msgid "invalid operands for opcode"
11060msgstr ""
11061
ae351704 11062#: config/tc-sh.c:2590
fce00800 11063msgid "insn can't be combined with parallel processing insn"
a74801ba
ILT
11064msgstr ""
11065
ae351704 11066#: config/tc-sh.c:2597 config/tc-sh.c:2608 config/tc-sh.c:2640
fce00800 11067msgid "multiple movx specifications"
a74801ba
ILT
11068msgstr ""
11069
ae351704 11070#: config/tc-sh.c:2602 config/tc-sh.c:2624 config/tc-sh.c:2663
fce00800 11071msgid "multiple movy specifications"
a74801ba
ILT
11072msgstr ""
11073
ae351704 11074#: config/tc-sh.c:2611 config/tc-sh.c:2644
fce00800 11075msgid "invalid movx address register"
324bfcf3
AO
11076msgstr ""
11077
ae351704 11078#: config/tc-sh.c:2613
6e1772d5
AM
11079msgid "insn cannot be combined with non-nopy"
11080msgstr ""
11081
ae351704 11082#: config/tc-sh.c:2627 config/tc-sh.c:2683
6e1772d5
AM
11083msgid "invalid movy address register"
11084msgstr ""
11085
ae351704 11086#: config/tc-sh.c:2629
6e1772d5
AM
11087msgid "insn cannot be combined with non-nopx"
11088msgstr ""
11089
ae351704 11090#: config/tc-sh.c:2642
6e1772d5
AM
11091msgid "previous movy requires nopx"
11092msgstr ""
11093
ae351704 11094#: config/tc-sh.c:2650 config/tc-sh.c:2655
87ccc1b0 11095msgid "invalid movx dsp register"
324bfcf3
AO
11096msgstr ""
11097
ae351704 11098#: config/tc-sh.c:2665
6e1772d5 11099msgid "previous movx requires nopy"
324bfcf3
AO
11100msgstr ""
11101
ae351704 11102#: config/tc-sh.c:2674 config/tc-sh.c:2679
6e1772d5 11103msgid "invalid movy dsp register"
324bfcf3
AO
11104msgstr ""
11105
ae351704 11106#: config/tc-sh.c:2689
87ccc1b0 11107msgid "dsp immediate shift value not constant"
324bfcf3
AO
11108msgstr ""
11109
ae351704 11110#: config/tc-sh.c:2703 config/tc-sh.c:2729
87ccc1b0 11111msgid "multiple parallel processing specifications"
324bfcf3
AO
11112msgstr ""
11113
ae351704 11114#: config/tc-sh.c:2722
87ccc1b0 11115msgid "multiple condition specifications"
324bfcf3
AO
11116msgstr ""
11117
ae351704 11118#: config/tc-sh.c:2760
87ccc1b0 11119msgid "insn cannot be combined with pmuls"
324bfcf3
AO
11120msgstr ""
11121
ae351704 11122#: config/tc-sh.c:2776
6e1772d5 11123msgid "bad combined pmuls output operand"
324bfcf3
AO
11124msgstr ""
11125
ae351704 11126#: config/tc-sh.c:2786
87ccc1b0 11127msgid "destination register is same for parallel insns"
324bfcf3
AO
11128msgstr ""
11129
ae351704 11130#: config/tc-sh.c:2795
87ccc1b0 11131msgid "condition not followed by conditionalizable insn"
324bfcf3
AO
11132msgstr ""
11133
ae351704 11134#: config/tc-sh.c:2805
87ccc1b0 11135msgid "unrecognized characters at end of parallel processing insn"
324bfcf3
AO
11136msgstr ""
11137
ae351704 11138#: config/tc-sh.c:2921
6e1772d5
AM
11139msgid "opcode not valid for this cpu variant"
11140msgstr ""
11141
ae351704 11142#: config/tc-sh.c:2954
6e1772d5
AM
11143msgid "Delayed branches not available on SH1"
11144msgstr ""
11145
ae351704 11146#: config/tc-sh.c:2989
324bfcf3 11147#, c-format
87ccc1b0 11148msgid "excess operands: '%s'"
324bfcf3
AO
11149msgstr ""
11150
499ac353 11151#: config/tc-sh.c:3066
87ccc1b0 11152msgid ".uses pseudo-op seen when not relaxing"
324bfcf3
AO
11153msgstr ""
11154
499ac353 11155#: config/tc-sh.c:3072
87ccc1b0 11156msgid "bad .uses format"
324bfcf3
AO
11157msgstr ""
11158
499ac353 11159#: config/tc-sh.c:3174
87ccc1b0 11160msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
324bfcf3
AO
11161msgstr ""
11162
499ac353 11163#: config/tc-sh.c:3180
87ccc1b0 11164msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
324bfcf3
AO
11165msgstr ""
11166
499ac353 11167#: config/tc-sh.c:3182
87ccc1b0 11168msgid "Invalid combination: --abi=64 with --isa=SHcompact"
324bfcf3
AO
11169msgstr ""
11170
499ac353 11171#: config/tc-sh.c:3223
87ccc1b0 11172msgid "Invalid combination: --abi=32 with --abi=64"
324bfcf3
AO
11173msgstr ""
11174
499ac353 11175#: config/tc-sh.c:3229
87ccc1b0 11176msgid "Invalid combination: --abi=64 with --abi=32"
324bfcf3
AO
11177msgstr ""
11178
499ac353 11179#: config/tc-sh.c:3231
87ccc1b0 11180msgid "Invalid combination: --isa=SHcompact with --abi=64"
324bfcf3
AO
11181msgstr ""
11182
499ac353 11183#: config/tc-sh.c:3265
6e1772d5 11184#, c-format
87ccc1b0
NC
11185msgid ""
11186"SH options:\n"
3caac5b8
AM
11187"--little\t\tgenerate little endian code\n"
11188"--big\t\t\tgenerate big endian code\n"
11189"--relax\t\t\talter jump instructions for long displacements\n"
11190"--renesas\t\tdisable optimization with section symbol for\n"
8ea2b00f 11191"\t\t\tcompatibility with Renesas assembler.\n"
3caac5b8
AM
11192"--small\t\t\talign sections to 4 byte boundaries, not 16\n"
11193"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
11194"--allow-reg-prefix\tallow '$' as a register name prefix.\n"
11195"--isa=[any\t\tuse most appropriate isa\n"
8ea2b00f
AM
11196" | dsp same as '-dsp'\n"
11197" | fp"
6e1772d5
AM
11198msgstr ""
11199
499ac353 11200#: config/tc-sh.c:3291
6e1772d5
AM
11201#, c-format
11202msgid ""
3caac5b8 11203"--isa=[shmedia\t\tset as the default instruction set for SH64\n"
6e1772d5
AM
11204" | SHmedia\n"
11205" | shcompact\n"
11206" | SHcompact]\n"
324bfcf3
AO
11207msgstr ""
11208
499ac353 11209#: config/tc-sh.c:3296
6e1772d5 11210#, c-format
87ccc1b0 11211msgid ""
3caac5b8 11212"--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
87ccc1b0 11213"\t\t\tfile type\n"
3caac5b8 11214"--shcompact-const-crange emit code-range descriptors for constants in\n"
87ccc1b0 11215"\t\t\tSHcompact code sections\n"
3caac5b8 11216"--no-mix\t\tdisallow SHmedia code in the same section as\n"
87ccc1b0 11217"\t\t\tconstants and SHcompact code\n"
3caac5b8
AM
11218"--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
11219"--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
6e1772d5 11220"\t\t\tto 32 bits only\n"
324bfcf3
AO
11221msgstr ""
11222
499ac353 11223#: config/tc-sh.c:3395
87ccc1b0 11224msgid ".uses does not refer to a local symbol in the same section"
324bfcf3
AO
11225msgstr ""
11226
499ac353 11227#: config/tc-sh.c:3414
87ccc1b0 11228msgid "can't find fixup pointed to by .uses"
324bfcf3
AO
11229msgstr ""
11230
499ac353 11231#: config/tc-sh.c:3434
87ccc1b0 11232msgid ".uses target does not refer to a local symbol in the same section"
324bfcf3
AO
11233msgstr ""
11234
499ac353 11235#: config/tc-sh.c:3511
87ccc1b0 11236msgid "displacement overflows 12-bit field"
324bfcf3
AO
11237msgstr ""
11238
499ac353 11239#: config/tc-sh.c:3514
87ccc1b0
NC
11240#, c-format
11241msgid "displacement to defined symbol %s overflows 12-bit field"
324bfcf3
AO
11242msgstr ""
11243
499ac353 11244#: config/tc-sh.c:3518
87ccc1b0
NC
11245#, c-format
11246msgid "displacement to undefined symbol %s overflows 12-bit field"
324bfcf3
AO
11247msgstr ""
11248
499ac353 11249#: config/tc-sh.c:3591
87ccc1b0 11250msgid "displacement overflows 8-bit field"
324bfcf3
AO
11251msgstr ""
11252
499ac353 11253#: config/tc-sh.c:3594
87ccc1b0
NC
11254#, c-format
11255msgid "displacement to defined symbol %s overflows 8-bit field"
324bfcf3
AO
11256msgstr ""
11257
499ac353 11258#: config/tc-sh.c:3598
87ccc1b0
NC
11259#, c-format
11260msgid "displacement to undefined symbol %s overflows 8-bit field "
324bfcf3
AO
11261msgstr ""
11262
499ac353 11263#: config/tc-sh.c:3615
87ccc1b0
NC
11264#, c-format
11265msgid "overflow in branch to %s; converted into longer instruction sequence"
324bfcf3
AO
11266msgstr ""
11267
499ac353
NC
11268#: config/tc-sh.c:3681 config/tc-sh.c:3728 config/tc-sparc.c:4241
11269#: config/tc-sparc.c:4266
87ccc1b0
NC
11270msgid "misaligned data"
11271msgstr ""
11272
499ac353 11273#: config/tc-sh.c:4156
87ccc1b0
NC
11274msgid "misaligned offset"
11275msgstr ""
11276
ae351704 11277#: config/tc-sparc.c:286
ac50feda
RH
11278msgid "Invalid default architecture, broken assembler."
11279msgstr ""
11280
ae351704 11281#: config/tc-sparc.c:290 config/tc-sparc.c:497
ac50feda
RH
11282msgid "Bad opcode table, broken assembler."
11283msgstr ""
11284
ae351704 11285#: config/tc-sparc.c:489
ac50feda
RH
11286#, c-format
11287msgid "invalid architecture -xarch=%s"
11288msgstr ""
11289
ae351704 11290#: config/tc-sparc.c:491
ac50feda
RH
11291#, c-format
11292msgid "invalid architecture -A%s"
11293msgstr ""
11294
ae351704 11295#: config/tc-sparc.c:558
a85d7ed0
NC
11296#, c-format
11297msgid "No compiled in support for %d bit object file format"
11298msgstr ""
11299
ae351704 11300#: config/tc-sparc.c:636
6e1772d5 11301#, c-format
ac50feda
RH
11302msgid "SPARC options:\n"
11303msgstr ""
11304
ae351704 11305#: config/tc-sparc.c:665
6e1772d5 11306#, c-format
ac50feda
RH
11307msgid ""
11308"\n"
ac50feda
RH
11309"\t\t\tspecify variant of SPARC architecture\n"
11310"-bump\t\t\twarn when assembler switches architectures\n"
11311"-sparc\t\t\tignored\n"
11312"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
60bcf0fa
NC
11313"-relax\t\t\trelax jumps and branches (default)\n"
11314"-no-relax\t\tavoid changing any jumps and branches\n"
ac50feda
RH
11315msgstr ""
11316
ae351704 11317#: config/tc-sparc.c:673
6e1772d5 11318#, c-format
ac50feda
RH
11319msgid "-k\t\t\tgenerate PIC\n"
11320msgstr ""
11321
ae351704 11322#: config/tc-sparc.c:677
6e1772d5 11323#, c-format
ac50feda
RH
11324msgid ""
11325"-32\t\t\tcreate 32 bit object file\n"
11326"-64\t\t\tcreate 64 bit object file\n"
11327msgstr ""
11328
ae351704 11329#: config/tc-sparc.c:680
ac50feda
RH
11330#, c-format
11331msgid "\t\t\t[default is %d]\n"
11332msgstr ""
11333
ae351704 11334#: config/tc-sparc.c:682
6e1772d5 11335#, c-format
ac50feda
RH
11336msgid ""
11337"-TSO\t\t\tuse Total Store Ordering\n"
11338"-PSO\t\t\tuse Partial Store Ordering\n"
11339"-RMO\t\t\tuse Relaxed Memory Ordering\n"
11340msgstr ""
11341
ae351704 11342#: config/tc-sparc.c:686
ac50feda
RH
11343#, c-format
11344msgid "\t\t\t[default is %s]\n"
11345msgstr ""
11346
ae351704 11347#: config/tc-sparc.c:688
6e1772d5 11348#, c-format
ac50feda
RH
11349msgid ""
11350"-KPIC\t\t\tgenerate PIC\n"
11351"-V\t\t\tprint assembler version number\n"
8ad3436c
AM
11352"-undeclared-regs\tignore application global register usage without\n"
11353"\t\t\tappropriate .register directive (default)\n"
11354"-no-undeclared-regs\tforce error on application global register usage\n"
11355"\t\t\twithout appropriate .register directive\n"
ac50feda
RH
11356"-q\t\t\tignored\n"
11357"-Qy, -Qn\t\tignored\n"
11358"-s\t\t\tignored\n"
11359msgstr ""
11360
ae351704 11361#: config/tc-sparc.c:700
6e1772d5 11362#, c-format
ac50feda
RH
11363msgid ""
11364"-EL\t\t\tgenerate code for a little endian machine\n"
11365"-EB\t\t\tgenerate code for a big endian machine\n"
11366"--little-endian-data\tgenerate code for a machine having big endian\n"
8ad3436c 11367" instructions and little endian data.\n"
ac50feda
RH
11368msgstr ""
11369
ae351704 11370#: config/tc-sparc.c:833
a74801ba
ILT
11371#, c-format
11372msgid "Internal error: losing opcode: `%s' \"%s\"\n"
11373msgstr ""
11374
ae351704 11375#: config/tc-sparc.c:852
a74801ba
ILT
11376#, c-format
11377msgid "Internal error: can't find opcode `%s' for `%s'\n"
ac50feda
RH
11378msgstr ""
11379
ae351704 11380#: config/tc-sparc.c:998
a74801ba 11381msgid "Support for 64-bit arithmetic not compiled in."
ac50feda
RH
11382msgstr ""
11383
ae351704 11384#: config/tc-sparc.c:1045
a74801ba 11385msgid "set: number not in 0..4294967295 range"
ac50feda
RH
11386msgstr ""
11387
ae351704 11388#: config/tc-sparc.c:1052
a74801ba 11389msgid "set: number not in -2147483648..4294967295 range"
ac50feda
RH
11390msgstr ""
11391
ae351704 11392#: config/tc-sparc.c:1112
a74801ba 11393msgid "setsw: number not in -2147483648..4294967295 range"
ac50feda
RH
11394msgstr ""
11395
ae351704 11396#: config/tc-sparc.c:1161
ac50feda
RH
11397msgid "setx: temporary register same as destination register"
11398msgstr ""
11399
ae351704 11400#: config/tc-sparc.c:1232
a74801ba
ILT
11401msgid "setx: illegal temporary register g0"
11402msgstr ""
11403
ae351704 11404#: config/tc-sparc.c:1330
a74801ba
ILT
11405msgid "FP branch in delay slot"
11406msgstr ""
11407
ae351704 11408#: config/tc-sparc.c:1345
a74801ba
ILT
11409msgid "FP branch preceded by FP instruction; NOP inserted"
11410msgstr ""
11411
ae351704 11412#: config/tc-sparc.c:1385
ac50feda
RH
11413msgid "failed special case insn sanity check"
11414msgstr ""
11415
ae351704 11416#: config/tc-sparc.c:1475
ac50feda
RH
11417msgid ": invalid membar mask name"
11418msgstr ""
11419
ae351704 11420#: config/tc-sparc.c:1491
ac50feda
RH
11421msgid ": invalid membar mask expression"
11422msgstr ""
11423
ae351704 11424#: config/tc-sparc.c:1496
ac50feda
RH
11425msgid ": invalid membar mask number"
11426msgstr ""
11427
ae351704 11428#: config/tc-sparc.c:1511
6f6ef0fa
NC
11429msgid ": invalid siam mode expression"
11430msgstr ""
11431
ae351704 11432#: config/tc-sparc.c:1516
6f6ef0fa
NC
11433msgid ": invalid siam mode number"
11434msgstr ""
11435
ae351704 11436#: config/tc-sparc.c:1532
ac50feda
RH
11437msgid ": invalid prefetch function name"
11438msgstr ""
11439
ae351704 11440#: config/tc-sparc.c:1540
ac50feda
RH
11441msgid ": invalid prefetch function expression"
11442msgstr ""
11443
ae351704 11444#: config/tc-sparc.c:1545
ac50feda
RH
11445msgid ": invalid prefetch function number"
11446msgstr ""
11447
ae351704 11448#: config/tc-sparc.c:1573 config/tc-sparc.c:1585
ac50feda
RH
11449msgid ": unrecognizable privileged register"
11450msgstr ""
11451
ae351704
AM
11452#: config/tc-sparc.c:1609 config/tc-sparc.c:1621
11453msgid ": unrecognizable hyperprivileged register"
11454msgstr ""
11455
11456#: config/tc-sparc.c:1645 config/tc-sparc.c:1670
6f6ef0fa 11457msgid ": unrecognizable v9a or v9b ancillary state register"
ac50feda
RH
11458msgstr ""
11459
ae351704 11460#: config/tc-sparc.c:1650
ac50feda
RH
11461msgid ": rd on write only ancillary state register"
11462msgstr ""
11463
6f6ef0fa 11464#. %sys_tick and %sys_tick_cmpr are v9bnotv9a
ae351704 11465#: config/tc-sparc.c:1658
6f6ef0fa
NC
11466msgid ": unrecognizable v9a ancillary state register"
11467msgstr ""
11468
ae351704 11469#: config/tc-sparc.c:1694
ac50feda
RH
11470msgid ": asr number must be between 16 and 31"
11471msgstr ""
11472
ae351704 11473#: config/tc-sparc.c:1702
ac50feda
RH
11474msgid ": asr number must be between 0 and 31"
11475msgstr ""
11476
ae351704 11477#: config/tc-sparc.c:1712
6e1772d5 11478#, c-format
ac50feda
RH
11479msgid ": expecting %asrN"
11480msgstr ""
11481
ae351704
AM
11482#: config/tc-sparc.c:1898 config/tc-sparc.c:1936 config/tc-sparc.c:2343
11483#: config/tc-sparc.c:2379
87ccc1b0
NC
11484#, c-format
11485msgid "Illegal operands: %%%s requires arguments in ()"
11486msgstr ""
11487
ae351704 11488#: config/tc-sparc.c:1904
87ccc1b0
NC
11489#, c-format
11490msgid ""
11491"Illegal operands: %%%s cannot be used together with other relocs in the insn "
11492"()"
11493msgstr ""
11494
ae351704 11495#: config/tc-sparc.c:1915
87ccc1b0
NC
11496#, c-format
11497msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
11498msgstr ""
11499
ae351704 11500#: config/tc-sparc.c:2122
a74801ba
ILT
11501msgid "detected global register use not covered by .register pseudo-op"
11502msgstr ""
11503
ae351704 11504#: config/tc-sparc.c:2193
ac50feda
RH
11505msgid ": There are only 64 f registers; [0-63]"
11506msgstr ""
11507
ae351704 11508#: config/tc-sparc.c:2195 config/tc-sparc.c:2213
ac50feda
RH
11509msgid ": There are only 32 f registers; [0-31]"
11510msgstr ""
11511
ae351704 11512#: config/tc-sparc.c:2205
6e1772d5
AM
11513msgid ": There are only 32 single precision f registers; [0-31]"
11514msgstr ""
11515
ae351704 11516#: config/tc-sparc.c:2391
328577ad 11517#, c-format
a74801ba
ILT
11518msgid ""
11519"Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
11520msgstr ""
11521
ae351704 11522#: config/tc-sparc.c:2501
328577ad 11523#, c-format
a74801ba
ILT
11524msgid "Illegal operands: Can't add non-constant expression to %%%s()"
11525msgstr ""
11526
ae351704 11527#: config/tc-sparc.c:2511
328577ad 11528#, c-format
a74801ba
ILT
11529msgid ""
11530"Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
11531"symbol"
11532msgstr ""
11533
ae351704 11534#: config/tc-sparc.c:2529
ac50feda
RH
11535msgid ": PC-relative operand can't be a constant"
11536msgstr ""
11537
ae351704 11538#: config/tc-sparc.c:2536
87ccc1b0
NC
11539msgid ": TLS operand can't be a constant"
11540msgstr ""
11541
ae351704 11542#: config/tc-sparc.c:2569
ac50feda
RH
11543msgid ": invalid ASI name"
11544msgstr ""
11545
ae351704 11546#: config/tc-sparc.c:2577
ac50feda
RH
11547msgid ": invalid ASI expression"
11548msgstr ""
11549
ae351704 11550#: config/tc-sparc.c:2582
ac50feda
RH
11551msgid ": invalid ASI number"
11552msgstr ""
11553
ae351704 11554#: config/tc-sparc.c:2679
ac50feda
RH
11555msgid "OPF immediate operand out of range (0-0x1ff)"
11556msgstr ""
11557
ae351704 11558#: config/tc-sparc.c:2684
ac50feda
RH
11559msgid "non-immediate OPF operand, ignored"
11560msgstr ""
11561
ae351704 11562#: config/tc-sparc.c:2703
ac50feda
RH
11563msgid ": invalid cpreg name"
11564msgstr ""
11565
ae351704 11566#: config/tc-sparc.c:2732
ac50feda
RH
11567#, c-format
11568msgid "Illegal operands%s"
11569msgstr ""
11570
ae351704 11571#: config/tc-sparc.c:2766
ac50feda
RH
11572#, c-format
11573msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
11574msgstr ""
11575
ae351704 11576#: config/tc-sparc.c:2802
ac50feda
RH
11577#, c-format
11578msgid "Architecture mismatch on \"%s\"."
11579msgstr ""
11580
ae351704 11581#: config/tc-sparc.c:2803
ac50feda
RH
11582#, c-format
11583msgid " (Requires %s; requested architecture is %s.)"
11584msgstr ""
11585
499ac353 11586#: config/tc-sparc.c:3350
ac50feda
RH
11587#, c-format
11588msgid "bad or unhandled relocation type: 0x%02x"
11589msgstr ""
11590
499ac353 11591#: config/tc-sparc.c:3686
06647dfd
AM
11592msgid "Expected comma after name"
11593msgstr ""
11594
499ac353 11595#: config/tc-sparc.c:3695
328577ad
NC
11596#, c-format
11597msgid "BSS length (%d.) <0! Ignored."
11598msgstr ""
11599
499ac353 11600#: config/tc-sparc.c:3707
ac50feda
RH
11601msgid "bad .reserve segment -- expected BSS segment"
11602msgstr ""
11603
499ac353 11604#: config/tc-sparc.c:3735
ac50feda
RH
11605#, c-format
11606msgid "alignment too large; assuming %d"
11607msgstr ""
11608
499ac353 11609#: config/tc-sparc.c:3741 config/tc-sparc.c:3892
ac50feda
RH
11610msgid "negative alignment"
11611msgstr ""
11612
42477147 11613#: config/tc-sparc.c:3751 config/tc-sparc.c:3915 read.c:1320 read.c:2355
ac50feda
RH
11614msgid "alignment not a power of 2"
11615msgstr ""
11616
499ac353 11617#: config/tc-sparc.c:3829 config/tc-v850.c:222
328577ad
NC
11618msgid "Expected comma after symbol-name"
11619msgstr ""
11620
499ac353 11621#: config/tc-sparc.c:3839
87ccc1b0 11622#, c-format
fce00800 11623msgid ".COMMon length (%lu) out of range ignored"
87ccc1b0
NC
11624msgstr ""
11625
499ac353 11626#: config/tc-sparc.c:3872
ac50feda
RH
11627msgid "Expected comma after common length"
11628msgstr ""
11629
499ac353 11630#: config/tc-sparc.c:3886
06647dfd
AM
11631#, c-format
11632msgid "alignment too large; assuming %ld"
11633msgstr ""
11634
499ac353 11635#: config/tc-sparc.c:4032
3caac5b8
AM
11636msgid "Unknown segment type"
11637msgstr ""
11638
499ac353 11639#: config/tc-sparc.c:4111 config/tc-sparc.c:4121
328577ad 11640#, c-format
a74801ba
ILT
11641msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
11642msgstr ""
11643
499ac353 11644#: config/tc-sparc.c:4139
a74801ba
ILT
11645msgid "redefinition of global register"
11646msgstr ""
11647
499ac353 11648#: config/tc-sparc.c:4150
a74801ba
ILT
11649#, c-format
11650msgid "Register symbol %s already defined."
11651msgstr ""
11652
499ac353 11653#: config/tc-sparc.c:4359
328577ad
NC
11654#, c-format
11655msgid "Illegal operands: %%r_plt in %d-byte data field"
11656msgstr ""
11657
499ac353 11658#: config/tc-sparc.c:4369
87ccc1b0
NC
11659#, c-format
11660msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
11661msgstr ""
11662
499ac353 11663#: config/tc-sparc.c:4406 config/tc-vax.c:3312
328577ad
NC
11664#, c-format
11665msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
11666msgstr ""
11667
499ac353 11668#: config/tc-sparc.c:4414 config/tc-sparc.c:4445 config/tc-sparc.c:4454
ae351704 11669#: config/tc-vax.c:3320 config/tc-vax.c:3351 config/tc-vax.c:3360
328577ad
NC
11670#, c-format
11671msgid "Illegal operands: %%r_%s%d requires arguments in ()"
11672msgstr ""
11673
499ac353 11674#: config/tc-sparc.c:4463 config/tc-vax.c:3369
328577ad
NC
11675#, c-format
11676msgid "Illegal operands: garbage after %%r_%s%d()"
11677msgstr ""
11678
ae351704 11679#: config/tc-sparc.h:60
328577ad
NC
11680msgid "sparc convert_frag\n"
11681msgstr ""
11682
ae351704 11683#: config/tc-sparc.h:62 config/tc-z80.h:53
328577ad
NC
11684msgid "estimate_size_before_relax called"
11685msgstr ""
11686
ae351704
AM
11687#: config/tc-spu.c:126
11688#, c-format
11689msgid "Can't hash instruction '%s':%s"
11690msgstr ""
11691
11692#: config/tc-spu.c:180
11693msgid ""
11694"SPU options:\n"
11695" --apuasm\t\t emulate behaviour of apuasm\n"
11696msgstr ""
11697
11698#: config/tc-spu.c:286
11699#, c-format
11700msgid "Invalid mnemonic '%s'"
11701msgstr ""
11702
11703#: config/tc-spu.c:292
11704#, c-format
11705msgid "'%s' is only available in DD2.0 or higher."
11706msgstr ""
11707
11708#: config/tc-spu.c:324
11709#, c-format
11710msgid "Error in argument %d. Expecting: \"%s\""
11711msgstr ""
11712
11713#: config/tc-spu.c:335
11714msgid "Mixing register syntax, with and without '$'."
11715msgstr ""
11716
11717#: config/tc-spu.c:341
11718#, c-format
11719msgid "Treating '%-*s' as a symbol."
11720msgstr ""
11721
c85dd50d 11722#: config/tc-spu.c:547
ae351704
AM
11723msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
11724msgstr ""
11725
c85dd50d 11726#: config/tc-spu.c:549
ae351704
AM
11727msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
11728msgstr ""
11729
c85dd50d 11730#: config/tc-spu.c:592
ae351704
AM
11731#, c-format
11732msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
11733msgstr ""
11734
c85dd50d 11735#: config/tc-spu.c:598
ae351704
AM
11736#, c-format
11737msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
11738msgstr ""
11739
c85dd50d 11740#: config/tc-spu.c:668 config/tc-spu.c:671
ae351704
AM
11741#, c-format
11742msgid "Constant expression %d out of range, [%d, %d]."
11743msgstr ""
11744
499ac353 11745#: config/tc-spu.c:805
ae351704
AM
11746msgid "Relaxation should never occur"
11747msgstr ""
11748
11749#: config/tc-spu.h:83
11750msgid "spu convert_frag\n"
11751msgstr ""
11752
499ac353 11753#: config/tc-tic4x.c:2897
c85dd50d
NC
11754#, c-format
11755msgid ""
11756"\n"
11757"TIC4X options:\n"
11758" -mcpu=CPU -mCPU select architecture variant. CPU can be:\n"
11759" 30 - TMS320C30\n"
11760" 31 - TMS320C31, TMS320LC31\n"
11761" 32 - TMS320C32\n"
11762" 33 - TMS320VC33\n"
11763" 40 - TMS320C40\n"
11764" 44 - TMS320C44\n"
11765" -mrev=REV set cpu hardware revision (integer numbers).\n"
11766" Combinations of -mcpu and -mrev will enable/"
11767"disable\n"
11768" the appropriate options (-midle2, -mlowpower and\n"
11769" -menhanced) according to the selected type\n"
11770" -mbig select big memory model\n"
11771" -msmall select small memory model (default)\n"
11772" -mregparm select register parameters (default)\n"
11773" -mmemparm select memory parameters\n"
11774" -midle2 enable IDLE2 support\n"
11775" -mlowpower enable LOPOWER and MAXSPEED support\n"
11776" -menhanced enable enhanced opcode support\n"
11777msgstr ""
11778
328577ad
NC
11779#. Only word (et al.), align, or conditionals are allowed within
11780#. .struct/.union.
ae351704 11781#: config/tc-tic54x.c:220
328577ad
NC
11782msgid "pseudo-op illegal within .struct/.union"
11783msgstr ""
11784
ae351704 11785#: config/tc-tic54x.c:345
6e1772d5 11786#, c-format
1994a7c7
NC
11787msgid "C54x-specific command line options:\n"
11788msgstr ""
11789
ae351704 11790#: config/tc-tic54x.c:346
6e1772d5 11791#, c-format
1994a7c7
NC
11792msgid "-mfar-mode | -mf Use extended addressing\n"
11793msgstr ""
11794
ae351704 11795#: config/tc-tic54x.c:347
6e1772d5 11796#, c-format
1994a7c7
NC
11797msgid "-mcpu=<CPU version> Specify the CPU version\n"
11798msgstr ""
11799
ae351704 11800#: config/tc-tic54x.c:348
6e1772d5 11801#, c-format
3dd5103b
NC
11802msgid "-merrors-to-file <filename>\n"
11803msgstr ""
11804
ae351704 11805#: config/tc-tic54x.c:349
6e1772d5 11806#, c-format
1994a7c7
NC
11807msgid "-me <filename> Redirect errors to a file\n"
11808msgstr ""
11809
ae351704 11810#: config/tc-tic54x.c:471
1994a7c7
NC
11811msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
11812msgstr ""
11813
ae351704 11814#: config/tc-tic54x.c:525
1994a7c7
NC
11815msgid "Unterminated string after absolute expression"
11816msgstr ""
11817
ae351704 11818#: config/tc-tic54x.c:533
1994a7c7
NC
11819msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
11820msgstr ""
11821
ae351704 11822#: config/tc-tic54x.c:545
1994a7c7
NC
11823msgid "symbols assigned with .eval must begin with a letter"
11824msgstr ""
11825
ae351704 11826#: config/tc-tic54x.c:803
1994a7c7
NC
11827msgid "Offset on nested structures is ignored"
11828msgstr ""
11829
ae351704 11830#: config/tc-tic54x.c:854
1994a7c7
NC
11831#, c-format
11832msgid ".end%s without preceding .%s"
11833msgstr ""
11834
ae351704 11835#: config/tc-tic54x.c:921
1994a7c7
NC
11836#, c-format
11837msgid "Unrecognized struct/union tag '%s'"
11838msgstr ""
11839
ae351704 11840#: config/tc-tic54x.c:923
1994a7c7
NC
11841msgid ".tag requires a structure tag"
11842msgstr ""
11843
ae351704 11844#: config/tc-tic54x.c:929
1994a7c7
NC
11845msgid "Label required for .tag"
11846msgstr ""
11847
ae351704 11848#: config/tc-tic54x.c:948
1994a7c7
NC
11849#, c-format
11850msgid ".tag target '%s' undefined"
11851msgstr ""
11852
ae351704 11853#: config/tc-tic54x.c:1011
1994a7c7
NC
11854#, c-format
11855msgid ".field count '%d' out of range (1 <= X <= 32)"
11856msgstr ""
11857
ae351704 11858#: config/tc-tic54x.c:1039
1994a7c7
NC
11859#, c-format
11860msgid "Unrecognized field type '%c'"
11861msgstr ""
11862
11863#. Disallow .byte with a non constant expression that will
11864#. require relocation.
ae351704 11865#: config/tc-tic54x.c:1176
1994a7c7
NC
11866msgid "Relocatable values require at least WORD storage"
11867msgstr ""
11868
ae351704 11869#: config/tc-tic54x.c:1238
1994a7c7
NC
11870msgid "Use of .def/.ref is deprecated. Use .global instead"
11871msgstr ""
11872
ae351704 11873#: config/tc-tic54x.c:1437
1994a7c7
NC
11874msgid ".space/.bes repeat count is negative, ignored"
11875msgstr ""
11876
ae351704 11877#: config/tc-tic54x.c:1442
1994a7c7
NC
11878msgid ".space/.bes repeat count is zero, ignored"
11879msgstr ""
11880
ae351704 11881#: config/tc-tic54x.c:1520
1994a7c7
NC
11882msgid "Missing size argument"
11883msgstr ""
11884
ae351704 11885#: config/tc-tic54x.c:1657
1994a7c7
NC
11886msgid "CPU version has already been set"
11887msgstr ""
11888
ae351704 11889#: config/tc-tic54x.c:1661
1994a7c7
NC
11890#, c-format
11891msgid "Unrecognized version '%s'"
11892msgstr ""
11893
ae351704 11894#: config/tc-tic54x.c:1667
1994a7c7
NC
11895msgid "Changing of CPU version on the fly not supported"
11896msgstr ""
11897
ae351704 11898#: config/tc-tic54x.c:1803
1994a7c7
NC
11899msgid "p2align not supported on this target"
11900msgstr ""
11901
ae351704 11902#: config/tc-tic54x.c:1816
1994a7c7
NC
11903msgid "Argument to .even ignored"
11904msgstr ""
11905
ae351704 11906#: config/tc-tic54x.c:1863
1994a7c7
NC
11907msgid "Invalid field size, must be from 1 to 32"
11908msgstr ""
11909
ae351704 11910#: config/tc-tic54x.c:1876
1994a7c7
NC
11911msgid "field size must be 16 when value is relocatable"
11912msgstr ""
11913
ae351704 11914#: config/tc-tic54x.c:1891
1994a7c7
NC
11915msgid "field value truncated"
11916msgstr ""
11917
ae351704 11918#: config/tc-tic54x.c:2000 config/tc-tic54x.c:2317
1994a7c7
NC
11919#, c-format
11920msgid "Unrecognized section '%s'"
11921msgstr ""
11922
ae351704 11923#: config/tc-tic54x.c:2009
1994a7c7
NC
11924msgid "Current section is unitialized, section name required for .clink"
11925msgstr ""
11926
ae351704 11927#: config/tc-tic54x.c:2223
1994a7c7
NC
11928msgid "ENDLOOP without corresponding LOOP"
11929msgstr ""
11930
ae351704 11931#: config/tc-tic54x.c:2267
1994a7c7
NC
11932msgid "Mixing of normal and extended addressing not supported"
11933msgstr ""
11934
ae351704 11935#: config/tc-tic54x.c:2273
1994a7c7
NC
11936msgid "Extended addressing not supported on the specified CPU"
11937msgstr ""
11938
ae351704 11939#: config/tc-tic54x.c:2323
1994a7c7
NC
11940msgid ".sblock may be used for initialized sections only"
11941msgstr ""
11942
ae351704 11943#: config/tc-tic54x.c:2354
1994a7c7
NC
11944msgid "Symbol missing for .set/.equ"
11945msgstr ""
11946
ae351704 11947#: config/tc-tic54x.c:2413
1994a7c7
NC
11948msgid ".var may only be used within a macro definition"
11949msgstr ""
11950
ae351704 11951#: config/tc-tic54x.c:2421
1994a7c7
NC
11952msgid "Substitution symbols must begin with a letter"
11953msgstr ""
11954
ae351704 11955#: config/tc-tic54x.c:2515
1994a7c7 11956#, c-format
ae351704 11957msgid "can't open macro library file '%s' for reading: %s"
1994a7c7
NC
11958msgstr ""
11959
ae351704 11960#: config/tc-tic54x.c:2522
1994a7c7
NC
11961#, c-format
11962msgid "File '%s' not in macro archive format"
11963msgstr ""
11964
ae351704 11965#: config/tc-tic54x.c:2654
1994a7c7
NC
11966#, c-format
11967msgid "Bad COFF version '%s'"
11968msgstr ""
11969
ae351704 11970#: config/tc-tic54x.c:2663
1994a7c7
NC
11971#, c-format
11972msgid "Bad CPU version '%s'"
11973msgstr ""
11974
ae351704 11975#: config/tc-tic54x.c:2676 config/tc-tic54x.c:2679
1994a7c7
NC
11976#, c-format
11977msgid "Can't redirect stderr to the file '%s'"
11978msgstr ""
11979
ae351704 11980#: config/tc-tic54x.c:2807
1994a7c7
NC
11981#, c-format
11982msgid "Undefined substitution symbol '%s'"
11983msgstr ""
11984
ae351704 11985#: config/tc-tic54x.c:3464
1994a7c7
NC
11986msgid "Badly formed address expression"
11987msgstr ""
11988
ae351704 11989#: config/tc-tic54x.c:3728
1994a7c7
NC
11990#, c-format
11991msgid "Invalid dmad syntax '%s'"
11992msgstr ""
11993
ae351704 11994#: config/tc-tic54x.c:3794
3b16e843
NC
11995#, c-format
11996msgid ""
11997"Use the .mmregs directive to use memory-mapped register names such as '%s'"
11998msgstr ""
11999
ae351704 12000#: config/tc-tic54x.c:3847
1994a7c7
NC
12001msgid "Address mode *+ARx is write-only. Results of reading are undefined."
12002msgstr ""
12003
ae351704 12004#: config/tc-tic54x.c:3867
1994a7c7
NC
12005#, c-format
12006msgid "Unrecognized indirect address format \"%s\""
12007msgstr ""
12008
ae351704 12009#: config/tc-tic54x.c:3906
1994a7c7
NC
12010#, c-format
12011msgid "Operand '%s' out of range (%d <= x <= %d)"
12012msgstr ""
12013
ae351704 12014#: config/tc-tic54x.c:3926
1994a7c7
NC
12015msgid "Error in relocation handling"
12016msgstr ""
12017
ae351704 12018#: config/tc-tic54x.c:3947 config/tc-tic54x.c:4011 config/tc-tic54x.c:4043
1994a7c7
NC
12019#, c-format
12020msgid "Unrecognized condition code \"%s\""
12021msgstr ""
12022
ae351704 12023#: config/tc-tic54x.c:3964
1994a7c7
NC
12024#, c-format
12025msgid "Condition \"%s\" does not match preceding group"
12026msgstr ""
12027
ae351704 12028#: config/tc-tic54x.c:3972
1994a7c7
NC
12029#, c-format
12030msgid ""
12031"Condition \"%s\" uses a different accumulator from a preceding condition"
12032msgstr ""
12033
ae351704 12034#: config/tc-tic54x.c:3979
1994a7c7
NC
12035msgid "Only one comparison conditional allowed"
12036msgstr ""
12037
ae351704 12038#: config/tc-tic54x.c:3984
1994a7c7
NC
12039msgid "Only one overflow conditional allowed"
12040msgstr ""
12041
ae351704 12042#: config/tc-tic54x.c:3992
1994a7c7
NC
12043#, c-format
12044msgid "Duplicate %s conditional"
12045msgstr ""
12046
ae351704 12047#: config/tc-tic54x.c:4027
1994a7c7
NC
12048msgid "Invalid auxiliary register (use AR0-AR7)"
12049msgstr ""
12050
ae351704 12051#: config/tc-tic54x.c:4063
1994a7c7
NC
12052msgid "lk addressing modes are invalid for memory-mapped register addressing"
12053msgstr ""
12054
ae351704 12055#: config/tc-tic54x.c:4071
1994a7c7
NC
12056msgid ""
12057"Address mode *+ARx is not allowed in memory-mapped register addressing. "
12058"Resulting behavior is undefined."
12059msgstr ""
12060
ae351704 12061#: config/tc-tic54x.c:4097
1994a7c7
NC
12062msgid ""
12063"Destination accumulator for each part of this parallel instruction must be "
12064"different"
12065msgstr ""
12066
ae351704 12067#: config/tc-tic54x.c:4146
1994a7c7
NC
12068#, c-format
12069msgid "Memory mapped register \"%s\" out of range"
12070msgstr ""
12071
ae351704 12072#: config/tc-tic54x.c:4185
1994a7c7
NC
12073msgid "Invalid operand (use 1, 2, or 3)"
12074msgstr ""
12075
ae351704 12076#: config/tc-tic54x.c:4210
1994a7c7
NC
12077msgid "A status register or status bit name is required"
12078msgstr ""
12079
ae351704 12080#: config/tc-tic54x.c:4220
1994a7c7
NC
12081#, c-format
12082msgid "Unrecognized status bit \"%s\""
12083msgstr ""
12084
ae351704 12085#: config/tc-tic54x.c:4243
1994a7c7
NC
12086#, c-format
12087msgid "Invalid status register \"%s\""
12088msgstr ""
12089
ae351704 12090#: config/tc-tic54x.c:4255
1994a7c7
NC
12091#, c-format
12092msgid "Operand \"%s\" out of range (use 1 or 2)"
12093msgstr ""
12094
ae351704 12095#: config/tc-tic54x.c:4463
1994a7c7
NC
12096#, c-format
12097msgid "Unrecognized instruction \"%s\""
12098msgstr ""
12099
ae351704 12100#: config/tc-tic54x.c:4492
1994a7c7
NC
12101#, c-format
12102msgid "Unrecognized operand list '%s' for instruction '%s'"
12103msgstr ""
12104
ae351704 12105#: config/tc-tic54x.c:4524
1994a7c7
NC
12106#, c-format
12107msgid "Unrecognized parallel instruction \"%s\""
12108msgstr ""
12109
ae351704 12110#: config/tc-tic54x.c:4575
1994a7c7
NC
12111#, c-format
12112msgid "Invalid operand (s) for parallel instruction \"%s\""
12113msgstr ""
12114
ae351704 12115#: config/tc-tic54x.c:4578
1994a7c7
NC
12116#, c-format
12117msgid "Unrecognized parallel instruction combination \"%s || %s\""
12118msgstr ""
12119
ae351704 12120#: config/tc-tic54x.c:4815
1994a7c7
NC
12121#, c-format
12122msgid "%s symbol recursion stopped at second appearance of '%s'"
12123msgstr ""
12124
ae351704 12125#: config/tc-tic54x.c:4855
1994a7c7
NC
12126msgid "Unrecognized substitution symbol function"
12127msgstr ""
12128
ae351704 12129#: config/tc-tic54x.c:4860
1994a7c7
NC
12130msgid "Missing '(' after substitution symbol function"
12131msgstr ""
12132
ae351704 12133#: config/tc-tic54x.c:4874
1994a7c7
NC
12134msgid "Expecting second argument"
12135msgstr ""
12136
ae351704 12137#: config/tc-tic54x.c:4887 config/tc-tic54x.c:4937
1994a7c7
NC
12138msgid "Extra junk in function call, expecting ')'"
12139msgstr ""
12140
ae351704 12141#: config/tc-tic54x.c:4913
1994a7c7
NC
12142msgid "Function expects two arguments"
12143msgstr ""
12144
ae351704 12145#: config/tc-tic54x.c:4926
1994a7c7
NC
12146msgid "Expecting character constant argument"
12147msgstr ""
12148
ae351704 12149#: config/tc-tic54x.c:4932
1994a7c7
NC
12150msgid "Both arguments must be substitution symbols"
12151msgstr ""
12152
ae351704 12153#: config/tc-tic54x.c:4985
1994a7c7
NC
12154#, c-format
12155msgid "Invalid subscript (use 1 to %d)"
12156msgstr ""
12157
ae351704 12158#: config/tc-tic54x.c:4995
1994a7c7
NC
12159#, c-format
12160msgid "Invalid length (use 0 to %d"
12161msgstr ""
12162
ae351704 12163#: config/tc-tic54x.c:5005
1994a7c7
NC
12164msgid "Missing ')' in subscripted substitution symbol expression"
12165msgstr ""
12166
ae351704 12167#: config/tc-tic54x.c:5025
1994a7c7
NC
12168msgid "Missing forced substitution terminator ':'"
12169msgstr ""
12170
ae351704 12171#: config/tc-tic54x.c:5180
1994a7c7
NC
12172#, c-format
12173msgid ""
12174"Instruction does not fit in available delay slots (%d-word insn, %d slots "
12175"left)"
12176msgstr ""
12177
ae351704 12178#: config/tc-tic54x.c:5221
1994a7c7
NC
12179#, c-format
12180msgid "Unrecognized parallel instruction '%s'"
12181msgstr ""
12182
ae351704 12183#: config/tc-tic54x.c:5233
1994a7c7
NC
12184#, c-format
12185msgid "Instruction '%s' requires an LP cpu version"
12186msgstr ""
12187
ae351704 12188#: config/tc-tic54x.c:5240
1994a7c7
NC
12189#, c-format
12190msgid "Instruction '%s' requires far mode addressing"
12191msgstr ""
12192
ae351704 12193#: config/tc-tic54x.c:5252
1994a7c7
NC
12194#, c-format
12195msgid ""
12196"Instruction does not fit in available delay slots (%d-word insn, %d slots "
12197"left). Resulting behavior is undefined."
12198msgstr ""
12199
ae351704 12200#: config/tc-tic54x.c:5262
1994a7c7
NC
12201msgid ""
12202"Instructions which cause PC discontinuity are not allowed in a delay slot. "
12203"Resulting behavior is undefined."
12204msgstr ""
12205
ae351704 12206#: config/tc-tic54x.c:5273
1994a7c7
NC
12207#, c-format
12208msgid "'%s' is not repeatable. Resulting behavior is undefined."
12209msgstr ""
12210
ae351704 12211#: config/tc-tic54x.c:5277
1994a7c7
NC
12212msgid ""
12213"Instructions using long offset modifiers or absolute addresses are not "
12214"repeatable. Resulting behavior is undefined."
12215msgstr ""
12216
499ac353 12217#: config/tc-tic54x.c:5438
1994a7c7
NC
12218#, c-format
12219msgid "Unsupported relocation size %d"
12220msgstr ""
12221
499ac353 12222#: config/tc-tic54x.c:5581
1994a7c7
NC
12223msgid "non-absolute value used with .space/.bes"
12224msgstr ""
12225
499ac353 12226#: config/tc-tic54x.c:5585
1994a7c7
NC
12227#, c-format
12228msgid "negative value ignored in %s"
12229msgstr ""
12230
499ac353 12231#: config/tc-tic54x.c:5674
1994a7c7
NC
12232#, c-format
12233msgid "attempt to .space/.bes backwards? (%ld)"
12234msgstr ""
12235
499ac353 12236#: config/tc-tic54x.c:5708
1994a7c7
NC
12237#, c-format
12238msgid "Invalid label '%s'"
12239msgstr ""
12240
ae351704 12241#: config/tc-v850.c:233
ac50feda
RH
12242#, c-format
12243msgid ".COMMon length (%d.) < 0! Ignored."
12244msgstr ""
12245
ae351704 12246#: config/tc-v850.c:254
6e1772d5
AM
12247#, c-format
12248msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
12249msgstr ""
12250
ae351704 12251#: config/tc-v850.c:280
328577ad
NC
12252msgid "Common alignment negative; 0 assumed"
12253msgstr ""
12254
ae351704 12255#: config/tc-v850.c:938
ac50feda
RH
12256#, c-format
12257msgid "unknown operand shift: %x\n"
12258msgstr ""
12259
ae351704 12260#: config/tc-v850.c:939
ac50feda
RH
12261msgid "internal failure in parse_register_list"
12262msgstr ""
12263
ae351704 12264#: config/tc-v850.c:955
ac50feda
RH
12265msgid "constant expression or register list expected"
12266msgstr ""
12267
ae351704 12268#: config/tc-v850.c:960 config/tc-v850.c:973 config/tc-v850.c:992
ac50feda
RH
12269msgid "high bits set in register list expression"
12270msgstr ""
12271
ae351704 12272#: config/tc-v850.c:1031 config/tc-v850.c:1094
ac50feda
RH
12273msgid "illegal register included in list"
12274msgstr ""
12275
ae351704 12276#: config/tc-v850.c:1037
ac50feda
RH
12277msgid "system registers cannot be included in list"
12278msgstr ""
12279
ae351704 12280#: config/tc-v850.c:1042
ac50feda
RH
12281msgid "PSW cannot be included in list"
12282msgstr ""
12283
ae351704 12284#: config/tc-v850.c:1049
ac50feda
RH
12285msgid "High value system registers cannot be included in list"
12286msgstr ""
12287
ae351704 12288#: config/tc-v850.c:1073
ac50feda
RH
12289msgid "second register should follow dash in register list"
12290msgstr ""
12291
ae351704 12292#: config/tc-v850.c:1118
6e1772d5 12293#, c-format
ac50feda
RH
12294msgid " V850 options:\n"
12295msgstr ""
12296
ae351704 12297#: config/tc-v850.c:1119
6e1772d5 12298#, c-format
ac50feda
RH
12299msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n"
12300msgstr ""
12301
ae351704 12302#: config/tc-v850.c:1120
6e1772d5 12303#, c-format
ac50feda
RH
12304msgid ""
12305" -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n"
12306msgstr ""
12307
ae351704 12308#: config/tc-v850.c:1121
6e1772d5 12309#, c-format
ac50feda
RH
12310msgid " -mv850 The code is targeted at the v850\n"
12311msgstr ""
12312
ae351704 12313#: config/tc-v850.c:1122
6e1772d5 12314#, c-format
ac50feda
RH
12315msgid " -mv850e The code is targeted at the v850e\n"
12316msgstr ""
12317
ae351704 12318#: config/tc-v850.c:1123
6e1772d5
AM
12319#, c-format
12320msgid " -mv850e1 The code is targeted at the v850e1\n"
12321msgstr ""
12322
ae351704 12323#: config/tc-v850.c:1124
6e1772d5 12324#, c-format
ac50feda
RH
12325msgid ""
12326" -mv850any The code is generic, despite any processor "
12327"specific instructions\n"
12328msgstr ""
12329
ae351704 12330#: config/tc-v850.c:1125
6e1772d5 12331#, c-format
87ccc1b0
NC
12332msgid " -mrelax Enable relaxation\n"
12333msgstr ""
12334
499ac353 12335#: config/tc-v850.c:1291
ac50feda
RH
12336#, c-format
12337msgid "Unable to determine default target processor from string: %s"
12338msgstr ""
12339
499ac353 12340#: config/tc-v850.c:1326
06647dfd
AM
12341msgid "lo() relocation used on an instruction which does not support it"
12342msgstr ""
12343
499ac353 12344#: config/tc-v850.c:1343
ac50feda
RH
12345msgid "ctoff() relocation used on an instruction which does not support it"
12346msgstr ""
12347
499ac353 12348#: config/tc-v850.c:1365
ac50feda
RH
12349msgid "sdaoff() relocation used on an instruction which does not support it"
12350msgstr ""
12351
499ac353 12352#: config/tc-v850.c:1387
ac50feda
RH
12353msgid "zdaoff() relocation used on an instruction which does not support it"
12354msgstr ""
12355
499ac353 12356#: config/tc-v850.c:1420
ac50feda
RH
12357msgid "tdaoff() relocation used on an instruction which does not support it"
12358msgstr ""
12359
499ac353 12360#: config/tc-v850.c:1625
ac50feda
RH
12361msgid "Target processor does not support this instruction."
12362msgstr ""
12363
499ac353 12364#: config/tc-v850.c:1714 config/tc-v850.c:1743 config/tc-v850.c:1923
ac50feda
RH
12365msgid "immediate operand is too large"
12366msgstr ""
12367
499ac353 12368#: config/tc-v850.c:1725
ac50feda
RH
12369msgid "AAARG -> unhandled constant reloc"
12370msgstr ""
12371
499ac353 12372#: config/tc-v850.c:1768
ac50feda
RH
12373msgid "invalid register name"
12374msgstr ""
12375
499ac353 12376#: config/tc-v850.c:1772
ac50feda
RH
12377msgid "register r0 cannot be used here"
12378msgstr ""
12379
499ac353 12380#: config/tc-v850.c:1783
ae351704 12381msgid "invalid system register name"
ac50feda
RH
12382msgstr ""
12383
499ac353 12384#: config/tc-v850.c:1795
ae351704 12385msgid "expected EP register"
ac50feda
RH
12386msgstr ""
12387
499ac353 12388#: config/tc-v850.c:1811
ae351704 12389msgid "invalid condition code name"
ac50feda
RH
12390msgstr ""
12391
499ac353 12392#: config/tc-v850.c:1831 config/tc-v850.c:1835
ae351704 12393msgid "constant too big to fit into instruction"
ac50feda
RH
12394msgstr ""
12395
499ac353 12396#: config/tc-v850.c:1888
ae351704 12397msgid "syntax error: value is missing before the register name"
87ccc1b0
NC
12398msgstr ""
12399
499ac353 12400#: config/tc-v850.c:1890
ae351704 12401msgid "syntax error: register not expected"
ac50feda
RH
12402msgstr ""
12403
499ac353 12404#: config/tc-v850.c:1903
ae351704 12405msgid "syntax error: system register not expected"
ac50feda
RH
12406msgstr ""
12407
499ac353 12408#: config/tc-v850.c:1907
ae351704 12409msgid "syntax error: condition code not expected"
3caac5b8
AM
12410msgstr ""
12411
42477147 12412#: config/tc-v850.c:1941 config/tc-xtensa.c:11593
ae351704 12413msgid "invalid operand"
3caac5b8
AM
12414msgstr ""
12415
ae351704 12416#: config/tc-vax.c:1343
ac50feda
RH
12417msgid "no '[' to match ']'"
12418msgstr ""
12419
ae351704 12420#: config/tc-vax.c:1359
ac50feda
RH
12421msgid "bad register in []"
12422msgstr ""
12423
ae351704 12424#: config/tc-vax.c:1361
ac50feda
RH
12425msgid "[PC] index banned"
12426msgstr ""
12427
ae351704 12428#: config/tc-vax.c:1397
ac50feda
RH
12429msgid "no '(' to match ')'"
12430msgstr ""
12431
ae351704 12432#: config/tc-vax.c:1513
ac50feda
RH
12433msgid "invalid branch operand"
12434msgstr ""
12435
ae351704 12436#: config/tc-vax.c:1540
ac50feda
RH
12437msgid "address prohibits @"
12438msgstr ""
12439
ae351704 12440#: config/tc-vax.c:1542
ac50feda
RH
12441msgid "address prohibits #"
12442msgstr ""
12443
ae351704 12444#: config/tc-vax.c:1546
ac50feda
RH
12445msgid "address prohibits -()"
12446msgstr ""
12447
ae351704 12448#: config/tc-vax.c:1548
ac50feda
RH
12449msgid "address prohibits ()+"
12450msgstr ""
12451
ae351704 12452#: config/tc-vax.c:1551
ac50feda
RH
12453msgid "address prohibits ()"
12454msgstr ""
12455
ae351704 12456#: config/tc-vax.c:1553
ac50feda
RH
12457msgid "address prohibits []"
12458msgstr ""
12459
ae351704 12460#: config/tc-vax.c:1555
ac50feda
RH
12461msgid "address prohibits register"
12462msgstr ""
12463
ae351704 12464#: config/tc-vax.c:1557
ac50feda
RH
12465msgid "address prohibits displacement length specifier"
12466msgstr ""
12467
ae351704 12468#: config/tc-vax.c:1585
ac50feda
RH
12469msgid "invalid operand of S^#"
12470msgstr ""
12471
ae351704 12472#: config/tc-vax.c:1598
ac50feda
RH
12473msgid "S^# needs expression"
12474msgstr ""
12475
ae351704 12476#: config/tc-vax.c:1605
ac50feda
RH
12477msgid "S^# may only read-access"
12478msgstr ""
12479
ae351704 12480#: config/tc-vax.c:1628
ac50feda
RH
12481msgid "invalid operand of -()"
12482msgstr ""
12483
ae351704 12484#: config/tc-vax.c:1634
ac50feda
RH
12485msgid "-(PC) unpredictable"
12486msgstr ""
12487
ae351704 12488#: config/tc-vax.c:1636
ac50feda
RH
12489msgid "[]index same as -()register: unpredictable"
12490msgstr ""
12491
ae351704 12492#: config/tc-vax.c:1668
ac50feda
RH
12493msgid "invalid operand of ()+"
12494msgstr ""
12495
ae351704 12496#: config/tc-vax.c:1674
ac50feda
RH
12497msgid "(PC)+ unpredictable"
12498msgstr ""
12499
ae351704 12500#: config/tc-vax.c:1676
ac50feda
RH
12501msgid "[]index same as ()+register: unpredictable"
12502msgstr ""
12503
ae351704 12504#: config/tc-vax.c:1699
ac50feda
RH
12505msgid "# conflicts length"
12506msgstr ""
12507
ae351704 12508#: config/tc-vax.c:1701
ac50feda
RH
12509msgid "# bars register"
12510msgstr ""
12511
ae351704 12512#: config/tc-vax.c:1721
ac50feda
RH
12513msgid "writing or modifying # is unpredictable"
12514msgstr ""
12515
ae351704 12516#: config/tc-vax.c:1747
ac50feda
RH
12517msgid "length not needed"
12518msgstr ""
12519
ae351704 12520#: config/tc-vax.c:1754
ac50feda
RH
12521msgid "can't []index a register, because it has no address"
12522msgstr ""
12523
ae351704 12524#: config/tc-vax.c:1756
ac50feda
RH
12525msgid "a register has no address"
12526msgstr ""
12527
ae351704 12528#: config/tc-vax.c:1765
ac50feda
RH
12529msgid "PC part of operand unpredictable"
12530msgstr ""
12531
ae351704
AM
12532#: config/tc-vax.c:1921
12533msgid "odd number of bytes in operand description"
12534msgstr ""
12535
12536#: config/tc-vax.c:1935
12537msgid "Bad operand"
12538msgstr ""
12539
12540#: config/tc-vax.c:1940
12541msgid "Not enough operands"
12542msgstr ""
12543
12544#: config/tc-vax.c:1947
12545msgid "Too many operands"
12546msgstr ""
12547
12548#: config/tc-vax.c:2217
3caac5b8
AM
12549msgid "SYMBOL TABLE not implemented"
12550msgstr ""
12551
ae351704 12552#: config/tc-vax.c:2221
3caac5b8
AM
12553msgid "TOKEN TRACE not implemented"
12554msgstr ""
12555
ae351704 12556#: config/tc-vax.c:2225
3caac5b8
AM
12557#, c-format
12558msgid "Displacement length %s ignored!"
12559msgstr ""
12560
ae351704 12561#: config/tc-vax.c:2229
3caac5b8
AM
12562#, c-format
12563msgid "I don't need or use temp. file \"%s\"."
12564msgstr ""
12565
ae351704 12566#: config/tc-vax.c:2233
3caac5b8
AM
12567msgid "I don't use an interpass file! -V ignored"
12568msgstr ""
12569
ae351704 12570#: config/tc-vax.c:2290
6e1772d5 12571#, c-format
ac50feda
RH
12572msgid ""
12573"VAX options:\n"
12574"-d LENGTH\t\tignored\n"
12575"-J\t\t\tignored\n"
12576"-S\t\t\tignored\n"
12577"-t FILE\t\t\tignored\n"
12578"-T\t\t\tignored\n"
12579"-V\t\t\tignored\n"
12580msgstr ""
12581
ae351704 12582#: config/tc-vax.c:2299
6e1772d5 12583#, c-format
ac50feda
RH
12584msgid ""
12585"VMS options:\n"
12586"-+\t\t\thash encode names longer than 31 characters\n"
12587"-1\t\t\t`const' handling compatible with gcc 1.x\n"
12588"-H\t\t\tshow new symbol after hash truncation\n"
12589"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
12590"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
12591"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
12592msgstr ""
12593
ae351704
AM
12594#: config/tc-vax.c:2464
12595#, c-format
12596msgid "Ignoring statement due to \"%s\""
12597msgstr ""
12598
12599#: config/tc-vax.c:2481
12600#, c-format
12601msgid "Aborting because statement has \"%s\""
12602msgstr ""
12603
12604#: config/tc-vax.c:2526
12605msgid "Can't relocate expression"
12606msgstr ""
12607
12608#: config/tc-vax.c:2629
12609msgid "Bignum not permitted in short literal. Immediate mode assumed."
12610msgstr ""
12611
12612#: config/tc-vax.c:2638
12613msgid "Can't do flonum short literal: immediate mode used."
12614msgstr ""
12615
12616#: config/tc-vax.c:2685
12617#, c-format
12618msgid "A bignum/flonum may not be a displacement: 0x%lx used"
12619msgstr ""
12620
12621#: config/tc-vax.c:2996
12622#, c-format
12623msgid "Short literal overflow(%ld.), immediate mode assumed."
12624msgstr ""
12625
12626#: config/tc-vax.c:3005
12627#, c-format
12628msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
12629msgstr ""
12630
12631#: config/tc-vax.c:3070
12632msgid "Length specification ignored. Address mode 9F used"
12633msgstr ""
12634
12635#: config/tc-vax.c:3128
12636msgid "Invalid operand: immediate value used as base address."
12637msgstr ""
12638
12639#: config/tc-vax.c:3130
12640msgid "Invalid operand: immediate value used as address."
12641msgstr ""
12642
12643#: config/tc-vax.c:3155
12644msgid "Symbol used as immediate operand in PIC mode."
12645msgstr ""
12646
12647#: config/tc-vax.c:3258
12648#, c-format
12649msgid "VIP_BEGIN error:%s"
12650msgstr ""
12651
12652#: config/tc-xc16x.c:211
12653#, c-format
12654msgid " XC16X specific command line options:\n"
12655msgstr ""
12656
c85dd50d 12657#: config/tc-xstormy16.c:78
3b16e843 12658#, c-format
c85dd50d 12659msgid " XSTORMY16 specific command line options:\n"
3b16e843
NC
12660msgstr ""
12661
c85dd50d 12662#: config/tc-xtensa.c:603
06647dfd 12663msgid "illegal range of target hardware versions"
87ccc1b0
NC
12664msgstr ""
12665
c85dd50d 12666#: config/tc-xtensa.c:752
06647dfd 12667msgid "--density option is ignored"
87ccc1b0
NC
12668msgstr ""
12669
c85dd50d 12670#: config/tc-xtensa.c:755
06647dfd 12671msgid "--no-density option is ignored"
87ccc1b0
NC
12672msgstr ""
12673
c85dd50d 12674#: config/tc-xtensa.c:764
06647dfd
AM
12675msgid "--generics is deprecated; use --transform instead"
12676msgstr ""
12677
c85dd50d 12678#: config/tc-xtensa.c:767
06647dfd
AM
12679msgid "--no-generics is deprecated; use --no-transform instead"
12680msgstr ""
12681
c85dd50d 12682#: config/tc-xtensa.c:770
06647dfd
AM
12683msgid "--relax is deprecated; use --transform instead"
12684msgstr ""
12685
c85dd50d 12686#: config/tc-xtensa.c:773
06647dfd
AM
12687msgid "--no-relax is deprecated; use --no-transform instead"
12688msgstr ""
12689
c85dd50d 12690#: config/tc-xtensa.c:790
06647dfd 12691msgid "--absolute-literals option not supported in this Xtensa configuration"
87ccc1b0
NC
12692msgstr ""
12693
c85dd50d 12694#: config/tc-xtensa.c:863
06647dfd 12695msgid "prefer-l32r conflicts with prefer-const16"
87ccc1b0
NC
12696msgstr ""
12697
c85dd50d 12698#: config/tc-xtensa.c:869
06647dfd
AM
12699msgid "prefer-const16 conflicts with prefer-l32r"
12700msgstr ""
12701
c85dd50d 12702#: config/tc-xtensa.c:877 config/tc-xtensa.c:886 config/tc-xtensa.c:890
06647dfd
AM
12703msgid "invalid target hardware version"
12704msgstr ""
12705
c85dd50d 12706#: config/tc-xtensa.c:1065
87ccc1b0
NC
12707msgid "unmatched end directive"
12708msgstr ""
12709
c85dd50d 12710#: config/tc-xtensa.c:1094
87ccc1b0
NC
12711msgid ".begin directive with no matching .end directive"
12712msgstr ""
12713
c85dd50d 12714#: config/tc-xtensa.c:1135
06647dfd
AM
12715msgid "[no-]generics is deprecated; use [no-]transform instead"
12716msgstr ""
12717
c85dd50d 12718#: config/tc-xtensa.c:1140
06647dfd
AM
12719msgid "[no-]relax is deprecated; use [no-]transform instead"
12720msgstr ""
12721
c85dd50d 12722#: config/tc-xtensa.c:1153
87ccc1b0 12723#, c-format
06647dfd 12724msgid "directive %s cannot be negated"
87ccc1b0
NC
12725msgstr ""
12726
c85dd50d 12727#: config/tc-xtensa.c:1159
87ccc1b0
NC
12728msgid "unknown directive"
12729msgstr ""
12730
c85dd50d 12731#: config/tc-xtensa.c:1180 config/tc-xtensa.c:1276 config/tc-xtensa.c:1518
42477147 12732#: config/tc-xtensa.c:5562
06647dfd
AM
12733msgid "directives are not valid inside bundles"
12734msgstr ""
12735
c85dd50d 12736#: config/tc-xtensa.c:1192
06647dfd
AM
12737msgid ".begin literal is deprecated; use .literal instead"
12738msgstr ""
12739
c85dd50d 12740#: config/tc-xtensa.c:1206
87ccc1b0
NC
12741msgid "cannot set literal_prefix inside literal fragment"
12742msgstr ""
12743
c85dd50d 12744#: config/tc-xtensa.c:1239
06647dfd
AM
12745msgid ".begin [no-]density is ignored"
12746msgstr ""
12747
c85dd50d 12748#: config/tc-xtensa.c:1246 config/tc-xtensa.c:1296
06647dfd
AM
12749msgid "Xtensa absolute literals option not supported; ignored"
12750msgstr ""
12751
c85dd50d 12752#: config/tc-xtensa.c:1289
06647dfd 12753msgid ".end [no-]density is ignored"
87ccc1b0
NC
12754msgstr ""
12755
c85dd50d 12756#: config/tc-xtensa.c:1314
87ccc1b0
NC
12757#, c-format
12758msgid "does not match begin %s%s at %s:%d"
12759msgstr ""
12760
c85dd50d 12761#: config/tc-xtensa.c:1369
87ccc1b0
NC
12762msgid ".literal_position inside literal directive; ignoring"
12763msgstr ""
12764
c85dd50d 12765#: config/tc-xtensa.c:1389
6e1772d5
AM
12766msgid ".literal not allowed inside .begin literal region"
12767msgstr ""
12768
c85dd50d 12769#: config/tc-xtensa.c:1425
87ccc1b0
NC
12770msgid "expected comma or colon after symbol name; rest of line ignored"
12771msgstr ""
12772
c85dd50d 12773#: config/tc-xtensa.c:1487
06647dfd
AM
12774msgid "fall through frequency must be greater than 0"
12775msgstr ""
12776
c85dd50d 12777#: config/tc-xtensa.c:1495
06647dfd
AM
12778msgid "branch target frequency must be greater than 0"
12779msgstr ""
12780
c85dd50d 12781#: config/tc-xtensa.c:1543
06647dfd
AM
12782#, c-format
12783msgid "opcode-specific %s relocation used outside an instruction"
12784msgstr ""
12785
c85dd50d 12786#: config/tc-xtensa.c:1722 config/tc-xtensa.c:1739
87ccc1b0
NC
12787#, c-format
12788msgid "bad register name: %s"
12789msgstr ""
12790
c85dd50d 12791#: config/tc-xtensa.c:1728
87ccc1b0
NC
12792#, c-format
12793msgid "bad register number: %s"
12794msgstr ""
12795
c85dd50d 12796#: config/tc-xtensa.c:1805
87ccc1b0
NC
12797msgid "register number out of range"
12798msgstr ""
12799
c85dd50d 12800#: config/tc-xtensa.c:1889
06647dfd
AM
12801msgid "extra comma"
12802msgstr ""
12803
c85dd50d 12804#: config/tc-xtensa.c:1891
06647dfd
AM
12805msgid "extra colon"
12806msgstr ""
12807
c85dd50d 12808#: config/tc-xtensa.c:1893
06647dfd
AM
12809msgid "missing argument"
12810msgstr ""
12811
c85dd50d 12812#: config/tc-xtensa.c:1895
06647dfd
AM
12813msgid "missing comma or colon"
12814msgstr ""
12815
c85dd50d 12816#: config/tc-xtensa.c:1952
06647dfd
AM
12817msgid "incorrect register number, ignoring"
12818msgstr ""
12819
c85dd50d 12820#: config/tc-xtensa.c:1959
87ccc1b0
NC
12821msgid "too many arguments"
12822msgstr ""
12823
c85dd50d 12824#: config/tc-xtensa.c:2032
87ccc1b0 12825#, c-format
06647dfd 12826msgid "cannot encode opcode \"%s\""
87ccc1b0
NC
12827msgstr ""
12828
c85dd50d 12829#: config/tc-xtensa.c:2126
87ccc1b0 12830#, c-format
06647dfd 12831msgid "not enough operands (%d) for '%s'; expected %d"
87ccc1b0
NC
12832msgstr ""
12833
c85dd50d 12834#: config/tc-xtensa.c:2133
87ccc1b0 12835#, c-format
06647dfd 12836msgid "too many operands (%d) for '%s'; expected %d"
87ccc1b0
NC
12837msgstr ""
12838
c85dd50d 12839#: config/tc-xtensa.c:2184
87ccc1b0 12840#, c-format
06647dfd 12841msgid "invalid register '%s' for '%s' instruction"
87ccc1b0
NC
12842msgstr ""
12843
c85dd50d 12844#: config/tc-xtensa.c:2191
87ccc1b0 12845#, c-format
06647dfd 12846msgid "invalid register number (%ld) for '%s' instruction"
87ccc1b0
NC
12847msgstr ""
12848
c85dd50d 12849#: config/tc-xtensa.c:2259
87ccc1b0 12850#, c-format
06647dfd 12851msgid "invalid register number (%ld) for '%s'"
87ccc1b0
NC
12852msgstr ""
12853
c85dd50d 12854#: config/tc-xtensa.c:2650
87ccc1b0 12855#, c-format
55cf6793 12856msgid "operand %d of '%s' has out of range value '%u'"
87ccc1b0
NC
12857msgstr ""
12858
c85dd50d 12859#: config/tc-xtensa.c:2656
87ccc1b0 12860#, c-format
55cf6793 12861msgid "operand %d of '%s' has invalid value '%u'"
87ccc1b0
NC
12862msgstr ""
12863
c85dd50d 12864#: config/tc-xtensa.c:2704
87ccc1b0 12865#, c-format
06647dfd 12866msgid "internal error: unknown option name '%s'"
87ccc1b0
NC
12867msgstr ""
12868
c85dd50d 12869#: config/tc-xtensa.c:3779
87ccc1b0
NC
12870msgid "INSTR_LABEL_DEF not supported yet"
12871msgstr ""
12872
c85dd50d 12873#: config/tc-xtensa.c:3808
87ccc1b0
NC
12874msgid "can't handle generation of literal/labels yet"
12875msgstr ""
12876
c85dd50d 12877#: config/tc-xtensa.c:3812
87ccc1b0
NC
12878msgid "can't handle undefined OP TYPE"
12879msgstr ""
12880
c85dd50d 12881#: config/tc-xtensa.c:3873
87ccc1b0
NC
12882#, c-format
12883msgid "found %d operands for '%s': Expected %d"
12884msgstr ""
12885
c85dd50d 12886#: config/tc-xtensa.c:3880
87ccc1b0
NC
12887#, c-format
12888msgid "found too many (%d) operands for '%s': Expected %d"
12889msgstr ""
12890
c85dd50d
NC
12891#: config/tc-xtensa.c:3901
12892msgid "immediate operands sum to greater than 32"
12893msgstr ""
12894
12895#: config/tc-xtensa.c:4031
55cf6793
ZW
12896msgid "invalid immediate"
12897msgstr ""
12898
c85dd50d 12899#: config/tc-xtensa.c:4145
06647dfd
AM
12900#, c-format
12901msgid "invalid relocation for operand %i of '%s'"
87ccc1b0
NC
12902msgstr ""
12903
c85dd50d 12904#: config/tc-xtensa.c:4155
87ccc1b0 12905#, c-format
06647dfd 12906msgid "invalid expression for operand %i of '%s'"
87ccc1b0
NC
12907msgstr ""
12908
c85dd50d 12909#: config/tc-xtensa.c:4165
87ccc1b0 12910#, c-format
06647dfd 12911msgid "invalid relocation in instruction slot %i"
87ccc1b0
NC
12912msgstr ""
12913
c85dd50d 12914#: config/tc-xtensa.c:4172
87ccc1b0 12915#, c-format
06647dfd 12916msgid "undefined symbol for opcode \"%s\""
87ccc1b0
NC
12917msgstr ""
12918
c85dd50d 12919#: config/tc-xtensa.c:4627
06647dfd 12920msgid "opcode 'NOP.N' unavailable in this configuration"
87ccc1b0
NC
12921msgstr ""
12922
c85dd50d 12923#: config/tc-xtensa.c:4687
06647dfd
AM
12924msgid "get_expanded_loop_offset: invalid opcode"
12925msgstr ""
12926
42477147 12927#: config/tc-xtensa.c:4820
06647dfd
AM
12928#, c-format
12929msgid "assembly state not set for first frag in section %s"
87ccc1b0
NC
12930msgstr ""
12931
42477147 12932#: config/tc-xtensa.c:4873
06647dfd
AM
12933#, c-format
12934msgid "unaligned branch target: %d bytes at 0x%lx"
87ccc1b0
NC
12935msgstr ""
12936
42477147 12937#: config/tc-xtensa.c:4912
06647dfd
AM
12938#, c-format
12939msgid "unaligned loop: %d bytes at 0x%lx"
87ccc1b0
NC
12940msgstr ""
12941
42477147 12942#: config/tc-xtensa.c:4936
06647dfd 12943msgid "unexpected fix"
87ccc1b0
NC
12944msgstr ""
12945
42477147 12946#: config/tc-xtensa.c:4947 config/tc-xtensa.c:4951
06647dfd 12947msgid "undecodable fix"
87ccc1b0
NC
12948msgstr ""
12949
42477147 12950#: config/tc-xtensa.c:5078
3caac5b8
AM
12951msgid "labels are not valid inside bundles"
12952msgstr ""
12953
42477147 12954#: config/tc-xtensa.c:5098
06647dfd 12955msgid "invalid last instruction for a zero-overhead loop"
87ccc1b0
NC
12956msgstr ""
12957
42477147 12958#: config/tc-xtensa.c:5163
06647dfd 12959msgid "extra opening brace"
87ccc1b0
NC
12960msgstr ""
12961
42477147 12962#: config/tc-xtensa.c:5173
06647dfd 12963msgid "extra closing brace"
87ccc1b0
NC
12964msgstr ""
12965
42477147 12966#: config/tc-xtensa.c:5200
06647dfd 12967msgid "missing closing brace"
87ccc1b0
NC
12968msgstr ""
12969
42477147 12970#: config/tc-xtensa.c:5280
87ccc1b0 12971#, c-format
06647dfd 12972msgid "unknown opcode or format name '%s'"
87ccc1b0
NC
12973msgstr ""
12974
42477147 12975#: config/tc-xtensa.c:5286
06647dfd
AM
12976msgid "format names only valid inside bundles"
12977msgstr ""
12978
42477147 12979#: config/tc-xtensa.c:5291
06647dfd
AM
12980#, c-format
12981msgid "multiple formats specified for one bundle; using '%s'"
87ccc1b0
NC
12982msgstr ""
12983
42477147 12984#: config/tc-xtensa.c:5340
87ccc1b0
NC
12985msgid "entry instruction with stack decrement < 16"
12986msgstr ""
12987
42477147 12988#: config/tc-xtensa.c:5393
06647dfd
AM
12989msgid "unaligned entry instruction"
12990msgstr ""
12991
42477147 12992#: config/tc-xtensa.c:5455
06647dfd
AM
12993msgid "bad instruction format"
12994msgstr ""
12995
42477147 12996#: config/tc-xtensa.c:5458
06647dfd
AM
12997msgid "invalid relocation"
12998msgstr ""
12999
42477147 13000#: config/tc-xtensa.c:5469
87ccc1b0 13001#, c-format
06647dfd 13002msgid "invalid relocation for '%s' instruction"
87ccc1b0
NC
13003msgstr ""
13004
42477147 13005#: config/tc-xtensa.c:5481
87ccc1b0 13006#, c-format
06647dfd 13007msgid "invalid relocation for operand %d of '%s'"
87ccc1b0
NC
13008msgstr ""
13009
42477147 13010#: config/tc-xtensa.c:5661
06647dfd
AM
13011msgid "cannot represent subtraction with an offset"
13012msgstr ""
13013
42477147 13014#: config/tc-xtensa.c:5749
87ccc1b0 13015#, c-format
55cf6793 13016msgid "unhandled local relocation fix %s"
87ccc1b0
NC
13017msgstr ""
13018
42477147 13019#: config/tc-xtensa.c:6020
06647dfd
AM
13020msgid "couldn't find a valid instruction format"
13021msgstr ""
13022
42477147 13023#: config/tc-xtensa.c:6021
87ccc1b0 13024#, c-format
06647dfd 13025msgid " ops were: "
87ccc1b0
NC
13026msgstr ""
13027
42477147 13028#: config/tc-xtensa.c:6023
87ccc1b0 13029#, c-format
06647dfd 13030msgid " %s;"
87ccc1b0
NC
13031msgstr ""
13032
42477147 13033#: config/tc-xtensa.c:6034
06647dfd
AM
13034#, c-format
13035msgid "format '%s' allows %d slots, but there are %d opcodes"
87ccc1b0
NC
13036msgstr ""
13037
42477147 13038#: config/tc-xtensa.c:6045 config/tc-xtensa.c:6143
06647dfd 13039msgid "illegal resource usage in bundle"
87ccc1b0
NC
13040msgstr ""
13041
42477147 13042#: config/tc-xtensa.c:6230
06647dfd
AM
13043#, c-format
13044msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
87ccc1b0
NC
13045msgstr ""
13046
42477147 13047#: config/tc-xtensa.c:6235
87ccc1b0 13048#, c-format
06647dfd 13049msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
87ccc1b0
NC
13050msgstr ""
13051
42477147 13052#: config/tc-xtensa.c:6240
06647dfd 13053#, c-format
ae351704 13054msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
87ccc1b0
NC
13055msgstr ""
13056
42477147 13057#: config/tc-xtensa.c:6245
06647dfd
AM
13058#, c-format
13059msgid ""
ae351704 13060"opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
87ccc1b0
NC
13061msgstr ""
13062
42477147 13063#: config/tc-xtensa.c:6261
06647dfd
AM
13064msgid "multiple branches or jumps in the same bundle"
13065msgstr ""
13066
42477147 13067#: config/tc-xtensa.c:6709
06647dfd
AM
13068msgid "cannot assemble into a literal fragment"
13069msgstr ""
13070
42477147 13071#: config/tc-xtensa.c:6711
06647dfd
AM
13072msgid "..."
13073msgstr ""
13074
42477147 13075#: config/tc-xtensa.c:7305
06647dfd
AM
13076msgid ""
13077"instruction sequence (write a0, branch, retw) may trigger hardware errata"
13078msgstr ""
13079
42477147 13080#: config/tc-xtensa.c:7417
06647dfd 13081msgid "branching or jumping to a loop end may trigger hardware errata"
87ccc1b0
NC
13082msgstr ""
13083
42477147 13084#: config/tc-xtensa.c:7499
06647dfd 13085msgid "loop end too close to another loop end may trigger hardware errata"
87ccc1b0
NC
13086msgstr ""
13087
42477147 13088#: config/tc-xtensa.c:7508
06647dfd
AM
13089#, c-format
13090msgid "fr_var %lu < length %d"
87ccc1b0
NC
13091msgstr ""
13092
42477147 13093#: config/tc-xtensa.c:7667
06647dfd
AM
13094msgid ""
13095"loop containing less than three instructions may trigger hardware errata"
87ccc1b0
NC
13096msgstr ""
13097
42477147 13098#: config/tc-xtensa.c:7739
06647dfd 13099msgid "undecodable instruction in instruction frag"
87ccc1b0
NC
13100msgstr ""
13101
42477147 13102#: config/tc-xtensa.c:7849
06647dfd 13103msgid "invalid empty loop"
87ccc1b0
NC
13104msgstr ""
13105
42477147 13106#: config/tc-xtensa.c:7854
06647dfd 13107msgid "loop target does not follow loop instruction in section"
87ccc1b0
NC
13108msgstr ""
13109
42477147 13110#: config/tc-xtensa.c:8427
87ccc1b0
NC
13111msgid "bad relaxation state"
13112msgstr ""
13113
42477147 13114#: config/tc-xtensa.c:8485
87ccc1b0 13115#, c-format
06647dfd 13116msgid "fr_var (%ld) < length (%d)"
87ccc1b0
NC
13117msgstr ""
13118
42477147 13119#: config/tc-xtensa.c:8992
87ccc1b0
NC
13120msgid "internal error: relaxation failed"
13121msgstr ""
13122
42477147 13123#: config/tc-xtensa.c:8998
87ccc1b0
NC
13124msgid "internal error: relaxation requires too many steps"
13125msgstr ""
13126
42477147 13127#: config/tc-xtensa.c:9174
87ccc1b0
NC
13128msgid "invalid relaxation fragment result"
13129msgstr ""
13130
42477147 13131#: config/tc-xtensa.c:9253
87ccc1b0
NC
13132msgid "unable to widen instruction"
13133msgstr ""
13134
42477147 13135#: config/tc-xtensa.c:9393
87ccc1b0
NC
13136msgid "multiple literals in expansion"
13137msgstr ""
13138
42477147 13139#: config/tc-xtensa.c:9397
87ccc1b0
NC
13140msgid "no registered fragment for literal"
13141msgstr ""
13142
42477147 13143#: config/tc-xtensa.c:9399
87ccc1b0
NC
13144msgid "number of literal tokens != 1"
13145msgstr ""
13146
42477147 13147#: config/tc-xtensa.c:9529 config/tc-xtensa.c:9535
87ccc1b0
NC
13148#, c-format
13149msgid "unresolved loop target symbol: %s"
13150msgstr ""
13151
42477147 13152#: config/tc-xtensa.c:9641
06647dfd
AM
13153#, c-format
13154msgid "invalid expression evaluation type %d"
87ccc1b0
NC
13155msgstr ""
13156
42477147 13157#: config/tc-xtensa.c:9658
87ccc1b0
NC
13158msgid "loop too long for LOOP instruction"
13159msgstr ""
13160
42477147 13161#: config/tc-xtensa.c:9928
87ccc1b0
NC
13162#, c-format
13163msgid "fixes not all moved from %s"
13164msgstr ""
13165
42477147 13166#: config/tc-xtensa.c:10059
06647dfd
AM
13167msgid ""
13168"literal pool location required for text-section-literals; specify with ."
13169"literal_position"
87ccc1b0
NC
13170msgstr ""
13171
42477147 13172#: config/tc-xtensa.c:10989
06647dfd
AM
13173msgid "too many operands in instruction"
13174msgstr ""
13175
42477147 13176#: config/tc-xtensa.c:11200
ae351704 13177msgid "invalid symbolic operand"
87ccc1b0
NC
13178msgstr ""
13179
42477147 13180#: config/tc-xtensa.c:11261
87ccc1b0
NC
13181msgid "operand number mismatch"
13182msgstr ""
13183
42477147 13184#: config/tc-xtensa.c:11265
06647dfd
AM
13185#, c-format
13186msgid "cannot encode opcode \"%s\" in the given format \"%s\""
13187msgstr ""
13188
42477147 13189#: config/tc-xtensa.c:11290
06647dfd
AM
13190#, c-format
13191msgid "xtensa-isa failure: %s"
13192msgstr ""
13193
42477147 13194#: config/tc-xtensa.c:11361
87ccc1b0
NC
13195msgid "invalid opcode"
13196msgstr ""
13197
42477147 13198#: config/tc-xtensa.c:11367
87ccc1b0
NC
13199msgid "too few operands"
13200msgstr ""
13201
42477147 13202#: config/tc-xtensa.c:11482 config/tc-xtensa.c:11488
06647dfd
AM
13203msgid "out of memory"
13204msgstr ""
13205
42477147 13206#: config/tc-xtensa.c:11599
ae351704
AM
13207msgid "symbolic operand not allowed"
13208msgstr ""
13209
42477147 13210#: config/tc-xtensa.c:11636
ae351704
AM
13211msgid "cannot decode instruction format"
13212msgstr ""
13213
42477147 13214#: config/tc-xtensa.c:11780
ae351704 13215msgid "ignoring extra '-rename-section' delimiter ':'"
06647dfd
AM
13216msgstr ""
13217
42477147 13218#: config/tc-xtensa.c:11785
06647dfd 13219#, c-format
ae351704 13220msgid "ignoring invalid '-rename-section' specification: '%s'"
06647dfd
AM
13221msgstr ""
13222
42477147 13223#: config/tc-xtensa.c:11796
ae351704
AM
13224#, c-format
13225msgid "section %s renamed multiple times"
06647dfd
AM
13226msgstr ""
13227
42477147 13228#: config/tc-xtensa.c:11798
06647dfd 13229#, c-format
ae351704 13230msgid "multiple sections remapped to output section %s"
06647dfd
AM
13231msgstr ""
13232
ae351704
AM
13233#: config/tc-z80.c:244
13234msgid "-- unterminated string"
06647dfd
AM
13235msgstr ""
13236
ae351704
AM
13237#: config/tc-z80.c:314
13238msgid "floating point numbers are not implemented"
87ccc1b0
NC
13239msgstr ""
13240
ae351704
AM
13241#: config/tc-z80.c:493 config/tc-z80.c:499
13242msgid "mismatched parentheses"
13243msgstr ""
13244
13245#: config/tc-z80.c:553
13246msgid "bad offset expression syntax"
13247msgstr ""
13248
13249#: config/tc-z80.c:577
13250msgid "bad expression syntax"
13251msgstr ""
13252
13253#: config/tc-z80.c:690
13254msgid "cannot make a relative jump to an absolute location"
13255msgstr ""
13256
13257#: config/tc-z80.c:702 config/tc-z80.c:1960
13258msgid "overflow"
13259msgstr ""
13260
13261#: config/tc-z80.c:1070 config/tc-z80.c:1113 config/tc-z80.c:1157
13262#: config/tc-z80.c:1277 config/tc-z80.c:1331 config/tc-z80.c:1600
13263msgid "bad intruction syntax"
13264msgstr ""
13265
13266#: config/tc-z80.c:1203
13267msgid "condition code invalid for jr"
13268msgstr ""
13269
13270#: config/tc-z80.c:1225
13271msgid "bad instruction syntax"
13272msgstr ""
13273
13274#: config/tc-z80.c:1704
13275msgid "parentheses ignored"
87ccc1b0
NC
13276msgstr ""
13277
42477147 13278#: config/tc-z80.c:1909 read.c:3506
87ccc1b0 13279#, c-format
ae351704
AM
13280msgid "junk at end of line, first unrecognized character is `%c'"
13281msgstr ""
13282
499ac353 13283#: config/tc-z80.c:1935 config/tc-z8k.c:1461 config/tc-z8k.c:1524
ae351704 13284msgid "relative jump out of range"
87ccc1b0
NC
13285msgstr ""
13286
ae351704
AM
13287#: config/tc-z80.c:1952
13288msgid "index offset out of range"
13289msgstr ""
13290
499ac353 13291#: config/tc-z80.c:1994 config/tc-z8k.c:1532
87ccc1b0 13292#, c-format
ae351704 13293msgid "md_apply_fix: unknown r_type 0x%x\n"
87ccc1b0
NC
13294msgstr ""
13295
ae351704 13296#: config/tc-z8k.c:282
87ccc1b0 13297#, c-format
fce00800
AM
13298msgid "register rr%d out of range"
13299msgstr ""
13300
ae351704 13301#: config/tc-z8k.c:284
fce00800
AM
13302#, c-format
13303msgid "register rr%d does not exist"
13304msgstr ""
13305
ae351704 13306#: config/tc-z8k.c:296
fce00800
AM
13307#, c-format
13308msgid "register rh%d out of range"
87ccc1b0
NC
13309msgstr ""
13310
ae351704 13311#: config/tc-z8k.c:308
87ccc1b0 13312#, c-format
fce00800 13313msgid "register rl%d out of range"
87ccc1b0
NC
13314msgstr ""
13315
ae351704 13316#: config/tc-z8k.c:321
87ccc1b0 13317#, c-format
fce00800 13318msgid "register rq%d out of range"
87ccc1b0
NC
13319msgstr ""
13320
ae351704 13321#: config/tc-z8k.c:323
87ccc1b0 13322#, c-format
fce00800 13323msgid "register rq%d does not exist"
87ccc1b0
NC
13324msgstr ""
13325
ae351704 13326#: config/tc-z8k.c:335
87ccc1b0 13327#, c-format
fce00800 13328msgid "register r%d out of range"
87ccc1b0
NC
13329msgstr ""
13330
ae351704 13331#: config/tc-z8k.c:376
87ccc1b0
NC
13332#, c-format
13333msgid "expected %c"
13334msgstr ""
13335
ae351704 13336#: config/tc-z8k.c:391
87ccc1b0
NC
13337#, c-format
13338msgid "register is wrong size for a word %s"
13339msgstr ""
13340
ae351704 13341#: config/tc-z8k.c:405
87ccc1b0
NC
13342#, c-format
13343msgid "register is wrong size for address %s"
13344msgstr ""
13345
ae351704 13346#: config/tc-z8k.c:539
6e1772d5
AM
13347#, c-format
13348msgid "unknown interrupt %s"
13349msgstr ""
13350
87ccc1b0 13351#. No interrupt type specified, opcode won't do anything.
ae351704 13352#: config/tc-z8k.c:562
fce00800 13353msgid "opcode has no effect"
87ccc1b0
NC
13354msgstr ""
13355
ae351704 13356#: config/tc-z8k.c:673
87ccc1b0
NC
13357msgid "Missing ) in ra(rb)"
13358msgstr ""
13359
ae351704 13360#: config/tc-z8k.c:753 config/tc-z8k.c:792
6e1772d5
AM
13361#, c-format
13362msgid "invalid condition code '%s'"
fce00800
AM
13363msgstr ""
13364
ae351704 13365#: config/tc-z8k.c:765
87ccc1b0 13366#, c-format
6e1772d5 13367msgid "invalid flag '%s'"
87ccc1b0
NC
13368msgstr ""
13369
ae351704 13370#: config/tc-z8k.c:919 config/tc-z8k.c:925
6e1772d5
AM
13371msgid "invalid indirect register size"
13372msgstr ""
13373
ae351704 13374#: config/tc-z8k.c:942 config/tc-z8k.c:1090 config/tc-z8k.c:1095
6e1772d5
AM
13375msgid "invalid control register name"
13376msgstr ""
13377
ae351704 13378#: config/tc-z8k.c:1079
87ccc1b0
NC
13379msgid "immediate must be 1 or 2"
13380msgstr ""
13381
ae351704 13382#: config/tc-z8k.c:1082
87ccc1b0
NC
13383msgid "immediate 1 or 2 expected"
13384msgstr ""
13385
ae351704 13386#: config/tc-z8k.c:1113
87ccc1b0
NC
13387msgid "can't use R0 here"
13388msgstr ""
13389
ae351704 13390#: config/tc-z8k.c:1271
87ccc1b0
NC
13391msgid "Can't find opcode to match operands"
13392msgstr ""
13393
499ac353 13394#: config/tc-z8k.c:1318
87ccc1b0
NC
13395#, c-format
13396msgid "invalid architecture -z%s"
13397msgstr ""
13398
499ac353 13399#: config/tc-z8k.c:1338
6e1772d5 13400#, c-format
87ccc1b0
NC
13401msgid ""
13402" Z8K options:\n"
13403" -z8001 generate segmented code\n"
13404" -z8002 generate unsegmented code\n"
13405" -linkrelax create linker relaxable code\n"
13406msgstr ""
13407
499ac353 13408#: config/tc-z8k.c:1350
6e1772d5 13409#, c-format
87ccc1b0
NC
13410msgid "call to md_convert_frag\n"
13411msgstr ""
13412
499ac353 13413#: config/tc-z8k.c:1457 config/tc-z8k.c:1497 config/tc-z8k.c:1520
87ccc1b0
NC
13414msgid "cannot branch to odd address"
13415msgstr ""
13416
499ac353 13417#: config/tc-z8k.c:1479
87ccc1b0
NC
13418msgid "relative address out of range"
13419msgstr ""
13420
499ac353 13421#: config/tc-z8k.c:1500
3caac5b8 13422msgid "relative call out of range"
87ccc1b0
NC
13423msgstr ""
13424
499ac353 13425#: config/tc-z8k.c:1544
ac50feda 13426#, c-format
3caac5b8 13427msgid "call to md_estimate_size_before_relax\n"
ac50feda
RH
13428msgstr ""
13429
c85dd50d
NC
13430#: config/xtensa-relax.c:1545
13431#, c-format
13432msgid "invalid configuration option '%s' in transition rule '%s'"
13433msgstr ""
13434
13435#: config/xtensa-relax.c:1669
13436#, c-format
13437msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
13438msgstr ""
13439
13440#: config/xtensa-relax.c:1679
13441#, c-format
13442msgid "opcode '%s': no bound opname '%s' for precondition in %s"
13443msgstr ""
13444
13445#: config/xtensa-relax.c:1686
13446#, c-format
13447msgid "opcode '%s': precondition only contains constants in '%s'"
13448msgstr ""
13449
13450#: config/xtensa-relax.c:1732
13451msgid "expected one operand for generated literal"
13452msgstr ""
13453
13454#: config/xtensa-relax.c:1738
13455msgid "expected 0 operands for generated label"
13456msgstr ""
13457
13458#: config/xtensa-relax.c:1751
13459#, c-format
13460msgid "invalid opcode '%s' in transition rule '%s'"
13461msgstr ""
13462
13463#: config/xtensa-relax.c:1759
13464#, c-format
13465msgid "opcode '%s': replacement does not have %d ops"
13466msgstr ""
13467
13468#: config/xtensa-relax.c:1783 config/xtensa-relax.c:1809
13469#, c-format
13470msgid "opcode %s: unidentified operand '%s' in '%s'"
13471msgstr ""
13472
13473#: config/xtensa-relax.c:1804
13474#, c-format
13475msgid "unknown user-defined function %s"
13476msgstr ""
13477
13478#: config/xtensa-relax.c:1815
13479#, c-format
13480msgid "opcode %s: could not parse operand '%s' in '%s'"
13481msgstr ""
13482
13483#: config/xtensa-relax.c:1856
13484#, c-format
13485msgid "could not parse INSN_PATTERN '%s'"
13486msgstr ""
13487
13488#: config/xtensa-relax.c:1860
13489#, c-format
13490msgid "could not parse INSN_REPL '%s'"
13491msgstr ""
13492
13493#: config/xtensa-relax.c:1871
13494#, c-format
13495msgid "could not build transition for %s => %s"
13496msgstr ""
13497
6e1772d5 13498#: depend.c:193
ac50feda 13499#, c-format
87ccc1b0 13500msgid "can't open `%s' for writing"
ac50feda
RH
13501msgstr ""
13502
6e1772d5 13503#: depend.c:205
ac50feda 13504#, c-format
87ccc1b0 13505msgid "can't close `%s'"
ac50feda
RH
13506msgstr ""
13507
c85dd50d 13508#: dw2gencfi.c:265
87ccc1b0 13509#, c-format
fce00800 13510msgid "register save offset not a multiple of %u"
ac50feda
RH
13511msgstr ""
13512
c85dd50d 13513#: dw2gencfi.c:348
06647dfd
AM
13514msgid "CFI state restore without previous remember"
13515msgstr ""
13516
c85dd50d 13517#: dw2gencfi.c:400
fce00800 13518msgid "missing separator"
ac50feda
RH
13519msgstr ""
13520
c85dd50d 13521#: dw2gencfi.c:422 dw2gencfi.c:440
fce00800 13522msgid "bad register expression"
ac50feda
RH
13523msgstr ""
13524
c85dd50d 13525#: dw2gencfi.c:462 dw2gencfi.c:585 dw2gencfi.c:623 dw2gencfi.c:693
fce00800 13526msgid "CFI instruction used without previous .cfi_startproc"
ac50feda
RH
13527msgstr ""
13528
c85dd50d 13529#: dw2gencfi.c:647
ae351704
AM
13530msgid "invalid or unsupported encoding in .cfi_personality"
13531msgstr ""
13532
c85dd50d 13533#: dw2gencfi.c:654
ae351704
AM
13534msgid ".cfi_personality requires encoding and symbol arguments"
13535msgstr ""
13536
c85dd50d 13537#: dw2gencfi.c:677
ae351704
AM
13538msgid "wrong second argument to .cfi_personality"
13539msgstr ""
13540
c85dd50d 13541#: dw2gencfi.c:717
ae351704
AM
13542msgid "invalid or unsupported encoding in .cfi_lsda"
13543msgstr ""
13544
c85dd50d 13545#: dw2gencfi.c:724
ae351704
AM
13546msgid ".cfi_lsda requires encoding and symbol arguments"
13547msgstr ""
13548
c85dd50d 13549#: dw2gencfi.c:749
ae351704
AM
13550msgid "wrong second argument to .cfi_lsda"
13551msgstr ""
13552
c85dd50d 13553#: dw2gencfi.c:764
87ccc1b0 13554msgid "previous CFI entry not closed (missing .cfi_endproc)"
ac50feda
RH
13555msgstr ""
13556
c85dd50d 13557#: dw2gencfi.c:799
87ccc1b0 13558msgid ".cfi_endproc without corresponding .cfi_startproc"
ac50feda
RH
13559msgstr ""
13560
c85dd50d 13561#: dw2gencfi.c:1328
87ccc1b0 13562msgid "open CFI at the end of file; missing .cfi_endproc directive"
6840198f
NC
13563msgstr ""
13564
c85dd50d 13565#: dwarf2dbg.c:553 dwarf2dbg.c:584
328577ad 13566msgid "file number less than one"
5f68c319
NC
13567msgstr ""
13568
ae351704 13569#: dwarf2dbg.c:559
5f68c319 13570#, c-format
328577ad 13571msgid "file number %ld already allocated"
5f68c319
NC
13572msgstr ""
13573
c85dd50d 13574#: dwarf2dbg.c:589 dwarf2dbg.c:1251
6840198f 13575#, c-format
328577ad 13576msgid "unassigned file number %ld"
6840198f
NC
13577msgstr ""
13578
c85dd50d 13579#: dwarf2dbg.c:657
3caac5b8
AM
13580msgid "is_stmt value not 0 or 1"
13581msgstr ""
13582
c85dd50d 13583#: dwarf2dbg.c:669
3caac5b8
AM
13584msgid "isa number less than zero"
13585msgstr ""
13586
c85dd50d 13587#: dwarf2dbg.c:675
3caac5b8
AM
13588#, c-format
13589msgid "unknown .loc sub-directive `%s'"
87ccc1b0
NC
13590msgstr ""
13591
c85dd50d 13592#: dwarf2dbg.c:1316 dwarf2dbg.c:1566
3caac5b8 13593msgid "internal error: unknown dwarf2 format"
0d2bcfaf
NC
13594msgstr ""
13595
06647dfd 13596#: ecoff.c:1552
ac50feda 13597#, c-format
328577ad 13598msgid "string too big (%lu bytes)"
ac50feda
RH
13599msgstr ""
13600
06647dfd 13601#: ecoff.c:1578
ac50feda 13602#, c-format
328577ad 13603msgid "inserting \"%s\" into string hash table: %s"
ac50feda
RH
13604msgstr ""
13605
06647dfd
AM
13606#: ecoff.c:1609 ecoff.c:1802 ecoff.c:1825 ecoff.c:1856 ecoff.c:2009
13607#: ecoff.c:2120
ac50feda
RH
13608msgid "no current file pointer"
13609msgstr ""
13610
06647dfd 13611#: ecoff.c:1696
ac50feda
RH
13612msgid "too many st_End's"
13613msgstr ""
13614
06647dfd 13615#: ecoff.c:2034
ac50feda 13616#, c-format
328577ad 13617msgid "inserting \"%s\" into tag hash table: %s"
ac50feda
RH
13618msgstr ""
13619
06647dfd 13620#: ecoff.c:2195
ac50feda
RH
13621msgid "fake .file after real one"
13622msgstr ""
13623
06647dfd 13624#: ecoff.c:2285
328577ad 13625msgid "filename goes over one page boundary"
ac50feda
RH
13626msgstr ""
13627
06647dfd 13628#: ecoff.c:2418
ac50feda
RH
13629msgid ".begin directive without a preceding .file directive"
13630msgstr ""
13631
06647dfd 13632#: ecoff.c:2425
ac50feda
RH
13633msgid ".begin directive without a preceding .ent directive"
13634msgstr ""
13635
06647dfd 13636#: ecoff.c:2456
ac50feda
RH
13637msgid ".bend directive without a preceding .file directive"
13638msgstr ""
13639
06647dfd 13640#: ecoff.c:2463
ac50feda
RH
13641msgid ".bend directive without a preceding .ent directive"
13642msgstr ""
13643
06647dfd 13644#: ecoff.c:2476
ac50feda
RH
13645msgid ".bend directive names unknown symbol"
13646msgstr ""
13647
06647dfd 13648#: ecoff.c:2519
ac50feda
RH
13649msgid ".def pseudo-op used inside of .def/.endef; ignored"
13650msgstr ""
13651
06647dfd 13652#: ecoff.c:2521
328577ad 13653msgid "empty symbol name in .def; ignored"
ac50feda
RH
13654msgstr ""
13655
06647dfd 13656#: ecoff.c:2558
ac50feda
RH
13657msgid ".dim pseudo-op used outside of .def/.endef; ignored"
13658msgstr ""
13659
06647dfd 13660#: ecoff.c:2573
328577ad 13661msgid "badly formed .dim directive"
ac50feda
RH
13662msgstr ""
13663
06647dfd 13664#: ecoff.c:2586
328577ad 13665msgid "too many .dim entries"
ac50feda
RH
13666msgstr ""
13667
06647dfd 13668#: ecoff.c:2606
ac50feda
RH
13669msgid ".scl pseudo-op used outside of .def/.endef; ignored"
13670msgstr ""
13671
06647dfd 13672#: ecoff.c:2631
ac50feda
RH
13673msgid ".size pseudo-op used outside of .def/.endef; ignored"
13674msgstr ""
13675
06647dfd 13676#: ecoff.c:2646
328577ad 13677msgid "badly formed .size directive"
ac50feda
RH
13678msgstr ""
13679
06647dfd 13680#: ecoff.c:2659
328577ad 13681msgid "too many .size entries"
ac50feda
RH
13682msgstr ""
13683
06647dfd 13684#: ecoff.c:2681
ac50feda
RH
13685msgid ".type pseudo-op used outside of .def/.endef; ignored"
13686msgstr ""
13687
13688#. FIXME: We could handle this by setting the continued bit.
13689#. There would still be a limit: the .type argument can not
13690#. be infinite.
06647dfd 13691#: ecoff.c:2699
ac50feda 13692#, c-format
328577ad 13693msgid "the type of %s is too complex; it will be simplified"
ac50feda
RH
13694msgstr ""
13695
06647dfd 13696#: ecoff.c:2710
ac50feda
RH
13697msgid "Unrecognized .type argument"
13698msgstr ""
13699
06647dfd 13700#: ecoff.c:2748
ac50feda
RH
13701msgid ".tag pseudo-op used outside of .def/.endef; ignored"
13702msgstr ""
13703
06647dfd 13704#: ecoff.c:2773
ac50feda
RH
13705msgid ".val pseudo-op used outside of .def/.endef; ignored"
13706msgstr ""
13707
06647dfd 13708#: ecoff.c:2781
ae351704 13709msgid ".val expression is too complex"
ac50feda
RH
13710msgstr ""
13711
06647dfd 13712#: ecoff.c:2811
ac50feda
RH
13713msgid ".endef pseudo-op used before .def; ignored"
13714msgstr ""
13715
06647dfd 13716#: ecoff.c:2837 ecoff.c:2918
328577ad 13717msgid "bad COFF debugging information"
ac50feda
RH
13718msgstr ""
13719
06647dfd 13720#: ecoff.c:2886
ac50feda 13721#, c-format
328577ad 13722msgid "no tag specified for %s"
ac50feda
RH
13723msgstr ""
13724
06647dfd 13725#: ecoff.c:2988
ac50feda
RH
13726msgid ".end directive without a preceding .file directive"
13727msgstr ""
13728
06647dfd 13729#: ecoff.c:2995
ac50feda
RH
13730msgid ".end directive without a preceding .ent directive"
13731msgstr ""
13732
06647dfd 13733#: ecoff.c:3017
ac50feda
RH
13734msgid ".end directive names unknown symbol"
13735msgstr ""
13736
06647dfd 13737#: ecoff.c:3044
ac50feda
RH
13738msgid "second .ent directive found before .end directive"
13739msgstr ""
13740
06647dfd 13741#: ecoff.c:3116
328577ad 13742msgid "no way to handle .file within .ent/.end section"
ac50feda
RH
13743msgstr ""
13744
06647dfd 13745#: ecoff.c:3233
328577ad 13746msgid ".loc before .file"
ac50feda
RH
13747msgstr ""
13748
06647dfd 13749#: ecoff.c:3368
ac50feda
RH
13750msgid "bad .weakext directive"
13751msgstr ""
13752
06647dfd 13753#: ecoff.c:3436
ac50feda
RH
13754#, c-format
13755msgid ".stab%c is not supported"
13756msgstr ""
13757
06647dfd 13758#: ecoff.c:3446
ac50feda
RH
13759#, c-format
13760msgid ".stab%c: ignoring non-zero other field"
13761msgstr ""
13762
06647dfd 13763#: ecoff.c:3480
ac50feda
RH
13764#, c-format
13765msgid ""
328577ad 13766"line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
ac50feda
RH
13767msgstr ""
13768
06647dfd 13769#: ecoff.c:3516
ac50feda 13770#, c-format
328577ad 13771msgid "illegal .stab%c directive, bad character"
ac50feda
RH
13772msgstr ""
13773
06647dfd 13774#: ecoff.c:3975 ecoff.c:4164 ecoff.c:4189
ac50feda
RH
13775msgid ".begin/.bend in different segments"
13776msgstr ""
13777
06647dfd 13778#: ecoff.c:4685
328577ad 13779msgid "missing .end or .bend at end of file"
ac50feda
RH
13780msgstr ""
13781
06647dfd 13782#: ecoff.c:5170
ac50feda
RH
13783msgid "GP prologue size exceeds field size, using 0 instead"
13784msgstr ""
13785
42477147 13786#: expr.c:81 read.c:3571
328577ad
NC
13787msgid "bignum invalid"
13788msgstr ""
13789
42477147 13790#: expr.c:83 read.c:3573 read.c:4030 read.c:4883
328577ad
NC
13791msgid "floating point number invalid"
13792msgstr ""
13793
c85dd50d 13794#: expr.c:204
328577ad 13795msgid "bad floating-point constant: exponent overflow"
ac50feda
RH
13796msgstr ""
13797
c85dd50d 13798#: expr.c:208
ac50feda 13799#, c-format
328577ad 13800msgid "bad floating-point constant: unknown error code=%d"
ac50feda
RH
13801msgstr ""
13802
c85dd50d 13803#: expr.c:387
ac50feda 13804msgid ""
328577ad 13805"a bignum with underscores may not have more than 8 hex digits in any word"
ac50feda
RH
13806msgstr ""
13807
c85dd50d 13808#: expr.c:410
328577ad 13809msgid "a bignum with underscores must have exactly 4 words"
ac50feda
RH
13810msgstr ""
13811
ed265386 13812#. Either not seen or not defined.
ac50feda
RH
13813#. @@ Should print out the original string instead of
13814#. the parsed number.
c85dd50d 13815#: expr.c:533
ac50feda 13816#, c-format
328577ad 13817msgid "backward ref to unknown label \"%d:\""
ac50feda
RH
13818msgstr ""
13819
c85dd50d 13820#: expr.c:651
328577ad 13821msgid "character constant too large"
ac50feda
RH
13822msgstr ""
13823
c85dd50d 13824#: expr.c:897
ac50feda
RH
13825#, c-format
13826msgid "expr.c(operand): bad atof_generic return val %d"
13827msgstr ""
13828
c85dd50d 13829#: expr.c:958
1994a7c7 13830#, c-format
328577ad 13831msgid "missing '%c'"
ac50feda
RH
13832msgstr ""
13833
42477147 13834#: expr.c:969 read.c:4367
ac50feda
RH
13835msgid "EBCDIC constants are not supported"
13836msgstr ""
13837
c85dd50d 13838#: expr.c:1081
ac50feda
RH
13839#, c-format
13840msgid "Unary operator %c ignored because bad operand follows"
13841msgstr ""
13842
c85dd50d 13843#: expr.c:1127 expr.c:1152
ac50feda
RH
13844msgid "syntax error in .startof. or .sizeof."
13845msgstr ""
13846
c85dd50d 13847#: expr.c:1663
ac50feda
RH
13848msgid "missing operand; zero assumed"
13849msgstr ""
13850
c85dd50d 13851#: expr.c:1698
ac50feda
RH
13852msgid "left operand is a bignum; integer 0 assumed"
13853msgstr ""
13854
c85dd50d 13855#: expr.c:1700
ac50feda
RH
13856msgid "left operand is a float; integer 0 assumed"
13857msgstr ""
13858
c85dd50d 13859#: expr.c:1709
ac50feda
RH
13860msgid "right operand is a bignum; integer 0 assumed"
13861msgstr ""
13862
c85dd50d 13863#: expr.c:1711
ac50feda
RH
13864msgid "right operand is a float; integer 0 assumed"
13865msgstr ""
13866
42477147 13867#: expr.c:1779 symbols.c:1349
ac50feda
RH
13868msgid "division by zero"
13869msgstr ""
13870
42477147 13871#: expr.c:1879
328577ad
NC
13872msgid "operation combines symbols in different segments"
13873msgstr ""
13874
6c37ac4d 13875#: frags.c:48
ac50feda
RH
13876msgid "attempt to allocate data in absolute section"
13877msgstr ""
13878
6c37ac4d 13879#: frags.c:54
ac50feda
RH
13880msgid "attempt to allocate data in common section"
13881msgstr ""
13882
55cf6793 13883#: frags.c:112
6c37ac4d
NC
13884#, c-format
13885msgid "can't extend frag %u chars"
13886msgstr ""
13887
6e1772d5 13888#. For error messages.
ac50feda
RH
13889#. Detect if we are reading from stdin by examining the file
13890#. name returned by as_where().
13891#.
13892#. [FIXME: We rely upon the name in the strcmp below being the
13893#. same as the one used by input_scrub_new_file(), if that is
13894#. not true, then this code will fail].
13895#.
18e03609
NC
13896#. If we are reading from stdin, then we need to save each input
13897#. line here (assuming of course that we actually have a line of
13898#. input to read), so that it can be displayed in the listing
13899#. that is produced at the end of the assembly.
ae351704 13900#: input-file.c:138 input-scrub.c:241 listing.c:332
ac50feda
RH
13901msgid "{standard input}"
13902msgstr ""
13903
ae351704 13904#: input-file.c:143
ac50feda 13905#, c-format
ae351704 13906msgid "can't open %s for reading: %s"
ac50feda
RH
13907msgstr ""
13908
ae351704 13909#: input-file.c:152 input-file.c:215 input-file.c:241
ac50feda 13910#, c-format
ae351704 13911msgid "can't read from %s: %s"
ac50feda
RH
13912msgstr ""
13913
ae351704 13914#: input-file.c:249 listing.c:1097 output-file.c:69
ac50feda 13915#, c-format
ae351704 13916msgid "can't close %s: %s"
ac50feda
RH
13917msgstr ""
13918
ae351704 13919#: input-scrub.c:266
60bcf0fa 13920msgid "macros nested too deeply"
ac50feda
RH
13921msgstr ""
13922
ae351704 13923#: input-scrub.c:369 input-scrub.c:393
ac50feda
RH
13924msgid "partial line at end of file ignored"
13925msgstr ""
13926
ae351704 13927#: itbl-ops.c:329
6e1772d5 13928#, c-format
ac50feda
RH
13929msgid "Unable to allocate memory for new instructions\n"
13930msgstr ""
13931
6e1772d5 13932#: listing.c:238
ac50feda
RH
13933msgid "Warning:"
13934msgstr ""
13935
6e1772d5 13936#: listing.c:244
ac50feda
RH
13937msgid "Error:"
13938msgstr ""
13939
ae351704 13940#: listing.c:1079
ac50feda 13941#, c-format
ae351704 13942msgid "can't open %s: %s"
ac50feda
RH
13943msgstr ""
13944
ae351704 13945#: listing.c:1169
ac50feda
RH
13946msgid "strange paper height, set to no form"
13947msgstr ""
13948
ae351704 13949#: listing.c:1233
328577ad 13950msgid "new line in title"
ac50feda
RH
13951msgstr ""
13952
87ccc1b0 13953#. Turns the next expression into a string.
ae351704 13954#: macro.c:371
87ccc1b0
NC
13955#, no-c-format
13956msgid "% operator needs absolute expression"
13957msgstr ""
13958
ae351704 13959#: macro.c:521
55cf6793
ZW
13960#, c-format
13961msgid "Missing parameter qualifier for `%s' in macro `%s'"
13962msgstr ""
13963
ae351704 13964#: macro.c:531
55cf6793
ZW
13965#, c-format
13966msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
13967msgstr ""
13968
ae351704 13969#: macro.c:548
55cf6793
ZW
13970#, c-format
13971msgid "Pointless default value for required parameter `%s' in macro `%s'"
13972msgstr ""
13973
ae351704 13974#: macro.c:560
55cf6793
ZW
13975#, c-format
13976msgid "A parameter named `%s' already exists for macro `%s'"
13977msgstr ""
13978
ae351704 13979#: macro.c:597
55cf6793
ZW
13980#, c-format
13981msgid "Reserved word `%s' used as parameter in macro `%s'"
13982msgstr ""
13983
ae351704 13984#: macro.c:635
55cf6793
ZW
13985#, c-format
13986msgid "unexpected end of file in macro `%s' definition"
ac50feda
RH
13987msgstr ""
13988
ae351704 13989#: macro.c:647
55cf6793
ZW
13990#, c-format
13991msgid "missing `)' after formals in macro definition `%s'"
ac50feda
RH
13992msgstr ""
13993
ae351704 13994#: macro.c:662
06647dfd
AM
13995msgid "Missing macro name"
13996msgstr ""
13997
ae351704 13998#: macro.c:671
55cf6793
ZW
13999#, c-format
14000msgid "Bad parameter list for macro `%s'"
14001msgstr ""
14002
ae351704 14003#: macro.c:677
55cf6793
ZW
14004#, c-format
14005msgid "Macro `%s' was already defined"
06647dfd
AM
14006msgstr ""
14007
ae351704 14008#: macro.c:800 macro.c:802
55cf6793 14009msgid "missing `)'"
06647dfd
AM
14010msgstr ""
14011
ae351704 14012#: macro.c:897
55cf6793
ZW
14013#, c-format
14014msgid "`%s' was already used as parameter (or another local) name"
ac50feda
RH
14015msgstr ""
14016
ae351704 14017#: macro.c:1055
ac50feda
RH
14018msgid "confusion in formal parameters"
14019msgstr ""
14020
ae351704 14021#: macro.c:1062
55cf6793
ZW
14022#, c-format
14023msgid "Parameter named `%s' does not exist for macro `%s'"
14024msgstr ""
14025
ae351704 14026#: macro.c:1070
55cf6793
ZW
14027#, c-format
14028msgid "Value for parameter `%s' of macro `%s' was already specified"
ac50feda
RH
14029msgstr ""
14030
ae351704 14031#: macro.c:1084
ac50feda
RH
14032msgid "can't mix positional and keyword arguments"
14033msgstr ""
14034
ae351704 14035#: macro.c:1095
ac50feda
RH
14036msgid "too many positional arguments"
14037msgstr ""
14038
ae351704 14039#: macro.c:1143
55cf6793
ZW
14040#, c-format
14041msgid "Missing value for required parameter `%s' of macro `%s'"
14042msgstr ""
14043
ae351704 14044#: macro.c:1280
55cf6793
ZW
14045#, c-format
14046msgid "Attempt to purge non-existant macro `%s'"
14047msgstr ""
14048
ae351704 14049#: macro.c:1299
ac50feda
RH
14050msgid "unexpected end of file in irp or irpc"
14051msgstr ""
14052
ae351704 14053#: macro.c:1307
ac50feda
RH
14054msgid "missing model parameter"
14055msgstr ""
14056
ae351704 14057#: messages.c:82
6e1772d5 14058#, c-format
ac50feda
RH
14059msgid "Assembler messages:\n"
14060msgstr ""
14061
ae351704 14062#: messages.c:166
6e1772d5 14063#, c-format
ac50feda
RH
14064msgid "Warning: "
14065msgstr ""
14066
ae351704 14067#: messages.c:267
6e1772d5 14068#, c-format
ac50feda
RH
14069msgid "Error: "
14070msgstr ""
14071
ae351704 14072#: messages.c:362 messages.c:382
6e1772d5 14073#, c-format
ac50feda
RH
14074msgid "Fatal error: "
14075msgstr ""
14076
ae351704 14077#: messages.c:397
6e1772d5 14078#, c-format
ac50feda
RH
14079msgid "Internal error!\n"
14080msgstr ""
14081
ae351704 14082#: messages.c:399
ac50feda
RH
14083#, c-format
14084msgid "Assertion failure in %s at %s line %d.\n"
14085msgstr ""
14086
ae351704 14087#: messages.c:402
ac50feda
RH
14088#, c-format
14089msgid "Assertion failure at %s line %d.\n"
14090msgstr ""
14091
ae351704 14092#: messages.c:403 messages.c:420
6e1772d5 14093#, c-format
ac50feda
RH
14094msgid "Please report this bug.\n"
14095msgstr ""
14096
ae351704 14097#: messages.c:415
ac50feda
RH
14098#, c-format
14099msgid "Internal error, aborting at %s line %d in %s\n"
14100msgstr ""
14101
ae351704 14102#: messages.c:418
ac50feda
RH
14103#, c-format
14104msgid "Internal error, aborting at %s line %d\n"
14105msgstr ""
14106
ae351704
AM
14107#: messages.c:467
14108#, c-format
14109msgid "%s out of domain (%d is not a multiple of %d)"
14110msgstr ""
14111
14112#: messages.c:485
8ea2b00f
AM
14113#, c-format
14114msgid "%s out of range (%d is not between %d and %d)"
14115msgstr ""
14116
14117#. xgettext:c-format.
ae351704 14118#: messages.c:508
8ea2b00f
AM
14119#, c-format
14120msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
14121msgstr ""
14122
ae351704 14123#: output-file.c:35
ac50feda 14124#, c-format
328577ad 14125msgid "can't open a bfd on stdout %s"
ac50feda
RH
14126msgstr ""
14127
ae351704 14128#: output-file.c:42
ac50feda 14129#, c-format
ae351704 14130msgid "selected target format '%s' unknown"
ac50feda
RH
14131msgstr ""
14132
ae351704 14133#: output-file.c:44
ac50feda 14134#, c-format
ae351704 14135msgid "can't create %s: %s"
ac50feda
RH
14136msgstr ""
14137
c85dd50d 14138#: read.c:462
55cf6793
ZW
14139msgid "bad or irreducible absolute expression"
14140msgstr ""
14141
c85dd50d 14142#: read.c:488
ac50feda
RH
14143#, c-format
14144msgid "error constructing %s pseudo-op table: %s"
14145msgstr ""
14146
c85dd50d 14147#: read.c:898
ac50feda 14148#, c-format
328577ad 14149msgid "unknown pseudo-op: `%s'"
ac50feda
RH
14150msgstr ""
14151
c85dd50d 14152#: read.c:985
ac50feda
RH
14153#, c-format
14154msgid "label \"%d$\" redefined"
14155msgstr ""
14156
c85dd50d 14157#: read.c:1220
ac50feda
RH
14158msgid ".abort detected. Abandoning ship."
14159msgstr ""
14160
42477147 14161#: read.c:1238 read.c:2610
328577ad 14162msgid "ignoring fill value in absolute section"
ac50feda
RH
14163msgstr ""
14164
42477147 14165#: read.c:1329
ac50feda 14166#, c-format
328577ad 14167msgid "alignment too large: %u assumed"
ac50feda
RH
14168msgstr ""
14169
42477147 14170#: read.c:1361
ac50feda
RH
14171msgid "expected fill pattern missing"
14172msgstr ""
14173
42477147 14174#: read.c:1470
328577ad 14175#, c-format
6e1772d5
AM
14176msgid "size (%ld) out of range, ignored"
14177msgstr ""
14178
42477147 14179#: read.c:1499
6e1772d5
AM
14180#, c-format
14181msgid "size of \"%s\" is already %ld; not changing to %ld"
ac50feda
RH
14182msgstr ""
14183
14184#. Some of the back ends can't deal with non-positive line numbers.
3caac5b8
AM
14185#. Besides, it's silly. GCC however will generate a line number of
14186#. zero when it is pre-processing builtins for assembler-with-cpp files:
14187#.
14188#. # 0 "<built-in>"
14189#.
14190#. We do not want to barf on this, especially since such files are used
14191#. in the GCC and GDB testsuites. So we check for negative line numbers
14192#. rather than non-positive line numbers.
42477147 14193#: read.c:1749
ac50feda 14194#, c-format
328577ad 14195msgid "line numbers must be positive; line number %d rejected"
ac50feda
RH
14196msgstr ""
14197
42477147 14198#: read.c:1786
ae351704
AM
14199#, c-format
14200msgid "incompatible flag %i in line directive"
14201msgstr ""
14202
42477147 14203#: read.c:1798
ae351704
AM
14204#, c-format
14205msgid "unsupported flag %i in line directive"
14206msgstr ""
14207
42477147 14208#: read.c:1837
ac50feda
RH
14209msgid "start address not supported"
14210msgstr ""
14211
42477147 14212#: read.c:1846
ac50feda
RH
14213msgid ".err encountered"
14214msgstr ""
14215
42477147 14216#: read.c:1862
06647dfd
AM
14217msgid ".error directive invoked in source file"
14218msgstr ""
14219
42477147 14220#: read.c:1863
06647dfd
AM
14221msgid ".warning directive invoked in source file"
14222msgstr ""
14223
42477147 14224#: read.c:1869
06647dfd
AM
14225#, c-format
14226msgid "%s argument must be a string"
14227msgstr ""
14228
42477147 14229#: read.c:1901 read.c:1903
ac50feda
RH
14230#, c-format
14231msgid ".fail %ld encountered"
14232msgstr ""
14233
42477147 14234#: read.c:1939
ac50feda 14235#, c-format
328577ad 14236msgid ".fill size clamped to %d"
ac50feda
RH
14237msgstr ""
14238
42477147 14239#: read.c:1944
328577ad 14240msgid "size negative; .fill ignored"
ac50feda
RH
14241msgstr ""
14242
42477147 14243#: read.c:1950
328577ad 14244msgid "repeat < 0; .fill ignored"
ac50feda
RH
14245msgstr ""
14246
42477147 14247#: read.c:2088
ae351704
AM
14248msgid "expected numeric constant"
14249msgstr ""
14250
42477147 14251#: read.c:2144
ae351704
AM
14252msgid "bad string constant"
14253msgstr ""
14254
42477147 14255#: read.c:2148
ae351704
AM
14256msgid "expected <tag> , <value>"
14257msgstr ""
14258
42477147 14259#: read.c:2222
ac50feda
RH
14260#, c-format
14261msgid "unrecognized .linkonce type `%s'"
14262msgstr ""
14263
42477147 14264#: read.c:2234
ac50feda
RH
14265msgid ".linkonce is not supported for this object file format"
14266msgstr ""
14267
42477147 14268#: read.c:2256
ac50feda
RH
14269#, c-format
14270msgid "bfd_set_section_flags: %s"
14271msgstr ""
14272
42477147 14273#: read.c:2329
6e1772d5 14274msgid "expected alignment after size"
ac50feda
RH
14275msgstr ""
14276
42477147 14277#: read.c:2544
ac50feda
RH
14278#, c-format
14279msgid "attempt to redefine pseudo-op `%s' ignored"
14280msgstr ""
14281
42477147 14282#: read.c:2605
ac50feda 14283#, c-format
328577ad 14284msgid "invalid segment \"%s\""
ac50feda
RH
14285msgstr ""
14286
42477147 14287#: read.c:2613
ac50feda
RH
14288msgid "only constant offsets supported in absolute section"
14289msgstr ""
14290
42477147 14291#: read.c:2652
ac50feda
RH
14292msgid "MRI style ORG pseudo-op not supported"
14293msgstr ""
14294
42477147 14295#: read.c:2805
ac50feda
RH
14296#, c-format
14297msgid "unrecognized section type `%s'"
14298msgstr ""
14299
42477147 14300#: read.c:2819
ac50feda
RH
14301msgid "absolute sections are not supported"
14302msgstr ""
14303
42477147 14304#: read.c:2834
ac50feda
RH
14305#, c-format
14306msgid "unrecognized section command `%s'"
14307msgstr ""
14308
42477147 14309#: read.c:2898
06647dfd
AM
14310#, c-format
14311msgid ".end%c encountered without preceeding %s"
328577ad
NC
14312msgstr ""
14313
42477147 14314#: read.c:2928
a74801ba
ILT
14315#, c-format
14316msgid "%s without %s"
ac50feda
RH
14317msgstr ""
14318
42477147 14319#: read.c:3152
328577ad 14320msgid "unsupported variable size or fill value"
ac50feda
RH
14321msgstr ""
14322
42477147 14323#: read.c:3180
ac50feda
RH
14324msgid ".space repeat count is zero, ignored"
14325msgstr ""
14326
42477147 14327#: read.c:3182
ac50feda
RH
14328msgid ".space repeat count is negative, ignored"
14329msgstr ""
14330
42477147 14331#: read.c:3211
ac50feda
RH
14332msgid "space allocation too complex in absolute section"
14333msgstr ""
14334
42477147 14335#: read.c:3217
ac50feda
RH
14336msgid "space allocation too complex in common section"
14337msgstr ""
14338
42477147 14339#: read.c:3304 read.c:4609
ac50feda 14340#, c-format
328577ad 14341msgid "bad floating literal: %s"
ac50feda
RH
14342msgstr ""
14343
42477147 14344#: read.c:3463
3caac5b8
AM
14345#, c-format
14346msgid "%s: would close weakref loop: %s"
14347msgstr ""
14348
42477147 14349#: read.c:3509
ac50feda 14350#, c-format
6e1772d5 14351msgid "junk at end of line, first unrecognized character valued 0x%x"
ac50feda
RH
14352msgstr ""
14353
42477147 14354#: read.c:3567
328577ad 14355msgid "missing expression"
ac50feda
RH
14356msgstr ""
14357
42477147 14358#: read.c:3629
55cf6793
ZW
14359#, c-format
14360msgid "`%s' can't be equated to common symbol '%s'"
14361msgstr ""
14362
42477147 14363#: read.c:3757
ac50feda
RH
14364msgid "rva without symbol"
14365msgstr ""
14366
42477147 14367#: read.c:3814
ae351704 14368msgid "missing or bad offset expression"
ac50feda
RH
14369msgstr ""
14370
42477147 14371#: read.c:3835
ae351704 14372msgid "missing reloc type"
ac50feda
RH
14373msgstr ""
14374
42477147 14375#: read.c:3847
ae351704 14376msgid "unrecognized reloc type"
ac50feda
RH
14377msgstr ""
14378
42477147 14379#: read.c:3863
ae351704 14380msgid "bad reloc expression"
ac50feda
RH
14381msgstr ""
14382
42477147 14383#: read.c:3986
ae351704 14384msgid "attempt to store value in absolute section"
ac50feda
RH
14385msgstr ""
14386
42477147 14387#: read.c:4024 read.c:4877
ae351704 14388msgid "zero assumed for missing expression"
ac50feda
RH
14389msgstr ""
14390
42477147 14391#: read.c:4036 read.c:4889 write.c:260
ae351704 14392msgid "register value used as expression"
ac50feda
RH
14393msgstr ""
14394
42477147 14395#: read.c:4115
c85dd50d
NC
14396#, c-format
14397msgid "value 0x%llx truncated to 0x%llx"
14398msgstr ""
14399
42477147 14400#: read.c:4118
ac50feda 14401#, c-format
ae351704 14402msgid "value 0x%lx truncated to 0x%lx"
ac50feda
RH
14403msgstr ""
14404
42477147 14405#: read.c:4135
ac50feda 14406#, c-format
ae351704 14407msgid "bignum truncated to %d bytes"
ac50feda
RH
14408msgstr ""
14409
42477147 14410#: read.c:4440 read.c:4631
328577ad 14411msgid "unresolvable or nonpositive repeat count; using 1"
ac50feda
RH
14412msgstr ""
14413
42477147 14414#: read.c:4489
ac50feda 14415#, c-format
328577ad 14416msgid "unknown floating type type '%c'"
ac50feda
RH
14417msgstr ""
14418
42477147 14419#: read.c:4511
328577ad 14420msgid "floating point constant too large"
ac50feda
RH
14421msgstr ""
14422
42477147 14423#: read.c:5039
87ccc1b0
NC
14424msgid "strings must be placed into a section"
14425msgstr ""
14426
42477147 14427#: read.c:5087
328577ad 14428msgid "expected <nn>"
ac50feda
RH
14429msgstr ""
14430
14431#. To be compatible with BSD 4.2 as: give the luser a linefeed!!
42477147 14432#: read.c:5120 read.c:5206
328577ad 14433msgid "unterminated string; newline inserted"
ac50feda
RH
14434msgstr ""
14435
42477147 14436#: read.c:5214
328577ad 14437msgid "bad escaped character in string"
ac50feda
RH
14438msgstr ""
14439
42477147 14440#: read.c:5239
328577ad 14441msgid "expected address expression"
ac50feda
RH
14442msgstr ""
14443
42477147 14444#: read.c:5258
ac50feda
RH
14445#, c-format
14446msgid "symbol \"%s\" undefined; zero assumed"
14447msgstr ""
14448
42477147 14449#: read.c:5261
ac50feda
RH
14450msgid "some symbol undefined; zero assumed"
14451msgstr ""
14452
42477147 14453#: read.c:5297
328577ad 14454msgid "this string may not contain '\\0'"
ac50feda
RH
14455msgstr ""
14456
42477147 14457#: read.c:5333
328577ad 14458msgid "missing string"
ac50feda
RH
14459msgstr ""
14460
42477147 14461#: read.c:5420
328577ad
NC
14462#, c-format
14463msgid ".incbin count zero, ignoring `%s'"
ac50feda
RH
14464msgstr ""
14465
42477147 14466#: read.c:5446
328577ad
NC
14467#, c-format
14468msgid "file not found: %s"
ac50feda
RH
14469msgstr ""
14470
42477147 14471#: read.c:5460
ac50feda 14472#, c-format
328577ad 14473msgid "seek to end of .incbin file failed `%s'"
ac50feda
RH
14474msgstr ""
14475
42477147 14476#: read.c:5471
328577ad 14477#, c-format
06647dfd 14478msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
ac50feda
RH
14479msgstr ""
14480
42477147 14481#: read.c:5478
328577ad
NC
14482#, c-format
14483msgid "could not skip to %ld in file `%s'"
14484msgstr ""
14485
42477147 14486#: read.c:5487
328577ad
NC
14487#, c-format
14488msgid "truncated file `%s', %ld of %ld bytes read"
14489msgstr ""
14490
42477147 14491#: read.c:5645
328577ad
NC
14492msgid "missing .func"
14493msgstr ""
14494
42477147 14495#: read.c:5662
328577ad
NC
14496msgid ".endfunc missing for previous .func"
14497msgstr ""
14498
42477147 14499#: read.c:5791
55cf6793
ZW
14500#, c-format
14501msgid "missing closing `%c'"
14502msgstr ""
14503
42477147 14504#: read.c:5793
55cf6793
ZW
14505msgid "stray `\\'"
14506msgstr ""
14507
c85dd50d
NC
14508#: remap.c:52
14509#, c-format
14510msgid "invalid argument '%s' to -fdebug-prefix-map"
14511msgstr ""
14512
14513#: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
ac50feda 14514#, c-format
328577ad
NC
14515msgid ".stab%c: missing comma"
14516msgstr ""
14517
87ccc1b0
NC
14518#. This could happen for example with a source file with a huge
14519#. number of lines. The only cure is to use a different debug
14520#. format, probably DWARF.
c85dd50d 14521#: stabs.c:242
87ccc1b0
NC
14522#, c-format
14523msgid ".stab%c: description field '%x' too big, try a different debug format"
14524msgstr ""
14525
c85dd50d 14526#: stabs.c:423
328577ad 14527msgid "comma missing in .xstabs"
ac50feda
RH
14528msgstr ""
14529
ae351704 14530#: symbols.c:277
87ccc1b0
NC
14531#, c-format
14532msgid "cannot define symbol `%s' in absolute section"
14533msgstr ""
14534
ae351704 14535#: symbols.c:417
ac50feda 14536#, c-format
328577ad 14537msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
ac50feda
RH
14538msgstr ""
14539
ae351704 14540#: symbols.c:494 symbols.c:501
ac50feda 14541#, c-format
328577ad 14542msgid "inserting \"%s\" into symbol table failed: %s"
ac50feda
RH
14543msgstr ""
14544
ae351704 14545#: symbols.c:957 symbols.c:961
ac50feda 14546#, c-format
87ccc1b0 14547msgid "undefined symbol `%s' in operation"
ac50feda
RH
14548msgstr ""
14549
ae351704 14550#: symbols.c:968
ac50feda 14551#, c-format
87ccc1b0 14552msgid "invalid sections for operation on `%s' and `%s'"
ac50feda
RH
14553msgstr ""
14554
ae351704 14555#: symbols.c:972
87ccc1b0
NC
14556#, c-format
14557msgid "invalid section for operation on `%s'"
ac50feda
RH
14558msgstr ""
14559
ae351704 14560#: symbols.c:980 symbols.c:983
ac50feda 14561#, c-format
328577ad 14562msgid "undefined symbol `%s' in operation setting `%s'"
ac50feda
RH
14563msgstr ""
14564
ae351704 14565#: symbols.c:989
87ccc1b0
NC
14566#, c-format
14567msgid "invalid sections for operation on `%s' and `%s' setting `%s'"
14568msgstr ""
14569
ae351704 14570#: symbols.c:992
87ccc1b0
NC
14571#, c-format
14572msgid "invalid section for operation on `%s' setting `%s'"
14573msgstr ""
14574
ae351704 14575#: symbols.c:1042
ac50feda 14576#, c-format
87ccc1b0 14577msgid "symbol definition loop encountered at `%s'"
ac50feda
RH
14578msgstr ""
14579
ae351704
AM
14580#: symbols.c:1069
14581#, c-format
14582msgid "cannot convert expression symbol %s to complex relocation"
14583msgstr ""
14584
14585#: symbols.c:1351
ac50feda 14586#, c-format
328577ad 14587msgid "division by zero when setting `%s'"
ac50feda
RH
14588msgstr ""
14589
ae351704 14590#: symbols.c:1432 write.c:1805
ac50feda 14591#, c-format
328577ad 14592msgid "can't resolve value for symbol `%s'"
ac50feda
RH
14593msgstr ""
14594
ae351704 14595#: symbols.c:1882
ac50feda
RH
14596#, c-format
14597msgid "\"%d\" (instance number %d of a %s label)"
14598msgstr ""
14599
ae351704 14600#: symbols.c:1911
ac50feda 14601#, c-format
328577ad 14602msgid "attempt to get value of unresolved symbol `%s'"
ac50feda
RH
14603msgstr ""
14604
ae351704 14605#: symbols.c:2184
328577ad 14606msgid "section symbols are already global"
c45021f2
NC
14607msgstr ""
14608
ae351704 14609#: symbols.c:2289
87ccc1b0
NC
14610#, c-format
14611msgid "Accessing function `%s' as thread-local object"
14612msgstr ""
14613
ae351704 14614#: symbols.c:2293
87ccc1b0
NC
14615#, c-format
14616msgid "Accessing `%s' as thread-local object"
14617msgstr ""
14618
ae351704 14619#: write.c:159
ac50feda
RH
14620#, c-format
14621msgid "field fx_size too small to hold %d"
14622msgstr ""
14623
ae351704 14624#: write.c:436
ac50feda
RH
14625#, c-format
14626msgid "attempt to .org/.space backwards? (%ld)"
14627msgstr ""
14628
ae351704
AM
14629#: write.c:664
14630msgid "invalid offset expression"
14631msgstr ""
14632
14633#: write.c:686
14634msgid "invalid reloc expression"
14635msgstr ""
14636
14637#: write.c:1039
14638#, c-format
14639msgid "value of %s too large for field of %d bytes at %s"
14640msgstr ""
14641
14642#: write.c:1051
55cf6793 14643#, c-format
ae351704 14644msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
55cf6793
ZW
14645msgstr ""
14646
ae351704 14647#: write.c:1099
ac50feda
RH
14648msgid "relocation out of range"
14649msgstr ""
14650
ae351704 14651#: write.c:1102
ac50feda
RH
14652#, c-format
14653msgid "%s:%u: bad return from bfd_install_relocation: %x"
14654msgstr ""
14655
ae351704 14656#: write.c:1166
ac50feda
RH
14657msgid "internal error: fixup not contained within frag"
14658msgstr ""
14659
ae351704
AM
14660#: write.c:1219
14661msgid "reloc not within (fixed part of) section"
14662msgstr ""
14663
14664#: write.c:1286 write.c:1307
ac50feda 14665#, c-format
ae351704 14666msgid "can't write %s: %s"
ac50feda
RH
14667msgstr ""
14668
ae351704 14669#: write.c:1337
328577ad 14670msgid "cannot write to output file"
ac50feda
RH
14671msgstr ""
14672
ae351704 14673#: write.c:1487
ac50feda 14674#, c-format
328577ad 14675msgid "%d error%s, %d warning%s, generating bad object file"
ac50feda
RH
14676msgstr ""
14677
ae351704 14678#: write.c:1494
ac50feda 14679#, c-format
328577ad 14680msgid "%d error%s, %d warning%s, no object file generated"
ac50feda
RH
14681msgstr ""
14682
ae351704 14683#: write.c:1729
3caac5b8
AM
14684#, c-format
14685msgid "%s: global symbols not supported in common sections"
14686msgstr ""
14687
ae351704 14688#: write.c:1743
ac50feda 14689#, c-format
328577ad 14690msgid "local label `%s' is not defined"
ac50feda
RH
14691msgstr ""
14692
ae351704 14693#: write.c:1763
06647dfd 14694#, c-format
55cf6793 14695msgid "Local symbol `%s' can't be equated to common symbol `%s'"
06647dfd
AM
14696msgstr ""
14697
ae351704 14698#: write.c:2028
ac50feda
RH
14699#, c-format
14700msgid "alignment padding (%lu bytes) not a multiple of %ld"
14701msgstr ""
14702
ae351704 14703#: write.c:2186
ac50feda
RH
14704#, c-format
14705msgid ".word %s-%s+%s didn't fit"
14706msgstr ""
14707
ae351704
AM
14708#: write.c:2275
14709msgid "padding added"
14710msgstr ""
14711
14712#: write.c:2325
fce00800 14713msgid "attempt to move .org backwards"
ac50feda
RH
14714msgstr ""
14715
ae351704 14716#: write.c:2353
ac50feda
RH
14717msgid ".space specifies non-absolute value"
14718msgstr ""
14719
ae351704 14720#: write.c:2368
ac50feda
RH
14721msgid ".space or .fill with negative value, ignored"
14722msgstr ""
14723
ae351704 14724#: write.c:2439
3caac5b8
AM
14725#, c-format
14726msgid ""
14727"Infinite loop encountered whilst attempting to compute the addresses of "
14728"symbols in section %s"
14729msgstr ""
This page took 1.938467 seconds and 4 git commands to generate.