moxie fixes in gas.
[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"
2cbd2211 11"POT-Creation-Date: 2009-08-26 20:25+0200\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"
a5c7551f 15"Language: \n"
252b5132
RH
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=CHARSET\n"
328577ad 18"Content-Transfer-Encoding: 8bit\n"
252b5132 19
f12e7348 20#: app.c:488 app.c:502
252b5132
RH
21msgid "end of file in comment"
22msgstr ""
23
f12e7348 24#: app.c:580 app.c:627
3caac5b8
AM
25#, c-format
26msgid "end of file in string; '%c' inserted"
252b5132
RH
27msgstr ""
28
f12e7348 29#: app.c:653
87ccc1b0
NC
30#, c-format
31msgid "unknown escape '\\%c' in string; ignored"
252b5132
RH
32msgstr ""
33
f12e7348 34#: app.c:816
252b5132
RH
35msgid "end of file not at end of a line; newline inserted"
36msgstr ""
37
f12e7348 38#: app.c:973
252b5132
RH
39msgid "end of file in multiline comment"
40msgstr ""
41
a5c7551f 42#: app.c:1048
252b5132
RH
43msgid "end of file after a one-character quote; \\0 inserted"
44msgstr ""
45
a5c7551f 46#: app.c:1056
252b5132
RH
47msgid "end of file in escape character"
48msgstr ""
49
a5c7551f 50#: app.c:1068
328577ad 51msgid "missing close quote; (assumed)"
252b5132
RH
52msgstr ""
53
a5c7551f 54#: app.c:1137 app.c:1192 app.c:1203 app.c:1277
252b5132
RH
55msgid "end of file in comment; newline inserted"
56msgstr ""
57
ae351704 58#: as.c:158
a74801ba
ILT
59msgid "missing emulation mode name"
60msgstr ""
61
ae351704 62#: as.c:173
a74801ba
ILT
63#, c-format
64msgid "unrecognized emulation name `%s'"
65msgstr ""
66
ae351704 67#: as.c:220
252b5132 68#, c-format
3caac5b8 69msgid "GNU assembler version %s (%s) using BFD version %s\n"
252b5132
RH
70msgstr ""
71
ae351704 72#: as.c:227
252b5132
RH
73#, c-format
74msgid "Usage: %s [option...] [asmfile...]\n"
75msgstr ""
76
ae351704 77#: as.c:229
6e1772d5 78#, c-format
252b5132
RH
79msgid ""
80"Options:\n"
a74801ba
ILT
81" -a[sub-option...]\t turn on listings\n"
82" \t Sub-options [default hls]:\n"
83" \t c omit false conditionals\n"
84" \t d omit debugging directives\n"
f12e7348 85" \t g include general info\n"
a74801ba
ILT
86" \t h include high-level source\n"
87" \t l include assembly\n"
88" \t m include macro expansions\n"
89" \t n omit forms processing\n"
90" \t s include symbols\n"
a74801ba
ILT
91" \t =FILE list to FILE (must be last sub-option)\n"
92msgstr ""
93
f12e7348 94#: as.c:243
8ea2b00f
AM
95#, c-format
96msgid " --alternate initially turn on alternate macro syntax\n"
97msgstr ""
98
f12e7348 99#: as.c:245
6e1772d5 100#, c-format
a74801ba
ILT
101msgid " -D produce assembler debugging messages\n"
102msgstr ""
103
f12e7348 104#: as.c:247
6e1772d5 105#, c-format
c85dd50d
NC
106msgid " --debug-prefix-map OLD=NEW Map OLD to NEW in debug information\n"
107msgstr ""
108
f12e7348 109#: as.c:249
c85dd50d 110#, c-format
a74801ba
ILT
111msgid " --defsym SYM=VAL define symbol SYM to given value\n"
112msgstr ""
113
f12e7348 114#: as.c:265
a74801ba
ILT
115#, c-format
116msgid " emulate output (default %s)\n"
117msgstr ""
118
f12e7348 119#: as.c:270
6e1772d5 120#, c-format
fce00800
AM
121msgid " --execstack require executable stack for this object\n"
122msgstr ""
123
f12e7348 124#: as.c:272
6e1772d5 125#, c-format
fce00800
AM
126msgid ""
127" --noexecstack don't require executable stack for this object\n"
128msgstr ""
129
f12e7348 130#: as.c:275
6e1772d5 131#, c-format
a74801ba
ILT
132msgid " -f skip whitespace and comment preprocessing\n"
133msgstr ""
134
f12e7348 135#: as.c:277
6e1772d5 136#, c-format
8ea2b00f 137msgid " -g --gen-debug generate debugging information\n"
a74801ba
ILT
138msgstr ""
139
f12e7348 140#: as.c:279
8ea2b00f
AM
141#, c-format
142msgid " --gstabs generate STABS debugging information\n"
143msgstr ""
144
f12e7348 145#: as.c:281
6e1772d5
AM
146#, c-format
147msgid ""
8ea2b00f 148" --gstabs+ generate STABS debug info with GNU extensions\n"
6e1772d5
AM
149msgstr ""
150
f12e7348 151#: as.c:283
6e1772d5 152#, c-format
8ea2b00f 153msgid " --gdwarf-2 generate DWARF2 debugging information\n"
a74801ba
ILT
154msgstr ""
155
f12e7348 156#: as.c:285
55cf6793
ZW
157#, c-format
158msgid " --hash-size=<value> set the hash table size close to <value>\n"
159msgstr ""
160
f12e7348 161#: as.c:287
6e1772d5 162#, c-format
a74801ba
ILT
163msgid " --help show this message and exit\n"
164msgstr ""
165
f12e7348 166#: as.c:289
6e1772d5 167#, c-format
85a39694
NC
168msgid " --target-help show target specific options\n"
169msgstr ""
170
f12e7348 171#: as.c:291
6e1772d5 172#, c-format
a74801ba
ILT
173msgid ""
174" -I DIR add DIR to search list for .include directives\n"
175msgstr ""
176
f12e7348 177#: as.c:293
6e1772d5 178#, c-format
a74801ba
ILT
179msgid " -J don't warn about signed overflow\n"
180msgstr ""
181
f12e7348 182#: as.c:295
6e1772d5 183#, c-format
252b5132 184msgid ""
a74801ba
ILT
185" -K warn when differences altered for long "
186"displacements\n"
187msgstr ""
188
f12e7348 189#: as.c:297
6e1772d5 190#, c-format
a74801ba
ILT
191msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n"
192msgstr ""
193
f12e7348 194#: as.c:299
6e1772d5 195#, c-format
a74801ba
ILT
196msgid " -M,--mri assemble in MRI compatibility mode\n"
197msgstr ""
198
f12e7348 199#: as.c:301
6e1772d5 200#, c-format
a74801ba
ILT
201msgid ""
202" --MD FILE write dependency information in FILE (default "
203"none)\n"
204msgstr ""
205
f12e7348 206#: as.c:303
6e1772d5 207#, c-format
a74801ba
ILT
208msgid " -nocpp ignored\n"
209msgstr ""
210
f12e7348 211#: as.c:305
6e1772d5 212#, c-format
a74801ba 213msgid ""
328577ad
NC
214" -o OBJFILE name the object-file output OBJFILE (default a."
215"out)\n"
a74801ba
ILT
216msgstr ""
217
f12e7348 218#: as.c:307
6e1772d5 219#, c-format
a74801ba
ILT
220msgid " -R fold data section into text section\n"
221msgstr ""
222
f12e7348 223#: as.c:309
55cf6793
ZW
224#, c-format
225msgid ""
226" --reduce-memory-overheads \n"
227" prefer smaller memory use at the cost of longer\n"
228" assembly times\n"
229msgstr ""
230
f12e7348 231#: as.c:313
6e1772d5 232#, c-format
a74801ba
ILT
233msgid ""
234" --statistics print various measured statistics from execution\n"
235msgstr ""
236
f12e7348 237#: as.c:315
6e1772d5 238#, c-format
a74801ba
ILT
239msgid " --strip-local-absolute strip local absolute symbols\n"
240msgstr ""
241
f12e7348 242#: as.c:317
6e1772d5 243#, c-format
a74801ba
ILT
244msgid ""
245" --traditional-format Use same format as native assembler when possible\n"
246msgstr ""
247
f12e7348 248#: as.c:319
6e1772d5 249#, c-format
a74801ba
ILT
250msgid " --version print assembler version number and exit\n"
251msgstr ""
252
f12e7348 253#: as.c:321
6e1772d5 254#, c-format
a74801ba
ILT
255msgid " -W --no-warn suppress warnings\n"
256msgstr ""
257
f12e7348 258#: as.c:323
6e1772d5 259#, c-format
a74801ba
ILT
260msgid " --warn don't suppress warnings\n"
261msgstr ""
262
f12e7348 263#: as.c:325
6e1772d5 264#, c-format
a74801ba
ILT
265msgid " --fatal-warnings treat warnings as errors\n"
266msgstr ""
267
f12e7348 268#: as.c:328
6e1772d5 269#, c-format
252b5132 270msgid ""
a74801ba
ILT
271" --itbl INSTTBL extend instruction set to include instructions\n"
272" matching the specifications defined in file "
273"INSTTBL\n"
274msgstr ""
275
f12e7348 276#: as.c:332
6e1772d5 277#, c-format
a74801ba
ILT
278msgid " -w ignored\n"
279msgstr ""
280
f12e7348 281#: as.c:334
6e1772d5 282#, c-format
a74801ba
ILT
283msgid " -X ignored\n"
284msgstr ""
285
f12e7348 286#: as.c:336
6e1772d5 287#, c-format
a74801ba
ILT
288msgid " -Z generate object file even after errors\n"
289msgstr ""
290
f12e7348 291#: as.c:338
6e1772d5 292#, c-format
252b5132 293msgid ""
a74801ba 294" --listing-lhs-width set the width in words of the output data column "
252b5132 295"of\n"
a74801ba 296" the listing\n"
252b5132
RH
297msgstr ""
298
f12e7348 299#: as.c:341
6e1772d5 300#, c-format
252b5132 301msgid ""
a74801ba
ILT
302" --listing-lhs-width2 set the width in words of the continuation lines\n"
303" of the output data column; ignored if smaller "
304"than\n"
305" the width of the first line\n"
252b5132
RH
306msgstr ""
307
f12e7348 308#: as.c:345
6e1772d5 309#, c-format
a74801ba
ILT
310msgid ""
311" --listing-rhs-width set the max width in characters of the lines from\n"
312" the source file\n"
252b5132
RH
313msgstr ""
314
f12e7348 315#: as.c:348
6e1772d5 316#, c-format
a74801ba
ILT
317msgid ""
318" --listing-cont-lines set the maximum number of continuation lines used\n"
319" for the output data column of the listing\n"
320msgstr ""
321
f12e7348 322#: as.c:351
ae351704
AM
323#, c-format
324msgid " @FILE read options from FILE\n"
325msgstr ""
326
f12e7348 327#: as.c:359
8ad3436c
AM
328#, c-format
329msgid "Report bugs to %s\n"
252b5132
RH
330msgstr ""
331
f12e7348 332#: as.c:564
8ea2b00f
AM
333#, c-format
334msgid "unrecognized option -%c%s"
335msgstr ""
336
3caac5b8 337#. This output is intended to follow the GNU standards document.
f12e7348 338#: as.c:602
252b5132
RH
339#, c-format
340msgid "GNU assembler %s\n"
341msgstr ""
342
f12e7348 343#: as.c:603
6e1772d5 344#, c-format
a5c7551f 345msgid "Copyright 2008 Free Software Foundation, Inc.\n"
252b5132
RH
346msgstr ""
347
f12e7348 348#: as.c:604
6e1772d5 349#, c-format
252b5132
RH
350msgid ""
351"This program is free software; you may redistribute it under the terms of\n"
c85dd50d
NC
352"the GNU General Public License version 3 or later.\n"
353"This program has absolutely no warranty.\n"
252b5132
RH
354msgstr ""
355
f12e7348 356#: as.c:608
252b5132
RH
357#, c-format
358msgid "This assembler was configured for a target of `%s'.\n"
359msgstr ""
360
f12e7348 361#: as.c:615
252b5132
RH
362msgid "multiple emulation names specified"
363msgstr ""
364
f12e7348 365#: as.c:617
252b5132
RH
366msgid "emulations not handled in this configuration"
367msgstr ""
368
f12e7348 369#: as.c:622
252b5132
RH
370#, c-format
371msgid "alias = %s\n"
372msgstr ""
373
f12e7348 374#: as.c:623
252b5132
RH
375#, c-format
376msgid "canonical = %s\n"
377msgstr ""
378
f12e7348 379#: as.c:624
252b5132
RH
380#, c-format
381msgid "cpu-type = %s\n"
382msgstr ""
383
f12e7348 384#: as.c:626
252b5132
RH
385#, c-format
386msgid "format = %s\n"
387msgstr ""
388
f12e7348 389#: as.c:629
252b5132
RH
390#, c-format
391msgid "bfd-target = %s\n"
392msgstr ""
393
f12e7348 394#: as.c:646
252b5132
RH
395msgid "bad defsym; format is --defsym name=value"
396msgstr ""
397
f12e7348 398#: as.c:666
328577ad 399msgid "no file name following -t option"
252b5132
RH
400msgstr ""
401
f12e7348 402#: as.c:681
252b5132 403#, c-format
328577ad 404msgid "failed to read instruction table %s\n"
252b5132
RH
405msgstr ""
406
f12e7348 407#: as.c:852
252b5132
RH
408#, c-format
409msgid "invalid listing option `%c'"
410msgstr ""
411
f12e7348 412#: as.c:905
55cf6793
ZW
413msgid "--hash-size needs a numeric argument"
414msgstr ""
415
f12e7348 416#: as.c:930
a74801ba 417#, c-format
6e1772d5 418msgid "%s: total time in assembly: %ld.%06ld\n"
a74801ba
ILT
419msgstr ""
420
f12e7348 421#: as.c:933
252b5132 422#, c-format
6e1772d5 423msgid "%s: data size %ld\n"
252b5132
RH
424msgstr ""
425
a5c7551f 426#: as.c:1241
252b5132 427#, c-format
6e1772d5 428msgid "%d warnings, treating warnings as errors"
252b5132
RH
429msgstr ""
430
a5c7551f 431#: as.h:208
328577ad
NC
432#, c-format
433msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
434msgstr ""
435
252b5132
RH
436#.
437#. * We have a GROSS internal error.
438#. * This should never happen.
439#.
a5c7551f 440#: atof-generic.c:417 config/tc-m68k.c:3536
328577ad 441msgid "failed sanity check"
252b5132
RH
442msgstr ""
443
a5c7551f 444#: cgen.c:113 config/tc-alpha.c:2083 config/tc-alpha.c:2107
499ac353 445#: config/tc-arc.c:1681 config/tc-d10v.c:550 config/tc-d30v.c:538
a5c7551f
RW
446#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1749 config/tc-ppc.c:2562
447#: config/tc-ppc.c:2713 config/tc-ppc.c:2834 config/tc-ppc.c:2845
448#: config/tc-s390.c:1218 config/tc-s390.c:1318 config/tc-s390.c:1447
449#: config/tc-v850.c:1730 config/tc-v850.c:1753 config/tc-v850.c:1956
c85dd50d
NC
450msgid "too many fixups"
451msgstr ""
452
499ac353 453#: cgen.c:400 cgen.c:420 config/tc-arc.c:1662 config/tc-d10v.c:461
a5c7551f
RW
454#: config/tc-d30v.c:453 config/tc-i370.c:2129 config/tc-mn10200.c:1042
455#: config/tc-mn10300.c:1674 config/tc-ppc.c:2601 config/tc-s390.c:1189
456#: config/tc-v850.c:1932 config/tc-z80.c:422
c85dd50d
NC
457msgid "illegal operand"
458msgstr ""
459
a5c7551f
RW
460#: cgen.c:424 config/tc-arc.c:1664 config/tc-avr.c:569 config/tc-d10v.c:463
461#: config/tc-d30v.c:455 config/tc-h8300.c:449 config/tc-i370.c:2131
462#: config/tc-mcore.c:662 config/tc-microblaze.c:583 config/tc-mmix.c:488
463#: config/tc-mn10200.c:1045 config/tc-mn10300.c:1677 config/tc-msp430.c:452
464#: config/tc-or32.c:307 config/tc-ppc.c:2603 config/tc-s390.c:1207
465#: config/tc-sh.c:1359 config/tc-sh64.c:2213 config/tc-v850.c:1935
466#: config/tc-z80.c:575 config/tc-z8k.c:350
c85dd50d
NC
467msgid "missing operand"
468msgstr ""
469
a5c7551f 470#: cgen.c:799
c85dd50d
NC
471msgid "a reloc on this operand implies an overflow"
472msgstr ""
473
a5c7551f 474#: cgen.c:822
c85dd50d
NC
475msgid "operand mask overflow"
476msgstr ""
477
478#. We can't actually support subtracting a symbol.
a5c7551f
RW
479#: cgen.c:885 config/tc-arc.c:1247 config/tc-arm.c:1612 config/tc-arm.c:8617
480#: config/tc-arm.c:8668 config/tc-arm.c:8914 config/tc-arm.c:9704
481#: config/tc-arm.c:10703 config/tc-arm.c:10743 config/tc-arm.c:11051
482#: config/tc-arm.c:11080 config/tc-avr.c:1087 config/tc-cris.c:4044
483#: config/tc-d10v.c:1502 config/tc-d30v.c:1903 config/tc-mips.c:4394
484#: config/tc-mips.c:5518 config/tc-mips.c:6493 config/tc-mips.c:7069
485#: config/tc-msp430.c:1937 config/tc-ppc.c:5769 config/tc-spu.c:959
486#: config/tc-spu.c:983 config/tc-v850.c:2271 config/tc-xstormy16.c:484
487#: config/tc-xtensa.c:5820 config/tc-xtensa.c:11838
c85dd50d
NC
488msgid "expression too complex"
489msgstr ""
490
a5c7551f 491#: cgen.c:979 config/tc-arc.c:1308 config/tc-ppc.c:5894 config/tc-s390.c:2023
499ac353 492#: config/tc-v850.c:2311 config/tc-xstormy16.c:538
c85dd50d
NC
493msgid "unresolved expression that must be resolved"
494msgstr ""
495
a5c7551f 496#: cgen.c:1004 config/tc-xstormy16.c:563
c85dd50d
NC
497#, c-format
498msgid "internal error: can't install fix for reloc type %d (`%s')"
499msgstr ""
500
a5c7551f 501#: cgen.c:1034
c85dd50d
NC
502msgid "relocation is not supported"
503msgstr ""
504
ae351704 505#: cond.c:83
252b5132
RH
506msgid "invalid identifier for \".ifdef\""
507msgstr ""
508
ae351704 509#: cond.c:150
252b5132
RH
510msgid "non-constant expression in \".if\" statement"
511msgstr ""
512
ae351704 513#: cond.c:277
252b5132
RH
514msgid "bad format for ifc or ifnc"
515msgstr ""
516
ae351704 517#: cond.c:307
328577ad 518msgid "\".elseif\" without matching \".if\""
252b5132
RH
519msgstr ""
520
ae351704 521#: cond.c:311
328577ad 522msgid "\".elseif\" after \".else\""
252b5132
RH
523msgstr ""
524
ae351704 525#: cond.c:314 cond.c:420
252b5132
RH
526msgid "here is the previous \"else\""
527msgstr ""
528
ae351704 529#: cond.c:317 cond.c:423
252b5132
RH
530msgid "here is the previous \"if\""
531msgstr ""
532
ae351704 533#: cond.c:346
a74801ba
ILT
534msgid "non-constant expression in \".elseif\" statement"
535msgstr ""
536
ae351704 537#: cond.c:384
a74801ba
ILT
538msgid "\".endif\" without \".if\""
539msgstr ""
540
ae351704 541#: cond.c:413
328577ad 542msgid "\".else\" without matching \".if\""
a74801ba
ILT
543msgstr ""
544
ae351704 545#: cond.c:417
328577ad 546msgid "duplicate \"else\""
a74801ba
ILT
547msgstr ""
548
ae351704 549#: cond.c:468
252b5132
RH
550msgid ".ifeqs syntax error"
551msgstr ""
552
ae351704 553#: cond.c:549
252b5132
RH
554msgid "end of macro inside conditional"
555msgstr ""
556
ae351704 557#: cond.c:551
252b5132
RH
558msgid "end of file inside conditional"
559msgstr ""
560
ae351704 561#: cond.c:554
252b5132
RH
562msgid "here is the start of the unterminated conditional"
563msgstr ""
564
ae351704 565#: cond.c:558
252b5132
RH
566msgid "here is the \"else\" of the unterminated conditional"
567msgstr ""
568
c85dd50d
NC
569#: config/atof-ieee.c:141
570msgid "cannot create floating-point number"
571msgstr ""
572
a5c7551f
RW
573#: config/atof-ieee.c:288
574msgid "NaNs are not supported by this target\n"
575msgstr ""
576
577#: config/atof-ieee.c:327 config/atof-ieee.c:368
578msgid "Infinities are not supported by this target\n"
579msgstr ""
580
581#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1007
582#: config/tc-ia64.c:11332 config/tc-tic30.c:1261 config/tc-tic4x.c:2599
499ac353 583msgid "Unrecognized or unsupported floating point constant"
c85dd50d
NC
584msgstr ""
585
3caac5b8 586#: config/obj-aout.c:85
252b5132
RH
587#, c-format
588msgid "Attempt to put a common symbol into set %s"
589msgstr ""
590
3caac5b8 591#: config/obj-aout.c:89
252b5132
RH
592#, c-format
593msgid "Attempt to put an undefined symbol into set %s"
594msgstr ""
595
a5c7551f 596#: config/obj-aout.c:116 config/obj-coff.c:1406
252b5132
RH
597#, c-format
598msgid "Symbol `%s' can not be both weak and common"
599msgstr ""
600
a5c7551f 601#: config/obj-coff.c:135
252b5132
RH
602#, c-format
603msgid "Inserting \"%s\" into structure table failed: %s"
604msgstr ""
605
a5c7551f
RW
606#: config/obj-coff.c:214 config/obj-coff.c:1694 config/tc-ppc.c:4859
607#: config/tc-tic54x.c:4011 read.c:2796
608#, c-format
609msgid "error setting flags for \"%s\": %s"
610msgstr ""
611
a74801ba 612#. Zero is used as an end marker in the file.
a5c7551f 613#: config/obj-coff.c:433
a74801ba
ILT
614msgid "Line numbers must be positive integers\n"
615msgstr ""
616
a5c7551f 617#: config/obj-coff.c:465
252b5132
RH
618msgid ".ln pseudo-op inside .def/.endef: ignored."
619msgstr ""
620
a5c7551f 621#: config/obj-coff.c:507 ecoff.c:3240
a74801ba
ILT
622msgid ".loc outside of .text"
623msgstr ""
624
a5c7551f 625#: config/obj-coff.c:514
a74801ba
ILT
626msgid ".loc pseudo-op inside .def/.endef: ignored."
627msgstr ""
628
a5c7551f 629#: config/obj-coff.c:595
252b5132
RH
630msgid ".def pseudo-op used inside of .def/.endef: ignored."
631msgstr ""
632
a5c7551f 633#: config/obj-coff.c:634
252b5132
RH
634msgid ".endef pseudo-op used outside of .def/.endef: ignored."
635msgstr ""
636
a5c7551f 637#: config/obj-coff.c:673
252b5132
RH
638#, c-format
639msgid "`%s' symbol without preceding function"
640msgstr ""
641
a5c7551f 642#: config/obj-coff.c:760
252b5132
RH
643#, c-format
644msgid "unexpected storage class %d"
645msgstr ""
646
a5c7551f 647#: config/obj-coff.c:868
252b5132
RH
648msgid ".dim pseudo-op used outside of .def/.endef: ignored."
649msgstr ""
650
a5c7551f 651#: config/obj-coff.c:888
252b5132
RH
652msgid "badly formed .dim directive ignored"
653msgstr ""
654
a5c7551f 655#: config/obj-coff.c:937
252b5132
RH
656msgid ".size pseudo-op used outside of .def/.endef ignored."
657msgstr ""
658
a5c7551f 659#: config/obj-coff.c:952
252b5132
RH
660msgid ".scl pseudo-op used outside of .def/.endef ignored."
661msgstr ""
662
a5c7551f 663#: config/obj-coff.c:969
252b5132
RH
664msgid ".tag pseudo-op used outside of .def/.endef ignored."
665msgstr ""
666
a5c7551f 667#: config/obj-coff.c:987
252b5132
RH
668#, c-format
669msgid "tag not found for .tag %s"
670msgstr ""
671
a5c7551f 672#: config/obj-coff.c:1000
252b5132
RH
673msgid ".type pseudo-op used outside of .def/.endef ignored."
674msgstr ""
675
a5c7551f 676#: config/obj-coff.c:1019
252b5132
RH
677msgid ".val pseudo-op used outside of .def/.endef ignored."
678msgstr ""
679
a5c7551f 680#: config/obj-coff.c:1186
8ea2b00f
AM
681msgid "badly formed .weak directive ignored"
682msgstr ""
683
a5c7551f 684#: config/obj-coff.c:1364
252b5132
RH
685msgid "mismatched .eb"
686msgstr ""
687
a5c7551f 688#: config/obj-coff.c:1385
55cf6793
ZW
689#, c-format
690msgid "C_EFCN symbol for %s out of scope"
252b5132
RH
691msgstr ""
692
a5c7551f
RW
693#: config/obj-coff.c:1439
694#, c-format
695msgid "Warning: internal error: forgetting to set endndx of %s"
696msgstr ""
697
252b5132
RH
698#. STYP_INFO
699#. STYP_LIB
700#. STYP_OVER
a5c7551f 701#: config/obj-coff.c:1662
252b5132
RH
702#, c-format
703msgid "unsupported section attribute '%c'"
704msgstr ""
705
a5c7551f 706#: config/obj-coff.c:1666 config/tc-ppc.c:4841
252b5132
RH
707#, c-format
708msgid "unknown section attribute '%c'"
709msgstr ""
710
a5c7551f 711#: config/obj-coff.c:1706
bc0d738a
NC
712#, c-format
713msgid "Ignoring changed section attributes for %s"
714msgstr ""
715
a5c7551f 716#: config/obj-coff.c:1836
252b5132
RH
717#, c-format
718msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
719msgstr ""
720
55cf6793 721#: config/obj-ecoff.c:125
252b5132
RH
722msgid "Can't set GP value"
723msgstr ""
724
55cf6793 725#: config/obj-ecoff.c:132
252b5132
RH
726msgid "Can't set register masks"
727msgstr ""
728
a5c7551f 729#: config/obj-elf.c:334 config/tc-sparc.c:3950 config/tc-v850.c:450
252b5132
RH
730#, c-format
731msgid "bad .common segment %s"
732msgstr ""
733
a5c7551f 734#: config/obj-elf.c:612
328577ad
NC
735#, c-format
736msgid "setting incorrect section type for %s"
737msgstr ""
738
a5c7551f 739#: config/obj-elf.c:617
a74801ba 740#, c-format
328577ad 741msgid "ignoring incorrect section type for %s"
252b5132
RH
742msgstr ""
743
a5c7551f 744#: config/obj-elf.c:659
60bcf0fa 745#, c-format
328577ad 746msgid "setting incorrect section attributes for %s"
60bcf0fa
NC
747msgstr ""
748
a5c7551f 749#: config/obj-elf.c:711
06647dfd
AM
750#, c-format
751msgid "ignoring changed section type for %s"
752msgstr ""
753
a5c7551f 754#: config/obj-elf.c:723
a74801ba 755#, c-format
328577ad 756msgid "ignoring changed section attributes for %s"
252b5132
RH
757msgstr ""
758
a5c7551f 759#: config/obj-elf.c:725
6840198f 760#, c-format
328577ad 761msgid "ignoring changed section entity size for %s"
6840198f
NC
762msgstr ""
763
a5c7551f 764#: config/obj-elf.c:778
87ccc1b0 765msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
252b5132
RH
766msgstr ""
767
a5c7551f 768#: config/obj-elf.c:820 read.c:2780
f12e7348 769msgid "unrecognized section type"
252b5132
RH
770msgstr ""
771
a5c7551f 772#: config/obj-elf.c:850
f12e7348 773msgid "unrecognized section attribute"
252b5132
RH
774msgstr ""
775
a5c7551f 776#: config/obj-elf.c:881 config/tc-alpha.c:4190
328577ad 777msgid "missing name"
6840198f
NC
778msgstr ""
779
a5c7551f 780#: config/obj-elf.c:1010
328577ad 781msgid "invalid merge entity size"
252b5132
RH
782msgstr ""
783
a5c7551f 784#: config/obj-elf.c:1017
328577ad
NC
785msgid "entity size for SHF_MERGE not specified"
786msgstr ""
787
a5c7551f 788#: config/obj-elf.c:1037
328577ad
NC
789msgid "group name for SHF_GROUP not specified"
790msgstr ""
791
a5c7551f 792#: config/obj-elf.c:1050
328577ad 793msgid "character following name is not '#'"
6840198f
NC
794msgstr ""
795
a5c7551f 796#: config/obj-elf.c:1169
252b5132
RH
797msgid ".previous without corresponding .section; ignored"
798msgstr ""
799
a5c7551f 800#: config/obj-elf.c:1195
a74801ba
ILT
801msgid ".popsection without corresponding .pushsection; ignored"
802msgstr ""
803
a5c7551f 804#: config/obj-elf.c:1247
252b5132
RH
805msgid "expected comma after name in .symver"
806msgstr ""
807
a5c7551f 808#: config/obj-elf.c:1271
252b5132
RH
809#, c-format
810msgid "missing version name in `%s' for symbol `%s'"
811msgstr ""
812
a5c7551f 813#: config/obj-elf.c:1282
5f68c319
NC
814#, c-format
815msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
816msgstr ""
817
a5c7551f 818#: config/obj-elf.c:1319
c85dd50d
NC
819#, c-format
820msgid "expected `%s' to have already been set for .vtable_inherit"
821msgstr ""
822
a5c7551f 823#: config/obj-elf.c:1329
c85dd50d
NC
824msgid "expected comma after name in .vtable_inherit"
825msgstr ""
826
a5c7551f 827#: config/obj-elf.c:1389
c85dd50d
NC
828msgid "expected comma after name in .vtable_entry"
829msgstr ""
830
a5c7551f 831#: config/obj-elf.c:1512
328577ad 832msgid "expected quoted string"
252b5132
RH
833msgstr ""
834
a5c7551f 835#: config/obj-elf.c:1532
252b5132
RH
836#, c-format
837msgid "expected comma after name `%s' in .size directive"
838msgstr ""
839
a5c7551f 840#: config/obj-elf.c:1541
252b5132
RH
841msgid "missing expression in .size directive"
842msgstr ""
843
a5c7551f 844#: config/obj-elf.c:1668
c85dd50d
NC
845#, c-format
846msgid "symbol '%s' is already defined"
847msgstr ""
848
a5c7551f
RW
849#: config/obj-elf.c:1688 config/obj-elf.c:1700
850#, c-format
851msgid "symbol type \"%s\" is supported only by GNU targets"
852msgstr ""
853
854#: config/obj-elf.c:1709
252b5132 855#, c-format
328577ad 856msgid "unrecognized symbol type \"%s\""
252b5132
RH
857msgstr ""
858
a5c7551f 859#: config/obj-elf.c:1885
252b5132
RH
860msgid ".size expression too complicated to fix up"
861msgstr ""
862
a5c7551f 863#: config/obj-elf.c:1917
252b5132
RH
864#, c-format
865msgid ""
866"invalid attempt to declare external version name as default in symbol `%s'"
867msgstr ""
868
a5c7551f 869#: config/obj-elf.c:1978 ecoff.c:3598
328577ad
NC
870#, c-format
871msgid "symbol `%s' can not be both weak and common"
872msgstr ""
873
a5c7551f 874#: config/obj-elf.c:2085
328577ad 875#, c-format
87ccc1b0 876msgid "assuming all members of group `%s' are COMDAT"
328577ad
NC
877msgstr ""
878
a5c7551f 879#: config/obj-elf.c:2107
252b5132 880#, c-format
87ccc1b0
NC
881msgid "can't create group: %s"
882msgstr ""
883
a5c7551f 884#: config/obj-elf.c:2217
87ccc1b0 885#, c-format
328577ad 886msgid "failed to set up debugging information: %s"
252b5132
RH
887msgstr ""
888
a5c7551f 889#: config/obj-elf.c:2237
252b5132 890#, c-format
328577ad 891msgid "can't start writing .mdebug section: %s"
252b5132
RH
892msgstr ""
893
a5c7551f 894#: config/obj-elf.c:2245
252b5132 895#, c-format
328577ad 896msgid "could not write .mdebug section: %s"
252b5132
RH
897msgstr ""
898
c85dd50d
NC
899#: config/obj-som.c:58
900msgid "Only one .compiler pseudo-op per file!"
252b5132
RH
901msgstr ""
902
c85dd50d 903#: config/obj-som.c:75 config/obj-som.c:146 config/obj-som.c:188
328577ad
NC
904msgid "Expected quoted string"
905msgstr ""
906
c85dd50d
NC
907#: config/obj-som.c:88
908msgid ".compiler directive missing language and version"
909msgstr ""
910
911#: config/obj-som.c:98
912msgid ".compiler directive missing version"
913msgstr ""
914
915#: config/obj-som.c:114
916#, c-format
917msgid "FATAL: Attaching compiler header %s"
918msgstr ""
919
920#: config/obj-som.c:129
921msgid "Only one .version pseudo-op per file!"
922msgstr ""
923
ae351704 924#: config/obj-som.c:153
252b5132 925#, c-format
ae351704 926msgid "attaching version header %s: %s"
252b5132
RH
927msgstr ""
928
ae351704 929#: config/obj-som.c:171
252b5132
RH
930msgid "Only one .copyright pseudo-op per file!"
931msgstr ""
932
ae351704 933#: config/obj-som.c:195
252b5132 934#, c-format
ae351704 935msgid "attaching copyright header %s: %s"
252b5132
RH
936msgstr ""
937
a5c7551f 938#: config/tc-alpha.c:643
252b5132 939#, c-format
55cf6793 940msgid "No !literal!%ld was found"
252b5132
RH
941msgstr ""
942
a5c7551f 943#: config/tc-alpha.c:650
252b5132 944#, c-format
55cf6793 945msgid "No !tlsgd!%ld was found"
252b5132
RH
946msgstr ""
947
a5c7551f 948#: config/tc-alpha.c:657
252b5132 949#, c-format
55cf6793 950msgid "No !tlsldm!%ld was found"
252b5132
RH
951msgstr ""
952
a5c7551f 953#: config/tc-alpha.c:666
252b5132 954#, c-format
55cf6793 955msgid "No ldah !gpdisp!%ld was found"
252b5132
RH
956msgstr ""
957
a5c7551f 958#: config/tc-alpha.c:716
87ccc1b0 959#, c-format
55cf6793 960msgid "too many !literal!%ld for %s"
87ccc1b0
NC
961msgstr ""
962
a5c7551f 963#: config/tc-alpha.c:746
252b5132 964#, c-format
55cf6793 965msgid "No lda !gpdisp!%ld was found"
252b5132
RH
966msgstr ""
967
55cf6793 968#. Only support one relocation op per insn.
a5c7551f 969#: config/tc-alpha.c:905
55cf6793 970msgid "More than one relocation op per insn"
252b5132
RH
971msgstr ""
972
a5c7551f 973#: config/tc-alpha.c:921
55cf6793 974msgid "No relocation operand"
252b5132
RH
975msgstr ""
976
a5c7551f 977#: config/tc-alpha.c:931
328577ad 978#, c-format
55cf6793 979msgid "Unknown relocation operand: !%s"
328577ad
NC
980msgstr ""
981
a5c7551f 982#: config/tc-alpha.c:941
87ccc1b0 983#, c-format
55cf6793 984msgid "no sequence number after !%s"
87ccc1b0
NC
985msgstr ""
986
a5c7551f 987#: config/tc-alpha.c:951
87ccc1b0 988#, c-format
55cf6793 989msgid "!%s does not use a sequence number"
87ccc1b0
NC
990msgstr ""
991
a5c7551f 992#: config/tc-alpha.c:961
328577ad 993#, c-format
55cf6793 994msgid "Bad sequence number: !%s!%s"
328577ad
NC
995msgstr ""
996
a5c7551f 997#: config/tc-alpha.c:1176 config/tc-alpha.c:3343
87ccc1b0 998#, c-format
55cf6793 999msgid "inappropriate arguments for opcode `%s'"
87ccc1b0
NC
1000msgstr ""
1001
a5c7551f 1002#: config/tc-alpha.c:1178 config/tc-alpha.c:3345
a74801ba 1003#, c-format
55cf6793 1004msgid "opcode `%s' not supported for target %s"
a74801ba
ILT
1005msgstr ""
1006
a5c7551f 1007#: config/tc-alpha.c:1182 config/tc-alpha.c:3349 config/tc-avr.c:1356
499ac353 1008#: config/tc-msp430.c:1829
a74801ba 1009#, c-format
55cf6793 1010msgid "unknown opcode `%s'"
a74801ba
ILT
1011msgstr ""
1012
a5c7551f 1013#: config/tc-alpha.c:1263 config/tc-alpha.c:1517
55cf6793 1014msgid "overflow in literal (.lita) table"
328577ad
NC
1015msgstr ""
1016
a5c7551f
RW
1017#: config/tc-alpha.c:1270 config/tc-alpha.c:1294 config/tc-alpha.c:1530
1018#: config/tc-alpha.c:2215 config/tc-alpha.c:2260 config/tc-alpha.c:2329
1019#: config/tc-alpha.c:2412 config/tc-alpha.c:2637 config/tc-alpha.c:2735
55cf6793 1020msgid "macro requires $at register while noat in effect"
a74801ba
ILT
1021msgstr ""
1022
a5c7551f 1023#: config/tc-alpha.c:1272 config/tc-alpha.c:1296 config/tc-alpha.c:1532
55cf6793 1024msgid "macro requires $at while $at in use"
a74801ba
ILT
1025msgstr ""
1026
a5c7551f 1027#: config/tc-alpha.c:1475
55cf6793 1028msgid "bignum invalid; zero assumed"
252b5132
RH
1029msgstr ""
1030
a5c7551f 1031#: config/tc-alpha.c:1477
55cf6793 1032msgid "floating point number invalid; zero assumed"
252b5132
RH
1033msgstr ""
1034
a5c7551f 1035#: config/tc-alpha.c:1482
55cf6793 1036msgid "can't handle expression"
328577ad
NC
1037msgstr ""
1038
a5c7551f 1039#: config/tc-alpha.c:1523
55cf6793 1040msgid "overflow in literal (.lit8) table"
328577ad
NC
1041msgstr ""
1042
a5c7551f 1043#: config/tc-alpha.c:1819
252b5132 1044#, c-format
328577ad 1045msgid "too many ldah insns for !gpdisp!%ld"
252b5132
RH
1046msgstr ""
1047
a5c7551f 1048#: config/tc-alpha.c:1821 config/tc-alpha.c:1833
252b5132 1049#, c-format
328577ad 1050msgid "both insns for !gpdisp!%ld must be in the same section"
252b5132
RH
1051msgstr ""
1052
a5c7551f 1053#: config/tc-alpha.c:1831
252b5132 1054#, c-format
328577ad
NC
1055msgid "too many lda insns for !gpdisp!%ld"
1056msgstr ""
1057
a5c7551f 1058#: config/tc-alpha.c:1887
87ccc1b0
NC
1059#, c-format
1060msgid "too many lituse insns for !lituse_tlsgd!%ld"
1061msgstr ""
1062
a5c7551f 1063#: config/tc-alpha.c:1890
87ccc1b0
NC
1064#, c-format
1065msgid "too many lituse insns for !lituse_tlsldm!%ld"
1066msgstr ""
1067
a5c7551f 1068#: config/tc-alpha.c:1907
87ccc1b0
NC
1069#, c-format
1070msgid "duplicate !tlsgd!%ld"
1071msgstr ""
1072
a5c7551f 1073#: config/tc-alpha.c:1909
87ccc1b0
NC
1074#, c-format
1075msgid "sequence number in use for !tlsldm!%ld"
1076msgstr ""
1077
a5c7551f 1078#: config/tc-alpha.c:1923
87ccc1b0
NC
1079#, c-format
1080msgid "duplicate !tlsldm!%ld"
1081msgstr ""
1082
a5c7551f 1083#: config/tc-alpha.c:1925
87ccc1b0
NC
1084#, c-format
1085msgid "sequence number in use for !tlsgd!%ld"
1086msgstr ""
1087
a5c7551f
RW
1088#: config/tc-alpha.c:1980 config/tc-arc.c:292 config/tc-mn10200.c:856
1089#: config/tc-mn10300.c:1146 config/tc-ppc.c:1676 config/tc-s390.c:604
499ac353 1090#: config/tc-v850.c:1556
55cf6793 1091msgid "operand"
252b5132
RH
1092msgstr ""
1093
a5c7551f 1094#: config/tc-alpha.c:2119
55cf6793 1095msgid "invalid relocation for instruction"
252b5132
RH
1096msgstr ""
1097
a5c7551f 1098#: config/tc-alpha.c:2132
55cf6793 1099msgid "invalid relocation for field"
252b5132
RH
1100msgstr ""
1101
a5c7551f 1102#: config/tc-alpha.c:2961
55cf6793 1103msgid "can not resolve expression"
252b5132
RH
1104msgstr ""
1105
a5c7551f
RW
1106#: config/tc-alpha.c:3503 config/tc-i370.c:1058 config/tc-microblaze.c:187
1107#: config/tc-ppc.c:2000 config/tc-ppc.c:4604
a74801ba 1108#, c-format
328577ad 1109msgid ".COMMon length (%ld.) <0! Ignored."
a74801ba
ILT
1110msgstr ""
1111
a5c7551f 1112#: config/tc-alpha.c:3514 config/tc-sparc.c:3820 config/tc-v850.c:245
328577ad 1113msgid "Ignoring attempt to re-define symbol"
252b5132
RH
1114msgstr ""
1115
a5c7551f 1116#: config/tc-alpha.c:3606 config/tc-ppc.c:4641 config/tc-sparc.c:3828
252b5132
RH
1117#, c-format
1118msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1119msgstr ""
1120
a5c7551f 1121#: config/tc-alpha.c:3713 ecoff.c:3054
252b5132
RH
1122msgid ".ent directive has no name"
1123msgstr ""
1124
a5c7551f 1125#: config/tc-alpha.c:3721
252b5132
RH
1126msgid "nested .ent directives"
1127msgstr ""
1128
a5c7551f 1129#: config/tc-alpha.c:3765 ecoff.c:3005
252b5132
RH
1130msgid ".end directive has no name"
1131msgstr ""
1132
a5c7551f 1133#: config/tc-alpha.c:3774
fce00800
AM
1134msgid ".end directive without matching .ent"
1135msgstr ""
1136
a5c7551f 1137#: config/tc-alpha.c:3776
252b5132
RH
1138msgid ".end directive names different symbol than .ent"
1139msgstr ""
1140
a5c7551f 1141#: config/tc-alpha.c:3819 ecoff.c:3140
fce00800
AM
1142msgid ".fmask outside of .ent"
1143msgstr ""
1144
a5c7551f 1145#: config/tc-alpha.c:3821 config/tc-score.c:5601 ecoff.c:3204
fce00800
AM
1146msgid ".mask outside of .ent"
1147msgstr ""
1148
a5c7551f 1149#: config/tc-alpha.c:3829 ecoff.c:3147
fce00800
AM
1150msgid "bad .fmask directive"
1151msgstr ""
1152
a5c7551f 1153#: config/tc-alpha.c:3831 ecoff.c:3211
fce00800
AM
1154msgid "bad .mask directive"
1155msgstr ""
1156
a5c7551f 1157#: config/tc-alpha.c:3864 config/tc-mips.c:15074 config/tc-score.c:5743
ae351704 1158#: ecoff.c:3168
fce00800
AM
1159msgid ".frame outside of .ent"
1160msgstr ""
1161
a5c7551f 1162#: config/tc-alpha.c:3875 ecoff.c:3179
fce00800
AM
1163msgid "bad .frame directive"
1164msgstr ""
1165
a5c7551f 1166#: config/tc-alpha.c:3909
87ccc1b0
NC
1167msgid ".prologue directive without a preceding .ent directive"
1168msgstr ""
1169
a5c7551f 1170#: config/tc-alpha.c:3927
252b5132
RH
1171#, c-format
1172msgid "Invalid argument %d to .prologue."
1173msgstr ""
1174
a5c7551f 1175#: config/tc-alpha.c:4018
252b5132
RH
1176msgid "ECOFF debugging is disabled."
1177msgstr ""
1178
a5c7551f 1179#: config/tc-alpha.c:4032
fce00800
AM
1180msgid ".ent directive without matching .end"
1181msgstr ""
1182
a5c7551f 1183#: config/tc-alpha.c:4117
fce00800
AM
1184msgid ".usepv directive has no name"
1185msgstr ""
1186
a5c7551f 1187#: config/tc-alpha.c:4128
fce00800
AM
1188msgid ".usepv directive has no type"
1189msgstr ""
1190
a5c7551f 1191#: config/tc-alpha.c:4143
fce00800
AM
1192msgid "unknown argument for .usepv"
1193msgstr ""
1194
a5c7551f
RW
1195#: config/tc-alpha.c:4250
1196#, c-format
1197msgid "unknown section attribute %s"
252b5132
RH
1198msgstr ""
1199
a5c7551f 1200#: config/tc-alpha.c:4361
252b5132
RH
1201msgid ".ent directive has no symbol"
1202msgstr ""
1203
a5c7551f
RW
1204#: config/tc-alpha.c:4390
1205msgid ".handler directive has no name"
1206msgstr ""
1207
1208#: config/tc-alpha.c:4419
252b5132
RH
1209msgid "Bad .frame directive 1./2. param"
1210msgstr ""
1211
a5c7551f 1212#: config/tc-alpha.c:4431
252b5132
RH
1213msgid "Bad .frame directive 3./4. param"
1214msgstr ""
1215
a5c7551f 1216#: config/tc-alpha.c:4466
252b5132
RH
1217msgid ".pdesc directive not in link (.link) section"
1218msgstr ""
1219
a5c7551f
RW
1220#: config/tc-alpha.c:4474
1221msgid ".pdesc directive has no entry symbol"
252b5132
RH
1222msgstr ""
1223
a5c7551f
RW
1224#: config/tc-alpha.c:4492
1225msgid ".pdesc has no matching .ent"
252b5132
RH
1226msgstr ""
1227
a5c7551f 1228#: config/tc-alpha.c:4510
252b5132
RH
1229msgid "No comma after .pdesc <entryname>"
1230msgstr ""
1231
a5c7551f 1232#: config/tc-alpha.c:4530
252b5132
RH
1233msgid "unknown procedure kind"
1234msgstr ""
1235
a5c7551f 1236#: config/tc-alpha.c:4642
252b5132
RH
1237msgid ".name directive not in link (.link) section"
1238msgstr ""
1239
a5c7551f 1240#: config/tc-alpha.c:4650
252b5132
RH
1241msgid ".name directive has no symbol"
1242msgstr ""
1243
a5c7551f 1244#: config/tc-alpha.c:4682
252b5132
RH
1245msgid "No symbol after .linkage"
1246msgstr ""
1247
a5c7551f 1248#: config/tc-alpha.c:4732
252b5132
RH
1249msgid "No symbol after .code_address"
1250msgstr ""
1251
a5c7551f 1252#: config/tc-alpha.c:4759 config/tc-score.c:5607
252b5132
RH
1253msgid "Bad .mask directive"
1254msgstr ""
1255
a5c7551f 1256#: config/tc-alpha.c:4777
252b5132
RH
1257msgid "Bad .fmask directive"
1258msgstr ""
1259
a5c7551f 1260#: config/tc-alpha.c:4934
252b5132
RH
1261#, c-format
1262msgid "Expected comma after name \"%s\""
1263msgstr ""
1264
a74801ba 1265#. *symbol_get_obj (symbolP) = (signed char) temp;
a5c7551f 1266#: config/tc-alpha.c:4945
252b5132
RH
1267#, c-format
1268msgid "unhandled: .proc %s,%d"
1269msgstr ""
1270
a5c7551f 1271#: config/tc-alpha.c:4979
252b5132
RH
1272#, c-format
1273msgid "Tried to .set unrecognized mode `%s'"
1274msgstr ""
1275
a5c7551f 1276#: config/tc-alpha.c:5005
252b5132
RH
1277#, c-format
1278msgid "Bad base register, using $%d."
1279msgstr ""
1280
a5c7551f 1281#: config/tc-alpha.c:5026
252b5132
RH
1282#, c-format
1283msgid "Alignment too large: %d. assumed"
1284msgstr ""
1285
a5c7551f 1286#: config/tc-alpha.c:5030 config/tc-d30v.c:2048
252b5132
RH
1287msgid "Alignment negative: 0 assumed"
1288msgstr ""
1289
a5c7551f
RW
1290#: config/tc-alpha.c:5124 config/tc-alpha.c:5617
1291#, c-format
1292msgid "Unknown CPU identifier `%s'"
1293msgstr ""
1294
1295#: config/tc-alpha.c:5315
252b5132
RH
1296#, c-format
1297msgid "Chose GP value of %lx\n"
1298msgstr ""
1299
a5c7551f 1300#: config/tc-alpha.c:5329
87ccc1b0 1301msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
328577ad
NC
1302msgstr ""
1303
a5c7551f 1304#: config/tc-alpha.c:5418
55cf6793
ZW
1305#, c-format
1306msgid "internal error: can't hash opcode `%s': %s"
252b5132
RH
1307msgstr ""
1308
a5c7551f 1309#: config/tc-alpha.c:5454
55cf6793
ZW
1310#, c-format
1311msgid "internal error: can't hash macro `%s': %s"
252b5132
RH
1312msgstr ""
1313
a5c7551f
RW
1314#: config/tc-alpha.c:5539 config/tc-arm.c:6439 config/tc-arm.c:6451
1315#: config/tc-i960.c:708 config/tc-xtensa.c:5293 config/tc-xtensa.c:5371
1316#: config/tc-xtensa.c:5489 config/tc-z80.c:1893
55cf6793
ZW
1317msgid "syntax error"
1318msgstr ""
1319
a5c7551f 1320#: config/tc-alpha.c:5668
55cf6793
ZW
1321msgid ""
1322"Alpha options:\n"
1323"-32addr\t\t\ttreat addresses as 32-bit values\n"
1324"-F\t\t\tlack floating point instructions support\n"
1325"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
1326"\t\t\tspecify variant of Alpha architecture\n"
1327"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -"
1328"m21264b\n"
1329"\t\t\tthese variants include PALcode opcodes\n"
1330msgstr ""
1331
a5c7551f 1332#: config/tc-alpha.c:5678
55cf6793
ZW
1333msgid ""
1334"VMS options:\n"
a5c7551f 1335"-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
55cf6793 1336"-H\t\t\tshow new symbol after hash truncation\n"
a5c7551f 1337"-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
55cf6793
ZW
1338msgstr ""
1339
a5c7551f 1340#: config/tc-alpha.c:5929
55cf6793
ZW
1341#, c-format
1342msgid "unhandled relocation type %s"
1343msgstr ""
1344
a5c7551f 1345#: config/tc-alpha.c:5942
55cf6793
ZW
1346msgid "non-absolute expression in constant field"
1347msgstr ""
1348
a5c7551f 1349#: config/tc-alpha.c:5956
55cf6793
ZW
1350#, c-format
1351msgid "type %d reloc done?\n"
1352msgstr ""
1353
a5c7551f 1354#: config/tc-alpha.c:6003 config/tc-alpha.c:6010
55cf6793
ZW
1355msgid "Used $at without \".set noat\""
1356msgstr ""
1357
a5c7551f 1358#: config/tc-alpha.c:6179
55cf6793
ZW
1359#, c-format
1360msgid "!samegp reloc against symbol without .prologue: %s"
1361msgstr ""
1362
a5c7551f 1363#: config/tc-alpha.c:6223 config/tc-xtensa.c:5995
55cf6793
ZW
1364#, c-format
1365msgid "cannot represent `%s' relocation in object file"
1366msgstr ""
1367
a5c7551f 1368#: config/tc-alpha.c:6229
55cf6793
ZW
1369#, c-format
1370msgid "internal error? cannot generate `%s' relocation"
1371msgstr ""
1372
a5c7551f 1373#: config/tc-alpha.c:6336
55cf6793
ZW
1374#, c-format
1375msgid "frame reg expected, using $%d."
1376msgstr ""
1377
c85dd50d
NC
1378#: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:991
1379#: config/tc-h8300.c:76 config/tc-h8300.c:85 config/tc-h8300.c:95
1380#: config/tc-h8300.c:105 config/tc-h8300.c:115 config/tc-h8300.c:126
a5c7551f
RW
1381#: config/tc-h8300.c:193 config/tc-hppa.c:6820 config/tc-hppa.c:6826
1382#: config/tc-hppa.c:6832 config/tc-hppa.c:6838 config/tc-hppa.c:8245
f12e7348 1383#: config/tc-mn10300.c:935 config/tc-mn10300.c:940 config/tc-mn10300.c:2433
c85dd50d
NC
1384#: config/tc-xc16x.c:79 config/tc-xc16x.c:86 config/tc-xc16x.c:93
1385msgid "could not set architecture and machine"
1386msgstr ""
1387
a5c7551f
RW
1388#: config/tc-arc.c:212 config/tc-arm.c:21296 config/tc-score.c:6303
1389#: config/tc-score.c:6526 config/tc-score.c:6531
c85dd50d
NC
1390msgid "virtual memory exhausted"
1391msgstr ""
1392
1393#: config/tc-arc.c:432 config/tc-arc.c:670
1394msgid "expected comma after operand name"
1395msgstr ""
1396
1397#: config/tc-arc.c:443
1398#, c-format
1399msgid "negative operand number %d"
1400msgstr ""
1401
1402#: config/tc-arc.c:455
1403msgid "expected comma after register-number"
1404msgstr ""
1405
1406#: config/tc-arc.c:480
1407msgid "invalid mode"
1408msgstr ""
1409
1410#: config/tc-arc.c:497
1411msgid "expected comma after register-mode"
1412msgstr ""
1413
1414#: config/tc-arc.c:514
1415msgid "shortcut designator invalid"
1416msgstr ""
1417
1418#: config/tc-arc.c:529
1419#, c-format
1420msgid "core register value (%d) too large"
1421msgstr ""
1422
1423#: config/tc-arc.c:537
1424#, c-format
1425msgid "condition code value (%d) too large"
1426msgstr ""
1427
1428#: config/tc-arc.c:554
1429#, c-format
1430msgid "attempt to override symbol: %s"
1431msgstr ""
1432
1433#: config/tc-arc.c:625
1434msgid "invalid opertype"
1435msgstr ""
1436
1437#: config/tc-arc.c:682
1438msgid "expected comma after opcode"
1439msgstr ""
1440
1441#: config/tc-arc.c:692
1442#, c-format
1443msgid "negative subopcode %d"
1444msgstr ""
1445
1446#: config/tc-arc.c:701
1447msgid "subcode value found when opcode not equal 0x03"
1448msgstr ""
1449
1450#: config/tc-arc.c:709
1451#, c-format
1452msgid "invalid subopcode %d"
1453msgstr ""
1454
1455#: config/tc-arc.c:720
1456msgid "expected comma after subopcode"
1457msgstr ""
1458
1459#: config/tc-arc.c:739
1460msgid "invalid suffix class"
1461msgstr ""
1462
1463#: config/tc-arc.c:748
1464msgid "expected comma after suffix class"
1465msgstr ""
1466
1467#: config/tc-arc.c:767
1468msgid "invalid syntax class"
1469msgstr ""
1470
1471#: config/tc-arc.c:774
1472msgid "opcode 0x3 and SYNTAX_3OP invalid"
1473msgstr ""
1474
1475#: config/tc-arc.c:794
1476msgid "unknown suffix class"
1477msgstr ""
1478
1479#: config/tc-arc.c:861
1480msgid "expected comma after symbol name"
1481msgstr ""
1482
1483#: config/tc-arc.c:871
1484msgid "negative symbol length"
1485msgstr ""
1486
1487#: config/tc-arc.c:882
1488msgid "ignoring attempt to re-define symbol"
1489msgstr ""
1490
1491#: config/tc-arc.c:889
1492#, c-format
1493msgid "length of symbol \"%s\" already %ld, ignoring %d"
1494msgstr ""
1495
1496#: config/tc-arc.c:903
1497msgid "assuming symbol alignment of zero"
1498msgstr ""
1499
1500#: config/tc-arc.c:970
1501msgid "\".option\" directive must appear before any instructions"
1502msgstr ""
1503
1504#: config/tc-arc.c:980
1505msgid "\".option\" directive conflicts with initial definition"
1506msgstr ""
1507
1508#: config/tc-arc.c:988
1509msgid "\".option\" directive overrides command-line (default) value"
1510msgstr ""
1511
1512#: config/tc-arc.c:998
1513msgid "invalid identifier for \".option\""
1514msgstr ""
1515
b2f58c0c
NC
1516#: config/tc-arc.c:1036 config/tc-i860.c:1034 config/tc-ip2k.c:249
1517msgid "relaxation not supported\n"
55cf6793
ZW
1518msgstr ""
1519
499ac353 1520#: config/tc-arc.c:1080
c85dd50d
NC
1521msgid "expression too complex code symbol"
1522msgstr ""
1523
499ac353 1524#: config/tc-arc.c:1107
c85dd50d
NC
1525#, c-format
1526msgid "missing ')' in %%-op"
1527msgstr ""
1528
a5c7551f
RW
1529#: config/tc-arc.c:1362 config/tc-dlx.c:1200 config/tc-i960.c:2641
1530#: config/tc-m32r.c:2281 config/tc-sparc.c:3508
c85dd50d
NC
1531#, c-format
1532msgid "internal error: can't export reloc type %d (`%s')"
1533msgstr ""
1534
499ac353 1535#: config/tc-arc.c:1494
c85dd50d
NC
1536#, c-format
1537msgid "unknown syntax format character `%c'"
1538msgstr ""
1539
499ac353 1540#: config/tc-arc.c:1632
c85dd50d
NC
1541msgid "too many suffixes"
1542msgstr ""
1543
499ac353 1544#: config/tc-arc.c:1671
c85dd50d
NC
1545msgid "symbol as destination register"
1546msgstr ""
1547
a5c7551f
RW
1548#: config/tc-arc.c:1756 config/tc-i370.c:2211 config/tc-mn10200.c:1141
1549#: config/tc-mn10300.c:1820 config/tc-ppc.c:2891 config/tc-s390.c:1460
1550#: config/tc-v850.c:2009
c85dd50d
NC
1551#, c-format
1552msgid "junk at end of line: `%s'"
1553msgstr ""
1554
499ac353 1555#: config/tc-arc.c:1795
c85dd50d
NC
1556msgid "8 byte instruction in delay slot"
1557msgstr ""
1558
1559#. except for jl addr
499ac353 1560#: config/tc-arc.c:1798
c85dd50d
NC
1561msgid "8 byte jump instruction with delay slot"
1562msgstr ""
1563
499ac353 1564#: config/tc-arc.c:1806
c85dd50d
NC
1565msgid "conditional branch follows set of flags"
1566msgstr ""
1567
a5c7551f 1568#: config/tc-arc.c:1890 config/tc-arm.c:15434
c85dd50d
NC
1569#, c-format
1570msgid "bad instruction `%s'"
87ccc1b0
NC
1571msgstr ""
1572
a5c7551f 1573#: config/tc-arm.c:516
328577ad
NC
1574msgid "ARM register expected"
1575msgstr ""
1576
a5c7551f 1577#: config/tc-arm.c:517
328577ad
NC
1578msgid "bad or missing co-processor number"
1579msgstr ""
1580
a5c7551f 1581#: config/tc-arm.c:518
328577ad
NC
1582msgid "co-processor register expected"
1583msgstr ""
1584
a5c7551f 1585#: config/tc-arm.c:519
328577ad
NC
1586msgid "FPA register expected"
1587msgstr ""
1588
a5c7551f 1589#: config/tc-arm.c:520
328577ad
NC
1590msgid "VFP single precision register expected"
1591msgstr ""
1592
a5c7551f 1593#: config/tc-arm.c:521
ae351704
AM
1594msgid "VFP/Neon double precision register expected"
1595msgstr ""
1596
a5c7551f 1597#: config/tc-arm.c:522
ae351704
AM
1598msgid "Neon quad precision register expected"
1599msgstr ""
1600
a5c7551f 1601#: config/tc-arm.c:523
ae351704
AM
1602msgid "VFP single or double precision register expected"
1603msgstr ""
1604
a5c7551f 1605#: config/tc-arm.c:524
ae351704 1606msgid "Neon double or quad precision register expected"
328577ad
NC
1607msgstr ""
1608
a5c7551f 1609#: config/tc-arm.c:525
ae351704
AM
1610msgid "VFP single, double or Neon quad precision register expected"
1611msgstr ""
1612
a5c7551f 1613#: config/tc-arm.c:526
55cf6793
ZW
1614msgid "VFP system register expected"
1615msgstr ""
1616
a5c7551f 1617#: config/tc-arm.c:527
328577ad
NC
1618msgid "Maverick MVF register expected"
1619msgstr ""
1620
a5c7551f 1621#: config/tc-arm.c:528
328577ad
NC
1622msgid "Maverick MVD register expected"
1623msgstr ""
1624
a5c7551f 1625#: config/tc-arm.c:529
328577ad
NC
1626msgid "Maverick MVFX register expected"
1627msgstr ""
1628
a5c7551f 1629#: config/tc-arm.c:530
6e1772d5
AM
1630msgid "Maverick MVDX register expected"
1631msgstr ""
1632
a5c7551f 1633#: config/tc-arm.c:531
328577ad
NC
1634msgid "Maverick MVAX register expected"
1635msgstr ""
1636
a5c7551f 1637#: config/tc-arm.c:532
328577ad
NC
1638msgid "Maverick DSPSC register expected"
1639msgstr ""
1640
a5c7551f 1641#: config/tc-arm.c:533
55cf6793
ZW
1642msgid "iWMMXt data register expected"
1643msgstr ""
1644
a5c7551f 1645#: config/tc-arm.c:534 config/tc-arm.c:6248
55cf6793
ZW
1646msgid "iWMMXt control register expected"
1647msgstr ""
1648
a5c7551f 1649#: config/tc-arm.c:535
55cf6793
ZW
1650msgid "iWMMXt scalar register expected"
1651msgstr ""
1652
a5c7551f 1653#: config/tc-arm.c:536
55cf6793 1654msgid "XScale accumulator register expected"
87ccc1b0
NC
1655msgstr ""
1656
ae351704 1657#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
a5c7551f 1658#: config/tc-arm.c:685 config/tc-score.c:259
328577ad
NC
1659msgid "bad arguments to instruction"
1660msgstr ""
1661
a5c7551f
RW
1662#: config/tc-arm.c:686
1663msgid "r13 not allowed here"
1664msgstr ""
1665
1666#: config/tc-arm.c:687
328577ad
NC
1667msgid "r15 not allowed here"
1668msgstr ""
1669
a5c7551f 1670#: config/tc-arm.c:688
55cf6793 1671msgid "instruction cannot be conditional"
328577ad
NC
1672msgstr ""
1673
a5c7551f 1674#: config/tc-arm.c:689
55cf6793 1675msgid "registers may not be the same"
328577ad
NC
1676msgstr ""
1677
a5c7551f 1678#: config/tc-arm.c:690
55cf6793 1679msgid "lo register required"
252b5132
RH
1680msgstr ""
1681
a5c7551f 1682#: config/tc-arm.c:691
55cf6793 1683msgid "instruction not supported in Thumb16 mode"
06647dfd
AM
1684msgstr ""
1685
a5c7551f 1686#: config/tc-arm.c:692
ae351704
AM
1687msgid "instruction does not accept this addressing mode"
1688msgstr ""
1689
a5c7551f 1690#: config/tc-arm.c:693
ae351704
AM
1691msgid "branch must be last instruction in IT block"
1692msgstr ""
1693
a5c7551f 1694#: config/tc-arm.c:694
ae351704
AM
1695msgid "instruction not allowed in IT block"
1696msgstr ""
1697
a5c7551f 1698#: config/tc-arm.c:695
ae351704
AM
1699msgid "selected FPU does not support instruction"
1700msgstr ""
1701
a5c7551f
RW
1702#: config/tc-arm.c:696
1703msgid "thumb conditional instruction should be in IT block"
1704msgstr ""
1705
1706#: config/tc-arm.c:697
1707msgid "incorrect condition in IT block"
1708msgstr ""
1709
1710#: config/tc-arm.c:698
1711msgid "IT falling in the range of a previous IT block"
1712msgstr ""
1713
1714#: config/tc-arm.c:699
1715msgid "missing .fnstart before unwinding directive"
1716msgstr ""
1717
1718#: config/tc-arm.c:890
55cf6793 1719msgid "immediate expression requires a # prefix"
06647dfd
AM
1720msgstr ""
1721
a5c7551f
RW
1722#: config/tc-arm.c:918 read.c:3617
1723msgid "missing expression"
1724msgstr ""
1725
1726#: config/tc-arm.c:918 config/tc-score.c:6513 expr.c:1352 read.c:2464
55cf6793 1727msgid "bad expression"
06647dfd
AM
1728msgstr ""
1729
a5c7551f 1730#: config/tc-arm.c:929 config/tc-i860.c:1003 config/tc-sparc.c:2880
55cf6793 1731msgid "bad segment"
252b5132
RH
1732msgstr ""
1733
a5c7551f
RW
1734#: config/tc-arm.c:946 config/tc-arm.c:4744 config/tc-i960.c:1300
1735#: config/tc-score.c:1211
55cf6793
ZW
1736msgid "invalid constant"
1737msgstr ""
1738
a5c7551f 1739#: config/tc-arm.c:1076
55cf6793
ZW
1740msgid "expected #constant"
1741msgstr ""
1742
a5c7551f 1743#: config/tc-arm.c:1237
ae351704
AM
1744#, c-format
1745msgid "unexpected character `%c' in type specifier"
1746msgstr ""
1747
a5c7551f 1748#: config/tc-arm.c:1254
ae351704
AM
1749#, c-format
1750msgid "bad size %d in type specifier"
1751msgstr ""
1752
a5c7551f 1753#: config/tc-arm.c:1304
ae351704
AM
1754msgid "only one type should be specified for operand"
1755msgstr ""
1756
a5c7551f 1757#: config/tc-arm.c:1310
ae351704
AM
1758msgid "vector type expected"
1759msgstr ""
1760
a5c7551f 1761#: config/tc-arm.c:1382
ae351704
AM
1762msgid "can't redefine type for operand"
1763msgstr ""
1764
a5c7551f 1765#: config/tc-arm.c:1393
ae351704
AM
1766msgid "only D registers may be indexed"
1767msgstr ""
1768
a5c7551f 1769#: config/tc-arm.c:1399
ae351704
AM
1770msgid "can't change index for operand"
1771msgstr ""
1772
a5c7551f 1773#: config/tc-arm.c:1415 config/tc-arm.c:3274 config/tc-arm.c:4345
ae351704
AM
1774msgid "constant expression required"
1775msgstr ""
1776
a5c7551f 1777#: config/tc-arm.c:1458
ae351704
AM
1778msgid "register operand expected, but got scalar"
1779msgstr ""
1780
a5c7551f 1781#: config/tc-arm.c:1491
ae351704
AM
1782msgid "scalar must have an index"
1783msgstr ""
1784
a5c7551f
RW
1785#: config/tc-arm.c:1496 config/tc-arm.c:14062 config/tc-arm.c:14110
1786#: config/tc-arm.c:14512
ae351704
AM
1787msgid "scalar index out of range"
1788msgstr ""
1789
a5c7551f 1790#: config/tc-arm.c:1544
55cf6793 1791msgid "bad range in register list"
6e1772d5
AM
1792msgstr ""
1793
a5c7551f 1794#: config/tc-arm.c:1552 config/tc-arm.c:1561 config/tc-arm.c:1602
6e1772d5 1795#, c-format
55cf6793 1796msgid "Warning: duplicated register (r%d) in register list"
6e1772d5
AM
1797msgstr ""
1798
a5c7551f 1799#: config/tc-arm.c:1564
55cf6793
ZW
1800msgid "Warning: register range not in ascending order"
1801msgstr ""
1802
a5c7551f 1803#: config/tc-arm.c:1575
55cf6793
ZW
1804msgid "missing `}'"
1805msgstr ""
1806
a5c7551f 1807#: config/tc-arm.c:1591
55cf6793
ZW
1808msgid "invalid register mask"
1809msgstr ""
1810
a5c7551f 1811#: config/tc-arm.c:1673
ae351704
AM
1812msgid "expecting {"
1813msgstr ""
1814
a5c7551f 1815#: config/tc-arm.c:1728 config/tc-arm.c:1772
ae351704
AM
1816msgid "register out of range in list"
1817msgstr ""
1818
a5c7551f
RW
1819#: config/tc-arm.c:1744 config/tc-arm.c:1789 config/tc-h8300.c:989
1820#: config/tc-mips.c:10561 config/tc-mips.c:10583
55cf6793
ZW
1821msgid "invalid register list"
1822msgstr ""
1823
a5c7551f 1824#: config/tc-arm.c:1750 config/tc-arm.c:3788 config/tc-arm.c:3921
55cf6793
ZW
1825msgid "register list not in ascending order"
1826msgstr ""
1827
a5c7551f 1828#: config/tc-arm.c:1781
55cf6793
ZW
1829msgid "register range not in ascending order"
1830msgstr ""
1831
a5c7551f 1832#: config/tc-arm.c:1814
55cf6793 1833msgid "non-contiguous register range"
6e1772d5
AM
1834msgstr ""
1835
a5c7551f
RW
1836#: config/tc-arm.c:1874
1837msgid "register stride must be 1 or 2"
1838msgstr ""
1839
1840#: config/tc-arm.c:1875
1841msgid "mismatched element/structure types in list"
1842msgstr ""
1843
1844#: config/tc-arm.c:1940
ae351704
AM
1845msgid "don't use Rn-Rm syntax with non-unit stride"
1846msgstr ""
1847
a5c7551f 1848#: config/tc-arm.c:1995
ae351704
AM
1849msgid "error parsing element/structure list"
1850msgstr ""
1851
a5c7551f 1852#: config/tc-arm.c:2001
ae351704
AM
1853msgid "expected }"
1854msgstr ""
1855
a5c7551f 1856#: config/tc-arm.c:2057
252b5132 1857#, c-format
55cf6793 1858msgid "ignoring attempt to redefine built-in register '%s'"
252b5132
RH
1859msgstr ""
1860
a5c7551f 1861#: config/tc-arm.c:2062
55cf6793
ZW
1862#, c-format
1863msgid "ignoring redefinition of register alias '%s'"
252b5132
RH
1864msgstr ""
1865
a5c7551f 1866#: config/tc-arm.c:2090
ae351704
AM
1867msgid "attempt to redefine typed alias"
1868msgstr ""
1869
a5c7551f 1870#: config/tc-arm.c:2128
328577ad 1871#, c-format
55cf6793 1872msgid "unknown register '%s' -- .req ignored"
328577ad
NC
1873msgstr ""
1874
a5c7551f 1875#: config/tc-arm.c:2223
ae351704
AM
1876msgid "bad type for register"
1877msgstr ""
1878
a5c7551f 1879#: config/tc-arm.c:2234
ae351704
AM
1880msgid "expression must be constant"
1881msgstr ""
1882
a5c7551f 1883#: config/tc-arm.c:2251
ae351704
AM
1884msgid "can't redefine the type of a register alias"
1885msgstr ""
1886
a5c7551f 1887#: config/tc-arm.c:2258
ae351704
AM
1888msgid "you must specify a single type only"
1889msgstr ""
1890
a5c7551f 1891#: config/tc-arm.c:2271
ae351704
AM
1892msgid "can't redefine the index of a scalar alias"
1893msgstr ""
1894
a5c7551f 1895#: config/tc-arm.c:2279
ae351704
AM
1896msgid "scalar index must be constant"
1897msgstr ""
1898
a5c7551f 1899#: config/tc-arm.c:2288
ae351704
AM
1900msgid "expecting ]"
1901msgstr ""
1902
a5c7551f 1903#: config/tc-arm.c:2326
55cf6793
ZW
1904msgid "invalid syntax for .req directive"
1905msgstr ""
1906
a5c7551f 1907#: config/tc-arm.c:2332
ae351704
AM
1908msgid "invalid syntax for .dn directive"
1909msgstr ""
1910
a5c7551f 1911#: config/tc-arm.c:2338
ae351704
AM
1912msgid "invalid syntax for .qn directive"
1913msgstr ""
1914
a5c7551f 1915#: config/tc-arm.c:2364
55cf6793
ZW
1916msgid "invalid syntax for .unreq directive"
1917msgstr ""
1918
a5c7551f 1919#: config/tc-arm.c:2370
a74801ba 1920#, c-format
55cf6793 1921msgid "unknown register alias '%s'"
a74801ba
ILT
1922msgstr ""
1923
a5c7551f 1924#: config/tc-arm.c:2372
06647dfd 1925#, c-format
55cf6793 1926msgid "ignoring attempt to undefine built-in register '%s'"
252b5132
RH
1927msgstr ""
1928
a5c7551f 1929#: config/tc-arm.c:2610
c85dd50d
NC
1930#, c-format
1931msgid "Failed to find real start of function: %s\n"
1932msgstr ""
1933
a5c7551f 1934#: config/tc-arm.c:2627
55cf6793 1935msgid "selected processor does not support THUMB opcodes"
252b5132
RH
1936msgstr ""
1937
a5c7551f 1938#: config/tc-arm.c:2640
55cf6793 1939msgid "selected processor does not support ARM opcodes"
252b5132
RH
1940msgstr ""
1941
a5c7551f 1942#: config/tc-arm.c:2652
55cf6793
ZW
1943#, c-format
1944msgid "invalid instruction size selected (%d)"
252b5132
RH
1945msgstr ""
1946
a5c7551f 1947#: config/tc-arm.c:2684
252b5132 1948#, c-format
55cf6793 1949msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
252b5132
RH
1950msgstr ""
1951
a5c7551f 1952#: config/tc-arm.c:2740
87ccc1b0 1953#, c-format
55cf6793 1954msgid "expected comma after name \"%s\""
87ccc1b0
NC
1955msgstr ""
1956
a5c7551f 1957#: config/tc-arm.c:2790 config/tc-m32r.c:588
55cf6793
ZW
1958#, c-format
1959msgid "symbol `%s' already defined"
252b5132
RH
1960msgstr ""
1961
a5c7551f 1962#: config/tc-arm.c:2824
55cf6793
ZW
1963#, c-format
1964msgid "unrecognized syntax mode \"%s\""
252b5132
RH
1965msgstr ""
1966
a5c7551f 1967#: config/tc-arm.c:2845
55cf6793
ZW
1968#, c-format
1969msgid "alignment too large: %d assumed"
252b5132
RH
1970msgstr ""
1971
a5c7551f 1972#: config/tc-arm.c:2848
55cf6793 1973msgid "alignment negative. 0 assumed."
252b5132
RH
1974msgstr ""
1975
a5c7551f 1976#: config/tc-arm.c:2998
55cf6793 1977msgid "literal pool overflow"
252b5132
RH
1978msgstr ""
1979
a5c7551f 1980#: config/tc-arm.c:3154 config/tc-arm.c:6183
55cf6793 1981msgid "unrecognized relocation suffix"
252b5132
RH
1982msgstr ""
1983
a5c7551f 1984#: config/tc-arm.c:3167
49f58d10
JB
1985msgid "(plt) is only valid on branch targets"
1986msgstr ""
1987
a5c7551f
RW
1988#: config/tc-arm.c:3173 config/tc-s390.c:1100 config/tc-s390.c:1725
1989#: config/tc-xtensa.c:1590
49f58d10
JB
1990#, c-format
1991msgid "%s relocations do not fit in %d bytes"
1992msgstr ""
1993
a5c7551f
RW
1994#: config/tc-arm.c:3250
1995msgid ".inst.n operand too big. Use .inst.w instead"
1996msgstr ""
1997
1998#: config/tc-arm.c:3270
1999msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
2000msgstr ""
2001
2002#: config/tc-arm.c:3300
2003msgid "width suffixes are invalid in ARM mode"
2004msgstr ""
2005
2006#: config/tc-arm.c:3342 dwarf2dbg.c:701
55cf6793 2007msgid "expected 0 or 1"
252b5132
RH
2008msgstr ""
2009
a5c7551f 2010#: config/tc-arm.c:3346
55cf6793 2011msgid "missing comma"
6e1772d5
AM
2012msgstr ""
2013
a5c7551f
RW
2014#: config/tc-arm.c:3379
2015msgid "duplicate .fnstart directive"
2016msgstr ""
2017
2018#: config/tc-arm.c:3410
c85dd50d 2019msgid "duplicate .handlerdata directive"
252b5132
RH
2020msgstr ""
2021
a5c7551f
RW
2022#: config/tc-arm.c:3429
2023msgid ".fnend directive without .fnstart"
2024msgstr ""
2025
2026#: config/tc-arm.c:3495
55cf6793 2027msgid "personality routine specified for cantunwind frame"
6e1772d5
AM
2028msgstr ""
2029
a5c7551f 2030#: config/tc-arm.c:3512
55cf6793 2031msgid "duplicate .personalityindex directive"
6e1772d5
AM
2032msgstr ""
2033
a5c7551f 2034#: config/tc-arm.c:3519
55cf6793 2035msgid "bad personality routine number"
6e1772d5
AM
2036msgstr ""
2037
a5c7551f 2038#: config/tc-arm.c:3541
55cf6793 2039msgid "duplicate .personality directive"
6e1772d5
AM
2040msgstr ""
2041
a5c7551f 2042#: config/tc-arm.c:3564 config/tc-arm.c:3692 config/tc-arm.c:3740
55cf6793 2043msgid "expected register list"
252b5132
RH
2044msgstr ""
2045
a5c7551f 2046#: config/tc-arm.c:3646
55cf6793 2047msgid "expected , <constant>"
252b5132
RH
2048msgstr ""
2049
a5c7551f 2050#: config/tc-arm.c:3655
55cf6793 2051msgid "number of registers must be in the range [1:4]"
252b5132
RH
2052msgstr ""
2053
a5c7551f 2054#: config/tc-arm.c:3802 config/tc-arm.c:3935
55cf6793 2055msgid "bad register range"
06647dfd
AM
2056msgstr ""
2057
a5c7551f 2058#: config/tc-arm.c:3992
55cf6793 2059msgid "register expected"
252b5132
RH
2060msgstr ""
2061
a5c7551f 2062#: config/tc-arm.c:4002
55cf6793 2063msgid "FPA .unwind_save does not take a register list"
252b5132
RH
2064msgstr ""
2065
a5c7551f 2066#: config/tc-arm.c:4021
55cf6793 2067msgid ".unwind_save does not support this kind of register"
60bcf0fa
NC
2068msgstr ""
2069
a5c7551f 2070#: config/tc-arm.c:4060
55cf6793 2071msgid "SP and PC not permitted in .unwind_movsp directive"
252b5132
RH
2072msgstr ""
2073
a5c7551f 2074#: config/tc-arm.c:4065
55cf6793 2075msgid "unexpected .unwind_movsp directive"
252b5132
RH
2076msgstr ""
2077
a5c7551f 2078#: config/tc-arm.c:4092
55cf6793 2079msgid "stack increment must be multiple of 4"
252b5132
RH
2080msgstr ""
2081
a5c7551f 2082#: config/tc-arm.c:4124
55cf6793 2083msgid "expected <reg>, <reg>"
252b5132
RH
2084msgstr ""
2085
a5c7551f 2086#: config/tc-arm.c:4142
55cf6793 2087msgid "register must be either sp or set by a previousunwind_movsp directive"
5f68c319
NC
2088msgstr ""
2089
a5c7551f 2090#: config/tc-arm.c:4181
55cf6793 2091msgid "expected <offset>, <opcode>"
06647dfd
AM
2092msgstr ""
2093
a5c7551f 2094#: config/tc-arm.c:4193
55cf6793 2095msgid "unwind opcode too long"
5f68c319
NC
2096msgstr ""
2097
a5c7551f 2098#: config/tc-arm.c:4198
55cf6793 2099msgid "invalid unwind opcode"
5f68c319
NC
2100msgstr ""
2101
a5c7551f
RW
2102#: config/tc-arm.c:4351 config/tc-arm.c:5213 config/tc-arm.c:8917
2103#: config/tc-arm.c:9440 config/tc-arm.c:12568 config/tc-arm.c:20329
2104#: config/tc-arm.c:20354 config/tc-arm.c:20362 config/tc-z8k.c:1144
ae351704 2105#: config/tc-z8k.c:1154
55cf6793 2106msgid "immediate value out of range"
3b16e843
NC
2107msgstr ""
2108
a5c7551f 2109#: config/tc-arm.c:4498
55cf6793 2110msgid "invalid FPA immediate expression"
6e1772d5
AM
2111msgstr ""
2112
a5c7551f 2113#: config/tc-arm.c:4622 config/tc-arm.c:4630
06647dfd
AM
2114msgid "shift expression expected"
2115msgstr ""
2116
a5c7551f 2117#: config/tc-arm.c:4644
06647dfd
AM
2118msgid "'LSL' or 'ASR' required"
2119msgstr ""
2120
a5c7551f 2121#: config/tc-arm.c:4652
06647dfd
AM
2122msgid "'LSL' required"
2123msgstr ""
2124
a5c7551f 2125#: config/tc-arm.c:4660
06647dfd
AM
2126msgid "'ASR' required"
2127msgstr ""
2128
a5c7551f 2129#: config/tc-arm.c:4732 config/tc-arm.c:5207 config/tc-arm.c:6832
499ac353 2130#: config/tc-v850.c:1827 config/tc-v850.c:1848
55cf6793 2131msgid "constant expression expected"
06647dfd
AM
2132msgstr ""
2133
a5c7551f 2134#: config/tc-arm.c:4739
55cf6793 2135msgid "invalid rotation"
06647dfd
AM
2136msgstr ""
2137
a5c7551f 2138#: config/tc-arm.c:4899 config/tc-arm.c:5043
ae351704
AM
2139msgid "unknown group relocation"
2140msgstr ""
2141
a5c7551f 2142#: config/tc-arm.c:5012
ae351704
AM
2143msgid "alignment must be constant"
2144msgstr ""
2145
a5c7551f 2146#: config/tc-arm.c:5074
ae351704
AM
2147msgid "this group relocation is not allowed on this instruction"
2148msgstr ""
2149
a5c7551f 2150#: config/tc-arm.c:5086 config/tc-arm.c:5486
55cf6793 2151msgid "']' expected"
06647dfd
AM
2152msgstr ""
2153
a5c7551f 2154#: config/tc-arm.c:5104
55cf6793 2155msgid "'}' expected at end of 'option' field"
06647dfd
AM
2156msgstr ""
2157
a5c7551f 2158#: config/tc-arm.c:5109
55cf6793 2159msgid "cannot combine index with option"
87ccc1b0
NC
2160msgstr ""
2161
a5c7551f 2162#: config/tc-arm.c:5122
55cf6793 2163msgid "cannot combine pre- and post-indexing"
6e1772d5
AM
2164msgstr ""
2165
a5c7551f 2166#: config/tc-arm.c:5283
55cf6793
ZW
2167msgid "flag for {c}psr instruction expected"
2168msgstr ""
2169
a5c7551f 2170#: config/tc-arm.c:5308
55cf6793 2171msgid "unrecognized CPS flag"
5f68c319
NC
2172msgstr ""
2173
a5c7551f 2174#: config/tc-arm.c:5315
55cf6793 2175msgid "missing CPS flags"
6e1772d5
AM
2176msgstr ""
2177
a5c7551f 2178#: config/tc-arm.c:5338 config/tc-arm.c:5344
6e1772d5
AM
2179msgid "valid endian specifiers are be or le"
2180msgstr ""
2181
a5c7551f 2182#: config/tc-arm.c:5366
6e1772d5
AM
2183msgid "missing rotation field after comma"
2184msgstr ""
2185
a5c7551f 2186#: config/tc-arm.c:5381
55cf6793 2187msgid "rotation can only be 0, 8, 16, or 24"
6e1772d5
AM
2188msgstr ""
2189
a5c7551f 2190#: config/tc-arm.c:5410
55cf6793 2191msgid "condition required"
6e1772d5
AM
2192msgstr ""
2193
a5c7551f 2194#: config/tc-arm.c:5448 config/tc-arm.c:7385
ae351704
AM
2195msgid "'[' expected"
2196msgstr ""
2197
a5c7551f 2198#: config/tc-arm.c:5461
ae351704
AM
2199msgid "',' expected"
2200msgstr ""
2201
a5c7551f 2202#: config/tc-arm.c:5478
3caac5b8
AM
2203msgid "invalid shift"
2204msgstr ""
2205
a5c7551f 2206#: config/tc-arm.c:5551
ae351704
AM
2207msgid "can't use Neon quad register here"
2208msgstr ""
2209
a5c7551f 2210#: config/tc-arm.c:5617
ae351704
AM
2211msgid "expected <Rm> or <Dm> or <Qm> operand"
2212msgstr ""
2213
a5c7551f 2214#: config/tc-arm.c:5697
ae351704
AM
2215msgid "parse error"
2216msgstr ""
2217
a5c7551f 2218#: config/tc-arm.c:5707 read.c:2135
ae351704
AM
2219msgid "expected comma"
2220msgstr ""
2221
a5c7551f 2222#: config/tc-arm.c:6018 config/tc-arm.c:6088
ae351704
AM
2223msgid "immediate value is out of range"
2224msgstr ""
2225
a5c7551f 2226#: config/tc-arm.c:6233
55cf6793 2227msgid "iWMMXt data or control register expected"
6e1772d5
AM
2228msgstr ""
2229
a5c7551f 2230#: config/tc-arm.c:6386
c85dd50d
NC
2231#, c-format
2232msgid "unhandled operand code %d"
2233msgstr ""
2234
a5c7551f 2235#: config/tc-arm.c:6465 config/tc-score.c:264
55cf6793 2236msgid "garbage following instruction"
06647dfd
AM
2237msgstr ""
2238
a5c7551f
RW
2239#. If REG is R13 (the stack pointer), warn that its use is
2240#. deprecated.
2241#: config/tc-arm.c:6505
2242msgid "use of r13 is deprecated"
2243msgstr ""
2244
2245#: config/tc-arm.c:6575
ae351704
AM
2246msgid "D register out of range for selected VFP version"
2247msgstr ""
2248
a5c7551f 2249#: config/tc-arm.c:6654
55cf6793 2250msgid "instruction does not accept preindexed addressing"
06647dfd
AM
2251msgstr ""
2252
55cf6793 2253#. unindexed - only for coprocessor
a5c7551f 2254#: config/tc-arm.c:6670 config/tc-arm.c:8710
55cf6793 2255msgid "instruction does not accept unindexed addressing"
06647dfd
AM
2256msgstr ""
2257
a5c7551f 2258#: config/tc-arm.c:6678
55cf6793 2259msgid "destination register same as write-back base"
06647dfd
AM
2260msgstr ""
2261
a5c7551f 2262#: config/tc-arm.c:6679
55cf6793 2263msgid "source register same as write-back base"
6e1772d5
AM
2264msgstr ""
2265
a5c7551f 2266#: config/tc-arm.c:6725
55cf6793 2267msgid "instruction does not accept scaled register index"
87ccc1b0
NC
2268msgstr ""
2269
a5c7551f 2270#: config/tc-arm.c:6765
55cf6793 2271msgid "instruction does not support unindexed addressing"
6e1772d5
AM
2272msgstr ""
2273
a5c7551f 2274#: config/tc-arm.c:6780
55cf6793 2275msgid "pc may not be used with write-back"
5f68c319
NC
2276msgstr ""
2277
a5c7551f 2278#: config/tc-arm.c:6785
55cf6793 2279msgid "instruction does not support writeback"
5f68c319
NC
2280msgstr ""
2281
a5c7551f 2282#: config/tc-arm.c:6827
55cf6793
ZW
2283msgid "invalid pseudo operation"
2284msgstr ""
2285
a5c7551f 2286#: config/tc-arm.c:6873
55cf6793 2287msgid "literal pool insertion failed"
5f68c319
NC
2288msgstr ""
2289
a5c7551f 2290#: config/tc-arm.c:6931
3caac5b8
AM
2291msgid "Rn must not overlap other operands"
2292msgstr ""
2293
a5c7551f 2294#: config/tc-arm.c:7020 config/tc-arm.c:9276
c85dd50d
NC
2295msgid "bad barrier type"
2296msgstr ""
2297
a5c7551f
RW
2298#: config/tc-arm.c:7031 config/tc-arm.c:7050 config/tc-arm.c:7063
2299#: config/tc-arm.c:9288 config/tc-arm.c:9319 config/tc-arm.c:9341
55cf6793
ZW
2300msgid "bit-field extends past end of register"
2301msgstr ""
2302
a5c7551f 2303#: config/tc-arm.c:7092
55cf6793
ZW
2304msgid "the only suffix valid here is '(plt)'"
2305msgstr ""
2306
a5c7551f 2307#: config/tc-arm.c:7145
55cf6793
ZW
2308msgid "use of r15 in blx in ARM mode is not really useful"
2309msgstr ""
2310
a5c7551f 2311#: config/tc-arm.c:7167
55cf6793
ZW
2312msgid "use of r15 in bx in ARM mode is not really useful"
2313msgstr ""
2314
a5c7551f 2315#: config/tc-arm.c:7192
55cf6793 2316msgid "use of r15 in bxj is not really useful"
5f68c319
NC
2317msgstr ""
2318
a5c7551f 2319#: config/tc-arm.c:7352 config/tc-arm.c:7361
55cf6793
ZW
2320msgid "writeback of base register is UNPREDICTABLE"
2321msgstr ""
2322
a5c7551f 2323#: config/tc-arm.c:7355
55cf6793
ZW
2324msgid "writeback of base register when in register list is UNPREDICTABLE"
2325msgstr ""
2326
a5c7551f 2327#: config/tc-arm.c:7365
55cf6793
ZW
2328msgid "if writeback register is in list, it must be the lowest reg in the list"
2329msgstr ""
2330
a5c7551f 2331#: config/tc-arm.c:7380
55cf6793
ZW
2332msgid "first destination register must be even"
2333msgstr ""
2334
a5c7551f 2335#: config/tc-arm.c:7383 config/tc-arm.c:7450
55cf6793
ZW
2336msgid "can only load two consecutive registers"
2337msgstr ""
2338
2339#. If op 1 were present and equal to PC, this function wouldn't
2340#. have been called in the first place.
2341#. If op 2 were present and equal to PC, this function wouldn't
2342#. have been called in the first place.
a5c7551f
RW
2343#: config/tc-arm.c:7384 config/tc-arm.c:7453 config/tc-arm.c:7982
2344#: config/tc-arm.c:9988
328577ad 2345msgid "r14 not allowed here"
5f68c319
NC
2346msgstr ""
2347
a5c7551f 2348#: config/tc-arm.c:7398
55cf6793 2349msgid "base register written back, and overlaps second destination register"
252b5132
RH
2350msgstr ""
2351
a5c7551f 2352#: config/tc-arm.c:7406
55cf6793 2353msgid "index register overlaps destination register"
252b5132
RH
2354msgstr ""
2355
a5c7551f 2356#: config/tc-arm.c:7436 config/tc-arm.c:7964
55cf6793 2357msgid "offset must be zero in ARM encoding"
252b5132
RH
2358msgstr ""
2359
a5c7551f 2360#: config/tc-arm.c:7447 config/tc-arm.c:7976
55cf6793 2361msgid "even register required"
e135f41b
NC
2362msgstr ""
2363
a5c7551f 2364#: config/tc-arm.c:7478 config/tc-arm.c:7509
55cf6793 2365msgid "this instruction requires a post-indexed address"
a74801ba
ILT
2366msgstr ""
2367
a5c7551f 2368#: config/tc-arm.c:7536
ae351704
AM
2369msgid "Rd and Rm should be different in mla"
2370msgstr ""
2371
a5c7551f 2372#: config/tc-arm.c:7560 config/tc-arm.c:10317
ae351704
AM
2373msgid ":lower16: not allowed this instruction"
2374msgstr ""
2375
a5c7551f 2376#: config/tc-arm.c:7562
ae351704
AM
2377msgid ":upper16: not allowed instruction"
2378msgstr ""
2379
a5c7551f 2380#: config/tc-arm.c:7581
ae351704 2381msgid "operand 1 must be FPSCR"
a74801ba
ILT
2382msgstr ""
2383
a5c7551f 2384#: config/tc-arm.c:7614 config/tc-arm.c:10442
55cf6793 2385msgid "'CPSR' or 'SPSR' expected"
252b5132
RH
2386msgstr ""
2387
a5c7551f 2388#: config/tc-arm.c:7651
ae351704 2389msgid "Rd and Rm should be different in mul"
328577ad
NC
2390msgstr ""
2391
a5c7551f 2392#: config/tc-arm.c:7670 config/tc-arm.c:7909 config/tc-arm.c:10572
42477147
NC
2393msgid "rdhi and rdlo must be different"
2394msgstr ""
2395
a5c7551f 2396#: config/tc-arm.c:7676
55cf6793 2397msgid "rdhi, rdlo and rm must all be different"
252b5132
RH
2398msgstr ""
2399
a5c7551f 2400#: config/tc-arm.c:7741
55cf6793 2401msgid "'[' expected after PLD mnemonic"
252b5132
RH
2402msgstr ""
2403
a5c7551f 2404#: config/tc-arm.c:7743 config/tc-arm.c:7758
55cf6793 2405msgid "post-indexed expression used in preload instruction"
252b5132
RH
2406msgstr ""
2407
a5c7551f 2408#: config/tc-arm.c:7745 config/tc-arm.c:7760
55cf6793 2409msgid "writeback used in preload instruction"
252b5132
RH
2410msgstr ""
2411
a5c7551f 2412#: config/tc-arm.c:7747 config/tc-arm.c:7762
55cf6793 2413msgid "unindexed addressing used in preload instruction"
252b5132
RH
2414msgstr ""
2415
a5c7551f 2416#: config/tc-arm.c:7756
ae351704 2417msgid "'[' expected after PLI mnemonic"
252b5132
RH
2418msgstr ""
2419
a5c7551f 2420#: config/tc-arm.c:7935
ae351704
AM
2421msgid "SRS base register must be r13"
2422msgstr ""
2423
a5c7551f 2424#: config/tc-arm.c:7979
55cf6793 2425msgid "can only store two consecutive registers"
0d2bcfaf
NC
2426msgstr ""
2427
a5c7551f 2428#: config/tc-arm.c:8074 config/tc-arm.c:8091
55cf6793 2429msgid "only two consecutive VFP SP registers allowed here"
87ccc1b0
NC
2430msgstr ""
2431
a5c7551f 2432#: config/tc-arm.c:8119 config/tc-arm.c:8134
55cf6793 2433msgid "this addressing mode requires base-register writeback"
87ccc1b0
NC
2434msgstr ""
2435
a5c7551f 2436#: config/tc-arm.c:8308
55cf6793 2437msgid "this instruction does not support indexing"
252b5132
RH
2438msgstr ""
2439
a5c7551f 2440#: config/tc-arm.c:8331
55cf6793 2441msgid "only r15 allowed here"
252b5132
RH
2442msgstr ""
2443
a5c7551f 2444#: config/tc-arm.c:8466
ae351704
AM
2445msgid "immediate operand requires iWMMXt2"
2446msgstr ""
2447
a5c7551f 2448#: config/tc-arm.c:8610
3caac5b8
AM
2449msgid "shift by register not allowed in thumb mode"
2450msgstr ""
2451
a5c7551f 2452#: config/tc-arm.c:8622 config/tc-arm.c:11085 config/tc-arm.c:19719
55cf6793 2453msgid "shift expression is too large"
328577ad
NC
2454msgstr ""
2455
a5c7551f 2456#: config/tc-arm.c:8648
ae351704 2457msgid "Instruction does not support =N addresses"
252b5132
RH
2458msgstr ""
2459
a5c7551f 2460#: config/tc-arm.c:8653
55cf6793 2461msgid "cannot use register index with PC-relative addressing"
252b5132
RH
2462msgstr ""
2463
a5c7551f 2464#: config/tc-arm.c:8654
55cf6793 2465msgid "cannot use register index with this instruction"
252b5132
RH
2466msgstr ""
2467
a5c7551f 2468#: config/tc-arm.c:8656
55cf6793 2469msgid "Thumb does not support negative register indexing"
252b5132
RH
2470msgstr ""
2471
a5c7551f 2472#: config/tc-arm.c:8658
55cf6793 2473msgid "Thumb does not support register post-indexing"
328577ad
NC
2474msgstr ""
2475
a5c7551f 2476#: config/tc-arm.c:8660
55cf6793 2477msgid "Thumb does not support register indexing with writeback"
328577ad
NC
2478msgstr ""
2479
a5c7551f 2480#: config/tc-arm.c:8662
55cf6793 2481msgid "Thumb supports only LSL in shifted register indexing"
328577ad
NC
2482msgstr ""
2483
a5c7551f 2484#: config/tc-arm.c:8671 config/tc-arm.c:13865
55cf6793 2485msgid "shift out of range"
252b5132
RH
2486msgstr ""
2487
a5c7551f 2488#: config/tc-arm.c:8679
55cf6793 2489msgid "cannot use writeback with PC-relative addressing"
252b5132
RH
2490msgstr ""
2491
a5c7551f 2492#: config/tc-arm.c:8681
55cf6793 2493msgid "cannot use writeback with this instruction"
252b5132
RH
2494msgstr ""
2495
a5c7551f 2496#: config/tc-arm.c:8700
55cf6793 2497msgid "cannot use post-indexing with PC-relative addressing"
252b5132
RH
2498msgstr ""
2499
a5c7551f 2500#: config/tc-arm.c:8701
55cf6793 2501msgid "cannot use post-indexing with this instruction"
252b5132
RH
2502msgstr ""
2503
a5c7551f 2504#: config/tc-arm.c:8912
ae351704
AM
2505msgid "only SUBS PC, LR, #const allowed"
2506msgstr ""
2507
a5c7551f
RW
2508#: config/tc-arm.c:8991 config/tc-arm.c:9142 config/tc-arm.c:9239
2509#: config/tc-arm.c:10396 config/tc-arm.c:10678
55cf6793 2510msgid "shift must be constant"
252b5132
RH
2511msgstr ""
2512
a5c7551f
RW
2513#: config/tc-arm.c:9018 config/tc-arm.c:9157 config/tc-arm.c:9254
2514#: config/tc-arm.c:10409
55cf6793 2515msgid "unshifted register required"
252b5132
RH
2516msgstr ""
2517
a5c7551f 2518#: config/tc-arm.c:9033 config/tc-arm.c:9265 config/tc-arm.c:10533
55cf6793 2519msgid "dest must overlap one source register"
252b5132
RH
2520msgstr ""
2521
a5c7551f 2522#: config/tc-arm.c:9160
55cf6793 2523msgid "dest and source1 must be the same register"
252b5132
RH
2524msgstr ""
2525
a5c7551f 2526#: config/tc-arm.c:9436
ae351704
AM
2527msgid "instruction is always unconditional"
2528msgstr ""
2529
a5c7551f 2530#: config/tc-arm.c:9531
ae351704
AM
2531msgid "selected processor does not support 'A' form of this instruction"
2532msgstr ""
2533
a5c7551f 2534#: config/tc-arm.c:9534
55cf6793 2535msgid "Thumb does not support the 2-argument form of this instruction"
252b5132
RH
2536msgstr ""
2537
a5c7551f 2538#: config/tc-arm.c:9642
ae351704 2539msgid "SP not allowed in register list"
252b5132
RH
2540msgstr ""
2541
a5c7551f 2542#: config/tc-arm.c:9648
ae351704 2543msgid "LR and PC should not both be in register list"
252b5132
RH
2544msgstr ""
2545
a5c7551f 2546#: config/tc-arm.c:9655
ae351704 2547msgid "base register should not be in register list when written back"
252b5132
RH
2548msgstr ""
2549
a5c7551f 2550#: config/tc-arm.c:9661
ae351704 2551msgid "PC not allowed in register list"
252b5132
RH
2552msgstr ""
2553
a5c7551f 2554#: config/tc-arm.c:9664 config/tc-arm.c:9730 config/tc-arm.c:9770
ae351704
AM
2555#, c-format
2556msgid "value stored for r%d is UNPREDICTABLE"
252b5132
RH
2557msgstr ""
2558
a5c7551f 2559#: config/tc-arm.c:9706
ae351704
AM
2560msgid "Thumb load/store multiple does not support {reglist}^"
2561msgstr ""
2562
a5c7551f 2563#: config/tc-arm.c:9763
ae351704 2564msgid "Thumb-2 instruction only valid in unified syntax"
252b5132
RH
2565msgstr ""
2566
a5c7551f 2567#: config/tc-arm.c:9767 config/tc-arm.c:9777
55cf6793 2568msgid "this instruction will write back the base register"
252b5132
RH
2569msgstr ""
2570
a5c7551f 2571#: config/tc-arm.c:9780
55cf6793 2572msgid "this instruction will not write back the base register"
252b5132
RH
2573msgstr ""
2574
a5c7551f 2575#: config/tc-arm.c:9809
55cf6793 2576msgid "r14 not allowed as first register when second register is omitted"
252b5132
RH
2577msgstr ""
2578
a5c7551f 2579#: config/tc-arm.c:9911 config/tc-arm.c:9924 config/tc-arm.c:9960
55cf6793 2580msgid "Thumb does not support this addressing mode"
8ea2b00f
AM
2581msgstr ""
2582
a5c7551f 2583#: config/tc-arm.c:9928
55cf6793 2584msgid "byte or halfword not valid for base register"
252b5132
RH
2585msgstr ""
2586
a5c7551f 2587#: config/tc-arm.c:9931
55cf6793 2588msgid "r15 based store not allowed"
252b5132
RH
2589msgstr ""
2590
a5c7551f 2591#: config/tc-arm.c:9933
55cf6793 2592msgid "invalid base register for register offset"
252b5132
RH
2593msgstr ""
2594
a5c7551f
RW
2595#: config/tc-arm.c:10273
2596msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
2597msgstr ""
2598
2599#: config/tc-arm.c:10301
55cf6793 2600msgid "only lo regs allowed with immediate"
252b5132
RH
2601msgstr ""
2602
a5c7551f 2603#: config/tc-arm.c:10322
ae351704 2604msgid ":upper16: not allowed this instruction"
55cf6793
ZW
2605msgstr ""
2606
a5c7551f
RW
2607#: config/tc-arm.c:10432 config/tc-arm.c:10438 config/tc-arm.c:10468
2608#: config/tc-arm.c:10474
ae351704 2609msgid "selected processor does not support requested special purpose register"
55cf6793
ZW
2610msgstr ""
2611
a5c7551f 2612#: config/tc-arm.c:10463
ae351704 2613msgid "Thumb encoding does not support an immediate here"
3caac5b8
AM
2614msgstr ""
2615
a5c7551f
RW
2616#: config/tc-arm.c:10538
2617msgid "Thumb-2 MUL must not set flags"
2618msgstr ""
2619
2620#: config/tc-arm.c:10603
ae351704
AM
2621msgid "Thumb does not support NOP with hints"
2622msgstr ""
2623
a5c7551f 2624#: config/tc-arm.c:10741
ae351704 2625msgid "push/pop do not support {reglist}^"
3caac5b8
AM
2626msgstr ""
2627
a5c7551f 2628#: config/tc-arm.c:10764
328577ad 2629msgid "invalid register list to push/pop instruction"
252b5132
RH
2630msgstr ""
2631
a5c7551f 2632#: config/tc-arm.c:10997
ae351704
AM
2633msgid "source1 and dest must be same register"
2634msgstr ""
2635
a5c7551f 2636#: config/tc-arm.c:11018
55cf6793 2637msgid "ror #imm not supported"
252b5132
RH
2638msgstr ""
2639
a5c7551f 2640#: config/tc-arm.c:11201
55cf6793 2641msgid "Thumb encoding does not support rotation"
6e1772d5
AM
2642msgstr ""
2643
a5c7551f 2644#: config/tc-arm.c:11221
ae351704
AM
2645msgid "instruction requires register index"
2646msgstr ""
2647
a5c7551f 2648#: config/tc-arm.c:11230
3caac5b8
AM
2649msgid "instruction does not allow shifted index"
2650msgstr ""
2651
a5c7551f 2652#: config/tc-arm.c:11640
ae351704 2653msgid "invalid instruction shape"
3caac5b8
AM
2654msgstr ""
2655
a5c7551f 2656#: config/tc-arm.c:11883
ae351704 2657msgid "types specified in both the mnemonic and operands"
55cf6793
ZW
2658msgstr ""
2659
a5c7551f 2660#: config/tc-arm.c:11920
ae351704 2661msgid "operand types can't be inferred"
a74801ba
ILT
2662msgstr ""
2663
a5c7551f 2664#: config/tc-arm.c:11926
ae351704 2665msgid "type specifier has the wrong number of parts"
55cf6793
ZW
2666msgstr ""
2667
a5c7551f 2668#: config/tc-arm.c:11981 config/tc-arm.c:13618 config/tc-arm.c:13625
ae351704 2669msgid "operand size must match register width"
252b5132
RH
2670msgstr ""
2671
a5c7551f 2672#: config/tc-arm.c:11992
ae351704 2673msgid "bad type in Neon instruction"
3caac5b8
AM
2674msgstr ""
2675
a5c7551f 2676#: config/tc-arm.c:12003
ae351704 2677msgid "inconsistent types in Neon instruction"
3caac5b8
AM
2678msgstr ""
2679
a5c7551f 2680#: config/tc-arm.c:13052
ae351704 2681msgid "scalar out of range for multiply instruction"
252b5132
RH
2682msgstr ""
2683
a5c7551f 2684#: config/tc-arm.c:13216 config/tc-arm.c:13228
ae351704 2685msgid "immediate out of range for insert"
252b5132
RH
2686msgstr ""
2687
a5c7551f 2688#: config/tc-arm.c:13240 config/tc-arm.c:14210
ae351704 2689msgid "immediate out of range for shift"
3b16e843
NC
2690msgstr ""
2691
a5c7551f
RW
2692#: config/tc-arm.c:13297 config/tc-arm.c:13324 config/tc-arm.c:13711
2693#: config/tc-arm.c:14156
ae351704 2694msgid "immediate out of range"
3b16e843
NC
2695msgstr ""
2696
a5c7551f 2697#: config/tc-arm.c:13361
ae351704 2698msgid "immediate out of range for narrowing operation"
6e1772d5
AM
2699msgstr ""
2700
a5c7551f 2701#: config/tc-arm.c:13486
ae351704 2702msgid "operands 0 and 1 must be the same register"
252b5132
RH
2703msgstr ""
2704
a5c7551f 2705#: config/tc-arm.c:13685
ae351704 2706msgid "operand size must be specified for immediate VMOV"
8ea2b00f
AM
2707msgstr ""
2708
a5c7551f 2709#: config/tc-arm.c:13695
ae351704 2710msgid "immediate has bits set outside the operand size"
252b5132
RH
2711msgstr ""
2712
a5c7551f 2713#: config/tc-arm.c:13891
ae351704 2714msgid "elements must be smaller than reversal region"
8ad3436c
AM
2715msgstr ""
2716
a5c7551f 2717#: config/tc-arm.c:14061 config/tc-arm.c:14109
ae351704 2718msgid "bad type for scalar"
8ad3436c
AM
2719msgstr ""
2720
a5c7551f 2721#: config/tc-arm.c:14173 config/tc-arm.c:14181
ae351704 2722msgid "VFP registers must be adjacent"
252b5132
RH
2723msgstr ""
2724
a5c7551f 2725#: config/tc-arm.c:14322
ae351704 2726msgid "bad list length for table lookup"
252b5132
RH
2727msgstr ""
2728
a5c7551f 2729#: config/tc-arm.c:14352
ae351704 2730msgid "writeback (!) must be used for VLDMDB and VSTMDB"
55cf6793
ZW
2731msgstr ""
2732
a5c7551f 2733#: config/tc-arm.c:14355
ae351704 2734msgid "register list must contain at least 1 and at most 16 registers"
252b5132
RH
2735msgstr ""
2736
a5c7551f 2737#: config/tc-arm.c:14432
ae351704 2738msgid "bad alignment"
06647dfd
AM
2739msgstr ""
2740
a5c7551f 2741#: config/tc-arm.c:14449
ae351704 2742msgid "bad list type for instruction"
252b5132
RH
2743msgstr ""
2744
a5c7551f 2745#: config/tc-arm.c:14491
ae351704 2746msgid "unsupported alignment for instruction"
a74801ba
ILT
2747msgstr ""
2748
a5c7551f
RW
2749#: config/tc-arm.c:14510 config/tc-arm.c:14604 config/tc-arm.c:14615
2750#: config/tc-arm.c:14625 config/tc-arm.c:14639
ae351704 2751msgid "bad list length"
252b5132
RH
2752msgstr ""
2753
a5c7551f 2754#: config/tc-arm.c:14515
ae351704 2755msgid "stride of 2 unavailable when element size is 8"
252b5132
RH
2756msgstr ""
2757
a5c7551f 2758#: config/tc-arm.c:14548 config/tc-arm.c:14623
ae351704 2759msgid "can't use alignment with this instruction"
252b5132
RH
2760msgstr ""
2761
a5c7551f 2762#: config/tc-arm.c:14687
ae351704 2763msgid "post-index must be a register"
06647dfd
AM
2764msgstr ""
2765
a5c7551f 2766#: config/tc-arm.c:14689
ae351704 2767msgid "bad register for post-index"
252b5132
RH
2768msgstr ""
2769
a5c7551f 2770#: config/tc-arm.c:15003 config/tc-arm.c:15087
ae351704 2771msgid "conditional infixes are deprecated in unified syntax"
87ccc1b0
NC
2772msgstr ""
2773
a5c7551f
RW
2774#: config/tc-arm.c:15235
2775msgid "Warning: conditional outside an IT block for Thumb."
2776msgstr ""
2777
2778#: config/tc-arm.c:15440
ae351704 2779msgid "s suffix on comparison instruction is deprecated"
252b5132
RH
2780msgstr ""
2781
a5c7551f 2782#: config/tc-arm.c:15459 config/tc-arm.c:15484 config/tc-arm.c:15548
ae351704
AM
2783#, c-format
2784msgid "selected processor does not support `%s'"
2785msgstr ""
2786
a5c7551f 2787#: config/tc-arm.c:15465
ae351704
AM
2788msgid "Thumb does not support conditional execution"
2789msgstr ""
2790
a5c7551f 2791#: config/tc-arm.c:15509
ae351704
AM
2792#, c-format
2793msgid "cannot honor width suffix -- `%s'"
2794msgstr ""
2795
a5c7551f 2796#: config/tc-arm.c:15553
ae351704
AM
2797#, c-format
2798msgid "width suffixes are invalid in ARM mode -- `%s'"
55cf6793
ZW
2799msgstr ""
2800
a5c7551f 2801#: config/tc-arm.c:15583
ae351704
AM
2802#, c-format
2803msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
2804msgstr ""
2805
a5c7551f
RW
2806#: config/tc-arm.c:15600
2807#, c-format
2808msgid "section '%s' finished with an open IT block."
2809msgstr ""
2810
2811#: config/tc-arm.c:15605
2812msgid "file finished with an open IT block."
2813msgstr ""
2814
2815#: config/tc-arm.c:18509
2816#, c-format
2817msgid "alignments greater than %d bytes not supported in .text sections."
ae351704
AM
2818msgstr ""
2819
a5c7551f 2820#: config/tc-arm.c:18777 config/tc-ia64.c:3458
c85dd50d
NC
2821#, c-format
2822msgid "Group section `%s' has no group signature"
2823msgstr ""
2824
a5c7551f 2825#: config/tc-arm.c:18822
5f4273c7 2826msgid "handlerdata in cantunwind frame"
ae351704
AM
2827msgstr ""
2828
a5c7551f 2829#: config/tc-arm.c:18839
ae351704
AM
2830msgid "too many unwind opcodes for personality routine 0"
2831msgstr ""
2832
a5c7551f 2833#: config/tc-arm.c:18871
ae351704
AM
2834msgid "too many unwind opcodes"
2835msgstr ""
2836
a5c7551f 2837#: config/tc-arm.c:19123
c85dd50d
NC
2838msgid "GOT already in the symbol table"
2839msgstr ""
2840
a5c7551f 2841#: config/tc-arm.c:19435 config/tc-arm.c:19476 config/tc-arm.c:19746
ae351704
AM
2842#, c-format
2843msgid "undefined symbol %s used as an immediate value"
2844msgstr ""
2845
a5c7551f
RW
2846#: config/tc-arm.c:19444 config/tc-arm.c:19485
2847#, c-format
2848msgid "symbol %s is in a different section"
2849msgstr ""
2850
2851#: config/tc-arm.c:19458 config/tc-arm.c:19785
ae351704
AM
2852#, c-format
2853msgid "invalid constant (%lx) after fixup"
2854msgstr ""
2855
a5c7551f 2856#: config/tc-arm.c:19513
ae351704
AM
2857#, c-format
2858msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
2859msgstr ""
2860
a5c7551f 2861#: config/tc-arm.c:19548 config/tc-arm.c:19573
ae351704
AM
2862msgid "invalid literal constant: pool needs to be closer"
2863msgstr ""
2864
a5c7551f 2865#: config/tc-arm.c:19551 config/tc-arm.c:19589
ae351704
AM
2866#, c-format
2867msgid "bad immediate value for offset (%ld)"
2868msgstr ""
2869
a5c7551f 2870#: config/tc-arm.c:19575
ae351704
AM
2871#, c-format
2872msgid "bad immediate value for 8-bit offset (%ld)"
2873msgstr ""
2874
a5c7551f 2875#: config/tc-arm.c:19630
ae351704
AM
2876msgid "offset not a multiple of 4"
2877msgstr ""
2878
a5c7551f
RW
2879#: config/tc-arm.c:19637 config/tc-arm.c:19652 config/tc-arm.c:19667
2880#: config/tc-arm.c:19678 config/tc-arm.c:19701 config/tc-arm.c:20413
2cbd2211 2881#: config/tc-moxie.c:664 config/tc-pj.c:449 config/tc-sh.c:4187
ae351704
AM
2882msgid "offset out of range"
2883msgstr ""
2884
a5c7551f 2885#: config/tc-arm.c:19801
ae351704
AM
2886msgid "invalid smc expression"
2887msgstr ""
2888
a5c7551f 2889#: config/tc-arm.c:19812 config/tc-arm.c:19821
ae351704
AM
2890msgid "invalid swi expression"
2891msgstr ""
2892
a5c7551f 2893#: config/tc-arm.c:19831
ae351704
AM
2894msgid "invalid expression in load/store multiple"
2895msgstr ""
2896
a5c7551f
RW
2897#: config/tc-arm.c:19892
2898#, c-format
2899msgid "blx to '%s' an ARM ISA state function changed to bl"
2900msgstr ""
2901
2902#: config/tc-arm.c:19911
ae351704
AM
2903msgid "misaligned branch destination"
2904msgstr ""
2905
a5c7551f
RW
2906#: config/tc-arm.c:19915 config/tc-arm.c:19952 config/tc-arm.c:19966
2907#: config/tc-arm.c:19979 config/tc-arm.c:20078 config/tc-arm.c:20103
ae351704
AM
2908msgid "branch out of range"
2909msgstr ""
2910
a5c7551f 2911#: config/tc-arm.c:20002
ae351704
AM
2912msgid "conditional branch out of range"
2913msgstr ""
2914
a5c7551f
RW
2915#: config/tc-arm.c:20038
2916#, c-format
2917msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
2918msgstr ""
2919
2920#: config/tc-arm.c:20187
ae351704
AM
2921msgid "rel31 relocation overflow"
2922msgstr ""
2923
a5c7551f 2924#: config/tc-arm.c:20199 config/tc-arm.c:20222
ae351704
AM
2925msgid "co-processor offset out of range"
2926msgstr ""
2927
a5c7551f 2928#: config/tc-arm.c:20239
ae351704
AM
2929#, c-format
2930msgid "invalid offset, target not word aligned (0x%08lX)"
2931msgstr ""
2932
a5c7551f
RW
2933#: config/tc-arm.c:20246 config/tc-arm.c:20255 config/tc-arm.c:20263
2934#: config/tc-arm.c:20271 config/tc-arm.c:20279
ae351704
AM
2935#, c-format
2936msgid "invalid offset, value too big (0x%08lX)"
2937msgstr ""
2938
a5c7551f 2939#: config/tc-arm.c:20320
ae351704
AM
2940msgid "invalid Hi register with immediate"
2941msgstr ""
2942
a5c7551f 2943#: config/tc-arm.c:20336
328577ad 2944msgid "invalid immediate for stack address calculation"
252b5132
RH
2945msgstr ""
2946
a5c7551f 2947#: config/tc-arm.c:20344
252b5132 2948#, c-format
328577ad 2949msgid "invalid immediate for address calculation (value = 0x%08lX)"
a74801ba
ILT
2950msgstr ""
2951
a5c7551f 2952#: config/tc-arm.c:20374
252b5132 2953#, c-format
c85dd50d 2954msgid "invalid immediate: %ld is out of range"
252b5132
RH
2955msgstr ""
2956
a5c7551f 2957#: config/tc-arm.c:20386
252b5132 2958#, c-format
55cf6793 2959msgid "invalid shift value: %ld"
252b5132
RH
2960msgstr ""
2961
a5c7551f 2962#: config/tc-arm.c:20465
ae351704
AM
2963#, c-format
2964msgid "the offset 0x%08lX is not representable"
2965msgstr ""
2966
a5c7551f 2967#: config/tc-arm.c:20505
ae351704
AM
2968#, c-format
2969msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
2970msgstr ""
2971
a5c7551f 2972#: config/tc-arm.c:20544
ae351704
AM
2973#, c-format
2974msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
2975msgstr ""
2976
a5c7551f 2977#: config/tc-arm.c:20584
ae351704
AM
2978#, c-format
2979msgid "bad offset 0x%08lX (must be word-aligned)"
2980msgstr ""
2981
a5c7551f 2982#: config/tc-arm.c:20589
ae351704
AM
2983#, c-format
2984msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
2985msgstr ""
2986
a5c7551f 2987#: config/tc-arm.c:20620 config/tc-score.c:7391
252b5132 2988#, c-format
328577ad 2989msgid "bad relocation fixup type (%d)"
252b5132
RH
2990msgstr ""
2991
a5c7551f 2992#: config/tc-arm.c:20731
87ccc1b0 2993msgid "literal referenced across section boundary"
a74801ba
ILT
2994msgstr ""
2995
a5c7551f 2996#: config/tc-arm.c:20792
87ccc1b0 2997msgid "internal relocation (type: IMMEDIATE) not fixed up"
252b5132
RH
2998msgstr ""
2999
a5c7551f 3000#: config/tc-arm.c:20797
328577ad 3001msgid "ADRL used for a symbol not defined in the same file"
252b5132
RH
3002msgstr ""
3003
a5c7551f 3004#: config/tc-arm.c:20812
6e1772d5
AM
3005#, c-format
3006msgid "undefined local label `%s'"
3007msgstr ""
3008
a5c7551f 3009#: config/tc-arm.c:20818
87ccc1b0 3010msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
a74801ba
ILT
3011msgstr ""
3012
a5c7551f 3013#: config/tc-arm.c:20839 config/tc-cris.c:3985 config/tc-mcore.c:1926
2cbd2211
RW
3014#: config/tc-microblaze.c:1834 config/tc-mmix.c:2862 config/tc-moxie.c:759
3015#: config/tc-ns32k.c:2248 config/tc-score.c:7484
328577ad 3016msgid "<unknown>"
a74801ba
ILT
3017msgstr ""
3018
a5c7551f 3019#: config/tc-arm.c:20842 config/tc-arm.c:20863 config/tc-score.c:7486
252b5132 3020#, c-format
328577ad 3021msgid "cannot represent %s relocation in this object file format"
252b5132
RH
3022msgstr ""
3023
a5c7551f 3024#: config/tc-arm.c:21203
252b5132 3025#, c-format
55cf6793 3026msgid "%s: unexpected function type: %d"
252b5132
RH
3027msgstr ""
3028
a5c7551f 3029#: config/tc-arm.c:21329
55cf6793
ZW
3030msgid "use of old and new-style options to set CPU type"
3031msgstr ""
3032
a5c7551f 3033#: config/tc-arm.c:21339
55cf6793
ZW
3034msgid "use of old and new-style options to set FPU type"
3035msgstr ""
3036
a5c7551f 3037#: config/tc-arm.c:21415
55cf6793 3038msgid "hard-float conflicts with specified fpu"
0d2bcfaf
NC
3039msgstr ""
3040
a5c7551f 3041#: config/tc-arm.c:21602
3b16e843
NC
3042msgid "generate PIC code"
3043msgstr ""
3044
a5c7551f 3045#: config/tc-arm.c:21603
3b16e843
NC
3046msgid "assemble Thumb code"
3047msgstr ""
3048
a5c7551f 3049#: config/tc-arm.c:21604
3b16e843
NC
3050msgid "support ARM/Thumb interworking"
3051msgstr ""
3052
a5c7551f 3053#: config/tc-arm.c:21606
3b16e843
NC
3054msgid "code uses 32-bit program counter"
3055msgstr ""
3056
a5c7551f 3057#: config/tc-arm.c:21607
3b16e843
NC
3058msgid "code uses 26-bit program counter"
3059msgstr ""
3060
a5c7551f 3061#: config/tc-arm.c:21608
3b16e843
NC
3062msgid "floating point args are in fp regs"
3063msgstr ""
3064
a5c7551f 3065#: config/tc-arm.c:21610
3b16e843
NC
3066msgid "re-entrant code"
3067msgstr ""
3068
a5c7551f 3069#: config/tc-arm.c:21611
3b16e843
NC
3070msgid "code is ATPCS conformant"
3071msgstr ""
3072
a5c7551f 3073#: config/tc-arm.c:21612
3b16e843
NC
3074msgid "assemble for big-endian"
3075msgstr ""
3076
a5c7551f 3077#: config/tc-arm.c:21613
3b16e843
NC
3078msgid "assemble for little-endian"
3079msgstr ""
3080
3081#. These are recognized by the assembler, but have no affect on code.
a5c7551f 3082#: config/tc-arm.c:21617
3b16e843
NC
3083msgid "use frame pointer"
3084msgstr ""
3085
a5c7551f 3086#: config/tc-arm.c:21618
3b16e843
NC
3087msgid "use stack size checking"
3088msgstr ""
3089
a5c7551f
RW
3090#: config/tc-arm.c:21621
3091msgid "do not warn on use of deprecated feature"
3092msgstr ""
3093
3b16e843
NC
3094#. DON'T add any new processors to this list -- we want the whole list
3095#. to go away... Add them to the processors table instead.
a5c7551f 3096#: config/tc-arm.c:21638 config/tc-arm.c:21639
3b16e843
NC
3097msgid "use -mcpu=arm1"
3098msgstr ""
3099
a5c7551f 3100#: config/tc-arm.c:21640 config/tc-arm.c:21641
3b16e843
NC
3101msgid "use -mcpu=arm2"
3102msgstr ""
3103
a5c7551f 3104#: config/tc-arm.c:21642 config/tc-arm.c:21643
3b16e843
NC
3105msgid "use -mcpu=arm250"
3106msgstr ""
3107
a5c7551f 3108#: config/tc-arm.c:21644 config/tc-arm.c:21645
3b16e843
NC
3109msgid "use -mcpu=arm3"
3110msgstr ""
3111
a5c7551f 3112#: config/tc-arm.c:21646 config/tc-arm.c:21647
3b16e843
NC
3113msgid "use -mcpu=arm6"
3114msgstr ""
3115
a5c7551f 3116#: config/tc-arm.c:21648 config/tc-arm.c:21649
3b16e843
NC
3117msgid "use -mcpu=arm600"
3118msgstr ""
3119
a5c7551f 3120#: config/tc-arm.c:21650 config/tc-arm.c:21651
3b16e843
NC
3121msgid "use -mcpu=arm610"
3122msgstr ""
3123
a5c7551f 3124#: config/tc-arm.c:21652 config/tc-arm.c:21653
3b16e843
NC
3125msgid "use -mcpu=arm620"
3126msgstr ""
3127
a5c7551f 3128#: config/tc-arm.c:21654 config/tc-arm.c:21655
3b16e843
NC
3129msgid "use -mcpu=arm7"
3130msgstr ""
3131
a5c7551f 3132#: config/tc-arm.c:21656 config/tc-arm.c:21657
3b16e843
NC
3133msgid "use -mcpu=arm70"
3134msgstr ""
3135
a5c7551f 3136#: config/tc-arm.c:21658 config/tc-arm.c:21659
3b16e843
NC
3137msgid "use -mcpu=arm700"
3138msgstr ""
3139
a5c7551f 3140#: config/tc-arm.c:21660 config/tc-arm.c:21661
3b16e843
NC
3141msgid "use -mcpu=arm700i"
3142msgstr ""
3143
a5c7551f 3144#: config/tc-arm.c:21662 config/tc-arm.c:21663
3b16e843
NC
3145msgid "use -mcpu=arm710"
3146msgstr ""
3147
a5c7551f 3148#: config/tc-arm.c:21664 config/tc-arm.c:21665
3b16e843
NC
3149msgid "use -mcpu=arm710c"
3150msgstr ""
3151
a5c7551f 3152#: config/tc-arm.c:21666 config/tc-arm.c:21667
3b16e843
NC
3153msgid "use -mcpu=arm720"
3154msgstr ""
3155
a5c7551f 3156#: config/tc-arm.c:21668 config/tc-arm.c:21669
3b16e843
NC
3157msgid "use -mcpu=arm7d"
3158msgstr ""
3159
a5c7551f 3160#: config/tc-arm.c:21670 config/tc-arm.c:21671
3b16e843
NC
3161msgid "use -mcpu=arm7di"
3162msgstr ""
3163
a5c7551f 3164#: config/tc-arm.c:21672 config/tc-arm.c:21673
3b16e843
NC
3165msgid "use -mcpu=arm7m"
3166msgstr ""
3167
a5c7551f 3168#: config/tc-arm.c:21674 config/tc-arm.c:21675
3b16e843
NC
3169msgid "use -mcpu=arm7dm"
3170msgstr ""
3171
a5c7551f 3172#: config/tc-arm.c:21676 config/tc-arm.c:21677
3b16e843
NC
3173msgid "use -mcpu=arm7dmi"
3174msgstr ""
3175
a5c7551f 3176#: config/tc-arm.c:21678 config/tc-arm.c:21679
3b16e843
NC
3177msgid "use -mcpu=arm7100"
3178msgstr ""
3179
a5c7551f 3180#: config/tc-arm.c:21680 config/tc-arm.c:21681
3b16e843
NC
3181msgid "use -mcpu=arm7500"
3182msgstr ""
3183
a5c7551f 3184#: config/tc-arm.c:21682 config/tc-arm.c:21683
3b16e843
NC
3185msgid "use -mcpu=arm7500fe"
3186msgstr ""
3187
a5c7551f
RW
3188#: config/tc-arm.c:21684 config/tc-arm.c:21685 config/tc-arm.c:21686
3189#: config/tc-arm.c:21687
3b16e843
NC
3190msgid "use -mcpu=arm7tdmi"
3191msgstr ""
3192
a5c7551f 3193#: config/tc-arm.c:21688 config/tc-arm.c:21689
3b16e843
NC
3194msgid "use -mcpu=arm710t"
3195msgstr ""
3196
a5c7551f 3197#: config/tc-arm.c:21690 config/tc-arm.c:21691
3b16e843
NC
3198msgid "use -mcpu=arm720t"
3199msgstr ""
3200
a5c7551f 3201#: config/tc-arm.c:21692 config/tc-arm.c:21693
3b16e843
NC
3202msgid "use -mcpu=arm740t"
3203msgstr ""
3204
a5c7551f 3205#: config/tc-arm.c:21694 config/tc-arm.c:21695
3b16e843
NC
3206msgid "use -mcpu=arm8"
3207msgstr ""
3208
a5c7551f 3209#: config/tc-arm.c:21696 config/tc-arm.c:21697
3b16e843
NC
3210msgid "use -mcpu=arm810"
3211msgstr ""
3212
a5c7551f 3213#: config/tc-arm.c:21698 config/tc-arm.c:21699
3b16e843
NC
3214msgid "use -mcpu=arm9"
3215msgstr ""
3216
a5c7551f 3217#: config/tc-arm.c:21700 config/tc-arm.c:21701
3b16e843
NC
3218msgid "use -mcpu=arm9tdmi"
3219msgstr ""
3220
a5c7551f 3221#: config/tc-arm.c:21702 config/tc-arm.c:21703
3b16e843
NC
3222msgid "use -mcpu=arm920"
3223msgstr ""
3224
a5c7551f 3225#: config/tc-arm.c:21704 config/tc-arm.c:21705
3b16e843
NC
3226msgid "use -mcpu=arm940"
3227msgstr ""
3228
a5c7551f 3229#: config/tc-arm.c:21706
3b16e843
NC
3230msgid "use -mcpu=strongarm"
3231msgstr ""
3232
a5c7551f 3233#: config/tc-arm.c:21708
3b16e843
NC
3234msgid "use -mcpu=strongarm110"
3235msgstr ""
3236
a5c7551f 3237#: config/tc-arm.c:21710
3b16e843
NC
3238msgid "use -mcpu=strongarm1100"
3239msgstr ""
3240
a5c7551f 3241#: config/tc-arm.c:21712
3b16e843
NC
3242msgid "use -mcpu=strongarm1110"
3243msgstr ""
3244
a5c7551f 3245#: config/tc-arm.c:21713
3b16e843
NC
3246msgid "use -mcpu=xscale"
3247msgstr ""
3248
a5c7551f 3249#: config/tc-arm.c:21714
87ccc1b0
NC
3250msgid "use -mcpu=iwmmxt"
3251msgstr ""
3252
a5c7551f 3253#: config/tc-arm.c:21715
3b16e843
NC
3254msgid "use -mcpu=all"
3255msgstr ""
3256
3257#. Architecture variants -- don't add any more to this list either.
a5c7551f 3258#: config/tc-arm.c:21718 config/tc-arm.c:21719
3b16e843
NC
3259msgid "use -march=armv2"
3260msgstr ""
3261
a5c7551f 3262#: config/tc-arm.c:21720 config/tc-arm.c:21721
3b16e843
NC
3263msgid "use -march=armv2a"
3264msgstr ""
3265
a5c7551f 3266#: config/tc-arm.c:21722 config/tc-arm.c:21723
3b16e843
NC
3267msgid "use -march=armv3"
3268msgstr ""
3269
a5c7551f 3270#: config/tc-arm.c:21724 config/tc-arm.c:21725
3b16e843
NC
3271msgid "use -march=armv3m"
3272msgstr ""
3273
a5c7551f 3274#: config/tc-arm.c:21726 config/tc-arm.c:21727
3b16e843
NC
3275msgid "use -march=armv4"
3276msgstr ""
3277
a5c7551f 3278#: config/tc-arm.c:21728 config/tc-arm.c:21729
3b16e843
NC
3279msgid "use -march=armv4t"
3280msgstr ""
3281
a5c7551f 3282#: config/tc-arm.c:21730 config/tc-arm.c:21731
3b16e843
NC
3283msgid "use -march=armv5"
3284msgstr ""
3285
a5c7551f 3286#: config/tc-arm.c:21732 config/tc-arm.c:21733
3b16e843
NC
3287msgid "use -march=armv5t"
3288msgstr ""
3289
a5c7551f 3290#: config/tc-arm.c:21734 config/tc-arm.c:21735
3b16e843
NC
3291msgid "use -march=armv5te"
3292msgstr ""
3293
3294#. Floating point variants -- don't add any more to this list either.
a5c7551f 3295#: config/tc-arm.c:21738
3b16e843
NC
3296msgid "use -mfpu=fpe"
3297msgstr ""
3298
a5c7551f 3299#: config/tc-arm.c:21739
3b16e843
NC
3300msgid "use -mfpu=fpa10"
3301msgstr ""
3302
a5c7551f 3303#: config/tc-arm.c:21740
3b16e843
NC
3304msgid "use -mfpu=fpa11"
3305msgstr ""
3306
a5c7551f 3307#: config/tc-arm.c:21742
3b16e843
NC
3308msgid "use either -mfpu=softfpa or -mfpu=softvfp"
3309msgstr ""
3310
a5c7551f 3311#: config/tc-arm.c:22017
3b16e843
NC
3312msgid "invalid architectural extension"
3313msgstr ""
3314
a5c7551f 3315#: config/tc-arm.c:22031
3b16e843
NC
3316msgid "missing architectural extension"
3317msgstr ""
3318
a5c7551f 3319#: config/tc-arm.c:22044
252b5132 3320#, c-format
5f4273c7 3321msgid "unknown architectural extension `%s'"
252b5132
RH
3322msgstr ""
3323
a5c7551f 3324#: config/tc-arm.c:22068
252b5132 3325#, c-format
3b16e843 3326msgid "missing cpu name `%s'"
252b5132
RH
3327msgstr ""
3328
a5c7551f 3329#: config/tc-arm.c:22094 config/tc-arm.c:22529
252b5132 3330#, c-format
3b16e843 3331msgid "unknown cpu `%s'"
252b5132
RH
3332msgstr ""
3333
a5c7551f 3334#: config/tc-arm.c:22112
3b16e843
NC
3335#, c-format
3336msgid "missing architecture name `%s'"
252b5132
RH
3337msgstr ""
3338
a5c7551f
RW
3339#: config/tc-arm.c:22129 config/tc-arm.c:22563 config/tc-arm.c:22594
3340#: config/tc-score.c:7721
3b16e843
NC
3341#, c-format
3342msgid "unknown architecture `%s'\n"
252b5132
RH
3343msgstr ""
3344
a5c7551f 3345#: config/tc-arm.c:22145 config/tc-arm.c:22624
3b16e843
NC
3346#, c-format
3347msgid "unknown floating point format `%s'\n"
3348msgstr ""
3349
a5c7551f 3350#: config/tc-arm.c:22161
6e1772d5
AM
3351#, c-format
3352msgid "unknown floating point abi `%s'\n"
3353msgstr ""
3354
a5c7551f 3355#: config/tc-arm.c:22177
8ea2b00f
AM
3356#, c-format
3357msgid "unknown EABI `%s'\n"
3358msgstr ""
3359
a5c7551f
RW
3360#: config/tc-arm.c:22197
3361#, c-format
3362msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
3363msgstr ""
3364
3365#: config/tc-arm.c:22207
3b16e843
NC
3366msgid "<cpu name>\t assemble for CPU <cpu name>"
3367msgstr ""
3368
a5c7551f 3369#: config/tc-arm.c:22209
3b16e843
NC
3370msgid "<arch name>\t assemble for architecture <arch name>"
3371msgstr ""
3372
a5c7551f 3373#: config/tc-arm.c:22211
3b16e843
NC
3374msgid "<fpu name>\t assemble for FPU architecture <fpu name>"
3375msgstr ""
3376
a5c7551f 3377#: config/tc-arm.c:22213
6e1772d5
AM
3378msgid "<abi>\t assemble for floating point ABI <abi>"
3379msgstr ""
3380
a5c7551f 3381#: config/tc-arm.c:22216
f12e7348 3382msgid "<ver>\t\t assemble for eabi version <ver>"
3b16e843
NC
3383msgstr ""
3384
a5c7551f
RW
3385#: config/tc-arm.c:22219
3386msgid "<mode>\t controls implicit insertion of IT instructions"
3387msgstr ""
3388
3389#: config/tc-arm.c:22263 config/tc-arm.c:22281 config/tc-arm.c:22301
3b16e843 3390#, c-format
8ea2b00f 3391msgid "option `-%c%s' is deprecated: %s"
3b16e843
NC
3392msgstr ""
3393
a5c7551f 3394#: config/tc-arm.c:22321
6e1772d5 3395#, c-format
3b16e843
NC
3396msgid " ARM-specific assembler options:\n"
3397msgstr ""
3398
a5c7551f 3399#: config/tc-arm.c:22332
6e1772d5 3400#, c-format
3b16e843 3401msgid " -EB assemble code for a big-endian cpu\n"
252b5132
RH
3402msgstr ""
3403
a5c7551f 3404#: config/tc-arm.c:22337
6e1772d5 3405#, c-format
3b16e843
NC
3406msgid " -EL assemble code for a little-endian cpu\n"
3407msgstr ""
3408
a5c7551f 3409#: config/tc-arm.c:22341
f12e7348
NC
3410#, c-format
3411msgid " --fix-v4bx Allow BX in ARMv4 code\n"
3412msgstr ""
3413
a5c7551f 3414#: config/tc-avr.c:314
6e1772d5 3415#, c-format
bc0d738a
NC
3416msgid "Known MCU names:"
3417msgstr ""
3418
a5c7551f 3419#: config/tc-avr.c:380
6e1772d5 3420#, c-format
60bcf0fa
NC
3421msgid ""
3422"AVR options:\n"
3423" -mmcu=[avr-name] select microcontroller variant\n"
3424" [avr-name] can be:\n"
f12e7348
NC
3425" avr1 - classic AVR core without data RAM\n"
3426" avr2 - classic AVR core with up to 8K program memory\n"
3427" avr25 - classic AVR core with up to 8K program memory\n"
3428" plus the MOVW instruction\n"
3429" avr3 - classic AVR core with up to 64K program memory\n"
3430" avr31 - classic AVR core with up to 128K program memory\n"
3431" avr35 - classic AVR core with up to 64K program memory\n"
3432" plus the MOVW instruction\n"
3433" avr4 - enhanced AVR core with up to 8K program memory\n"
3434" avr5 - enhanced AVR core with up to 64K program memory\n"
3435" avr51 - enhanced AVR core with up to 128K program memory\n"
3436" avr6 - enhanced AVR core with up to 256K program memory\n"
60bcf0fa
NC
3437" or immediate microcontroller name.\n"
3438msgstr ""
3439
a5c7551f 3440#: config/tc-avr.c:397
6e1772d5 3441#, c-format
bc0d738a
NC
3442msgid ""
3443" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n"
3444" -mno-skip-bug disable warnings for skipping two-word instructions\n"
3445" (default for avr4, avr5)\n"
3446" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n"
3447" (default for avr3, avr5)\n"
3448msgstr ""
3449
a5c7551f 3450#: config/tc-avr.c:441 config/tc-msp430.c:744
60bcf0fa
NC
3451#, c-format
3452msgid "unknown MCU: %s\n"
3453msgstr ""
3454
a5c7551f 3455#: config/tc-avr.c:450
60bcf0fa 3456#, c-format
bc0d738a 3457msgid "redefinition of mcu type `%s' to `%s'"
60bcf0fa
NC
3458msgstr ""
3459
a5c7551f 3460#: config/tc-avr.c:528
60bcf0fa
NC
3461msgid "constant value required"
3462msgstr ""
3463
a5c7551f 3464#: config/tc-avr.c:531
60bcf0fa 3465#, c-format
c85dd50d 3466msgid "number must be positive and less than %d"
60bcf0fa
NC
3467msgstr ""
3468
a5c7551f 3469#: config/tc-avr.c:557 config/tc-avr.c:694
3caac5b8
AM
3470#, c-format
3471msgid "constant out of 8-bit range: %d"
60bcf0fa
NC
3472msgstr ""
3473
a5c7551f 3474#: config/tc-avr.c:625 config/tc-score.c:1200 read.c:3615
3caac5b8 3475msgid "illegal expression"
60bcf0fa
NC
3476msgstr ""
3477
a5c7551f 3478#: config/tc-avr.c:654 config/tc-avr.c:1421
3caac5b8 3479msgid "`)' required"
06647dfd
AM
3480msgstr ""
3481
a5c7551f 3482#: config/tc-avr.c:749
60bcf0fa
NC
3483msgid "register r16-r23 required"
3484msgstr ""
3485
a5c7551f 3486#: config/tc-avr.c:755
60bcf0fa
NC
3487msgid "register number above 15 required"
3488msgstr ""
3489
a5c7551f 3490#: config/tc-avr.c:761
60bcf0fa
NC
3491msgid "even register number required"
3492msgstr ""
3493
a5c7551f 3494#: config/tc-avr.c:767
bc0d738a 3495msgid "register r24, r26, r28 or r30 required"
60bcf0fa
NC
3496msgstr ""
3497
a5c7551f 3498#: config/tc-avr.c:773
60bcf0fa
NC
3499msgid "register name or number from 0 to 31 required"
3500msgstr ""
3501
a5c7551f 3502#: config/tc-avr.c:791
bc0d738a 3503msgid "pointer register (X, Y or Z) required"
60bcf0fa
NC
3504msgstr ""
3505
a5c7551f 3506#: config/tc-avr.c:798
60bcf0fa
NC
3507msgid "cannot both predecrement and postincrement"
3508msgstr ""
3509
a5c7551f 3510#: config/tc-avr.c:806
60bcf0fa
NC
3511msgid "addressing mode not supported"
3512msgstr ""
3513
a5c7551f 3514#: config/tc-avr.c:812
60bcf0fa
NC
3515msgid "can't predecrement"
3516msgstr ""
3517
a5c7551f 3518#: config/tc-avr.c:815
60bcf0fa
NC
3519msgid "pointer register Z required"
3520msgstr ""
3521
a5c7551f 3522#: config/tc-avr.c:829
f12e7348
NC
3523msgid "postincrement not supported"
3524msgstr ""
3525
a5c7551f 3526#: config/tc-avr.c:839
60bcf0fa
NC
3527msgid "pointer register (Y or Z) required"
3528msgstr ""
3529
a5c7551f 3530#: config/tc-avr.c:943
60bcf0fa
NC
3531#, c-format
3532msgid "unknown constraint `%c'"
3533msgstr ""
3534
a5c7551f 3535#: config/tc-avr.c:995
3caac5b8
AM
3536msgid "`,' required"
3537msgstr ""
3538
a5c7551f 3539#: config/tc-avr.c:1013
3caac5b8
AM
3540msgid "undefined combination of operands"
3541msgstr ""
3542
a5c7551f 3543#: config/tc-avr.c:1022
3caac5b8
AM
3544msgid "skipping two-word instruction"
3545msgstr ""
3546
a5c7551f 3547#: config/tc-avr.c:1114 config/tc-avr.c:1130 config/tc-avr.c:1244
499ac353 3548#: config/tc-msp430.c:1970 config/tc-msp430.c:1988
60bcf0fa
NC
3549#, c-format
3550msgid "odd address operand: %ld"
3551msgstr ""
3552
a5c7551f
RW
3553#: config/tc-avr.c:1122 config/tc-avr.c:1141 config/tc-avr.c:1163
3554#: config/tc-avr.c:1170 config/tc-avr.c:1177 config/tc-d10v.c:503
499ac353
NC
3555#: config/tc-d30v.c:554 config/tc-msp430.c:1978 config/tc-msp430.c:1993
3556#: config/tc-msp430.c:2003
60bcf0fa
NC
3557#, c-format
3558msgid "operand out of range: %ld"
3559msgstr ""
3560
a5c7551f 3561#: config/tc-avr.c:1253 config/tc-d10v.c:1585 config/tc-d30v.c:2025
499ac353 3562#: config/tc-msp430.c:2021
60bcf0fa
NC
3563#, c-format
3564msgid "line %d: unknown relocation type: 0x%x"
3565msgstr ""
3566
a5c7551f 3567#: config/tc-avr.c:1267
60bcf0fa
NC
3568msgid "only constant expression allowed"
3569msgstr ""
3570
3caac5b8 3571#. xgettext:c-format.
a5c7551f 3572#: config/tc-avr.c:1327 config/tc-bfin.c:968 config/tc-d10v.c:1457
f12e7348 3573#: config/tc-d30v.c:1769 config/tc-mn10200.c:781 config/tc-mn10300.c:2171
a5c7551f
RW
3574#: config/tc-msp430.c:2056 config/tc-or32.c:958 config/tc-ppc.c:6273
3575#: config/tc-spu.c:881 config/tc-spu.c:1092 config/tc-v850.c:2187
ae351704 3576#: config/tc-z80.c:2017
60bcf0fa
NC
3577#, c-format
3578msgid "reloc %d not supported by object file format"
3579msgstr ""
3580
a5c7551f 3581#: config/tc-avr.c:1350 config/tc-h8300.c:1884 config/tc-mcore.c:881
2cbd2211
RW
3582#: config/tc-microblaze.c:825 config/tc-moxie.c:178 config/tc-msp430.c:1821
3583#: config/tc-pj.c:253 config/tc-sh.c:2544 config/tc-z8k.c:1216
60bcf0fa
NC
3584msgid "can't find opcode "
3585msgstr ""
3586
a5c7551f 3587#: config/tc-avr.c:1367
60bcf0fa
NC
3588#, c-format
3589msgid "illegal opcode %s for mcu %s"
3590msgstr ""
3591
a5c7551f 3592#: config/tc-avr.c:1376
60bcf0fa
NC
3593msgid "garbage at end of line"
3594msgstr ""
3595
a5c7551f 3596#: config/tc-avr.c:1448 config/tc-avr.c:1455
3caac5b8
AM
3597#, c-format
3598msgid "illegal %srelocation size: %d"
60bcf0fa
NC
3599msgstr ""
3600
f12e7348 3601#: config/tc-bfin.c:253 config/tc-frv.c:1606 config/tc-frv.c:1616
c85dd50d
NC
3602msgid "missing ')'"
3603msgstr ""
3604
a5c7551f 3605#: config/tc-bfin.c:584
3caac5b8
AM
3606#, c-format
3607msgid " BFIN specific command line options:\n"
60bcf0fa
NC
3608msgstr ""
3609
a5c7551f 3610#: config/tc-bfin.c:597
c85dd50d
NC
3611msgid "Could not set architecture and machine."
3612msgstr ""
3613
a5c7551f 3614#: config/tc-bfin.c:742
c85dd50d 3615msgid "Parse failed."
60bcf0fa
NC
3616msgstr ""
3617
a5c7551f 3618#: config/tc-bfin.c:817
c85dd50d
NC
3619msgid "pcrel too far BFD_RELOC_BFIN_10"
3620msgstr ""
3621
a5c7551f 3622#: config/tc-bfin.c:833
c85dd50d
NC
3623msgid "pcrel too far BFD_RELOC_BFIN_12"
3624msgstr ""
3625
a5c7551f 3626#: config/tc-bfin.c:853
c85dd50d
NC
3627msgid "pcrel too far BFD_RELOC_BFIN_24"
3628msgstr ""
3629
a5c7551f 3630#: config/tc-bfin.c:868
c85dd50d
NC
3631msgid "pcrel too far BFD_RELOC_BFIN_5"
3632msgstr ""
3633
a5c7551f 3634#: config/tc-bfin.c:880
c85dd50d
NC
3635msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
3636msgstr ""
3637
a5c7551f 3638#: config/tc-bfin.c:890
c85dd50d
NC
3639msgid "rel too far BFD_RELOC_8"
3640msgstr ""
3641
a5c7551f 3642#: config/tc-bfin.c:897
c85dd50d
NC
3643msgid "rel too far BFD_RELOC_16"
3644msgstr ""
3645
a5c7551f 3646#: config/tc-cr16.c:164 read.c:4346
ae351704
AM
3647msgid "using a bit field width of zero"
3648msgstr ""
3649
a5c7551f 3650#: config/tc-cr16.c:172 read.c:4354
ae351704
AM
3651#, c-format
3652msgid "field width \"%s\" too complex for a bitfield"
3653msgstr ""
3654
a5c7551f 3655#: config/tc-cr16.c:181 read.c:4362
ae351704
AM
3656#, c-format
3657msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
3658msgstr ""
3659
a5c7551f 3660#: config/tc-cr16.c:203 read.c:4384
ae351704
AM
3661#, c-format
3662msgid "field value \"%s\" too complex for a bitfield"
3663msgstr ""
3664
a5c7551f 3665#: config/tc-cr16.c:384
ae351704
AM
3666#, c-format
3667msgid "Unknown register pair - index relative mode: `%d'"
3668msgstr ""
3669
a5c7551f
RW
3670#: config/tc-cr16.c:570 config/tc-crx.c:344 config/tc-mn10200.c:768
3671#: write.c:976
ae351704
AM
3672#, c-format
3673msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
3674msgstr ""
3675
a5c7551f 3676#: config/tc-cr16.c:602 config/tc-crx.c:360
ae351704
AM
3677#, c-format
3678msgid "internal error: reloc %d (`%s') not supported by object file format"
3679msgstr ""
3680
a5c7551f
RW
3681#: config/tc-cr16.c:695 config/tc-i386.c:8182 config/tc-s390.c:1799
3682msgid "GOT already in symbol table"
3683msgstr ""
3684
3685#: config/tc-cr16.c:804 config/tc-cr16.c:827 config/tc-cris.c:1190
499ac353 3686#: config/tc-crx.c:534 config/tc-crx.c:561 config/tc-crx.c:579
a5c7551f 3687#: config/tc-pdp11.c:194
ae351704
AM
3688msgid "Virtual memory exhausted"
3689msgstr ""
3690
a5c7551f
RW
3691#: config/tc-cr16.c:812 config/tc-crx.c:571 config/tc-crx.c:590
3692#: config/tc-i386.c:2150 config/tc-i386.c:2172 config/tc-m68k.c:4607
499ac353 3693#: config/tc-maxq.c:2865
ae351704
AM
3694#, c-format
3695msgid "Internal Error: Can't hash %s: %s"
3696msgstr ""
3697
a5c7551f 3698#: config/tc-cr16.c:838 config/tc-cris.c:1224 config/tc-crx.c:544
ae351704
AM
3699#, c-format
3700msgid "Can't hash `%s': %s\n"
3701msgstr ""
3702
a5c7551f 3703#: config/tc-cr16.c:839 config/tc-cris.c:1225 config/tc-crx.c:545
ae351704
AM
3704msgid "(unknown reason)"
3705msgstr ""
3706
3707#. Missing or bad expr becomes absolute 0.
a5c7551f 3708#: config/tc-cr16.c:891 config/tc-crx.c:618 config/tc-maxq.c:1475
ae351704
AM
3709#, c-format
3710msgid "missing or invalid displacement expression `%s' taken as 0"
3711msgstr ""
3712
a5c7551f
RW
3713#: config/tc-cr16.c:941
3714#, c-format
3715msgid "GOT bad expression with %s."
3716msgstr ""
3717
3718#: config/tc-cr16.c:1052
ae351704
AM
3719#, c-format
3720msgid "operand %d: illegal use expression: `%s`"
3721msgstr ""
3722
a5c7551f 3723#: config/tc-cr16.c:1117 config/tc-crx.c:1126
ae351704
AM
3724#, c-format
3725msgid "Unknown register: `%d'"
3726msgstr ""
3727
3728#. Issue a error message when register is illegal.
a5c7551f 3729#: config/tc-cr16.c:1125 config/tc-crx.c:1134
ae351704
AM
3730#, c-format
3731msgid "Illegal register (`%s') in Instruction: `%s'"
3732msgstr ""
3733
a5c7551f 3734#: config/tc-cr16.c:1196 config/tc-cr16.c:1271 config/tc-crx.c:756
f12e7348 3735#: config/tc-crx.c:776 config/tc-crx.c:791
ae351704
AM
3736#, c-format
3737msgid "Illegal register `%s' in Instruction `%s'"
3738msgstr ""
3739
a5c7551f 3740#: config/tc-cr16.c:1224 config/tc-cr16.c:1235
ae351704
AM
3741#, c-format
3742msgid "Illegal register pair `%s' in Instruction `%s'"
3743msgstr ""
3744
a5c7551f 3745#: config/tc-cr16.c:1260 config/tc-i960.c:835
ae351704
AM
3746msgid "unmatched '['"
3747msgstr ""
3748
a5c7551f 3749#: config/tc-cr16.c:1266 config/tc-i960.c:842
ae351704
AM
3750msgid "garbage after index spec ignored"
3751msgstr ""
3752
a5c7551f 3753#: config/tc-cr16.c:1414 config/tc-crx.c:935
ae351704
AM
3754#, c-format
3755msgid "Illegal operands (whitespace): `%s'"
3756msgstr ""
3757
a5c7551f 3758#: config/tc-cr16.c:1426 config/tc-cr16.c:1433 config/tc-cr16.c:1450
f12e7348
NC
3759#: config/tc-crx.c:947 config/tc-crx.c:954 config/tc-crx.c:971
3760#: config/tc-crx.c:1763
ae351704
AM
3761#, c-format
3762msgid "Missing matching brackets : `%s'"
3763msgstr ""
3764
a5c7551f 3765#: config/tc-cr16.c:1482 config/tc-crx.c:997
ae351704
AM
3766#, c-format
3767msgid "Unknown exception: `%s'"
3768msgstr ""
3769
a5c7551f 3770#: config/tc-cr16.c:1569 config/tc-crx.c:1093
ae351704
AM
3771#, c-format
3772msgid "Illegal `cinv' parameter: `%c'"
3773msgstr ""
3774
a5c7551f 3775#: config/tc-cr16.c:1591 config/tc-cr16.c:1630
ae351704
AM
3776#, c-format
3777msgid "Unknown register pair: `%d'"
3778msgstr ""
3779
3780#. Issue a error message when register pair is illegal.
a5c7551f 3781#: config/tc-cr16.c:1599
ae351704
AM
3782#, c-format
3783msgid "Illegal register pair (`%s') in Instruction: `%s'"
3784msgstr ""
3785
3786#. Issue a error message when register pair is illegal.
a5c7551f 3787#: config/tc-cr16.c:1638
ae351704
AM
3788#, c-format
3789msgid "Illegal index register pair (`%s') in Instruction: `%s'"
3790msgstr ""
3791
a5c7551f 3792#: config/tc-cr16.c:1677
ae351704
AM
3793#, c-format
3794msgid "Unknown processor register : `%d'"
3795msgstr ""
3796
3797#. Issue a error message when register pair is illegal.
a5c7551f 3798#: config/tc-cr16.c:1685
ae351704
AM
3799#, c-format
3800msgid "Illegal processor register (`%s') in Instruction: `%s'"
3801msgstr ""
3802
a5c7551f 3803#: config/tc-cr16.c:1733
ae351704
AM
3804#, c-format
3805msgid "Unknown processor register (32 bit) : `%d'"
3806msgstr ""
3807
3808#. Issue a error message when register pair is illegal.
a5c7551f 3809#: config/tc-cr16.c:1741
ae351704
AM
3810#, c-format
3811msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
3812msgstr ""
3813
a5c7551f 3814#: config/tc-cr16.c:2105 config/tc-crx.c:1661 config/tc-crx.c:1678
ae351704
AM
3815#, c-format
3816msgid "Same src/dest register is used (`r%d'), result is undefined"
3817msgstr ""
3818
a5c7551f 3819#: config/tc-cr16.c:2126
ae351704
AM
3820msgid "RA register is saved twice."
3821msgstr ""
3822
a5c7551f 3823#: config/tc-cr16.c:2130
ae351704
AM
3824#, c-format
3825msgid "`%s' Illegal use of registers."
3826msgstr ""
3827
a5c7551f 3828#: config/tc-cr16.c:2144
ae351704
AM
3829#, c-format
3830msgid "`%s' Illegal count-register combination."
3831msgstr ""
3832
a5c7551f 3833#: config/tc-cr16.c:2150
ae351704
AM
3834#, c-format
3835msgid "`%s' Illegal use of register."
3836msgstr ""
3837
a5c7551f 3838#: config/tc-cr16.c:2159 config/tc-crx.c:1670
ae351704
AM
3839#, c-format
3840msgid "`%s' has undefined result"
3841msgstr ""
3842
a5c7551f 3843#: config/tc-cr16.c:2167
ae351704
AM
3844#, c-format
3845msgid "Same src/dest register is used (`r%d'),result is undefined"
3846msgstr ""
3847
a5c7551f 3848#: config/tc-cr16.c:2338 config/tc-crx.c:1575
ae351704
AM
3849msgid "Incorrect number of operands"
3850msgstr ""
3851
a5c7551f 3852#: config/tc-cr16.c:2340 config/tc-crx.c:1577
ae351704
AM
3853#, c-format
3854msgid "Illegal type of operand (arg %d)"
3855msgstr ""
3856
a5c7551f 3857#: config/tc-cr16.c:2346 config/tc-crx.c:1583
ae351704
AM
3858#, c-format
3859msgid "Operand out of range (arg %d)"
3860msgstr ""
3861
a5c7551f 3862#: config/tc-cr16.c:2349 config/tc-crx.c:1586
ae351704
AM
3863#, c-format
3864msgid "Operand has odd displacement (arg %d)"
3865msgstr ""
3866
a5c7551f 3867#: config/tc-cr16.c:2352 config/tc-cr16.c:2383 config/tc-crx.c:1599
f12e7348 3868#: config/tc-crx.c:1630
ae351704
AM
3869#, c-format
3870msgid "Illegal operand (arg %d)"
3871msgstr ""
3872
3873#. Give an error if a frag containing code is not aligned to a 2-byte
3874#. boundary.
a5c7551f 3875#: config/tc-cr16.c:2485 config/tc-cr16.h:73 config/tc-crx.c:1952
ae351704
AM
3876#: config/tc-crx.h:76
3877msgid "instruction address is not a multiple of 2"
3878msgstr ""
3879
a5c7551f
RW
3880#: config/tc-cr16.c:2562 config/tc-cris.c:1538 config/tc-cris.c:1546
3881#: config/tc-crx.c:1988 config/tc-dlx.c:685 config/tc-hppa.c:3243
3882#: config/tc-hppa.c:3250 config/tc-i860.c:490 config/tc-i860.c:507
3883#: config/tc-i860.c:987 config/tc-sparc.c:1410 config/tc-sparc.c:1418
ae351704
AM
3884#, c-format
3885msgid "Unknown opcode: `%s'"
3886msgstr ""
3887
a5c7551f 3888#: config/tc-cris.c:551 config/tc-m68hc11.c:2744
87ccc1b0
NC
3889#, c-format
3890msgid "internal inconsistency problem in %s: fr_symbol %lx"
3891msgstr ""
3892
a5c7551f 3893#: config/tc-cris.c:555 config/tc-m68hc11.c:2748 config/tc-msp430.c:2247
87ccc1b0
NC
3894#, c-format
3895msgid "internal inconsistency problem in %s: resolved symbol"
3896msgstr ""
3897
a5c7551f 3898#: config/tc-cris.c:565 config/tc-m68hc11.c:2754
87ccc1b0
NC
3899#, c-format
3900msgid "internal inconsistency problem in %s: fr_subtype %d"
3901msgstr ""
3902
a5c7551f 3903#: config/tc-cris.c:905
06647dfd
AM
3904msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
3905msgstr ""
3906
a5c7551f 3907#: config/tc-cris.c:935
06647dfd
AM
3908msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D"
3909msgstr ""
3910
a5c7551f 3911#: config/tc-cris.c:940
06647dfd
AM
3912#, c-format
3913msgid ""
3914"Internal error found in md_convert_frag: offset %ld. Please report this."
3915msgstr ""
3916
a5c7551f 3917#: config/tc-cris.c:965
87ccc1b0
NC
3918#, c-format
3919msgid "internal inconsistency in %s: bdapq no symbol"
3920msgstr ""
3921
a5c7551f 3922#: config/tc-cris.c:978
87ccc1b0
NC
3923#, c-format
3924msgid "internal inconsistency in %s: bdap.w with no symbol"
3925msgstr ""
3926
a5c7551f 3927#: config/tc-cris.c:1002
8ea2b00f
AM
3928msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
3929msgstr ""
3930
a5c7551f 3931#: config/tc-cris.c:1011
8ea2b00f
AM
3932msgid "dangerous MULS/MULU location; give it higher alignment"
3933msgstr ""
3934
a5c7551f
RW
3935#. Bail out for compatibility mode. (It seems it can be implemented,
3936#. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
3937#. $acr", "nop"; but doesn't seem worth it at the moment.)
3938#: config/tc-cris.c:1052
ae351704
AM
3939msgid ""
3940"Out-of-range .word offset handling is not implemented for .arch "
3941"common_v10_v32"
3bcbcc3d
HPN
3942msgstr ""
3943
a5c7551f
RW
3944#: config/tc-cris.c:1097
3945msgid ".word case-table handling failed: table too large"
3946msgstr ""
3947
3948#: config/tc-cris.c:1229
3bcbcc3d
HPN
3949#, c-format
3950msgid "Buggy opcode: `%s' \"%s\"\n"
3951msgstr ""
3952
a5c7551f 3953#: config/tc-cris.c:1644
3bcbcc3d
HPN
3954#, c-format
3955msgid "Immediate value not in 5 bit unsigned range: %ld"
3956msgstr ""
3957
a5c7551f 3958#: config/tc-cris.c:1660
3bcbcc3d
HPN
3959#, c-format
3960msgid "Immediate value not in 4 bit unsigned range: %ld"
3961msgstr ""
3962
a5c7551f 3963#: config/tc-cris.c:1712
3bcbcc3d
HPN
3964#, c-format
3965msgid "Immediate value not in 6 bit range: %ld"
3966msgstr ""
3967
a5c7551f 3968#: config/tc-cris.c:1727
3bcbcc3d
HPN
3969#, c-format
3970msgid "Immediate value not in 6 bit unsigned range: %ld"
3971msgstr ""
3972
3973#. Others have a generic warning.
a5c7551f 3974#: config/tc-cris.c:1835
3bcbcc3d
HPN
3975#, c-format
3976msgid "Unimplemented register `%s' specified"
3977msgstr ""
3978
3979#. We've come to the end of instructions with this
3980#. opcode, so it must be an error.
a5c7551f 3981#: config/tc-cris.c:2079
3bcbcc3d
HPN
3982msgid "Illegal operands"
3983msgstr ""
3984
a5c7551f 3985#: config/tc-cris.c:2120 config/tc-cris.c:2160
3bcbcc3d
HPN
3986#, c-format
3987msgid "Immediate value not in 8 bit range: %ld"
3988msgstr ""
3989
a5c7551f 3990#: config/tc-cris.c:2130 config/tc-cris.c:2181
3bcbcc3d
HPN
3991#, c-format
3992msgid "Immediate value not in 16 bit range: %ld"
3993msgstr ""
3994
a5c7551f 3995#: config/tc-cris.c:2165
06647dfd
AM
3996#, c-format
3997msgid "Immediate value not in 8 bit signed range: %ld"
3998msgstr ""
3999
a5c7551f 4000#: config/tc-cris.c:2170
06647dfd
AM
4001#, c-format
4002msgid "Immediate value not in 8 bit unsigned range: %ld"
4003msgstr ""
4004
a5c7551f 4005#: config/tc-cris.c:2186
06647dfd
AM
4006#, c-format
4007msgid "Immediate value not in 16 bit signed range: %ld"
4008msgstr ""
4009
a5c7551f 4010#: config/tc-cris.c:2191
06647dfd
AM
4011#, c-format
4012msgid "Immediate value not in 16 bit unsigned range: %ld"
4013msgstr ""
4014
a5c7551f
RW
4015#: config/tc-cris.c:2217
4016msgid "TLS relocation size does not match operand size"
4017msgstr ""
4018
4019#: config/tc-cris.c:2218
6840198f
NC
4020msgid "PIC relocation size does not match operand size"
4021msgstr ""
4022
a5c7551f 4023#: config/tc-cris.c:3366
06647dfd
AM
4024msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
4025msgstr ""
4026
a5c7551f 4027#: config/tc-cris.c:3370
3bcbcc3d
HPN
4028msgid "32-bit conditional branch generated"
4029msgstr ""
4030
a5c7551f 4031#: config/tc-cris.c:3431
6840198f
NC
4032msgid "Complex expression not supported"
4033msgstr ""
4034
3bcbcc3d
HPN
4035#. FIXME: Is this function mentioned in the internals.texi manual? If
4036#. not, add it.
a5c7551f 4037#: config/tc-cris.c:3581
3bcbcc3d
HPN
4038msgid "Bad call to md_atof () - floating point formats are not supported"
4039msgstr ""
4040
a5c7551f 4041#: config/tc-cris.c:3622
6840198f
NC
4042msgid "PC-relative relocation must be trivially resolved"
4043msgstr ""
4044
a5c7551f 4045#: config/tc-cris.c:3694
3bcbcc3d
HPN
4046#, c-format
4047msgid "Value not in 16 bit range: %ld"
4048msgstr ""
4049
a5c7551f 4050#: config/tc-cris.c:3702
06647dfd
AM
4051#, c-format
4052msgid "Value not in 16 bit signed range: %ld"
4053msgstr ""
4054
a5c7551f 4055#: config/tc-cris.c:3710
3bcbcc3d
HPN
4056#, c-format
4057msgid "Value not in 8 bit range: %ld"
4058msgstr ""
4059
a5c7551f 4060#: config/tc-cris.c:3717
06647dfd
AM
4061#, c-format
4062msgid "Value not in 8 bit signed range: %ld"
4063msgstr ""
4064
a5c7551f 4065#: config/tc-cris.c:3727
3bcbcc3d
HPN
4066#, c-format
4067msgid "Value not in 4 bit unsigned range: %ld"
4068msgstr ""
4069
a5c7551f 4070#: config/tc-cris.c:3734
3bcbcc3d
HPN
4071#, c-format
4072msgid "Value not in 5 bit unsigned range: %ld"
4073msgstr ""
4074
a5c7551f 4075#: config/tc-cris.c:3741
3bcbcc3d
HPN
4076#, c-format
4077msgid "Value not in 6 bit range: %ld"
4078msgstr ""
4079
a5c7551f 4080#: config/tc-cris.c:3748
3bcbcc3d
HPN
4081#, c-format
4082msgid "Value not in 6 bit unsigned range: %ld"
4083msgstr ""
4084
a5c7551f 4085#: config/tc-cris.c:3792
6e1772d5 4086#, c-format
7b15d668 4087msgid "Please use --help to see usage and options for this assembler.\n"
3bcbcc3d
HPN
4088msgstr ""
4089
a5c7551f 4090#: config/tc-cris.c:3804
7b15d668 4091msgid "--no-underscore is invalid with a.out format"
3bcbcc3d
HPN
4092msgstr ""
4093
a5c7551f 4094#: config/tc-cris.c:3828
06647dfd
AM
4095#, c-format
4096msgid "invalid <arch> in --march=<arch>: %s"
4097msgstr ""
4098
2cbd2211 4099#: config/tc-cris.c:3937 config/tc-moxie.c:711
3bcbcc3d 4100msgid ""
7b15d668
HPN
4101"Semantics error. This type of operand can not be relocated, it must be an "
4102"assembly-time constant"
3bcbcc3d
HPN
4103msgstr ""
4104
2cbd2211 4105#: config/tc-cris.c:3986 config/tc-moxie.c:760
7b15d668
HPN
4106#, c-format
4107msgid "Cannot generate relocation type for symbol %s, code %s"
3bcbcc3d
HPN
4108msgstr ""
4109
6840198f 4110#. The messages are formatted to line up with the generic options.
a5c7551f 4111#: config/tc-cris.c:3999
6e1772d5 4112#, c-format
7b15d668 4113msgid "CRIS-specific options:\n"
3bcbcc3d
HPN
4114msgstr ""
4115
a5c7551f 4116#: config/tc-cris.c:4001
85a39694
NC
4117msgid ""
4118" -h, -H Don't execute, print this help text. Deprecated.\n"
3bcbcc3d
HPN
4119msgstr ""
4120
a5c7551f 4121#: config/tc-cris.c:4003
85a39694 4122msgid " -N Warn when branches are expanded to jumps.\n"
3bcbcc3d
HPN
4123msgstr ""
4124
a5c7551f 4125#: config/tc-cris.c:4005
85a39694
NC
4126msgid ""
4127" --underscore User symbols are normally prepended with "
4128"underscore.\n"
3bcbcc3d
HPN
4129msgstr ""
4130
a5c7551f 4131#: config/tc-cris.c:4007
85a39694 4132msgid " Registers will not need any prefix.\n"
3bcbcc3d
HPN
4133msgstr ""
4134
a5c7551f 4135#: config/tc-cris.c:4009
85a39694 4136msgid " --no-underscore User symbols do not have any prefix.\n"
3bcbcc3d
HPN
4137msgstr ""
4138
a5c7551f 4139#: config/tc-cris.c:4011
85a39694 4140msgid " Registers will require a `$'-prefix.\n"
3bcbcc3d
HPN
4141msgstr ""
4142
a5c7551f 4143#: config/tc-cris.c:4013
6840198f
NC
4144msgid " --pic\t\t\tEnable generation of position-independent code.\n"
4145msgstr ""
4146
a5c7551f 4147#: config/tc-cris.c:4015
06647dfd
AM
4148msgid ""
4149" --march=<arch>\t\tGenerate code for <arch>. Valid choices for <arch>\n"
4150"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
4151msgstr ""
4152
a5c7551f 4153#: config/tc-cris.c:4036
3bcbcc3d
HPN
4154msgid "Invalid relocation"
4155msgstr ""
4156
a5c7551f 4157#: config/tc-cris.c:4073
3bcbcc3d
HPN
4158msgid "Invalid pc-relative relocation"
4159msgstr ""
4160
a5c7551f 4161#: config/tc-cris.c:4118
3bcbcc3d
HPN
4162#, c-format
4163msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
4164msgstr ""
4165
a5c7551f 4166#: config/tc-cris.c:4148
6840198f
NC
4167#, c-format
4168msgid ".syntax %s requires command-line option `--underscore'"
4169msgstr ""
4170
a5c7551f 4171#: config/tc-cris.c:4157
6840198f
NC
4172#, c-format
4173msgid ".syntax %s requires command-line option `--no-underscore'"
4174msgstr ""
4175
a5c7551f 4176#: config/tc-cris.c:4194
7b15d668
HPN
4177msgid "Unknown .syntax operand"
4178msgstr ""
4179
a5c7551f 4180#: config/tc-cris.c:4204
6840198f
NC
4181msgid "Pseudodirective .file is only valid when generating ELF"
4182msgstr ""
4183
a5c7551f 4184#: config/tc-cris.c:4216
6840198f
NC
4185msgid "Pseudodirective .loc is only valid when generating ELF"
4186msgstr ""
4187
a5c7551f
RW
4188#: config/tc-cris.c:4231
4189#, c-format
4190msgid "internal inconsistency problem: %s called for %d bytes"
4191msgstr ""
4192
4193#: config/tc-cris.c:4383
06647dfd 4194msgid "unknown operand to .arch"
8ea2b00f
AM
4195msgstr ""
4196
a5c7551f 4197#: config/tc-cris.c:4392
06647dfd 4198msgid ".arch <arch> requires a matching --march=... option"
8ea2b00f
AM
4199msgstr ""
4200
f12e7348 4201#: config/tc-crx.c:819
8ea2b00f 4202#, c-format
06647dfd 4203msgid "Illegal Scale - `%d'"
8ea2b00f
AM
4204msgstr ""
4205
f12e7348 4206#: config/tc-crx.c:1263
8ea2b00f 4207#, c-format
06647dfd 4208msgid "Illegal Co-processor register in Instruction `%s' "
8ea2b00f
AM
4209msgstr ""
4210
f12e7348 4211#: config/tc-crx.c:1270
8ea2b00f 4212#, c-format
06647dfd 4213msgid "Illegal Co-processor special register in Instruction `%s' "
8ea2b00f
AM
4214msgstr ""
4215
f12e7348 4216#: config/tc-crx.c:1589
8ea2b00f 4217#, c-format
06647dfd 4218msgid "Invalid DISPU4 operand value (arg %d)"
8ea2b00f
AM
4219msgstr ""
4220
f12e7348 4221#: config/tc-crx.c:1592
8ea2b00f 4222#, c-format
06647dfd 4223msgid "Invalid CST4 operand value (arg %d)"
8ea2b00f
AM
4224msgstr ""
4225
f12e7348 4226#: config/tc-crx.c:1595
8ea2b00f 4227#, c-format
06647dfd 4228msgid "Operand value is not within upper 64 KB (arg %d)"
8ea2b00f
AM
4229msgstr ""
4230
f12e7348 4231#: config/tc-crx.c:1732
8ea2b00f
AM
4232msgid "Invalid Register in Register List"
4233msgstr ""
4234
f12e7348 4235#: config/tc-crx.c:1786
8ea2b00f
AM
4236#, c-format
4237msgid "Illegal register `%s' in cop-register list"
4238msgstr ""
4239
f12e7348 4240#: config/tc-crx.c:1794
06647dfd
AM
4241#, c-format
4242msgid "Illegal register `%s' in cop-special-register list"
4243msgstr ""
4244
f12e7348 4245#: config/tc-crx.c:1813
06647dfd
AM
4246#, c-format
4247msgid "Illegal register `%s' in user register list"
4248msgstr ""
4249
f12e7348 4250#: config/tc-crx.c:1832
8ea2b00f
AM
4251#, c-format
4252msgid "Illegal register `%s' in register list"
4253msgstr ""
4254
f12e7348 4255#: config/tc-crx.c:1838
8ea2b00f
AM
4256#, c-format
4257msgid "Maximum %d bits may be set in `mask16' operand"
4258msgstr ""
4259
f12e7348 4260#: config/tc-crx.c:1847
8ea2b00f
AM
4261#, c-format
4262msgid "rest of line ignored; first ignored character is `%c'"
4263msgstr ""
4264
f12e7348 4265#: config/tc-crx.c:1855
8ea2b00f
AM
4266#, c-format
4267msgid "Illegal `mask16' operand, operation is undefined - `%s'"
4268msgstr ""
4269
06647dfd 4270#. HI can't be specified without LO (and vise-versa).
f12e7348 4271#: config/tc-crx.c:1861
06647dfd
AM
4272msgid "HI/LO registers should be specified together"
4273msgstr ""
4274
f12e7348 4275#: config/tc-crx.c:1867
06647dfd
AM
4276msgid "HI/LO registers should be specified without additional registers"
4277msgstr ""
4278
ae351704 4279#: config/tc-d10v.c:216
6e1772d5 4280#, c-format
252b5132
RH
4281msgid ""
4282"D10V options:\n"
bccba5f0
NC
4283"-O Optimize. Will do some operations in parallel.\n"
4284"--gstabs-packing Pack adjacent short instructions together even\n"
4285" when --gstabs is specified. On by default.\n"
4286"--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n"
4287" instructions together.\n"
252b5132
RH
4288msgstr ""
4289
499ac353 4290#: config/tc-d10v.c:573
87ccc1b0
NC
4291msgid "operand is not an immediate"
4292msgstr ""
4293
499ac353 4294#: config/tc-d10v.c:591
252b5132 4295#, c-format
87ccc1b0 4296msgid "operand out of range: %lu"
252b5132
RH
4297msgstr ""
4298
499ac353 4299#: config/tc-d10v.c:649
252b5132
RH
4300msgid "Instruction must be executed in parallel with another instruction."
4301msgstr ""
4302
499ac353 4303#: config/tc-d10v.c:703 config/tc-d10v.c:711
55cf6793
ZW
4304#, c-format
4305msgid "packing conflict: %s must dispatch sequentially"
252b5132
RH
4306msgstr ""
4307
499ac353 4308#: config/tc-d10v.c:810
55cf6793
ZW
4309#, c-format
4310msgid "resource conflict (R%d)"
252b5132
RH
4311msgstr ""
4312
499ac353 4313#: config/tc-d10v.c:813
55cf6793
ZW
4314#, c-format
4315msgid "resource conflict (A%d)"
252b5132
RH
4316msgstr ""
4317
499ac353 4318#: config/tc-d10v.c:815
55cf6793 4319msgid "resource conflict (PSW)"
252b5132
RH
4320msgstr ""
4321
499ac353 4322#: config/tc-d10v.c:817
55cf6793 4323msgid "resource conflict (C flag)"
252b5132
RH
4324msgstr ""
4325
499ac353 4326#: config/tc-d10v.c:819
55cf6793 4327msgid "resource conflict (F flag)"
252b5132
RH
4328msgstr ""
4329
499ac353 4330#: config/tc-d10v.c:969
55cf6793 4331msgid "Instruction must be executed in parallel"
252b5132
RH
4332msgstr ""
4333
499ac353 4334#: config/tc-d10v.c:972
55cf6793 4335msgid "Long instructions may not be combined."
252b5132
RH
4336msgstr ""
4337
499ac353 4338#: config/tc-d10v.c:1005
55cf6793 4339msgid "One of these instructions may not be executed in parallel."
87ccc1b0
NC
4340msgstr ""
4341
499ac353 4342#: config/tc-d10v.c:1009 config/tc-d30v.c:1036
55cf6793 4343msgid "Two IU instructions may not be executed in parallel"
87ccc1b0
NC
4344msgstr ""
4345
499ac353
NC
4346#: config/tc-d10v.c:1011 config/tc-d10v.c:1019 config/tc-d10v.c:1033
4347#: config/tc-d10v.c:1048 config/tc-d30v.c:1037 config/tc-d30v.c:1046
55cf6793 4348msgid "Swapping instruction order"
87ccc1b0
NC
4349msgstr ""
4350
499ac353 4351#: config/tc-d10v.c:1017 config/tc-d30v.c:1043
55cf6793 4352msgid "Two MU instructions may not be executed in parallel"
87ccc1b0
NC
4353msgstr ""
4354
499ac353 4355#: config/tc-d10v.c:1037 config/tc-d30v.c:1063
55cf6793 4356msgid "IU instruction may not be in the left container"
87ccc1b0
NC
4357msgstr ""
4358
499ac353 4359#: config/tc-d10v.c:1039 config/tc-d10v.c:1054
55cf6793
ZW
4360msgid ""
4361"Instruction in R container is squashed by flow control instruction in L "
4362"container."
87ccc1b0
NC
4363msgstr ""
4364
499ac353 4365#: config/tc-d10v.c:1052 config/tc-d30v.c:1074
55cf6793 4366msgid "MU instruction may not be in the right container"
252b5132
RH
4367msgstr ""
4368
499ac353 4369#: config/tc-d10v.c:1058 config/tc-d30v.c:1086
55cf6793 4370msgid "unknown execution type passed to write_2_short()"
252b5132
RH
4371msgstr ""
4372
499ac353 4373#: config/tc-d10v.c:1186 config/tc-d10v.c:1359
252b5132
RH
4374msgid "bad opcode or operands"
4375msgstr ""
4376
499ac353 4377#: config/tc-d10v.c:1261
252b5132
RH
4378msgid "value out of range"
4379msgstr ""
4380
499ac353 4381#: config/tc-d10v.c:1335
252b5132
RH
4382msgid "illegal operand - register name found where none expected"
4383msgstr ""
4384
499ac353 4385#: config/tc-d10v.c:1370
252b5132
RH
4386msgid "Register number must be EVEN"
4387msgstr ""
4388
499ac353 4389#: config/tc-d10v.c:1373
328577ad
NC
4390msgid "Unsupported use of sp"
4391msgstr ""
4392
499ac353 4393#: config/tc-d10v.c:1392
87ccc1b0
NC
4394#, c-format
4395msgid "cr%ld is a reserved control register"
4396msgstr ""
4397
499ac353 4398#: config/tc-d10v.c:1565
55cf6793 4399#, c-format
ae351704
AM
4400msgid "line %d: rep or repi must include at least 4 instructions"
4401msgstr ""
4402
499ac353 4403#: config/tc-d10v.c:1745
ae351704 4404msgid "can't find previous opcode "
55cf6793
ZW
4405msgstr ""
4406
499ac353 4407#: config/tc-d10v.c:1757
252b5132 4408#, c-format
ae351704 4409msgid "could not assemble: %s"
252b5132
RH
4410msgstr ""
4411
499ac353 4412#: config/tc-d10v.c:1772 config/tc-d10v.c:1794 config/tc-d30v.c:1742
55cf6793
ZW
4413msgid "Unable to mix instructions as specified"
4414msgstr ""
4415
ae351704 4416#: config/tc-d30v.c:149
252b5132
RH
4417#, c-format
4418msgid "Register name %s conflicts with symbol of the same name"
4419msgstr ""
4420
ae351704 4421#: config/tc-d30v.c:239
6e1772d5 4422#, c-format
252b5132
RH
4423msgid ""
4424"\n"
4425"D30V options:\n"
4426"-O Make adjacent short instructions parallel if "
4427"possible.\n"
4428"-n Warn about all NOPs inserted by the assembler.\n"
4429"-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
4430"-c Warn about symbols whoes names match register "
4431"names.\n"
4432"-C Opposite of -C. -c is the default.\n"
4433msgstr ""
4434
499ac353 4435#: config/tc-d30v.c:367
252b5132
RH
4436msgid "unexpected 12-bit reloc type"
4437msgstr ""
4438
499ac353 4439#: config/tc-d30v.c:374
252b5132
RH
4440msgid "unexpected 18-bit reloc type"
4441msgstr ""
4442
499ac353 4443#: config/tc-d30v.c:624
252b5132
RH
4444#, c-format
4445msgid "%s NOP inserted"
4446msgstr ""
4447
499ac353 4448#: config/tc-d30v.c:625
252b5132
RH
4449msgid "sequential"
4450msgstr ""
4451
499ac353 4452#: config/tc-d30v.c:625
252b5132
RH
4453msgid "parallel"
4454msgstr ""
4455
499ac353 4456#: config/tc-d30v.c:1032
252b5132
RH
4457msgid "Instructions may not be executed in parallel"
4458msgstr ""
4459
499ac353 4460#: config/tc-d30v.c:1045
252b5132
RH
4461#, c-format
4462msgid "Executing %s in IU may not work"
4463msgstr ""
4464
499ac353 4465#: config/tc-d30v.c:1052
bc0d738a
NC
4466#, c-format
4467msgid "Executing %s in IU may not work in parallel execution"
4468msgstr ""
4469
499ac353 4470#: config/tc-d30v.c:1065
252b5132
RH
4471#, c-format
4472msgid "special left instruction `%s' kills instruction `%s' in right container"
4473msgstr ""
4474
499ac353 4475#: config/tc-d30v.c:1076
bc0d738a
NC
4476#, c-format
4477msgid "Executing %s in reverse serial with %s may not work"
4478msgstr ""
4479
499ac353 4480#: config/tc-d30v.c:1079
bc0d738a
NC
4481#, c-format
4482msgid "Executing %s in IU in reverse serial may not work"
4483msgstr ""
4484
499ac353 4485#: config/tc-d30v.c:1268
55cf6793 4486msgid "Odd numbered register used as target of multi-register instruction"
252b5132
RH
4487msgstr ""
4488
499ac353 4489#: config/tc-d30v.c:1332 config/tc-d30v.c:1367
55cf6793
ZW
4490#, c-format
4491msgid "unknown condition code: %s"
252b5132
RH
4492msgstr ""
4493
499ac353 4494#: config/tc-d30v.c:1360
55cf6793
ZW
4495#, c-format
4496msgid "cmpu doesn't support condition code %s"
252b5132
RH
4497msgstr ""
4498
499ac353 4499#: config/tc-d30v.c:1395
ae351704
AM
4500#, c-format
4501msgid "unknown opcode: %s"
4502msgstr ""
4503
499ac353 4504#: config/tc-d30v.c:1406
55cf6793
ZW
4505#, c-format
4506msgid "operands for opcode `%s' do not match any valid format"
252b5132
RH
4507msgstr ""
4508
499ac353 4509#: config/tc-d30v.c:1621 config/tc-d30v.c:1638
55cf6793 4510msgid "Cannot assemble instruction"
252b5132
RH
4511msgstr ""
4512
499ac353 4513#: config/tc-d30v.c:1623
55cf6793 4514msgid "First opcode is long. Unable to mix instructions as specified."
252b5132
RH
4515msgstr ""
4516
499ac353 4517#: config/tc-d30v.c:1692
55cf6793 4518msgid "word of NOPs added between word multiply and load"
252b5132
RH
4519msgstr ""
4520
499ac353 4521#: config/tc-d30v.c:1694
55cf6793 4522msgid "word of NOPs added between word multiply and 16-bit multiply"
252b5132
RH
4523msgstr ""
4524
499ac353 4525#: config/tc-d30v.c:1726
55cf6793 4526msgid "Instruction uses long version, so it cannot be mixed as specified"
252b5132
RH
4527msgstr ""
4528
499ac353 4529#: config/tc-d30v.c:1853
55cf6793
ZW
4530#, c-format
4531msgid "value too large to fit in %d bits"
4532msgstr ""
4533
499ac353 4534#: config/tc-d30v.c:1914
252b5132
RH
4535#, c-format
4536msgid "line %d: unable to place address of symbol '%s' into a byte"
4537msgstr ""
4538
499ac353 4539#: config/tc-d30v.c:1917
252b5132 4540#, c-format
87ccc1b0 4541msgid "line %d: unable to place value %lx into a byte"
252b5132
RH
4542msgstr ""
4543
499ac353 4544#: config/tc-d30v.c:1925
252b5132
RH
4545#, c-format
4546msgid "line %d: unable to place address of symbol '%s' into a short"
4547msgstr ""
4548
499ac353 4549#: config/tc-d30v.c:1928
252b5132 4550#, c-format
87ccc1b0 4551msgid "line %d: unable to place value %lx into a short"
252b5132
RH
4552msgstr ""
4553
499ac353 4554#: config/tc-d30v.c:1936
252b5132
RH
4555#, c-format
4556msgid "line %d: unable to place address of symbol '%s' into a quad"
4557msgstr ""
4558
499ac353 4559#: config/tc-d30v.c:2044
252b5132
RH
4560#, c-format
4561msgid "Alignment too large: %d assumed"
4562msgstr ""
4563
55cf6793 4564#: config/tc-dlx.c:211
87ccc1b0 4565msgid "missing .proc"
a74801ba
ILT
4566msgstr ""
4567
55cf6793 4568#: config/tc-dlx.c:228
87ccc1b0 4569msgid ".endfunc missing for previous .proc"
a74801ba
ILT
4570msgstr ""
4571
a5c7551f 4572#: config/tc-dlx.c:290 config/tc-i860.c:227 config/tc-mips.c:1903
c85dd50d
NC
4573#, c-format
4574msgid "internal error: can't hash `%s': %s\n"
4575msgstr ""
4576
3caac5b8 4577#. Probably a memory allocation problem? Give up now.
a5c7551f
RW
4578#: config/tc-dlx.c:297 config/tc-hppa.c:8287 config/tc-mips.c:1906
4579#: config/tc-mips.c:1958 config/tc-or32.c:211 config/tc-sparc.c:860
3caac5b8
AM
4580msgid "Broken assembler. No assembly attempted."
4581msgstr ""
4582
55cf6793 4583#: config/tc-dlx.c:327
87ccc1b0 4584#, c-format
55cf6793 4585msgid "Bad operand for a load instruction: <%s>"
a74801ba
ILT
4586msgstr ""
4587
55cf6793 4588#: config/tc-dlx.c:441
87ccc1b0 4589#, c-format
55cf6793 4590msgid "Bad operand for a store instruction: <%s>"
a74801ba
ILT
4591msgstr ""
4592
55cf6793 4593#: config/tc-dlx.c:621
87ccc1b0 4594#, c-format
55cf6793 4595msgid "Expression Error for operand modifier %%hi/%%lo\n"
328577ad
NC
4596msgstr ""
4597
499ac353 4598#: config/tc-dlx.c:634 config/tc-or32.c:812
3caac5b8
AM
4599#, c-format
4600msgid "Invalid expression after %%%%\n"
4601msgstr ""
4602
a5c7551f 4603#: config/tc-dlx.c:703 config/tc-tic4x.c:2488
3caac5b8
AM
4604#, c-format
4605msgid "Unknown opcode `%s'."
4606msgstr ""
4607
55cf6793 4608#: config/tc-dlx.c:716
87ccc1b0 4609msgid "Can not set dlx_skip_hi16_flag"
252b5132
RH
4610msgstr ""
4611
55cf6793 4612#: config/tc-dlx.c:730
87ccc1b0
NC
4613#, c-format
4614msgid "Missing arguments for opcode <%s>."
252b5132
RH
4615msgstr ""
4616
3caac5b8
AM
4617#: config/tc-dlx.c:764
4618#, c-format
4619msgid "Too many operands: %s"
4620msgstr ""
4621
55cf6793 4622#: config/tc-dlx.c:801
87ccc1b0
NC
4623#, c-format
4624msgid "Both the_insn.HI and the_insn.LO are set : %s"
252b5132
RH
4625msgstr ""
4626
55cf6793 4627#: config/tc-dlx.c:871
87ccc1b0 4628msgid "failed regnum sanity check."
252b5132
RH
4629msgstr ""
4630
55cf6793 4631#: config/tc-dlx.c:884
87ccc1b0 4632msgid "failed general register sanity check."
252b5132
RH
4633msgstr ""
4634
c85dd50d
NC
4635#. Types or values of args don't match.
4636#: config/tc-dlx.c:892
4637msgid "Invalid operands"
4638msgstr ""
4639
499ac353 4640#: config/tc-dlx.c:1119 config/tc-or32.c:774
3caac5b8
AM
4641#, c-format
4642msgid "label \"$%d\" redefined"
4643msgstr ""
4644
499ac353 4645#: config/tc-dlx.c:1157
87ccc1b0 4646msgid "Invalid expression after # number\n"
252b5132
RH
4647msgstr ""
4648
ae351704 4649#: config/tc-fr30.c:82
6e1772d5 4650#, c-format
87ccc1b0 4651msgid " FR30 specific command line options:\n"
252b5132
RH
4652msgstr ""
4653
ae351704 4654#: config/tc-fr30.c:135
252b5132 4655#, c-format
87ccc1b0 4656msgid "Instruction %s not allowed in a delay slot."
252b5132
RH
4657msgstr ""
4658
f12e7348 4659#: config/tc-frv.c:404
6e1772d5 4660#, c-format
c85dd50d 4661msgid "Unknown cpu -mcpu=%s"
252b5132
RH
4662msgstr ""
4663
f12e7348 4664#: config/tc-frv.c:457
6e1772d5 4665#, c-format
c85dd50d 4666msgid "FRV specific command line options:\n"
252b5132
RH
4667msgstr ""
4668
f12e7348 4669#: config/tc-frv.c:458
42477147
NC
4670#, c-format
4671msgid "-G n Put data <= n bytes in the small data area\n"
4672msgstr ""
4673
f12e7348 4674#: config/tc-frv.c:459
6e1772d5 4675#, c-format
42477147 4676msgid "-mgpr-32 Mark generated file as only using 32 GPRs\n"
252b5132
RH
4677msgstr ""
4678
f12e7348 4679#: config/tc-frv.c:460
6e1772d5 4680#, c-format
42477147 4681msgid "-mgpr-64 Mark generated file as using all 64 GPRs\n"
252b5132
RH
4682msgstr ""
4683
f12e7348 4684#: config/tc-frv.c:461
6e1772d5 4685#, c-format
42477147 4686msgid "-mfpr-32 Mark generated file as only using 32 FPRs\n"
252b5132
RH
4687msgstr ""
4688
f12e7348 4689#: config/tc-frv.c:462
6e1772d5 4690#, c-format
42477147 4691msgid "-mfpr-64 Mark generated file as using all 64 FPRs\n"
252b5132
RH
4692msgstr ""
4693
f12e7348 4694#: config/tc-frv.c:463
6e1772d5 4695#, c-format
42477147 4696msgid "-msoft-float Mark generated file as using software FP\n"
252b5132
RH
4697msgstr ""
4698
f12e7348 4699#: config/tc-frv.c:464
6e1772d5 4700#, c-format
42477147 4701msgid "-mdword Mark generated file as using a 8-byte stack alignment\n"
252b5132
RH
4702msgstr ""
4703
f12e7348 4704#: config/tc-frv.c:465
6e1772d5 4705#, c-format
42477147 4706msgid "-mno-dword Mark generated file as using a 4-byte stack alignment\n"
252b5132
RH
4707msgstr ""
4708
f12e7348 4709#: config/tc-frv.c:466
6e1772d5 4710#, c-format
42477147
NC
4711msgid ""
4712"-mdouble Mark generated file as using double precision FP insns\n"
252b5132
RH
4713msgstr ""
4714
f12e7348 4715#: config/tc-frv.c:467
6e1772d5 4716#, c-format
42477147 4717msgid "-mmedia Mark generated file as using media insns\n"
252b5132
RH
4718msgstr ""
4719
f12e7348 4720#: config/tc-frv.c:468
6e1772d5 4721#, c-format
42477147
NC
4722msgid ""
4723"-mmuladd Mark generated file as using multiply add/subtract insns\n"
252b5132
RH
4724msgstr ""
4725
f12e7348 4726#: config/tc-frv.c:469
6e1772d5 4727#, c-format
42477147 4728msgid "-mpack Allow instructions to be packed\n"
252b5132
RH
4729msgstr ""
4730
f12e7348 4731#: config/tc-frv.c:470
6e1772d5 4732#, c-format
42477147 4733msgid "-mno-pack Do not allow instructions to be packed\n"
252b5132
RH
4734msgstr ""
4735
f12e7348 4736#: config/tc-frv.c:471
6e1772d5 4737#, c-format
42477147
NC
4738msgid ""
4739"-mpic Mark generated file as using small position independent "
4740"code\n"
328577ad
NC
4741msgstr ""
4742
f12e7348 4743#: config/tc-frv.c:472
6e1772d5 4744#, c-format
42477147
NC
4745msgid ""
4746"-mPIC Mark generated file as using large position independent "
4747"code\n"
252b5132
RH
4748msgstr ""
4749
f12e7348 4750#: config/tc-frv.c:473
6e1772d5 4751#, c-format
42477147
NC
4752msgid ""
4753"-mlibrary-pic Mark generated file as using position indepedent code for "
4754"libraries\n"
252b5132
RH
4755msgstr ""
4756
f12e7348 4757#: config/tc-frv.c:474
8ea2b00f 4758#, c-format
42477147 4759msgid "-mfdpic Assemble for the FDPIC ABI\n"
8ea2b00f
AM
4760msgstr ""
4761
f12e7348 4762#: config/tc-frv.c:475
8ea2b00f 4763#, c-format
42477147 4764msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
8ea2b00f
AM
4765msgstr ""
4766
f12e7348 4767#: config/tc-frv.c:476
6e1772d5 4768#, c-format
42477147 4769msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
252b5132
RH
4770msgstr ""
4771
f12e7348 4772#: config/tc-frv.c:477
6e1772d5 4773#, c-format
42477147 4774msgid " Record the cpu type\n"
252b5132
RH
4775msgstr ""
4776
f12e7348 4777#: config/tc-frv.c:478
6e1772d5 4778#, c-format
42477147 4779msgid "-mtomcat-stats Print out stats for tomcat workarounds\n"
c85dd50d
NC
4780msgstr ""
4781
f12e7348 4782#: config/tc-frv.c:479
c85dd50d 4783#, c-format
42477147 4784msgid "-mtomcat-debug Debug tomcat workarounds\n"
252b5132
RH
4785msgstr ""
4786
f12e7348 4787#: config/tc-frv.c:1163
87ccc1b0 4788msgid "VLIW packing used for -mno-pack"
252b5132
RH
4789msgstr ""
4790
f12e7348 4791#: config/tc-frv.c:1173
6e1772d5
AM
4792msgid "Instruction not supported by this architecture"
4793msgstr ""
4794
f12e7348 4795#: config/tc-frv.c:1183
87ccc1b0 4796msgid "VLIW packing constraint violation"
252b5132
RH
4797msgstr ""
4798
f12e7348 4799#: config/tc-frv.c:1774
252b5132 4800#, c-format
87ccc1b0 4801msgid "Relocation %s is not safe for %s"
252b5132
RH
4802msgstr ""
4803
ae351704 4804#: config/tc-h8300.c:395 config/tc-h8300.c:403
87ccc1b0 4805msgid "Reg not valid for H8/300"
252b5132
RH
4806msgstr ""
4807
ae351704 4808#: config/tc-h8300.c:484
fce00800
AM
4809msgid "invalid operand size requested"
4810msgstr ""
4811
ae351704 4812#: config/tc-h8300.c:583
87ccc1b0 4813msgid "Invalid register list for ldm/stm\n"
328577ad
NC
4814msgstr ""
4815
ae351704 4816#: config/tc-h8300.c:609 config/tc-h8300.c:614 config/tc-h8300.c:621
fce00800
AM
4817msgid "mismatch between register and suffix"
4818msgstr ""
4819
a5c7551f
RW
4820#: config/tc-h8300.c:626
4821msgid "invalid suffix after register."
4822msgstr ""
4823
ae351704 4824#: config/tc-h8300.c:648
fce00800
AM
4825msgid "address too high for vector table jmp/jsr"
4826msgstr ""
4827
ae351704 4828#: config/tc-h8300.c:675 config/tc-h8300.c:787 config/tc-h8300.c:797
87ccc1b0 4829msgid "Wrong size pointer register for architecture."
328577ad
NC
4830msgstr ""
4831
ae351704 4832#: config/tc-h8300.c:734 config/tc-h8300.c:742 config/tc-h8300.c:771
87ccc1b0 4833msgid "expected @(exp, reg16)"
252b5132
RH
4834msgstr ""
4835
ae351704 4836#: config/tc-h8300.c:760
fce00800
AM
4837msgid "expected .L, .W or .B for register in indexed addressing mode"
4838msgstr ""
4839
ae351704 4840#: config/tc-h8300.c:954
fce00800
AM
4841msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
4842msgstr ""
4843
ae351704 4844#: config/tc-h8300.c:972 config/tc-h8300.c:981
fce00800
AM
4845msgid "expected register"
4846msgstr ""
4847
ae351704 4848#: config/tc-h8300.c:997
fce00800
AM
4849msgid "expected closing paren"
4850msgstr ""
4851
ae351704 4852#: config/tc-h8300.c:1056
fce00800
AM
4853#, c-format
4854msgid "can't use high part of register in operand %d"
4855msgstr ""
4856
ae351704 4857#: config/tc-h8300.c:1213
fce00800
AM
4858#, c-format
4859msgid "Opcode `%s' with these operand types not available in %s mode"
4860msgstr ""
4861
ae351704 4862#: config/tc-h8300.c:1222
fce00800 4863msgid "mismatch between opcode size and operand size"
87ccc1b0
NC
4864msgstr ""
4865
ae351704 4866#: config/tc-h8300.c:1258
87ccc1b0
NC
4867#, c-format
4868msgid "operand %s0x%lx out of range."
4869msgstr ""
4870
a5c7551f 4871#: config/tc-h8300.c:1365
87ccc1b0
NC
4872msgid "Can't work out size of operand.\n"
4873msgstr ""
4874
a5c7551f 4875#: config/tc-h8300.c:1414
87ccc1b0
NC
4876#, c-format
4877msgid "Opcode `%s' with these operand types not available in H8/300 mode"
4878msgstr ""
4879
a5c7551f 4880#: config/tc-h8300.c:1419
fce00800
AM
4881#, c-format
4882msgid "Opcode `%s' with these operand types not available in H8/300H mode"
4883msgstr ""
4884
a5c7551f 4885#: config/tc-h8300.c:1425
fce00800
AM
4886#, c-format
4887msgid "Opcode `%s' with these operand types not available in H8/300S mode"
4888msgstr ""
4889
a5c7551f 4890#: config/tc-h8300.c:1486 config/tc-h8300.c:1506
87ccc1b0
NC
4891msgid "Need #1 or #2 here"
4892msgstr ""
4893
a5c7551f 4894#: config/tc-h8300.c:1501
87ccc1b0
NC
4895msgid "#4 not valid on H8/300."
4896msgstr ""
4897
a5c7551f 4898#: config/tc-h8300.c:1609 config/tc-h8300.c:1691
87ccc1b0
NC
4899#, c-format
4900msgid "branch operand has odd offset (%lx)\n"
4901msgstr ""
4902
a5c7551f 4903#: config/tc-h8300.c:1729
87ccc1b0
NC
4904msgid "destination operand must be 16 bit register"
4905msgstr ""
4906
a5c7551f 4907#: config/tc-h8300.c:1738
87ccc1b0
NC
4908msgid "source operand must be 8 bit register"
4909msgstr ""
4910
a5c7551f 4911#: config/tc-h8300.c:1746
87ccc1b0
NC
4912msgid "destination operand must be 16bit absolute address"
4913msgstr ""
4914
a5c7551f 4915#: config/tc-h8300.c:1753
87ccc1b0
NC
4916msgid "destination operand must be 8 bit register"
4917msgstr ""
4918
a5c7551f 4919#: config/tc-h8300.c:1761
87ccc1b0
NC
4920msgid "source operand must be 16bit absolute address"
4921msgstr ""
4922
4923#. This seems more sane than saying "too many operands". We'll
4924#. get here only if the trailing trash starts with a comma.
6e1772d5 4925#. Types or values of args don't match.
a5c7551f
RW
4926#: config/tc-h8300.c:1769 config/tc-mmix.c:472 config/tc-mmix.c:484
4927#: config/tc-mmix.c:2500 config/tc-mmix.c:2524 config/tc-mmix.c:2797
ae351704 4928#: config/tc-or32.c:528
87ccc1b0
NC
4929msgid "invalid operands"
4930msgstr ""
4931
a5c7551f 4932#: config/tc-h8300.c:1800
fce00800 4933msgid "operand/size mis-match"
87ccc1b0
NC
4934msgstr ""
4935
a5c7551f 4936#: config/tc-h8300.c:1901 config/tc-mips.c:10156 config/tc-sh.c:2925
f12e7348 4937#: config/tc-sh64.c:2795 config/tc-z8k.c:1226
fce00800 4938msgid "unknown opcode"
87ccc1b0
NC
4939msgstr ""
4940
a5c7551f 4941#: config/tc-h8300.c:1934
6e1772d5
AM
4942msgid "invalid operand in ldm"
4943msgstr ""
4944
a5c7551f 4945#: config/tc-h8300.c:1943
6e1772d5
AM
4946msgid "invalid operand in stm"
4947msgstr ""
4948
a5c7551f 4949#: config/tc-h8300.c:2069
6e1772d5 4950#, c-format
87ccc1b0
NC
4951msgid "call to tc_aout_fix_to_chars \n"
4952msgstr ""
4953
a5c7551f 4954#: config/tc-h8300.c:2078 config/tc-xc16x.c:340
6e1772d5 4955#, c-format
87ccc1b0
NC
4956msgid "call to md_convert_frag \n"
4957msgstr ""
4958
a5c7551f 4959#: config/tc-h8300.c:2129 config/tc-xc16x.c:244
6e1772d5 4960#, c-format
c85dd50d 4961msgid "call to md_estimate_size_before_relax \n"
87ccc1b0
NC
4962msgstr ""
4963
a5c7551f 4964#: config/tc-h8300.c:2158 config/tc-xc16x.c:285
c85dd50d
NC
4965msgid "Difference of symbols in different sections is not supported"
4966msgstr ""
4967
a5c7551f
RW
4968#: config/tc-h8300.c:2180 config/tc-mcore.c:2199 config/tc-microblaze.c:2295
4969#: config/tc-pj.c:488 config/tc-sh.c:4374 config/tc-xc16x.c:308
87ccc1b0
NC
4970#, c-format
4971msgid "Cannot represent relocation type %s"
4972msgstr ""
4973
6e1772d5 4974#. Simple range checking for FIELD against HIGH and LOW bounds.
87ccc1b0 4975#. IGNORE is used to suppress the error message.
55cf6793 4976#. Variant of CHECK_FIELD for use in md_apply_fix and other places where
6e1772d5 4977#. the current file and line number are not valid.
a5c7551f 4978#: config/tc-hppa.c:1028 config/tc-hppa.c:1042
87ccc1b0
NC
4979#, c-format
4980msgid "Field out of range [%d..%d] (%d)."
4981msgstr ""
4982
6e1772d5 4983#. Simple alignment checking for FIELD against ALIGN (a power of two).
87ccc1b0 4984#. IGNORE is used to suppress the error message.
a5c7551f 4985#: config/tc-hppa.c:1056
87ccc1b0
NC
4986#, c-format
4987msgid "Field not properly aligned [%d] (%d)."
4988msgstr ""
4989
a5c7551f 4990#: config/tc-hppa.c:1109
87ccc1b0
NC
4991msgid "Missing .exit\n"
4992msgstr ""
4993
a5c7551f 4994#: config/tc-hppa.c:1112
87ccc1b0
NC
4995msgid "Missing .procend\n"
4996msgstr ""
4997
a5c7551f 4998#: config/tc-hppa.c:1297
328577ad 4999#, c-format
252b5132
RH
5000msgid "Invalid field selector. Assuming F%%."
5001msgstr ""
5002
a5c7551f 5003#: config/tc-hppa.c:1324
ae351704 5004msgid "Bad segment in expression."
252b5132
RH
5005msgstr ""
5006
a5c7551f 5007#: config/tc-hppa.c:1349
252b5132 5008#, c-format
ae351704 5009msgid "Invalid Nullification: (%c)"
252b5132
RH
5010msgstr ""
5011
a5c7551f 5012#: config/tc-hppa.c:1419
ae351704 5013msgid "Cannot handle fixup"
252b5132
RH
5014msgstr ""
5015
a5c7551f 5016#: config/tc-hppa.c:1717
ae351704
AM
5017#, c-format
5018msgid " -Q ignored\n"
252b5132
RH
5019msgstr ""
5020
a5c7551f 5021#: config/tc-hppa.c:1721
ae351704
AM
5022#, c-format
5023msgid " -c print a warning if a comment is found\n"
252b5132
RH
5024msgstr ""
5025
a5c7551f 5026#: config/tc-hppa.c:1787
ae351704
AM
5027#, c-format
5028msgid "no hppa_fixup entry for fixup type 0x%x"
252b5132
RH
5029msgstr ""
5030
a5c7551f 5031#: config/tc-hppa.c:1966
ae351704 5032msgid "Unknown relocation encountered in md_apply_fix."
a74801ba
ILT
5033msgstr ""
5034
a5c7551f 5035#: config/tc-hppa.c:2154 config/tc-hppa.c:2179
ae351704
AM
5036#, c-format
5037msgid "Undefined register: '%s'."
a74801ba
ILT
5038msgstr ""
5039
a5c7551f 5040#: config/tc-hppa.c:2213
252b5132 5041#, c-format
ae351704 5042msgid "Non-absolute symbol: '%s'."
252b5132
RH
5043msgstr ""
5044
a5c7551f 5045#: config/tc-hppa.c:2228
ae351704
AM
5046#, c-format
5047msgid "Undefined absolute constant: '%s'."
252b5132
RH
5048msgstr ""
5049
a5c7551f 5050#: config/tc-hppa.c:2259 config/tc-hppa.c:5689
ae351704 5051msgid "could not update architecture and machine"
252b5132
RH
5052msgstr ""
5053
a5c7551f 5054#: config/tc-hppa.c:2297
252b5132 5055#, c-format
ae351704 5056msgid "Invalid FP Compare Condition: %s"
a74801ba
ILT
5057msgstr ""
5058
a5c7551f 5059#: config/tc-hppa.c:2352
a74801ba 5060#, c-format
ae351704 5061msgid "Invalid FTEST completer: %s"
252b5132
RH
5062msgstr ""
5063
a5c7551f 5064#: config/tc-hppa.c:2418 config/tc-hppa.c:2455
ae351704
AM
5065#, c-format
5066msgid "Invalid FP Operand Format: %3s"
a74801ba
ILT
5067msgstr ""
5068
a5c7551f 5069#: config/tc-hppa.c:2590
ae351704 5070msgid "Bad segment (should be absolute)."
252b5132
RH
5071msgstr ""
5072
a5c7551f 5073#: config/tc-hppa.c:2616
ae351704
AM
5074#, c-format
5075msgid "Invalid argument location: %s\n"
252b5132
RH
5076msgstr ""
5077
a5c7551f 5078#: config/tc-hppa.c:2645
ae351704
AM
5079#, c-format
5080msgid "Invalid argument description: %d"
252b5132
RH
5081msgstr ""
5082
a5c7551f 5083#: config/tc-hppa.c:3473
ae351704 5084msgid "Invalid Indexed Load Completer."
252b5132
RH
5085msgstr ""
5086
a5c7551f 5087#: config/tc-hppa.c:3478
ae351704 5088msgid "Invalid Indexed Load Completer Syntax."
252b5132
RH
5089msgstr ""
5090
a5c7551f 5091#: config/tc-hppa.c:3512
ae351704 5092msgid "Invalid Short Load/Store Completer."
252b5132
RH
5093msgstr ""
5094
a5c7551f 5095#: config/tc-hppa.c:3572 config/tc-hppa.c:3577
ae351704 5096msgid "Invalid Store Bytes Short Completer"
252b5132
RH
5097msgstr ""
5098
a5c7551f 5099#: config/tc-hppa.c:3888 config/tc-hppa.c:3894
ae351704 5100msgid "Invalid left/right combination completer"
252b5132
RH
5101msgstr ""
5102
a5c7551f 5103#: config/tc-hppa.c:3943 config/tc-hppa.c:3950
ae351704 5104msgid "Invalid permutation completer"
55cf6793
ZW
5105msgstr ""
5106
a5c7551f 5107#: config/tc-hppa.c:4050
252b5132 5108#, c-format
ae351704 5109msgid "Invalid Add Condition: %s"
252b5132
RH
5110msgstr ""
5111
a5c7551f 5112#: config/tc-hppa.c:4061 config/tc-hppa.c:4071
ae351704 5113msgid "Invalid Add and Branch Condition"
85a39694
NC
5114msgstr ""
5115
a5c7551f 5116#: config/tc-hppa.c:4092 config/tc-hppa.c:4229
ae351704 5117msgid "Invalid Compare/Subtract Condition"
28e7409f
NC
5118msgstr ""
5119
a5c7551f 5120#: config/tc-hppa.c:4132
6e1772d5 5121#, c-format
ae351704 5122msgid "Invalid Bit Branch Condition: %c"
28e7409f
NC
5123msgstr ""
5124
a5c7551f 5125#: config/tc-hppa.c:4217
85a39694 5126#, c-format
ae351704 5127msgid "Invalid Compare/Subtract Condition: %s"
252b5132
RH
5128msgstr ""
5129
a5c7551f 5130#: config/tc-hppa.c:4244
ae351704 5131msgid "Invalid Compare and Branch Condition"
252b5132
RH
5132msgstr ""
5133
a5c7551f 5134#: config/tc-hppa.c:4340
ae351704 5135msgid "Invalid Logical Instruction Condition."
252b5132
RH
5136msgstr ""
5137
a5c7551f 5138#: config/tc-hppa.c:4398
ae351704 5139msgid "Invalid Shift/Extract/Deposit Condition."
252b5132
RH
5140msgstr ""
5141
a5c7551f 5142#: config/tc-hppa.c:4510
ae351704 5143msgid "Invalid Unit Instruction Condition."
252b5132
RH
5144msgstr ""
5145
a5c7551f
RW
5146#: config/tc-hppa.c:4985 config/tc-hppa.c:5017 config/tc-hppa.c:5048
5147#: config/tc-hppa.c:5078
ae351704 5148msgid "Branch to unaligned address"
252b5132
RH
5149msgstr ""
5150
a5c7551f 5151#: config/tc-hppa.c:5262
ae351704 5152msgid "Invalid SFU identifier"
a74801ba
ILT
5153msgstr ""
5154
a5c7551f 5155#: config/tc-hppa.c:5312
ae351704 5156msgid "Invalid COPR identifier"
252b5132
RH
5157msgstr ""
5158
a5c7551f 5159#: config/tc-hppa.c:5441
ae351704 5160msgid "Invalid Floating Point Operand Format."
252b5132
RH
5161msgstr ""
5162
a5c7551f
RW
5163#: config/tc-hppa.c:5558 config/tc-hppa.c:5578 config/tc-hppa.c:5598
5164#: config/tc-hppa.c:5618 config/tc-hppa.c:5638
ae351704 5165msgid "Invalid register for single precision fmpyadd or fmpysub"
252b5132
RH
5166msgstr ""
5167
a5c7551f 5168#: config/tc-hppa.c:5706
252b5132 5169#, c-format
ae351704 5170msgid "Invalid operands %s"
252b5132
RH
5171msgstr ""
5172
a5c7551f
RW
5173#: config/tc-hppa.c:5716
5174#, c-format
5175msgid "Immediates %d and %d will give undefined behavior."
5176msgstr ""
5177
5178#: config/tc-hppa.c:5768 config/tc-hppa.c:6956 config/tc-hppa.c:7011
ae351704 5179msgid "Missing function name for .PROC (corrupted label chain)"
252b5132
RH
5180msgstr ""
5181
a5c7551f 5182#: config/tc-hppa.c:5771 config/tc-hppa.c:7014
ae351704 5183msgid "Missing function name for .PROC"
252b5132
RH
5184msgstr ""
5185
a5c7551f 5186#: config/tc-hppa.c:5830
55cf6793
ZW
5187msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
5188msgstr ""
5189
a5c7551f 5190#: config/tc-hppa.c:5926
252b5132
RH
5191#, c-format
5192msgid "Invalid .CALL argument: %s"
5193msgstr ""
5194
a5c7551f 5195#: config/tc-hppa.c:6042
252b5132
RH
5196msgid ".callinfo is not within a procedure definition"
5197msgstr ""
5198
a5c7551f 5199#: config/tc-hppa.c:6062
252b5132
RH
5200#, c-format
5201msgid "FRAME parameter must be a multiple of 8: %d\n"
5202msgstr ""
5203
a5c7551f 5204#: config/tc-hppa.c:6081
252b5132
RH
5205msgid "Value for ENTRY_GR must be in the range 3..18\n"
5206msgstr ""
5207
a5c7551f 5208#: config/tc-hppa.c:6093
252b5132
RH
5209msgid "Value for ENTRY_FR must be in the range 12..21\n"
5210msgstr ""
5211
a5c7551f 5212#: config/tc-hppa.c:6103
252b5132
RH
5213msgid "Value for ENTRY_SR must be 3\n"
5214msgstr ""
5215
a5c7551f 5216#: config/tc-hppa.c:6159
252b5132
RH
5217#, c-format
5218msgid "Invalid .CALLINFO argument: %s"
5219msgstr ""
5220
a5c7551f 5221#: config/tc-hppa.c:6269
252b5132
RH
5222msgid "The .ENTER pseudo-op is not supported"
5223msgstr ""
5224
a5c7551f 5225#: config/tc-hppa.c:6285
252b5132
RH
5226msgid "Misplaced .entry. Ignored."
5227msgstr ""
5228
a5c7551f 5229#: config/tc-hppa.c:6289
252b5132
RH
5230msgid "Missing .callinfo."
5231msgstr ""
5232
a5c7551f 5233#: config/tc-hppa.c:6353
5b343f5a
NC
5234msgid ".REG expression must be a register"
5235msgstr ""
5236
a5c7551f 5237#: config/tc-hppa.c:6369
5b343f5a
NC
5238msgid "bad or irreducible absolute expression; zero assumed"
5239msgstr ""
5240
a5c7551f 5241#: config/tc-hppa.c:6380
252b5132
RH
5242msgid ".REG must use a label"
5243msgstr ""
5244
a5c7551f 5245#: config/tc-hppa.c:6382
252b5132
RH
5246msgid ".EQU must use a label"
5247msgstr ""
5248
a5c7551f 5249#: config/tc-hppa.c:6444
ae351704
AM
5250#, c-format
5251msgid "Symbol '%s' could not be created."
5252msgstr ""
5253
a5c7551f 5254#: config/tc-hppa.c:6448
ae351704
AM
5255msgid "No memory for symbol name."
5256msgstr ""
5257
a5c7551f 5258#: config/tc-hppa.c:6497
252b5132
RH
5259msgid ".EXIT must appear within a procedure"
5260msgstr ""
5261
a5c7551f 5262#: config/tc-hppa.c:6501
252b5132
RH
5263msgid "Missing .callinfo"
5264msgstr ""
5265
a5c7551f 5266#: config/tc-hppa.c:6505
252b5132
RH
5267msgid "No .ENTRY for this .EXIT"
5268msgstr ""
5269
a5c7551f 5270#: config/tc-hppa.c:6545
252b5132 5271#, c-format
ae351704 5272msgid "Using ENTRY rather than CODE in export directive for %s"
252b5132
RH
5273msgstr ""
5274
a5c7551f 5275#: config/tc-hppa.c:6662
252b5132 5276#, c-format
ae351704 5277msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
252b5132
RH
5278msgstr ""
5279
a5c7551f 5280#: config/tc-hppa.c:6686
252b5132 5281#, c-format
ae351704 5282msgid "Cannot define export symbol: %s\n"
252b5132
RH
5283msgstr ""
5284
a5c7551f 5285#: config/tc-hppa.c:6783
252b5132
RH
5286msgid "Missing label name on .LABEL"
5287msgstr ""
5288
a5c7551f 5289#: config/tc-hppa.c:6788
252b5132
RH
5290msgid "extra .LABEL arguments ignored."
5291msgstr ""
5292
a5c7551f 5293#: config/tc-hppa.c:6804
252b5132
RH
5294msgid "The .LEAVE pseudo-op is not supported"
5295msgstr ""
5296
a5c7551f 5297#: config/tc-hppa.c:6842
252b5132
RH
5298msgid "Unrecognized .LEVEL argument\n"
5299msgstr ""
5300
a5c7551f 5301#: config/tc-hppa.c:6876
252b5132
RH
5302#, c-format
5303msgid "Cannot define static symbol: %s\n"
5304msgstr ""
5305
a5c7551f 5306#: config/tc-hppa.c:6910
252b5132
RH
5307msgid "Nested procedures"
5308msgstr ""
5309
a5c7551f 5310#: config/tc-hppa.c:6920
252b5132
RH
5311msgid "Cannot allocate unwind descriptor\n"
5312msgstr ""
5313
a5c7551f 5314#: config/tc-hppa.c:7018
252b5132
RH
5315msgid "misplaced .procend"
5316msgstr ""
5317
a5c7551f 5318#: config/tc-hppa.c:7021
252b5132
RH
5319msgid "Missing .callinfo for this procedure"
5320msgstr ""
5321
a5c7551f 5322#: config/tc-hppa.c:7024
252b5132
RH
5323msgid "Missing .EXIT for a .ENTRY"
5324msgstr ""
5325
a5c7551f 5326#: config/tc-hppa.c:7061
a74801ba
ILT
5327msgid "Not in a space.\n"
5328msgstr ""
5329
a5c7551f 5330#: config/tc-hppa.c:7064
a74801ba
ILT
5331msgid "Not in a subspace.\n"
5332msgstr ""
5333
a5c7551f 5334#: config/tc-hppa.c:7153
252b5132
RH
5335msgid "Invalid .SPACE argument"
5336msgstr ""
5337
a5c7551f 5338#: config/tc-hppa.c:7199
252b5132
RH
5339msgid "Can't change spaces within a procedure definition. Ignored"
5340msgstr ""
5341
a5c7551f 5342#: config/tc-hppa.c:7327
252b5132
RH
5343#, c-format
5344msgid "Undefined space: '%s' Assuming space number = 0."
5345msgstr ""
5346
a5c7551f 5347#: config/tc-hppa.c:7350
252b5132
RH
5348msgid "Must be in a space before changing or declaring subspaces.\n"
5349msgstr ""
5350
a5c7551f 5351#: config/tc-hppa.c:7354
252b5132
RH
5352msgid "Can't change subspaces within a procedure definition. Ignored"
5353msgstr ""
5354
a5c7551f 5355#: config/tc-hppa.c:7390
252b5132
RH
5356msgid "Parameters of an existing subspace can't be modified"
5357msgstr ""
5358
a5c7551f 5359#: config/tc-hppa.c:7442
252b5132
RH
5360msgid "Alignment must be a power of 2"
5361msgstr ""
5362
a5c7551f 5363#: config/tc-hppa.c:7489
252b5132
RH
5364msgid "FIRST not supported as a .SUBSPACE argument"
5365msgstr ""
5366
a5c7551f 5367#: config/tc-hppa.c:7491
252b5132
RH
5368msgid "Invalid .SUBSPACE argument"
5369msgstr ""
5370
a5c7551f 5371#: config/tc-hppa.c:7680
252b5132
RH
5372#, c-format
5373msgid "Internal error: Unable to find containing space for %s."
5374msgstr ""
5375
a5c7551f 5376#: config/tc-hppa.c:7718
252b5132
RH
5377#, c-format
5378msgid "Out of memory: could not allocate new space chain entry: %s\n"
5379msgstr ""
5380
a5c7551f 5381#: config/tc-hppa.c:7806
252b5132
RH
5382#, c-format
5383msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
5384msgstr ""
5385
a5c7551f 5386#: config/tc-hppa.c:8251
ae351704
AM
5387msgid "-R option not supported on this target."
5388msgstr ""
5389
a5c7551f 5390#: config/tc-hppa.c:8268 config/tc-sparc.c:815 config/tc-sparc.c:852
252b5132 5391#, c-format
ae351704 5392msgid "Internal error: can't hash `%s': %s\n"
252b5132
RH
5393msgstr ""
5394
a5c7551f 5395#: config/tc-hppa.c:8277 config/tc-i860.c:236
ae351704
AM
5396#, c-format
5397msgid "internal error: losing opcode: `%s' \"%s\"\n"
252b5132
RH
5398msgstr ""
5399
a5c7551f
RW
5400#: config/tc-i370.c:419 config/tc-ppc.c:1141 config/tc-s390.c:404
5401#: config/tc-s390.c:411
5402#, c-format
5403msgid "invalid switch -m%s"
5404msgstr ""
5405
5406#: config/tc-i370.c:516 config/tc-s390.c:510
5407#, c-format
5408msgid "Internal assembler error for instruction %s"
5409msgstr ""
5410
5411#: config/tc-i370.c:535
5412#, c-format
5413msgid "Internal assembler error for macro %s"
5414msgstr ""
5415
5416#: config/tc-i370.c:630 config/tc-ppc.c:1839
5417msgid "identifier+constant@got means identifier@got+constant"
5418msgstr ""
5419
5420#: config/tc-i370.c:684 config/tc-m68k.c:8030 config/tc-ppc.c:1928
5421#, c-format
5422msgid "%s relocations do not fit in %d bytes\n"
5423msgstr ""
5424
5425#: config/tc-i370.c:925 config/tc-i370.c:969
5426msgid "unsupported DC type"
5427msgstr ""
5428
5429#: config/tc-i370.c:939 config/tc-i370.c:951 config/tc-i370.c:1532
5430#: config/tc-i370.c:1542
5431msgid "missing end-quote"
5432msgstr ""
5433
5434#: config/tc-i370.c:999
5435msgid "unsupported alignment"
5436msgstr ""
5437
5438#: config/tc-i370.c:1006
5439msgid "this DS form not yet supported"
5440msgstr ""
5441
5442#: config/tc-i370.c:1049 config/tc-m32r.c:1493 config/tc-microblaze.c:179
5443#: config/tc-ppc.c:1992 config/tc-ppc.c:4596
5444msgid "Expected comma after symbol-name: rest of line ignored."
5445msgstr ""
5446
5447#: config/tc-i370.c:1072 config/tc-m32r.c:1517 config/tc-microblaze.c:201
5448#: config/tc-ppc.c:2014 config/tc-ppc.c:3215 config/tc-ppc.c:4620
5449msgid "ignoring bad alignment"
5450msgstr ""
5451
5452#: config/tc-i370.c:1083 config/tc-m32r.c:1544 config/tc-microblaze.c:212
5453#: config/tc-ppc.c:2025 config/tc-ppc.c:4632
5454#, c-format
5455msgid "Ignoring attempt to re-define symbol `%s'."
5456msgstr ""
5457
5458#: config/tc-i370.c:1091 config/tc-microblaze.c:220 config/tc-ppc.c:2033
5459#, c-format
5460msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
5461msgstr ""
5462
5463#: config/tc-i370.c:1110 config/tc-m32r.c:1529 config/tc-microblaze.c:238
5464#: config/tc-ppc.c:2051 config/tc-v850.c:322
5465msgid "Common alignment not a power of 2"
5466msgstr ""
5467
5468#: config/tc-i370.c:1248
5469msgid "Missing or bad .using directive"
5470msgstr ""
5471
5472#: config/tc-i370.c:1293
5473msgid "Literal Pool Overflow"
5474msgstr ""
5475
5476#: config/tc-i370.c:1589
5477msgid "expression not a constant"
5478msgstr ""
5479
5480#: config/tc-i370.c:1596
5481msgid "Unknown/unsupported address literal type"
5482msgstr ""
5483
5484#: config/tc-i370.c:1619
5485#, c-format
5486msgid ".ltorg without prior .using in section %s"
5487msgstr ""
5488
5489#: config/tc-i370.c:1623
5490#, c-format
5491msgid ".ltorg in section %s paired to .using in section %s"
5492msgstr ""
5493
5494#: config/tc-i370.c:1646
5495#, c-format
5496msgid "bad alignment of %d bytes in literal pool"
5497msgstr ""
5498
5499#: config/tc-i370.c:1670
5500msgid "bad literal size\n"
5501msgstr ""
5502
5503#: config/tc-i370.c:1744
5504msgid ".using: base address expression illegal or too complex"
5505msgstr ""
5506
5507#: config/tc-i370.c:1779 config/tc-i370.c:1788
5508#, c-format
5509msgid "droping register %d in section %s does not match using register %d"
5510msgstr ""
5511
5512#: config/tc-i370.c:1792
5513#, c-format
5514msgid "droping register %d in section %s previously used in section %s"
5515msgstr ""
5516
5517#: config/tc-i370.c:1848 config/tc-ppc.c:3030
5518msgid "wrong number of operands"
5519msgstr ""
5520
5521#: config/tc-i370.c:1930 config/tc-mn10200.c:898 config/tc-mn10300.c:1249
5522#: config/tc-ppc.c:2349 config/tc-s390.c:1544 config/tc-v850.c:1604
5523#, c-format
5524msgid "Unrecognized opcode: `%s'"
5525msgstr ""
5526
5527#: config/tc-i370.c:2075
5528msgid "not using any base register"
5529msgstr ""
5530
5531#: config/tc-i370.c:2105
5532#, c-format
5533msgid "expecting a register for operand %d"
5534msgstr ""
5535
5536#. Not used --- don't have any 8 byte instructions.
5537#: config/tc-i370.c:2226
5538msgid "Internal Error: bad instruction length"
5539msgstr ""
5540
5541#: config/tc-i386.c:1774
60bcf0fa
NC
5542#, c-format
5543msgid "%s shortened to %s"
5544msgstr ""
5545
a5c7551f 5546#: config/tc-i386.c:1844
252b5132
RH
5547msgid "same type of prefix used twice"
5548msgstr ""
5549
a5c7551f 5550#: config/tc-i386.c:1865
0d2bcfaf
NC
5551msgid "64bit mode not supported on this CPU."
5552msgstr ""
5553
a5c7551f 5554#: config/tc-i386.c:1869
0d2bcfaf
NC
5555msgid "32bit mode not supported on this CPU."
5556msgstr ""
5557
a5c7551f 5558#: config/tc-i386.c:1902
8ad3436c 5559msgid "bad argument to syntax directive."
252b5132
RH
5560msgstr ""
5561
a5c7551f 5562#: config/tc-i386.c:1951
f12e7348
NC
5563msgid "bad argument to sse_check directive."
5564msgstr ""
5565
a5c7551f 5566#: config/tc-i386.c:1955
f12e7348
NC
5567msgid "missing argument for sse_check directive"
5568msgstr ""
5569
a5c7551f
RW
5570#: config/tc-i386.c:1985
5571#, c-format
5572msgid "`%s' is not supported on `%s'"
5573msgstr ""
5574
5575#: config/tc-i386.c:2058
60bcf0fa
NC
5576#, c-format
5577msgid "no such architecture: `%s'"
5578msgstr ""
5579
a5c7551f 5580#: config/tc-i386.c:2063
60bcf0fa
NC
5581msgid "missing cpu architecture"
5582msgstr ""
5583
a5c7551f 5584#: config/tc-i386.c:2077
e135f41b
NC
5585#, c-format
5586msgid "no such architecture modifier: `%s'"
5587msgstr ""
5588
a5c7551f
RW
5589#: config/tc-i386.c:2092 config/tc-i386.c:2107
5590msgid "Intel L1OM is 64bit ELF only"
5591msgstr ""
5592
5593#: config/tc-i386.c:2116 config/tc-i386.c:8079 config/tc-maxq.c:223
a85d7ed0
NC
5594msgid "Unknown architecture"
5595msgstr ""
5596
a5c7551f 5597#: config/tc-i386.c:2462
3caac5b8
AM
5598#, c-format
5599msgid "unknown relocation (%u)"
252b5132
RH
5600msgstr ""
5601
a5c7551f 5602#: config/tc-i386.c:2464
252b5132 5603#, c-format
3caac5b8
AM
5604msgid "%u-byte relocation cannot be applied to %u-byte field"
5605msgstr ""
5606
a5c7551f 5607#: config/tc-i386.c:2468
3caac5b8
AM
5608msgid "non-pc-relative relocation for pc-relative field"
5609msgstr ""
5610
a5c7551f 5611#: config/tc-i386.c:2473
3caac5b8 5612msgid "relocated field and relocation type differ in signedness"
252b5132
RH
5613msgstr ""
5614
a5c7551f 5615#: config/tc-i386.c:2482
3caac5b8
AM
5616msgid "there are no unsigned pc-relative relocations"
5617msgstr ""
5618
a5c7551f 5619#: config/tc-i386.c:2490
252b5132 5620#, c-format
3caac5b8 5621msgid "cannot do %u byte pc-relative relocation"
252b5132
RH
5622msgstr ""
5623
a5c7551f 5624#: config/tc-i386.c:2507
3caac5b8
AM
5625#, c-format
5626msgid "cannot do %s %u byte relocation"
5627msgstr ""
5628
a5c7551f 5629#: config/tc-i386.c:2767
06647dfd 5630#, c-format
f12e7348 5631msgid "can't use register '%s%s' as operand %d in '%s'."
06647dfd
AM
5632msgstr ""
5633
a5c7551f 5634#: config/tc-i386.c:2878
fce00800 5635#, c-format
f12e7348
NC
5636msgid "SSE instruction `%s' is used"
5637msgstr ""
5638
a5c7551f 5639#: config/tc-i386.c:2892 config/tc-i386.c:4214
f12e7348
NC
5640#, c-format
5641msgid "ambiguous operand size for `%s'"
fce00800
AM
5642msgstr ""
5643
87ccc1b0 5644#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
a5c7551f 5645#: config/tc-i386.c:2948
87ccc1b0
NC
5646#, c-format
5647msgid "translating to `%sp'"
5648msgstr ""
5649
a5c7551f 5650#: config/tc-i386.c:2999
87ccc1b0 5651#, c-format
ae351704 5652msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
87ccc1b0
NC
5653msgstr ""
5654
a5c7551f 5655#: config/tc-i386.c:3042 config/tc-i386.c:3163 config/tc-maxq.c:800
499ac353 5656#: config/tc-maxq.c:830
252b5132 5657#, c-format
60bcf0fa 5658msgid "no such instruction: `%s'"
252b5132
RH
5659msgstr ""
5660
a5c7551f 5661#: config/tc-i386.c:3053 config/tc-i386.c:3196 config/tc-maxq.c:808
252b5132
RH
5662#, c-format
5663msgid "invalid character %s in mnemonic"
5664msgstr ""
5665
a5c7551f 5666#: config/tc-i386.c:3060
252b5132
RH
5667msgid "expecting prefix; got nothing"
5668msgstr ""
5669
a5c7551f 5670#: config/tc-i386.c:3062
252b5132
RH
5671msgid "expecting mnemonic; got nothing"
5672msgstr ""
5673
a5c7551f 5674#: config/tc-i386.c:3077 config/tc-i386.c:3214
252b5132 5675#, c-format
3caac5b8 5676msgid "`%s' is only supported in 64-bit mode"
252b5132
RH
5677msgstr ""
5678
a5c7551f 5679#: config/tc-i386.c:3078 config/tc-i386.c:3213
06647dfd
AM
5680#, c-format
5681msgid "`%s' is not supported in 64-bit mode"
5682msgstr ""
5683
a5c7551f 5684#: config/tc-i386.c:3090
06647dfd 5685#, c-format
3caac5b8 5686msgid "redundant %s prefix"
06647dfd
AM
5687msgstr ""
5688
a5c7551f 5689#: config/tc-i386.c:3220
60bcf0fa 5690#, c-format
06647dfd 5691msgid "`%s' is not supported on `%s%s'"
60bcf0fa
NC
5692msgstr ""
5693
a5c7551f 5694#: config/tc-i386.c:3231
60bcf0fa
NC
5695msgid "use .code16 to ensure correct addressing mode"
5696msgstr ""
5697
a5c7551f 5698#: config/tc-i386.c:3244
252b5132
RH
5699#, c-format
5700msgid "expecting string instruction after `%s'"
5701msgstr ""
5702
a5c7551f 5703#: config/tc-i386.c:3276
252b5132
RH
5704#, c-format
5705msgid "invalid character %s before operand %d"
5706msgstr ""
5707
a5c7551f 5708#: config/tc-i386.c:3290
252b5132
RH
5709#, c-format
5710msgid "unbalanced parenthesis in operand %d."
5711msgstr ""
5712
a5c7551f 5713#: config/tc-i386.c:3293 config/tc-maxq.c:1850
252b5132
RH
5714#, c-format
5715msgid "unbalanced brackets in operand %d."
5716msgstr ""
5717
a5c7551f 5718#: config/tc-i386.c:3302
252b5132
RH
5719#, c-format
5720msgid "invalid character %s in operand %d"
5721msgstr ""
5722
a5c7551f 5723#: config/tc-i386.c:3330 config/tc-maxq.c:1876
252b5132
RH
5724#, c-format
5725msgid "spurious operands; (%d operands/instruction max)"
5726msgstr ""
5727
a5c7551f 5728#: config/tc-i386.c:3353 config/tc-maxq.c:1896
252b5132
RH
5729msgid "expecting operand after ','; got nothing"
5730msgstr ""
5731
a5c7551f 5732#: config/tc-i386.c:3358
252b5132
RH
5733msgid "expecting operand before ','; got nothing"
5734msgstr ""
5735
a5c7551f 5736#: config/tc-i386.c:3954
f12e7348
NC
5737#, c-format
5738msgid "ambiguous operand size or operands invalid for `%s'"
5739msgstr ""
5740
a5c7551f 5741#: config/tc-i386.c:3957
252b5132
RH
5742#, c-format
5743msgid "suffix or operands invalid for `%s'"
5744msgstr ""
5745
a5c7551f 5746#: config/tc-i386.c:3968
a74801ba 5747#, c-format
8ad3436c 5748msgid "indirect %s without `*'"
a74801ba
ILT
5749msgstr ""
5750
60bcf0fa
NC
5751#. Warn them that a data or address size prefix doesn't
5752#. affect assembly of the next line of code.
a5c7551f 5753#: config/tc-i386.c:3976
252b5132
RH
5754#, c-format
5755msgid "stand-alone `%s' prefix"
5756msgstr ""
5757
a5c7551f 5758#: config/tc-i386.c:4010 config/tc-i386.c:4026
328577ad 5759#, c-format
f12e7348 5760msgid "`%s' operand %d must use `%ses' segment"
252b5132
RH
5761msgstr ""
5762
ae351704 5763#. We have to know the operand size for crc32.
a5c7551f 5764#: config/tc-i386.c:4080
ae351704
AM
5765#, c-format
5766msgid "ambiguous memory operand size for `%s`"
5767msgstr ""
5768
a5c7551f 5769#: config/tc-i386.c:4187
87ccc1b0
NC
5770msgid ""
5771"no instruction mnemonic suffix given and no register operands; can't size "
5772"instruction"
5773msgstr ""
5774
a5c7551f
RW
5775#: config/tc-i386.c:4328 config/tc-i386.c:4403 config/tc-i386.c:4432
5776#: config/tc-i386.c:4478 config/tc-i386.c:4516
328577ad 5777#, c-format
ae351704 5778msgid "Incorrect register `%s%s' used with `%c' suffix"
0d2bcfaf
NC
5779msgstr ""
5780
a5c7551f 5781#: config/tc-i386.c:4336 config/tc-i386.c:4410 config/tc-i386.c:4523
328577ad 5782#, c-format
ae351704 5783msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
252b5132
RH
5784msgstr ""
5785
a5c7551f
RW
5786#: config/tc-i386.c:4362 config/tc-i386.c:4386 config/tc-i386.c:4454
5787#: config/tc-i386.c:4499
328577ad 5788#, c-format
ae351704 5789msgid "`%s%s' not allowed with `%s%c'"
252b5132
RH
5790msgstr ""
5791
a5c7551f 5792#: config/tc-i386.c:4588
252b5132
RH
5793msgid "no instruction mnemonic suffix given; can't determine immediate size"
5794msgstr ""
5795
a5c7551f 5796#: config/tc-i386.c:4623
328577ad 5797#, c-format
f12e7348 5798msgid "the last operand of `%s' must be `%s%s'"
252b5132
RH
5799msgstr ""
5800
a5c7551f 5801#: config/tc-i386.c:4626
328577ad 5802#, c-format
f12e7348 5803msgid "the first operand of `%s' must be `%s%s'"
252b5132
RH
5804msgstr ""
5805
a5c7551f 5806#: config/tc-i386.c:4775
328577ad 5807#, c-format
f12e7348 5808msgid "you can't `pop %scs'"
252b5132
RH
5809msgstr ""
5810
ae351704 5811#. Reversed arguments on faddp, fsubp, etc.
a5c7551f 5812#: config/tc-i386.c:4804
ae351704
AM
5813#, c-format
5814msgid "translating to `%s %s%s,%s%s'"
5815msgstr ""
5816
5817#. Extraneous `l' suffix on fp insn.
a5c7551f 5818#: config/tc-i386.c:4811
ae351704
AM
5819#, c-format
5820msgid "translating to `%s %s%s'"
5821msgstr ""
5822
a5c7551f 5823#: config/tc-i386.c:4839
49f58d10
JB
5824#, c-format
5825msgid "segment override on `%s' is ineffectual"
0d2bcfaf
NC
5826msgstr ""
5827
a5c7551f 5828#: config/tc-i386.c:5384 config/tc-i386.c:5478 config/tc-i386.c:5523
252b5132
RH
5829msgid "skipping prefixes on this instruction"
5830msgstr ""
5831
a5c7551f 5832#: config/tc-i386.c:5543
252b5132
RH
5833msgid "16-bit jump out of range"
5834msgstr ""
5835
a5c7551f 5836#: config/tc-i386.c:5552
252b5132 5837#, c-format
a74801ba 5838msgid "can't handle non absolute segment in `%s'"
252b5132
RH
5839msgstr ""
5840
a5c7551f 5841#: config/tc-i386.c:6134
6840198f 5842#, c-format
3caac5b8 5843msgid "@%s reloc is not supported with %d-bit output format"
252b5132
RH
5844msgstr ""
5845
a5c7551f 5846#: config/tc-i386.c:6180
c85dd50d
NC
5847#, c-format
5848msgid "missing or invalid expression `%s'"
5849msgstr ""
5850
a5c7551f 5851#: config/tc-i386.c:6238
ae351704
AM
5852#, c-format
5853msgid "at most %d immediate operands are allowed"
252b5132
RH
5854msgstr ""
5855
a5c7551f 5856#: config/tc-i386.c:6260 config/tc-i386.c:6505 config/tc-maxq.c:1462
252b5132 5857#, c-format
6840198f 5858msgid "junk `%s' after expression"
252b5132
RH
5859msgstr ""
5860
a5c7551f 5861#: config/tc-i386.c:6280
252b5132 5862#, c-format
c85dd50d 5863msgid "missing or invalid immediate expression `%s'"
252b5132
RH
5864msgstr ""
5865
a5c7551f 5866#: config/tc-i386.c:6303 config/tc-i386.c:6575 config/tc-maxq.c:1492
a74801ba 5867#, c-format
8ad3436c 5868msgid "unimplemented segment %s in operand"
a74801ba
ILT
5869msgstr ""
5870
a5c7551f 5871#: config/tc-i386.c:6309
ae351704
AM
5872#, c-format
5873msgid "illegal immediate register operand %s"
5874msgstr ""
5875
a5c7551f 5876#: config/tc-i386.c:6357
252b5132
RH
5877#, c-format
5878msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
5879msgstr ""
5880
a5c7551f 5881#: config/tc-i386.c:6366
252b5132
RH
5882#, c-format
5883msgid "scale factor of %d without an index register"
5884msgstr ""
5885
a5c7551f 5886#: config/tc-i386.c:6388
ae351704
AM
5887#, c-format
5888msgid "at most %d displacement operands are allowed"
5889msgstr ""
5890
a5c7551f 5891#: config/tc-i386.c:6560
c45021f2 5892#, c-format
c85dd50d 5893msgid "missing or invalid displacement expression `%s'"
c45021f2
NC
5894msgstr ""
5895
a5c7551f 5896#: config/tc-i386.c:6662
252b5132 5897#, c-format
f12e7348 5898msgid "`%s' is not valid here (expected `%c%s%s%c')"
252b5132
RH
5899msgstr ""
5900
a5c7551f 5901#: config/tc-i386.c:6742
252b5132 5902#, c-format
f12e7348 5903msgid "`%s' is not a valid %s expression"
252b5132
RH
5904msgstr ""
5905
a5c7551f 5906#: config/tc-i386.c:6747
f12e7348
NC
5907#, c-format
5908msgid "`%s' is not a valid %s-bit %s expression"
5909msgstr ""
5910
a5c7551f 5911#: config/tc-i386.c:6828
a74801ba 5912#, c-format
6f6ef0fa 5913msgid "bad memory operand `%s'"
a74801ba
ILT
5914msgstr ""
5915
a5c7551f 5916#: config/tc-i386.c:6843
a74801ba 5917#, c-format
6f6ef0fa 5918msgid "junk `%s' after register"
a74801ba
ILT
5919msgstr ""
5920
a5c7551f 5921#: config/tc-i386.c:6856 config/tc-i386.c:6972 config/tc-i386.c:7013
252b5132 5922#, c-format
6f6ef0fa 5923msgid "bad register name `%s'"
252b5132
RH
5924msgstr ""
5925
a5c7551f 5926#: config/tc-i386.c:6864
6f6ef0fa 5927msgid "immediate operand illegal with absolute jump"
252b5132
RH
5928msgstr ""
5929
a5c7551f 5930#: config/tc-i386.c:6886
6f6ef0fa
NC
5931#, c-format
5932msgid "too many memory references for `%s'"
a74801ba
ILT
5933msgstr ""
5934
a5c7551f 5935#: config/tc-i386.c:6964
252b5132
RH
5936#, c-format
5937msgid "expecting `,' or `)' after index register in `%s'"
5938msgstr ""
5939
a5c7551f 5940#: config/tc-i386.c:6989
252b5132
RH
5941#, c-format
5942msgid "expecting `)' after scale factor in `%s'"
5943msgstr ""
5944
a5c7551f 5945#: config/tc-i386.c:6997
252b5132
RH
5946#, c-format
5947msgid "expecting index register or scale factor after `,'; got '%c'"
5948msgstr ""
5949
a5c7551f 5950#: config/tc-i386.c:7005
252b5132
RH
5951#, c-format
5952msgid "expecting `,' or `)' after base register in `%s'"
5953msgstr ""
5954
ed265386 5955#. It's not a memory operand; argh!
a5c7551f 5956#: config/tc-i386.c:7049
252b5132
RH
5957#, c-format
5958msgid "invalid char %s beginning operand %d `%s'"
5959msgstr ""
5960
a5c7551f 5961#: config/tc-i386.c:7231
e135f41b
NC
5962msgid "long jump required"
5963msgstr ""
5964
a5c7551f 5965#: config/tc-i386.c:7286
ae351704
AM
5966msgid "jump target out of range"
5967msgstr ""
5968
a5c7551f 5969#: config/tc-i386.c:7798
a85d7ed0 5970msgid "No compiled in support for x86_64"
0d2bcfaf
NC
5971msgstr ""
5972
a5c7551f 5973#: config/tc-i386.c:7830 config/tc-i386.c:7882
ae351704
AM
5974#, c-format
5975msgid "Invalid -march= option: `%s'"
5976msgstr ""
5977
a5c7551f 5978#: config/tc-i386.c:7891 config/tc-i386.c:7903
ae351704
AM
5979#, c-format
5980msgid "Invalid -mtune= option: `%s'"
5981msgstr ""
5982
a5c7551f 5983#: config/tc-i386.c:7912
f12e7348
NC
5984#, c-format
5985msgid "Invalid -mmnemonic= option: `%s'"
5986msgstr ""
5987
a5c7551f 5988#: config/tc-i386.c:7921
f12e7348
NC
5989#, c-format
5990msgid "Invalid -msyntax= option: `%s'"
5991msgstr ""
5992
a5c7551f 5993#: config/tc-i386.c:7948
f12e7348
NC
5994#, c-format
5995msgid "Invalid -msse-check= option: `%s'"
5996msgstr ""
5997
a5c7551f 5998#: config/tc-i386.c:7962
6e1772d5 5999#, c-format
60bcf0fa
NC
6000msgid ""
6001" -Q ignored\n"
6002" -V print assembler version number\n"
6003" -k ignored\n"
252b5132
RH
6004msgstr ""
6005
a5c7551f 6006#: config/tc-i386.c:7967
6e1772d5 6007#, c-format
fce00800
AM
6008msgid ""
6009" -n Do not optimize code alignment\n"
6010" -q quieten some warnings\n"
252b5132
RH
6011msgstr ""
6012
a5c7551f 6013#: config/tc-i386.c:7971
ae351704
AM
6014#, c-format
6015msgid " -s ignored\n"
6016msgstr ""
6017
a5c7551f 6018#: config/tc-i386.c:7976
ae351704
AM
6019#, c-format
6020msgid " --32/--64 generate 32bit/64bit code\n"
6021msgstr ""
6022
a5c7551f 6023#: config/tc-i386.c:7980
ae351704
AM
6024#, c-format
6025msgid " --divide do not treat `/' as a comment character\n"
6026msgstr ""
6027
a5c7551f 6028#: config/tc-i386.c:7983
ae351704
AM
6029#, c-format
6030msgid " --divide ignored\n"
6031msgstr ""
6032
a5c7551f 6033#: config/tc-i386.c:7986
ae351704
AM
6034#, c-format
6035msgid ""
f12e7348
NC
6036" -march=CPU[,+EXTENSION...]\n"
6037" generate code for CPU and EXTENSION, CPU is one "
ae351704 6038"of:\n"
f12e7348
NC
6039" i8086, i186, i286, i386, i486, pentium, "
6040"pentiumpro,\n"
6041" pentiumii, pentiumiii, pentium4, prescott, "
ae351704 6042"nocona,\n"
a5c7551f
RW
6043" core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n"
6044" amdfam10, generic32, generic64\n"
f12e7348 6045" EXTENSION is combination of:\n"
a5c7551f
RW
6046" 8087, 287, 387, no87, mmx, nommx, sse, sse2, "
6047"sse3,\n"
6048" ssse3, sse4.1, sse4.2, sse4, nosse, avx, noavx,\n"
6049" vmx, smx, xsave, movbe, ept, aes, pclmul, fma,\n"
6050" clflush, syscall, rdtscp, 3dnow, 3dnowa, sse4a,\n"
6051" svme, abm, padlock, fma4\n"
ae351704
AM
6052msgstr ""
6053
a5c7551f 6054#: config/tc-i386.c:7999
f12e7348
NC
6055#, c-format
6056msgid ""
6057" -mtune=CPU optimize for CPU, CPU is one of:\n"
6058" i8086, i186, i286, i386, i486, pentium, "
6059"pentiumpro,\n"
6060" pentiumii, pentiumiii, pentium4, prescott, "
6061"nocona,\n"
a5c7551f
RW
6062" core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n"
6063" amdfam10, generic32, generic64\n"
f12e7348
NC
6064msgstr ""
6065
a5c7551f 6066#: config/tc-i386.c:8005
f12e7348
NC
6067#, c-format
6068msgid " -msse2avx encode SSE instructions with VEX prefix\n"
6069msgstr ""
6070
a5c7551f 6071#: config/tc-i386.c:8007
f12e7348
NC
6072#, c-format
6073msgid ""
6074" -msse-check=[none|error|warning]\n"
6075" check SSE instructions\n"
6076msgstr ""
6077
a5c7551f 6078#: config/tc-i386.c:8010
f12e7348
NC
6079#, c-format
6080msgid " -mmnemonic=[att|intel] use AT&T/Intel mnemonic\n"
6081msgstr ""
6082
a5c7551f 6083#: config/tc-i386.c:8012
f12e7348
NC
6084#, c-format
6085msgid " -msyntax=[att|intel] use AT&T/Intel syntax\n"
6086msgstr ""
6087
a5c7551f 6088#: config/tc-i386.c:8014
f12e7348
NC
6089#, c-format
6090msgid " -mindex-reg support pseudo index registers\n"
6091msgstr ""
6092
a5c7551f 6093#: config/tc-i386.c:8016
f12e7348
NC
6094#, c-format
6095msgid " -mnaked-reg don't require `%%' prefix for registers\n"
6096msgstr ""
6097
a5c7551f 6098#: config/tc-i386.c:8018
f12e7348
NC
6099#, c-format
6100msgid " -mold-gcc support old (<= 2.8.1) versions of gcc\n"
6101msgstr ""
6102
a5c7551f
RW
6103#: config/tc-i386.c:8108
6104msgid "Intel L1OM is 64bit only"
252b5132
RH
6105msgstr ""
6106
a5c7551f 6107#: config/tc-i386.c:8331
3caac5b8
AM
6108#, c-format
6109msgid "can not do %d byte pc-relative relocation"
6110msgstr ""
6111
a5c7551f 6112#: config/tc-i386.c:8349 config/tc-maxq.c:247
0d2bcfaf
NC
6113#, c-format
6114msgid "can not do %d byte relocation"
6115msgstr ""
6116
a5c7551f 6117#: config/tc-i386.c:8432 config/tc-maxq.c:274 config/tc-s390.c:2234
252b5132 6118#, c-format
8ad3436c 6119msgid "cannot represent relocation type %s"
252b5132
RH
6120msgstr ""
6121
a5c7551f
RW
6122#: config/tc-i386.c:8539
6123msgid "Bad .section directive: want a,l,w,x,M,S,G,T in string"
06647dfd
AM
6124msgstr ""
6125
a5c7551f
RW
6126#: config/tc-i386.c:8542
6127msgid "Bad .section directive: want a,w,x,M,S,G,T in string"
6f6ef0fa
NC
6128msgstr ""
6129
a5c7551f
RW
6130#: config/tc-i386.c:8561
6131msgid ".largecomm supported only in 64bit mode, producing .comm"
55cf6793
ZW
6132msgstr ""
6133
a5c7551f
RW
6134#: config/tc-i860.c:122
6135msgid "Directive .dual available only with -mintel-syntax option"
f12e7348
NC
6136msgstr ""
6137
a5c7551f
RW
6138#: config/tc-i860.c:132
6139msgid "Directive .enddual available only with -mintel-syntax option"
6f6ef0fa
NC
6140msgstr ""
6141
a5c7551f
RW
6142#: config/tc-i860.c:145
6143msgid "Directive .atmp available only with -mintel-syntax option"
06647dfd
AM
6144msgstr ""
6145
a5c7551f
RW
6146#: config/tc-i860.c:167 config/tc-i860.c:171
6147msgid "Unknown temporary pseudo register"
55cf6793
ZW
6148msgstr ""
6149
a5c7551f
RW
6150#: config/tc-i860.c:247
6151msgid "Defective assembler. No assembly attempted."
55cf6793
ZW
6152msgstr ""
6153
a5c7551f
RW
6154#: config/tc-i860.c:393 config/tc-i860.c:938 config/tc-m68k.c:3871
6155#: config/tc-m68k.c:3903 config/tc-sparc.c:2697
6156msgid "failed sanity check."
6f6ef0fa
NC
6157msgstr ""
6158
a5c7551f
RW
6159#: config/tc-i860.c:400
6160#, c-format
6161msgid "Expanded opcode after delayed branch: `%s'"
252b5132
RH
6162msgstr ""
6163
ae351704 6164#: config/tc-i860.c:404
252b5132
RH
6165#, c-format
6166msgid "Expanded opcode in dual mode: `%s'"
6167msgstr ""
6168
ae351704 6169#: config/tc-i860.c:408
ed265386
NC
6170#, c-format
6171msgid "An instruction was expanded (%s)"
252b5132
RH
6172msgstr ""
6173
ae351704 6174#: config/tc-i860.c:674
ed265386 6175msgid "Pipelined instruction: fsrc1 = fdest"
252b5132
RH
6176msgstr ""
6177
ae351704 6178#: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891
ed265386 6179msgid "Assembler does not yet support PIC"
252b5132
RH
6180msgstr ""
6181
ae351704 6182#: config/tc-i860.c:955
252b5132 6183#, c-format
ed265386 6184msgid "Illegal operands for %s"
252b5132
RH
6185msgstr ""
6186
ae351704 6187#: config/tc-i860.c:972
6e1772d5
AM
6188#, c-format
6189msgid "'d.%s' must be 8-byte aligned"
6190msgstr ""
6191
ae351704 6192#: config/tc-i860.c:980
6e1772d5
AM
6193#, c-format
6194msgid "Prefix 'd.' invalid for instruction `%s'"
6195msgstr ""
6196
499ac353 6197#: config/tc-i860.c:1133
6e1772d5 6198#, c-format
ed265386
NC
6199msgid ""
6200" -EL\t\t\t generate code for little endian mode (default)\n"
6201" -EB\t\t\t generate code for big endian mode\n"
6202" -mwarn-expand\t\t warn if pseudo operations are expanded\n"
fce00800 6203" -mxp\t\t\t enable i860XP support (disabled by default)\n"
6e1772d5 6204" -mintel-syntax\t enable Intel syntax (default to AT&T/SVR4)\n"
252b5132
RH
6205msgstr ""
6206
ed265386 6207#. SVR4 compatibility flags.
499ac353 6208#: config/tc-i860.c:1141
6e1772d5 6209#, c-format
ed265386
NC
6210msgid ""
6211" -V\t\t\t print assembler version number\n"
6212" -Qy, -Qn\t\t ignored\n"
252b5132
RH
6213msgstr ""
6214
499ac353 6215#: config/tc-i860.c:1204
ed265386 6216msgid "This immediate requires 0 MOD 2 alignment"
252b5132
RH
6217msgstr ""
6218
499ac353 6219#: config/tc-i860.c:1207
ed265386 6220msgid "This immediate requires 0 MOD 4 alignment"
252b5132
RH
6221msgstr ""
6222
499ac353 6223#: config/tc-i860.c:1210
ed265386 6224msgid "This immediate requires 0 MOD 8 alignment"
252b5132
RH
6225msgstr ""
6226
499ac353 6227#: config/tc-i860.c:1213
ed265386 6228msgid "This immediate requires 0 MOD 16 alignment"
252b5132
RH
6229msgstr ""
6230
499ac353 6231#: config/tc-i860.c:1308
ed265386
NC
6232msgid "5-bit immediate too large"
6233msgstr ""
6234
499ac353 6235#: config/tc-i860.c:1311
ed265386
NC
6236msgid "5-bit field must be absolute"
6237msgstr ""
6238
499ac353 6239#: config/tc-i860.c:1356 config/tc-i860.c:1379
ed265386
NC
6240msgid "A branch offset requires 0 MOD 4 alignment"
6241msgstr ""
6242
499ac353 6243#: config/tc-i860.c:1400
ed265386 6244#, c-format
87ccc1b0 6245msgid "Unrecognized fix-up (0x%08lx)"
252b5132
RH
6246msgstr ""
6247
ae351704 6248#: config/tc-i960.c:486
55cf6793
ZW
6249#, c-format
6250msgid "Hashing returned \"%s\"."
6251msgstr ""
6252
ae351704 6253#: config/tc-i960.c:582 config/tc-i960.c:1112
55cf6793
ZW
6254msgid "expression syntax error"
6255msgstr ""
6256
ae351704 6257#: config/tc-i960.c:618
55cf6793
ZW
6258msgid "attempt to branch into different segment"
6259msgstr ""
6260
ae351704 6261#: config/tc-i960.c:622
55cf6793
ZW
6262#, c-format
6263msgid "target of %s instruction must be a label"
6264msgstr ""
6265
ae351704 6266#: config/tc-i960.c:732
55cf6793
ZW
6267msgid "unaligned register"
6268msgstr ""
6269
ae351704 6270#: config/tc-i960.c:754
55cf6793
ZW
6271msgid "no such sfr in this architecture"
6272msgstr ""
6273
ae351704 6274#: config/tc-i960.c:792
55cf6793
ZW
6275msgid "illegal literal"
6276msgstr ""
6277
ae351704 6278#: config/tc-i960.c:942
55cf6793
ZW
6279msgid "invalid index register"
6280msgstr ""
6281
ae351704 6282#: config/tc-i960.c:965
55cf6793
ZW
6283msgid "invalid scale factor"
6284msgstr ""
6285
ae351704 6286#: config/tc-i960.c:1189
55cf6793
ZW
6287msgid "architecture of opcode conflicts with that of earlier instruction(s)"
6288msgstr ""
6289
a5c7551f 6290#: config/tc-i960.c:1423 config/tc-xtensa.c:11527
55cf6793
ZW
6291msgid "too many operands"
6292msgstr ""
6293
6294#. We never moved: there was no opcode either!
ae351704 6295#: config/tc-i960.c:1471
55cf6793 6296msgid "missing opcode"
252b5132
RH
6297msgstr ""
6298
ae351704 6299#: config/tc-i960.c:1611
252b5132
RH
6300msgid "branch prediction invalid on this opcode"
6301msgstr ""
6302
ae351704 6303#: config/tc-i960.c:1649
252b5132
RH
6304#, c-format
6305msgid "invalid opcode, \"%s\"."
6306msgstr ""
6307
ae351704 6308#: config/tc-i960.c:1651
252b5132
RH
6309#, c-format
6310msgid "improper number of operands. expecting %d, got %d"
6311msgstr ""
6312
499ac353 6313#: config/tc-i960.c:1751
252b5132
RH
6314#, c-format
6315msgid "Fixup of %ld too large for field width of %d"
6316msgstr ""
6317
499ac353 6318#: config/tc-i960.c:1861
252b5132
RH
6319#, c-format
6320msgid "invalid architecture %s"
6321msgstr ""
6322
499ac353 6323#: config/tc-i960.c:1881
6e1772d5 6324#, c-format
252b5132
RH
6325msgid "I960 options:\n"
6326msgstr ""
6327
499ac353 6328#: config/tc-i960.c:1884
6e1772d5 6329#, c-format
252b5132
RH
6330msgid ""
6331"\n"
6332"\t\t\tspecify variant of 960 architecture\n"
6333"-b\t\t\tadd code to collect statistics about branches taken\n"
6334"-link-relax\t\tpreserve individual alignment directives so linker\n"
6335"\t\t\tcan do relaxing (b.out format only)\n"
6336"-no-relax\t\tdon't alter compare-and-branch instructions for\n"
6337"\t\t\tlong displacements\n"
6338msgstr ""
6339
499ac353 6340#: config/tc-i960.c:2148
252b5132
RH
6341msgid "should have 1 or 2 operands"
6342msgstr ""
6343
499ac353 6344#: config/tc-i960.c:2156 config/tc-i960.c:2171
252b5132
RH
6345#, c-format
6346msgid "Redefining leafproc %s"
6347msgstr ""
6348
499ac353 6349#: config/tc-i960.c:2201
252b5132
RH
6350msgid "should have two operands"
6351msgstr ""
6352
499ac353 6353#: config/tc-i960.c:2211
252b5132
RH
6354msgid "'entry_num' must be absolute number in [0,31]"
6355msgstr ""
6356
499ac353 6357#: config/tc-i960.c:2219
252b5132
RH
6358#, c-format
6359msgid "Redefining entrynum for sysproc %s"
6360msgstr ""
6361
55cf6793 6362#. Should not happen: see block comment above.
499ac353 6363#: config/tc-i960.c:2319
55cf6793
ZW
6364#, c-format
6365msgid "Trying to 'bal' to %s"
252b5132
RH
6366msgstr ""
6367
499ac353 6368#: config/tc-i960.c:2329
55cf6793
ZW
6369msgid "Looks like a proc, but can't tell what kind.\n"
6370msgstr ""
6371
499ac353 6372#: config/tc-i960.c:2348
252b5132
RH
6373msgid "big endian mode is not supported"
6374msgstr ""
6375
499ac353 6376#: config/tc-i960.c:2350
252b5132
RH
6377#, c-format
6378msgid "ignoring unrecognized .endian type `%s'"
6379msgstr ""
6380
499ac353 6381#: config/tc-i960.c:2395
3caac5b8 6382msgid "can't use COBR format with external label"
252b5132
RH
6383msgstr ""
6384
499ac353 6385#: config/tc-i960.c:2570
3caac5b8 6386msgid "option --link-relax is only supported in b.out format"
252b5132
RH
6387msgstr ""
6388
499ac353 6389#: config/tc-i960.c:2597
3caac5b8
AM
6390#, c-format
6391msgid "No 'bal' entry point for leafproc %s"
252b5132
RH
6392msgstr ""
6393
a5c7551f 6394#: config/tc-ia64.c:853
87ccc1b0 6395msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string"
252b5132
RH
6396msgstr ""
6397
a5c7551f 6398#: config/tc-ia64.c:905
ad4b42b4
NC
6399msgid "Size of frame exceeds maximum of 96 registers"
6400msgstr ""
6401
a5c7551f 6402#: config/tc-ia64.c:910
ad4b42b4
NC
6403msgid "Size of rotating registers exceeds frame size"
6404msgstr ""
6405
a5c7551f 6406#: config/tc-ia64.c:997
a85d7ed0
NC
6407msgid "Unwind directive not followed by an instruction."
6408msgstr ""
6409
a5c7551f 6410#: config/tc-ia64.c:1006 config/tc-ia64.c:7396
ad4b42b4
NC
6411msgid "qualifying predicate not followed by instruction"
6412msgstr ""
6413
a5c7551f 6414#: config/tc-ia64.c:1071 config/tc-ia64.c:1105
ad4b42b4
NC
6415msgid "record type is not valid"
6416msgstr ""
6417
a5c7551f 6418#: config/tc-ia64.c:1174
ad4b42b4
NC
6419msgid "Invalid record type for P3 format."
6420msgstr ""
6421
a5c7551f 6422#: config/tc-ia64.c:1210
ad4b42b4
NC
6423msgid "Invalid record type for format P6"
6424msgstr ""
6425
a5c7551f 6426#: config/tc-ia64.c:1390 config/tc-ia64.c:1442
ad4b42b4
NC
6427msgid "Invalid record type for format B1"
6428msgstr ""
6429
a5c7551f 6430#: config/tc-ia64.c:1475
ad4b42b4
NC
6431msgid "Invalid record type for format X1"
6432msgstr ""
6433
a5c7551f 6434#: config/tc-ia64.c:1517
ad4b42b4
NC
6435msgid "Invalid record type for format X3"
6436msgstr ""
6437
a5c7551f 6438#: config/tc-ia64.c:1555
ad4b42b4
NC
6439msgid "Previous .save incomplete"
6440msgstr ""
6441
a5c7551f 6442#: config/tc-ia64.c:2380
ad4b42b4
NC
6443msgid "spill_mask record unimplemented."
6444msgstr ""
6445
a5c7551f 6446#: config/tc-ia64.c:2437
ad4b42b4
NC
6447msgid "record_type_not_valid"
6448msgstr ""
6449
a5c7551f 6450#: config/tc-ia64.c:2522
ad4b42b4
NC
6451msgid "Ignoring attempt to spill beyond end of region"
6452msgstr ""
6453
a5c7551f 6454#: config/tc-ia64.c:2581
ad4b42b4
NC
6455msgid "Only constant space allocation is supported"
6456msgstr ""
6457
a5c7551f 6458#: config/tc-ia64.c:2595
ad4b42b4
NC
6459msgid "Only constant offsets are supported"
6460msgstr ""
6461
a5c7551f 6462#: config/tc-ia64.c:2618
ad4b42b4
NC
6463msgid "Section switching in code is not supported."
6464msgstr ""
6465
a5c7551f 6466#: config/tc-ia64.c:2660
ad4b42b4
NC
6467msgid " Insn slot not set in unwind record."
6468msgstr ""
6469
a5c7551f 6470#: config/tc-ia64.c:2734
ad4b42b4
NC
6471msgid "frgr_mem record before region record!"
6472msgstr ""
6473
a5c7551f 6474#: config/tc-ia64.c:2745
ad4b42b4
NC
6475msgid "fr_mem record before region record!"
6476msgstr ""
6477
a5c7551f 6478#: config/tc-ia64.c:2754
ad4b42b4
NC
6479msgid "gr_mem record before region record!"
6480msgstr ""
6481
a5c7551f 6482#: config/tc-ia64.c:2763
ad4b42b4
NC
6483msgid "br_mem record before region record!"
6484msgstr ""
6485
a5c7551f 6486#: config/tc-ia64.c:2773
ad4b42b4
NC
6487msgid "gr_gr record before region record!"
6488msgstr ""
6489
a5c7551f 6490#: config/tc-ia64.c:2781
ad4b42b4
NC
6491msgid "br_gr record before region record!"
6492msgstr ""
6493
a5c7551f 6494#: config/tc-ia64.c:2899
ad4b42b4
NC
6495#, c-format
6496msgid "First operand to .%s must be a predicate"
6497msgstr ""
6498
a5c7551f 6499#: config/tc-ia64.c:2903
ad4b42b4
NC
6500#, c-format
6501msgid "Pointless use of p0 as first operand to .%s"
6502msgstr ""
6503
a5c7551f 6504#: config/tc-ia64.c:2959
ad4b42b4
NC
6505#, c-format
6506msgid "Operand %d to .%s must be a preserved register"
6507msgstr ""
6508
a5c7551f 6509#: config/tc-ia64.c:2995
ad4b42b4
NC
6510#, c-format
6511msgid "Operand %d to .%s must be a writable register"
6512msgstr ""
6513
a5c7551f 6514#: config/tc-ia64.c:3020
ad4b42b4
NC
6515#, c-format
6516msgid "Radix `%s' unsupported or invalid"
6517msgstr ""
6518
a5c7551f 6519#: config/tc-ia64.c:3050 config/tc-ia64.c:3055
ad4b42b4
NC
6520#, c-format
6521msgid ".%s outside of %s"
6522msgstr ""
6523
a5c7551f 6524#: config/tc-ia64.c:3140
ad4b42b4
NC
6525msgid "Tags on unwind pseudo-ops aren't supported, yet"
6526msgstr ""
6527
a5c7551f 6528#: config/tc-ia64.c:3162
ad4b42b4
NC
6529msgid "First operand to .fframe must be a constant"
6530msgstr ""
6531
a5c7551f 6532#: config/tc-ia64.c:3182
ad4b42b4
NC
6533msgid "First operand to .vframe must be a general register"
6534msgstr ""
6535
a5c7551f 6536#: config/tc-ia64.c:3190
ad4b42b4
NC
6537msgid "Operand of .vframe contradicts .prologue"
6538msgstr ""
6539
a5c7551f 6540#: config/tc-ia64.c:3200
ad4b42b4
NC
6541msgid ".vframepsp is meaningless, assuming .vframesp was meant"
6542msgstr ""
6543
a5c7551f 6544#: config/tc-ia64.c:3208
ad4b42b4
NC
6545msgid "Operand to .vframesp must be a constant (sp-relative offset)"
6546msgstr ""
6547
a5c7551f 6548#: config/tc-ia64.c:3235
ad4b42b4
NC
6549msgid "First operand to .save not a register"
6550msgstr ""
6551
a5c7551f 6552#: config/tc-ia64.c:3241
ad4b42b4
NC
6553msgid "Second operand to .save not a valid register"
6554msgstr ""
6555
a5c7551f 6556#: config/tc-ia64.c:3272 config/tc-ia64.c:3283 config/tc-ia64.c:3291
ad4b42b4
NC
6557msgid "Second operand of .save contradicts .prologue"
6558msgstr ""
6559
a5c7551f 6560#: config/tc-ia64.c:3298
ad4b42b4
NC
6561msgid "First operand to .save not a valid register"
6562msgstr ""
6563
a5c7551f 6564#: config/tc-ia64.c:3316
ad4b42b4
NC
6565msgid "First operand to .restore must be stack pointer (sp)"
6566msgstr ""
6567
a5c7551f 6568#: config/tc-ia64.c:3325
ad4b42b4
NC
6569msgid "Second operand to .restore must be a constant >= 0"
6570msgstr ""
6571
a5c7551f 6572#: config/tc-ia64.c:3335
ad4b42b4
NC
6573#, c-format
6574msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
6575msgstr ""
6576
a5c7551f 6577#: config/tc-ia64.c:3422
ad4b42b4
NC
6578#, c-format
6579msgid "Illegal section name `%s' (causes unwind section name clash)"
6580msgstr ""
6581
a5c7551f 6582#: config/tc-ia64.c:3613
ad4b42b4
NC
6583msgid "First operand to .altrp not a valid branch register"
6584msgstr ""
6585
a5c7551f 6586#: config/tc-ia64.c:3642
ad4b42b4
NC
6587#, c-format
6588msgid "First operand to .%s not a register"
6589msgstr ""
6590
a5c7551f 6591#: config/tc-ia64.c:3647
ad4b42b4
NC
6592#, c-format
6593msgid "Second operand to .%s not a constant"
6594msgstr ""
6595
a5c7551f 6596#: config/tc-ia64.c:3714
ad4b42b4
NC
6597#, c-format
6598msgid "First operand to .%s not a valid register"
6599msgstr ""
6600
a5c7551f 6601#: config/tc-ia64.c:3737
ad4b42b4
NC
6602msgid "First operand to .save.g must be a positive 4-bit constant"
6603msgstr ""
6604
a5c7551f 6605#: config/tc-ia64.c:3750
ad4b42b4
NC
6606msgid "Second operand to .save.g must be a general register"
6607msgstr ""
6608
a5c7551f 6609#: config/tc-ia64.c:3755
ad4b42b4
NC
6610#, c-format
6611msgid "Second operand to .save.g must be the first of %d general registers"
6612msgstr ""
6613
a5c7551f 6614#: config/tc-ia64.c:3778
ad4b42b4
NC
6615msgid "Operand to .save.f must be a positive 20-bit constant"
6616msgstr ""
6617
a5c7551f 6618#: config/tc-ia64.c:3801
ad4b42b4
NC
6619msgid "First operand to .save.b must be a positive 5-bit constant"
6620msgstr ""
6621
a5c7551f 6622#: config/tc-ia64.c:3814
ad4b42b4
NC
6623msgid "Second operand to .save.b must be a general register"
6624msgstr ""
6625
a5c7551f 6626#: config/tc-ia64.c:3819
ad4b42b4
NC
6627#, c-format
6628msgid "Second operand to .save.b must be the first of %d general registers"
6629msgstr ""
6630
a5c7551f 6631#: config/tc-ia64.c:3845
ad4b42b4
NC
6632msgid "First operand to .save.gf must be a non-negative 4-bit constant"
6633msgstr ""
6634
a5c7551f 6635#: config/tc-ia64.c:3853
ad4b42b4
NC
6636msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
6637msgstr ""
6638
a5c7551f 6639#: config/tc-ia64.c:3861
ad4b42b4
NC
6640msgid "Operands to .save.gf may not be both zero"
6641msgstr ""
6642
a5c7551f 6643#: config/tc-ia64.c:3878
ad4b42b4
NC
6644msgid "Operand to .spill must be a constant"
6645msgstr ""
6646
a5c7551f 6647#: config/tc-ia64.c:3947
ad4b42b4
NC
6648#, c-format
6649msgid "Operand %d to .%s must be a constant"
6650msgstr ""
6651
a5c7551f 6652#: config/tc-ia64.c:3968
ad4b42b4
NC
6653#, c-format
6654msgid "Missing .label_state %ld"
6655msgstr ""
6656
a5c7551f 6657#: config/tc-ia64.c:4022
ad4b42b4
NC
6658msgid "Operand to .label_state must be a constant"
6659msgstr ""
6660
a5c7551f 6661#: config/tc-ia64.c:4041
ad4b42b4
NC
6662msgid "Operand to .copy_state must be a constant"
6663msgstr ""
6664
a5c7551f 6665#: config/tc-ia64.c:4064
ad4b42b4
NC
6666msgid "First operand to .unwabi must be a constant"
6667msgstr ""
6668
a5c7551f 6669#: config/tc-ia64.c:4070
ad4b42b4
NC
6670msgid "Second operand to .unwabi must be a constant"
6671msgstr ""
6672
a5c7551f 6673#: config/tc-ia64.c:4105
ad4b42b4
NC
6674msgid "Missing .endp after previous .proc"
6675msgstr ""
6676
a5c7551f 6677#: config/tc-ia64.c:4124
ad4b42b4
NC
6678msgid "Empty argument of .proc"
6679msgstr ""
6680
a5c7551f 6681#: config/tc-ia64.c:4129
ad4b42b4
NC
6682#, c-format
6683msgid "`%s' was already defined"
6684msgstr ""
6685
a5c7551f 6686#: config/tc-ia64.c:4172
ad4b42b4
NC
6687msgid "Initial .body should precede any instructions"
6688msgstr ""
6689
a5c7551f 6690#: config/tc-ia64.c:4191
ad4b42b4
NC
6691msgid ".prologue within prologue"
6692msgstr ""
6693
a5c7551f 6694#: config/tc-ia64.c:4196
ad4b42b4
NC
6695msgid "Initial .prologue should precede any instructions"
6696msgstr ""
6697
a5c7551f 6698#: config/tc-ia64.c:4206
ad4b42b4
NC
6699msgid "First operand to .prologue must be a positive 4-bit constant"
6700msgstr ""
6701
a5c7551f 6702#: config/tc-ia64.c:4208
ad4b42b4
NC
6703msgid "Pointless use of zero first operand to .prologue"
6704msgstr ""
6705
a5c7551f 6706#: config/tc-ia64.c:4222
ad4b42b4
NC
6707msgid "Using a constant as second operand to .prologue is deprecated"
6708msgstr ""
6709
a5c7551f 6710#: config/tc-ia64.c:4228
ad4b42b4
NC
6711msgid "Second operand to .prologue must be a general register"
6712msgstr ""
6713
a5c7551f 6714#: config/tc-ia64.c:4233
ad4b42b4
NC
6715#, c-format
6716msgid "Second operand to .prologue must be the first of %d general registers"
6717msgstr ""
6718
a5c7551f 6719#: config/tc-ia64.c:4345
ad4b42b4
NC
6720#, c-format
6721msgid "`%s' was not defined within procedure"
6722msgstr ""
6723
a5c7551f 6724#: config/tc-ia64.c:4383
ad4b42b4
NC
6725msgid "Empty argument of .endp"
6726msgstr ""
6727
a5c7551f 6728#: config/tc-ia64.c:4397
ad4b42b4
NC
6729#, c-format
6730msgid "`%s' was not specified with previous .proc"
6731msgstr ""
6732
a5c7551f 6733#: config/tc-ia64.c:4412
ad4b42b4
NC
6734#, c-format
6735msgid "`%s' should be an operand to this .endp"
60bcf0fa
NC
6736msgstr ""
6737
a5c7551f 6738#: config/tc-ia64.c:4453 config/tc-ia64.c:4791 config/tc-ia64.c:5098
60bcf0fa
NC
6739msgid "Comma expected"
6740msgstr ""
6741
a5c7551f 6742#: config/tc-ia64.c:4494
ad4b42b4
NC
6743msgid "Expected '['"
6744msgstr ""
6745
a5c7551f 6746#: config/tc-ia64.c:4503 config/tc-ia64.c:7531
ad4b42b4
NC
6747msgid "Expected ']'"
6748msgstr ""
6749
a5c7551f 6750#: config/tc-ia64.c:4508
ad4b42b4
NC
6751msgid "Number of elements must be positive"
6752msgstr ""
6753
a5c7551f 6754#: config/tc-ia64.c:4519
ad4b42b4
NC
6755#, c-format
6756msgid "Used more than the declared %d rotating registers"
6757msgstr ""
6758
a5c7551f 6759#: config/tc-ia64.c:4527
ad4b42b4
NC
6760msgid "Used more than the available 96 rotating registers"
6761msgstr ""
6762
a5c7551f 6763#: config/tc-ia64.c:4534
ad4b42b4
NC
6764msgid "Used more than the available 48 rotating registers"
6765msgstr ""
6766
a5c7551f 6767#: config/tc-ia64.c:4562
ad4b42b4
NC
6768#, c-format
6769msgid "Attempt to redefine register set `%s'"
6770msgstr ""
6771
a5c7551f 6772#: config/tc-ia64.c:4628
ad4b42b4
NC
6773#, c-format
6774msgid "Unknown psr option `%s'"
6775msgstr ""
6776
a5c7551f 6777#: config/tc-ia64.c:4676
ad4b42b4
NC
6778msgid "Missing section name"
6779msgstr ""
6780
a5c7551f 6781#: config/tc-ia64.c:4686
ad4b42b4
NC
6782msgid "Comma expected after section name"
6783msgstr ""
6784
a5c7551f 6785#: config/tc-ia64.c:4697
ad4b42b4
NC
6786msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
6787msgstr ""
6788
a5c7551f 6789#: config/tc-ia64.c:4786
ad4b42b4
NC
6790msgid "Register name expected"
6791msgstr ""
6792
a5c7551f 6793#: config/tc-ia64.c:4799
60bcf0fa
NC
6794msgid "Register value annotation ignored"
6795msgstr ""
6796
a5c7551f 6797#: config/tc-ia64.c:4838
60bcf0fa
NC
6798msgid "Directive invalid within a bundle"
6799msgstr ""
6800
a5c7551f 6801#: config/tc-ia64.c:4929
60bcf0fa
NC
6802msgid "Missing predicate relation type"
6803msgstr ""
6804
a5c7551f 6805#: config/tc-ia64.c:4935
60bcf0fa
NC
6806msgid "Unrecognized predicate relation type"
6807msgstr ""
6808
a5c7551f 6809#: config/tc-ia64.c:4981
06647dfd 6810msgid "Bad register range"
60bcf0fa
NC
6811msgstr ""
6812
a5c7551f 6813#: config/tc-ia64.c:4990 config/tc-ia64.c:7476
06647dfd 6814msgid "Predicate register expected"
60bcf0fa
NC
6815msgstr ""
6816
a5c7551f 6817#: config/tc-ia64.c:4995
06647dfd 6818msgid "Duplicate predicate register ignored"
60bcf0fa
NC
6819msgstr ""
6820
a5c7551f 6821#: config/tc-ia64.c:5011
60bcf0fa
NC
6822msgid "Predicate source and target required"
6823msgstr ""
6824
a5c7551f 6825#: config/tc-ia64.c:5013 config/tc-ia64.c:5025
60bcf0fa
NC
6826msgid "Use of p0 is not valid in this context"
6827msgstr ""
6828
a5c7551f 6829#: config/tc-ia64.c:5020
60bcf0fa
NC
6830msgid "At least two PR arguments expected"
6831msgstr ""
6832
a5c7551f 6833#: config/tc-ia64.c:5034
60bcf0fa
NC
6834msgid "At least one PR argument expected"
6835msgstr ""
6836
a5c7551f 6837#: config/tc-ia64.c:5069
60bcf0fa
NC
6838#, c-format
6839msgid "Inserting \"%s\" into entry hint table failed: %s"
6840msgstr ""
6841
6842#. FIXME -- need 62-bit relocation type
a5c7551f 6843#: config/tc-ia64.c:5537
60bcf0fa
NC
6844msgid "62-bit relocation not yet implemented"
6845msgstr ""
6846
dc84e067
NC
6847#. XXX technically, this is wrong: we should not be issuing warning
6848#. messages until we're sure this instruction pattern is going to
6849#. be used!
a5c7551f 6850#: config/tc-ia64.c:5621
60bcf0fa
NC
6851msgid "lower 16 bits of mask ignored"
6852msgstr ""
6853
a5c7551f 6854#: config/tc-ia64.c:5903
ad4b42b4
NC
6855msgid "Expected separator `='"
6856msgstr ""
6857
a5c7551f 6858#: config/tc-ia64.c:5936
ad4b42b4
NC
6859msgid "Duplicate equal sign (=) in instruction"
6860msgstr ""
6861
a5c7551f 6862#: config/tc-ia64.c:5943
ad4b42b4
NC
6863#, c-format
6864msgid "Illegal operand separator `%c'"
6865msgstr ""
6866
a5c7551f 6867#: config/tc-ia64.c:6057
ad4b42b4
NC
6868#, c-format
6869msgid "Operand %u of `%s' should be %s"
6870msgstr ""
6871
a5c7551f 6872#: config/tc-ia64.c:6061
ad4b42b4
NC
6873msgid "Wrong number of output operands"
6874msgstr ""
6875
a5c7551f 6876#: config/tc-ia64.c:6063
ad4b42b4
NC
6877msgid "Wrong number of input operands"
6878msgstr ""
6879
a5c7551f 6880#: config/tc-ia64.c:6065
ad4b42b4
NC
6881msgid "Operand mismatch"
6882msgstr ""
6883
a5c7551f 6884#: config/tc-ia64.c:6147
ad4b42b4
NC
6885#, c-format
6886msgid "Invalid use of `%c%d' as output operand"
6887msgstr ""
6888
a5c7551f 6889#: config/tc-ia64.c:6150
ad4b42b4
NC
6890#, c-format
6891msgid "Invalid use of `r%d' as base update address operand"
6892msgstr ""
6893
a5c7551f 6894#: config/tc-ia64.c:6174
ad4b42b4
NC
6895#, c-format
6896msgid "Invalid duplicate use of `%c%d'"
6897msgstr ""
6898
a5c7551f 6899#: config/tc-ia64.c:6181
ad4b42b4
NC
6900#, c-format
6901msgid "Invalid simultaneous use of `f%d' and `f%d'"
6902msgstr ""
6903
a5c7551f 6904#: config/tc-ia64.c:6187
ad4b42b4
NC
6905#, c-format
6906msgid "Dangerous simultaneous use of `f%d' and `f%d'"
6907msgstr ""
6908
a5c7551f 6909#: config/tc-ia64.c:6231
60bcf0fa
NC
6910msgid "Value truncated to 62 bits"
6911msgstr ""
6912
a5c7551f 6913#: config/tc-ia64.c:6294
ad4b42b4
NC
6914#, c-format
6915msgid "Bad operand value: %s"
6916msgstr ""
6917
8ea2b00f
AM
6918#. Give an error if a frag containing code is not aligned to a 16 byte
6919#. boundary.
a5c7551f 6920#: config/tc-ia64.c:6369 config/tc-ia64.h:174
8ea2b00f
AM
6921msgid "instruction address is not a multiple of 16"
6922msgstr ""
6923
a5c7551f 6924#: config/tc-ia64.c:6437
ad4b42b4
NC
6925#, c-format
6926msgid "`%s' must be last in bundle"
6927msgstr ""
6928
a5c7551f 6929#: config/tc-ia64.c:6469
ad4b42b4
NC
6930#, c-format
6931msgid "Internal error: don't know how to force %s to end of instruction group"
6932msgstr ""
6933
a5c7551f 6934#: config/tc-ia64.c:6482
ad4b42b4
NC
6935#, c-format
6936msgid "`%s' must be last in instruction group"
6937msgstr ""
6938
a5c7551f 6939#: config/tc-ia64.c:6512
ad4b42b4
NC
6940msgid "Label must be first in a bundle"
6941msgstr ""
6942
a5c7551f 6943#: config/tc-ia64.c:6589
ad4b42b4
NC
6944msgid "hint in B unit may be treated as nop"
6945msgstr ""
6946
a5c7551f 6947#: config/tc-ia64.c:6600
ad4b42b4
NC
6948msgid "hint in B unit can't be used"
6949msgstr ""
6950
a5c7551f 6951#: config/tc-ia64.c:6614
ad4b42b4
NC
6952msgid "emit_one_bundle: unexpected dynamic op"
6953msgstr ""
6954
a5c7551f 6955#: config/tc-ia64.c:6737
ad4b42b4
NC
6956#, c-format
6957msgid "`%s' does not fit into %s template"
6958msgstr ""
6959
a5c7551f 6960#: config/tc-ia64.c:6752
ad4b42b4
NC
6961#, c-format
6962msgid "`%s' does not fit into bundle"
6963msgstr ""
6964
a5c7551f 6965#: config/tc-ia64.c:6764
ad4b42b4
NC
6966#, c-format
6967msgid "`%s' can't go in %s of %s template"
6968msgstr ""
6969
a5c7551f 6970#: config/tc-ia64.c:6770
ad4b42b4
NC
6971msgid "Missing '}' at end of file"
6972msgstr ""
6973
a5c7551f 6974#: config/tc-ia64.c:6917
60bcf0fa
NC
6975#, c-format
6976msgid "Unrecognized option '-x%s'"
6977msgstr ""
6978
a5c7551f 6979#: config/tc-ia64.c:6944
60bcf0fa
NC
6980msgid ""
6981"IA-64 options:\n"
87ccc1b0
NC
6982" --mconstant-gp\t mark output file as using the constant-GP model\n"
6983"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n"
6984" --mauto-pic\t\t mark output file as using the constant-GP model\n"
6985"\t\t\t without function descriptors (sets ELF header flag\n"
6986"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n"
5f68c319
NC
6987" -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
6988" -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n"
55cf6793
ZW
6989" -mtune=[itanium1|itanium2]\n"
6990"\t\t\t tune for a specific CPU (default -mtune=itanium2)\n"
06647dfd
AM
6991" -munwind-check=[warning|error]\n"
6992"\t\t\t unwind directive check (default -munwind-check=warning)\n"
6993" -mhint.b=[ok|warning|error]\n"
6994"\t\t\t hint.b check (default -mhint.b=error)\n"
6995" -x | -xexplicit\t turn on dependency violation checking\n"
6996" -xauto\t\t automagically remove dependency violations (default)\n"
6997" -xnone\t\t turn off dependency violation checking\n"
60bcf0fa 6998" -xdebug\t\t debug dependency violation checker\n"
06647dfd
AM
6999" -xdebugn\t\t debug dependency violation checker but turn off\n"
7000"\t\t\t dependency violation checking\n"
7001" -xdebugx\t\t debug dependency violation checker and turn on\n"
7002"\t\t\t dependency violation checking\n"
60bcf0fa
NC
7003msgstr ""
7004
a5c7551f 7005#: config/tc-ia64.c:6974
328577ad
NC
7006msgid "--gstabs is not supported for ia64"
7007msgstr ""
7008
a5c7551f 7009#: config/tc-ia64.c:7206
ad4b42b4
NC
7010#, c-format
7011msgid "ia64.md_begin: can't hash `%s': %s"
7012msgstr ""
7013
a5c7551f 7014#: config/tc-ia64.c:7267
ad4b42b4
NC
7015#, c-format
7016msgid "Inserting \"%s\" into constant hash table failed: %s"
7017msgstr ""
7018
a5c7551f 7019#: config/tc-ia64.c:7279 config/tc-mips.c:1892
5f68c319
NC
7020msgid "Could not set architecture and machine"
7021msgstr ""
7022
a5c7551f 7023#: config/tc-ia64.c:7411
60bcf0fa
NC
7024msgid "Explicit stops are ignored in auto mode"
7025msgstr ""
7026
a5c7551f 7027#: config/tc-ia64.c:7420
ad4b42b4
NC
7028msgid "Found '{' when manual bundling is already turned on"
7029msgstr ""
7030
a5c7551f 7031#: config/tc-ia64.c:7433
60bcf0fa
NC
7032msgid "Found '{' after explicit switch to automatic mode"
7033msgstr ""
7034
a5c7551f 7035#: config/tc-ia64.c:7439
ad4b42b4
NC
7036msgid "Found '}' when manual bundling is off"
7037msgstr ""
7038
a5c7551f 7039#: config/tc-ia64.c:7466
ad4b42b4
NC
7040msgid "Expected ')'"
7041msgstr ""
7042
a5c7551f 7043#: config/tc-ia64.c:7471
ad4b42b4
NC
7044msgid "Qualifying predicate expected"
7045msgstr ""
7046
a5c7551f 7047#: config/tc-ia64.c:7490
ad4b42b4
NC
7048msgid "Tag must come before qualifying predicate."
7049msgstr ""
7050
a5c7551f 7051#: config/tc-ia64.c:7520
ad4b42b4
NC
7052msgid "Expected ':'"
7053msgstr ""
7054
a5c7551f 7055#: config/tc-ia64.c:7536
ad4b42b4
NC
7056msgid "Tag name expected"
7057msgstr ""
7058
a5c7551f 7059#: config/tc-ia64.c:7638
ad4b42b4
NC
7060msgid "Rotating register index must be a non-negative constant"
7061msgstr ""
7062
a5c7551f 7063#: config/tc-ia64.c:7643
ad4b42b4
NC
7064#, c-format
7065msgid "Index out of range 0..%u"
7066msgstr ""
7067
a5c7551f 7068#: config/tc-ia64.c:7655
ad4b42b4
NC
7069msgid "Indirect register index must be a general register"
7070msgstr ""
7071
a5c7551f 7072#: config/tc-ia64.c:7664
ad4b42b4
NC
7073msgid "Index can only be applied to rotating or indirect registers"
7074msgstr ""
7075
a5c7551f 7076#: config/tc-ia64.c:7700 config/tc-xstormy16.c:146
ad4b42b4
NC
7077msgid "Expected '('"
7078msgstr ""
7079
a5c7551f
RW
7080#: config/tc-ia64.c:7708 config/tc-pdp11.c:448 config/tc-pdp11.c:514
7081#: config/tc-pdp11.c:553 config/tc-xstormy16.c:155
ad4b42b4
NC
7082msgid "Missing ')'"
7083msgstr ""
7084
a5c7551f 7085#: config/tc-ia64.c:7717 config/tc-xstormy16.c:162
ad4b42b4
NC
7086msgid "Not a symbolic expression"
7087msgstr ""
7088
a5c7551f 7089#: config/tc-ia64.c:7722 config/tc-ia64.c:7736
ad4b42b4
NC
7090msgid "Illegal combination of relocation functions"
7091msgstr ""
7092
a5c7551f 7093#: config/tc-ia64.c:7825
ad4b42b4
NC
7094msgid "No current frame"
7095msgstr ""
7096
a5c7551f 7097#: config/tc-ia64.c:7827
ad4b42b4
NC
7098#, c-format
7099msgid "Register number out of range 0..%u"
7100msgstr ""
7101
a5c7551f 7102#: config/tc-ia64.c:7865
ad4b42b4
NC
7103msgid "Standalone `#' is illegal"
7104msgstr ""
7105
a5c7551f 7106#: config/tc-ia64.c:7868
ad4b42b4
NC
7107msgid "Redundant `#' suffix operators"
7108msgstr ""
7109
a5c7551f 7110#: config/tc-ia64.c:8026
328577ad
NC
7111#, c-format
7112msgid "Unhandled dependency %s for %s (%s), note %d"
7113msgstr ""
7114
a5c7551f 7115#: config/tc-ia64.c:9321
60bcf0fa
NC
7116#, c-format
7117msgid "Unrecognized dependency specifier %d\n"
7118msgstr ""
7119
a5c7551f 7120#: config/tc-ia64.c:10197
60bcf0fa
NC
7121msgid "Only the first path encountering the conflict is reported"
7122msgstr ""
7123
a5c7551f 7124#: config/tc-ia64.c:10199
60bcf0fa
NC
7125msgid "This is the location of the conflicting usage"
7126msgstr ""
7127
a5c7551f 7128#: config/tc-ia64.c:10460
ad4b42b4
NC
7129#, c-format
7130msgid "Unknown opcode `%s'"
7131msgstr ""
7132
a5c7551f 7133#: config/tc-ia64.c:10538
ad4b42b4
NC
7134#, c-format
7135msgid "AR %d can only be accessed by %c-unit"
7136msgstr ""
7137
a5c7551f 7138#: config/tc-ia64.c:10550
ad4b42b4
NC
7139msgid "hint.b may be treated as nop"
7140msgstr ""
7141
a5c7551f 7142#: config/tc-ia64.c:10553
ad4b42b4
NC
7143msgid "hint.b shouldn't be used"
7144msgstr ""
7145
a5c7551f 7146#: config/tc-ia64.c:10592
ad4b42b4
NC
7147#, c-format
7148msgid "`%s' cannot be predicated"
7149msgstr ""
7150
a5c7551f 7151#: config/tc-ia64.c:10664
ad4b42b4
NC
7152msgid "Closing bracket missing"
7153msgstr ""
7154
a5c7551f 7155#: config/tc-ia64.c:10673
ad4b42b4
NC
7156msgid "Index must be a general register"
7157msgstr ""
7158
a5c7551f 7159#: config/tc-ia64.c:10838
ad4b42b4
NC
7160#, c-format
7161msgid "Unsupported fixup size %d"
7162msgstr ""
7163
7164#. This should be an error, but since previously there wasn't any
7165#. diagnostic here, don't make it fail because of this for now.
a5c7551f 7166#: config/tc-ia64.c:11105
ad4b42b4
NC
7167#, c-format
7168msgid "Cannot express %s%d%s relocation"
7169msgstr ""
7170
a5c7551f 7171#: config/tc-ia64.c:11124
ad4b42b4
NC
7172msgid "No addend allowed in @fptr() relocation"
7173msgstr ""
7174
a5c7551f
RW
7175#: config/tc-ia64.c:11163
7176msgid "integer operand out of range"
7177msgstr ""
7178
7179#: config/tc-ia64.c:11230
ad4b42b4
NC
7180#, c-format
7181msgid "%s must have a constant value"
7182msgstr ""
7183
a5c7551f 7184#: config/tc-ia64.c:11284 config/tc-z8k.c:1372
ad4b42b4
NC
7185#, c-format
7186msgid "Cannot represent %s relocation in object file"
7187msgstr ""
7188
a5c7551f 7189#: config/tc-ia64.c:11395
6e1772d5
AM
7190msgid "Can't add stop bit to mark end of instruction group"
7191msgstr ""
7192
a5c7551f
RW
7193#: config/tc-ia64.c:11495 config/tc-score.c:6109 read.c:1448 read.c:2442
7194#: read.c:3088 read.c:3429 read.c:3473
87ccc1b0
NC
7195msgid "expected symbol name"
7196msgstr ""
7197
a5c7551f 7198#: config/tc-ia64.c:11505 read.c:2452 read.c:3098 read.c:3457 stabs.c:468
87ccc1b0
NC
7199#, c-format
7200msgid "expected comma after \"%s\""
7201msgstr ""
7202
a5c7551f 7203#: config/tc-ia64.c:11547
87ccc1b0
NC
7204#, c-format
7205msgid "`%s' is already the alias of %s `%s'"
7206msgstr ""
7207
a5c7551f 7208#: config/tc-ia64.c:11557
87ccc1b0
NC
7209#, c-format
7210msgid "%s `%s' already has an alias `%s'"
7211msgstr ""
7212
a5c7551f 7213#: config/tc-ia64.c:11568
87ccc1b0
NC
7214#, c-format
7215msgid "inserting \"%s\" into %s alias hash table failed: %s"
7216msgstr ""
7217
a5c7551f 7218#: config/tc-ia64.c:11576
87ccc1b0
NC
7219#, c-format
7220msgid "inserting \"%s\" into %s name hash table failed: %s"
7221msgstr ""
7222
a5c7551f 7223#: config/tc-ia64.c:11602
87ccc1b0
NC
7224#, c-format
7225msgid "symbol `%s' aliased to `%s' is not used"
7226msgstr ""
7227
a5c7551f 7228#: config/tc-ia64.c:11625
87ccc1b0
NC
7229#, c-format
7230msgid "section `%s' aliased to `%s' is not used"
7231msgstr ""
7232
c85dd50d 7233#: config/tc-ip2k.c:158
6e1772d5 7234#, c-format
87ccc1b0
NC
7235msgid "IP2K specific command line options:\n"
7236msgstr ""
7237
c85dd50d 7238#: config/tc-ip2k.c:159
6e1772d5 7239#, c-format
87ccc1b0
NC
7240msgid " -mip2022 restrict to IP2022 insns \n"
7241msgstr ""
7242
c85dd50d 7243#: config/tc-ip2k.c:160
6e1772d5 7244#, c-format
87ccc1b0
NC
7245msgid " -mip2022ext permit extended IP2022 insn\n"
7246msgstr ""
7247
c85dd50d
NC
7248#: config/tc-iq2000.c:364
7249#, c-format
7250msgid "the yielding instruction %s may not be in a delay slot."
7251msgstr ""
7252
7253#: config/tc-iq2000.c:372
7254#, c-format
7255msgid "Register number (R%ld) for double word access must be even."
7256msgstr ""
7257
7258#: config/tc-iq2000.c:381 config/tc-iq2000.c:386 config/tc-iq2000.c:391
7259#: config/tc-iq2000.c:408 config/tc-mt.c:244 config/tc-mt.c:249
7260#, c-format
7261msgid "operand references R%ld of previous load."
7262msgstr ""
7263
7264#: config/tc-iq2000.c:396
7265msgid "instruction implicitly accesses R31 of previous load."
7266msgstr ""
7267
a5c7551f 7268#: config/tc-iq2000.c:651 config/tc-mep.c:2005
c85dd50d
NC
7269msgid "Unmatched high relocation"
7270msgstr ""
7271
a5c7551f 7272#: config/tc-iq2000.c:829 config/tc-mips.c:14935 config/tc-score.c:5819
c85dd50d
NC
7273msgid ".end not in text section"
7274msgstr ""
7275
a5c7551f 7276#: config/tc-iq2000.c:833 config/tc-mips.c:14939 config/tc-score.c:5822
c85dd50d
NC
7277msgid ".end directive without a preceding .ent directive."
7278msgstr ""
7279
a5c7551f 7280#: config/tc-iq2000.c:842 config/tc-mips.c:14948 config/tc-score.c:5830
c85dd50d
NC
7281msgid ".end symbol does not match .ent symbol."
7282msgstr ""
7283
a5c7551f 7284#: config/tc-iq2000.c:845 config/tc-mips.c:14955 config/tc-score.c:5835
c85dd50d
NC
7285msgid ".end directive missing or unknown symbol"
7286msgstr ""
7287
499ac353 7288#: config/tc-iq2000.c:863
c85dd50d
NC
7289msgid "Expected simple number."
7290msgstr ""
7291
a5c7551f 7292#: config/tc-iq2000.c:892 config/tc-mips.c:14860 config/tc-score.c:5670
c85dd50d
NC
7293#, c-format
7294msgid " *input_line_pointer == '%c' 0x%02x\n"
7295msgstr ""
7296
499ac353 7297#: config/tc-iq2000.c:894
c85dd50d
NC
7298msgid "Invalid number"
7299msgstr ""
7300
a5c7551f 7301#: config/tc-iq2000.c:929 config/tc-mips.c:15030 config/tc-score.c:5708
c85dd50d
NC
7302msgid ".ent or .aent not in text section."
7303msgstr ""
7304
499ac353 7305#: config/tc-iq2000.c:932
c85dd50d
NC
7306msgid "missing `.end'"
7307msgstr ""
7308
2cbd2211 7309#: config/tc-lm32.c:234 config/tc-moxie.c:575
a5c7551f
RW
7310msgid "bad call to md_atof"
7311msgstr ""
7312
f12e7348 7313#: config/tc-m32c.c:143
49f58d10
JB
7314#, c-format
7315msgid " M32C specific command line options:\n"
7316msgstr ""
7317
a74801ba 7318#. Pretend that we do not recognise this option.
ae351704 7319#: config/tc-m32r.c:331
a74801ba
ILT
7320msgid "Unrecognised option: -hidden"
7321msgstr ""
7322
a5c7551f 7323#: config/tc-m32r.c:358 config/tc-sparc.c:583
6e1772d5
AM
7324msgid "Unrecognized option following -K"
7325msgstr ""
7326
ae351704 7327#: config/tc-m32r.c:373
6e1772d5 7328#, c-format
252b5132
RH
7329msgid " M32R specific command line options:\n"
7330msgstr ""
7331
ae351704 7332#: config/tc-m32r.c:375
6e1772d5 7333#, c-format
8ad3436c
AM
7334msgid ""
7335" -m32r disable support for the m32rx instruction set\n"
7336msgstr ""
7337
ae351704 7338#: config/tc-m32r.c:377
6e1772d5 7339#, c-format
a74801ba
ILT
7340msgid " -m32rx support the extended m32rx instruction set\n"
7341msgstr ""
7342
ae351704 7343#: config/tc-m32r.c:379
6e1772d5
AM
7344#, c-format
7345msgid " -m32r2 support the extended m32r2 instruction set\n"
7346msgstr ""
7347
ae351704 7348#: config/tc-m32r.c:381
6e1772d5
AM
7349#, c-format
7350msgid " -EL,-little produce little endian code and data\n"
7351msgstr ""
7352
ae351704 7353#: config/tc-m32r.c:383
6e1772d5
AM
7354#, c-format
7355msgid " -EB,-big produce big endian code and data\n"
7356msgstr ""
7357
ae351704 7358#: config/tc-m32r.c:385
6e1772d5
AM
7359#, c-format
7360msgid " -parallel try to combine instructions in parallel\n"
7361msgstr ""
7362
ae351704 7363#: config/tc-m32r.c:387
6e1772d5
AM
7364#, c-format
7365msgid " -no-parallel disable -parallel\n"
7366msgstr ""
7367
ae351704 7368#: config/tc-m32r.c:389
6e1772d5
AM
7369#, c-format
7370msgid ""
7371" -no-bitinst disallow the M32R2's extended bit-field "
7372"instructions\n"
7373msgstr ""
7374
ae351704 7375#: config/tc-m32r.c:391
6e1772d5
AM
7376#, c-format
7377msgid " -O try to optimize code. Implies -parallel\n"
a74801ba
ILT
7378msgstr ""
7379
ae351704 7380#: config/tc-m32r.c:394
6e1772d5 7381#, c-format
a74801ba
ILT
7382msgid ""
7383" -warn-explicit-parallel-conflicts warn when parallel instructions\n"
7384msgstr ""
7385
ae351704 7386#: config/tc-m32r.c:396
6e1772d5
AM
7387#, c-format
7388msgid " might violate contraints\n"
a74801ba
ILT
7389msgstr ""
7390
ae351704 7391#: config/tc-m32r.c:398
6e1772d5 7392#, c-format
a74801ba
ILT
7393msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n"
7394msgstr ""
7395
ae351704 7396#: config/tc-m32r.c:400
6e1772d5 7397#, c-format
a74801ba 7398msgid ""
6e1772d5
AM
7399" instructions might violate "
7400"contraints\n"
a74801ba
ILT
7401msgstr ""
7402
ae351704 7403#: config/tc-m32r.c:402
6e1772d5 7404#, c-format
a74801ba
ILT
7405msgid ""
7406" -Wp synonym for -warn-explicit-parallel-conflicts\n"
7407msgstr ""
7408
ae351704 7409#: config/tc-m32r.c:404
6e1772d5 7410#, c-format
a74801ba
ILT
7411msgid ""
7412" -Wnp synonym for -no-warn-explicit-parallel-conflicts\n"
7413msgstr ""
7414
ae351704 7415#: config/tc-m32r.c:406
6e1772d5
AM
7416#, c-format
7417msgid ""
7418" -ignore-parallel-conflicts do not check parallel instructions\n"
7419msgstr ""
7420
ae351704 7421#: config/tc-m32r.c:408
6e1772d5
AM
7422#, c-format
7423msgid " fo contraint violations\n"
7424msgstr ""
7425
ae351704 7426#: config/tc-m32r.c:410
6e1772d5
AM
7427#, c-format
7428msgid ""
7429" -no-ignore-parallel-conflicts check parallel instructions for\n"
7430msgstr ""
7431
ae351704 7432#: config/tc-m32r.c:412
6e1772d5
AM
7433#, c-format
7434msgid " contraint violations\n"
7435msgstr ""
7436
ae351704 7437#: config/tc-m32r.c:414
6e1772d5
AM
7438#, c-format
7439msgid " -Ip synonym for -ignore-parallel-conflicts\n"
7440msgstr ""
7441
ae351704 7442#: config/tc-m32r.c:416
6e1772d5
AM
7443#, c-format
7444msgid " -nIp synonym for -no-ignore-parallel-conflicts\n"
7445msgstr ""
7446
ae351704 7447#: config/tc-m32r.c:419
6e1772d5 7448#, c-format
252b5132
RH
7449msgid ""
7450" -warn-unmatched-high warn when an (s)high reloc has no matching low "
7451"reloc\n"
7452msgstr ""
7453
ae351704 7454#: config/tc-m32r.c:421
6e1772d5 7455#, c-format
252b5132
RH
7456msgid " -no-warn-unmatched-high do not warn about missing low relocs\n"
7457msgstr ""
7458
ae351704 7459#: config/tc-m32r.c:423
6e1772d5 7460#, c-format
252b5132
RH
7461msgid " -Wuh synonym for -warn-unmatched-high\n"
7462msgstr ""
7463
ae351704 7464#: config/tc-m32r.c:425
6e1772d5 7465#, c-format
252b5132
RH
7466msgid " -Wnuh synonym for -no-warn-unmatched-high\n"
7467msgstr ""
7468
ae351704 7469#: config/tc-m32r.c:428
6e1772d5
AM
7470#, c-format
7471msgid " -KPIC generate PIC\n"
7472msgstr ""
7473
f12e7348 7474#: config/tc-m32r.c:850
6e1772d5 7475msgid "instructions write to the same destination register."
a74801ba
ILT
7476msgstr ""
7477
f12e7348 7478#: config/tc-m32r.c:858
a74801ba
ILT
7479msgid "Instructions do not use parallel execution pipelines."
7480msgstr ""
7481
f12e7348 7482#: config/tc-m32r.c:866
a74801ba
ILT
7483msgid "Instructions share the same execution pipeline"
7484msgstr ""
7485
f12e7348 7486#: config/tc-m32r.c:931 config/tc-m32r.c:1045
252b5132 7487#, c-format
a74801ba
ILT
7488msgid "not a 16 bit instruction '%s'"
7489msgstr ""
7490
f12e7348 7491#: config/tc-m32r.c:943 config/tc-m32r.c:1057 config/tc-m32r.c:1241
6e1772d5
AM
7492#, c-format
7493msgid "instruction '%s' is for the M32R2 only"
7494msgstr ""
7495
f12e7348 7496#: config/tc-m32r.c:956 config/tc-m32r.c:1070 config/tc-m32r.c:1254
a74801ba
ILT
7497#, c-format
7498msgid "unknown instruction '%s'"
7499msgstr ""
7500
f12e7348 7501#: config/tc-m32r.c:965 config/tc-m32r.c:1077 config/tc-m32r.c:1261
a74801ba
ILT
7502#, c-format
7503msgid "instruction '%s' is for the M32RX only"
7504msgstr ""
7505
f12e7348 7506#: config/tc-m32r.c:974 config/tc-m32r.c:1086
a74801ba
ILT
7507#, c-format
7508msgid "instruction '%s' cannot be executed in parallel."
7509msgstr ""
7510
f12e7348 7511#: config/tc-m32r.c:1029 config/tc-m32r.c:1111 config/tc-m32r.c:1318
a74801ba
ILT
7512msgid "internal error: lookup/get operands failed"
7513msgstr ""
7514
f12e7348 7515#: config/tc-m32r.c:1096
a74801ba
ILT
7516#, c-format
7517msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
7518msgstr ""
7519
f12e7348 7520#: config/tc-m32r.c:1125
a74801ba
ILT
7521#, c-format
7522msgid ""
7523"%s: output of 1st instruction is the same as an input to 2nd instruction - "
7524"is this intentional ?"
252b5132
RH
7525msgstr ""
7526
f12e7348 7527#: config/tc-m32r.c:1129
a74801ba
ILT
7528#, c-format
7529msgid ""
7530"%s: output of 2nd instruction is the same as an input to 1st instruction - "
7531"is this intentional ?"
7532msgstr ""
7533
f12e7348 7534#: config/tc-m32r.c:1503
252b5132
RH
7535#, c-format
7536msgid ".SCOMMon length (%ld.) <0! Ignored."
7537msgstr ""
7538
f12e7348 7539#: config/tc-m32r.c:1553
252b5132
RH
7540#, c-format
7541msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
7542msgstr ""
7543
f12e7348 7544#: config/tc-m32r.c:1789
06647dfd
AM
7545msgid "Addend to unresolved symbol not on word boundary."
7546msgstr ""
7547
f12e7348 7548#: config/tc-m32r.c:1930 config/tc-m32r.c:1983 config/tc-sh.c:747
8ea2b00f
AM
7549msgid "Invalid PIC expression."
7550msgstr ""
7551
f12e7348 7552#: config/tc-m32r.c:2074
252b5132
RH
7553msgid "Unmatched high/shigh reloc"
7554msgstr ""
7555
ae351704 7556#: config/tc-m68hc11.c:371
60bcf0fa
NC
7557#, c-format
7558msgid ""
87ccc1b0
NC
7559"Motorola 68HC11/68HC12/68HCS12 options:\n"
7560" -m68hc11 | -m68hc12 |\n"
7561" -m68hcs12 specify the processor [default %s]\n"
7562" -mshort use 16-bit int ABI (default)\n"
7563" -mlong use 32-bit int ABI\n"
7564" -mshort-double use 32-bit double ABI\n"
7565" -mlong-double use 64-bit double ABI (default)\n"
ae351704
AM
7566" --force-long-branches always turn relative branches into absolute ones\n"
7567" -S,--short-branches do not turn relative branches into absolute ones\n"
60bcf0fa
NC
7568" when the offset is out of range\n"
7569" --strict-direct-mode do not turn the direct mode into extended mode\n"
7570" when the instruction does not support direct mode\n"
7571" --print-insn-syntax print the syntax of instruction in case of error\n"
7572" --print-opcodes print the list of instructions with syntax\n"
7573" --generate-example generate an example of each instruction\n"
7574" (used for testing)\n"
7575msgstr ""
7576
ae351704 7577#: config/tc-m68hc11.c:417
60bcf0fa
NC
7578#, c-format
7579msgid "Default target `%s' is not supported."
7580msgstr ""
7581
7582#. Dump the opcode statistics table.
ae351704 7583#: config/tc-m68hc11.c:435
6e1772d5 7584#, c-format
60bcf0fa
NC
7585msgid "Name # Modes Min ops Max ops Modes mask # Used\n"
7586msgstr ""
7587
ae351704 7588#: config/tc-m68hc11.c:501
60bcf0fa
NC
7589#, c-format
7590msgid "Option `%s' is not recognized."
7591msgstr ""
7592
499ac353 7593#: config/tc-m68hc11.c:671
60bcf0fa
NC
7594msgid "#<imm8>"
7595msgstr ""
7596
499ac353 7597#: config/tc-m68hc11.c:680
60bcf0fa
NC
7598msgid "#<imm16>"
7599msgstr ""
7600
499ac353 7601#: config/tc-m68hc11.c:689 config/tc-m68hc11.c:698
60bcf0fa
NC
7602msgid "<imm8>,X"
7603msgstr ""
7604
499ac353 7605#: config/tc-m68hc11.c:725
60bcf0fa
NC
7606msgid "*<abs8>"
7607msgstr ""
7608
499ac353 7609#: config/tc-m68hc11.c:737
60bcf0fa
NC
7610msgid "#<mask>"
7611msgstr ""
7612
499ac353 7613#: config/tc-m68hc11.c:747
60bcf0fa
NC
7614#, c-format
7615msgid "symbol%d"
7616msgstr ""
7617
499ac353 7618#: config/tc-m68hc11.c:749
60bcf0fa
NC
7619msgid "<abs>"
7620msgstr ""
7621
499ac353 7622#: config/tc-m68hc11.c:768
60bcf0fa
NC
7623msgid "<label>"
7624msgstr ""
7625
499ac353 7626#: config/tc-m68hc11.c:784
60bcf0fa
NC
7627#, c-format
7628msgid ""
7629"# Example of `%s' instructions\n"
7630"\t.sect .text\n"
7631"_start:\n"
7632msgstr ""
7633
499ac353 7634#: config/tc-m68hc11.c:831
60bcf0fa
NC
7635#, c-format
7636msgid "Instruction `%s' is not recognized."
7637msgstr ""
7638
499ac353 7639#: config/tc-m68hc11.c:836
60bcf0fa
NC
7640#, c-format
7641msgid "Instruction formats for `%s':"
7642msgstr ""
7643
499ac353 7644#: config/tc-m68hc11.c:966
60bcf0fa
NC
7645#, c-format
7646msgid "Immediate operand is not allowed for operand %d."
7647msgstr ""
7648
499ac353 7649#: config/tc-m68hc11.c:1010
60bcf0fa
NC
7650msgid "Indirect indexed addressing is not valid for 68HC11."
7651msgstr ""
7652
499ac353 7653#: config/tc-m68hc11.c:1030
60bcf0fa
NC
7654msgid "Spurious `,' or bad indirect register addressing mode."
7655msgstr ""
7656
499ac353 7657#: config/tc-m68hc11.c:1052
60bcf0fa
NC
7658msgid "Missing second register or offset for indexed-indirect mode."
7659msgstr ""
7660
499ac353 7661#: config/tc-m68hc11.c:1062
60bcf0fa
NC
7662msgid "Missing second register for indexed-indirect mode."
7663msgstr ""
7664
499ac353 7665#: config/tc-m68hc11.c:1078
60bcf0fa
NC
7666msgid "Missing `]' to close indexed-indirect mode."
7667msgstr ""
7668
499ac353 7669#: config/tc-m68hc11.c:1123
60bcf0fa
NC
7670msgid "Illegal operand."
7671msgstr ""
7672
499ac353 7673#: config/tc-m68hc11.c:1128
60bcf0fa
NC
7674msgid "Missing operand."
7675msgstr ""
7676
499ac353 7677#: config/tc-m68hc11.c:1181
60bcf0fa
NC
7678msgid "Pre-increment mode is not valid for 68HC11"
7679msgstr ""
7680
499ac353 7681#: config/tc-m68hc11.c:1194
60bcf0fa
NC
7682msgid "Wrong register in register indirect mode."
7683msgstr ""
7684
499ac353 7685#: config/tc-m68hc11.c:1202
60bcf0fa
NC
7686msgid "Missing `]' to close register indirect operand."
7687msgstr ""
7688
499ac353 7689#: config/tc-m68hc11.c:1222
60bcf0fa
NC
7690msgid "Post-decrement mode is not valid for 68HC11."
7691msgstr ""
7692
499ac353 7693#: config/tc-m68hc11.c:1230
60bcf0fa
NC
7694msgid "Post-increment mode is not valid for 68HC11."
7695msgstr ""
7696
499ac353 7697#: config/tc-m68hc11.c:1248
60bcf0fa
NC
7698msgid "Invalid indexed indirect mode."
7699msgstr ""
7700
499ac353 7701#: config/tc-m68hc11.c:1340
60bcf0fa
NC
7702#, c-format
7703msgid "Trap id `%ld' is out of range."
7704msgstr ""
7705
499ac353 7706#: config/tc-m68hc11.c:1344
60bcf0fa
NC
7707msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
7708msgstr ""
7709
499ac353 7710#: config/tc-m68hc11.c:1351
60bcf0fa
NC
7711#, c-format
7712msgid "Operand out of 8-bit range: `%ld'."
7713msgstr ""
7714
499ac353 7715#: config/tc-m68hc11.c:1358
60bcf0fa
NC
7716msgid "The trap id must be a constant."
7717msgstr ""
7718
499ac353 7719#: config/tc-m68hc11.c:1393
60bcf0fa
NC
7720#, c-format
7721msgid "Operand `%x' not recognized in fixup8."
7722msgstr ""
7723
499ac353 7724#: config/tc-m68hc11.c:1410 config/tc-m68hc11.c:1459
60bcf0fa
NC
7725#, c-format
7726msgid "Operand out of 16-bit range: `%ld'."
7727msgstr ""
7728
499ac353 7729#: config/tc-m68hc11.c:1442 config/tc-m68hc11.c:1475
60bcf0fa
NC
7730#, c-format
7731msgid "Operand `%x' not recognized in fixup16."
7732msgstr ""
7733
499ac353 7734#: config/tc-m68hc11.c:1492
60bcf0fa
NC
7735#, c-format
7736msgid "Unexpected branch conversion with `%x'"
7737msgstr ""
7738
499ac353 7739#: config/tc-m68hc11.c:1583 config/tc-m68hc11.c:1721
60bcf0fa
NC
7740#, c-format
7741msgid "Operand out of range for a relative branch: `%ld'"
7742msgstr ""
7743
499ac353 7744#: config/tc-m68hc11.c:1689
60bcf0fa
NC
7745msgid "Invalid register for dbcc/tbcc instruction."
7746msgstr ""
7747
499ac353 7748#: config/tc-m68hc11.c:1777
60bcf0fa
NC
7749#, c-format
7750msgid "Increment/decrement value is out of range: `%ld'."
7751msgstr ""
7752
499ac353 7753#: config/tc-m68hc11.c:1788
60bcf0fa
NC
7754msgid "Expecting a register."
7755msgstr ""
7756
499ac353 7757#: config/tc-m68hc11.c:1803
60bcf0fa
NC
7758msgid "Invalid register for post/pre increment."
7759msgstr ""
7760
499ac353 7761#: config/tc-m68hc11.c:1833
60bcf0fa
NC
7762msgid "Invalid register."
7763msgstr ""
7764
499ac353 7765#: config/tc-m68hc11.c:1840
60bcf0fa
NC
7766#, c-format
7767msgid "Offset out of 16-bit range: %ld."
7768msgstr ""
7769
499ac353 7770#: config/tc-m68hc11.c:1845
5f68c319
NC
7771#, c-format
7772msgid "Offset out of 5-bit range for movw/movb insn: %ld."
60bcf0fa
NC
7773msgstr ""
7774
499ac353 7775#: config/tc-m68hc11.c:1951
60bcf0fa
NC
7776msgid "Expecting register D for indexed indirect mode."
7777msgstr ""
7778
499ac353 7779#: config/tc-m68hc11.c:1953
60bcf0fa
NC
7780msgid "Indexed indirect mode is not allowed for movb/movw."
7781msgstr ""
7782
499ac353 7783#: config/tc-m68hc11.c:1970
60bcf0fa
NC
7784msgid "Invalid accumulator register."
7785msgstr ""
7786
499ac353 7787#: config/tc-m68hc11.c:1995
60bcf0fa
NC
7788msgid "Invalid indexed register."
7789msgstr ""
7790
499ac353 7791#: config/tc-m68hc11.c:2003
60bcf0fa
NC
7792msgid "Addressing mode not implemented yet."
7793msgstr ""
7794
499ac353 7795#: config/tc-m68hc11.c:2016
60bcf0fa
NC
7796msgid "Invalid source register for this instruction, use 'tfr'."
7797msgstr ""
7798
499ac353 7799#: config/tc-m68hc11.c:2018
60bcf0fa
NC
7800msgid "Invalid source register."
7801msgstr ""
7802
499ac353 7803#: config/tc-m68hc11.c:2023
60bcf0fa
NC
7804msgid "Invalid destination register for this instruction, use 'tfr'."
7805msgstr ""
7806
499ac353 7807#: config/tc-m68hc11.c:2025
60bcf0fa
NC
7808msgid "Invalid destination register."
7809msgstr ""
7810
499ac353 7811#: config/tc-m68hc11.c:2121
60bcf0fa
NC
7812msgid "Invalid indexed register, expecting register X."
7813msgstr ""
7814
499ac353 7815#: config/tc-m68hc11.c:2123
60bcf0fa
NC
7816msgid "Invalid indexed register, expecting register Y."
7817msgstr ""
7818
499ac353 7819#: config/tc-m68hc11.c:2429
60bcf0fa
NC
7820msgid "No instruction or missing opcode."
7821msgstr ""
7822
499ac353 7823#: config/tc-m68hc11.c:2494
60bcf0fa
NC
7824#, c-format
7825msgid "Opcode `%s' is not recognized."
7826msgstr ""
7827
499ac353 7828#: config/tc-m68hc11.c:2516
60bcf0fa
NC
7829#, c-format
7830msgid "Garbage at end of instruction: `%s'."
7831msgstr ""
7832
499ac353 7833#: config/tc-m68hc11.c:2539
60bcf0fa
NC
7834#, c-format
7835msgid "Invalid operand for `%s'"
7836msgstr ""
7837
499ac353 7838#: config/tc-m68hc11.c:2590
87ccc1b0
NC
7839#, c-format
7840msgid "Invalid mode: %s\n"
7841msgstr ""
7842
499ac353 7843#: config/tc-m68hc11.c:2650
87ccc1b0
NC
7844msgid "bad .relax format"
7845msgstr ""
7846
499ac353 7847#: config/tc-m68hc11.c:2694
60bcf0fa
NC
7848#, c-format
7849msgid "Relocation %d is not supported by object file format."
7850msgstr ""
7851
499ac353 7852#: config/tc-m68hc11.c:2973
60bcf0fa
NC
7853msgid "bra or bsr with undefined symbol."
7854msgstr ""
7855
499ac353 7856#: config/tc-m68hc11.c:3076 config/tc-m68hc11.c:3133
60bcf0fa
NC
7857#, c-format
7858msgid "Subtype %d is not recognized."
7859msgstr ""
7860
499ac353 7861#: config/tc-m68hc11.c:3192
60bcf0fa
NC
7862msgid "Expression too complex."
7863msgstr ""
7864
499ac353 7865#: config/tc-m68hc11.c:3225
60bcf0fa
NC
7866msgid "Value out of 16-bit range."
7867msgstr ""
7868
499ac353 7869#: config/tc-m68hc11.c:3243
60bcf0fa
NC
7870#, c-format
7871msgid "Value %ld too large for 8-bit PC-relative branch."
7872msgstr ""
7873
499ac353 7874#: config/tc-m68hc11.c:3250
60bcf0fa
NC
7875#, c-format
7876msgid "Auto increment/decrement offset '%ld' is out of range."
7877msgstr ""
7878
499ac353 7879#: config/tc-m68hc11.c:3263
6e1772d5
AM
7880#, c-format
7881msgid "Offset out of 5-bit range for movw/movb insn: %ld"
7882msgstr ""
7883
499ac353 7884#: config/tc-m68hc11.c:3279
60bcf0fa
NC
7885#, c-format
7886msgid "Line %d: unknown relocation type: 0x%x."
7887msgstr ""
7888
a5c7551f 7889#: config/tc-m68k.c:1146
8ad3436c
AM
7890#, c-format
7891msgid "Can not do %d byte pc-relative relocation"
7892msgstr ""
7893
a5c7551f 7894#: config/tc-m68k.c:1148
252b5132
RH
7895#, c-format
7896msgid "Can not do %d byte pc-relative pic relocation"
7897msgstr ""
7898
a5c7551f 7899#: config/tc-m68k.c:1153
8ad3436c
AM
7900#, c-format
7901msgid "Can not do %d byte relocation"
7902msgstr ""
7903
a5c7551f 7904#: config/tc-m68k.c:1155
252b5132
RH
7905#, c-format
7906msgid "Can not do %d byte pic relocation"
7907msgstr ""
7908
a5c7551f 7909#: config/tc-m68k.c:1235
a85d7ed0
NC
7910#, c-format
7911msgid "Unable to produce reloc against symbol '%s'"
7912msgstr ""
7913
a5c7551f 7914#: config/tc-m68k.c:1294 config/tc-vax.c:2365
252b5132
RH
7915#, c-format
7916msgid "Cannot make %s relocation PC relative"
7917msgstr ""
7918
a5c7551f 7919#: config/tc-m68k.c:1393 config/tc-vax.c:1875
252b5132
RH
7920msgid "No operator"
7921msgstr ""
7922
a5c7551f 7923#: config/tc-m68k.c:1423 config/tc-vax.c:1891
252b5132
RH
7924msgid "Unknown operator"
7925msgstr ""
7926
a5c7551f 7927#: config/tc-m68k.c:2326
252b5132
RH
7928msgid "invalid instruction for this architecture; needs "
7929msgstr ""
7930
a5c7551f 7931#: config/tc-m68k.c:2334
b2f58c0c 7932msgid "hardware divide"
c85dd50d
NC
7933msgstr ""
7934
a5c7551f 7935#: config/tc-m68k.c:2356 config/tc-m68k.c:2360 config/tc-m68k.c:2364
b2f58c0c 7936msgid "or higher"
8ea2b00f
AM
7937msgstr ""
7938
a5c7551f 7939#: config/tc-m68k.c:2417
252b5132
RH
7940msgid "operands mismatch"
7941msgstr ""
7942
a5c7551f
RW
7943#: config/tc-m68k.c:2481 config/tc-m68k.c:2487 config/tc-m68k.c:2493
7944#: config/tc-mmix.c:2462 config/tc-mmix.c:2486
252b5132
RH
7945msgid "operand out of range"
7946msgstr ""
7947
a5c7551f 7948#: config/tc-m68k.c:2550
252b5132
RH
7949#, c-format
7950msgid "Bignum too big for %c format; truncated"
7951msgstr ""
7952
a5c7551f 7953#: config/tc-m68k.c:2627
252b5132
RH
7954msgid "displacement too large for this architecture; needs 68020 or higher"
7955msgstr ""
7956
a5c7551f 7957#: config/tc-m68k.c:2738
252b5132
RH
7958msgid ""
7959"scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
7960msgstr ""
7961
a5c7551f 7962#: config/tc-m68k.c:2743
ac50feda
RH
7963msgid "invalid index size for coldfire"
7964msgstr ""
7965
a5c7551f 7966#: config/tc-m68k.c:2796
252b5132
RH
7967msgid "Forcing byte displacement"
7968msgstr ""
7969
a5c7551f 7970#: config/tc-m68k.c:2798
252b5132
RH
7971msgid "byte displacement out of range"
7972msgstr ""
7973
a5c7551f 7974#: config/tc-m68k.c:2846 config/tc-m68k.c:2884
252b5132
RH
7975msgid "invalid operand mode for this architecture; needs 68020 or higher"
7976msgstr ""
7977
a5c7551f 7978#: config/tc-m68k.c:2870 config/tc-m68k.c:2904
252b5132
RH
7979msgid ":b not permitted; defaulting to :w"
7980msgstr ""
7981
a5c7551f 7982#: config/tc-m68k.c:2981
252b5132
RH
7983msgid "unsupported byte value; use a different suffix"
7984msgstr ""
7985
a5c7551f 7986#: config/tc-m68k.c:2996
252b5132
RH
7987msgid "unknown/incorrect operand"
7988msgstr ""
7989
a5c7551f
RW
7990#: config/tc-m68k.c:3039 config/tc-m68k.c:3047 config/tc-m68k.c:3054
7991#: config/tc-m68k.c:3061
252b5132
RH
7992msgid "out of range"
7993msgstr ""
7994
a5c7551f 7995#: config/tc-m68k.c:3134
ae351704 7996msgid "Can't use long branches on this architecture"
252b5132
RH
7997msgstr ""
7998
a5c7551f 7999#: config/tc-m68k.c:3240
252b5132
RH
8000msgid "Expression out of range, using 0"
8001msgstr ""
8002
a5c7551f 8003#: config/tc-m68k.c:3432 config/tc-m68k.c:3448
252b5132
RH
8004msgid "Floating point register in register list"
8005msgstr ""
8006
a5c7551f 8007#: config/tc-m68k.c:3438
252b5132
RH
8008msgid "Wrong register in floating-point reglist"
8009msgstr ""
8010
a5c7551f 8011#: config/tc-m68k.c:3454
252b5132
RH
8012msgid "incorrect register in reglist"
8013msgstr ""
8014
a5c7551f 8015#: config/tc-m68k.c:3460
252b5132
RH
8016msgid "wrong register in floating-point reglist"
8017msgstr ""
8018
6e1772d5 8019#. ERROR.
a5c7551f 8020#: config/tc-m68k.c:3933
252b5132
RH
8021msgid "Extra )"
8022msgstr ""
8023
6e1772d5 8024#. ERROR.
a5c7551f 8025#: config/tc-m68k.c:3944
252b5132
RH
8026msgid "Missing )"
8027msgstr ""
8028
a5c7551f 8029#: config/tc-m68k.c:3961
252b5132
RH
8030msgid "Missing operand"
8031msgstr ""
8032
a5c7551f 8033#: config/tc-m68k.c:4280
ae351704
AM
8034#, c-format
8035msgid "unrecognized default cpu `%s'"
8036msgstr ""
8037
a5c7551f 8038#: config/tc-m68k.c:4334
252b5132
RH
8039#, c-format
8040msgid "%s -- statement `%s' ignored"
8041msgstr ""
8042
a5c7551f 8043#: config/tc-m68k.c:4383
252b5132
RH
8044#, c-format
8045msgid "Don't know how to figure width of %c in md_assemble()"
8046msgstr ""
8047
a5c7551f 8048#: config/tc-m68k.c:4552
8ea2b00f
AM
8049#, c-format
8050msgid "Internal Error: Can't allocate m68k_sorted_opcodes of size %d"
8051msgstr ""
8052
a5c7551f 8053#: config/tc-m68k.c:4617 config/tc-m68k.c:4656
252b5132
RH
8054#, c-format
8055msgid "Internal Error: Can't find %s in hash table"
8056msgstr ""
8057
a5c7551f 8058#: config/tc-m68k.c:4620 config/tc-m68k.c:4659
252b5132
RH
8059#, c-format
8060msgid "Internal Error: Can't hash %s: %s"
8061msgstr ""
8062
a5c7551f 8063#: config/tc-m68k.c:4784
ae351704
AM
8064#, c-format
8065msgid "text label `%s' aligned to odd boundary"
87ccc1b0
NC
8066msgstr ""
8067
a5c7551f 8068#: config/tc-m68k.c:4956
252b5132 8069#, c-format
ae351704 8070msgid "value %ld out of range"
252b5132
RH
8071msgstr ""
8072
a5c7551f 8073#: config/tc-m68k.c:4970
ae351704 8074msgid "invalid byte branch offset"
252b5132
RH
8075msgstr ""
8076
a5c7551f 8077#: config/tc-m68k.c:5007
ae351704 8078msgid "short branch with zero offset: use :w"
252b5132
RH
8079msgstr ""
8080
a5c7551f 8081#: config/tc-m68k.c:5051
ae351704 8082msgid "Conversion of PC relative BSR to absolute JSR"
252b5132
RH
8083msgstr ""
8084
a5c7551f 8085#: config/tc-m68k.c:5062
ae351704 8086msgid "Conversion of PC relative branch to absolute jump"
252b5132
RH
8087msgstr ""
8088
a5c7551f 8089#: config/tc-m68k.c:5079 config/tc-m68k.c:5140
ae351704 8090msgid "Conversion of PC relative conditional branch to absolute jump"
252b5132
RH
8091msgstr ""
8092
a5c7551f 8093#: config/tc-m68k.c:5120
ae351704 8094msgid "Conversion of DBcc to absolute jump"
252b5132
RH
8095msgstr ""
8096
a5c7551f 8097#: config/tc-m68k.c:5205
ae351704 8098msgid "Conversion of PC relative displacement to absolute"
3caac5b8
AM
8099msgstr ""
8100
a5c7551f 8101#: config/tc-m68k.c:5418
3caac5b8
AM
8102msgid "Tried to convert PC relative branch to absolute jump"
8103msgstr ""
8104
a5c7551f 8105#: config/tc-m68k.c:5463 config/tc-m68k.c:5474 config/tc-m68k.c:5518
252b5132
RH
8106msgid "expression out of range: defaulting to 1"
8107msgstr ""
8108
a5c7551f 8109#: config/tc-m68k.c:5510
252b5132
RH
8110msgid "expression out of range: defaulting to 0"
8111msgstr ""
8112
a5c7551f 8113#: config/tc-m68k.c:5551 config/tc-m68k.c:5563
c85dd50d
NC
8114#, c-format
8115msgid "Can't deal with expression; defaulting to %ld"
8116msgstr ""
8117
a5c7551f 8118#: config/tc-m68k.c:5577
c85dd50d
NC
8119msgid "expression doesn't fit in BYTE"
8120msgstr ""
8121
a5c7551f 8122#: config/tc-m68k.c:5581
c85dd50d
NC
8123msgid "expression doesn't fit in WORD"
8124msgstr ""
8125
a5c7551f 8126#: config/tc-m68k.c:5668
c85dd50d
NC
8127#, c-format
8128msgid "%s: unrecognized processor name"
8129msgstr ""
8130
a5c7551f 8131#: config/tc-m68k.c:5729
c85dd50d
NC
8132msgid "bad coprocessor id"
8133msgstr ""
8134
a5c7551f 8135#: config/tc-m68k.c:5735
c85dd50d
NC
8136msgid "unrecognized fopt option"
8137msgstr ""
8138
a5c7551f 8139#: config/tc-m68k.c:5868
c85dd50d
NC
8140#, c-format
8141msgid "option `%s' may not be negated"
8142msgstr ""
8143
a5c7551f 8144#: config/tc-m68k.c:5879
c85dd50d
NC
8145#, c-format
8146msgid "option `%s' not recognized"
8147msgstr ""
8148
a5c7551f 8149#: config/tc-m68k.c:5908
c85dd50d
NC
8150msgid "bad format of OPT NEST=depth"
8151msgstr ""
8152
a5c7551f 8153#: config/tc-m68k.c:5964
c85dd50d
NC
8154msgid "missing label"
8155msgstr ""
8156
a5c7551f 8157#: config/tc-m68k.c:5988 config/tc-m68k.c:6017
c85dd50d
NC
8158msgid "bad register list"
8159msgstr ""
8160
a5c7551f 8161#: config/tc-m68k.c:5990
c85dd50d
NC
8162#, c-format
8163msgid "bad register list: %s"
8164msgstr ""
8165
a5c7551f 8166#: config/tc-m68k.c:6088
c85dd50d
NC
8167msgid "restore without save"
8168msgstr ""
8169
a5c7551f 8170#: config/tc-m68k.c:6242 config/tc-m68k.c:6612
c85dd50d
NC
8171msgid "syntax error in structured control directive"
8172msgstr ""
8173
a5c7551f 8174#: config/tc-m68k.c:6287
c85dd50d
NC
8175msgid "missing condition code in structured control directive"
8176msgstr ""
8177
a5c7551f 8178#: config/tc-m68k.c:6358
c85dd50d
NC
8179#, c-format
8180msgid ""
8181"Condition <%c%c> in structured control directive can not be encoded correctly"
8182msgstr ""
8183
a5c7551f 8184#: config/tc-m68k.c:6654
c85dd50d
NC
8185msgid "missing then"
8186msgstr ""
8187
a5c7551f 8188#: config/tc-m68k.c:6735
c85dd50d
NC
8189msgid "else without matching if"
8190msgstr ""
8191
a5c7551f 8192#: config/tc-m68k.c:6768
c85dd50d
NC
8193msgid "endi without matching if"
8194msgstr ""
8195
a5c7551f 8196#: config/tc-m68k.c:6808
c85dd50d
NC
8197msgid "break outside of structured loop"
8198msgstr ""
8199
a5c7551f 8200#: config/tc-m68k.c:6846
c85dd50d
NC
8201msgid "next outside of structured loop"
8202msgstr ""
8203
a5c7551f 8204#: config/tc-m68k.c:6897
c85dd50d
NC
8205msgid "missing ="
8206msgstr ""
8207
a5c7551f 8208#: config/tc-m68k.c:6935
c85dd50d
NC
8209msgid "missing to or downto"
8210msgstr ""
8211
a5c7551f 8212#: config/tc-m68k.c:6971 config/tc-m68k.c:7005 config/tc-m68k.c:7219
c85dd50d
NC
8213msgid "missing do"
8214msgstr ""
8215
a5c7551f 8216#: config/tc-m68k.c:7106
c85dd50d
NC
8217msgid "endf without for"
8218msgstr ""
8219
a5c7551f 8220#: config/tc-m68k.c:7160
c85dd50d
NC
8221msgid "until without repeat"
8222msgstr ""
8223
a5c7551f 8224#: config/tc-m68k.c:7254
c85dd50d
NC
8225msgid "endw without while"
8226msgstr ""
8227
a5c7551f 8228#: config/tc-m68k.c:7287 config/tc-m68k.c:7315
c85dd50d
NC
8229msgid "already assembled instructions"
8230msgstr ""
8231
a5c7551f 8232#: config/tc-m68k.c:7392
c85dd50d
NC
8233#, c-format
8234msgid "`%s' is deprecated, use `%s'"
8235msgstr ""
8236
a5c7551f 8237#: config/tc-m68k.c:7411
c85dd50d
NC
8238#, c-format
8239msgid "cpu `%s' unrecognized"
8240msgstr ""
8241
a5c7551f 8242#: config/tc-m68k.c:7430
c85dd50d
NC
8243#, c-format
8244msgid "architecture `%s' unrecognized"
8245msgstr ""
8246
a5c7551f 8247#: config/tc-m68k.c:7451
c85dd50d
NC
8248#, c-format
8249msgid "extension `%s' unrecognized"
8250msgstr ""
8251
a5c7551f 8252#: config/tc-m68k.c:7570
c85dd50d
NC
8253#, c-format
8254msgid "option `-A%s' is deprecated: use `-%s'"
8255msgstr ""
8256
a5c7551f 8257#: config/tc-m68k.c:7603
c85dd50d
NC
8258msgid "architecture features both enabled and disabled"
8259msgstr ""
8260
a5c7551f 8261#: config/tc-m68k.c:7630
c85dd50d
NC
8262msgid "selected processor does not have all features of selected architecture"
8263msgstr ""
8264
a5c7551f 8265#: config/tc-m68k.c:7639
c85dd50d
NC
8266msgid "m68k and cf features both selected"
8267msgstr ""
8268
a5c7551f 8269#: config/tc-m68k.c:7651
c85dd50d
NC
8270msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
8271msgstr ""
8272
a5c7551f 8273#: config/tc-m68k.c:7685
c85dd50d
NC
8274#, c-format
8275msgid ""
8276"-march=<arch>\t\tset architecture\n"
8277"-mcpu=<cpu>\t\tset cpu [default %s]\n"
8278msgstr ""
8279
a5c7551f 8280#: config/tc-m68k.c:7690
c85dd50d
NC
8281#, c-format
8282msgid "-m[no-]%-16s enable/disable%s architecture extension\n"
8283msgstr ""
8284
a5c7551f 8285#: config/tc-m68k.c:7696
c85dd50d
NC
8286#, c-format
8287msgid ""
8288"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
8289"-pic, -k\t\tgenerate position independent code\n"
8290"-S\t\t\tturn jbsr into jsr\n"
8291"--pcrel never turn PC-relative branches into absolute jumps\n"
8292"--register-prefix-optional\n"
8293"\t\t\trecognize register names without prefix character\n"
8294"--bitwise-or\t\tdo not treat `|' as a comment character\n"
8295"--base-size-default-16\tbase reg without size is 16 bits\n"
8296"--base-size-default-32\tbase reg without size is 32 bits (default)\n"
8297"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
8298"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
8299msgstr ""
8300
a5c7551f 8301#: config/tc-m68k.c:7710
c85dd50d
NC
8302#, c-format
8303msgid "Architecture variants are: "
8304msgstr ""
8305
a5c7551f 8306#: config/tc-m68k.c:7719
c85dd50d
NC
8307#, c-format
8308msgid "Processor variants are: "
8309msgstr ""
8310
a5c7551f 8311#: config/tc-m68k.c:7726 config/tc-xtensa.c:6237
c85dd50d
NC
8312#, c-format
8313msgid "\n"
8314msgstr ""
8315
a5c7551f 8316#: config/tc-m68k.c:7757
c85dd50d
NC
8317#, c-format
8318msgid "Error %s in %s\n"
8319msgstr ""
8320
a5c7551f 8321#: config/tc-m68k.c:7761
c85dd50d
NC
8322#, c-format
8323msgid "Opcode(%d.%s): "
8324msgstr ""
8325
a5c7551f 8326#: config/tc-m68k.c:7921
c85dd50d
NC
8327msgid "Not a defined coldfire architecture"
8328msgstr ""
8329
8330#. Over here we will fill the description of the machine specific options.
8331#: config/tc-maxq.c:209
252b5132 8332#, c-format
c85dd50d 8333msgid " MAXQ-specific assembler options:\n"
252b5132
RH
8334msgstr ""
8335
c85dd50d
NC
8336#: config/tc-maxq.c:211
8337#, c-format
8338msgid ""
8339"\t-MAXQ20\t\t generate obj for MAXQ20(default)\n"
8340"\t-MAXQ10\t\t generate obj for MAXQ10\n"
8341"\t"
252b5132
RH
8342msgstr ""
8343
c85dd50d
NC
8344#: config/tc-maxq.c:377
8345#, c-format
8346msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d"
252b5132
RH
8347msgstr ""
8348
499ac353 8349#: config/tc-maxq.c:454
252b5132 8350#, c-format
c85dd50d 8351msgid "Cant make long jump/call into short jump/call : %d"
252b5132
RH
8352msgstr ""
8353
499ac353 8354#: config/tc-maxq.c:933
c85dd50d
NC
8355#, c-format
8356msgid "Invalid register value %s"
252b5132
RH
8357msgstr ""
8358
499ac353 8359#: config/tc-maxq.c:1051
c85dd50d
NC
8360#, c-format
8361msgid "Invalid bit number : '%c'"
252b5132
RH
8362msgstr ""
8363
499ac353 8364#: config/tc-maxq.c:1063
252b5132 8365#, c-format
c85dd50d 8366msgid "Illegal character after operand '%s'"
252b5132
RH
8367msgstr ""
8368
499ac353 8369#: config/tc-maxq.c:1139 config/tc-maxq.c:1316
252b5132 8370#, c-format
c85dd50d 8371msgid "Invalid Character in immediate Value : %c"
252b5132
RH
8372msgstr ""
8373
499ac353 8374#: config/tc-maxq.c:1159 config/tc-maxq.c:1336
c85dd50d
NC
8375#, c-format
8376msgid "Invalid Character in immediate value : %c"
252b5132
RH
8377msgstr ""
8378
499ac353 8379#: config/tc-maxq.c:1175
c85dd50d 8380msgid "Immediate value greater than 16 bits"
252b5132
RH
8381msgstr ""
8382
499ac353 8383#: config/tc-maxq.c:1189
c85dd50d
NC
8384msgid ""
8385"Attempt to move a value in the stack pointer greater than the size of the "
8386"stack"
252b5132
RH
8387msgstr ""
8388
499ac353 8389#: config/tc-maxq.c:1198
c85dd50d 8390msgid "Attempt to move 16 bit value into an 8 bit register.Truncating..\n"
252b5132
RH
8391msgstr ""
8392
499ac353 8393#: config/tc-maxq.c:1260
c85dd50d 8394msgid "Invalid immediate move operation"
252b5132
RH
8395msgstr ""
8396
499ac353 8397#: config/tc-maxq.c:1533
c85dd50d
NC
8398#, c-format
8399msgid "Size of Operand '%s' greater than %d"
252b5132
RH
8400msgstr ""
8401
499ac353 8402#: config/tc-maxq.c:1688
c85dd50d
NC
8403#, c-format
8404msgid "illegal immediate operand '%s'"
252b5132
RH
8405msgstr ""
8406
499ac353 8407#: config/tc-maxq.c:1710
c45021f2 8408#, c-format
c85dd50d 8409msgid "Invalid operand for memory access '%s'"
c45021f2
NC
8410msgstr ""
8411
499ac353 8412#: config/tc-maxq.c:1772
c85dd50d 8413msgid "illegal displacement operand "
252b5132
RH
8414msgstr ""
8415
499ac353 8416#: config/tc-maxq.c:1837
c85dd50d
NC
8417#, c-format
8418msgid "invalid character %c before operand %d"
252b5132
RH
8419msgstr ""
8420
499ac353 8421#: config/tc-maxq.c:1859
c85dd50d
NC
8422#, c-format
8423msgid "invalid character %c in operand %d"
252b5132
RH
8424msgstr ""
8425
c85dd50d 8426#. We found no match.
499ac353 8427#: config/tc-maxq.c:2004
c85dd50d
NC
8428#, c-format
8429msgid "operand %d is invalid for `%s'"
252b5132
RH
8430msgstr ""
8431
499ac353 8432#: config/tc-maxq.c:2037
c85dd50d 8433msgid "The Accumulator cannot be used as a source in ALU instructions\n"
252b5132
RH
8434msgstr ""
8435
499ac353 8436#: config/tc-maxq.c:2055
c85dd50d
NC
8437#, c-format
8438msgid "'%s' operand cant be used as destination in %s"
252b5132
RH
8439msgstr ""
8440
499ac353 8441#: config/tc-maxq.c:2071 config/tc-maxq.c:2102 config/tc-maxq.c:2116
c85dd50d
NC
8442#, c-format
8443msgid "Invalid Instruction '%s' operand cant be used with %s"
252b5132
RH
8444msgstr ""
8445
499ac353 8446#: config/tc-maxq.c:2087 config/tc-maxq.c:2138
c85dd50d
NC
8447#, c-format
8448msgid "'%s' operand cant be used as source in %s"
252b5132
RH
8449msgstr ""
8450
499ac353 8451#: config/tc-maxq.c:2147
c85dd50d
NC
8452#, c-format
8453msgid "'%s' instruction cant have first operand as Immediate vale"
252b5132
RH
8454msgstr ""
8455
499ac353 8456#: config/tc-maxq.c:2160
c85dd50d
NC
8457#, c-format
8458msgid "SP cannot be used with %s\n"
252b5132
RH
8459msgstr ""
8460
499ac353 8461#: config/tc-maxq.c:2167
c85dd50d 8462msgid "@SP-- cannot be used with PUSH\n"
252b5132
RH
8463msgstr ""
8464
499ac353 8465#: config/tc-maxq.c:2183 config/tc-maxq.c:2191
c85dd50d
NC
8466msgid ""
8467"Operands either contradictory or use the data bus in read/write state "
8468"together"
ae351704
AM
8469msgstr ""
8470
499ac353 8471#: config/tc-maxq.c:2198
c85dd50d 8472msgid "MOVE Cant Use NUL as SRC"
ae351704
AM
8473msgstr ""
8474
499ac353 8475#: config/tc-maxq.c:2220
c85dd50d 8476msgid "Contradictory movement between DP register and memory access using DP"
ae351704
AM
8477msgstr ""
8478
499ac353 8479#: config/tc-maxq.c:2228
c85dd50d 8480msgid "SP and @SP-- cannot be used together in a move instruction"
ae351704
AM
8481msgstr ""
8482
499ac353 8483#: config/tc-maxq.c:2247
c85dd50d 8484msgid "Only Module 8 system registers allowed in this operation"
ae351704
AM
8485msgstr ""
8486
499ac353 8487#: config/tc-maxq.c:2273 config/tc-maxq.c:2282 config/tc-maxq.c:2308
c85dd50d 8488msgid "Read only Register used as destination"
ae351704
AM
8489msgstr ""
8490
499ac353 8491#: config/tc-maxq.c:2290
252b5132 8492#, c-format
c85dd50d 8493msgid "Bit No '%d'exceeds register size in this operation"
ae351704
AM
8494msgstr ""
8495
499ac353 8496#: config/tc-maxq.c:2315 config/tc-maxq.c:2336
ae351704 8497#, c-format
c85dd50d 8498msgid "Bit No '%d' exceeds register size in this operation"
ae351704
AM
8499msgstr ""
8500
499ac353 8501#: config/tc-maxq.c:2352
c85dd50d 8502msgid "Memory References cannot be used with branching operations\n"
ae351704
AM
8503msgstr ""
8504
499ac353 8505#: config/tc-maxq.c:2361
c85dd50d 8506msgid "DJNZ uses only LC[n] register \n"
ae351704
AM
8507msgstr ""
8508
499ac353 8509#: config/tc-maxq.c:2387
c85dd50d
NC
8510#, c-format
8511msgid "'%s' operand cant be used as destination in %s"
252b5132
RH
8512msgstr ""
8513
499ac353 8514#: config/tc-maxq.c:2397
87ccc1b0 8515#, c-format
c85dd50d 8516msgid "Read only register used for writing purposes '%s'"
ae351704
AM
8517msgstr ""
8518
499ac353 8519#: config/tc-maxq.c:2409
c85dd50d 8520msgid "Invalid destination for this kind of source."
252b5132
RH
8521msgstr ""
8522
499ac353 8523#: config/tc-maxq.c:2416
252b5132 8524msgid ""
c85dd50d
NC
8525"Invalid register as destination for this kind of source.Only data pointers "
8526"can be used."
252b5132
RH
8527msgstr ""
8528
499ac353 8529#: config/tc-maxq.c:2504 config/tc-maxq.c:2592
c85dd50d 8530msgid "Invalid Instruction"
ae351704
AM
8531msgstr ""
8532
499ac353 8533#: config/tc-maxq.c:2790
c85dd50d 8534msgid "Cannot allocate memory"
ae351704
AM
8535msgstr ""
8536
499ac353 8537#: config/tc-maxq.c:2862
c85dd50d 8538msgid "Internal Error: Illegal Architecure specified"
ae351704
AM
8539msgstr ""
8540
499ac353 8541#: config/tc-maxq.c:2900
c85dd50d 8542msgid "Invalid architecture type"
252b5132
RH
8543msgstr ""
8544
499ac353
NC
8545#: config/tc-maxq.c:2905 config/tc-maxq.c:2916 config/tc-maxq.c:2929
8546#: config/tc-maxq.c:2941 config/tc-maxq.c:2954
252b5132 8547#, c-format
c85dd50d 8548msgid "Internal Error : Can't Hash %s : %s"
252b5132
RH
8549msgstr ""
8550
499ac353 8551#: config/tc-maxq.c:3071
c85dd50d
NC
8552#, c-format
8553msgid "Ineffective insntruction %s \n"
ae351704
AM
8554msgstr ""
8555
a5c7551f
RW
8556#: config/tc-mcore.c:521 config/tc-microblaze.c:496 config/tc-microblaze.c:524
8557#: config/tc-microblaze.c:550 config/tc-microblaze.c:562
252b5132
RH
8558#, c-format
8559msgid "register expected, but saw '%.6s'"
8560msgstr ""
8561
ae351704 8562#: config/tc-mcore.c:603
252b5132
RH
8563#, c-format
8564msgid "control register expected, but saw '%.6s'"
8565msgstr ""
8566
ae351704 8567#: config/tc-mcore.c:639
a74801ba
ILT
8568msgid "bad/missing psr specifier"
8569msgstr ""
8570
ae351704 8571#: config/tc-mcore.c:689
252b5132
RH
8572msgid "more than 65K literal pools"
8573msgstr ""
8574
ae351704 8575#: config/tc-mcore.c:743
252b5132
RH
8576msgid "missing ']'"
8577msgstr ""
8578
ae351704 8579#: config/tc-mcore.c:782
252b5132
RH
8580msgid "operand must be a constant"
8581msgstr ""
8582
ae351704 8583#: config/tc-mcore.c:784
252b5132 8584#, c-format
87ccc1b0 8585msgid "operand must be absolute in range %u..%u, not %ld"
252b5132
RH
8586msgstr ""
8587
ae351704 8588#: config/tc-mcore.c:819
252b5132
RH
8589msgid "operand must be a multiple of 4"
8590msgstr ""
8591
ae351704 8592#: config/tc-mcore.c:826
252b5132
RH
8593msgid "operand must be a multiple of 2"
8594msgstr ""
8595
ae351704 8596#: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410
252b5132
RH
8597msgid "base register expected"
8598msgstr ""
8599
a5c7551f
RW
8600#: config/tc-mcore.c:888 config/tc-microblaze.c:832 config/tc-microblaze.c:968
8601#: config/tc-microblaze.c:1000 config/tc-microblaze.c:1450
8602#: config/tc-microblaze.c:1517 config/tc-microblaze.c:1591
8603#: config/tc-microblaze.c:1964 config/tc-microblaze.c:2005
252b5132
RH
8604#, c-format
8605msgid "unknown opcode \"%s\""
8606msgstr ""
8607
ae351704 8608#: config/tc-mcore.c:931
252b5132
RH
8609msgid "invalid register: r15 illegal"
8610msgstr ""
8611
ae351704 8612#: config/tc-mcore.c:980 config/tc-mcore.c:1561
a74801ba
ILT
8613msgid "M340 specific opcode used when assembling for M210"
8614msgstr ""
8615
ae351704
AM
8616#: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057
8617#: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133
8618#: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224
8619#: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302
8620#: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449
8621#: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553
252b5132
RH
8622msgid "second operand missing"
8623msgstr ""
8624
ae351704 8625#: config/tc-mcore.c:1014
252b5132
RH
8626msgid "destination register must be r1"
8627msgstr ""
8628
ae351704 8629#: config/tc-mcore.c:1035
252b5132
RH
8630msgid "source register must be r1"
8631msgstr ""
8632
ae351704 8633#: config/tc-mcore.c:1099 config/tc-mcore.c:1156
252b5132
RH
8634msgid "immediate is not a power of two"
8635msgstr ""
8636
ae351704 8637#: config/tc-mcore.c:1127
252b5132
RH
8638msgid "translating bgeni to movi"
8639msgstr ""
8640
ae351704 8641#: config/tc-mcore.c:1164
252b5132
RH
8642msgid "translating mgeni to movi"
8643msgstr ""
8644
ae351704 8645#: config/tc-mcore.c:1196
252b5132
RH
8646msgid "translating bmaski to movi"
8647msgstr ""
8648
ae351704 8649#: config/tc-mcore.c:1272
252b5132
RH
8650#, c-format
8651msgid "displacement too large (%d)"
8652msgstr ""
8653
ae351704 8654#: config/tc-mcore.c:1286
252b5132
RH
8655msgid "Invalid register: r0 and r15 illegal"
8656msgstr ""
8657
ae351704 8658#: config/tc-mcore.c:1317
252b5132
RH
8659msgid "bad starting register: r0 and r15 invalid"
8660msgstr ""
8661
ae351704 8662#: config/tc-mcore.c:1330
252b5132
RH
8663msgid "ending register must be r15"
8664msgstr ""
8665
ae351704 8666#: config/tc-mcore.c:1350
252b5132
RH
8667msgid "bad base register: must be r0"
8668msgstr ""
8669
ae351704 8670#: config/tc-mcore.c:1368
252b5132
RH
8671msgid "first register must be r4"
8672msgstr ""
8673
ae351704 8674#: config/tc-mcore.c:1379
252b5132
RH
8675msgid "last register must be r7"
8676msgstr ""
8677
ae351704 8678#: config/tc-mcore.c:1416
252b5132
RH
8679msgid "reg-reg expected"
8680msgstr ""
8681
ae351704 8682#: config/tc-mcore.c:1527
252b5132
RH
8683msgid "second operand must be 1"
8684msgstr ""
8685
ae351704 8686#: config/tc-mcore.c:1548
252b5132
RH
8687msgid "zero used as immediate value"
8688msgstr ""
8689
ae351704 8690#: config/tc-mcore.c:1575
a74801ba
ILT
8691msgid "duplicated psr bit specifier"
8692msgstr ""
8693
ae351704 8694#: config/tc-mcore.c:1581
a74801ba
ILT
8695msgid "`af' must appear alone"
8696msgstr ""
8697
a5c7551f 8698#: config/tc-mcore.c:1588 config/tc-microblaze.c:1611
252b5132
RH
8699#, c-format
8700msgid "unimplemented opcode \"%s\""
8701msgstr ""
8702
a5c7551f 8703#: config/tc-mcore.c:1597 config/tc-microblaze.c:1620
a74801ba
ILT
8704#, c-format
8705msgid "ignoring operands: %s "
8706msgstr ""
8707
499ac353 8708#: config/tc-mcore.c:1667
a74801ba
ILT
8709#, c-format
8710msgid "unrecognised cpu type '%s'"
8711msgstr ""
8712
499ac353 8713#: config/tc-mcore.c:1685
6e1772d5 8714#, c-format
ac50feda
RH
8715msgid ""
8716"MCORE specific options:\n"
8717" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n"
a74801ba
ILT
8718" -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n"
8719" -cpu=[210|340] select CPU type\n"
8720" -EB assemble for a big endian system (default)\n"
8721" -EL assemble for a little endian system\n"
ac50feda
RH
8722msgstr ""
8723
a5c7551f 8724#: config/tc-mcore.c:1703 config/tc-microblaze.c:1729
ac50feda
RH
8725msgid "failed sanity check: short_jump"
8726msgstr ""
8727
a5c7551f 8728#: config/tc-mcore.c:1713 config/tc-microblaze.c:1739
ac50feda
RH
8729msgid "failed sanity check: long_jump"
8730msgstr ""
8731
499ac353 8732#: config/tc-mcore.c:1739
ac50feda
RH
8733#, c-format
8734msgid "odd displacement at %x"
8735msgstr ""
8736
a5c7551f
RW
8737#. Variable not in small data read only segment accessed
8738#. using small data read only anchor.
8739#: config/tc-mcore.c:1921 config/tc-microblaze.c:1826
8740#: config/tc-microblaze.c:2117 config/tc-microblaze.c:2140
ac50feda
RH
8741msgid "unknown"
8742msgstr ""
8743
499ac353 8744#: config/tc-mcore.c:1948
ac50feda 8745#, c-format
87ccc1b0 8746msgid "odd distance branch (0x%lx bytes)"
ac50feda
RH
8747msgstr ""
8748
499ac353 8749#: config/tc-mcore.c:1952
ac50feda 8750#, c-format
87ccc1b0 8751msgid "pcrel for branch to %s too far (0x%lx)"
ac50feda
RH
8752msgstr ""
8753
499ac353 8754#: config/tc-mcore.c:1972
ac50feda 8755#, c-format
87ccc1b0 8756msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
ac50feda
RH
8757msgstr ""
8758
499ac353 8759#: config/tc-mcore.c:1984
ac50feda 8760#, c-format
87ccc1b0 8761msgid "pcrel for loopt too far (0x%lx)"
ac50feda
RH
8762msgstr ""
8763
a5c7551f 8764#: config/tc-mcore.c:2180 config/tc-microblaze.c:2272 config/tc-tic30.c:1384
ac50feda
RH
8765#, c-format
8766msgid "Can not do %d byte %srelocation"
8767msgstr ""
8768
a5c7551f 8769#: config/tc-mcore.c:2182 config/tc-microblaze.c:2274
ac50feda
RH
8770msgid "pc-relative"
8771msgstr ""
8772
a5c7551f 8773#: config/tc-mep.c:343
ae351704
AM
8774#, c-format
8775msgid ""
8776"MeP specific command line options:\n"
a5c7551f
RW
8777" -EB assemble for a big endian system\n"
8778" -EL assemble for a little endian system (default)\n"
ae351704
AM
8779" -mconfig=<name> specify a chip configuration to use\n"
8780" -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
8781" -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
8782" -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
8783" enable/disable the given opcodes\n"
8784"\n"
8785" If -mconfig is given, the other -m options modify it. Otherwise,\n"
8786" if no -m options are given, all core opcodes are enabled;\n"
8787" if any enabling -m options are given, only those are enabled;\n"
8788" if only disabling -m options are given, only those are disabled.\n"
8789msgstr ""
8790
a5c7551f
RW
8791#: config/tc-mep.c:412
8792msgid "$hi and $lo are disabled when MUL and DIV are off"
8793msgstr ""
8794
8795#: config/tc-mep.c:419
8796msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
8797msgstr ""
8798
8799#: config/tc-mep.c:424
8800msgid "$dbg and $depc are disabled when DEBUG is off"
8801msgstr ""
8802
8803#: config/tc-mep.c:615
8804msgid "core and copro insn lengths must total 32 bits."
8805msgstr ""
8806
8807#: config/tc-mep.c:618 config/tc-mep.c:755
8808msgid "vliw group must consist of 1 core and 1 copro insn."
8809msgstr ""
8810
8811#: config/tc-mep.c:752
8812msgid "core and copro insn lengths must total 64 bits."
8813msgstr ""
8814
8815#: config/tc-mep.c:984
8816#, c-format
8817msgid "cannot pack %s with a 16-bit insn"
8818msgstr ""
8819
8820#: config/tc-mep.c:1002
8821#, c-format
8822msgid "cannot pack %s and %s together with a 16-bit insn"
8823msgstr ""
8824
8825#: config/tc-mep.c:1008
8826msgid "too many IVC2 insns to pack with a 16-bit core insn"
8827msgstr ""
8828
8829#: config/tc-mep.c:1023
8830#, c-format
8831msgid "cannot pack %s into slot P1"
8832msgstr ""
8833
8834#: config/tc-mep.c:1029
8835msgid "too many IVC2 insns to pack with a 32-bit core insn"
8836msgstr ""
8837
8838#: config/tc-mep.c:1047
8839#, c-format
8840msgid "unable to pack %s by itself?"
8841msgstr ""
8842
8843#: config/tc-mep.c:1077
8844#, c-format
8845msgid "cannot pack %s and %s together"
8846msgstr ""
8847
8848#: config/tc-mep.c:1083
8849msgid "too many IVC2 insns to pack together"
8850msgstr ""
8851
ae351704
AM
8852#. There are no insns in the queue and a plus is present.
8853#. This is a syntax error. Let's not tolerate this.
8854#. We can relax this later if necessary.
a5c7551f 8855#: config/tc-mep.c:1320
ae351704
AM
8856msgid "Invalid use of parallelization operator."
8857msgstr ""
8858
a5c7551f 8859#: config/tc-mep.c:1366
ae351704
AM
8860msgid "Leading plus sign not allowed in core mode"
8861msgstr ""
8862
a5c7551f 8863#: config/tc-mep.c:1889
ae351704
AM
8864#, c-format
8865msgid "Don't know how to relocate plain operands of type %s"
8866msgstr ""
8867
a5c7551f 8868#: config/tc-mep.c:1899
ae351704
AM
8869#, c-format
8870msgid "Perhaps you are missing %%tpoff()?"
8871msgstr ""
8872
a5c7551f 8873#: config/tc-mep.c:2086
ae351704
AM
8874msgid "Bad .section directive: want a,v,w,x,M,S in string"
8875msgstr ""
8876
a5c7551f 8877#: config/tc-mep.c:2144
ae351704
AM
8878msgid ".vliw unavailable when VLIW is disabled."
8879msgstr ""
8880
a5c7551f
RW
8881#: config/tc-microblaze.c:501 config/tc-microblaze.c:530
8882#: config/tc-microblaze.c:556
8883#, c-format
8884msgid "Invalid register number at '%.6s'"
8885msgstr ""
8886
8887#: config/tc-microblaze.c:651
8888msgid "operand must be a constant or a label"
8889msgstr ""
8890
8891#: config/tc-microblaze.c:655
8892#, c-format
8893msgid "operand must be absolute in range %d..%d, not %d"
8894msgstr ""
8895
8896#: config/tc-microblaze.c:846 config/tc-microblaze.c:853
8897#: config/tc-microblaze.c:860 config/tc-microblaze.c:893
8898#: config/tc-microblaze.c:900 config/tc-microblaze.c:906
8899#: config/tc-microblaze.c:1023 config/tc-microblaze.c:1030
8900#: config/tc-microblaze.c:1036 config/tc-microblaze.c:1067
8901#: config/tc-microblaze.c:1074 config/tc-microblaze.c:1094
8902#: config/tc-microblaze.c:1101 config/tc-microblaze.c:1121
8903#: config/tc-microblaze.c:1128 config/tc-microblaze.c:1146
8904#: config/tc-microblaze.c:1153 config/tc-microblaze.c:1175
8905#: config/tc-microblaze.c:1182 config/tc-microblaze.c:1200
8906#: config/tc-microblaze.c:1215 config/tc-microblaze.c:1233
8907#: config/tc-microblaze.c:1250 config/tc-microblaze.c:1257
8908#: config/tc-microblaze.c:1299 config/tc-microblaze.c:1306
8909#: config/tc-microblaze.c:1348 config/tc-microblaze.c:1355
8910#: config/tc-microblaze.c:1378 config/tc-microblaze.c:1385
8911#: config/tc-microblaze.c:1405 config/tc-microblaze.c:1411
8912#: config/tc-microblaze.c:1472 config/tc-microblaze.c:1478
8913#: config/tc-microblaze.c:1539
8914msgid "Error in statement syntax"
8915msgstr ""
8916
8917#: config/tc-microblaze.c:866 config/tc-microblaze.c:868
8918#: config/tc-microblaze.c:870 config/tc-microblaze.c:910
8919#: config/tc-microblaze.c:912 config/tc-microblaze.c:1040
8920#: config/tc-microblaze.c:1042 config/tc-microblaze.c:1080
8921#: config/tc-microblaze.c:1082 config/tc-microblaze.c:1107
8922#: config/tc-microblaze.c:1109 config/tc-microblaze.c:1134
8923#: config/tc-microblaze.c:1157 config/tc-microblaze.c:1188
8924#: config/tc-microblaze.c:1205 config/tc-microblaze.c:1221
8925#: config/tc-microblaze.c:1239 config/tc-microblaze.c:1361
8926#: config/tc-microblaze.c:1363 config/tc-microblaze.c:1391
8927#: config/tc-microblaze.c:1393 config/tc-microblaze.c:1415
8928#: config/tc-microblaze.c:1482 config/tc-microblaze.c:1545
8929msgid "Cannot use special register with this instruction"
8930msgstr ""
8931
8932#: config/tc-microblaze.c:920
8933msgid "lmi pseudo instruction should not use a label in imm field"
8934msgstr ""
8935
8936#: config/tc-microblaze.c:922
8937msgid "smi pseudo instruction should not use a label in imm field"
8938msgstr ""
8939
8940#: config/tc-microblaze.c:1045
8941msgid "Symbol used as immediate for shift instruction"
8942msgstr ""
8943
8944#: config/tc-microblaze.c:1054
8945#, c-format
8946msgid "Shift value > 32. using <value %% 32>"
8947msgstr ""
8948
8949#: config/tc-microblaze.c:1160
8950msgid "Symbol used as immediate value for msrset/msrclr instructions"
8951msgstr ""
8952
8953#: config/tc-microblaze.c:1288 config/tc-microblaze.c:1337
8954msgid "invalid value for special purpose register"
8955msgstr ""
8956
8957#: config/tc-microblaze.c:1553
8958msgid "An IMM instruction should not be present in the .s file"
8959msgstr ""
8960
8961#: config/tc-microblaze.c:1681
8962msgid "Bad call to MD_NTOF()"
8963msgstr ""
8964
8965#: config/tc-microblaze.c:1917
8966#, c-format
8967msgid "pcrel for branch to %s too far (0x%x)"
8968msgstr ""
8969
8970#. We know the abs value: Should never happen.
8971#: config/tc-microblaze.c:2066
8972msgid "Absolute PC-relative value in relaxation code. Assembler error....."
8973msgstr ""
8974
8975#. Cannot have a PC-relative branch to a diff segment.
8976#: config/tc-microblaze.c:2079
8977#, c-format
8978msgid "PC relative branch to label %s which is not in the instruction space"
8979msgstr ""
8980
8981#: config/tc-microblaze.c:2120
8982msgid ""
8983"Variable is accessed using small data read only anchor, but it is not in the "
8984"small data read only section"
8985msgstr ""
8986
8987#: config/tc-microblaze.c:2143
8988msgid ""
8989"Variable is accessed using small data read write anchor, but it is not in "
8990"the small data read write section"
8991msgstr ""
8992
8993#: config/tc-microblaze.c:2152
8994msgid "Incorrect fr_opcode value in frag. Internal error....."
8995msgstr ""
8996
8997#. We know the abs value: Should never happen.
8998#: config/tc-microblaze.c:2159
8999msgid "Absolute value in relaxation code. Assembler error....."
9000msgstr ""
9001
9002#: config/tc-microblaze.c:2364 config/tc-mn10300.c:1065 config/tc-sh.c:776
9003#: config/tc-z80.c:671 read.c:4275
9004#, c-format
9005msgid "unsupported BFD relocation size %u"
9006msgstr ""
9007
fce00800 9008#. Prototypes for static functions.
a5c7551f 9009#: config/tc-mips.c:1042
8ad3436c 9010#, c-format
328577ad
NC
9011msgid "internal Error, line %d, %s"
9012msgstr ""
9013
a5c7551f
RW
9014#: config/tc-mips.c:1795 config/tc-mips.c:12826
9015#, c-format
9016msgid "Unrecognized register name `%s'"
9017msgstr ""
9018
9019#: config/tc-mips.c:1887
ae351704
AM
9020msgid "-G may not be used in position-independent code"
9021msgstr ""
9022
a5c7551f 9023#: config/tc-mips.c:1934
87ccc1b0
NC
9024#, c-format
9025msgid "internal: can't hash `%s': %s"
a74801ba
ILT
9026msgstr ""
9027
a5c7551f 9028#: config/tc-mips.c:1942
87ccc1b0
NC
9029#, c-format
9030msgid "internal error: bad mips16 opcode: %s %s\n"
328577ad
NC
9031msgstr ""
9032
a5c7551f 9033#: config/tc-mips.c:2114
ac50feda
RH
9034#, c-format
9035msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
9036msgstr ""
9037
a5c7551f 9038#: config/tc-mips.c:2890 config/tc-mips.c:14521
ac50feda
RH
9039msgid "extended instruction in delay slot"
9040msgstr ""
9041
a5c7551f 9042#: config/tc-mips.c:2954 config/tc-mips.c:2961
ac50feda
RH
9043#, c-format
9044msgid "jump to misaligned address (0x%lx)"
9045msgstr ""
9046
a5c7551f 9047#: config/tc-mips.c:2971 config/tc-mips.c:3742
ae351704
AM
9048#, c-format
9049msgid "branch to misaligned address (0x%lx)"
9050msgstr ""
9051
a5c7551f 9052#: config/tc-mips.c:2976 config/tc-mips.c:3745
328577ad 9053#, c-format
ae351704 9054msgid "branch address range overflow (0x%lx)"
328577ad
NC
9055msgstr ""
9056
a5c7551f
RW
9057#. To reproduce this failure try assembling gas/testsuites/
9058#. gas/mips/mips16-intermix.s with a mips-ecoff targeted
9059#. assembler.
9060#: config/tc-mips.c:3003
9061#, c-format
9062msgid "Unsupported MIPS relocation number %d"
9063msgstr ""
9064
9065#: config/tc-mips.c:3475
6e1772d5
AM
9066msgid ""
9067"Macro instruction expanded into multiple instructions in a branch delay slot"
9068msgstr ""
9069
a5c7551f 9070#: config/tc-mips.c:3478
ac50feda
RH
9071msgid "Macro instruction expanded into multiple instructions"
9072msgstr ""
9073
a5c7551f
RW
9074#: config/tc-mips.c:4014 config/tc-mips.c:8012 config/tc-mips.c:8036
9075#: config/tc-mips.c:8109 config/tc-mips.c:8132
87ccc1b0
NC
9076msgid "operand overflow"
9077msgstr ""
9078
a5c7551f
RW
9079#: config/tc-mips.c:4033 config/tc-mips.c:4633 config/tc-mips.c:7383
9080#: config/tc-mips.c:8199
87ccc1b0
NC
9081msgid "Macro used $at after \".set noat\""
9082msgstr ""
9083
a5c7551f 9084#: config/tc-mips.c:4062
ac50feda
RH
9085msgid "unsupported large constant"
9086msgstr ""
9087
a5c7551f 9088#: config/tc-mips.c:4064
ac50feda
RH
9089#, c-format
9090msgid "Instruction %s requires absolute expression"
9091msgstr ""
9092
a5c7551f 9093#: config/tc-mips.c:4197 config/tc-mips.c:6503 config/tc-mips.c:7079
328577ad 9094#, c-format
55cf6793 9095msgid "Number (0x%s) larger than 32 bits"
ac50feda
RH
9096msgstr ""
9097
a5c7551f 9098#: config/tc-mips.c:4217
ac50feda
RH
9099msgid "Number larger than 64 bits"
9100msgstr ""
9101
a5c7551f
RW
9102#: config/tc-mips.c:4511 config/tc-mips.c:4539 config/tc-mips.c:4577
9103#: config/tc-mips.c:4622 config/tc-mips.c:6712 config/tc-mips.c:6751
9104#: config/tc-mips.c:6790 config/tc-mips.c:7194 config/tc-mips.c:7246
ac50feda
RH
9105msgid "PIC code offset overflow (max 16 signed bits)"
9106msgstr ""
9107
a5c7551f
RW
9108#: config/tc-mips.c:4944 config/tc-mips.c:5010 config/tc-mips.c:5098
9109#: config/tc-mips.c:5145 config/tc-mips.c:5206 config/tc-mips.c:5254
9110#: config/tc-mips.c:8293 config/tc-mips.c:8300 config/tc-mips.c:8307
9111#: config/tc-mips.c:8414
6e1772d5
AM
9112msgid "Unsupported large constant"
9113msgstr ""
9114
9115#. result is always true
a5c7551f 9116#: config/tc-mips.c:4976
ac50feda 9117#, c-format
6e1772d5 9118msgid "Branch %s is always true"
ac50feda
RH
9119msgstr ""
9120
a5c7551f
RW
9121#: config/tc-mips.c:5217 config/tc-mips.c:5265 config/tc-mips.c:9065
9122#: config/tc-mips.c:9222
ac50feda 9123#, c-format
6e1772d5 9124msgid "Improper position (%lu)"
ac50feda
RH
9125msgstr ""
9126
a5c7551f 9127#: config/tc-mips.c:5223 config/tc-mips.c:9132
6e1772d5
AM
9128#, c-format
9129msgid "Improper extract size (%lu, position %lu)"
ac50feda
RH
9130msgstr ""
9131
a5c7551f 9132#: config/tc-mips.c:5271 config/tc-mips.c:9096
ac50feda 9133#, c-format
6e1772d5 9134msgid "Improper insert size (%lu, position %lu)"
ac50feda
RH
9135msgstr ""
9136
a5c7551f 9137#: config/tc-mips.c:5308 config/tc-mips.c:5405
ac50feda
RH
9138msgid "Divide by zero."
9139msgstr ""
9140
a5c7551f 9141#: config/tc-mips.c:5491
87ccc1b0
NC
9142msgid "dla used to load 32-bit register"
9143msgstr ""
9144
a5c7551f 9145#: config/tc-mips.c:5494
87ccc1b0
NC
9146msgid "la used to load 64-bit address"
9147msgstr ""
9148
a5c7551f 9149#: config/tc-mips.c:5606 config/tc-z80.c:700
55cf6793
ZW
9150msgid "offset too large"
9151msgstr ""
9152
a5c7551f 9153#: config/tc-mips.c:5780 config/tc-mips.c:6059
87ccc1b0
NC
9154msgid "PIC code offset overflow (max 32 signed bits)"
9155msgstr ""
9156
a5c7551f 9157#: config/tc-mips.c:6142
ac50feda
RH
9158msgid "MIPS PIC call to register other than $25"
9159msgstr ""
9160
a5c7551f
RW
9161#: config/tc-mips.c:6148 config/tc-mips.c:6159 config/tc-mips.c:6281
9162#: config/tc-mips.c:6292
ac50feda
RH
9163msgid "No .cprestore pseudo-op used in PIC code"
9164msgstr ""
9165
a5c7551f 9166#: config/tc-mips.c:6153 config/tc-mips.c:6286
328577ad
NC
9167msgid "No .frame pseudo-op used in PIC code"
9168msgstr ""
9169
a5c7551f 9170#: config/tc-mips.c:6307
ae351704
AM
9171msgid "Non-PIC jump used in PIC library"
9172msgstr ""
9173
a5c7551f 9174#: config/tc-mips.c:6470 config/tc-mips.c:7346
f12e7348
NC
9175#, c-format
9176msgid "opcode not supported on this processor: %s"
ac50feda
RH
9177msgstr ""
9178
a5c7551f
RW
9179#: config/tc-mips.c:7552 config/tc-mips.c:7583 config/tc-mips.c:7634
9180#: config/tc-mips.c:7664
87ccc1b0 9181msgid "Improper rotate count"
ac50feda
RH
9182msgstr ""
9183
a5c7551f 9184#: config/tc-mips.c:7714
ac50feda
RH
9185#, c-format
9186msgid "Instruction %s: result is always false"
9187msgstr ""
9188
a5c7551f 9189#: config/tc-mips.c:7875
ac50feda
RH
9190#, c-format
9191msgid "Instruction %s: result is always true"
9192msgstr ""
9193
ac50feda
RH
9194#. FIXME: Check if this is one of the itbl macros, since they
9195#. are added dynamically.
a5c7551f 9196#: config/tc-mips.c:8195
ac50feda
RH
9197#, c-format
9198msgid "Macro %s not implemented yet"
9199msgstr ""
9200
a5c7551f 9201#: config/tc-mips.c:8445
ac50feda
RH
9202#, c-format
9203msgid "internal: bad mips opcode (mask error): %s %s"
9204msgstr ""
9205
a5c7551f 9206#: config/tc-mips.c:8485 config/tc-mips.c:9296
87ccc1b0
NC
9207#, c-format
9208msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
9209msgstr ""
9210
a5c7551f 9211#: config/tc-mips.c:8564
ac50feda
RH
9212#, c-format
9213msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
9214msgstr ""
9215
a5c7551f 9216#: config/tc-mips.c:8571
ac50feda
RH
9217#, c-format
9218msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
9219msgstr ""
9220
a5c7551f
RW
9221#: config/tc-mips.c:8694 config/tc-mips.c:8702 config/tc-mips.c:10165
9222#: config/tc-score.c:2696 config/tc-score.c:2742
9223msgid "unrecognized opcode"
9224msgstr ""
9225
9226#: config/tc-mips.c:8729 config/tc-mips.c:10191
ac50feda 9227#, c-format
e7af610e 9228msgid "opcode not supported on this processor: %s (%s)"
ac50feda
RH
9229msgstr ""
9230
a5c7551f 9231#: config/tc-mips.c:8763
ae351704
AM
9232#, c-format
9233msgid "BALIGN immediate not 1 or 3 (%lu)"
9234msgstr ""
9235
a5c7551f
RW
9236#: config/tc-mips.c:8776 config/tc-mips.c:8789 config/tc-mips.c:8802
9237#: config/tc-mips.c:8815 config/tc-mips.c:8841 config/tc-mips.c:8885
3caac5b8
AM
9238#, c-format
9239msgid "DSP immediate not in range 0..%d (%lu)"
9240msgstr ""
9241
a5c7551f 9242#: config/tc-mips.c:8833 config/tc-mips.c:8860
3caac5b8
AM
9243msgid "Invalid dsp acc register"
9244msgstr ""
9245
a5c7551f 9246#: config/tc-mips.c:8871 config/tc-mips.c:8902 config/tc-mips.c:8919
3caac5b8
AM
9247#, c-format
9248msgid "DSP immediate not in range %ld..%ld (%ld)"
9249msgstr ""
9250
a5c7551f 9251#: config/tc-mips.c:8932
ae351704
AM
9252#, c-format
9253msgid "MT usermode bit not 0 or 1 (%lu)"
9254msgstr ""
9255
a5c7551f 9256#: config/tc-mips.c:8943
3caac5b8 9257#, c-format
ae351704 9258msgid "MT load high bit not 0 or 1 (%lu)"
3caac5b8
AM
9259msgstr ""
9260
a5c7551f 9261#: config/tc-mips.c:8960 config/tc-mips.c:8973
3caac5b8
AM
9262msgid "Invalid dsp/smartmips acc register"
9263msgstr ""
9264
a5c7551f 9265#: config/tc-mips.c:9038
ae351704
AM
9266#, c-format
9267msgid "Illegal %s number (%lu, 0x%lx)"
9268msgstr ""
9269
a5c7551f 9270#: config/tc-mips.c:9151 config/tc-mips.c:9704
6e1772d5 9271msgid "absolute expression required"
87ccc1b0
NC
9272msgstr ""
9273
a5c7551f 9274#: config/tc-mips.c:9174
3caac5b8
AM
9275#, c-format
9276msgid "Invalid register number (%d)"
9277msgstr ""
9278
a5c7551f 9279#: config/tc-mips.c:9182
3caac5b8
AM
9280msgid "Invalid coprocessor 0 register number"
9281msgstr ""
9282
a5c7551f 9283#: config/tc-mips.c:9192
f12e7348
NC
9284#, c-format
9285msgid "Improper bit index (%lu)"
9286msgstr ""
9287
a5c7551f 9288#: config/tc-mips.c:9253 config/tc-mips.c:9270
f12e7348
NC
9289#, c-format
9290msgid "Improper size (%lu)"
9291msgstr ""
9292
a5c7551f 9293#: config/tc-mips.c:9286
f12e7348
NC
9294#, c-format
9295msgid "Improper immediate (%ld)"
9296msgstr ""
9297
a5c7551f 9298#: config/tc-mips.c:9313
ac50feda 9299#, c-format
87ccc1b0 9300msgid "Improper shift amount (%lu)"
ac50feda
RH
9301msgstr ""
9302
a5c7551f 9303#: config/tc-mips.c:9337 config/tc-mips.c:10512 config/tc-mips.c:10765
ac50feda
RH
9304#, c-format
9305msgid "Invalid value for `%s' (%lu)"
9306msgstr ""
9307
a5c7551f 9308#: config/tc-mips.c:9354
ac50feda 9309#, c-format
ae351704 9310msgid "Code for %s not in range 0..1023 (%lu)"
ac50feda
RH
9311msgstr ""
9312
a5c7551f 9313#: config/tc-mips.c:9366
ac50feda 9314#, c-format
ae351704 9315msgid "Lower code for %s not in range 0..1023 (%lu)"
ac50feda
RH
9316msgstr ""
9317
a5c7551f 9318#: config/tc-mips.c:9378
ac50feda 9319#, c-format
ae351704 9320msgid "Code for %s not in range 0..1048575 (%lu)"
ac50feda
RH
9321msgstr ""
9322
a5c7551f 9323#: config/tc-mips.c:9391
ac50feda 9324#, c-format
87ccc1b0 9325msgid "Coproccesor code > 25 bits (%lu)"
ac50feda
RH
9326msgstr ""
9327
a5c7551f 9328#: config/tc-mips.c:9405
e7af610e 9329#, c-format
87ccc1b0 9330msgid "Illegal 19-bit code (%lu)"
e7af610e
NC
9331msgstr ""
9332
a5c7551f 9333#: config/tc-mips.c:9418
ac50feda 9334#, c-format
87ccc1b0 9335msgid "Invalid performance register (%lu)"
ac50feda
RH
9336msgstr ""
9337
a5c7551f 9338#: config/tc-mips.c:9461 config/tc-mips.c:10372
c85dd50d
NC
9339msgid "used $at without \".set noat\""
9340msgstr ""
9341
a5c7551f 9342#: config/tc-mips.c:9463 config/tc-mips.c:10374
c85dd50d
NC
9343#, c-format
9344msgid "used $%u with \".set at=$%u\""
9345msgstr ""
9346
a5c7551f
RW
9347#: config/tc-mips.c:9489
9348msgid "source and destination must be different"
f12e7348
NC
9349msgstr ""
9350
a5c7551f 9351#: config/tc-mips.c:9494
f12e7348
NC
9352msgid "a destination register must be supplied"
9353msgstr ""
9354
a5c7551f
RW
9355#: config/tc-mips.c:9563
9356#, c-format
9357msgid "Improper align amount (%ld), using low bits"
9358msgstr ""
9359
9360#: config/tc-mips.c:9577
87ccc1b0
NC
9361#, c-format
9362msgid "Invalid MDMX Immediate (%ld)"
9363msgstr ""
9364
a5c7551f 9365#: config/tc-mips.c:9615
ac50feda
RH
9366#, c-format
9367msgid "Float register should be even, was %d"
9368msgstr ""
9369
a5c7551f 9370#: config/tc-mips.c:9654
87ccc1b0
NC
9371#, c-format
9372msgid "Bad element selector %ld"
ac50feda
RH
9373msgstr ""
9374
a5c7551f 9375#: config/tc-mips.c:9662
ac50feda 9376#, c-format
87ccc1b0 9377msgid "Expecting ']' found '%s'"
ac50feda
RH
9378msgstr ""
9379
a5c7551f 9380#: config/tc-mips.c:9768
87ccc1b0
NC
9381#, c-format
9382msgid "Bad floating point constant: %s"
328577ad
NC
9383msgstr ""
9384
a5c7551f 9385#: config/tc-mips.c:9888
87ccc1b0 9386msgid "Can't use floating point insn in this section"
ac50feda
RH
9387msgstr ""
9388
a5c7551f 9389#: config/tc-mips.c:9949
87ccc1b0 9390msgid "expression out of range"
ac50feda
RH
9391msgstr ""
9392
a5c7551f 9393#: config/tc-mips.c:9989
ac50feda
RH
9394msgid "lui expression not in range 0..65535"
9395msgstr ""
9396
a5c7551f 9397#: config/tc-mips.c:10010
6e1772d5
AM
9398#, c-format
9399msgid "Condition code register should be even for %s, was %d"
9400msgstr ""
9401
a5c7551f 9402#: config/tc-mips.c:10015
ac50feda 9403#, c-format
6e1772d5 9404msgid "Condition code register should be 0 or 4 for %s, was %d"
ac50feda
RH
9405msgstr ""
9406
a5c7551f 9407#: config/tc-mips.c:10041
7b15d668
HPN
9408msgid "invalid coprocessor sub-selection value (0-7)"
9409msgstr ""
9410
a5c7551f 9411#: config/tc-mips.c:10053 config/tc-mips.c:10070
87ccc1b0
NC
9412#, c-format
9413msgid "bad byte vector index (%ld)"
9414msgstr ""
9415
a5c7551f 9416#: config/tc-mips.c:10081
ac50feda
RH
9417#, c-format
9418msgid "bad char = '%c'\n"
9419msgstr ""
9420
a5c7551f 9421#: config/tc-mips.c:10092 config/tc-mips.c:10097 config/tc-mips.c:10790
ac50feda
RH
9422msgid "illegal operands"
9423msgstr ""
9424
a5c7551f 9425#: config/tc-mips.c:10548 config/tc-mips.c:10629 config/tc-mips.c:10644
ac50feda
RH
9426msgid "can't parse register list"
9427msgstr ""
9428
a5c7551f 9429#: config/tc-mips.c:10617
ae351704
AM
9430msgid "more than one frame size in list"
9431msgstr ""
9432
a5c7551f 9433#: config/tc-mips.c:10672
ae351704
AM
9434msgid "unexpected register in list"
9435msgstr ""
9436
a5c7551f 9437#: config/tc-mips.c:10682
ae351704
AM
9438msgid "arg/static registers overlap"
9439msgstr ""
9440
a5c7551f 9441#: config/tc-mips.c:10700
ae351704
AM
9442msgid "invalid arg register list"
9443msgstr ""
9444
a5c7551f 9445#: config/tc-mips.c:10709 config/tc-mips.c:10732
ae351704
AM
9446msgid "invalid static register list"
9447msgstr ""
9448
a5c7551f 9449#: config/tc-mips.c:10739
ae351704
AM
9450msgid "missing frame size"
9451msgstr ""
9452
a5c7551f 9453#: config/tc-mips.c:10742
ae351704
AM
9454msgid "invalid frame size"
9455msgstr ""
9456
a5c7551f 9457#: config/tc-mips.c:10908
ac50feda
RH
9458msgid "extended operand requested but not required"
9459msgstr ""
9460
a5c7551f 9461#: config/tc-mips.c:10910
ac50feda
RH
9462msgid "invalid unextended operand value"
9463msgstr ""
9464
a5c7551f 9465#: config/tc-mips.c:10938
ac50feda
RH
9466msgid "operand value out of range for instruction"
9467msgstr ""
9468
a5c7551f
RW
9469#: config/tc-mips.c:11043
9470#, c-format
9471msgid "relocation %s isn't supported by the current ABI"
9472msgstr ""
9473
9474#: config/tc-mips.c:11099
9475msgid "unclosed '('"
9476msgstr ""
9477
9478#: config/tc-mips.c:11374
328577ad 9479#, c-format
87ccc1b0 9480msgid "A different %s was already specified, is now %s"
328577ad
NC
9481msgstr ""
9482
a5c7551f 9483#: config/tc-mips.c:11621
ac50feda
RH
9484msgid "-call_shared is supported only for ELF format"
9485msgstr ""
9486
a5c7551f 9487#: config/tc-mips.c:11631
f12e7348
NC
9488msgid "-call_nonpic is supported only for ELF format"
9489msgstr ""
9490
a5c7551f 9491#: config/tc-mips.c:11641
ac50feda 9492msgid "-non_shared is supported only for ELF format"
252b5132
RH
9493msgstr ""
9494
a5c7551f 9495#: config/tc-mips.c:11674
328577ad
NC
9496msgid "-n32 is supported for ELF format only"
9497msgstr ""
9498
a5c7551f 9499#: config/tc-mips.c:11683
328577ad
NC
9500msgid "-64 is supported for ELF format only"
9501msgstr ""
9502
a5c7551f 9503#: config/tc-mips.c:11688 config/tc-mips.c:11741
ac50feda
RH
9504msgid "No compiled in support for 64 bit object file format"
9505msgstr ""
9506
a5c7551f 9507#: config/tc-mips.c:11728
328577ad
NC
9508msgid "-mabi is supported for ELF format only"
9509msgstr ""
9510
a5c7551f 9511#: config/tc-mips.c:11748
87ccc1b0
NC
9512#, c-format
9513msgid "invalid abi -mabi=%s"
ac50feda
RH
9514msgstr ""
9515
a5c7551f 9516#: config/tc-mips.c:11826
87ccc1b0 9517msgid "-G not supported in this configuration."
252b5132
RH
9518msgstr ""
9519
a5c7551f 9520#: config/tc-mips.c:11852
87ccc1b0
NC
9521#, c-format
9522msgid "-%s conflicts with the other architecture options, which imply -%s"
ac50feda
RH
9523msgstr ""
9524
a5c7551f
RW
9525#: config/tc-mips.c:11864
9526#, c-format
9527msgid "-march=%s is not compatible with the selected ABI"
9528msgstr ""
9529
9530#: config/tc-mips.c:11883
87ccc1b0 9531msgid "-mgp64 used with a 32-bit processor"
ac50feda
RH
9532msgstr ""
9533
a5c7551f 9534#: config/tc-mips.c:11885
87ccc1b0 9535msgid "-mgp32 used with a 64-bit ABI"
ac50feda
RH
9536msgstr ""
9537
a5c7551f 9538#: config/tc-mips.c:11887
87ccc1b0 9539msgid "-mgp64 used with a 32-bit ABI"
ac50feda
RH
9540msgstr ""
9541
a5c7551f 9542#: config/tc-mips.c:11925
ae351704
AM
9543msgid "-mfp64 used with a 32-bit fpu"
9544msgstr ""
9545
a5c7551f 9546#: config/tc-mips.c:11928
ae351704
AM
9547msgid "-mfp64 used with a 32-bit ABI"
9548msgstr ""
9549
a5c7551f 9550#: config/tc-mips.c:11932
ae351704
AM
9551msgid "-mfp32 used with a 64-bit ABI"
9552msgstr ""
9553
a5c7551f 9554#: config/tc-mips.c:11946
87ccc1b0 9555msgid "trap exception not supported at ISA 1"
ac50feda
RH
9556msgstr ""
9557
a5c7551f 9558#: config/tc-mips.c:11956
ae351704 9559msgid "-mfp32 used with -mips3d"
87ccc1b0
NC
9560msgstr ""
9561
a5c7551f 9562#: config/tc-mips.c:11962
ae351704 9563msgid "-mfp32 used with -mdmx"
87ccc1b0
NC
9564msgstr ""
9565
a5c7551f
RW
9566#: config/tc-mips.c:11967
9567#, c-format
9568msgid "%s ISA does not support SmartMIPS"
9569msgstr ""
9570
9571#: config/tc-mips.c:11973 config/tc-mips.c:12918
9572#, c-format
9573msgid "%s ISA does not support DSP ASE"
9574msgstr ""
9575
9576#: config/tc-mips.c:11982 config/tc-mips.c:12931
9577#, c-format
9578msgid "%s ISA does not support DSP R2 ASE"
9579msgstr ""
9580
9581#: config/tc-mips.c:11988 config/tc-mips.c:12944
9582#, c-format
9583msgid "%s ISA does not support MT ASE"
9584msgstr ""
9585
9586#: config/tc-mips.c:12037
ae351704 9587msgid "PC relative MIPS16 instruction references a different section"
87ccc1b0
NC
9588msgstr ""
9589
a5c7551f
RW
9590#: config/tc-mips.c:12335 config/tc-sparc.c:3184 config/tc-sparc.c:3191
9591#: config/tc-sparc.c:3198 config/tc-sparc.c:3205 config/tc-sparc.c:3212
9592#: config/tc-sparc.c:3221 config/tc-sparc.c:3232 config/tc-sparc.c:3254
9593#: config/tc-sparc.c:3278 write.c:1122
ac50feda
RH
9594msgid "relocation overflow"
9595msgstr ""
9596
a5c7551f 9597#: config/tc-mips.c:12345
ac50feda 9598#, c-format
ae351704 9599msgid "Branch to misaligned address (%lx)"
ac50feda
RH
9600msgstr ""
9601
a5c7551f 9602#: config/tc-mips.c:12392
328577ad
NC
9603msgid "Branch out of range"
9604msgstr ""
9605
a5c7551f 9606#: config/tc-mips.c:12474
328577ad
NC
9607#, c-format
9608msgid "Alignment too large: %d. assumed."
9609msgstr ""
9610
a5c7551f 9611#: config/tc-mips.c:12477
328577ad
NC
9612msgid "Alignment negative: 0 assumed."
9613msgstr ""
9614
a5c7551f 9615#: config/tc-mips.c:12723
328577ad
NC
9616#, c-format
9617msgid "%s: no such section"
9618msgstr ""
9619
a5c7551f 9620#: config/tc-mips.c:12772
328577ad
NC
9621#, c-format
9622msgid ".option pic%d not supported"
9623msgstr ""
9624
a5c7551f 9625#: config/tc-mips.c:12777 config/tc-mips.c:13084
ae351704
AM
9626msgid "-G may not be used with SVR4 PIC code"
9627msgstr ""
9628
a5c7551f 9629#: config/tc-mips.c:12783
328577ad
NC
9630#, c-format
9631msgid "Unrecognized option \"%s\""
9632msgstr ""
9633
a5c7551f
RW
9634#: config/tc-mips.c:12843
9635msgid "`noreorder' must be set before `nomacro'"
9636msgstr ""
9637
9638#: config/tc-mips.c:12869
c85dd50d 9639#, c-format
a5c7551f 9640msgid "%s isa does not support 64-bit registers"
c85dd50d
NC
9641msgstr ""
9642
a5c7551f
RW
9643#: config/tc-mips.c:12880
9644#, c-format
9645msgid "%s isa does not support 64-bit floating point registers"
9646msgstr ""
9647
9648#: config/tc-mips.c:12901
9649#, c-format
9650msgid "%s ISA does not support SmartMIPS ASE"
328577ad
NC
9651msgstr ""
9652
a5c7551f 9653#: config/tc-mips.c:12968
fce00800
AM
9654#, c-format
9655msgid "unknown architecture %s"
9656msgstr ""
9657
a5c7551f 9658#: config/tc-mips.c:12981 config/tc-mips.c:13011
328577ad
NC
9659#, c-format
9660msgid "unknown ISA level %s"
9661msgstr ""
9662
a5c7551f 9663#: config/tc-mips.c:12989
8ea2b00f
AM
9664#, c-format
9665msgid "unknown ISA or architecture %s"
9666msgstr ""
9667
a5c7551f 9668#: config/tc-mips.c:13039
328577ad
NC
9669msgid ".set pop with no .set push"
9670msgstr ""
9671
a5c7551f 9672#: config/tc-mips.c:13068
328577ad
NC
9673#, c-format
9674msgid "Tried to set unrecognized symbol: %s\n"
9675msgstr ""
9676
a5c7551f 9677#: config/tc-mips.c:13126
328577ad
NC
9678msgid ".cpload not in noreorder section"
9679msgstr ""
9680
a5c7551f 9681#: config/tc-mips.c:13194 config/tc-mips.c:13213
328577ad
NC
9682msgid "missing argument separator ',' for .cpsetup"
9683msgstr ""
9684
a5c7551f 9685#: config/tc-mips.c:13371
c85dd50d
NC
9686#, c-format
9687msgid "Unsupported use of %s"
9688msgstr ""
9689
a5c7551f 9690#: config/tc-mips.c:13453 config/tc-score.c:6035
328577ad
NC
9691msgid "Unsupported use of .gpword"
9692msgstr ""
9693
a5c7551f 9694#: config/tc-mips.c:13493
87ccc1b0
NC
9695msgid "Unsupported use of .gpdword"
9696msgstr ""
9697
a5c7551f
RW
9698#: config/tc-mips.c:13587
9699#, c-format
9700msgid "ignoring attempt to redefine symbol %s"
9701msgstr ""
9702
9703#: config/tc-mips.c:13602 ecoff.c:3368
9704msgid "bad .weakext directive"
9705msgstr ""
9706
9707#: config/tc-mips.c:13838
328577ad
NC
9708msgid "unsupported PC relative reference to different section"
9709msgstr ""
9710
a5c7551f 9711#: config/tc-mips.c:13951 config/tc-xtensa.c:1582 config/tc-xtensa.c:1857
328577ad
NC
9712msgid "unsupported relocation"
9713msgstr ""
9714
a5c7551f 9715#: config/tc-mips.c:14200 config/tc-pdp11.c:1431
328577ad
NC
9716#, c-format
9717msgid "Can not represent %s relocation in this object file format"
9718msgstr ""
9719
a5c7551f 9720#: config/tc-mips.c:14285
87ccc1b0
NC
9721msgid "relaxed out-of-range branch into a jump"
9722msgstr ""
9723
a5c7551f 9724#: config/tc-mips.c:14819
328577ad
NC
9725msgid "missing .end at end of assembly"
9726msgstr ""
9727
a5c7551f 9728#: config/tc-mips.c:14834 config/tc-score.c:5644
328577ad
NC
9729msgid "expected simple number"
9730msgstr ""
9731
a5c7551f 9732#: config/tc-mips.c:14862 config/tc-score.c:5671
328577ad
NC
9733msgid "invalid number"
9734msgstr ""
9735
a5c7551f 9736#: config/tc-mips.c:15033 config/tc-score.c:5710
328577ad
NC
9737msgid "missing .end"
9738msgstr ""
9739
a5c7551f 9740#: config/tc-mips.c:15085
328577ad
NC
9741msgid "Bad .frame directive"
9742msgstr ""
9743
a5c7551f 9744#: config/tc-mips.c:15117
328577ad
NC
9745msgid ".mask/.fmask outside of .ent"
9746msgstr ""
9747
a5c7551f 9748#: config/tc-mips.c:15124
328577ad
NC
9749msgid "Bad .mask/.fmask directive"
9750msgstr ""
9751
a5c7551f
RW
9752#: config/tc-mips.c:15399
9753#, c-format
9754msgid "Bad value (%s) for %s"
9755msgstr ""
9756
9757#: config/tc-mips.c:15463
6e1772d5 9758#, c-format
87ccc1b0
NC
9759msgid ""
9760"MIPS options:\n"
87ccc1b0
NC
9761"-EB\t\t\tgenerate big endian output\n"
9762"-EL\t\t\tgenerate little endian output\n"
9763"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
9764"-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
9765"\t\t\timplicitly with the gp register [default 8]\n"
9766msgstr ""
9767
a5c7551f 9768#: config/tc-mips.c:15470
6e1772d5 9769#, c-format
87ccc1b0
NC
9770msgid ""
9771"-mips1\t\t\tgenerate MIPS ISA I instructions\n"
9772"-mips2\t\t\tgenerate MIPS ISA II instructions\n"
9773"-mips3\t\t\tgenerate MIPS ISA III instructions\n"
9774"-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
9775"-mips5 generate MIPS ISA V instructions\n"
9776"-mips32 generate MIPS32 ISA instructions\n"
9777"-mips32r2 generate MIPS32 release 2 ISA instructions\n"
9778"-mips64 generate MIPS64 ISA instructions\n"
6e1772d5 9779"-mips64r2 generate MIPS64 release 2 ISA instructions\n"
87ccc1b0
NC
9780"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
9781msgstr ""
9782
a5c7551f 9783#: config/tc-mips.c:15489
6e1772d5 9784#, c-format
87ccc1b0
NC
9785msgid ""
9786"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
9787"-no-mCPU\t\tdon't generate code specific to CPU.\n"
9788"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
9789msgstr ""
9790
a5c7551f 9791#: config/tc-mips.c:15502
6e1772d5 9792#, c-format
87ccc1b0
NC
9793msgid ""
9794"-mips16\t\t\tgenerate mips16 instructions\n"
9795"-no-mips16\t\tdo not generate mips16 instructions\n"
9796msgstr ""
9797
a5c7551f 9798#: config/tc-mips.c:15505
ae351704
AM
9799#, c-format
9800msgid ""
9801"-msmartmips\t\tgenerate smartmips instructions\n"
9802"-mno-smartmips\t\tdo not generate smartmips instructions\n"
9803msgstr ""
9804
a5c7551f 9805#: config/tc-mips.c:15508
3caac5b8
AM
9806#, c-format
9807msgid ""
9808"-mdsp\t\t\tgenerate DSP instructions\n"
9809"-mno-dsp\t\tdo not generate DSP instructions\n"
9810msgstr ""
9811
a5c7551f 9812#: config/tc-mips.c:15511
ae351704
AM
9813#, c-format
9814msgid ""
9815"-mdspr2\t\t\tgenerate DSP R2 instructions\n"
9816"-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
9817msgstr ""
9818
a5c7551f 9819#: config/tc-mips.c:15514
3caac5b8
AM
9820#, c-format
9821msgid ""
9822"-mmt\t\t\tgenerate MT instructions\n"
9823"-mno-mt\t\t\tdo not generate MT instructions\n"
9824msgstr ""
9825
a5c7551f 9826#: config/tc-mips.c:15517
6e1772d5 9827#, c-format
87ccc1b0 9828msgid ""
8ea2b00f 9829"-mfix-vr4120\t\twork around certain VR4120 errata\n"
55cf6793 9830"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
a5c7551f 9831"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
87ccc1b0
NC
9832"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
9833"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
06647dfd 9834"-msym32\t\t\tassume all symbols have 32-bit values\n"
87ccc1b0
NC
9835"-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
9836"-O\t\t\tremove unneeded NOPs and swap branches\n"
87ccc1b0
NC
9837"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
9838"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
9839msgstr ""
9840
a5c7551f 9841#: config/tc-mips.c:15528
f12e7348
NC
9842#, c-format
9843msgid ""
9844"-mhard-float\t\tallow floating-point instructions\n"
9845"-msoft-float\t\tdo not allow floating-point instructions\n"
9846"-msingle-float\t\tonly allow 32-bit floating-point operations\n"
9847"-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
9848"--[no-]construct-floats [dis]allow floating point values to be constructed\n"
9849msgstr ""
9850
a5c7551f 9851#: config/tc-mips.c:15536
6e1772d5 9852#, c-format
87ccc1b0
NC
9853msgid ""
9854"-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
f12e7348 9855"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
ae351704 9856"-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
f12e7348 9857"-non_shared\t\tdo not generate code that can operate with DSOs\n"
87ccc1b0 9858"-xgot\t\t\tassume a 32 bit GOT\n"
6e1772d5 9859"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
06647dfd 9860"-mshared, -mno-shared disable/enable .cpload optimization for\n"
ae351704 9861" position dependent (non shared) code\n"
87ccc1b0
NC
9862"-mabi=ABI\t\tcreate ABI conformant object file for:\n"
9863msgstr ""
9864
a5c7551f 9865#: config/tc-mips.c:15557
6e1772d5 9866#, c-format
87ccc1b0
NC
9867msgid ""
9868"-32\t\t\tcreate o32 ABI object file (default)\n"
9869"-n32\t\t\tcreate n32 ABI object file\n"
9870"-64\t\t\tcreate 64 ABI object file\n"
9871msgstr ""
9872
ae351704 9873#: config/tc-mmix.c:693
6e1772d5 9874#, c-format
328577ad
NC
9875msgid " MMIX-specific command line options:\n"
9876msgstr ""
9877
ae351704 9878#: config/tc-mmix.c:694
6e1772d5 9879#, c-format
328577ad
NC
9880msgid ""
9881" -fixed-special-register-names\n"
9882" Allow only the original special register names.\n"
9883msgstr ""
9884
ae351704 9885#: config/tc-mmix.c:697
6e1772d5 9886#, c-format
328577ad
NC
9887msgid " -globalize-symbols Make all symbols global.\n"
9888msgstr ""
9889
ae351704 9890#: config/tc-mmix.c:699
6e1772d5 9891#, c-format
328577ad
NC
9892msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n"
9893msgstr ""
9894
ae351704 9895#: config/tc-mmix.c:701
6e1772d5 9896#, c-format
328577ad
NC
9897msgid " -relax Create linker relaxable code.\n"
9898msgstr ""
9899
ae351704 9900#: config/tc-mmix.c:703
6e1772d5 9901#, c-format
328577ad
NC
9902msgid ""
9903" -no-predefined-syms Do not provide mmixal built-in constants.\n"
9904" Implies -fixed-special-register-names.\n"
9905msgstr ""
9906
ae351704 9907#: config/tc-mmix.c:706
6e1772d5 9908#, c-format
328577ad
NC
9909msgid ""
9910" -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n"
9911" into multiple instructions.\n"
9912msgstr ""
9913
ae351704 9914#: config/tc-mmix.c:709
6e1772d5 9915#, c-format
328577ad
NC
9916msgid ""
9917" -no-merge-gregs Do not merge GREG definitions with nearby values.\n"
9918msgstr ""
9919
ae351704 9920#: config/tc-mmix.c:711
6e1772d5 9921#, c-format
324bfcf3
AO
9922msgid ""
9923" -linker-allocated-gregs If there's no suitable GREG definition for "
9924"the operands of an instruction, let the linker "
9925"resolve.\n"
9926msgstr ""
9927
ae351704 9928#: config/tc-mmix.c:714
6e1772d5 9929#, c-format
328577ad
NC
9930msgid ""
9931" -x Do not warn when an operand to GETA, a branch,\n"
9932" PUSHJ or JUMP is not known to be within range.\n"
324bfcf3
AO
9933" The linker will catch any errors. Implies\n"
9934" -linker-allocated-gregs."
328577ad
NC
9935msgstr ""
9936
ae351704 9937#: config/tc-mmix.c:840
328577ad
NC
9938#, c-format
9939msgid "unknown opcode: `%s'"
9940msgstr ""
9941
ae351704 9942#: config/tc-mmix.c:962 config/tc-mmix.c:977
328577ad
NC
9943msgid "specified location wasn't TETRA-aligned"
9944msgstr ""
9945
a5c7551f
RW
9946#: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4109
9947#: config/tc-mmix.c:4125
328577ad
NC
9948msgid "unaligned data at an absolute location is not supported"
9949msgstr ""
9950
ae351704 9951#: config/tc-mmix.c:1089
328577ad
NC
9952#, c-format
9953msgid "invalid operand to opcode %s: `%s'"
9954msgstr ""
9955
ae351704
AM
9956#: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171
9957#: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224
9958#: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318
a5c7551f
RW
9959#: config/tc-mmix.c:1419 config/tc-mmix.c:1444 config/tc-mmix.c:1476
9960#: config/tc-mmix.c:1508 config/tc-mmix.c:1538 config/tc-mmix.c:1591
9961#: config/tc-mmix.c:1608 config/tc-mmix.c:1635 config/tc-mmix.c:1663
9962#: config/tc-mmix.c:1690 config/tc-mmix.c:1716 config/tc-mmix.c:1732
9963#: config/tc-mmix.c:1758 config/tc-mmix.c:1774 config/tc-mmix.c:1790
9964#: config/tc-mmix.c:1853 config/tc-mmix.c:1869
328577ad
NC
9965#, c-format
9966msgid "invalid operands to opcode %s: `%s'"
9967msgstr ""
9968
a5c7551f 9969#: config/tc-mmix.c:1846
328577ad
NC
9970#, c-format
9971msgid "unsupported operands to %s: `%s'"
9972msgstr ""
9973
a5c7551f 9974#: config/tc-mmix.c:1971
328577ad 9975msgid "internal: mmix_prefix_name but empty prefix"
ac50feda
RH
9976msgstr ""
9977
a5c7551f 9978#: config/tc-mmix.c:2015
328577ad
NC
9979#, c-format
9980msgid "too many GREG registers allocated (max %d)"
ac50feda
RH
9981msgstr ""
9982
a5c7551f 9983#: config/tc-mmix.c:2073
328577ad 9984msgid "BSPEC already active. Nesting is not supported."
ac50feda
RH
9985msgstr ""
9986
a5c7551f 9987#: config/tc-mmix.c:2082
328577ad 9988msgid "invalid BSPEC expression"
ac50feda
RH
9989msgstr ""
9990
a5c7551f 9991#: config/tc-mmix.c:2098
ac50feda 9992#, c-format
328577ad 9993msgid "can't create section %s"
ac50feda
RH
9994msgstr ""
9995
a5c7551f 9996#: config/tc-mmix.c:2103
ac50feda 9997#, c-format
328577ad 9998msgid "can't set section flags for section %s"
ac50feda
RH
9999msgstr ""
10000
a5c7551f 10001#: config/tc-mmix.c:2124
328577ad 10002msgid "ESPEC without preceding BSPEC"
ac50feda
RH
10003msgstr ""
10004
a5c7551f 10005#: config/tc-mmix.c:2153
328577ad 10006msgid "missing local expression"
ac50feda
RH
10007msgstr ""
10008
a5c7551f 10009#: config/tc-mmix.c:2363
328577ad 10010msgid "operand out of range, instruction expanded"
ac50feda
RH
10011msgstr ""
10012
328577ad
NC
10013#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
10014#. user-friendly, though a little bit non-substantial.
a5c7551f 10015#: config/tc-mmix.c:2614
328577ad 10016msgid "directive LOCAL must be placed in code or data"
ac50feda
RH
10017msgstr ""
10018
a5c7551f 10019#: config/tc-mmix.c:2615
328577ad 10020msgid "internal confusion: relocation in a section without contents"
ac50feda
RH
10021msgstr ""
10022
a5c7551f 10023#: config/tc-mmix.c:2729
328577ad 10024msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
ac50feda
RH
10025msgstr ""
10026
a5c7551f 10027#: config/tc-mmix.c:2777
328577ad 10028msgid "no suitable GREG definition for operands"
ac50feda
RH
10029msgstr ""
10030
a5c7551f 10031#: config/tc-mmix.c:2836
328577ad 10032msgid "operands were not reducible at assembly-time"
ac50feda
RH
10033msgstr ""
10034
a5c7551f 10035#: config/tc-mmix.c:2863
328577ad
NC
10036#, c-format
10037msgid "cannot generate relocation type for symbol %s, code %s"
ac50feda
RH
10038msgstr ""
10039
a5c7551f 10040#: config/tc-mmix.c:2883
328577ad
NC
10041#, c-format
10042msgid "internal: unhandled label %s"
ac50feda
RH
10043msgstr ""
10044
a5c7551f 10045#: config/tc-mmix.c:2913
328577ad 10046msgid "[0-9]H labels may not appear alone on a line"
ac50feda
RH
10047msgstr ""
10048
a5c7551f 10049#: config/tc-mmix.c:2922
328577ad 10050msgid "[0-9]H labels do not mix with dot-pseudos"
ac50feda
RH
10051msgstr ""
10052
a5c7551f 10053#: config/tc-mmix.c:3010
328577ad 10054msgid "invalid characters in input"
ac50feda
RH
10055msgstr ""
10056
a5c7551f 10057#: config/tc-mmix.c:3116
328577ad 10058msgid "empty label field for IS"
ac50feda
RH
10059msgstr ""
10060
a5c7551f 10061#: config/tc-mmix.c:3442
328577ad
NC
10062#, c-format
10063msgid "internal: unexpected relax type %d:%d"
ac50feda
RH
10064msgstr ""
10065
a5c7551f 10066#: config/tc-mmix.c:3465
328577ad 10067msgid "BSPEC without ESPEC."
ac50feda
RH
10068msgstr ""
10069
a5c7551f 10070#: config/tc-mmix.c:3670
328577ad 10071msgid "GREG expression too complicated"
ac50feda
RH
10072msgstr ""
10073
a5c7551f 10074#: config/tc-mmix.c:3685
328577ad 10075msgid "internal: GREG expression not resolved to section"
ac50feda
RH
10076msgstr ""
10077
a5c7551f 10078#: config/tc-mmix.c:3734
328577ad 10079msgid "register section has contents\n"
ac50feda
RH
10080msgstr ""
10081
a5c7551f 10082#: config/tc-mmix.c:3861
328577ad 10083msgid "section change from within a BSPEC/ESPEC pair is not supported"
ac50feda
RH
10084msgstr ""
10085
a5c7551f 10086#: config/tc-mmix.c:3882
328577ad 10087msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
ac50feda
RH
10088msgstr ""
10089
a5c7551f 10090#: config/tc-mmix.c:3893
328577ad 10091msgid "invalid LOC expression"
ac50feda
RH
10092msgstr ""
10093
a5c7551f 10094#: config/tc-mmix.c:3920 config/tc-mmix.c:3947
328577ad 10095msgid "LOC expression stepping backwards is not supported"
ac50feda
RH
10096msgstr ""
10097
328577ad
NC
10098#. We will only get here in rare cases involving #NO_APP,
10099#. where the unterminated string is not recognized by the
10100#. preformatting pass.
a5c7551f 10101#: config/tc-mmix.c:4031 config/tc-mmix.c:4191 config/tc-z80.c:1691
328577ad 10102msgid "unterminated string"
ac50feda
RH
10103msgstr ""
10104
a5c7551f 10105#: config/tc-mmix.c:4048
328577ad 10106msgid "BYTE expression not a pure number"
ac50feda
RH
10107msgstr ""
10108
328577ad
NC
10109#. Note that mmixal does not allow negative numbers in
10110#. BYTE sequences, so neither should we.
a5c7551f 10111#: config/tc-mmix.c:4057
328577ad 10112msgid "BYTE expression not in the range 0..255"
ac50feda
RH
10113msgstr ""
10114
a5c7551f 10115#: config/tc-mmix.c:4107 config/tc-mmix.c:4123
328577ad 10116msgid "data item with alignment larger than location"
ac50feda
RH
10117msgstr ""
10118
328577ad
NC
10119#. Since integer_constant is local to expr.c, we have to make this a
10120#. macro. FIXME: Do it cleaner.
87ccc1b0 10121#: config/tc-mmix.h:104
328577ad 10122msgid "`&' serial number operator is not supported"
ac50feda
RH
10123msgstr ""
10124
ae351704 10125#: config/tc-mn10200.c:304
6e1772d5 10126#, c-format
ac50feda
RH
10127msgid ""
10128"MN10200 options:\n"
10129"none yet\n"
10130msgstr ""
10131
42477147 10132#: config/tc-mn10300.c:441
6e1772d5 10133#, c-format
ac50feda 10134msgid ""
ae351704 10135"MN10300 assembler options:\n"
ac50feda
RH
10136"none yet\n"
10137msgstr ""
10138
f12e7348 10139#: config/tc-mn10300.c:1266
ac50feda
RH
10140msgid "Invalid opcode/operands"
10141msgstr ""
10142
f12e7348 10143#: config/tc-mn10300.c:1791
ac50feda
RH
10144msgid "Invalid register specification."
10145msgstr ""
10146
f12e7348 10147#: config/tc-mn10300.c:2383
328577ad
NC
10148#, c-format
10149msgid "Bad relocation fixup type (%d)"
10150msgstr ""
10151
2cbd2211
RW
10152#: config/tc-moxie.c:100
10153msgid "expecting register"
10154msgstr ""
10155
10156#: config/tc-moxie.c:119 config/tc-moxie.c:135
10157msgid "illegal register number"
10158msgstr ""
10159
10160#: config/tc-moxie.c:184 config/tc-pj.c:260
10161#, c-format
10162msgid "unknown opcode %s"
10163msgstr ""
10164
10165#: config/tc-moxie.c:202 config/tc-moxie.c:221 config/tc-moxie.c:312
10166#: config/tc-moxie.c:358
10167msgid "expecting comma delimited register operands"
10168msgstr ""
10169
10170#: config/tc-moxie.c:228 config/tc-moxie.c:288 config/tc-moxie.c:300
10171#: config/tc-moxie.c:333 config/tc-moxie.c:365 config/tc-moxie.c:398
10172#: config/tc-moxie.c:452 config/tc-moxie.c:506 config/tc-moxie.c:516
10173#: config/tc-moxie.c:544 config/tc-pj.c:307
10174msgid "extra stuff on line ignored"
10175msgstr ""
10176
10177#: config/tc-moxie.c:248 config/tc-moxie.c:388 config/tc-moxie.c:418
10178#: config/tc-moxie.c:493
10179msgid "expecting comma delimited operands"
10180msgstr ""
10181
10182#: config/tc-moxie.c:316 config/tc-moxie.c:344
10183msgid "expecting indirect register `($rA)'"
10184msgstr ""
10185
10186#: config/tc-moxie.c:324 config/tc-moxie.c:352 config/tc-moxie.c:443
10187#: config/tc-moxie.c:485
10188msgid "missing closing parenthesis"
10189msgstr ""
10190
10191#: config/tc-moxie.c:435 config/tc-moxie.c:477
10192msgid "expecting indirect register `($rX)'"
10193msgstr ""
10194
10195#: config/tc-moxie.c:547 config/tc-pj.c:312
10196msgid "Something forgot to clean up\n"
10197msgstr ""
10198
10199#: config/tc-moxie.c:651
10200msgid "pcrel too far BFD_RELOC_MOXIE_10"
10201msgstr ""
10202
c85dd50d 10203#: config/tc-msp430.c:547
8ea2b00f
AM
10204msgid ".profiler pseudo requires at least two operands."
10205msgstr ""
10206
c85dd50d 10207#: config/tc-msp430.c:606
8ea2b00f
AM
10208msgid "unknown profiling flag - ignored."
10209msgstr ""
10210
c85dd50d
NC
10211#: config/tc-msp430.c:622
10212msgid "ambiguous flags combination - '.profiler' directive ignored."
8ea2b00f
AM
10213msgstr ""
10214
c85dd50d
NC
10215#: config/tc-msp430.c:632
10216msgid "profiling in absolute section?"
8ea2b00f
AM
10217msgstr ""
10218
c85dd50d 10219#: config/tc-msp430.c:721
6e1772d5 10220#, c-format
87ccc1b0 10221msgid "Known MCU names:\n"
ac50feda
RH
10222msgstr ""
10223
c85dd50d 10224#: config/tc-msp430.c:724
87ccc1b0
NC
10225#, c-format
10226msgid "\t %s\n"
ac50feda
RH
10227msgstr ""
10228
c85dd50d 10229#: config/tc-msp430.c:750
8ea2b00f
AM
10230#, c-format
10231msgid "redefinition of mcu type %s' to %s'"
10232msgstr ""
10233
c85dd50d 10234#: config/tc-msp430.c:793
6e1772d5 10235#, c-format
87ccc1b0
NC
10236msgid ""
10237"MSP430 options:\n"
10238" -mmcu=[msp430-name] select microcontroller type\n"
10239" msp430x110 msp430x112\n"
10240" msp430x1101 msp430x1111\n"
10241" msp430x1121 msp430x1122 msp430x1132\n"
10242" msp430x122 msp430x123\n"
10243" msp430x1222 msp430x1232\n"
10244" msp430x133 msp430x135\n"
10245" msp430x1331 msp430x1351\n"
10246" msp430x147 msp430x148 msp430x149\n"
10247" msp430x155 msp430x156 msp430x157\n"
10248" msp430x167 msp430x168 msp430x169\n"
8ea2b00f 10249" msp430x1610 msp430x1611 msp430x1612\n"
87ccc1b0
NC
10250" msp430x311 msp430x312 msp430x313 msp430x314 "
10251"msp430x315\n"
10252" msp430x323 msp430x325\n"
10253" msp430x336 msp430x337\n"
8ea2b00f 10254" msp430x412 msp430x413 msp430x415 msp430x417\n"
6e1772d5
AM
10255" msp430xE423 msp430xE425 msp430E427\n"
10256" msp430xW423 msp430xW425 msp430W427\n"
8ea2b00f 10257" msp430xG437 msp430xG438 msp430G439\n"
87ccc1b0
NC
10258" msp430x435 msp430x436 msp430x437\n"
10259" msp430x447 msp430x448 msp430x449\n"
ac50feda
RH
10260msgstr ""
10261
c85dd50d 10262#: config/tc-msp430.c:816
3caac5b8
AM
10263#, c-format
10264msgid ""
10265" -mQ - enable relaxation at assembly time. DANGEROUS!\n"
10266" -mP - enable polymorph instructions\n"
10267msgstr ""
10268
499ac353 10269#: config/tc-msp430.c:970
87ccc1b0 10270#, c-format
8ea2b00f 10271msgid "value %d out of range. Use #lo() or #hi()"
ac50feda
RH
10272msgstr ""
10273
499ac353 10274#: config/tc-msp430.c:1058
87ccc1b0 10275#, c-format
8ea2b00f 10276msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
ac50feda
RH
10277msgstr ""
10278
499ac353 10279#: config/tc-msp430.c:1109
87ccc1b0 10280#, c-format
8ea2b00f 10281msgid "Registers cannot be used within immediate expression [%s]"
ac50feda
RH
10282msgstr ""
10283
499ac353 10284#: config/tc-msp430.c:1111
87ccc1b0 10285#, c-format
8ea2b00f 10286msgid "unknown operand %s"
ac50feda
RH
10287msgstr ""
10288
499ac353 10289#: config/tc-msp430.c:1133 config/tc-msp430.c:1268
8ea2b00f
AM
10290#, c-format
10291msgid "value out of range: %d"
ac50feda
RH
10292msgstr ""
10293
499ac353 10294#: config/tc-msp430.c:1144
8ea2b00f
AM
10295#, c-format
10296msgid "Registers cannot be used within absolute expression [%s]"
ac50feda
RH
10297msgstr ""
10298
499ac353 10299#: config/tc-msp430.c:1146 config/tc-msp430.c:1289
8ea2b00f
AM
10300#, c-format
10301msgid "unknown expression in operand %s"
ac50feda
RH
10302msgstr ""
10303
499ac353 10304#: config/tc-msp430.c:1160 config/tc-msp430.c:1167
8ea2b00f
AM
10305#, c-format
10306msgid "unknown addressing mode %s"
ac50feda
RH
10307msgstr ""
10308
499ac353 10309#: config/tc-msp430.c:1175
87ccc1b0 10310#, c-format
8ea2b00f 10311msgid "Bad register name r%s"
ac50feda
RH
10312msgstr ""
10313
499ac353 10314#: config/tc-msp430.c:1187
8ea2b00f
AM
10315#, c-format
10316msgid "MSP430 does not have %d registers"
ac50feda
RH
10317msgstr ""
10318
499ac353 10319#: config/tc-msp430.c:1207
8ea2b00f 10320msgid "')' required"
ac50feda
RH
10321msgstr ""
10322
499ac353 10323#: config/tc-msp430.c:1220
87ccc1b0 10324#, c-format
8ea2b00f 10325msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
ac50feda
RH
10326msgstr ""
10327
499ac353 10328#: config/tc-msp430.c:1229
87ccc1b0 10329#, c-format
c85dd50d 10330msgid "unknown operator (r%s substituted as a register name"
ac50feda
RH
10331msgstr ""
10332
499ac353 10333#: config/tc-msp430.c:1241 config/tc-msp430.c:1252
87ccc1b0 10334#, c-format
8ea2b00f 10335msgid "unknown operator %s"
ac50feda
RH
10336msgstr ""
10337
499ac353 10338#: config/tc-msp430.c:1246
8ea2b00f 10339msgid "r2 should not be used in indexed addressing mode"
ac50feda
RH
10340msgstr ""
10341
499ac353 10342#: config/tc-msp430.c:1287
87ccc1b0 10343#, c-format
8ea2b00f 10344msgid "Registers cannot be used as a prefix of indexed expression [%s]"
ac50feda
RH
10345msgstr ""
10346
8ea2b00f 10347#. Unreachable.
499ac353 10348#: config/tc-msp430.c:1336
87ccc1b0 10349#, c-format
8ea2b00f 10350msgid "unknown addressing mode for operand %s"
ac50feda
RH
10351msgstr ""
10352
499ac353 10353#: config/tc-msp430.c:1361
87ccc1b0 10354#, c-format
8ea2b00f 10355msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
ac50feda
RH
10356msgstr ""
10357
499ac353 10358#: config/tc-msp430.c:1371
8ea2b00f 10359msgid "this addressing mode is not applicable for destination operand"
ac50feda
RH
10360msgstr ""
10361
499ac353 10362#: config/tc-msp430.c:1415
87ccc1b0 10363#, c-format
8ea2b00f 10364msgid "instruction %s requires %d operand(s)"
ac50feda
RH
10365msgstr ""
10366
499ac353 10367#: config/tc-msp430.c:1668
87ccc1b0 10368#, c-format
8ea2b00f 10369msgid "Even number required. Rounded to %d"
ac50feda
RH
10370msgstr ""
10371
499ac353 10372#: config/tc-msp430.c:1679
87ccc1b0 10373#, c-format
8ea2b00f 10374msgid "Wrong displacement %d"
ac50feda
RH
10375msgstr ""
10376
499ac353 10377#: config/tc-msp430.c:1696
8ea2b00f 10378msgid "instruction requires label sans '$'"
ac50feda
RH
10379msgstr ""
10380
499ac353 10381#: config/tc-msp430.c:1701
8ea2b00f
AM
10382msgid "instruction requires label or value in range -511:512"
10383msgstr ""
10384
499ac353 10385#: config/tc-msp430.c:1708 config/tc-msp430.c:1752 config/tc-msp430.c:1791
8ea2b00f
AM
10386msgid "instruction requires label"
10387msgstr ""
10388
499ac353 10389#: config/tc-msp430.c:1716 config/tc-msp430.c:1758
3caac5b8
AM
10390msgid "polymorphs are not enabled. Use -mP option to enable."
10391msgstr ""
10392
499ac353 10393#: config/tc-msp430.c:1795
c85dd50d 10394msgid "Illegal instruction or not implemented opcode."
8ea2b00f
AM
10395msgstr ""
10396
499ac353 10397#: config/tc-msp430.c:2145
87ccc1b0 10398#, c-format
8ea2b00f
AM
10399msgid "internal inconsistency problem in %s: insn %04lx"
10400msgstr ""
10401
499ac353 10402#: config/tc-msp430.c:2175 config/tc-msp430.c:2198
8ea2b00f
AM
10403#, c-format
10404msgid "internal inconsistency problem in %s: ext. insn %04lx"
10405msgstr ""
10406
499ac353 10407#: config/tc-msp430.c:2210
8ea2b00f
AM
10408#, c-format
10409msgid "internal inconsistency problem in %s: %lx"
87ccc1b0
NC
10410msgstr ""
10411
c85dd50d
NC
10412#: config/tc-mt.c:151
10413#, c-format
10414msgid "MT specific command line options:\n"
10415msgstr ""
10416
10417#: config/tc-mt.c:152
10418#, c-format
10419msgid " -march=ms1-64-001 allow ms1-64-001 instructions\n"
10420msgstr ""
10421
10422#: config/tc-mt.c:153
10423#, c-format
10424msgid " -march=ms1-16-002 allow ms1-16-002 instructions (default)\n"
10425msgstr ""
10426
10427#: config/tc-mt.c:154
10428#, c-format
10429msgid " -march=ms1-16-003 allow ms1-16-003 instructions\n"
10430msgstr ""
10431
10432#: config/tc-mt.c:155
10433#, c-format
10434msgid " -march=ms2 allow ms2 instructions \n"
10435msgstr ""
10436
10437#: config/tc-mt.c:156
10438#, c-format
10439msgid " -nosched disable scheduling restrictions\n"
10440msgstr ""
10441
10442#: config/tc-mt.c:224
10443#, c-format
10444msgid "instruction %s may not follow another memory access instruction."
10445msgstr ""
10446
10447#: config/tc-mt.c:230
10448#, c-format
10449msgid "instruction %s may not follow another I/O instruction."
10450msgstr ""
10451
10452#: config/tc-mt.c:236
10453#, c-format
10454msgid "%s may not occupy the delay slot of another branch insn."
10455msgstr ""
10456
10457#: config/tc-mt.c:261
10458#, c-format
10459msgid "operand references R%ld of previous instrutcion."
10460msgstr ""
10461
10462#: config/tc-mt.c:267
10463#, c-format
10464msgid "operand references R%ld of instructcion before previous."
10465msgstr ""
10466
10467#: config/tc-mt.c:281 config/tc-mt.c:286
10468#, c-format
10469msgid ""
10470"conditional branch or jal insn's operand references R%ld of previous "
10471"arithmetic or logic insn."
10472msgstr ""
10473
b2f58c0c
NC
10474#: config/tc-mt.c:348
10475msgid "md_estimate_size_before_relax\n"
10476msgstr ""
10477
ae351704 10478#: config/tc-ns32k.c:439
87ccc1b0
NC
10479msgid "Invalid syntax in PC-relative addressing mode"
10480msgstr ""
10481
ae351704 10482#: config/tc-ns32k.c:463
87ccc1b0
NC
10483msgid "Invalid syntax in External addressing mode"
10484msgstr ""
10485
ae351704 10486#: config/tc-ns32k.c:544
87ccc1b0
NC
10487msgid "Invalid syntax in Memory Relative addressing mode"
10488msgstr ""
10489
ae351704 10490#: config/tc-ns32k.c:611
87ccc1b0
NC
10491msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
10492msgstr ""
10493
ae351704 10494#: config/tc-ns32k.c:616
87ccc1b0
NC
10495msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
10496msgstr ""
10497
ae351704 10498#: config/tc-ns32k.c:621
87ccc1b0
NC
10499msgid "Scaled-indexed addressing mode combined with scaled-index"
10500msgstr ""
10501
ae351704 10502#: config/tc-ns32k.c:632
87ccc1b0
NC
10503msgid "Invalid or illegal addressing mode combined with scaled-index"
10504msgstr ""
10505
ae351704 10506#: config/tc-ns32k.c:755
87ccc1b0
NC
10507msgid "Premature end of suffix -- Defaulting to d"
10508msgstr ""
10509
ae351704 10510#: config/tc-ns32k.c:768
87ccc1b0
NC
10511msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
10512msgstr ""
10513
ae351704 10514#: config/tc-ns32k.c:813
87ccc1b0
NC
10515msgid "Very short instr to option, ie you can't do it on a NULLstr"
10516msgstr ""
10517
ae351704 10518#: config/tc-ns32k.c:863
87ccc1b0
NC
10519msgid "No such entry in list. (cpu/mmu register)"
10520msgstr ""
10521
ae351704 10522#: config/tc-ns32k.c:920
87ccc1b0
NC
10523msgid "Internal consistency error. check ns32k-opcode.h"
10524msgstr ""
10525
ae351704 10526#: config/tc-ns32k.c:944
87ccc1b0
NC
10527msgid "Address of immediate operand"
10528msgstr ""
10529
ae351704 10530#: config/tc-ns32k.c:945
87ccc1b0
NC
10531msgid "Invalid immediate write operand."
10532msgstr ""
10533
ae351704 10534#: config/tc-ns32k.c:1075
87ccc1b0
NC
10535msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
10536msgstr ""
10537
ae351704 10538#: config/tc-ns32k.c:1108
87ccc1b0
NC
10539msgid "No such opcode"
10540msgstr ""
10541
ae351704 10542#: config/tc-ns32k.c:1183
87ccc1b0
NC
10543msgid "Bad suffix, defaulting to d"
10544msgstr ""
10545
ae351704 10546#: config/tc-ns32k.c:1210
87ccc1b0
NC
10547msgid "Too many operands passed to instruction"
10548msgstr ""
10549
10550#. Check error in default.
ae351704 10551#: config/tc-ns32k.c:1222
87ccc1b0
NC
10552msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
10553msgstr ""
10554
ae351704 10555#: config/tc-ns32k.c:1225
87ccc1b0
NC
10556msgid "Wrong number of operands"
10557msgstr ""
10558
ae351704 10559#: config/tc-ns32k.c:1298
55cf6793
ZW
10560#, c-format
10561msgid "Can not do %d byte pc-relative relocation for storage type %d"
87ccc1b0
NC
10562msgstr ""
10563
ae351704 10564#: config/tc-ns32k.c:1301
55cf6793
ZW
10565#, c-format
10566msgid "Can not do %d byte relocation for storage type %d"
87ccc1b0
NC
10567msgstr ""
10568
ae351704 10569#: config/tc-ns32k.c:1393
55cf6793
ZW
10570#, c-format
10571msgid "value of %ld out of byte displacement range."
87ccc1b0
NC
10572msgstr ""
10573
ae351704 10574#: config/tc-ns32k.c:1403
55cf6793
ZW
10575#, c-format
10576msgid "value of %ld out of word displacement range."
87ccc1b0
NC
10577msgstr ""
10578
ae351704 10579#: config/tc-ns32k.c:1418
55cf6793
ZW
10580#, c-format
10581msgid "value of %ld out of double word displacement range."
87ccc1b0
NC
10582msgstr ""
10583
ae351704 10584#: config/tc-ns32k.c:1439
55cf6793
ZW
10585#, c-format
10586msgid "Internal logic error. line %d, file \"%s\""
87ccc1b0
NC
10587msgstr ""
10588
ae351704 10589#: config/tc-ns32k.c:1487
55cf6793
ZW
10590#, c-format
10591msgid "Internal logic error. line %d, file \"%s\""
ac50feda
RH
10592msgstr ""
10593
ae351704 10594#: config/tc-ns32k.c:1588
55cf6793 10595msgid "Bit field out of range"
ac50feda
RH
10596msgstr ""
10597
ae351704 10598#: config/tc-ns32k.c:1688
55cf6793 10599msgid "iif convert internal pcrel/binary"
ac50feda
RH
10600msgstr ""
10601
ae351704 10602#: config/tc-ns32k.c:1705
55cf6793 10603msgid "Bignum too big for long"
ac50feda
RH
10604msgstr ""
10605
ae351704 10606#: config/tc-ns32k.c:1782
55cf6793 10607msgid "iif convert internal pcrel/pointer"
ac50feda
RH
10608msgstr ""
10609
ae351704 10610#: config/tc-ns32k.c:1787
55cf6793 10611msgid "Internal logic error in iif.iifP[n].type"
ac50feda
RH
10612msgstr ""
10613
55cf6793 10614#. We cant relax this case.
ae351704 10615#: config/tc-ns32k.c:1823
55cf6793 10616msgid "Can't relax difference"
ac50feda
RH
10617msgstr ""
10618
ae351704
AM
10619#: config/tc-ns32k.c:1864
10620msgid "Displacement too large for :d"
ac50feda
RH
10621msgstr ""
10622
ae351704 10623#: config/tc-ns32k.c:1877
55cf6793 10624msgid "Internal logic error in iif.iifP[].type"
ac50feda
RH
10625msgstr ""
10626
55cf6793 10627#. Fatal.
ae351704 10628#: config/tc-ns32k.c:1909
55cf6793
ZW
10629#, c-format
10630msgid "Can't hash %s: %s"
ac50feda
RH
10631msgstr ""
10632
499ac353 10633#: config/tc-ns32k.c:2145
87ccc1b0
NC
10634#, c-format
10635msgid "invalid architecture option -m%s, ignored"
10636msgstr ""
10637
499ac353 10638#: config/tc-ns32k.c:2158
ac50feda 10639#, c-format
87ccc1b0 10640msgid "invalid default displacement size \"%s\". Defaulting to %d."
ac50feda
RH
10641msgstr ""
10642
499ac353 10643#: config/tc-ns32k.c:2174
6e1772d5 10644#, c-format
ac50feda
RH
10645msgid ""
10646"NS32K options:\n"
10647"-m32032 | -m32532\tselect variant of NS32K architecture\n"
87ccc1b0 10648"--disp-size-default=<1|2|4>\n"
ac50feda
RH
10649msgstr ""
10650
499ac353 10651#: config/tc-ns32k.c:2249
ac50feda
RH
10652#, c-format
10653msgid "Cannot find relocation type for symbol %s, code %d"
10654msgstr ""
10655
ae351704 10656#: config/tc-or32.c:361
3b16e843
NC
10657#, c-format
10658msgid "unknown opcode1: `%s'"
10659msgstr ""
10660
ae351704 10661#: config/tc-or32.c:367
3b16e843
NC
10662#, c-format
10663msgid "unknown opcode2 `%s'."
10664msgstr ""
10665
ae351704 10666#: config/tc-or32.c:404
3b16e843
NC
10667#, c-format
10668msgid "instruction not allowed: %s"
10669msgstr ""
10670
ae351704 10671#: config/tc-or32.c:407
3b16e843
NC
10672#, c-format
10673msgid "too many operands: %s"
10674msgstr ""
10675
ae351704 10676#: config/tc-or32.c:491
3b16e843
NC
10677msgid "call/jmp target out of range (1)"
10678msgstr ""
10679
499ac353 10680#: config/tc-or32.c:613
3b16e843
NC
10681msgid "call/jmp target out of range (2)"
10682msgstr ""
10683
499ac353 10684#: config/tc-or32.c:632
3caac5b8
AM
10685#, c-format
10686msgid "bad relocation type: 0x%02x"
3b16e843
NC
10687msgstr ""
10688
499ac353 10689#: config/tc-or32.c:824
3b16e843
NC
10690msgid "invalid register in & expression"
10691msgstr ""
10692
a5c7551f
RW
10693#: config/tc-pdp11.c:339 config/tc-pdp11.c:357 config/tc-pdp11.c:382
10694#: config/tc-pdp11.c:388 config/tc-pdp11.c:401
10695msgid "Bad register name"
87ccc1b0
NC
10696msgstr ""
10697
a5c7551f
RW
10698#: config/tc-pdp11.c:420 config/tc-pdp11.c:484 config/tc-pdp11.c:495
10699msgid "Error in expression"
87ccc1b0
NC
10700msgstr ""
10701
a5c7551f
RW
10702#: config/tc-pdp11.c:492
10703msgid "Low order bits truncated in immediate float operand"
a74801ba
ILT
10704msgstr ""
10705
a5c7551f
RW
10706#: config/tc-pdp11.c:532
10707msgid "Label expected"
a74801ba
ILT
10708msgstr ""
10709
a5c7551f
RW
10710#: config/tc-pdp11.c:618
10711msgid "Float AC not legal as integer operand"
a74801ba
ILT
10712msgstr ""
10713
a5c7551f
RW
10714#: config/tc-pdp11.c:638
10715msgid "General register not legal as float operand"
10716msgstr ""
10717
10718#: config/tc-pdp11.c:671
10719msgid "No instruction found"
10720msgstr ""
10721
10722#: config/tc-pdp11.c:681 config/tc-z80.c:1890 config/tc-z80.c:1903
10723#, c-format
10724msgid "Unknown instruction '%s'"
10725msgstr ""
10726
10727#: config/tc-pdp11.c:687
10728#, c-format
10729msgid "Unsupported instruction set extension: %s"
10730msgstr ""
10731
10732#: config/tc-pdp11.c:723
10733msgid "operand is not an absolute constant"
10734msgstr ""
10735
10736#: config/tc-pdp11.c:731
10737msgid "3-bit immediate out of range"
10738msgstr ""
10739
10740#: config/tc-pdp11.c:738
10741msgid "6-bit immediate out of range"
10742msgstr ""
10743
10744#: config/tc-pdp11.c:745
10745msgid "8-bit immediate out of range"
10746msgstr ""
10747
10748#: config/tc-pdp11.c:762 config/tc-pdp11.c:955
10749msgid "Symbol expected"
10750msgstr ""
10751
10752#: config/tc-pdp11.c:767
10753msgid "8-bit displacement out of range"
10754msgstr ""
10755
10756#: config/tc-pdp11.c:809 config/tc-pdp11.c:830 config/tc-pdp11.c:847
10757#: config/tc-pdp11.c:868 config/tc-pdp11.c:885 config/tc-pdp11.c:906
10758#: config/tc-pdp11.c:925 config/tc-pdp11.c:946
10759msgid "Missing ','"
10760msgstr ""
10761
10762#: config/tc-pdp11.c:960
10763msgid "6-bit displacement out of range"
10764msgstr ""
10765
10766#: config/tc-pdp11.c:981 config/tc-vax.c:1946
10767msgid "Too many operands"
10768msgstr ""
10769
10770#: config/tc-pj.c:65 config/tc-pj.c:74
10771msgid "confusing relocation expressions"
10772msgstr ""
10773
10774#: config/tc-pj.c:157
10775msgid "can't have relocation for ipush"
10776msgstr ""
10777
a5c7551f
RW
10778#: config/tc-pj.c:288
10779msgid "expected expresssion"
10780msgstr ""
10781
a5c7551f 10782#: config/tc-pj.c:354
6e1772d5 10783#, c-format
a74801ba
ILT
10784msgid ""
10785"PJ options:\n"
10786"-little\t\t\tgenerate little endian code\n"
10787"-big\t\t\tgenerate big endian code\n"
10788msgstr ""
10789
a5c7551f 10790#: config/tc-pj.c:381 config/tc-sh.c:4059 config/tc-sh.c:4066
f12e7348 10791#: config/tc-sh.c:4073 config/tc-sh.c:4080
a74801ba
ILT
10792msgid "pcrel too far"
10793msgstr ""
10794
328577ad
NC
10795#: config/tc-pj.h:38
10796msgid "convert_frag\n"
10797msgstr ""
10798
10799#: config/tc-pj.h:39
10800msgid "estimate size\n"
a74801ba
ILT
10801msgstr ""
10802
a5c7551f 10803#: config/tc-ppc.c:1075
87ccc1b0
NC
10804#, c-format
10805msgid "%s unsupported"
10806msgstr ""
10807
a5c7551f 10808#: config/tc-ppc.c:1177
6e1772d5 10809#, c-format
ac50feda
RH
10810msgid ""
10811"PowerPC options:\n"
87ccc1b0
NC
10812"-a32\t\t\tgenerate ELF32/XCOFF32\n"
10813"-a64\t\t\tgenerate ELF64/XCOFF64\n"
ac50feda 10814"-u\t\t\tignored\n"
87ccc1b0
NC
10815"-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n"
10816"-mpwr\t\t\tgenerate code for POWER (RIOS1)\n"
10817"-m601\t\t\tgenerate code for PowerPC 601\n"
328577ad 10818"-mppc, -mppc32, -m603, -m604\n"
87ccc1b0 10819"\t\t\tgenerate code for PowerPC 603/604\n"
f12e7348
NC
10820"-m403\t\t\tgenerate code for PowerPC 403\n"
10821"-m405\t\t\tgenerate code for PowerPC 405\n"
6e1772d5 10822"-m440\t\t\tgenerate code for PowerPC 440\n"
f12e7348 10823"-m464\t\t\tgenerate code for PowerPC 464\n"
328577ad 10824"-m7400, -m7410, -m7450, -m7455\n"
c85dd50d
NC
10825"\t\t\tgenerate code for PowerPC 7400/7410/7450/7455\n"
10826"-m750cl\t\t\tgenerate code for PowerPC 750cl\n"
87ccc1b0
NC
10827msgstr ""
10828
a5c7551f 10829#: config/tc-ppc.c:1194
6e1772d5 10830#, c-format
87ccc1b0
NC
10831msgid ""
10832"-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n"
ac50feda 10833"-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
a5c7551f 10834"-mbooke\t\t\tgenerate code for 32-bit PowerPC BookE\n"
87ccc1b0 10835"-mpower4\t\tgenerate code for Power4 architecture\n"
55cf6793 10836"-mpower5\t\tgenerate code for Power5 architecture\n"
ae351704 10837"-mpower6\t\tgenerate code for Power6 architecture\n"
f12e7348 10838"-mpower7\t\tgenerate code for Power7 architecture\n"
ae351704 10839"-mcell\t\t\tgenerate code for Cell Broadband Engine architecture\n"
ac50feda
RH
10840"-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
10841"-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
87ccc1b0
NC
10842msgstr ""
10843
a5c7551f 10844#: config/tc-ppc.c:1205
6e1772d5 10845#, c-format
87ccc1b0
NC
10846msgid ""
10847"-maltivec\t\tgenerate code for AltiVec\n"
f12e7348 10848"-mvsx\t\t\tgenerate code for Vector-Scalar (VSX) instructions\n"
3caac5b8 10849"-me300\t\t\tgenerate code for PowerPC e300 family\n"
87ccc1b0 10850"-me500, -me500x2\tgenerate code for Motorola e500 core complex\n"
f12e7348 10851"-me500mc, generate code for Freescale e500mc core complex\n"
87ccc1b0 10852"-mspe\t\t\tgenerate code for Motorola SPE instructions\n"
ac50feda
RH
10853"-mregnames\t\tAllow symbolic names for registers\n"
10854"-mno-regnames\t\tDo not allow symbolic names for registers\n"
10855msgstr ""
10856
a5c7551f 10857#: config/tc-ppc.c:1215
6e1772d5 10858#, c-format
ac50feda
RH
10859msgid ""
10860"-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
10861"-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
10862"-memb\t\t\tset PPC_EMB bit in ELF flags\n"
87ccc1b0 10863"-mlittle, -mlittle-endian, -l, -le\n"
ac50feda 10864"\t\t\tgenerate code for a little endian machine\n"
87ccc1b0
NC
10865"-mbig, -mbig-endian, -b, -be\n"
10866"\t\t\tgenerate code for a big endian machine\n"
ac50feda
RH
10867"-msolaris\t\tgenerate code for Solaris\n"
10868"-mno-solaris\t\tdo not generate code for Solaris\n"
10869"-V\t\t\tprint assembler version number\n"
10870"-Qy, -Qn\t\tignored\n"
10871msgstr ""
10872
a5c7551f 10873#: config/tc-ppc.c:1252
ac50feda
RH
10874#, c-format
10875msgid "Unknown default cpu = %s, os = %s"
10876msgstr ""
10877
a5c7551f 10878#: config/tc-ppc.c:1278
ac50feda
RH
10879msgid "Neither Power nor PowerPC opcodes were selected."
10880msgstr ""
10881
a5c7551f 10882#: config/tc-ppc.c:1357
ac50feda 10883#, c-format
ae351704
AM
10884msgid "powerpc_operands[%d].bitm invalid"
10885msgstr ""
10886
a5c7551f 10887#: config/tc-ppc.c:1364
ae351704
AM
10888#, c-format
10889msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
10890msgstr ""
10891
a5c7551f 10892#: config/tc-ppc.c:1386
499ac353
NC
10893#, c-format
10894msgid "major opcode is not sorted for %s"
10895msgstr ""
10896
a5c7551f 10897#: config/tc-ppc.c:1422
f12e7348
NC
10898#, c-format
10899msgid "%s (%08lx %08lx) after %s (%08lx %08lx)"
10900msgstr ""
10901
a5c7551f 10902#: config/tc-ppc.c:1431
ae351704
AM
10903#, c-format
10904msgid "mask trims opcode bits for %s"
ac50feda
RH
10905msgstr ""
10906
a5c7551f 10907#: config/tc-ppc.c:1440
ac50feda 10908#, c-format
ae351704 10909msgid "operand index error for %s"
ac50feda
RH
10910msgstr ""
10911
a5c7551f 10912#: config/tc-ppc.c:1452
ae351704
AM
10913#, c-format
10914msgid "operand %d overlap in %s"
10915msgstr ""
10916
a5c7551f 10917#: config/tc-ppc.c:1478
ae351704
AM
10918#, c-format
10919msgid "duplicate instruction %s"
10920msgstr ""
10921
a5c7551f 10922#: config/tc-ppc.c:1502
ae351704
AM
10923#, c-format
10924msgid "duplicate macro %s"
10925msgstr ""
10926
a5c7551f
RW
10927#: config/tc-ppc.c:1859
10928msgid "symbol+offset not supported for got tls"
ac50feda
RH
10929msgstr ""
10930
a5c7551f 10931#: config/tc-ppc.c:2113
ae351704
AM
10932msgid "Relocation cannot be done when using -mrelocatable"
10933msgstr ""
10934
a5c7551f 10935#: config/tc-ppc.c:2162
ae351704
AM
10936msgid "TOC section size exceeds 64k"
10937msgstr ""
10938
a5c7551f 10939#: config/tc-ppc.c:2243
ae351704
AM
10940#, c-format
10941msgid "syntax error: invalid toc specifier `%s'"
10942msgstr ""
10943
a5c7551f 10944#: config/tc-ppc.c:2257
ae351704
AM
10945#, c-format
10946msgid "syntax error: expected `]', found `%c'"
10947msgstr ""
10948
a5c7551f 10949#: config/tc-ppc.c:2534
ae351704
AM
10950msgid "[tocv] symbol is not a toc symbol"
10951msgstr ""
10952
a5c7551f 10953#: config/tc-ppc.c:2545
ae351704
AM
10954msgid "Unimplemented toc32 expression modifier"
10955msgstr ""
10956
a5c7551f 10957#: config/tc-ppc.c:2550
ae351704
AM
10958msgid "Unimplemented toc64 expression modifier"
10959msgstr ""
10960
a5c7551f 10961#: config/tc-ppc.c:2554
ae351704
AM
10962#, c-format
10963msgid "Unexpected return value [%d] from parse_toc_entry!\n"
10964msgstr ""
10965
a5c7551f 10966#: config/tc-ppc.c:2826
ae351704
AM
10967msgid "unsupported relocation for DS offset field"
10968msgstr ""
10969
a5c7551f 10970#: config/tc-ppc.c:2879
ae351704
AM
10971#, c-format
10972msgid "syntax error; found `%c' but expected `%c'"
10973msgstr ""
10974
a5c7551f 10975#: config/tc-ppc.c:2919 config/tc-ppc.h:94
ae351704
AM
10976msgid "instruction address is not a multiple of 4"
10977msgstr ""
10978
a5c7551f 10979#: config/tc-ppc.c:3084
ae351704
AM
10980msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string"
10981msgstr ""
10982
a5c7551f 10983#: config/tc-ppc.c:3190
ae351704
AM
10984msgid "missing size"
10985msgstr ""
10986
a5c7551f 10987#: config/tc-ppc.c:3199
ae351704
AM
10988msgid "negative size"
10989msgstr ""
10990
a5c7551f 10991#: config/tc-ppc.c:3236
ae351704
AM
10992msgid "missing real symbol name"
10993msgstr ""
10994
a5c7551f 10995#: config/tc-ppc.c:3257
ae351704
AM
10996msgid "attempt to redefine symbol"
10997msgstr ""
10998
a5c7551f 10999#: config/tc-ppc.c:3499
ae351704
AM
11000msgid "The XCOFF file format does not support arbitrary sections"
11001msgstr ""
11002
a5c7551f 11003#: config/tc-ppc.c:3573
ae351704
AM
11004msgid "missing rename string"
11005msgstr ""
11006
a5c7551f 11007#: config/tc-ppc.c:3603 config/tc-ppc.c:4145 read.c:3314
ae351704
AM
11008msgid "missing value"
11009msgstr ""
11010
a5c7551f 11011#: config/tc-ppc.c:3621
ae351704
AM
11012msgid "illegal .stabx expression; zero assumed"
11013msgstr ""
11014
a5c7551f 11015#: config/tc-ppc.c:3653
ae351704
AM
11016msgid "missing class"
11017msgstr ""
11018
a5c7551f 11019#: config/tc-ppc.c:3662
ae351704
AM
11020msgid "missing type"
11021msgstr ""
11022
a5c7551f 11023#: config/tc-ppc.c:3742
ae351704
AM
11024msgid "missing symbol name"
11025msgstr ""
11026
a5c7551f 11027#: config/tc-ppc.c:3932
ae351704
AM
11028msgid "nested .bs blocks"
11029msgstr ""
11030
a5c7551f 11031#: config/tc-ppc.c:3964
ae351704
AM
11032msgid ".es without preceding .bs"
11033msgstr ""
11034
a5c7551f 11035#: config/tc-ppc.c:4137
ae351704
AM
11036msgid "non-constant byte count"
11037msgstr ""
11038
a5c7551f 11039#: config/tc-ppc.c:4184
ae351704
AM
11040msgid ".tc not in .toc section"
11041msgstr ""
11042
a5c7551f 11043#: config/tc-ppc.c:4203
ae351704
AM
11044msgid ".tc with no label"
11045msgstr ""
11046
a5c7551f 11047#: config/tc-ppc.c:4296
ae351704
AM
11048msgid ".machine stack overflow"
11049msgstr ""
11050
a5c7551f 11051#: config/tc-ppc.c:4303
ae351704
AM
11052msgid ".machine stack underflow"
11053msgstr ""
11054
a5c7551f 11055#: config/tc-ppc.c:4310
ae351704
AM
11056#, c-format
11057msgid "invalid machine `%s'"
11058msgstr ""
11059
a5c7551f 11060#: config/tc-ppc.c:4361
ae351704
AM
11061msgid "No previous section to return to. Directive ignored."
11062msgstr ""
11063
11064#. Section Contents
11065#. unknown
a5c7551f 11066#: config/tc-ppc.c:4771
ae351704
AM
11067msgid "Unsupported section attribute -- 'a'"
11068msgstr ""
11069
a5c7551f 11070#: config/tc-ppc.c:4955
ae351704
AM
11071msgid "bad symbol suffix"
11072msgstr ""
11073
a5c7551f 11074#: config/tc-ppc.c:5047
ae351704
AM
11075msgid "Unrecognized symbol suffix"
11076msgstr ""
11077
a5c7551f 11078#: config/tc-ppc.c:5135
ae351704
AM
11079msgid "two .function pseudo-ops with no intervening .ef"
11080msgstr ""
11081
a5c7551f 11082#: config/tc-ppc.c:5148
ae351704
AM
11083msgid ".ef with no preceding .function"
11084msgstr ""
11085
a5c7551f 11086#: config/tc-ppc.c:5277
ae351704
AM
11087#, c-format
11088msgid "warning: symbol %s has no csect"
11089msgstr ""
11090
a5c7551f 11091#: config/tc-ppc.c:5522
ae351704
AM
11092msgid "symbol in .toc does not match any .tc"
11093msgstr ""
11094
a5c7551f 11095#: config/tc-ppc.c:5897
ae351704
AM
11096#, c-format
11097msgid "unsupported relocation against %s"
11098msgstr ""
11099
a5c7551f 11100#: config/tc-ppc.c:5970
ae351704
AM
11101#, c-format
11102msgid "cannot emit PC relative %s relocation against %s"
11103msgstr ""
11104
a5c7551f 11105#: config/tc-ppc.c:5975
ae351704
AM
11106#, c-format
11107msgid "cannot emit PC relative %s relocation"
11108msgstr ""
11109
a5c7551f 11110#: config/tc-ppc.c:6159
ae351704
AM
11111#, c-format
11112msgid "Unable to handle reference to symbol %s"
11113msgstr ""
11114
a5c7551f 11115#: config/tc-ppc.c:6162
ae351704
AM
11116msgid "Unable to resolve expression"
11117msgstr ""
11118
a5c7551f 11119#: config/tc-ppc.c:6189
ae351704
AM
11120msgid "must branch to an address a multiple of 4"
11121msgstr ""
11122
a5c7551f 11123#: config/tc-ppc.c:6193
ae351704
AM
11124#, c-format
11125msgid "@local or @plt branch destination is too far away, %ld bytes"
11126msgstr ""
11127
a5c7551f 11128#: config/tc-ppc.c:6224
ae351704
AM
11129#, c-format
11130msgid "Gas failure, reloc value %d\n"
11131msgstr ""
11132
a5c7551f
RW
11133#: config/tc-s390.c:327 config/tc-sparc.c:272
11134msgid "Invalid default architecture, broken assembler."
11135msgstr ""
11136
11137#: config/tc-s390.c:423 config/tc-sparc.c:475
11138#, c-format
11139msgid "invalid architecture -A%s"
11140msgstr ""
11141
f12e7348 11142#: config/tc-s390.c:446
ae351704
AM
11143#, c-format
11144msgid ""
11145" S390 options:\n"
11146" -mregnames Allow symbolic names for registers\n"
11147" -mwarn-areg-zero Warn about zero base/index registers\n"
11148" -mno-regnames Do not allow symbolic names for registers\n"
11149" -m31 Set file format to 31 bit format\n"
11150" -m64 Set file format to 64 bit format\n"
11151msgstr ""
11152
f12e7348 11153#: config/tc-s390.c:453
ae351704
AM
11154#, c-format
11155msgid ""
11156" -V print assembler version number\n"
11157" -Qy, -Qn ignored\n"
11158msgstr ""
11159
a5c7551f
RW
11160#: config/tc-s390.c:472
11161msgid "The 64 bit file format is used without esame instructions."
11162msgstr ""
11163
f12e7348 11164#: config/tc-s390.c:489
ae351704
AM
11165#, c-format
11166msgid "Internal assembler error for instruction format %s"
11167msgstr ""
11168
a5c7551f 11169#: config/tc-s390.c:562
ae351704 11170#, c-format
a5c7551f 11171msgid "operand out of range (%s not between %ld and %ld)"
ae351704
AM
11172msgstr ""
11173
f12e7348 11174#: config/tc-s390.c:744
ae351704
AM
11175#, c-format
11176msgid "identifier+constant@%s means identifier@%s+constant"
11177msgstr ""
11178
f12e7348 11179#: config/tc-s390.c:825
ae351704
AM
11180msgid "Can't handle O_big in s390_exp_compare"
11181msgstr ""
11182
f12e7348 11183#: config/tc-s390.c:906
ae351704
AM
11184msgid "Invalid suffix for literal pool entry"
11185msgstr ""
11186
f12e7348 11187#: config/tc-s390.c:963
ae351704
AM
11188msgid "Big number is too big"
11189msgstr ""
11190
f12e7348 11191#: config/tc-s390.c:1110
ae351704
AM
11192msgid "relocation not applicable"
11193msgstr ""
11194
a5c7551f
RW
11195#: config/tc-s390.c:1229
11196msgid "index register specified but zero"
11197msgstr ""
11198
11199#: config/tc-s390.c:1233
11200msgid "base register specified but zero"
11201msgstr ""
11202
11203#: config/tc-s390.c:1314
ae351704
AM
11204msgid "invalid operand suffix"
11205msgstr ""
11206
a5c7551f 11207#: config/tc-s390.c:1337
ae351704
AM
11208msgid "syntax error; missing '(' after displacement"
11209msgstr ""
11210
a5c7551f 11211#: config/tc-s390.c:1353 config/tc-s390.c:1397 config/tc-s390.c:1427
ae351704
AM
11212msgid "syntax error; expected ,"
11213msgstr ""
11214
a5c7551f 11215#: config/tc-s390.c:1385
ae351704
AM
11216msgid "syntax error; missing ')' after base register"
11217msgstr ""
11218
a5c7551f 11219#: config/tc-s390.c:1414
ae351704 11220msgid "syntax error; ')' not allowed here"
ac50feda
RH
11221msgstr ""
11222
a5c7551f
RW
11223#: config/tc-s390.c:1549
11224#, c-format
11225msgid "Opcode %s not available in this mode"
11226msgstr ""
11227
11228#: config/tc-s390.c:1604 config/tc-s390.c:1627 config/tc-s390.c:1640
ae351704 11229msgid "Invalid .insn format\n"
8ea2b00f
AM
11230msgstr ""
11231
a5c7551f 11232#: config/tc-s390.c:1612
ac50feda 11233#, c-format
ae351704 11234msgid "Unrecognized opcode format: `%s'"
ac50feda
RH
11235msgstr ""
11236
a5c7551f 11237#: config/tc-s390.c:1643
ae351704 11238msgid "second operand of .insn not a constant\n"
ac50feda
RH
11239msgstr ""
11240
a5c7551f 11241#: config/tc-s390.c:1646
ae351704 11242msgid "missing comma after insn constant\n"
ac50feda
RH
11243msgstr ""
11244
a5c7551f
RW
11245#: config/tc-s390.c:1938
11246#, c-format
11247msgid "cannot emit relocation %s against subsy symbol %s"
11248msgstr ""
11249
11250#: config/tc-s390.c:2026
ae351704 11251msgid "unsupported relocation type"
ac50feda
RH
11252msgstr ""
11253
a5c7551f
RW
11254#: config/tc-s390.c:2073
11255#, c-format
11256msgid "cannot emit PC relative %s relocation%s%s"
11257msgstr ""
11258
11259#: config/tc-s390.c:2198
11260#, c-format
11261msgid "Gas failure, reloc type %s\n"
ac50feda
RH
11262msgstr ""
11263
a5c7551f
RW
11264#: config/tc-s390.c:2200
11265#, c-format
11266msgid "Gas failure, reloc type #%i\n"
ac50feda
RH
11267msgstr ""
11268
a5c7551f 11269#: config/tc-score.c:260
ae351704 11270msgid "div / mul are reserved instructions"
328577ad
NC
11271msgstr ""
11272
a5c7551f 11273#: config/tc-score.c:261
ae351704 11274msgid "This architecture doesn't support mmu"
ac50feda
RH
11275msgstr ""
11276
a5c7551f 11277#: config/tc-score.c:262
ae351704 11278msgid "This architecture doesn't support atomic instruction"
8ea2b00f
AM
11279msgstr ""
11280
a5c7551f 11281#: config/tc-score.c:469
ae351704 11282msgid "S+core register expected"
ac50feda
RH
11283msgstr ""
11284
a5c7551f 11285#: config/tc-score.c:470
ae351704 11286msgid "S+core special-register expected"
ac50feda
RH
11287msgstr ""
11288
a5c7551f 11289#: config/tc-score.c:471
ae351704 11290msgid "S+core co-processor register expected"
ac50feda
RH
11291msgstr ""
11292
a5c7551f 11293#: config/tc-score.c:1074 config/tc-score.c:2073
ae351704 11294msgid "Using temp register(r1)"
ac50feda
RH
11295msgstr ""
11296
a5c7551f 11297#: config/tc-score.c:1093
ae351704
AM
11298#, c-format
11299msgid "register expected, not '%.100s'"
ac50feda
RH
11300msgstr ""
11301
a5c7551f
RW
11302#: config/tc-score.c:1149 config/tc-score.c:5488
11303msgid "rd must be even number."
11304msgstr ""
11305
11306#: config/tc-score.c:1520 config/tc-score.c:1527
11307#, c-format
11308msgid "invalid constant: %d bit expression not in range %u..%u"
11309msgstr ""
11310
11311#: config/tc-score.c:1533 config/tc-score.c:1540 config/tc-score.c:2900
11312#: config/tc-score.c:2905 config/tc-score.c:3173 config/tc-score.c:3178
11313#: config/tc-score.c:3471
ae351704
AM
11314#, c-format
11315msgid "invalid constant: %d bit expression not in range %d..%d"
ac50feda
RH
11316msgstr ""
11317
a5c7551f 11318#: config/tc-score.c:1565
ae351704 11319msgid "invalid constant: bit expression not defined"
0d2bcfaf
NC
11320msgstr ""
11321
a5c7551f 11322#: config/tc-score.c:2087
ae351704
AM
11323#, c-format
11324msgid "low register(r0-r15)expected, not '%.100s'"
ac50feda
RH
11325msgstr ""
11326
a5c7551f
RW
11327#: config/tc-score.c:2149 config/tc-score.c:3492 config/tc-score.c:3660
11328#: config/tc-score.c:3705
ae351704 11329#, c-format
a5c7551f
RW
11330msgid "missing ["
11331msgstr ""
11332
11333#: config/tc-score.c:2163 config/tc-score.c:3110 config/tc-score.c:3313
11334#: config/tc-score.c:3329 config/tc-score.c:3400 config/tc-score.c:3456
11335#: config/tc-score.c:3681 config/tc-score.c:3726 config/tc-score.c:3875
11336#: config/tc-score.c:3929 config/tc-score.c:3975
11337#, c-format
11338msgid "missing ]"
ac50feda
RH
11339msgstr ""
11340
a5c7551f 11341#: config/tc-score.c:2352
ae351704
AM
11342#, c-format
11343msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)"
ac50feda
RH
11344msgstr ""
11345
a5c7551f 11346#: config/tc-score.c:2371
ae351704
AM
11347#, c-format
11348msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)"
ac50feda
RH
11349msgstr ""
11350
a5c7551f 11351#: config/tc-score.c:2387 config/tc-score.c:2394
ae351704
AM
11352#, c-format
11353msgid "data dependency: %s %s -- %s %s (%d/%d bubble)"
ac50feda
RH
11354msgstr ""
11355
a5c7551f 11356#: config/tc-score.c:2755 config/tc-score.c:6502
ae351704
AM
11357#, c-format
11358msgid "%s -- `%s'"
ac50feda
RH
11359msgstr ""
11360
a5c7551f 11361#: config/tc-score.c:2843
ae351704 11362msgid "address offset must be half word alignment"
ac50feda
RH
11363msgstr ""
11364
a5c7551f 11365#: config/tc-score.c:2851
ae351704 11366msgid "address offset must be word alignment"
ac50feda
RH
11367msgstr ""
11368
a5c7551f 11369#: config/tc-score.c:2993 config/tc-score.c:3130
ae351704 11370msgid "register same as write-back base"
ac50feda
RH
11371msgstr ""
11372
a5c7551f 11373#: config/tc-score.c:3100
ae351704 11374msgid "pre-indexed expression expected"
ac50feda
RH
11375msgstr ""
11376
a5c7551f
RW
11377#: config/tc-score.c:3431
11378#, c-format
11379msgid "invalid register number: %d is not in [r0--r7]"
11380msgstr ""
11381
11382#: config/tc-score.c:3448
11383msgid "comma is expected"
6e1772d5
AM
11384msgstr ""
11385
a5c7551f
RW
11386#: config/tc-score.c:3479
11387#, c-format
11388msgid "invalid constant: %d is not word align integer"
11389msgstr ""
11390
11391#: config/tc-score.c:3519 config/tc-score.c:3562
11392msgid "invalid constant: 32 bit expression not word align"
ae351704
AM
11393msgstr ""
11394
a5c7551f
RW
11395#: config/tc-score.c:3528 config/tc-score.c:3571
11396msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
11397msgstr ""
11398
11399#: config/tc-score.c:3604
11400msgid ""
11401"invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
11402msgstr ""
11403
11404#: config/tc-score.c:3793 config/tc-score.c:3821
11405msgid "imm5 should >= 2"
11406msgstr ""
11407
11408#: config/tc-score.c:3798 config/tc-score.c:3827
11409msgid "reg should <= 31"
11410msgstr ""
11411
11412#: config/tc-score.c:3869 config/tc-score.c:3920
ae351704 11413msgid "missing +"
6e1772d5
AM
11414msgstr ""
11415
a5c7551f 11416#: config/tc-score.c:3913
6e1772d5 11417#, c-format
ae351704 11418msgid "%s register same as write-back base"
6e1772d5
AM
11419msgstr ""
11420
a5c7551f 11421#: config/tc-score.c:3915
ae351704 11422msgid "destination"
ac50feda
RH
11423msgstr ""
11424
a5c7551f 11425#: config/tc-score.c:3915
ae351704 11426msgid "source"
ac50feda
RH
11427msgstr ""
11428
a5c7551f
RW
11429#: config/tc-score.c:4245 config/tc-score.c:4321 config/tc-score.c:4950
11430msgid "expression error"
11431msgstr ""
11432
11433#: config/tc-score.c:4251
11434msgid "value not in range [0, 0xffffffff]"
11435msgstr ""
11436
11437#: config/tc-score.c:4327
11438msgid "value not in range [-0xffffffff, 0xffffffff]"
11439msgstr ""
11440
11441#: config/tc-score.c:4355
ae351704 11442msgid "li rd label isn't correct instruction form"
ac50feda
RH
11443msgstr ""
11444
a5c7551f
RW
11445#: config/tc-score.c:4524 config/tc-score.c:4675 config/tc-score.c:5200
11446#: config/tc-score.c:5228
ae351704 11447msgid "lacking label "
ac50feda
RH
11448msgstr ""
11449
a5c7551f
RW
11450#: config/tc-score.c:4900
11451msgid "s3_PIC code offset overflow (max 16 signed bits)"
ac50feda
RH
11452msgstr ""
11453
a5c7551f
RW
11454#: config/tc-score.c:4956
11455msgid "value not in range [0, 0x7fffffff]"
ac50feda
RH
11456msgstr ""
11457
a5c7551f
RW
11458#: config/tc-score.c:4961
11459msgid "end on line error"
11460msgstr ""
11461
11462#: config/tc-score.c:5207
11463msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
11464msgstr ""
11465
11466#: config/tc-score.c:5234
ae351704 11467msgid "invalid constant: 20 bit expression not in range -2^19..2^19"
ac50feda
RH
11468msgstr ""
11469
a5c7551f 11470#: config/tc-score.c:5267
ae351704 11471msgid "lacking label"
ac50feda
RH
11472msgstr ""
11473
a5c7551f
RW
11474#: config/tc-score.c:5272
11475msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
11476msgstr ""
11477
11478#: config/tc-score.c:5368
11479msgid "pce instruction error (16 bit || 16 bit)'"
11480msgstr ""
11481
11482#: config/tc-score.c:5386 config/tc-score.c:5410 config/tc-score.c:5437
11483#: config/tc-score.c:5466 config/tc-score.c:5515
11484msgid "score3d instruction."
0d2bcfaf
NC
11485msgstr ""
11486
a5c7551f
RW
11487#: config/tc-score.c:6126 read.c:1465
11488msgid "missing size expression"
11489msgstr ""
11490
11491#: config/tc-score.c:6132
328577ad 11492#, c-format
a5c7551f 11493msgid "BSS length (%d) < 0 ignored"
ac50feda
RH
11494msgstr ""
11495
a5c7551f 11496#: config/tc-score.c:6147 read.c:2306
ac50feda 11497#, c-format
a5c7551f
RW
11498msgid "error setting flags for \".sbss\": %s"
11499msgstr ""
11500
11501#: config/tc-score.c:6161 config/tc-sparc.c:3695
11502msgid "missing alignment"
ac50feda
RH
11503msgstr ""
11504
a5c7551f 11505#: config/tc-score.c:6198
ac50feda 11506#, c-format
a5c7551f
RW
11507msgid "alignment too large; %d assumed"
11508msgstr ""
11509
11510#: config/tc-score.c:6203 read.c:2367
11511msgid "alignment negative; 0 assumed"
ac50feda
RH
11512msgstr ""
11513
a5c7551f
RW
11514#: config/tc-score.c:6270 config/tc-z80.c:289 ecoff.c:3355 read.c:1484
11515#: read.c:1597 read.c:2484 read.c:3048 read.c:3441 symbols.c:326 symbols.c:432
6e1772d5 11516#, c-format
a5c7551f 11517msgid "symbol `%s' is already defined"
6e1772d5
AM
11518msgstr ""
11519
a5c7551f
RW
11520#. Error routine.
11521#: config/tc-score.c:6606 config/tc-score.c:6630
11522msgid "size is not 4 or 6"
6e1772d5
AM
11523msgstr ""
11524
a5c7551f
RW
11525#: config/tc-score.c:6689
11526msgid "bad call to MD_ATOF()"
11527msgstr ""
11528
11529#: config/tc-score.c:7197
11530#, c-format
11531msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]"
11532msgstr ""
11533
11534#: config/tc-score.c:7212 config/tc-score.c:7241 config/tc-score.c:7293
11535#, c-format
11536msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]"
11537msgstr ""
11538
11539#: config/tc-score.c:7263 config/tc-score.c:7318
11540#, c-format
11541msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]"
11542msgstr ""
11543
11544#: config/tc-score.c:7494
11545#, c-format
11546msgid "cannot represent %s relocation in this object file format1"
11547msgstr ""
11548
11549#: config/tc-score.c:7785
ae351704
AM
11550#, c-format
11551msgid "Sunplus-v2-0-0-20060510\n"
ac50feda
RH
11552msgstr ""
11553
a5c7551f 11554#: config/tc-score.c:7805
ac50feda 11555#, c-format
ae351704 11556msgid " Score-specific assembler options:\n"
ac50feda
RH
11557msgstr ""
11558
a5c7551f 11559#: config/tc-score.c:7807
ac50feda 11560#, c-format
ae351704 11561msgid " -EB\t\tassemble code for a big-endian cpu\n"
ac50feda
RH
11562msgstr ""
11563
a5c7551f 11564#: config/tc-score.c:7812
6e1772d5 11565#, c-format
ae351704 11566msgid " -EL\t\tassemble code for a little-endian cpu\n"
a85d7ed0
NC
11567msgstr ""
11568
a5c7551f 11569#: config/tc-score.c:7816
6e1772d5 11570#, c-format
ae351704 11571msgid " -FIXDD\t\tassemble code for fix data dependency\n"
a85d7ed0
NC
11572msgstr ""
11573
a5c7551f 11574#: config/tc-score.c:7818
a85d7ed0 11575#, c-format
ae351704
AM
11576msgid ""
11577" -NWARN\t\tassemble code for no warning message for fix data "
11578"dependency\n"
a85d7ed0
NC
11579msgstr ""
11580
a5c7551f 11581#: config/tc-score.c:7820
a85d7ed0 11582#, c-format
ae351704 11583msgid " -SCORE5\t\tassemble code for target is SCORE5\n"
a85d7ed0
NC
11584msgstr ""
11585
a5c7551f 11586#: config/tc-score.c:7822
ae351704
AM
11587#, c-format
11588msgid " -SCORE5U\tassemble code for target is SCORE5U\n"
a85d7ed0
NC
11589msgstr ""
11590
a5c7551f 11591#: config/tc-score.c:7824
ae351704
AM
11592#, c-format
11593msgid ""
11594" -SCORE7\t\tassemble code for target is SCORE7, this is default "
11595"setting\n"
a85d7ed0
NC
11596msgstr ""
11597
a5c7551f 11598#: config/tc-score.c:7826
ae351704 11599#, c-format
a5c7551f 11600msgid " -SCORE3\t\tassemble code for target is SCORE3\n"
a85d7ed0
NC
11601msgstr ""
11602
a5c7551f 11603#: config/tc-score.c:7828
ae351704 11604#, c-format
a5c7551f
RW
11605msgid ""
11606" -march=score7\tassemble code for target is SCORE7, this is default "
11607"setting\n"
a85d7ed0
NC
11608msgstr ""
11609
a5c7551f 11610#: config/tc-score.c:7830
ae351704 11611#, c-format
a5c7551f 11612msgid " -march=score3\tassemble code for target is SCORE3\n"
a85d7ed0
NC
11613msgstr ""
11614
a5c7551f 11615#: config/tc-score.c:7832
ae351704
AM
11616#, c-format
11617msgid ""
a5c7551f
RW
11618" -USE_R1\t\tassemble code for no warning message when using temp "
11619"register r1\n"
a85d7ed0
NC
11620msgstr ""
11621
a5c7551f 11622#: config/tc-score.c:7834
ae351704 11623#, c-format
a5c7551f 11624msgid " -KPIC\t\tassemble code for PIC\n"
a85d7ed0
NC
11625msgstr ""
11626
a5c7551f 11627#: config/tc-score.c:7836
ae351704 11628#, c-format
a5c7551f 11629msgid " -O0\t\tassembler will not perform any optimizations\n"
a85d7ed0
NC
11630msgstr ""
11631
a5c7551f 11632#: config/tc-score.c:7838
ae351704 11633#, c-format
a5c7551f
RW
11634msgid ""
11635" -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"
a85d7ed0
NC
11636msgstr ""
11637
a5c7551f 11638#: config/tc-score.c:7840
ae351704 11639#, c-format
a5c7551f 11640msgid " -V \t\tSunplus release version \n"
328577ad
NC
11641msgstr ""
11642
f12e7348
NC
11643#: config/tc-sh.c:63
11644msgid "directive .big encountered when option -big required"
76bff705
NC
11645msgstr ""
11646
f12e7348
NC
11647#: config/tc-sh.c:73
11648msgid "directive .little encountered when option -little required"
76bff705
NC
11649msgstr ""
11650
f12e7348
NC
11651#: config/tc-sh.c:1364
11652msgid "misplaced PIC operand"
76bff705
NC
11653msgstr ""
11654
f12e7348
NC
11655#: config/tc-sh.c:1402
11656msgid "illegal double indirection"
76bff705
NC
11657msgstr ""
11658
f12e7348
NC
11659#: config/tc-sh.c:1411
11660msgid "illegal register after @-"
76bff705
NC
11661msgstr ""
11662
f12e7348
NC
11663#: config/tc-sh.c:1427
11664msgid "must be @(r0,...)"
76bff705
NC
11665msgstr ""
11666
f12e7348
NC
11667#: config/tc-sh.c:1451
11668msgid "syntax error in @(r0,...)"
ac50feda
RH
11669msgstr ""
11670
ae351704 11671#: config/tc-sh.c:1456
fce00800 11672msgid "syntax error in @(r0...)"
ac50feda
RH
11673msgstr ""
11674
ae351704 11675#: config/tc-sh.c:1501
fce00800 11676msgid "Deprecated syntax."
328577ad
NC
11677msgstr ""
11678
ae351704 11679#: config/tc-sh.c:1513 config/tc-sh.c:1518
fce00800 11680msgid "syntax error in @(disp,[Rn, gbr, pc])"
ac50feda
RH
11681msgstr ""
11682
ae351704 11683#: config/tc-sh.c:1523
fce00800 11684msgid "expecting )"
ac50feda
RH
11685msgstr ""
11686
ae351704 11687#: config/tc-sh.c:1531
fce00800 11688msgid "illegal register after @"
ac50feda
RH
11689msgstr ""
11690
ae351704 11691#: config/tc-sh.c:2202
3caac5b8
AM
11692#, c-format
11693msgid "unhandled %d\n"
11694msgstr ""
11695
ae351704 11696#: config/tc-sh.c:2368
a74801ba 11697#, c-format
fce00800 11698msgid "Invalid register: 'r%d'"
a74801ba
ILT
11699msgstr ""
11700
ae351704 11701#: config/tc-sh.c:2472
3caac5b8
AM
11702#, c-format
11703msgid "failed for %d\n"
11704msgstr ""
11705
ae351704 11706#: config/tc-sh.c:2585 config/tc-sh.c:2984
3caac5b8
AM
11707msgid "invalid operands for opcode"
11708msgstr ""
11709
ae351704 11710#: config/tc-sh.c:2590
fce00800 11711msgid "insn can't be combined with parallel processing insn"
a74801ba
ILT
11712msgstr ""
11713
ae351704 11714#: config/tc-sh.c:2597 config/tc-sh.c:2608 config/tc-sh.c:2640
fce00800 11715msgid "multiple movx specifications"
a74801ba
ILT
11716msgstr ""
11717
ae351704 11718#: config/tc-sh.c:2602 config/tc-sh.c:2624 config/tc-sh.c:2663
fce00800 11719msgid "multiple movy specifications"
a74801ba
ILT
11720msgstr ""
11721
ae351704 11722#: config/tc-sh.c:2611 config/tc-sh.c:2644
fce00800 11723msgid "invalid movx address register"
324bfcf3
AO
11724msgstr ""
11725
ae351704 11726#: config/tc-sh.c:2613
6e1772d5
AM
11727msgid "insn cannot be combined with non-nopy"
11728msgstr ""
11729
ae351704 11730#: config/tc-sh.c:2627 config/tc-sh.c:2683
6e1772d5
AM
11731msgid "invalid movy address register"
11732msgstr ""
11733
ae351704 11734#: config/tc-sh.c:2629
6e1772d5
AM
11735msgid "insn cannot be combined with non-nopx"
11736msgstr ""
11737
ae351704 11738#: config/tc-sh.c:2642
6e1772d5
AM
11739msgid "previous movy requires nopx"
11740msgstr ""
11741
ae351704 11742#: config/tc-sh.c:2650 config/tc-sh.c:2655
87ccc1b0 11743msgid "invalid movx dsp register"
324bfcf3
AO
11744msgstr ""
11745
ae351704 11746#: config/tc-sh.c:2665
6e1772d5 11747msgid "previous movx requires nopy"
324bfcf3
AO
11748msgstr ""
11749
ae351704 11750#: config/tc-sh.c:2674 config/tc-sh.c:2679
6e1772d5 11751msgid "invalid movy dsp register"
324bfcf3
AO
11752msgstr ""
11753
ae351704 11754#: config/tc-sh.c:2689
87ccc1b0 11755msgid "dsp immediate shift value not constant"
324bfcf3
AO
11756msgstr ""
11757
ae351704 11758#: config/tc-sh.c:2703 config/tc-sh.c:2729
87ccc1b0 11759msgid "multiple parallel processing specifications"
324bfcf3
AO
11760msgstr ""
11761
ae351704 11762#: config/tc-sh.c:2722
87ccc1b0 11763msgid "multiple condition specifications"
324bfcf3
AO
11764msgstr ""
11765
ae351704 11766#: config/tc-sh.c:2760
87ccc1b0 11767msgid "insn cannot be combined with pmuls"
324bfcf3
AO
11768msgstr ""
11769
ae351704 11770#: config/tc-sh.c:2776
6e1772d5 11771msgid "bad combined pmuls output operand"
324bfcf3
AO
11772msgstr ""
11773
ae351704 11774#: config/tc-sh.c:2786
87ccc1b0 11775msgid "destination register is same for parallel insns"
324bfcf3
AO
11776msgstr ""
11777
ae351704 11778#: config/tc-sh.c:2795
87ccc1b0 11779msgid "condition not followed by conditionalizable insn"
324bfcf3
AO
11780msgstr ""
11781
ae351704 11782#: config/tc-sh.c:2805
87ccc1b0 11783msgid "unrecognized characters at end of parallel processing insn"
324bfcf3
AO
11784msgstr ""
11785
ae351704 11786#: config/tc-sh.c:2921
6e1772d5
AM
11787msgid "opcode not valid for this cpu variant"
11788msgstr ""
11789
ae351704 11790#: config/tc-sh.c:2954
6e1772d5
AM
11791msgid "Delayed branches not available on SH1"
11792msgstr ""
11793
ae351704 11794#: config/tc-sh.c:2989
324bfcf3 11795#, c-format
87ccc1b0 11796msgid "excess operands: '%s'"
324bfcf3
AO
11797msgstr ""
11798
499ac353 11799#: config/tc-sh.c:3066
87ccc1b0 11800msgid ".uses pseudo-op seen when not relaxing"
324bfcf3
AO
11801msgstr ""
11802
499ac353 11803#: config/tc-sh.c:3072
87ccc1b0 11804msgid "bad .uses format"
324bfcf3
AO
11805msgstr ""
11806
f12e7348 11807#: config/tc-sh.c:3176
87ccc1b0 11808msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
324bfcf3
AO
11809msgstr ""
11810
f12e7348 11811#: config/tc-sh.c:3182
87ccc1b0 11812msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
324bfcf3
AO
11813msgstr ""
11814
f12e7348 11815#: config/tc-sh.c:3184
87ccc1b0 11816msgid "Invalid combination: --abi=64 with --isa=SHcompact"
324bfcf3
AO
11817msgstr ""
11818
a5c7551f
RW
11819#: config/tc-sh.c:3216
11820#, c-format
11821msgid "Invalid argument to --isa option: %s"
11822msgstr ""
11823
f12e7348 11824#: config/tc-sh.c:3225
87ccc1b0 11825msgid "Invalid combination: --abi=32 with --abi=64"
324bfcf3
AO
11826msgstr ""
11827
f12e7348 11828#: config/tc-sh.c:3231
87ccc1b0 11829msgid "Invalid combination: --abi=64 with --abi=32"
324bfcf3
AO
11830msgstr ""
11831
f12e7348 11832#: config/tc-sh.c:3233
87ccc1b0 11833msgid "Invalid combination: --isa=SHcompact with --abi=64"
324bfcf3
AO
11834msgstr ""
11835
a5c7551f
RW
11836#: config/tc-sh.c:3237
11837#, c-format
11838msgid "Invalid argument to --abi option: %s"
11839msgstr ""
11840
f12e7348 11841#: config/tc-sh.c:3271
6e1772d5 11842#, c-format
87ccc1b0
NC
11843msgid ""
11844"SH options:\n"
3caac5b8
AM
11845"--little\t\tgenerate little endian code\n"
11846"--big\t\t\tgenerate big endian code\n"
11847"--relax\t\t\talter jump instructions for long displacements\n"
11848"--renesas\t\tdisable optimization with section symbol for\n"
8ea2b00f 11849"\t\t\tcompatibility with Renesas assembler.\n"
3caac5b8
AM
11850"--small\t\t\talign sections to 4 byte boundaries, not 16\n"
11851"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
11852"--allow-reg-prefix\tallow '$' as a register name prefix.\n"
11853"--isa=[any\t\tuse most appropriate isa\n"
8ea2b00f
AM
11854" | dsp same as '-dsp'\n"
11855" | fp"
6e1772d5
AM
11856msgstr ""
11857
f12e7348 11858#: config/tc-sh.c:3297
6e1772d5
AM
11859#, c-format
11860msgid ""
3caac5b8 11861"--isa=[shmedia\t\tset as the default instruction set for SH64\n"
6e1772d5
AM
11862" | SHmedia\n"
11863" | shcompact\n"
11864" | SHcompact]\n"
324bfcf3
AO
11865msgstr ""
11866
f12e7348 11867#: config/tc-sh.c:3302
6e1772d5 11868#, c-format
87ccc1b0 11869msgid ""
3caac5b8 11870"--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
87ccc1b0 11871"\t\t\tfile type\n"
3caac5b8 11872"--shcompact-const-crange emit code-range descriptors for constants in\n"
87ccc1b0 11873"\t\t\tSHcompact code sections\n"
3caac5b8 11874"--no-mix\t\tdisallow SHmedia code in the same section as\n"
87ccc1b0 11875"\t\t\tconstants and SHcompact code\n"
3caac5b8
AM
11876"--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
11877"--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
6e1772d5 11878"\t\t\tto 32 bits only\n"
324bfcf3
AO
11879msgstr ""
11880
f12e7348 11881#: config/tc-sh.c:3401
87ccc1b0 11882msgid ".uses does not refer to a local symbol in the same section"
324bfcf3
AO
11883msgstr ""
11884
f12e7348 11885#: config/tc-sh.c:3420
87ccc1b0 11886msgid "can't find fixup pointed to by .uses"
324bfcf3
AO
11887msgstr ""
11888
f12e7348 11889#: config/tc-sh.c:3440
87ccc1b0 11890msgid ".uses target does not refer to a local symbol in the same section"
324bfcf3
AO
11891msgstr ""
11892
f12e7348 11893#: config/tc-sh.c:3517
87ccc1b0 11894msgid "displacement overflows 12-bit field"
324bfcf3
AO
11895msgstr ""
11896
f12e7348 11897#: config/tc-sh.c:3520
87ccc1b0
NC
11898#, c-format
11899msgid "displacement to defined symbol %s overflows 12-bit field"
324bfcf3
AO
11900msgstr ""
11901
f12e7348 11902#: config/tc-sh.c:3524
87ccc1b0
NC
11903#, c-format
11904msgid "displacement to undefined symbol %s overflows 12-bit field"
324bfcf3
AO
11905msgstr ""
11906
f12e7348 11907#: config/tc-sh.c:3597
87ccc1b0 11908msgid "displacement overflows 8-bit field"
324bfcf3
AO
11909msgstr ""
11910
f12e7348 11911#: config/tc-sh.c:3600
87ccc1b0
NC
11912#, c-format
11913msgid "displacement to defined symbol %s overflows 8-bit field"
324bfcf3
AO
11914msgstr ""
11915
f12e7348 11916#: config/tc-sh.c:3604
87ccc1b0
NC
11917#, c-format
11918msgid "displacement to undefined symbol %s overflows 8-bit field "
324bfcf3
AO
11919msgstr ""
11920
f12e7348 11921#: config/tc-sh.c:3621
87ccc1b0
NC
11922#, c-format
11923msgid "overflow in branch to %s; converted into longer instruction sequence"
324bfcf3
AO
11924msgstr ""
11925
a5c7551f
RW
11926#: config/tc-sh.c:3687 config/tc-sh.c:3734 config/tc-sparc.c:4204
11927#: config/tc-sparc.c:4228
87ccc1b0
NC
11928msgid "misaligned data"
11929msgstr ""
11930
f12e7348
NC
11931#: config/tc-sh.c:4036
11932msgid "offset to unaligned destination"
11933msgstr ""
11934
11935#: config/tc-sh.c:4041
11936msgid "negative offset"
11937msgstr ""
11938
11939#: config/tc-sh.c:4179
87ccc1b0
NC
11940msgid "misaligned offset"
11941msgstr ""
11942
f12e7348
NC
11943#: config/tc-sh64.c:568
11944msgid "This operand must be constant at assembly time"
11945msgstr ""
11946
11947#: config/tc-sh64.c:681
11948msgid "Invalid operand expression"
11949msgstr ""
11950
11951#: config/tc-sh64.c:773 config/tc-sh64.c:877
11952msgid "PTB operand is a SHmedia symbol"
11953msgstr ""
11954
11955#: config/tc-sh64.c:776 config/tc-sh64.c:874
11956msgid "PTA operand is a SHcompact symbol"
11957msgstr ""
11958
11959#: config/tc-sh64.c:792
11960msgid "invalid expression in operand"
11961msgstr ""
11962
11963#: config/tc-sh64.c:1483
11964#, c-format
11965msgid "invalid operand, not a 5-bit unsigned value: %d"
11966msgstr ""
11967
11968#: config/tc-sh64.c:1488
11969#, c-format
11970msgid "invalid operand, not a 6-bit signed value: %d"
11971msgstr ""
11972
11973#: config/tc-sh64.c:1493
11974#, c-format
11975msgid "invalid operand, not a 6-bit unsigned value: %d"
11976msgstr ""
11977
11978#: config/tc-sh64.c:1498 config/tc-sh64.c:1510
11979#, c-format
11980msgid "invalid operand, not a 11-bit signed value: %d"
11981msgstr ""
11982
11983#: config/tc-sh64.c:1500
11984#, c-format
11985msgid "invalid operand, not a multiple of 32: %d"
11986msgstr ""
11987
11988#: config/tc-sh64.c:1505
11989#, c-format
11990msgid "invalid operand, not a 10-bit signed value: %d"
11991msgstr ""
11992
11993#: config/tc-sh64.c:1512
11994#, c-format
11995msgid "invalid operand, not an even value: %d"
11996msgstr ""
11997
11998#: config/tc-sh64.c:1517
11999#, c-format
12000msgid "invalid operand, not a 12-bit signed value: %d"
12001msgstr ""
12002
12003#: config/tc-sh64.c:1519
12004#, c-format
12005msgid "invalid operand, not a multiple of 4: %d"
12006msgstr ""
12007
12008#: config/tc-sh64.c:1524
12009#, c-format
12010msgid "invalid operand, not a 13-bit signed value: %d"
12011msgstr ""
12012
12013#: config/tc-sh64.c:1526
12014#, c-format
12015msgid "invalid operand, not a multiple of 8: %d"
12016msgstr ""
12017
12018#: config/tc-sh64.c:1531
12019#, c-format
12020msgid "invalid operand, not a 16-bit signed value: %d"
12021msgstr ""
12022
12023#: config/tc-sh64.c:1536
12024#, c-format
12025msgid "invalid operand, not a 16-bit unsigned value: %d"
12026msgstr ""
12027
12028#: config/tc-sh64.c:1542
12029msgid "operand out of range for PT, PTA and PTB"
12030msgstr ""
12031
12032#: config/tc-sh64.c:1544
12033#, c-format
12034msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
12035msgstr ""
12036
12037#: config/tc-sh64.c:2064
12038#, c-format
12039msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
12040msgstr ""
12041
12042#: config/tc-sh64.c:2421 config/tc-sh64.c:2584 config/tc-sh64.c:2599
12043msgid "invalid PIC reference"
12044msgstr ""
12045
12046#: config/tc-sh64.c:2478
12047msgid "can't find opcode"
12048msgstr ""
12049
12050#: config/tc-sh64.c:2681 config/tc-sh64.c:2721
12051msgid "invalid operand: expression in PT target"
12052msgstr ""
12053
12054#: config/tc-sh64.c:2812
12055#, c-format
12056msgid "invalid operands to %s"
12057msgstr ""
12058
12059#: config/tc-sh64.c:2818
12060#, c-format
12061msgid "excess operands to %s"
12062msgstr ""
12063
12064#: config/tc-sh64.c:2863
12065#, c-format
12066msgid "The `.mode %s' directive is not valid with this architecture"
12067msgstr ""
12068
12069#: config/tc-sh64.c:2871
12070#, c-format
12071msgid "Invalid argument to .mode: %s"
12072msgstr ""
12073
12074#: config/tc-sh64.c:2901
12075#, c-format
12076msgid "The `.abi %s' directive is not valid with this architecture"
12077msgstr ""
12078
12079#: config/tc-sh64.c:2907
12080msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
12081msgstr ""
12082
12083#: config/tc-sh64.c:2912
12084msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
12085msgstr ""
12086
12087#: config/tc-sh64.c:2915
12088#, c-format
12089msgid "Invalid argument to .abi: %s"
12090msgstr ""
12091
12092#: config/tc-sh64.c:2970
12093msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
12094msgstr ""
12095
12096#: config/tc-sh64.c:2975
12097msgid "-shcompact-const-crange is invalid without SHcompact"
12098msgstr ""
12099
12100#: config/tc-sh64.c:2978
12101msgid "-expand-pt32 only valid with -abi=64"
12102msgstr ""
12103
12104#: config/tc-sh64.c:2981
12105msgid "-no-expand only valid with SHcompact or SHmedia"
12106msgstr ""
12107
12108#: config/tc-sh64.c:2984
12109msgid "-expand-pt32 invalid together with -no-expand"
12110msgstr ""
12111
12112#: config/tc-sh64.c:3198
12113msgid ""
12114"SHmedia code not allowed in same section as constants and SHcompact code"
12115msgstr ""
12116
12117#: config/tc-sh64.c:3216
12118msgid "No segment info for current section"
12119msgstr ""
12120
12121#: config/tc-sh64.c:3255
12122msgid "duplicate datalabel operator ignored"
12123msgstr ""
12124
12125#: config/tc-sh64.c:3325
12126msgid "Invalid DataLabel expression"
12127msgstr ""
12128
f12e7348 12129#: config/tc-sparc.c:276 config/tc-sparc.c:481
ac50feda
RH
12130msgid "Bad opcode table, broken assembler."
12131msgstr ""
12132
f12e7348 12133#: config/tc-sparc.c:473
ac50feda
RH
12134#, c-format
12135msgid "invalid architecture -xarch=%s"
12136msgstr ""
12137
f12e7348 12138#: config/tc-sparc.c:542
a85d7ed0
NC
12139#, c-format
12140msgid "No compiled in support for %d bit object file format"
12141msgstr ""
12142
a5c7551f 12143#: config/tc-sparc.c:623
6e1772d5 12144#, c-format
ac50feda
RH
12145msgid "SPARC options:\n"
12146msgstr ""
12147
a5c7551f 12148#: config/tc-sparc.c:652
6e1772d5 12149#, c-format
ac50feda
RH
12150msgid ""
12151"\n"
ac50feda
RH
12152"\t\t\tspecify variant of SPARC architecture\n"
12153"-bump\t\t\twarn when assembler switches architectures\n"
12154"-sparc\t\t\tignored\n"
12155"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
60bcf0fa
NC
12156"-relax\t\t\trelax jumps and branches (default)\n"
12157"-no-relax\t\tavoid changing any jumps and branches\n"
ac50feda
RH
12158msgstr ""
12159
a5c7551f 12160#: config/tc-sparc.c:660
6e1772d5 12161#, c-format
ac50feda
RH
12162msgid "-k\t\t\tgenerate PIC\n"
12163msgstr ""
12164
a5c7551f 12165#: config/tc-sparc.c:664
6e1772d5 12166#, c-format
ac50feda
RH
12167msgid ""
12168"-32\t\t\tcreate 32 bit object file\n"
12169"-64\t\t\tcreate 64 bit object file\n"
12170msgstr ""
12171
a5c7551f 12172#: config/tc-sparc.c:667
ac50feda
RH
12173#, c-format
12174msgid "\t\t\t[default is %d]\n"
12175msgstr ""
12176
a5c7551f 12177#: config/tc-sparc.c:669
6e1772d5 12178#, c-format
ac50feda
RH
12179msgid ""
12180"-TSO\t\t\tuse Total Store Ordering\n"
12181"-PSO\t\t\tuse Partial Store Ordering\n"
12182"-RMO\t\t\tuse Relaxed Memory Ordering\n"
12183msgstr ""
12184
a5c7551f 12185#: config/tc-sparc.c:673
ac50feda
RH
12186#, c-format
12187msgid "\t\t\t[default is %s]\n"
12188msgstr ""
12189
a5c7551f 12190#: config/tc-sparc.c:675
6e1772d5 12191#, c-format
ac50feda
RH
12192msgid ""
12193"-KPIC\t\t\tgenerate PIC\n"
12194"-V\t\t\tprint assembler version number\n"
8ad3436c
AM
12195"-undeclared-regs\tignore application global register usage without\n"
12196"\t\t\tappropriate .register directive (default)\n"
12197"-no-undeclared-regs\tforce error on application global register usage\n"
12198"\t\t\twithout appropriate .register directive\n"
ac50feda
RH
12199"-q\t\t\tignored\n"
12200"-Qy, -Qn\t\tignored\n"
12201"-s\t\t\tignored\n"
12202msgstr ""
12203
a5c7551f 12204#: config/tc-sparc.c:687
6e1772d5 12205#, c-format
ac50feda
RH
12206msgid ""
12207"-EL\t\t\tgenerate code for a little endian machine\n"
12208"-EB\t\t\tgenerate code for a big endian machine\n"
12209"--little-endian-data\tgenerate code for a machine having big endian\n"
8ad3436c 12210" instructions and little endian data.\n"
ac50feda
RH
12211msgstr ""
12212
a5c7551f 12213#: config/tc-sparc.c:823
a74801ba
ILT
12214#, c-format
12215msgid "Internal error: losing opcode: `%s' \"%s\"\n"
12216msgstr ""
12217
a5c7551f 12218#: config/tc-sparc.c:842
a74801ba
ILT
12219#, c-format
12220msgid "Internal error: can't find opcode `%s' for `%s'\n"
ac50feda
RH
12221msgstr ""
12222
a5c7551f 12223#: config/tc-sparc.c:983
a74801ba 12224msgid "Support for 64-bit arithmetic not compiled in."
ac50feda
RH
12225msgstr ""
12226
a5c7551f 12227#: config/tc-sparc.c:1029
a74801ba 12228msgid "set: number not in 0..4294967295 range"
ac50feda
RH
12229msgstr ""
12230
a5c7551f 12231#: config/tc-sparc.c:1036
a74801ba 12232msgid "set: number not in -2147483648..4294967295 range"
ac50feda
RH
12233msgstr ""
12234
a5c7551f 12235#: config/tc-sparc.c:1095
a74801ba 12236msgid "setsw: number not in -2147483648..4294967295 range"
ac50feda
RH
12237msgstr ""
12238
a5c7551f 12239#: config/tc-sparc.c:1143
ac50feda
RH
12240msgid "setx: temporary register same as destination register"
12241msgstr ""
12242
a5c7551f 12243#: config/tc-sparc.c:1214
a74801ba
ILT
12244msgid "setx: illegal temporary register g0"
12245msgstr ""
12246
a5c7551f 12247#: config/tc-sparc.c:1311
a74801ba
ILT
12248msgid "FP branch in delay slot"
12249msgstr ""
12250
a5c7551f 12251#: config/tc-sparc.c:1326
a74801ba
ILT
12252msgid "FP branch preceded by FP instruction; NOP inserted"
12253msgstr ""
12254
a5c7551f 12255#: config/tc-sparc.c:1366
ac50feda
RH
12256msgid "failed special case insn sanity check"
12257msgstr ""
12258
a5c7551f 12259#: config/tc-sparc.c:1454
ac50feda
RH
12260msgid ": invalid membar mask name"
12261msgstr ""
12262
a5c7551f 12263#: config/tc-sparc.c:1470
ac50feda
RH
12264msgid ": invalid membar mask expression"
12265msgstr ""
12266
a5c7551f 12267#: config/tc-sparc.c:1475
ac50feda
RH
12268msgid ": invalid membar mask number"
12269msgstr ""
12270
a5c7551f 12271#: config/tc-sparc.c:1490
6f6ef0fa
NC
12272msgid ": invalid siam mode expression"
12273msgstr ""
12274
a5c7551f 12275#: config/tc-sparc.c:1495
6f6ef0fa
NC
12276msgid ": invalid siam mode number"
12277msgstr ""
12278
a5c7551f 12279#: config/tc-sparc.c:1511
ac50feda
RH
12280msgid ": invalid prefetch function name"
12281msgstr ""
12282
a5c7551f 12283#: config/tc-sparc.c:1519
ac50feda
RH
12284msgid ": invalid prefetch function expression"
12285msgstr ""
12286
a5c7551f 12287#: config/tc-sparc.c:1524
ac50feda
RH
12288msgid ": invalid prefetch function number"
12289msgstr ""
12290
a5c7551f 12291#: config/tc-sparc.c:1552 config/tc-sparc.c:1564
ac50feda
RH
12292msgid ": unrecognizable privileged register"
12293msgstr ""
12294
a5c7551f 12295#: config/tc-sparc.c:1588 config/tc-sparc.c:1600
ae351704
AM
12296msgid ": unrecognizable hyperprivileged register"
12297msgstr ""
12298
a5c7551f 12299#: config/tc-sparc.c:1624 config/tc-sparc.c:1649
6f6ef0fa 12300msgid ": unrecognizable v9a or v9b ancillary state register"
ac50feda
RH
12301msgstr ""
12302
a5c7551f 12303#: config/tc-sparc.c:1629
ac50feda
RH
12304msgid ": rd on write only ancillary state register"
12305msgstr ""
12306
6f6ef0fa 12307#. %sys_tick and %sys_tick_cmpr are v9bnotv9a
a5c7551f 12308#: config/tc-sparc.c:1637
6f6ef0fa
NC
12309msgid ": unrecognizable v9a ancillary state register"
12310msgstr ""
12311
a5c7551f 12312#: config/tc-sparc.c:1673
ac50feda
RH
12313msgid ": asr number must be between 16 and 31"
12314msgstr ""
12315
a5c7551f 12316#: config/tc-sparc.c:1681
ac50feda
RH
12317msgid ": asr number must be between 0 and 31"
12318msgstr ""
12319
a5c7551f 12320#: config/tc-sparc.c:1691
6e1772d5 12321#, c-format
ac50feda
RH
12322msgid ": expecting %asrN"
12323msgstr ""
12324
a5c7551f
RW
12325#: config/tc-sparc.c:1878 config/tc-sparc.c:1916 config/tc-sparc.c:2329
12326#: config/tc-sparc.c:2365
87ccc1b0
NC
12327#, c-format
12328msgid "Illegal operands: %%%s requires arguments in ()"
12329msgstr ""
12330
a5c7551f 12331#: config/tc-sparc.c:1884
87ccc1b0
NC
12332#, c-format
12333msgid ""
12334"Illegal operands: %%%s cannot be used together with other relocs in the insn "
12335"()"
12336msgstr ""
12337
a5c7551f 12338#: config/tc-sparc.c:1895
87ccc1b0
NC
12339#, c-format
12340msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
12341msgstr ""
12342
a5c7551f 12343#: config/tc-sparc.c:2102
a74801ba
ILT
12344msgid "detected global register use not covered by .register pseudo-op"
12345msgstr ""
12346
a5c7551f 12347#: config/tc-sparc.c:2173
ac50feda
RH
12348msgid ": There are only 64 f registers; [0-63]"
12349msgstr ""
12350
a5c7551f 12351#: config/tc-sparc.c:2175 config/tc-sparc.c:2193
ac50feda
RH
12352msgid ": There are only 32 f registers; [0-31]"
12353msgstr ""
12354
a5c7551f 12355#: config/tc-sparc.c:2185
6e1772d5
AM
12356msgid ": There are only 32 single precision f registers; [0-31]"
12357msgstr ""
12358
a5c7551f 12359#: config/tc-sparc.c:2377
328577ad 12360#, c-format
a74801ba
ILT
12361msgid ""
12362"Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
12363msgstr ""
12364
a5c7551f 12365#: config/tc-sparc.c:2487
328577ad 12366#, c-format
a74801ba
ILT
12367msgid "Illegal operands: Can't add non-constant expression to %%%s()"
12368msgstr ""
12369
a5c7551f 12370#: config/tc-sparc.c:2497
328577ad 12371#, c-format
a74801ba
ILT
12372msgid ""
12373"Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
12374"symbol"
12375msgstr ""
12376
a5c7551f 12377#: config/tc-sparc.c:2515
ac50feda
RH
12378msgid ": PC-relative operand can't be a constant"
12379msgstr ""
12380
a5c7551f 12381#: config/tc-sparc.c:2522
87ccc1b0
NC
12382msgid ": TLS operand can't be a constant"
12383msgstr ""
12384
a5c7551f 12385#: config/tc-sparc.c:2555
ac50feda
RH
12386msgid ": invalid ASI name"
12387msgstr ""
12388
a5c7551f 12389#: config/tc-sparc.c:2563
ac50feda
RH
12390msgid ": invalid ASI expression"
12391msgstr ""
12392
a5c7551f 12393#: config/tc-sparc.c:2568
ac50feda
RH
12394msgid ": invalid ASI number"
12395msgstr ""
12396
a5c7551f 12397#: config/tc-sparc.c:2665
ac50feda
RH
12398msgid "OPF immediate operand out of range (0-0x1ff)"
12399msgstr ""
12400
a5c7551f 12401#: config/tc-sparc.c:2670
ac50feda
RH
12402msgid "non-immediate OPF operand, ignored"
12403msgstr ""
12404
a5c7551f 12405#: config/tc-sparc.c:2689
ac50feda
RH
12406msgid ": invalid cpreg name"
12407msgstr ""
12408
a5c7551f 12409#: config/tc-sparc.c:2718
ac50feda
RH
12410#, c-format
12411msgid "Illegal operands%s"
12412msgstr ""
12413
a5c7551f 12414#: config/tc-sparc.c:2752
ac50feda
RH
12415#, c-format
12416msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
12417msgstr ""
12418
a5c7551f 12419#: config/tc-sparc.c:2788
ac50feda
RH
12420#, c-format
12421msgid "Architecture mismatch on \"%s\"."
12422msgstr ""
12423
a5c7551f 12424#: config/tc-sparc.c:2789
ac50feda
RH
12425#, c-format
12426msgid " (Requires %s; requested architecture is %s.)"
12427msgstr ""
12428
a5c7551f 12429#: config/tc-sparc.c:3324
ac50feda
RH
12430#, c-format
12431msgid "bad or unhandled relocation type: 0x%02x"
12432msgstr ""
12433
a5c7551f 12434#: config/tc-sparc.c:3657
06647dfd
AM
12435msgid "Expected comma after name"
12436msgstr ""
12437
a5c7551f 12438#: config/tc-sparc.c:3666
328577ad
NC
12439#, c-format
12440msgid "BSS length (%d.) <0! Ignored."
12441msgstr ""
12442
a5c7551f 12443#: config/tc-sparc.c:3678
ac50feda
RH
12444msgid "bad .reserve segment -- expected BSS segment"
12445msgstr ""
12446
a5c7551f 12447#: config/tc-sparc.c:3706
ac50feda
RH
12448#, c-format
12449msgid "alignment too large; assuming %d"
12450msgstr ""
12451
a5c7551f 12452#: config/tc-sparc.c:3712 config/tc-sparc.c:3862
ac50feda
RH
12453msgid "negative alignment"
12454msgstr ""
12455
a5c7551f 12456#: config/tc-sparc.c:3722 config/tc-sparc.c:3885 read.c:1321 read.c:2379
ac50feda
RH
12457msgid "alignment not a power of 2"
12458msgstr ""
12459
a5c7551f
RW
12460#: config/tc-sparc.c:3775
12461#, c-format
12462msgid "Ignoring attempt to re-define symbol %s"
12463msgstr ""
12464
12465#: config/tc-sparc.c:3799 config/tc-v850.c:222
328577ad
NC
12466msgid "Expected comma after symbol-name"
12467msgstr ""
12468
a5c7551f 12469#: config/tc-sparc.c:3809
87ccc1b0 12470#, c-format
fce00800 12471msgid ".COMMon length (%lu) out of range ignored"
87ccc1b0
NC
12472msgstr ""
12473
a5c7551f 12474#: config/tc-sparc.c:3842
ac50feda
RH
12475msgid "Expected comma after common length"
12476msgstr ""
12477
a5c7551f 12478#: config/tc-sparc.c:3856
06647dfd
AM
12479#, c-format
12480msgid "alignment too large; assuming %ld"
12481msgstr ""
12482
a5c7551f 12483#: config/tc-sparc.c:4000
3caac5b8
AM
12484msgid "Unknown segment type"
12485msgstr ""
12486
a5c7551f 12487#: config/tc-sparc.c:4075 config/tc-sparc.c:4085
328577ad 12488#, c-format
a74801ba
ILT
12489msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
12490msgstr ""
12491
a5c7551f 12492#: config/tc-sparc.c:4103
a74801ba
ILT
12493msgid "redefinition of global register"
12494msgstr ""
12495
a5c7551f 12496#: config/tc-sparc.c:4114
a74801ba
ILT
12497#, c-format
12498msgid "Register symbol %s already defined."
12499msgstr ""
12500
a5c7551f 12501#: config/tc-sparc.c:4319
328577ad
NC
12502#, c-format
12503msgid "Illegal operands: %%r_plt in %d-byte data field"
12504msgstr ""
12505
a5c7551f 12506#: config/tc-sparc.c:4329
87ccc1b0
NC
12507#, c-format
12508msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
12509msgstr ""
12510
a5c7551f 12511#: config/tc-sparc.c:4366 config/tc-vax.c:3313
328577ad
NC
12512#, c-format
12513msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
12514msgstr ""
12515
a5c7551f
RW
12516#: config/tc-sparc.c:4374 config/tc-sparc.c:4405 config/tc-sparc.c:4414
12517#: config/tc-vax.c:3321 config/tc-vax.c:3352 config/tc-vax.c:3361
328577ad
NC
12518#, c-format
12519msgid "Illegal operands: %%r_%s%d requires arguments in ()"
12520msgstr ""
12521
a5c7551f 12522#: config/tc-sparc.c:4423 config/tc-vax.c:3370
328577ad
NC
12523#, c-format
12524msgid "Illegal operands: garbage after %%r_%s%d()"
12525msgstr ""
12526
ae351704 12527#: config/tc-sparc.h:60
328577ad
NC
12528msgid "sparc convert_frag\n"
12529msgstr ""
12530
ae351704 12531#: config/tc-sparc.h:62 config/tc-z80.h:53
328577ad
NC
12532msgid "estimate_size_before_relax called"
12533msgstr ""
12534
a5c7551f 12535#: config/tc-spu.c:132
ae351704
AM
12536#, c-format
12537msgid "Can't hash instruction '%s':%s"
12538msgstr ""
12539
a5c7551f 12540#: config/tc-spu.c:186
ae351704
AM
12541msgid ""
12542"SPU options:\n"
12543" --apuasm\t\t emulate behaviour of apuasm\n"
12544msgstr ""
12545
a5c7551f 12546#: config/tc-spu.c:292
ae351704
AM
12547#, c-format
12548msgid "Invalid mnemonic '%s'"
12549msgstr ""
12550
a5c7551f 12551#: config/tc-spu.c:298
ae351704
AM
12552#, c-format
12553msgid "'%s' is only available in DD2.0 or higher."
12554msgstr ""
12555
a5c7551f 12556#: config/tc-spu.c:330
ae351704
AM
12557#, c-format
12558msgid "Error in argument %d. Expecting: \"%s\""
12559msgstr ""
12560
a5c7551f 12561#: config/tc-spu.c:341
ae351704
AM
12562msgid "Mixing register syntax, with and without '$'."
12563msgstr ""
12564
a5c7551f 12565#: config/tc-spu.c:347
ae351704
AM
12566#, c-format
12567msgid "Treating '%-*s' as a symbol."
12568msgstr ""
12569
a5c7551f 12570#: config/tc-spu.c:566
ae351704
AM
12571msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
12572msgstr ""
12573
a5c7551f 12574#: config/tc-spu.c:568
ae351704
AM
12575msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
12576msgstr ""
12577
a5c7551f 12578#: config/tc-spu.c:611
ae351704
AM
12579#, c-format
12580msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
12581msgstr ""
12582
a5c7551f 12583#: config/tc-spu.c:617
ae351704
AM
12584#, c-format
12585msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
12586msgstr ""
12587
a5c7551f 12588#: config/tc-spu.c:687 config/tc-spu.c:690
ae351704
AM
12589#, c-format
12590msgid "Constant expression %d out of range, [%d, %d]."
12591msgstr ""
12592
a5c7551f
RW
12593#: config/tc-spu.c:792
12594#, c-format
12595msgid "invalid priority '%lu'"
12596msgstr ""
12597
12598#: config/tc-spu.c:798
12599#, c-format
12600msgid "invalid lrlive '%lu'"
12601msgstr ""
12602
12603#: config/tc-spu.c:857
ae351704
AM
12604msgid "Relaxation should never occur"
12605msgstr ""
12606
a5c7551f
RW
12607#: config/tc-spu.c:1007
12608#, c-format
12609msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
12610msgstr ""
12611
12612#: config/tc-spu.h:85
ae351704
AM
12613msgid "spu convert_frag\n"
12614msgstr ""
12615
a5c7551f
RW
12616#: config/tc-tic30.c:483
12617msgid "More than one AR register found in indirect reference"
12618msgstr ""
12619
12620#: config/tc-tic30.c:488
12621msgid "Illegal AR register in indirect reference"
12622msgstr ""
12623
12624#: config/tc-tic30.c:508
12625msgid "More than one displacement found in indirect reference"
12626msgstr ""
12627
12628#: config/tc-tic30.c:516
12629msgid "Invalid displacement in indirect reference"
12630msgstr ""
12631
12632#: config/tc-tic30.c:533
12633msgid "AR register not found in indirect reference"
12634msgstr ""
12635
12636#. Maybe an implied displacement of 1 again.
12637#: config/tc-tic30.c:549
12638msgid "required displacement wasn't given in indirect reference"
12639msgstr ""
12640
12641#: config/tc-tic30.c:555
12642msgid "illegal indirect reference"
12643msgstr ""
12644
12645#: config/tc-tic30.c:561
12646msgid "displacement must be an unsigned 8-bit number"
12647msgstr ""
12648
12649#: config/tc-tic30.c:749 config/tc-tic30.c:1496
12650#, c-format
12651msgid "Invalid character %s before %s operand"
12652msgstr ""
12653
12654#: config/tc-tic30.c:768 config/tc-tic30.c:1511
12655#, c-format
12656msgid "Unbalanced parenthesis in %s operand."
12657msgstr ""
12658
12659#: config/tc-tic30.c:784 config/tc-tic30.c:1521
12660#, c-format
12661msgid "Invalid character %s in %s operand"
12662msgstr ""
12663
12664#: config/tc-tic30.c:803 config/tc-tic30.c:1538
12665#, c-format
12666msgid "Spurious operands; (%d operands/instruction max)"
12667msgstr ""
12668
12669#. Just skip it, if it's \n complain.
12670#: config/tc-tic30.c:821 config/tc-tic30.c:837 config/tc-tic30.c:1555
12671#: config/tc-tic30.c:1571
12672msgid "Expecting operand after ','; got nothing"
12673msgstr ""
12674
12675#: config/tc-tic30.c:826 config/tc-tic30.c:1560
12676msgid "Expecting operand before ','; got nothing"
12677msgstr ""
12678
12679#: config/tc-tic30.c:864
12680msgid "incorrect number of operands given in the first instruction"
12681msgstr ""
12682
12683#: config/tc-tic30.c:870
12684msgid "incorrect number of operands given in the second instruction"
12685msgstr ""
12686
12687#: config/tc-tic30.c:891
12688#, c-format
12689msgid "%s instruction, operand %d doesn't match"
12690msgstr ""
12691
12692#. Shouldn't get here.
12693#: config/tc-tic30.c:915 config/tc-tic30.c:922
12694msgid "incorrect format for multiply parallel instruction"
12695msgstr ""
12696
12697#: config/tc-tic30.c:929
12698msgid "destination for multiply can only be R0 or R1"
12699msgstr ""
12700
12701#: config/tc-tic30.c:936
12702msgid "destination for add/subtract can only be R2 or R3"
12703msgstr ""
12704
12705#: config/tc-tic30.c:1003
12706msgid "loading the same register in parallel operation"
12707msgstr ""
12708
12709#: config/tc-tic30.c:1385
12710msgid "pc-relative "
12711msgstr ""
12712
12713#: config/tc-tic30.c:1446
12714#, c-format
12715msgid "Invalid character %s in opcode"
12716msgstr ""
12717
12718#: config/tc-tic30.c:1476
12719#, c-format
12720msgid "Unknown TMS320C30 instruction: %s"
12721msgstr ""
12722
12723#: config/tc-tic30.c:1596
12724msgid "Incorrect number of operands given"
12725msgstr ""
12726
12727#: config/tc-tic30.c:1629
12728#, c-format
12729msgid "The %s operand doesn't match"
12730msgstr ""
12731
12732#. Shouldn't make it to this stage.
12733#: config/tc-tic30.c:1654 config/tc-tic30.c:1666
12734msgid "Incompatible first and second operands in instruction"
12735msgstr ""
12736
12737#: config/tc-tic30.c:1780
12738msgid "invalid short form floating point immediate operand"
12739msgstr ""
12740
12741#: config/tc-tic30.c:1790
12742msgid "rounding down first operand float to unsigned int"
12743msgstr ""
12744
12745#: config/tc-tic30.c:1792
12746msgid "only lower 16-bits of first operand are used"
12747msgstr ""
12748
12749#: config/tc-tic30.c:1802
12750msgid "rounding down first operand float to signed int"
12751msgstr ""
12752
12753#: config/tc-tic30.c:1807 config/tc-tic30.c:1878
12754msgid "first operand is too large for 16-bit signed int"
12755msgstr ""
12756
12757#: config/tc-tic30.c:1872
12758msgid "first operand is floating point"
12759msgstr ""
12760
12761#. Shouldn't get here.
12762#: config/tc-tic30.c:1903
12763msgid "interrupt vector for trap instruction out of range"
12764msgstr ""
12765
12766#: config/tc-tic30.c:1948
12767msgid "LDP instruction needs a 24-bit operand"
12768msgstr ""
12769
12770#: config/tc-tic30.c:1972
12771msgid "first operand is too large for a 24-bit displacement"
12772msgstr ""
12773
12774#: config/tc-tic4x.c:399
12775msgid "Nan, using zero."
12776msgstr ""
12777
12778#: config/tc-tic4x.c:521
12779#, c-format
12780msgid "Cannot represent exponent in %d bits"
12781msgstr ""
12782
12783#: config/tc-tic4x.c:604 config/tc-tic4x.c:614
12784msgid "Invalid floating point number"
12785msgstr ""
12786
12787#: config/tc-tic4x.c:734
12788msgid "Comma expected\n"
12789msgstr ""
12790
12791#: config/tc-tic4x.c:774 config/tc-tic54x.c:479
12792msgid ".bss size argument missing\n"
12793msgstr ""
12794
12795#: config/tc-tic4x.c:782
12796#, c-format
12797msgid ".bss size %ld < 0!"
12798msgstr ""
12799
12800#: config/tc-tic4x.c:916
12801msgid "Non-constant symbols not allowed\n"
12802msgstr ""
12803
12804#: config/tc-tic4x.c:947
12805msgid "Symbol missing\n"
12806msgstr ""
12807
12808#. Get terminator.
12809#. Skip null symbol terminator.
12810#: config/tc-tic4x.c:994
12811msgid ".sect: subsection name ignored"
12812msgstr ""
12813
12814#: config/tc-tic4x.c:1022 config/tc-tic4x.c:1122 config/tc-tic54x.c:1442
12815#, c-format
12816msgid "Error setting flags for \"%s\": %s"
12817msgstr ""
12818
12819#: config/tc-tic4x.c:1053
12820msgid ".set syntax invalid\n"
12821msgstr ""
12822
12823#: config/tc-tic4x.c:1111
12824msgid ".usect: non-zero alignment flag ignored"
12825msgstr ""
12826
12827#: config/tc-tic4x.c:1142
12828#, c-format
12829msgid "This assembler does not support processor generation %ld"
12830msgstr ""
12831
12832#: config/tc-tic4x.c:1146
12833msgid "Changing processor generation on fly not supported..."
12834msgstr ""
12835
12836#: config/tc-tic4x.c:1445
12837msgid "Auxiliary register AR0--AR7 required for indirect"
12838msgstr ""
12839
12840#: config/tc-tic4x.c:1459
12841#, c-format
12842msgid "Bad displacement %d (require 0--255)\n"
12843msgstr ""
12844
12845#: config/tc-tic4x.c:1477
12846msgid "Index register IR0,IR1 required for displacement"
12847msgstr ""
12848
12849#: config/tc-tic4x.c:1546
12850msgid "Expecting a register name"
12851msgstr ""
12852
12853#: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581 config/tc-tic4x.c:1650
12854msgid "Number too large"
12855msgstr ""
12856
12857#: config/tc-tic4x.c:1598
12858msgid "Expecting a constant value"
12859msgstr ""
12860
12861#: config/tc-tic4x.c:1605
12862#, c-format
12863msgid "Bad direct addressing construct %s"
12864msgstr ""
12865
12866#: config/tc-tic4x.c:1609
12867#, c-format
12868msgid "Direct value of %ld is not suitable"
12869msgstr ""
12870
12871#: config/tc-tic4x.c:1633
12872msgid "Unknown indirect addressing mode"
12873msgstr ""
12874
12875#: config/tc-tic4x.c:1730
12876#, c-format
12877msgid "Immediate value of %ld is too large for ldf"
12878msgstr ""
12879
12880#: config/tc-tic4x.c:1770
12881msgid "Destination register must be ARn"
12882msgstr ""
12883
12884#: config/tc-tic4x.c:1789 config/tc-tic4x.c:2162 config/tc-tic4x.c:2221
12885#, c-format
12886msgid "Immediate value of %ld is too large"
12887msgstr ""
12888
12889#: config/tc-tic4x.c:1818 config/tc-tic4x.c:2023
12890msgid "Invalid indirect addressing mode"
12891msgstr ""
12892
12893#: config/tc-tic4x.c:1842 config/tc-tic4x.c:1882 config/tc-tic4x.c:2073
12894#: config/tc-tic4x.c:2095
12895msgid "Register must be Rn"
12896msgstr ""
12897
12898#: config/tc-tic4x.c:1896 config/tc-tic4x.c:1966 config/tc-tic4x.c:1980
12899msgid "Register must be R0--R7"
12900msgstr ""
12901
12902#: config/tc-tic4x.c:1920 config/tc-tic4x.c:1948
12903#, c-format
12904msgid "Invalid indirect addressing mode displacement %d"
12905msgstr ""
12906
12907#: config/tc-tic4x.c:1994
12908msgid "Destination register must be R2 or R3"
12909msgstr ""
12910
12911#: config/tc-tic4x.c:2008
12912msgid "Destination register must be R0 or R1"
12913msgstr ""
12914
12915#: config/tc-tic4x.c:2045
12916#, c-format
12917msgid "Displacement value of %ld is too large"
12918msgstr ""
12919
12920#: config/tc-tic4x.c:2106 config/tc-tic4x.c:2237
12921msgid "Floating point number not valid in expression"
12922msgstr ""
12923
12924#: config/tc-tic4x.c:2120
12925#, c-format
12926msgid "Signed immediate value %ld too large"
12927msgstr ""
12928
12929#: config/tc-tic4x.c:2183
12930#, c-format
12931msgid "Unsigned immediate value %ld too large"
12932msgstr ""
12933
12934#: config/tc-tic4x.c:2251
12935#, c-format
12936msgid "Immediate value %ld too large"
12937msgstr ""
12938
12939#: config/tc-tic4x.c:2270 config/tc-tic4x.c:2298
12940msgid "Register must be ivtp or tvtp"
12941msgstr ""
12942
12943#: config/tc-tic4x.c:2284
12944msgid "Register must be address register"
12945msgstr ""
12946
12947#: config/tc-tic4x.c:2357
12948msgid "Source and destination register should not be equal"
12949msgstr ""
12950
12951#: config/tc-tic4x.c:2372
12952msgid "Equal parallell destination registers, one result will be discarded"
12953msgstr ""
12954
12955#: config/tc-tic4x.c:2413
12956msgid "Too many operands scanned"
12957msgstr ""
12958
12959#: config/tc-tic4x.c:2443
12960msgid "Parallel opcode cannot contain more than two instructions"
12961msgstr ""
12962
12963#: config/tc-tic4x.c:2516
12964#, c-format
12965msgid "Invalid operands for %s"
12966msgstr ""
12967
12968#: config/tc-tic4x.c:2519
12969#, c-format
12970msgid "Invalid instruction %s"
12971msgstr ""
12972
12973#: config/tc-tic4x.c:2668
12974#, c-format
12975msgid "Bad relocation type: 0x%02x"
12976msgstr ""
12977
12978#: config/tc-tic4x.c:2726
12979#, c-format
12980msgid "Unsupported processor generation %d"
12981msgstr ""
12982
12983#: config/tc-tic4x.c:2734
12984msgid "Option -b is depreciated, please use -mbig"
12985msgstr ""
12986
12987#: config/tc-tic4x.c:2740
12988msgid "Option -p is depreciated, please use -mmemparm"
12989msgstr ""
12990
12991#: config/tc-tic4x.c:2746
12992msgid "Option -r is depreciated, please use -mregparm"
12993msgstr ""
12994
12995#: config/tc-tic4x.c:2752
12996msgid "Option -s is depreciated, please use -msmall"
12997msgstr ""
12998
12999#: config/tc-tic4x.c:2780
c85dd50d
NC
13000#, c-format
13001msgid ""
13002"\n"
13003"TIC4X options:\n"
13004" -mcpu=CPU -mCPU select architecture variant. CPU can be:\n"
13005" 30 - TMS320C30\n"
13006" 31 - TMS320C31, TMS320LC31\n"
13007" 32 - TMS320C32\n"
13008" 33 - TMS320VC33\n"
13009" 40 - TMS320C40\n"
13010" 44 - TMS320C44\n"
13011" -mrev=REV set cpu hardware revision (integer numbers).\n"
13012" Combinations of -mcpu and -mrev will enable/"
13013"disable\n"
13014" the appropriate options (-midle2, -mlowpower and\n"
13015" -menhanced) according to the selected type\n"
13016" -mbig select big memory model\n"
13017" -msmall select small memory model (default)\n"
13018" -mregparm select register parameters (default)\n"
13019" -mmemparm select memory parameters\n"
13020" -midle2 enable IDLE2 support\n"
13021" -mlowpower enable LOPOWER and MAXSPEED support\n"
13022" -menhanced enable enhanced opcode support\n"
13023msgstr ""
13024
a5c7551f
RW
13025#: config/tc-tic4x.c:2825
13026#, c-format
13027msgid "Label \"$%d\" redefined"
13028msgstr ""
13029
13030#: config/tc-tic4x.c:3033
13031#, c-format
13032msgid "Reloc %d not supported by object file format"
13033msgstr ""
13034
328577ad
NC
13035#. Only word (et al.), align, or conditionals are allowed within
13036#. .struct/.union.
ae351704 13037#: config/tc-tic54x.c:220
328577ad
NC
13038msgid "pseudo-op illegal within .struct/.union"
13039msgstr ""
13040
f12e7348 13041#: config/tc-tic54x.c:234
6e1772d5 13042#, c-format
1994a7c7
NC
13043msgid "C54x-specific command line options:\n"
13044msgstr ""
13045
f12e7348 13046#: config/tc-tic54x.c:235
6e1772d5 13047#, c-format
1994a7c7
NC
13048msgid "-mfar-mode | -mf Use extended addressing\n"
13049msgstr ""
13050
f12e7348 13051#: config/tc-tic54x.c:236
6e1772d5 13052#, c-format
1994a7c7
NC
13053msgid "-mcpu=<CPU version> Specify the CPU version\n"
13054msgstr ""
13055
f12e7348 13056#: config/tc-tic54x.c:237
6e1772d5 13057#, c-format
3dd5103b
NC
13058msgid "-merrors-to-file <filename>\n"
13059msgstr ""
13060
f12e7348 13061#: config/tc-tic54x.c:238
6e1772d5 13062#, c-format
1994a7c7
NC
13063msgid "-me <filename> Redirect errors to a file\n"
13064msgstr ""
13065
f12e7348 13066#: config/tc-tic54x.c:350
1994a7c7
NC
13067msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
13068msgstr ""
13069
a5c7551f
RW
13070#: config/tc-tic54x.c:359
13071msgid "symbols assigned with .asg must begin with a letter"
13072msgstr ""
13073
f12e7348 13074#: config/tc-tic54x.c:403
1994a7c7
NC
13075msgid "Unterminated string after absolute expression"
13076msgstr ""
13077
f12e7348 13078#: config/tc-tic54x.c:411
1994a7c7
NC
13079msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
13080msgstr ""
13081
f12e7348 13082#: config/tc-tic54x.c:423
1994a7c7
NC
13083msgid "symbols assigned with .eval must begin with a letter"
13084msgstr ""
13085
a5c7551f
RW
13086#: config/tc-tic54x.c:488
13087#, c-format
13088msgid ".bss size %d < 0!"
13089msgstr ""
13090
f12e7348 13091#: config/tc-tic54x.c:677
1994a7c7
NC
13092msgid "Offset on nested structures is ignored"
13093msgstr ""
13094
f12e7348 13095#: config/tc-tic54x.c:727
1994a7c7
NC
13096#, c-format
13097msgid ".end%s without preceding .%s"
13098msgstr ""
13099
f12e7348 13100#: config/tc-tic54x.c:793
1994a7c7
NC
13101#, c-format
13102msgid "Unrecognized struct/union tag '%s'"
13103msgstr ""
13104
f12e7348 13105#: config/tc-tic54x.c:795
1994a7c7
NC
13106msgid ".tag requires a structure tag"
13107msgstr ""
13108
f12e7348 13109#: config/tc-tic54x.c:801
1994a7c7
NC
13110msgid "Label required for .tag"
13111msgstr ""
13112
f12e7348 13113#: config/tc-tic54x.c:820
1994a7c7
NC
13114#, c-format
13115msgid ".tag target '%s' undefined"
13116msgstr ""
13117
f12e7348 13118#: config/tc-tic54x.c:882
1994a7c7
NC
13119#, c-format
13120msgid ".field count '%d' out of range (1 <= X <= 32)"
13121msgstr ""
13122
f12e7348 13123#: config/tc-tic54x.c:910
1994a7c7
NC
13124#, c-format
13125msgid "Unrecognized field type '%c'"
13126msgstr ""
13127
a5c7551f
RW
13128#: config/tc-tic54x.c:1033
13129msgid "Overflow in expression, truncated to 8 bits"
13130msgstr ""
13131
13132#: config/tc-tic54x.c:1038
13133msgid "Overflow in expression, truncated to 16 bits"
13134msgstr ""
13135
1994a7c7
NC
13136#. Disallow .byte with a non constant expression that will
13137#. require relocation.
f12e7348 13138#: config/tc-tic54x.c:1046
1994a7c7
NC
13139msgid "Relocatable values require at least WORD storage"
13140msgstr ""
13141
f12e7348 13142#: config/tc-tic54x.c:1107
1994a7c7
NC
13143msgid "Use of .def/.ref is deprecated. Use .global instead"
13144msgstr ""
13145
f12e7348 13146#: config/tc-tic54x.c:1301
1994a7c7
NC
13147msgid ".space/.bes repeat count is negative, ignored"
13148msgstr ""
13149
f12e7348 13150#: config/tc-tic54x.c:1306
1994a7c7
NC
13151msgid ".space/.bes repeat count is zero, ignored"
13152msgstr ""
13153
f12e7348 13154#: config/tc-tic54x.c:1383
1994a7c7
NC
13155msgid "Missing size argument"
13156msgstr ""
13157
f12e7348 13158#: config/tc-tic54x.c:1517
1994a7c7
NC
13159msgid "CPU version has already been set"
13160msgstr ""
13161
f12e7348 13162#: config/tc-tic54x.c:1521
1994a7c7
NC
13163#, c-format
13164msgid "Unrecognized version '%s'"
13165msgstr ""
13166
f12e7348 13167#: config/tc-tic54x.c:1527
1994a7c7
NC
13168msgid "Changing of CPU version on the fly not supported"
13169msgstr ""
13170
f12e7348 13171#: config/tc-tic54x.c:1660
1994a7c7
NC
13172msgid "p2align not supported on this target"
13173msgstr ""
13174
f12e7348 13175#: config/tc-tic54x.c:1672
1994a7c7
NC
13176msgid "Argument to .even ignored"
13177msgstr ""
13178
f12e7348 13179#: config/tc-tic54x.c:1718
1994a7c7
NC
13180msgid "Invalid field size, must be from 1 to 32"
13181msgstr ""
13182
f12e7348 13183#: config/tc-tic54x.c:1731
1994a7c7
NC
13184msgid "field size must be 16 when value is relocatable"
13185msgstr ""
13186
f12e7348 13187#: config/tc-tic54x.c:1746
1994a7c7
NC
13188msgid "field value truncated"
13189msgstr ""
13190
f12e7348 13191#: config/tc-tic54x.c:1853 config/tc-tic54x.c:2159
1994a7c7
NC
13192#, c-format
13193msgid "Unrecognized section '%s'"
13194msgstr ""
13195
f12e7348 13196#: config/tc-tic54x.c:1862
1994a7c7
NC
13197msgid "Current section is unitialized, section name required for .clink"
13198msgstr ""
13199
f12e7348 13200#: config/tc-tic54x.c:2069
1994a7c7
NC
13201msgid "ENDLOOP without corresponding LOOP"
13202msgstr ""
13203
f12e7348 13204#: config/tc-tic54x.c:2110
1994a7c7
NC
13205msgid "Mixing of normal and extended addressing not supported"
13206msgstr ""
13207
f12e7348 13208#: config/tc-tic54x.c:2116
1994a7c7
NC
13209msgid "Extended addressing not supported on the specified CPU"
13210msgstr ""
13211
f12e7348 13212#: config/tc-tic54x.c:2165
1994a7c7
NC
13213msgid ".sblock may be used for initialized sections only"
13214msgstr ""
13215
f12e7348 13216#: config/tc-tic54x.c:2195
1994a7c7
NC
13217msgid "Symbol missing for .set/.equ"
13218msgstr ""
13219
f12e7348 13220#: config/tc-tic54x.c:2251
1994a7c7
NC
13221msgid ".var may only be used within a macro definition"
13222msgstr ""
13223
f12e7348 13224#: config/tc-tic54x.c:2259
1994a7c7
NC
13225msgid "Substitution symbols must begin with a letter"
13226msgstr ""
13227
f12e7348 13228#: config/tc-tic54x.c:2352
1994a7c7 13229#, c-format
ae351704 13230msgid "can't open macro library file '%s' for reading: %s"
1994a7c7
NC
13231msgstr ""
13232
f12e7348 13233#: config/tc-tic54x.c:2359
1994a7c7
NC
13234#, c-format
13235msgid "File '%s' not in macro archive format"
13236msgstr ""
13237
f12e7348 13238#: config/tc-tic54x.c:2489
1994a7c7
NC
13239#, c-format
13240msgid "Bad COFF version '%s'"
13241msgstr ""
13242
f12e7348 13243#: config/tc-tic54x.c:2498
1994a7c7
NC
13244#, c-format
13245msgid "Bad CPU version '%s'"
13246msgstr ""
13247
f12e7348 13248#: config/tc-tic54x.c:2511 config/tc-tic54x.c:2514
1994a7c7
NC
13249#, c-format
13250msgid "Can't redirect stderr to the file '%s'"
13251msgstr ""
13252
f12e7348 13253#: config/tc-tic54x.c:2629
1994a7c7
NC
13254#, c-format
13255msgid "Undefined substitution symbol '%s'"
13256msgstr ""
13257
a5c7551f
RW
13258#: config/tc-tic54x.c:3131
13259#, c-format
13260msgid "Unbalanced parenthesis in operand %d"
13261msgstr ""
13262
13263#: config/tc-tic54x.c:3162 config/tc-tic54x.c:3170
13264msgid "Expecting operand after ','"
13265msgstr ""
13266
13267#: config/tc-tic54x.c:3181
13268msgid "Extra junk on line"
13269msgstr ""
13270
f12e7348 13271#: config/tc-tic54x.c:3218
1994a7c7
NC
13272msgid "Badly formed address expression"
13273msgstr ""
13274
f12e7348 13275#: config/tc-tic54x.c:3471
1994a7c7
NC
13276#, c-format
13277msgid "Invalid dmad syntax '%s'"
13278msgstr ""
13279
f12e7348 13280#: config/tc-tic54x.c:3535
3b16e843
NC
13281#, c-format
13282msgid ""
13283"Use the .mmregs directive to use memory-mapped register names such as '%s'"
13284msgstr ""
13285
f12e7348 13286#: config/tc-tic54x.c:3586
1994a7c7
NC
13287msgid "Address mode *+ARx is write-only. Results of reading are undefined."
13288msgstr ""
13289
f12e7348 13290#: config/tc-tic54x.c:3606
1994a7c7
NC
13291#, c-format
13292msgid "Unrecognized indirect address format \"%s\""
13293msgstr ""
13294
f12e7348 13295#: config/tc-tic54x.c:3644
1994a7c7
NC
13296#, c-format
13297msgid "Operand '%s' out of range (%d <= x <= %d)"
13298msgstr ""
13299
f12e7348 13300#: config/tc-tic54x.c:3664
1994a7c7
NC
13301msgid "Error in relocation handling"
13302msgstr ""
13303
f12e7348 13304#: config/tc-tic54x.c:3683 config/tc-tic54x.c:3745 config/tc-tic54x.c:3773
1994a7c7
NC
13305#, c-format
13306msgid "Unrecognized condition code \"%s\""
13307msgstr ""
13308
f12e7348 13309#: config/tc-tic54x.c:3700
1994a7c7
NC
13310#, c-format
13311msgid "Condition \"%s\" does not match preceding group"
13312msgstr ""
13313
f12e7348 13314#: config/tc-tic54x.c:3708
1994a7c7
NC
13315#, c-format
13316msgid ""
13317"Condition \"%s\" uses a different accumulator from a preceding condition"
13318msgstr ""
13319
f12e7348 13320#: config/tc-tic54x.c:3715
1994a7c7
NC
13321msgid "Only one comparison conditional allowed"
13322msgstr ""
13323
f12e7348 13324#: config/tc-tic54x.c:3720
1994a7c7
NC
13325msgid "Only one overflow conditional allowed"
13326msgstr ""
13327
f12e7348 13328#: config/tc-tic54x.c:3728
1994a7c7
NC
13329#, c-format
13330msgid "Duplicate %s conditional"
13331msgstr ""
13332
f12e7348 13333#: config/tc-tic54x.c:3759
1994a7c7
NC
13334msgid "Invalid auxiliary register (use AR0-AR7)"
13335msgstr ""
13336
f12e7348 13337#: config/tc-tic54x.c:3790
1994a7c7
NC
13338msgid "lk addressing modes are invalid for memory-mapped register addressing"
13339msgstr ""
13340
f12e7348 13341#: config/tc-tic54x.c:3798
1994a7c7
NC
13342msgid ""
13343"Address mode *+ARx is not allowed in memory-mapped register addressing. "
13344"Resulting behavior is undefined."
13345msgstr ""
13346
f12e7348 13347#: config/tc-tic54x.c:3824
1994a7c7
NC
13348msgid ""
13349"Destination accumulator for each part of this parallel instruction must be "
13350"different"
13351msgstr ""
13352
f12e7348 13353#: config/tc-tic54x.c:3873
1994a7c7
NC
13354#, c-format
13355msgid "Memory mapped register \"%s\" out of range"
13356msgstr ""
13357
f12e7348 13358#: config/tc-tic54x.c:3912
1994a7c7
NC
13359msgid "Invalid operand (use 1, 2, or 3)"
13360msgstr ""
13361
f12e7348 13362#: config/tc-tic54x.c:3937
1994a7c7
NC
13363msgid "A status register or status bit name is required"
13364msgstr ""
13365
f12e7348 13366#: config/tc-tic54x.c:3947
1994a7c7
NC
13367#, c-format
13368msgid "Unrecognized status bit \"%s\""
13369msgstr ""
13370
f12e7348 13371#: config/tc-tic54x.c:3970
1994a7c7
NC
13372#, c-format
13373msgid "Invalid status register \"%s\""
13374msgstr ""
13375
f12e7348 13376#: config/tc-tic54x.c:3982
1994a7c7
NC
13377#, c-format
13378msgid "Operand \"%s\" out of range (use 1 or 2)"
13379msgstr ""
13380
f12e7348 13381#: config/tc-tic54x.c:4185
1994a7c7
NC
13382#, c-format
13383msgid "Unrecognized instruction \"%s\""
13384msgstr ""
13385
f12e7348 13386#: config/tc-tic54x.c:4214
1994a7c7
NC
13387#, c-format
13388msgid "Unrecognized operand list '%s' for instruction '%s'"
13389msgstr ""
13390
f12e7348 13391#: config/tc-tic54x.c:4243
1994a7c7
NC
13392#, c-format
13393msgid "Unrecognized parallel instruction \"%s\""
13394msgstr ""
13395
f12e7348 13396#: config/tc-tic54x.c:4292
1994a7c7
NC
13397#, c-format
13398msgid "Invalid operand (s) for parallel instruction \"%s\""
13399msgstr ""
13400
f12e7348 13401#: config/tc-tic54x.c:4295
1994a7c7
NC
13402#, c-format
13403msgid "Unrecognized parallel instruction combination \"%s || %s\""
13404msgstr ""
13405
f12e7348 13406#: config/tc-tic54x.c:4522
1994a7c7
NC
13407#, c-format
13408msgid "%s symbol recursion stopped at second appearance of '%s'"
13409msgstr ""
13410
f12e7348 13411#: config/tc-tic54x.c:4562
1994a7c7
NC
13412msgid "Unrecognized substitution symbol function"
13413msgstr ""
13414
f12e7348 13415#: config/tc-tic54x.c:4567
1994a7c7
NC
13416msgid "Missing '(' after substitution symbol function"
13417msgstr ""
13418
f12e7348 13419#: config/tc-tic54x.c:4581
1994a7c7
NC
13420msgid "Expecting second argument"
13421msgstr ""
13422
f12e7348 13423#: config/tc-tic54x.c:4594 config/tc-tic54x.c:4644
1994a7c7
NC
13424msgid "Extra junk in function call, expecting ')'"
13425msgstr ""
13426
f12e7348 13427#: config/tc-tic54x.c:4620
1994a7c7
NC
13428msgid "Function expects two arguments"
13429msgstr ""
13430
f12e7348 13431#: config/tc-tic54x.c:4633
1994a7c7
NC
13432msgid "Expecting character constant argument"
13433msgstr ""
13434
f12e7348 13435#: config/tc-tic54x.c:4639
1994a7c7
NC
13436msgid "Both arguments must be substitution symbols"
13437msgstr ""
13438
f12e7348 13439#: config/tc-tic54x.c:4692
1994a7c7
NC
13440#, c-format
13441msgid "Invalid subscript (use 1 to %d)"
13442msgstr ""
13443
f12e7348 13444#: config/tc-tic54x.c:4702
1994a7c7
NC
13445#, c-format
13446msgid "Invalid length (use 0 to %d"
13447msgstr ""
13448
f12e7348 13449#: config/tc-tic54x.c:4712
1994a7c7
NC
13450msgid "Missing ')' in subscripted substitution symbol expression"
13451msgstr ""
13452
f12e7348 13453#: config/tc-tic54x.c:4732
1994a7c7
NC
13454msgid "Missing forced substitution terminator ':'"
13455msgstr ""
13456
f12e7348 13457#: config/tc-tic54x.c:4886
1994a7c7
NC
13458#, c-format
13459msgid ""
13460"Instruction does not fit in available delay slots (%d-word insn, %d slots "
13461"left)"
13462msgstr ""
13463
f12e7348 13464#: config/tc-tic54x.c:4927
1994a7c7
NC
13465#, c-format
13466msgid "Unrecognized parallel instruction '%s'"
13467msgstr ""
13468
f12e7348 13469#: config/tc-tic54x.c:4939
1994a7c7
NC
13470#, c-format
13471msgid "Instruction '%s' requires an LP cpu version"
13472msgstr ""
13473
f12e7348 13474#: config/tc-tic54x.c:4946
1994a7c7
NC
13475#, c-format
13476msgid "Instruction '%s' requires far mode addressing"
13477msgstr ""
13478
f12e7348 13479#: config/tc-tic54x.c:4958
1994a7c7
NC
13480#, c-format
13481msgid ""
13482"Instruction does not fit in available delay slots (%d-word insn, %d slots "
13483"left). Resulting behavior is undefined."
13484msgstr ""
13485
f12e7348 13486#: config/tc-tic54x.c:4968
1994a7c7
NC
13487msgid ""
13488"Instructions which cause PC discontinuity are not allowed in a delay slot. "
13489"Resulting behavior is undefined."
13490msgstr ""
13491
f12e7348 13492#: config/tc-tic54x.c:4979
1994a7c7
NC
13493#, c-format
13494msgid "'%s' is not repeatable. Resulting behavior is undefined."
13495msgstr ""
13496
f12e7348 13497#: config/tc-tic54x.c:4983
1994a7c7
NC
13498msgid ""
13499"Instructions using long offset modifiers or absolute addresses are not "
13500"repeatable. Resulting behavior is undefined."
13501msgstr ""
13502
f12e7348 13503#: config/tc-tic54x.c:5135
1994a7c7
NC
13504#, c-format
13505msgid "Unsupported relocation size %d"
13506msgstr ""
13507
f12e7348 13508#: config/tc-tic54x.c:5266
1994a7c7
NC
13509msgid "non-absolute value used with .space/.bes"
13510msgstr ""
13511
f12e7348 13512#: config/tc-tic54x.c:5270
1994a7c7
NC
13513#, c-format
13514msgid "negative value ignored in %s"
13515msgstr ""
13516
f12e7348 13517#: config/tc-tic54x.c:5358
1994a7c7
NC
13518#, c-format
13519msgid "attempt to .space/.bes backwards? (%ld)"
13520msgstr ""
13521
f12e7348 13522#: config/tc-tic54x.c:5390
1994a7c7
NC
13523#, c-format
13524msgid "Invalid label '%s'"
13525msgstr ""
13526
ae351704 13527#: config/tc-v850.c:233
ac50feda
RH
13528#, c-format
13529msgid ".COMMon length (%d.) < 0! Ignored."
13530msgstr ""
13531
ae351704 13532#: config/tc-v850.c:254
6e1772d5
AM
13533#, c-format
13534msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
13535msgstr ""
13536
ae351704 13537#: config/tc-v850.c:280
328577ad
NC
13538msgid "Common alignment negative; 0 assumed"
13539msgstr ""
13540
a5c7551f
RW
13541#: config/tc-v850.c:480
13542msgid ".longcall pseudo-op seen when not relaxing"
13543msgstr ""
13544
13545#: config/tc-v850.c:482
13546msgid ".longjump pseudo-op seen when not relaxing"
13547msgstr ""
13548
13549#: config/tc-v850.c:489
13550msgid "bad .longcall format"
13551msgstr ""
13552
ae351704 13553#: config/tc-v850.c:938
ac50feda
RH
13554#, c-format
13555msgid "unknown operand shift: %x\n"
13556msgstr ""
13557
ae351704 13558#: config/tc-v850.c:939
ac50feda
RH
13559msgid "internal failure in parse_register_list"
13560msgstr ""
13561
ae351704 13562#: config/tc-v850.c:955
ac50feda
RH
13563msgid "constant expression or register list expected"
13564msgstr ""
13565
ae351704 13566#: config/tc-v850.c:960 config/tc-v850.c:973 config/tc-v850.c:992
ac50feda
RH
13567msgid "high bits set in register list expression"
13568msgstr ""
13569
ae351704 13570#: config/tc-v850.c:1031 config/tc-v850.c:1094
ac50feda
RH
13571msgid "illegal register included in list"
13572msgstr ""
13573
ae351704 13574#: config/tc-v850.c:1037
ac50feda
RH
13575msgid "system registers cannot be included in list"
13576msgstr ""
13577
ae351704 13578#: config/tc-v850.c:1042
ac50feda
RH
13579msgid "PSW cannot be included in list"
13580msgstr ""
13581
ae351704 13582#: config/tc-v850.c:1049
ac50feda
RH
13583msgid "High value system registers cannot be included in list"
13584msgstr ""
13585
ae351704 13586#: config/tc-v850.c:1073
ac50feda
RH
13587msgid "second register should follow dash in register list"
13588msgstr ""
13589
ae351704 13590#: config/tc-v850.c:1118
6e1772d5 13591#, c-format
ac50feda
RH
13592msgid " V850 options:\n"
13593msgstr ""
13594
ae351704 13595#: config/tc-v850.c:1119
6e1772d5 13596#, c-format
ac50feda
RH
13597msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n"
13598msgstr ""
13599
ae351704 13600#: config/tc-v850.c:1120
6e1772d5 13601#, c-format
ac50feda
RH
13602msgid ""
13603" -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n"
13604msgstr ""
13605
ae351704 13606#: config/tc-v850.c:1121
6e1772d5 13607#, c-format
ac50feda
RH
13608msgid " -mv850 The code is targeted at the v850\n"
13609msgstr ""
13610
ae351704 13611#: config/tc-v850.c:1122
6e1772d5 13612#, c-format
ac50feda
RH
13613msgid " -mv850e The code is targeted at the v850e\n"
13614msgstr ""
13615
ae351704 13616#: config/tc-v850.c:1123
6e1772d5
AM
13617#, c-format
13618msgid " -mv850e1 The code is targeted at the v850e1\n"
13619msgstr ""
13620
ae351704 13621#: config/tc-v850.c:1124
6e1772d5 13622#, c-format
ac50feda
RH
13623msgid ""
13624" -mv850any The code is generic, despite any processor "
13625"specific instructions\n"
13626msgstr ""
13627
ae351704 13628#: config/tc-v850.c:1125
6e1772d5 13629#, c-format
87ccc1b0
NC
13630msgid " -mrelax Enable relaxation\n"
13631msgstr ""
13632
499ac353 13633#: config/tc-v850.c:1291
ac50feda
RH
13634#, c-format
13635msgid "Unable to determine default target processor from string: %s"
13636msgstr ""
13637
499ac353 13638#: config/tc-v850.c:1326
06647dfd
AM
13639msgid "lo() relocation used on an instruction which does not support it"
13640msgstr ""
13641
499ac353 13642#: config/tc-v850.c:1343
ac50feda
RH
13643msgid "ctoff() relocation used on an instruction which does not support it"
13644msgstr ""
13645
499ac353 13646#: config/tc-v850.c:1365
ac50feda
RH
13647msgid "sdaoff() relocation used on an instruction which does not support it"
13648msgstr ""
13649
499ac353 13650#: config/tc-v850.c:1387
ac50feda
RH
13651msgid "zdaoff() relocation used on an instruction which does not support it"
13652msgstr ""
13653
499ac353 13654#: config/tc-v850.c:1420
ac50feda
RH
13655msgid "tdaoff() relocation used on an instruction which does not support it"
13656msgstr ""
13657
499ac353 13658#: config/tc-v850.c:1625
ac50feda
RH
13659msgid "Target processor does not support this instruction."
13660msgstr ""
13661
499ac353 13662#: config/tc-v850.c:1714 config/tc-v850.c:1743 config/tc-v850.c:1923
ac50feda
RH
13663msgid "immediate operand is too large"
13664msgstr ""
13665
499ac353 13666#: config/tc-v850.c:1725
ac50feda
RH
13667msgid "AAARG -> unhandled constant reloc"
13668msgstr ""
13669
499ac353 13670#: config/tc-v850.c:1768
ac50feda
RH
13671msgid "invalid register name"
13672msgstr ""
13673
499ac353 13674#: config/tc-v850.c:1772
ac50feda
RH
13675msgid "register r0 cannot be used here"
13676msgstr ""
13677
499ac353 13678#: config/tc-v850.c:1783
ae351704 13679msgid "invalid system register name"
ac50feda
RH
13680msgstr ""
13681
499ac353 13682#: config/tc-v850.c:1795
ae351704 13683msgid "expected EP register"
ac50feda
RH
13684msgstr ""
13685
499ac353 13686#: config/tc-v850.c:1811
ae351704 13687msgid "invalid condition code name"
ac50feda
RH
13688msgstr ""
13689
499ac353 13690#: config/tc-v850.c:1831 config/tc-v850.c:1835
ae351704 13691msgid "constant too big to fit into instruction"
ac50feda
RH
13692msgstr ""
13693
499ac353 13694#: config/tc-v850.c:1888
ae351704 13695msgid "syntax error: value is missing before the register name"
87ccc1b0
NC
13696msgstr ""
13697
499ac353 13698#: config/tc-v850.c:1890
ae351704 13699msgid "syntax error: register not expected"
ac50feda
RH
13700msgstr ""
13701
499ac353 13702#: config/tc-v850.c:1903
ae351704 13703msgid "syntax error: system register not expected"
ac50feda
RH
13704msgstr ""
13705
499ac353 13706#: config/tc-v850.c:1907
ae351704 13707msgid "syntax error: condition code not expected"
3caac5b8
AM
13708msgstr ""
13709
a5c7551f 13710#: config/tc-v850.c:1941 config/tc-xtensa.c:11824
ae351704 13711msgid "invalid operand"
3caac5b8
AM
13712msgstr ""
13713
a5c7551f 13714#: config/tc-vax.c:1342
ac50feda
RH
13715msgid "no '[' to match ']'"
13716msgstr ""
13717
a5c7551f 13718#: config/tc-vax.c:1358
ac50feda
RH
13719msgid "bad register in []"
13720msgstr ""
13721
a5c7551f 13722#: config/tc-vax.c:1360
ac50feda
RH
13723msgid "[PC] index banned"
13724msgstr ""
13725
a5c7551f 13726#: config/tc-vax.c:1396
ac50feda
RH
13727msgid "no '(' to match ')'"
13728msgstr ""
13729
a5c7551f 13730#: config/tc-vax.c:1512
ac50feda
RH
13731msgid "invalid branch operand"
13732msgstr ""
13733
a5c7551f 13734#: config/tc-vax.c:1539
ac50feda
RH
13735msgid "address prohibits @"
13736msgstr ""
13737
a5c7551f 13738#: config/tc-vax.c:1541
ac50feda
RH
13739msgid "address prohibits #"
13740msgstr ""
13741
a5c7551f 13742#: config/tc-vax.c:1545
ac50feda
RH
13743msgid "address prohibits -()"
13744msgstr ""
13745
a5c7551f 13746#: config/tc-vax.c:1547
ac50feda
RH
13747msgid "address prohibits ()+"
13748msgstr ""
13749
a5c7551f 13750#: config/tc-vax.c:1550
ac50feda
RH
13751msgid "address prohibits ()"
13752msgstr ""
13753
a5c7551f 13754#: config/tc-vax.c:1552
ac50feda
RH
13755msgid "address prohibits []"
13756msgstr ""
13757
a5c7551f 13758#: config/tc-vax.c:1554
ac50feda
RH
13759msgid "address prohibits register"
13760msgstr ""
13761
a5c7551f 13762#: config/tc-vax.c:1556
ac50feda
RH
13763msgid "address prohibits displacement length specifier"
13764msgstr ""
13765
a5c7551f 13766#: config/tc-vax.c:1584
ac50feda
RH
13767msgid "invalid operand of S^#"
13768msgstr ""
13769
a5c7551f 13770#: config/tc-vax.c:1597
ac50feda
RH
13771msgid "S^# needs expression"
13772msgstr ""
13773
a5c7551f 13774#: config/tc-vax.c:1604
ac50feda
RH
13775msgid "S^# may only read-access"
13776msgstr ""
13777
a5c7551f 13778#: config/tc-vax.c:1627
ac50feda
RH
13779msgid "invalid operand of -()"
13780msgstr ""
13781
a5c7551f 13782#: config/tc-vax.c:1633
ac50feda
RH
13783msgid "-(PC) unpredictable"
13784msgstr ""
13785
a5c7551f 13786#: config/tc-vax.c:1635
ac50feda
RH
13787msgid "[]index same as -()register: unpredictable"
13788msgstr ""
13789
a5c7551f 13790#: config/tc-vax.c:1667
ac50feda
RH
13791msgid "invalid operand of ()+"
13792msgstr ""
13793
a5c7551f 13794#: config/tc-vax.c:1673
ac50feda
RH
13795msgid "(PC)+ unpredictable"
13796msgstr ""
13797
a5c7551f 13798#: config/tc-vax.c:1675
ac50feda
RH
13799msgid "[]index same as ()+register: unpredictable"
13800msgstr ""
13801
a5c7551f 13802#: config/tc-vax.c:1698
ac50feda
RH
13803msgid "# conflicts length"
13804msgstr ""
13805
a5c7551f 13806#: config/tc-vax.c:1700
ac50feda
RH
13807msgid "# bars register"
13808msgstr ""
13809
a5c7551f 13810#: config/tc-vax.c:1720
ac50feda
RH
13811msgid "writing or modifying # is unpredictable"
13812msgstr ""
13813
a5c7551f 13814#: config/tc-vax.c:1746
ac50feda
RH
13815msgid "length not needed"
13816msgstr ""
13817
a5c7551f 13818#: config/tc-vax.c:1753
ac50feda
RH
13819msgid "can't []index a register, because it has no address"
13820msgstr ""
13821
a5c7551f 13822#: config/tc-vax.c:1755
ac50feda
RH
13823msgid "a register has no address"
13824msgstr ""
13825
a5c7551f 13826#: config/tc-vax.c:1764
ac50feda
RH
13827msgid "PC part of operand unpredictable"
13828msgstr ""
13829
a5c7551f 13830#: config/tc-vax.c:1920
ae351704
AM
13831msgid "odd number of bytes in operand description"
13832msgstr ""
13833
a5c7551f 13834#: config/tc-vax.c:1934
ae351704
AM
13835msgid "Bad operand"
13836msgstr ""
13837
a5c7551f 13838#: config/tc-vax.c:1939
ae351704
AM
13839msgid "Not enough operands"
13840msgstr ""
13841
a5c7551f 13842#: config/tc-vax.c:2216
3caac5b8
AM
13843msgid "SYMBOL TABLE not implemented"
13844msgstr ""
13845
a5c7551f 13846#: config/tc-vax.c:2220
3caac5b8
AM
13847msgid "TOKEN TRACE not implemented"
13848msgstr ""
13849
a5c7551f 13850#: config/tc-vax.c:2224
3caac5b8
AM
13851#, c-format
13852msgid "Displacement length %s ignored!"
13853msgstr ""
13854
a5c7551f 13855#: config/tc-vax.c:2228
3caac5b8
AM
13856#, c-format
13857msgid "I don't need or use temp. file \"%s\"."
13858msgstr ""
13859
a5c7551f 13860#: config/tc-vax.c:2232
3caac5b8
AM
13861msgid "I don't use an interpass file! -V ignored"
13862msgstr ""
13863
a5c7551f 13864#: config/tc-vax.c:2289
6e1772d5 13865#, c-format
ac50feda
RH
13866msgid ""
13867"VAX options:\n"
13868"-d LENGTH\t\tignored\n"
13869"-J\t\t\tignored\n"
13870"-S\t\t\tignored\n"
13871"-t FILE\t\t\tignored\n"
13872"-T\t\t\tignored\n"
13873"-V\t\t\tignored\n"
13874msgstr ""
13875
a5c7551f 13876#: config/tc-vax.c:2298
6e1772d5 13877#, c-format
ac50feda
RH
13878msgid ""
13879"VMS options:\n"
13880"-+\t\t\thash encode names longer than 31 characters\n"
13881"-1\t\t\t`const' handling compatible with gcc 1.x\n"
13882"-H\t\t\tshow new symbol after hash truncation\n"
13883"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
13884"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
13885"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
13886msgstr ""
13887
a5c7551f 13888#: config/tc-vax.c:2463
ae351704
AM
13889#, c-format
13890msgid "Ignoring statement due to \"%s\""
13891msgstr ""
13892
a5c7551f 13893#: config/tc-vax.c:2480
ae351704
AM
13894#, c-format
13895msgid "Aborting because statement has \"%s\""
13896msgstr ""
13897
a5c7551f 13898#: config/tc-vax.c:2525
ae351704
AM
13899msgid "Can't relocate expression"
13900msgstr ""
13901
a5c7551f 13902#: config/tc-vax.c:2628
ae351704
AM
13903msgid "Bignum not permitted in short literal. Immediate mode assumed."
13904msgstr ""
13905
a5c7551f 13906#: config/tc-vax.c:2637
ae351704
AM
13907msgid "Can't do flonum short literal: immediate mode used."
13908msgstr ""
13909
a5c7551f 13910#: config/tc-vax.c:2684
ae351704
AM
13911#, c-format
13912msgid "A bignum/flonum may not be a displacement: 0x%lx used"
13913msgstr ""
13914
a5c7551f 13915#: config/tc-vax.c:2995
ae351704
AM
13916#, c-format
13917msgid "Short literal overflow(%ld.), immediate mode assumed."
13918msgstr ""
13919
a5c7551f 13920#: config/tc-vax.c:3004
ae351704
AM
13921#, c-format
13922msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
13923msgstr ""
13924
a5c7551f 13925#: config/tc-vax.c:3069
ae351704
AM
13926msgid "Length specification ignored. Address mode 9F used"
13927msgstr ""
13928
a5c7551f 13929#: config/tc-vax.c:3127
ae351704
AM
13930msgid "Invalid operand: immediate value used as base address."
13931msgstr ""
13932
a5c7551f 13933#: config/tc-vax.c:3129
ae351704
AM
13934msgid "Invalid operand: immediate value used as address."
13935msgstr ""
13936
a5c7551f
RW
13937#: config/tc-vax.c:3154
13938#, c-format
13939msgid "Symbol %s used as immediate operand in PIC mode."
ae351704
AM
13940msgstr ""
13941
a5c7551f 13942#: config/tc-vax.c:3259
ae351704
AM
13943#, c-format
13944msgid "VIP_BEGIN error:%s"
13945msgstr ""
13946
13947#: config/tc-xc16x.c:211
13948#, c-format
13949msgid " XC16X specific command line options:\n"
13950msgstr ""
13951
c85dd50d 13952#: config/tc-xstormy16.c:78
3b16e843 13953#, c-format
c85dd50d 13954msgid " XSTORMY16 specific command line options:\n"
3b16e843
NC
13955msgstr ""
13956
a5c7551f
RW
13957#: config/tc-xstormy16.c:226
13958#, c-format
13959msgid "unsupported fptr fixup size %d"
13960msgstr ""
13961
13962#: config/tc-xstormy16.c:238
13963#, c-format
13964msgid "unsupported fixup size %d"
13965msgstr ""
13966
13967#: config/tc-xstormy16.c:269
13968msgid "unsupported fptr fixup"
13969msgstr ""
13970
13971#: config/tc-xtensa.c:621
06647dfd 13972msgid "illegal range of target hardware versions"
87ccc1b0
NC
13973msgstr ""
13974
a5c7551f 13975#: config/tc-xtensa.c:778
06647dfd 13976msgid "--density option is ignored"
87ccc1b0
NC
13977msgstr ""
13978
a5c7551f 13979#: config/tc-xtensa.c:781
06647dfd 13980msgid "--no-density option is ignored"
87ccc1b0
NC
13981msgstr ""
13982
a5c7551f 13983#: config/tc-xtensa.c:799
06647dfd
AM
13984msgid "--generics is deprecated; use --transform instead"
13985msgstr ""
13986
a5c7551f 13987#: config/tc-xtensa.c:802
06647dfd
AM
13988msgid "--no-generics is deprecated; use --no-transform instead"
13989msgstr ""
13990
a5c7551f 13991#: config/tc-xtensa.c:805
06647dfd
AM
13992msgid "--relax is deprecated; use --transform instead"
13993msgstr ""
13994
a5c7551f 13995#: config/tc-xtensa.c:808
06647dfd
AM
13996msgid "--no-relax is deprecated; use --no-transform instead"
13997msgstr ""
13998
a5c7551f 13999#: config/tc-xtensa.c:825
06647dfd 14000msgid "--absolute-literals option not supported in this Xtensa configuration"
87ccc1b0
NC
14001msgstr ""
14002
a5c7551f 14003#: config/tc-xtensa.c:898
06647dfd 14004msgid "prefer-l32r conflicts with prefer-const16"
87ccc1b0
NC
14005msgstr ""
14006
a5c7551f 14007#: config/tc-xtensa.c:904
06647dfd
AM
14008msgid "prefer-const16 conflicts with prefer-l32r"
14009msgstr ""
14010
a5c7551f 14011#: config/tc-xtensa.c:912 config/tc-xtensa.c:921 config/tc-xtensa.c:925
06647dfd
AM
14012msgid "invalid target hardware version"
14013msgstr ""
14014
a5c7551f 14015#: config/tc-xtensa.c:1109
87ccc1b0
NC
14016msgid "unmatched end directive"
14017msgstr ""
14018
a5c7551f 14019#: config/tc-xtensa.c:1138
87ccc1b0
NC
14020msgid ".begin directive with no matching .end directive"
14021msgstr ""
14022
a5c7551f 14023#: config/tc-xtensa.c:1179
06647dfd
AM
14024msgid "[no-]generics is deprecated; use [no-]transform instead"
14025msgstr ""
14026
a5c7551f 14027#: config/tc-xtensa.c:1184
06647dfd
AM
14028msgid "[no-]relax is deprecated; use [no-]transform instead"
14029msgstr ""
14030
a5c7551f 14031#: config/tc-xtensa.c:1197
87ccc1b0 14032#, c-format
06647dfd 14033msgid "directive %s cannot be negated"
87ccc1b0
NC
14034msgstr ""
14035
a5c7551f 14036#: config/tc-xtensa.c:1203
87ccc1b0
NC
14037msgid "unknown directive"
14038msgstr ""
14039
a5c7551f
RW
14040#: config/tc-xtensa.c:1224 config/tc-xtensa.c:1320 config/tc-xtensa.c:1562
14041#: config/tc-xtensa.c:5753
06647dfd
AM
14042msgid "directives are not valid inside bundles"
14043msgstr ""
14044
a5c7551f 14045#: config/tc-xtensa.c:1236
06647dfd
AM
14046msgid ".begin literal is deprecated; use .literal instead"
14047msgstr ""
14048
a5c7551f 14049#: config/tc-xtensa.c:1250
87ccc1b0
NC
14050msgid "cannot set literal_prefix inside literal fragment"
14051msgstr ""
14052
a5c7551f 14053#: config/tc-xtensa.c:1283
06647dfd
AM
14054msgid ".begin [no-]density is ignored"
14055msgstr ""
14056
a5c7551f 14057#: config/tc-xtensa.c:1290 config/tc-xtensa.c:1340
06647dfd
AM
14058msgid "Xtensa absolute literals option not supported; ignored"
14059msgstr ""
14060
a5c7551f 14061#: config/tc-xtensa.c:1333
06647dfd 14062msgid ".end [no-]density is ignored"
87ccc1b0
NC
14063msgstr ""
14064
a5c7551f 14065#: config/tc-xtensa.c:1358
87ccc1b0
NC
14066#, c-format
14067msgid "does not match begin %s%s at %s:%d"
14068msgstr ""
14069
a5c7551f 14070#: config/tc-xtensa.c:1413
87ccc1b0
NC
14071msgid ".literal_position inside literal directive; ignoring"
14072msgstr ""
14073
a5c7551f 14074#: config/tc-xtensa.c:1433
6e1772d5
AM
14075msgid ".literal not allowed inside .begin literal region"
14076msgstr ""
14077
a5c7551f 14078#: config/tc-xtensa.c:1469
87ccc1b0
NC
14079msgid "expected comma or colon after symbol name; rest of line ignored"
14080msgstr ""
14081
a5c7551f 14082#: config/tc-xtensa.c:1531
06647dfd
AM
14083msgid "fall through frequency must be greater than 0"
14084msgstr ""
14085
a5c7551f 14086#: config/tc-xtensa.c:1539
06647dfd
AM
14087msgid "branch target frequency must be greater than 0"
14088msgstr ""
14089
a5c7551f 14090#: config/tc-xtensa.c:1587
06647dfd
AM
14091#, c-format
14092msgid "opcode-specific %s relocation used outside an instruction"
14093msgstr ""
14094
a5c7551f 14095#: config/tc-xtensa.c:1595
f12e7348
NC
14096#, c-format
14097msgid "invalid use of %s relocation"
14098msgstr ""
14099
a5c7551f 14100#: config/tc-xtensa.c:1791 config/tc-xtensa.c:1808
87ccc1b0
NC
14101#, c-format
14102msgid "bad register name: %s"
14103msgstr ""
14104
a5c7551f 14105#: config/tc-xtensa.c:1797
87ccc1b0
NC
14106#, c-format
14107msgid "bad register number: %s"
14108msgstr ""
14109
a5c7551f 14110#: config/tc-xtensa.c:1860
f12e7348
NC
14111msgid "pcrel relocation not allowed in an instruction"
14112msgstr ""
14113
a5c7551f 14114#: config/tc-xtensa.c:1877
87ccc1b0
NC
14115msgid "register number out of range"
14116msgstr ""
14117
a5c7551f 14118#: config/tc-xtensa.c:1961
06647dfd
AM
14119msgid "extra comma"
14120msgstr ""
14121
a5c7551f 14122#: config/tc-xtensa.c:1963
06647dfd
AM
14123msgid "extra colon"
14124msgstr ""
14125
a5c7551f 14126#: config/tc-xtensa.c:1965
06647dfd
AM
14127msgid "missing argument"
14128msgstr ""
14129
a5c7551f 14130#: config/tc-xtensa.c:1967
06647dfd
AM
14131msgid "missing comma or colon"
14132msgstr ""
14133
a5c7551f 14134#: config/tc-xtensa.c:2024
06647dfd
AM
14135msgid "incorrect register number, ignoring"
14136msgstr ""
14137
a5c7551f 14138#: config/tc-xtensa.c:2031
87ccc1b0
NC
14139msgid "too many arguments"
14140msgstr ""
14141
a5c7551f 14142#: config/tc-xtensa.c:2105
87ccc1b0 14143#, c-format
06647dfd 14144msgid "cannot encode opcode \"%s\""
87ccc1b0
NC
14145msgstr ""
14146
a5c7551f 14147#: config/tc-xtensa.c:2199
87ccc1b0 14148#, c-format
06647dfd 14149msgid "not enough operands (%d) for '%s'; expected %d"
87ccc1b0
NC
14150msgstr ""
14151
a5c7551f 14152#: config/tc-xtensa.c:2206
87ccc1b0 14153#, c-format
06647dfd 14154msgid "too many operands (%d) for '%s'; expected %d"
87ccc1b0
NC
14155msgstr ""
14156
a5c7551f 14157#: config/tc-xtensa.c:2257
87ccc1b0 14158#, c-format
06647dfd 14159msgid "invalid register '%s' for '%s' instruction"
87ccc1b0
NC
14160msgstr ""
14161
a5c7551f 14162#: config/tc-xtensa.c:2264
87ccc1b0 14163#, c-format
06647dfd 14164msgid "invalid register number (%ld) for '%s' instruction"
87ccc1b0
NC
14165msgstr ""
14166
a5c7551f 14167#: config/tc-xtensa.c:2332
87ccc1b0 14168#, c-format
06647dfd 14169msgid "invalid register number (%ld) for '%s'"
87ccc1b0
NC
14170msgstr ""
14171
a5c7551f 14172#: config/tc-xtensa.c:2723
87ccc1b0 14173#, c-format
55cf6793 14174msgid "operand %d of '%s' has out of range value '%u'"
87ccc1b0
NC
14175msgstr ""
14176
a5c7551f 14177#: config/tc-xtensa.c:2729
87ccc1b0 14178#, c-format
55cf6793 14179msgid "operand %d of '%s' has invalid value '%u'"
87ccc1b0
NC
14180msgstr ""
14181
a5c7551f 14182#: config/tc-xtensa.c:2776
87ccc1b0 14183#, c-format
06647dfd 14184msgid "internal error: unknown option name '%s'"
87ccc1b0
NC
14185msgstr ""
14186
a5c7551f 14187#: config/tc-xtensa.c:3883
87ccc1b0
NC
14188msgid "can't handle generation of literal/labels yet"
14189msgstr ""
14190
a5c7551f 14191#: config/tc-xtensa.c:3887
87ccc1b0
NC
14192msgid "can't handle undefined OP TYPE"
14193msgstr ""
14194
a5c7551f 14195#: config/tc-xtensa.c:3948
87ccc1b0
NC
14196#, c-format
14197msgid "found %d operands for '%s': Expected %d"
14198msgstr ""
14199
a5c7551f 14200#: config/tc-xtensa.c:3955
87ccc1b0
NC
14201#, c-format
14202msgid "found too many (%d) operands for '%s': Expected %d"
14203msgstr ""
14204
a5c7551f 14205#: config/tc-xtensa.c:3976
c85dd50d
NC
14206msgid "immediate operands sum to greater than 32"
14207msgstr ""
14208
a5c7551f 14209#: config/tc-xtensa.c:4107
55cf6793
ZW
14210msgid "invalid immediate"
14211msgstr ""
14212
a5c7551f 14213#: config/tc-xtensa.c:4228
06647dfd
AM
14214#, c-format
14215msgid "invalid relocation for operand %i of '%s'"
87ccc1b0
NC
14216msgstr ""
14217
a5c7551f 14218#: config/tc-xtensa.c:4238
87ccc1b0 14219#, c-format
06647dfd 14220msgid "invalid expression for operand %i of '%s'"
87ccc1b0
NC
14221msgstr ""
14222
a5c7551f 14223#: config/tc-xtensa.c:4248
87ccc1b0 14224#, c-format
06647dfd 14225msgid "invalid relocation in instruction slot %i"
87ccc1b0
NC
14226msgstr ""
14227
a5c7551f 14228#: config/tc-xtensa.c:4255
87ccc1b0 14229#, c-format
06647dfd 14230msgid "undefined symbol for opcode \"%s\""
87ccc1b0
NC
14231msgstr ""
14232
a5c7551f 14233#: config/tc-xtensa.c:4729
06647dfd 14234msgid "opcode 'NOP.N' unavailable in this configuration"
87ccc1b0
NC
14235msgstr ""
14236
a5c7551f 14237#: config/tc-xtensa.c:4789
06647dfd
AM
14238msgid "get_expanded_loop_offset: invalid opcode"
14239msgstr ""
14240
a5c7551f 14241#: config/tc-xtensa.c:4922
06647dfd
AM
14242#, c-format
14243msgid "assembly state not set for first frag in section %s"
87ccc1b0
NC
14244msgstr ""
14245
a5c7551f 14246#: config/tc-xtensa.c:4975
06647dfd
AM
14247#, c-format
14248msgid "unaligned branch target: %d bytes at 0x%lx"
87ccc1b0
NC
14249msgstr ""
14250
a5c7551f 14251#: config/tc-xtensa.c:5014
06647dfd
AM
14252#, c-format
14253msgid "unaligned loop: %d bytes at 0x%lx"
87ccc1b0
NC
14254msgstr ""
14255
a5c7551f 14256#: config/tc-xtensa.c:5038
06647dfd 14257msgid "unexpected fix"
87ccc1b0
NC
14258msgstr ""
14259
a5c7551f 14260#: config/tc-xtensa.c:5049 config/tc-xtensa.c:5053
06647dfd 14261msgid "undecodable fix"
87ccc1b0
NC
14262msgstr ""
14263
a5c7551f 14264#: config/tc-xtensa.c:5191
3caac5b8
AM
14265msgid "labels are not valid inside bundles"
14266msgstr ""
14267
a5c7551f 14268#: config/tc-xtensa.c:5211
06647dfd 14269msgid "invalid last instruction for a zero-overhead loop"
87ccc1b0
NC
14270msgstr ""
14271
a5c7551f 14272#: config/tc-xtensa.c:5278
06647dfd 14273msgid "extra opening brace"
87ccc1b0
NC
14274msgstr ""
14275
a5c7551f 14276#: config/tc-xtensa.c:5288
06647dfd 14277msgid "extra closing brace"
87ccc1b0
NC
14278msgstr ""
14279
a5c7551f 14280#: config/tc-xtensa.c:5315
06647dfd 14281msgid "missing closing brace"
87ccc1b0
NC
14282msgstr ""
14283
a5c7551f 14284#: config/tc-xtensa.c:5415 config/tc-xtensa.c:5445
f12e7348
NC
14285#, c-format
14286msgid "wrong number of operands for '%s'"
14287msgstr ""
14288
a5c7551f 14289#: config/tc-xtensa.c:5432
f12e7348
NC
14290#, c-format
14291msgid "bad relocation expression for '%s'"
14292msgstr ""
14293
a5c7551f 14294#: config/tc-xtensa.c:5467
87ccc1b0 14295#, c-format
06647dfd 14296msgid "unknown opcode or format name '%s'"
87ccc1b0
NC
14297msgstr ""
14298
a5c7551f 14299#: config/tc-xtensa.c:5473
06647dfd
AM
14300msgid "format names only valid inside bundles"
14301msgstr ""
14302
a5c7551f 14303#: config/tc-xtensa.c:5478
06647dfd
AM
14304#, c-format
14305msgid "multiple formats specified for one bundle; using '%s'"
87ccc1b0
NC
14306msgstr ""
14307
a5c7551f 14308#: config/tc-xtensa.c:5528
87ccc1b0
NC
14309msgid "entry instruction with stack decrement < 16"
14310msgstr ""
14311
a5c7551f 14312#: config/tc-xtensa.c:5581
06647dfd
AM
14313msgid "unaligned entry instruction"
14314msgstr ""
14315
a5c7551f 14316#: config/tc-xtensa.c:5646
06647dfd
AM
14317msgid "bad instruction format"
14318msgstr ""
14319
a5c7551f 14320#: config/tc-xtensa.c:5649
06647dfd
AM
14321msgid "invalid relocation"
14322msgstr ""
14323
a5c7551f 14324#: config/tc-xtensa.c:5660
87ccc1b0 14325#, c-format
06647dfd 14326msgid "invalid relocation for '%s' instruction"
87ccc1b0
NC
14327msgstr ""
14328
a5c7551f 14329#: config/tc-xtensa.c:5672
87ccc1b0 14330#, c-format
06647dfd 14331msgid "invalid relocation for operand %d of '%s'"
87ccc1b0
NC
14332msgstr ""
14333
a5c7551f 14334#: config/tc-xtensa.c:5852
06647dfd
AM
14335msgid "cannot represent subtraction with an offset"
14336msgstr ""
14337
a5c7551f 14338#: config/tc-xtensa.c:5952
87ccc1b0 14339#, c-format
55cf6793 14340msgid "unhandled local relocation fix %s"
87ccc1b0
NC
14341msgstr ""
14342
a5c7551f 14343#: config/tc-xtensa.c:6003
f12e7348
NC
14344#, c-format
14345msgid "internal error; cannot generate `%s' relocation"
14346msgstr ""
14347
a5c7551f
RW
14348#: config/tc-xtensa.c:6222
14349msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
14350msgstr ""
14351
14352#: config/tc-xtensa.c:6231
06647dfd
AM
14353msgid "couldn't find a valid instruction format"
14354msgstr ""
14355
a5c7551f 14356#: config/tc-xtensa.c:6232
87ccc1b0 14357#, c-format
06647dfd 14358msgid " ops were: "
87ccc1b0
NC
14359msgstr ""
14360
a5c7551f 14361#: config/tc-xtensa.c:6234
87ccc1b0 14362#, c-format
06647dfd 14363msgid " %s;"
87ccc1b0
NC
14364msgstr ""
14365
a5c7551f 14366#: config/tc-xtensa.c:6245
06647dfd
AM
14367#, c-format
14368msgid "format '%s' allows %d slots, but there are %d opcodes"
87ccc1b0
NC
14369msgstr ""
14370
a5c7551f 14371#: config/tc-xtensa.c:6256 config/tc-xtensa.c:6354
06647dfd 14372msgid "illegal resource usage in bundle"
87ccc1b0
NC
14373msgstr ""
14374
a5c7551f 14375#: config/tc-xtensa.c:6441
06647dfd
AM
14376#, c-format
14377msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
87ccc1b0
NC
14378msgstr ""
14379
a5c7551f 14380#: config/tc-xtensa.c:6446
87ccc1b0 14381#, c-format
06647dfd 14382msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
87ccc1b0
NC
14383msgstr ""
14384
a5c7551f 14385#: config/tc-xtensa.c:6451
06647dfd 14386#, c-format
ae351704 14387msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
87ccc1b0
NC
14388msgstr ""
14389
a5c7551f 14390#: config/tc-xtensa.c:6456
06647dfd
AM
14391#, c-format
14392msgid ""
ae351704 14393"opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
87ccc1b0
NC
14394msgstr ""
14395
a5c7551f 14396#: config/tc-xtensa.c:6472
06647dfd
AM
14397msgid "multiple branches or jumps in the same bundle"
14398msgstr ""
14399
a5c7551f 14400#: config/tc-xtensa.c:6924
06647dfd
AM
14401msgid "cannot assemble into a literal fragment"
14402msgstr ""
14403
a5c7551f 14404#: config/tc-xtensa.c:6926
06647dfd
AM
14405msgid "..."
14406msgstr ""
14407
a5c7551f 14408#: config/tc-xtensa.c:7534
06647dfd
AM
14409msgid ""
14410"instruction sequence (write a0, branch, retw) may trigger hardware errata"
14411msgstr ""
14412
a5c7551f 14413#: config/tc-xtensa.c:7646
06647dfd 14414msgid "branching or jumping to a loop end may trigger hardware errata"
87ccc1b0
NC
14415msgstr ""
14416
a5c7551f 14417#: config/tc-xtensa.c:7728
06647dfd 14418msgid "loop end too close to another loop end may trigger hardware errata"
87ccc1b0
NC
14419msgstr ""
14420
a5c7551f 14421#: config/tc-xtensa.c:7737
06647dfd
AM
14422#, c-format
14423msgid "fr_var %lu < length %d"
87ccc1b0
NC
14424msgstr ""
14425
a5c7551f 14426#: config/tc-xtensa.c:7896
06647dfd
AM
14427msgid ""
14428"loop containing less than three instructions may trigger hardware errata"
87ccc1b0
NC
14429msgstr ""
14430
a5c7551f 14431#: config/tc-xtensa.c:7968
06647dfd 14432msgid "undecodable instruction in instruction frag"
87ccc1b0
NC
14433msgstr ""
14434
a5c7551f 14435#: config/tc-xtensa.c:8078
06647dfd 14436msgid "invalid empty loop"
87ccc1b0
NC
14437msgstr ""
14438
a5c7551f 14439#: config/tc-xtensa.c:8083
06647dfd 14440msgid "loop target does not follow loop instruction in section"
87ccc1b0
NC
14441msgstr ""
14442
a5c7551f 14443#: config/tc-xtensa.c:8661
87ccc1b0
NC
14444msgid "bad relaxation state"
14445msgstr ""
14446
a5c7551f 14447#: config/tc-xtensa.c:8719
87ccc1b0 14448#, c-format
06647dfd 14449msgid "fr_var (%ld) < length (%d)"
87ccc1b0
NC
14450msgstr ""
14451
a5c7551f 14452#: config/tc-xtensa.c:9420
87ccc1b0
NC
14453msgid "invalid relaxation fragment result"
14454msgstr ""
14455
a5c7551f 14456#: config/tc-xtensa.c:9499
87ccc1b0
NC
14457msgid "unable to widen instruction"
14458msgstr ""
14459
a5c7551f 14460#: config/tc-xtensa.c:9639
87ccc1b0
NC
14461msgid "multiple literals in expansion"
14462msgstr ""
14463
a5c7551f 14464#: config/tc-xtensa.c:9643
87ccc1b0
NC
14465msgid "no registered fragment for literal"
14466msgstr ""
14467
a5c7551f 14468#: config/tc-xtensa.c:9645
87ccc1b0
NC
14469msgid "number of literal tokens != 1"
14470msgstr ""
14471
a5c7551f 14472#: config/tc-xtensa.c:9775 config/tc-xtensa.c:9781
87ccc1b0
NC
14473#, c-format
14474msgid "unresolved loop target symbol: %s"
14475msgstr ""
14476
a5c7551f 14477#: config/tc-xtensa.c:9887
06647dfd
AM
14478#, c-format
14479msgid "invalid expression evaluation type %d"
87ccc1b0
NC
14480msgstr ""
14481
a5c7551f 14482#: config/tc-xtensa.c:9904
87ccc1b0
NC
14483msgid "loop too long for LOOP instruction"
14484msgstr ""
14485
a5c7551f 14486#: config/tc-xtensa.c:10174
87ccc1b0
NC
14487#, c-format
14488msgid "fixes not all moved from %s"
14489msgstr ""
14490
a5c7551f 14491#: config/tc-xtensa.c:10305
06647dfd
AM
14492msgid ""
14493"literal pool location required for text-section-literals; specify with ."
14494"literal_position"
87ccc1b0
NC
14495msgstr ""
14496
a5c7551f 14497#: config/tc-xtensa.c:11137
06647dfd
AM
14498msgid "too many operands in instruction"
14499msgstr ""
14500
a5c7551f 14501#: config/tc-xtensa.c:11348
ae351704 14502msgid "invalid symbolic operand"
87ccc1b0
NC
14503msgstr ""
14504
a5c7551f 14505#: config/tc-xtensa.c:11409
87ccc1b0
NC
14506msgid "operand number mismatch"
14507msgstr ""
14508
a5c7551f 14509#: config/tc-xtensa.c:11413
06647dfd
AM
14510#, c-format
14511msgid "cannot encode opcode \"%s\" in the given format \"%s\""
14512msgstr ""
14513
a5c7551f 14514#: config/tc-xtensa.c:11438
06647dfd
AM
14515#, c-format
14516msgid "xtensa-isa failure: %s"
14517msgstr ""
14518
a5c7551f 14519#: config/tc-xtensa.c:11515
87ccc1b0
NC
14520msgid "invalid opcode"
14521msgstr ""
14522
a5c7551f 14523#: config/tc-xtensa.c:11521
87ccc1b0
NC
14524msgid "too few operands"
14525msgstr ""
14526
a5c7551f
RW
14527#: config/tc-xtensa.c:11571
14528msgid "multiple writes to the same register"
14529msgstr ""
14530
14531#: config/tc-xtensa.c:11685 config/tc-xtensa.c:11691
06647dfd
AM
14532msgid "out of memory"
14533msgstr ""
14534
a5c7551f 14535#: config/tc-xtensa.c:11780
f12e7348
NC
14536msgid "TLS relocation not allowed in FLIX bundle"
14537msgstr ""
14538
14539#. Instructions that generate TLS relocations should always be
14540#. relaxed in the front-end. If "record_fixup" is set, then this
14541#. function is being called during back-end relaxation, so flag
14542#. the unexpected behavior as an error.
a5c7551f 14543#: config/tc-xtensa.c:11786
f12e7348
NC
14544msgid "unexpected TLS relocation"
14545msgstr ""
14546
a5c7551f 14547#: config/tc-xtensa.c:11830
ae351704
AM
14548msgid "symbolic operand not allowed"
14549msgstr ""
14550
a5c7551f 14551#: config/tc-xtensa.c:11867
ae351704
AM
14552msgid "cannot decode instruction format"
14553msgstr ""
14554
a5c7551f 14555#: config/tc-xtensa.c:12011
ae351704 14556msgid "ignoring extra '-rename-section' delimiter ':'"
06647dfd
AM
14557msgstr ""
14558
a5c7551f 14559#: config/tc-xtensa.c:12016
06647dfd 14560#, c-format
ae351704 14561msgid "ignoring invalid '-rename-section' specification: '%s'"
06647dfd
AM
14562msgstr ""
14563
a5c7551f 14564#: config/tc-xtensa.c:12027
ae351704
AM
14565#, c-format
14566msgid "section %s renamed multiple times"
06647dfd
AM
14567msgstr ""
14568
a5c7551f 14569#: config/tc-xtensa.c:12029
06647dfd 14570#, c-format
ae351704 14571msgid "multiple sections remapped to output section %s"
06647dfd
AM
14572msgstr ""
14573
ae351704
AM
14574#: config/tc-z80.c:244
14575msgid "-- unterminated string"
06647dfd
AM
14576msgstr ""
14577
ae351704
AM
14578#: config/tc-z80.c:314
14579msgid "floating point numbers are not implemented"
87ccc1b0
NC
14580msgstr ""
14581
ae351704
AM
14582#: config/tc-z80.c:493 config/tc-z80.c:499
14583msgid "mismatched parentheses"
14584msgstr ""
14585
14586#: config/tc-z80.c:553
14587msgid "bad offset expression syntax"
14588msgstr ""
14589
14590#: config/tc-z80.c:577
14591msgid "bad expression syntax"
14592msgstr ""
14593
14594#: config/tc-z80.c:690
14595msgid "cannot make a relative jump to an absolute location"
14596msgstr ""
14597
14598#: config/tc-z80.c:702 config/tc-z80.c:1960
14599msgid "overflow"
14600msgstr ""
14601
14602#: config/tc-z80.c:1070 config/tc-z80.c:1113 config/tc-z80.c:1157
14603#: config/tc-z80.c:1277 config/tc-z80.c:1331 config/tc-z80.c:1600
14604msgid "bad intruction syntax"
14605msgstr ""
14606
14607#: config/tc-z80.c:1203
14608msgid "condition code invalid for jr"
14609msgstr ""
14610
14611#: config/tc-z80.c:1225
14612msgid "bad instruction syntax"
14613msgstr ""
14614
14615#: config/tc-z80.c:1704
14616msgid "parentheses ignored"
87ccc1b0
NC
14617msgstr ""
14618
a5c7551f 14619#: config/tc-z80.c:1909 read.c:3556
87ccc1b0 14620#, c-format
ae351704
AM
14621msgid "junk at end of line, first unrecognized character is `%c'"
14622msgstr ""
14623
499ac353 14624#: config/tc-z80.c:1935 config/tc-z8k.c:1461 config/tc-z8k.c:1524
ae351704 14625msgid "relative jump out of range"
87ccc1b0
NC
14626msgstr ""
14627
ae351704
AM
14628#: config/tc-z80.c:1952
14629msgid "index offset out of range"
14630msgstr ""
14631
499ac353 14632#: config/tc-z80.c:1994 config/tc-z8k.c:1532
87ccc1b0 14633#, c-format
ae351704 14634msgid "md_apply_fix: unknown r_type 0x%x\n"
87ccc1b0
NC
14635msgstr ""
14636
ae351704 14637#: config/tc-z8k.c:282
87ccc1b0 14638#, c-format
fce00800
AM
14639msgid "register rr%d out of range"
14640msgstr ""
14641
ae351704 14642#: config/tc-z8k.c:284
fce00800
AM
14643#, c-format
14644msgid "register rr%d does not exist"
14645msgstr ""
14646
ae351704 14647#: config/tc-z8k.c:296
fce00800
AM
14648#, c-format
14649msgid "register rh%d out of range"
87ccc1b0
NC
14650msgstr ""
14651
ae351704 14652#: config/tc-z8k.c:308
87ccc1b0 14653#, c-format
fce00800 14654msgid "register rl%d out of range"
87ccc1b0
NC
14655msgstr ""
14656
ae351704 14657#: config/tc-z8k.c:321
87ccc1b0 14658#, c-format
fce00800 14659msgid "register rq%d out of range"
87ccc1b0
NC
14660msgstr ""
14661
ae351704 14662#: config/tc-z8k.c:323
87ccc1b0 14663#, c-format
fce00800 14664msgid "register rq%d does not exist"
87ccc1b0
NC
14665msgstr ""
14666
ae351704 14667#: config/tc-z8k.c:335
87ccc1b0 14668#, c-format
fce00800 14669msgid "register r%d out of range"
87ccc1b0
NC
14670msgstr ""
14671
ae351704 14672#: config/tc-z8k.c:376
87ccc1b0
NC
14673#, c-format
14674msgid "expected %c"
14675msgstr ""
14676
ae351704 14677#: config/tc-z8k.c:391
87ccc1b0
NC
14678#, c-format
14679msgid "register is wrong size for a word %s"
14680msgstr ""
14681
ae351704 14682#: config/tc-z8k.c:405
87ccc1b0
NC
14683#, c-format
14684msgid "register is wrong size for address %s"
14685msgstr ""
14686
ae351704 14687#: config/tc-z8k.c:539
6e1772d5
AM
14688#, c-format
14689msgid "unknown interrupt %s"
14690msgstr ""
14691
87ccc1b0 14692#. No interrupt type specified, opcode won't do anything.
ae351704 14693#: config/tc-z8k.c:562
fce00800 14694msgid "opcode has no effect"
87ccc1b0
NC
14695msgstr ""
14696
ae351704 14697#: config/tc-z8k.c:673
87ccc1b0
NC
14698msgid "Missing ) in ra(rb)"
14699msgstr ""
14700
ae351704 14701#: config/tc-z8k.c:753 config/tc-z8k.c:792
6e1772d5
AM
14702#, c-format
14703msgid "invalid condition code '%s'"
fce00800
AM
14704msgstr ""
14705
ae351704 14706#: config/tc-z8k.c:765
87ccc1b0 14707#, c-format
6e1772d5 14708msgid "invalid flag '%s'"
87ccc1b0
NC
14709msgstr ""
14710
ae351704 14711#: config/tc-z8k.c:919 config/tc-z8k.c:925
6e1772d5
AM
14712msgid "invalid indirect register size"
14713msgstr ""
14714
ae351704 14715#: config/tc-z8k.c:942 config/tc-z8k.c:1090 config/tc-z8k.c:1095
6e1772d5
AM
14716msgid "invalid control register name"
14717msgstr ""
14718
ae351704 14719#: config/tc-z8k.c:1079
87ccc1b0
NC
14720msgid "immediate must be 1 or 2"
14721msgstr ""
14722
ae351704 14723#: config/tc-z8k.c:1082
87ccc1b0
NC
14724msgid "immediate 1 or 2 expected"
14725msgstr ""
14726
ae351704 14727#: config/tc-z8k.c:1113
87ccc1b0
NC
14728msgid "can't use R0 here"
14729msgstr ""
14730
ae351704 14731#: config/tc-z8k.c:1271
87ccc1b0
NC
14732msgid "Can't find opcode to match operands"
14733msgstr ""
14734
499ac353 14735#: config/tc-z8k.c:1318
87ccc1b0
NC
14736#, c-format
14737msgid "invalid architecture -z%s"
14738msgstr ""
14739
499ac353 14740#: config/tc-z8k.c:1338
6e1772d5 14741#, c-format
87ccc1b0
NC
14742msgid ""
14743" Z8K options:\n"
14744" -z8001 generate segmented code\n"
14745" -z8002 generate unsegmented code\n"
14746" -linkrelax create linker relaxable code\n"
14747msgstr ""
14748
499ac353 14749#: config/tc-z8k.c:1350
6e1772d5 14750#, c-format
87ccc1b0
NC
14751msgid "call to md_convert_frag\n"
14752msgstr ""
14753
499ac353 14754#: config/tc-z8k.c:1457 config/tc-z8k.c:1497 config/tc-z8k.c:1520
87ccc1b0
NC
14755msgid "cannot branch to odd address"
14756msgstr ""
14757
499ac353 14758#: config/tc-z8k.c:1479
87ccc1b0
NC
14759msgid "relative address out of range"
14760msgstr ""
14761
499ac353 14762#: config/tc-z8k.c:1500
3caac5b8 14763msgid "relative call out of range"
87ccc1b0
NC
14764msgstr ""
14765
499ac353 14766#: config/tc-z8k.c:1544
ac50feda 14767#, c-format
3caac5b8 14768msgid "call to md_estimate_size_before_relax\n"
ac50feda
RH
14769msgstr ""
14770
a5c7551f 14771#: config/xtensa-relax.c:1555
c85dd50d
NC
14772#, c-format
14773msgid "invalid configuration option '%s' in transition rule '%s'"
14774msgstr ""
14775
a5c7551f 14776#: config/xtensa-relax.c:1680
c85dd50d
NC
14777#, c-format
14778msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
14779msgstr ""
14780
a5c7551f 14781#: config/xtensa-relax.c:1690
c85dd50d
NC
14782#, c-format
14783msgid "opcode '%s': no bound opname '%s' for precondition in %s"
14784msgstr ""
14785
a5c7551f 14786#: config/xtensa-relax.c:1697
c85dd50d
NC
14787#, c-format
14788msgid "opcode '%s': precondition only contains constants in '%s'"
14789msgstr ""
14790
a5c7551f 14791#: config/xtensa-relax.c:1744
c85dd50d
NC
14792msgid "expected one operand for generated literal"
14793msgstr ""
14794
a5c7551f 14795#: config/xtensa-relax.c:1751
c85dd50d
NC
14796msgid "expected 0 operands for generated label"
14797msgstr ""
14798
a5c7551f 14799#: config/xtensa-relax.c:1764
c85dd50d
NC
14800#, c-format
14801msgid "invalid opcode '%s' in transition rule '%s'"
14802msgstr ""
14803
a5c7551f 14804#: config/xtensa-relax.c:1772
c85dd50d
NC
14805#, c-format
14806msgid "opcode '%s': replacement does not have %d ops"
14807msgstr ""
14808
a5c7551f 14809#: config/xtensa-relax.c:1786
f12e7348
NC
14810#, c-format
14811msgid "opcode '%s': cannot find literal definition"
14812msgstr ""
14813
a5c7551f 14814#: config/xtensa-relax.c:1802 config/xtensa-relax.c:1832
c85dd50d
NC
14815#, c-format
14816msgid "opcode %s: unidentified operand '%s' in '%s'"
14817msgstr ""
14818
a5c7551f 14819#: config/xtensa-relax.c:1827
c85dd50d
NC
14820#, c-format
14821msgid "unknown user-defined function %s"
14822msgstr ""
14823
a5c7551f 14824#: config/xtensa-relax.c:1838
c85dd50d
NC
14825#, c-format
14826msgid "opcode %s: could not parse operand '%s' in '%s'"
14827msgstr ""
14828
a5c7551f 14829#: config/xtensa-relax.c:1879
c85dd50d
NC
14830#, c-format
14831msgid "could not parse INSN_PATTERN '%s'"
14832msgstr ""
14833
a5c7551f 14834#: config/xtensa-relax.c:1883
c85dd50d
NC
14835#, c-format
14836msgid "could not parse INSN_REPL '%s'"
14837msgstr ""
14838
a5c7551f 14839#: config/xtensa-relax.c:1894
c85dd50d
NC
14840#, c-format
14841msgid "could not build transition for %s => %s"
14842msgstr ""
14843
6e1772d5 14844#: depend.c:193
ac50feda 14845#, c-format
87ccc1b0 14846msgid "can't open `%s' for writing"
ac50feda
RH
14847msgstr ""
14848
6e1772d5 14849#: depend.c:205
ac50feda 14850#, c-format
87ccc1b0 14851msgid "can't close `%s'"
ac50feda
RH
14852msgstr ""
14853
a5c7551f 14854#: dw2gencfi.c:294
87ccc1b0 14855#, c-format
fce00800 14856msgid "register save offset not a multiple of %u"
ac50feda
RH
14857msgstr ""
14858
a5c7551f 14859#: dw2gencfi.c:377
06647dfd
AM
14860msgid "CFI state restore without previous remember"
14861msgstr ""
14862
a5c7551f 14863#: dw2gencfi.c:432
fce00800 14864msgid "missing separator"
ac50feda
RH
14865msgstr ""
14866
a5c7551f 14867#: dw2gencfi.c:482
fce00800 14868msgid "bad register expression"
ac50feda
RH
14869msgstr ""
14870
a5c7551f
RW
14871#: dw2gencfi.c:503 dw2gencfi.c:626 dw2gencfi.c:664 dw2gencfi.c:734
14872#: dw2gencfi.c:806
fce00800 14873msgid "CFI instruction used without previous .cfi_startproc"
ac50feda
RH
14874msgstr ""
14875
a5c7551f 14876#: dw2gencfi.c:688
ae351704
AM
14877msgid "invalid or unsupported encoding in .cfi_personality"
14878msgstr ""
14879
a5c7551f 14880#: dw2gencfi.c:695
ae351704
AM
14881msgid ".cfi_personality requires encoding and symbol arguments"
14882msgstr ""
14883
a5c7551f 14884#: dw2gencfi.c:718
ae351704
AM
14885msgid "wrong second argument to .cfi_personality"
14886msgstr ""
14887
a5c7551f 14888#: dw2gencfi.c:758 dw2gencfi.c:834
ae351704
AM
14889msgid "invalid or unsupported encoding in .cfi_lsda"
14890msgstr ""
14891
a5c7551f 14892#: dw2gencfi.c:765
ae351704
AM
14893msgid ".cfi_lsda requires encoding and symbol arguments"
14894msgstr ""
14895
a5c7551f 14896#: dw2gencfi.c:790
ae351704
AM
14897msgid "wrong second argument to .cfi_lsda"
14898msgstr ""
14899
a5c7551f
RW
14900#: dw2gencfi.c:855
14901msgid "wrong third argument to .cfi_val_encoded_addr"
14902msgstr ""
14903
14904#: dw2gencfi.c:870
87ccc1b0 14905msgid "previous CFI entry not closed (missing .cfi_endproc)"
ac50feda
RH
14906msgstr ""
14907
a5c7551f 14908#: dw2gencfi.c:905
87ccc1b0 14909msgid ".cfi_endproc without corresponding .cfi_startproc"
ac50feda
RH
14910msgstr ""
14911
a5c7551f 14912#: dw2gencfi.c:1515
87ccc1b0 14913msgid "open CFI at the end of file; missing .cfi_endproc directive"
6840198f
NC
14914msgstr ""
14915
a5c7551f 14916#: dwarf2dbg.c:542 dwarf2dbg.c:577
328577ad 14917msgid "file number less than one"
5f68c319
NC
14918msgstr ""
14919
a5c7551f 14920#: dwarf2dbg.c:552
5f68c319 14921#, c-format
328577ad 14922msgid "file number %ld already allocated"
5f68c319
NC
14923msgstr ""
14924
a5c7551f 14925#: dwarf2dbg.c:582 dwarf2dbg.c:1335
6840198f 14926#, c-format
328577ad 14927msgid "unassigned file number %ld"
6840198f
NC
14928msgstr ""
14929
a5c7551f 14930#: dwarf2dbg.c:651
3caac5b8
AM
14931msgid "is_stmt value not 0 or 1"
14932msgstr ""
14933
a5c7551f 14934#: dwarf2dbg.c:663
3caac5b8
AM
14935msgid "isa number less than zero"
14936msgstr ""
14937
a5c7551f
RW
14938#: dwarf2dbg.c:675
14939msgid "discriminator less than zero"
14940msgstr ""
14941
14942#: dwarf2dbg.c:681
3caac5b8
AM
14943#, c-format
14944msgid "unknown .loc sub-directive `%s'"
87ccc1b0
NC
14945msgstr ""
14946
a5c7551f 14947#: dwarf2dbg.c:1398
3caac5b8 14948msgid "internal error: unknown dwarf2 format"
0d2bcfaf
NC
14949msgstr ""
14950
06647dfd 14951#: ecoff.c:1552
ac50feda 14952#, c-format
328577ad 14953msgid "string too big (%lu bytes)"
ac50feda
RH
14954msgstr ""
14955
06647dfd 14956#: ecoff.c:1578
ac50feda 14957#, c-format
328577ad 14958msgid "inserting \"%s\" into string hash table: %s"
ac50feda
RH
14959msgstr ""
14960
06647dfd
AM
14961#: ecoff.c:1609 ecoff.c:1802 ecoff.c:1825 ecoff.c:1856 ecoff.c:2009
14962#: ecoff.c:2120
ac50feda
RH
14963msgid "no current file pointer"
14964msgstr ""
14965
06647dfd 14966#: ecoff.c:1696
ac50feda
RH
14967msgid "too many st_End's"
14968msgstr ""
14969
06647dfd 14970#: ecoff.c:2034
ac50feda 14971#, c-format
328577ad 14972msgid "inserting \"%s\" into tag hash table: %s"
ac50feda
RH
14973msgstr ""
14974
06647dfd 14975#: ecoff.c:2195
ac50feda
RH
14976msgid "fake .file after real one"
14977msgstr ""
14978
06647dfd 14979#: ecoff.c:2285
328577ad 14980msgid "filename goes over one page boundary"
ac50feda
RH
14981msgstr ""
14982
06647dfd 14983#: ecoff.c:2418
ac50feda
RH
14984msgid ".begin directive without a preceding .file directive"
14985msgstr ""
14986
06647dfd 14987#: ecoff.c:2425
ac50feda
RH
14988msgid ".begin directive without a preceding .ent directive"
14989msgstr ""
14990
06647dfd 14991#: ecoff.c:2456
ac50feda
RH
14992msgid ".bend directive without a preceding .file directive"
14993msgstr ""
14994
06647dfd 14995#: ecoff.c:2463
ac50feda
RH
14996msgid ".bend directive without a preceding .ent directive"
14997msgstr ""
14998
06647dfd 14999#: ecoff.c:2476
ac50feda
RH
15000msgid ".bend directive names unknown symbol"
15001msgstr ""
15002
06647dfd 15003#: ecoff.c:2519
ac50feda
RH
15004msgid ".def pseudo-op used inside of .def/.endef; ignored"
15005msgstr ""
15006
06647dfd 15007#: ecoff.c:2521
328577ad 15008msgid "empty symbol name in .def; ignored"
ac50feda
RH
15009msgstr ""
15010
06647dfd 15011#: ecoff.c:2558
ac50feda
RH
15012msgid ".dim pseudo-op used outside of .def/.endef; ignored"
15013msgstr ""
15014
06647dfd 15015#: ecoff.c:2573
328577ad 15016msgid "badly formed .dim directive"
ac50feda
RH
15017msgstr ""
15018
06647dfd 15019#: ecoff.c:2586
328577ad 15020msgid "too many .dim entries"
ac50feda
RH
15021msgstr ""
15022
06647dfd 15023#: ecoff.c:2606
ac50feda
RH
15024msgid ".scl pseudo-op used outside of .def/.endef; ignored"
15025msgstr ""
15026
06647dfd 15027#: ecoff.c:2631
ac50feda
RH
15028msgid ".size pseudo-op used outside of .def/.endef; ignored"
15029msgstr ""
15030
06647dfd 15031#: ecoff.c:2646
328577ad 15032msgid "badly formed .size directive"
ac50feda
RH
15033msgstr ""
15034
06647dfd 15035#: ecoff.c:2659
328577ad 15036msgid "too many .size entries"
ac50feda
RH
15037msgstr ""
15038
06647dfd 15039#: ecoff.c:2681
ac50feda
RH
15040msgid ".type pseudo-op used outside of .def/.endef; ignored"
15041msgstr ""
15042
15043#. FIXME: We could handle this by setting the continued bit.
15044#. There would still be a limit: the .type argument can not
15045#. be infinite.
06647dfd 15046#: ecoff.c:2699
ac50feda 15047#, c-format
328577ad 15048msgid "the type of %s is too complex; it will be simplified"
ac50feda
RH
15049msgstr ""
15050
06647dfd 15051#: ecoff.c:2710
ac50feda
RH
15052msgid "Unrecognized .type argument"
15053msgstr ""
15054
06647dfd 15055#: ecoff.c:2748
ac50feda
RH
15056msgid ".tag pseudo-op used outside of .def/.endef; ignored"
15057msgstr ""
15058
06647dfd 15059#: ecoff.c:2773
ac50feda
RH
15060msgid ".val pseudo-op used outside of .def/.endef; ignored"
15061msgstr ""
15062
06647dfd 15063#: ecoff.c:2781
ae351704 15064msgid ".val expression is too complex"
ac50feda
RH
15065msgstr ""
15066
06647dfd 15067#: ecoff.c:2811
ac50feda
RH
15068msgid ".endef pseudo-op used before .def; ignored"
15069msgstr ""
15070
06647dfd 15071#: ecoff.c:2837 ecoff.c:2918
328577ad 15072msgid "bad COFF debugging information"
ac50feda
RH
15073msgstr ""
15074
06647dfd 15075#: ecoff.c:2886
ac50feda 15076#, c-format
328577ad 15077msgid "no tag specified for %s"
ac50feda
RH
15078msgstr ""
15079
06647dfd 15080#: ecoff.c:2988
ac50feda
RH
15081msgid ".end directive without a preceding .file directive"
15082msgstr ""
15083
06647dfd 15084#: ecoff.c:2995
ac50feda
RH
15085msgid ".end directive without a preceding .ent directive"
15086msgstr ""
15087
06647dfd 15088#: ecoff.c:3017
ac50feda
RH
15089msgid ".end directive names unknown symbol"
15090msgstr ""
15091
06647dfd 15092#: ecoff.c:3044
ac50feda
RH
15093msgid "second .ent directive found before .end directive"
15094msgstr ""
15095
06647dfd 15096#: ecoff.c:3116
328577ad 15097msgid "no way to handle .file within .ent/.end section"
ac50feda
RH
15098msgstr ""
15099
06647dfd 15100#: ecoff.c:3233
328577ad 15101msgid ".loc before .file"
ac50feda
RH
15102msgstr ""
15103
06647dfd 15104#: ecoff.c:3436
ac50feda
RH
15105#, c-format
15106msgid ".stab%c is not supported"
15107msgstr ""
15108
06647dfd 15109#: ecoff.c:3446
ac50feda
RH
15110#, c-format
15111msgid ".stab%c: ignoring non-zero other field"
15112msgstr ""
15113
06647dfd 15114#: ecoff.c:3480
ac50feda
RH
15115#, c-format
15116msgid ""
328577ad 15117"line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
ac50feda
RH
15118msgstr ""
15119
06647dfd 15120#: ecoff.c:3516
ac50feda 15121#, c-format
328577ad 15122msgid "illegal .stab%c directive, bad character"
ac50feda
RH
15123msgstr ""
15124
06647dfd 15125#: ecoff.c:3975 ecoff.c:4164 ecoff.c:4189
ac50feda
RH
15126msgid ".begin/.bend in different segments"
15127msgstr ""
15128
06647dfd 15129#: ecoff.c:4685
328577ad 15130msgid "missing .end or .bend at end of file"
ac50feda
RH
15131msgstr ""
15132
06647dfd 15133#: ecoff.c:5170
ac50feda
RH
15134msgid "GP prologue size exceeds field size, using 0 instead"
15135msgstr ""
15136
a5c7551f 15137#: expr.c:88 read.c:3621
328577ad
NC
15138msgid "bignum invalid"
15139msgstr ""
15140
a5c7551f 15141#: expr.c:90 read.c:3623 read.c:4091 read.c:4957
328577ad
NC
15142msgid "floating point number invalid"
15143msgstr ""
15144
a5c7551f 15145#: expr.c:211
328577ad 15146msgid "bad floating-point constant: exponent overflow"
ac50feda
RH
15147msgstr ""
15148
a5c7551f 15149#: expr.c:215
ac50feda 15150#, c-format
328577ad 15151msgid "bad floating-point constant: unknown error code=%d"
ac50feda
RH
15152msgstr ""
15153
a5c7551f 15154#: expr.c:394
ac50feda 15155msgid ""
328577ad 15156"a bignum with underscores may not have more than 8 hex digits in any word"
ac50feda
RH
15157msgstr ""
15158
a5c7551f 15159#: expr.c:417
328577ad 15160msgid "a bignum with underscores must have exactly 4 words"
ac50feda
RH
15161msgstr ""
15162
ed265386 15163#. Either not seen or not defined.
ac50feda
RH
15164#. @@ Should print out the original string instead of
15165#. the parsed number.
a5c7551f 15166#: expr.c:540
ac50feda 15167#, c-format
328577ad 15168msgid "backward ref to unknown label \"%d:\""
ac50feda
RH
15169msgstr ""
15170
a5c7551f 15171#: expr.c:658
328577ad 15172msgid "character constant too large"
ac50feda
RH
15173msgstr ""
15174
a5c7551f 15175#: expr.c:904
ac50feda
RH
15176#, c-format
15177msgid "expr.c(operand): bad atof_generic return val %d"
15178msgstr ""
15179
a5c7551f 15180#: expr.c:970
1994a7c7 15181#, c-format
328577ad 15182msgid "missing '%c'"
ac50feda
RH
15183msgstr ""
15184
a5c7551f 15185#: expr.c:981 read.c:4437
ac50feda
RH
15186msgid "EBCDIC constants are not supported"
15187msgstr ""
15188
a5c7551f 15189#: expr.c:1096
ac50feda
RH
15190#, c-format
15191msgid "Unary operator %c ignored because bad operand follows"
15192msgstr ""
15193
a5c7551f 15194#: expr.c:1142 expr.c:1167
ac50feda
RH
15195msgid "syntax error in .startof. or .sizeof."
15196msgstr ""
15197
a5c7551f
RW
15198#: expr.c:1248 expr.c:1602
15199#, c-format
15200msgid "invalid use of operator \"%s\""
15201msgstr ""
15202
15203#: expr.c:1746
ac50feda
RH
15204msgid "missing operand; zero assumed"
15205msgstr ""
15206
a5c7551f 15207#: expr.c:1785
ac50feda
RH
15208msgid "left operand is a bignum; integer 0 assumed"
15209msgstr ""
15210
a5c7551f 15211#: expr.c:1787
ac50feda
RH
15212msgid "left operand is a float; integer 0 assumed"
15213msgstr ""
15214
a5c7551f 15215#: expr.c:1796
ac50feda
RH
15216msgid "right operand is a bignum; integer 0 assumed"
15217msgstr ""
15218
a5c7551f 15219#: expr.c:1798
ac50feda
RH
15220msgid "right operand is a float; integer 0 assumed"
15221msgstr ""
15222
a5c7551f 15223#: expr.c:1866 symbols.c:1356
ac50feda
RH
15224msgid "division by zero"
15225msgstr ""
15226
a5c7551f
RW
15227#: expr.c:1872
15228msgid "shift count"
15229msgstr ""
15230
15231#: expr.c:1975
328577ad
NC
15232msgid "operation combines symbols in different segments"
15233msgstr ""
15234
6c37ac4d 15235#: frags.c:48
ac50feda
RH
15236msgid "attempt to allocate data in absolute section"
15237msgstr ""
15238
6c37ac4d 15239#: frags.c:54
ac50feda
RH
15240msgid "attempt to allocate data in common section"
15241msgstr ""
15242
55cf6793 15243#: frags.c:112
6c37ac4d
NC
15244#, c-format
15245msgid "can't extend frag %u chars"
15246msgstr ""
15247
6e1772d5 15248#. For error messages.
ac50feda
RH
15249#. Detect if we are reading from stdin by examining the file
15250#. name returned by as_where().
15251#.
15252#. [FIXME: We rely upon the name in the strcmp below being the
15253#. same as the one used by input_scrub_new_file(), if that is
15254#. not true, then this code will fail].
15255#.
18e03609
NC
15256#. If we are reading from stdin, then we need to save each input
15257#. line here (assuming of course that we actually have a line of
15258#. input to read), so that it can be displayed in the listing
15259#. that is produced at the end of the assembly.
a5c7551f 15260#: input-file.c:138 input-scrub.c:241 listing.c:334
ac50feda
RH
15261msgid "{standard input}"
15262msgstr ""
15263
ae351704 15264#: input-file.c:143
ac50feda 15265#, c-format
ae351704 15266msgid "can't open %s for reading: %s"
ac50feda
RH
15267msgstr ""
15268
ae351704 15269#: input-file.c:152 input-file.c:215 input-file.c:241
ac50feda 15270#, c-format
ae351704 15271msgid "can't read from %s: %s"
ac50feda
RH
15272msgstr ""
15273
a5c7551f 15274#: input-file.c:249 listing.c:1389 output-file.c:69
ac50feda 15275#, c-format
ae351704 15276msgid "can't close %s: %s"
ac50feda
RH
15277msgstr ""
15278
ae351704 15279#: input-scrub.c:266
60bcf0fa 15280msgid "macros nested too deeply"
ac50feda
RH
15281msgstr ""
15282
a5c7551f 15283#: input-scrub.c:375 input-scrub.c:399
ac50feda
RH
15284msgid "partial line at end of file ignored"
15285msgstr ""
15286
ae351704 15287#: itbl-ops.c:329
6e1772d5 15288#, c-format
ac50feda
RH
15289msgid "Unable to allocate memory for new instructions\n"
15290msgstr ""
15291
a5c7551f 15292#: listing.c:240
ac50feda
RH
15293msgid "Warning:"
15294msgstr ""
15295
a5c7551f 15296#: listing.c:246
ac50feda
RH
15297msgid "Error:"
15298msgstr ""
15299
a5c7551f 15300#: listing.c:1275
f12e7348
NC
15301#, c-format
15302msgid ""
15303"\n"
15304" time stamp \t: %s\n"
15305"\n"
15306msgstr ""
15307
a5c7551f 15308#: listing.c:1285
f12e7348
NC
15309#, c-format
15310msgid "%s "
15311msgstr ""
15312
a5c7551f 15313#: listing.c:1290
f12e7348
NC
15314#, c-format
15315msgid ""
15316"\n"
15317"\t%s "
15318msgstr ""
15319
a5c7551f 15320#: listing.c:1300
f12e7348
NC
15321msgid ""
15322"\n"
15323" options passed\t: "
15324msgstr ""
15325
a5c7551f 15326#: listing.c:1339
f12e7348
NC
15327#, c-format
15328msgid ""
15329" GNU assembler version %s (%s)\n"
15330"\t using BFD version %s."
15331msgstr ""
15332
a5c7551f 15333#: listing.c:1342
f12e7348
NC
15334#, c-format
15335msgid ""
15336"\n"
15337" input file \t: %s"
15338msgstr ""
15339
a5c7551f 15340#: listing.c:1343
f12e7348
NC
15341#, c-format
15342msgid ""
15343"\n"
15344" output file \t: %s"
15345msgstr ""
15346
a5c7551f 15347#: listing.c:1344
f12e7348
NC
15348#, c-format
15349msgid ""
15350"\n"
15351" target \t: %s"
15352msgstr ""
15353
a5c7551f 15354#: listing.c:1368
ac50feda 15355#, c-format
ae351704 15356msgid "can't open %s: %s"
ac50feda
RH
15357msgstr ""
15358
a5c7551f 15359#: listing.c:1461
ac50feda
RH
15360msgid "strange paper height, set to no form"
15361msgstr ""
15362
a5c7551f 15363#: listing.c:1525
328577ad 15364msgid "new line in title"
ac50feda
RH
15365msgstr ""
15366
87ccc1b0 15367#. Turns the next expression into a string.
ae351704 15368#: macro.c:371
87ccc1b0
NC
15369#, no-c-format
15370msgid "% operator needs absolute expression"
15371msgstr ""
15372
ae351704 15373#: macro.c:521
55cf6793
ZW
15374#, c-format
15375msgid "Missing parameter qualifier for `%s' in macro `%s'"
15376msgstr ""
15377
ae351704 15378#: macro.c:531
55cf6793
ZW
15379#, c-format
15380msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
15381msgstr ""
15382
ae351704 15383#: macro.c:548
55cf6793
ZW
15384#, c-format
15385msgid "Pointless default value for required parameter `%s' in macro `%s'"
15386msgstr ""
15387
ae351704 15388#: macro.c:560
55cf6793
ZW
15389#, c-format
15390msgid "A parameter named `%s' already exists for macro `%s'"
15391msgstr ""
15392
ae351704 15393#: macro.c:597
55cf6793
ZW
15394#, c-format
15395msgid "Reserved word `%s' used as parameter in macro `%s'"
15396msgstr ""
15397
ae351704 15398#: macro.c:635
55cf6793
ZW
15399#, c-format
15400msgid "unexpected end of file in macro `%s' definition"
ac50feda
RH
15401msgstr ""
15402
ae351704 15403#: macro.c:647
55cf6793
ZW
15404#, c-format
15405msgid "missing `)' after formals in macro definition `%s'"
ac50feda
RH
15406msgstr ""
15407
ae351704 15408#: macro.c:662
06647dfd
AM
15409msgid "Missing macro name"
15410msgstr ""
15411
ae351704 15412#: macro.c:671
55cf6793
ZW
15413#, c-format
15414msgid "Bad parameter list for macro `%s'"
15415msgstr ""
15416
ae351704 15417#: macro.c:677
55cf6793
ZW
15418#, c-format
15419msgid "Macro `%s' was already defined"
06647dfd
AM
15420msgstr ""
15421
ae351704 15422#: macro.c:800 macro.c:802
55cf6793 15423msgid "missing `)'"
06647dfd
AM
15424msgstr ""
15425
ae351704 15426#: macro.c:897
55cf6793
ZW
15427#, c-format
15428msgid "`%s' was already used as parameter (or another local) name"
ac50feda
RH
15429msgstr ""
15430
ae351704 15431#: macro.c:1055
ac50feda
RH
15432msgid "confusion in formal parameters"
15433msgstr ""
15434
ae351704 15435#: macro.c:1062
55cf6793
ZW
15436#, c-format
15437msgid "Parameter named `%s' does not exist for macro `%s'"
15438msgstr ""
15439
ae351704 15440#: macro.c:1070
55cf6793
ZW
15441#, c-format
15442msgid "Value for parameter `%s' of macro `%s' was already specified"
ac50feda
RH
15443msgstr ""
15444
ae351704 15445#: macro.c:1084
ac50feda
RH
15446msgid "can't mix positional and keyword arguments"
15447msgstr ""
15448
ae351704 15449#: macro.c:1095
ac50feda
RH
15450msgid "too many positional arguments"
15451msgstr ""
15452
ae351704 15453#: macro.c:1143
55cf6793
ZW
15454#, c-format
15455msgid "Missing value for required parameter `%s' of macro `%s'"
15456msgstr ""
15457
f12e7348 15458#: macro.c:1282
55cf6793
ZW
15459#, c-format
15460msgid "Attempt to purge non-existant macro `%s'"
15461msgstr ""
15462
f12e7348 15463#: macro.c:1301
ac50feda
RH
15464msgid "unexpected end of file in irp or irpc"
15465msgstr ""
15466
f12e7348 15467#: macro.c:1309
ac50feda
RH
15468msgid "missing model parameter"
15469msgstr ""
15470
ae351704 15471#: messages.c:82
6e1772d5 15472#, c-format
ac50feda
RH
15473msgid "Assembler messages:\n"
15474msgstr ""
15475
ae351704 15476#: messages.c:166
6e1772d5 15477#, c-format
ac50feda
RH
15478msgid "Warning: "
15479msgstr ""
15480
ae351704 15481#: messages.c:267
6e1772d5 15482#, c-format
ac50feda
RH
15483msgid "Error: "
15484msgstr ""
15485
ae351704 15486#: messages.c:362 messages.c:382
6e1772d5 15487#, c-format
ac50feda
RH
15488msgid "Fatal error: "
15489msgstr ""
15490
ae351704 15491#: messages.c:397
6e1772d5 15492#, c-format
ac50feda
RH
15493msgid "Internal error!\n"
15494msgstr ""
15495
ae351704 15496#: messages.c:399
ac50feda
RH
15497#, c-format
15498msgid "Assertion failure in %s at %s line %d.\n"
15499msgstr ""
15500
ae351704 15501#: messages.c:402
ac50feda
RH
15502#, c-format
15503msgid "Assertion failure at %s line %d.\n"
15504msgstr ""
15505
ae351704 15506#: messages.c:403 messages.c:420
6e1772d5 15507#, c-format
ac50feda
RH
15508msgid "Please report this bug.\n"
15509msgstr ""
15510
ae351704 15511#: messages.c:415
ac50feda
RH
15512#, c-format
15513msgid "Internal error, aborting at %s line %d in %s\n"
15514msgstr ""
15515
ae351704 15516#: messages.c:418
ac50feda
RH
15517#, c-format
15518msgid "Internal error, aborting at %s line %d\n"
15519msgstr ""
15520
ae351704
AM
15521#: messages.c:467
15522#, c-format
15523msgid "%s out of domain (%d is not a multiple of %d)"
15524msgstr ""
15525
15526#: messages.c:485
8ea2b00f
AM
15527#, c-format
15528msgid "%s out of range (%d is not between %d and %d)"
15529msgstr ""
15530
15531#. xgettext:c-format.
ae351704 15532#: messages.c:508
8ea2b00f
AM
15533#, c-format
15534msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
15535msgstr ""
15536
ae351704 15537#: output-file.c:35
ac50feda 15538#, c-format
328577ad 15539msgid "can't open a bfd on stdout %s"
ac50feda
RH
15540msgstr ""
15541
ae351704 15542#: output-file.c:42
ac50feda 15543#, c-format
ae351704 15544msgid "selected target format '%s' unknown"
ac50feda
RH
15545msgstr ""
15546
ae351704 15547#: output-file.c:44
ac50feda 15548#, c-format
ae351704 15549msgid "can't create %s: %s"
ac50feda
RH
15550msgstr ""
15551
a5c7551f 15552#: read.c:463
55cf6793
ZW
15553msgid "bad or irreducible absolute expression"
15554msgstr ""
15555
a5c7551f 15556#: read.c:489
ac50feda
RH
15557#, c-format
15558msgid "error constructing %s pseudo-op table: %s"
15559msgstr ""
15560
a5c7551f 15561#: read.c:899
ac50feda 15562#, c-format
328577ad 15563msgid "unknown pseudo-op: `%s'"
ac50feda
RH
15564msgstr ""
15565
a5c7551f 15566#: read.c:986
ac50feda
RH
15567#, c-format
15568msgid "label \"%d$\" redefined"
15569msgstr ""
15570
a5c7551f 15571#: read.c:1221
ac50feda
RH
15572msgid ".abort detected. Abandoning ship."
15573msgstr ""
15574
a5c7551f 15575#: read.c:1239 read.c:2651
328577ad 15576msgid "ignoring fill value in absolute section"
ac50feda
RH
15577msgstr ""
15578
a5c7551f 15579#: read.c:1330
ac50feda 15580#, c-format
328577ad 15581msgid "alignment too large: %u assumed"
ac50feda
RH
15582msgstr ""
15583
a5c7551f 15584#: read.c:1362
ac50feda
RH
15585msgid "expected fill pattern missing"
15586msgstr ""
15587
a5c7551f 15588#: read.c:1471
328577ad 15589#, c-format
6e1772d5
AM
15590msgid "size (%ld) out of range, ignored"
15591msgstr ""
15592
a5c7551f 15593#: read.c:1500
6e1772d5
AM
15594#, c-format
15595msgid "size of \"%s\" is already %ld; not changing to %ld"
ac50feda
RH
15596msgstr ""
15597
15598#. Some of the back ends can't deal with non-positive line numbers.
3caac5b8
AM
15599#. Besides, it's silly. GCC however will generate a line number of
15600#. zero when it is pre-processing builtins for assembler-with-cpp files:
15601#.
15602#. # 0 "<built-in>"
15603#.
15604#. We do not want to barf on this, especially since such files are used
15605#. in the GCC and GDB testsuites. So we check for negative line numbers
15606#. rather than non-positive line numbers.
a5c7551f 15607#: read.c:1750
ac50feda 15608#, c-format
328577ad 15609msgid "line numbers must be positive; line number %d rejected"
ac50feda
RH
15610msgstr ""
15611
a5c7551f 15612#: read.c:1787
ae351704
AM
15613#, c-format
15614msgid "incompatible flag %i in line directive"
15615msgstr ""
15616
a5c7551f 15617#: read.c:1799
ae351704
AM
15618#, c-format
15619msgid "unsupported flag %i in line directive"
15620msgstr ""
15621
a5c7551f 15622#: read.c:1838
ac50feda
RH
15623msgid "start address not supported"
15624msgstr ""
15625
a5c7551f 15626#: read.c:1847
ac50feda
RH
15627msgid ".err encountered"
15628msgstr ""
15629
a5c7551f 15630#: read.c:1863
06647dfd
AM
15631msgid ".error directive invoked in source file"
15632msgstr ""
15633
a5c7551f 15634#: read.c:1864
06647dfd
AM
15635msgid ".warning directive invoked in source file"
15636msgstr ""
15637
a5c7551f 15638#: read.c:1870
06647dfd
AM
15639#, c-format
15640msgid "%s argument must be a string"
15641msgstr ""
15642
a5c7551f 15643#: read.c:1902 read.c:1904
ac50feda
RH
15644#, c-format
15645msgid ".fail %ld encountered"
15646msgstr ""
15647
a5c7551f 15648#: read.c:1944
ac50feda 15649#, c-format
328577ad 15650msgid ".fill size clamped to %d"
ac50feda
RH
15651msgstr ""
15652
a5c7551f 15653#: read.c:1949
328577ad 15654msgid "size negative; .fill ignored"
ac50feda
RH
15655msgstr ""
15656
a5c7551f 15657#: read.c:1955
328577ad 15658msgid "repeat < 0; .fill ignored"
ac50feda
RH
15659msgstr ""
15660
a5c7551f
RW
15661#: read.c:2111
15662#, c-format
15663msgid "Attribute name not recognised: %s"
15664msgstr ""
15665
15666#: read.c:2126
ae351704
AM
15667msgid "expected numeric constant"
15668msgstr ""
15669
a5c7551f 15670#: read.c:2167
ae351704
AM
15671msgid "bad string constant"
15672msgstr ""
15673
a5c7551f 15674#: read.c:2171
ae351704
AM
15675msgid "expected <tag> , <value>"
15676msgstr ""
15677
a5c7551f 15678#: read.c:2246
ac50feda
RH
15679#, c-format
15680msgid "unrecognized .linkonce type `%s'"
15681msgstr ""
15682
a5c7551f 15683#: read.c:2258
ac50feda
RH
15684msgid ".linkonce is not supported for this object file format"
15685msgstr ""
15686
a5c7551f 15687#: read.c:2280
ac50feda
RH
15688#, c-format
15689msgid "bfd_set_section_flags: %s"
15690msgstr ""
15691
a5c7551f 15692#: read.c:2353
6e1772d5 15693msgid "expected alignment after size"
ac50feda
RH
15694msgstr ""
15695
a5c7551f 15696#: read.c:2580
ac50feda
RH
15697#, c-format
15698msgid "attempt to redefine pseudo-op `%s' ignored"
15699msgstr ""
15700
a5c7551f 15701#: read.c:2599
f12e7348
NC
15702msgid "ignoring macro exit outside a macro definition."
15703msgstr ""
15704
a5c7551f 15705#: read.c:2646
ac50feda 15706#, c-format
328577ad 15707msgid "invalid segment \"%s\""
ac50feda
RH
15708msgstr ""
15709
a5c7551f 15710#: read.c:2654
ac50feda
RH
15711msgid "only constant offsets supported in absolute section"
15712msgstr ""
15713
a5c7551f 15714#: read.c:2693
ac50feda
RH
15715msgid "MRI style ORG pseudo-op not supported"
15716msgstr ""
15717
a5c7551f 15718#: read.c:2846
ac50feda
RH
15719#, c-format
15720msgid "unrecognized section type `%s'"
15721msgstr ""
15722
a5c7551f 15723#: read.c:2860
ac50feda
RH
15724msgid "absolute sections are not supported"
15725msgstr ""
15726
a5c7551f 15727#: read.c:2875
ac50feda
RH
15728#, c-format
15729msgid "unrecognized section command `%s'"
15730msgstr ""
15731
a5c7551f 15732#: read.c:2939
06647dfd
AM
15733#, c-format
15734msgid ".end%c encountered without preceeding %s"
328577ad
NC
15735msgstr ""
15736
a5c7551f 15737#: read.c:2969
a74801ba
ILT
15738#, c-format
15739msgid "%s without %s"
ac50feda
RH
15740msgstr ""
15741
a5c7551f 15742#: read.c:3197
328577ad 15743msgid "unsupported variable size or fill value"
ac50feda
RH
15744msgstr ""
15745
a5c7551f 15746#: read.c:3225
ac50feda
RH
15747msgid ".space repeat count is zero, ignored"
15748msgstr ""
15749
a5c7551f 15750#: read.c:3227
ac50feda
RH
15751msgid ".space repeat count is negative, ignored"
15752msgstr ""
15753
a5c7551f 15754#: read.c:3256
ac50feda
RH
15755msgid "space allocation too complex in absolute section"
15756msgstr ""
15757
a5c7551f 15758#: read.c:3262
ac50feda
RH
15759msgid "space allocation too complex in common section"
15760msgstr ""
15761
a5c7551f 15762#: read.c:3353 read.c:4683
ac50feda 15763#, c-format
328577ad 15764msgid "bad floating literal: %s"
ac50feda
RH
15765msgstr ""
15766
a5c7551f 15767#: read.c:3513
3caac5b8
AM
15768#, c-format
15769msgid "%s: would close weakref loop: %s"
15770msgstr ""
15771
a5c7551f 15772#: read.c:3559
ac50feda 15773#, c-format
6e1772d5 15774msgid "junk at end of line, first unrecognized character valued 0x%x"
ac50feda
RH
15775msgstr ""
15776
a5c7551f 15777#: read.c:3687
55cf6793
ZW
15778#, c-format
15779msgid "`%s' can't be equated to common symbol '%s'"
15780msgstr ""
15781
a5c7551f 15782#: read.c:3815
ac50feda
RH
15783msgid "rva without symbol"
15784msgstr ""
15785
a5c7551f 15786#: read.c:3872
ae351704 15787msgid "missing or bad offset expression"
ac50feda
RH
15788msgstr ""
15789
a5c7551f 15790#: read.c:3893
ae351704 15791msgid "missing reloc type"
ac50feda
RH
15792msgstr ""
15793
a5c7551f 15794#: read.c:3905
ae351704 15795msgid "unrecognized reloc type"
ac50feda
RH
15796msgstr ""
15797
a5c7551f 15798#: read.c:3921
ae351704 15799msgid "bad reloc expression"
ac50feda
RH
15800msgstr ""
15801
a5c7551f 15802#: read.c:4047
ae351704 15803msgid "attempt to store value in absolute section"
ac50feda
RH
15804msgstr ""
15805
a5c7551f 15806#: read.c:4085 read.c:4951
ae351704 15807msgid "zero assumed for missing expression"
ac50feda
RH
15808msgstr ""
15809
a5c7551f 15810#: read.c:4097 read.c:4963 write.c:268 write.c:973
ae351704 15811msgid "register value used as expression"
ac50feda
RH
15812msgstr ""
15813
a5c7551f 15814#: read.c:4177
c85dd50d
NC
15815#, c-format
15816msgid "value 0x%llx truncated to 0x%llx"
15817msgstr ""
15818
a5c7551f 15819#: read.c:4180
f12e7348
NC
15820msgid "value 0x%I64x truncated to 0x%I64x"
15821msgstr ""
15822
a5c7551f 15823#: read.c:4184
ac50feda 15824#, c-format
ae351704 15825msgid "value 0x%lx truncated to 0x%lx"
ac50feda
RH
15826msgstr ""
15827
a5c7551f 15828#: read.c:4201
ac50feda 15829#, c-format
ae351704 15830msgid "bignum truncated to %d bytes"
ac50feda
RH
15831msgstr ""
15832
a5c7551f 15833#: read.c:4510 read.c:4705
328577ad 15834msgid "unresolvable or nonpositive repeat count; using 1"
ac50feda
RH
15835msgstr ""
15836
a5c7551f 15837#: read.c:4559
ac50feda 15838#, c-format
328577ad 15839msgid "unknown floating type type '%c'"
ac50feda
RH
15840msgstr ""
15841
a5c7551f 15842#: read.c:4581
328577ad 15843msgid "floating point constant too large"
ac50feda
RH
15844msgstr ""
15845
a5c7551f 15846#: read.c:5117
87ccc1b0
NC
15847msgid "strings must be placed into a section"
15848msgstr ""
15849
a5c7551f 15850#: read.c:5165
328577ad 15851msgid "expected <nn>"
ac50feda
RH
15852msgstr ""
15853
15854#. To be compatible with BSD 4.2 as: give the luser a linefeed!!
a5c7551f 15855#: read.c:5198 read.c:5284
328577ad 15856msgid "unterminated string; newline inserted"
ac50feda
RH
15857msgstr ""
15858
a5c7551f 15859#: read.c:5292
328577ad 15860msgid "bad escaped character in string"
ac50feda
RH
15861msgstr ""
15862
a5c7551f 15863#: read.c:5317
328577ad 15864msgid "expected address expression"
ac50feda
RH
15865msgstr ""
15866
a5c7551f 15867#: read.c:5336
ac50feda
RH
15868#, c-format
15869msgid "symbol \"%s\" undefined; zero assumed"
15870msgstr ""
15871
a5c7551f 15872#: read.c:5339
ac50feda
RH
15873msgid "some symbol undefined; zero assumed"
15874msgstr ""
15875
a5c7551f 15876#: read.c:5375
328577ad 15877msgid "this string may not contain '\\0'"
ac50feda
RH
15878msgstr ""
15879
a5c7551f 15880#: read.c:5411
328577ad 15881msgid "missing string"
ac50feda
RH
15882msgstr ""
15883
a5c7551f 15884#: read.c:5502
328577ad
NC
15885#, c-format
15886msgid ".incbin count zero, ignoring `%s'"
ac50feda
RH
15887msgstr ""
15888
a5c7551f 15889#: read.c:5528
328577ad
NC
15890#, c-format
15891msgid "file not found: %s"
ac50feda
RH
15892msgstr ""
15893
a5c7551f 15894#: read.c:5542
ac50feda 15895#, c-format
328577ad 15896msgid "seek to end of .incbin file failed `%s'"
ac50feda
RH
15897msgstr ""
15898
a5c7551f 15899#: read.c:5553
328577ad 15900#, c-format
06647dfd 15901msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
ac50feda
RH
15902msgstr ""
15903
a5c7551f 15904#: read.c:5560
328577ad
NC
15905#, c-format
15906msgid "could not skip to %ld in file `%s'"
15907msgstr ""
15908
a5c7551f 15909#: read.c:5569
328577ad
NC
15910#, c-format
15911msgid "truncated file `%s', %ld of %ld bytes read"
15912msgstr ""
15913
a5c7551f 15914#: read.c:5727
328577ad
NC
15915msgid "missing .func"
15916msgstr ""
15917
a5c7551f 15918#: read.c:5744
328577ad
NC
15919msgid ".endfunc missing for previous .func"
15920msgstr ""
15921
a5c7551f 15922#: read.c:5881
55cf6793
ZW
15923#, c-format
15924msgid "missing closing `%c'"
15925msgstr ""
15926
a5c7551f 15927#: read.c:5883
55cf6793
ZW
15928msgid "stray `\\'"
15929msgstr ""
15930
c85dd50d
NC
15931#: remap.c:52
15932#, c-format
15933msgid "invalid argument '%s' to -fdebug-prefix-map"
15934msgstr ""
15935
15936#: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
ac50feda 15937#, c-format
328577ad
NC
15938msgid ".stab%c: missing comma"
15939msgstr ""
15940
87ccc1b0
NC
15941#. This could happen for example with a source file with a huge
15942#. number of lines. The only cure is to use a different debug
15943#. format, probably DWARF.
c85dd50d 15944#: stabs.c:242
87ccc1b0
NC
15945#, c-format
15946msgid ".stab%c: description field '%x' too big, try a different debug format"
15947msgstr ""
15948
c85dd50d 15949#: stabs.c:423
328577ad 15950msgid "comma missing in .xstabs"
ac50feda
RH
15951msgstr ""
15952
ae351704 15953#: symbols.c:277
87ccc1b0
NC
15954#, c-format
15955msgid "cannot define symbol `%s' in absolute section"
15956msgstr ""
15957
ae351704 15958#: symbols.c:417
ac50feda 15959#, c-format
328577ad 15960msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
ac50feda
RH
15961msgstr ""
15962
ae351704 15963#: symbols.c:494 symbols.c:501
ac50feda 15964#, c-format
328577ad 15965msgid "inserting \"%s\" into symbol table failed: %s"
ac50feda
RH
15966msgstr ""
15967
f12e7348 15968#: symbols.c:964 symbols.c:968
ac50feda 15969#, c-format
87ccc1b0 15970msgid "undefined symbol `%s' in operation"
ac50feda
RH
15971msgstr ""
15972
f12e7348 15973#: symbols.c:975
ac50feda 15974#, c-format
87ccc1b0 15975msgid "invalid sections for operation on `%s' and `%s'"
ac50feda
RH
15976msgstr ""
15977
f12e7348 15978#: symbols.c:979
87ccc1b0
NC
15979#, c-format
15980msgid "invalid section for operation on `%s'"
ac50feda
RH
15981msgstr ""
15982
f12e7348 15983#: symbols.c:987 symbols.c:990
ac50feda 15984#, c-format
328577ad 15985msgid "undefined symbol `%s' in operation setting `%s'"
ac50feda
RH
15986msgstr ""
15987
f12e7348 15988#: symbols.c:996
87ccc1b0
NC
15989#, c-format
15990msgid "invalid sections for operation on `%s' and `%s' setting `%s'"
15991msgstr ""
15992
f12e7348 15993#: symbols.c:999
87ccc1b0
NC
15994#, c-format
15995msgid "invalid section for operation on `%s' setting `%s'"
15996msgstr ""
15997
f12e7348 15998#: symbols.c:1049
ac50feda 15999#, c-format
87ccc1b0 16000msgid "symbol definition loop encountered at `%s'"
ac50feda
RH
16001msgstr ""
16002
f12e7348 16003#: symbols.c:1076
ae351704
AM
16004#, c-format
16005msgid "cannot convert expression symbol %s to complex relocation"
16006msgstr ""
16007
f12e7348 16008#: symbols.c:1358
ac50feda 16009#, c-format
328577ad 16010msgid "division by zero when setting `%s'"
ac50feda
RH
16011msgstr ""
16012
a5c7551f 16013#: symbols.c:1439 write.c:1846
ac50feda 16014#, c-format
328577ad 16015msgid "can't resolve value for symbol `%s'"
ac50feda
RH
16016msgstr ""
16017
f12e7348 16018#: symbols.c:1889
ac50feda
RH
16019#, c-format
16020msgid "\"%d\" (instance number %d of a %s label)"
16021msgstr ""
16022
f12e7348 16023#: symbols.c:1918
ac50feda 16024#, c-format
328577ad 16025msgid "attempt to get value of unresolved symbol `%s'"
ac50feda
RH
16026msgstr ""
16027
a5c7551f 16028#: symbols.c:2193
328577ad 16029msgid "section symbols are already global"
c45021f2
NC
16030msgstr ""
16031
a5c7551f 16032#: symbols.c:2306
87ccc1b0
NC
16033#, c-format
16034msgid "Accessing function `%s' as thread-local object"
16035msgstr ""
16036
a5c7551f 16037#: symbols.c:2310
87ccc1b0
NC
16038#, c-format
16039msgid "Accessing `%s' as thread-local object"
16040msgstr ""
16041
a5c7551f 16042#: write.c:167
ac50feda
RH
16043#, c-format
16044msgid "field fx_size too small to hold %d"
16045msgstr ""
16046
a5c7551f 16047#: write.c:444
ac50feda
RH
16048#, c-format
16049msgid "attempt to .org/.space backwards? (%ld)"
16050msgstr ""
16051
a5c7551f 16052#: write.c:675
ae351704
AM
16053msgid "invalid offset expression"
16054msgstr ""
16055
a5c7551f 16056#: write.c:697
ae351704
AM
16057msgid "invalid reloc expression"
16058msgstr ""
16059
a5c7551f 16060#: write.c:1056
ae351704
AM
16061#, c-format
16062msgid "value of %s too large for field of %d bytes at %s"
16063msgstr ""
16064
a5c7551f 16065#: write.c:1068
55cf6793 16066#, c-format
ae351704 16067msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
55cf6793
ZW
16068msgstr ""
16069
a5c7551f 16070#: write.c:1112
f12e7348
NC
16071msgid "redefined symbol cannot be used on reloc"
16072msgstr ""
16073
a5c7551f 16074#: write.c:1125
ac50feda
RH
16075msgid "relocation out of range"
16076msgstr ""
16077
a5c7551f 16078#: write.c:1128
ac50feda
RH
16079#, c-format
16080msgid "%s:%u: bad return from bfd_install_relocation: %x"
16081msgstr ""
16082
a5c7551f 16083#: write.c:1192
ac50feda
RH
16084msgid "internal error: fixup not contained within frag"
16085msgstr ""
16086
a5c7551f 16087#: write.c:1245
ae351704
AM
16088msgid "reloc not within (fixed part of) section"
16089msgstr ""
16090
a5c7551f 16091#: write.c:1312 write.c:1333
ac50feda 16092#, c-format
ae351704 16093msgid "can't write %s: %s"
ac50feda
RH
16094msgstr ""
16095
a5c7551f 16096#: write.c:1363
328577ad 16097msgid "cannot write to output file"
ac50feda
RH
16098msgstr ""
16099
a5c7551f 16100#: write.c:1517
ac50feda 16101#, c-format
328577ad 16102msgid "%d error%s, %d warning%s, generating bad object file"
ac50feda
RH
16103msgstr ""
16104
a5c7551f 16105#: write.c:1524
ac50feda 16106#, c-format
328577ad 16107msgid "%d error%s, %d warning%s, no object file generated"
ac50feda
RH
16108msgstr ""
16109
a5c7551f 16110#: write.c:1763
3caac5b8
AM
16111#, c-format
16112msgid "%s: global symbols not supported in common sections"
16113msgstr ""
16114
a5c7551f 16115#: write.c:1777
ac50feda 16116#, c-format
328577ad 16117msgid "local label `%s' is not defined"
ac50feda
RH
16118msgstr ""
16119
a5c7551f 16120#: write.c:1797
06647dfd 16121#, c-format
55cf6793 16122msgid "Local symbol `%s' can't be equated to common symbol `%s'"
06647dfd
AM
16123msgstr ""
16124
a5c7551f 16125#: write.c:1804
f12e7348
NC
16126#, c-format
16127msgid "can't make global register symbol `%s'"
16128msgstr ""
16129
a5c7551f 16130#: write.c:2074
ac50feda
RH
16131#, c-format
16132msgid "alignment padding (%lu bytes) not a multiple of %ld"
16133msgstr ""
16134
a5c7551f 16135#: write.c:2232
ac50feda
RH
16136#, c-format
16137msgid ".word %s-%s+%s didn't fit"
16138msgstr ""
16139
a5c7551f 16140#: write.c:2327
ae351704
AM
16141msgid "padding added"
16142msgstr ""
16143
a5c7551f 16144#: write.c:2377
fce00800 16145msgid "attempt to move .org backwards"
ac50feda
RH
16146msgstr ""
16147
a5c7551f 16148#: write.c:2401
ac50feda
RH
16149msgid ".space specifies non-absolute value"
16150msgstr ""
16151
a5c7551f 16152#: write.c:2416
ac50feda
RH
16153msgid ".space or .fill with negative value, ignored"
16154msgstr ""
16155
a5c7551f 16156#: write.c:2487
3caac5b8
AM
16157#, c-format
16158msgid ""
16159"Infinite loop encountered whilst attempting to compute the addresses of "
16160"symbols in section %s"
16161msgstr ""
This page took 2.268449 seconds and 4 git commands to generate.