* ltconfig, ltmain.sh: Update to libtool 1.3.4.
[deliverable/binutils-gdb.git] / gas / po / gas.pot
CommitLineData
252b5132
RH
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4#
5#, fuzzy
6msgid ""
7msgstr ""
8"Project-Id-Version: PACKAGE VERSION\n"
ac50feda 9"POT-Creation-Date: 1999-06-03 03:00-0700\n"
252b5132
RH
10"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12"Language-Team: LANGUAGE <LL@li.org>\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=CHARSET\n"
15"Content-Transfer-Encoding: ENCODING\n"
16
ac50feda 17#: app.c:448 app.c:462
252b5132
RH
18msgid "end of file in comment"
19msgstr ""
20
ac50feda 21#: app.c:541
252b5132
RH
22msgid "end of file in string: inserted '\"'"
23msgstr ""
24
ac50feda 25#: app.c:607
252b5132
RH
26#, c-format
27msgid "Unknown escape '\\%c' in string: Ignored"
28msgstr ""
29
ac50feda 30#: app.c:616
252b5132
RH
31msgid "End of file in string: '\"' inserted"
32msgstr ""
33
ac50feda 34#: app.c:736
252b5132
RH
35msgid "end of file not at end of a line; newline inserted"
36msgstr ""
37
ac50feda 38#: app.c:882
252b5132
RH
39msgid "end of file in multiline comment"
40msgstr ""
41
ac50feda 42#: app.c:931
252b5132
RH
43msgid "end of file after a one-character quote; \\0 inserted"
44msgstr ""
45
ac50feda 46#: app.c:939
252b5132
RH
47msgid "end of file in escape character"
48msgstr ""
49
ac50feda 50#: app.c:951
252b5132
RH
51msgid "Missing close quote: (assumed)"
52msgstr ""
53
ac50feda 54#: app.c:1010 app.c:1064 app.c:1133
252b5132
RH
55msgid "end of file in comment; newline inserted"
56msgstr ""
57
ac50feda 58#: app.c:1074
252b5132
RH
59msgid "EOF in Comment: Newline inserted"
60msgstr ""
61
62#: as.c:121
63#, c-format
64msgid "GNU assembler version %s (%s) using BFD version %s"
65msgstr ""
66
67#: as.c:124
68#, c-format
69msgid "GNU assembler version %s (%s)"
70msgstr ""
71
72#: as.c:133
73#, c-format
74msgid "Usage: %s [option...] [asmfile...]\n"
75msgstr ""
76
77#: as.c:135
78msgid ""
79"Options:\n"
80" -a[sub-option...]\tturn on listings\n"
81" Sub-options [default hls]:\n"
82" c omit false conditionals\n"
83" d omit debugging directives\n"
84" h include high-level source\n"
85" l include assembly\n"
86" m include macro expansions\n"
87" n omit forms processing\n"
88" s include symbols\n"
ac50feda 89" L include line debug statistics (if applicable)\n"
252b5132
RH
90" =file set listing file name (must be last sub-option)\n"
91msgstr ""
92
ac50feda 93#: as.c:149
252b5132
RH
94msgid ""
95" -D\t\t produce assembler debugging messages\n"
96" --defsym SYM=VAL define symbol SYM to given value\n"
97" -f\t\t skip whitespace and comment preprocessing\n"
98" --gstabs\t generate stabs debugging information\n"
99" --help\t\t show this message and exit\n"
100" -I DIR\t\t add DIR to search list for .include directives\n"
101" -J\t\t don't warn about signed overflow\n"
102" -K\t\t warn when differences altered for long displacements\n"
103" -L,--keep-locals keep local symbols (e.g. starting with `L')\n"
104msgstr ""
105
ac50feda 106#: as.c:160
252b5132
RH
107msgid ""
108" -M,--mri\t assemble in MRI compatibility mode\n"
109" --MD FILE\t write dependency information in FILE (default none)\n"
110" -nocpp\t\t ignored\n"
111" -o OBJFILE\t name the object-file output OBJFILE (default a.out)\n"
112" -R\t\t fold data section into text section\n"
113" --statistics\t print various measured statistics from execution\n"
114" --strip-local-absolute strip local absolute symbols\n"
115" --traditional-format\t Use same format as native assembler when possible\n"
116" --version\t\t print assembler version number and exit\n"
117" -W\t\t\t suppress warnings\n"
118" --itbl INSTTBL\t extend instruction set to include instructions\n"
119"\t\t\t matching the specifications defined in file INSTTBL\n"
120" -w\t\t\t ignored\n"
121" -X\t\t\t ignored\n"
122" -Z\t\t\t generate object file even after errors\n"
123msgstr ""
124
ac50feda 125#: as.c:177
252b5132
RH
126msgid ""
127" --listing-lhs-width\t set the width in words of the output data column "
128"of\n"
129"\t\t\t the listing\n"
130" --listing-lhs-width2\t set the width in words of the continuation lines\n"
131"\t\t\t of the output data column; ignored if smaller than\n"
132"\t\t\t the width of the first line\n"
133" --listing-rhs-width\t set the max width in characters of the lines from\n"
134"\t\t\t the source file\n"
135" --listing-cont-lines\t set the maximum number of continuation lines used\n"
136"\t\t\t for the output data column of the listing\n"
137msgstr ""
138
ac50feda 139#: as.c:190 gasp.c:3588
252b5132
RH
140msgid ""
141"\n"
142"Report bugs to bug-gnu-utils@gnu.org\n"
143msgstr ""
144
ac50feda 145#: as.c:227
252b5132
RH
146msgid "missing emulation mode name"
147msgstr ""
148
ac50feda 149#: as.c:242
252b5132
RH
150#, c-format
151msgid "unrecognized emulation name `%s'"
152msgstr ""
153
154#. This output is intended to follow the GNU standards document.
ac50feda 155#: as.c:462
252b5132
RH
156#, c-format
157msgid "GNU assembler %s\n"
158msgstr ""
159
ac50feda 160#: as.c:463
252b5132
RH
161msgid "Copyright 1997 Free Software Foundation, Inc.\n"
162msgstr ""
163
ac50feda 164#: as.c:464 gasp.c:3682
252b5132
RH
165msgid ""
166"This program is free software; you may redistribute it under the terms of\n"
167"the GNU General Public License. This program has absolutely no warranty.\n"
168msgstr ""
169
ac50feda 170#: as.c:467
252b5132
RH
171#, c-format
172msgid "This assembler was configured for a target of `%s'.\n"
173msgstr ""
174
ac50feda 175#: as.c:474
252b5132
RH
176msgid "multiple emulation names specified"
177msgstr ""
178
ac50feda 179#: as.c:476
252b5132
RH
180msgid "emulations not handled in this configuration"
181msgstr ""
182
ac50feda 183#: as.c:481
252b5132
RH
184#, c-format
185msgid "alias = %s\n"
186msgstr ""
187
ac50feda 188#: as.c:482
252b5132
RH
189#, c-format
190msgid "canonical = %s\n"
191msgstr ""
192
ac50feda 193#: as.c:483
252b5132
RH
194#, c-format
195msgid "cpu-type = %s\n"
196msgstr ""
197
ac50feda 198#: as.c:485
252b5132
RH
199#, c-format
200msgid "format = %s\n"
201msgstr ""
202
ac50feda 203#: as.c:488
252b5132
RH
204#, c-format
205msgid "bfd-target = %s\n"
206msgstr ""
207
ac50feda 208#: as.c:501
252b5132
RH
209msgid "bad defsym; format is --defsym name=value"
210msgstr ""
211
ac50feda 212#: as.c:521
252b5132
RH
213msgid "No file name following -t option\n"
214msgstr ""
215
ac50feda 216#: as.c:537
252b5132
RH
217#, c-format
218msgid "Failed to read instruction table %s\n"
219msgstr ""
220
ac50feda 221#: as.c:641
252b5132
RH
222#, c-format
223msgid "invalid listing option `%c'"
224msgstr ""
225
ac50feda 226#: as.c:863
252b5132
RH
227#, c-format
228msgid "%s: total time in assembly: %ld.%06ld\n"
229msgstr ""
230
ac50feda 231#: as.c:866
252b5132
RH
232#, c-format
233msgid "%s: data size %ld\n"
234msgstr ""
235
236#.
237#. * We have a GROSS internal error.
238#. * This should never happen.
239#.
240#: atof-generic.c:438 config/tc-a29k.c:544 config/tc-i860.c:335
ac50feda 241#: config/tc-i860.c:708 config/tc-m68k.c:3124 config/tc-m68k.c:3153
252b5132
RH
242#: config/tc-sparc.c:2157
243msgid "failed sanity check."
244msgstr ""
245
246#: cond.c:75
247msgid "invalid identifier for \".ifdef\""
248msgstr ""
249
250#: cond.c:128
251msgid "non-constant expression in \".if\" statement"
252msgstr ""
253
254#: cond.c:224
255msgid "bad format for ifc or ifnc"
256msgstr ""
257
258#: cond.c:257
259msgid "\".endif\" without \".if\""
260msgstr ""
261
262#: cond.c:287
263msgid ".else without matching .if - ignored"
264msgstr ""
265
266#: cond.c:292
267msgid "duplicate \"else\" - ignored"
268msgstr ""
269
270#: cond.c:295
271msgid "here is the previous \"else\""
272msgstr ""
273
274#: cond.c:298
275msgid "here is the previous \"if\""
276msgstr ""
277
278#: cond.c:343
279msgid ".ifeqs syntax error"
280msgstr ""
281
282#: cond.c:430
283msgid "end of macro inside conditional"
284msgstr ""
285
286#: cond.c:432
287msgid "end of file inside conditional"
288msgstr ""
289
290#: cond.c:435
291msgid "here is the start of the unterminated conditional"
292msgstr ""
293
294#: cond.c:439
295msgid "here is the \"else\" of the unterminated conditional"
296msgstr ""
297
ac50feda 298#: config/obj-aout.c:161
252b5132
RH
299#, c-format
300msgid "Attempt to put a common symbol into set %s"
301msgstr ""
302
ac50feda 303#: config/obj-aout.c:165
252b5132
RH
304#, c-format
305msgid "Attempt to put an undefined symbol into set %s"
306msgstr ""
307
ac50feda 308#: config/obj-aout.c:196 config/obj-elf.c:1540 ecoff.c:3667
252b5132
RH
309#, c-format
310msgid "Symbol `%s' can not be both weak and common"
311msgstr ""
312
ac50feda 313#: config/obj-aout.c:254 config/obj-coff.c:1770
252b5132
RH
314msgid "unresolved relocation"
315msgstr ""
316
ac50feda 317#: config/obj-aout.c:256 config/obj-coff.c:1772
252b5132
RH
318#, c-format
319msgid "bad relocation: symbol `%s' not in symbol table"
320msgstr ""
321
ac50feda 322#: config/obj-aout.c:343
252b5132
RH
323#, c-format
324msgid "%s: bad type for weak symbol"
325msgstr ""
326
ac50feda 327#: config/obj-aout.c:457 config/obj-coff.c:2704 write.c:1801
252b5132
RH
328#, c-format
329msgid "%s: global symbols not supported in common sections"
330msgstr ""
331
ac50feda 332#: config/obj-aout.c:524
252b5132
RH
333#, c-format
334msgid "Local symbol %s never defined."
335msgstr ""
336
ac50feda 337#: config/obj-aout.c:612
252b5132
RH
338msgid "subsegment index too high"
339msgstr ""
340
341#: config/obj-bout.c:312 config/obj-vms.c:566
342#, c-format
343msgid "Local symbol %s never defined"
344msgstr ""
345
346#: config/obj-coff.c:133
347#, c-format
348msgid "Inserting \"%s\" into structure table failed: %s"
349msgstr ""
350
ac50feda 351#: config/obj-coff.c:453 config/obj-coff.c:2117
252b5132
RH
352msgid ".ln pseudo-op inside .def/.endef: ignored."
353msgstr ""
354
ac50feda 355#: config/obj-coff.c:513 config/obj-coff.c:2174
252b5132
RH
356msgid ".def pseudo-op used inside of .def/.endef: ignored."
357msgstr ""
358
ac50feda 359#: config/obj-coff.c:559 config/obj-coff.c:2227
252b5132
RH
360msgid ".endef pseudo-op used outside of .def/.endef: ignored."
361msgstr ""
362
ac50feda 363#: config/obj-coff.c:593
252b5132
RH
364#, c-format
365msgid "`%s' symbol without preceding function"
366msgstr ""
367
ac50feda 368#: config/obj-coff.c:635 config/obj-coff.c:2302
252b5132
RH
369#, c-format
370msgid "unexpected storage class %d"
371msgstr ""
372
ac50feda 373#: config/obj-coff.c:737 config/obj-coff.c:2409
252b5132
RH
374msgid ".dim pseudo-op used outside of .def/.endef: ignored."
375msgstr ""
376
ac50feda 377#: config/obj-coff.c:757 config/obj-coff.c:2429
252b5132
RH
378msgid "badly formed .dim directive ignored"
379msgstr ""
380
ac50feda 381#: config/obj-coff.c:808 config/obj-coff.c:2492
252b5132
RH
382msgid ".size pseudo-op used outside of .def/.endef ignored."
383msgstr ""
384
ac50feda 385#: config/obj-coff.c:824 config/obj-coff.c:2508
252b5132
RH
386msgid ".scl pseudo-op used outside of .def/.endef ignored."
387msgstr ""
388
ac50feda 389#: config/obj-coff.c:842 config/obj-coff.c:2526
252b5132
RH
390msgid ".tag pseudo-op used outside of .def/.endef ignored."
391msgstr ""
392
ac50feda 393#: config/obj-coff.c:861 config/obj-coff.c:2544
252b5132
RH
394#, c-format
395msgid "tag not found for .tag %s"
396msgstr ""
397
ac50feda 398#: config/obj-coff.c:876 config/obj-coff.c:2559
252b5132
RH
399msgid ".type pseudo-op used outside of .def/.endef ignored."
400msgstr ""
401
ac50feda 402#: config/obj-coff.c:898 config/obj-coff.c:2581
252b5132
RH
403msgid ".val pseudo-op used outside of .def/.endef ignored."
404msgstr ""
405
ac50feda 406#: config/obj-coff.c:1029 config/obj-coff.c:2777
252b5132
RH
407msgid "mismatched .eb"
408msgstr ""
409
ac50feda 410#: config/obj-coff.c:1048 config/obj-coff.c:2817
252b5132
RH
411msgid "C_EFCN symbol out of scope"
412msgstr ""
413
414#. STYP_INFO
415#. STYP_LIB
416#. STYP_OVER
ac50feda 417#: config/obj-coff.c:1257
252b5132
RH
418#, c-format
419msgid "unsupported section attribute '%c'"
420msgstr ""
421
ac50feda 422#: config/obj-coff.c:1262 config/obj-coff.c:3520 config/tc-ppc.c:3784
252b5132
RH
423#, c-format
424msgid "unknown section attribute '%c'"
425msgstr ""
426
ac50feda 427#: config/obj-coff.c:1284 config/tc-ppc.c:3802 read.c:2499
252b5132
RH
428#, c-format
429msgid "error setting flags for \"%s\": %s"
430msgstr ""
431
ac50feda 432#: config/obj-coff.c:1403
252b5132
RH
433#, c-format
434msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
435msgstr ""
436
ac50feda 437#: config/obj-coff.c:1597 config/obj-ieee.c:69
252b5132
RH
438msgid "Out of step\n"
439msgstr ""
440
ac50feda 441#: config/obj-coff.c:2032
252b5132
RH
442msgid "bfd_coff_swap_scnhdr_out failed"
443msgstr ""
444
ac50feda 445#: config/obj-coff.c:2259
252b5132
RH
446msgid "`.bf' symbol without preceding function\n"
447msgstr ""
448
ac50feda 449#: config/obj-coff.c:3220 config/obj-ieee.c:522 output-file.c:52
252b5132
RH
450#: output-file.c:119
451#, c-format
452msgid "FATAL: Can't create %s"
453msgstr ""
454
ac50feda 455#: config/obj-coff.c:3394
252b5132
RH
456#, c-format
457msgid "Can't close %s: %s"
458msgstr ""
459
ac50feda 460#: config/obj-coff.c:3428
252b5132
RH
461#, c-format
462msgid "Too many new sections; can't add \"%s\""
463msgstr ""
464
ac50feda 465#: config/obj-coff.c:3838 config/tc-m88k.c:1260 config/tc-sparc.c:3016
252b5132
RH
466msgid "Expected comma after name"
467msgstr ""
468
ac50feda 469#: config/obj-coff.c:3844 read.c:1955
252b5132
RH
470msgid "Missing size expression"
471msgstr ""
472
ac50feda 473#: config/obj-coff.c:3850
252b5132
RH
474#, c-format
475msgid "lcomm length (%d.) <0! Ignored."
476msgstr ""
477
ac50feda 478#: config/obj-coff.c:3878 read.c:2181
252b5132
RH
479#, c-format
480msgid "Symbol %s already defined"
481msgstr ""
482
ac50feda 483#: config/obj-coff.c:3972 config/tc-i960.c:3274
252b5132
RH
484#, c-format
485msgid "No 'bal' entry point for leafproc %s"
486msgstr ""
487
ac50feda 488#: config/obj-coff.c:4051 write.c:2495
252b5132
RH
489#, c-format
490msgid "Negative of non-absolute symbol %s"
491msgstr ""
492
ac50feda 493#: config/obj-coff.c:4072 write.c:2509
252b5132
RH
494msgid "callj to difference of 2 symbols"
495msgstr ""
496
ac50feda 497#: config/obj-coff.c:4118
252b5132
RH
498#, c-format
499msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld."
500msgstr ""
501
502#. This is a COBR instruction. They have only a 13-bit
503#. displacement and are only to be used for local branches:
504#. flag as error, don't generate relocation.
ac50feda 505#: config/obj-coff.c:4208 config/tc-i960.c:3294 write.c:2653
252b5132
RH
506msgid "can't use COBR format with external label"
507msgstr ""
508
ac50feda 509#: config/obj-coff.c:4288
252b5132
RH
510#, c-format
511msgid "Value of %ld too large for field of %d bytes at 0x%lx"
512msgstr ""
513
ac50feda 514#: config/obj-coff.c:4302 write.c:2762
252b5132
RH
515#, c-format
516msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx"
517msgstr ""
518
519#: config/obj-ecoff.c:239
520msgid "Can't set GP value"
521msgstr ""
522
523#: config/obj-ecoff.c:246
524msgid "Can't set register masks"
525msgstr ""
526
ac50feda 527#: config/obj-elf.c:276 config/tc-sparc.c:3157 config/tc-v850.c:263
252b5132
RH
528msgid "Expected comma after symbol-name"
529msgstr ""
530
ac50feda 531#: config/obj-elf.c:283 config/tc-arc.c:778 config/tc-sparc.c:3164
252b5132
RH
532#, c-format
533msgid ".COMMon length (%d.) <0! Ignored."
534msgstr ""
535
ac50feda 536#: config/obj-elf.c:293 config/tc-alpha.c:3430 config/tc-sparc.c:3174
252b5132
RH
537#: config/tc-v850.c:285
538msgid "Ignoring attempt to re-define symbol"
539msgstr ""
540
ac50feda 541#: config/obj-elf.c:301 config/tc-arc.c:796 config/tc-sparc.c:3182
252b5132
RH
542#: config/tc-v850.c:295
543#, c-format
544msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
545msgstr ""
546
ac50feda 547#: config/obj-elf.c:324 config/tc-arc.c:815 config/tc-v850.c:322
252b5132
RH
548msgid "Common alignment negative; 0 assumed"
549msgstr ""
550
ac50feda 551#: config/obj-elf.c:343 config/tc-m32r.c:664 config/tc-ppc.c:1395
252b5132
RH
552#: config/tc-v850.c:385
553msgid "Common alignment not a power of 2"
554msgstr ""
555
ac50feda 556#: config/obj-elf.c:406 config/tc-arc.c:875 config/tc-sparc.c:3306
252b5132
RH
557#: config/tc-v850.c:563
558#, c-format
559msgid "bad .common segment %s"
560msgstr ""
561
ac50feda 562#: config/obj-elf.c:591
252b5132
RH
563msgid "Missing section name"
564msgstr ""
565
ac50feda 566#: config/obj-elf.c:656
252b5132
RH
567msgid "Bad .section directive: want a,w,x in string"
568msgstr ""
569
ac50feda 570#: config/obj-elf.c:705
252b5132
RH
571msgid "Unrecognized section type"
572msgstr ""
573
ac50feda 574#: config/obj-elf.c:719
252b5132
RH
575msgid "Bad .section directive - character following name is not '#'"
576msgstr ""
577
ac50feda 578#: config/obj-elf.c:751
252b5132
RH
579msgid "Unrecognized section attribute"
580msgstr ""
581
ac50feda 582#: config/obj-elf.c:772
252b5132
RH
583#, c-format
584msgid "Setting incorrect section type for %s"
585msgstr ""
586
ac50feda 587#: config/obj-elf.c:782
252b5132
RH
588#, c-format
589msgid "Setting incorrect section attributes for %s"
590msgstr ""
591
ac50feda 592#: config/obj-elf.c:907
252b5132
RH
593msgid ".previous without corresponding .section; ignored"
594msgstr ""
595
ac50feda 596#: config/obj-elf.c:956
252b5132
RH
597#, c-format
598msgid "multiple .symver directives for symbol `%s'"
599msgstr ""
600
ac50feda 601#: config/obj-elf.c:965
252b5132
RH
602msgid "expected comma after name in .symver"
603msgstr ""
604
ac50feda 605#: config/obj-elf.c:986
252b5132
RH
606#, c-format
607msgid "missing version name in `%s' for symbol `%s'"
608msgstr ""
609
ac50feda 610#: config/obj-elf.c:1193 config/obj-som.c:148 config/obj-som.c:193
252b5132
RH
611msgid "Expected quoted string"
612msgstr ""
613
ac50feda 614#: config/obj-elf.c:1214
252b5132
RH
615#, c-format
616msgid "expected comma after name `%s' in .size directive"
617msgstr ""
618
ac50feda 619#: config/obj-elf.c:1223
252b5132
RH
620msgid "missing expression in .size directive"
621msgstr ""
622
ac50feda 623#: config/obj-elf.c:1290
252b5132
RH
624#, c-format
625msgid "ignoring unrecognized symbol type \"%s\""
626msgstr ""
627
ac50feda 628#: config/obj-elf.c:1464
252b5132
RH
629msgid ".size expression too complicated to fix up"
630msgstr ""
631
ac50feda 632#: config/obj-elf.c:1495
252b5132
RH
633#, c-format
634msgid ""
635"invalid attempt to declare external version name as default in symbol `%s'"
636msgstr ""
637
ac50feda 638#: config/obj-elf.c:1625
252b5132
RH
639#, c-format
640msgid "Failed to set up debugging information: %s"
641msgstr ""
642
ac50feda 643#: config/obj-elf.c:1641
252b5132
RH
644#, c-format
645msgid "Can't start writing .mdebug section: %s"
646msgstr ""
647
ac50feda 648#: config/obj-elf.c:1649
252b5132
RH
649#, c-format
650msgid "Could not write .mdebug section: %s"
651msgstr ""
652
653#: config/obj-ieee.c:460
654msgid "too many sections"
655msgstr ""
656
657#: config/obj-som.c:131
658msgid "Only one .version pseudo-op per file!"
659msgstr ""
660
661#: config/obj-som.c:157
662#, c-format
663msgid "FATAL: Attaching version header %s"
664msgstr ""
665
666#: config/obj-som.c:176
667msgid "Only one .copyright pseudo-op per file!"
668msgstr ""
669
670#: config/obj-som.c:202
671#, c-format
672msgid "FATAL: Attaching copyright header %s"
673msgstr ""
674
675#: config/obj-vms.c:464
676#, c-format
677msgid "compiler emitted zero-size common symbol `%s' already defined"
678msgstr ""
679
680#: config/obj-vms.c:474
681#, c-format
682msgid "compiler redefined zero-size common symbol `%s'"
683msgstr ""
684
685#: config/obj-vms.c:597
686#, c-format
687msgid "Couldn't create VMS object file \"%s\""
688msgstr ""
689
690#: config/obj-vms.c:623
691msgid "I/O error writing VMS object file (length prefix)"
692msgstr ""
693
694#: config/obj-vms.c:637
695msgid "I/O error writing VMS object file"
696msgstr ""
697
698#: config/obj-vms.c:1240
699msgid "Couldn't find source file \"%s\", status=%%X%x"
700msgstr ""
701
702#: config/obj-vms.c:1749 config/obj-vms.c:2937
703#, c-format
704msgid "debugger forward reference error, dbx type %d"
705msgstr ""
706
707#: config/obj-vms.c:1825
708#, c-format
709msgid "Variable descriptor %d too complicated. Defined as `void *'."
710msgstr ""
711
712#: config/obj-vms.c:2144
713msgid ""
714"***Warning - the assembly code generated by the compiler has placed \n"
715" global constant(s) in the text psect. These will not be available to \n"
716" other modules, since this is not the correct way to handle this. You \n"
717" have two options: 1) get a patched compiler that does not put global \n"
718" constants in the text psect, or 2) remove the 'const' keyword from \n"
719" definitions of global variables in your source module(s). Don't say \n"
720" I didn't warn you! \n"
721msgstr ""
722
723#: config/obj-vms.c:2463
724#, c-format
725msgid "debugginer output: %d is an unknown untyped variable."
726msgstr ""
727
728#: config/obj-vms.c:2681
729#, c-format
730msgid "debugger output: structure element `%s' has undefined type"
731msgstr ""
732
733#: config/obj-vms.c:2792
734#, c-format
735msgid "debugger output: %d is an unknown type of variable."
736msgstr ""
737
738#: config/obj-vms.c:2926
739#, c-format
740msgid "debugger output: Unable to resolve %d circular references."
741msgstr ""
742
743#: config/obj-vms.c:3131
744#, c-format
745msgid "Module name truncated: %s\n"
746msgstr ""
747
748#: config/obj-vms.c:3410
749#, c-format
750msgid "Symbol %s replaced by %s\n"
751msgstr ""
752
753#. impossible
754#: config/obj-vms.c:3694
755#, c-format
756msgid "Unknown VMS psect type (%ld)"
757msgstr ""
758
759#: config/obj-vms.c:3735
760#, c-format
761msgid "Globalsymbol attribute for symbol %s was unexpected."
762msgstr ""
763
764#: config/obj-vms.c:3885
765msgid "Invalid data type for globalvalue"
766msgstr ""
767
768#: config/obj-vms.c:3897
769#, c-format
770msgid "Invalid globalvalue of %s"
771msgstr ""
772
773#: config/obj-vms.c:4247
774msgid "Couldn't find fixup fragment when checking for indirect reference"
775msgstr ""
776
777#: config/obj-vms.c:4591 config/obj-vms.c:4733
778msgid "Fixup data addsy and subsy don't have the same type"
779msgstr ""
780
781#: config/obj-vms.c:4595 config/obj-vms.c:4737
782msgid "Fixup data addsy and subsy don't have an appropriate type"
783msgstr ""
784
785#: config/obj-vms.c:4598 config/obj-vms.c:4740
786msgid "Fixup data is erroneously \"pcrel\""
787msgstr ""
788
789#: config/obj-vms.c:4614 config/obj-vms.c:4759
790msgid "Fixup datum is not a longword"
791msgstr ""
792
793#: config/obj-vms.c:4618 config/obj-vms.c:4763
794msgid "Fixup datum is not \"fixP->fx_addsy\""
795msgstr ""
796
797#: config/obj-vms.c:4834
798#, c-format
799msgid ""
800"g++ wrote an extern reference to `%s' as a routine.\n"
801"I will fix it, but I hope that it was note really a routine."
802msgstr ""
803
804#: config/obj-vms.c:4966
805msgid "Can't handle global xtors symbols yet."
806msgstr ""
807
808#: config/obj-vms.c:4969
809#, c-format
810msgid "Unknown %s"
811msgstr ""
812
813#.
814#. * Error otherwise.
815#.
816#: config/obj-vms.c:5054
817#, c-format
818msgid "unhandled stab type %d"
819msgstr ""
820
ac50feda 821#: config/tc-a29k.c:160 config/tc-sparc.c:3358
252b5132
RH
822msgid "Unknown segment type"
823msgstr ""
824
825#. Probably a memory allocation problem? Give up now.
ac50feda
RH
826#: config/tc-a29k.c:330 config/tc-hppa.c:1336 config/tc-i860.c:202
827#: config/tc-mips.c:1016 config/tc-mips.c:1058 config/tc-sparc.c:715
252b5132
RH
828msgid "Broken assembler. No assembly attempted."
829msgstr ""
830
831#: config/tc-a29k.c:375 config/tc-arc.c:534 config/tc-d10v.c:481
832#: config/tc-d30v.c:540 config/tc-h8300.c:305 config/tc-h8500.c:297
ac50feda
RH
833#: config/tc-mcore.c:509 config/tc-mn10200.c:936 config/tc-mn10300.c:992
834#: config/tc-ppc.c:1850 config/tc-sh.c:478 config/tc-tic80.c:291
252b5132
RH
835#: config/tc-v850.c:2033 config/tc-w65.c:257 config/tc-z8k.c:341
836msgid "missing operand"
837msgstr ""
838
ac50feda 839#: config/tc-a29k.c:415 config/tc-hppa.c:1450 config/tc-i860.c:407
252b5132
RH
840#: config/tc-i860.c:423 config/tc-sparc.c:1191 config/tc-sparc.c:1197
841#, c-format
842msgid "Unknown opcode: `%s'"
843msgstr ""
844
845#: config/tc-a29k.c:420
846#, c-format
847msgid "Unknown opcode `%s'."
848msgstr ""
849
850#: config/tc-a29k.c:452
851#, c-format
852msgid "Too many operands: %s"
853msgstr ""
854
855#: config/tc-a29k.c:474 config/tc-a29k.c:505
856#, c-format
857msgid "Immediate value of %ld is too large"
858msgstr ""
859
860#: config/tc-a29k.c:892 config/tc-i860.c:940
861#, c-format
862msgid "bad relocation type: 0x%02x"
863msgstr ""
864
865#: config/tc-a29k.c:916
866#, c-format
867msgid "need %o3\n"
868msgstr ""
869
870#: config/tc-a29k.c:932
871msgid "a29k_convert_frag\n"
872msgstr ""
873
874#: config/tc-a29k.c:941
875msgid "a29k_estimate_size_before_relax\n"
876msgstr ""
877
878#: config/tc-a29k.c:1092
879#, c-format
880msgid "label \"$%d\" redefined"
881msgstr ""
882
883#: config/tc-a29k.c:1165
884msgid "Invalid expression after %%%%\n"
885msgstr ""
886
887#: config/tc-a29k.c:1176
888msgid "Invalid register in & expression"
889msgstr ""
890
891#: config/tc-alpha.c:722
892#, c-format
893msgid "internal error: can't hash opcode `%s': %s"
894msgstr ""
895
896#: config/tc-alpha.c:756
897#, c-format
898msgid "internal error: can't hash macro `%s': %s"
899msgstr ""
900
ac50feda 901#: config/tc-alpha.c:832 config/tc-i960.c:2736
252b5132
RH
902msgid "syntax error"
903msgstr ""
904
905#: config/tc-alpha.c:905 config/tc-arm.c:4982 config/tc-h8300.c:1413
ac50feda
RH
906#: config/tc-h8500.c:1222 config/tc-hppa.c:2684 config/tc-i860.c:813
907#: config/tc-m68k.c:4125 config/tc-m88k.c:1106 config/tc-ns32k.c:1588
252b5132
RH
908#: config/tc-sparc.c:2433 config/tc-z8k.c:1355
909msgid "Bad call to MD_ATOF()"
910msgstr ""
911
912#: config/tc-alpha.c:955
913#, c-format
914msgid "Unknown CPU identifier `%s'"
915msgstr ""
916
917#: config/tc-alpha.c:999
918msgid ""
919"Alpha options:\n"
920"-32addr\t\t\ttreat addresses as 32-bit values\n"
921"-F\t\t\tlack floating point instructions support\n"
922"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mall\n"
923"\t\t\tspecify variant of Alpha architecture\n"
924"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n"
925"\t\t\tthese variants include PALcode opcodes\n"
926msgstr ""
927
928#: config/tc-alpha.c:1009
929msgid ""
930"VMS options:\n"
931"-+\t\t\thash encode (don't truncate) names longer than 64 characters\n"
932"-H\t\t\tshow new symbol after hash truncation\n"
933msgstr ""
934
935#: config/tc-alpha.c:1165
936#, c-format
937msgid "unhandled relocation type %s"
938msgstr ""
939
940#: config/tc-alpha.c:1178
941msgid "non-absolute expression in constant field"
942msgstr ""
943
944#: config/tc-alpha.c:1192
945#, c-format
946msgid "type %d reloc done?\n"
947msgstr ""
948
ac50feda 949#: config/tc-alpha.c:1243 config/tc-alpha.c:1250 config/tc-mips.c:7329
252b5132
RH
950msgid "Used $at without \".set noat\""
951msgstr ""
952
ac50feda 953#: config/tc-alpha.c:1408
252b5132
RH
954#, c-format
955msgid "cannot represent `%s' relocation in object file"
956msgstr ""
957
ac50feda 958#: config/tc-alpha.c:1415
252b5132
RH
959#, c-format
960msgid "internal error? cannot generate `%s' relocation"
961msgstr ""
962
ac50feda 963#: config/tc-alpha.c:1469
252b5132
RH
964#, c-format
965msgid "frame reg expected, using $%d."
966msgstr ""
967
ac50feda 968#: config/tc-alpha.c:1794
252b5132
RH
969#, c-format
970msgid "operand out of range (%s not between %d and %d)"
971msgstr ""
972
ac50feda
RH
973#: config/tc-alpha.c:1891 config/tc-arc.c:547 config/tc-d10v.c:570
974#: config/tc-d30v.c:623 config/tc-mn10200.c:991 config/tc-mn10300.c:1058
975#: config/tc-ppc.c:1816 config/tc-ppc.c:1923 config/tc-ppc.c:1935
252b5132
RH
976#: config/tc-v850.c:1819 config/tc-v850.c:1842 config/tc-v850.c:2055
977msgid "too many fixups"
978msgstr ""
979
ac50feda 980#: config/tc-alpha.c:2016 config/tc-alpha.c:2074
252b5132
RH
981#, c-format
982msgid "inappropriate arguments for opcode `%s'"
983msgstr ""
984
ac50feda 985#: config/tc-alpha.c:2018 config/tc-alpha.c:2076
252b5132
RH
986#, c-format
987msgid "opcode `%s' not supported for target %s"
988msgstr ""
989
ac50feda 990#: config/tc-alpha.c:2022 config/tc-alpha.c:2079
252b5132
RH
991#, c-format
992msgid "unknown opcode `%s'"
993msgstr ""
994
ac50feda 995#: config/tc-alpha.c:2131
252b5132
RH
996msgid "can not resolve expression"
997msgstr ""
998
ac50feda 999#: config/tc-alpha.c:2269 config/tc-alpha.c:2446
252b5132
RH
1000msgid "overflow in literal (.lita) table"
1001msgstr ""
1002
ac50feda
RH
1003#: config/tc-alpha.c:2276 config/tc-alpha.c:2298 config/tc-alpha.c:2459
1004#: config/tc-alpha.c:2681 config/tc-alpha.c:2728 config/tc-alpha.c:2776
1005#: config/tc-alpha.c:2865 config/tc-alpha.c:3066 config/tc-alpha.c:3167
252b5132
RH
1006msgid "macro requires $at register while noat in effect"
1007msgstr ""
1008
ac50feda 1009#: config/tc-alpha.c:2278 config/tc-alpha.c:2300 config/tc-alpha.c:2461
252b5132
RH
1010msgid "macro requires $at while $at in use"
1011msgstr ""
1012
ac50feda 1013#: config/tc-alpha.c:2408 expr.c:86 read.c:3125
252b5132
RH
1014msgid "bignum invalid; zero assumed"
1015msgstr ""
1016
ac50feda 1017#: config/tc-alpha.c:2410 expr.c:88 read.c:3127 read.c:3457 read.c:4353
252b5132
RH
1018msgid "floating point number invalid; zero assumed"
1019msgstr ""
1020
ac50feda 1021#: config/tc-alpha.c:2415
252b5132
RH
1022msgid "can't handle expression"
1023msgstr ""
1024
ac50feda 1025#: config/tc-alpha.c:2452
252b5132
RH
1026msgid "overflow in literal (.lit8) table"
1027msgstr ""
1028
ac50feda
RH
1029#: config/tc-alpha.c:3401 config/tc-ppc.c:1344 config/tc-ppc.c:3548
1030#: read.c:1377
252b5132
RH
1031#, c-format
1032msgid ".COMMon length (%ld.) <0! Ignored."
1033msgstr ""
1034
ac50feda
RH
1035#: config/tc-alpha.c:3439 config/tc-alpha.c:3448 config/tc-ppc.c:3585
1036#: read.c:1398
252b5132
RH
1037#, c-format
1038msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1039msgstr ""
1040
ac50feda 1041#: config/tc-alpha.c:3550 ecoff.c:3108
252b5132
RH
1042msgid ".ent directive has no name"
1043msgstr ""
1044
ac50feda 1045#: config/tc-alpha.c:3558
252b5132
RH
1046msgid "nested .ent directives"
1047msgstr ""
1048
ac50feda 1049#: config/tc-alpha.c:3594 ecoff.c:3056
252b5132
RH
1050msgid ".end directive has no name"
1051msgstr ""
1052
ac50feda 1053#: config/tc-alpha.c:3603
252b5132
RH
1054msgid ".end directive names different symbol than .ent"
1055msgstr ""
1056
ac50feda 1057#: config/tc-alpha.c:3678
252b5132
RH
1058#, c-format
1059msgid "Invalid argument %d to .prologue."
1060msgstr ""
1061
ac50feda 1062#: config/tc-alpha.c:3706
252b5132
RH
1063msgid "ECOFF debugging is disabled."
1064msgstr ""
1065
ac50feda 1066#: config/tc-alpha.c:3727
252b5132
RH
1067msgid "Unknown section directive"
1068msgstr ""
1069
ac50feda 1070#: config/tc-alpha.c:3764
252b5132
RH
1071msgid ".ent directive has no symbol"
1072msgstr ""
1073
ac50feda 1074#: config/tc-alpha.c:3792
252b5132
RH
1075msgid "Bad .frame directive 1./2. param"
1076msgstr ""
1077
ac50feda 1078#: config/tc-alpha.c:3804
252b5132
RH
1079msgid "Bad .frame directive 3./4. param"
1080msgstr ""
1081
ac50feda 1082#: config/tc-alpha.c:3829
252b5132
RH
1083msgid ".pdesc directive not in link (.link) section"
1084msgstr ""
1085
ac50feda 1086#: config/tc-alpha.c:3837
252b5132
RH
1087msgid ".pdesc has no matching .ent"
1088msgstr ""
1089
ac50feda 1090#: config/tc-alpha.c:3847
252b5132
RH
1091msgid ".pdesc directive has no entry symbol"
1092msgstr ""
1093
ac50feda 1094#: config/tc-alpha.c:3859
252b5132
RH
1095msgid "No comma after .pdesc <entryname>"
1096msgstr ""
1097
ac50feda 1098#: config/tc-alpha.c:3882
252b5132
RH
1099msgid "unknown procedure kind"
1100msgstr ""
1101
ac50feda 1102#: config/tc-alpha.c:3977
252b5132
RH
1103msgid ".name directive not in link (.link) section"
1104msgstr ""
1105
ac50feda 1106#: config/tc-alpha.c:3985
252b5132
RH
1107msgid ".name directive has no symbol"
1108msgstr ""
1109
ac50feda 1110#: config/tc-alpha.c:4020
252b5132
RH
1111msgid "No symbol after .linkage"
1112msgstr ""
1113
ac50feda 1114#: config/tc-alpha.c:4049
252b5132
RH
1115msgid "No symbol after .code_address"
1116msgstr ""
1117
ac50feda 1118#: config/tc-alpha.c:4084 ecoff.c:3273
252b5132
RH
1119msgid "Bad .mask directive"
1120msgstr ""
1121
ac50feda 1122#: config/tc-alpha.c:4106 ecoff.c:3204
252b5132
RH
1123msgid "Bad .fmask directive"
1124msgstr ""
1125
ac50feda 1126#: config/tc-alpha.c:4277 read.c:2144 read.c:2696 stabs.c:460
252b5132
RH
1127#, c-format
1128msgid "Expected comma after name \"%s\""
1129msgstr ""
1130
1131#. symbolP->sy_other = (signed char) temp;
ac50feda 1132#: config/tc-alpha.c:4288
252b5132
RH
1133#, c-format
1134msgid "unhandled: .proc %s,%d"
1135msgstr ""
1136
ac50feda 1137#: config/tc-alpha.c:4323
252b5132
RH
1138#, c-format
1139msgid "Tried to .set unrecognized mode `%s'"
1140msgstr ""
1141
1142#. not fatal, but it might not work in the end
ac50feda 1143#: config/tc-alpha.c:4340
252b5132
RH
1144msgid "File overrides no-base-register option."
1145msgstr ""
1146
ac50feda 1147#: config/tc-alpha.c:4357
252b5132
RH
1148#, c-format
1149msgid "Bad base register, using $%d."
1150msgstr ""
1151
ac50feda 1152#: config/tc-alpha.c:4379
252b5132
RH
1153#, c-format
1154msgid "Alignment too large: %d. assumed"
1155msgstr ""
1156
ac50feda 1157#: config/tc-alpha.c:4383 config/tc-d30v.c:2163
252b5132
RH
1158msgid "Alignment negative: 0 assumed"
1159msgstr ""
1160
ac50feda 1161#: config/tc-alpha.c:4696
252b5132
RH
1162#, c-format
1163msgid "Chose GP value of %lx\n"
1164msgstr ""
1165
1166#: config/tc-arc.c:136
1167msgid ""
1168"ARC options:\n"
1169"-EB\t\t\tgenerate big endian output\n"
1170"-EL\t\t\tgenerate little endian output\n"
1171msgstr ""
1172
1173#: config/tc-arc.c:154 config/tc-arc.c:177 config/tc-arc.c:921
ac50feda
RH
1174#: config/tc-hppa.c:1298 config/tc-hppa.c:5054 config/tc-hppa.c:5060
1175#: config/tc-hppa.c:5066 config/tc-mn10300.c:721 config/tc-mn10300.c:1646
252b5132
RH
1176msgid "could not set architecture and machine"
1177msgstr ""
1178
1179#: config/tc-arc.c:174
1180msgid "virtual memory exhausted"
1181msgstr ""
1182
ac50feda
RH
1183#: config/tc-arc.c:253 config/tc-mn10200.c:1354 config/tc-mn10300.c:1565
1184#: config/tc-ppc.c:1101 config/tc-v850.c:1618
252b5132
RH
1185#, c-format
1186msgid "operand out of range (%s not between %ld and %ld)"
1187msgstr ""
1188
1189#: config/tc-arc.c:388
1190#, c-format
1191msgid "unknown syntax format character `%c'"
1192msgstr ""
1193
1194#: config/tc-arc.c:487
1195msgid "too many suffixes"
1196msgstr ""
1197
1198#: config/tc-arc.c:532 config/tc-d10v.c:479 config/tc-d30v.c:538
ac50feda 1199#: config/tc-mn10200.c:933 config/tc-mn10300.c:989 config/tc-ppc.c:1848
252b5132
RH
1200#: config/tc-tic80.c:287 config/tc-v850.c:2030
1201msgid "illegal operand"
1202msgstr ""
1203
ac50feda
RH
1204#: config/tc-arc.c:619 config/tc-mn10200.c:1032 config/tc-mn10300.c:1128
1205#: config/tc-ppc.c:1972 config/tc-v850.c:2108
252b5132
RH
1206#, c-format
1207msgid "junk at end of line: `%s'"
1208msgstr ""
1209
1210#: config/tc-arc.c:659
1211msgid "8 byte instruction in delay slot"
1212msgstr ""
1213
1214#: config/tc-arc.c:661
1215msgid "8 byte jump instruction with delay slot"
1216msgstr ""
1217
1218#: config/tc-arc.c:669
1219msgid "conditional branch follows set of flags"
1220msgstr ""
1221
ac50feda 1222#: config/tc-arc.c:748 config/tc-arm.c:6039
252b5132
RH
1223#, c-format
1224msgid "bad instruction `%s'"
1225msgstr ""
1226
1227#: config/tc-arc.c:771
1228msgid "expected comma after symbol-name"
1229msgstr ""
1230
1231#: config/tc-arc.c:788
1232msgid "ignoring attempt to re-define symbol"
1233msgstr ""
1234
1235#: config/tc-arc.c:803
1236msgid "expected comma after common length"
1237msgstr ""
1238
1239#: config/tc-arc.c:896
1240msgid ".cpu command must appear before any instructions"
1241msgstr ""
1242
1243#: config/tc-arc.c:915
1244msgid ".cpu conflicts with previous value"
1245msgstr ""
1246
1247#: config/tc-arc.c:926
1248msgid "bad .cpu op"
1249msgstr ""
1250
ac50feda 1251#: config/tc-arc.c:950 config/tc-ppc.c:2621
252b5132
RH
1252msgid "missing rename string"
1253msgstr ""
1254
1255#: config/tc-arc.c:962
1256msgid "invalid symbol to rename to"
1257msgstr ""
1258
1259#: config/tc-arc.c:1009 config/tc-d10v.c:274 config/tc-d30v.c:353
ac50feda 1260#: config/tc-mips.c:8736 config/tc-mn10200.c:356 config/tc-ppc.c:4369
252b5132
RH
1261#: config/tc-sh.c:1187 config/tc-v850.c:1276
1262msgid "bad call to md_atof"
1263msgstr ""
1264
1265#: config/tc-arc.c:1096
1266#, c-format
1267msgid "missing ')' in %-op"
1268msgstr ""
1269
1270#: config/tc-arc.c:1130
1271msgid "expression too complex for %%st"
1272msgstr ""
1273
1274#: config/tc-arc.c:1324 config/tc-arm.c:2937 config/tc-d10v.c:1448
ac50feda
RH
1275#: config/tc-d30v.c:1810 config/tc-mips.c:3196 config/tc-mips.c:4128
1276#: config/tc-mips.c:4913 config/tc-mips.c:5459 config/tc-ppc.c:4704
252b5132
RH
1277#: config/tc-v850.c:2339
1278msgid "expression too complex"
1279msgstr ""
1280
ac50feda 1281#: config/tc-arc.c:1390 config/tc-ppc.c:4807 config/tc-v850.c:2383
252b5132
RH
1282msgid "unresolved expression that must be resolved"
1283msgstr ""
1284
ac50feda 1285#: config/tc-arc.c:1454 config/tc-sparc.c:2881
252b5132
RH
1286#, c-format
1287msgid "internal error: can't export reloc type %d (`%s')"
1288msgstr ""
1289
1290#: config/tc-arm.c:983
1291msgid "Literal Pool Overflow"
1292msgstr ""
1293
1294#: config/tc-arm.c:1103
1295msgid "Invalid syntax for .req directive."
1296msgstr ""
1297
1298#: config/tc-arm.c:1139
1299msgid "Nothing to put in the pool\n"
1300msgstr ""
1301
1302#: config/tc-arm.c:1151
1303msgid "Inserting implicit pool at change of section"
1304msgstr ""
1305
ac50feda 1306#: config/tc-arm.c:1183 config/tc-mips.c:9851 read.c:2038
252b5132
RH
1307#, c-format
1308msgid "Alignment too large: %d. assumed."
1309msgstr ""
1310
ac50feda 1311#: config/tc-arm.c:1186 read.c:2043
252b5132
RH
1312msgid "Alignment negative. 0 assumed."
1313msgstr ""
1314
1315#: config/tc-arm.c:1251
1316msgid "selected processor does not support THUMB opcodes"
1317msgstr ""
1318
1319#: config/tc-arm.c:1263
1320msgid "selected processor does not support ARM opcodes"
1321msgstr ""
1322
1323#: config/tc-arm.c:1272
1324#, c-format
1325msgid "invalid instruction size selected (%d)"
1326msgstr ""
1327
1328#: config/tc-arm.c:1307
1329#, c-format
1330msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1331msgstr ""
1332
1333#: config/tc-arm.c:1319
1334msgid "Garbage following instruction"
1335msgstr ""
1336
1337#. In the few cases where we might be able to accept something else
1338#. this error can be overridden
1339#: config/tc-arm.c:1367
1340#, c-format
1341msgid "Register expected, not '%.100s'"
1342msgstr ""
1343
1344#. In the few cases where we might be able to accept something else
1345#. this error can be overridden
1346#: config/tc-arm.c:1393
1347msgid "<psr(f)> expected"
1348msgstr ""
1349
1350#: config/tc-arm.c:1424
1351msgid "Illegal co-processor number"
1352msgstr ""
1353
1354#: config/tc-arm.c:1431
1355msgid "Bad or missing co-processor number"
1356msgstr ""
1357
1358#: config/tc-arm.c:1456
1359msgid "bad or missing expression"
1360msgstr ""
1361
1362#: config/tc-arm.c:1462
1363msgid "immediate co-processor expression too large"
1364msgstr ""
1365
1366#. In the few cases where we might be able to accept something else
1367#. this error can be overridden
1368#: config/tc-arm.c:1487
1369msgid "Co-processor register expected"
1370msgstr ""
1371
1372#. In the few cases where we might be able to accept something else
1373#. this error can be overridden
1374#: config/tc-arm.c:1511
1375msgid "Floating point register expected"
1376msgstr ""
1377
1378#: config/tc-arm.c:1529
1379msgid "immediate expression expected"
1380msgstr ""
1381
1382#: config/tc-arm.c:1544
1383msgid "co-processor address must be word aligned"
1384msgstr ""
1385
1386#: config/tc-arm.c:1550
1387msgid "offset too large"
1388msgstr ""
1389
1390#: config/tc-arm.c:1600
1391msgid "pc may not be used in post-increment"
1392msgstr ""
1393
1394#: config/tc-arm.c:1616 config/tc-arm.c:2727
1395msgid "pre-indexed expression expected"
1396msgstr ""
1397
1398#: config/tc-arm.c:1630 config/tc-arm.c:2740 config/tc-arm.c:3089
1399msgid "missing ]"
1400msgstr ""
1401
1402#: config/tc-arm.c:1641
1403msgid "pc may not be used with write-back"
1404msgstr ""
1405
1406#: config/tc-arm.c:1696
1407msgid "<psr> expected"
1408msgstr ""
1409
1410#: config/tc-arm.c:1758 config/tc-arm.c:2378
1411msgid "Register or shift expression expected"
1412msgstr ""
1413
1414#: config/tc-arm.c:1772 config/tc-arm.c:2090 config/tc-arm.c:2345
1415#: config/tc-arm.c:2365
1416msgid "Invalid constant"
1417msgstr ""
1418
1419#: config/tc-arm.c:1783
1420msgid "Error: unrecognised syntax for second argument to msr instruction"
1421msgstr ""
1422
1423#: config/tc-arm.c:1833
1424msgid "rdhi, rdlo and rm must all be different"
1425msgstr ""
1426
1427#: config/tc-arm.c:1890
1428msgid "rd and rm should be different in mul"
1429msgstr ""
1430
1431#: config/tc-arm.c:1947
1432msgid "rd and rm should be different in mla"
1433msgstr ""
1434
1435#: config/tc-arm.c:2074
1436msgid "bad_segment"
1437msgstr ""
1438
1439#: config/tc-arm.c:2121 config/tc-arm.c:2199
1440msgid "Shift expression expected"
1441msgstr ""
1442
1443#: config/tc-arm.c:2163
1444msgid "Invalid immediate shift"
1445msgstr ""
1446
1447#: config/tc-arm.c:2192
1448msgid "shift requires register or #expression"
1449msgstr ""
1450
1451#: config/tc-arm.c:2193
1452msgid "shift requires #expression"
1453msgstr ""
1454
1455#: config/tc-arm.c:2336 config/tc-arm.c:2770
1456msgid "Constant expression expected"
1457msgstr ""
1458
1459#: config/tc-arm.c:2432
1460msgid "Invalid floating point immediate expression"
1461msgstr ""
1462
1463#: config/tc-arm.c:2435
1464msgid "Floating point register or immediate expression expected"
1465msgstr ""
1466
1467#: config/tc-arm.c:2574
1468msgid "address offset too large"
1469msgstr ""
1470
1471#: config/tc-arm.c:2645
1472msgid "Processor does not support halfwords or signed bytes"
1473msgstr ""
1474
1475#: config/tc-arm.c:2667
1476msgid "Address expected"
1477msgstr ""
1478
1479#: config/tc-arm.c:2698 config/tc-arm.c:2712 config/tc-arm.c:2750
1480msgid "destination register same as write-back base\n"
1481msgstr ""
1482
1483#: config/tc-arm.c:2790
1484msgid "literal pool insertion failed"
1485msgstr ""
1486
1487#: config/tc-arm.c:2826
1488msgid "Pre-increment instruction with translate"
1489msgstr ""
1490
1491#: config/tc-arm.c:2868
1492msgid "Bad range in register list"
1493msgstr ""
1494
1495#: config/tc-arm.c:2876 config/tc-arm.c:2885 config/tc-arm.c:2927
1496#, c-format
1497msgid "Warning: Duplicated register (r%d) in register list"
1498msgstr ""
1499
1500#: config/tc-arm.c:2888
1501msgid "Warning: Register range not in ascending order"
1502msgstr ""
1503
1504#: config/tc-arm.c:2900
1505msgid "Missing `}'"
1506msgstr ""
1507
1508#: config/tc-arm.c:2916
1509msgid "invalid register mask"
1510msgstr ""
1511
1512#: config/tc-arm.c:2977
1513msgid "r15 not allowed as base register"
1514msgstr ""
1515
1516#: config/tc-arm.c:3047 config/tc-arm.c:3061
1517msgid "r15 not allowed in swap"
1518msgstr ""
1519
1520#: config/tc-arm.c:3158
1521msgid "Use of r15 in bx has undefined behaviour"
1522msgstr ""
1523
1524#: config/tc-arm.c:3417 config/tc-v850.c:1921 config/tc-v850.c:1942
1525msgid "constant expression expected"
1526msgstr ""
1527
1528#: config/tc-arm.c:3423
1529msgid "Constant value required for number of registers"
1530msgstr ""
1531
1532#: config/tc-arm.c:3431
1533msgid "number of registers must be in the range [1:4]"
1534msgstr ""
1535
1536#: config/tc-arm.c:3493
1537msgid "R15 not allowed as base register with write-back"
1538msgstr ""
1539
1540#: config/tc-arm.c:3745
1541msgid "lo register required"
1542msgstr ""
1543
1544#: config/tc-arm.c:3753
1545msgid "hi register required"
1546msgstr ""
1547
1548#: config/tc-arm.c:3823
1549msgid "dest and source1 must be the same register"
1550msgstr ""
1551
1552#: config/tc-arm.c:3830
1553msgid "subtract valid only on lo regs"
1554msgstr ""
1555
1556#: config/tc-arm.c:3854
1557msgid "invalid Hi register with immediate"
1558msgstr ""
1559
1560#: config/tc-arm.c:3881 config/tc-arm.c:3914 config/tc-arm.c:3924
1561msgid "immediate value out of range"
1562msgstr ""
1563
1564#: config/tc-arm.c:3892
1565msgid "invalid immediate value for stack adjust"
1566msgstr ""
1567
1568#: config/tc-arm.c:3903
1569msgid "invalid immediate for address calculation"
1570msgstr ""
1571
1572#: config/tc-arm.c:3990
1573msgid "source1 and dest must be same register"
1574msgstr ""
1575
1576#: config/tc-arm.c:4025
1577msgid "Invalid immediate for shift"
1578msgstr ""
1579
1580#: config/tc-arm.c:4104
1581msgid "only lo regs allowed with immediate"
1582msgstr ""
1583
1584#: config/tc-arm.c:4123
1585msgid "invalid immediate"
1586msgstr ""
1587
1588#: config/tc-arm.c:4178
1589msgid "expected ']'"
1590msgstr ""
1591
1592#: config/tc-arm.c:4245
1593msgid "byte or halfword not valid for base register"
1594msgstr ""
1595
1596#: config/tc-arm.c:4250
1597msgid "R15 based store not allowed"
1598msgstr ""
1599
1600#: config/tc-arm.c:4255
1601msgid "Invalid base register for register offset"
1602msgstr ""
1603
1604#: config/tc-arm.c:4273
1605msgid "invalid offset"
1606msgstr ""
1607
1608#: config/tc-arm.c:4284
1609msgid "invalid base register in load/store"
1610msgstr ""
1611
ac50feda
RH
1612#: config/tc-arm.c:4308 config/tc-arm.c:5469 config/tc-arm.c:5478
1613#: config/tc-arm.c:5485 config/tc-arm.c:5492 config/tc-arm.c:5499
252b5132
RH
1614msgid "Invalid offset"
1615msgstr ""
1616
1617#: config/tc-arm.c:4386
1618msgid "dest and source1 one must be the same register"
1619msgstr ""
1620
1621#: config/tc-arm.c:4394
1622msgid "Rs and Rd must be different in MUL"
1623msgstr ""
1624
1625#: config/tc-arm.c:4539
1626msgid ""
1627"Inserted missing '!': load/store multiple always writes back base register"
1628msgstr ""
1629
1630#: config/tc-arm.c:4555 config/tc-arm.c:4657
1631msgid "Expression too complex"
1632msgstr ""
1633
1634#: config/tc-arm.c:4561
1635msgid "only lo-regs valid in load/store multiple"
1636msgstr ""
1637
1638#: config/tc-arm.c:4608
1639msgid "Syntax: ldrs[b] Rd, [Rb, Ro]"
1640msgstr ""
1641
1642#: config/tc-arm.c:4673
1643msgid "invalid register list to push/pop instruction"
1644msgstr ""
1645
1646#: config/tc-arm.c:4811
1647msgid "Virtual memory exhausted"
1648msgstr ""
1649
1650#: config/tc-arm.c:5203
1651#, c-format
1652msgid "invalid constant (%x) after fixup\n"
1653msgstr ""
1654
1655#: config/tc-arm.c:5215 config/tc-arm.c:5236
1656#, c-format
1657msgid "bad immediate value for offset (%d)"
1658msgstr ""
1659
1660#: config/tc-arm.c:5234 config/tc-arm.c:5257
1661msgid "invalid literal constant: pool needs to be closer\n"
1662msgstr ""
1663
1664#: config/tc-arm.c:5274
1665msgid "shift expression is too large"
1666msgstr ""
1667
1668#: config/tc-arm.c:5292 config/tc-arm.c:5301
1669msgid "Invalid swi expression"
1670msgstr ""
1671
1672#: config/tc-arm.c:5311
1673msgid "Invalid expression in load/store multiple"
1674msgstr ""
1675
ac50feda 1676#: config/tc-arm.c:5339 config/tc-arm.c:5355 config/tc-mips.c:9678
252b5132
RH
1677msgid "Branch out of range"
1678msgstr ""
1679
ac50feda 1680#: config/tc-arm.c:5374
252b5132
RH
1681msgid "Branch with link out of range"
1682msgstr ""
1683
ac50feda 1684#: config/tc-arm.c:5441
252b5132
RH
1685msgid "Illegal value for co-processor offset"
1686msgstr ""
1687
ac50feda 1688#: config/tc-arm.c:5464
252b5132
RH
1689#, c-format
1690msgid "Invalid offset, target not word aligned (0x%08X)"
1691msgstr ""
1692
ac50feda 1693#: config/tc-arm.c:5535
252b5132
RH
1694msgid "Invalid immediate for stack address calculation"
1695msgstr ""
1696
ac50feda 1697#: config/tc-arm.c:5544
252b5132
RH
1698#, c-format
1699msgid "Invalid immediate for address calculation (value = 0x%08X)"
1700msgstr ""
1701
ac50feda 1702#: config/tc-arm.c:5553
252b5132
RH
1703msgid "Invalid 8bit immediate"
1704msgstr ""
1705
ac50feda 1706#: config/tc-arm.c:5561
252b5132
RH
1707msgid "Invalid 3bit immediate"
1708msgstr ""
1709
ac50feda 1710#: config/tc-arm.c:5577
252b5132
RH
1711#, c-format
1712msgid "Invalid immediate: %d is too large"
1713msgstr ""
1714
ac50feda 1715#: config/tc-arm.c:5591
252b5132
RH
1716#, c-format
1717msgid "Illegal Thumb shift value: %d"
1718msgstr ""
1719
ac50feda 1720#: config/tc-arm.c:5605
252b5132
RH
1721#, c-format
1722msgid "Bad relocation fixup type (%d)\n"
1723msgstr ""
1724
ac50feda 1725#: config/tc-arm.c:5674
252b5132
RH
1726msgid "Literal referenced across section boundry (Implicit dump?)"
1727msgstr ""
1728
ac50feda 1729#: config/tc-arm.c:5693
252b5132
RH
1730#, c-format
1731msgid "Internal_relocation (type %d) not fixed up (IMMEDIATE)"
1732msgstr ""
1733
ac50feda 1734#: config/tc-arm.c:5699
252b5132
RH
1735#, c-format
1736msgid "Internal_relocation (type %d) not fixed up (OFFSET_IMM)"
1737msgstr ""
1738
ac50feda 1739#: config/tc-arm.c:5722
252b5132
RH
1740#, c-format
1741msgid "Can not represent %s relocation in this object file format (%d)"
1742msgstr ""
1743
ac50feda 1744#: config/tc-arm.c:5740 config/tc-mips.c:11166 config/tc-sh.c:2282
252b5132
RH
1745#, c-format
1746msgid "Can not represent %s relocation in this object file format"
1747msgstr ""
1748
ac50feda 1749#: config/tc-arm.c:5753
252b5132
RH
1750msgid "md_estimate_size_before_relax\n"
1751msgstr ""
1752
ac50feda 1753#: config/tc-arm.c:5823
252b5132
RH
1754#, c-format
1755msgid "No operator -- statement `%s'\n"
1756msgstr ""
1757
ac50feda 1758#: config/tc-arm.c:5873 config/tc-arm.c:5925
252b5132
RH
1759#, c-format
1760msgid "Opcode `%s' must have suffix from <%s>\n"
1761msgstr ""
1762
ac50feda 1763#: config/tc-arm.c:5898
252b5132
RH
1764msgid "Warning: Use of the 'nv' conditional is deprecated\n"
1765msgstr ""
1766
ac50feda 1767#: config/tc-arm.c:6017
252b5132
RH
1768#, c-format
1769msgid "register '%s' does not exist\n"
1770msgstr ""
1771
ac50feda 1772#: config/tc-arm.c:6023
252b5132
RH
1773#, c-format
1774msgid "ignoring redefinition of register alias '%s'"
1775msgstr ""
1776
ac50feda 1777#: config/tc-arm.c:6028
252b5132
RH
1778#, c-format
1779msgid ""
1780"ignoring redefinition of register alias '%s' to non-existant register '%s'"
1781msgstr ""
1782
ac50feda 1783#: config/tc-arm.c:6032
252b5132
RH
1784msgid "ignoring incomplete .req pseuso op"
1785msgstr ""
1786
ac50feda 1787#: config/tc-arm.c:6208
252b5132
RH
1788#, c-format
1789msgid "Unrecognised APCS switch -m%s"
1790msgstr ""
1791
ac50feda
RH
1792#: config/tc-arm.c:6334 config/tc-arm.c:6345 config/tc-arm.c:6356
1793#: config/tc-arm.c:6361
252b5132
RH
1794#, c-format
1795msgid "Invalid architecture variant -m%s"
1796msgstr ""
1797
ac50feda 1798#: config/tc-arm.c:6368
252b5132
RH
1799#, c-format
1800msgid "Invalid processor variant -m%s"
1801msgstr ""
1802
ac50feda 1803#: config/tc-arm.c:6390
252b5132
RH
1804msgid ""
1805" ARM Specific Assembler Options:\n"
1806" -m[arm][<processor name>] select processor variant\n"
1807" -m[arm]v[2|2a|3|3m|4|4t] select architecture variant\n"
1808" -mthumb only allow Thumb instructions\n"
1809" -mthumb-interwork mark the assembled code as supporting "
1810"interworking\n"
1811" -mall allow any instruction\n"
1812" -mfpa10, -mfpa11 select floating point architecture\n"
1813" -mfpe-old don't allow floating-point multiple "
1814"instructions\n"
1815" -mno-fpu don't allow any floating-point instructions.\n"
1816msgstr ""
1817
ac50feda 1818#: config/tc-arm.c:6401
252b5132
RH
1819msgid " -k generate PIC code.\n"
1820msgstr ""
1821
ac50feda 1822#: config/tc-arm.c:6405
252b5132
RH
1823msgid ""
1824" -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to "
1825"use\n"
1826msgstr ""
1827
ac50feda 1828#: config/tc-arm.c:6408
252b5132
RH
1829msgid " -mapcs-float floating point args are passed in FP regs\n"
1830msgstr ""
1831
ac50feda 1832#: config/tc-arm.c:6411
252b5132
RH
1833msgid ""
1834" -mapcs-reentrant the code is position independent/reentrant\n"
1835msgstr ""
1836
ac50feda 1837#: config/tc-arm.c:6416
252b5132
RH
1838msgid " -moabi support the old ELF ABI\n"
1839msgstr ""
1840
ac50feda 1841#: config/tc-arm.c:6421
252b5132
RH
1842msgid ""
1843" -EB assemble code for a big endian cpu\n"
1844" -EL assemble code for a little endian cpu\n"
1845msgstr ""
1846
ac50feda 1847#: config/tc-arm.c:6594
252b5132
RH
1848#, c-format
1849msgid "%s: unexpected function type: %d"
1850msgstr ""
1851
1852#: config/tc-d10v.c:218
1853msgid ""
1854"D10V options:\n"
1855"-O optimize. Will do some operations in parallel.\n"
1856msgstr ""
1857
1858#: config/tc-d10v.c:521 config/tc-d10v.c:603 config/tc-d30v.c:639
1859#, c-format
1860msgid "operand out of range: %d"
1861msgstr ""
1862
1863#: config/tc-d10v.c:664
1864msgid "Instruction must be executed in parallel with another instruction."
1865msgstr ""
1866
1867#: config/tc-d10v.c:716
1868msgid "Instruction must be executed in parallel"
1869msgstr ""
1870
1871#: config/tc-d10v.c:719
1872msgid "Long instructions may not be combined."
1873msgstr ""
1874
1875#: config/tc-d10v.c:759
1876msgid "One of these instructions may not be executed in parallel."
1877msgstr ""
1878
1879#: config/tc-d10v.c:764 config/tc-d30v.c:843
1880msgid "Two IU instructions may not be executed in parallel"
1881msgstr ""
1882
1883#: config/tc-d10v.c:766 config/tc-d10v.c:774 config/tc-d10v.c:789
1884#: config/tc-d10v.c:802 config/tc-d30v.c:844 config/tc-d30v.c:853
1885msgid "Swapping instruction order"
1886msgstr ""
1887
1888#: config/tc-d10v.c:772 config/tc-d30v.c:850
1889msgid "Two MU instructions may not be executed in parallel"
1890msgstr ""
1891
1892#: config/tc-d10v.c:793 config/tc-d30v.c:869
1893msgid "IU instruction may not be in the left container"
1894msgstr ""
1895
1896#: config/tc-d10v.c:806 config/tc-d30v.c:882
1897msgid "MU instruction may not be in the right container"
1898msgstr ""
1899
1900#: config/tc-d10v.c:810 config/tc-d30v.c:890
1901msgid "unknown execution type passed to write_2_short()"
1902msgstr ""
1903
1904#: config/tc-d10v.c:1023 config/tc-d10v.c:1037 config/tc-h8300.c:1279
ac50feda 1905#: config/tc-h8500.c:1122 config/tc-mcore.c:842 config/tc-sh.c:1040
252b5132
RH
1906#: config/tc-z8k.c:1223
1907msgid "can't find opcode "
1908msgstr ""
1909
1910#: config/tc-d10v.c:1050 config/tc-d10v.c:1068 config/tc-d30v.c:1368
1911msgid "Unable to mix instructions as specified"
1912msgstr ""
1913
1914#: config/tc-d10v.c:1116 config/tc-d30v.c:1503
1915#, c-format
1916msgid "unknown opcode: %s"
1917msgstr ""
1918
1919#: config/tc-d10v.c:1197 config/tc-d10v.c:1343 config/tc-tic80.c:537
1920msgid "bad opcode or operands"
1921msgstr ""
1922
ac50feda 1923#: config/tc-d10v.c:1246 config/tc-m68k.c:4232
252b5132
RH
1924msgid "value out of range"
1925msgstr ""
1926
1927#: config/tc-d10v.c:1318
1928msgid "illegal operand - register name found where none expected"
1929msgstr ""
1930
1931#: config/tc-d10v.c:1354 config/tc-tic80.c:548
1932msgid "Register number must be EVEN"
1933msgstr ""
1934
1935#: config/tc-d10v.c:1385 config/tc-d30v.c:1754 config/tc-mn10200.c:1234
ac50feda 1936#: config/tc-mn10300.c:1425 config/tc-ppc.c:5004 config/tc-v850.c:2254
252b5132
RH
1937#, c-format
1938msgid "reloc %d not supported by object file format"
1939msgstr ""
1940
1941#: config/tc-d10v.c:1498
1942#, c-format
1943msgid "line %d: rep or repi must include at least 4 instructions"
1944msgstr ""
1945
1946#: config/tc-d10v.c:1517 config/tc-d30v.c:1935
1947#, c-format
1948msgid "line %d: unknown relocation type: 0x%x"
1949msgstr ""
1950
1951#: config/tc-d30v.c:184
1952#, c-format
1953msgid "Register name %s conflicts with symbol of the same name"
1954msgstr ""
1955
1956#: config/tc-d30v.c:276
1957msgid ""
1958"\n"
1959"D30V options:\n"
1960"-O Make adjacent short instructions parallel if "
1961"possible.\n"
1962"-n Warn about all NOPs inserted by the assembler.\n"
1963"-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
1964"-c Warn about symbols whoes names match register "
1965"names.\n"
1966"-C Opposite of -C. -c is the default.\n"
1967msgstr ""
1968
1969#: config/tc-d30v.c:450
1970msgid "unexpected 12-bit reloc type"
1971msgstr ""
1972
1973#: config/tc-d30v.c:457
1974msgid "unexpected 18-bit reloc type"
1975msgstr ""
1976
1977#: config/tc-d30v.c:701
1978#, c-format
1979msgid "%s NOP inserted"
1980msgstr ""
1981
1982#: config/tc-d30v.c:702
1983msgid "sequential"
1984msgstr ""
1985
1986#: config/tc-d30v.c:702
1987msgid "parallel"
1988msgstr ""
1989
1990#: config/tc-d30v.c:839
1991msgid "Instructions may not be executed in parallel"
1992msgstr ""
1993
1994#: config/tc-d30v.c:852 config/tc-d30v.c:859 config/tc-d30v.c:875
1995#: config/tc-d30v.c:884
1996#, c-format
1997msgid "Executing %s in IU may not work"
1998msgstr ""
1999
2000#: config/tc-d30v.c:871
2001#, c-format
2002msgid "special left instruction `%s' kills instruction `%s' in right container"
2003msgstr ""
2004
2005#: config/tc-d30v.c:1250 config/tc-d30v.c:1267
2006msgid "Cannot assemble instruction"
2007msgstr ""
2008
2009#: config/tc-d30v.c:1252
2010msgid "First opcode is long. Unable to mix instructions as specified."
2011msgstr ""
2012
2013#: config/tc-d30v.c:1320
2014msgid "word of NOPs added between word multiply and load"
2015msgstr ""
2016
2017#: config/tc-d30v.c:1322
2018msgid "word of NOPs added between word multiply and 16-bit multiply"
2019msgstr ""
2020
2021#: config/tc-d30v.c:1352
2022msgid "Instruction uses long version, so it cannot be mixed as specified"
2023msgstr ""
2024
2025#: config/tc-d30v.c:1436 config/tc-d30v.c:1473
2026#, c-format
2027msgid "unknown condition code: %s"
2028msgstr ""
2029
2030#: config/tc-d30v.c:1466
2031#, c-format
2032msgid "cmpu doesn't support condition code %s"
2033msgstr ""
2034
2035#: config/tc-d30v.c:1514
2036#, c-format
2037msgid "operands for opcode `%s' do not match any valid format"
2038msgstr ""
2039
2040#: config/tc-d30v.c:1727
2041msgid "Odd numbered register used as target of multi-register instruction"
2042msgstr ""
2043
2044#: config/tc-d30v.c:1824
2045#, c-format
2046msgid "line %d: unable to place address of symbol '%s' into a byte"
2047msgstr ""
2048
2049#: config/tc-d30v.c:1827
2050#, c-format
2051msgid "line %d: unable to place value %x into a byte"
2052msgstr ""
2053
2054#: config/tc-d30v.c:1835
2055#, c-format
2056msgid "line %d: unable to place address of symbol '%s' into a short"
2057msgstr ""
2058
2059#: config/tc-d30v.c:1838
2060#, c-format
2061msgid "line %d: unable to place value %x into a short"
2062msgstr ""
2063
2064#: config/tc-d30v.c:1846
2065#, c-format
2066msgid "line %d: unable to place address of symbol '%s' into a quad"
2067msgstr ""
2068
2069#: config/tc-d30v.c:2016
2070#, c-format
2071msgid "value too large to fit in %d bits"
2072msgstr ""
2073
2074#: config/tc-d30v.c:2159
2075#, c-format
2076msgid "Alignment too large: %d assumed"
2077msgstr ""
2078
2079#: config/tc-h8300.c:254 config/tc-h8300.c:262
2080msgid "Reg not valid for H8/300"
2081msgstr ""
2082
2083#: config/tc-h8300.c:423 config/tc-h8300.c:426 config/tc-h8300.c:429
2084#: config/tc-h8300.c:433
2085msgid "Invalid register list for ldm/stm\n"
2086msgstr ""
2087
2088#: config/tc-h8300.c:490 config/tc-h8300.c:553 config/tc-h8300.c:560
2089msgid "Wrong size pointer register for architecture."
2090msgstr ""
2091
2092#: config/tc-h8300.c:518 config/tc-h8300.c:527 config/tc-h8300.c:537
2093msgid "expected @(exp, reg16)"
2094msgstr ""
2095
2096#: config/tc-h8300.c:617
2097msgid "expect :8 or :16 here"
2098msgstr ""
2099
2100#: config/tc-h8300.c:823
2101#, c-format
2102msgid "operand %s0x%lx out of range."
2103msgstr ""
2104
2105#: config/tc-h8300.c:910
2106msgid "Can't work out size of operand.\n"
2107msgstr ""
2108
2109#: config/tc-h8300.c:964
2110#, c-format
2111msgid "Opcode `%s' with these operand types not available in H8/300 mode"
2112msgstr ""
2113
2114#: config/tc-h8300.c:1016 config/tc-h8300.c:1036
2115msgid "Need #1 or #2 here"
2116msgstr ""
2117
2118#: config/tc-h8300.c:1031
2119msgid "#4 not valid on H8/300."
2120msgstr ""
2121
2122#: config/tc-h8300.c:1112 config/tc-h8300.c:1150
2123#, c-format
2124msgid "branch operand has odd offset (%lx)\n"
2125msgstr ""
2126
2127#: config/tc-h8300.c:1191
2128msgid "destination operand must be 16 bit register"
2129msgstr ""
2130
2131#: config/tc-h8300.c:1201
2132msgid "source operand must be 8 bit register"
2133msgstr ""
2134
2135#: config/tc-h8300.c:1209
2136msgid "destination operand must be 16bit absolute address"
2137msgstr ""
2138
2139#: config/tc-h8300.c:1216
2140msgid "destination operand must be 8 bit register"
2141msgstr ""
2142
2143#: config/tc-h8300.c:1225
2144msgid "source operand must be 16bit absolute address"
2145msgstr ""
2146
2147#: config/tc-h8300.c:1233
2148msgid "invalid operands"
2149msgstr ""
2150
ac50feda 2151#: config/tc-h8300.c:1290 config/tc-h8500.c:1129 config/tc-mips.c:7932
252b5132
RH
2152#: config/tc-sh.c:1047 config/tc-w65.c:759 config/tc-z8k.c:1235
2153msgid "unknown opcode"
2154msgstr ""
2155
2156#: config/tc-h8300.c:1336
2157msgid "mismatch between opcode size and operand size"
2158msgstr ""
2159
2160#: config/tc-h8300.c:1348 config/tc-h8500.c:1157 config/tc-sh.c:1144
2161#: config/tc-w65.c:791 config/tc-z8k.c:1290
2162msgid "call to tc_crawl_symbol_chain \n"
2163msgstr ""
2164
2165#: config/tc-h8300.c:1362 config/tc-h8500.c:1171 config/tc-sh.c:1151
2166#: config/tc-w65.c:805 config/tc-z8k.c:1304
2167msgid "call to tc_headers_hook \n"
2168msgstr ""
2169
2170#: config/tc-h8300.c:1451 config/tc-h8500.c:1260 config/tc-z8k.c:1415
2171msgid "call to tc_aout_fix_to_chars \n"
2172msgstr ""
2173
2174#: config/tc-h8300.c:1461 config/tc-z8k.c:1425
2175msgid "call to md_convert_frag \n"
2176msgstr ""
2177
2178#: config/tc-h8300.c:1506 config/tc-z8k.c:1500
2179msgid "call tomd_estimate_size_before_relax \n"
2180msgstr ""
2181
2182#: config/tc-h8500.c:337
2183msgid ":24 not valid for this opcode"
2184msgstr ""
2185
2186#: config/tc-h8500.c:344
2187msgid "expect :8,:16 or :24"
2188msgstr ""
2189
2190#: config/tc-h8500.c:401
2191msgid "syntax error in reg list"
2192msgstr ""
2193
2194#: config/tc-h8500.c:419
2195msgid "missing final register in range"
2196msgstr ""
2197
2198#: config/tc-h8500.c:506 config/tc-h8500.c:513 config/tc-h8500.c:519
2199msgid "expected @(exp, Rn)"
2200msgstr ""
2201
2202#: config/tc-h8500.c:535
2203msgid "@Rn+ needs word register"
2204msgstr ""
2205
2206#: config/tc-h8500.c:545
2207msgid "@Rn needs word register"
2208msgstr ""
2209
2210#: config/tc-h8500.c:845 config/tc-sh.c:844
2211#, c-format
2212msgid "unhandled %d\n"
2213msgstr ""
2214
2215#: config/tc-h8500.c:873 config/tc-sh.c:865
2216#, c-format
2217msgid "operand must be absolute in range %d..%d"
2218msgstr ""
2219
2220#: config/tc-h8500.c:963 config/tc-sh.c:986
2221#, c-format
2222msgid "failed for %d\n"
2223msgstr ""
2224
2225#: config/tc-h8500.c:1145 config/tc-sh.c:1082 config/tc-w65.c:779
2226msgid "invalid operands for opcode"
2227msgstr ""
2228
ac50feda 2229#: config/tc-hppa.c:1096
252b5132
RH
2230msgid "Missing .exit\n"
2231msgstr ""
2232
ac50feda 2233#: config/tc-hppa.c:1099
252b5132
RH
2234msgid "Missing .procend\n"
2235msgstr ""
2236
ac50feda 2237#: config/tc-hppa.c:1108
252b5132
RH
2238msgid "Not in a space.\n"
2239msgstr ""
2240
ac50feda 2241#: config/tc-hppa.c:1111
252b5132
RH
2242msgid "Not in a subspace.\n"
2243msgstr ""
2244
ac50feda 2245#: config/tc-hppa.c:1273
252b5132
RH
2246msgid "Invalid field selector. Assuming F%%."
2247msgstr ""
2248
ac50feda 2249#: config/tc-hppa.c:1304
252b5132
RH
2250msgid "-R option not supported on this target."
2251msgstr ""
2252
ac50feda 2253#: config/tc-hppa.c:1318
252b5132
RH
2254#, c-format
2255msgid "Internal error: can't hash `%s': %s\n"
2256msgstr ""
2257
ac50feda 2258#: config/tc-hppa.c:1326 config/tc-i860.c:191 config/tc-sparc.c:704
252b5132
RH
2259#, c-format
2260msgid "internal error: losing opcode: `%s' \"%s\"\n"
2261msgstr ""
2262
ac50feda 2263#: config/tc-hppa.c:1388 config/tc-hppa.c:5183 config/tc-hppa.c:5235
252b5132
RH
2264msgid "Missing function name for .PROC (corrupted label chain)"
2265msgstr ""
2266
ac50feda 2267#: config/tc-hppa.c:1391 config/tc-hppa.c:5238
252b5132
RH
2268msgid "Missing function name for .PROC"
2269msgstr ""
2270
ac50feda 2271#: config/tc-hppa.c:1494 config/tc-hppa.c:3463
252b5132
RH
2272msgid "could not update architecture and machine"
2273msgstr ""
2274
ac50feda 2275#: config/tc-hppa.c:1625
252b5132
RH
2276msgid "Invalid Indexed Load Completer."
2277msgstr ""
2278
ac50feda 2279#: config/tc-hppa.c:1630
252b5132
RH
2280msgid "Invalid Indexed Load Completer Syntax."
2281msgstr ""
2282
ac50feda 2283#: config/tc-hppa.c:1654
252b5132
RH
2284msgid "Invalid Short Load/Store Completer."
2285msgstr ""
2286
ac50feda 2287#: config/tc-hppa.c:1681 config/tc-hppa.c:1686
252b5132
RH
2288msgid "Invalid Store Bytes Short Completer"
2289msgstr ""
2290
ac50feda 2291#: config/tc-hppa.c:1696 config/tc-hppa.c:1728
252b5132
RH
2292#, c-format
2293msgid "Invalid Compare/Subtract Condition: %c"
2294msgstr ""
2295
ac50feda 2296#: config/tc-hppa.c:1711
252b5132
RH
2297msgid "Invalid Compare/Subtract Condition."
2298msgstr ""
2299
ac50feda 2300#: config/tc-hppa.c:1743
252b5132
RH
2301msgid "Invalid Compare/Subtract Condition"
2302msgstr ""
2303
ac50feda 2304#: config/tc-hppa.c:1821 config/tc-hppa.c:1894
252b5132
RH
2305#, c-format
2306msgid "Invalid Add Condition: %s"
2307msgstr ""
2308
ac50feda 2309#: config/tc-hppa.c:1948 config/tc-hppa.c:2025
252b5132
RH
2310msgid "Invalid Logical Instruction Condition."
2311msgstr ""
2312
ac50feda 2313#: config/tc-hppa.c:2067
252b5132
RH
2314msgid "Invalid Shift/Extract/Deposit Condition."
2315msgstr ""
2316
ac50feda 2317#: config/tc-hppa.c:2089
252b5132
RH
2318#, c-format
2319msgid "Invalid Bit Branch Condition: %c"
2320msgstr ""
2321
ac50feda 2322#: config/tc-hppa.c:2202 config/tc-hppa.c:2235 config/tc-hppa.c:2272
252b5132
RH
2323msgid "Branch to unaligned address"
2324msgstr ""
2325
ac50feda 2326#: config/tc-hppa.c:2335
252b5132
RH
2327msgid "Invalid SFU identifier"
2328msgstr ""
2329
ac50feda 2330#: config/tc-hppa.c:2375
252b5132
RH
2331msgid "Invalid COPR identifier"
2332msgstr ""
2333
ac50feda
RH
2334#: config/tc-hppa.c:2500 config/tc-hppa.c:2521 config/tc-hppa.c:2541
2335#: config/tc-hppa.c:2561 config/tc-hppa.c:2581
252b5132
RH
2336msgid "Invalid register for single precision fmpyadd or fmpysub"
2337msgstr ""
2338
ac50feda 2339#: config/tc-hppa.c:2605
252b5132
RH
2340msgid "Invalid Floating Point Operand Format."
2341msgstr ""
2342
ac50feda 2343#: config/tc-hppa.c:2628
252b5132
RH
2344#, c-format
2345msgid "Invalid operands %s"
2346msgstr ""
2347
ac50feda 2348#: config/tc-hppa.c:3163
252b5132
RH
2349msgid "Unknown relocation encountered in md_apply_fix."
2350msgstr ""
2351
ac50feda 2352#: config/tc-hppa.c:3173
252b5132
RH
2353#, c-format
2354msgid "no hppa_fixup entry for this fixup (fixP = 0x%x, type = 0x%x)\n"
2355msgstr ""
2356
ac50feda 2357#: config/tc-hppa.c:3315 config/tc-hppa.c:3340
252b5132
RH
2358#, c-format
2359msgid "Undefined register: '%s'."
2360msgstr ""
2361
ac50feda 2362#: config/tc-hppa.c:3378
252b5132
RH
2363#, c-format
2364msgid "Non-absolute symbol: '%s'."
2365msgstr ""
2366
ac50feda 2367#: config/tc-hppa.c:3393
252b5132
RH
2368#, c-format
2369msgid "Undefined absolute constant: '%s'."
2370msgstr ""
2371
ac50feda 2372#: config/tc-hppa.c:3502
252b5132
RH
2373#, c-format
2374msgid "Invalid FP Compare Condition: %s"
2375msgstr ""
2376
ac50feda 2377#: config/tc-hppa.c:3543
252b5132
RH
2378#, c-format
2379msgid "Invalid FP Operand Format: %3s"
2380msgstr ""
2381
ac50feda 2382#: config/tc-hppa.c:3624
252b5132
RH
2383msgid "Bad segment in expression."
2384msgstr ""
2385
ac50feda 2386#: config/tc-hppa.c:3675
252b5132
RH
2387msgid "Bad segment (should be absolute)."
2388msgstr ""
2389
ac50feda 2390#: config/tc-hppa.c:3774
252b5132
RH
2391#, c-format
2392msgid "Invalid argument location: %s\n"
2393msgstr ""
2394
ac50feda 2395#: config/tc-hppa.c:3805
252b5132
RH
2396#, c-format
2397msgid "Invalid argument description: %d"
2398msgstr ""
2399
ac50feda 2400#: config/tc-hppa.c:3828
252b5132
RH
2401#, c-format
2402msgid "Invalid Nullification: (%c)"
2403msgstr ""
2404
ac50feda 2405#: config/tc-hppa.c:4301
252b5132
RH
2406#, c-format
2407msgid "Invalid .CALL argument: %s"
2408msgstr ""
2409
ac50feda 2410#: config/tc-hppa.c:4420
252b5132
RH
2411msgid ".callinfo is not within a procedure definition"
2412msgstr ""
2413
ac50feda 2414#: config/tc-hppa.c:4440
252b5132
RH
2415#, c-format
2416msgid "FRAME parameter must be a multiple of 8: %d\n"
2417msgstr ""
2418
ac50feda 2419#: config/tc-hppa.c:4459
252b5132
RH
2420msgid "Value for ENTRY_GR must be in the range 3..18\n"
2421msgstr ""
2422
ac50feda 2423#: config/tc-hppa.c:4471
252b5132
RH
2424msgid "Value for ENTRY_FR must be in the range 12..21\n"
2425msgstr ""
2426
ac50feda 2427#: config/tc-hppa.c:4481
252b5132
RH
2428msgid "Value for ENTRY_SR must be 3\n"
2429msgstr ""
2430
ac50feda 2431#: config/tc-hppa.c:4537
252b5132
RH
2432#, c-format
2433msgid "Invalid .CALLINFO argument: %s"
2434msgstr ""
2435
ac50feda 2436#: config/tc-hppa.c:4627
252b5132
RH
2437msgid "The .ENTER pseudo-op is not supported"
2438msgstr ""
2439
ac50feda 2440#: config/tc-hppa.c:4641
252b5132
RH
2441msgid "Misplaced .entry. Ignored."
2442msgstr ""
2443
ac50feda 2444#: config/tc-hppa.c:4645
252b5132
RH
2445msgid "Missing .callinfo."
2446msgstr ""
2447
ac50feda 2448#: config/tc-hppa.c:4693
252b5132
RH
2449msgid ".REG must use a label"
2450msgstr ""
2451
ac50feda 2452#: config/tc-hppa.c:4695
252b5132
RH
2453msgid ".EQU must use a label"
2454msgstr ""
2455
ac50feda 2456#: config/tc-hppa.c:4746
252b5132
RH
2457msgid ".EXIT must appear within a procedure"
2458msgstr ""
2459
ac50feda 2460#: config/tc-hppa.c:4750
252b5132
RH
2461msgid "Missing .callinfo"
2462msgstr ""
2463
ac50feda 2464#: config/tc-hppa.c:4754
252b5132
RH
2465msgid "No .ENTRY for this .EXIT"
2466msgstr ""
2467
ac50feda 2468#: config/tc-hppa.c:4781
252b5132
RH
2469#, c-format
2470msgid "Cannot define export symbol: %s\n"
2471msgstr ""
2472
ac50feda 2473#: config/tc-hppa.c:4834
252b5132
RH
2474#, c-format
2475msgid "Using ENTRY rather than CODE in export directive for %s"
2476msgstr ""
2477
ac50feda 2478#: config/tc-hppa.c:4935
252b5132
RH
2479#, c-format
2480msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
2481msgstr ""
2482
ac50feda 2483#: config/tc-hppa.c:5017
252b5132
RH
2484msgid "Missing label name on .LABEL"
2485msgstr ""
2486
ac50feda 2487#: config/tc-hppa.c:5022
252b5132
RH
2488msgid "extra .LABEL arguments ignored."
2489msgstr ""
2490
ac50feda 2491#: config/tc-hppa.c:5037
252b5132
RH
2492msgid "The .LEAVE pseudo-op is not supported"
2493msgstr ""
2494
ac50feda 2495#: config/tc-hppa.c:5070
252b5132
RH
2496msgid "Unrecognized .LEVEL argument\n"
2497msgstr ""
2498
ac50feda 2499#: config/tc-hppa.c:5104
252b5132
RH
2500#, c-format
2501msgid "Cannot define static symbol: %s\n"
2502msgstr ""
2503
ac50feda 2504#: config/tc-hppa.c:5137
252b5132
RH
2505msgid "Nested procedures"
2506msgstr ""
2507
ac50feda 2508#: config/tc-hppa.c:5147
252b5132
RH
2509msgid "Cannot allocate unwind descriptor\n"
2510msgstr ""
2511
ac50feda 2512#: config/tc-hppa.c:5242
252b5132
RH
2513msgid "misplaced .procend"
2514msgstr ""
2515
ac50feda 2516#: config/tc-hppa.c:5245
252b5132
RH
2517msgid "Missing .callinfo for this procedure"
2518msgstr ""
2519
ac50feda 2520#: config/tc-hppa.c:5248
252b5132
RH
2521msgid "Missing .EXIT for a .ENTRY"
2522msgstr ""
2523
ac50feda 2524#: config/tc-hppa.c:5348
252b5132
RH
2525msgid "Invalid .SPACE argument"
2526msgstr ""
2527
ac50feda 2528#: config/tc-hppa.c:5396
252b5132
RH
2529msgid "Can't change spaces within a procedure definition. Ignored"
2530msgstr ""
2531
ac50feda 2532#: config/tc-hppa.c:5523
252b5132
RH
2533#, c-format
2534msgid "Undefined space: '%s' Assuming space number = 0."
2535msgstr ""
2536
ac50feda 2537#: config/tc-hppa.c:5565
252b5132
RH
2538msgid "Must be in a space before changing or declaring subspaces.\n"
2539msgstr ""
2540
ac50feda 2541#: config/tc-hppa.c:5569
252b5132
RH
2542msgid "Can't change subspaces within a procedure definition. Ignored"
2543msgstr ""
2544
ac50feda 2545#: config/tc-hppa.c:5605
252b5132
RH
2546msgid "Parameters of an existing subspace can't be modified"
2547msgstr ""
2548
ac50feda 2549#: config/tc-hppa.c:5658
252b5132
RH
2550msgid "Alignment must be a power of 2"
2551msgstr ""
2552
ac50feda 2553#: config/tc-hppa.c:5700
252b5132
RH
2554msgid "FIRST not supported as a .SUBSPACE argument"
2555msgstr ""
2556
ac50feda 2557#: config/tc-hppa.c:5702
252b5132
RH
2558msgid "Invalid .SUBSPACE argument"
2559msgstr ""
2560
ac50feda 2561#: config/tc-hppa.c:5742
252b5132
RH
2562msgid "Ignoring subspace decl due to ELF BFD bugs."
2563msgstr ""
2564
ac50feda 2565#: config/tc-hppa.c:5905
252b5132
RH
2566#, c-format
2567msgid "Internal error: Unable to find containing space for %s."
2568msgstr ""
2569
ac50feda 2570#: config/tc-hppa.c:5946
252b5132
RH
2571#, c-format
2572msgid "Out of memory: could not allocate new space chain entry: %s\n"
2573msgstr ""
2574
ac50feda 2575#: config/tc-hppa.c:6032
252b5132
RH
2576#, c-format
2577msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
2578msgstr ""
2579
ac50feda 2580#: config/tc-hppa.c:6688
252b5132
RH
2581#, c-format
2582msgid "Symbol '%s' could not be created."
2583msgstr ""
2584
ac50feda 2585#: config/tc-hppa.c:6692
252b5132
RH
2586msgid "No memory for symbol name."
2587msgstr ""
2588
2589#: config/tc-i386.c:502
2590msgid "same type of prefix used twice"
2591msgstr ""
2592
2593#: config/tc-i386.c:536
2594msgid "Bad argument to syntax directive."
2595msgstr ""
2596
ac50feda 2597#: config/tc-i386.c:619 config/tc-m68k.c:3750
252b5132
RH
2598#, c-format
2599msgid "Internal Error: Can't hash %s: %s"
2600msgstr ""
2601
ac50feda 2602#: config/tc-i386.c:851
252b5132
RH
2603msgid "Unknown"
2604msgstr ""
2605
ac50feda 2606#: config/tc-i386.c:899 config/tc-i386.c:4360 config/tc-m68k.c:772
252b5132
RH
2607#, c-format
2608msgid "Can not do %d byte pc-relative relocation"
2609msgstr ""
2610
ac50feda 2611#: config/tc-i386.c:909 config/tc-i386.c:4374 config/tc-m68k.c:779
252b5132
RH
2612#, c-format
2613msgid "Can not do %d byte relocation"
2614msgstr ""
2615
ac50feda 2616#: config/tc-i386.c:1010 config/tc-i386.c:1096
252b5132
RH
2617#, c-format
2618msgid "no such 386 instruction: `%s'"
2619msgstr ""
2620
ac50feda 2621#: config/tc-i386.c:1019
252b5132
RH
2622#, c-format
2623msgid "invalid character %s in mnemonic"
2624msgstr ""
2625
ac50feda 2626#: config/tc-i386.c:1026
252b5132
RH
2627msgid "expecting prefix; got nothing"
2628msgstr ""
2629
ac50feda 2630#: config/tc-i386.c:1028
252b5132
RH
2631msgid "expecting mnemonic; got nothing"
2632msgstr ""
2633
ac50feda 2634#: config/tc-i386.c:1046
252b5132
RH
2635#, c-format
2636msgid "redundant %s prefix"
2637msgstr ""
2638
ac50feda 2639#: config/tc-i386.c:1105
252b5132
RH
2640#, c-format
2641msgid "expecting string instruction after `%s'"
2642msgstr ""
2643
ac50feda 2644#: config/tc-i386.c:1128
252b5132
RH
2645#, c-format
2646msgid "invalid character %s before operand %d"
2647msgstr ""
2648
ac50feda 2649#: config/tc-i386.c:1142
252b5132
RH
2650#, c-format
2651msgid "unbalanced parenthesis in operand %d."
2652msgstr ""
2653
ac50feda 2654#: config/tc-i386.c:1145
252b5132
RH
2655#, c-format
2656msgid "unbalanced brackets in operand %d."
2657msgstr ""
2658
ac50feda 2659#: config/tc-i386.c:1154
252b5132
RH
2660#, c-format
2661msgid "invalid character %s in operand %d"
2662msgstr ""
2663
ac50feda 2664#: config/tc-i386.c:1181
252b5132
RH
2665#, c-format
2666msgid "spurious operands; (%d operands/instruction max)"
2667msgstr ""
2668
ac50feda 2669#: config/tc-i386.c:1202
252b5132
RH
2670msgid "expecting operand after ','; got nothing"
2671msgstr ""
2672
ac50feda 2673#: config/tc-i386.c:1207
252b5132
RH
2674msgid "expecting operand before ','; got nothing"
2675msgstr ""
2676
2677#. we found no match
ac50feda 2678#: config/tc-i386.c:1434
252b5132
RH
2679#, c-format
2680msgid "suffix or operands invalid for `%s'"
2681msgstr ""
2682
2683#. Warn them that a data or address size prefix doesn't affect
2684#. assembly of the next line of code.
ac50feda 2685#: config/tc-i386.c:1443
252b5132
RH
2686#, c-format
2687msgid "stand-alone `%s' prefix"
2688msgstr ""
2689
ac50feda 2690#: config/tc-i386.c:1467 config/tc-i386.c:1482
252b5132
RH
2691msgid "`%s' operand %d must use `%%es' segment"
2692msgstr ""
2693
ac50feda 2694#: config/tc-i386.c:1548 config/tc-i386.c:1589 config/tc-i386.c:1616
252b5132
RH
2695msgid "using `%%%s' instead of `%%%s' due to `%c' suffix"
2696msgstr ""
2697
ac50feda 2698#: config/tc-i386.c:1561 config/tc-i386.c:1578 config/tc-i386.c:1605
252b5132
RH
2699msgid "`%%%s' not allowed with `%s%c'"
2700msgstr ""
2701
ac50feda 2702#: config/tc-i386.c:1645 config/tc-i386.c:1665
252b5132
RH
2703msgid "no instruction mnemonic suffix given; can't determine immediate size"
2704msgstr ""
2705
ac50feda 2706#: config/tc-i386.c:1690
252b5132
RH
2707msgid ""
2708"no instruction mnemonic suffix given and no register operands; can't size "
2709"instruction"
2710msgstr ""
2711
2712#. reversed arguments on faddp, fsubp, etc.
ac50feda 2713#: config/tc-i386.c:1803
252b5132
RH
2714msgid "translating to `%s %%%s,%%%s'"
2715msgstr ""
2716
2717#. extraneous `l' suffix on fp insn
ac50feda 2718#: config/tc-i386.c:1810
252b5132
RH
2719msgid "translating to `%s %%%s'"
2720msgstr ""
2721
ac50feda 2722#: config/tc-i386.c:2022
252b5132
RH
2723msgid "you can't `pop %%cs'"
2724msgstr ""
2725
2726#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc
ac50feda 2727#: config/tc-i386.c:2053
252b5132
RH
2728#, c-format
2729msgid "translating to `%sp'"
2730msgstr ""
2731
ac50feda 2732#: config/tc-i386.c:2084 config/tc-i386.c:2187 config/tc-i386.c:2247
252b5132
RH
2733msgid "skipping prefixes on this instruction"
2734msgstr ""
2735
ac50feda 2736#: config/tc-i386.c:2104 config/tc-i386.c:2211 config/tc-i386.c:2260
252b5132
RH
2737msgid "16-bit jump out of range"
2738msgstr ""
2739
ac50feda 2740#: config/tc-i386.c:2206
252b5132
RH
2741#, c-format
2742msgid "`%s' only takes byte displacement; %ld shortened to %d"
2743msgstr ""
2744
ac50feda 2745#: config/tc-i386.c:2269
252b5132
RH
2746#, c-format
2747msgid "can't handle non absolute segment in `%s'"
2748msgstr ""
2749
ac50feda 2750#: config/tc-i386.c:2527
252b5132
RH
2751msgid "Only 1 or 2 immediate operands are allowed"
2752msgstr ""
2753
ac50feda 2754#: config/tc-i386.c:2558 config/tc-i386.c:2788
252b5132
RH
2755msgid "GOT relocations not supported in 16 bit mode"
2756msgstr ""
2757
ac50feda 2758#: config/tc-i386.c:2579 config/tc-i386.c:2809
252b5132
RH
2759msgid "Bad reloc specifier in expression"
2760msgstr ""
2761
ac50feda 2762#: config/tc-i386.c:2597 config/tc-i386.c:2843
252b5132
RH
2763#, c-format
2764msgid "Ignoring junk `%s' after expression"
2765msgstr ""
2766
2767#. missing or bad expr becomes absolute 0
ac50feda 2768#: config/tc-i386.c:2604
252b5132
RH
2769#, c-format
2770msgid "Missing or invalid immediate expression `%s' taken as 0"
2771msgstr ""
2772
ac50feda 2773#: config/tc-i386.c:2639 config/tc-i386.c:2862
252b5132
RH
2774#, c-format
2775msgid "Unimplemented segment type %d in operand"
2776msgstr ""
2777
ac50feda 2778#: config/tc-i386.c:2682
252b5132
RH
2779#, c-format
2780msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
2781msgstr ""
2782
ac50feda 2783#: config/tc-i386.c:2688
252b5132
RH
2784#, c-format
2785msgid "scale factor of %d without an index register"
2786msgstr ""
2787
ac50feda 2788#: config/tc-i386.c:3037 config/tc-i386.c:3043 config/tc-i386.c:3052
252b5132
RH
2789#, c-format
2790msgid "bad segment name `%s'"
2791msgstr ""
2792
ac50feda 2793#: config/tc-i386.c:3218 config/tc-i386.c:3473
252b5132
RH
2794#, c-format
2795msgid "too many memory references for `%s'"
2796msgstr ""
2797
ac50feda
RH
2798#: config/tc-i386.c:3329 config/tc-i386.c:3342 config/tc-i386.c:3654
2799#: config/tc-i386.c:3667
252b5132
RH
2800#, c-format
2801msgid "`%s' is not a valid %s bit base/index expression"
2802msgstr ""
2803
ac50feda 2804#: config/tc-i386.c:3426
252b5132
RH
2805#, c-format
2806msgid "bad memory operand `%s'"
2807msgstr ""
2808
ac50feda 2809#: config/tc-i386.c:3441
252b5132
RH
2810#, c-format
2811msgid "Junk `%s' after register"
2812msgstr ""
2813
ac50feda 2814#: config/tc-i386.c:3582
252b5132
RH
2815#, c-format
2816msgid "expecting `,' or `)' after index register in `%s'"
2817msgstr ""
2818
ac50feda 2819#: config/tc-i386.c:3599
252b5132
RH
2820#, c-format
2821msgid "expecting `)' after scale factor in `%s'"
2822msgstr ""
2823
ac50feda 2824#: config/tc-i386.c:3606
252b5132
RH
2825#, c-format
2826msgid "expecting index register or scale factor after `,'; got '%c'"
2827msgstr ""
2828
ac50feda 2829#: config/tc-i386.c:3613
252b5132
RH
2830#, c-format
2831msgid "expecting `,' or `)' after base register in `%s'"
2832msgstr ""
2833
2834#. it's not a memory operand; argh!
ac50feda 2835#: config/tc-i386.c:3676
252b5132
RH
2836#, c-format
2837msgid "invalid char %s beginning operand %d `%s'"
2838msgstr ""
2839
ac50feda 2840#: config/tc-i386.c:4095
252b5132
RH
2841msgid "Bad call to md_atof ()"
2842msgstr ""
2843
ac50feda 2844#: config/tc-i386.c:4156 config/tc-i386.c:4169
252b5132
RH
2845#, c-format
2846msgid "bad register name `%s'"
2847msgstr ""
2848
ac50feda 2849#: config/tc-i386.c:4223
252b5132
RH
2850msgid "-m\t\t\tdo long jump\n"
2851msgstr ""
2852
ac50feda 2853#: config/tc-i386.c:4263
252b5132
RH
2854msgid "GOT already in symbol table"
2855msgstr ""
2856
ac50feda 2857#: config/tc-i386.c:4409 config/tc-mcore.c:2130 config/tc-sh.c:2421
252b5132
RH
2858#, c-format
2859msgid "Cannot represent relocation type %s"
2860msgstr ""
2861
2862#: config/tc-i860.c:157 config/tc-i860.c:161
2863msgid "Unknown temporary pseudo register"
2864msgstr ""
2865
ac50feda 2866#: config/tc-i860.c:183 config/tc-mips.c:1013 config/tc-sparc.c:696
252b5132
RH
2867#, c-format
2868msgid "internal error: can't hash `%s': %s\n"
2869msgstr ""
2870
2871#: config/tc-i860.c:341
2872#, c-format
2873msgid "Expanded opcode after delayed branch: `%s'"
2874msgstr ""
2875
2876#: config/tc-i860.c:343
2877#, c-format
2878msgid "Expanded opcode in dual mode: `%s'"
2879msgstr ""
2880
2881#: config/tc-i860.c:580
2882msgid "Fsr1 equals fdest with Pipelining"
2883msgstr ""
2884
2885#: config/tc-i860.c:631
2886msgid "5-bit immediate too large"
2887msgstr ""
2888
2889#: config/tc-i860.c:725
2890msgid "Illegal operands"
2891msgstr ""
2892
2893#: config/tc-i860.c:749 config/tc-sparc.c:2338
2894msgid "bad segment"
2895msgstr ""
2896
2897#: config/tc-i860.c:878
2898#, c-format
2899msgid "26-bit branch w/o pc relative set: 0x%08x"
2900msgstr ""
2901
2902#. align pcrel offset, see manual
2903#. check for overflow
2904#: config/tc-i860.c:882
2905#, c-format
2906msgid "26-bit branch offset overflow: 0x%08x"
2907msgstr ""
2908
2909#: config/tc-i860.c:891 config/tc-i860.c:922
2910#, c-format
2911msgid "16-bit immediate 4-byte alignment error: 0x%08x"
2912msgstr ""
2913
2914#: config/tc-i860.c:896 config/tc-i860.c:927
2915#, c-format
2916msgid "16-bit immediate 2-byte alignment error: 0x%08x"
2917msgstr ""
2918
2919#: config/tc-i860.c:904
2920#, c-format
2921msgid "16-bit branch offset overflow: 0x%08x"
2922msgstr ""
2923
2924#: config/tc-i860.c:912
2925#, c-format
2926msgid "16-bit immediate 16-byte alignment error: 0x%08x"
2927msgstr ""
2928
2929#: config/tc-i860.c:917
2930#, c-format
2931msgid "16-bit immediate 8-byte alignment error: 0x%08x"
2932msgstr ""
2933
2934#: config/tc-i860.c:933
2935#, c-format
2936msgid "16-bit immediate overflow: 0x%08x"
2937msgstr ""
2938
2939#: config/tc-i860.c:951
2940msgid "md_number_to_disp\n"
2941msgstr ""
2942
2943#: config/tc-i860.c:961
2944msgid "i860_number_to_field\n"
2945msgstr ""
2946
2947#: config/tc-i860.c:1001
2948msgid "i860_convert_frag\n"
2949msgstr ""
2950
2951#: config/tc-i860.c:1010
2952msgid "i860_estimate_size_before_relax\n"
2953msgstr ""
2954
ac50feda 2955#: config/tc-i960.c:559
252b5132
RH
2956#, c-format
2957msgid "Hashing returned \"%s\"."
2958msgstr ""
2959
2960#. Offset of last character in opcode mnemonic
ac50feda 2961#: config/tc-i960.c:593
252b5132
RH
2962msgid "branch prediction invalid on this opcode"
2963msgstr ""
2964
ac50feda 2965#: config/tc-i960.c:636
252b5132
RH
2966#, c-format
2967msgid "invalid opcode, \"%s\"."
2968msgstr ""
2969
ac50feda 2970#: config/tc-i960.c:641
252b5132
RH
2971#, c-format
2972msgid "improper number of operands. expecting %d, got %d"
2973msgstr ""
2974
ac50feda 2975#: config/tc-i960.c:786 config/tc-m32r.c:1239
252b5132
RH
2976msgid "Bad call to md_atof()"
2977msgstr ""
2978
ac50feda 2979#: config/tc-i960.c:876
252b5132
RH
2980#, c-format
2981msgid "Fixup of %ld too large for field width of %d"
2982msgstr ""
2983
ac50feda 2984#: config/tc-i960.c:994
252b5132
RH
2985#, c-format
2986msgid "invalid architecture %s"
2987msgstr ""
2988
ac50feda 2989#: config/tc-i960.c:1014
252b5132
RH
2990msgid "I960 options:\n"
2991msgstr ""
2992
ac50feda 2993#: config/tc-i960.c:1017
252b5132
RH
2994msgid ""
2995"\n"
2996"\t\t\tspecify variant of 960 architecture\n"
2997"-b\t\t\tadd code to collect statistics about branches taken\n"
2998"-link-relax\t\tpreserve individual alignment directives so linker\n"
2999"\t\t\tcan do relaxing (b.out format only)\n"
3000"-no-relax\t\tdon't alter compare-and-branch instructions for\n"
3001"\t\t\tlong displacements\n"
3002msgstr ""
3003
ac50feda 3004#: config/tc-i960.c:1425
252b5132
RH
3005msgid "too many operands"
3006msgstr ""
3007
ac50feda 3008#: config/tc-i960.c:1485 config/tc-i960.c:1715
252b5132
RH
3009msgid "expression syntax error"
3010msgstr ""
3011
ac50feda 3012#: config/tc-i960.c:1523
252b5132
RH
3013msgid "attempt to branch into different segment"
3014msgstr ""
3015
ac50feda 3016#: config/tc-i960.c:1527
252b5132
RH
3017#, c-format
3018msgid "target of %s instruction must be a label"
3019msgstr ""
3020
ac50feda 3021#: config/tc-i960.c:1567
252b5132
RH
3022msgid "unmatched '['"
3023msgstr ""
3024
ac50feda 3025#: config/tc-i960.c:1578
252b5132
RH
3026msgid "garbage after index spec ignored"
3027msgstr ""
3028
3029#. We never moved: there was no opcode either!
ac50feda 3030#: config/tc-i960.c:1645
252b5132
RH
3031msgid "missing opcode"
3032msgstr ""
3033
ac50feda 3034#: config/tc-i960.c:1953
252b5132
RH
3035msgid "invalid constant"
3036msgstr ""
3037
ac50feda 3038#: config/tc-i960.c:2066
252b5132
RH
3039msgid "invalid index register"
3040msgstr ""
3041
ac50feda 3042#: config/tc-i960.c:2089
252b5132
RH
3043msgid "invalid scale factor"
3044msgstr ""
3045
ac50feda 3046#: config/tc-i960.c:2272
252b5132
RH
3047msgid "unaligned register"
3048msgstr ""
3049
ac50feda 3050#: config/tc-i960.c:2295
252b5132
RH
3051msgid "no such sfr in this architecture"
3052msgstr ""
3053
ac50feda 3054#: config/tc-i960.c:2333
252b5132
RH
3055msgid "illegal literal"
3056msgstr ""
3057
3058#. Should not happen: see block comment above
ac50feda 3059#: config/tc-i960.c:2566
252b5132
RH
3060#, c-format
3061msgid "Trying to 'bal' to %s"
3062msgstr ""
3063
ac50feda 3064#: config/tc-i960.c:2577
252b5132
RH
3065msgid "Looks like a proc, but can't tell what kind.\n"
3066msgstr ""
3067
ac50feda 3068#: config/tc-i960.c:2609
252b5132
RH
3069msgid "should have 1 or 2 operands"
3070msgstr ""
3071
ac50feda 3072#: config/tc-i960.c:2618 config/tc-i960.c:2637
252b5132
RH
3073#, c-format
3074msgid "Redefining leafproc %s"
3075msgstr ""
3076
ac50feda 3077#: config/tc-i960.c:2667
252b5132
RH
3078msgid "should have two operands"
3079msgstr ""
3080
ac50feda 3081#: config/tc-i960.c:2677
252b5132
RH
3082msgid "'entry_num' must be absolute number in [0,31]"
3083msgstr ""
3084
ac50feda 3085#: config/tc-i960.c:2686
252b5132
RH
3086#, c-format
3087msgid "Redefining entrynum for sysproc %s"
3088msgstr ""
3089
ac50feda 3090#: config/tc-i960.c:2797
252b5132
RH
3091msgid "architecture of opcode conflicts with that of earlier instruction(s)"
3092msgstr ""
3093
ac50feda 3094#: config/tc-i960.c:2818
252b5132
RH
3095msgid "big endian mode is not supported"
3096msgstr ""
3097
ac50feda 3098#: config/tc-i960.c:2820
252b5132
RH
3099#, c-format
3100msgid "ignoring unrecognized .endian type `%s'"
3101msgstr ""
3102
ac50feda 3103#: config/tc-i960.c:3123
252b5132
RH
3104#, c-format
3105msgid "leafproc symbol '%s' undefined"
3106msgstr ""
3107
ac50feda 3108#: config/tc-i960.c:3133
252b5132
RH
3109#, c-format
3110msgid "Warning: making leafproc entries %s and %s both global\n"
3111msgstr ""
3112
ac50feda 3113#: config/tc-i960.c:3242
252b5132
RH
3114msgid "option --link-relax is only supported in b.out format"
3115msgstr ""
3116
ac50feda 3117#: config/tc-i960.c:3285
252b5132
RH
3118msgid "callj to difference of two symbols"
3119msgstr ""
3120
ac50feda 3121#: config/tc-m32r.c:191
252b5132
RH
3122msgid " M32R specific command line options:\n"
3123msgstr ""
3124
ac50feda 3125#: config/tc-m32r.c:194
252b5132
RH
3126msgid ""
3127" -warn-unmatched-high warn when an (s)high reloc has no matching low "
3128"reloc\n"
3129msgstr ""
3130
ac50feda 3131#: config/tc-m32r.c:196
252b5132
RH
3132msgid " -no-warn-unmatched-high do not warn about missing low relocs\n"
3133msgstr ""
3134
ac50feda 3135#: config/tc-m32r.c:198
252b5132
RH
3136msgid " -Wuh synonym for -warn-unmatched-high\n"
3137msgstr ""
3138
ac50feda 3139#: config/tc-m32r.c:200
252b5132
RH
3140msgid " -Wnuh synonym for -no-warn-unmatched-high\n"
3141msgstr ""
3142
ac50feda 3143#: config/tc-m32r.c:204
252b5132
RH
3144msgid " -relax create linker relaxable code\n"
3145msgstr ""
3146
ac50feda 3147#: config/tc-m32r.c:206
252b5132
RH
3148msgid " -cpu-desc provide runtime cpu description file\n"
3149msgstr ""
3150
ac50feda 3151#: config/tc-m32r.c:331 read.c:2755 read.c:4824
252b5132
RH
3152#, c-format
3153msgid "symbol `%s' already defined"
3154msgstr ""
3155
ac50feda 3156#: config/tc-m32r.c:630 config/tc-ppc.c:1336 config/tc-ppc.c:3540 read.c:1368
252b5132
RH
3157msgid "Expected comma after symbol-name: rest of line ignored."
3158msgstr ""
3159
ac50feda 3160#: config/tc-m32r.c:639
252b5132
RH
3161#, c-format
3162msgid ".SCOMMon length (%ld.) <0! Ignored."
3163msgstr ""
3164
ac50feda
RH
3165#: config/tc-m32r.c:653 config/tc-ppc.c:1358 config/tc-ppc.c:2267
3166#: config/tc-ppc.c:3564
252b5132
RH
3167msgid "ignoring bad alignment"
3168msgstr ""
3169
ac50feda
RH
3170#: config/tc-m32r.c:679 config/tc-ppc.c:1369 config/tc-ppc.c:3576 read.c:1388
3171#: read.c:2104
252b5132
RH
3172#, c-format
3173msgid "Ignoring attempt to re-define symbol `%s'."
3174msgstr ""
3175
ac50feda 3176#: config/tc-m32r.c:688
252b5132
RH
3177#, c-format
3178msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
3179msgstr ""
3180
ac50feda 3181#: config/tc-m32r.c:932
252b5132
RH
3182msgid "Addend to unresolved symbol not on word boundary."
3183msgstr ""
3184
ac50feda 3185#: config/tc-m32r.c:1161
252b5132
RH
3186msgid "Unmatched high/shigh reloc"
3187msgstr ""
3188
ac50feda 3189#: config/tc-m68k.c:646
252b5132
RH
3190msgid "Unknown PC relative instruction"
3191msgstr ""
3192
ac50feda 3193#: config/tc-m68k.c:774
252b5132
RH
3194#, c-format
3195msgid "Can not do %d byte pc-relative pic relocation"
3196msgstr ""
3197
ac50feda 3198#: config/tc-m68k.c:781
252b5132
RH
3199#, c-format
3200msgid "Can not do %d byte pic relocation"
3201msgstr ""
3202
ac50feda 3203#: config/tc-m68k.c:885 config/tc-mips.c:11148
252b5132
RH
3204#, c-format
3205msgid "Cannot make %s relocation PC relative"
3206msgstr ""
3207
ac50feda 3208#: config/tc-m68k.c:998 config/tc-tahoe.c:1505 config/tc-vax.c:1774
252b5132
RH
3209msgid "No operator"
3210msgstr ""
3211
ac50feda 3212#: config/tc-m68k.c:1028 config/tc-tahoe.c:1522 config/tc-vax.c:1791
252b5132
RH
3213msgid "Unknown operator"
3214msgstr ""
3215
ac50feda 3216#: config/tc-m68k.c:1803
252b5132
RH
3217msgid "invalid instruction for this architecture; needs "
3218msgstr ""
3219
ac50feda 3220#: config/tc-m68k.c:1808
252b5132
RH
3221msgid "fpu (68040, 68060 or 68881/68882)"
3222msgstr ""
3223
ac50feda 3224#: config/tc-m68k.c:1811
252b5132
RH
3225msgid "mmu (68030 or 68851)"
3226msgstr ""
3227
ac50feda 3228#: config/tc-m68k.c:1814
252b5132
RH
3229msgid "68020 or higher"
3230msgstr ""
3231
ac50feda 3232#: config/tc-m68k.c:1817
252b5132
RH
3233msgid "68000 or higher"
3234msgstr ""
3235
ac50feda 3236#: config/tc-m68k.c:1820
252b5132
RH
3237msgid "68010 or higher"
3238msgstr ""
3239
ac50feda 3240#: config/tc-m68k.c:1848
252b5132
RH
3241msgid "operands mismatch"
3242msgstr ""
3243
ac50feda 3244#: config/tc-m68k.c:1905 config/tc-m68k.c:1911 config/tc-m68k.c:1917
252b5132
RH
3245msgid "operand out of range"
3246msgstr ""
3247
ac50feda 3248#: config/tc-m68k.c:1974
252b5132
RH
3249#, c-format
3250msgid "Bignum too big for %c format; truncated"
3251msgstr ""
3252
ac50feda 3253#: config/tc-m68k.c:2042
252b5132
RH
3254msgid "displacement too large for this architecture; needs 68020 or higher"
3255msgstr ""
3256
ac50feda 3257#: config/tc-m68k.c:2152
252b5132
RH
3258msgid ""
3259"scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
3260msgstr ""
3261
ac50feda
RH
3262#: config/tc-m68k.c:2157
3263msgid "invalid index size for coldfire"
3264msgstr ""
3265
3266#: config/tc-m68k.c:2210
252b5132
RH
3267msgid "Forcing byte displacement"
3268msgstr ""
3269
ac50feda 3270#: config/tc-m68k.c:2212
252b5132
RH
3271msgid "byte displacement out of range"
3272msgstr ""
3273
ac50feda 3274#: config/tc-m68k.c:2259 config/tc-m68k.c:2297
252b5132
RH
3275msgid "invalid operand mode for this architecture; needs 68020 or higher"
3276msgstr ""
3277
ac50feda 3278#: config/tc-m68k.c:2283 config/tc-m68k.c:2317
252b5132
RH
3279msgid ":b not permitted; defaulting to :w"
3280msgstr ""
3281
ac50feda 3282#: config/tc-m68k.c:2399
252b5132
RH
3283msgid "unsupported byte value; use a different suffix"
3284msgstr ""
3285
ac50feda 3286#: config/tc-m68k.c:2413
252b5132
RH
3287msgid "unknown/incorrect operand"
3288msgstr ""
3289
ac50feda
RH
3290#: config/tc-m68k.c:2446 config/tc-m68k.c:2454 config/tc-m68k.c:2461
3291#: config/tc-m68k.c:2468
252b5132
RH
3292msgid "out of range"
3293msgstr ""
3294
ac50feda 3295#: config/tc-m68k.c:2518
252b5132
RH
3296msgid "Can't use long branches on 68000/68010/5200"
3297msgstr ""
3298
ac50feda 3299#: config/tc-m68k.c:2606
252b5132
RH
3300msgid "Expression out of range, using 0"
3301msgstr ""
3302
ac50feda 3303#: config/tc-m68k.c:2718 config/tc-m68k.c:2734
252b5132
RH
3304msgid "Floating point register in register list"
3305msgstr ""
3306
ac50feda 3307#: config/tc-m68k.c:2724
252b5132
RH
3308msgid "Wrong register in floating-point reglist"
3309msgstr ""
3310
ac50feda 3311#: config/tc-m68k.c:2740
252b5132
RH
3312msgid "incorrect register in reglist"
3313msgstr ""
3314
ac50feda 3315#: config/tc-m68k.c:2746
252b5132
RH
3316msgid "wrong register in floating-point reglist"
3317msgstr ""
3318
ac50feda 3319#: config/tc-m68k.c:2822
252b5132
RH
3320msgid "failed sanity check"
3321msgstr ""
3322
3323#. ERROR
ac50feda 3324#: config/tc-m68k.c:3187
252b5132
RH
3325msgid "Extra )"
3326msgstr ""
3327
3328#. ERROR
ac50feda 3329#: config/tc-m68k.c:3198
252b5132
RH
3330msgid "Missing )"
3331msgstr ""
3332
ac50feda 3333#: config/tc-m68k.c:3215
252b5132
RH
3334msgid "Missing operand"
3335msgstr ""
3336
ac50feda 3337#: config/tc-m68k.c:3547
252b5132
RH
3338#, c-format
3339msgid "%s -- statement `%s' ignored"
3340msgstr ""
3341
ac50feda 3342#: config/tc-m68k.c:3591
252b5132
RH
3343#, c-format
3344msgid "Don't know how to figure width of %c in md_assemble()"
3345msgstr ""
3346
ac50feda 3347#: config/tc-m68k.c:3759 config/tc-m68k.c:3795
252b5132
RH
3348#, c-format
3349msgid "Internal Error: Can't find %s in hash table"
3350msgstr ""
3351
ac50feda 3352#: config/tc-m68k.c:3762 config/tc-m68k.c:3798
252b5132
RH
3353#, c-format
3354msgid "Internal Error: Can't hash %s: %s"
3355msgstr ""
3356
ac50feda 3357#: config/tc-m68k.c:3926
252b5132
RH
3358#, c-format
3359msgid "unrecognized default cpu `%s' ???"
3360msgstr ""
3361
ac50feda 3362#: config/tc-m68k.c:3938
252b5132
RH
3363msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
3364msgstr ""
3365
ac50feda 3366#: config/tc-m68k.c:3958
252b5132
RH
3367msgid "options for 68881 and no-68881 both given"
3368msgstr ""
3369
ac50feda 3370#: config/tc-m68k.c:3960
252b5132
RH
3371msgid "options for 68851 and no-68851 both given"
3372msgstr ""
3373
ac50feda 3374#: config/tc-m68k.c:4031
252b5132
RH
3375#, c-format
3376msgid "text label `%s' aligned to odd boundary"
3377msgstr ""
3378
ac50feda 3379#: config/tc-m68k.c:4248
252b5132
RH
3380msgid "invalid byte branch offset"
3381msgstr ""
3382
ac50feda 3383#: config/tc-m68k.c:4305
252b5132
RH
3384msgid "short branch with zero offset: use :w"
3385msgstr ""
3386
ac50feda 3387#: config/tc-m68k.c:4351
252b5132
RH
3388msgid "Long branch offset not supported."
3389msgstr ""
3390
ac50feda 3391#: config/tc-m68k.c:4412
252b5132
RH
3392#, c-format
3393msgid "Internal error (long PC-relative operand) for insn 0x%04x at 0x%lx"
3394msgstr ""
3395
ac50feda 3396#: config/tc-m68k.c:4443
252b5132
RH
3397msgid "displacement doesn't fit in one byte"
3398msgstr ""
3399
ac50feda 3400#: config/tc-m68k.c:4556
252b5132
RH
3401msgid "Long branch offset to extern symbol not supported."
3402msgstr ""
3403
ac50feda 3404#: config/tc-m68k.c:4905 config/tc-m68k.c:4916
252b5132
RH
3405msgid "expression out of range: defaulting to 1"
3406msgstr ""
3407
ac50feda 3408#: config/tc-m68k.c:4948
252b5132
RH
3409msgid "expression out of range: defaulting to 0"
3410msgstr ""
3411
ac50feda 3412#: config/tc-m68k.c:4981 config/tc-m68k.c:4993
252b5132
RH
3413#, c-format
3414msgid "Can't deal with expression; defaulting to %ld"
3415msgstr ""
3416
ac50feda 3417#: config/tc-m68k.c:5007
252b5132
RH
3418msgid "expression doesn't fit in BYTE"
3419msgstr ""
3420
ac50feda 3421#: config/tc-m68k.c:5011
252b5132
RH
3422msgid "expression doesn't fit in WORD"
3423msgstr ""
3424
ac50feda 3425#: config/tc-m68k.c:5104
252b5132
RH
3426#, c-format
3427msgid "%s: unrecognized processor name"
3428msgstr ""
3429
ac50feda 3430#: config/tc-m68k.c:5169
252b5132
RH
3431msgid "bad coprocessor id"
3432msgstr ""
3433
ac50feda 3434#: config/tc-m68k.c:5175
252b5132
RH
3435msgid "unrecognized fopt option"
3436msgstr ""
3437
ac50feda 3438#: config/tc-m68k.c:5309
252b5132
RH
3439#, c-format
3440msgid "option `%s' may not be negated"
3441msgstr ""
3442
ac50feda 3443#: config/tc-m68k.c:5320
252b5132
RH
3444#, c-format
3445msgid "option `%s' not recognized"
3446msgstr ""
3447
ac50feda 3448#: config/tc-m68k.c:5353
252b5132
RH
3449msgid "bad format of OPT NEST=depth"
3450msgstr ""
3451
ac50feda 3452#: config/tc-m68k.c:5416
252b5132
RH
3453msgid "missing label"
3454msgstr ""
3455
ac50feda 3456#: config/tc-m68k.c:5440 config/tc-m68k.c:5469
252b5132
RH
3457msgid "bad register list"
3458msgstr ""
3459
ac50feda 3460#: config/tc-m68k.c:5442
252b5132
RH
3461#, c-format
3462msgid "bad register list: %s"
3463msgstr ""
3464
ac50feda 3465#: config/tc-m68k.c:5540
252b5132
RH
3466msgid "restore without save"
3467msgstr ""
3468
ac50feda 3469#: config/tc-m68k.c:5717 config/tc-m68k.c:6066
252b5132
RH
3470msgid "syntax error in structured control directive"
3471msgstr ""
3472
ac50feda 3473#: config/tc-m68k.c:5768
252b5132
RH
3474msgid "missing condition code in structured control directive"
3475msgstr ""
3476
ac50feda 3477#: config/tc-m68k.c:6100
252b5132
RH
3478msgid "missing then"
3479msgstr ""
3480
ac50feda 3481#: config/tc-m68k.c:6182
252b5132
RH
3482msgid "else without matching if"
3483msgstr ""
3484
ac50feda 3485#: config/tc-m68k.c:6216
252b5132
RH
3486msgid "endi without matching if"
3487msgstr ""
3488
ac50feda 3489#: config/tc-m68k.c:6257
252b5132
RH
3490msgid "break outside of structured loop"
3491msgstr ""
3492
ac50feda 3493#: config/tc-m68k.c:6296
252b5132
RH
3494msgid "next outside of structured loop"
3495msgstr ""
3496
ac50feda 3497#: config/tc-m68k.c:6348
252b5132
RH
3498msgid "missing ="
3499msgstr ""
3500
ac50feda 3501#: config/tc-m68k.c:6386
252b5132
RH
3502msgid "missing to or downto"
3503msgstr ""
3504
ac50feda 3505#: config/tc-m68k.c:6422 config/tc-m68k.c:6456 config/tc-m68k.c:6666
252b5132
RH
3506msgid "missing do"
3507msgstr ""
3508
ac50feda 3509#: config/tc-m68k.c:6559
252b5132
RH
3510msgid "endf without for"
3511msgstr ""
3512
ac50feda 3513#: config/tc-m68k.c:6615
252b5132
RH
3514msgid "until without repeat"
3515msgstr ""
3516
ac50feda 3517#: config/tc-m68k.c:6702
252b5132
RH
3518msgid "endw without while"
3519msgstr ""
3520
ac50feda 3521#: config/tc-m68k.c:6818
252b5132
RH
3522#, c-format
3523msgid "unrecognized option `%s'"
3524msgstr ""
3525
ac50feda 3526#: config/tc-m68k.c:6863
252b5132
RH
3527#, c-format
3528msgid "unrecognized architecture specification `%s'"
3529msgstr ""
3530
ac50feda 3531#: config/tc-m68k.c:6933
252b5132
RH
3532msgid ""
3533"680X0 options:\n"
3534"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
3535"-m68000 | -m68008 | -m68010 | -m68020 | -m68030 | -m68040 | -m68060\n"
3536" | -m68302 | -m68331 | -m68332 | -m68333 | -m68340 | -m68360\n"
3537" | -mcpu32 | -m5200\n"
3538"\t\t\tspecify variant of 680X0 architecture [default 68020]\n"
3539"-m68881 | -m68882 | -mno-68881 | -mno-68882\n"
3540"\t\t\ttarget has/lacks floating-point coprocessor\n"
3541"\t\t\t[default yes for 68020, 68030, and cpu32]\n"
3542msgstr ""
3543
ac50feda 3544#: config/tc-m68k.c:6943
252b5132
RH
3545msgid ""
3546"-m68851 | -mno-68851\n"
3547"\t\t\ttarget has/lacks memory-management unit coprocessor\n"
3548"\t\t\t[default yes for 68020 and up]\n"
3549"-pic, -k\t\tgenerate position independent code\n"
3550"-S\t\t\tturn jbsr into jsr\n"
3551"--register-prefix-optional\n"
3552"\t\t\trecognize register names without prefix character\n"
3553"--bitwise-or\t\tdo not treat `|' as a comment character\n"
3554msgstr ""
3555
ac50feda 3556#: config/tc-m68k.c:6952
252b5132
RH
3557msgid ""
3558"--base-size-default-16\tbase reg without size is 16 bits\n"
3559"--base-size-default-32\tbase reg without size is 32 bits (default)\n"
3560"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
3561"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
3562msgstr ""
3563
ac50feda 3564#: config/tc-m68k.c:6987
252b5132
RH
3565#, c-format
3566msgid "Error %s in %s\n"
3567msgstr ""
3568
ac50feda 3569#: config/tc-m68k.c:6991
252b5132
RH
3570#, c-format
3571msgid "Opcode(%d.%s): "
3572msgstr ""
3573
3574#: config/tc-m88k.c:206
3575#, c-format
3576msgid "Can't hash instruction '%s':%s"
3577msgstr ""
3578
3579#: config/tc-m88k.c:258
3580#, c-format
3581msgid "Invalid mnemonic '%s'"
3582msgstr ""
3583
3584#: config/tc-m88k.c:278
3585msgid "Parameter syntax error"
3586msgstr ""
3587
3588#: config/tc-m88k.c:333
3589msgid "Unknown relocation type"
3590msgstr ""
3591
3592#. Having this here repeats the warning somtimes.
3593#. But can't we stand that?
3594#: config/tc-m88k.c:446
3595msgid "Use of obsolete instruction"
3596msgstr ""
3597
3598#: config/tc-m88k.c:563
3599msgid "Expression truncated to 16 bits"
3600msgstr ""
3601
3602#: config/tc-m88k.c:629 config/tc-m88k.c:651
3603msgid "Expression truncated to 5 bits"
3604msgstr ""
3605
3606#: config/tc-m88k.c:873
3607msgid "Expression truncated to 9 bits"
3608msgstr ""
3609
3610#: config/tc-m88k.c:895
3611msgid "Removed lower 2 bits of expression"
3612msgstr ""
3613
3614#: config/tc-m88k.c:1034
3615msgid "Bad relocation type"
3616msgstr ""
3617
3618#: config/tc-m88k.c:1047
3619msgid "md_number_to_disp not defined"
3620msgstr ""
3621
3622#: config/tc-m88k.c:1057
3623msgid "md_number_to_field not defined"
3624msgstr ""
3625
3626#: config/tc-m88k.c:1170
3627msgid "Relaxation should never occur"
3628msgstr ""
3629
ac50feda 3630#: config/tc-m88k.c:1267 config/tc-sparc.c:3025 read.c:1961
252b5132
RH
3631#, c-format
3632msgid "BSS length (%d.) <0! Ignored."
3633msgstr ""
3634
3635#: config/tc-m88k.c:1311
3636#, c-format
3637msgid "Ignoring attempt to re-define symbol %s."
3638msgstr ""
3639
ac50feda 3640#: config/tc-mcore.c:402
252b5132
RH
3641#, c-format
3642msgid "register expected, but saw '%.6s'"
3643msgstr ""
3644
ac50feda 3645#: config/tc-mcore.c:486
252b5132
RH
3646#, c-format
3647msgid "control register expected, but saw '%.6s'"
3648msgstr ""
3649
ac50feda 3650#: config/tc-mcore.c:645
252b5132
RH
3651msgid "more than 65K literal pools"
3652msgstr ""
3653
ac50feda 3654#: config/tc-mcore.c:699
252b5132
RH
3655msgid "missing ']'"
3656msgstr ""
3657
ac50feda 3658#: config/tc-mcore.c:739
252b5132
RH
3659msgid "operand must be a constant"
3660msgstr ""
3661
ac50feda 3662#: config/tc-mcore.c:741
252b5132
RH
3663#, c-format
3664msgid "operand must be absolute in range %d..%d, not %d"
3665msgstr ""
3666
ac50feda 3667#: config/tc-mcore.c:779
252b5132
RH
3668msgid "operand must be a multiple of 4"
3669msgstr ""
3670
ac50feda 3671#: config/tc-mcore.c:786
252b5132
RH
3672msgid "operand must be a multiple of 2"
3673msgstr ""
3674
ac50feda 3675#: config/tc-mcore.c:800 config/tc-mcore.c:1301 config/tc-mcore.c:1355
252b5132
RH
3676msgid "base register expected"
3677msgstr ""
3678
ac50feda 3679#: config/tc-mcore.c:849
252b5132
RH
3680#, c-format
3681msgid "unknown opcode \"%s\""
3682msgstr ""
3683
ac50feda 3684#: config/tc-mcore.c:892
252b5132
RH
3685msgid "invalid register: r15 illegal"
3686msgstr ""
3687
ac50feda
RH
3688#: config/tc-mcore.c:951 config/tc-mcore.c:990 config/tc-mcore.c:1009
3689#: config/tc-mcore.c:1028 config/tc-mcore.c:1055 config/tc-mcore.c:1084
3690#: config/tc-mcore.c:1121 config/tc-mcore.c:1156 config/tc-mcore.c:1175
3691#: config/tc-mcore.c:1194 config/tc-mcore.c:1226 config/tc-mcore.c:1248
3692#: config/tc-mcore.c:1304 config/tc-mcore.c:1358 config/tc-mcore.c:1393
3693#: config/tc-mcore.c:1447 config/tc-mcore.c:1469 config/tc-mcore.c:1492
252b5132
RH
3694msgid "second operand missing"
3695msgstr ""
3696
ac50feda 3697#: config/tc-mcore.c:966
252b5132
RH
3698msgid "destination register must be r1"
3699msgstr ""
3700
ac50feda 3701#: config/tc-mcore.c:987
252b5132
RH
3702msgid "source register must be r1"
3703msgstr ""
3704
ac50feda 3705#: config/tc-mcore.c:1050 config/tc-mcore.c:1107
252b5132
RH
3706msgid "immediate is not a power of two"
3707msgstr ""
3708
ac50feda 3709#: config/tc-mcore.c:1078
252b5132
RH
3710msgid "translating bgeni to movi"
3711msgstr ""
3712
ac50feda 3713#: config/tc-mcore.c:1115
252b5132
RH
3714msgid "translating mgeni to movi"
3715msgstr ""
3716
ac50feda 3717#: config/tc-mcore.c:1147
252b5132
RH
3718msgid "translating bmaski to movi"
3719msgstr ""
3720
ac50feda 3721#: config/tc-mcore.c:1221
252b5132
RH
3722#, c-format
3723msgid "displacement too large (%d)"
3724msgstr ""
3725
ac50feda 3726#: config/tc-mcore.c:1235
252b5132
RH
3727msgid "Invalid register: r0 and r15 illegal"
3728msgstr ""
3729
ac50feda 3730#: config/tc-mcore.c:1262
252b5132
RH
3731msgid "bad starting register: r0 and r15 invalid"
3732msgstr ""
3733
ac50feda 3734#: config/tc-mcore.c:1275
252b5132
RH
3735msgid "ending register must be r15"
3736msgstr ""
3737
ac50feda 3738#: config/tc-mcore.c:1295
252b5132
RH
3739msgid "bad base register: must be r0"
3740msgstr ""
3741
ac50feda 3742#: config/tc-mcore.c:1313
252b5132
RH
3743msgid "first register must be r4"
3744msgstr ""
3745
ac50feda 3746#: config/tc-mcore.c:1324
252b5132
RH
3747msgid "last register must be r7"
3748msgstr ""
3749
ac50feda 3750#: config/tc-mcore.c:1361
252b5132
RH
3751msgid "reg-reg expected"
3752msgstr ""
3753
ac50feda 3754#: config/tc-mcore.c:1466
252b5132
RH
3755msgid "second operand must be 1"
3756msgstr ""
3757
ac50feda 3758#: config/tc-mcore.c:1487
252b5132
RH
3759msgid "zero used as immediate value"
3760msgstr ""
3761
ac50feda 3762#: config/tc-mcore.c:1498
252b5132
RH
3763#, c-format
3764msgid "unimplemented opcode \"%s\""
3765msgstr ""
3766
ac50feda 3767#: config/tc-mcore.c:1568 config/tc-w65.c:856
252b5132
RH
3768msgid "Bad call to MD_NTOF()"
3769msgstr ""
3770
ac50feda
RH
3771#: config/tc-mcore.c:1631
3772msgid ""
3773"MCORE specific options:\n"
3774" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n"
3775" -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)"
3776msgstr ""
3777
3778#: config/tc-mcore.c:1647
3779msgid "failed sanity check: short_jump"
3780msgstr ""
3781
3782#: config/tc-mcore.c:1658
3783msgid "failed sanity check: long_jump"
3784msgstr ""
3785
3786#: config/tc-mcore.c:1685
3787#, c-format
3788msgid "odd displacement at %x"
3789msgstr ""
3790
3791#: config/tc-mcore.c:1839
3792msgid "unknown"
3793msgstr ""
3794
3795#: config/tc-mcore.c:1844 config/tc-ns32k.c:2281
3796msgid "<unknown>"
3797msgstr ""
3798
3799#: config/tc-mcore.c:1870
3800#, c-format
3801msgid "odd distance branch (0x%x bytes)"
3802msgstr ""
3803
3804#: config/tc-mcore.c:1874
3805#, c-format
3806msgid "pcrel for branch to %s too far (0x%x)"
3807msgstr ""
3808
3809#: config/tc-mcore.c:1885
3810#, c-format
3811msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%x)"
3812msgstr ""
3813
3814#: config/tc-mcore.c:1894
3815#, c-format
3816msgid "pcrel for loopt too far (0x%x)"
3817msgstr ""
3818
3819#: config/tc-mcore.c:2112
3820#, c-format
3821msgid "Can not do %d byte %srelocation"
3822msgstr ""
3823
3824#: config/tc-mcore.c:2114
3825msgid "pc-relative"
3826msgstr ""
3827
3828#: config/tc-mips.c:960
3829msgid "trap exception not supported at ISA 1"
3830msgstr ""
3831
3832#: config/tc-mips.c:1000
3833msgid "Could not set architecture and machine"
3834msgstr ""
3835
3836#: config/tc-mips.c:1039
3837#, c-format
3838msgid "internal: can't hash `%s': %s"
3839msgstr ""
3840
3841#: config/tc-mips.c:1047
3842#, c-format
3843msgid "internal error: bad mips16 opcode: %s %s\n"
3844msgstr ""
3845
3846#: config/tc-mips.c:1216
3847#, c-format
3848msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
3849msgstr ""
3850
3851#: config/tc-mips.c:1739 config/tc-mips.c:11279
3852msgid "extended instruction in delay slot"
3853msgstr ""
3854
3855#: config/tc-mips.c:1761 config/tc-mips.c:1768
3856#, c-format
3857msgid "jump to misaligned address (0x%lx)"
3858msgstr ""
3859
3860#: config/tc-mips.c:2419 config/tc-mips.c:2782
3861msgid "Macro instruction expanded into multiple instructions"
3862msgstr ""
3863
3864#: config/tc-mips.c:2835
3865msgid "unsupported large constant"
3866msgstr ""
3867
3868#: config/tc-mips.c:2837
3869#, c-format
3870msgid "Instruction %s requires absolute expression"
3871msgstr ""
3872
3873#: config/tc-mips.c:2983
3874msgid "Number larger than 32 bits"
3875msgstr ""
3876
3877#: config/tc-mips.c:3004
3878msgid "Number larger than 64 bits"
3879msgstr ""
3880
3881#: config/tc-mips.c:3270 config/tc-mips.c:3342 config/tc-mips.c:5021
3882#: config/tc-mips.c:5072 config/tc-mips.c:5608 config/tc-mips.c:5671
3883msgid "PIC code offset overflow (max 16 signed bits)"
3884msgstr ""
3885
3886#: config/tc-mips.c:3581
3887#, c-format
3888msgid "Branch %s is always false (nop)"
3889msgstr ""
3890
3891#: config/tc-mips.c:3586
3892#, c-format
3893msgid "Branch likely %s is always false"
3894msgstr ""
3895
3896#: config/tc-mips.c:3593 config/tc-mips.c:3667 config/tc-mips.c:3770
3897#: config/tc-mips.c:3825 config/tc-mips.c:6707 config/tc-mips.c:6716
3898#: config/tc-mips.c:6724 config/tc-mips.c:6833
3899msgid "Unsupported large constant"
3900msgstr ""
3901
3902#. result is always true
3903#: config/tc-mips.c:3629
3904#, c-format
3905msgid "Branch %s is always true"
3906msgstr ""
3907
3908#: config/tc-mips.c:3901 config/tc-mips.c:4008
3909msgid "Divide by zero."
3910msgstr ""
3911
3912#: config/tc-mips.c:4592
3913msgid "MIPS PIC call to register other than $25"
3914msgstr ""
3915
3916#: config/tc-mips.c:4597 config/tc-mips.c:4709
3917msgid "No .cprestore pseudo-op used in PIC code"
3918msgstr ""
3919
3920#: config/tc-mips.c:4782 config/tc-mips.c:4871 config/tc-mips.c:5359
3921#: config/tc-mips.c:5400 config/tc-mips.c:5418 config/tc-mips.c:6046
3922#: config/tc-mips.c:7054
3923msgid "opcode not supported on this processor"
3924msgstr ""
3925
3926#: config/tc-mips.c:5877 config/tc-mips.c:6601
3927msgid "Macro used $at after \".set noat\""
3928msgstr ""
3929
3930#: config/tc-mips.c:6017 config/tc-mips.c:6035
3931msgid "rotate count too large"
3932msgstr ""
3933
3934#: config/tc-mips.c:6086
3935#, c-format
3936msgid "Instruction %s: result is always false"
3937msgstr ""
3938
3939#: config/tc-mips.c:6255
3940#, c-format
3941msgid "Instruction %s: result is always true"
3942msgstr ""
3943
3944#: config/tc-mips.c:6394 config/tc-mips.c:6421 config/tc-mips.c:6493
3945#: config/tc-mips.c:6518
3946msgid "operand overflow"
3947msgstr ""
3948
3949#. FIXME: Check if this is one of the itbl macros, since they
3950#. are added dynamically.
3951#: config/tc-mips.c:6597
3952#, c-format
3953msgid "Macro %s not implemented yet"
3954msgstr ""
3955
3956#: config/tc-mips.c:6867
3957#, c-format
3958msgid "internal: bad mips opcode (mask error): %s %s"
3959msgstr ""
3960
3961#: config/tc-mips.c:6919
3962#, c-format
3963msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
3964msgstr ""
3965
3966#: config/tc-mips.c:6926
3967#, c-format
3968msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
3969msgstr ""
3970
3971#: config/tc-mips.c:7059
3972#, c-format
3973msgid "opcode requires -mips%d or greater"
3974msgstr ""
3975
3976#: config/tc-mips.c:7127
3977#, c-format
3978msgid "Improper shift amount (%ld)"
3979msgstr ""
3980
3981#: config/tc-mips.c:7154 config/tc-mips.c:8272 config/tc-mips.c:8387
3982#, c-format
3983msgid "Invalid value for `%s' (%lu)"
3984msgstr ""
3985
3986#: config/tc-mips.c:7172
3987#, c-format
3988msgid "Illegal break code (%ld)"
3989msgstr ""
3990
3991#: config/tc-mips.c:7186
3992#, c-format
3993msgid "Illegal lower break code (%ld)"
3994msgstr ""
3995
3996#: config/tc-mips.c:7199
3997#, c-format
3998msgid "Illegal syscall code (%ld)"
3999msgstr ""
4000
4001#: config/tc-mips.c:7211
4002#, c-format
4003msgid "Coproccesor code > 25 bits (%ld)"
4004msgstr ""
4005
4006#: config/tc-mips.c:7225
4007#, c-format
4008msgid "Invalidate performance regster (%ld)"
4009msgstr ""
4010
4011#: config/tc-mips.c:7261
4012#, c-format
4013msgid "Invalid register number (%d)"
4014msgstr ""
4015
4016#: config/tc-mips.c:7422
4017#, c-format
4018msgid "Invalid float register number (%d)"
4019msgstr ""
4020
4021#: config/tc-mips.c:7432
4022#, c-format
4023msgid "Float register should be even, was %d"
4024msgstr ""
4025
4026#: config/tc-mips.c:7484 config/tc-mips.c:7716 config/tc-mips.c:7755
4027msgid "absolute expression required"
4028msgstr ""
4029
4030#: config/tc-mips.c:7545
4031#, c-format
4032msgid "Bad floating point constant: %s"
4033msgstr ""
4034
4035#: config/tc-mips.c:7662
4036msgid "Can't use floating point insn in this section"
4037msgstr ""
4038
4039#: config/tc-mips.c:7718
4040msgid "16 bit expression not in range 0..65535"
4041msgstr ""
4042
4043#: config/tc-mips.c:7757
4044msgid "16 bit expression not in range -32768..32767"
4045msgstr ""
4046
4047#: config/tc-mips.c:7829
4048msgid "lui expression not in range 0..65535"
4049msgstr ""
4050
4051#: config/tc-mips.c:7853
4052#, c-format
4053msgid "invalid condition code register $fcc%d"
4054msgstr ""
4055
4056#: config/tc-mips.c:7861
4057#, c-format
4058msgid "bad char = '%c'\n"
4059msgstr ""
4060
4061#: config/tc-mips.c:7874 config/tc-mips.c:8412
4062msgid "illegal operands"
4063msgstr ""
4064
4065#: config/tc-mips.c:7941
4066msgid "unrecognized opcode"
4067msgstr ""
4068
4069#: config/tc-mips.c:8050
4070#, c-format
4071msgid "invalid register number (%d)"
4072msgstr ""
4073
4074#: config/tc-mips.c:8131
4075msgid "used $at without \".set noat\""
4076msgstr ""
4077
4078#: config/tc-mips.c:8306
4079msgid "can't parse register list"
4080msgstr ""
4081
4082#: config/tc-mips.c:8340 config/tc-mips.c:8370
4083msgid "invalid register list"
4084msgstr ""
4085
4086#: config/tc-mips.c:8537
4087msgid "extended operand requested but not required"
4088msgstr ""
4089
4090#: config/tc-mips.c:8539
4091msgid "invalid unextended operand value"
4092msgstr ""
4093
4094#: config/tc-mips.c:8567
4095msgid "operand value out of range for instruction"
4096msgstr ""
4097
4098#: config/tc-mips.c:9008
4099#, c-format
4100msgid "ignoring invalid leading 'v' in -mcpu=%s switch"
4101msgstr ""
4102
4103#: config/tc-mips.c:9014
252b5132 4104#, c-format
ac50feda
RH
4105msgid "invalid architecture -mcpu=%s"
4106msgstr ""
4107
4108#: config/tc-mips.c:9064
4109msgid "-G may not be used with embedded PIC code"
4110msgstr ""
4111
4112#: config/tc-mips.c:9076
4113msgid "-call_shared is supported only for ELF format"
4114msgstr ""
4115
4116#: config/tc-mips.c:9082 config/tc-mips.c:10093 config/tc-mips.c:10261
4117msgid "-G may not be used with SVR4 PIC code"
4118msgstr ""
4119
4120#: config/tc-mips.c:9091
4121msgid "-non_shared is supported only for ELF format"
252b5132
RH
4122msgstr ""
4123
ac50feda
RH
4124#: config/tc-mips.c:9107
4125msgid "-G is not supported for this configuration"
4126msgstr ""
4127
4128#: config/tc-mips.c:9112
4129msgid "-G may not be used with SVR4 or embedded PIC code"
4130msgstr ""
4131
4132#: config/tc-mips.c:9136
4133msgid "No compiled in support for 64 bit object file format"
4134msgstr ""
4135
4136#: config/tc-mips.c:9197
252b5132 4137msgid ""
ac50feda
RH
4138"MIPS options:\n"
4139"-membedded-pic\t\tgenerate embedded position independent code\n"
4140"-EB\t\t\tgenerate big endian output\n"
4141"-EL\t\t\tgenerate little endian output\n"
4142"-g, -g2\t\t\tdo not remove uneeded NOPs or swap branches\n"
4143"-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
4144"\t\t\timplicitly with the gp register [default 8]\n"
4145msgstr ""
4146
4147#: config/tc-mips.c:9205
4148msgid ""
4149"-mips1\t\t\tgenerate MIPS ISA I instructions\n"
4150"-mips2\t\t\tgenerate MIPS ISA II instructions\n"
4151"-mips3\t\t\tgenerate MIPS ISA III instructions\n"
4152"-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
4153"-mcpu=CPU\t\tgenerate code for CPU, where CPU is one of:\n"
252b5132
RH
4154msgstr ""
4155
ac50feda
RH
4156#: config/tc-mips.c:9231
4157msgid ""
4158"-mCPU\t\t\tequivalent to -mcpu=CPU.\n"
4159"-no-mCPU\t\tdon't generate code specific to CPU.\n"
4160"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
4161msgstr ""
4162
4163#: config/tc-mips.c:9244
4164msgid ""
4165"-mips16\t\t\tgenerate mips16 instructions\n"
4166"-no-mips16\t\tdo not generate mips16 instructions\n"
4167msgstr ""
4168
4169#: config/tc-mips.c:9247
4170msgid ""
4171"-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
4172"-O\t\t\tremove unneeded NOPs and swap branches\n"
4173"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
4174"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
4175msgstr ""
4176
4177#: config/tc-mips.c:9253
4178msgid ""
4179"-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
4180"-non_shared\t\tdo not generate position independent code\n"
4181"-xgot\t\t\tassume a 32 bit GOT\n"
4182"-32\t\t\tcreate 32 bit object file (default)\n"
4183"-64\t\t\tcreate 64 bit object file\n"
4184msgstr ""
4185
4186#: config/tc-mips.c:9310
4187#, c-format
4188msgid "Unsupported reloc size %d"
4189msgstr ""
4190
4191#: config/tc-mips.c:9413
4192msgid "Unmatched %%hi reloc"
4193msgstr ""
4194
4195#: config/tc-mips.c:9518
4196msgid "Invalid PC relative reloc"
4197msgstr ""
4198
4199#: config/tc-mips.c:9617 config/tc-sparc.c:2617 config/tc-sparc.c:2624
4200#: config/tc-sparc.c:2631 config/tc-sparc.c:2638 config/tc-sparc.c:2645
4201#: config/tc-sparc.c:2654 config/tc-sparc.c:2665 config/tc-sparc.c:2691
4202#: config/tc-sparc.c:2714 write.c:972 write.c:1036
4203msgid "relocation overflow"
4204msgstr ""
4205
4206#: config/tc-mips.c:9633
4207#, c-format
4208msgid "Branch to odd address (%lx)"
4209msgstr ""
4210
4211#: config/tc-mips.c:9788
4212#, c-format
4213msgid "%08lx UNDEFINED\n"
4214msgstr ""
4215
4216#: config/tc-mips.c:9854
4217msgid "Alignment negative: 0 assumed."
4218msgstr ""
4219
4220#: config/tc-mips.c:9942
4221msgid "No read only data section in this object file format"
4222msgstr ""
4223
4224#: config/tc-mips.c:9965
4225msgid "Global pointers not supported; recompile -G 0"
4226msgstr ""
4227
4228#: config/tc-mips.c:10051
4229#, c-format
4230msgid "%s: no such section"
4231msgstr ""
4232
4233#: config/tc-mips.c:10088
4234#, c-format
4235msgid ".option pic%d not supported"
4236msgstr ""
4237
4238#: config/tc-mips.c:10099
4239#, c-format
4240msgid "Unrecognized option \"%s\""
4241msgstr ""
4242
4243#: config/tc-mips.c:10162
4244msgid "`noreorder' must be set before `nomacro'"
4245msgstr ""
4246
4247#: config/tc-mips.c:10197
4248msgid "unknown ISA level"
4249msgstr ""
4250
4251#: config/tc-mips.c:10220
4252msgid ".set pop with no .set push"
4253msgstr ""
4254
4255#: config/tc-mips.c:10244
4256#, c-format
4257msgid "Tried to set unrecognized symbol: %s\n"
4258msgstr ""
4259
4260#: config/tc-mips.c:10294
4261msgid ".cpload not in noreorder section"
4262msgstr ""
4263
4264#: config/tc-mips.c:10376
4265msgid "Unsupported use of .gpword"
4266msgstr ""
4267
4268#: config/tc-mips.c:10513
4269msgid "expected `$'"
4270msgstr ""
4271
4272#: config/tc-mips.c:10521
4273msgid "Bad register number"
4274msgstr ""
4275
4276#: config/tc-mips.c:10537
4277msgid "Unrecognized register name"
4278msgstr ""
4279
4280#: config/tc-mips.c:10734
4281msgid "unsupported PC relative reference to different section"
4282msgstr ""
4283
4284#: config/tc-mips.c:10843
4285msgid "unsupported relocation"
4286msgstr ""
4287
4288#: config/tc-mips.c:10926
4289msgid "AT used after \".set noat\" or macro used after \".set nomacro\""
4290msgstr ""
4291
4292#: config/tc-mips.c:10989
4293msgid "Double check fx_r_type in tc-mips.c:tc_gen_reloc"
4294msgstr ""
4295
4296#: config/tc-mips.c:11470
4297msgid "missing `.end' at end of assembly"
4298msgstr ""
4299
4300#: config/tc-mips.c:11485
4301msgid "Expected simple number."
4302msgstr ""
4303
4304#: config/tc-mips.c:11511
4305#, c-format
4306msgid " *input_line_pointer == '%c' 0x%02x\n"
4307msgstr ""
4308
4309#: config/tc-mips.c:11513
4310msgid "Invalid number"
4311msgstr ""
4312
4313#: config/tc-mips.c:11568
4314msgid ".end not in text section"
4315msgstr ""
4316
4317#: config/tc-mips.c:11572
4318msgid ".end directive without a preceding .ent directive."
4319msgstr ""
4320
4321#: config/tc-mips.c:11581
4322msgid ".end symbol does not match .ent symbol."
4323msgstr ""
4324
4325#: config/tc-mips.c:11584
4326msgid ".end directive missing or unknown symbol"
4327msgstr ""
4328
4329#: config/tc-mips.c:11659
4330msgid ".ent or .aent not in text section."
4331msgstr ""
4332
4333#: config/tc-mips.c:11662
4334msgid "missing `.end'"
4335msgstr ""
4336
4337#: config/tc-mips.c:11695 ecoff.c:3226
4338msgid ".frame outside of .ent"
4339msgstr ""
4340
4341#: config/tc-mips.c:11706 ecoff.c:3237
4342msgid "Bad .frame directive"
4343msgstr ""
4344
4345#: config/tc-mips.c:11736
4346msgid ".mask/.fmask outside of .ent"
4347msgstr ""
4348
4349#: config/tc-mips.c:11743
4350msgid "Bad .mask/.fmask directive"
4351msgstr ""
4352
4353#: config/tc-mn10200.c:314
4354msgid ""
4355"MN10200 options:\n"
4356"none yet\n"
4357msgstr ""
4358
4359#: config/tc-mn10200.c:789 config/tc-mn10300.c:750 config/tc-ppc.c:1613
4360#: config/tc-v850.c:1691
4361#, c-format
4362msgid "Unrecognized opcode: `%s'"
4363msgstr ""
4364
4365#: config/tc-mn10300.c:333
4366msgid ""
4367"MN10300 options:\n"
4368"none yet\n"
4369msgstr ""
4370
4371#: config/tc-mn10300.c:768
4372msgid "Invalid opcode/operands"
4373msgstr ""
4374
4375#: config/tc-mn10300.c:1099
4376msgid "Invalid register specification."
4377msgstr ""
4378
4379#: config/tc-ns32k.c:443
4380msgid "Invalid syntax in PC-relative addressing mode"
4381msgstr ""
4382
4383#: config/tc-ns32k.c:467
4384msgid "Invalid syntax in External addressing mode"
4385msgstr ""
4386
4387#: config/tc-ns32k.c:536
4388msgid "Invalid syntax in Memory Relative addressing mode"
4389msgstr ""
4390
4391#: config/tc-ns32k.c:603
4392msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
4393msgstr ""
4394
4395#: config/tc-ns32k.c:608
4396msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
4397msgstr ""
4398
4399#: config/tc-ns32k.c:614
4400msgid "Scaled-indexed addressing mode combined with scaled-index"
4401msgstr ""
4402
4403#: config/tc-ns32k.c:623
4404msgid "Invalid or illegal addressing mode combined with scaled-index"
4405msgstr ""
4406
4407#: config/tc-ns32k.c:730
4408msgid "Premature end of suffix -- Defaulting to d"
4409msgstr ""
4410
4411#: config/tc-ns32k.c:743
4412msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
4413msgstr ""
4414
4415#: config/tc-ns32k.c:784
4416msgid "Very short instr to option, ie you can't do it on a NULLstr"
4417msgstr ""
4418
4419#: config/tc-ns32k.c:828
4420msgid "No such entry in list. (cpu/mmu register)"
4421msgstr ""
4422
4423#: config/tc-ns32k.c:869
4424msgid "Internal consistency error. check ns32k-opcode.h"
4425msgstr ""
4426
4427#: config/tc-ns32k.c:890
4428msgid "Address of immediate operand"
4429msgstr ""
4430
4431#: config/tc-ns32k.c:891
4432msgid "Invalid immediate write operand."
4433msgstr ""
4434
4435#: config/tc-ns32k.c:1018
4436msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
4437msgstr ""
4438
4439#: config/tc-ns32k.c:1047
4440msgid "No such opcode"
4441msgstr ""
4442
4443#: config/tc-ns32k.c:1115
4444msgid "Bad suffix, defaulting to d"
4445msgstr ""
4446
4447#: config/tc-ns32k.c:1137
4448msgid "Too many operands passed to instruction"
4449msgstr ""
4450
4451#. check error in default
4452#: config/tc-ns32k.c:1148
4453msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
4454msgstr ""
4455
4456#: config/tc-ns32k.c:1153
4457msgid "Wrong number of operands"
4458msgstr ""
4459
4460#: config/tc-ns32k.c:1272
4461msgid "iif convert internal pcrel/binary"
4462msgstr ""
4463
4464#: config/tc-ns32k.c:1288
4465msgid "Bignum too big for long"
4466msgstr ""
4467
4468#: config/tc-ns32k.c:1363
4469msgid "iif convert internal pcrel/pointer"
4470msgstr ""
4471
4472#: config/tc-ns32k.c:1368
4473msgid "Internal logic error in iif.iifP[n].type"
4474msgstr ""
4475
4476#. We cant relax this case
4477#: config/tc-ns32k.c:1402
4478msgid "Can't relax difference"
4479msgstr ""
4480
4481#: config/tc-ns32k.c:1451
4482msgid "Displacement to large for :d"
4483msgstr ""
4484
4485#: config/tc-ns32k.c:1462
4486msgid "Internal logic error in iif.iifP[].type"
4487msgstr ""
4488
4489#: config/tc-ns32k.c:1517
4490#, c-format
4491msgid "Can not do %d byte pc-relative relocation for storage type %d"
4492msgstr ""
4493
4494#: config/tc-ns32k.c:1520
4495#, c-format
4496msgid "Can not do %d byte relocation for storage type %d"
4497msgstr ""
4498
4499#: config/tc-ns32k.c:1552
4500#, c-format
4501msgid "Can't hash %s: %s"
4502msgstr ""
4503
4504#: config/tc-ns32k.c:1636
4505msgid "Byte displacement out of range. line number not valid"
4506msgstr ""
4507
4508#: config/tc-ns32k.c:1645
4509msgid "Word displacement out of range. line number not valid"
4510msgstr ""
4511
4512#: config/tc-ns32k.c:1659
4513msgid "Double word displacement out of range"
4514msgstr ""
4515
4516#: config/tc-ns32k.c:1679
4517#, c-format
4518msgid "Internal logic error. line %s, file \"%s\""
4519msgstr ""
4520
4521#: config/tc-ns32k.c:1727
4522#, c-format
4523msgid "Internal logic error. line %s, file \"%s\""
4524msgstr ""
4525
4526#: config/tc-ns32k.c:1838
4527msgid "Bit field out of range"
4528msgstr ""
4529
4530#: config/tc-ns32k.c:2087
4531#, c-format
4532msgid "invalid architecture option -m%s"
4533msgstr ""
4534
4535#: config/tc-ns32k.c:2103
4536msgid ""
4537"NS32K options:\n"
4538"-m32032 | -m32532\tselect variant of NS32K architecture\n"
4539msgstr ""
4540
4541#: config/tc-ns32k.c:2282
4542#, c-format
4543msgid "Cannot find relocation type for symbol %s, code %d"
4544msgstr ""
4545
4546#: config/tc-ppc.c:834
4547#, c-format
4548msgid "invalid switch -m%s"
4549msgstr ""
4550
4551#: config/tc-ppc.c:871
4552msgid ""
4553"PowerPC options:\n"
4554"-u\t\t\tignored\n"
4555"-mpwrx, -mpwr2\t\tgenerate code for IBM POWER/2 (RIOS2)\n"
4556"-mpwr\t\t\tgenerate code for IBM POWER (RIOS1)\n"
4557"-m601\t\t\tgenerate code for Motorola PowerPC 601\n"
4558"-mppc, -mppc32, -m403, -m603, -m604\n"
4559"\t\t\tgenerate code for Motorola PowerPC 603/604\n"
4560"-mppc64, -m620\t\tgenerate code for Motorola PowerPC 620\n"
4561"-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
4562"-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
4563"-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
4564"-mregnames\t\tAllow symbolic names for registers\n"
4565"-mno-regnames\t\tDo not allow symbolic names for registers\n"
4566msgstr ""
4567
4568#: config/tc-ppc.c:886
4569msgid ""
4570"-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
4571"-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
4572"-memb\t\t\tset PPC_EMB bit in ELF flags\n"
4573"-mlittle, -mlittle-endian\n"
4574"\t\t\tgenerate code for a little endian machine\n"
4575"-mbig, -mbig-endian\tgenerate code for a big endian machine\n"
4576"-msolaris\t\tgenerate code for Solaris\n"
4577"-mno-solaris\t\tdo not generate code for Solaris\n"
4578"-V\t\t\tprint assembler version number\n"
4579"-Qy, -Qn\t\tignored\n"
4580msgstr ""
4581
4582#: config/tc-ppc.c:921
4583#, c-format
4584msgid "Unknown default cpu = %s, os = %s"
4585msgstr ""
4586
4587#: config/tc-ppc.c:946
4588msgid "Neither Power nor PowerPC opcodes were selected."
4589msgstr ""
4590
4591#: config/tc-ppc.c:994
4592#, c-format
4593msgid "Internal assembler error for instruction %s"
4594msgstr ""
4595
4596#: config/tc-ppc.c:1013
4597#, c-format
4598msgid "Internal assembler error for macro %s"
4599msgstr ""
4600
4601#: config/tc-ppc.c:1223
4602msgid "identifier+constant@got means identifier@got+constant"
4603msgstr ""
4604
4605#: config/tc-ppc.c:1277
4606#, c-format
4607msgid "%s relocations do not fit in %d bytes\n"
4608msgstr ""
4609
4610#: config/tc-ppc.c:1377
4611#, c-format
4612msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
4613msgstr ""
4614
4615#: config/tc-ppc.c:1459
4616msgid "Relocation cannot be done when using -mrelocatable"
4617msgstr ""
4618
4619#: config/tc-ppc.c:1540
4620#, c-format
4621msgid "syntax error: invalid toc specifier `%s'"
4622msgstr ""
4623
4624#: config/tc-ppc.c:1554
4625#, c-format
4626msgid "syntax error: expected `]', found `%c'"
4627msgstr ""
4628
4629#: config/tc-ppc.c:1788
4630msgid "[tocv] symbol is not a toc symbol"
4631msgstr ""
4632
4633#: config/tc-ppc.c:1799
4634msgid "Unimplemented toc32 expression modifier"
4635msgstr ""
4636
4637#: config/tc-ppc.c:1804
4638msgid "Unimplemented toc64 expression modifier"
4639msgstr ""
4640
4641#: config/tc-ppc.c:1808
4642#, c-format
4643msgid "Unexpected return value [%d] from parse_toc_entry!\n"
4644msgstr ""
4645
4646#: config/tc-ppc.c:1960
4647#, c-format
4648msgid "syntax error; found `%c' but expected `%c'"
4649msgstr ""
4650
4651#: config/tc-ppc.c:2068
4652msgid "wrong number of operands"
4653msgstr ""
4654
4655#: config/tc-ppc.c:2124
4656msgid "Bad .section directive: want a,w,x,e in string"
4657msgstr ""
4658
4659#: config/tc-ppc.c:2242
4660msgid "missing size"
4661msgstr ""
4662
4663#: config/tc-ppc.c:2251
4664msgid "negative size"
4665msgstr ""
4666
4667#: config/tc-ppc.c:2292
4668msgid "missing real symbol name"
4669msgstr ""
4670
4671#: config/tc-ppc.c:2313
4672msgid "attempt to redefine symbol"
4673msgstr ""
4674
4675#: config/tc-ppc.c:2544
4676msgid "The XCOFF file format does not support arbitrary sections"
4677msgstr ""
4678
4679#: config/tc-ppc.c:2652 config/tc-ppc.c:3164 read.c:2950
4680msgid "missing value"
4681msgstr ""
4682
4683#: config/tc-ppc.c:2670
4684msgid "illegal .stabx expression; zero assumed"
4685msgstr ""
4686
4687#: config/tc-ppc.c:2702
4688msgid "missing class"
4689msgstr ""
4690
4691#: config/tc-ppc.c:2711
4692msgid "missing type"
4693msgstr ""
4694
4695#: config/tc-ppc.c:2772
4696msgid "missing symbol name"
4697msgstr ""
4698
4699#: config/tc-ppc.c:2944
4700msgid "nested .bs blocks"
4701msgstr ""
4702
4703#: config/tc-ppc.c:2977
4704msgid ".es without preceding .bs"
4705msgstr ""
4706
4707#: config/tc-ppc.c:3156
4708msgid "non-constant byte count"
4709msgstr ""
4710
4711#: config/tc-ppc.c:3201
4712msgid ".tc not in .toc section"
4713msgstr ""
4714
4715#: config/tc-ppc.c:3220
4716msgid ".tc with no label"
4717msgstr ""
4718
4719#: config/tc-ppc.c:3295
4720msgid "No previous section to return to. Directive ignored."
4721msgstr ""
4722
4723#. Section Contents
4724#. unknown
4725#: config/tc-ppc.c:3714
4726msgid "Unsupported section attribute -- 'a'"
4727msgstr ""
4728
4729#: config/tc-ppc.c:3904
4730msgid "bad symbol suffix"
4731msgstr ""
4732
4733#: config/tc-ppc.c:3995
4734msgid "Unrecognized symbol suffix"
4735msgstr ""
4736
4737#: config/tc-ppc.c:4077
4738msgid "two .function pseudo-ops with no intervening .ef"
4739msgstr ""
4740
4741#: config/tc-ppc.c:4089
4742msgid ".ef with no preceding .function"
4743msgstr ""
4744
4745#: config/tc-ppc.c:4217
4746#, c-format
4747msgid "warning: symbol %s has no csect"
4748msgstr ""
4749
4750#: config/tc-ppc.c:4513
4751msgid "symbol in .toc does not match any .tc"
4752msgstr ""
4753
4754#: config/tc-ppc.c:4810
4755msgid "unsupported relocation type"
4756msgstr ""
4757
4758#: config/tc-ppc.c:4864
4759#, c-format
4760msgid "cannot emit PC relative %s relocation against %s"
4761msgstr ""
4762
4763#: config/tc-ppc.c:4869
4764#, c-format
4765msgid "cannot emit PC relative %s relocation"
4766msgstr ""
4767
4768#: config/tc-ppc.c:4931
4769msgid "must branch to an address a multiple of 4"
4770msgstr ""
4771
4772#: config/tc-ppc.c:4935
4773#, c-format
4774msgid "@local or @plt branch destination is too far away, %ld bytes"
4775msgstr ""
4776
4777#: config/tc-ppc.c:4959
4778#, c-format
4779msgid "Gas failure, reloc value %d\n"
4780msgstr ""
4781
4782#: config/tc-sh.c:521
4783msgid "illegal register after @-"
4784msgstr ""
4785
4786#: config/tc-sh.c:537
4787msgid "must be @(r0,...)"
4788msgstr ""
4789
4790#: config/tc-sh.c:553
4791msgid "syntax error in @(r0,...)"
4792msgstr ""
4793
4794#: config/tc-sh.c:585 config/tc-sh.c:590
4795msgid "syntax error in @(disp,[Rn, gbr, pc])"
4796msgstr ""
4797
4798#: config/tc-sh.c:595
4799msgid "expecting )"
4800msgstr ""
4801
4802#: config/tc-sh.c:604
4803msgid "illegal register after @"
4804msgstr ""
4805
4806#: config/tc-sh.c:1228
4807msgid ".uses pseudo-op seen when not relaxing"
4808msgstr ""
4809
4810#: config/tc-sh.c:1234
4811msgid "bad .uses format"
4812msgstr ""
4813
4814#: config/tc-sh.c:1289
4815msgid ""
4816"SH options:\n"
4817"-little\t\t\tgenerate little endian code\n"
4818"-relax\t\t\talter jump instructions for long displacements\n"
4819"-small\t\t\talign sections to 4 byte boundaries, not 16\n"
4820msgstr ""
4821
4822#: config/tc-sh.c:1299 config/tc-w65.c:883
4823msgid "call to tc_Nout_fix_to_chars \n"
4824msgstr ""
4825
4826#: config/tc-sh.c:1385
4827msgid ".uses does not refer to a local symbol in the same section"
4828msgstr ""
4829
4830#: config/tc-sh.c:1404
4831msgid "can't find fixup pointed to by .uses"
4832msgstr ""
4833
4834#: config/tc-sh.c:1427
4835msgid ".uses target does not refer to a local symbol in the same section"
4836msgstr ""
4837
4838#: config/tc-sh.c:1524
4839#, c-format
4840msgid "at 0x%lx, displacement overflows 12-bit field"
4841msgstr ""
4842
4843#: config/tc-sh.c:1527
4844#, c-format
4845msgid "at 0x%lx, displacement to defined symbol %s overflows 12-bit field"
4846msgstr ""
4847
4848#: config/tc-sh.c:1531
4849#, c-format
4850msgid "at 0x%lx, displacement to undefined symbol %s overflows 12-bit field"
4851msgstr ""
4852
4853#: config/tc-sh.c:1647
4854#, c-format
4855msgid "at 0x%lx, displacement overflows 8-bit field"
4856msgstr ""
4857
4858#: config/tc-sh.c:1650
4859#, c-format
4860msgid "at 0x%lx, displacement to defined symbol %s overflows 8-bit field "
4861msgstr ""
4862
4863#: config/tc-sh.c:1654
4864#, c-format
4865msgid "at 0x%lx, displacement to undefined symbol %s overflows 8-bit field "
4866msgstr ""
4867
4868#: config/tc-sh.c:1707
4869#, c-format
4870msgid "overflow in branch to %s; converted into longer instruction sequence"
4871msgstr ""
4872
4873#: config/tc-sh.c:1782 config/tc-sh.c:1810 config/tc-sparc.c:3436
4874#: config/tc-sparc.c:3455
4875msgid "misaligned data"
4876msgstr ""
4877
4878#: config/tc-sh.c:1988 config/tc-sh.c:1995 config/tc-sh.c:2002
4879#: config/tc-sh.c:2009
4880msgid "pcrel too far"
4881msgstr ""
4882
4883#: config/tc-sh.c:2073
4884msgid "misaligned offset"
4885msgstr ""
4886
4887#: config/tc-sh.c:2081
4888msgid "offset out of range"
4889msgstr ""
4890
4891#: config/tc-sparc.c:257
4892msgid "Invalid default architecture, broken assembler."
4893msgstr ""
4894
4895#: config/tc-sparc.c:261 config/tc-sparc.c:448
4896msgid "Bad opcode table, broken assembler."
4897msgstr ""
4898
4899#: config/tc-sparc.c:427
4900#, c-format
4901msgid "invalid architecture -xarch=%s"
4902msgstr ""
4903
4904#: config/tc-sparc.c:442
4905#, c-format
4906msgid "invalid architecture -A%s"
4907msgstr ""
4908
4909#: config/tc-sparc.c:509
4910#, c-format
4911msgid "No compiled in support for %d bit object file format"
4912msgstr ""
4913
4914#: config/tc-sparc.c:546
4915msgid "Unrecognized option following -K"
4916msgstr ""
4917
4918#: config/tc-sparc.c:570
4919msgid "SPARC options:\n"
4920msgstr ""
4921
4922#: config/tc-sparc.c:578
4923msgid ""
4924"\n"
4925"-xarch=v8plus | -xarch=v8plusa\n"
4926msgstr ""
4927
4928#: config/tc-sparc.c:579
4929msgid ""
4930"\t\t\tspecify variant of SPARC architecture\n"
4931"-bump\t\t\twarn when assembler switches architectures\n"
4932"-sparc\t\t\tignored\n"
4933"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
4934msgstr ""
4935
4936#: config/tc-sparc.c:585
4937msgid "-k\t\t\tgenerate PIC\n"
4938msgstr ""
4939
4940#: config/tc-sparc.c:589
4941msgid ""
4942"-32\t\t\tcreate 32 bit object file\n"
4943"-64\t\t\tcreate 64 bit object file\n"
4944msgstr ""
4945
4946#: config/tc-sparc.c:592
4947#, c-format
4948msgid "\t\t\t[default is %d]\n"
4949msgstr ""
4950
4951#: config/tc-sparc.c:594
4952msgid ""
4953"-TSO\t\t\tuse Total Store Ordering\n"
4954"-PSO\t\t\tuse Partial Store Ordering\n"
4955"-RMO\t\t\tuse Relaxed Memory Ordering\n"
4956msgstr ""
4957
4958#: config/tc-sparc.c:598
4959#, c-format
4960msgid "\t\t\t[default is %s]\n"
4961msgstr ""
4962
4963#: config/tc-sparc.c:600
4964msgid ""
4965"-KPIC\t\t\tgenerate PIC\n"
4966"-V\t\t\tprint assembler version number\n"
4967"-q\t\t\tignored\n"
4968"-Qy, -Qn\t\tignored\n"
4969"-s\t\t\tignored\n"
4970msgstr ""
4971
4972#: config/tc-sparc.c:608
4973msgid ""
4974"-EL\t\t\tgenerate code for a little endian machine\n"
4975"-EB\t\t\tgenerate code for a big endian machine\n"
4976"--little-endian-data\tgenerate code for a machine having big endian\n"
4977" instructions and little endian data."
4978msgstr ""
4979
4980#: config/tc-sparc.c:856
4981msgid "Support for 64-bit arithmetic not compiled in."
4982msgstr ""
4983
4984#: config/tc-sparc.c:911
4985msgid "FP branch in delay slot"
4986msgstr ""
4987
4988#: config/tc-sparc.c:927
4989msgid "FP branch preceded by FP instruction; NOP inserted"
4990msgstr ""
4991
4992#: config/tc-sparc.c:947
4993msgid "set: used with negative number"
4994msgstr ""
4995
4996#: config/tc-sparc.c:949
4997msgid "set: number larger than 4294967295"
4998msgstr ""
4999
5000#: config/tc-sparc.c:1000
5001msgid "setx: temporary register same as destination register"
5002msgstr ""
5003
5004#: config/tc-sparc.c:1145
5005msgid "failed special case insn sanity check"
5006msgstr ""
5007
5008#: config/tc-sparc.c:1235
5009msgid ": invalid membar mask name"
5010msgstr ""
5011
5012#: config/tc-sparc.c:1249
5013msgid ": invalid membar mask expression"
5014msgstr ""
5015
5016#: config/tc-sparc.c:1254
5017msgid ": invalid membar mask number"
5018msgstr ""
5019
5020#: config/tc-sparc.c:1272
5021msgid ": invalid prefetch function name"
5022msgstr ""
5023
5024#: config/tc-sparc.c:1280
5025msgid ": invalid prefetch function expression"
5026msgstr ""
5027
5028#: config/tc-sparc.c:1285
5029msgid ": invalid prefetch function number"
5030msgstr ""
5031
5032#: config/tc-sparc.c:1313 config/tc-sparc.c:1325
5033msgid ": unrecognizable privileged register"
5034msgstr ""
5035
5036#: config/tc-sparc.c:1349 config/tc-sparc.c:1366
5037msgid ": unrecognizable v9a ancillary state register"
5038msgstr ""
5039
5040#: config/tc-sparc.c:1354
5041msgid ": rd on write only ancillary state register"
5042msgstr ""
5043
5044#: config/tc-sparc.c:1390
5045msgid ": asr number must be between 16 and 31"
5046msgstr ""
5047
5048#: config/tc-sparc.c:1398
5049msgid ": asr number must be between 0 and 31"
5050msgstr ""
5051
5052#: config/tc-sparc.c:1408
5053msgid ": expecting %asrN"
5054msgstr ""
5055
5056#: config/tc-sparc.c:1799
5057msgid ": There are only 64 f registers; [0-63]"
5058msgstr ""
5059
5060#: config/tc-sparc.c:1801 config/tc-sparc.c:1813
5061msgid ": There are only 32 f registers; [0-31]"
5062msgstr ""
5063
5064#: config/tc-sparc.c:1982
5065msgid ": PC-relative operand can't be a constant"
5066msgstr ""
5067
5068#: config/tc-sparc.c:2015
5069msgid ": invalid ASI name"
5070msgstr ""
5071
5072#: config/tc-sparc.c:2023
5073msgid ": invalid ASI expression"
5074msgstr ""
5075
5076#: config/tc-sparc.c:2028
5077msgid ": invalid ASI number"
5078msgstr ""
5079
5080#: config/tc-sparc.c:2125
5081msgid "OPF immediate operand out of range (0-0x1ff)"
5082msgstr ""
5083
5084#: config/tc-sparc.c:2130
5085msgid "non-immediate OPF operand, ignored"
5086msgstr ""
5087
5088#: config/tc-sparc.c:2149
5089msgid ": invalid cpreg name"
5090msgstr ""
5091
5092#: config/tc-sparc.c:2178
5093#, c-format
5094msgid "Illegal operands%s"
5095msgstr ""
5096
5097#: config/tc-sparc.c:2207
5098#, c-format
5099msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
5100msgstr ""
5101
5102#: config/tc-sparc.c:2243
5103#, c-format
5104msgid "Architecture mismatch on \"%s\"."
5105msgstr ""
5106
5107#: config/tc-sparc.c:2244
5108#, c-format
5109msgid " (Requires %s; requested architecture is %s.)"
5110msgstr ""
5111
5112#: config/tc-sparc.c:2760
5113#, c-format
5114msgid "bad or unhandled relocation type: 0x%02x"
5115msgstr ""
5116
5117#: config/tc-sparc.c:3037
5118msgid "bad .reserve segment -- expected BSS segment"
5119msgstr ""
5120
5121#: config/tc-sparc.c:3054
5122msgid "missing alignment"
5123msgstr ""
5124
5125#: config/tc-sparc.c:3065 config/tc-sparc.c:3210
5126#, c-format
5127msgid "alignment too large; assuming %d"
5128msgstr ""
5129
5130#: config/tc-sparc.c:3071 config/tc-sparc.c:3216
5131msgid "negative alignment"
5132msgstr ""
5133
5134#: config/tc-sparc.c:3081 config/tc-sparc.c:3239
5135msgid "alignment not a power of 2"
5136msgstr ""
5137
5138#: config/tc-sparc.c:3196
5139msgid "Expected comma after common length"
5140msgstr ""
5141
5142#: config/tc-tahoe.c:387
5143msgid "The -a option doesn't exist. (Despite what the man page says!"
5144msgstr ""
5145
5146#: config/tc-tahoe.c:391 config/tc-vax.c:3141
5147#, c-format
5148msgid "Displacement length %s ignored!"
5149msgstr ""
5150
5151#: config/tc-tahoe.c:395 config/tc-vax.c:3133
5152msgid "SYMBOL TABLE not implemented"
5153msgstr ""
5154
5155#: config/tc-tahoe.c:399 config/tc-vax.c:3137
5156msgid "TOKEN TRACE not implemented"
5157msgstr ""
5158
5159#: config/tc-tahoe.c:403 config/tc-vax.c:3145
5160#, c-format
5161msgid "I don't need or use temp. file \"%s\"."
5162msgstr ""
5163
5164#: config/tc-tahoe.c:407 config/tc-vax.c:3149
5165msgid "I don't use an interpass file! -V ignored"
5166msgstr ""
5167
5168#: config/tc-tahoe.c:421
5169msgid ""
5170"Tahoe options:\n"
5171"-a\t\t\tignored\n"
5172"-d LENGTH\t\tignored\n"
5173"-J\t\t\tignored\n"
5174"-S\t\t\tignored\n"
5175"-t FILE\t\t\tignored\n"
5176"-T\t\t\tignored\n"
5177"-V\t\t\tignored\n"
5178msgstr ""
5179
5180#: config/tc-tahoe.c:1075
5181msgid "Casting a branch displacement is bad form, and is ignored."
5182msgstr ""
5183
5184#: config/tc-tahoe.c:1131
5185msgid "Couldn't parse the [index] in this operand."
5186msgstr ""
5187
5188#: config/tc-tahoe.c:1137
5189msgid "Couldn't find the opening '[' for the index of this operand."
5190msgstr ""
5191
5192#: config/tc-tahoe.c:1177
5193msgid "Couldn't find the opening '(' for the deref of this operand."
5194msgstr ""
5195
5196#: config/tc-tahoe.c:1187
5197msgid "Operand can't be both pre-inc and post-dec."
5198msgstr ""
5199
5200#: config/tc-tahoe.c:1217
5201msgid "I parsed 2 registers in this operand."
5202msgstr ""
5203
5204#: config/tc-tahoe.c:1267
5205msgid "Can't relocate expression error."
5206msgstr ""
5207
5208#. This is an error. Tahoe doesn't allow any expressions
5209#. bigger that a 32 bit long word. Any bigger has to be referenced
5210#. by address.
5211#: config/tc-tahoe.c:1274
5212msgid "Expression is too large for a 32 bits."
5213msgstr ""
5214
5215#: config/tc-tahoe.c:1279
5216msgid "Junk at end of expression."
5217msgstr ""
5218
5219#: config/tc-tahoe.c:1319
5220msgid "Syntax error in direct register mode."
5221msgstr ""
5222
5223#: config/tc-tahoe.c:1321
5224msgid "You can't index a register in direct register mode."
5225msgstr ""
5226
5227#: config/tc-tahoe.c:1324
5228msgid "SP can't be the source operand with direct register addressing."
5229msgstr ""
5230
5231#: config/tc-tahoe.c:1326
5232msgid "Can't take the address of a register."
5233msgstr ""
5234
5235#: config/tc-tahoe.c:1328
5236msgid "Direct Register can't be used in a branch."
5237msgstr ""
5238
5239#: config/tc-tahoe.c:1330
5240msgid "For quad access, the register must be even and < 14."
5241msgstr ""
5242
5243#: config/tc-tahoe.c:1332
5244msgid "You can't cast a direct register."
5245msgstr ""
5246
5247#: config/tc-tahoe.c:1338
5248msgid "Using reg 14 for quadwords can tromp the FP register."
5249msgstr ""
5250
5251#: config/tc-tahoe.c:1350
5252msgid "Syntax error in auto-dec mode."
5253msgstr ""
5254
5255#: config/tc-tahoe.c:1352
5256msgid "You can't have an index auto dec mode."
5257msgstr ""
5258
5259#: config/tc-tahoe.c:1354
5260msgid "Auto dec mode cant be used for reading."
5261msgstr ""
5262
5263#: config/tc-tahoe.c:1356
5264msgid "Auto dec only works of the SP register."
5265msgstr ""
5266
5267#: config/tc-tahoe.c:1358
5268msgid "Auto dec can't be used in a branch."
5269msgstr ""
5270
5271#: config/tc-tahoe.c:1360
5272msgid "Auto dec won't work with quadwords."
5273msgstr ""
5274
5275#: config/tc-tahoe.c:1367
5276msgid "Syntax error in one of the auto-inc modes."
5277msgstr ""
5278
5279#: config/tc-tahoe.c:1373
5280msgid "Auto inc deferred only works of the SP register."
5281msgstr ""
5282
5283#: config/tc-tahoe.c:1375
5284msgid "You can't have an index auto inc deferred mode."
5285msgstr ""
5286
5287#: config/tc-tahoe.c:1377 config/tc-tahoe.c:1388
5288msgid "Auto inc can't be used in a branch."
5289msgstr ""
5290
5291#: config/tc-tahoe.c:1384
5292msgid "You can't write to an auto inc register."
5293msgstr ""
5294
5295#: config/tc-tahoe.c:1386
5296msgid "Auto inc only works of the SP register."
5297msgstr ""
5298
5299#: config/tc-tahoe.c:1390
5300msgid "Auto inc won't work with quadwords."
5301msgstr ""
5302
5303#: config/tc-tahoe.c:1392
5304msgid "You can't have an index in auto inc mode."
5305msgstr ""
5306
5307#: config/tc-tahoe.c:1400
5308msgid "You can't index the sp register."
5309msgstr ""
5310
5311#: config/tc-tahoe.c:1406
5312msgid "Syntax error in register displaced mode."
5313msgstr ""
5314
5315#: config/tc-tahoe.c:1425
5316msgid "An offest is needed for this operand."
5317msgstr ""
5318
5319#: config/tc-tahoe.c:1437
5320msgid "You can't index a register in immediate mode."
5321msgstr ""
5322
5323#: config/tc-tahoe.c:1439
5324msgid "Immediate access can't be used as an address."
5325msgstr ""
5326
5327#: config/tc-tahoe.c:1550
5328#, c-format
5329msgid "Compiler bug: ODD number of bytes in arg structure %s."
5330msgstr ""
5331
5332#: config/tc-tahoe.c:1577 config/tc-vax.c:1847
5333msgid "Not enough operands"
5334msgstr ""
5335
5336#: config/tc-tahoe.c:1587 config/tc-vax.c:1854
5337msgid "Too many operands"
5338msgstr ""
5339
5340#: config/tc-tahoe.c:1638 config/tc-vax.c:368
5341#, c-format
5342msgid "Ignoring statement due to \"%s\""
5343msgstr ""
5344
5345#: config/tc-tahoe.c:1733
5346#, c-format
5347msgid "Compliler bug: Got a case (%d) I wasn't expecting."
5348msgstr ""
5349
5350#: config/tc-tahoe.c:1827
5351msgid "Real branch displacements must be expressions."
5352msgstr ""
5353
5354#: config/tc-tahoe.c:1830
5355#, c-format
5356msgid "Complier error: I got an unknown synthetic branch :%c"
5357msgstr ""
5358
5359#: config/tc-tahoe.c:1971
5360#, c-format
5361msgid "Barf, bad mode %x\n"
5362msgstr ""
5363
5364#: config/tc-tic80.c:90
5365msgid "Relaxation is a luxury we can't afford"
5366msgstr ""
5367
5368#: config/tc-tic80.c:141
5369msgid "bad call to md_atof ()"
5370msgstr ""
5371
5372#: config/tc-tic80.c:245
5373msgid "':' not followed by 'm' or 's'"
5374msgstr ""
5375
5376#: config/tc-tic80.c:259
5377msgid "paren nesting"
5378msgstr ""
5379
5380#: config/tc-tic80.c:274
5381msgid "mismatched parenthesis"
5382msgstr ""
5383
5384#: config/tc-tic80.c:467
5385msgid "unhandled expression type"
5386msgstr ""
5387
5388#: config/tc-tic80.c:682
5389msgid "symbol reloc that is not PC relative or 32 bits"
5390msgstr ""
5391
5392#: config/tc-tic80.c:705
5393msgid "unhandled operand modifier"
5394msgstr ""
5395
5396#: config/tc-tic80.c:746
5397msgid "unhandled expression"
5398msgstr ""
5399
5400#: config/tc-tic80.c:797
5401#, c-format
5402msgid "Invalid mnemonic: '%s'"
5403msgstr ""
5404
5405#: config/tc-tic80.c:813
5406#, c-format
5407msgid "Invalid operands: '%s'"
5408msgstr ""
5409
5410#: config/tc-tic80.c:890
5411msgid "unhandled predefined symbol bits"
5412msgstr ""
5413
5414#: config/tc-tic80.c:986
5415#, c-format
5416msgid "PC offset 0x%lx outside range 0x%lx-0x%lx"
5417msgstr ""
5418
5419#: config/tc-tic80.c:1001
5420msgid "unhandled relocation type in fixup"
5421msgstr ""
5422
5423#: config/tc-tic80.c:1038
5424msgid "md_convert_frag() not implemented yet"
5425msgstr ""
5426
5427#: config/tc-v850.c:273
5428#, c-format
5429msgid ".COMMon length (%d.) < 0! Ignored."
5430msgstr ""
5431
5432#: config/tc-v850.c:1000
5433#, c-format
5434msgid "unknown operand shift: %x\n"
5435msgstr ""
5436
5437#: config/tc-v850.c:1001
5438msgid "internal failure in parse_register_list"
5439msgstr ""
5440
5441#: config/tc-v850.c:1019
5442msgid "constant expression or register list expected"
5443msgstr ""
5444
5445#: config/tc-v850.c:1024 config/tc-v850.c:1037 config/tc-v850.c:1056
5446msgid "high bits set in register list expression"
5447msgstr ""
5448
5449#: config/tc-v850.c:1096 config/tc-v850.c:1160
5450msgid "illegal register included in list"
5451msgstr ""
5452
5453#: config/tc-v850.c:1103
5454msgid "system registers cannot be included in list"
5455msgstr ""
5456
5457#: config/tc-v850.c:1108
5458msgid "PSW cannot be included in list"
5459msgstr ""
5460
5461#: config/tc-v850.c:1115
5462msgid "High value system registers cannot be included in list"
5463msgstr ""
5464
5465#: config/tc-v850.c:1139
5466msgid "second register should follow dash in register list"
5467msgstr ""
5468
5469#: config/tc-v850.c:1187
5470msgid " V850 options:\n"
5471msgstr ""
5472
5473#: config/tc-v850.c:1188
5474msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n"
5475msgstr ""
5476
5477#: config/tc-v850.c:1189
5478msgid ""
5479" -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n"
5480msgstr ""
5481
5482#: config/tc-v850.c:1190
5483msgid " -mv850 The code is targeted at the v850\n"
5484msgstr ""
5485
5486#: config/tc-v850.c:1191
5487msgid " -mv850e The code is targeted at the v850e\n"
5488msgstr ""
5489
5490#: config/tc-v850.c:1192
5491msgid " -mv850ea The code is targeted at the v850ea\n"
5492msgstr ""
5493
5494#: config/tc-v850.c:1193
5495msgid ""
5496" -mv850any The code is generic, despite any processor "
5497"specific instructions\n"
5498msgstr ""
5499
5500#: config/tc-v850.c:1204 config/tc-v850.c:1239
5501#, c-format
5502msgid "unknown command line option: -%c%s\n"
5503msgstr ""
5504
5505#: config/tc-v850.c:1393
5506#, c-format
5507msgid "Unable to determine default target processor from string: %s"
5508msgstr ""
5509
5510#: config/tc-v850.c:1442
5511msgid "ctoff() relocation used on an instruction which does not support it"
5512msgstr ""
5513
5514#: config/tc-v850.c:1459
5515msgid "sdaoff() relocation used on an instruction which does not support it"
5516msgstr ""
5517
5518#: config/tc-v850.c:1476
5519msgid "zdaoff() relocation used on an instruction which does not support it"
5520msgstr ""
5521
5522#: config/tc-v850.c:1494
5523msgid "tdaoff() relocation used on an instruction which does not support it"
5524msgstr ""
5525
5526#: config/tc-v850.c:1712
5527msgid "Target processor does not support this instruction."
5528msgstr ""
5529
5530#: config/tc-v850.c:1802 config/tc-v850.c:1832 config/tc-v850.c:2018
5531msgid "immediate operand is too large"
5532msgstr ""
5533
5534#: config/tc-v850.c:1814
5535msgid "AAARG -> unhandled constant reloc"
5536msgstr ""
5537
5538#: config/tc-v850.c:1858
5539msgid "invalid register name"
5540msgstr ""
5541
5542#: config/tc-v850.c:1863
5543msgid "register r0 cannot be used here"
5544msgstr ""
5545
5546#: config/tc-v850.c:1875
5547msgid "invalid system register name"
5548msgstr ""
5549
5550#: config/tc-v850.c:1888
5551msgid "expected EP register"
5552msgstr ""
5553
5554#: config/tc-v850.c:1904
5555msgid "invalid condition code name"
5556msgstr ""
5557
5558#: config/tc-v850.c:1925 config/tc-v850.c:1929
5559msgid "constant too big to fit into instruction"
5560msgstr ""
5561
5562#: config/tc-v850.c:1981
5563msgid "syntax error: value is missing before the register name"
5564msgstr ""
5565
5566#: config/tc-v850.c:1983
5567msgid "syntax error: register not expected"
5568msgstr ""
5569
5570#: config/tc-v850.c:1997
5571msgid "syntax error: system register not expected"
5572msgstr ""
5573
5574#: config/tc-v850.c:2002
5575msgid "syntax error: condition code not expected"
5576msgstr ""
5577
5578#: config/tc-v850.c:2038
5579msgid "invalid operand"
5580msgstr ""
5581
5582#: config/tc-vax.c:263
5583#, c-format
5584msgid "VIP_BEGIN error:%s"
5585msgstr ""
5586
5587#: config/tc-vax.c:387
5588#, c-format
5589msgid "Ignoring statement because \"%s\""
5590msgstr ""
5591
5592#: config/tc-vax.c:434
5593msgid "Can't relocate expression"
5594msgstr ""
5595
5596#: config/tc-vax.c:537
5597msgid "Bignum not permitted in short literal. Immediate mode assumed."
5598msgstr ""
5599
5600#: config/tc-vax.c:546
5601msgid "Can't do flonum short literal: immediate mode used."
5602msgstr ""
5603
5604#: config/tc-vax.c:591
5605#, c-format
5606msgid "A bignum/flonum may not be a displacement: 0x%lx used"
5607msgstr ""
5608
5609#: config/tc-vax.c:913
5610#, c-format
5611msgid "Short literal overflow(%ld.), immediate mode assumed."
5612msgstr ""
5613
5614#: config/tc-vax.c:922
5615#, c-format
5616msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
5617msgstr ""
5618
5619#: config/tc-vax.c:981
5620msgid "Length specification ignored. Address mode 9F used"
5621msgstr ""
5622
5623#: config/tc-vax.c:1030
5624msgid "Invalid operand: immediate value used as base address."
5625msgstr ""
5626
5627#: config/tc-vax.c:1032
5628msgid "Invalid operand: immediate value used as address."
5629msgstr ""
5630
5631#: config/tc-vax.c:1826
5632msgid "odd number of bytes in operand description"
5633msgstr ""
5634
5635#: config/tc-vax.c:1842
5636msgid "Bad operand"
5637msgstr ""
5638
5639#: config/tc-vax.c:2399
5640msgid "no '[' to match ']'"
5641msgstr ""
5642
5643#: config/tc-vax.c:2417
5644msgid "bad register in []"
5645msgstr ""
5646
5647#: config/tc-vax.c:2419
5648msgid "[PC] index banned"
5649msgstr ""
5650
5651#: config/tc-vax.c:2454
5652msgid "no '(' to match ')'"
5653msgstr ""
5654
5655#: config/tc-vax.c:2589
5656msgid "invalid branch operand"
5657msgstr ""
5658
5659#: config/tc-vax.c:2618
5660msgid "address prohibits @"
5661msgstr ""
5662
5663#: config/tc-vax.c:2620
5664msgid "address prohibits #"
5665msgstr ""
5666
5667#: config/tc-vax.c:2624
5668msgid "address prohibits -()"
5669msgstr ""
5670
5671#: config/tc-vax.c:2626
5672msgid "address prohibits ()+"
5673msgstr ""
5674
5675#: config/tc-vax.c:2629
5676msgid "address prohibits ()"
5677msgstr ""
5678
5679#: config/tc-vax.c:2631
5680msgid "address prohibits []"
5681msgstr ""
5682
5683#: config/tc-vax.c:2633
5684msgid "address prohibits register"
5685msgstr ""
5686
5687#: config/tc-vax.c:2635
5688msgid "address prohibits displacement length specifier"
5689msgstr ""
5690
5691#: config/tc-vax.c:2665
5692msgid "invalid operand of S^#"
5693msgstr ""
5694
5695#: config/tc-vax.c:2682
5696msgid "S^# needs expression"
5697msgstr ""
5698
5699#: config/tc-vax.c:2689
5700msgid "S^# may only read-access"
5701msgstr ""
5702
5703#: config/tc-vax.c:2714
5704msgid "invalid operand of -()"
5705msgstr ""
5706
5707#: config/tc-vax.c:2720
5708msgid "-(PC) unpredictable"
5709msgstr ""
5710
5711#: config/tc-vax.c:2722
5712msgid "[]index same as -()register: unpredictable"
5713msgstr ""
5714
5715#: config/tc-vax.c:2758
5716msgid "invalid operand of ()+"
5717msgstr ""
5718
5719#: config/tc-vax.c:2764
5720msgid "(PC)+ unpredictable"
5721msgstr ""
5722
5723#: config/tc-vax.c:2766
5724msgid "[]index same as ()+register: unpredictable"
5725msgstr ""
5726
5727#: config/tc-vax.c:2791
5728msgid "# conflicts length"
5729msgstr ""
5730
5731#: config/tc-vax.c:2793
5732msgid "# bars register"
5733msgstr ""
5734
5735#: config/tc-vax.c:2815
5736msgid "writing or modifying # is unpredictable"
5737msgstr ""
5738
5739#: config/tc-vax.c:2845
5740msgid "length not needed"
5741msgstr ""
5742
5743#: config/tc-vax.c:2852
5744msgid "can't []index a register, because it has no address"
5745msgstr ""
5746
5747#: config/tc-vax.c:2854
5748msgid "a register has no address"
5749msgstr ""
5750
5751#: config/tc-vax.c:2865
5752msgid "PC part of operand unpredictable"
5753msgstr ""
5754
5755#: config/tc-vax.c:3194
5756msgid ""
5757"VAX options:\n"
5758"-d LENGTH\t\tignored\n"
5759"-J\t\t\tignored\n"
5760"-S\t\t\tignored\n"
5761"-t FILE\t\t\tignored\n"
5762"-T\t\t\tignored\n"
5763"-V\t\t\tignored\n"
5764msgstr ""
5765
5766#: config/tc-vax.c:3203
5767msgid ""
5768"VMS options:\n"
5769"-+\t\t\thash encode names longer than 31 characters\n"
5770"-1\t\t\t`const' handling compatible with gcc 1.x\n"
5771"-H\t\t\tshow new symbol after hash truncation\n"
5772"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
5773"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
5774"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
5775msgstr ""
5776
5777#: config/tc-w65.c:136
5778msgid "need on or off."
5779msgstr ""
5780
5781#: config/tc-w65.c:321 config/tc-w65.c:364
5782msgid "syntax error after <exp"
5783msgstr ""
5784
5785#: config/tc-z8k.c:290
5786#, c-format
5787msgid "register rr%d, out of range."
5788msgstr ""
5789
5790#: config/tc-z8k.c:298
5791#, c-format
5792msgid "register rh%d, out of range."
5793msgstr ""
5794
5795#: config/tc-z8k.c:306
5796#, c-format
5797msgid "register rl%d, out of range."
5798msgstr ""
5799
5800#: config/tc-z8k.c:315
5801#, c-format
5802msgid "register rq%d, out of range."
5803msgstr ""
5804
5805#: config/tc-z8k.c:323
5806#, c-format
5807msgid "register r%d, out of range."
5808msgstr ""
5809
5810#: config/tc-z8k.c:374
5811#, c-format
5812msgid "expected %c"
5813msgstr ""
5814
5815#: config/tc-z8k.c:390
5816#, c-format
5817msgid "register is wrong size for a word %s"
5818msgstr ""
5819
5820#: config/tc-z8k.c:405
5821#, c-format
5822msgid "register is wrong size for address %s"
5823msgstr ""
5824
5825#: config/tc-z8k.c:680
5826msgid "Missing ) in ra(rb)"
5827msgstr ""
5828
5829#: config/tc-z8k.c:947
5830#, c-format
5831msgid "operand %s0x%x out of range."
5832msgstr ""
5833
5834#: config/tc-z8k.c:1086
5835msgid "immediate must be 1 or 2"
5836msgstr ""
5837
5838#: config/tc-z8k.c:1091
5839msgid "immediate 1 or 2 expected"
5840msgstr ""
5841
5842#: config/tc-z8k.c:1119
5843msgid "can't use R0 here"
5844msgstr ""
5845
5846#: config/tc-z8k.c:1278
5847msgid "Can't find opcode to match operands"
5848msgstr ""
5849
5850#: config/tc-z8k.c:1390
5851#, c-format
5852msgid "invalid architecture -z%s"
5853msgstr ""
5854
5855#: config/tc-z8k.c:1406
5856msgid ""
5857"Z8K options:\n"
5858"-z8001\t\t\tgenerate segmented code\n"
5859"-z8002\t\t\tgenerate unsegmented code\n"
5860msgstr ""
5861
5862#: config/tc-z8k.c:1543
5863#, c-format
5864msgid "Can't subtract symbols in different sections %s %s"
5865msgstr ""
5866
5867#: depend.c:195
5868#, c-format
5869msgid "Can't open `%s' for writing"
5870msgstr ""
5871
5872#: depend.c:207
5873#, c-format
5874msgid "Can't close `%s'"
5875msgstr ""
5876
5877#: ecoff.c:1576
5878#, c-format
5879msgid "String too big (%lu bytes)"
5880msgstr ""
5881
5882#: ecoff.c:1602
5883#, c-format
5884msgid "Inserting \"%s\" into string hash table: %s"
5885msgstr ""
5886
5887#: ecoff.c:1634 ecoff.c:1827 ecoff.c:1853 ecoff.c:1885 ecoff.c:2041
5888#: ecoff.c:2155
5889msgid "no current file pointer"
5890msgstr ""
5891
5892#: ecoff.c:1721
5893msgid "too many st_End's"
5894msgstr ""
5895
5896#: ecoff.c:2067
5897#, c-format
5898msgid "Inserting \"%s\" into tag hash table: %s"
5899msgstr ""
5900
5901#: ecoff.c:2233
5902msgid "fake .file after real one"
5903msgstr ""
5904
5905#: ecoff.c:2321
5906msgid "Filename goes over one page boundary."
5907msgstr ""
5908
5909#: ecoff.c:2456
5910msgid ".begin directive without a preceding .file directive"
5911msgstr ""
5912
5913#: ecoff.c:2463
5914msgid ".begin directive without a preceding .ent directive"
5915msgstr ""
5916
5917#: ecoff.c:2495
5918msgid ".bend directive without a preceding .file directive"
5919msgstr ""
5920
5921#: ecoff.c:2502
5922msgid ".bend directive without a preceding .ent directive"
5923msgstr ""
5924
5925#: ecoff.c:2515
5926msgid ".bend directive names unknown symbol"
5927msgstr ""
5928
5929#: ecoff.c:2559
5930msgid ".def pseudo-op used inside of .def/.endef; ignored"
5931msgstr ""
5932
5933#: ecoff.c:2561
5934msgid "Empty symbol name in .def; ignored"
5935msgstr ""
5936
5937#: ecoff.c:2599
5938msgid ".dim pseudo-op used outside of .def/.endef; ignored"
5939msgstr ""
5940
5941#: ecoff.c:2614
5942msgid "Badly formed .dim directive"
5943msgstr ""
5944
5945#: ecoff.c:2627
5946msgid "Too many .dim entries"
5947msgstr ""
5948
5949#: ecoff.c:2648
5950msgid ".scl pseudo-op used outside of .def/.endef; ignored"
5951msgstr ""
5952
5953#: ecoff.c:2674
5954msgid ".size pseudo-op used outside of .def/.endef; ignored"
5955msgstr ""
5956
5957#: ecoff.c:2689
5958msgid "Badly formed .size directive"
5959msgstr ""
5960
5961#: ecoff.c:2702
5962msgid "Too many .size entries"
5963msgstr ""
5964
5965#: ecoff.c:2725
5966msgid ".type pseudo-op used outside of .def/.endef; ignored"
5967msgstr ""
5968
5969#. FIXME: We could handle this by setting the continued bit.
5970#. There would still be a limit: the .type argument can not
5971#. be infinite.
5972#: ecoff.c:2743
5973#, c-format
5974msgid "The type of %s is too complex; it will be simplified"
5975msgstr ""
5976
5977#: ecoff.c:2754
5978msgid "Unrecognized .type argument"
5979msgstr ""
5980
5981#: ecoff.c:2793
5982msgid ".tag pseudo-op used outside of .def/.endef; ignored"
5983msgstr ""
5984
5985#: ecoff.c:2820
5986msgid ".val pseudo-op used outside of .def/.endef; ignored"
5987msgstr ""
5988
5989#: ecoff.c:2828
5990msgid ".val expression is too copmlex"
5991msgstr ""
5992
5993#: ecoff.c:2859
5994msgid ".endef pseudo-op used before .def; ignored"
5995msgstr ""
5996
5997#: ecoff.c:2885
5998msgid "Bad COFF debugging info"
5999msgstr ""
6000
6001#: ecoff.c:2934
6002#, c-format
6003msgid "No tag specified for %s"
6004msgstr ""
6005
6006#: ecoff.c:2966
6007msgid "Bad COFF debugging information"
6008msgstr ""
6009
6010#: ecoff.c:3038
6011msgid ".end directive without a preceding .file directive"
6012msgstr ""
6013
6014#: ecoff.c:3045
6015msgid ".end directive without a preceding .ent directive"
6016msgstr ""
6017
6018#: ecoff.c:3068
6019msgid ".end directive names unknown symbol"
6020msgstr ""
6021
6022#: ecoff.c:3097
6023msgid "second .ent directive found before .end directive"
6024msgstr ""
6025
6026#: ecoff.c:3172
6027msgid "No way to handle .file within .ent/.end section"
6028msgstr ""
6029
6030#: ecoff.c:3197
6031msgid ".fmask outside of .ent"
6032msgstr ""
6033
6034#: ecoff.c:3266
6035msgid ".mask outside of .ent"
6036msgstr ""
6037
6038#: ecoff.c:3296
6039msgid ".loc before .file"
6040msgstr ""
6041
6042#: ecoff.c:3303
6043msgid ".loc outside of .text"
6044msgstr ""
6045
6046#: ecoff.c:3422
6047#, c-format
6048msgid "Ignoring attempt to redefine symbol `%s'."
6049msgstr ""
6050
6051#: ecoff.c:3435
6052msgid "bad .weakext directive"
6053msgstr ""
6054
6055#: ecoff.c:3504
6056#, c-format
6057msgid ".stab%c is not supported"
6058msgstr ""
6059
6060#: ecoff.c:3514
6061#, c-format
6062msgid ".stab%c: ignoring non-zero other field"
6063msgstr ""
6064
6065#: ecoff.c:3548
6066#, c-format
6067msgid ""
6068"Line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
6069msgstr ""
6070
6071#: ecoff.c:3584
6072#, c-format
6073msgid "Illegal .stab%c directive, bad character"
6074msgstr ""
6075
6076#: ecoff.c:4046 ecoff.c:4235 ecoff.c:4260
6077msgid ".begin/.bend in different segments"
6078msgstr ""
6079
6080#: ecoff.c:4761
6081msgid "Missing .end or .bend at end of file"
6082msgstr ""
6083
6084#: ecoff.c:5252
6085msgid "GP prologue size exceeds field size, using 0 instead"
6086msgstr ""
6087
6088#: expr.c:250
6089msgid ""
6090"bad floating-point constant: exponent overflow, probably assembling junk"
6091msgstr ""
6092
6093#: expr.c:254
6094#, c-format
6095msgid "bad floating-point constant: unknown error code=%d."
6096msgstr ""
6097
6098#: expr.c:434
6099msgid ""
6100"A bignum with underscores may not have more than 8 hex digits in any word."
6101msgstr ""
6102
6103#: expr.c:454
6104msgid "A bignum with underscores must have exactly 4 words."
6105msgstr ""
6106
6107#. either not seen or not defined.
6108#. @@ Should print out the original string instead of
6109#. the parsed number.
6110#: expr.c:581
6111#, c-format
6112msgid "backw. ref to unknown label \"%d:\", 0 assumed."
6113msgstr ""
6114
6115#: expr.c:705
6116msgid "Character constant too large"
6117msgstr ""
6118
6119#: expr.c:941
6120#, c-format
6121msgid "expr.c(operand): bad atof_generic return val %d"
6122msgstr ""
6123
6124#: expr.c:1001
6125msgid "Missing ')' assumed"
6126msgstr ""
6127
6128#: expr.c:1011 read.c:3824
6129msgid "EBCDIC constants are not supported"
6130msgstr ""
6131
6132#: expr.c:1078
6133#, c-format
6134msgid "Unary operator %c ignored because bad operand follows"
6135msgstr ""
6136
6137#: expr.c:1122 expr.c:1147
6138msgid "syntax error in .startof. or .sizeof."
6139msgstr ""
6140
6141#: expr.c:1296
6142msgid "Bad expression"
6143msgstr ""
6144
6145#: expr.c:1644
6146msgid "missing operand; zero assumed"
6147msgstr ""
6148
6149#: expr.c:1677
6150msgid "operation combines symbols in different segments"
6151msgstr ""
6152
6153#: expr.c:1693
6154msgid "left operand is a bignum; integer 0 assumed"
6155msgstr ""
6156
6157#: expr.c:1695
6158msgid "left operand is a float; integer 0 assumed"
6159msgstr ""
6160
6161#: expr.c:1704
6162msgid "right operand is a bignum; integer 0 assumed"
6163msgstr ""
6164
6165#: expr.c:1706
6166msgid "right operand is a float; integer 0 assumed"
6167msgstr ""
6168
6169#: expr.c:1754 symbols.c:1092
6170msgid "division by zero"
6171msgstr ""
6172
6173#: frags.c:85
6174#, c-format
6175msgid "Can't extend frag %d. chars"
6176msgstr ""
6177
6178#: frags.c:170
6179msgid "attempt to allocate data in absolute section"
6180msgstr ""
6181
6182#: frags.c:176
6183msgid "attempt to allocate data in common section"
6184msgstr ""
6185
6186#: gasp.c:484
6187msgid "redefinition not allowed\n"
6188msgstr ""
6189
6190#: gasp.c:558
6191#, c-format
6192msgid "the %c operator cannot take non-absolute arguments.\n"
6193msgstr ""
6194
6195#: gasp.c:635
6196msgid "string where expression expected.\n"
6197msgstr ""
6198
6199#: gasp.c:641
6200msgid "can't find primary in expression.\n"
6201msgstr ""
6202
6203#: gasp.c:681
6204msgid "misplaced closing parens.\n"
6205msgstr ""
6206
6207#: gasp.c:718
6208msgid "attempt to divide by zero.\n"
6209msgstr ""
6210
6211#: gasp.c:750
6212msgid "can't add two relocatable expressions\n"
6213msgstr ""
6214
6215#: gasp.c:955
6216msgid "unreasonable nesting.\n"
6217msgstr ""
6218
6219#: gasp.c:1033
6220msgid "End of file not at start of line.\n"
6221msgstr ""
6222
6223#: gasp.c:1154
6224#, c-format
6225msgid "Illegal base character %c.\n"
6226msgstr ""
6227
6228#: gasp.c:1269
6229#, c-format
6230msgid "radix is %c must be one of b, q, d or h"
6231msgstr ""
6232
6233#: gasp.c:1305
6234#, c-format
6235msgid "size must be one of b, w or l, is %c.\n"
6236msgstr ""
6237
6238#: gasp.c:1413
6239msgid "datab repeat must be constant.\n"
6240msgstr ""
6241
6242#: gasp.c:1415
6243msgid "datab data must be absolute.\n"
6244msgstr ""
6245
6246#: gasp.c:1429
6247msgid "align needs absolute expression.\n"
6248msgstr ""
6249
6250#: gasp.c:1436
6251msgid ".align needs absolute fill value.\n"
6252msgstr ""
6253
6254#: gasp.c:1444
6255msgid "alignment must be one of 1, 2 or 4.\n"
6256msgstr ""
6257
6258#: gasp.c:1469
6259msgid "res needs absolute expression for fill count.\n"
6260msgstr ""
6261
6262#: gasp.c:1549
6263msgid "form LIN= needs absolute expresssion.\n"
6264msgstr ""
6265
6266#: gasp.c:1552
6267msgid "COL="
6268msgstr ""
6269
6270#: gasp.c:1555
6271msgid "form COL= needs absolute expresssion.\n"
6272msgstr ""
6273
6274#. Turns the next expression into a string
6275#: gasp.c:1597 macro.c:400
6276#, c-format
6277msgid "% operator needs absolute expression"
6278msgstr ""
6279
6280#: gasp.c:1659
6281msgid "misplaced ( .\n"
6282msgstr ""
6283
6284#: gasp.c:1674
6285msgid "misplaced ).\n"
6286msgstr ""
6287
6288#: gasp.c:1728
6289msgid ".instr needs absolute expresson.\n"
6290msgstr ""
6291
6292#: gasp.c:1766
6293msgid "need absolute position.\n"
6294msgstr ""
6295
6296#: gasp.c:1768
6297msgid "need absolute length.\n"
6298msgstr ""
6299
6300#: gasp.c:2017
6301msgid "END missing from end of file.\n"
6302msgstr ""
6303
6304#: gasp.c:2047
6305msgid ".ASSIGNA needs constant expression argument.\n"
6306msgstr ""
6307
6308#: gasp.c:2051
6309msgid ".ASSIGNA without label.\n"
6310msgstr ""
6311
6312#: gasp.c:2076
6313msgid ".ASSIGNS without label.\n"
6314msgstr ""
6315
6316#: gasp.c:2143
6317#, c-format
6318msgid "Can't find preprocessor variable %s.\n"
6319msgstr ""
6320
6321#: gasp.c:2208
6322msgid "Comparison operator must be one of EQ, NE, LT, LE, GT or GE.\n"
6323msgstr ""
6324
6325#: gasp.c:2242
6326msgid "Comparison operator for strings must be EQ or NE\n"
6327msgstr ""
6328
6329#: gasp.c:2254 gasp.c:2264 gasp.c:2366
6330msgid "Conditional operator must have absolute operands.\n"
6331msgstr ""
6332
6333#: gasp.c:2259
6334msgid "String compared against expression.\n"
6335msgstr ""
6336
6337#: gasp.c:2309
6338msgid "AIF nesting unreasonable.\n"
6339msgstr ""
6340
6341#: gasp.c:2324
6342msgid "Multiple AELSEs in AIF.\n"
6343msgstr ""
6344
6345#: gasp.c:2340
6346msgid "AENDI without AIF.\n"
6347msgstr ""
6348
6349#: gasp.c:2363 gasp.c:2445
6350msgid "IF nesting unreasonable.\n"
6351msgstr ""
6352
6353#: gasp.c:2455
6354msgid "Bad format for IF or IFNC.\n"
6355msgstr ""
6356
6357#: gasp.c:2475
6358msgid "AENDR without a AREPEAT.\n"
6359msgstr ""
6360
6361#: gasp.c:2477
6362msgid "ENDR without a REPT.\n"
6363msgstr ""
6364
6365#: gasp.c:2500
6366#, c-format
6367msgid "AWHILE without a AENDW at %d.\n"
6368msgstr ""
6369
6370#: gasp.c:2538
6371msgid "AENDW without a AENDW.\n"
6372msgstr ""
6373
6374#: gasp.c:2583
6375msgid "AREPEAT must have absolute operand.\n"
6376msgstr ""
6377
6378#: gasp.c:2589
6379#, c-format
6380msgid "AREPEAT without a AENDR at %d.\n"
6381msgstr ""
6382
6383#: gasp.c:2631
6384msgid ".ENDM without a matching .MACRO.\n"
6385msgstr ""
6386
6387#: gasp.c:2665
6388msgid "LOCAL outside of MACRO"
6389msgstr ""
6390
6391#: gasp.c:2678
6392#, c-format
6393msgid "macro at line %d: %s\n"
6394msgstr ""
6395
6396#: gasp.c:2701
6397msgid "macro expansion"
6398msgstr ""
6399
6400#: gasp.c:2753
6401msgid "Character code in string must be absolute expression.\n"
6402msgstr ""
6403
6404#: gasp.c:2758
6405msgid "Missing > for character code.\n"
6406msgstr ""
6407
6408#: gasp.c:2817
6409#, c-format
6410msgid "string for SDATAC longer than 255 characters (%d).\n"
6411msgstr ""
6412
6413#: gasp.c:2845
6414#, c-format
6415msgid "illegal character in SDATA line (0x%x).\n"
6416msgstr ""
6417
6418#: gasp.c:2866
6419msgid "Must have absolute SDATAB repeat count.\n"
6420msgstr ""
6421
6422#: gasp.c:2869
6423#, c-format
6424msgid "Must have positive SDATAB repeat count (%d).\n"
6425msgstr ""
6426
6427#: gasp.c:2897
6428#, c-format
6429msgid "Unreasonable include depth (%ld).\n"
6430msgstr ""
6431
6432#: gasp.c:2951
6433#, c-format
6434msgid "Can't open include file `%s'.\n"
6435msgstr ""
6436
6437#: gasp.c:3025
6438msgid "Unreasonable expansion (-u turns off check).\n"
6439msgstr ""
6440
6441#. This one causes lots of pain when trying to preprocess
6442#. ordinary code
6443#: gasp.c:3246
6444#, c-format
6445msgid "Unrecognised pseudo op `%s'.\n"
6446msgstr ""
6447
6448#: gasp.c:3313
6449msgid "ORG command not allowed.\n"
6450msgstr ""
6451
6452#: gasp.c:3530
6453msgid "Invalid expression on command line.\n"
6454msgstr ""
6455
6456#: gasp.c:3571
6457#, c-format
6458msgid ""
6459"Usage: %s \n"
6460" [-a] [--alternate] enter alternate macro mode\n"
6461" [-c char] [--commentchar char] change the comment character from !\n"
6462" [-d] [--debug] print some debugging info\n"
6463" [-h] [--help] print this message\n"
6464" [-M] [--mri] enter MRI compatibility mode\n"
6465" [-o out] [--output out] set the output file\n"
6466" [-p] [--print] print line numbers\n"
6467msgstr ""
6468
6469#: gasp.c:3580
6470msgid ""
6471" [-s] [--copysource] copy source through as comments \n"
6472" [-u] [--unreasonable] allow unreasonable nesting\n"
6473" [-v] [--version] print the program version\n"
6474" [-Dname=value] create preprocessor variable called name, "
6475"with value\n"
6476" [-Ipath] add to include path list\n"
6477" [in-file]\n"
6478msgstr ""
6479
6480#: gasp.c:3596
6481#, c-format
6482msgid "%s: Gnu Assembler Macro Preprocessor\n"
6483msgstr ""
6484
6485#. This output is intended to follow the GNU standards document.
6486#: gasp.c:3680
6487#, c-format
6488msgid "GNU assembler pre-processor %s\n"
6489msgstr ""
6490
6491#: gasp.c:3681
6492msgid "Copyright 1996 Free Software Foundation, Inc.\n"
6493msgstr ""
6494
6495#: gasp.c:3703
6496#, c-format
6497msgid "%s: Can't open output file `%s'.\n"
6498msgstr ""
6499
6500#: gasp.c:3726
6501#, c-format
6502msgid "%s: Can't open input file `%s'.\n"
6503msgstr ""
6504
6505#: gasp.c:3745
6506#, c-format
6507msgid "Internal error, aborting at %s line %d"
6508msgstr ""
6509
6510#: gasp.c:3748
6511msgid ""
6512"\n"
6513"Please report this bug.\n"
6514msgstr ""
6515
6516#. Detect if we are reading from stdin by examining the file
6517#. name returned by as_where().
6518#.
6519#. [FIXME: We rely upon the name in the strcmp below being the
6520#. same as the one used by input_scrub_new_file(), if that is
6521#. not true, then this code will fail].
6522#.
6523#. If we are reading from stdin, then we need to save each input line
6524#. here (assuming of course that we actually have a line of input to read),
6525#. so that it can be displayed in the listing that is produced at the end
6526#. of the assembly.
6527#: input-file.c:150 input-scrub.c:233 listing.c:353
6528msgid "{standard input}"
6529msgstr ""
6530
6531#: input-file.c:154
6532#, c-format
6533msgid "Can't open %s for reading."
6534msgstr ""
6535
6536#: input-file.c:205 input-file.c:234
6537#, c-format
6538msgid "Can't read from %s"
6539msgstr ""
6540
6541#: input-file.c:242
6542#, c-format
6543msgid "Can't close %s"
6544msgstr ""
6545
6546#: input-scrub.c:263
6547msgid "macros nested too deeply"
6548msgstr ""
6549
6550#: input-scrub.c:349
6551msgid "partial line at end of file ignored"
6552msgstr ""
6553
6554#: input-scrub.c:371
6555msgid "Partial line at end of file ignored"
6556msgstr ""
6557
6558#: itbl-ops.c:359
6559msgid "Unable to allocate memory for new instructions\n"
6560msgstr ""
6561
6562#: listing.c:252
6563msgid "Warning:"
6564msgstr ""
6565
6566#: listing.c:259
6567msgid "Error:"
6568msgstr ""
6569
6570#: listing.c:1140
6571#, c-format
6572msgid "can't open list file: %s"
6573msgstr ""
6574
6575#: listing.c:1164
6576#, c-format
6577msgid "error closing list file: %s"
6578msgstr ""
6579
6580#: listing.c:1245
6581msgid "strange paper height, set to no form"
6582msgstr ""
6583
6584#: listing.c:1311
6585msgid "New line in title"
6586msgstr ""
6587
6588#: macro.c:563
6589msgid "unexpected end of file in macro definition"
6590msgstr ""
6591
6592#: macro.c:572
6593msgid "missing ) after formals"
6594msgstr ""
6595
6596#: macro.c:729
6597msgid "missplaced )"
6598msgstr ""
6599
6600#: macro.c:991
6601msgid "confusion in formal parameters"
6602msgstr ""
6603
6604#: macro.c:996
6605msgid "macro formal argument does not exist"
6606msgstr ""
6607
6608#: macro.c:1011
6609msgid "can't mix positional and keyword arguments"
6610msgstr ""
6611
6612#: macro.c:1019
6613msgid "too many positional arguments"
6614msgstr ""
6615
6616#: macro.c:1194
6617msgid "unexpected end of file in irp or irpc"
6618msgstr ""
6619
6620#: macro.c:1202
6621msgid "missing model parameter"
6622msgstr ""
6623
6624#: messages.c:105
6625msgid "Assembler messages:\n"
6626msgstr ""
6627
6628#: messages.c:222
6629msgid "Warning: "
6630msgstr ""
6631
6632#: messages.c:331
6633msgid "Error: "
6634msgstr ""
6635
6636#: messages.c:435 messages.c:452
6637msgid "Fatal error: "
6638msgstr ""
6639
6640#: messages.c:471
6641msgid "Internal error!\n"
6642msgstr ""
6643
6644#: messages.c:473
6645#, c-format
6646msgid "Assertion failure in %s at %s line %d.\n"
6647msgstr ""
6648
6649#: messages.c:476
6650#, c-format
6651msgid "Assertion failure at %s line %d.\n"
6652msgstr ""
6653
6654#: messages.c:477 messages.c:495
6655msgid "Please report this bug.\n"
6656msgstr ""
6657
6658#: messages.c:490
6659#, c-format
6660msgid "Internal error, aborting at %s line %d in %s\n"
6661msgstr ""
6662
6663#: messages.c:493
6664#, c-format
6665msgid "Internal error, aborting at %s line %d\n"
6666msgstr ""
6667
6668#: output-file.c:48
6669#, c-format
6670msgid "Can't open a bfd on stdout %s "
6671msgstr ""
6672
6673#: output-file.c:72 output-file.c:79
6674#, c-format
6675msgid "FATAL: Can't close %s\n"
6676msgstr ""
6677
6678#: output-file.c:130
6679#, c-format
6680msgid "FATAL: Can't close %s"
6681msgstr ""
6682
6683#: output-file.c:148
6684msgid "Failed to emit an object byte"
6685msgstr ""
6686
6687#: output-file.c:149
6688msgid "Can't continue"
6689msgstr ""
6690
6691#: read.c:434
6692#, c-format
6693msgid "error constructing %s pseudo-op table: %s"
6694msgstr ""
6695
6696#: read.c:802
6697#, c-format
6698msgid "Unknown pseudo-op: `%s'"
6699msgstr ""
6700
6701#: read.c:928
6702#, c-format
6703msgid "label \"%d$\" redefined"
6704msgstr ""
6705
6706#: read.c:1145
6707msgid ".abort detected. Abandoning ship."
6708msgstr ""
6709
6710#: read.c:1250 read.c:2031
6711msgid "Alignment not a power of 2"
6712msgstr ""
6713
6714#: read.c:1258
6715#, c-format
6716msgid "Alignment too large: %u assumed"
6717msgstr ""
6718
6719#: read.c:1290
6720msgid "expected fill pattern missing"
6721msgstr ""
6722
6723#: read.c:1487
6724#, c-format
6725msgid "attempt to re-define symbol `%s'"
6726msgstr ""
6727
6728#. Some of the back ends can't deal with non-positive line numbers.
6729#. Besides, it's silly.
6730#: read.c:1611
6731#, c-format
6732msgid "Line numbers must be positive; line number %d rejected."
6733msgstr ""
6734
6735#: read.c:1638
6736msgid "start address not supported"
6737msgstr ""
6738
6739#: read.c:1648
6740msgid ".err encountered"
6741msgstr ""
6742
6743#: read.c:1667 read.c:1669
6744#, c-format
6745msgid ".fail %ld encountered"
6746msgstr ""
6747
6748#: read.c:1706
6749#, c-format
6750msgid ".fill size clamped to %d."
6751msgstr ""
6752
6753#: read.c:1711
6754msgid "Size negative: .fill ignored."
6755msgstr ""
6756
6757#: read.c:1717
6758msgid "Repeat < 0, .fill ignored"
6759msgstr ""
6760
6761#: read.c:1873
6762#, c-format
6763msgid "unrecognized .linkonce type `%s'"
6764msgstr ""
6765
6766#: read.c:1886 read.c:1912
6767msgid ".linkonce is not supported for this object file format"
6768msgstr ""
6769
6770#: read.c:1908
6771#, c-format
6772msgid "bfd_set_section_flags: %s"
6773msgstr ""
6774
6775#: read.c:1977
6776#, c-format
6777msgid "error setting flags for \".sbss\": %s"
6778msgstr ""
6779
6780#: read.c:2009
6781msgid "Expected comma after size"
6782msgstr ""
6783
6784#: read.c:2017
6785msgid "Missing alignment"
6786msgstr ""
6787
6788#: read.c:2154
6789msgid "bad expression"
6790msgstr ""
6791
6792#: read.c:2289
6793#, c-format
6794msgid "attempt to redefine pseudo-op `%s' ignored"
6795msgstr ""
6796
6797#: read.c:2353
6798#, c-format
6799msgid "invalid segment \"%s\"; segment \"%s\" assumed"
6800msgstr ""
6801
6802#: read.c:2359
6803msgid "ignoring fill value in absolute section"
6804msgstr ""
6805
6806#: read.c:2362
6807msgid "only constant offsets supported in absolute section"
6808msgstr ""
6809
6810#: read.c:2394
6811msgid "MRI style ORG pseudo-op not supported"
6812msgstr ""
6813
6814#: read.c:2482
6815msgid "unrecognized section type"
6816msgstr ""
6817
6818#: read.c:2550
6819#, c-format
6820msgid "unrecognized section type `%s'"
6821msgstr ""
6822
6823#: read.c:2564
6824msgid "absolute sections are not supported"
6825msgstr ""
6826
6827#: read.c:2579
6828#, c-format
6829msgid "unrecognized section command `%s'"
6830msgstr ""
6831
6832#: read.c:2654
6833msgid "rept without endr"
6834msgstr ""
6835
6836#: read.c:2841
6837msgid "Unsupported variable size or fill value"
6838msgstr ""
6839
6840#: read.c:2866
6841msgid ".space repeat count is zero, ignored"
6842msgstr ""
6843
6844#: read.c:2868
6845msgid ".space repeat count is negative, ignored"
6846msgstr ""
6847
6848#: read.c:2897
6849msgid "space allocation too complex in absolute section"
6850msgstr ""
6851
6852#: read.c:2902
6853msgid "space allocation too complex in common section"
6854msgstr ""
6855
6856#: read.c:2989 read.c:4070
6857#, c-format
6858msgid "Bad floating literal: %s"
6859msgstr ""
6860
6861#: read.c:3065
6862#, c-format
6863msgid "Rest of line ignored. First ignored character is `%c'."
6864msgstr ""
6865
6866#: read.c:3068
6867#, c-format
6868msgid "Rest of line ignored. First ignored character valued 0x%x."
6869msgstr ""
6870
6871#: read.c:3119
6872msgid "illegal expression; zero assumed"
6873msgstr ""
6874
6875#: read.c:3121
6876msgid "missing expression; zero assumed"
6877msgstr ""
6878
6879#: read.c:3288
6880msgid "rva without symbol"
6881msgstr ""
6882
6883#: read.c:3413
6884msgid "attempt to store value in absolute section"
6885msgstr ""
6886
6887#: read.c:3451 read.c:4347
6888msgid "zero assumed for missing expression"
6889msgstr ""
6890
6891#: read.c:3463 read.c:4359
6892msgid "register value used as expression"
6893msgstr ""
6894
6895#. Leading bits contain both 0s & 1s.
6896#: read.c:3553
6897#, c-format
6898msgid "Value 0x%lx truncated to 0x%lx."
6899msgstr ""
6900
6901#: read.c:3569
6902#, c-format
6903msgid "Bignum truncated to %d bytes"
6904msgstr ""
6905
6906#: read.c:3646
6907#, c-format
6908msgid "unsupported BFD relocation size %u"
6909msgstr ""
6910
6911#: read.c:3735
6912msgid "using a bit field width of zero"
6913msgstr ""
6914
6915#: read.c:3743
6916#, c-format
6917msgid "field width \"%s\" too complex for a bitfield"
6918msgstr ""
6919
6920#: read.c:3751
6921#, c-format
6922msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
6923msgstr ""
6924
6925#: read.c:3772
6926#, c-format
6927msgid "field value \"%s\" too complex for a bitfield"
6928msgstr ""
6929
6930#: read.c:3894
6931msgid "Unresolvable or nonpositive repeat count; using 1"
6932msgstr ""
6933
6934#: read.c:3945
6935#, c-format
6936msgid "Unknown floating type type '%c'"
6937msgstr ""
6938
6939#: read.c:3967
6940msgid "Floating point constant too large"
6941msgstr ""
6942
6943#: read.c:4092
6944msgid "unresolvable or nonpositive repeat count; using 1"
6945msgstr ""
6946
6947#: read.c:4496
6948msgid "Expected <nn>"
6949msgstr ""
6950
6951#. To be compatible with BSD 4.2 as: give the luser a linefeed!!
6952#: read.c:4529 read.c:4612
6953msgid "Unterminated string: Newline inserted."
6954msgstr ""
6955
6956#: read.c:4620
6957msgid "Bad escaped character in string, '?' assumed"
6958msgstr ""
6959
6960#: read.c:4646
6961msgid "expected address expression; zero assumed"
6962msgstr ""
6963
6964#: read.c:4666
6965#, c-format
6966msgid "symbol \"%s\" undefined; zero assumed"
6967msgstr ""
6968
6969#: read.c:4669
6970msgid "some symbol undefined; zero assumed"
6971msgstr ""
6972
6973#: read.c:4687
6974msgid "bad or irreducible absolute expression; zero assumed"
6975msgstr ""
6976
6977#: read.c:4725
6978msgid "This string may not contain '\\0'"
6979msgstr ""
6980
6981#: read.c:4764
6982msgid "Missing string"
6983msgstr ""
6984
6985#: read.c:4995
6986msgid "missing .func"
6987msgstr ""
6988
6989#: read.c:5012
6990msgid ".endfunc missing for previous .func"
6991msgstr ""
6992
6993#: stabs.c:209
6994msgid ".stabs: Missing comma"
6995msgstr ""
6996
6997#: stabs.c:217 stabs.c:225 stabs.c:236
6998#, c-format
6999msgid ".stab%c: Missing comma"
7000msgstr ""
7001
7002#: stabs.c:415
7003msgid "comma missing in .xstabs"
7004msgstr ""
7005
7006#: subsegs.c:379
7007#, c-format
7008msgid "Attempt to switch to nonexistent segment \"%s\""
7009msgstr ""
7010
7011#: symbols.c:364 symbols.c:459
7012#, c-format
7013msgid "Symbol %s already defined."
7014msgstr ""
7015
7016#: symbols.c:439
7017#, c-format
7018msgid "Symbol \"%s\" is already defined as \"%s\"/%d.%d.%ld."
7019msgstr ""
7020
7021#: symbols.c:445
7022#, c-format
7023msgid "Symbol \"%s\" is already defined as \"%s\"/%ld."
7024msgstr ""
7025
7026#: symbols.c:528 symbols.c:535
7027#, c-format
7028msgid "Inserting \"%s\" into symbol table failed: %s"
7029msgstr ""
7030
7031#: symbols.c:880
7032#, c-format
7033msgid "Symbol definition loop encountered at %s"
7034msgstr ""
7035
7036#: symbols.c:1054 symbols.c:1058
7037#, c-format
7038msgid "undefined symbol %s in operation"
7039msgstr ""
7040
7041#: symbols.c:1062
7042msgid "invalid section for operation"
7043msgstr ""
7044
7045#: symbols.c:1067 symbols.c:1071
7046#, c-format
7047msgid "undefined symbol %s in operation setting %s"
7048msgstr ""
7049
7050#: symbols.c:1076
7051#, c-format
7052msgid "invalid section for operation setting %s"
7053msgstr ""
7054
7055#: symbols.c:1094
7056#, c-format
7057msgid "division by zero when setting %s"
7058msgstr ""
7059
7060#: symbols.c:1166 write.c:1877
7061#, c-format
7062msgid "can't resolve value for symbol \"%s\""
7063msgstr ""
7064
7065#: symbols.c:1536
7066#, c-format
7067msgid "\"%d\" (instance number %d of a %s label)"
7068msgstr ""
7069
7070#: symbols.c:1584
7071#, c-format
7072msgid "Attempt to get value of unresolved symbol %s"
7073msgstr ""
7074
7075#: write.c:169
7076#, c-format
7077msgid "field fx_size too small to hold %d"
7078msgstr ""
7079
7080#: write.c:306
7081msgid "rva not supported"
7082msgstr ""
7083
7084#: write.c:501
7085#, c-format
7086msgid "attempt to .org/.space backwards? (%ld)"
7087msgstr ""
7088
7089#: write.c:975
7090msgid "relocation out of range"
7091msgstr ""
7092
7093#: write.c:978
7094#, c-format
7095msgid "%s:%u: bad return from bfd_install_relocation: %x"
7096msgstr ""
7097
7098#: write.c:1023
7099msgid "internal error: fixup not contained within frag"
7100msgstr ""
7101
7102#: write.c:1039
7103#, c-format
7104msgid "%s:%u: bad return from bfd_install_relocation"
7105msgstr ""
7106
7107#: write.c:1122 write.c:1146
7108#, c-format
7109msgid "FATAL: Can't write %s"
7110msgstr ""
7111
7112#: write.c:1177
7113msgid "Cannot write to output file."
7114msgstr ""
7115
7116#: write.c:1408
7117#, c-format
7118msgid "%d error%s, %d warning%s, generating bad object file.\n"
7119msgstr ""
7120
7121#: write.c:1415
7122#, c-format
7123msgid "%d error%s, %d warning%s, no object file generated.\n"
7124msgstr ""
7125
7126#: write.c:1814
7127#, c-format
7128msgid "local label %s is not defined"
7129msgstr ""
7130
7131#: write.c:2119
7132#, c-format
7133msgid "alignment padding (%lu bytes) not a multiple of %ld"
7134msgstr ""
7135
7136#: write.c:2225
7137#, c-format
7138msgid ".word %s-%s+%s didn't fit"
7139msgstr ""
7140
7141#. Growth may be negative, but variable part of frag
7142#. cannot have fewer than 0 chars. That is, we can't
7143#. .org backwards.
7144#: write.c:2304
7145msgid "attempt to .org backwards ignored"
7146msgstr ""
7147
7148#: write.c:2320
7149msgid ".space specifies non-absolute value"
7150msgstr ""
7151
7152#: write.c:2324
7153msgid ".space or .fill with negative value, ignored"
7154msgstr ""
7155
7156#: write.c:2575
7157#, c-format
7158msgid ""
7159"Subtraction of two symbols in different sections \"%s\" {%s section} - "
7160"\"%s\" {%s section} at file address %s."
7161msgstr ""
7162
7163#: write.c:2750
7164#, c-format
7165msgid "Value of %s too large for field of %d bytes at %s"
7166msgstr ""
This page took 0.639947 seconds and 4 git commands to generate.