1# Japanese messages for GNU binutils gas
2# Copyright (C) 2010 Free Software Foundation, Inc.
3# This file is distributed under the same license as the binutils package.
4# Yasuaki Taniguchi <yasuakit@gmail.com>, 2010
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: gas 2.20.90\n"
9"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
10"POT-Creation-Date: 2010-11-05 11:33+0100\n"
11"PO-Revision-Date: 2010-12-19 20:03+0900\n"
12"Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
13"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=1; plural=0;\n"
18
19#: app.c:488 app.c:502
20msgid "end of file in comment"
21msgstr "コメント内でファイル終端 (EOF) に達しました"
22
23#: app.c:580 app.c:627
24#, c-format
25msgid "end of file in string; '%c' inserted"
26msgstr "文字列内でファイル終端 (EOF) に達しました。 '%c' が挿入されました"
27
28#: app.c:653
29#, c-format
30msgid "unknown escape '\\%c' in string; ignored"
31msgstr "不明なエスケープ '\\%c' が文字列内にあります。無視されました"
32
33#: app.c:826
34msgid "end of file not at end of a line; newline inserted"
35msgstr "行末 (EOL) 以外の場所でファイル終端 (EOF) に達しました。改行が挿入されました"
36
37#: app.c:989
38msgid "end of file in multiline comment"
39msgstr "複数行コメント内でファイル終端 (EOF) に達しました"
40
41#: app.c:1064
42msgid "end of file after a one-character quote; \\0 inserted"
43msgstr ""
44
45#: app.c:1072
46msgid "end of file in escape character"
47msgstr "エスケープ文字内でファイル終端 (EOF) に達しました"
48
49#: app.c:1084
50msgid "missing close quote; (assumed)"
51msgstr ""
52
53#: app.c:1153 app.c:1208 app.c:1219 app.c:1293
54msgid "end of file in comment; newline inserted"
55msgstr "コメント内でファイル終端 (EOF) に達しました。改行が挿入されました"
56
57#: as.c:161
58msgid "missing emulation mode name"
59msgstr "エミュレーションモード名がありません"
60
61#: as.c:176
62#, c-format
63msgid "unrecognized emulation name `%s'"
64msgstr "認識できないエミュレーション名 `%s' です"
65
66#: as.c:223
67#, c-format
68msgid "GNU assembler version %s (%s) using BFD version %s\n"
69msgstr "GNU アセンブラ バージョン %s (%s)、BFD バージョン %s を使用\n"
70
71#: as.c:230
72#, c-format
73msgid "Usage: %s [option...] [asmfile...]\n"
74msgstr "使用法: %s [option...] [asmfile...]\n"
75
76#: as.c:232
77#, c-format
78msgid ""
79"Options:\n"
80"  -a[sub-option...]\t  turn on listings\n"
81"                      \t  Sub-options [default hls]:\n"
82"                      \t  c      omit false conditionals\n"
83"                      \t  d      omit debugging directives\n"
84"                      \t  g      include general info\n"
85"                      \t  h      include high-level source\n"
86"                      \t  l      include assembly\n"
87"                      \t  m      include macro expansions\n"
88"                      \t  n      omit forms processing\n"
89"                      \t  s      include symbols\n"
90"                      \t  =FILE  list to FILE (must be last sub-option)\n"
91msgstr ""
92
93#: as.c:246
94#, c-format
95msgid "  --alternate             initially turn on alternate macro syntax\n"
96msgstr ""
97
98#: as.c:249
99#, c-format
100msgid ""
101"  --compress-debug-sections\n"
102"                          compress DWARF debug sections using zlib\n"
103msgstr ""
104"  --compress-debug-sections\n"
105"                          zlib を使用して DWARF デバッグセクションを圧縮する\n"
106
107#: as.c:252
108#, c-format
109msgid ""
110"  --nocompress-debug-sections\n"
111"                          don't compress DWARF debug sections\n"
112msgstr ""
113"  --nocompress-debug-sections\n"
114"                          DWARF デバッグセクションを圧縮しない\n"
115
116#: as.c:256
117#, c-format
118msgid "  -D                      produce assembler debugging messages\n"
119msgstr "  -D                      アセンブラデバッグメッセージを生成する\n"
120
121#: as.c:258
122#, c-format
123msgid ""
124"  --debug-prefix-map OLD=NEW\n"
125"                          map OLD to NEW in debug information\n"
126msgstr ""
127
128#: as.c:261
129#, c-format
130msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
131msgstr "  --defsym SYM=VAL        シンボル SYM を VAL として定義する\n"
132
133#: as.c:277
134#, c-format
135msgid "                          emulate output (default %s)\n"
136msgstr "                          出力をエミュレートする (デフォルト %s)\n"
137
138#: as.c:282
139#, c-format
140msgid "  --execstack             require executable stack for this object\n"
141msgstr "  --execstack             このオブジェクトに対し実行可能スタックを要求する\n"
142
143#: as.c:284
144#, c-format
145msgid "  --noexecstack           don't require executable stack for this object\n"
146msgstr "  --noexecstack           このオブジェクトに対し実行可能スタックを要求しない\n"
147
148#: as.c:287
149#, c-format
150msgid "  -f                      skip whitespace and comment preprocessing\n"
151msgstr "  -f                      空白とコメントの前処理をスキップする\n"
152
153#: as.c:289
154#, c-format
155msgid "  -g --gen-debug          generate debugging information\n"
156msgstr "  -g --gen-debug          デバッグ情報を生成する\n"
157
158#: as.c:291
159#, c-format
160msgid "  --gstabs                generate STABS debugging information\n"
161msgstr "  --gstabs                STABS デバッグ情報を生成する\n"
162
163#: as.c:293
164#, c-format
165msgid "  --gstabs+               generate STABS debug info with GNU extensions\n"
166msgstr "  --gstabs+               GNU 拡張がある STABS デバッグ情報を生成する\n"
167
168#: as.c:295
169#, c-format
170msgid "  --gdwarf-2              generate DWARF2 debugging information\n"
171msgstr "  --gdwarf-2              DWARF2 デバッグ情報を生成する\n"
172
173#: as.c:297
174#, c-format
175msgid "  --hash-size=<value>     set the hash table size close to <value>\n"
176msgstr "  --hash-size=<value>     ハッシュ表サイズを <value> ぐらいに設定する\n"
177
178#: as.c:299
179#, c-format
180msgid "  --help                  show this message and exit\n"
181msgstr "  --help                  このメッセージを表示して終了する\n"
182
183#: as.c:301
184#, c-format
185msgid "  --target-help           show target specific options\n"
186msgstr "  --target-help           ターゲット固有のオプションを表示する\n"
187
188#: as.c:303
189#, c-format
190msgid "  -I DIR                  add DIR to search list for .include directives\n"
191msgstr ""
192
193#: as.c:305
194#, c-format
195msgid "  -J                      don't warn about signed overflow\n"
196msgstr ""
197
198#: as.c:307
199#, c-format
200msgid "  -K                      warn when differences altered for long displacements\n"
201msgstr ""
202
203#: as.c:309
204#, c-format
205msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
206msgstr ""
207
208#: as.c:311
209#, c-format
210msgid "  -M,--mri                assemble in MRI compatibility mode\n"
211msgstr "  -M,--mri                MRI 互換モードでアセンブルを行う\n"
212
213#: as.c:313
214#, c-format
215msgid "  --MD FILE               write dependency information in FILE (default none)\n"
216msgstr "  --MD FILE               FILE 内に依存情報を書き込む (デフォルト なし)\n"
217
218#: as.c:315
219#, c-format
220msgid "  -nocpp                  ignored\n"
221msgstr "  -nocpp                  無視される\n"
222
223#: as.c:317
224#, c-format
225msgid "  -o OBJFILE              name the object-file output OBJFILE (default a.out)\n"
226msgstr "  -o OBJFILE              出力するオブジェクトファイル名を OBJFILE にする (デフォルト a.out)\n"
227
228#: as.c:319
229#, c-format
230msgid "  -R                      fold data section into text section\n"
231msgstr ""
232
233#: as.c:321
234#, c-format
235msgid ""
236"  --reduce-memory-overheads \n"
237"                          prefer smaller memory use at the cost of longer\n"
238"                          assembly times\n"
239msgstr ""
240
241#: as.c:325
242#, c-format
243msgid "  --statistics            print various measured statistics from execution\n"
244msgstr ""
245
246#: as.c:327
247#, c-format
248msgid "  --strip-local-absolute  strip local absolute symbols\n"
249msgstr "  --strip-local-absolute  局所絶対シンボルを取り除く\n"
250
251#: as.c:329
252#, c-format
253msgid "  --traditional-format    Use same format as native assembler when possible\n"
254msgstr ""
255
256#: as.c:331
257#, c-format
258msgid "  --version               print assembler version number and exit\n"
259msgstr "  --version               アセンブラのバージョン番号を表示して終了する\n"
260
261#: as.c:333
262#, c-format
263msgid "  -W  --no-warn           suppress warnings\n"
264msgstr "  -W  --no-warn           警告を抑止する\n"
265
266#: as.c:335
267#, c-format
268msgid "  --warn                  don't suppress warnings\n"
269msgstr "  --warn                  警告を抑止しない\n"
270
271#: as.c:337
272#, c-format
273msgid "  --fatal-warnings        treat warnings as errors\n"
274msgstr "  --fatal-warnings        警告をエラーとして取り扱う\n"
275
276#: as.c:340
277#, c-format
278msgid ""
279"  --itbl INSTTBL          extend instruction set to include instructions\n"
280"                          matching the specifications defined in file INSTTBL\n"
281msgstr ""
282
283#: as.c:344
284#, c-format
285msgid "  -w                      ignored\n"
286msgstr "  -w                      無視される\n"
287
288#: as.c:346
289#, c-format
290msgid "  -X                      ignored\n"
291msgstr "  -X                      無視される\n"
292
293#: as.c:348
294#, c-format
295msgid "  -Z                      generate object file even after errors\n"
296msgstr "  -Z                      エラーが発生してもオブジェクトファイルを生成する\n"
297
298#: as.c:350
299#, c-format
300msgid ""
301"  --listing-lhs-width     set the width in words of the output data column of\n"
302"                          the listing\n"
303msgstr ""
304
305#: as.c:353
306#, c-format
307msgid ""
308"  --listing-lhs-width2    set the width in words of the continuation lines\n"
309"                          of the output data column; ignored if smaller than\n"
310"                          the width of the first line\n"
311msgstr ""
312
313#: as.c:357
314#, c-format
315msgid ""
316"  --listing-rhs-width     set the max width in characters of the lines from\n"
317"                          the source file\n"
318msgstr ""
319
320#: as.c:360
321#, c-format
322msgid ""
323"  --listing-cont-lines    set the maximum number of continuation lines used\n"
324"                          for the output data column of the listing\n"
325msgstr ""
326
327#: as.c:363
328#, c-format
329msgid "  @FILE                   read options from FILE\n"
330msgstr "  @FILE                   オプションを FILE から読み込む\n"
331
332#: as.c:371
333#, c-format
334msgid "Report bugs to %s\n"
335msgstr ""
336"バグを発見したら <%s> に報告して下さい。\n"
337"翻訳に関するバグは<translation-team-ja@lists.sourceforge.net>に報告してください。\n"
338
339#: as.c:581
340#, c-format
341msgid "unrecognized option -%c%s"
342msgstr "認識できないオプション -%c%s です"
343
344#. This output is intended to follow the GNU standards document.
345#: as.c:619
346#, c-format
347msgid "GNU assembler %s\n"
348msgstr "GNU アセンブラ %s\n"
349
350#: as.c:620
351#, c-format
352msgid "Copyright 2010 Free Software Foundation, Inc.\n"
353msgstr "Copyright 2010 Free Software Foundation, Inc.\n"
354
355#: as.c:621
356#, c-format
357msgid ""
358"This program is free software; you may redistribute it under the terms of\n"
359"the GNU General Public License version 3 or later.\n"
360"This program has absolutely no warranty.\n"
361msgstr ""
362"This program is free software; you may redistribute it under the terms of\n"
363"the GNU General Public License version 3 or later.\n"
364"This program has absolutely no warranty.\n"
365
366#: as.c:625
367#, c-format
368msgid "This assembler was configured for a target of `%s'.\n"
369msgstr "このアセンブラはターゲット `%s' に対して設定されています。\n"
370
371#: as.c:632
372msgid "multiple emulation names specified"
373msgstr "複数のエミュレーション名が指定されました"
374
375#: as.c:634
376msgid "emulations not handled in this configuration"
377msgstr "この設定ではエミュレーションは取り扱えません"
378
379#: as.c:639
380#, c-format
381msgid "alias = %s\n"
382msgstr "alias = %s\n"
383
384#: as.c:640
385#, c-format
386msgid "canonical = %s\n"
387msgstr "canonical = %s\n"
388
389#: as.c:641
390#, c-format
391msgid "cpu-type = %s\n"
392msgstr "cpu-type = %s\n"
393
394#: as.c:643
395#, c-format
396msgid "format = %s\n"
397msgstr "format = %s\n"
398
399#: as.c:646
400#, c-format
401msgid "bfd-target = %s\n"
402msgstr "bfd-target = %s\n"
403
404#: as.c:654
405msgid "cannot compress debug sections (zlib not installed)"
406msgstr "デバッグセクションを圧縮できません (zlib がインストールされていません)"
407
408#: as.c:675
409msgid "bad defsym; format is --defsym name=value"
410msgstr ""
411
412#: as.c:695
413msgid "no file name following -t option"
414msgstr "-t オプションの後にファイル名が続いていません"
415
416#: as.c:710
417#, c-format
418msgid "failed to read instruction table %s\n"
419msgstr "命令表 %s の読み込みに失敗しました\n"
420
421#: as.c:881
422#, c-format
423msgid "invalid listing option `%c'"
424msgstr ""
425
426#: as.c:934
427msgid "--hash-size needs a numeric argument"
428msgstr "--hash-size には数値の引数が必要です"
429
430#: as.c:959
431#, c-format
432msgid "%s: total time in assembly: %ld.%06ld\n"
433msgstr "%s: アセンブルの合計時間: %ld.%06ld\n"
434
435#: as.c:962
436#, c-format
437msgid "%s: data size %ld\n"
438msgstr "%s: データサイズ %ld\n"
439
440#: as.c:1272
441#, c-format
442msgid "%d warnings, treating warnings as errors"
443msgstr "%d 個の警告。警告をエラーとして取り扱います"
444
445#: as.h:184
446#, c-format
447msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
448msgstr ""
449
450#.
451#. * We have a GROSS internal error.
452#. * This should never happen.
453#.
454#: atof-generic.c:417 config/tc-m68k.c:3579
455msgid "failed sanity check"
456msgstr ""
457
458#: cgen.c:113 config/tc-alpha.c:2104 config/tc-alpha.c:2128
459#: config/tc-arc.c:1684 config/tc-d10v.c:552 config/tc-d30v.c:538
460#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1751 config/tc-ppc.c:2586
461#: config/tc-ppc.c:2737 config/tc-ppc.c:2879 config/tc-ppc.c:2890
462#: config/tc-s390.c:1223 config/tc-s390.c:1323 config/tc-s390.c:1452
463#: config/tc-v850.c:2229 config/tc-v850.c:2300 config/tc-v850.c:2346
464#: config/tc-v850.c:2383 config/tc-v850.c:2420 config/tc-v850.c:2649
465msgid "too many fixups"
466msgstr ""
467
468#: cgen.c:400 cgen.c:420 config/tc-arc.c:1665 config/tc-d10v.c:463
469#: config/tc-d30v.c:454 config/tc-i370.c:2125 config/tc-mn10200.c:1042
470#: config/tc-mn10300.c:1676 config/tc-ppc.c:2625 config/tc-s390.c:1194
471#: config/tc-v850.c:2337 config/tc-v850.c:2371 config/tc-v850.c:2411
472#: config/tc-v850.c:2622 config/tc-z80.c:417
473msgid "illegal operand"
474msgstr "不正な被演算子です"
475
476#: cgen.c:424 config/tc-arc.c:1667 config/tc-avr.c:590 config/tc-d10v.c:465
477#: config/tc-d30v.c:456 config/tc-h8300.c:500 config/tc-i370.c:2127
478#: config/tc-mcore.c:662 config/tc-microblaze.c:579 config/tc-mmix.c:488
479#: config/tc-mn10200.c:1045 config/tc-mn10300.c:1679 config/tc-msp430.c:452
480#: config/tc-or32.c:307 config/tc-ppc.c:2627 config/tc-s390.c:1212
481#: config/tc-sh.c:1387 config/tc-sh64.c:2213 config/tc-v850.c:2341
482#: config/tc-v850.c:2375 config/tc-v850.c:2415 config/tc-v850.c:2625
483#: config/tc-z80.c:570 config/tc-z8k.c:350
484msgid "missing operand"
485msgstr "被演算子がありません"
486
487#: cgen.c:799
488msgid "a reloc on this operand implies an overflow"
489msgstr ""
490
491#: cgen.c:822
492msgid "operand mask overflow"
493msgstr ""
494
495#. We can't actually support subtracting a symbol.
496#: cgen.c:886 config/tc-arc.c:1249 config/tc-arm.c:1631 config/tc-arm.c:8897
497#: config/tc-arm.c:8949 config/tc-arm.c:9196 config/tc-arm.c:9986
498#: config/tc-arm.c:11068 config/tc-arm.c:11108 config/tc-arm.c:11436
499#: config/tc-arm.c:11475 config/tc-avr.c:1108 config/tc-cris.c:4043
500#: config/tc-d10v.c:1511 config/tc-d30v.c:1915 config/tc-mips.c:4462
501#: config/tc-mips.c:5586 config/tc-mips.c:6557 config/tc-mips.c:7133
502#: config/tc-msp430.c:1936 config/tc-ppc.c:5874 config/tc-spu.c:957
503#: config/tc-spu.c:981 config/tc-v850.c:3084 config/tc-xstormy16.c:483
504#: config/tc-xtensa.c:5833 config/tc-xtensa.c:11830
505msgid "expression too complex"
506msgstr "式が複雑すぎます"
507
508#: cgen.c:982 config/tc-arc.c:1310 config/tc-ppc.c:5999 config/tc-s390.c:2028
509#: config/tc-v850.c:3131 config/tc-xstormy16.c:537
510msgid "unresolved expression that must be resolved"
511msgstr "解決されなければ行けない式が解決されていません"
512
513#: cgen.c:1007 config/tc-xstormy16.c:562
514#, c-format
515msgid "internal error: can't install fix for reloc type %d (`%s')"
516msgstr ""
517
518#: cgen.c:1037
519msgid "relocation is not supported"
520msgstr "再配置はサポートされていません"
521
522#: cond.c:83
523msgid "invalid identifier for \".ifdef\""
524msgstr "\".ifdef\" に対する無効な識別子です"
525
526#: cond.c:150
527msgid "non-constant expression in \".if\" statement"
528msgstr ""
529
530#: cond.c:277
531msgid "bad format for ifc or ifnc"
532msgstr ""
533
534#: cond.c:307
535msgid "\".elseif\" without matching \".if\""
536msgstr "対応する \".if\" がない \".elseif\" があります"
537
538#: cond.c:311
539msgid "\".elseif\" after \".else\""
540msgstr "\".else\" の後に \".elseif\" があります"
541
542#: cond.c:314 cond.c:420
543msgid "here is the previous \"else\""
544msgstr "ここに前の \"else\" があります"
545
546#: cond.c:317 cond.c:423
547msgid "here is the previous \"if\""
548msgstr "ここに前の \"if\" があります"
549
550#: cond.c:346
551msgid "non-constant expression in \".elseif\" statement"
552msgstr "\".elseif\" 文に非定数式があります"
553
554#: cond.c:384
555msgid "\".endif\" without \".if\""
556msgstr "\".if\" の無い \".endif\" です"
557
558#: cond.c:413
559msgid "\".else\" without matching \".if\""
560msgstr "対応する \".if\" が無い \".else\" です"
561
562#: cond.c:417
563msgid "duplicate \"else\""
564msgstr "\"else\" が重複しています"
565
566#: cond.c:468
567msgid ".ifeqs syntax error"
568msgstr ".ifeqs 構文エラー"
569
570#: cond.c:549
571msgid "end of macro inside conditional"
572msgstr ""
573
574#: cond.c:551
575msgid "end of file inside conditional"
576msgstr ""
577
578#: cond.c:554
579msgid "here is the start of the unterminated conditional"
580msgstr ""
581
582#: cond.c:558
583msgid "here is the \"else\" of the unterminated conditional"
584msgstr ""
585
586#: config/atof-ieee.c:141
587msgid "cannot create floating-point number"
588msgstr "浮動小数を作成できません"
589
590#: config/atof-ieee.c:288
591msgid "NaNs are not supported by this target\n"
592msgstr "このターゲットでは NaN はサポートされていません\n"
593
594#: config/atof-ieee.c:327 config/atof-ieee.c:368
595msgid "Infinities are not supported by this target\n"
596msgstr "このターゲットでは無限大はサポートされていません\n"
597
598#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1026
599#: config/tc-ia64.c:11433 config/tc-tic30.c:1259 config/tc-tic4x.c:2598
600msgid "Unrecognized or unsupported floating point constant"
601msgstr "認識できないまたはサポートされていない浮動小数定数です"
602
603#: config/obj-aout.c:84
604#, c-format
605msgid "Attempt to put a common symbol into set %s"
606msgstr ""
607
608#: config/obj-aout.c:88
609#, c-format
610msgid "Attempt to put an undefined symbol into set %s"
611msgstr ""
612
613#: config/obj-aout.c:115 config/obj-coff.c:1394
614#, c-format
615msgid "Symbol `%s' can not be both weak and common"
616msgstr ""
617
618#: config/obj-coff.c:136
619#, c-format
620msgid "Inserting \"%s\" into structure table failed: %s"
621msgstr ""
622
623#: config/obj-coff.c:215 config/obj-coff.c:1691 config/tc-ppc.c:4937
624#: config/tc-tic54x.c:4008 read.c:2806
625#, c-format
626msgid "error setting flags for \"%s\": %s"
627msgstr ""
628
629#. Zero is used as an end marker in the file.
630#: config/obj-coff.c:434
631msgid "Line numbers must be positive integers\n"
632msgstr "行数は正の整数ではなければいけません\n"
633
634#: config/obj-coff.c:466
635msgid ".ln pseudo-op inside .def/.endef: ignored."
636msgstr ""
637
638#: config/obj-coff.c:508 ecoff.c:3250
639msgid ".loc outside of .text"
640msgstr ""
641
642#: config/obj-coff.c:515
643msgid ".loc pseudo-op inside .def/.endef: ignored."
644msgstr ""
645
646#: config/obj-coff.c:596
647msgid ".def pseudo-op used inside of .def/.endef: ignored."
648msgstr ""
649
650#: config/obj-coff.c:632
651msgid ".endef pseudo-op used outside of .def/.endef: ignored."
652msgstr ""
653
654#: config/obj-coff.c:671
655#, c-format
656msgid "`%s' symbol without preceding function"
657msgstr ""
658
659#: config/obj-coff.c:758
660#, c-format
661msgid "unexpected storage class %d"
662msgstr ""
663
664#: config/obj-coff.c:866
665msgid ".dim pseudo-op used outside of .def/.endef: ignored."
666msgstr ""
667
668#: config/obj-coff.c:886
669msgid "badly formed .dim directive ignored"
670msgstr ""
671
672#: config/obj-coff.c:935
673msgid ".size pseudo-op used outside of .def/.endef ignored."
674msgstr ""
675
676#: config/obj-coff.c:950
677msgid ".scl pseudo-op used outside of .def/.endef ignored."
678msgstr ""
679
680#: config/obj-coff.c:967
681msgid ".tag pseudo-op used outside of .def/.endef ignored."
682msgstr ""
683
684#: config/obj-coff.c:985
685#, c-format
686msgid "tag not found for .tag %s"
687msgstr ""
688
689#: config/obj-coff.c:998
690msgid ".type pseudo-op used outside of .def/.endef ignored."
691msgstr ""
692
693#: config/obj-coff.c:1017
694msgid ".val pseudo-op used outside of .def/.endef ignored."
695msgstr ""
696
697#: config/obj-coff.c:1174
698msgid "badly formed .weak directive ignored"
699msgstr ""
700
701#: config/obj-coff.c:1352
702msgid "mismatched .eb"
703msgstr ""
704
705#: config/obj-coff.c:1373
706#, c-format
707msgid "C_EFCN symbol for %s out of scope"
708msgstr ""
709
710#: config/obj-coff.c:1427
711#, c-format
712msgid "Warning: internal error: forgetting to set endndx of %s"
713msgstr ""
714
715#. STYP_INFO
716#. STYP_LIB
717#. STYP_OVER
718#: config/obj-coff.c:1657
719#, c-format
720msgid "unsupported section attribute '%c'"
721msgstr ""
722
723#: config/obj-coff.c:1661 config/tc-ppc.c:4919
724#, c-format
725msgid "unknown section attribute '%c'"
726msgstr ""
727
728#: config/obj-coff.c:1703
729#, c-format
730msgid "Ignoring changed section attributes for %s"
731msgstr ""
732
733#: config/obj-coff.c:1838
734#, c-format
735msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
736msgstr ""
737
738#: config/obj-ecoff.c:125
739msgid "Can't set GP value"
740msgstr ""
741
742#: config/obj-ecoff.c:132
743msgid "Can't set register masks"
744msgstr ""
745
746#: config/obj-elf.c:334 config/tc-sparc.c:3949 config/tc-v850.c:503
747#, c-format
748msgid "bad .common segment %s"
749msgstr ""
750
751#: config/obj-elf.c:411
752msgid "Missing symbol name in directive"
753msgstr ""
754
755#: config/obj-elf.c:618
756#, c-format
757msgid "setting incorrect section type for %s"
758msgstr ""
759
760#: config/obj-elf.c:623
761#, c-format
762msgid "ignoring incorrect section type for %s"
763msgstr ""
764
765#: config/obj-elf.c:665
766#, c-format
767msgid "setting incorrect section attributes for %s"
768msgstr ""
769
770#: config/obj-elf.c:720
771#, c-format
772msgid "ignoring changed section type for %s"
773msgstr ""
774
775#: config/obj-elf.c:732
776#, c-format
777msgid "ignoring changed section attributes for %s"
778msgstr ""
779
780#: config/obj-elf.c:734
781#, c-format
782msgid "ignoring changed section entity size for %s"
783msgstr ""
784
785#: config/obj-elf.c:794
786msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T"
787msgstr ""
788
789#: config/obj-elf.c:836 read.c:2790
790msgid "unrecognized section type"
791msgstr ""
792
793#: config/obj-elf.c:868
794msgid "unrecognized section attribute"
795msgstr ""
796
797#: config/obj-elf.c:899 config/tc-alpha.c:4208
798msgid "missing name"
799msgstr ""
800
801#: config/obj-elf.c:1030
802msgid "invalid merge entity size"
803msgstr ""
804
805#: config/obj-elf.c:1037
806msgid "entity size for SHF_MERGE not specified"
807msgstr ""
808
809#: config/obj-elf.c:1043
810msgid "? section flag ignored with G present"
811msgstr ""
812
813#: config/obj-elf.c:1062
814msgid "group name for SHF_GROUP not specified"
815msgstr ""
816
817#: config/obj-elf.c:1085
818msgid "character following name is not '#'"
819msgstr ""
820
821#: config/obj-elf.c:1204
822msgid ".previous without corresponding .section; ignored"
823msgstr ""
824
825#: config/obj-elf.c:1230
826msgid ".popsection without corresponding .pushsection; ignored"
827msgstr ""
828
829#: config/obj-elf.c:1276
830msgid "expected comma after name in .symver"
831msgstr ""
832
833#: config/obj-elf.c:1300
834#, c-format
835msgid "missing version name in `%s' for symbol `%s'"
836msgstr ""
837
838#: config/obj-elf.c:1311
839#, c-format
840msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
841msgstr ""
842
843#: config/obj-elf.c:1348
844#, c-format
845msgid "expected `%s' to have already been set for .vtable_inherit"
846msgstr ""
847
848#: config/obj-elf.c:1358
849msgid "expected comma after name in .vtable_inherit"
850msgstr ""
851
852#: config/obj-elf.c:1411
853msgid "expected comma after name in .vtable_entry"
854msgstr ""
855
856#: config/obj-elf.c:1534
857msgid "expected quoted string"
858msgstr ""
859
860#: config/obj-elf.c:1554
861#, c-format
862msgid "expected comma after name `%s' in .size directive"
863msgstr ""
864
865#: config/obj-elf.c:1563
866msgid "missing expression in .size directive"
867msgstr ""
868
869#: config/obj-elf.c:1687
870#, c-format
871msgid "symbol '%s' is already defined"
872msgstr ""
873
874#: config/obj-elf.c:1707 config/obj-elf.c:1719
875#, c-format
876msgid "symbol type \"%s\" is supported only by GNU targets"
877msgstr ""
878
879#: config/obj-elf.c:1730
880#, c-format
881msgid "unrecognized symbol type \"%s\""
882msgstr ""
883
884#: config/obj-elf.c:1906
885msgid ".size expression too complicated to fix up"
886msgstr ""
887
888#: config/obj-elf.c:1938
889#, c-format
890msgid "invalid attempt to declare external version name as default in symbol `%s'"
891msgstr ""
892
893#: config/obj-elf.c:1999 ecoff.c:3608
894#, c-format
895msgid "symbol `%s' can not be both weak and common"
896msgstr ""
897
898#: config/obj-elf.c:2116
899#, c-format
900msgid "assuming all members of group `%s' are COMDAT"
901msgstr ""
902
903#: config/obj-elf.c:2128
904#, c-format
905msgid "can't create group: %s"
906msgstr ""
907
908#: config/obj-elf.c:2260
909#, c-format
910msgid "failed to set up debugging information: %s"
911msgstr ""
912
913#: config/obj-elf.c:2280
914#, c-format
915msgid "can't start writing .mdebug section: %s"
916msgstr ""
917
918#: config/obj-elf.c:2288
919#, c-format
920msgid "could not write .mdebug section: %s"
921msgstr ""
922
923#: config/obj-som.c:58
924msgid "Only one .compiler pseudo-op per file!"
925msgstr ""
926
927#: config/obj-som.c:75 config/obj-som.c:146 config/obj-som.c:188
928msgid "Expected quoted string"
929msgstr ""
930
931#: config/obj-som.c:88
932msgid ".compiler directive missing language and version"
933msgstr ""
934
935#: config/obj-som.c:98
936msgid ".compiler directive missing version"
937msgstr ""
938
939#: config/obj-som.c:114
940#, c-format
941msgid "FATAL: Attaching compiler header %s"
942msgstr ""
943
944#: config/obj-som.c:129
945msgid "Only one .version pseudo-op per file!"
946msgstr ""
947
948#: config/obj-som.c:153
949#, c-format
950msgid "attaching version header %s: %s"
951msgstr ""
952
953#: config/obj-som.c:171
954msgid "Only one .copyright pseudo-op per file!"
955msgstr ""
956
957#: config/obj-som.c:195
958#, c-format
959msgid "attaching copyright header %s: %s"
960msgstr ""
961
962#: config/tc-alpha.c:656
963#, c-format
964msgid "No !literal!%ld was found"
965msgstr ""
966
967#: config/tc-alpha.c:663
968#, c-format
969msgid "No !tlsgd!%ld was found"
970msgstr ""
971
972#: config/tc-alpha.c:670
973#, c-format
974msgid "No !tlsldm!%ld was found"
975msgstr ""
976
977#: config/tc-alpha.c:679
978#, c-format
979msgid "No ldah !gpdisp!%ld was found"
980msgstr ""
981
982#: config/tc-alpha.c:729
983#, c-format
984msgid "too many !literal!%ld for %s"
985msgstr ""
986
987#: config/tc-alpha.c:759
988#, c-format
989msgid "No lda !gpdisp!%ld was found"
990msgstr ""
991
992#. Only support one relocation op per insn.
993#: config/tc-alpha.c:918
994msgid "More than one relocation op per insn"
995msgstr ""
996
997#: config/tc-alpha.c:934
998msgid "No relocation operand"
999msgstr ""
1000
1001#: config/tc-alpha.c:944
1002#, c-format
1003msgid "Unknown relocation operand: !%s"
1004msgstr ""
1005
1006#: config/tc-alpha.c:954
1007#, c-format
1008msgid "no sequence number after !%s"
1009msgstr ""
1010
1011#: config/tc-alpha.c:964
1012#, c-format
1013msgid "!%s does not use a sequence number"
1014msgstr ""
1015
1016#: config/tc-alpha.c:974
1017#, c-format
1018msgid "Bad sequence number: !%s!%s"
1019msgstr ""
1020
1021#: config/tc-alpha.c:1189 config/tc-alpha.c:3364
1022#, c-format
1023msgid "inappropriate arguments for opcode `%s'"
1024msgstr ""
1025
1026#: config/tc-alpha.c:1191 config/tc-alpha.c:3366
1027#, c-format
1028msgid "opcode `%s' not supported for target %s"
1029msgstr ""
1030
1031#: config/tc-alpha.c:1195 config/tc-alpha.c:3370 config/tc-avr.c:1384
1032#: config/tc-msp430.c:1828
1033#, c-format
1034msgid "unknown opcode `%s'"
1035msgstr ""
1036
1037#: config/tc-alpha.c:1276 config/tc-alpha.c:1537
1038msgid "overflow in literal (.lita) table"
1039msgstr ""
1040
1041#: config/tc-alpha.c:1283 config/tc-alpha.c:1307 config/tc-alpha.c:1550
1042#: config/tc-alpha.c:2237 config/tc-alpha.c:2282 config/tc-alpha.c:2351
1043#: config/tc-alpha.c:2434 config/tc-alpha.c:2659 config/tc-alpha.c:2757
1044msgid "macro requires $at register while noat in effect"
1045msgstr ""
1046
1047#: config/tc-alpha.c:1285 config/tc-alpha.c:1309 config/tc-alpha.c:1552
1048msgid "macro requires $at while $at in use"
1049msgstr ""
1050
1051#: config/tc-alpha.c:1495
1052msgid "bignum invalid; zero assumed"
1053msgstr ""
1054
1055#: config/tc-alpha.c:1497
1056msgid "floating point number invalid; zero assumed"
1057msgstr ""
1058
1059#: config/tc-alpha.c:1502
1060msgid "can't handle expression"
1061msgstr ""
1062
1063#: config/tc-alpha.c:1543
1064msgid "overflow in literal (.lit8) table"
1065msgstr ""
1066
1067#: config/tc-alpha.c:1840
1068#, c-format
1069msgid "too many ldah insns for !gpdisp!%ld"
1070msgstr ""
1071
1072#: config/tc-alpha.c:1842 config/tc-alpha.c:1854
1073#, c-format
1074msgid "both insns for !gpdisp!%ld must be in the same section"
1075msgstr ""
1076
1077#: config/tc-alpha.c:1852
1078#, c-format
1079msgid "too many lda insns for !gpdisp!%ld"
1080msgstr ""
1081
1082#: config/tc-alpha.c:1908
1083#, c-format
1084msgid "too many lituse insns for !lituse_tlsgd!%ld"
1085msgstr ""
1086
1087#: config/tc-alpha.c:1911
1088#, c-format
1089msgid "too many lituse insns for !lituse_tlsldm!%ld"
1090msgstr ""
1091
1092#: config/tc-alpha.c:1928
1093#, c-format
1094msgid "duplicate !tlsgd!%ld"
1095msgstr ""
1096
1097#: config/tc-alpha.c:1930
1098#, c-format
1099msgid "sequence number in use for !tlsldm!%ld"
1100msgstr ""
1101
1102#: config/tc-alpha.c:1944
1103#, c-format
1104msgid "duplicate !tlsldm!%ld"
1105msgstr ""
1106
1107#: config/tc-alpha.c:1946
1108#, c-format
1109msgid "sequence number in use for !tlsgd!%ld"
1110msgstr ""
1111
1112#: config/tc-alpha.c:2001 config/tc-arc.c:292 config/tc-mn10200.c:856
1113#: config/tc-mn10300.c:1148 config/tc-ppc.c:1699 config/tc-s390.c:611
1114msgid "operand"
1115msgstr ""
1116
1117#: config/tc-alpha.c:2140
1118msgid "invalid relocation for instruction"
1119msgstr ""
1120
1121#: config/tc-alpha.c:2154
1122msgid "invalid relocation for field"
1123msgstr ""
1124
1125#: config/tc-alpha.c:2985
1126msgid "can not resolve expression"
1127msgstr ""
1128
1129#: config/tc-alpha.c:3524 config/tc-i370.c:1055 config/tc-microblaze.c:185
1130#: config/tc-ppc.c:2024 config/tc-ppc.c:4682
1131#, c-format
1132msgid ".COMMon length (%ld.) <0! Ignored."
1133msgstr ""
1134
1135#: config/tc-alpha.c:3535 config/tc-sparc.c:3820 config/tc-v850.c:298
1136msgid "Ignoring attempt to re-define symbol"
1137msgstr ""
1138
1139#: config/tc-alpha.c:3627 config/tc-ppc.c:4719 config/tc-sparc.c:3828
1140#, c-format
1141msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1142msgstr ""
1143
1144#: config/tc-alpha.c:3730 ecoff.c:3064
1145msgid ".ent directive has no name"
1146msgstr ""
1147
1148#: config/tc-alpha.c:3738
1149msgid "nested .ent directives"
1150msgstr ""
1151
1152#: config/tc-alpha.c:3783 ecoff.c:3015
1153msgid ".end directive has no name"
1154msgstr ""
1155
1156#: config/tc-alpha.c:3792
1157msgid ".end directive without matching .ent"
1158msgstr ""
1159
1160#: config/tc-alpha.c:3794
1161msgid ".end directive names different symbol than .ent"
1162msgstr ""
1163
1164#: config/tc-alpha.c:3837 ecoff.c:3150
1165msgid ".fmask outside of .ent"
1166msgstr ""
1167
1168#: config/tc-alpha.c:3839 config/tc-score.c:5601 ecoff.c:3214
1169msgid ".mask outside of .ent"
1170msgstr ""
1171
1172#: config/tc-alpha.c:3847 ecoff.c:3157
1173msgid "bad .fmask directive"
1174msgstr ""
1175
1176#: config/tc-alpha.c:3849 ecoff.c:3221
1177msgid "bad .mask directive"
1178msgstr ""
1179
1180#: config/tc-alpha.c:3882 config/tc-mips.c:15153 config/tc-score.c:5743
1181#: ecoff.c:3178
1182msgid ".frame outside of .ent"
1183msgstr ""
1184
1185#: config/tc-alpha.c:3893 ecoff.c:3189
1186msgid "bad .frame directive"
1187msgstr ""
1188
1189#: config/tc-alpha.c:3927
1190msgid ".prologue directive without a preceding .ent directive"
1191msgstr ""
1192
1193#: config/tc-alpha.c:3945
1194#, c-format
1195msgid "Invalid argument %d to .prologue."
1196msgstr ""
1197
1198#: config/tc-alpha.c:4036
1199msgid "ECOFF debugging is disabled."
1200msgstr ""
1201
1202#: config/tc-alpha.c:4050
1203msgid ".ent directive without matching .end"
1204msgstr ""
1205
1206#: config/tc-alpha.c:4135
1207msgid ".usepv directive has no name"
1208msgstr ""
1209
1210#: config/tc-alpha.c:4146
1211msgid ".usepv directive has no type"
1212msgstr ""
1213
1214#: config/tc-alpha.c:4161
1215msgid "unknown argument for .usepv"
1216msgstr ""
1217
1218#: config/tc-alpha.c:4276
1219#, c-format
1220msgid "unknown section attribute %s"
1221msgstr ""
1222
1223#: config/tc-alpha.c:4389
1224msgid ".ent directive has no symbol"
1225msgstr ""
1226
1227#: config/tc-alpha.c:4418
1228msgid ".handler directive has no name"
1229msgstr ""
1230
1231#: config/tc-alpha.c:4447
1232msgid "Bad .frame directive 1./2. param"
1233msgstr ""
1234
1235#: config/tc-alpha.c:4459
1236msgid "Bad .frame directive 3./4. param"
1237msgstr ""
1238
1239#: config/tc-alpha.c:4497
1240msgid ".pdesc directive not in link (.link) section"
1241msgstr ""
1242
1243#: config/tc-alpha.c:4505
1244msgid ".pdesc directive has no entry symbol"
1245msgstr ""
1246
1247#: config/tc-alpha.c:4523
1248msgid ".pdesc has no matching .ent"
1249msgstr ""
1250
1251#: config/tc-alpha.c:4541
1252msgid "No comma after .pdesc <entryname>"
1253msgstr ""
1254
1255#: config/tc-alpha.c:4561
1256msgid "unknown procedure kind"
1257msgstr ""
1258
1259#: config/tc-alpha.c:4673
1260msgid ".name directive not in link (.link) section"
1261msgstr ""
1262
1263#: config/tc-alpha.c:4681
1264msgid ".name directive has no symbol"
1265msgstr ""
1266
1267#: config/tc-alpha.c:4716
1268msgid "No symbol after .linkage"
1269msgstr ""
1270
1271#: config/tc-alpha.c:4769
1272msgid "No symbol after .code_address"
1273msgstr ""
1274
1275#: config/tc-alpha.c:4796 config/tc-score.c:5607
1276msgid "Bad .mask directive"
1277msgstr ""
1278
1279#: config/tc-alpha.c:4814
1280msgid "Bad .fmask directive"
1281msgstr ""
1282
1283#: config/tc-alpha.c:4971
1284#, c-format
1285msgid "Expected comma after name \"%s\""
1286msgstr ""
1287
1288#: config/tc-alpha.c:4983
1289#, c-format
1290msgid "unhandled: .proc %s,%d"
1291msgstr ""
1292
1293#: config/tc-alpha.c:5017
1294#, c-format
1295msgid "Tried to .set unrecognized mode `%s'"
1296msgstr ""
1297
1298#: config/tc-alpha.c:5043
1299#, c-format
1300msgid "Bad base register, using $%d."
1301msgstr ""
1302
1303#: config/tc-alpha.c:5064
1304#, c-format
1305msgid "Alignment too large: %d. assumed"
1306msgstr ""
1307
1308#: config/tc-alpha.c:5068 config/tc-d30v.c:2060
1309msgid "Alignment negative: 0 assumed"
1310msgstr ""
1311
1312#: config/tc-alpha.c:5162 config/tc-alpha.c:5655
1313#, c-format
1314msgid "Unknown CPU identifier `%s'"
1315msgstr ""
1316
1317#: config/tc-alpha.c:5353
1318#, c-format
1319msgid "Chose GP value of %lx\n"
1320msgstr ""
1321
1322#: config/tc-alpha.c:5367
1323msgid "bad .section directive: want a,s,w,x,M,S,G,T in string"
1324msgstr ""
1325
1326#: config/tc-alpha.c:5456
1327#, c-format
1328msgid "internal error: can't hash opcode `%s': %s"
1329msgstr ""
1330
1331#: config/tc-alpha.c:5492
1332#, c-format
1333msgid "internal error: can't hash macro `%s': %s"
1334msgstr ""
1335
1336#: config/tc-alpha.c:5577 config/tc-arm.c:6588 config/tc-arm.c:6600
1337#: config/tc-i960.c:708 config/tc-xtensa.c:5315 config/tc-xtensa.c:5393
1338#: config/tc-xtensa.c:5510 config/tc-z80.c:1888
1339msgid "syntax error"
1340msgstr ""
1341
1342#: config/tc-alpha.c:5706
1343msgid ""
1344"Alpha options:\n"
1345"-32addr\t\t\ttreat addresses as 32-bit values\n"
1346"-F\t\t\tlack floating point instructions support\n"
1347"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
1348"\t\t\tspecify variant of Alpha architecture\n"
1349"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -m21264b\n"
1350"\t\t\tthese variants include PALcode opcodes\n"
1351msgstr ""
1352
1353#: config/tc-alpha.c:5716
1354msgid ""
1355"VMS options:\n"
1356"-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
1357"-H\t\t\tshow new symbol after hash truncation\n"
1358"-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
1359msgstr ""
1360
1361#: config/tc-alpha.c:5967
1362#, c-format
1363msgid "unhandled relocation type %s"
1364msgstr ""
1365
1366#: config/tc-alpha.c:5980
1367msgid "non-absolute expression in constant field"
1368msgstr ""
1369
1370#: config/tc-alpha.c:5994
1371#, c-format
1372msgid "type %d reloc done?\n"
1373msgstr ""
1374
1375#: config/tc-alpha.c:6041 config/tc-alpha.c:6048
1376msgid "Used $at without \".set noat\""
1377msgstr ""
1378
1379#: config/tc-alpha.c:6217
1380#, c-format
1381msgid "!samegp reloc against symbol without .prologue: %s"
1382msgstr ""
1383
1384#: config/tc-alpha.c:6261 config/tc-xtensa.c:5999
1385#, c-format
1386msgid "cannot represent `%s' relocation in object file"
1387msgstr ""
1388
1389#: config/tc-alpha.c:6267
1390#, c-format
1391msgid "internal error? cannot generate `%s' relocation"
1392msgstr ""
1393
1394#: config/tc-alpha.c:6363
1395#, c-format
1396msgid "frame reg expected, using $%d."
1397msgstr ""
1398
1399#: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:992
1400#: config/tc-h8300.c:77 config/tc-h8300.c:86 config/tc-h8300.c:96
1401#: config/tc-h8300.c:106 config/tc-h8300.c:116 config/tc-h8300.c:127
1402#: config/tc-h8300.c:244 config/tc-hppa.c:6866 config/tc-hppa.c:6872
1403#: config/tc-hppa.c:6878 config/tc-hppa.c:6884 config/tc-hppa.c:8291
1404#: config/tc-lm32.c:198 config/tc-mn10300.c:937 config/tc-mn10300.c:942
1405#: config/tc-mn10300.c:2433 config/tc-xc16x.c:79 config/tc-xc16x.c:86
1406#: config/tc-xc16x.c:93
1407msgid "could not set architecture and machine"
1408msgstr ""
1409
1410#: config/tc-arc.c:212 config/tc-arm.c:22001 config/tc-score.c:6303
1411#: config/tc-score.c:6532 config/tc-score.c:6537
1412msgid "virtual memory exhausted"
1413msgstr ""
1414
1415#: config/tc-arc.c:432 config/tc-arc.c:671
1416msgid "expected comma after operand name"
1417msgstr ""
1418
1419#: config/tc-arc.c:443
1420#, c-format
1421msgid "negative operand number %d"
1422msgstr ""
1423
1424#: config/tc-arc.c:455
1425msgid "expected comma after register-number"
1426msgstr ""
1427
1428#: config/tc-arc.c:480
1429msgid "invalid mode"
1430msgstr ""
1431
1432#: config/tc-arc.c:497
1433msgid "expected comma after register-mode"
1434msgstr ""
1435
1436#: config/tc-arc.c:514
1437msgid "shortcut designator invalid"
1438msgstr ""
1439
1440#: config/tc-arc.c:529
1441#, c-format
1442msgid "core register value (%d) too large"
1443msgstr ""
1444
1445#: config/tc-arc.c:537
1446#, c-format
1447msgid "condition code value (%d) too large"
1448msgstr ""
1449
1450#: config/tc-arc.c:555
1451#, c-format
1452msgid "attempt to override symbol: %s"
1453msgstr ""
1454
1455#: config/tc-arc.c:626
1456msgid "invalid opertype"
1457msgstr ""
1458
1459#: config/tc-arc.c:683
1460msgid "expected comma after opcode"
1461msgstr ""
1462
1463#: config/tc-arc.c:693
1464#, c-format
1465msgid "negative subopcode %d"
1466msgstr ""
1467
1468#: config/tc-arc.c:702
1469msgid "subcode value found when opcode not equal 0x03"
1470msgstr ""
1471
1472#: config/tc-arc.c:710
1473#, c-format
1474msgid "invalid subopcode %d"
1475msgstr ""
1476
1477#: config/tc-arc.c:721
1478msgid "expected comma after subopcode"
1479msgstr ""
1480
1481#: config/tc-arc.c:740
1482msgid "invalid suffix class"
1483msgstr ""
1484
1485#: config/tc-arc.c:749
1486msgid "expected comma after suffix class"
1487msgstr ""
1488
1489#: config/tc-arc.c:768
1490msgid "invalid syntax class"
1491msgstr ""
1492
1493#: config/tc-arc.c:775
1494msgid "opcode 0x3 and SYNTAX_3OP invalid"
1495msgstr ""
1496
1497#: config/tc-arc.c:795
1498msgid "unknown suffix class"
1499msgstr ""
1500
1501#: config/tc-arc.c:862
1502msgid "expected comma after symbol name"
1503msgstr ""
1504
1505#: config/tc-arc.c:872
1506msgid "negative symbol length"
1507msgstr ""
1508
1509#: config/tc-arc.c:883
1510msgid "ignoring attempt to re-define symbol"
1511msgstr ""
1512
1513#: config/tc-arc.c:890
1514#, c-format
1515msgid "length of symbol \"%s\" already %ld, ignoring %d"
1516msgstr ""
1517
1518#: config/tc-arc.c:904
1519msgid "assuming symbol alignment of zero"
1520msgstr ""
1521
1522#: config/tc-arc.c:971
1523msgid "\".option\" directive must appear before any instructions"
1524msgstr ""
1525
1526#: config/tc-arc.c:981
1527msgid "\".option\" directive conflicts with initial definition"
1528msgstr ""
1529
1530#: config/tc-arc.c:989
1531msgid "\".option\" directive overrides command-line (default) value"
1532msgstr ""
1533
1534#: config/tc-arc.c:999
1535msgid "invalid identifier for \".option\""
1536msgstr ""
1537
1538#: config/tc-arc.c:1037 config/tc-i860.c:1035 config/tc-ip2k.c:249
1539msgid "relaxation not supported\n"
1540msgstr ""
1541
1542#: config/tc-arc.c:1081
1543msgid "expression too complex code symbol"
1544msgstr ""
1545
1546#: config/tc-arc.c:1108
1547#, c-format
1548msgid "missing ')' in %%-op"
1549msgstr ""
1550
1551#: config/tc-arc.c:1364 config/tc-dlx.c:1201 config/tc-i960.c:2639
1552#: config/tc-m32r.c:2281 config/tc-sparc.c:3508
1553#, c-format
1554msgid "internal error: can't export reloc type %d (`%s')"
1555msgstr ""
1556
1557#: config/tc-arc.c:1496
1558#, c-format
1559msgid "unknown syntax format character `%c'"
1560msgstr ""
1561
1562#: config/tc-arc.c:1635
1563msgid "too many suffixes"
1564msgstr ""
1565
1566#: config/tc-arc.c:1674
1567msgid "symbol as destination register"
1568msgstr ""
1569
1570#. xgettext:c-format.
1571#: config/tc-arc.c:1759 config/tc-i370.c:2207 config/tc-mn10200.c:1141
1572#: config/tc-mn10300.c:1820 config/tc-ppc.c:2939 config/tc-s390.c:1465
1573#: config/tc-v850.c:2699
1574#, c-format
1575msgid "junk at end of line: `%s'"
1576msgstr ""
1577
1578#: config/tc-arc.c:1798
1579msgid "8 byte instruction in delay slot"
1580msgstr ""
1581
1582#. except for jl  addr
1583#: config/tc-arc.c:1801
1584msgid "8 byte jump instruction with delay slot"
1585msgstr ""
1586
1587#: config/tc-arc.c:1809
1588msgid "conditional branch follows set of flags"
1589msgstr ""
1590
1591#: config/tc-arc.c:1893 config/tc-arm.c:15965
1592#, c-format
1593msgid "bad instruction `%s'"
1594msgstr ""
1595
1596#: config/tc-arm.c:529
1597msgid "ARM register expected"
1598msgstr ""
1599
1600#: config/tc-arm.c:530
1601msgid "bad or missing co-processor number"
1602msgstr ""
1603
1604#: config/tc-arm.c:531
1605msgid "co-processor register expected"
1606msgstr ""
1607
1608#: config/tc-arm.c:532
1609msgid "FPA register expected"
1610msgstr ""
1611
1612#: config/tc-arm.c:533
1613msgid "VFP single precision register expected"
1614msgstr ""
1615
1616#: config/tc-arm.c:534
1617msgid "VFP/Neon double precision register expected"
1618msgstr ""
1619
1620#: config/tc-arm.c:535
1621msgid "Neon quad precision register expected"
1622msgstr ""
1623
1624#: config/tc-arm.c:536
1625msgid "VFP single or double precision register expected"
1626msgstr ""
1627
1628#: config/tc-arm.c:537
1629msgid "Neon double or quad precision register expected"
1630msgstr ""
1631
1632#: config/tc-arm.c:538
1633msgid "VFP single, double or Neon quad precision register expected"
1634msgstr ""
1635
1636#: config/tc-arm.c:539
1637msgid "VFP system register expected"
1638msgstr ""
1639
1640#: config/tc-arm.c:540
1641msgid "Maverick MVF register expected"
1642msgstr ""
1643
1644#: config/tc-arm.c:541
1645msgid "Maverick MVD register expected"
1646msgstr ""
1647
1648#: config/tc-arm.c:542
1649msgid "Maverick MVFX register expected"
1650msgstr ""
1651
1652#: config/tc-arm.c:543
1653msgid "Maverick MVDX register expected"
1654msgstr ""
1655
1656#: config/tc-arm.c:544
1657msgid "Maverick MVAX register expected"
1658msgstr ""
1659
1660#: config/tc-arm.c:545
1661msgid "Maverick DSPSC register expected"
1662msgstr ""
1663
1664#: config/tc-arm.c:546
1665msgid "iWMMXt data register expected"
1666msgstr ""
1667
1668#: config/tc-arm.c:547 config/tc-arm.c:6363
1669msgid "iWMMXt control register expected"
1670msgstr ""
1671
1672#: config/tc-arm.c:548
1673msgid "iWMMXt scalar register expected"
1674msgstr ""
1675
1676#: config/tc-arm.c:549
1677msgid "XScale accumulator register expected"
1678msgstr ""
1679
1680#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
1681#: config/tc-arm.c:698 config/tc-score.c:259
1682msgid "bad arguments to instruction"
1683msgstr ""
1684
1685#: config/tc-arm.c:699
1686msgid "r13 not allowed here"
1687msgstr ""
1688
1689#: config/tc-arm.c:700
1690msgid "r15 not allowed here"
1691msgstr ""
1692
1693#: config/tc-arm.c:701
1694msgid "instruction cannot be conditional"
1695msgstr ""
1696
1697#: config/tc-arm.c:702
1698msgid "registers may not be the same"
1699msgstr ""
1700
1701#: config/tc-arm.c:703
1702msgid "lo register required"
1703msgstr ""
1704
1705#: config/tc-arm.c:704
1706msgid "instruction not supported in Thumb16 mode"
1707msgstr ""
1708
1709#: config/tc-arm.c:705
1710msgid "instruction does not accept this addressing mode"
1711msgstr ""
1712
1713#: config/tc-arm.c:706
1714msgid "branch must be last instruction in IT block"
1715msgstr ""
1716
1717#: config/tc-arm.c:707
1718msgid "instruction not allowed in IT block"
1719msgstr ""
1720
1721#: config/tc-arm.c:708
1722msgid "selected FPU does not support instruction"
1723msgstr ""
1724
1725#: config/tc-arm.c:709
1726msgid "thumb conditional instruction should be in IT block"
1727msgstr ""
1728
1729#: config/tc-arm.c:710
1730msgid "incorrect condition in IT block"
1731msgstr ""
1732
1733#: config/tc-arm.c:711
1734msgid "IT falling in the range of a previous IT block"
1735msgstr ""
1736
1737#: config/tc-arm.c:712
1738msgid "missing .fnstart before unwinding directive"
1739msgstr ""
1740
1741#: config/tc-arm.c:714
1742msgid "cannot use register index with PC-relative addressing"
1743msgstr ""
1744
1745#: config/tc-arm.c:716
1746msgid "cannot use writeback with PC-relative addressing"
1747msgstr ""
1748
1749#: config/tc-arm.c:907
1750msgid "immediate expression requires a # prefix"
1751msgstr ""
1752
1753#: config/tc-arm.c:935 read.c:3678
1754msgid "missing expression"
1755msgstr ""
1756
1757#: config/tc-arm.c:935 config/tc-score.c:6519 expr.c:1358 read.c:2469
1758msgid "bad expression"
1759msgstr ""
1760
1761#: config/tc-arm.c:946 config/tc-i860.c:1004 config/tc-sparc.c:2880
1762msgid "bad segment"
1763msgstr ""
1764
1765#: config/tc-arm.c:965 config/tc-arm.c:4809 config/tc-i960.c:1300
1766#: config/tc-score.c:1211
1767msgid "invalid constant"
1768msgstr ""
1769
1770#: config/tc-arm.c:1095
1771msgid "expected #constant"
1772msgstr ""
1773
1774#: config/tc-arm.c:1256
1775#, c-format
1776msgid "unexpected character `%c' in type specifier"
1777msgstr ""
1778
1779#: config/tc-arm.c:1273
1780#, c-format
1781msgid "bad size %d in type specifier"
1782msgstr ""
1783
1784#: config/tc-arm.c:1323
1785msgid "only one type should be specified for operand"
1786msgstr ""
1787
1788#: config/tc-arm.c:1329
1789msgid "vector type expected"
1790msgstr ""
1791
1792#: config/tc-arm.c:1401
1793msgid "can't redefine type for operand"
1794msgstr ""
1795
1796#: config/tc-arm.c:1412
1797msgid "only D registers may be indexed"
1798msgstr ""
1799
1800#: config/tc-arm.c:1418
1801msgid "can't change index for operand"
1802msgstr ""
1803
1804#: config/tc-arm.c:1434 config/tc-arm.c:3318 config/tc-arm.c:4391
1805msgid "constant expression required"
1806msgstr ""
1807
1808#: config/tc-arm.c:1477
1809msgid "register operand expected, but got scalar"
1810msgstr ""
1811
1812#: config/tc-arm.c:1510
1813msgid "scalar must have an index"
1814msgstr ""
1815
1816#: config/tc-arm.c:1515 config/tc-arm.c:14574 config/tc-arm.c:14624
1817#: config/tc-arm.c:15039
1818msgid "scalar index out of range"
1819msgstr ""
1820
1821#: config/tc-arm.c:1563
1822msgid "bad range in register list"
1823msgstr ""
1824
1825#: config/tc-arm.c:1571 config/tc-arm.c:1580 config/tc-arm.c:1621
1826#, c-format
1827msgid "Warning: duplicated register (r%d) in register list"
1828msgstr ""
1829
1830#: config/tc-arm.c:1583
1831msgid "Warning: register range not in ascending order"
1832msgstr ""
1833
1834#: config/tc-arm.c:1594
1835msgid "missing `}'"
1836msgstr ""
1837
1838#: config/tc-arm.c:1610
1839msgid "invalid register mask"
1840msgstr ""
1841
1842#: config/tc-arm.c:1692
1843msgid "expecting {"
1844msgstr ""
1845
1846#: config/tc-arm.c:1747 config/tc-arm.c:1791
1847msgid "register out of range in list"
1848msgstr ""
1849
1850#: config/tc-arm.c:1763 config/tc-arm.c:1808 config/tc-h8300.c:1040
1851#: config/tc-mips.c:10575 config/tc-mips.c:10597
1852msgid "invalid register list"
1853msgstr ""
1854
1855#: config/tc-arm.c:1769 config/tc-arm.c:3832 config/tc-arm.c:3965
1856msgid "register list not in ascending order"
1857msgstr ""
1858
1859#: config/tc-arm.c:1800
1860msgid "register range not in ascending order"
1861msgstr ""
1862
1863#: config/tc-arm.c:1833
1864msgid "non-contiguous register range"
1865msgstr ""
1866
1867#: config/tc-arm.c:1892
1868msgid "register stride must be 1 or 2"
1869msgstr ""
1870
1871#: config/tc-arm.c:1893
1872msgid "mismatched element/structure types in list"
1873msgstr ""
1874
1875#: config/tc-arm.c:1957
1876msgid "don't use Rn-Rm syntax with non-unit stride"
1877msgstr ""
1878
1879#: config/tc-arm.c:2012
1880msgid "error parsing element/structure list"
1881msgstr ""
1882
1883#: config/tc-arm.c:2018
1884msgid "expected }"
1885msgstr ""
1886
1887#: config/tc-arm.c:2075
1888#, c-format
1889msgid "ignoring attempt to redefine built-in register '%s'"
1890msgstr ""
1891
1892#: config/tc-arm.c:2080
1893#, c-format
1894msgid "ignoring redefinition of register alias '%s'"
1895msgstr ""
1896
1897#: config/tc-arm.c:2108
1898msgid "attempt to redefine typed alias"
1899msgstr ""
1900
1901#: config/tc-arm.c:2147
1902#, c-format
1903msgid "unknown register '%s' -- .req ignored"
1904msgstr ""
1905
1906#: config/tc-arm.c:2242
1907msgid "bad type for register"
1908msgstr ""
1909
1910#: config/tc-arm.c:2253
1911msgid "expression must be constant"
1912msgstr ""
1913
1914#: config/tc-arm.c:2270
1915msgid "can't redefine the type of a register alias"
1916msgstr ""
1917
1918#: config/tc-arm.c:2277
1919msgid "you must specify a single type only"
1920msgstr ""
1921
1922#: config/tc-arm.c:2290
1923msgid "can't redefine the index of a scalar alias"
1924msgstr ""
1925
1926#: config/tc-arm.c:2298
1927msgid "scalar index must be constant"
1928msgstr ""
1929
1930#: config/tc-arm.c:2307
1931msgid "expecting ]"
1932msgstr ""
1933
1934#: config/tc-arm.c:2354
1935msgid "invalid syntax for .req directive"
1936msgstr ""
1937
1938#: config/tc-arm.c:2360
1939msgid "invalid syntax for .dn directive"
1940msgstr ""
1941
1942#: config/tc-arm.c:2366
1943msgid "invalid syntax for .qn directive"
1944msgstr ""
1945
1946#: config/tc-arm.c:2392
1947msgid "invalid syntax for .unreq directive"
1948msgstr ""
1949
1950#: config/tc-arm.c:2399
1951#, c-format
1952msgid "unknown register alias '%s'"
1953msgstr ""
1954
1955#: config/tc-arm.c:2401
1956#, c-format
1957msgid "ignoring attempt to undefine built-in register '%s'"
1958msgstr ""
1959
1960#: config/tc-arm.c:2652
1961#, c-format
1962msgid "Failed to find real start of function: %s\n"
1963msgstr ""
1964
1965#: config/tc-arm.c:2669
1966msgid "selected processor does not support THUMB opcodes"
1967msgstr ""
1968
1969#: config/tc-arm.c:2682
1970msgid "selected processor does not support ARM opcodes"
1971msgstr ""
1972
1973#: config/tc-arm.c:2694
1974#, c-format
1975msgid "invalid instruction size selected (%d)"
1976msgstr ""
1977
1978#: config/tc-arm.c:2726
1979#, c-format
1980msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1981msgstr ""
1982
1983#: config/tc-arm.c:2782
1984#, c-format
1985msgid "expected comma after name \"%s\""
1986msgstr ""
1987
1988#: config/tc-arm.c:2832 config/tc-m32r.c:588
1989#, c-format
1990msgid "symbol `%s' already defined"
1991msgstr ""
1992
1993#: config/tc-arm.c:2866
1994#, c-format
1995msgid "unrecognized syntax mode \"%s\""
1996msgstr ""
1997
1998#: config/tc-arm.c:2887
1999#, c-format
2000msgid "alignment too large: %d assumed"
2001msgstr ""
2002
2003#: config/tc-arm.c:2890
2004msgid "alignment negative. 0 assumed."
2005msgstr ""
2006
2007#: config/tc-arm.c:3040
2008msgid "literal pool overflow"
2009msgstr ""
2010
2011#: config/tc-arm.c:3196 config/tc-arm.c:6298
2012msgid "unrecognized relocation suffix"
2013msgstr ""
2014
2015#: config/tc-arm.c:3211
2016msgid "(plt) is only valid on branch targets"
2017msgstr ""
2018
2019#: config/tc-arm.c:3217 config/tc-s390.c:1107 config/tc-s390.c:1730
2020#: config/tc-xtensa.c:1591
2021#, c-format
2022msgid "%s relocations do not fit in %d bytes"
2023msgstr ""
2024
2025#: config/tc-arm.c:3294
2026msgid ".inst.n operand too big. Use .inst.w instead"
2027msgstr ""
2028
2029#: config/tc-arm.c:3314
2030msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
2031msgstr ""
2032
2033#: config/tc-arm.c:3344
2034msgid "width suffixes are invalid in ARM mode"
2035msgstr ""
2036
2037#: config/tc-arm.c:3386 dwarf2dbg.c:707
2038msgid "expected 0 or 1"
2039msgstr ""
2040
2041#: config/tc-arm.c:3390
2042msgid "missing comma"
2043msgstr ""
2044
2045#: config/tc-arm.c:3423
2046msgid "duplicate .fnstart directive"
2047msgstr ""
2048
2049#: config/tc-arm.c:3454
2050msgid "duplicate .handlerdata directive"
2051msgstr ""
2052
2053#: config/tc-arm.c:3473
2054msgid ".fnend directive without .fnstart"
2055msgstr ""
2056
2057#: config/tc-arm.c:3539
2058msgid "personality routine specified for cantunwind frame"
2059msgstr ""
2060
2061#: config/tc-arm.c:3556
2062msgid "duplicate .personalityindex directive"
2063msgstr ""
2064
2065#: config/tc-arm.c:3563
2066msgid "bad personality routine number"
2067msgstr ""
2068
2069#: config/tc-arm.c:3585
2070msgid "duplicate .personality directive"
2071msgstr ""
2072
2073#: config/tc-arm.c:3608 config/tc-arm.c:3736 config/tc-arm.c:3784
2074msgid "expected register list"
2075msgstr ""
2076
2077#: config/tc-arm.c:3690
2078msgid "expected , <constant>"
2079msgstr ""
2080
2081#: config/tc-arm.c:3699
2082msgid "number of registers must be in the range [1:4]"
2083msgstr ""
2084
2085#: config/tc-arm.c:3846 config/tc-arm.c:3979
2086msgid "bad register range"
2087msgstr ""
2088
2089#: config/tc-arm.c:4036
2090msgid "register expected"
2091msgstr ""
2092
2093#: config/tc-arm.c:4046
2094msgid "FPA .unwind_save does not take a register list"
2095msgstr ""
2096
2097#: config/tc-arm.c:4065
2098msgid ".unwind_save does not support this kind of register"
2099msgstr ""
2100
2101#: config/tc-arm.c:4104
2102msgid "SP and PC not permitted in .unwind_movsp directive"
2103msgstr ""
2104
2105#: config/tc-arm.c:4109
2106msgid "unexpected .unwind_movsp directive"
2107msgstr ""
2108
2109#: config/tc-arm.c:4136
2110msgid "stack increment must be multiple of 4"
2111msgstr ""
2112
2113#: config/tc-arm.c:4168
2114msgid "expected <reg>, <reg>"
2115msgstr ""
2116
2117#: config/tc-arm.c:4186
2118msgid "register must be either sp or set by a previousunwind_movsp directive"
2119msgstr ""
2120
2121#: config/tc-arm.c:4225
2122msgid "expected <offset>, <opcode>"
2123msgstr ""
2124
2125#: config/tc-arm.c:4237
2126msgid "unwind opcode too long"
2127msgstr ""
2128
2129#: config/tc-arm.c:4242
2130msgid "invalid unwind opcode"
2131msgstr ""
2132
2133#: config/tc-arm.c:4397 config/tc-arm.c:5307 config/tc-arm.c:9199
2134#: config/tc-arm.c:9724 config/tc-arm.c:13036 config/tc-arm.c:21030
2135#: config/tc-arm.c:21055 config/tc-arm.c:21063 config/tc-z8k.c:1144
2136#: config/tc-z8k.c:1154
2137msgid "immediate value out of range"
2138msgstr ""
2139
2140#: config/tc-arm.c:4562
2141msgid "invalid FPA immediate expression"
2142msgstr ""
2143
2144#: config/tc-arm.c:4686 config/tc-arm.c:4695
2145msgid "shift expression expected"
2146msgstr ""
2147
2148#: config/tc-arm.c:4709
2149msgid "'LSL' or 'ASR' required"
2150msgstr ""
2151
2152#: config/tc-arm.c:4717
2153msgid "'LSL' required"
2154msgstr ""
2155
2156#: config/tc-arm.c:4725
2157msgid "'ASR' required"
2158msgstr ""
2159
2160#: config/tc-arm.c:4797 config/tc-arm.c:5301 config/tc-arm.c:7010
2161msgid "constant expression expected"
2162msgstr ""
2163
2164#: config/tc-arm.c:4804
2165msgid "invalid rotation"
2166msgstr ""
2167
2168#: config/tc-arm.c:4964 config/tc-arm.c:5128
2169msgid "unknown group relocation"
2170msgstr ""
2171
2172#: config/tc-arm.c:5000
2173msgid "alignment must be constant"
2174msgstr ""
2175
2176#: config/tc-arm.c:5159
2177msgid "this group relocation is not allowed on this instruction"
2178msgstr ""
2179
2180#: config/tc-arm.c:5180 config/tc-arm.c:5585
2181msgid "']' expected"
2182msgstr ""
2183
2184#: config/tc-arm.c:5198
2185msgid "'}' expected at end of 'option' field"
2186msgstr ""
2187
2188#: config/tc-arm.c:5203
2189msgid "cannot combine index with option"
2190msgstr ""
2191
2192#: config/tc-arm.c:5216
2193msgid "cannot combine pre- and post-indexing"
2194msgstr ""
2195
2196#: config/tc-arm.c:5381
2197msgid "flag for {c}psr instruction expected"
2198msgstr ""
2199
2200#: config/tc-arm.c:5406
2201msgid "unrecognized CPS flag"
2202msgstr ""
2203
2204#: config/tc-arm.c:5413
2205msgid "missing CPS flags"
2206msgstr ""
2207
2208#: config/tc-arm.c:5436 config/tc-arm.c:5442
2209msgid "valid endian specifiers are be or le"
2210msgstr ""
2211
2212#: config/tc-arm.c:5464
2213msgid "missing rotation field after comma"
2214msgstr ""
2215
2216#: config/tc-arm.c:5479
2217msgid "rotation can only be 0, 8, 16, or 24"
2218msgstr ""
2219
2220#: config/tc-arm.c:5508
2221msgid "condition required"
2222msgstr ""
2223
2224#: config/tc-arm.c:5547 config/tc-arm.c:7594
2225msgid "'[' expected"
2226msgstr ""
2227
2228#: config/tc-arm.c:5560
2229msgid "',' expected"
2230msgstr ""
2231
2232#: config/tc-arm.c:5577
2233msgid "invalid shift"
2234msgstr ""
2235
2236#: config/tc-arm.c:5650
2237msgid "can't use Neon quad register here"
2238msgstr ""
2239
2240#: config/tc-arm.c:5716
2241msgid "expected <Rm> or <Dm> or <Qm> operand"
2242msgstr ""
2243
2244#: config/tc-arm.c:5796
2245msgid "parse error"
2246msgstr ""
2247
2248#: config/tc-arm.c:5806 read.c:2140
2249msgid "expected comma"
2250msgstr ""
2251
2252#. ISB can only take SY as an option.
2253#: config/tc-arm.c:6065
2254msgid "invalid barrier type"
2255msgstr ""
2256
2257#: config/tc-arm.c:6202
2258msgid "immediate value is out of range"
2259msgstr ""
2260
2261#: config/tc-arm.c:6348
2262msgid "iWMMXt data or control register expected"
2263msgstr ""
2264
2265#: config/tc-arm.c:6392
2266msgid "Banked registers are not available with this architecture."
2267msgstr ""
2268
2269#: config/tc-arm.c:6517
2270#, c-format
2271msgid "unhandled operand code %d"
2272msgstr ""
2273
2274#: config/tc-arm.c:6614 config/tc-score.c:264
2275msgid "garbage following instruction"
2276msgstr ""
2277
2278#. If REG is R13 (the stack pointer), warn that its use is
2279#. deprecated.
2280#: config/tc-arm.c:6655
2281msgid "use of r13 is deprecated"
2282msgstr ""
2283
2284#: config/tc-arm.c:6725
2285msgid "D register out of range for selected VFP version"
2286msgstr ""
2287
2288#: config/tc-arm.c:6804
2289msgid "instruction does not accept preindexed addressing"
2290msgstr ""
2291
2292#. unindexed - only for coprocessor
2293#: config/tc-arm.c:6820 config/tc-arm.c:8992
2294msgid "instruction does not accept unindexed addressing"
2295msgstr ""
2296
2297#: config/tc-arm.c:6828
2298msgid "destination register same as write-back base"
2299msgstr ""
2300
2301#: config/tc-arm.c:6829
2302msgid "source register same as write-back base"
2303msgstr ""
2304
2305#: config/tc-arm.c:6879
2306msgid "use of PC in this instruction is deprecated"
2307msgstr ""
2308
2309#: config/tc-arm.c:6897
2310msgid "instruction does not accept scaled register index"
2311msgstr ""
2312
2313#: config/tc-arm.c:6943
2314msgid "instruction does not support unindexed addressing"
2315msgstr ""
2316
2317#: config/tc-arm.c:6958
2318msgid "pc may not be used with write-back"
2319msgstr ""
2320
2321#: config/tc-arm.c:6963
2322msgid "instruction does not support writeback"
2323msgstr ""
2324
2325#: config/tc-arm.c:7005
2326msgid "invalid pseudo operation"
2327msgstr ""
2328
2329#: config/tc-arm.c:7051
2330msgid "literal pool insertion failed"
2331msgstr ""
2332
2333#: config/tc-arm.c:7110
2334msgid "Rn must not overlap other operands"
2335msgstr ""
2336
2337#: config/tc-arm.c:7115
2338msgid "swp{b} use is deprecated for this architecture"
2339msgstr ""
2340
2341#: config/tc-arm.c:7212 config/tc-arm.c:9559
2342msgid "bad barrier type"
2343msgstr ""
2344
2345#: config/tc-arm.c:7223 config/tc-arm.c:7242 config/tc-arm.c:7255
2346#: config/tc-arm.c:9571 config/tc-arm.c:9602 config/tc-arm.c:9624
2347msgid "bit-field extends past end of register"
2348msgstr ""
2349
2350#: config/tc-arm.c:7284
2351msgid "the only suffix valid here is '(plt)'"
2352msgstr ""
2353
2354#: config/tc-arm.c:7335
2355msgid "use of r15 in blx in ARM mode is not really useful"
2356msgstr ""
2357
2358#: config/tc-arm.c:7357
2359msgid "use of r15 in bx in ARM mode is not really useful"
2360msgstr ""
2361
2362#: config/tc-arm.c:7382
2363msgid "use of r15 in bxj is not really useful"
2364msgstr ""
2365
2366#: config/tc-arm.c:7561 config/tc-arm.c:7570
2367msgid "writeback of base register is UNPREDICTABLE"
2368msgstr ""
2369
2370#: config/tc-arm.c:7564
2371msgid "writeback of base register when in register list is UNPREDICTABLE"
2372msgstr ""
2373
2374#: config/tc-arm.c:7574
2375msgid "if writeback register is in list, it must be the lowest reg in the list"
2376msgstr ""
2377
2378#: config/tc-arm.c:7589
2379msgid "first destination register must be even"
2380msgstr ""
2381
2382#: config/tc-arm.c:7592 config/tc-arm.c:7661
2383msgid "can only load two consecutive registers"
2384msgstr ""
2385
2386#. If op 1 were present and equal to PC, this function wouldn't
2387#. have been called in the first place.
2388#. If op 2 were present and equal to PC, this function wouldn't
2389#. have been called in the first place.
2390#: config/tc-arm.c:7593 config/tc-arm.c:7664 config/tc-arm.c:8262
2391#: config/tc-arm.c:10318
2392msgid "r14 not allowed here"
2393msgstr ""
2394
2395#: config/tc-arm.c:7607
2396msgid "base register written back, and overlaps second destination register"
2397msgstr ""
2398
2399#: config/tc-arm.c:7615
2400msgid "index register overlaps destination register"
2401msgstr ""
2402
2403#: config/tc-arm.c:7645 config/tc-arm.c:8244
2404msgid "offset must be zero in ARM encoding"
2405msgstr ""
2406
2407#: config/tc-arm.c:7658 config/tc-arm.c:8256
2408msgid "even register required"
2409msgstr ""
2410
2411#: config/tc-arm.c:7689 config/tc-arm.c:7721
2412msgid "this instruction requires a post-indexed address"
2413msgstr ""
2414
2415#: config/tc-arm.c:7748
2416msgid "Rd and Rm should be different in mla"
2417msgstr ""
2418
2419#: config/tc-arm.c:7772 config/tc-arm.c:10662
2420msgid ":lower16: not allowed this instruction"
2421msgstr ""
2422
2423#: config/tc-arm.c:7774
2424msgid ":upper16: not allowed instruction"
2425msgstr ""
2426
2427#: config/tc-arm.c:7793 config/tc-arm.c:7836
2428msgid "operand 1 must be FPSCR"
2429msgstr ""
2430
2431#: config/tc-arm.c:7855
2432msgid "operand 0 must be FPSCR"
2433msgstr ""
2434
2435#: config/tc-arm.c:7875 config/tc-arm.c:10780
2436msgid "bad register for mrs"
2437msgstr ""
2438
2439#: config/tc-arm.c:7882 config/tc-arm.c:10803
2440msgid "'CPSR' or 'SPSR' expected"
2441msgstr ""
2442
2443#: config/tc-arm.c:7923
2444msgid "Rd and Rm should be different in mul"
2445msgstr ""
2446
2447#: config/tc-arm.c:7942 config/tc-arm.c:8189 config/tc-arm.c:10937
2448msgid "rdhi and rdlo must be different"
2449msgstr ""
2450
2451#: config/tc-arm.c:7948
2452msgid "rdhi, rdlo and rm must all be different"
2453msgstr ""
2454
2455#: config/tc-arm.c:8014
2456msgid "'[' expected after PLD mnemonic"
2457msgstr ""
2458
2459#: config/tc-arm.c:8016 config/tc-arm.c:8031
2460msgid "post-indexed expression used in preload instruction"
2461msgstr ""
2462
2463#: config/tc-arm.c:8018 config/tc-arm.c:8033
2464msgid "writeback used in preload instruction"
2465msgstr ""
2466
2467#: config/tc-arm.c:8020 config/tc-arm.c:8035
2468msgid "unindexed addressing used in preload instruction"
2469msgstr ""
2470
2471#: config/tc-arm.c:8029
2472msgid "'[' expected after PLI mnemonic"
2473msgstr ""
2474
2475#: config/tc-arm.c:8215
2476msgid "SRS base register must be r13"
2477msgstr ""
2478
2479#: config/tc-arm.c:8259
2480msgid "can only store two consecutive registers"
2481msgstr ""
2482
2483#: config/tc-arm.c:8354 config/tc-arm.c:8371
2484msgid "only two consecutive VFP SP registers allowed here"
2485msgstr ""
2486
2487#: config/tc-arm.c:8399 config/tc-arm.c:8414
2488msgid "this addressing mode requires base-register writeback"
2489msgstr ""
2490
2491#: config/tc-arm.c:8588
2492msgid "this instruction does not support indexing"
2493msgstr ""
2494
2495#: config/tc-arm.c:8611
2496msgid "only r15 allowed here"
2497msgstr ""
2498
2499#: config/tc-arm.c:8746
2500msgid "immediate operand requires iWMMXt2"
2501msgstr ""
2502
2503#: config/tc-arm.c:8890
2504msgid "shift by register not allowed in thumb mode"
2505msgstr ""
2506
2507#: config/tc-arm.c:8902 config/tc-arm.c:11480 config/tc-arm.c:20417
2508msgid "shift expression is too large"
2509msgstr ""
2510
2511#: config/tc-arm.c:8929
2512msgid "Instruction does not support =N addresses"
2513msgstr ""
2514
2515#: config/tc-arm.c:8935
2516msgid "cannot use register index with this instruction"
2517msgstr ""
2518
2519#: config/tc-arm.c:8937
2520msgid "Thumb does not support negative register indexing"
2521msgstr ""
2522
2523#: config/tc-arm.c:8939
2524msgid "Thumb does not support register post-indexing"
2525msgstr ""
2526
2527#: config/tc-arm.c:8941
2528msgid "Thumb does not support register indexing with writeback"
2529msgstr ""
2530
2531#: config/tc-arm.c:8943
2532msgid "Thumb supports only LSL in shifted register indexing"
2533msgstr ""
2534
2535#: config/tc-arm.c:8952 config/tc-arm.c:14376
2536msgid "shift out of range"
2537msgstr ""
2538
2539#: config/tc-arm.c:8961
2540msgid "cannot use writeback with this instruction"
2541msgstr ""
2542
2543#: config/tc-arm.c:8982
2544msgid "cannot use post-indexing with PC-relative addressing"
2545msgstr ""
2546
2547#: config/tc-arm.c:8983
2548msgid "cannot use post-indexing with this instruction"
2549msgstr ""
2550
2551#: config/tc-arm.c:9194
2552msgid "only SUBS PC, LR, #const allowed"
2553msgstr ""
2554
2555#: config/tc-arm.c:9273 config/tc-arm.c:9424 config/tc-arm.c:9521
2556#: config/tc-arm.c:10741 config/tc-arm.c:11043
2557msgid "shift must be constant"
2558msgstr ""
2559
2560#: config/tc-arm.c:9300 config/tc-arm.c:9439 config/tc-arm.c:9536
2561#: config/tc-arm.c:10754
2562msgid "unshifted register required"
2563msgstr ""
2564
2565#: config/tc-arm.c:9315 config/tc-arm.c:9547 config/tc-arm.c:10898
2566msgid "dest must overlap one source register"
2567msgstr ""
2568
2569#: config/tc-arm.c:9442
2570msgid "dest and source1 must be the same register"
2571msgstr ""
2572
2573#: config/tc-arm.c:9720
2574msgid "instruction is always unconditional"
2575msgstr ""
2576
2577#: config/tc-arm.c:9815
2578msgid "selected processor does not support 'A' form of this instruction"
2579msgstr ""
2580
2581#: config/tc-arm.c:9818
2582msgid "Thumb does not support the 2-argument form of this instruction"
2583msgstr ""
2584
2585#: config/tc-arm.c:9926
2586msgid "SP not allowed in register list"
2587msgstr ""
2588
2589#: config/tc-arm.c:9930 config/tc-arm.c:10036
2590msgid "having the base register in the register list when using write back is UNPREDICTABLE"
2591msgstr ""
2592
2593#: config/tc-arm.c:9938
2594msgid "LR and PC should not both be in register list"
2595msgstr ""
2596
2597#: config/tc-arm.c:9946
2598msgid "PC not allowed in register list"
2599msgstr ""
2600
2601#: config/tc-arm.c:9988
2602msgid "Thumb load/store multiple does not support {reglist}^"
2603msgstr ""
2604
2605#: config/tc-arm.c:10013 config/tc-arm.c:10090
2606#, c-format
2607msgid "value stored for r%d is UNKNOWN"
2608msgstr ""
2609
2610#: config/tc-arm.c:10083
2611msgid "Thumb-2 instruction only valid in unified syntax"
2612msgstr ""
2613
2614#: config/tc-arm.c:10087 config/tc-arm.c:10097
2615msgid "this instruction will write back the base register"
2616msgstr ""
2617
2618#: config/tc-arm.c:10100
2619msgid "this instruction will not write back the base register"
2620msgstr ""
2621
2622#: config/tc-arm.c:10131
2623msgid "r14 not allowed as first register when second register is omitted"
2624msgstr ""
2625
2626#: config/tc-arm.c:10241 config/tc-arm.c:10254 config/tc-arm.c:10290
2627msgid "Thumb does not support this addressing mode"
2628msgstr ""
2629
2630#: config/tc-arm.c:10258
2631msgid "byte or halfword not valid for base register"
2632msgstr ""
2633
2634#: config/tc-arm.c:10261
2635msgid "r15 based store not allowed"
2636msgstr ""
2637
2638#: config/tc-arm.c:10263
2639msgid "invalid base register for register offset"
2640msgstr ""
2641
2642#: config/tc-arm.c:10445
2643#, c-format
2644msgid "Use of r%u as a source register is deprecated when r%u is the destination register."
2645msgstr ""
2646
2647#: config/tc-arm.c:10618
2648msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
2649msgstr ""
2650
2651#: config/tc-arm.c:10646
2652msgid "only lo regs allowed with immediate"
2653msgstr ""
2654
2655#: config/tc-arm.c:10667
2656msgid ":upper16: not allowed this instruction"
2657msgstr ""
2658
2659#: config/tc-arm.c:10793 config/tc-arm.c:10799 config/tc-arm.c:10832
2660#: config/tc-arm.c:10838
2661msgid "selected processor does not support requested special purpose register"
2662msgstr ""
2663
2664#: config/tc-arm.c:10822
2665msgid "Thumb encoding does not support an immediate here"
2666msgstr ""
2667
2668#: config/tc-arm.c:10903
2669msgid "Thumb-2 MUL must not set flags"
2670msgstr ""
2671
2672#: config/tc-arm.c:10968
2673msgid "Thumb does not support NOP with hints"
2674msgstr ""
2675
2676#: config/tc-arm.c:11106
2677msgid "push/pop do not support {reglist}^"
2678msgstr ""
2679
2680#: config/tc-arm.c:11129
2681msgid "invalid register list to push/pop instruction"
2682msgstr ""
2683
2684#: config/tc-arm.c:11362
2685msgid "source1 and dest must be same register"
2686msgstr ""
2687
2688#: config/tc-arm.c:11383
2689msgid "ror #imm not supported"
2690msgstr ""
2691
2692#: config/tc-arm.c:11434
2693msgid "SMC is not permitted on this architecture"
2694msgstr ""
2695
2696#: config/tc-arm.c:11597
2697msgid "Thumb encoding does not support rotation"
2698msgstr ""
2699
2700#: config/tc-arm.c:11610
2701msgid "SVC is not permitted on this architecture"
2702msgstr ""
2703
2704#: config/tc-arm.c:11626
2705msgid "instruction requires register index"
2706msgstr ""
2707
2708#: config/tc-arm.c:11635
2709msgid "instruction does not allow shifted index"
2710msgstr ""
2711
2712#: config/tc-arm.c:11780
2713msgid "invalid neon suffix for non neon instruction"
2714msgstr ""
2715
2716#: config/tc-arm.c:12071 config/tc-arm.c:12406
2717msgid "invalid instruction shape"
2718msgstr ""
2719
2720#: config/tc-arm.c:12315
2721msgid "types specified in both the mnemonic and operands"
2722msgstr ""
2723
2724#: config/tc-arm.c:12352
2725msgid "operand types can't be inferred"
2726msgstr ""
2727
2728#: config/tc-arm.c:12358
2729msgid "type specifier has the wrong number of parts"
2730msgstr ""
2731
2732#: config/tc-arm.c:12422 config/tc-arm.c:14117 config/tc-arm.c:14124
2733msgid "operand size must match register width"
2734msgstr ""
2735
2736#: config/tc-arm.c:12433
2737msgid "bad type in Neon instruction"
2738msgstr ""
2739
2740#: config/tc-arm.c:12444
2741msgid "inconsistent types in Neon instruction"
2742msgstr ""
2743
2744#: config/tc-arm.c:13261
2745msgid "first and second operands shall be the same register"
2746msgstr ""
2747
2748#: config/tc-arm.c:13529
2749msgid "scalar out of range for multiply instruction"
2750msgstr ""
2751
2752#: config/tc-arm.c:13705 config/tc-arm.c:13717
2753msgid "immediate out of range for insert"
2754msgstr ""
2755
2756#: config/tc-arm.c:13729 config/tc-arm.c:14724
2757msgid "immediate out of range for shift"
2758msgstr ""
2759
2760#: config/tc-arm.c:13786 config/tc-arm.c:13813 config/tc-arm.c:14222
2761#: config/tc-arm.c:14670
2762msgid "immediate out of range"
2763msgstr ""
2764
2765#: config/tc-arm.c:13850
2766msgid "immediate out of range for narrowing operation"
2767msgstr ""
2768
2769#: config/tc-arm.c:13975
2770msgid "operands 0 and 1 must be the same register"
2771msgstr ""
2772
2773#: config/tc-arm.c:14196
2774msgid "operand size must be specified for immediate VMOV"
2775msgstr ""
2776
2777#: config/tc-arm.c:14206
2778msgid "immediate has bits set outside the operand size"
2779msgstr ""
2780
2781#: config/tc-arm.c:14402
2782msgid "elements must be smaller than reversal region"
2783msgstr ""
2784
2785#: config/tc-arm.c:14573 config/tc-arm.c:14623
2786msgid "bad type for scalar"
2787msgstr ""
2788
2789#: config/tc-arm.c:14687 config/tc-arm.c:14695
2790msgid "VFP registers must be adjacent"
2791msgstr ""
2792
2793#: config/tc-arm.c:14836
2794msgid "bad list length for table lookup"
2795msgstr ""
2796
2797#: config/tc-arm.c:14866
2798msgid "writeback (!) must be used for VLDMDB and VSTMDB"
2799msgstr ""
2800
2801#: config/tc-arm.c:14869
2802msgid "register list must contain at least 1 and at most 16 registers"
2803msgstr ""
2804
2805#: config/tc-arm.c:14894
2806msgid "Use of PC here is deprecated"
2807msgstr ""
2808
2809#: config/tc-arm.c:14896
2810msgid "Use of PC here is UNPREDICTABLE"
2811msgstr ""
2812
2813#: config/tc-arm.c:14959
2814msgid "bad alignment"
2815msgstr ""
2816
2817#: config/tc-arm.c:14976
2818msgid "bad list type for instruction"
2819msgstr ""
2820
2821#: config/tc-arm.c:15018
2822msgid "unsupported alignment for instruction"
2823msgstr ""
2824
2825#: config/tc-arm.c:15037 config/tc-arm.c:15131 config/tc-arm.c:15142
2826#: config/tc-arm.c:15152 config/tc-arm.c:15166
2827msgid "bad list length"
2828msgstr ""
2829
2830#: config/tc-arm.c:15042
2831msgid "stride of 2 unavailable when element size is 8"
2832msgstr ""
2833
2834#: config/tc-arm.c:15075 config/tc-arm.c:15150
2835msgid "can't use alignment with this instruction"
2836msgstr ""
2837
2838#: config/tc-arm.c:15217
2839msgid "post-index must be a register"
2840msgstr ""
2841
2842#: config/tc-arm.c:15219
2843msgid "bad register for post-index"
2844msgstr ""
2845
2846#: config/tc-arm.c:15532 config/tc-arm.c:15618
2847msgid "conditional infixes are deprecated in unified syntax"
2848msgstr ""
2849
2850#: config/tc-arm.c:15766
2851msgid "Warning: conditional outside an IT block for Thumb."
2852msgstr ""
2853
2854#: config/tc-arm.c:15971
2855msgid "s suffix on comparison instruction is deprecated"
2856msgstr ""
2857
2858#: config/tc-arm.c:15990
2859#, c-format
2860msgid "selected processor does not support Thumb mode `%s'"
2861msgstr ""
2862
2863#: config/tc-arm.c:15996
2864msgid "Thumb does not support conditional execution"
2865msgstr ""
2866
2867#: config/tc-arm.c:16015
2868#, c-format
2869msgid "selected processor does not support Thumb-2 mode `%s'"
2870msgstr ""
2871
2872#: config/tc-arm.c:16040
2873#, c-format
2874msgid "cannot honor width suffix -- `%s'"
2875msgstr ""
2876
2877#: config/tc-arm.c:16081
2878#, c-format
2879msgid "selected processor does not support ARM mode `%s'"
2880msgstr ""
2881
2882#: config/tc-arm.c:16086
2883#, c-format
2884msgid "width suffixes are invalid in ARM mode -- `%s'"
2885msgstr ""
2886
2887#: config/tc-arm.c:16119
2888#, c-format
2889msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
2890msgstr ""
2891
2892#: config/tc-arm.c:16136
2893#, c-format
2894msgid "section '%s' finished with an open IT block."
2895msgstr ""
2896
2897#: config/tc-arm.c:16141
2898msgid "file finished with an open IT block."
2899msgstr ""
2900
2901#: config/tc-arm.c:19172
2902#, c-format
2903msgid "alignments greater than %d bytes not supported in .text sections."
2904msgstr ""
2905
2906#: config/tc-arm.c:19440 config/tc-ia64.c:3469
2907#, c-format
2908msgid "Group section `%s' has no group signature"
2909msgstr ""
2910
2911#: config/tc-arm.c:19485
2912msgid "handlerdata in cantunwind frame"
2913msgstr ""
2914
2915#: config/tc-arm.c:19502
2916msgid "too many unwind opcodes for personality routine 0"
2917msgstr ""
2918
2919#: config/tc-arm.c:19534
2920msgid "too many unwind opcodes"
2921msgstr ""
2922
2923#: config/tc-arm.c:19794
2924msgid "GOT already in the symbol table"
2925msgstr ""
2926
2927#: config/tc-arm.c:20132 config/tc-arm.c:20174 config/tc-arm.c:20444
2928#, c-format
2929msgid "undefined symbol %s used as an immediate value"
2930msgstr ""
2931
2932#: config/tc-arm.c:20134 config/tc-arm.c:20176
2933#, c-format
2934msgid "symbol %s is in a different section"
2935msgstr ""
2936
2937#: config/tc-arm.c:20136 config/tc-arm.c:20178
2938#, c-format
2939msgid "symbol %s is weak and may be overridden later"
2940msgstr ""
2941
2942#: config/tc-arm.c:20155 config/tc-arm.c:20486
2943#, c-format
2944msgid "invalid constant (%lx) after fixup"
2945msgstr ""
2946
2947#: config/tc-arm.c:20211
2948#, c-format
2949msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
2950msgstr ""
2951
2952#: config/tc-arm.c:20246 config/tc-arm.c:20271
2953msgid "invalid literal constant: pool needs to be closer"
2954msgstr ""
2955
2956#: config/tc-arm.c:20249 config/tc-arm.c:20287
2957#, c-format
2958msgid "bad immediate value for offset (%ld)"
2959msgstr ""
2960
2961#: config/tc-arm.c:20273
2962#, c-format
2963msgid "bad immediate value for 8-bit offset (%ld)"
2964msgstr ""
2965
2966#: config/tc-arm.c:20328
2967msgid "offset not a multiple of 4"
2968msgstr ""
2969
2970#: config/tc-arm.c:20335 config/tc-arm.c:20350 config/tc-arm.c:20365
2971#: config/tc-arm.c:20376 config/tc-arm.c:20399 config/tc-arm.c:21114
2972#: config/tc-moxie.c:662 config/tc-pj.c:448 config/tc-sh.c:4281
2973msgid "offset out of range"
2974msgstr ""
2975
2976#: config/tc-arm.c:20502
2977msgid "invalid smc expression"
2978msgstr ""
2979
2980#: config/tc-arm.c:20511
2981msgid "invalid hvc expression"
2982msgstr ""
2983
2984#: config/tc-arm.c:20522 config/tc-arm.c:20531
2985msgid "invalid swi expression"
2986msgstr ""
2987
2988#: config/tc-arm.c:20541
2989msgid "invalid expression in load/store multiple"
2990msgstr ""
2991
2992#: config/tc-arm.c:20602
2993#, c-format
2994msgid "blx to '%s' an ARM ISA state function changed to bl"
2995msgstr ""
2996
2997#: config/tc-arm.c:20621
2998msgid "misaligned branch destination"
2999msgstr ""
3000
3001#: config/tc-arm.c:20625 config/tc-arm.c:20662 config/tc-arm.c:20676
3002#: config/tc-arm.c:20689 config/tc-arm.c:20799 config/tc-arm.c:20817
3003msgid "branch out of range"
3004msgstr ""
3005
3006#: config/tc-arm.c:20712
3007msgid "conditional branch out of range"
3008msgstr ""
3009
3010#: config/tc-arm.c:20748
3011#, c-format
3012msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
3013msgstr ""
3014
3015#: config/tc-arm.c:20805
3016msgid "Thumb2 branch out of range"
3017msgstr ""
3018
3019#: config/tc-arm.c:20888
3020msgid "rel31 relocation overflow"
3021msgstr ""
3022
3023#: config/tc-arm.c:20900 config/tc-arm.c:20923
3024msgid "co-processor offset out of range"
3025msgstr ""
3026
3027#: config/tc-arm.c:20940
3028#, c-format
3029msgid "invalid offset, target not word aligned (0x%08lX)"
3030msgstr ""
3031
3032#: config/tc-arm.c:20947 config/tc-arm.c:20956 config/tc-arm.c:20964
3033#: config/tc-arm.c:20972 config/tc-arm.c:20980
3034#, c-format
3035msgid "invalid offset, value too big (0x%08lX)"
3036msgstr ""
3037
3038#: config/tc-arm.c:21021
3039msgid "invalid Hi register with immediate"
3040msgstr ""
3041
3042#: config/tc-arm.c:21037
3043msgid "invalid immediate for stack address calculation"
3044msgstr ""
3045
3046#: config/tc-arm.c:21045
3047#, c-format
3048msgid "invalid immediate for address calculation (value = 0x%08lX)"
3049msgstr ""
3050
3051#: config/tc-arm.c:21075
3052#, c-format
3053msgid "invalid immediate: %ld is out of range"
3054msgstr ""
3055
3056#: config/tc-arm.c:21087
3057#, c-format
3058msgid "invalid shift value: %ld"
3059msgstr ""
3060
3061#: config/tc-arm.c:21166
3062#, c-format
3063msgid "the offset 0x%08lX is not representable"
3064msgstr ""
3065
3066#: config/tc-arm.c:21206
3067#, c-format
3068msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
3069msgstr ""
3070
3071#: config/tc-arm.c:21245
3072#, c-format
3073msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
3074msgstr ""
3075
3076#: config/tc-arm.c:21285
3077#, c-format
3078msgid "bad offset 0x%08lX (must be word-aligned)"
3079msgstr ""
3080
3081#: config/tc-arm.c:21290
3082#, c-format
3083msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
3084msgstr ""
3085
3086#: config/tc-arm.c:21321 config/tc-score.c:7397
3087#, c-format
3088msgid "bad relocation fixup type (%d)"
3089msgstr ""
3090
3091#: config/tc-arm.c:21432
3092msgid "literal referenced across section boundary"
3093msgstr ""
3094
3095#: config/tc-arm.c:21494
3096msgid "internal relocation (type: IMMEDIATE) not fixed up"
3097msgstr ""
3098
3099#: config/tc-arm.c:21499
3100msgid "ADRL used for a symbol not defined in the same file"
3101msgstr ""
3102
3103#: config/tc-arm.c:21514
3104#, c-format
3105msgid "undefined local label `%s'"
3106msgstr ""
3107
3108#: config/tc-arm.c:21520
3109msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
3110msgstr ""
3111
3112#: config/tc-arm.c:21542 config/tc-cris.c:3984 config/tc-mcore.c:1926
3113#: config/tc-microblaze.c:1833 config/tc-mmix.c:2867 config/tc-moxie.c:757
3114#: config/tc-ns32k.c:2248 config/tc-score.c:7490
3115msgid "<unknown>"
3116msgstr ""
3117
3118#: config/tc-arm.c:21545 config/tc-arm.c:21566 config/tc-score.c:7492
3119#, c-format
3120msgid "cannot represent %s relocation in this object file format"
3121msgstr ""
3122
3123#: config/tc-arm.c:21906
3124#, c-format
3125msgid "%s: unexpected function type: %d"
3126msgstr ""
3127
3128#: config/tc-arm.c:22035
3129msgid "use of old and new-style options to set CPU type"
3130msgstr ""
3131
3132#: config/tc-arm.c:22045
3133msgid "use of old and new-style options to set FPU type"
3134msgstr ""
3135
3136#: config/tc-arm.c:22121
3137msgid "hard-float conflicts with specified fpu"
3138msgstr ""
3139
3140#: config/tc-arm.c:22308
3141msgid "generate PIC code"
3142msgstr ""
3143
3144#: config/tc-arm.c:22309
3145msgid "assemble Thumb code"
3146msgstr ""
3147
3148#: config/tc-arm.c:22310
3149msgid "support ARM/Thumb interworking"
3150msgstr ""
3151
3152#: config/tc-arm.c:22312
3153msgid "code uses 32-bit program counter"
3154msgstr ""
3155
3156#: config/tc-arm.c:22313
3157msgid "code uses 26-bit program counter"
3158msgstr ""
3159
3160#: config/tc-arm.c:22314
3161msgid "floating point args are in fp regs"
3162msgstr ""
3163
3164#: config/tc-arm.c:22316
3165msgid "re-entrant code"
3166msgstr ""
3167
3168#: config/tc-arm.c:22317
3169msgid "code is ATPCS conformant"
3170msgstr ""
3171
3172#: config/tc-arm.c:22318
3173msgid "assemble for big-endian"
3174msgstr ""
3175
3176#: config/tc-arm.c:22319
3177msgid "assemble for little-endian"
3178msgstr ""
3179
3180#. These are recognized by the assembler, but have no affect on code.
3181#: config/tc-arm.c:22323
3182msgid "use frame pointer"
3183msgstr ""
3184
3185#: config/tc-arm.c:22324
3186msgid "use stack size checking"
3187msgstr ""
3188
3189#: config/tc-arm.c:22327
3190msgid "do not warn on use of deprecated feature"
3191msgstr ""
3192
3193#. DON'T add any new processors to this list -- we want the whole list
3194#. to go away...  Add them to the processors table instead.
3195#: config/tc-arm.c:22344 config/tc-arm.c:22345
3196msgid "use -mcpu=arm1"
3197msgstr ""
3198
3199#: config/tc-arm.c:22346 config/tc-arm.c:22347
3200msgid "use -mcpu=arm2"
3201msgstr ""
3202
3203#: config/tc-arm.c:22348 config/tc-arm.c:22349
3204msgid "use -mcpu=arm250"
3205msgstr ""
3206
3207#: config/tc-arm.c:22350 config/tc-arm.c:22351
3208msgid "use -mcpu=arm3"
3209msgstr ""
3210
3211#: config/tc-arm.c:22352 config/tc-arm.c:22353
3212msgid "use -mcpu=arm6"
3213msgstr ""
3214
3215#: config/tc-arm.c:22354 config/tc-arm.c:22355
3216msgid "use -mcpu=arm600"
3217msgstr ""
3218
3219#: config/tc-arm.c:22356 config/tc-arm.c:22357
3220msgid "use -mcpu=arm610"
3221msgstr ""
3222
3223#: config/tc-arm.c:22358 config/tc-arm.c:22359
3224msgid "use -mcpu=arm620"
3225msgstr ""
3226
3227#: config/tc-arm.c:22360 config/tc-arm.c:22361
3228msgid "use -mcpu=arm7"
3229msgstr ""
3230
3231#: config/tc-arm.c:22362 config/tc-arm.c:22363
3232msgid "use -mcpu=arm70"
3233msgstr ""
3234
3235#: config/tc-arm.c:22364 config/tc-arm.c:22365
3236msgid "use -mcpu=arm700"
3237msgstr ""
3238
3239#: config/tc-arm.c:22366 config/tc-arm.c:22367
3240msgid "use -mcpu=arm700i"
3241msgstr ""
3242
3243#: config/tc-arm.c:22368 config/tc-arm.c:22369
3244msgid "use -mcpu=arm710"
3245msgstr ""
3246
3247#: config/tc-arm.c:22370 config/tc-arm.c:22371
3248msgid "use -mcpu=arm710c"
3249msgstr ""
3250
3251#: config/tc-arm.c:22372 config/tc-arm.c:22373
3252msgid "use -mcpu=arm720"
3253msgstr ""
3254
3255#: config/tc-arm.c:22374 config/tc-arm.c:22375
3256msgid "use -mcpu=arm7d"
3257msgstr ""
3258
3259#: config/tc-arm.c:22376 config/tc-arm.c:22377
3260msgid "use -mcpu=arm7di"
3261msgstr ""
3262
3263#: config/tc-arm.c:22378 config/tc-arm.c:22379
3264msgid "use -mcpu=arm7m"
3265msgstr ""
3266
3267#: config/tc-arm.c:22380 config/tc-arm.c:22381
3268msgid "use -mcpu=arm7dm"
3269msgstr ""
3270
3271#: config/tc-arm.c:22382 config/tc-arm.c:22383
3272msgid "use -mcpu=arm7dmi"
3273msgstr ""
3274
3275#: config/tc-arm.c:22384 config/tc-arm.c:22385
3276msgid "use -mcpu=arm7100"
3277msgstr ""
3278
3279#: config/tc-arm.c:22386 config/tc-arm.c:22387
3280msgid "use -mcpu=arm7500"
3281msgstr ""
3282
3283#: config/tc-arm.c:22388 config/tc-arm.c:22389
3284msgid "use -mcpu=arm7500fe"
3285msgstr ""
3286
3287#: config/tc-arm.c:22390 config/tc-arm.c:22391 config/tc-arm.c:22392
3288#: config/tc-arm.c:22393
3289msgid "use -mcpu=arm7tdmi"
3290msgstr ""
3291
3292#: config/tc-arm.c:22394 config/tc-arm.c:22395
3293msgid "use -mcpu=arm710t"
3294msgstr ""
3295
3296#: config/tc-arm.c:22396 config/tc-arm.c:22397
3297msgid "use -mcpu=arm720t"
3298msgstr ""
3299
3300#: config/tc-arm.c:22398 config/tc-arm.c:22399
3301msgid "use -mcpu=arm740t"
3302msgstr ""
3303
3304#: config/tc-arm.c:22400 config/tc-arm.c:22401
3305msgid "use -mcpu=arm8"
3306msgstr ""
3307
3308#: config/tc-arm.c:22402 config/tc-arm.c:22403
3309msgid "use -mcpu=arm810"
3310msgstr ""
3311
3312#: config/tc-arm.c:22404 config/tc-arm.c:22405
3313msgid "use -mcpu=arm9"
3314msgstr ""
3315
3316#: config/tc-arm.c:22406 config/tc-arm.c:22407
3317msgid "use -mcpu=arm9tdmi"
3318msgstr ""
3319
3320#: config/tc-arm.c:22408 config/tc-arm.c:22409
3321msgid "use -mcpu=arm920"
3322msgstr ""
3323
3324#: config/tc-arm.c:22410 config/tc-arm.c:22411
3325msgid "use -mcpu=arm940"
3326msgstr ""
3327
3328#: config/tc-arm.c:22412
3329msgid "use -mcpu=strongarm"
3330msgstr ""
3331
3332#: config/tc-arm.c:22414
3333msgid "use -mcpu=strongarm110"
3334msgstr ""
3335
3336#: config/tc-arm.c:22416
3337msgid "use -mcpu=strongarm1100"
3338msgstr ""
3339
3340#: config/tc-arm.c:22418
3341msgid "use -mcpu=strongarm1110"
3342msgstr ""
3343
3344#: config/tc-arm.c:22419
3345msgid "use -mcpu=xscale"
3346msgstr ""
3347
3348#: config/tc-arm.c:22420
3349msgid "use -mcpu=iwmmxt"
3350msgstr ""
3351
3352#: config/tc-arm.c:22421
3353msgid "use -mcpu=all"
3354msgstr ""
3355
3356#. Architecture variants -- don't add any more to this list either.
3357#: config/tc-arm.c:22424 config/tc-arm.c:22425
3358msgid "use -march=armv2"
3359msgstr ""
3360
3361#: config/tc-arm.c:22426 config/tc-arm.c:22427
3362msgid "use -march=armv2a"
3363msgstr ""
3364
3365#: config/tc-arm.c:22428 config/tc-arm.c:22429
3366msgid "use -march=armv3"
3367msgstr ""
3368
3369#: config/tc-arm.c:22430 config/tc-arm.c:22431
3370msgid "use -march=armv3m"
3371msgstr ""
3372
3373#: config/tc-arm.c:22432 config/tc-arm.c:22433
3374msgid "use -march=armv4"
3375msgstr ""
3376
3377#: config/tc-arm.c:22434 config/tc-arm.c:22435
3378msgid "use -march=armv4t"
3379msgstr ""
3380
3381#: config/tc-arm.c:22436 config/tc-arm.c:22437
3382msgid "use -march=armv5"
3383msgstr ""
3384
3385#: config/tc-arm.c:22438 config/tc-arm.c:22439
3386msgid "use -march=armv5t"
3387msgstr ""
3388
3389#: config/tc-arm.c:22440 config/tc-arm.c:22441
3390msgid "use -march=armv5te"
3391msgstr ""
3392
3393#. Floating point variants -- don't add any more to this list either.
3394#: config/tc-arm.c:22444
3395msgid "use -mfpu=fpe"
3396msgstr ""
3397
3398#: config/tc-arm.c:22445
3399msgid "use -mfpu=fpa10"
3400msgstr ""
3401
3402#: config/tc-arm.c:22446
3403msgid "use -mfpu=fpa11"
3404msgstr ""
3405
3406#: config/tc-arm.c:22448
3407msgid "use either -mfpu=softfpa or -mfpu=softvfp"
3408msgstr ""
3409
3410#: config/tc-arm.c:22772
3411msgid "invalid architectural extension"
3412msgstr ""
3413
3414#: config/tc-arm.c:22805
3415msgid "must specify extensions to add before specifying those to remove"
3416msgstr ""
3417
3418#: config/tc-arm.c:22813
3419msgid "missing architectural extension"
3420msgstr ""
3421
3422#: config/tc-arm.c:22828
3423msgid "extension does not apply to the base architecture"
3424msgstr ""
3425
3426#: config/tc-arm.c:22851
3427#, c-format
3428msgid "unknown architectural extension `%s'"
3429msgstr ""
3430
3431#: config/tc-arm.c:22853
3432msgid "architectural extensions must be specified in alphabetical order"
3433msgstr ""
3434
3435#: config/tc-arm.c:22885
3436#, c-format
3437msgid "missing cpu name `%s'"
3438msgstr ""
3439
3440#: config/tc-arm.c:22911 config/tc-arm.c:23401
3441#, c-format
3442msgid "unknown cpu `%s'"
3443msgstr ""
3444
3445#: config/tc-arm.c:22929
3446#, c-format
3447msgid "missing architecture name `%s'"
3448msgstr ""
3449
3450#: config/tc-arm.c:22946 config/tc-arm.c:23435 config/tc-arm.c:23466
3451#: config/tc-arm.c:23517 config/tc-score.c:7727
3452#, c-format
3453msgid "unknown architecture `%s'\n"
3454msgstr ""
3455
3456#: config/tc-arm.c:22962 config/tc-arm.c:23548
3457#, c-format
3458msgid "unknown floating point format `%s'\n"
3459msgstr ""
3460
3461#: config/tc-arm.c:22978
3462#, c-format
3463msgid "unknown floating point abi `%s'\n"
3464msgstr ""
3465
3466#: config/tc-arm.c:22994
3467#, c-format
3468msgid "unknown EABI `%s'\n"
3469msgstr ""
3470
3471#: config/tc-arm.c:23014
3472#, c-format
3473msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
3474msgstr ""
3475
3476#: config/tc-arm.c:23024
3477msgid "<cpu name>\t  assemble for CPU <cpu name>"
3478msgstr ""
3479
3480#: config/tc-arm.c:23026
3481msgid "<arch name>\t  assemble for architecture <arch name>"
3482msgstr ""
3483
3484#: config/tc-arm.c:23028
3485msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
3486msgstr ""
3487
3488#: config/tc-arm.c:23030
3489msgid "<abi>\t  assemble for floating point ABI <abi>"
3490msgstr ""
3491
3492#: config/tc-arm.c:23033
3493msgid "<ver>\t\t  assemble for eabi version <ver>"
3494msgstr ""
3495
3496#: config/tc-arm.c:23036
3497msgid "<mode>\t  controls implicit insertion of IT instructions"
3498msgstr ""
3499
3500#: config/tc-arm.c:23080 config/tc-arm.c:23098 config/tc-arm.c:23118
3501#, c-format
3502msgid "option `-%c%s' is deprecated: %s"
3503msgstr ""
3504
3505#: config/tc-arm.c:23138
3506#, c-format
3507msgid " ARM-specific assembler options:\n"
3508msgstr ""
3509
3510#: config/tc-arm.c:23149
3511#, c-format
3512msgid "  -EB                     assemble code for a big-endian cpu\n"
3513msgstr ""
3514
3515#: config/tc-arm.c:23154
3516#, c-format
3517msgid "  -EL                     assemble code for a little-endian cpu\n"
3518msgstr ""
3519
3520#: config/tc-arm.c:23158
3521#, c-format
3522msgid "  --fix-v4bx              Allow BX in ARMv4 code\n"
3523msgstr ""
3524
3525#: config/tc-arm.c:23499
3526#, c-format
3527msgid "architectural extension `%s' is not allowed for the current base architecture"
3528msgstr ""
3529
3530#: config/tc-avr.c:336
3531#, c-format
3532msgid "Known MCU names:"
3533msgstr ""
3534
3535#: config/tc-avr.c:401
3536#, c-format
3537msgid ""
3538"AVR options:\n"
3539"  -mmcu=[avr-name] select microcontroller variant\n"
3540"                   [avr-name] can be:\n"
3541"                   avr1  - classic AVR core without data RAM\n"
3542"                   avr2  - classic AVR core with up to 8K program memory\n"
3543"                   avr25 - classic AVR core with up to 8K program memory\n"
3544"                           plus the MOVW instruction\n"
3545"                   avr3  - classic AVR core with up to 64K program memory\n"
3546"                   avr31 - classic AVR core with up to 128K program memory\n"
3547"                   avr35 - classic AVR core with up to 64K program memory\n"
3548"                           plus the MOVW instruction\n"
3549"                   avr4  - enhanced AVR core with up to 8K program memory\n"
3550"                   avr5  - enhanced AVR core with up to 64K program memory\n"
3551"                   avr51 - enhanced AVR core with up to 128K program memory\n"
3552"                   avr6  - enhanced AVR core with up to 256K program memory\n"
3553"                   or immediate microcontroller name.\n"
3554msgstr ""
3555
3556#: config/tc-avr.c:418
3557#, c-format
3558msgid ""
3559"  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
3560"  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
3561"                   (default for avr4, avr5)\n"
3562"  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
3563"                   (default for avr3, avr5)\n"
3564msgstr ""
3565
3566#: config/tc-avr.c:462 config/tc-msp430.c:743
3567#, c-format
3568msgid "unknown MCU: %s\n"
3569msgstr ""
3570
3571#: config/tc-avr.c:471
3572#, c-format
3573msgid "redefinition of mcu type `%s' to `%s'"
3574msgstr ""
3575
3576#: config/tc-avr.c:549
3577msgid "constant value required"
3578msgstr ""
3579
3580#: config/tc-avr.c:552
3581#, c-format
3582msgid "number must be positive and less than %d"
3583msgstr ""
3584
3585#: config/tc-avr.c:578 config/tc-avr.c:715
3586#, c-format
3587msgid "constant out of 8-bit range: %d"
3588msgstr ""
3589
3590#: config/tc-avr.c:646 config/tc-score.c:1200 read.c:3676
3591msgid "illegal expression"
3592msgstr ""
3593
3594#: config/tc-avr.c:675 config/tc-avr.c:1451
3595msgid "`)' required"
3596msgstr ""
3597
3598#: config/tc-avr.c:770
3599msgid "register r16-r23 required"
3600msgstr ""
3601
3602#: config/tc-avr.c:776
3603msgid "register number above 15 required"
3604msgstr ""
3605
3606#: config/tc-avr.c:782
3607msgid "even register number required"
3608msgstr ""
3609
3610#: config/tc-avr.c:788
3611msgid "register r24, r26, r28 or r30 required"
3612msgstr ""
3613
3614#: config/tc-avr.c:794
3615msgid "register name or number from 0 to 31 required"
3616msgstr ""
3617
3618#: config/tc-avr.c:812
3619msgid "pointer register (X, Y or Z) required"
3620msgstr ""
3621
3622#: config/tc-avr.c:819
3623msgid "cannot both predecrement and postincrement"
3624msgstr ""
3625
3626#: config/tc-avr.c:827
3627msgid "addressing mode not supported"
3628msgstr ""
3629
3630#: config/tc-avr.c:833
3631msgid "can't predecrement"
3632msgstr ""
3633
3634#: config/tc-avr.c:836
3635msgid "pointer register Z required"
3636msgstr ""
3637
3638#: config/tc-avr.c:850
3639msgid "postincrement not supported"
3640msgstr ""
3641
3642#: config/tc-avr.c:860
3643msgid "pointer register (Y or Z) required"
3644msgstr ""
3645
3646#: config/tc-avr.c:964
3647#, c-format
3648msgid "unknown constraint `%c'"
3649msgstr ""
3650
3651#: config/tc-avr.c:1016
3652msgid "`,' required"
3653msgstr ""
3654
3655#: config/tc-avr.c:1034
3656msgid "undefined combination of operands"
3657msgstr ""
3658
3659#: config/tc-avr.c:1043
3660msgid "skipping two-word instruction"
3661msgstr ""
3662
3663#: config/tc-avr.c:1135 config/tc-avr.c:1151 config/tc-avr.c:1272
3664#: config/tc-msp430.c:1969 config/tc-msp430.c:1987
3665#, c-format
3666msgid "odd address operand: %ld"
3667msgstr ""
3668
3669#: config/tc-avr.c:1143 config/tc-avr.c:1162 config/tc-avr.c:1180
3670#: config/tc-avr.c:1191 config/tc-avr.c:1198 config/tc-avr.c:1205
3671#: config/tc-d10v.c:505 config/tc-d30v.c:554 config/tc-msp430.c:1977
3672#: config/tc-msp430.c:1992 config/tc-msp430.c:2002
3673#, c-format
3674msgid "operand out of range: %ld"
3675msgstr ""
3676
3677#: config/tc-avr.c:1281 config/tc-d10v.c:1594 config/tc-d30v.c:2037
3678#: config/tc-msp430.c:2020
3679#, c-format
3680msgid "line %d: unknown relocation type: 0x%x"
3681msgstr ""
3682
3683#: config/tc-avr.c:1295
3684msgid "only constant expression allowed"
3685msgstr ""
3686
3687#. xgettext:c-format.
3688#: config/tc-avr.c:1355 config/tc-bfin.c:828 config/tc-d10v.c:1466
3689#: config/tc-d30v.c:1774 config/tc-mn10200.c:781 config/tc-mn10300.c:2170
3690#: config/tc-msp430.c:2055 config/tc-or32.c:957 config/tc-ppc.c:6383
3691#: config/tc-spu.c:879 config/tc-spu.c:1090 config/tc-v850.c:3000
3692#: config/tc-z80.c:2012
3693#, c-format
3694msgid "reloc %d not supported by object file format"
3695msgstr ""
3696
3697#: config/tc-avr.c:1378 config/tc-h8300.c:1935 config/tc-mcore.c:881
3698#: config/tc-microblaze.c:823 config/tc-moxie.c:178 config/tc-msp430.c:1820
3699#: config/tc-pj.c:253 config/tc-sh.c:2590 config/tc-z8k.c:1216
3700msgid "can't find opcode "
3701msgstr ""
3702
3703#: config/tc-avr.c:1395
3704#, c-format
3705msgid "illegal opcode %s for mcu %s"
3706msgstr ""
3707
3708#: config/tc-avr.c:1406
3709msgid "garbage at end of line"
3710msgstr ""
3711
3712#: config/tc-avr.c:1480 config/tc-avr.c:1487
3713#, c-format
3714msgid "illegal %srelocation size: %d"
3715msgstr ""
3716
3717#: config/tc-bfin.c:96 config/tc-frv.c:1605 config/tc-frv.c:1615
3718msgid "missing ')'"
3719msgstr ""
3720
3721#: config/tc-bfin.c:437
3722#, c-format
3723msgid " Blackfin specific assembler options:\n"
3724msgstr ""
3725
3726#: config/tc-bfin.c:438
3727#, c-format
3728msgid "  -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n"
3729msgstr ""
3730
3731#: config/tc-bfin.c:439
3732#, c-format
3733msgid "  -mfdpic                  assemble for the FDPIC ABI\n"
3734msgstr ""
3735
3736#: config/tc-bfin.c:440
3737#, c-format
3738msgid "  -mno-fdpic/-mnopic       disable -mfdpic\n"
3739msgstr ""
3740
3741#: config/tc-bfin.c:453
3742msgid "Could not set architecture and machine."
3743msgstr ""
3744
3745#: config/tc-bfin.c:602
3746msgid "Parse failed."
3747msgstr ""
3748
3749#: config/tc-bfin.c:677
3750msgid "pcrel too far BFD_RELOC_BFIN_10"
3751msgstr ""
3752
3753#: config/tc-bfin.c:693
3754msgid "pcrel too far BFD_RELOC_BFIN_12"
3755msgstr ""
3756
3757#: config/tc-bfin.c:713
3758msgid "pcrel too far BFD_RELOC_BFIN_24"
3759msgstr ""
3760
3761#: config/tc-bfin.c:728
3762msgid "pcrel too far BFD_RELOC_BFIN_5"
3763msgstr ""
3764
3765#: config/tc-bfin.c:740
3766msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
3767msgstr ""
3768
3769#: config/tc-bfin.c:750
3770msgid "rel too far BFD_RELOC_8"
3771msgstr ""
3772
3773#: config/tc-bfin.c:757
3774msgid "rel too far BFD_RELOC_16"
3775msgstr ""
3776
3777#: config/tc-cr16.c:164 read.c:4436
3778msgid "using a bit field width of zero"
3779msgstr ""
3780
3781#: config/tc-cr16.c:172 read.c:4444
3782#, c-format
3783msgid "field width \"%s\" too complex for a bitfield"
3784msgstr ""
3785
3786#: config/tc-cr16.c:181 read.c:4452
3787#, c-format
3788msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
3789msgstr ""
3790
3791#: config/tc-cr16.c:203 read.c:4474
3792#, c-format
3793msgid "field value \"%s\" too complex for a bitfield"
3794msgstr ""
3795
3796#: config/tc-cr16.c:384
3797#, c-format
3798msgid "Unknown register pair - index relative mode: `%d'"
3799msgstr ""
3800
3801#: config/tc-cr16.c:570 config/tc-crx.c:345 config/tc-mn10200.c:768
3802#: write.c:986
3803#, c-format
3804msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
3805msgstr ""
3806
3807#: config/tc-cr16.c:602 config/tc-crx.c:361
3808#, c-format
3809msgid "internal error: reloc %d (`%s') not supported by object file format"
3810msgstr ""
3811
3812#: config/tc-cr16.c:695 config/tc-i386.c:8604 config/tc-s390.c:1804
3813msgid "GOT already in symbol table"
3814msgstr ""
3815
3816#: config/tc-cr16.c:804 config/tc-cr16.c:827 config/tc-cris.c:1190
3817#: config/tc-crx.c:535 config/tc-crx.c:562 config/tc-crx.c:580
3818#: config/tc-pdp11.c:194
3819msgid "Virtual memory exhausted"
3820msgstr ""
3821
3822#: config/tc-cr16.c:812 config/tc-crx.c:572 config/tc-crx.c:591
3823#: config/tc-i386.c:2258 config/tc-i386.c:2280 config/tc-m68k.c:4656
3824#, c-format
3825msgid "Internal Error:  Can't hash %s: %s"
3826msgstr ""
3827
3828#: config/tc-cr16.c:838 config/tc-cris.c:1224 config/tc-crx.c:545
3829#, c-format
3830msgid "Can't hash `%s': %s\n"
3831msgstr ""
3832
3833#: config/tc-cr16.c:839 config/tc-cris.c:1225 config/tc-crx.c:546
3834msgid "(unknown reason)"
3835msgstr ""
3836
3837#. Missing or bad expr becomes absolute 0.
3838#: config/tc-cr16.c:891 config/tc-crx.c:619
3839#, c-format
3840msgid "missing or invalid displacement expression `%s' taken as 0"
3841msgstr ""
3842
3843#: config/tc-cr16.c:941
3844#, c-format
3845msgid "GOT bad expression with %s."
3846msgstr ""
3847
3848#: config/tc-cr16.c:1052
3849#, c-format
3850msgid "operand %d: illegal use expression: `%s`"
3851msgstr ""
3852
3853#: config/tc-cr16.c:1117 config/tc-crx.c:1127
3854#, c-format
3855msgid "Unknown register: `%d'"
3856msgstr ""
3857
3858#. Issue a error message when register is illegal.
3859#: config/tc-cr16.c:1125 config/tc-crx.c:1135
3860#, c-format
3861msgid "Illegal register (`%s') in Instruction: `%s'"
3862msgstr ""
3863
3864#: config/tc-cr16.c:1196 config/tc-cr16.c:1271 config/tc-crx.c:757
3865#: config/tc-crx.c:777 config/tc-crx.c:792
3866#, c-format
3867msgid "Illegal register `%s' in Instruction `%s'"
3868msgstr ""
3869
3870#: config/tc-cr16.c:1224 config/tc-cr16.c:1235
3871#, c-format
3872msgid "Illegal register pair `%s' in Instruction `%s'"
3873msgstr ""
3874
3875#: config/tc-cr16.c:1260 config/tc-i960.c:835
3876msgid "unmatched '['"
3877msgstr ""
3878
3879#: config/tc-cr16.c:1266 config/tc-i960.c:842
3880msgid "garbage after index spec ignored"
3881msgstr ""
3882
3883#: config/tc-cr16.c:1414 config/tc-crx.c:936
3884#, c-format
3885msgid "Illegal operands (whitespace): `%s'"
3886msgstr ""
3887
3888#: config/tc-cr16.c:1426 config/tc-cr16.c:1433 config/tc-cr16.c:1450
3889#: config/tc-crx.c:948 config/tc-crx.c:955 config/tc-crx.c:972
3890#: config/tc-crx.c:1764
3891#, c-format
3892msgid "Missing matching brackets : `%s'"
3893msgstr ""
3894
3895#: config/tc-cr16.c:1482 config/tc-crx.c:998
3896#, c-format
3897msgid "Unknown exception: `%s'"
3898msgstr ""
3899
3900#: config/tc-cr16.c:1569 config/tc-crx.c:1094
3901#, c-format
3902msgid "Illegal `cinv' parameter: `%c'"
3903msgstr ""
3904
3905#: config/tc-cr16.c:1591 config/tc-cr16.c:1630
3906#, c-format
3907msgid "Unknown register pair: `%d'"
3908msgstr ""
3909
3910#. Issue a error message when register  pair is illegal.
3911#: config/tc-cr16.c:1599
3912#, c-format
3913msgid "Illegal register pair (`%s') in Instruction: `%s'"
3914msgstr ""
3915
3916#. Issue a error message when register  pair is illegal.
3917#: config/tc-cr16.c:1638
3918#, c-format
3919msgid "Illegal index register pair (`%s') in Instruction: `%s'"
3920msgstr ""
3921
3922#: config/tc-cr16.c:1677
3923#, c-format
3924msgid "Unknown processor register : `%d'"
3925msgstr ""
3926
3927#. Issue a error message when register  pair is illegal.
3928#: config/tc-cr16.c:1685
3929#, c-format
3930msgid "Illegal processor register (`%s') in Instruction: `%s'"
3931msgstr ""
3932
3933#: config/tc-cr16.c:1733
3934#, c-format
3935msgid "Unknown processor register (32 bit) : `%d'"
3936msgstr ""
3937
3938#. Issue a error message when register  pair is illegal.
3939#: config/tc-cr16.c:1741
3940#, c-format
3941msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
3942msgstr ""
3943
3944#: config/tc-cr16.c:2105 config/tc-crx.c:1662 config/tc-crx.c:1679
3945#, c-format
3946msgid "Same src/dest register is used (`r%d'), result is undefined"
3947msgstr ""
3948
3949#: config/tc-cr16.c:2126
3950msgid "RA register is saved twice."
3951msgstr ""
3952
3953#: config/tc-cr16.c:2130
3954#, c-format
3955msgid "`%s' Illegal use of registers."
3956msgstr ""
3957
3958#: config/tc-cr16.c:2144
3959#, c-format
3960msgid "`%s' Illegal count-register combination."
3961msgstr ""
3962
3963#: config/tc-cr16.c:2150
3964#, c-format
3965msgid "`%s' Illegal use of register."
3966msgstr ""
3967
3968#: config/tc-cr16.c:2159 config/tc-crx.c:1671
3969#, c-format
3970msgid "`%s' has undefined result"
3971msgstr ""
3972
3973#: config/tc-cr16.c:2167
3974#, c-format
3975msgid "Same src/dest register is used (`r%d'),result is undefined"
3976msgstr ""
3977
3978#: config/tc-cr16.c:2338 config/tc-crx.c:1576
3979msgid "Incorrect number of operands"
3980msgstr ""
3981
3982#: config/tc-cr16.c:2340 config/tc-crx.c:1578
3983#, c-format
3984msgid "Illegal type of operand (arg %d)"
3985msgstr ""
3986
3987#: config/tc-cr16.c:2346 config/tc-crx.c:1584
3988#, c-format
3989msgid "Operand out of range (arg %d)"
3990msgstr ""
3991
3992#: config/tc-cr16.c:2349 config/tc-crx.c:1587
3993#, c-format
3994msgid "Operand has odd displacement (arg %d)"
3995msgstr ""
3996
3997#: config/tc-cr16.c:2352 config/tc-cr16.c:2383 config/tc-crx.c:1600
3998#: config/tc-crx.c:1631
3999#, c-format
4000msgid "Illegal operand (arg %d)"
4001msgstr ""
4002
4003#. Give an error if a frag containing code is not aligned to a 2-byte
4004#. boundary.
4005#: config/tc-cr16.c:2485 config/tc-cr16.h:73 config/tc-crx.c:1953
4006#: config/tc-crx.h:76
4007msgid "instruction address is not a multiple of 2"
4008msgstr ""
4009
4010#: config/tc-cr16.c:2562 config/tc-cris.c:1538 config/tc-cris.c:1546
4011#: config/tc-crx.c:1989 config/tc-dlx.c:685 config/tc-hppa.c:3244
4012#: config/tc-hppa.c:3251 config/tc-i860.c:491 config/tc-i860.c:508
4013#: config/tc-i860.c:988 config/tc-sparc.c:1410 config/tc-sparc.c:1418
4014#, c-format
4015msgid "Unknown opcode: `%s'"
4016msgstr ""
4017
4018#: config/tc-cris.c:551 config/tc-m68hc11.c:2733
4019#, c-format
4020msgid "internal inconsistency problem in %s: fr_symbol %lx"
4021msgstr ""
4022
4023#: config/tc-cris.c:555 config/tc-m68hc11.c:2737 config/tc-msp430.c:2246
4024#, c-format
4025msgid "internal inconsistency problem in %s: resolved symbol"
4026msgstr ""
4027
4028#: config/tc-cris.c:565 config/tc-m68hc11.c:2743
4029#, c-format
4030msgid "internal inconsistency problem in %s: fr_subtype %d"
4031msgstr ""
4032
4033#: config/tc-cris.c:905
4034msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
4035msgstr ""
4036
4037#: config/tc-cris.c:935
4038msgid "Complicated LAPC target operand is not a multiple of two.  Use LAPC.D"
4039msgstr ""
4040
4041#: config/tc-cris.c:940
4042#, c-format
4043msgid "Internal error found in md_convert_frag: offset %ld.  Please report this."
4044msgstr ""
4045
4046#: config/tc-cris.c:965
4047#, c-format
4048msgid "internal inconsistency in %s: bdapq no symbol"
4049msgstr ""
4050
4051#: config/tc-cris.c:978
4052#, c-format
4053msgid "internal inconsistency in %s: bdap.w with no symbol"
4054msgstr ""
4055
4056#: config/tc-cris.c:1002
4057msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
4058msgstr ""
4059
4060#: config/tc-cris.c:1011
4061msgid "dangerous MULS/MULU location; give it higher alignment"
4062msgstr ""
4063
4064#. Bail out for compatibility mode.  (It seems it can be implemented,
4065#. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
4066#. $acr", "nop"; but doesn't seem worth it at the moment.)
4067#: config/tc-cris.c:1052
4068msgid "Out-of-range .word offset handling is not implemented for .arch common_v10_v32"
4069msgstr ""
4070
4071#: config/tc-cris.c:1097
4072msgid ".word case-table handling failed: table too large"
4073msgstr ""
4074
4075#: config/tc-cris.c:1229
4076#, c-format
4077msgid "Buggy opcode: `%s' \"%s\"\n"
4078msgstr ""
4079
4080#: config/tc-cris.c:1644
4081#, c-format
4082msgid "Immediate value not in 5 bit unsigned range: %ld"
4083msgstr ""
4084
4085#: config/tc-cris.c:1660
4086#, c-format
4087msgid "Immediate value not in 4 bit unsigned range: %ld"
4088msgstr ""
4089
4090#: config/tc-cris.c:1712
4091#, c-format
4092msgid "Immediate value not in 6 bit range: %ld"
4093msgstr ""
4094
4095#: config/tc-cris.c:1727
4096#, c-format
4097msgid "Immediate value not in 6 bit unsigned range: %ld"
4098msgstr ""
4099
4100#. Others have a generic warning.
4101#: config/tc-cris.c:1835
4102#, c-format
4103msgid "Unimplemented register `%s' specified"
4104msgstr ""
4105
4106#. We've come to the end of instructions with this
4107#. opcode, so it must be an error.
4108#: config/tc-cris.c:2079
4109msgid "Illegal operands"
4110msgstr ""
4111
4112#: config/tc-cris.c:2120 config/tc-cris.c:2160
4113#, c-format
4114msgid "Immediate value not in 8 bit range: %ld"
4115msgstr ""
4116
4117#: config/tc-cris.c:2130 config/tc-cris.c:2181
4118#, c-format
4119msgid "Immediate value not in 16 bit range: %ld"
4120msgstr ""
4121
4122#: config/tc-cris.c:2165
4123#, c-format
4124msgid "Immediate value not in 8 bit signed range: %ld"
4125msgstr ""
4126
4127#: config/tc-cris.c:2170
4128#, c-format
4129msgid "Immediate value not in 8 bit unsigned range: %ld"
4130msgstr ""
4131
4132#: config/tc-cris.c:2186
4133#, c-format
4134msgid "Immediate value not in 16 bit signed range: %ld"
4135msgstr ""
4136
4137#: config/tc-cris.c:2191
4138#, c-format
4139msgid "Immediate value not in 16 bit unsigned range: %ld"
4140msgstr ""
4141
4142#: config/tc-cris.c:2217
4143msgid "TLS relocation size does not match operand size"
4144msgstr ""
4145
4146#: config/tc-cris.c:2218
4147msgid "PIC relocation size does not match operand size"
4148msgstr ""
4149
4150#: config/tc-cris.c:3365
4151msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
4152msgstr ""
4153
4154#: config/tc-cris.c:3369
4155msgid "32-bit conditional branch generated"
4156msgstr ""
4157
4158#: config/tc-cris.c:3430
4159msgid "Complex expression not supported"
4160msgstr ""
4161
4162#. FIXME:  Is this function mentioned in the internals.texi manual?  If
4163#. not, add it.
4164#: config/tc-cris.c:3580
4165msgid "Bad call to md_atof () - floating point formats are not supported"
4166msgstr ""
4167
4168#: config/tc-cris.c:3621
4169msgid "PC-relative relocation must be trivially resolved"
4170msgstr ""
4171
4172#: config/tc-cris.c:3693
4173#, c-format
4174msgid "Value not in 16 bit range: %ld"
4175msgstr ""
4176
4177#: config/tc-cris.c:3701
4178#, c-format
4179msgid "Value not in 16 bit signed range: %ld"
4180msgstr ""
4181
4182#: config/tc-cris.c:3709
4183#, c-format
4184msgid "Value not in 8 bit range: %ld"
4185msgstr ""
4186
4187#: config/tc-cris.c:3716
4188#, c-format
4189msgid "Value not in 8 bit signed range: %ld"
4190msgstr ""
4191
4192#: config/tc-cris.c:3726
4193#, c-format
4194msgid "Value not in 4 bit unsigned range: %ld"
4195msgstr ""
4196
4197#: config/tc-cris.c:3733
4198#, c-format
4199msgid "Value not in 5 bit unsigned range: %ld"
4200msgstr ""
4201
4202#: config/tc-cris.c:3740
4203#, c-format
4204msgid "Value not in 6 bit range: %ld"
4205msgstr ""
4206
4207#: config/tc-cris.c:3747
4208#, c-format
4209msgid "Value not in 6 bit unsigned range: %ld"
4210msgstr ""
4211
4212#: config/tc-cris.c:3791
4213#, c-format
4214msgid "Please use --help to see usage and options for this assembler.\n"
4215msgstr ""
4216
4217#: config/tc-cris.c:3803
4218msgid "--no-underscore is invalid with a.out format"
4219msgstr ""
4220
4221#: config/tc-cris.c:3827
4222#, c-format
4223msgid "invalid <arch> in --march=<arch>: %s"
4224msgstr ""
4225
4226#: config/tc-cris.c:3936 config/tc-moxie.c:709
4227msgid "Semantics error.  This type of operand can not be relocated, it must be an assembly-time constant"
4228msgstr ""
4229
4230#: config/tc-cris.c:3985 config/tc-moxie.c:758
4231#, c-format
4232msgid "Cannot generate relocation type for symbol %s, code %s"
4233msgstr ""
4234
4235#. The messages are formatted to line up with the generic options.
4236#: config/tc-cris.c:3998
4237#, c-format
4238msgid "CRIS-specific options:\n"
4239msgstr ""
4240
4241#: config/tc-cris.c:4000
4242msgid "  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
4243msgstr ""
4244
4245#: config/tc-cris.c:4002
4246msgid "  -N                      Warn when branches are expanded to jumps.\n"
4247msgstr ""
4248
4249#: config/tc-cris.c:4004
4250msgid "  --underscore            User symbols are normally prepended with underscore.\n"
4251msgstr ""
4252
4253#: config/tc-cris.c:4006
4254msgid "                          Registers will not need any prefix.\n"
4255msgstr ""
4256
4257#: config/tc-cris.c:4008
4258msgid "  --no-underscore         User symbols do not have any prefix.\n"
4259msgstr ""
4260
4261#: config/tc-cris.c:4010
4262msgid "                          Registers will require a `$'-prefix.\n"
4263msgstr ""
4264
4265#: config/tc-cris.c:4012
4266msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
4267msgstr ""
4268
4269#: config/tc-cris.c:4014
4270msgid ""
4271"  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
4272"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
4273msgstr ""
4274
4275#: config/tc-cris.c:4035
4276msgid "Invalid relocation"
4277msgstr ""
4278
4279#: config/tc-cris.c:4072
4280msgid "Invalid pc-relative relocation"
4281msgstr ""
4282
4283#: config/tc-cris.c:4117
4284#, c-format
4285msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
4286msgstr ""
4287
4288#: config/tc-cris.c:4147
4289#, c-format
4290msgid ".syntax %s requires command-line option `--underscore'"
4291msgstr ""
4292
4293#: config/tc-cris.c:4156
4294#, c-format
4295msgid ".syntax %s requires command-line option `--no-underscore'"
4296msgstr ""
4297
4298#: config/tc-cris.c:4193
4299msgid "Unknown .syntax operand"
4300msgstr ""
4301
4302#: config/tc-cris.c:4203
4303msgid "Pseudodirective .file is only valid when generating ELF"
4304msgstr ""
4305
4306#: config/tc-cris.c:4215
4307msgid "Pseudodirective .loc is only valid when generating ELF"
4308msgstr ""
4309
4310#: config/tc-cris.c:4230
4311#, c-format
4312msgid "internal inconsistency problem: %s called for %d bytes"
4313msgstr ""
4314
4315#: config/tc-cris.c:4382
4316msgid "unknown operand to .arch"
4317msgstr ""
4318
4319#: config/tc-cris.c:4391
4320msgid ".arch <arch> requires a matching --march=... option"
4321msgstr ""
4322
4323#: config/tc-crx.c:820
4324#, c-format
4325msgid "Illegal Scale - `%d'"
4326msgstr ""
4327
4328#: config/tc-crx.c:1264
4329#, c-format
4330msgid "Illegal Co-processor register in Instruction `%s' "
4331msgstr ""
4332
4333#: config/tc-crx.c:1271
4334#, c-format
4335msgid "Illegal Co-processor special register in Instruction `%s' "
4336msgstr ""
4337
4338#: config/tc-crx.c:1590
4339#, c-format
4340msgid "Invalid DISPU4 operand value (arg %d)"
4341msgstr ""
4342
4343#: config/tc-crx.c:1593
4344#, c-format
4345msgid "Invalid CST4 operand value (arg %d)"
4346msgstr ""
4347
4348#: config/tc-crx.c:1596
4349#, c-format
4350msgid "Operand value is not within upper 64 KB (arg %d)"
4351msgstr ""
4352
4353#: config/tc-crx.c:1733
4354msgid "Invalid Register in Register List"
4355msgstr ""
4356
4357#: config/tc-crx.c:1787
4358#, c-format
4359msgid "Illegal register `%s' in cop-register list"
4360msgstr ""
4361
4362#: config/tc-crx.c:1795
4363#, c-format
4364msgid "Illegal register `%s' in cop-special-register list"
4365msgstr ""
4366
4367#: config/tc-crx.c:1814
4368#, c-format
4369msgid "Illegal register `%s' in user register list"
4370msgstr ""
4371
4372#: config/tc-crx.c:1833
4373#, c-format
4374msgid "Illegal register `%s' in register list"
4375msgstr ""
4376
4377#: config/tc-crx.c:1839
4378#, c-format
4379msgid "Maximum %d bits may be set in `mask16' operand"
4380msgstr ""
4381
4382#: config/tc-crx.c:1848
4383#, c-format
4384msgid "rest of line ignored; first ignored character is `%c'"
4385msgstr ""
4386
4387#: config/tc-crx.c:1856
4388#, c-format
4389msgid "Illegal `mask16' operand, operation is undefined - `%s'"
4390msgstr ""
4391
4392#. HI can't be specified without LO (and vise-versa).
4393#: config/tc-crx.c:1862
4394msgid "HI/LO registers should be specified together"
4395msgstr ""
4396
4397#: config/tc-crx.c:1868
4398msgid "HI/LO registers should be specified without additional registers"
4399msgstr ""
4400
4401#: config/tc-d10v.c:218
4402#, c-format
4403msgid ""
4404"D10V options:\n"
4405"-O                      Optimize.  Will do some operations in parallel.\n"
4406"--gstabs-packing        Pack adjacent short instructions together even\n"
4407"                        when --gstabs is specified.  On by default.\n"
4408"--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
4409"                        instructions together.\n"
4410msgstr ""
4411
4412#: config/tc-d10v.c:575
4413msgid "operand is not an immediate"
4414msgstr ""
4415
4416#: config/tc-d10v.c:593
4417#, c-format
4418msgid "operand out of range: %lu"
4419msgstr ""
4420
4421#: config/tc-d10v.c:653
4422msgid "Instruction must be executed in parallel with another instruction."
4423msgstr ""
4424
4425#: config/tc-d10v.c:707 config/tc-d10v.c:715
4426#, c-format
4427msgid "packing conflict: %s must dispatch sequentially"
4428msgstr ""
4429
4430#: config/tc-d10v.c:814
4431#, c-format
4432msgid "resource conflict (R%d)"
4433msgstr ""
4434
4435#: config/tc-d10v.c:817
4436#, c-format
4437msgid "resource conflict (A%d)"
4438msgstr ""
4439
4440#: config/tc-d10v.c:819
4441msgid "resource conflict (PSW)"
4442msgstr ""
4443
4444#: config/tc-d10v.c:821
4445msgid "resource conflict (C flag)"
4446msgstr ""
4447
4448#: config/tc-d10v.c:823
4449msgid "resource conflict (F flag)"
4450msgstr ""
4451
4452#: config/tc-d10v.c:973
4453msgid "Instruction must be executed in parallel"
4454msgstr ""
4455
4456#: config/tc-d10v.c:976
4457msgid "Long instructions may not be combined."
4458msgstr ""
4459
4460#: config/tc-d10v.c:1009
4461msgid "One of these instructions may not be executed in parallel."
4462msgstr ""
4463
4464#: config/tc-d10v.c:1013 config/tc-d30v.c:1038
4465msgid "Two IU instructions may not be executed in parallel"
4466msgstr ""
4467
4468#: config/tc-d10v.c:1015 config/tc-d10v.c:1023 config/tc-d10v.c:1037
4469#: config/tc-d10v.c:1052 config/tc-d30v.c:1039 config/tc-d30v.c:1048
4470msgid "Swapping instruction order"
4471msgstr ""
4472
4473#: config/tc-d10v.c:1021 config/tc-d30v.c:1045
4474msgid "Two MU instructions may not be executed in parallel"
4475msgstr ""
4476
4477#: config/tc-d10v.c:1041 config/tc-d30v.c:1065
4478msgid "IU instruction may not be in the left container"
4479msgstr ""
4480
4481#: config/tc-d10v.c:1043 config/tc-d10v.c:1058
4482msgid "Instruction in R container is squashed by flow control instruction in L container."
4483msgstr ""
4484
4485#: config/tc-d10v.c:1056 config/tc-d30v.c:1076
4486msgid "MU instruction may not be in the right container"
4487msgstr ""
4488
4489#: config/tc-d10v.c:1062 config/tc-d30v.c:1088
4490msgid "unknown execution type passed to write_2_short()"
4491msgstr ""
4492
4493#: config/tc-d10v.c:1191 config/tc-d10v.c:1366
4494msgid "bad opcode or operands"
4495msgstr ""
4496
4497#: config/tc-d10v.c:1268
4498msgid "value out of range"
4499msgstr ""
4500
4501#: config/tc-d10v.c:1342
4502msgid "illegal operand - register name found where none expected"
4503msgstr ""
4504
4505#: config/tc-d10v.c:1377
4506msgid "Register number must be EVEN"
4507msgstr ""
4508
4509#: config/tc-d10v.c:1380
4510msgid "Unsupported use of sp"
4511msgstr ""
4512
4513#: config/tc-d10v.c:1399
4514#, c-format
4515msgid "cr%ld is a reserved control register"
4516msgstr ""
4517
4518#: config/tc-d10v.c:1574
4519#, c-format
4520msgid "line %d: rep or repi must include at least 4 instructions"
4521msgstr ""
4522
4523#: config/tc-d10v.c:1763
4524msgid "can't find previous opcode "
4525msgstr ""
4526
4527#: config/tc-d10v.c:1775
4528#, c-format
4529msgid "could not assemble: %s"
4530msgstr ""
4531
4532#: config/tc-d10v.c:1790 config/tc-d10v.c:1812 config/tc-d30v.c:1747
4533msgid "Unable to mix instructions as specified"
4534msgstr ""
4535
4536#: config/tc-d30v.c:150
4537#, c-format
4538msgid "Register name %s conflicts with symbol of the same name"
4539msgstr ""
4540
4541#: config/tc-d30v.c:240
4542#, c-format
4543msgid ""
4544"\n"
4545"D30V options:\n"
4546"-O                      Make adjacent short instructions parallel if possible.\n"
4547"-n                      Warn about all NOPs inserted by the assembler.\n"
4548"-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
4549"-c                      Warn about symbols whoes names match register names.\n"
4550"-C                      Opposite of -C.  -c is the default.\n"
4551msgstr ""
4552
4553#: config/tc-d30v.c:368
4554msgid "unexpected 12-bit reloc type"
4555msgstr ""
4556
4557#: config/tc-d30v.c:375
4558msgid "unexpected 18-bit reloc type"
4559msgstr ""
4560
4561#: config/tc-d30v.c:626
4562#, c-format
4563msgid "%s NOP inserted"
4564msgstr ""
4565
4566#: config/tc-d30v.c:627
4567msgid "sequential"
4568msgstr ""
4569
4570#: config/tc-d30v.c:627
4571msgid "parallel"
4572msgstr ""
4573
4574#: config/tc-d30v.c:1034
4575msgid "Instructions may not be executed in parallel"
4576msgstr ""
4577
4578#: config/tc-d30v.c:1047
4579#, c-format
4580msgid "Executing %s in IU may not work"
4581msgstr ""
4582
4583#: config/tc-d30v.c:1054
4584#, c-format
4585msgid "Executing %s in IU may not work in parallel execution"
4586msgstr ""
4587
4588#: config/tc-d30v.c:1067
4589#, c-format
4590msgid "special left instruction `%s' kills instruction `%s' in right container"
4591msgstr ""
4592
4593#: config/tc-d30v.c:1078
4594#, c-format
4595msgid "Executing %s in reverse serial with %s may not work"
4596msgstr ""
4597
4598#: config/tc-d30v.c:1081
4599#, c-format
4600msgid "Executing %s in IU in reverse serial may not work"
4601msgstr ""
4602
4603#: config/tc-d30v.c:1271
4604msgid "Odd numbered register used as target of multi-register instruction"
4605msgstr ""
4606
4607#: config/tc-d30v.c:1335 config/tc-d30v.c:1371
4608#, c-format
4609msgid "unknown condition code: %s"
4610msgstr ""
4611
4612#: config/tc-d30v.c:1364
4613#, c-format
4614msgid "cmpu doesn't support condition code %s"
4615msgstr ""
4616
4617#: config/tc-d30v.c:1399
4618#, c-format
4619msgid "unknown opcode: %s"
4620msgstr ""
4621
4622#: config/tc-d30v.c:1410
4623#, c-format
4624msgid "operands for opcode `%s' do not match any valid format"
4625msgstr ""
4626
4627#: config/tc-d30v.c:1625 config/tc-d30v.c:1642
4628msgid "Cannot assemble instruction"
4629msgstr ""
4630
4631#: config/tc-d30v.c:1627
4632msgid "First opcode is long.  Unable to mix instructions as specified."
4633msgstr ""
4634
4635#: config/tc-d30v.c:1697
4636msgid "word of NOPs added between word multiply and load"
4637msgstr ""
4638
4639#: config/tc-d30v.c:1699
4640msgid "word of NOPs added between word multiply and 16-bit multiply"
4641msgstr ""
4642
4643#: config/tc-d30v.c:1731
4644msgid "Instruction uses long version, so it cannot be mixed as specified"
4645msgstr ""
4646
4647#: config/tc-d30v.c:1858
4648#, c-format
4649msgid "value too large to fit in %d bits"
4650msgstr ""
4651
4652#: config/tc-d30v.c:1926
4653#, c-format
4654msgid "line %d: unable to place address of symbol '%s' into a byte"
4655msgstr ""
4656
4657#: config/tc-d30v.c:1929
4658#, c-format
4659msgid "line %d: unable to place value %lx into a byte"
4660msgstr ""
4661
4662#: config/tc-d30v.c:1937
4663#, c-format
4664msgid "line %d: unable to place address of symbol '%s' into a short"
4665msgstr ""
4666
4667#: config/tc-d30v.c:1940
4668#, c-format
4669msgid "line %d: unable to place value %lx into a short"
4670msgstr ""
4671
4672#: config/tc-d30v.c:1948
4673#, c-format
4674msgid "line %d: unable to place address of symbol '%s' into a quad"
4675msgstr ""
4676
4677#: config/tc-d30v.c:2056
4678#, c-format
4679msgid "Alignment too large: %d assumed"
4680msgstr ""
4681
4682#: config/tc-dlx.c:212
4683msgid "missing .proc"
4684msgstr ""
4685
4686#: config/tc-dlx.c:229
4687msgid ".endfunc missing for previous .proc"
4688msgstr ""
4689
4690#: config/tc-dlx.c:291 config/tc-i860.c:227 config/tc-mips.c:1916
4691#, c-format
4692msgid "internal error: can't hash `%s': %s\n"
4693msgstr ""
4694
4695#. Probably a memory allocation problem?  Give up now.
4696#: config/tc-dlx.c:298 config/tc-hppa.c:8333 config/tc-mips.c:1919
4697#: config/tc-mips.c:1973 config/tc-or32.c:211 config/tc-sparc.c:860
4698msgid "Broken assembler.  No assembly attempted."
4699msgstr ""
4700
4701#: config/tc-dlx.c:328
4702#, c-format
4703msgid "Bad operand for a load instruction: <%s>"
4704msgstr ""
4705
4706#: config/tc-dlx.c:442
4707#, c-format
4708msgid "Bad operand for a store instruction: <%s>"
4709msgstr ""
4710
4711#: config/tc-dlx.c:622
4712#, c-format
4713msgid "Expression Error for operand modifier %%hi/%%lo\n"
4714msgstr ""
4715
4716#: config/tc-dlx.c:635 config/tc-or32.c:811
4717#, c-format
4718msgid "Invalid expression after %%%%\n"
4719msgstr ""
4720
4721#: config/tc-dlx.c:703 config/tc-tic4x.c:2487
4722#, c-format
4723msgid "Unknown opcode `%s'."
4724msgstr ""
4725
4726#: config/tc-dlx.c:715
4727msgid "Can not set dlx_skip_hi16_flag"
4728msgstr ""
4729
4730#: config/tc-dlx.c:729
4731#, c-format
4732msgid "Missing arguments for opcode <%s>."
4733msgstr ""
4734
4735#: config/tc-dlx.c:763
4736#, c-format
4737msgid "Too many operands: %s"
4738msgstr ""
4739
4740#: config/tc-dlx.c:800
4741#, c-format
4742msgid "Both the_insn.HI and the_insn.LO are set : %s"
4743msgstr ""
4744
4745#: config/tc-dlx.c:870
4746msgid "failed regnum sanity check."
4747msgstr ""
4748
4749#: config/tc-dlx.c:883
4750msgid "failed general register sanity check."
4751msgstr ""
4752
4753#. Types or values of args don't match.
4754#: config/tc-dlx.c:891
4755msgid "Invalid operands"
4756msgstr ""
4757
4758#: config/tc-dlx.c:1120 config/tc-or32.c:773
4759#, c-format
4760msgid "label \"$%d\" redefined"
4761msgstr ""
4762
4763#: config/tc-dlx.c:1158
4764msgid "Invalid expression after # number\n"
4765msgstr ""
4766
4767#: config/tc-fr30.c:82
4768#, c-format
4769msgid " FR30 specific command line options:\n"
4770msgstr ""
4771
4772#: config/tc-fr30.c:135
4773#, c-format
4774msgid "Instruction %s not allowed in a delay slot."
4775msgstr ""
4776
4777#: config/tc-frv.c:405
4778#, c-format
4779msgid "Unknown cpu -mcpu=%s"
4780msgstr ""
4781
4782#: config/tc-frv.c:458
4783#, c-format
4784msgid "FRV specific command line options:\n"
4785msgstr ""
4786
4787#: config/tc-frv.c:459
4788#, c-format
4789msgid "-G n            Put data <= n bytes in the small data area\n"
4790msgstr ""
4791
4792#: config/tc-frv.c:460
4793#, c-format
4794msgid "-mgpr-32        Mark generated file as only using 32 GPRs\n"
4795msgstr ""
4796
4797#: config/tc-frv.c:461
4798#, c-format
4799msgid "-mgpr-64        Mark generated file as using all 64 GPRs\n"
4800msgstr ""
4801
4802#: config/tc-frv.c:462
4803#, c-format
4804msgid "-mfpr-32        Mark generated file as only using 32 FPRs\n"
4805msgstr ""
4806
4807#: config/tc-frv.c:463
4808#, c-format
4809msgid "-mfpr-64        Mark generated file as using all 64 FPRs\n"
4810msgstr ""
4811
4812#: config/tc-frv.c:464
4813#, c-format
4814msgid "-msoft-float    Mark generated file as using software FP\n"
4815msgstr ""
4816
4817#: config/tc-frv.c:465
4818#, c-format
4819msgid "-mdword         Mark generated file as using a 8-byte stack alignment\n"
4820msgstr ""
4821
4822#: config/tc-frv.c:466
4823#, c-format
4824msgid "-mno-dword      Mark generated file as using a 4-byte stack alignment\n"
4825msgstr ""
4826
4827#: config/tc-frv.c:467
4828#, c-format
4829msgid "-mdouble        Mark generated file as using double precision FP insns\n"
4830msgstr ""
4831
4832#: config/tc-frv.c:468
4833#, c-format
4834msgid "-mmedia         Mark generated file as using media insns\n"
4835msgstr ""
4836
4837#: config/tc-frv.c:469
4838#, c-format
4839msgid "-mmuladd        Mark generated file as using multiply add/subtract insns\n"
4840msgstr ""
4841
4842#: config/tc-frv.c:470
4843#, c-format
4844msgid "-mpack          Allow instructions to be packed\n"
4845msgstr ""
4846
4847#: config/tc-frv.c:471
4848#, c-format
4849msgid "-mno-pack       Do not allow instructions to be packed\n"
4850msgstr ""
4851
4852#: config/tc-frv.c:472
4853#, c-format
4854msgid "-mpic           Mark generated file as using small position independent code\n"
4855msgstr ""
4856
4857#: config/tc-frv.c:473
4858#, c-format
4859msgid "-mPIC           Mark generated file as using large position independent code\n"
4860msgstr ""
4861
4862#: config/tc-frv.c:474
4863#, c-format
4864msgid "-mlibrary-pic   Mark generated file as using position indepedent code for libraries\n"
4865msgstr ""
4866
4867#: config/tc-frv.c:475
4868#, c-format
4869msgid "-mfdpic         Assemble for the FDPIC ABI\n"
4870msgstr ""
4871
4872#: config/tc-frv.c:476
4873#, c-format
4874msgid "-mnopic         Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
4875msgstr ""
4876
4877#: config/tc-frv.c:477
4878#, c-format
4879msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
4880msgstr ""
4881
4882#: config/tc-frv.c:478
4883#, c-format
4884msgid "                Record the cpu type\n"
4885msgstr ""
4886
4887#: config/tc-frv.c:479
4888#, c-format
4889msgid "-mtomcat-stats  Print out stats for tomcat workarounds\n"
4890msgstr ""
4891
4892#: config/tc-frv.c:480
4893#, c-format
4894msgid "-mtomcat-debug  Debug tomcat workarounds\n"
4895msgstr ""
4896
4897#: config/tc-frv.c:1162
4898msgid "VLIW packing used for -mno-pack"
4899msgstr ""
4900
4901#: config/tc-frv.c:1172
4902msgid "Instruction not supported by this architecture"
4903msgstr ""
4904
4905#: config/tc-frv.c:1182
4906msgid "VLIW packing constraint violation"
4907msgstr ""
4908
4909#: config/tc-frv.c:1773
4910#, c-format
4911msgid "Relocation %s is not safe for %s"
4912msgstr ""
4913
4914#: config/tc-h8300.c:174
4915#, c-format
4916msgid "new section '%s' defined without attributes - this might cause problems"
4917msgstr ""
4918
4919#: config/tc-h8300.c:446 config/tc-h8300.c:454
4920msgid "Reg not valid for H8/300"
4921msgstr ""
4922
4923#: config/tc-h8300.c:535
4924msgid "invalid operand size requested"
4925msgstr ""
4926
4927#: config/tc-h8300.c:634
4928msgid "Invalid register list for ldm/stm\n"
4929msgstr ""
4930
4931#: config/tc-h8300.c:660 config/tc-h8300.c:665 config/tc-h8300.c:672
4932msgid "mismatch between register and suffix"
4933msgstr ""
4934
4935#: config/tc-h8300.c:677
4936msgid "invalid suffix after register."
4937msgstr ""
4938
4939#: config/tc-h8300.c:699
4940msgid "address too high for vector table jmp/jsr"
4941msgstr ""
4942
4943#: config/tc-h8300.c:726 config/tc-h8300.c:838 config/tc-h8300.c:848
4944msgid "Wrong size pointer register for architecture."
4945msgstr ""
4946
4947#: config/tc-h8300.c:785 config/tc-h8300.c:793 config/tc-h8300.c:822
4948msgid "expected @(exp, reg16)"
4949msgstr ""
4950
4951#: config/tc-h8300.c:811
4952msgid "expected .L, .W or .B for register in indexed addressing mode"
4953msgstr ""
4954
4955#: config/tc-h8300.c:1005
4956msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
4957msgstr ""
4958
4959#: config/tc-h8300.c:1023 config/tc-h8300.c:1032
4960msgid "expected register"
4961msgstr ""
4962
4963#: config/tc-h8300.c:1048
4964msgid "expected closing paren"
4965msgstr ""
4966
4967#: config/tc-h8300.c:1107
4968#, c-format
4969msgid "can't use high part of register in operand %d"
4970msgstr ""
4971
4972#: config/tc-h8300.c:1264
4973#, c-format
4974msgid "Opcode `%s' with these operand types not available in %s mode"
4975msgstr ""
4976
4977#: config/tc-h8300.c:1273
4978msgid "mismatch between opcode size and operand size"
4979msgstr ""
4980
4981#: config/tc-h8300.c:1309
4982#, c-format
4983msgid "operand %s0x%lx out of range."
4984msgstr ""
4985
4986#: config/tc-h8300.c:1416
4987msgid "Can't work out size of operand.\n"
4988msgstr ""
4989
4990#: config/tc-h8300.c:1465
4991#, c-format
4992msgid "Opcode `%s' with these operand types not available in H8/300 mode"
4993msgstr ""
4994
4995#: config/tc-h8300.c:1470
4996#, c-format
4997msgid "Opcode `%s' with these operand types not available in H8/300H mode"
4998msgstr ""
4999
5000#: config/tc-h8300.c:1476
5001#, c-format
5002msgid "Opcode `%s' with these operand types not available in H8/300S mode"
5003msgstr ""
5004
5005#: config/tc-h8300.c:1537 config/tc-h8300.c:1557
5006msgid "Need #1 or #2 here"
5007msgstr ""
5008
5009#: config/tc-h8300.c:1552
5010msgid "#4 not valid on H8/300."
5011msgstr ""
5012
5013#: config/tc-h8300.c:1660 config/tc-h8300.c:1742
5014#, c-format
5015msgid "branch operand has odd offset (%lx)\n"
5016msgstr ""
5017
5018#: config/tc-h8300.c:1780
5019msgid "destination operand must be 16 bit register"
5020msgstr ""
5021
5022#: config/tc-h8300.c:1789
5023msgid "source operand must be 8 bit register"
5024msgstr ""
5025
5026#: config/tc-h8300.c:1797
5027msgid "destination operand must be 16bit absolute address"
5028msgstr ""
5029
5030#: config/tc-h8300.c:1804
5031msgid "destination operand must be 8 bit register"
5032msgstr ""
5033
5034#: config/tc-h8300.c:1812
5035msgid "source operand must be 16bit absolute address"
5036msgstr ""
5037
5038#. This seems more sane than saying "too many operands".  We'll
5039#. get here only if the trailing trash starts with a comma.
5040#. Types or values of args don't match.
5041#: config/tc-h8300.c:1820 config/tc-mmix.c:472 config/tc-mmix.c:484
5042#: config/tc-mmix.c:2505 config/tc-mmix.c:2529 config/tc-mmix.c:2802
5043#: config/tc-or32.c:527
5044msgid "invalid operands"
5045msgstr ""
5046
5047#: config/tc-h8300.c:1851
5048msgid "operand/size mis-match"
5049msgstr ""
5050
5051#: config/tc-h8300.c:1952 config/tc-mips.c:10170 config/tc-sh.c:2971
5052#: config/tc-sh64.c:2795 config/tc-z8k.c:1226
5053msgid "unknown opcode"
5054msgstr ""
5055
5056#: config/tc-h8300.c:1985
5057msgid "invalid operand in ldm"
5058msgstr ""
5059
5060#: config/tc-h8300.c:1994
5061msgid "invalid operand in stm"
5062msgstr ""
5063
5064#: config/tc-h8300.c:2120
5065#, c-format
5066msgid "call to tc_aout_fix_to_chars \n"
5067msgstr ""
5068
5069#: config/tc-h8300.c:2129 config/tc-xc16x.c:347
5070#, c-format
5071msgid "call to md_convert_frag \n"
5072msgstr ""
5073
5074#: config/tc-h8300.c:2180 config/tc-xc16x.c:251
5075#, c-format
5076msgid "call to md_estimate_size_before_relax \n"
5077msgstr ""
5078
5079#: config/tc-h8300.c:2195
5080msgid "Unexpected reference to a symbol in a non-code section"
5081msgstr ""
5082
5083#: config/tc-h8300.c:2211 config/tc-xc16x.c:292
5084msgid "Difference of symbols in different sections is not supported"
5085msgstr ""
5086
5087#: config/tc-h8300.c:2233 config/tc-mcore.c:2199 config/tc-microblaze.c:2294
5088#: config/tc-pj.c:487 config/tc-sh.c:4468 config/tc-tic6x.c:4103
5089#: config/tc-xc16x.c:315
5090#, c-format
5091msgid "Cannot represent relocation type %s"
5092msgstr ""
5093
5094#. Simple range checking for FIELD against HIGH and LOW bounds.
5095#. IGNORE is used to suppress the error message.
5096#. Variant of CHECK_FIELD for use in md_apply_fix and other places where
5097#. the current file and line number are not valid.
5098#: config/tc-hppa.c:1029 config/tc-hppa.c:1043
5099#, c-format
5100msgid "Field out of range [%d..%d] (%d)."
5101msgstr ""
5102
5103#. Simple alignment checking for FIELD against ALIGN (a power of two).
5104#. IGNORE is used to suppress the error message.
5105#: config/tc-hppa.c:1057
5106#, c-format
5107msgid "Field not properly aligned [%d] (%d)."
5108msgstr ""
5109
5110#: config/tc-hppa.c:1110
5111msgid "Missing .exit\n"
5112msgstr ""
5113
5114#: config/tc-hppa.c:1113
5115msgid "Missing .procend\n"
5116msgstr ""
5117
5118#: config/tc-hppa.c:1298
5119#, c-format
5120msgid "Invalid field selector.  Assuming F%%."
5121msgstr ""
5122
5123#: config/tc-hppa.c:1325
5124msgid "Bad segment in expression."
5125msgstr ""
5126
5127#: config/tc-hppa.c:1350
5128#, c-format
5129msgid "Invalid Nullification: (%c)"
5130msgstr ""
5131
5132#: config/tc-hppa.c:1421
5133msgid "Cannot handle fixup"
5134msgstr ""
5135
5136#: config/tc-hppa.c:1719
5137#, c-format
5138msgid "  -Q                      ignored\n"
5139msgstr ""
5140
5141#: config/tc-hppa.c:1723
5142#, c-format
5143msgid "  -c                      print a warning if a comment is found\n"
5144msgstr ""
5145
5146#: config/tc-hppa.c:1789
5147#, c-format
5148msgid "no hppa_fixup entry for fixup type 0x%x"
5149msgstr ""
5150
5151#: config/tc-hppa.c:1968
5152msgid "Unknown relocation encountered in md_apply_fix."
5153msgstr ""
5154
5155#: config/tc-hppa.c:2156 config/tc-hppa.c:2181
5156#, c-format
5157msgid "Undefined register: '%s'."
5158msgstr ""
5159
5160#: config/tc-hppa.c:2215
5161#, c-format
5162msgid "Non-absolute symbol: '%s'."
5163msgstr ""
5164
5165#: config/tc-hppa.c:2230
5166#, c-format
5167msgid "Undefined absolute constant: '%s'."
5168msgstr ""
5169
5170#: config/tc-hppa.c:2261 config/tc-hppa.c:5696
5171msgid "could not update architecture and machine"
5172msgstr ""
5173
5174#: config/tc-hppa.c:2299
5175#, c-format
5176msgid "Invalid FP Compare Condition: %s"
5177msgstr ""
5178
5179#: config/tc-hppa.c:2354
5180#, c-format
5181msgid "Invalid FTEST completer: %s"
5182msgstr ""
5183
5184#: config/tc-hppa.c:2420 config/tc-hppa.c:2457
5185#, c-format
5186msgid "Invalid FP Operand Format: %3s"
5187msgstr ""
5188
5189#: config/tc-hppa.c:2591
5190msgid "Bad segment (should be absolute)."
5191msgstr ""
5192
5193#: config/tc-hppa.c:2617
5194#, c-format
5195msgid "Invalid argument location: %s\n"
5196msgstr ""
5197
5198#: config/tc-hppa.c:2646
5199#, c-format
5200msgid "Invalid argument description: %d"
5201msgstr ""
5202
5203#: config/tc-hppa.c:3474
5204msgid "Invalid Indexed Load Completer."
5205msgstr ""
5206
5207#: config/tc-hppa.c:3479
5208msgid "Invalid Indexed Load Completer Syntax."
5209msgstr ""
5210
5211#: config/tc-hppa.c:3513
5212msgid "Invalid Short Load/Store Completer."
5213msgstr ""
5214
5215#: config/tc-hppa.c:3573 config/tc-hppa.c:3578
5216msgid "Invalid Store Bytes Short Completer"
5217msgstr ""
5218
5219#: config/tc-hppa.c:3889 config/tc-hppa.c:3895
5220msgid "Invalid left/right combination completer"
5221msgstr ""
5222
5223#: config/tc-hppa.c:3944 config/tc-hppa.c:3951
5224msgid "Invalid permutation completer"
5225msgstr ""
5226
5227#: config/tc-hppa.c:4057
5228#, c-format
5229msgid "Invalid Add Condition: %s"
5230msgstr ""
5231
5232#: config/tc-hppa.c:4068 config/tc-hppa.c:4078
5233msgid "Invalid Add and Branch Condition"
5234msgstr ""
5235
5236#: config/tc-hppa.c:4099 config/tc-hppa.c:4236
5237msgid "Invalid Compare/Subtract Condition"
5238msgstr ""
5239
5240#: config/tc-hppa.c:4139
5241#, c-format
5242msgid "Invalid Bit Branch Condition: %c"
5243msgstr ""
5244
5245#: config/tc-hppa.c:4224
5246#, c-format
5247msgid "Invalid Compare/Subtract Condition: %s"
5248msgstr ""
5249
5250#: config/tc-hppa.c:4251
5251msgid "Invalid Compare and Branch Condition"
5252msgstr ""
5253
5254#: config/tc-hppa.c:4347
5255msgid "Invalid Logical Instruction Condition."
5256msgstr ""
5257
5258#: config/tc-hppa.c:4405
5259msgid "Invalid Shift/Extract/Deposit Condition."
5260msgstr ""
5261
5262#: config/tc-hppa.c:4517
5263msgid "Invalid Unit Instruction Condition."
5264msgstr ""
5265
5266#: config/tc-hppa.c:4992 config/tc-hppa.c:5024 config/tc-hppa.c:5055
5267#: config/tc-hppa.c:5085
5268msgid "Branch to unaligned address"
5269msgstr ""
5270
5271#: config/tc-hppa.c:5269
5272msgid "Invalid SFU identifier"
5273msgstr ""
5274
5275#: config/tc-hppa.c:5319
5276msgid "Invalid COPR identifier"
5277msgstr ""
5278
5279#: config/tc-hppa.c:5448
5280msgid "Invalid Floating Point Operand Format."
5281msgstr ""
5282
5283#: config/tc-hppa.c:5565 config/tc-hppa.c:5585 config/tc-hppa.c:5605
5284#: config/tc-hppa.c:5625 config/tc-hppa.c:5645
5285msgid "Invalid register for single precision fmpyadd or fmpysub"
5286msgstr ""
5287
5288#: config/tc-hppa.c:5713
5289#, c-format
5290msgid "Invalid operands %s"
5291msgstr ""
5292
5293#: config/tc-hppa.c:5723
5294#, c-format
5295msgid "Immediates %d and %d will give undefined behavior."
5296msgstr ""
5297
5298#: config/tc-hppa.c:5775 config/tc-hppa.c:7002 config/tc-hppa.c:7057
5299msgid "Missing function name for .PROC (corrupted label chain)"
5300msgstr ""
5301
5302#: config/tc-hppa.c:5778 config/tc-hppa.c:7060
5303msgid "Missing function name for .PROC"
5304msgstr ""
5305
5306#: config/tc-hppa.c:5837
5307msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
5308msgstr ""
5309
5310#: config/tc-hppa.c:5933
5311#, c-format
5312msgid "Invalid .CALL argument: %s"
5313msgstr ""
5314
5315#: config/tc-hppa.c:6081
5316msgid ".callinfo is not within a procedure definition"
5317msgstr ""
5318
5319#: config/tc-hppa.c:6101
5320#, c-format
5321msgid "FRAME parameter must be a multiple of 8: %d\n"
5322msgstr ""
5323
5324#: config/tc-hppa.c:6120
5325msgid "Value for ENTRY_GR must be in the range 3..18\n"
5326msgstr ""
5327
5328#: config/tc-hppa.c:6132
5329msgid "Value for ENTRY_FR must be in the range 12..21\n"
5330msgstr ""
5331
5332#: config/tc-hppa.c:6142
5333msgid "Value for ENTRY_SR must be 3\n"
5334msgstr ""
5335
5336#: config/tc-hppa.c:6198
5337#, c-format
5338msgid "Invalid .CALLINFO argument: %s"
5339msgstr ""
5340
5341#: config/tc-hppa.c:6308
5342msgid "The .ENTER pseudo-op is not supported"
5343msgstr ""
5344
5345#: config/tc-hppa.c:6324
5346msgid "Misplaced .entry. Ignored."
5347msgstr ""
5348
5349#: config/tc-hppa.c:6328
5350msgid "Missing .callinfo."
5351msgstr ""
5352
5353#: config/tc-hppa.c:6392
5354msgid ".REG expression must be a register"
5355msgstr ""
5356
5357#: config/tc-hppa.c:6408
5358msgid "bad or irreducible absolute expression; zero assumed"
5359msgstr ""
5360
5361#: config/tc-hppa.c:6419
5362msgid ".REG must use a label"
5363msgstr ""
5364
5365#: config/tc-hppa.c:6421
5366msgid ".EQU must use a label"
5367msgstr ""
5368
5369#: config/tc-hppa.c:6483
5370#, c-format
5371msgid "Symbol '%s' could not be created."
5372msgstr ""
5373
5374#: config/tc-hppa.c:6487
5375msgid "No memory for symbol name."
5376msgstr ""
5377
5378#: config/tc-hppa.c:6537
5379msgid ".EXIT must appear within a procedure"
5380msgstr ""
5381
5382#: config/tc-hppa.c:6541
5383msgid "Missing .callinfo"
5384msgstr ""
5385
5386#: config/tc-hppa.c:6545
5387msgid "No .ENTRY for this .EXIT"
5388msgstr ""
5389
5390#: config/tc-hppa.c:6585
5391#, c-format
5392msgid "Using ENTRY rather than CODE in export directive for %s"
5393msgstr ""
5394
5395#: config/tc-hppa.c:6708
5396#, c-format
5397msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
5398msgstr ""
5399
5400#: config/tc-hppa.c:6732
5401#, c-format
5402msgid "Cannot define export symbol: %s\n"
5403msgstr ""
5404
5405#: config/tc-hppa.c:6829
5406msgid "Missing label name on .LABEL"
5407msgstr ""
5408
5409#: config/tc-hppa.c:6834
5410msgid "extra .LABEL arguments ignored."
5411msgstr ""
5412
5413#: config/tc-hppa.c:6850
5414msgid "The .LEAVE pseudo-op is not supported"
5415msgstr ""
5416
5417#: config/tc-hppa.c:6888
5418msgid "Unrecognized .LEVEL argument\n"
5419msgstr ""
5420
5421#: config/tc-hppa.c:6922
5422#, c-format
5423msgid "Cannot define static symbol: %s\n"
5424msgstr ""
5425
5426#: config/tc-hppa.c:6956
5427msgid "Nested procedures"
5428msgstr ""
5429
5430#: config/tc-hppa.c:6966
5431msgid "Cannot allocate unwind descriptor\n"
5432msgstr ""
5433
5434#: config/tc-hppa.c:7064
5435msgid "misplaced .procend"
5436msgstr ""
5437
5438#: config/tc-hppa.c:7067
5439msgid "Missing .callinfo for this procedure"
5440msgstr ""
5441
5442#: config/tc-hppa.c:7070
5443msgid "Missing .EXIT for a .ENTRY"
5444msgstr ""
5445
5446#: config/tc-hppa.c:7107
5447msgid "Not in a space.\n"
5448msgstr ""
5449
5450#: config/tc-hppa.c:7110
5451msgid "Not in a subspace.\n"
5452msgstr ""
5453
5454#: config/tc-hppa.c:7199
5455msgid "Invalid .SPACE argument"
5456msgstr ""
5457
5458#: config/tc-hppa.c:7245
5459msgid "Can't change spaces within a procedure definition. Ignored"
5460msgstr ""
5461
5462#: config/tc-hppa.c:7373
5463#, c-format
5464msgid "Undefined space: '%s' Assuming space number = 0."
5465msgstr ""
5466
5467#: config/tc-hppa.c:7396
5468msgid "Must be in a space before changing or declaring subspaces.\n"
5469msgstr ""
5470
5471#: config/tc-hppa.c:7400
5472msgid "Can't change subspaces within a procedure definition. Ignored"
5473msgstr ""
5474
5475#: config/tc-hppa.c:7436
5476msgid "Parameters of an existing subspace can't be modified"
5477msgstr ""
5478
5479#: config/tc-hppa.c:7488
5480msgid "Alignment must be a power of 2"
5481msgstr ""
5482
5483#: config/tc-hppa.c:7535
5484msgid "FIRST not supported as a .SUBSPACE argument"
5485msgstr ""
5486
5487#: config/tc-hppa.c:7537
5488msgid "Invalid .SUBSPACE argument"
5489msgstr ""
5490
5491#: config/tc-hppa.c:7726
5492#, c-format
5493msgid "Internal error: Unable to find containing space for %s."
5494msgstr ""
5495
5496#: config/tc-hppa.c:7764
5497#, c-format
5498msgid "Out of memory: could not allocate new space chain entry: %s\n"
5499msgstr ""
5500
5501#: config/tc-hppa.c:7852
5502#, c-format
5503msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
5504msgstr ""
5505
5506#: config/tc-hppa.c:8297
5507msgid "-R option not supported on this target."
5508msgstr ""
5509
5510#: config/tc-hppa.c:8314 config/tc-sparc.c:815 config/tc-sparc.c:852
5511#, c-format
5512msgid "Internal error: can't hash `%s': %s\n"
5513msgstr ""
5514
5515#: config/tc-hppa.c:8323 config/tc-i860.c:236
5516#, c-format
5517msgid "internal error: losing opcode: `%s' \"%s\"\n"
5518msgstr ""
5519
5520#: config/tc-i370.c:419 config/tc-ppc.c:1155 config/tc-s390.c:406
5521#: config/tc-s390.c:413
5522#, c-format
5523msgid "invalid switch -m%s"
5524msgstr ""
5525
5526#: config/tc-i370.c:516 config/tc-s390.c:515
5527#, c-format
5528msgid "Internal assembler error for instruction %s"
5529msgstr ""
5530
5531#: config/tc-i370.c:535
5532#, c-format
5533msgid "Internal assembler error for macro %s"
5534msgstr ""
5535
5536#: config/tc-i370.c:630 config/tc-ppc.c:1862
5537msgid "identifier+constant@got means identifier@got+constant"
5538msgstr ""
5539
5540#: config/tc-i370.c:684 config/tc-m68k.c:8077 config/tc-ppc.c:1951
5541#, c-format
5542msgid "%s relocations do not fit in %d bytes\n"
5543msgstr ""
5544
5545#: config/tc-i370.c:926 config/tc-i370.c:966
5546msgid "unsupported DC type"
5547msgstr ""
5548
5549#: config/tc-i370.c:938 config/tc-i370.c:948 config/tc-i370.c:1530
5550#: config/tc-i370.c:1541
5551msgid "missing end-quote"
5552msgstr ""
5553
5554#: config/tc-i370.c:996
5555msgid "unsupported alignment"
5556msgstr ""
5557
5558#: config/tc-i370.c:1003
5559msgid "this DS form not yet supported"
5560msgstr ""
5561
5562#: config/tc-i370.c:1046 config/tc-m32r.c:1493 config/tc-microblaze.c:177
5563#: config/tc-ppc.c:2016 config/tc-ppc.c:4674
5564msgid "Expected comma after symbol-name: rest of line ignored."
5565msgstr ""
5566
5567#: config/tc-i370.c:1069 config/tc-m32r.c:1517 config/tc-microblaze.c:199
5568#: config/tc-ppc.c:2038 config/tc-ppc.c:3241 config/tc-ppc.c:4698
5569msgid "ignoring bad alignment"
5570msgstr ""
5571
5572#: config/tc-i370.c:1080 config/tc-m32r.c:1544 config/tc-microblaze.c:210
5573#: config/tc-ppc.c:2049 config/tc-ppc.c:4710
5574#, c-format
5575msgid "Ignoring attempt to re-define symbol `%s'."
5576msgstr ""
5577
5578#: config/tc-i370.c:1088 config/tc-microblaze.c:218 config/tc-ppc.c:2057
5579#, c-format
5580msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
5581msgstr ""
5582
5583#: config/tc-i370.c:1107 config/tc-m32r.c:1529 config/tc-microblaze.c:234
5584#: config/tc-ppc.c:2075 config/tc-v850.c:375
5585msgid "Common alignment not a power of 2"
5586msgstr ""
5587
5588#: config/tc-i370.c:1245
5589msgid "Missing or bad .using directive"
5590msgstr ""
5591
5592#: config/tc-i370.c:1290
5593msgid "Literal Pool Overflow"
5594msgstr ""
5595
5596#: config/tc-i370.c:1588
5597msgid "expression not a constant"
5598msgstr ""
5599
5600#: config/tc-i370.c:1595
5601msgid "Unknown/unsupported address literal type"
5602msgstr ""
5603
5604#: config/tc-i370.c:1618
5605#, c-format
5606msgid ".ltorg without prior .using in section %s"
5607msgstr ""
5608
5609#: config/tc-i370.c:1622
5610#, c-format
5611msgid ".ltorg in section %s paired to .using in section %s"
5612msgstr ""
5613
5614#: config/tc-i370.c:1645
5615#, c-format
5616msgid "bad alignment of %d bytes in literal pool"
5617msgstr ""
5618
5619#: config/tc-i370.c:1669
5620msgid "bad literal size\n"
5621msgstr ""
5622
5623#: config/tc-i370.c:1743
5624msgid ".using: base address expression illegal or too complex"
5625msgstr ""
5626
5627#: config/tc-i370.c:1778 config/tc-i370.c:1787
5628#, c-format
5629msgid "droping register %d in section %s does not match using register %d"
5630msgstr ""
5631
5632#: config/tc-i370.c:1791
5633#, c-format
5634msgid "droping register %d in section %s previously used in section %s"
5635msgstr ""
5636
5637#: config/tc-i370.c:1847 config/tc-ppc.c:3078
5638msgid "wrong number of operands"
5639msgstr ""
5640
5641#: config/tc-i370.c:1928 config/tc-mn10200.c:898 config/tc-mn10300.c:1251
5642#: config/tc-ppc.c:2374 config/tc-s390.c:1549 config/tc-v850.c:2024
5643#, c-format
5644msgid "Unrecognized opcode: `%s'"
5645msgstr ""
5646
5647#: config/tc-i370.c:2071
5648msgid "not using any base register"
5649msgstr ""
5650
5651#: config/tc-i370.c:2101
5652#, c-format
5653msgid "expecting a register for operand %d"
5654msgstr ""
5655
5656#. Not used --- don't have any 8 byte instructions.
5657#: config/tc-i370.c:2222
5658msgid "Internal Error: bad instruction length"
5659msgstr ""
5660
5661#: config/tc-i386.c:1848
5662#, c-format
5663msgid "%s shortened to %s"
5664msgstr ""
5665
5666#: config/tc-i386.c:1934
5667msgid "same type of prefix used twice"
5668msgstr ""
5669
5670#: config/tc-i386.c:1961
5671#, c-format
5672msgid "64bit mode not supported on `%s'."
5673msgstr "64 ビットモードは `%s' ではサポートされていません。"
5674
5675#: config/tc-i386.c:1970
5676#, c-format
5677msgid "32bit mode not supported on `%s'."
5678msgstr "32 ビットモードは `%s' ではサポートされていません。"
5679
5680#: config/tc-i386.c:2010
5681msgid "bad argument to syntax directive."
5682msgstr ""
5683
5684#: config/tc-i386.c:2059
5685msgid "bad argument to sse_check directive."
5686msgstr ""
5687
5688#: config/tc-i386.c:2063
5689msgid "missing argument for sse_check directive"
5690msgstr ""
5691
5692#: config/tc-i386.c:2093
5693#, c-format
5694msgid "`%s' is not supported on `%s'"
5695msgstr "`%s' は `%s' ではサポートされていません"
5696
5697#: config/tc-i386.c:2166
5698#, c-format
5699msgid "no such architecture: `%s'"
5700msgstr "そのようなアーキテクチャはありません: `%s'"
5701
5702#: config/tc-i386.c:2171
5703msgid "missing cpu architecture"
5704msgstr "CPU アーキテクチャがありません"
5705
5706#: config/tc-i386.c:2185
5707#, c-format
5708msgid "no such architecture modifier: `%s'"
5709msgstr ""
5710
5711#: config/tc-i386.c:2200 config/tc-i386.c:2215
5712msgid "Intel L1OM is 64bit ELF only"
5713msgstr "Intel L1OM は 64 ビット ELF のみです"
5714
5715#: config/tc-i386.c:2224 config/tc-i386.c:8494
5716msgid "Unknown architecture"
5717msgstr "不明なアーキテクチャ"
5718
5719#: config/tc-i386.c:2570
5720#, c-format
5721msgid "unknown relocation (%u)"
5722msgstr "不明な再配置 (%u)"
5723
5724#: config/tc-i386.c:2572
5725#, c-format
5726msgid "%u-byte relocation cannot be applied to %u-byte field"
5727msgstr ""
5728
5729#: config/tc-i386.c:2576
5730msgid "non-pc-relative relocation for pc-relative field"
5731msgstr ""
5732
5733#: config/tc-i386.c:2581
5734msgid "relocated field and relocation type differ in signedness"
5735msgstr ""
5736
5737#: config/tc-i386.c:2590
5738msgid "there are no unsigned pc-relative relocations"
5739msgstr ""
5740
5741#: config/tc-i386.c:2598
5742#, c-format
5743msgid "cannot do %u byte pc-relative relocation"
5744msgstr ""
5745
5746#: config/tc-i386.c:2615
5747#, c-format
5748msgid "cannot do %s %u byte relocation"
5749msgstr ""
5750
5751#: config/tc-i386.c:2899
5752#, c-format
5753msgid "can't use register '%s%s' as operand %d in '%s'."
5754msgstr ""
5755
5756#: config/tc-i386.c:3011
5757#, c-format
5758msgid "SSE instruction `%s' is used"
5759msgstr ""
5760
5761#: config/tc-i386.c:3025 config/tc-i386.c:4455
5762#, c-format
5763msgid "ambiguous operand size for `%s'"
5764msgstr ""
5765
5766#: config/tc-i386.c:3042
5767msgid "expecting lockable instruction after `lock'"
5768msgstr ""
5769
5770#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
5771#: config/tc-i386.c:3093
5772#, c-format
5773msgid "translating to `%sp'"
5774msgstr ""
5775
5776#: config/tc-i386.c:3148
5777#, c-format
5778msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
5779msgstr ""
5780
5781#: config/tc-i386.c:3191 config/tc-i386.c:3323
5782#, c-format
5783msgid "no such instruction: `%s'"
5784msgstr ""
5785
5786#: config/tc-i386.c:3202 config/tc-i386.c:3356
5787#, c-format
5788msgid "invalid character %s in mnemonic"
5789msgstr ""
5790
5791#: config/tc-i386.c:3209
5792msgid "expecting prefix; got nothing"
5793msgstr ""
5794
5795#: config/tc-i386.c:3211
5796msgid "expecting mnemonic; got nothing"
5797msgstr ""
5798
5799#: config/tc-i386.c:3226 config/tc-i386.c:3374
5800#, c-format
5801msgid "`%s' is only supported in 64-bit mode"
5802msgstr "`%s' は 64 ビットモードでのみサポートされています"
5803
5804#: config/tc-i386.c:3227 config/tc-i386.c:3373
5805#, c-format
5806msgid "`%s' is not supported in 64-bit mode"
5807msgstr "`%s' は 64 ビットモードではサポートされていません"
5808
5809#: config/tc-i386.c:3239
5810#, c-format
5811msgid "redundant %s prefix"
5812msgstr "冗長な %s 接頭辞です"
5813
5814#: config/tc-i386.c:3380
5815#, c-format
5816msgid "`%s' is not supported on `%s%s'"
5817msgstr "`%s' は `%s%s' ではサポートされていません"
5818
5819#: config/tc-i386.c:3391
5820msgid "use .code16 to ensure correct addressing mode"
5821msgstr ""
5822
5823#: config/tc-i386.c:3404
5824#, c-format
5825msgid "expecting string instruction after `%s'"
5826msgstr ""
5827
5828#: config/tc-i386.c:3436
5829#, c-format
5830msgid "invalid character %s before operand %d"
5831msgstr ""
5832
5833#: config/tc-i386.c:3450
5834#, c-format
5835msgid "unbalanced parenthesis in operand %d."
5836msgstr ""
5837
5838#: config/tc-i386.c:3453
5839#, c-format
5840msgid "unbalanced brackets in operand %d."
5841msgstr ""
5842
5843#: config/tc-i386.c:3462
5844#, c-format
5845msgid "invalid character %s in operand %d"
5846msgstr ""
5847
5848#: config/tc-i386.c:3490
5849#, c-format
5850msgid "spurious operands; (%d operands/instruction max)"
5851msgstr ""
5852
5853#: config/tc-i386.c:3513
5854msgid "expecting operand after ','; got nothing"
5855msgstr ""
5856
5857#: config/tc-i386.c:3518
5858msgid "expecting operand before ','; got nothing"
5859msgstr ""
5860
5861#: config/tc-i386.c:4156
5862msgid "operand size mismatch"
5863msgstr ""
5864
5865#: config/tc-i386.c:4159
5866msgid "operand type mismatch"
5867msgstr ""
5868
5869#: config/tc-i386.c:4162
5870msgid "register type mismatch"
5871msgstr ""
5872
5873#: config/tc-i386.c:4165
5874msgid "number of operands mismatch"
5875msgstr ""
5876
5877#: config/tc-i386.c:4168
5878msgid "invalid instruction suffix"
5879msgstr ""
5880
5881#: config/tc-i386.c:4171
5882msgid "Imm4 isn't the first operand"
5883msgstr ""
5884
5885#: config/tc-i386.c:4174
5886msgid "only supported with old gcc"
5887msgstr ""
5888
5889#: config/tc-i386.c:4177
5890msgid "unsupported with Intel mnemonic"
5891msgstr ""
5892
5893#: config/tc-i386.c:4180
5894msgid "unsupported syntax"
5895msgstr ""
5896
5897#: config/tc-i386.c:4183
5898msgid "unsupported"
5899msgstr ""
5900
5901#: config/tc-i386.c:4186
5902#, c-format
5903msgid "%s for `%s'"
5904msgstr ""
5905
5906#: config/tc-i386.c:4197
5907#, c-format
5908msgid "indirect %s without `*'"
5909msgstr ""
5910
5911#. Warn them that a data or address size prefix doesn't
5912#. affect assembly of the next line of code.
5913#: config/tc-i386.c:4205
5914#, c-format
5915msgid "stand-alone `%s' prefix"
5916msgstr ""
5917
5918#: config/tc-i386.c:4239 config/tc-i386.c:4255
5919#, c-format
5920msgid "`%s' operand %d must use `%ses' segment"
5921msgstr ""
5922
5923#. We have to know the operand size for crc32.
5924#: config/tc-i386.c:4309
5925#, c-format
5926msgid "ambiguous memory operand size for `%s`"
5927msgstr ""
5928
5929#: config/tc-i386.c:4428
5930msgid "no instruction mnemonic suffix given and no register operands; can't size instruction"
5931msgstr ""
5932
5933#: config/tc-i386.c:4565 config/tc-i386.c:4640 config/tc-i386.c:4669
5934#: config/tc-i386.c:4715 config/tc-i386.c:4753
5935#, c-format
5936msgid "Incorrect register `%s%s' used with `%c' suffix"
5937msgstr ""
5938
5939#: config/tc-i386.c:4573 config/tc-i386.c:4647 config/tc-i386.c:4760
5940#, c-format
5941msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
5942msgstr ""
5943
5944#: config/tc-i386.c:4599 config/tc-i386.c:4623 config/tc-i386.c:4691
5945#: config/tc-i386.c:4736
5946#, c-format
5947msgid "`%s%s' not allowed with `%s%c'"
5948msgstr ""
5949
5950#: config/tc-i386.c:4825
5951msgid "no instruction mnemonic suffix given; can't determine immediate size"
5952msgstr ""
5953
5954#: config/tc-i386.c:4861
5955#, c-format
5956msgid "the last operand of `%s' must be `%s%s'"
5957msgstr ""
5958
5959#: config/tc-i386.c:4864
5960#, c-format
5961msgid "the first operand of `%s' must be `%s%s'"
5962msgstr ""
5963
5964#: config/tc-i386.c:5012
5965#, c-format
5966msgid "you can't `pop %scs'"
5967msgstr ""
5968
5969#. Reversed arguments on faddp, fsubp, etc.
5970#: config/tc-i386.c:5041
5971#, c-format
5972msgid "translating to `%s %s%s,%s%s'"
5973msgstr ""
5974
5975#. Extraneous `l' suffix on fp insn.
5976#: config/tc-i386.c:5048
5977#, c-format
5978msgid "translating to `%s %s%s'"
5979msgstr ""
5980
5981#: config/tc-i386.c:5076
5982#, c-format
5983msgid "segment override on `%s' is ineffectual"
5984msgstr ""
5985
5986#: config/tc-i386.c:5734 config/tc-i386.c:5828 config/tc-i386.c:5873
5987msgid "skipping prefixes on this instruction"
5988msgstr ""
5989
5990#: config/tc-i386.c:5893
5991msgid "16-bit jump out of range"
5992msgstr ""
5993
5994#: config/tc-i386.c:5902
5995#, c-format
5996msgid "can't handle non absolute segment in `%s'"
5997msgstr ""
5998
5999#: config/tc-i386.c:6482
6000#, c-format
6001msgid "@%s reloc is not supported with %d-bit output format"
6002msgstr ""
6003
6004#: config/tc-i386.c:6529
6005#, c-format
6006msgid "missing or invalid expression `%s'"
6007msgstr ""
6008
6009#: config/tc-i386.c:6588
6010#, c-format
6011msgid "at most %d immediate operands are allowed"
6012msgstr ""
6013
6014#: config/tc-i386.c:6610 config/tc-i386.c:6857
6015#, c-format
6016msgid "junk `%s' after expression"
6017msgstr ""
6018
6019#: config/tc-i386.c:6631
6020#, c-format
6021msgid "missing or invalid immediate expression `%s'"
6022msgstr ""
6023
6024#: config/tc-i386.c:6654 config/tc-i386.c:6947
6025#, c-format
6026msgid "unimplemented segment %s in operand"
6027msgstr ""
6028
6029#: config/tc-i386.c:6661
6030#, c-format
6031msgid "illegal immediate register operand %s"
6032msgstr ""
6033
6034#: config/tc-i386.c:6709
6035#, c-format
6036msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
6037msgstr ""
6038
6039#: config/tc-i386.c:6718
6040#, c-format
6041msgid "scale factor of %d without an index register"
6042msgstr ""
6043
6044#: config/tc-i386.c:6740
6045#, c-format
6046msgid "at most %d displacement operands are allowed"
6047msgstr ""
6048
6049#: config/tc-i386.c:6913
6050#, c-format
6051msgid "missing or invalid displacement expression `%s'"
6052msgstr ""
6053
6054#: config/tc-i386.c:6930
6055#, c-format
6056msgid "0x%lx out range of signed 32bit displacement"
6057msgstr ""
6058
6059#: config/tc-i386.c:7034
6060#, c-format
6061msgid "`%s' is not valid here (expected `%c%s%s%c')"
6062msgstr ""
6063
6064#: config/tc-i386.c:7114
6065#, c-format
6066msgid "`%s' is not a valid %s expression"
6067msgstr ""
6068
6069#: config/tc-i386.c:7119
6070#, c-format
6071msgid "`%s' is not a valid %s-bit %s expression"
6072msgstr ""
6073
6074#: config/tc-i386.c:7200
6075#, c-format
6076msgid "bad memory operand `%s'"
6077msgstr ""
6078
6079#: config/tc-i386.c:7215
6080#, c-format
6081msgid "junk `%s' after register"
6082msgstr ""
6083
6084#: config/tc-i386.c:7228 config/tc-i386.c:7344 config/tc-i386.c:7385
6085#, c-format
6086msgid "bad register name `%s'"
6087msgstr ""
6088
6089#: config/tc-i386.c:7236
6090msgid "immediate operand illegal with absolute jump"
6091msgstr ""
6092
6093#: config/tc-i386.c:7258
6094#, c-format
6095msgid "too many memory references for `%s'"
6096msgstr ""
6097
6098#: config/tc-i386.c:7336
6099#, c-format
6100msgid "expecting `,' or `)' after index register in `%s'"
6101msgstr ""
6102
6103#: config/tc-i386.c:7361
6104#, c-format
6105msgid "expecting `)' after scale factor in `%s'"
6106msgstr ""
6107
6108#: config/tc-i386.c:7369
6109#, c-format
6110msgid "expecting index register or scale factor after `,'; got '%c'"
6111msgstr ""
6112
6113#: config/tc-i386.c:7377
6114#, c-format
6115msgid "expecting `,' or `)' after base register in `%s'"
6116msgstr ""
6117
6118#. It's not a memory operand; argh!
6119#: config/tc-i386.c:7421
6120#, c-format
6121msgid "invalid char %s beginning operand %d `%s'"
6122msgstr ""
6123
6124#: config/tc-i386.c:7603
6125msgid "long jump required"
6126msgstr ""
6127
6128#: config/tc-i386.c:7658
6129msgid "jump target out of range"
6130msgstr ""
6131
6132#: config/tc-i386.c:8172
6133msgid "No compiled in support for x86_64"
6134msgstr ""
6135
6136#: config/tc-i386.c:8204 config/tc-i386.c:8259
6137#, c-format
6138msgid "Invalid -march= option: `%s'"
6139msgstr ""
6140
6141#: config/tc-i386.c:8268 config/tc-i386.c:8280
6142#, c-format
6143msgid "Invalid -mtune= option: `%s'"
6144msgstr ""
6145
6146#: config/tc-i386.c:8289
6147#, c-format
6148msgid "Invalid -mmnemonic= option: `%s'"
6149msgstr ""
6150
6151#: config/tc-i386.c:8298
6152#, c-format
6153msgid "Invalid -msyntax= option: `%s'"
6154msgstr ""
6155
6156#: config/tc-i386.c:8325
6157#, c-format
6158msgid "Invalid -msse-check= option: `%s'"
6159msgstr ""
6160
6161#: config/tc-i386.c:8334
6162#, c-format
6163msgid "Invalid -mavxscalar= option: `%s'"
6164msgstr ""
6165
6166#: config/tc-i386.c:8426
6167#, c-format
6168msgid ""
6169"  -Q                      ignored\n"
6170"  -V                      print assembler version number\n"
6171"  -k                      ignored\n"
6172msgstr ""
6173
6174#: config/tc-i386.c:8431
6175#, c-format
6176msgid ""
6177"  -n                      Do not optimize code alignment\n"
6178"  -q                      quieten some warnings\n"
6179msgstr ""
6180
6181#: config/tc-i386.c:8435
6182#, c-format
6183msgid "  -s                      ignored\n"
6184msgstr ""
6185
6186#: config/tc-i386.c:8440
6187#, c-format
6188msgid "  --32/--64               generate 32bit/64bit code\n"
6189msgstr ""
6190
6191#: config/tc-i386.c:8444
6192#, c-format
6193msgid "  --divide                do not treat `/' as a comment character\n"
6194msgstr ""
6195
6196#: config/tc-i386.c:8447
6197#, c-format
6198msgid "  --divide                ignored\n"
6199msgstr ""
6200
6201#: config/tc-i386.c:8450
6202#, c-format
6203msgid ""
6204"  -march=CPU[,+EXTENSION...]\n"
6205"                          generate code for CPU and EXTENSION, CPU is one of:\n"
6206msgstr ""
6207
6208#: config/tc-i386.c:8454
6209#, c-format
6210msgid "                          EXTENSION is combination of:\n"
6211msgstr ""
6212
6213#: config/tc-i386.c:8457
6214#, c-format
6215msgid "  -mtune=CPU              optimize for CPU, CPU is one of:\n"
6216msgstr ""
6217
6218#: config/tc-i386.c:8460
6219#, c-format
6220msgid "  -msse2avx               encode SSE instructions with VEX prefix\n"
6221msgstr ""
6222
6223#: config/tc-i386.c:8462
6224#, c-format
6225msgid ""
6226"  -msse-check=[none|error|warning]\n"
6227"                          check SSE instructions\n"
6228msgstr ""
6229
6230#: config/tc-i386.c:8465
6231#, c-format
6232msgid ""
6233"  -mavxscalar=[128|256]   encode scalar AVX instructions with specific vector\n"
6234"                           length\n"
6235msgstr ""
6236
6237#: config/tc-i386.c:8468
6238#, c-format
6239msgid "  -mmnemonic=[att|intel]  use AT&T/Intel mnemonic\n"
6240msgstr ""
6241
6242#: config/tc-i386.c:8470
6243#, c-format
6244msgid "  -msyntax=[att|intel]    use AT&T/Intel syntax\n"
6245msgstr ""
6246
6247#: config/tc-i386.c:8472
6248#, c-format
6249msgid "  -mindex-reg             support pseudo index registers\n"
6250msgstr ""
6251
6252#: config/tc-i386.c:8474
6253#, c-format
6254msgid "  -mnaked-reg             don't require `%%' prefix for registers\n"
6255msgstr ""
6256
6257#: config/tc-i386.c:8476
6258#, c-format
6259msgid "  -mold-gcc               support old (<= 2.8.1) versions of gcc\n"
6260msgstr "  -mold-gcc               古いバージョン (<= 2.8.1) の gcc をサポートする\n"
6261
6262#: config/tc-i386.c:8530
6263msgid "Intel L1OM is 64bit only"
6264msgstr "Intel L1OM は 64 ビットのみです"
6265
6266#: config/tc-i386.c:8753
6267#, c-format
6268msgid "can not do %d byte pc-relative relocation"
6269msgstr ""
6270
6271#: config/tc-i386.c:8771
6272#, c-format
6273msgid "can not do %d byte relocation"
6274msgstr "%d バイトの再配置は行えません"
6275
6276#: config/tc-i386.c:8854 config/tc-s390.c:2239
6277#, c-format
6278msgid "cannot represent relocation type %s"
6279msgstr "再配置型 %s を表現できません"
6280
6281#: config/tc-i386.c:8961
6282msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
6283msgstr ""
6284
6285#: config/tc-i386.c:8964
6286msgid "bad .section directive: want a,w,x,M,S,G,T in string"
6287msgstr ""
6288
6289#: config/tc-i386.c:8983
6290msgid ".largecomm supported only in 64bit mode, producing .comm"
6291msgstr ""
6292
6293#: config/tc-i860.c:122
6294msgid "Directive .dual available only with -mintel-syntax option"
6295msgstr ""
6296
6297#: config/tc-i860.c:132
6298msgid "Directive .enddual available only with -mintel-syntax option"
6299msgstr ""
6300
6301#: config/tc-i860.c:145
6302msgid "Directive .atmp available only with -mintel-syntax option"
6303msgstr ""
6304
6305#: config/tc-i860.c:167 config/tc-i860.c:171
6306msgid "Unknown temporary pseudo register"
6307msgstr ""
6308
6309#: config/tc-i860.c:247
6310msgid "Defective assembler.  No assembly attempted."
6311msgstr ""
6312
6313#: config/tc-i860.c:393 config/tc-i860.c:939 config/tc-m68k.c:3914
6314#: config/tc-m68k.c:3946 config/tc-sparc.c:2697
6315msgid "failed sanity check."
6316msgstr ""
6317
6318#: config/tc-i860.c:400
6319#, c-format
6320msgid "Expanded opcode after delayed branch: `%s'"
6321msgstr ""
6322
6323#: config/tc-i860.c:404
6324#, c-format
6325msgid "Expanded opcode in dual mode: `%s'"
6326msgstr ""
6327
6328#: config/tc-i860.c:408
6329#, c-format
6330msgid "An instruction was expanded (%s)"
6331msgstr ""
6332
6333#: config/tc-i860.c:675
6334msgid "Pipelined instruction: fsrc1 = fdest"
6335msgstr ""
6336
6337#: config/tc-i860.c:878 config/tc-i860.c:885 config/tc-i860.c:892
6338msgid "Assembler does not yet support PIC"
6339msgstr ""
6340
6341#: config/tc-i860.c:956
6342#, c-format
6343msgid "Illegal operands for %s"
6344msgstr ""
6345
6346#: config/tc-i860.c:973
6347#, c-format
6348msgid "'d.%s' must be 8-byte aligned"
6349msgstr ""
6350
6351#: config/tc-i860.c:981
6352#, c-format
6353msgid "Prefix 'd.' invalid for instruction `%s'"
6354msgstr ""
6355
6356#: config/tc-i860.c:1134
6357#, c-format
6358msgid ""
6359"  -EL\t\t\t  generate code for little endian mode (default)\n"
6360"  -EB\t\t\t  generate code for big endian mode\n"
6361"  -mwarn-expand\t\t  warn if pseudo operations are expanded\n"
6362"  -mxp\t\t\t  enable i860XP support (disabled by default)\n"
6363"  -mintel-syntax\t  enable Intel syntax (default to AT&T/SVR4)\n"
6364msgstr ""
6365
6366#. SVR4 compatibility flags.
6367#: config/tc-i860.c:1142
6368#, c-format
6369msgid ""
6370"  -V\t\t\t  print assembler version number\n"
6371"  -Qy, -Qn\t\t  ignored\n"
6372msgstr ""
6373
6374#: config/tc-i860.c:1205
6375msgid "This immediate requires 0 MOD 2 alignment"
6376msgstr ""
6377
6378#: config/tc-i860.c:1208
6379msgid "This immediate requires 0 MOD 4 alignment"
6380msgstr ""
6381
6382#: config/tc-i860.c:1211
6383msgid "This immediate requires 0 MOD 8 alignment"
6384msgstr ""
6385
6386#: config/tc-i860.c:1214
6387msgid "This immediate requires 0 MOD 16 alignment"
6388msgstr ""
6389
6390#: config/tc-i860.c:1309
6391msgid "5-bit immediate too large"
6392msgstr ""
6393
6394#: config/tc-i860.c:1312
6395msgid "5-bit field must be absolute"
6396msgstr ""
6397
6398#: config/tc-i860.c:1357 config/tc-i860.c:1380
6399msgid "A branch offset requires 0 MOD 4 alignment"
6400msgstr ""
6401
6402#: config/tc-i860.c:1401
6403#, c-format
6404msgid "Unrecognized fix-up (0x%08lx)"
6405msgstr ""
6406
6407#: config/tc-i960.c:486
6408#, c-format
6409msgid "Hashing returned \"%s\"."
6410msgstr ""
6411
6412#: config/tc-i960.c:582 config/tc-i960.c:1112
6413msgid "expression syntax error"
6414msgstr ""
6415
6416#: config/tc-i960.c:618
6417msgid "attempt to branch into different segment"
6418msgstr ""
6419
6420#: config/tc-i960.c:622
6421#, c-format
6422msgid "target of %s instruction must be a label"
6423msgstr ""
6424
6425#: config/tc-i960.c:732
6426msgid "unaligned register"
6427msgstr ""
6428
6429#: config/tc-i960.c:754
6430msgid "no such sfr in this architecture"
6431msgstr ""
6432
6433#: config/tc-i960.c:792
6434msgid "illegal literal"
6435msgstr ""
6436
6437#: config/tc-i960.c:942
6438msgid "invalid index register"
6439msgstr ""
6440
6441#: config/tc-i960.c:965
6442msgid "invalid scale factor"
6443msgstr ""
6444
6445#: config/tc-i960.c:1189
6446msgid "architecture of opcode conflicts with that of earlier instruction(s)"
6447msgstr ""
6448
6449#: config/tc-i960.c:1423 config/tc-xtensa.c:11519
6450msgid "too many operands"
6451msgstr ""
6452
6453#. We never moved: there was no opcode either!
6454#: config/tc-i960.c:1471
6455msgid "missing opcode"
6456msgstr ""
6457
6458#: config/tc-i960.c:1611
6459msgid "branch prediction invalid on this opcode"
6460msgstr ""
6461
6462#: config/tc-i960.c:1649
6463#, c-format
6464msgid "invalid opcode, \"%s\"."
6465msgstr ""
6466
6467#: config/tc-i960.c:1651
6468#, c-format
6469msgid "improper number of operands.  expecting %d, got %d"
6470msgstr ""
6471
6472#: config/tc-i960.c:1751
6473#, c-format
6474msgid "Fixup of %ld too large for field width of %d"
6475msgstr ""
6476
6477#: config/tc-i960.c:1861
6478#, c-format
6479msgid "invalid architecture %s"
6480msgstr ""
6481
6482#: config/tc-i960.c:1881
6483#, c-format
6484msgid "I960 options:\n"
6485msgstr ""
6486
6487#: config/tc-i960.c:1884
6488#, c-format
6489msgid ""
6490"\n"
6491"\t\t\tspecify variant of 960 architecture\n"
6492"-b\t\t\tadd code to collect statistics about branches taken\n"
6493"-link-relax\t\tpreserve individual alignment directives so linker\n"
6494"\t\t\tcan do relaxing (b.out format only)\n"
6495"-no-relax\t\tdon't alter compare-and-branch instructions for\n"
6496"\t\t\tlong displacements\n"
6497msgstr ""
6498
6499#: config/tc-i960.c:2146
6500msgid "should have 1 or 2 operands"
6501msgstr ""
6502
6503#: config/tc-i960.c:2154 config/tc-i960.c:2169
6504#, c-format
6505msgid "Redefining leafproc %s"
6506msgstr ""
6507
6508#: config/tc-i960.c:2199
6509msgid "should have two operands"
6510msgstr ""
6511
6512#: config/tc-i960.c:2209
6513msgid "'entry_num' must be absolute number in [0,31]"
6514msgstr ""
6515
6516#: config/tc-i960.c:2217
6517#, c-format
6518msgid "Redefining entrynum for sysproc %s"
6519msgstr ""
6520
6521#. Should not happen: see block comment above.
6522#: config/tc-i960.c:2317
6523#, c-format
6524msgid "Trying to 'bal' to %s"
6525msgstr ""
6526
6527#: config/tc-i960.c:2327
6528msgid "Looks like a proc, but can't tell what kind.\n"
6529msgstr ""
6530
6531#: config/tc-i960.c:2346
6532msgid "big endian mode is not supported"
6533msgstr ""
6534
6535#: config/tc-i960.c:2348
6536#, c-format
6537msgid "ignoring unrecognized .endian type `%s'"
6538msgstr ""
6539
6540#: config/tc-i960.c:2393
6541msgid "can't use COBR format with external label"
6542msgstr ""
6543
6544#: config/tc-i960.c:2568
6545msgid "option --link-relax is only supported in b.out format"
6546msgstr ""
6547
6548#: config/tc-i960.c:2595
6549#, c-format
6550msgid "No 'bal' entry point for leafproc %s"
6551msgstr ""
6552
6553#: config/tc-ia64.c:864
6554msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string"
6555msgstr ""
6556
6557#: config/tc-ia64.c:916
6558msgid "Size of frame exceeds maximum of 96 registers"
6559msgstr ""
6560
6561#: config/tc-ia64.c:921
6562msgid "Size of rotating registers exceeds frame size"
6563msgstr ""
6564
6565#: config/tc-ia64.c:1008
6566msgid "Unwind directive not followed by an instruction."
6567msgstr ""
6568
6569#: config/tc-ia64.c:1017 config/tc-ia64.c:7447
6570msgid "qualifying predicate not followed by instruction"
6571msgstr ""
6572
6573#: config/tc-ia64.c:1082 config/tc-ia64.c:1116
6574msgid "record type is not valid"
6575msgstr ""
6576
6577#: config/tc-ia64.c:1185
6578msgid "Invalid record type for P3 format."
6579msgstr ""
6580
6581#: config/tc-ia64.c:1221
6582msgid "Invalid record type for format P6"
6583msgstr ""
6584
6585#: config/tc-ia64.c:1401 config/tc-ia64.c:1453
6586msgid "Invalid record type for format B1"
6587msgstr ""
6588
6589#: config/tc-ia64.c:1486
6590msgid "Invalid record type for format X1"
6591msgstr ""
6592
6593#: config/tc-ia64.c:1528
6594msgid "Invalid record type for format X3"
6595msgstr ""
6596
6597#: config/tc-ia64.c:1566
6598msgid "Previous .save incomplete"
6599msgstr ""
6600
6601#: config/tc-ia64.c:2391
6602msgid "spill_mask record unimplemented."
6603msgstr ""
6604
6605#: config/tc-ia64.c:2448
6606msgid "record_type_not_valid"
6607msgstr ""
6608
6609#: config/tc-ia64.c:2533
6610msgid "Ignoring attempt to spill beyond end of region"
6611msgstr ""
6612
6613#: config/tc-ia64.c:2592
6614msgid "Only constant space allocation is supported"
6615msgstr ""
6616
6617#: config/tc-ia64.c:2606
6618msgid "Only constant offsets are supported"
6619msgstr ""
6620
6621#: config/tc-ia64.c:2629
6622msgid "Section switching in code is not supported."
6623msgstr ""
6624
6625#: config/tc-ia64.c:2671
6626msgid " Insn slot not set in unwind record."
6627msgstr ""
6628
6629#: config/tc-ia64.c:2745
6630msgid "frgr_mem record before region record!"
6631msgstr ""
6632
6633#: config/tc-ia64.c:2756
6634msgid "fr_mem record before region record!"
6635msgstr ""
6636
6637#: config/tc-ia64.c:2765
6638msgid "gr_mem record before region record!"
6639msgstr ""
6640
6641#: config/tc-ia64.c:2774
6642msgid "br_mem record before region record!"
6643msgstr ""
6644
6645#: config/tc-ia64.c:2784
6646msgid "gr_gr record before region record!"
6647msgstr ""
6648
6649#: config/tc-ia64.c:2792
6650msgid "br_gr record before region record!"
6651msgstr ""
6652
6653#: config/tc-ia64.c:2910
6654#, c-format
6655msgid "First operand to .%s must be a predicate"
6656msgstr ""
6657
6658#: config/tc-ia64.c:2914
6659#, c-format
6660msgid "Pointless use of p0 as first operand to .%s"
6661msgstr ""
6662
6663#: config/tc-ia64.c:2970
6664#, c-format
6665msgid "Operand %d to .%s must be a preserved register"
6666msgstr ""
6667
6668#: config/tc-ia64.c:3006
6669#, c-format
6670msgid "Operand %d to .%s must be a writable register"
6671msgstr ""
6672
6673#: config/tc-ia64.c:3031
6674#, c-format
6675msgid "Radix `%s' unsupported or invalid"
6676msgstr ""
6677
6678#: config/tc-ia64.c:3061 config/tc-ia64.c:3066
6679#, c-format
6680msgid ".%s outside of %s"
6681msgstr ""
6682
6683#: config/tc-ia64.c:3151
6684msgid "Tags on unwind pseudo-ops aren't supported, yet"
6685msgstr ""
6686
6687#: config/tc-ia64.c:3173
6688msgid "First operand to .fframe must be a constant"
6689msgstr ""
6690
6691#: config/tc-ia64.c:3193
6692msgid "First operand to .vframe must be a general register"
6693msgstr ""
6694
6695#: config/tc-ia64.c:3201
6696msgid "Operand of .vframe contradicts .prologue"
6697msgstr ""
6698
6699#: config/tc-ia64.c:3211
6700msgid ".vframepsp is meaningless, assuming .vframesp was meant"
6701msgstr ""
6702
6703#: config/tc-ia64.c:3219
6704msgid "Operand to .vframesp must be a constant (sp-relative offset)"
6705msgstr ""
6706
6707#: config/tc-ia64.c:3246
6708msgid "First operand to .save not a register"
6709msgstr ""
6710
6711#: config/tc-ia64.c:3252
6712msgid "Second operand to .save not a valid register"
6713msgstr ""
6714
6715#: config/tc-ia64.c:3283 config/tc-ia64.c:3294 config/tc-ia64.c:3302
6716msgid "Second operand of .save contradicts .prologue"
6717msgstr ""
6718
6719#: config/tc-ia64.c:3309
6720msgid "First operand to .save not a valid register"
6721msgstr ""
6722
6723#: config/tc-ia64.c:3327
6724msgid "First operand to .restore must be stack pointer (sp)"
6725msgstr ""
6726
6727#: config/tc-ia64.c:3336
6728msgid "Second operand to .restore must be a constant >= 0"
6729msgstr ""
6730
6731#: config/tc-ia64.c:3346
6732#, c-format
6733msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
6734msgstr ""
6735
6736#: config/tc-ia64.c:3433
6737#, c-format
6738msgid "Illegal section name `%s' (causes unwind section name clash)"
6739msgstr ""
6740
6741#: config/tc-ia64.c:3624
6742msgid "First operand to .altrp not a valid branch register"
6743msgstr ""
6744
6745#: config/tc-ia64.c:3653
6746#, c-format
6747msgid "First operand to .%s not a register"
6748msgstr ""
6749
6750#: config/tc-ia64.c:3658
6751#, c-format
6752msgid "Second operand to .%s not a constant"
6753msgstr ""
6754
6755#: config/tc-ia64.c:3725
6756#, c-format
6757msgid "First operand to .%s not a valid register"
6758msgstr ""
6759
6760#: config/tc-ia64.c:3748
6761msgid "First operand to .save.g must be a positive 4-bit constant"
6762msgstr ""
6763
6764#: config/tc-ia64.c:3761
6765msgid "Second operand to .save.g must be a general register"
6766msgstr ""
6767
6768#: config/tc-ia64.c:3766
6769#, c-format
6770msgid "Second operand to .save.g must be the first of %d general registers"
6771msgstr ""
6772
6773#: config/tc-ia64.c:3789
6774msgid "Operand to .save.f must be a positive 20-bit constant"
6775msgstr ""
6776
6777#: config/tc-ia64.c:3812
6778msgid "First operand to .save.b must be a positive 5-bit constant"
6779msgstr ""
6780
6781#: config/tc-ia64.c:3825
6782msgid "Second operand to .save.b must be a general register"
6783msgstr ""
6784
6785#: config/tc-ia64.c:3830
6786#, c-format
6787msgid "Second operand to .save.b must be the first of %d general registers"
6788msgstr ""
6789
6790#: config/tc-ia64.c:3856
6791msgid "First operand to .save.gf must be a non-negative 4-bit constant"
6792msgstr ""
6793
6794#: config/tc-ia64.c:3864
6795msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
6796msgstr ""
6797
6798#: config/tc-ia64.c:3872
6799msgid "Operands to .save.gf may not be both zero"
6800msgstr ""
6801
6802#: config/tc-ia64.c:3889
6803msgid "Operand to .spill must be a constant"
6804msgstr ""
6805
6806#: config/tc-ia64.c:3958
6807#, c-format
6808msgid "Operand %d to .%s must be a constant"
6809msgstr ""
6810
6811#: config/tc-ia64.c:3979
6812#, c-format
6813msgid "Missing .label_state %ld"
6814msgstr ""
6815
6816#: config/tc-ia64.c:4033
6817msgid "Operand to .label_state must be a constant"
6818msgstr ""
6819
6820#: config/tc-ia64.c:4052
6821msgid "Operand to .copy_state must be a constant"
6822msgstr ""
6823
6824#: config/tc-ia64.c:4075
6825msgid "First operand to .unwabi must be a constant"
6826msgstr ""
6827
6828#: config/tc-ia64.c:4081
6829msgid "Second operand to .unwabi must be a constant"
6830msgstr ""
6831
6832#: config/tc-ia64.c:4116
6833msgid "Missing .endp after previous .proc"
6834msgstr ""
6835
6836#: config/tc-ia64.c:4135
6837msgid "Empty argument of .proc"
6838msgstr ""
6839
6840#: config/tc-ia64.c:4140
6841#, c-format
6842msgid "`%s' was already defined"
6843msgstr ""
6844
6845#: config/tc-ia64.c:4183
6846msgid "Initial .body should precede any instructions"
6847msgstr ""
6848
6849#: config/tc-ia64.c:4202
6850msgid ".prologue within prologue"
6851msgstr ""
6852
6853#: config/tc-ia64.c:4207
6854msgid "Initial .prologue should precede any instructions"
6855msgstr ""
6856
6857#: config/tc-ia64.c:4217
6858msgid "First operand to .prologue must be a positive 4-bit constant"
6859msgstr ""
6860
6861#: config/tc-ia64.c:4219
6862msgid "Pointless use of zero first operand to .prologue"
6863msgstr ""
6864
6865#: config/tc-ia64.c:4233
6866msgid "Using a constant as second operand to .prologue is deprecated"
6867msgstr ""
6868
6869#: config/tc-ia64.c:4239
6870msgid "Second operand to .prologue must be a general register"
6871msgstr ""
6872
6873#: config/tc-ia64.c:4244
6874#, c-format
6875msgid "Second operand to .prologue must be the first of %d general registers"
6876msgstr ""
6877
6878#: config/tc-ia64.c:4356
6879#, c-format
6880msgid "`%s' was not defined within procedure"
6881msgstr ""
6882
6883#: config/tc-ia64.c:4394
6884msgid "Empty argument of .endp"
6885msgstr ""
6886
6887#: config/tc-ia64.c:4408
6888#, c-format
6889msgid "`%s' was not specified with previous .proc"
6890msgstr ""
6891
6892#: config/tc-ia64.c:4423
6893#, c-format
6894msgid "`%s' should be an operand to this .endp"
6895msgstr ""
6896
6897#: config/tc-ia64.c:4464 config/tc-ia64.c:4802 config/tc-ia64.c:5109
6898msgid "Comma expected"
6899msgstr ""
6900
6901#: config/tc-ia64.c:4505
6902msgid "Expected '['"
6903msgstr ""
6904
6905#: config/tc-ia64.c:4514 config/tc-ia64.c:7582
6906msgid "Expected ']'"
6907msgstr ""
6908
6909#: config/tc-ia64.c:4519
6910msgid "Number of elements must be positive"
6911msgstr ""
6912
6913#: config/tc-ia64.c:4530
6914#, c-format
6915msgid "Used more than the declared %d rotating registers"
6916msgstr ""
6917
6918#: config/tc-ia64.c:4538
6919msgid "Used more than the available 96 rotating registers"
6920msgstr ""
6921
6922#: config/tc-ia64.c:4545
6923msgid "Used more than the available 48 rotating registers"
6924msgstr ""
6925
6926#: config/tc-ia64.c:4573
6927#, c-format
6928msgid "Attempt to redefine register set `%s'"
6929msgstr ""
6930
6931#: config/tc-ia64.c:4639
6932#, c-format
6933msgid "Unknown psr option `%s'"
6934msgstr ""
6935
6936#: config/tc-ia64.c:4687
6937msgid "Missing section name"
6938msgstr ""
6939
6940#: config/tc-ia64.c:4697
6941msgid "Comma expected after section name"
6942msgstr ""
6943
6944#: config/tc-ia64.c:4708
6945msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
6946msgstr ""
6947
6948#: config/tc-ia64.c:4797
6949msgid "Register name expected"
6950msgstr ""
6951
6952#: config/tc-ia64.c:4810
6953msgid "Register value annotation ignored"
6954msgstr ""
6955
6956#: config/tc-ia64.c:4849
6957msgid "Directive invalid within a bundle"
6958msgstr ""
6959
6960#: config/tc-ia64.c:4940
6961msgid "Missing predicate relation type"
6962msgstr ""
6963
6964#: config/tc-ia64.c:4946
6965msgid "Unrecognized predicate relation type"
6966msgstr ""
6967
6968#: config/tc-ia64.c:4992
6969msgid "Bad register range"
6970msgstr ""
6971
6972#: config/tc-ia64.c:5001 config/tc-ia64.c:7527
6973msgid "Predicate register expected"
6974msgstr ""
6975
6976#: config/tc-ia64.c:5006
6977msgid "Duplicate predicate register ignored"
6978msgstr ""
6979
6980#: config/tc-ia64.c:5022
6981msgid "Predicate source and target required"
6982msgstr ""
6983
6984#: config/tc-ia64.c:5024 config/tc-ia64.c:5036
6985msgid "Use of p0 is not valid in this context"
6986msgstr ""
6987
6988#: config/tc-ia64.c:5031
6989msgid "At least two PR arguments expected"
6990msgstr ""
6991
6992#: config/tc-ia64.c:5045
6993msgid "At least one PR argument expected"
6994msgstr ""
6995
6996#: config/tc-ia64.c:5080
6997#, c-format
6998msgid "Inserting \"%s\" into entry hint table failed: %s"
6999msgstr ""
7000
7001#. FIXME -- need 62-bit relocation type
7002#: config/tc-ia64.c:5548
7003msgid "62-bit relocation not yet implemented"
7004msgstr ""
7005
7006#. XXX technically, this is wrong: we should not be issuing warning
7007#. messages until we're sure this instruction pattern is going to
7008#. be used!
7009#: config/tc-ia64.c:5632
7010msgid "lower 16 bits of mask ignored"
7011msgstr ""
7012
7013#: config/tc-ia64.c:5946
7014msgid "Expected separator `='"
7015msgstr ""
7016
7017#: config/tc-ia64.c:5980
7018msgid "Duplicate equal sign (=) in instruction"
7019msgstr ""
7020
7021#: config/tc-ia64.c:5987
7022#, c-format
7023msgid "Illegal operand separator `%c'"
7024msgstr ""
7025
7026#: config/tc-ia64.c:6102
7027#, c-format
7028msgid "Operand %u of `%s' should be %s"
7029msgstr ""
7030
7031#: config/tc-ia64.c:6106
7032msgid "Wrong number of output operands"
7033msgstr ""
7034
7035#: config/tc-ia64.c:6108
7036msgid "Wrong number of input operands"
7037msgstr ""
7038
7039#: config/tc-ia64.c:6110
7040msgid "Operand mismatch"
7041msgstr ""
7042
7043#: config/tc-ia64.c:6192
7044#, c-format
7045msgid "Invalid use of `%c%d' as output operand"
7046msgstr ""
7047
7048#: config/tc-ia64.c:6195
7049#, c-format
7050msgid "Invalid use of `r%d' as base update address operand"
7051msgstr ""
7052
7053#: config/tc-ia64.c:6219
7054#, c-format
7055msgid "Invalid duplicate use of `%c%d'"
7056msgstr ""
7057
7058#: config/tc-ia64.c:6226
7059#, c-format
7060msgid "Invalid simultaneous use of `f%d' and `f%d'"
7061msgstr ""
7062
7063#: config/tc-ia64.c:6232
7064#, c-format
7065msgid "Dangerous simultaneous use of `f%d' and `f%d'"
7066msgstr ""
7067
7068#: config/tc-ia64.c:6276
7069msgid "Value truncated to 62 bits"
7070msgstr ""
7071
7072#: config/tc-ia64.c:6339
7073#, c-format
7074msgid "Bad operand value: %s"
7075msgstr ""
7076
7077#. Give an error if a frag containing code is not aligned to a 16 byte
7078#. boundary.
7079#: config/tc-ia64.c:6414 config/tc-ia64.h:177
7080msgid "instruction address is not a multiple of 16"
7081msgstr ""
7082
7083#: config/tc-ia64.c:6482
7084#, c-format
7085msgid "`%s' must be last in bundle"
7086msgstr ""
7087
7088#: config/tc-ia64.c:6514
7089#, c-format
7090msgid "Internal error: don't know how to force %s to end of instruction group"
7091msgstr ""
7092
7093#: config/tc-ia64.c:6527
7094#, c-format
7095msgid "`%s' must be last in instruction group"
7096msgstr ""
7097
7098#: config/tc-ia64.c:6557
7099msgid "Label must be first in a bundle"
7100msgstr ""
7101
7102#: config/tc-ia64.c:6634
7103msgid "hint in B unit may be treated as nop"
7104msgstr ""
7105
7106#: config/tc-ia64.c:6645
7107msgid "hint in B unit can't be used"
7108msgstr ""
7109
7110#: config/tc-ia64.c:6659
7111msgid "emit_one_bundle: unexpected dynamic op"
7112msgstr ""
7113
7114#: config/tc-ia64.c:6782
7115#, c-format
7116msgid "`%s' does not fit into %s template"
7117msgstr ""
7118
7119#: config/tc-ia64.c:6797
7120#, c-format
7121msgid "`%s' does not fit into bundle"
7122msgstr ""
7123
7124#: config/tc-ia64.c:6809
7125#, c-format
7126msgid "`%s' can't go in %s of %s template"
7127msgstr ""
7128
7129#: config/tc-ia64.c:6815
7130msgid "Missing '}' at end of file"
7131msgstr ""
7132
7133#: config/tc-ia64.c:6962
7134#, c-format
7135msgid "Unrecognized option '-x%s'"
7136msgstr ""
7137
7138#: config/tc-ia64.c:6989
7139msgid ""
7140"IA-64 options:\n"
7141"  --mconstant-gp\t  mark output file as using the constant-GP model\n"
7142"\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
7143"  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
7144"\t\t\t  without function descriptors (sets ELF header flag\n"
7145"\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
7146"  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
7147"  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
7148"  -mtune=[itanium1|itanium2]\n"
7149"\t\t\t  tune for a specific CPU (default -mtune=itanium2)\n"
7150"  -munwind-check=[warning|error]\n"
7151"\t\t\t  unwind directive check (default -munwind-check=warning)\n"
7152"  -mhint.b=[ok|warning|error]\n"
7153"\t\t\t  hint.b check (default -mhint.b=error)\n"
7154"  -x | -xexplicit\t  turn on dependency violation checking\n"
7155"  -xauto\t\t  automagically remove dependency violations (default)\n"
7156"  -xnone\t\t  turn off dependency violation checking\n"
7157"  -xdebug\t\t  debug dependency violation checker\n"
7158"  -xdebugn\t\t  debug dependency violation checker but turn off\n"
7159"\t\t\t  dependency violation checking\n"
7160"  -xdebugx\t\t  debug dependency violation checker and turn on\n"
7161"\t\t\t  dependency violation checking\n"
7162msgstr ""
7163
7164#: config/tc-ia64.c:7019
7165msgid "--gstabs is not supported for ia64"
7166msgstr ""
7167
7168#: config/tc-ia64.c:7257
7169#, c-format
7170msgid "ia64.md_begin: can't hash `%s': %s"
7171msgstr ""
7172
7173#: config/tc-ia64.c:7318
7174#, c-format
7175msgid "Inserting \"%s\" into constant hash table failed: %s"
7176msgstr ""
7177
7178#: config/tc-ia64.c:7330 config/tc-mips.c:1905
7179msgid "Could not set architecture and machine"
7180msgstr ""
7181
7182#: config/tc-ia64.c:7462
7183msgid "Explicit stops are ignored in auto mode"
7184msgstr ""
7185
7186#: config/tc-ia64.c:7471
7187msgid "Found '{' when manual bundling is already turned on"
7188msgstr ""
7189
7190#: config/tc-ia64.c:7484
7191msgid "Found '{' after explicit switch to automatic mode"
7192msgstr ""
7193
7194#: config/tc-ia64.c:7490
7195msgid "Found '}' when manual bundling is off"
7196msgstr ""
7197
7198#: config/tc-ia64.c:7517
7199msgid "Expected ')'"
7200msgstr ""
7201
7202#: config/tc-ia64.c:7522
7203msgid "Qualifying predicate expected"
7204msgstr ""
7205
7206#: config/tc-ia64.c:7541
7207msgid "Tag must come before qualifying predicate."
7208msgstr ""
7209
7210#: config/tc-ia64.c:7571
7211msgid "Expected ':'"
7212msgstr ""
7213
7214#: config/tc-ia64.c:7587
7215msgid "Tag name expected"
7216msgstr ""
7217
7218#: config/tc-ia64.c:7689
7219msgid "Rotating register index must be a non-negative constant"
7220msgstr ""
7221
7222#: config/tc-ia64.c:7694
7223#, c-format
7224msgid "Index out of range 0..%u"
7225msgstr ""
7226
7227#: config/tc-ia64.c:7706
7228msgid "Indirect register index must be a general register"
7229msgstr ""
7230
7231#: config/tc-ia64.c:7715
7232msgid "Index can only be applied to rotating or indirect registers"
7233msgstr ""
7234
7235#: config/tc-ia64.c:7751 config/tc-xstormy16.c:146
7236msgid "Expected '('"
7237msgstr ""
7238
7239#: config/tc-ia64.c:7759 config/tc-pdp11.c:448 config/tc-pdp11.c:514
7240#: config/tc-pdp11.c:553 config/tc-xstormy16.c:155
7241msgid "Missing ')'"
7242msgstr ""
7243
7244#: config/tc-ia64.c:7777 config/tc-xstormy16.c:162
7245msgid "Not a symbolic expression"
7246msgstr ""
7247
7248#: config/tc-ia64.c:7782 config/tc-ia64.c:7796
7249msgid "Illegal combination of relocation functions"
7250msgstr ""
7251
7252#: config/tc-ia64.c:7885
7253msgid "No current frame"
7254msgstr ""
7255
7256#: config/tc-ia64.c:7887
7257#, c-format
7258msgid "Register number out of range 0..%u"
7259msgstr ""
7260
7261#: config/tc-ia64.c:7925
7262msgid "Standalone `#' is illegal"
7263msgstr ""
7264
7265#: config/tc-ia64.c:7928
7266msgid "Redundant `#' suffix operators"
7267msgstr ""
7268
7269#: config/tc-ia64.c:8086
7270#, c-format
7271msgid "Unhandled dependency %s for %s (%s), note %d"
7272msgstr ""
7273
7274#: config/tc-ia64.c:9381
7275#, c-format
7276msgid "Unrecognized dependency specifier %d\n"
7277msgstr ""
7278
7279#: config/tc-ia64.c:10257
7280msgid "Only the first path encountering the conflict is reported"
7281msgstr ""
7282
7283#: config/tc-ia64.c:10259
7284msgid "This is the location of the conflicting usage"
7285msgstr ""
7286
7287#: config/tc-ia64.c:10520
7288#, c-format
7289msgid "Unknown opcode `%s'"
7290msgstr ""
7291
7292#: config/tc-ia64.c:10598
7293#, c-format
7294msgid "AR %d can only be accessed by %c-unit"
7295msgstr ""
7296
7297#: config/tc-ia64.c:10610
7298msgid "hint.b may be treated as nop"
7299msgstr ""
7300
7301#: config/tc-ia64.c:10613
7302msgid "hint.b shouldn't be used"
7303msgstr ""
7304
7305#: config/tc-ia64.c:10652
7306#, c-format
7307msgid "`%s' cannot be predicated"
7308msgstr ""
7309
7310#: config/tc-ia64.c:10724
7311msgid "Closing bracket missing"
7312msgstr ""
7313
7314#: config/tc-ia64.c:10733
7315msgid "Index must be a general register"
7316msgstr ""
7317
7318#: config/tc-ia64.c:10898
7319#, c-format
7320msgid "Unsupported fixup size %d"
7321msgstr ""
7322
7323#. This should be an error, but since previously there wasn't any
7324#. diagnostic here, don't make it fail because of this for now.
7325#: config/tc-ia64.c:11170
7326#, c-format
7327msgid "Cannot express %s%d%s relocation"
7328msgstr ""
7329
7330#: config/tc-ia64.c:11189
7331msgid "No addend allowed in @fptr() relocation"
7332msgstr ""
7333
7334#: config/tc-ia64.c:11228
7335msgid "integer operand out of range"
7336msgstr ""
7337
7338#: config/tc-ia64.c:11295
7339#, c-format
7340msgid "%s must have a constant value"
7341msgstr ""
7342
7343#: config/tc-ia64.c:11315
7344msgid "cannot resolve @slotcount parameter"
7345msgstr ""
7346
7347#: config/tc-ia64.c:11348
7348msgid "invalid @slotcount value"
7349msgstr ""
7350
7351#: config/tc-ia64.c:11385 config/tc-z8k.c:1372
7352#, c-format
7353msgid "Cannot represent %s relocation in object file"
7354msgstr ""
7355
7356#: config/tc-ia64.c:11496
7357msgid "Can't add stop bit to mark end of instruction group"
7358msgstr ""
7359
7360#: config/tc-ia64.c:11596 config/tc-score.c:6109 read.c:1451 read.c:2447
7361#: read.c:3149 read.c:3490 read.c:3534
7362msgid "expected symbol name"
7363msgstr ""
7364
7365#: config/tc-ia64.c:11606 read.c:2457 read.c:3159 read.c:3518 stabs.c:468
7366#, c-format
7367msgid "expected comma after \"%s\""
7368msgstr ""
7369
7370#: config/tc-ia64.c:11648
7371#, c-format
7372msgid "`%s' is already the alias of %s `%s'"
7373msgstr ""
7374
7375#: config/tc-ia64.c:11658
7376#, c-format
7377msgid "%s `%s' already has an alias `%s'"
7378msgstr ""
7379
7380#: config/tc-ia64.c:11669
7381#, c-format
7382msgid "inserting \"%s\" into %s alias hash table failed: %s"
7383msgstr ""
7384
7385#: config/tc-ia64.c:11677
7386#, c-format
7387msgid "inserting \"%s\" into %s name hash table failed: %s"
7388msgstr ""
7389
7390#: config/tc-ia64.c:11703
7391#, c-format
7392msgid "symbol `%s' aliased to `%s' is not used"
7393msgstr ""
7394
7395#: config/tc-ia64.c:11726
7396#, c-format
7397msgid "section `%s' aliased to `%s' is not used"
7398msgstr ""
7399
7400#: config/tc-ip2k.c:158
7401#, c-format
7402msgid "IP2K specific command line options:\n"
7403msgstr ""
7404
7405#: config/tc-ip2k.c:159
7406#, c-format
7407msgid "  -mip2022               restrict to IP2022 insns \n"
7408msgstr ""
7409
7410#: config/tc-ip2k.c:160
7411#, c-format
7412msgid "  -mip2022ext            permit extended IP2022 insn\n"
7413msgstr ""
7414
7415#: config/tc-iq2000.c:364
7416#, c-format
7417msgid "the yielding instruction %s may not be in a delay slot."
7418msgstr ""
7419
7420#: config/tc-iq2000.c:372
7421#, c-format
7422msgid "Register number (R%ld) for double word access must be even."
7423msgstr ""
7424
7425#: config/tc-iq2000.c:381 config/tc-iq2000.c:386 config/tc-iq2000.c:391
7426#: config/tc-iq2000.c:408 config/tc-mt.c:244 config/tc-mt.c:249
7427#, c-format
7428msgid "operand references R%ld of previous load."
7429msgstr ""
7430
7431#: config/tc-iq2000.c:396
7432msgid "instruction implicitly accesses R31 of previous load."
7433msgstr ""
7434
7435#: config/tc-iq2000.c:651 config/tc-mep.c:2008
7436msgid "Unmatched high relocation"
7437msgstr ""
7438
7439#: config/tc-iq2000.c:829 config/tc-mips.c:15017 config/tc-score.c:5819
7440msgid ".end not in text section"
7441msgstr ""
7442
7443#: config/tc-iq2000.c:833 config/tc-mips.c:15021 config/tc-score.c:5822
7444msgid ".end directive without a preceding .ent directive."
7445msgstr ""
7446
7447#: config/tc-iq2000.c:842 config/tc-mips.c:15030 config/tc-score.c:5830
7448msgid ".end symbol does not match .ent symbol."
7449msgstr ""
7450
7451#: config/tc-iq2000.c:845 config/tc-mips.c:15037 config/tc-score.c:5835
7452msgid ".end directive missing or unknown symbol"
7453msgstr ""
7454
7455#: config/tc-iq2000.c:863
7456msgid "Expected simple number."
7457msgstr ""
7458
7459#: config/tc-iq2000.c:892 config/tc-mips.c:14942 config/tc-score.c:5670
7460#, c-format
7461msgid " *input_line_pointer == '%c' 0x%02x\n"
7462msgstr ""
7463
7464#: config/tc-iq2000.c:894
7465msgid "Invalid number"
7466msgstr ""
7467
7468#: config/tc-iq2000.c:928 config/tc-mips.c:15109 config/tc-score.c:5708
7469msgid ".ent or .aent not in text section."
7470msgstr ""
7471
7472#: config/tc-iq2000.c:931
7473msgid "missing `.end'"
7474msgstr ""
7475
7476#: config/tc-lm32.c:237 config/tc-moxie.c:575
7477msgid "bad call to md_atof"
7478msgstr ""
7479
7480#: config/tc-m32c.c:143
7481#, c-format
7482msgid " M32C specific command line options:\n"
7483msgstr ""
7484
7485#. Pretend that we do not recognise this option.
7486#: config/tc-m32r.c:331
7487msgid "Unrecognised option: -hidden"
7488msgstr ""
7489
7490#: config/tc-m32r.c:358 config/tc-sparc.c:583
7491msgid "Unrecognized option following -K"
7492msgstr ""
7493
7494#: config/tc-m32r.c:373
7495#, c-format
7496msgid " M32R specific command line options:\n"
7497msgstr ""
7498
7499#: config/tc-m32r.c:375
7500#, c-format
7501msgid "  -m32r                   disable support for the m32rx instruction set\n"
7502msgstr ""
7503
7504#: config/tc-m32r.c:377
7505#, c-format
7506msgid "  -m32rx                  support the extended m32rx instruction set\n"
7507msgstr ""
7508
7509#: config/tc-m32r.c:379
7510#, c-format
7511msgid "  -m32r2                  support the extended m32r2 instruction set\n"
7512msgstr ""
7513
7514#: config/tc-m32r.c:381
7515#, c-format
7516msgid "  -EL,-little             produce little endian code and data\n"
7517msgstr ""
7518
7519#: config/tc-m32r.c:383
7520#, c-format
7521msgid "  -EB,-big                produce big endian code and data\n"
7522msgstr ""
7523
7524#: config/tc-m32r.c:385
7525#, c-format
7526msgid "  -parallel               try to combine instructions in parallel\n"
7527msgstr ""
7528
7529#: config/tc-m32r.c:387
7530#, c-format
7531msgid "  -no-parallel            disable -parallel\n"
7532msgstr ""
7533
7534#: config/tc-m32r.c:389
7535#, c-format
7536msgid "  -no-bitinst             disallow the M32R2's extended bit-field instructions\n"
7537msgstr ""
7538
7539#: config/tc-m32r.c:391
7540#, c-format
7541msgid "  -O                      try to optimize code.  Implies -parallel\n"
7542msgstr ""
7543
7544#: config/tc-m32r.c:394
7545#, c-format
7546msgid "  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
7547msgstr ""
7548
7549#: config/tc-m32r.c:396
7550#, c-format
7551msgid "                                         might violate contraints\n"
7552msgstr ""
7553
7554#: config/tc-m32r.c:398
7555#, c-format
7556msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
7557msgstr ""
7558
7559#: config/tc-m32r.c:400
7560#, c-format
7561msgid "                                         instructions might violate contraints\n"
7562msgstr ""
7563
7564#: config/tc-m32r.c:402
7565#, c-format
7566msgid "  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
7567msgstr ""
7568
7569#: config/tc-m32r.c:404
7570#, c-format
7571msgid "  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
7572msgstr ""
7573
7574#: config/tc-m32r.c:406
7575#, c-format
7576msgid "  -ignore-parallel-conflicts            do not check parallel instructions\n"
7577msgstr ""
7578
7579#: config/tc-m32r.c:408
7580#, c-format
7581msgid "                                         fo contraint violations\n"
7582msgstr ""
7583
7584#: config/tc-m32r.c:410
7585#, c-format
7586msgid "  -no-ignore-parallel-conflicts         check parallel instructions for\n"
7587msgstr ""
7588
7589#: config/tc-m32r.c:412
7590#, c-format
7591msgid "                                         contraint violations\n"
7592msgstr ""
7593
7594#: config/tc-m32r.c:414
7595#, c-format
7596msgid "  -Ip                     synonym for -ignore-parallel-conflicts\n"
7597msgstr ""
7598
7599#: config/tc-m32r.c:416
7600#, c-format
7601msgid "  -nIp                    synonym for -no-ignore-parallel-conflicts\n"
7602msgstr ""
7603
7604#: config/tc-m32r.c:419
7605#, c-format
7606msgid "  -warn-unmatched-high    warn when an (s)high reloc has no matching low reloc\n"
7607msgstr ""
7608
7609#: config/tc-m32r.c:421
7610#, c-format
7611msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
7612msgstr ""
7613
7614#: config/tc-m32r.c:423
7615#, c-format
7616msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
7617msgstr ""
7618
7619#: config/tc-m32r.c:425
7620#, c-format
7621msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
7622msgstr ""
7623
7624#: config/tc-m32r.c:428
7625#, c-format
7626msgid "  -KPIC                   generate PIC\n"
7627msgstr ""
7628
7629#: config/tc-m32r.c:850
7630msgid "instructions write to the same destination register."
7631msgstr ""
7632
7633#: config/tc-m32r.c:858
7634msgid "Instructions do not use parallel execution pipelines."
7635msgstr ""
7636
7637#: config/tc-m32r.c:866
7638msgid "Instructions share the same execution pipeline"
7639msgstr ""
7640
7641#: config/tc-m32r.c:931 config/tc-m32r.c:1045
7642#, c-format
7643msgid "not a 16 bit instruction '%s'"
7644msgstr ""
7645
7646#: config/tc-m32r.c:943 config/tc-m32r.c:1057 config/tc-m32r.c:1241
7647#, c-format
7648msgid "instruction '%s' is for the M32R2 only"
7649msgstr ""
7650
7651#: config/tc-m32r.c:956 config/tc-m32r.c:1070 config/tc-m32r.c:1254
7652#, c-format
7653msgid "unknown instruction '%s'"
7654msgstr ""
7655
7656#: config/tc-m32r.c:965 config/tc-m32r.c:1077 config/tc-m32r.c:1261
7657#, c-format
7658msgid "instruction '%s' is for the M32RX only"
7659msgstr ""
7660
7661#: config/tc-m32r.c:974 config/tc-m32r.c:1086
7662#, c-format
7663msgid "instruction '%s' cannot be executed in parallel."
7664msgstr ""
7665
7666#: config/tc-m32r.c:1029 config/tc-m32r.c:1111 config/tc-m32r.c:1318
7667msgid "internal error: lookup/get operands failed"
7668msgstr ""
7669
7670#: config/tc-m32r.c:1096
7671#, c-format
7672msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
7673msgstr ""
7674
7675#: config/tc-m32r.c:1125
7676#, c-format
7677msgid "%s: output of 1st instruction is the same as an input to 2nd instruction - is this intentional ?"
7678msgstr ""
7679
7680#: config/tc-m32r.c:1129
7681#, c-format
7682msgid "%s: output of 2nd instruction is the same as an input to 1st instruction - is this intentional ?"
7683msgstr ""
7684
7685#: config/tc-m32r.c:1503
7686#, c-format
7687msgid ".SCOMMon length (%ld.) <0! Ignored."
7688msgstr ""
7689
7690#: config/tc-m32r.c:1553
7691#, c-format
7692msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
7693msgstr ""
7694
7695#: config/tc-m32r.c:1789
7696msgid "Addend to unresolved symbol not on word boundary."
7697msgstr ""
7698
7699#: config/tc-m32r.c:1930 config/tc-m32r.c:1983 config/tc-sh.c:775
7700#: config/tc-sh.c:2456
7701msgid "Invalid PIC expression."
7702msgstr ""
7703
7704#: config/tc-m32r.c:2074
7705msgid "Unmatched high/shigh reloc"
7706msgstr ""
7707
7708#: config/tc-m68hc11.c:371
7709#, c-format
7710msgid ""
7711"Motorola 68HC11/68HC12/68HCS12 options:\n"
7712"  -m68hc11 | -m68hc12 |\n"
7713"  -m68hcs12               specify the processor [default %s]\n"
7714"  -mshort                 use 16-bit int ABI (default)\n"
7715"  -mlong                  use 32-bit int ABI\n"
7716"  -mshort-double          use 32-bit double ABI\n"
7717"  -mlong-double           use 64-bit double ABI (default)\n"
7718"  --force-long-branches   always turn relative branches into absolute ones\n"
7719"  -S,--short-branches     do not turn relative branches into absolute ones\n"
7720"                          when the offset is out of range\n"
7721"  --strict-direct-mode    do not turn the direct mode into extended mode\n"
7722"                          when the instruction does not support direct mode\n"
7723"  --print-insn-syntax     print the syntax of instruction in case of error\n"
7724"  --print-opcodes         print the list of instructions with syntax\n"
7725"  --generate-example      generate an example of each instruction\n"
7726"                          (used for testing)\n"
7727msgstr ""
7728
7729#: config/tc-m68hc11.c:417
7730#, c-format
7731msgid "Default target `%s' is not supported."
7732msgstr ""
7733
7734#. Dump the opcode statistics table.
7735#: config/tc-m68hc11.c:435
7736#, c-format
7737msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
7738msgstr ""
7739
7740#: config/tc-m68hc11.c:501
7741#, c-format
7742msgid "Option `%s' is not recognized."
7743msgstr ""
7744
7745#: config/tc-m68hc11.c:671
7746msgid "#<imm8>"
7747msgstr ""
7748
7749#: config/tc-m68hc11.c:680
7750msgid "#<imm16>"
7751msgstr ""
7752
7753#: config/tc-m68hc11.c:689 config/tc-m68hc11.c:698
7754msgid "<imm8>,X"
7755msgstr ""
7756
7757#: config/tc-m68hc11.c:725
7758msgid "*<abs8>"
7759msgstr ""
7760
7761#: config/tc-m68hc11.c:737
7762msgid "#<mask>"
7763msgstr ""
7764
7765#: config/tc-m68hc11.c:747
7766#, c-format
7767msgid "symbol%d"
7768msgstr ""
7769
7770#: config/tc-m68hc11.c:749
7771msgid "<abs>"
7772msgstr ""
7773
7774#: config/tc-m68hc11.c:768
7775msgid "<label>"
7776msgstr ""
7777
7778#: config/tc-m68hc11.c:784
7779#, c-format
7780msgid ""
7781"# Example of `%s' instructions\n"
7782"\t.sect .text\n"
7783"_start:\n"
7784msgstr ""
7785
7786#: config/tc-m68hc11.c:831
7787#, c-format
7788msgid "Instruction `%s' is not recognized."
7789msgstr ""
7790
7791#: config/tc-m68hc11.c:836
7792#, c-format
7793msgid "Instruction formats for `%s':"
7794msgstr ""
7795
7796#: config/tc-m68hc11.c:966
7797#, c-format
7798msgid "Immediate operand is not allowed for operand %d."
7799msgstr ""
7800
7801#: config/tc-m68hc11.c:1010
7802msgid "Indirect indexed addressing is not valid for 68HC11."
7803msgstr ""
7804
7805#: config/tc-m68hc11.c:1030
7806msgid "Spurious `,' or bad indirect register addressing mode."
7807msgstr ""
7808
7809#: config/tc-m68hc11.c:1052
7810msgid "Missing second register or offset for indexed-indirect mode."
7811msgstr ""
7812
7813#: config/tc-m68hc11.c:1062
7814msgid "Missing second register for indexed-indirect mode."
7815msgstr ""
7816
7817#: config/tc-m68hc11.c:1078
7818msgid "Missing `]' to close indexed-indirect mode."
7819msgstr ""
7820
7821#: config/tc-m68hc11.c:1123
7822msgid "Illegal operand."
7823msgstr ""
7824
7825#: config/tc-m68hc11.c:1128
7826msgid "Missing operand."
7827msgstr ""
7828
7829#: config/tc-m68hc11.c:1181
7830msgid "Pre-increment mode is not valid for 68HC11"
7831msgstr ""
7832
7833#: config/tc-m68hc11.c:1194
7834msgid "Wrong register in register indirect mode."
7835msgstr ""
7836
7837#: config/tc-m68hc11.c:1202
7838msgid "Missing `]' to close register indirect operand."
7839msgstr ""
7840
7841#: config/tc-m68hc11.c:1222
7842msgid "Post-decrement mode is not valid for 68HC11."
7843msgstr ""
7844
7845#: config/tc-m68hc11.c:1230
7846msgid "Post-increment mode is not valid for 68HC11."
7847msgstr ""
7848
7849#: config/tc-m68hc11.c:1248
7850msgid "Invalid indexed indirect mode."
7851msgstr ""
7852
7853#: config/tc-m68hc11.c:1340
7854#, c-format
7855msgid "Trap id `%ld' is out of range."
7856msgstr ""
7857
7858#: config/tc-m68hc11.c:1344
7859msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
7860msgstr ""
7861
7862#: config/tc-m68hc11.c:1351
7863#, c-format
7864msgid "Operand out of 8-bit range: `%ld'."
7865msgstr ""
7866
7867#: config/tc-m68hc11.c:1358
7868msgid "The trap id must be a constant."
7869msgstr ""
7870
7871#: config/tc-m68hc11.c:1393
7872#, c-format
7873msgid "Operand `%x' not recognized in fixup8."
7874msgstr ""
7875
7876#: config/tc-m68hc11.c:1410 config/tc-m68hc11.c:1459
7877#, c-format
7878msgid "Operand out of 16-bit range: `%ld'."
7879msgstr ""
7880
7881#: config/tc-m68hc11.c:1442 config/tc-m68hc11.c:1473
7882#, c-format
7883msgid "Operand `%x' not recognized in fixup16."
7884msgstr ""
7885
7886#: config/tc-m68hc11.c:1490
7887#, c-format
7888msgid "Unexpected branch conversion with `%x'"
7889msgstr ""
7890
7891#: config/tc-m68hc11.c:1576 config/tc-m68hc11.c:1708
7892#, c-format
7893msgid "Operand out of range for a relative branch: `%ld'"
7894msgstr ""
7895
7896#: config/tc-m68hc11.c:1676
7897msgid "Invalid register for dbcc/tbcc instruction."
7898msgstr ""
7899
7900#: config/tc-m68hc11.c:1764
7901#, c-format
7902msgid "Increment/decrement value is out of range: `%ld'."
7903msgstr ""
7904
7905#: config/tc-m68hc11.c:1775
7906msgid "Expecting a register."
7907msgstr ""
7908
7909#: config/tc-m68hc11.c:1790
7910msgid "Invalid register for post/pre increment."
7911msgstr ""
7912
7913#: config/tc-m68hc11.c:1820
7914msgid "Invalid register."
7915msgstr ""
7916
7917#: config/tc-m68hc11.c:1827
7918#, c-format
7919msgid "Offset out of 16-bit range: %ld."
7920msgstr ""
7921
7922#: config/tc-m68hc11.c:1832
7923#, c-format
7924msgid "Offset out of 5-bit range for movw/movb insn: %ld."
7925msgstr ""
7926
7927#: config/tc-m68hc11.c:1938
7928msgid "Expecting register D for indexed indirect mode."
7929msgstr ""
7930
7931#: config/tc-m68hc11.c:1940
7932msgid "Indexed indirect mode is not allowed for movb/movw."
7933msgstr ""
7934
7935#: config/tc-m68hc11.c:1957
7936msgid "Invalid accumulator register."
7937msgstr ""
7938
7939#: config/tc-m68hc11.c:1982
7940msgid "Invalid indexed register."
7941msgstr ""
7942
7943#: config/tc-m68hc11.c:1990
7944msgid "Addressing mode not implemented yet."
7945msgstr ""
7946
7947#: config/tc-m68hc11.c:2003
7948msgid "Invalid source register for this instruction, use 'tfr'."
7949msgstr ""
7950
7951#: config/tc-m68hc11.c:2005
7952msgid "Invalid source register."
7953msgstr ""
7954
7955#: config/tc-m68hc11.c:2010
7956msgid "Invalid destination register for this instruction, use 'tfr'."
7957msgstr ""
7958
7959#: config/tc-m68hc11.c:2012
7960msgid "Invalid destination register."
7961msgstr ""
7962
7963#: config/tc-m68hc11.c:2108
7964msgid "Invalid indexed register, expecting register X."
7965msgstr ""
7966
7967#: config/tc-m68hc11.c:2110
7968msgid "Invalid indexed register, expecting register Y."
7969msgstr ""
7970
7971#: config/tc-m68hc11.c:2418
7972msgid "No instruction or missing opcode."
7973msgstr ""
7974
7975#: config/tc-m68hc11.c:2483
7976#, c-format
7977msgid "Opcode `%s' is not recognized."
7978msgstr ""
7979
7980#: config/tc-m68hc11.c:2505
7981#, c-format
7982msgid "Garbage at end of instruction: `%s'."
7983msgstr ""
7984
7985#: config/tc-m68hc11.c:2528
7986#, c-format
7987msgid "Invalid operand for `%s'"
7988msgstr ""
7989
7990#: config/tc-m68hc11.c:2579
7991#, c-format
7992msgid "Invalid mode: %s\n"
7993msgstr ""
7994
7995#: config/tc-m68hc11.c:2639
7996msgid "bad .relax format"
7997msgstr ""
7998
7999#: config/tc-m68hc11.c:2683
8000#, c-format
8001msgid "Relocation %d is not supported by object file format."
8002msgstr ""
8003
8004#: config/tc-m68hc11.c:2962
8005msgid "bra or bsr with undefined symbol."
8006msgstr ""
8007
8008#: config/tc-m68hc11.c:3063 config/tc-m68hc11.c:3120
8009#, c-format
8010msgid "Subtype %d is not recognized."
8011msgstr ""
8012
8013#: config/tc-m68hc11.c:3178
8014msgid "Expression too complex."
8015msgstr ""
8016
8017#: config/tc-m68hc11.c:3209
8018msgid "Value out of 16-bit range."
8019msgstr ""
8020
8021#: config/tc-m68hc11.c:3227
8022#, c-format
8023msgid "Value %ld too large for 8-bit PC-relative branch."
8024msgstr ""
8025
8026#: config/tc-m68hc11.c:3234
8027#, c-format
8028msgid "Auto increment/decrement offset '%ld' is out of range."
8029msgstr ""
8030
8031#: config/tc-m68hc11.c:3247
8032#, c-format
8033msgid "Offset out of 5-bit range for movw/movb insn: %ld"
8034msgstr ""
8035
8036#: config/tc-m68hc11.c:3263
8037#, c-format
8038msgid "Line %d: unknown relocation type: 0x%x."
8039msgstr ""
8040
8041#: config/tc-m68k.c:1161
8042#, c-format
8043msgid "Can not do %d byte pc-relative relocation"
8044msgstr ""
8045
8046#: config/tc-m68k.c:1163
8047#, c-format
8048msgid "Can not do %d byte pc-relative pic relocation"
8049msgstr ""
8050
8051#: config/tc-m68k.c:1168
8052#, c-format
8053msgid "Can not do %d byte relocation"
8054msgstr ""
8055
8056#: config/tc-m68k.c:1170
8057#, c-format
8058msgid "Can not do %d byte pic relocation"
8059msgstr ""
8060
8061#: config/tc-m68k.c:1250
8062#, c-format
8063msgid "Unable to produce reloc against symbol '%s'"
8064msgstr ""
8065
8066#: config/tc-m68k.c:1309 config/tc-vax.c:2363
8067#, c-format
8068msgid "Cannot make %s relocation PC relative"
8069msgstr ""
8070
8071#: config/tc-m68k.c:1427 config/tc-vax.c:1873
8072msgid "No operator"
8073msgstr ""
8074
8075#: config/tc-m68k.c:1457 config/tc-vax.c:1889
8076msgid "Unknown operator"
8077msgstr ""
8078
8079#: config/tc-m68k.c:2360
8080msgid "invalid instruction for this architecture; needs "
8081msgstr ""
8082
8083#: config/tc-m68k.c:2368
8084msgid "hardware divide"
8085msgstr ""
8086
8087#: config/tc-m68k.c:2390 config/tc-m68k.c:2394 config/tc-m68k.c:2398
8088msgid "or higher"
8089msgstr ""
8090
8091#: config/tc-m68k.c:2451
8092msgid "operands mismatch"
8093msgstr ""
8094
8095#: config/tc-m68k.c:2515 config/tc-m68k.c:2521 config/tc-m68k.c:2527
8096#: config/tc-mmix.c:2467 config/tc-mmix.c:2491
8097msgid "operand out of range"
8098msgstr ""
8099
8100#: config/tc-m68k.c:2584
8101#, c-format
8102msgid "Bignum too big for %c format; truncated"
8103msgstr ""
8104
8105#: config/tc-m68k.c:2661
8106msgid "displacement too large for this architecture; needs 68020 or higher"
8107msgstr ""
8108
8109#: config/tc-m68k.c:2772
8110msgid "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
8111msgstr ""
8112
8113#: config/tc-m68k.c:2777
8114msgid "invalid index size for coldfire"
8115msgstr ""
8116
8117#: config/tc-m68k.c:2830
8118msgid "Forcing byte displacement"
8119msgstr ""
8120
8121#: config/tc-m68k.c:2832
8122msgid "byte displacement out of range"
8123msgstr ""
8124
8125#: config/tc-m68k.c:2880 config/tc-m68k.c:2918
8126msgid "invalid operand mode for this architecture; needs 68020 or higher"
8127msgstr ""
8128
8129#: config/tc-m68k.c:2904 config/tc-m68k.c:2938
8130msgid ":b not permitted; defaulting to :w"
8131msgstr ""
8132
8133#: config/tc-m68k.c:3015
8134msgid "unsupported byte value; use a different suffix"
8135msgstr ""
8136
8137#: config/tc-m68k.c:3030
8138msgid "unknown/incorrect operand"
8139msgstr ""
8140
8141#: config/tc-m68k.c:3073 config/tc-m68k.c:3081 config/tc-m68k.c:3088
8142#: config/tc-m68k.c:3095
8143msgid "out of range"
8144msgstr ""
8145
8146#: config/tc-m68k.c:3168
8147msgid "Can't use long branches on this architecture"
8148msgstr ""
8149
8150#: config/tc-m68k.c:3274
8151msgid "Expression out of range, using 0"
8152msgstr ""
8153
8154#: config/tc-m68k.c:3475 config/tc-m68k.c:3491
8155msgid "Floating point register in register list"
8156msgstr ""
8157
8158#: config/tc-m68k.c:3481
8159msgid "Wrong register in floating-point reglist"
8160msgstr ""
8161
8162#: config/tc-m68k.c:3497
8163msgid "incorrect register in reglist"
8164msgstr ""
8165
8166#: config/tc-m68k.c:3503
8167msgid "wrong register in floating-point reglist"
8168msgstr ""
8169
8170#. ERROR.
8171#: config/tc-m68k.c:3976
8172msgid "Extra )"
8173msgstr ""
8174
8175#. ERROR.
8176#: config/tc-m68k.c:3987
8177msgid "Missing )"
8178msgstr ""
8179
8180#: config/tc-m68k.c:4004
8181msgid "Missing operand"
8182msgstr ""
8183
8184#: config/tc-m68k.c:4329
8185#, c-format
8186msgid "unrecognized default cpu `%s'"
8187msgstr ""
8188
8189#: config/tc-m68k.c:4383
8190#, c-format
8191msgid "%s -- statement `%s' ignored"
8192msgstr ""
8193
8194#: config/tc-m68k.c:4432
8195#, c-format
8196msgid "Don't know how to figure width of %c in md_assemble()"
8197msgstr ""
8198
8199#: config/tc-m68k.c:4601
8200#, c-format
8201msgid "Internal Error:  Can't allocate m68k_sorted_opcodes of size %d"
8202msgstr ""
8203
8204#: config/tc-m68k.c:4666 config/tc-m68k.c:4705
8205#, c-format
8206msgid "Internal Error: Can't find %s in hash table"
8207msgstr ""
8208
8209#: config/tc-m68k.c:4669 config/tc-m68k.c:4708
8210#, c-format
8211msgid "Internal Error: Can't hash %s: %s"
8212msgstr ""
8213
8214#: config/tc-m68k.c:4833
8215#, c-format
8216msgid "text label `%s' aligned to odd boundary"
8217msgstr ""
8218
8219#: config/tc-m68k.c:5005
8220#, c-format
8221msgid "value %ld out of range"
8222msgstr ""
8223
8224#: config/tc-m68k.c:5019
8225msgid "invalid byte branch offset"
8226msgstr ""
8227
8228#: config/tc-m68k.c:5056
8229msgid "short branch with zero offset: use :w"
8230msgstr ""
8231
8232#: config/tc-m68k.c:5100
8233msgid "Conversion of PC relative BSR to absolute JSR"
8234msgstr ""
8235
8236#: config/tc-m68k.c:5111
8237msgid "Conversion of PC relative branch to absolute jump"
8238msgstr ""
8239
8240#: config/tc-m68k.c:5128 config/tc-m68k.c:5189
8241msgid "Conversion of PC relative conditional branch to absolute jump"
8242msgstr ""
8243
8244#: config/tc-m68k.c:5169
8245msgid "Conversion of DBcc to absolute jump"
8246msgstr ""
8247
8248#: config/tc-m68k.c:5254
8249msgid "Conversion of PC relative displacement to absolute"
8250msgstr ""
8251
8252#: config/tc-m68k.c:5467
8253msgid "Tried to convert PC relative branch to absolute jump"
8254msgstr ""
8255
8256#: config/tc-m68k.c:5512 config/tc-m68k.c:5523 config/tc-m68k.c:5567
8257msgid "expression out of range: defaulting to 1"
8258msgstr ""
8259
8260#: config/tc-m68k.c:5559
8261msgid "expression out of range: defaulting to 0"
8262msgstr ""
8263
8264#: config/tc-m68k.c:5600 config/tc-m68k.c:5612
8265#, c-format
8266msgid "Can't deal with expression; defaulting to %ld"
8267msgstr ""
8268
8269#: config/tc-m68k.c:5626
8270msgid "expression doesn't fit in BYTE"
8271msgstr ""
8272
8273#: config/tc-m68k.c:5630
8274msgid "expression doesn't fit in WORD"
8275msgstr ""
8276
8277#: config/tc-m68k.c:5717
8278#, c-format
8279msgid "%s: unrecognized processor name"
8280msgstr ""
8281
8282#: config/tc-m68k.c:5778
8283msgid "bad coprocessor id"
8284msgstr ""
8285
8286#: config/tc-m68k.c:5784
8287msgid "unrecognized fopt option"
8288msgstr ""
8289
8290#: config/tc-m68k.c:5917
8291#, c-format
8292msgid "option `%s' may not be negated"
8293msgstr ""
8294
8295#: config/tc-m68k.c:5928
8296#, c-format
8297msgid "option `%s' not recognized"
8298msgstr ""
8299
8300#: config/tc-m68k.c:5957
8301msgid "bad format of OPT NEST=depth"
8302msgstr ""
8303
8304#: config/tc-m68k.c:6013
8305msgid "missing label"
8306msgstr ""
8307
8308#: config/tc-m68k.c:6037 config/tc-m68k.c:6066
8309msgid "bad register list"
8310msgstr ""
8311
8312#: config/tc-m68k.c:6039
8313#, c-format
8314msgid "bad register list: %s"
8315msgstr ""
8316
8317#: config/tc-m68k.c:6137
8318msgid "restore without save"
8319msgstr ""
8320
8321#: config/tc-m68k.c:6291 config/tc-m68k.c:6661
8322msgid "syntax error in structured control directive"
8323msgstr ""
8324
8325#: config/tc-m68k.c:6336
8326msgid "missing condition code in structured control directive"
8327msgstr ""
8328
8329#: config/tc-m68k.c:6407
8330#, c-format
8331msgid "Condition <%c%c> in structured control directive can not be encoded correctly"
8332msgstr ""
8333
8334#: config/tc-m68k.c:6703
8335msgid "missing then"
8336msgstr ""
8337
8338#: config/tc-m68k.c:6784
8339msgid "else without matching if"
8340msgstr ""
8341
8342#: config/tc-m68k.c:6817
8343msgid "endi without matching if"
8344msgstr ""
8345
8346#: config/tc-m68k.c:6857
8347msgid "break outside of structured loop"
8348msgstr ""
8349
8350#: config/tc-m68k.c:6895
8351msgid "next outside of structured loop"
8352msgstr ""
8353
8354#: config/tc-m68k.c:6946
8355msgid "missing ="
8356msgstr ""
8357
8358#: config/tc-m68k.c:6984
8359msgid "missing to or downto"
8360msgstr ""
8361
8362#: config/tc-m68k.c:7020 config/tc-m68k.c:7054 config/tc-m68k.c:7268
8363msgid "missing do"
8364msgstr ""
8365
8366#: config/tc-m68k.c:7155
8367msgid "endf without for"
8368msgstr ""
8369
8370#: config/tc-m68k.c:7209
8371msgid "until without repeat"
8372msgstr ""
8373
8374#: config/tc-m68k.c:7303
8375msgid "endw without while"
8376msgstr ""
8377
8378#: config/tc-m68k.c:7336 config/tc-m68k.c:7364
8379msgid "already assembled instructions"
8380msgstr ""
8381
8382#: config/tc-m68k.c:7441
8383#, c-format
8384msgid "`%s' is deprecated, use `%s'"
8385msgstr ""
8386
8387#: config/tc-m68k.c:7460
8388#, c-format
8389msgid "cpu `%s' unrecognized"
8390msgstr ""
8391
8392#: config/tc-m68k.c:7479
8393#, c-format
8394msgid "architecture `%s' unrecognized"
8395msgstr ""
8396
8397#: config/tc-m68k.c:7500
8398#, c-format
8399msgid "extension `%s' unrecognized"
8400msgstr ""
8401
8402#: config/tc-m68k.c:7619
8403#, c-format
8404msgid "option `-A%s' is deprecated: use `-%s'"
8405msgstr ""
8406
8407#: config/tc-m68k.c:7652
8408msgid "architecture features both enabled and disabled"
8409msgstr ""
8410
8411#: config/tc-m68k.c:7679
8412msgid "selected processor does not have all features of selected architecture"
8413msgstr ""
8414
8415#: config/tc-m68k.c:7688
8416msgid "m68k and cf features both selected"
8417msgstr ""
8418
8419#: config/tc-m68k.c:7700
8420msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
8421msgstr ""
8422
8423#: config/tc-m68k.c:7732
8424#, c-format
8425msgid ""
8426"-march=<arch>\t\tset architecture\n"
8427"-mcpu=<cpu>\t\tset cpu [default %s]\n"
8428msgstr ""
8429
8430#: config/tc-m68k.c:7737
8431#, c-format
8432msgid "-m[no-]%-16s enable/disable%s architecture extension\n"
8433msgstr ""
8434
8435#: config/tc-m68k.c:7743
8436#, c-format
8437msgid ""
8438"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
8439"-pic, -k\t\tgenerate position independent code\n"
8440"-S\t\t\tturn jbsr into jsr\n"
8441"--pcrel                 never turn PC-relative branches into absolute jumps\n"
8442"--register-prefix-optional\n"
8443"\t\t\trecognize register names without prefix character\n"
8444"--bitwise-or\t\tdo not treat `|' as a comment character\n"
8445"--base-size-default-16\tbase reg without size is 16 bits\n"
8446"--base-size-default-32\tbase reg without size is 32 bits (default)\n"
8447"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
8448"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
8449msgstr ""
8450
8451#: config/tc-m68k.c:7757
8452#, c-format
8453msgid "Architecture variants are: "
8454msgstr ""
8455
8456#: config/tc-m68k.c:7766
8457#, c-format
8458msgid "Processor variants are: "
8459msgstr ""
8460
8461#: config/tc-m68k.c:7773 config/tc-xtensa.c:6241
8462#, c-format
8463msgid "\n"
8464msgstr ""
8465
8466#: config/tc-m68k.c:7804
8467#, c-format
8468msgid "Error %s in %s\n"
8469msgstr ""
8470
8471#: config/tc-m68k.c:7808
8472#, c-format
8473msgid "Opcode(%d.%s): "
8474msgstr ""
8475
8476#: config/tc-m68k.c:7968
8477msgid "Not a defined coldfire architecture"
8478msgstr ""
8479
8480#: config/tc-mcore.c:521 config/tc-microblaze.c:492 config/tc-microblaze.c:520
8481#: config/tc-microblaze.c:546 config/tc-microblaze.c:558
8482#, c-format
8483msgid "register expected, but saw '%.6s'"
8484msgstr ""
8485
8486#: config/tc-mcore.c:603
8487#, c-format
8488msgid "control register expected, but saw '%.6s'"
8489msgstr ""
8490
8491#: config/tc-mcore.c:639
8492msgid "bad/missing psr specifier"
8493msgstr ""
8494
8495#: config/tc-mcore.c:689
8496msgid "more than 65K literal pools"
8497msgstr ""
8498
8499#: config/tc-mcore.c:743
8500msgid "missing ']'"
8501msgstr ""
8502
8503#: config/tc-mcore.c:782
8504msgid "operand must be a constant"
8505msgstr ""
8506
8507#: config/tc-mcore.c:784
8508#, c-format
8509msgid "operand must be absolute in range %u..%u, not %ld"
8510msgstr ""
8511
8512#: config/tc-mcore.c:819
8513msgid "operand must be a multiple of 4"
8514msgstr ""
8515
8516#: config/tc-mcore.c:826
8517msgid "operand must be a multiple of 2"
8518msgstr ""
8519
8520#: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410
8521msgid "base register expected"
8522msgstr ""
8523
8524#: config/tc-mcore.c:888 config/tc-microblaze.c:830 config/tc-microblaze.c:966
8525#: config/tc-microblaze.c:998 config/tc-microblaze.c:1448
8526#: config/tc-microblaze.c:1515 config/tc-microblaze.c:1589
8527#: config/tc-microblaze.c:1963 config/tc-microblaze.c:2004
8528#, c-format
8529msgid "unknown opcode \"%s\""
8530msgstr ""
8531
8532#: config/tc-mcore.c:931
8533msgid "invalid register: r15 illegal"
8534msgstr ""
8535
8536#: config/tc-mcore.c:980 config/tc-mcore.c:1561
8537msgid "M340 specific opcode used when assembling for M210"
8538msgstr ""
8539
8540#: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057
8541#: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133
8542#: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224
8543#: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302
8544#: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449
8545#: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553
8546msgid "second operand missing"
8547msgstr ""
8548
8549#: config/tc-mcore.c:1014
8550msgid "destination register must be r1"
8551msgstr ""
8552
8553#: config/tc-mcore.c:1035
8554msgid "source register must be r1"
8555msgstr ""
8556
8557#: config/tc-mcore.c:1099 config/tc-mcore.c:1156
8558msgid "immediate is not a power of two"
8559msgstr ""
8560
8561#: config/tc-mcore.c:1127
8562msgid "translating bgeni to movi"
8563msgstr ""
8564
8565#: config/tc-mcore.c:1164
8566msgid "translating mgeni to movi"
8567msgstr ""
8568
8569#: config/tc-mcore.c:1196
8570msgid "translating bmaski to movi"
8571msgstr ""
8572
8573#: config/tc-mcore.c:1272
8574#, c-format
8575msgid "displacement too large (%d)"
8576msgstr ""
8577
8578#: config/tc-mcore.c:1286
8579msgid "Invalid register: r0 and r15 illegal"
8580msgstr ""
8581
8582#: config/tc-mcore.c:1317
8583msgid "bad starting register: r0 and r15 invalid"
8584msgstr ""
8585
8586#: config/tc-mcore.c:1330
8587msgid "ending register must be r15"
8588msgstr ""
8589
8590#: config/tc-mcore.c:1350
8591msgid "bad base register: must be r0"
8592msgstr ""
8593
8594#: config/tc-mcore.c:1368
8595msgid "first register must be r4"
8596msgstr ""
8597
8598#: config/tc-mcore.c:1379
8599msgid "last register must be r7"
8600msgstr ""
8601
8602#: config/tc-mcore.c:1416
8603msgid "reg-reg expected"
8604msgstr ""
8605
8606#: config/tc-mcore.c:1527
8607msgid "second operand must be 1"
8608msgstr ""
8609
8610#: config/tc-mcore.c:1548
8611msgid "zero used as immediate value"
8612msgstr ""
8613
8614#: config/tc-mcore.c:1575
8615msgid "duplicated psr bit specifier"
8616msgstr ""
8617
8618#: config/tc-mcore.c:1581
8619msgid "`af' must appear alone"
8620msgstr ""
8621
8622#: config/tc-mcore.c:1588 config/tc-microblaze.c:1609
8623#, c-format
8624msgid "unimplemented opcode \"%s\""
8625msgstr ""
8626
8627#: config/tc-mcore.c:1597 config/tc-microblaze.c:1618
8628#, c-format
8629msgid "ignoring operands: %s "
8630msgstr ""
8631
8632#: config/tc-mcore.c:1667
8633#, c-format
8634msgid "unrecognised cpu type '%s'"
8635msgstr ""
8636
8637#: config/tc-mcore.c:1685
8638#, c-format
8639msgid ""
8640"MCORE specific options:\n"
8641"  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
8642"  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
8643"  -cpu=[210|340]          select CPU type\n"
8644"  -EB                     assemble for a big endian system (default)\n"
8645"  -EL                     assemble for a little endian system\n"
8646msgstr ""
8647
8648#: config/tc-mcore.c:1703 config/tc-microblaze.c:1727
8649msgid "failed sanity check: short_jump"
8650msgstr ""
8651
8652#: config/tc-mcore.c:1713 config/tc-microblaze.c:1737
8653msgid "failed sanity check: long_jump"
8654msgstr ""
8655
8656#: config/tc-mcore.c:1739
8657#, c-format
8658msgid "odd displacement at %x"
8659msgstr ""
8660
8661#. Variable not in small data read only segment accessed
8662#. using small data read only anchor.
8663#: config/tc-mcore.c:1921 config/tc-microblaze.c:1825
8664#: config/tc-microblaze.c:2116 config/tc-microblaze.c:2139
8665msgid "unknown"
8666msgstr ""
8667
8668#: config/tc-mcore.c:1948
8669#, c-format
8670msgid "odd distance branch (0x%lx bytes)"
8671msgstr ""
8672
8673#: config/tc-mcore.c:1952
8674#, c-format
8675msgid "pcrel for branch to %s too far (0x%lx)"
8676msgstr ""
8677
8678#: config/tc-mcore.c:1972
8679#, c-format
8680msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
8681msgstr ""
8682
8683#: config/tc-mcore.c:1984
8684#, c-format
8685msgid "pcrel for loopt too far (0x%lx)"
8686msgstr ""
8687
8688#: config/tc-mcore.c:2180 config/tc-microblaze.c:2271 config/tc-tic30.c:1382
8689#, c-format
8690msgid "Can not do %d byte %srelocation"
8691msgstr ""
8692
8693#: config/tc-mcore.c:2182 config/tc-microblaze.c:2273
8694msgid "pc-relative"
8695msgstr ""
8696
8697#: config/tc-mep.c:341
8698#, c-format
8699msgid ""
8700"MeP specific command line options:\n"
8701"  -EB                     assemble for a big endian system\n"
8702"  -EL                     assemble for a little endian system (default)\n"
8703"  -mconfig=<name>         specify a chip configuration to use\n"
8704"  -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
8705"  -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
8706"  -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
8707"                          enable/disable the given opcodes\n"
8708"\n"
8709"  If -mconfig is given, the other -m options modify it.  Otherwise,\n"
8710"  if no -m options are given, all core opcodes are enabled;\n"
8711"  if any enabling -m options are given, only those are enabled;\n"
8712"  if only disabling -m options are given, only those are disabled.\n"
8713msgstr ""
8714
8715#: config/tc-mep.c:410
8716msgid "$hi and $lo are disabled when MUL and DIV are off"
8717msgstr ""
8718
8719#: config/tc-mep.c:417
8720msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
8721msgstr ""
8722
8723#: config/tc-mep.c:422
8724msgid "$dbg and $depc are disabled when DEBUG is off"
8725msgstr ""
8726
8727#: config/tc-mep.c:613
8728msgid "core and copro insn lengths must total 32 bits."
8729msgstr ""
8730
8731#: config/tc-mep.c:616 config/tc-mep.c:753
8732msgid "vliw group must consist of 1 core and 1 copro insn."
8733msgstr ""
8734
8735#: config/tc-mep.c:750
8736msgid "core and copro insn lengths must total 64 bits."
8737msgstr ""
8738
8739#: config/tc-mep.c:982
8740#, c-format
8741msgid "cannot pack %s with a 16-bit insn"
8742msgstr ""
8743
8744#: config/tc-mep.c:1000
8745#, c-format
8746msgid "cannot pack %s and %s together with a 16-bit insn"
8747msgstr ""
8748
8749#: config/tc-mep.c:1006
8750msgid "too many IVC2 insns to pack with a 16-bit core insn"
8751msgstr ""
8752
8753#: config/tc-mep.c:1021
8754#, c-format
8755msgid "cannot pack %s into slot P1"
8756msgstr ""
8757
8758#: config/tc-mep.c:1027
8759msgid "too many IVC2 insns to pack with a 32-bit core insn"
8760msgstr ""
8761
8762#: config/tc-mep.c:1045
8763#, c-format
8764msgid "unable to pack %s by itself?"
8765msgstr ""
8766
8767#: config/tc-mep.c:1075
8768#, c-format
8769msgid "cannot pack %s and %s together"
8770msgstr ""
8771
8772#: config/tc-mep.c:1081
8773msgid "too many IVC2 insns to pack together"
8774msgstr ""
8775
8776#. There are no insns in the queue and a plus is present.
8777#. This is a syntax error.  Let's not tolerate this.
8778#. We can relax this later if necessary.
8779#: config/tc-mep.c:1318
8780msgid "Invalid use of parallelization operator."
8781msgstr ""
8782
8783#: config/tc-mep.c:1364
8784msgid "Leading plus sign not allowed in core mode"
8785msgstr ""
8786
8787#: config/tc-mep.c:1892
8788#, c-format
8789msgid "Don't know how to relocate plain operands of type %s"
8790msgstr ""
8791
8792#: config/tc-mep.c:1902
8793#, c-format
8794msgid "Perhaps you are missing %%tpoff()?"
8795msgstr ""
8796
8797#: config/tc-mep.c:2089
8798msgid "bad .section directive: want a,v,w,x,M,S in string"
8799msgstr ""
8800
8801#: config/tc-mep.c:2147
8802msgid ".vliw unavailable when VLIW is disabled."
8803msgstr ""
8804
8805#: config/tc-microblaze.c:497 config/tc-microblaze.c:526
8806#: config/tc-microblaze.c:552
8807#, c-format
8808msgid "Invalid register number at '%.6s'"
8809msgstr ""
8810
8811#: config/tc-microblaze.c:647
8812msgid "operand must be a constant or a label"
8813msgstr ""
8814
8815#: config/tc-microblaze.c:651
8816#, c-format
8817msgid "operand must be absolute in range %d..%d, not %d"
8818msgstr ""
8819
8820#: config/tc-microblaze.c:844 config/tc-microblaze.c:851
8821#: config/tc-microblaze.c:858 config/tc-microblaze.c:891
8822#: config/tc-microblaze.c:898 config/tc-microblaze.c:904
8823#: config/tc-microblaze.c:1021 config/tc-microblaze.c:1028
8824#: config/tc-microblaze.c:1034 config/tc-microblaze.c:1065
8825#: config/tc-microblaze.c:1072 config/tc-microblaze.c:1092
8826#: config/tc-microblaze.c:1099 config/tc-microblaze.c:1119
8827#: config/tc-microblaze.c:1126 config/tc-microblaze.c:1144
8828#: config/tc-microblaze.c:1151 config/tc-microblaze.c:1173
8829#: config/tc-microblaze.c:1180 config/tc-microblaze.c:1198
8830#: config/tc-microblaze.c:1213 config/tc-microblaze.c:1231
8831#: config/tc-microblaze.c:1248 config/tc-microblaze.c:1255
8832#: config/tc-microblaze.c:1297 config/tc-microblaze.c:1304
8833#: config/tc-microblaze.c:1346 config/tc-microblaze.c:1353
8834#: config/tc-microblaze.c:1376 config/tc-microblaze.c:1383
8835#: config/tc-microblaze.c:1403 config/tc-microblaze.c:1409
8836#: config/tc-microblaze.c:1470 config/tc-microblaze.c:1476
8837#: config/tc-microblaze.c:1537
8838msgid "Error in statement syntax"
8839msgstr ""
8840
8841#: config/tc-microblaze.c:864 config/tc-microblaze.c:866
8842#: config/tc-microblaze.c:868 config/tc-microblaze.c:908
8843#: config/tc-microblaze.c:910 config/tc-microblaze.c:1038
8844#: config/tc-microblaze.c:1040 config/tc-microblaze.c:1078
8845#: config/tc-microblaze.c:1080 config/tc-microblaze.c:1105
8846#: config/tc-microblaze.c:1107 config/tc-microblaze.c:1132
8847#: config/tc-microblaze.c:1155 config/tc-microblaze.c:1186
8848#: config/tc-microblaze.c:1203 config/tc-microblaze.c:1219
8849#: config/tc-microblaze.c:1237 config/tc-microblaze.c:1359
8850#: config/tc-microblaze.c:1361 config/tc-microblaze.c:1389
8851#: config/tc-microblaze.c:1391 config/tc-microblaze.c:1413
8852#: config/tc-microblaze.c:1480 config/tc-microblaze.c:1543
8853msgid "Cannot use special register with this instruction"
8854msgstr ""
8855
8856#: config/tc-microblaze.c:918
8857msgid "lmi pseudo instruction should not use a label in imm field"
8858msgstr ""
8859
8860#: config/tc-microblaze.c:920
8861msgid "smi pseudo instruction should not use a label in imm field"
8862msgstr ""
8863
8864#: config/tc-microblaze.c:1043
8865msgid "Symbol used as immediate for shift instruction"
8866msgstr ""
8867
8868#: config/tc-microblaze.c:1052
8869#, c-format
8870msgid "Shift value > 32. using <value %% 32>"
8871msgstr ""
8872
8873#: config/tc-microblaze.c:1158
8874msgid "Symbol used as immediate value for msrset/msrclr instructions"
8875msgstr ""
8876
8877#: config/tc-microblaze.c:1286 config/tc-microblaze.c:1335
8878msgid "invalid value for special purpose register"
8879msgstr ""
8880
8881#: config/tc-microblaze.c:1551
8882msgid "An IMM instruction should not be present in the .s file"
8883msgstr ""
8884
8885#: config/tc-microblaze.c:1679
8886msgid "Bad call to MD_NTOF()"
8887msgstr ""
8888
8889#: config/tc-microblaze.c:1916
8890#, c-format
8891msgid "pcrel for branch to %s too far (0x%x)"
8892msgstr ""
8893
8894#. We know the abs value: Should never happen.
8895#: config/tc-microblaze.c:2065
8896msgid "Absolute PC-relative value in relaxation code.  Assembler error....."
8897msgstr ""
8898
8899#. Cannot have a PC-relative branch to a diff segment.
8900#: config/tc-microblaze.c:2078
8901#, c-format
8902msgid "PC relative branch to label %s which is not in the instruction space"
8903msgstr ""
8904
8905#: config/tc-microblaze.c:2119
8906msgid "Variable is accessed using small data read only anchor, but it is not in the small data read only section"
8907msgstr ""
8908
8909#: config/tc-microblaze.c:2142
8910msgid "Variable is accessed using small data read write anchor, but it is not in the small data read write section"
8911msgstr ""
8912
8913#: config/tc-microblaze.c:2151
8914msgid "Incorrect fr_opcode value in frag.  Internal error....."
8915msgstr ""
8916
8917#. We know the abs value: Should never happen.
8918#: config/tc-microblaze.c:2158
8919msgid "Absolute value in relaxation code.  Assembler error....."
8920msgstr ""
8921
8922#: config/tc-microblaze.c:2363 config/tc-mn10300.c:1067 config/tc-sh.c:804
8923#: config/tc-z80.c:666 read.c:4365
8924#, c-format
8925msgid "unsupported BFD relocation size %u"
8926msgstr ""
8927
8928#. Prototypes for static functions.
8929#: config/tc-mips.c:1060
8930#, c-format
8931msgid "internal Error, line %d, %s"
8932msgstr ""
8933
8934#: config/tc-mips.c:1814 config/tc-mips.c:12891
8935#, c-format
8936msgid "Unrecognized register name `%s'"
8937msgstr ""
8938
8939#: config/tc-mips.c:1900
8940msgid "-G may not be used in position-independent code"
8941msgstr ""
8942
8943#: config/tc-mips.c:1949
8944#, c-format
8945msgid "internal: can't hash `%s': %s"
8946msgstr ""
8947
8948#: config/tc-mips.c:1957
8949#, c-format
8950msgid "internal error: bad mips16 opcode: %s %s\n"
8951msgstr ""
8952
8953#: config/tc-mips.c:2129
8954#, c-format
8955msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
8956msgstr ""
8957
8958#: config/tc-mips.c:2958 config/tc-mips.c:14590
8959msgid "extended instruction in delay slot"
8960msgstr ""
8961
8962#: config/tc-mips.c:3022 config/tc-mips.c:3029
8963#, c-format
8964msgid "jump to misaligned address (0x%lx)"
8965msgstr ""
8966
8967#: config/tc-mips.c:3039 config/tc-mips.c:3810
8968#, c-format
8969msgid "branch to misaligned address (0x%lx)"
8970msgstr ""
8971
8972#: config/tc-mips.c:3044 config/tc-mips.c:3813
8973#, c-format
8974msgid "branch address range overflow (0x%lx)"
8975msgstr ""
8976
8977#. To reproduce this failure try assembling gas/testsuites/
8978#. gas/mips/mips16-intermix.s with a mips-ecoff targeted
8979#. assembler.
8980#: config/tc-mips.c:3071
8981#, c-format
8982msgid "Unsupported MIPS relocation number %d"
8983msgstr ""
8984
8985#: config/tc-mips.c:3543
8986msgid "Macro instruction expanded into multiple instructions in a branch delay slot"
8987msgstr ""
8988
8989#: config/tc-mips.c:3546
8990msgid "Macro instruction expanded into multiple instructions"
8991msgstr ""
8992
8993#: config/tc-mips.c:4082 config/tc-mips.c:8005 config/tc-mips.c:8029
8994#: config/tc-mips.c:8102 config/tc-mips.c:8125
8995msgid "operand overflow"
8996msgstr ""
8997
8998#: config/tc-mips.c:4101 config/tc-mips.c:4701 config/tc-mips.c:8192
8999msgid "Macro used $at after \".set noat\""
9000msgstr ""
9001
9002#: config/tc-mips.c:4130
9003msgid "unsupported large constant"
9004msgstr ""
9005
9006#: config/tc-mips.c:4132
9007#, c-format
9008msgid "Instruction %s requires absolute expression"
9009msgstr ""
9010
9011#: config/tc-mips.c:4265 config/tc-mips.c:6567 config/tc-mips.c:7143
9012#, c-format
9013msgid "Number (0x%s) larger than 32 bits"
9014msgstr ""
9015
9016#: config/tc-mips.c:4285
9017msgid "Number larger than 64 bits"
9018msgstr ""
9019
9020#: config/tc-mips.c:4579 config/tc-mips.c:4607 config/tc-mips.c:4645
9021#: config/tc-mips.c:4690 config/tc-mips.c:6776 config/tc-mips.c:6815
9022#: config/tc-mips.c:6854 config/tc-mips.c:7239 config/tc-mips.c:7291
9023msgid "PIC code offset overflow (max 16 signed bits)"
9024msgstr ""
9025
9026#: config/tc-mips.c:5012 config/tc-mips.c:5078 config/tc-mips.c:5166
9027#: config/tc-mips.c:5213 config/tc-mips.c:5274 config/tc-mips.c:5322
9028#: config/tc-mips.c:8286 config/tc-mips.c:8293 config/tc-mips.c:8300
9029#: config/tc-mips.c:8407
9030msgid "Unsupported large constant"
9031msgstr ""
9032
9033#. result is always true
9034#: config/tc-mips.c:5044
9035#, c-format
9036msgid "Branch %s is always true"
9037msgstr ""
9038
9039#: config/tc-mips.c:5285 config/tc-mips.c:5333 config/tc-mips.c:9058
9040#: config/tc-mips.c:9215
9041#, c-format
9042msgid "Improper position (%lu)"
9043msgstr ""
9044
9045#: config/tc-mips.c:5291 config/tc-mips.c:9125
9046#, c-format
9047msgid "Improper extract size (%lu, position %lu)"
9048msgstr ""
9049
9050#: config/tc-mips.c:5339 config/tc-mips.c:9089
9051#, c-format
9052msgid "Improper insert size (%lu, position %lu)"
9053msgstr ""
9054
9055#: config/tc-mips.c:5376 config/tc-mips.c:5473
9056msgid "Divide by zero."
9057msgstr ""
9058
9059#: config/tc-mips.c:5559
9060msgid "dla used to load 32-bit register"
9061msgstr ""
9062
9063#: config/tc-mips.c:5562
9064msgid "la used to load 64-bit address"
9065msgstr ""
9066
9067#: config/tc-mips.c:5674 config/tc-z80.c:695
9068msgid "offset too large"
9069msgstr ""
9070
9071#: config/tc-mips.c:5846 config/tc-mips.c:6121
9072msgid "PIC code offset overflow (max 32 signed bits)"
9073msgstr ""
9074
9075#: config/tc-mips.c:6204
9076msgid "MIPS PIC call to register other than $25"
9077msgstr ""
9078
9079#: config/tc-mips.c:6210 config/tc-mips.c:6221 config/tc-mips.c:6345
9080#: config/tc-mips.c:6356
9081msgid "No .cprestore pseudo-op used in PIC code"
9082msgstr ""
9083
9084#: config/tc-mips.c:6215 config/tc-mips.c:6350
9085msgid "No .frame pseudo-op used in PIC code"
9086msgstr ""
9087
9088#: config/tc-mips.c:6371
9089msgid "Non-PIC jump used in PIC library"
9090msgstr ""
9091
9092#: config/tc-mips.c:6534 config/tc-mips.c:7397
9093#, c-format
9094msgid "opcode not supported on this processor: %s"
9095msgstr ""
9096
9097#: config/tc-mips.c:7544 config/tc-mips.c:7575 config/tc-mips.c:7627
9098#: config/tc-mips.c:7657
9099msgid "Improper rotate count"
9100msgstr ""
9101
9102#: config/tc-mips.c:7707
9103#, c-format
9104msgid "Instruction %s: result is always false"
9105msgstr ""
9106
9107#: config/tc-mips.c:7868
9108#, c-format
9109msgid "Instruction %s: result is always true"
9110msgstr ""
9111
9112#. FIXME: Check if this is one of the itbl macros, since they
9113#. are added dynamically.
9114#: config/tc-mips.c:8188
9115#, c-format
9116msgid "Macro %s not implemented yet"
9117msgstr ""
9118
9119#: config/tc-mips.c:8438
9120#, c-format
9121msgid "internal: bad mips opcode (mask error): %s %s"
9122msgstr ""
9123
9124#: config/tc-mips.c:8478 config/tc-mips.c:9289
9125#, c-format
9126msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
9127msgstr ""
9128
9129#: config/tc-mips.c:8557
9130#, c-format
9131msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
9132msgstr ""
9133
9134#: config/tc-mips.c:8564
9135#, c-format
9136msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
9137msgstr ""
9138
9139#: config/tc-mips.c:8687 config/tc-mips.c:8695 config/tc-mips.c:10179
9140#: config/tc-score.c:2696 config/tc-score.c:2742
9141msgid "unrecognized opcode"
9142msgstr ""
9143
9144#: config/tc-mips.c:8722 config/tc-mips.c:10205
9145#, c-format
9146msgid "opcode not supported on this processor: %s (%s)"
9147msgstr ""
9148
9149#: config/tc-mips.c:8756
9150#, c-format
9151msgid "BALIGN immediate not 1 or 3 (%lu)"
9152msgstr ""
9153
9154#: config/tc-mips.c:8769 config/tc-mips.c:8782 config/tc-mips.c:8795
9155#: config/tc-mips.c:8808 config/tc-mips.c:8834 config/tc-mips.c:8878
9156#, c-format
9157msgid "DSP immediate not in range 0..%d (%lu)"
9158msgstr ""
9159
9160#: config/tc-mips.c:8826 config/tc-mips.c:8853
9161msgid "Invalid dsp acc register"
9162msgstr ""
9163
9164#: config/tc-mips.c:8864 config/tc-mips.c:8895 config/tc-mips.c:8912
9165#, c-format
9166msgid "DSP immediate not in range %ld..%ld (%ld)"
9167msgstr ""
9168
9169#: config/tc-mips.c:8925
9170#, c-format
9171msgid "MT usermode bit not 0 or 1 (%lu)"
9172msgstr ""
9173
9174#: config/tc-mips.c:8936
9175#, c-format
9176msgid "MT load high bit not 0 or 1 (%lu)"
9177msgstr ""
9178
9179#: config/tc-mips.c:8953 config/tc-mips.c:8966
9180msgid "Invalid dsp/smartmips acc register"
9181msgstr ""
9182
9183#: config/tc-mips.c:9031
9184#, c-format
9185msgid "Illegal %s number (%lu, 0x%lx)"
9186msgstr ""
9187
9188#: config/tc-mips.c:9144 config/tc-mips.c:9716
9189msgid "absolute expression required"
9190msgstr ""
9191
9192#: config/tc-mips.c:9167
9193#, c-format
9194msgid "Invalid register number (%d)"
9195msgstr ""
9196
9197#: config/tc-mips.c:9175
9198msgid "Invalid coprocessor 0 register number"
9199msgstr ""
9200
9201#: config/tc-mips.c:9185
9202#, c-format
9203msgid "Improper bit index (%lu)"
9204msgstr ""
9205
9206#: config/tc-mips.c:9246 config/tc-mips.c:9263
9207#, c-format
9208msgid "Improper size (%lu)"
9209msgstr ""
9210
9211#: config/tc-mips.c:9279
9212#, c-format
9213msgid "Improper immediate (%ld)"
9214msgstr ""
9215
9216#: config/tc-mips.c:9306
9217#, c-format
9218msgid "Improper shift amount (%lu)"
9219msgstr ""
9220
9221#: config/tc-mips.c:9330 config/tc-mips.c:10526 config/tc-mips.c:10779
9222#, c-format
9223msgid "Invalid value for `%s' (%lu)"
9224msgstr ""
9225
9226#: config/tc-mips.c:9366
9227#, c-format
9228msgid "Code for %s not in range 0..1023 (%lu)"
9229msgstr ""
9230
9231#: config/tc-mips.c:9378
9232#, c-format
9233msgid "Lower code for %s not in range 0..1023 (%lu)"
9234msgstr ""
9235
9236#: config/tc-mips.c:9390
9237#, c-format
9238msgid "Code for %s not in range 0..1048575 (%lu)"
9239msgstr ""
9240
9241#: config/tc-mips.c:9403
9242#, c-format
9243msgid "Coproccesor code > 25 bits (%lu)"
9244msgstr ""
9245
9246#: config/tc-mips.c:9417
9247#, c-format
9248msgid "Illegal 19-bit code (%lu)"
9249msgstr ""
9250
9251#: config/tc-mips.c:9430
9252#, c-format
9253msgid "Invalid performance register (%lu)"
9254msgstr ""
9255
9256#: config/tc-mips.c:9473 config/tc-mips.c:10386
9257msgid "used $at without \".set noat\""
9258msgstr ""
9259
9260#: config/tc-mips.c:9475 config/tc-mips.c:10388
9261#, c-format
9262msgid "used $%u with \".set at=$%u\""
9263msgstr ""
9264
9265#: config/tc-mips.c:9501
9266msgid "source and destination must be different"
9267msgstr ""
9268
9269#: config/tc-mips.c:9506
9270msgid "a destination register must be supplied"
9271msgstr ""
9272
9273#: config/tc-mips.c:9575
9274#, c-format
9275msgid "Improper align amount (%ld), using low bits"
9276msgstr ""
9277
9278#: config/tc-mips.c:9589
9279#, c-format
9280msgid "Invalid MDMX Immediate (%ld)"
9281msgstr ""
9282
9283#: config/tc-mips.c:9627
9284#, c-format
9285msgid "Float register should be even, was %d"
9286msgstr ""
9287
9288#: config/tc-mips.c:9666
9289#, c-format
9290msgid "Bad element selector %ld"
9291msgstr ""
9292
9293#: config/tc-mips.c:9674
9294#, c-format
9295msgid "Expecting ']' found '%s'"
9296msgstr ""
9297
9298#: config/tc-mips.c:9780
9299#, c-format
9300msgid "Bad floating point constant: %s"
9301msgstr ""
9302
9303#: config/tc-mips.c:9900
9304msgid "Can't use floating point insn in this section"
9305msgstr ""
9306
9307#: config/tc-mips.c:9959
9308msgid "expression out of range"
9309msgstr ""
9310
9311#: config/tc-mips.c:10003
9312msgid "lui expression not in range 0..65535"
9313msgstr ""
9314
9315#: config/tc-mips.c:10024
9316#, c-format
9317msgid "Condition code register should be even for %s, was %d"
9318msgstr ""
9319
9320#: config/tc-mips.c:10029
9321#, c-format
9322msgid "Condition code register should be 0 or 4 for %s, was %d"
9323msgstr ""
9324
9325#: config/tc-mips.c:10055
9326msgid "invalid coprocessor sub-selection value (0-7)"
9327msgstr ""
9328
9329#: config/tc-mips.c:10067 config/tc-mips.c:10084
9330#, c-format
9331msgid "bad byte vector index (%ld)"
9332msgstr ""
9333
9334#: config/tc-mips.c:10095
9335#, c-format
9336msgid "bad char = '%c'\n"
9337msgstr ""
9338
9339#: config/tc-mips.c:10106 config/tc-mips.c:10111 config/tc-mips.c:10804
9340msgid "illegal operands"
9341msgstr ""
9342
9343#: config/tc-mips.c:10562 config/tc-mips.c:10643 config/tc-mips.c:10658
9344msgid "can't parse register list"
9345msgstr ""
9346
9347#: config/tc-mips.c:10631
9348msgid "more than one frame size in list"
9349msgstr ""
9350
9351#: config/tc-mips.c:10686
9352msgid "unexpected register in list"
9353msgstr ""
9354
9355#: config/tc-mips.c:10696
9356msgid "arg/static registers overlap"
9357msgstr ""
9358
9359#: config/tc-mips.c:10714
9360msgid "invalid arg register list"
9361msgstr ""
9362
9363#: config/tc-mips.c:10723 config/tc-mips.c:10746
9364msgid "invalid static register list"
9365msgstr ""
9366
9367#: config/tc-mips.c:10753
9368msgid "missing frame size"
9369msgstr ""
9370
9371#: config/tc-mips.c:10756
9372msgid "invalid frame size"
9373msgstr ""
9374
9375#: config/tc-mips.c:10922
9376msgid "extended operand requested but not required"
9377msgstr ""
9378
9379#: config/tc-mips.c:10924
9380msgid "invalid unextended operand value"
9381msgstr ""
9382
9383#: config/tc-mips.c:10952
9384msgid "operand value out of range for instruction"
9385msgstr ""
9386
9387#: config/tc-mips.c:11057
9388#, c-format
9389msgid "relocation %s isn't supported by the current ABI"
9390msgstr ""
9391
9392#: config/tc-mips.c:11113
9393msgid "unclosed '('"
9394msgstr ""
9395
9396#: config/tc-mips.c:11400
9397#, c-format
9398msgid "A different %s was already specified, is now %s"
9399msgstr ""
9400
9401#: config/tc-mips.c:11671
9402msgid "-call_shared is supported only for ELF format"
9403msgstr ""
9404
9405#: config/tc-mips.c:11681
9406msgid "-call_nonpic is supported only for ELF format"
9407msgstr ""
9408
9409#: config/tc-mips.c:11691
9410msgid "-non_shared is supported only for ELF format"
9411msgstr ""
9412
9413#: config/tc-mips.c:11724
9414msgid "-n32 is supported for ELF format only"
9415msgstr ""
9416
9417#: config/tc-mips.c:11733
9418msgid "-64 is supported for ELF format only"
9419msgstr ""
9420
9421#: config/tc-mips.c:11738 config/tc-mips.c:11791
9422msgid "No compiled in support for 64 bit object file format"
9423msgstr ""
9424
9425#: config/tc-mips.c:11778
9426msgid "-mabi is supported for ELF format only"
9427msgstr ""
9428
9429#: config/tc-mips.c:11798
9430#, c-format
9431msgid "invalid abi -mabi=%s"
9432msgstr ""
9433
9434#: config/tc-mips.c:11878
9435msgid "-G not supported in this configuration."
9436msgstr ""
9437
9438#: config/tc-mips.c:11904
9439#, c-format
9440msgid "-%s conflicts with the other architecture options, which imply -%s"
9441msgstr ""
9442
9443#: config/tc-mips.c:11916
9444#, c-format
9445msgid "-march=%s is not compatible with the selected ABI"
9446msgstr ""
9447
9448#: config/tc-mips.c:11935
9449msgid "-mgp64 used with a 32-bit processor"
9450msgstr ""
9451
9452#: config/tc-mips.c:11937
9453msgid "-mgp32 used with a 64-bit ABI"
9454msgstr ""
9455
9456#: config/tc-mips.c:11939
9457msgid "-mgp64 used with a 32-bit ABI"
9458msgstr ""
9459
9460#: config/tc-mips.c:11977
9461msgid "-mfp64 used with a 32-bit fpu"
9462msgstr ""
9463
9464#: config/tc-mips.c:11980
9465msgid "-mfp64 used with a 32-bit ABI"
9466msgstr ""
9467
9468#: config/tc-mips.c:11984
9469msgid "-mfp32 used with a 64-bit ABI"
9470msgstr ""
9471
9472#: config/tc-mips.c:11998
9473msgid "trap exception not supported at ISA 1"
9474msgstr ""
9475
9476#: config/tc-mips.c:12008
9477msgid "-mfp32 used with -mips3d"
9478msgstr ""
9479
9480#: config/tc-mips.c:12014
9481msgid "-mfp32 used with -mdmx"
9482msgstr ""
9483
9484#: config/tc-mips.c:12019
9485#, c-format
9486msgid "%s ISA does not support SmartMIPS"
9487msgstr ""
9488
9489#: config/tc-mips.c:12025 config/tc-mips.c:12983
9490#, c-format
9491msgid "%s ISA does not support DSP ASE"
9492msgstr ""
9493
9494#: config/tc-mips.c:12034 config/tc-mips.c:12996
9495#, c-format
9496msgid "%s ISA does not support DSP R2 ASE"
9497msgstr ""
9498
9499#: config/tc-mips.c:12040 config/tc-mips.c:13009
9500#, c-format
9501msgid "%s ISA does not support MT ASE"
9502msgstr ""
9503
9504#: config/tc-mips.c:12089
9505msgid "PC relative MIPS16 instruction references a different section"
9506msgstr ""
9507
9508#: config/tc-mips.c:12387 config/tc-sparc.c:3184 config/tc-sparc.c:3191
9509#: config/tc-sparc.c:3198 config/tc-sparc.c:3205 config/tc-sparc.c:3212
9510#: config/tc-sparc.c:3221 config/tc-sparc.c:3232 config/tc-sparc.c:3254
9511#: config/tc-sparc.c:3278 write.c:1132
9512msgid "relocation overflow"
9513msgstr ""
9514
9515#: config/tc-mips.c:12397
9516#, c-format
9517msgid "Branch to misaligned address (%lx)"
9518msgstr ""
9519
9520#: config/tc-mips.c:12444
9521msgid "Branch out of range"
9522msgstr ""
9523
9524#: config/tc-mips.c:12526
9525#, c-format
9526msgid "Alignment too large: %d. assumed."
9527msgstr ""
9528
9529#: config/tc-mips.c:12529
9530msgid "Alignment negative: 0 assumed."
9531msgstr ""
9532
9533#: config/tc-mips.c:12788
9534#, c-format
9535msgid "%s: no such section"
9536msgstr ""
9537
9538#: config/tc-mips.c:12837
9539#, c-format
9540msgid ".option pic%d not supported"
9541msgstr ""
9542
9543#: config/tc-mips.c:12842 config/tc-mips.c:13149
9544msgid "-G may not be used with SVR4 PIC code"
9545msgstr ""
9546
9547#: config/tc-mips.c:12848
9548#, c-format
9549msgid "Unrecognized option \"%s\""
9550msgstr ""
9551
9552#: config/tc-mips.c:12908
9553msgid "`noreorder' must be set before `nomacro'"
9554msgstr ""
9555
9556#: config/tc-mips.c:12934
9557#, c-format
9558msgid "%s isa does not support 64-bit registers"
9559msgstr ""
9560
9561#: config/tc-mips.c:12945
9562#, c-format
9563msgid "%s isa does not support 64-bit floating point registers"
9564msgstr ""
9565
9566#: config/tc-mips.c:12966
9567#, c-format
9568msgid "%s ISA does not support SmartMIPS ASE"
9569msgstr ""
9570
9571#: config/tc-mips.c:13033
9572#, c-format
9573msgid "unknown architecture %s"
9574msgstr ""
9575
9576#: config/tc-mips.c:13046 config/tc-mips.c:13076
9577#, c-format
9578msgid "unknown ISA level %s"
9579msgstr ""
9580
9581#: config/tc-mips.c:13054
9582#, c-format
9583msgid "unknown ISA or architecture %s"
9584msgstr ""
9585
9586#: config/tc-mips.c:13104
9587msgid ".set pop with no .set push"
9588msgstr ""
9589
9590#: config/tc-mips.c:13133
9591#, c-format
9592msgid "Tried to set unrecognized symbol: %s\n"
9593msgstr ""
9594
9595#: config/tc-mips.c:13191
9596msgid ".cpload not in noreorder section"
9597msgstr ""
9598
9599#: config/tc-mips.c:13259 config/tc-mips.c:13278
9600msgid "missing argument separator ',' for .cpsetup"
9601msgstr ""
9602
9603#: config/tc-mips.c:13436
9604#, c-format
9605msgid "Unsupported use of %s"
9606msgstr ""
9607
9608#: config/tc-mips.c:13518 config/tc-score.c:6035
9609msgid "Unsupported use of .gpword"
9610msgstr ""
9611
9612#: config/tc-mips.c:13558
9613msgid "Unsupported use of .gpdword"
9614msgstr ""
9615
9616#: config/tc-mips.c:13652
9617#, c-format
9618msgid "ignoring attempt to redefine symbol %s"
9619msgstr ""
9620
9621#: config/tc-mips.c:13667 ecoff.c:3378
9622msgid "bad .weakext directive"
9623msgstr ""
9624
9625#: config/tc-mips.c:13903
9626msgid "unsupported PC relative reference to different section"
9627msgstr ""
9628
9629#: config/tc-mips.c:14016 config/tc-xtensa.c:1583 config/tc-xtensa.c:1859
9630msgid "unsupported relocation"
9631msgstr ""
9632
9633#: config/tc-mips.c:14269 config/tc-pdp11.c:1431
9634#, c-format
9635msgid "Can not represent %s relocation in this object file format"
9636msgstr ""
9637
9638#: config/tc-mips.c:14354
9639msgid "relaxed out-of-range branch into a jump"
9640msgstr ""
9641
9642#: config/tc-mips.c:14901
9643msgid "missing .end at end of assembly"
9644msgstr ""
9645
9646#: config/tc-mips.c:14916 config/tc-score.c:5644
9647msgid "expected simple number"
9648msgstr ""
9649
9650#: config/tc-mips.c:14944 config/tc-score.c:5671
9651msgid "invalid number"
9652msgstr ""
9653
9654#: config/tc-mips.c:15112 config/tc-score.c:5710
9655msgid "missing .end"
9656msgstr ""
9657
9658#: config/tc-mips.c:15164
9659msgid "Bad .frame directive"
9660msgstr ""
9661
9662#: config/tc-mips.c:15196
9663msgid ".mask/.fmask outside of .ent"
9664msgstr ""
9665
9666#: config/tc-mips.c:15203
9667msgid "Bad .mask/.fmask directive"
9668msgstr ""
9669
9670#: config/tc-mips.c:15478
9671#, c-format
9672msgid "Bad value (%s) for %s"
9673msgstr ""
9674
9675#: config/tc-mips.c:15542
9676#, c-format
9677msgid ""
9678"MIPS options:\n"
9679"-EB\t\t\tgenerate big endian output\n"
9680"-EL\t\t\tgenerate little endian output\n"
9681"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
9682"-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
9683"\t\t\timplicitly with the gp register [default 8]\n"
9684msgstr ""
9685
9686#: config/tc-mips.c:15549
9687#, c-format
9688msgid ""
9689"-mips1\t\t\tgenerate MIPS ISA I instructions\n"
9690"-mips2\t\t\tgenerate MIPS ISA II instructions\n"
9691"-mips3\t\t\tgenerate MIPS ISA III instructions\n"
9692"-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
9693"-mips5                  generate MIPS ISA V instructions\n"
9694"-mips32                 generate MIPS32 ISA instructions\n"
9695"-mips32r2               generate MIPS32 release 2 ISA instructions\n"
9696"-mips64                 generate MIPS64 ISA instructions\n"
9697"-mips64r2               generate MIPS64 release 2 ISA instructions\n"
9698"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
9699msgstr ""
9700
9701#: config/tc-mips.c:15568
9702#, c-format
9703msgid ""
9704"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
9705"-no-mCPU\t\tdon't generate code specific to CPU.\n"
9706"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
9707msgstr ""
9708
9709#: config/tc-mips.c:15581
9710#, c-format
9711msgid ""
9712"-mips16\t\t\tgenerate mips16 instructions\n"
9713"-no-mips16\t\tdo not generate mips16 instructions\n"
9714msgstr ""
9715
9716#: config/tc-mips.c:15584
9717#, c-format
9718msgid ""
9719"-msmartmips\t\tgenerate smartmips instructions\n"
9720"-mno-smartmips\t\tdo not generate smartmips instructions\n"
9721msgstr ""
9722
9723#: config/tc-mips.c:15587
9724#, c-format
9725msgid ""
9726"-mdsp\t\t\tgenerate DSP instructions\n"
9727"-mno-dsp\t\tdo not generate DSP instructions\n"
9728msgstr ""
9729
9730#: config/tc-mips.c:15590
9731#, c-format
9732msgid ""
9733"-mdspr2\t\t\tgenerate DSP R2 instructions\n"
9734"-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
9735msgstr ""
9736
9737#: config/tc-mips.c:15593
9738#, c-format
9739msgid ""
9740"-mmt\t\t\tgenerate MT instructions\n"
9741"-mno-mt\t\t\tdo not generate MT instructions\n"
9742msgstr ""
9743
9744#: config/tc-mips.c:15596
9745#, c-format
9746msgid ""
9747"-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
9748"-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n"
9749"-mfix-vr4120\t\twork around certain VR4120 errata\n"
9750"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
9751"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
9752"-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n"
9753"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
9754"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
9755"-msym32\t\t\tassume all symbols have 32-bit values\n"
9756"-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
9757"-O\t\t\tremove unneeded NOPs and swap branches\n"
9758"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
9759"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
9760msgstr ""
9761
9762#: config/tc-mips.c:15610
9763#, c-format
9764msgid ""
9765"-mhard-float\t\tallow floating-point instructions\n"
9766"-msoft-float\t\tdo not allow floating-point instructions\n"
9767"-msingle-float\t\tonly allow 32-bit floating-point operations\n"
9768"-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
9769"--[no-]construct-floats [dis]allow floating point values to be constructed\n"
9770msgstr ""
9771
9772#: config/tc-mips.c:15618
9773#, c-format
9774msgid ""
9775"-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
9776"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
9777"-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
9778"-non_shared\t\tdo not generate code that can operate with DSOs\n"
9779"-xgot\t\t\tassume a 32 bit GOT\n"
9780"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
9781"-mshared, -mno-shared   disable/enable .cpload optimization for\n"
9782"                        position dependent (non shared) code\n"
9783"-mabi=ABI\t\tcreate ABI conformant object file for:\n"
9784msgstr ""
9785
9786#: config/tc-mips.c:15639
9787#, c-format
9788msgid ""
9789"-32\t\t\tcreate o32 ABI object file (default)\n"
9790"-n32\t\t\tcreate n32 ABI object file\n"
9791"-64\t\t\tcreate 64 ABI object file\n"
9792msgstr ""
9793
9794#: config/tc-mmix.c:693
9795#, c-format
9796msgid " MMIX-specific command line options:\n"
9797msgstr ""
9798
9799#: config/tc-mmix.c:694
9800#, c-format
9801msgid ""
9802"  -fixed-special-register-names\n"
9803"                          Allow only the original special register names.\n"
9804msgstr ""
9805
9806#: config/tc-mmix.c:697
9807#, c-format
9808msgid "  -globalize-symbols      Make all symbols global.\n"
9809msgstr ""
9810
9811#: config/tc-mmix.c:699
9812#, c-format
9813msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
9814msgstr ""
9815
9816#: config/tc-mmix.c:701
9817#, c-format
9818msgid "  -relax                  Create linker relaxable code.\n"
9819msgstr ""
9820
9821#: config/tc-mmix.c:703
9822#, c-format
9823msgid ""
9824"  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
9825"                          Implies -fixed-special-register-names.\n"
9826msgstr ""
9827
9828#: config/tc-mmix.c:706
9829#, c-format
9830msgid ""
9831"  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
9832"                          into multiple instructions.\n"
9833msgstr ""
9834
9835#: config/tc-mmix.c:709
9836#, c-format
9837msgid "  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
9838msgstr ""
9839
9840#: config/tc-mmix.c:711
9841#, c-format
9842msgid "  -linker-allocated-gregs If there's no suitable GREG definition for the                          operands of an instruction, let the linker resolve.\n"
9843msgstr ""
9844
9845#: config/tc-mmix.c:714
9846#, c-format
9847msgid ""
9848"  -x                      Do not warn when an operand to GETA, a branch,\n"
9849"                          PUSHJ or JUMP is not known to be within range.\n"
9850"                          The linker will catch any errors.  Implies\n"
9851"                          -linker-allocated-gregs."
9852msgstr ""
9853
9854#: config/tc-mmix.c:840
9855#, c-format
9856msgid "unknown opcode: `%s'"
9857msgstr ""
9858
9859#: config/tc-mmix.c:962 config/tc-mmix.c:977
9860msgid "specified location wasn't TETRA-aligned"
9861msgstr ""
9862
9863#: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4111
9864#: config/tc-mmix.c:4127
9865msgid "unaligned data at an absolute location is not supported"
9866msgstr ""
9867
9868#: config/tc-mmix.c:1089
9869#, c-format
9870msgid "invalid operand to opcode %s: `%s'"
9871msgstr ""
9872
9873#: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171
9874#: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224
9875#: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318
9876#: config/tc-mmix.c:1419 config/tc-mmix.c:1444 config/tc-mmix.c:1476
9877#: config/tc-mmix.c:1508 config/tc-mmix.c:1538 config/tc-mmix.c:1591
9878#: config/tc-mmix.c:1608 config/tc-mmix.c:1635 config/tc-mmix.c:1663
9879#: config/tc-mmix.c:1693 config/tc-mmix.c:1719 config/tc-mmix.c:1735
9880#: config/tc-mmix.c:1761 config/tc-mmix.c:1777 config/tc-mmix.c:1793
9881#: config/tc-mmix.c:1874
9882#, c-format
9883msgid "invalid operands to opcode %s: `%s'"
9884msgstr ""
9885
9886#: config/tc-mmix.c:1976
9887msgid "internal: mmix_prefix_name but empty prefix"
9888msgstr ""
9889
9890#: config/tc-mmix.c:2020
9891#, c-format
9892msgid "too many GREG registers allocated (max %d)"
9893msgstr ""
9894
9895#: config/tc-mmix.c:2078
9896msgid "BSPEC already active.  Nesting is not supported."
9897msgstr ""
9898
9899#: config/tc-mmix.c:2087
9900msgid "invalid BSPEC expression"
9901msgstr ""
9902
9903#: config/tc-mmix.c:2103
9904#, c-format
9905msgid "can't create section %s"
9906msgstr ""
9907
9908#: config/tc-mmix.c:2108
9909#, c-format
9910msgid "can't set section flags for section %s"
9911msgstr ""
9912
9913#: config/tc-mmix.c:2129
9914msgid "ESPEC without preceding BSPEC"
9915msgstr ""
9916
9917#: config/tc-mmix.c:2158
9918msgid "missing local expression"
9919msgstr ""
9920
9921#: config/tc-mmix.c:2368
9922msgid "operand out of range, instruction expanded"
9923msgstr ""
9924
9925#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
9926#. user-friendly, though a little bit non-substantial.
9927#: config/tc-mmix.c:2619
9928msgid "directive LOCAL must be placed in code or data"
9929msgstr ""
9930
9931#: config/tc-mmix.c:2620
9932msgid "internal confusion: relocation in a section without contents"
9933msgstr ""
9934
9935#: config/tc-mmix.c:2734
9936msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
9937msgstr ""
9938
9939#: config/tc-mmix.c:2782
9940msgid "no suitable GREG definition for operands"
9941msgstr ""
9942
9943#: config/tc-mmix.c:2841
9944msgid "operands were not reducible at assembly-time"
9945msgstr ""
9946
9947#: config/tc-mmix.c:2868
9948#, c-format
9949msgid "cannot generate relocation type for symbol %s, code %s"
9950msgstr ""
9951
9952#: config/tc-mmix.c:2888
9953#, c-format
9954msgid "internal: unhandled label %s"
9955msgstr ""
9956
9957#: config/tc-mmix.c:2918
9958msgid "[0-9]H labels may not appear alone on a line"
9959msgstr ""
9960
9961#: config/tc-mmix.c:2927
9962msgid "[0-9]H labels do not mix with dot-pseudos"
9963msgstr ""
9964
9965#: config/tc-mmix.c:3015
9966msgid "invalid characters in input"
9967msgstr ""
9968
9969#: config/tc-mmix.c:3121
9970msgid "empty label field for IS"
9971msgstr ""
9972
9973#: config/tc-mmix.c:3447
9974#, c-format
9975msgid "internal: unexpected relax type %d:%d"
9976msgstr ""
9977
9978#: config/tc-mmix.c:3470
9979msgid "BSPEC without ESPEC."
9980msgstr ""
9981
9982#: config/tc-mmix.c:3675
9983msgid "GREG expression too complicated"
9984msgstr ""
9985
9986#: config/tc-mmix.c:3690
9987msgid "internal: GREG expression not resolved to section"
9988msgstr ""
9989
9990#: config/tc-mmix.c:3739
9991msgid "register section has contents\n"
9992msgstr ""
9993
9994#: config/tc-mmix.c:3866
9995msgid "section change from within a BSPEC/ESPEC pair is not supported"
9996msgstr ""
9997
9998#: config/tc-mmix.c:3887
9999msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
10000msgstr ""
10001
10002#: config/tc-mmix.c:3898
10003msgid "invalid LOC expression"
10004msgstr ""
10005
10006#: config/tc-mmix.c:3925 config/tc-mmix.c:3952
10007msgid "LOC expression stepping backwards is not supported"
10008msgstr ""
10009
10010#. We will only get here in rare cases involving #NO_APP,
10011#. where the unterminated string is not recognized by the
10012#. preformatting pass.
10013#: config/tc-mmix.c:4034 config/tc-mmix.c:4192 config/tc-z80.c:1686
10014msgid "unterminated string"
10015msgstr ""
10016
10017#: config/tc-mmix.c:4051
10018msgid "BYTE expression not a pure number"
10019msgstr ""
10020
10021#. Note that mmixal does not allow negative numbers in
10022#. BYTE sequences, so neither should we.
10023#: config/tc-mmix.c:4060
10024msgid "BYTE expression not in the range 0..255"
10025msgstr ""
10026
10027#: config/tc-mmix.c:4109 config/tc-mmix.c:4125
10028msgid "data item with alignment larger than location"
10029msgstr ""
10030
10031#. Since integer_constant is local to expr.c, we have to make this a
10032#. macro.  FIXME: Do it cleaner.
10033#: config/tc-mmix.h:105
10034msgid "`&' serial number operator is not supported"
10035msgstr ""
10036
10037#: config/tc-mn10200.c:304
10038#, c-format
10039msgid ""
10040"MN10200 options:\n"
10041"none yet\n"
10042msgstr ""
10043
10044#: config/tc-mn10300.c:441
10045#, c-format
10046msgid ""
10047"MN10300 assembler options:\n"
10048"none yet\n"
10049msgstr ""
10050
10051#: config/tc-mn10300.c:1268
10052msgid "Invalid opcode/operands"
10053msgstr ""
10054
10055#: config/tc-mn10300.c:1791
10056msgid "Invalid register specification."
10057msgstr ""
10058
10059#: config/tc-mn10300.c:2383
10060#, c-format
10061msgid "Bad relocation fixup type (%d)"
10062msgstr ""
10063
10064#: config/tc-moxie.c:100
10065msgid "expecting register"
10066msgstr ""
10067
10068#: config/tc-moxie.c:119 config/tc-moxie.c:135
10069msgid "illegal register number"
10070msgstr ""
10071
10072#: config/tc-moxie.c:184 config/tc-pj.c:260
10073#, c-format
10074msgid "unknown opcode %s"
10075msgstr ""
10076
10077#: config/tc-moxie.c:202 config/tc-moxie.c:221 config/tc-moxie.c:312
10078#: config/tc-moxie.c:358
10079msgid "expecting comma delimited register operands"
10080msgstr ""
10081
10082#: config/tc-moxie.c:228 config/tc-moxie.c:288 config/tc-moxie.c:300
10083#: config/tc-moxie.c:333 config/tc-moxie.c:365 config/tc-moxie.c:398
10084#: config/tc-moxie.c:452 config/tc-moxie.c:506 config/tc-moxie.c:516
10085#: config/tc-moxie.c:544 config/tc-pj.c:308
10086msgid "extra stuff on line ignored"
10087msgstr ""
10088
10089#: config/tc-moxie.c:248 config/tc-moxie.c:388 config/tc-moxie.c:418
10090#: config/tc-moxie.c:493
10091msgid "expecting comma delimited operands"
10092msgstr ""
10093
10094#: config/tc-moxie.c:316 config/tc-moxie.c:344
10095msgid "expecting indirect register `($rA)'"
10096msgstr ""
10097
10098#: config/tc-moxie.c:324 config/tc-moxie.c:352 config/tc-moxie.c:443
10099#: config/tc-moxie.c:485
10100msgid "missing closing parenthesis"
10101msgstr ""
10102
10103#: config/tc-moxie.c:435 config/tc-moxie.c:477
10104msgid "expecting indirect register `($rX)'"
10105msgstr ""
10106
10107#: config/tc-moxie.c:547 config/tc-pj.c:313
10108msgid "Something forgot to clean up\n"
10109msgstr ""
10110
10111#: config/tc-moxie.c:649
10112msgid "pcrel too far BFD_RELOC_MOXIE_10"
10113msgstr ""
10114
10115#: config/tc-msp430.c:547
10116msgid ".profiler pseudo requires at least two operands."
10117msgstr ""
10118
10119#: config/tc-msp430.c:606
10120msgid "unknown profiling flag - ignored."
10121msgstr ""
10122
10123#: config/tc-msp430.c:622
10124msgid "ambiguous flags combination - '.profiler' directive ignored."
10125msgstr ""
10126
10127#: config/tc-msp430.c:632
10128msgid "profiling in absolute section?"
10129msgstr ""
10130
10131#: config/tc-msp430.c:720
10132#, c-format
10133msgid "Known MCU names:\n"
10134msgstr ""
10135
10136#: config/tc-msp430.c:723
10137#, c-format
10138msgid "\t %s\n"
10139msgstr ""
10140
10141#: config/tc-msp430.c:749
10142#, c-format
10143msgid "redefinition of mcu type %s' to %s'"
10144msgstr ""
10145
10146#: config/tc-msp430.c:792
10147#, c-format
10148msgid ""
10149"MSP430 options:\n"
10150"  -mmcu=[msp430-name] select microcontroller type\n"
10151"                  msp430x110  msp430x112\n"
10152"                  msp430x1101 msp430x1111\n"
10153"                  msp430x1121 msp430x1122 msp430x1132\n"
10154"                  msp430x122  msp430x123\n"
10155"                  msp430x1222 msp430x1232\n"
10156"                  msp430x133  msp430x135\n"
10157"                  msp430x1331 msp430x1351\n"
10158"                  msp430x147  msp430x148  msp430x149\n"
10159"                  msp430x155  msp430x156  msp430x157\n"
10160"                  msp430x167  msp430x168  msp430x169\n"
10161"                  msp430x1610 msp430x1611 msp430x1612\n"
10162"                  msp430x311  msp430x312  msp430x313  msp430x314  msp430x315\n"
10163"                  msp430x323  msp430x325\n"
10164"                  msp430x336  msp430x337\n"
10165"                  msp430x412  msp430x413  msp430x415  msp430x417\n"
10166"                  msp430xE423 msp430xE425 msp430E427\n"
10167"                  msp430xW423 msp430xW425 msp430W427\n"
10168"                  msp430xG437 msp430xG438 msp430G439\n"
10169"                  msp430x435  msp430x436  msp430x437\n"
10170"                  msp430x447  msp430x448  msp430x449\n"
10171msgstr ""
10172
10173#: config/tc-msp430.c:815
10174#, c-format
10175msgid ""
10176"  -mQ - enable relaxation at assembly time. DANGEROUS!\n"
10177"  -mP - enable polymorph instructions\n"
10178msgstr ""
10179
10180#: config/tc-msp430.c:969
10181#, c-format
10182msgid "value %d out of range. Use #lo() or #hi()"
10183msgstr ""
10184
10185#: config/tc-msp430.c:1057
10186#, c-format
10187msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
10188msgstr ""
10189
10190#: config/tc-msp430.c:1108
10191#, c-format
10192msgid "Registers cannot be used within immediate expression [%s]"
10193msgstr ""
10194
10195#: config/tc-msp430.c:1110
10196#, c-format
10197msgid "unknown operand %s"
10198msgstr ""
10199
10200#: config/tc-msp430.c:1132 config/tc-msp430.c:1267
10201#, c-format
10202msgid "value out of range: %d"
10203msgstr ""
10204
10205#: config/tc-msp430.c:1143
10206#, c-format
10207msgid "Registers cannot be used within absolute expression [%s]"
10208msgstr ""
10209
10210#: config/tc-msp430.c:1145 config/tc-msp430.c:1288
10211#, c-format
10212msgid "unknown expression in operand %s"
10213msgstr ""
10214
10215#: config/tc-msp430.c:1159 config/tc-msp430.c:1166
10216#, c-format
10217msgid "unknown addressing mode %s"
10218msgstr ""
10219
10220#: config/tc-msp430.c:1174
10221#, c-format
10222msgid "Bad register name r%s"
10223msgstr ""
10224
10225#: config/tc-msp430.c:1186
10226#, c-format
10227msgid "MSP430 does not have %d registers"
10228msgstr ""
10229
10230#: config/tc-msp430.c:1206
10231msgid "')' required"
10232msgstr ""
10233
10234#: config/tc-msp430.c:1219
10235#, c-format
10236msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
10237msgstr ""
10238
10239#: config/tc-msp430.c:1228
10240#, c-format
10241msgid "unknown operator (r%s substituted as a register name"
10242msgstr ""
10243
10244#: config/tc-msp430.c:1240 config/tc-msp430.c:1251
10245#, c-format
10246msgid "unknown operator %s"
10247msgstr ""
10248
10249#: config/tc-msp430.c:1245
10250msgid "r2 should not be used in indexed addressing mode"
10251msgstr ""
10252
10253#: config/tc-msp430.c:1286
10254#, c-format
10255msgid "Registers cannot be used as a prefix of indexed expression [%s]"
10256msgstr ""
10257
10258#. Unreachable.
10259#: config/tc-msp430.c:1335
10260#, c-format
10261msgid "unknown addressing mode for operand %s"
10262msgstr ""
10263
10264#: config/tc-msp430.c:1360
10265#, c-format
10266msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
10267msgstr ""
10268
10269#: config/tc-msp430.c:1370
10270msgid "this addressing mode is not applicable for destination operand"
10271msgstr ""
10272
10273#: config/tc-msp430.c:1414
10274#, c-format
10275msgid "instruction %s requires %d operand(s)"
10276msgstr ""
10277
10278#: config/tc-msp430.c:1667
10279#, c-format
10280msgid "Even number required. Rounded to %d"
10281msgstr ""
10282
10283#: config/tc-msp430.c:1678
10284#, c-format
10285msgid "Wrong displacement  %d"
10286msgstr ""
10287
10288#: config/tc-msp430.c:1695
10289msgid "instruction requires label sans '$'"
10290msgstr ""
10291
10292#: config/tc-msp430.c:1700
10293msgid "instruction requires label or value in range -511:512"
10294msgstr ""
10295
10296#: config/tc-msp430.c:1707 config/tc-msp430.c:1751 config/tc-msp430.c:1790
10297msgid "instruction requires label"
10298msgstr ""
10299
10300#: config/tc-msp430.c:1715 config/tc-msp430.c:1757
10301msgid "polymorphs are not enabled. Use -mP option to enable."
10302msgstr ""
10303
10304#: config/tc-msp430.c:1794
10305msgid "Illegal instruction or not implemented opcode."
10306msgstr ""
10307
10308#: config/tc-msp430.c:2144
10309#, c-format
10310msgid "internal inconsistency problem in %s: insn %04lx"
10311msgstr ""
10312
10313#: config/tc-msp430.c:2174 config/tc-msp430.c:2197
10314#, c-format
10315msgid "internal inconsistency problem in %s: ext. insn %04lx"
10316msgstr ""
10317
10318#: config/tc-msp430.c:2209
10319#, c-format
10320msgid "internal inconsistency problem in %s:  %lx"
10321msgstr ""
10322
10323#: config/tc-mt.c:151
10324#, c-format
10325msgid "MT specific command line options:\n"
10326msgstr ""
10327
10328#: config/tc-mt.c:152
10329#, c-format
10330msgid "  -march=ms1-64-001         allow ms1-64-001 instructions\n"
10331msgstr ""
10332
10333#: config/tc-mt.c:153
10334#, c-format
10335msgid "  -march=ms1-16-002         allow ms1-16-002 instructions (default)\n"
10336msgstr ""
10337
10338#: config/tc-mt.c:154
10339#, c-format
10340msgid "  -march=ms1-16-003         allow ms1-16-003 instructions\n"
10341msgstr ""
10342
10343#: config/tc-mt.c:155
10344#, c-format
10345msgid "  -march=ms2                allow ms2 instructions \n"
10346msgstr ""
10347
10348#: config/tc-mt.c:156
10349#, c-format
10350msgid "  -nosched                  disable scheduling restrictions\n"
10351msgstr ""
10352
10353#: config/tc-mt.c:224
10354#, c-format
10355msgid "instruction %s may not follow another memory access instruction."
10356msgstr ""
10357
10358#: config/tc-mt.c:230
10359#, c-format
10360msgid "instruction %s may not follow another I/O instruction."
10361msgstr ""
10362
10363#: config/tc-mt.c:236
10364#, c-format
10365msgid "%s may not occupy the delay slot of another branch insn."
10366msgstr ""
10367
10368#: config/tc-mt.c:261
10369#, c-format
10370msgid "operand references R%ld of previous instrutcion."
10371msgstr ""
10372
10373#: config/tc-mt.c:267
10374#, c-format
10375msgid "operand references R%ld of instructcion before previous."
10376msgstr ""
10377
10378#: config/tc-mt.c:281 config/tc-mt.c:286
10379#, c-format
10380msgid "conditional branch or jal insn's operand references R%ld of previous arithmetic or logic insn."
10381msgstr ""
10382
10383#: config/tc-mt.c:349
10384msgid "md_estimate_size_before_relax\n"
10385msgstr ""
10386
10387#: config/tc-ns32k.c:439
10388msgid "Invalid syntax in PC-relative addressing mode"
10389msgstr ""
10390
10391#: config/tc-ns32k.c:463
10392msgid "Invalid syntax in External addressing mode"
10393msgstr ""
10394
10395#: config/tc-ns32k.c:544
10396msgid "Invalid syntax in Memory Relative addressing mode"
10397msgstr ""
10398
10399#: config/tc-ns32k.c:611
10400msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
10401msgstr ""
10402
10403#: config/tc-ns32k.c:616
10404msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
10405msgstr ""
10406
10407#: config/tc-ns32k.c:621
10408msgid "Scaled-indexed addressing mode combined with scaled-index"
10409msgstr ""
10410
10411#: config/tc-ns32k.c:632
10412msgid "Invalid or illegal addressing mode combined with scaled-index"
10413msgstr ""
10414
10415#: config/tc-ns32k.c:755
10416msgid "Premature end of suffix -- Defaulting to d"
10417msgstr ""
10418
10419#: config/tc-ns32k.c:768
10420msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
10421msgstr ""
10422
10423#: config/tc-ns32k.c:813
10424msgid "Very short instr to option, ie you can't do it on a NULLstr"
10425msgstr ""
10426
10427#: config/tc-ns32k.c:863
10428msgid "No such entry in list. (cpu/mmu register)"
10429msgstr ""
10430
10431#: config/tc-ns32k.c:920
10432msgid "Internal consistency error.  check ns32k-opcode.h"
10433msgstr ""
10434
10435#: config/tc-ns32k.c:944
10436msgid "Address of immediate operand"
10437msgstr ""
10438
10439#: config/tc-ns32k.c:945
10440msgid "Invalid immediate write operand."
10441msgstr ""
10442
10443#: config/tc-ns32k.c:1075
10444msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
10445msgstr ""
10446
10447#: config/tc-ns32k.c:1108
10448msgid "No such opcode"
10449msgstr ""
10450
10451#: config/tc-ns32k.c:1183
10452msgid "Bad suffix, defaulting to d"
10453msgstr ""
10454
10455#: config/tc-ns32k.c:1210
10456msgid "Too many operands passed to instruction"
10457msgstr ""
10458
10459#. Check error in default.
10460#: config/tc-ns32k.c:1222
10461msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
10462msgstr ""
10463
10464#: config/tc-ns32k.c:1225
10465msgid "Wrong number of operands"
10466msgstr ""
10467
10468#: config/tc-ns32k.c:1298
10469#, c-format
10470msgid "Can not do %d byte pc-relative relocation for storage type %d"
10471msgstr ""
10472
10473#: config/tc-ns32k.c:1301
10474#, c-format
10475msgid "Can not do %d byte relocation for storage type %d"
10476msgstr ""
10477
10478#: config/tc-ns32k.c:1393
10479#, c-format
10480msgid "value of %ld out of byte displacement range."
10481msgstr ""
10482
10483#: config/tc-ns32k.c:1403
10484#, c-format
10485msgid "value of %ld out of word displacement range."
10486msgstr ""
10487
10488#: config/tc-ns32k.c:1418
10489#, c-format
10490msgid "value of %ld out of double word displacement range."
10491msgstr ""
10492
10493#: config/tc-ns32k.c:1439
10494#, c-format
10495msgid "Internal logic error.  line %d, file \"%s\""
10496msgstr ""
10497
10498#: config/tc-ns32k.c:1487
10499#, c-format
10500msgid "Internal logic error. line %d, file \"%s\""
10501msgstr ""
10502
10503#: config/tc-ns32k.c:1588
10504msgid "Bit field out of range"
10505msgstr ""
10506
10507#: config/tc-ns32k.c:1688
10508msgid "iif convert internal pcrel/binary"
10509msgstr ""
10510
10511#: config/tc-ns32k.c:1705
10512msgid "Bignum too big for long"
10513msgstr ""
10514
10515#: config/tc-ns32k.c:1782
10516msgid "iif convert internal pcrel/pointer"
10517msgstr ""
10518
10519#: config/tc-ns32k.c:1787
10520msgid "Internal logic error in iif.iifP[n].type"
10521msgstr ""
10522
10523#. We cant relax this case.
10524#: config/tc-ns32k.c:1823
10525msgid "Can't relax difference"
10526msgstr ""
10527
10528#: config/tc-ns32k.c:1864
10529msgid "Displacement too large for :d"
10530msgstr ""
10531
10532#: config/tc-ns32k.c:1877
10533msgid "Internal logic error in iif.iifP[].type"
10534msgstr ""
10535
10536#. Fatal.
10537#: config/tc-ns32k.c:1909
10538#, c-format
10539msgid "Can't hash %s: %s"
10540msgstr ""
10541
10542#: config/tc-ns32k.c:2145
10543#, c-format
10544msgid "invalid architecture option -m%s, ignored"
10545msgstr ""
10546
10547#: config/tc-ns32k.c:2158
10548#, c-format
10549msgid "invalid default displacement size \"%s\". Defaulting to %d."
10550msgstr ""
10551
10552#: config/tc-ns32k.c:2174
10553#, c-format
10554msgid ""
10555"NS32K options:\n"
10556"-m32032 | -m32532\tselect variant of NS32K architecture\n"
10557"--disp-size-default=<1|2|4>\n"
10558msgstr ""
10559
10560#: config/tc-ns32k.c:2249
10561#, c-format
10562msgid "Cannot find relocation type for symbol %s, code %d"
10563msgstr ""
10564
10565#: config/tc-or32.c:361
10566#, c-format
10567msgid "unknown opcode1: `%s'"
10568msgstr ""
10569
10570#: config/tc-or32.c:367
10571#, c-format
10572msgid "unknown opcode2 `%s'."
10573msgstr ""
10574
10575#: config/tc-or32.c:403
10576#, c-format
10577msgid "instruction not allowed: %s"
10578msgstr ""
10579
10580#: config/tc-or32.c:406
10581#, c-format
10582msgid "too many operands: %s"
10583msgstr ""
10584
10585#: config/tc-or32.c:490
10586msgid "call/jmp target out of range (1)"
10587msgstr ""
10588
10589#: config/tc-or32.c:612
10590msgid "call/jmp target out of range (2)"
10591msgstr ""
10592
10593#: config/tc-or32.c:631
10594#, c-format
10595msgid "bad relocation type: 0x%02x"
10596msgstr ""
10597
10598#: config/tc-or32.c:823
10599msgid "invalid register in & expression"
10600msgstr ""
10601
10602#: config/tc-pdp11.c:339 config/tc-pdp11.c:357 config/tc-pdp11.c:382
10603#: config/tc-pdp11.c:388 config/tc-pdp11.c:401
10604msgid "Bad register name"
10605msgstr ""
10606
10607#: config/tc-pdp11.c:420 config/tc-pdp11.c:484 config/tc-pdp11.c:495
10608msgid "Error in expression"
10609msgstr ""
10610
10611#: config/tc-pdp11.c:492
10612msgid "Low order bits truncated in immediate float operand"
10613msgstr ""
10614
10615#: config/tc-pdp11.c:532
10616msgid "Label expected"
10617msgstr ""
10618
10619#: config/tc-pdp11.c:618
10620msgid "Float AC not legal as integer operand"
10621msgstr ""
10622
10623#: config/tc-pdp11.c:638
10624msgid "General register not legal as float operand"
10625msgstr ""
10626
10627#: config/tc-pdp11.c:671
10628msgid "No instruction found"
10629msgstr ""
10630
10631#: config/tc-pdp11.c:681 config/tc-z80.c:1885 config/tc-z80.c:1898
10632#, c-format
10633msgid "Unknown instruction '%s'"
10634msgstr ""
10635
10636#: config/tc-pdp11.c:687
10637#, c-format
10638msgid "Unsupported instruction set extension: %s"
10639msgstr ""
10640
10641#: config/tc-pdp11.c:723
10642msgid "operand is not an absolute constant"
10643msgstr ""
10644
10645#: config/tc-pdp11.c:731
10646msgid "3-bit immediate out of range"
10647msgstr ""
10648
10649#: config/tc-pdp11.c:738
10650msgid "6-bit immediate out of range"
10651msgstr ""
10652
10653#: config/tc-pdp11.c:745
10654msgid "8-bit immediate out of range"
10655msgstr ""
10656
10657#: config/tc-pdp11.c:762 config/tc-pdp11.c:955
10658msgid "Symbol expected"
10659msgstr ""
10660
10661#: config/tc-pdp11.c:767
10662msgid "8-bit displacement out of range"
10663msgstr ""
10664
10665#: config/tc-pdp11.c:809 config/tc-pdp11.c:830 config/tc-pdp11.c:847
10666#: config/tc-pdp11.c:868 config/tc-pdp11.c:885 config/tc-pdp11.c:906
10667#: config/tc-pdp11.c:925 config/tc-pdp11.c:946
10668msgid "Missing ','"
10669msgstr ""
10670
10671#: config/tc-pdp11.c:960
10672msgid "6-bit displacement out of range"
10673msgstr ""
10674
10675#: config/tc-pdp11.c:981 config/tc-vax.c:1944
10676msgid "Too many operands"
10677msgstr ""
10678
10679#: config/tc-pj.c:65 config/tc-pj.c:74
10680msgid "confusing relocation expressions"
10681msgstr ""
10682
10683#: config/tc-pj.c:157
10684msgid "can't have relocation for ipush"
10685msgstr ""
10686
10687#: config/tc-pj.c:289
10688msgid "expected expresssion"
10689msgstr ""
10690
10691#: config/tc-pj.c:355
10692#, c-format
10693msgid ""
10694"PJ options:\n"
10695"-little\t\t\tgenerate little endian code\n"
10696"-big\t\t\tgenerate big endian code\n"
10697msgstr ""
10698
10699#: config/tc-pj.c:380 config/tc-sh.c:4143 config/tc-sh.c:4150
10700#: config/tc-sh.c:4157 config/tc-sh.c:4164
10701msgid "pcrel too far"
10702msgstr ""
10703
10704#: config/tc-pj.h:38
10705msgid "convert_frag\n"
10706msgstr ""
10707
10708#: config/tc-pj.h:39
10709msgid "estimate size\n"
10710msgstr ""
10711
10712#: config/tc-ppc.c:1089
10713#, c-format
10714msgid "%s unsupported"
10715msgstr ""
10716
10717#: config/tc-ppc.c:1186
10718msgid "--nops needs a numeric argument"
10719msgstr ""
10720
10721#: config/tc-ppc.c:1200
10722#, c-format
10723msgid ""
10724"PowerPC options:\n"
10725"-a32                    generate ELF32/XCOFF32\n"
10726"-a64                    generate ELF64/XCOFF64\n"
10727"-u                      ignored\n"
10728"-mpwrx, -mpwr2          generate code for POWER/2 (RIOS2)\n"
10729"-mpwr                   generate code for POWER (RIOS1)\n"
10730"-m601                   generate code for PowerPC 601\n"
10731"-mppc, -mppc32, -m603, -m604\n"
10732"                        generate code for PowerPC 603/604\n"
10733"-m403                   generate code for PowerPC 403\n"
10734"-m405                   generate code for PowerPC 405\n"
10735"-m440                   generate code for PowerPC 440\n"
10736"-m464                   generate code for PowerPC 464\n"
10737"-m476                   generate code for PowerPC 476\n"
10738"-m7400, -m7410, -m7450, -m7455\n"
10739"                        generate code for PowerPC 7400/7410/7450/7455\n"
10740"-m750cl                 generate code for PowerPC 750cl\n"
10741msgstr ""
10742
10743#: config/tc-ppc.c:1218
10744#, c-format
10745msgid ""
10746"-mppc64, -m620          generate code for PowerPC 620/625/630\n"
10747"-mppc64bridge           generate code for PowerPC 64, including bridge insns\n"
10748"-mbooke                 generate code for 32-bit PowerPC BookE\n"
10749"-ma2                    generate code for A2 architecture\n"
10750"-mpower4, -mpwr4        generate code for Power4 architecture\n"
10751"-mpower5, -mpwr5, -mpwr5x\n"
10752"                        generate code for Power5 architecture\n"
10753"-mpower6, -mpwr6        generate code for Power6 architecture\n"
10754"-mpower7, -mpwr7        generate code for Power7 architecture\n"
10755"-mcell                  generate code for Cell Broadband Engine architecture\n"
10756"-mcom                   generate code Power/PowerPC common instructions\n"
10757"-many                   generate code for any architecture (PWR/PWRX/PPC)\n"
10758msgstr ""
10759
10760#: config/tc-ppc.c:1231
10761#, c-format
10762msgid ""
10763"-maltivec               generate code for AltiVec\n"
10764"-mvsx                   generate code for Vector-Scalar (VSX) instructions\n"
10765"-me300                  generate code for PowerPC e300 family\n"
10766"-me500, -me500x2        generate code for Motorola e500 core complex\n"
10767"-me500mc,               generate code for Freescale e500mc core complex\n"
10768"-me500mc64,             generate code for Freescale e500mc64 core complex\n"
10769"-mspe                   generate code for Motorola SPE instructions\n"
10770"-mtitan                 generate code for AppliedMicro Titan core complex\n"
10771"-mregnames              Allow symbolic names for registers\n"
10772"-mno-regnames           Do not allow symbolic names for registers\n"
10773msgstr ""
10774
10775#: config/tc-ppc.c:1243
10776#, c-format
10777msgid ""
10778"-mrelocatable           support for GCC's -mrelocatble option\n"
10779"-mrelocatable-lib       support for GCC's -mrelocatble-lib option\n"
10780"-memb                   set PPC_EMB bit in ELF flags\n"
10781"-mlittle, -mlittle-endian, -l, -le\n"
10782"                        generate code for a little endian machine\n"
10783"-mbig, -mbig-endian, -b, -be\n"
10784"                        generate code for a big endian machine\n"
10785"-msolaris               generate code for Solaris\n"
10786"-mno-solaris            do not generate code for Solaris\n"
10787"-V                      print assembler version number\n"
10788"-Qy, -Qn                ignored\n"
10789msgstr ""
10790
10791#: config/tc-ppc.c:1256
10792#, c-format
10793msgid "-nops=count             when aligning, more than COUNT nops uses a branch\n"
10794msgstr ""
10795
10796#: config/tc-ppc.c:1282
10797#, c-format
10798msgid "Unknown default cpu = %s, os = %s"
10799msgstr ""
10800
10801#: config/tc-ppc.c:1308
10802msgid "Neither Power nor PowerPC opcodes were selected."
10803msgstr ""
10804
10805#: config/tc-ppc.c:1389
10806#, c-format
10807msgid "powerpc_operands[%d].bitm invalid"
10808msgstr ""
10809
10810#: config/tc-ppc.c:1396
10811#, c-format
10812msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
10813msgstr ""
10814
10815#: config/tc-ppc.c:1418
10816#, c-format
10817msgid "major opcode is not sorted for %s"
10818msgstr ""
10819
10820#: config/tc-ppc.c:1454
10821#, c-format
10822msgid "%s (%08lx %08lx) after %s (%08lx %08lx)"
10823msgstr ""
10824
10825#: config/tc-ppc.c:1463
10826#, c-format
10827msgid "mask trims opcode bits for %s"
10828msgstr ""
10829
10830#: config/tc-ppc.c:1472
10831#, c-format
10832msgid "operand index error for %s"
10833msgstr ""
10834
10835#: config/tc-ppc.c:1484
10836#, c-format
10837msgid "operand %d overlap in %s"
10838msgstr ""
10839
10840#: config/tc-ppc.c:1501
10841#, c-format
10842msgid "duplicate instruction %s"
10843msgstr ""
10844
10845#: config/tc-ppc.c:1525
10846#, c-format
10847msgid "duplicate macro %s"
10848msgstr ""
10849
10850#: config/tc-ppc.c:1882
10851msgid "symbol+offset not supported for got tls"
10852msgstr ""
10853
10854#: config/tc-ppc.c:2137
10855msgid "Relocation cannot be done when using -mrelocatable"
10856msgstr ""
10857
10858#: config/tc-ppc.c:2187
10859msgid "TOC section size exceeds 64k"
10860msgstr ""
10861
10862#: config/tc-ppc.c:2268
10863#, c-format
10864msgid "syntax error: invalid toc specifier `%s'"
10865msgstr ""
10866
10867#: config/tc-ppc.c:2282
10868#, c-format
10869msgid "syntax error: expected `]', found  `%c'"
10870msgstr ""
10871
10872#: config/tc-ppc.c:2558
10873msgid "[tocv] symbol is not a toc symbol"
10874msgstr ""
10875
10876#: config/tc-ppc.c:2569
10877msgid "Unimplemented toc32 expression modifier"
10878msgstr ""
10879
10880#: config/tc-ppc.c:2574
10881msgid "Unimplemented toc64 expression modifier"
10882msgstr ""
10883
10884#: config/tc-ppc.c:2578
10885#, c-format
10886msgid "Unexpected return value [%d] from parse_toc_entry!\n"
10887msgstr ""
10888
10889#: config/tc-ppc.c:2758
10890#, c-format
10891msgid "@tls may not be used with \"%s\" operands"
10892msgstr ""
10893
10894#: config/tc-ppc.c:2761
10895msgid "@tls may only be used in last operand"
10896msgstr ""
10897
10898#: config/tc-ppc.c:2871
10899msgid "unsupported relocation for DS offset field"
10900msgstr ""
10901
10902#: config/tc-ppc.c:2925
10903#, c-format
10904msgid "syntax error; end of line, expected `%c'"
10905msgstr ""
10906
10907#: config/tc-ppc.c:2927
10908#, c-format
10909msgid "syntax error; found `%c', expected `%c'"
10910msgstr ""
10911
10912#: config/tc-ppc.c:2967 config/tc-ppc.h:94
10913msgid "instruction address is not a multiple of 4"
10914msgstr ""
10915
10916#: config/tc-ppc.c:3216
10917msgid "missing size"
10918msgstr ""
10919
10920#: config/tc-ppc.c:3225
10921msgid "negative size"
10922msgstr ""
10923
10924#: config/tc-ppc.c:3262
10925msgid "missing real symbol name"
10926msgstr ""
10927
10928#: config/tc-ppc.c:3283
10929msgid "attempt to redefine symbol"
10930msgstr ""
10931
10932#: config/tc-ppc.c:3525
10933msgid "The XCOFF file format does not support arbitrary sections"
10934msgstr ""
10935
10936#: config/tc-ppc.c:3598
10937msgid ".ref outside .csect"
10938msgstr ""
10939
10940#: config/tc-ppc.c:3620 config/tc-ppc.c:3820
10941msgid "missing symbol name"
10942msgstr ""
10943
10944#: config/tc-ppc.c:3651
10945msgid "missing rename string"
10946msgstr ""
10947
10948#: config/tc-ppc.c:3681 config/tc-ppc.c:4223 read.c:3375
10949msgid "missing value"
10950msgstr ""
10951
10952#: config/tc-ppc.c:3699
10953msgid "illegal .stabx expression; zero assumed"
10954msgstr ""
10955
10956#: config/tc-ppc.c:3731
10957msgid "missing class"
10958msgstr ""
10959
10960#: config/tc-ppc.c:3740
10961msgid "missing type"
10962msgstr ""
10963
10964#: config/tc-ppc.c:4010
10965msgid "nested .bs blocks"
10966msgstr ""
10967
10968#: config/tc-ppc.c:4042
10969msgid ".es without preceding .bs"
10970msgstr ""
10971
10972#: config/tc-ppc.c:4215
10973msgid "non-constant byte count"
10974msgstr ""
10975
10976#: config/tc-ppc.c:4262
10977msgid ".tc not in .toc section"
10978msgstr ""
10979
10980#: config/tc-ppc.c:4281
10981msgid ".tc with no label"
10982msgstr ""
10983
10984#: config/tc-ppc.c:4374
10985msgid ".machine stack overflow"
10986msgstr ""
10987
10988#: config/tc-ppc.c:4381
10989msgid ".machine stack underflow"
10990msgstr ""
10991
10992#: config/tc-ppc.c:4388
10993#, c-format
10994msgid "invalid machine `%s'"
10995msgstr ""
10996
10997#: config/tc-ppc.c:4439
10998msgid "No previous section to return to. Directive ignored."
10999msgstr ""
11000
11001#. Section Contents
11002#. unknown
11003#: config/tc-ppc.c:4849
11004msgid "Unsupported section attribute -- 'a'"
11005msgstr ""
11006
11007#: config/tc-ppc.c:5033
11008msgid "bad symbol suffix"
11009msgstr ""
11010
11011#: config/tc-ppc.c:5125
11012msgid "Unrecognized symbol suffix"
11013msgstr ""
11014
11015#: config/tc-ppc.c:5213
11016msgid "two .function pseudo-ops with no intervening .ef"
11017msgstr ""
11018
11019#: config/tc-ppc.c:5226
11020msgid ".ef with no preceding .function"
11021msgstr ""
11022
11023#: config/tc-ppc.c:5355
11024#, c-format
11025msgid "warning: symbol %s has no csect"
11026msgstr ""
11027
11028#: config/tc-ppc.c:5600
11029msgid "symbol in .toc does not match any .tc"
11030msgstr ""
11031
11032#: config/tc-ppc.c:6002
11033#, c-format
11034msgid "unsupported relocation against %s"
11035msgstr ""
11036
11037#: config/tc-ppc.c:6075
11038#, c-format
11039msgid "cannot emit PC relative %s relocation against %s"
11040msgstr ""
11041
11042#: config/tc-ppc.c:6080
11043#, c-format
11044msgid "cannot emit PC relative %s relocation"
11045msgstr ""
11046
11047#: config/tc-ppc.c:6269
11048#, c-format
11049msgid "Unable to handle reference to symbol %s"
11050msgstr ""
11051
11052#: config/tc-ppc.c:6272
11053msgid "Unable to resolve expression"
11054msgstr ""
11055
11056#: config/tc-ppc.c:6299
11057msgid "must branch to an address a multiple of 4"
11058msgstr ""
11059
11060#: config/tc-ppc.c:6303
11061#, c-format
11062msgid "@local or @plt branch destination is too far away, %ld bytes"
11063msgstr ""
11064
11065#: config/tc-ppc.c:6334
11066#, c-format
11067msgid "Gas failure, reloc value %d\n"
11068msgstr ""
11069
11070#: config/tc-rx.c:133
11071#, c-format
11072msgid " RX specific command line options:\n"
11073msgstr ""
11074
11075#: config/tc-rx.c:134
11076#, c-format
11077msgid "  --mbig-endian-data\n"
11078msgstr ""
11079
11080#: config/tc-rx.c:135
11081#, c-format
11082msgid "  --mlittle-endian-data [default]\n"
11083msgstr ""
11084
11085#: config/tc-rx.c:136
11086#, c-format
11087msgid "  --m32bit-doubles [default]\n"
11088msgstr ""
11089
11090#: config/tc-rx.c:137
11091#, c-format
11092msgid "  --m64bit-doubles\n"
11093msgstr ""
11094
11095#: config/tc-rx.c:138
11096#, c-format
11097msgid "  --muse-conventional-section-names\n"
11098msgstr ""
11099
11100#: config/tc-rx.c:139
11101#, c-format
11102msgid "  --muse-renesas-section-names [default]\n"
11103msgstr ""
11104
11105#: config/tc-rx.c:140
11106#, c-format
11107msgid "  --msmall-data-limit\n"
11108msgstr ""
11109
11110#: config/tc-rx.c:220
11111msgid "no filename following .INCLUDE pseudo-op"
11112msgstr ""
11113
11114#: config/tc-rx.c:323
11115#, c-format
11116msgid "unable to locate include file: %s"
11117msgstr ""
11118
11119#: config/tc-rx.c:374
11120#, c-format
11121msgid "unrecognised alignment value in .SECTION directive: %s"
11122msgstr ""
11123
11124#: config/tc-rx.c:391
11125#, c-format
11126msgid "unknown parameter following .SECTION directive: %s"
11127msgstr ""
11128
11129#: config/tc-rx.c:480
11130msgid "expecting either ON or OFF after .list"
11131msgstr ""
11132
11133#: config/tc-rx.c:516
11134#, c-format
11135msgid "The \".%s\" pseudo-op is not implemented\n"
11136msgstr ""
11137
11138#: config/tc-rx.c:748
11139#, c-format
11140msgid "Value %d doesn't fit in unsigned %d-bit field"
11141msgstr ""
11142
11143#: config/tc-rx.c:754
11144#, c-format
11145msgid "Value %d doesn't fit in signed %d-bit field"
11146msgstr ""
11147
11148#: config/tc-rx.c:954
11149msgid "The .DEFINE pseudo-op is not implemented"
11150msgstr ""
11151
11152#: config/tc-rx.c:956
11153msgid "The .MACRO pseudo-op is not implemented"
11154msgstr ""
11155
11156#: config/tc-rx.c:958
11157msgid "The .BTEQU pseudo-op is not implemented."
11158msgstr ""
11159
11160#: config/tc-rx.c:1868
11161msgid "invalid immediate size"
11162msgstr ""
11163
11164#: config/tc-rx.c:1887
11165msgid "invalid immediate field position"
11166msgstr ""
11167
11168#: config/tc-rx.c:1936
11169#, c-format
11170msgid "bad frag at %p : fix %ld addr %ld %ld \n"
11171msgstr ""
11172
11173#: config/tc-rx.c:1999
11174#, c-format
11175msgid "unsupported constant size %d\n"
11176msgstr ""
11177
11178#: config/tc-rx.c:2006
11179msgid "difference of two symbols only supported with .long, .short, or .byte"
11180msgstr ""
11181
11182#: config/tc-rx.c:2050
11183#, c-format
11184msgid "jump not 3..10 bytes away (is %d)"
11185msgstr ""
11186
11187#: config/tc-rx.c:2196
11188#, c-format
11189msgid "Unknown reloc in md_apply_fix: %s"
11190msgstr ""
11191
11192#: config/tc-s390.c:327 config/tc-sparc.c:272
11193msgid "Invalid default architecture, broken assembler."
11194msgstr ""
11195
11196#: config/tc-s390.c:425 config/tc-sparc.c:475
11197#, c-format
11198msgid "invalid architecture -A%s"
11199msgstr ""
11200
11201#: config/tc-s390.c:448
11202#, c-format
11203msgid ""
11204"        S390 options:\n"
11205"        -mregnames        Allow symbolic names for registers\n"
11206"        -mwarn-areg-zero  Warn about zero base/index registers\n"
11207"        -mno-regnames     Do not allow symbolic names for registers\n"
11208"        -m31              Set file format to 31 bit format\n"
11209"        -m64              Set file format to 64 bit format\n"
11210msgstr ""
11211
11212#: config/tc-s390.c:455
11213#, c-format
11214msgid ""
11215"        -V                print assembler version number\n"
11216"        -Qy, -Qn          ignored\n"
11217msgstr ""
11218
11219#: config/tc-s390.c:474
11220msgid "The 64 bit file format is used without esame instructions."
11221msgstr ""
11222
11223#: config/tc-s390.c:491
11224#, c-format
11225msgid "Internal assembler error for instruction format %s"
11226msgstr ""
11227
11228#: config/tc-s390.c:569
11229#, c-format
11230msgid "operand out of range (%s not between %ld and %ld)"
11231msgstr ""
11232
11233#: config/tc-s390.c:751
11234#, c-format
11235msgid "identifier+constant@%s means identifier@%s+constant"
11236msgstr ""
11237
11238#: config/tc-s390.c:832
11239msgid "Can't handle O_big in s390_exp_compare"
11240msgstr ""
11241
11242#: config/tc-s390.c:913
11243msgid "Invalid suffix for literal pool entry"
11244msgstr ""
11245
11246#: config/tc-s390.c:970
11247msgid "Big number is too big"
11248msgstr ""
11249
11250#: config/tc-s390.c:1117
11251msgid "relocation not applicable"
11252msgstr ""
11253
11254#: config/tc-s390.c:1234
11255msgid "index register specified but zero"
11256msgstr ""
11257
11258#: config/tc-s390.c:1238
11259msgid "base register specified but zero"
11260msgstr ""
11261
11262#: config/tc-s390.c:1319
11263msgid "invalid operand suffix"
11264msgstr ""
11265
11266#: config/tc-s390.c:1342
11267msgid "syntax error; missing '(' after displacement"
11268msgstr ""
11269
11270#: config/tc-s390.c:1358 config/tc-s390.c:1402 config/tc-s390.c:1432
11271msgid "syntax error; expected ,"
11272msgstr ""
11273
11274#: config/tc-s390.c:1390
11275msgid "syntax error; missing ')' after base register"
11276msgstr ""
11277
11278#: config/tc-s390.c:1419
11279msgid "syntax error; ')' not allowed here"
11280msgstr ""
11281
11282#: config/tc-s390.c:1554
11283#, c-format
11284msgid "Opcode %s not available in this mode"
11285msgstr ""
11286
11287#: config/tc-s390.c:1609 config/tc-s390.c:1632 config/tc-s390.c:1645
11288msgid "Invalid .insn format\n"
11289msgstr ""
11290
11291#: config/tc-s390.c:1617
11292#, c-format
11293msgid "Unrecognized opcode format: `%s'"
11294msgstr ""
11295
11296#: config/tc-s390.c:1648
11297msgid "second operand of .insn not a constant\n"
11298msgstr ""
11299
11300#: config/tc-s390.c:1651
11301msgid "missing comma after insn constant\n"
11302msgstr ""
11303
11304#: config/tc-s390.c:1943
11305#, c-format
11306msgid "cannot emit relocation %s against subsy symbol %s"
11307msgstr ""
11308
11309#: config/tc-s390.c:2031
11310msgid "unsupported relocation type"
11311msgstr ""
11312
11313#: config/tc-s390.c:2078
11314#, c-format
11315msgid "cannot emit PC relative %s relocation%s%s"
11316msgstr ""
11317
11318#: config/tc-s390.c:2203
11319#, c-format
11320msgid "Gas failure, reloc type %s\n"
11321msgstr ""
11322
11323#: config/tc-s390.c:2205
11324#, c-format
11325msgid "Gas failure, reloc type #%i\n"
11326msgstr ""
11327
11328#: config/tc-score.c:260
11329msgid "div / mul are reserved instructions"
11330msgstr ""
11331
11332#: config/tc-score.c:261
11333msgid "This architecture doesn't support mmu"
11334msgstr ""
11335
11336#: config/tc-score.c:262
11337msgid "This architecture doesn't support atomic instruction"
11338msgstr ""
11339
11340#: config/tc-score.c:469
11341msgid "S+core register expected"
11342msgstr ""
11343
11344#: config/tc-score.c:470
11345msgid "S+core special-register expected"
11346msgstr ""
11347
11348#: config/tc-score.c:471
11349msgid "S+core co-processor register expected"
11350msgstr ""
11351
11352#: config/tc-score.c:1074 config/tc-score.c:2073
11353msgid "Using temp register(r1)"
11354msgstr ""
11355
11356#: config/tc-score.c:1093
11357#, c-format
11358msgid "register expected, not '%.100s'"
11359msgstr ""
11360
11361#: config/tc-score.c:1149 config/tc-score.c:5488
11362msgid "rd must be even number."
11363msgstr ""
11364
11365#: config/tc-score.c:1520 config/tc-score.c:1527
11366#, c-format
11367msgid "invalid constant: %d bit expression not in range %u..%u"
11368msgstr ""
11369
11370#: config/tc-score.c:1533 config/tc-score.c:1540 config/tc-score.c:2900
11371#: config/tc-score.c:2905 config/tc-score.c:3172 config/tc-score.c:3177
11372#: config/tc-score.c:3470
11373#, c-format
11374msgid "invalid constant: %d bit expression not in range %d..%d"
11375msgstr ""
11376
11377#: config/tc-score.c:1565
11378msgid "invalid constant: bit expression not defined"
11379msgstr ""
11380
11381#: config/tc-score.c:2087
11382#, c-format
11383msgid "low register(r0-r15)expected, not '%.100s'"
11384msgstr ""
11385
11386#: config/tc-score.c:2149 config/tc-score.c:3491 config/tc-score.c:3659
11387#: config/tc-score.c:3704
11388#, c-format
11389msgid "missing ["
11390msgstr ""
11391
11392#: config/tc-score.c:2163 config/tc-score.c:3110 config/tc-score.c:3312
11393#: config/tc-score.c:3328 config/tc-score.c:3399 config/tc-score.c:3455
11394#: config/tc-score.c:3680 config/tc-score.c:3725 config/tc-score.c:3874
11395#: config/tc-score.c:3928 config/tc-score.c:3974
11396#, c-format
11397msgid "missing ]"
11398msgstr ""
11399
11400#: config/tc-score.c:2352
11401#, c-format
11402msgid "Fix data dependency: %s %s -- %s %s  (insert %d nop!/%d)"
11403msgstr ""
11404
11405#: config/tc-score.c:2371
11406#, c-format
11407msgid "Fix data dependency: %s %s -- %s %s  (insert 1 pflush/%d)"
11408msgstr ""
11409
11410#: config/tc-score.c:2387 config/tc-score.c:2394
11411#, c-format
11412msgid "data dependency: %s %s -- %s %s  (%d/%d bubble)"
11413msgstr ""
11414
11415#: config/tc-score.c:2755 config/tc-score.c:6508
11416#, c-format
11417msgid "%s -- `%s'"
11418msgstr ""
11419
11420#: config/tc-score.c:2843
11421msgid "address offset must be half word alignment"
11422msgstr ""
11423
11424#: config/tc-score.c:2851
11425msgid "address offset must be word alignment"
11426msgstr ""
11427
11428#: config/tc-score.c:2993 config/tc-score.c:3130
11429msgid "register same as write-back base"
11430msgstr ""
11431
11432#: config/tc-score.c:3100
11433msgid "pre-indexed expression expected"
11434msgstr ""
11435
11436#: config/tc-score.c:3430
11437#, c-format
11438msgid "invalid register number: %d is not in [r0--r7]"
11439msgstr ""
11440
11441#: config/tc-score.c:3447
11442msgid "comma is  expected"
11443msgstr ""
11444
11445#: config/tc-score.c:3478
11446#, c-format
11447msgid "invalid constant: %d is not word align integer"
11448msgstr ""
11449
11450#: config/tc-score.c:3518 config/tc-score.c:3561
11451msgid "invalid constant: 32 bit expression not word align"
11452msgstr ""
11453
11454#: config/tc-score.c:3527 config/tc-score.c:3570
11455msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
11456msgstr ""
11457
11458#: config/tc-score.c:3603
11459msgid "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
11460msgstr ""
11461
11462#: config/tc-score.c:3792 config/tc-score.c:3820
11463msgid "imm5 should >= 2"
11464msgstr ""
11465
11466#: config/tc-score.c:3797 config/tc-score.c:3826
11467msgid "reg should <= 31"
11468msgstr ""
11469
11470#: config/tc-score.c:3868 config/tc-score.c:3919
11471msgid "missing +"
11472msgstr ""
11473
11474#: config/tc-score.c:3912
11475#, c-format
11476msgid "%s register same as write-back base"
11477msgstr ""
11478
11479#: config/tc-score.c:3914
11480msgid "destination"
11481msgstr ""
11482
11483#: config/tc-score.c:3914
11484msgid "source"
11485msgstr ""
11486
11487#: config/tc-score.c:4244 config/tc-score.c:4320 config/tc-score.c:4949
11488msgid "expression error"
11489msgstr ""
11490
11491#: config/tc-score.c:4250
11492msgid "value not in range [0, 0xffffffff]"
11493msgstr ""
11494
11495#: config/tc-score.c:4326
11496msgid "value not in range [-0xffffffff, 0xffffffff]"
11497msgstr ""
11498
11499#: config/tc-score.c:4354
11500msgid "li rd label isn't correct instruction form"
11501msgstr ""
11502
11503#: config/tc-score.c:4523 config/tc-score.c:4674 config/tc-score.c:5200
11504#: config/tc-score.c:5228
11505msgid "lacking label  "
11506msgstr ""
11507
11508#: config/tc-score.c:4899
11509msgid "s3_PIC code offset overflow (max 16 signed bits)"
11510msgstr ""
11511
11512#: config/tc-score.c:4955
11513msgid "value not in range [0, 0x7fffffff]"
11514msgstr ""
11515
11516#: config/tc-score.c:4960
11517msgid "end on line error"
11518msgstr ""
11519
11520#: config/tc-score.c:5207
11521msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
11522msgstr ""
11523
11524#: config/tc-score.c:5234
11525msgid "invalid constant: 20 bit expression not in range -2^19..2^19"
11526msgstr ""
11527
11528#: config/tc-score.c:5267
11529msgid "lacking label"
11530msgstr ""
11531
11532#: config/tc-score.c:5272
11533msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
11534msgstr ""
11535
11536#: config/tc-score.c:5368
11537msgid "pce instruction error (16 bit || 16 bit)'"
11538msgstr ""
11539
11540#: config/tc-score.c:5386 config/tc-score.c:5410 config/tc-score.c:5437
11541#: config/tc-score.c:5466 config/tc-score.c:5515
11542msgid "score3d instruction."
11543msgstr ""
11544
11545#: config/tc-score.c:6126 read.c:1468
11546msgid "missing size expression"
11547msgstr ""
11548
11549#: config/tc-score.c:6132
11550#, c-format
11551msgid "BSS length (%d) < 0 ignored"
11552msgstr ""
11553
11554#: config/tc-score.c:6147 read.c:2311
11555#, c-format
11556msgid "error setting flags for \".sbss\": %s"
11557msgstr ""
11558
11559#: config/tc-score.c:6161 config/tc-sparc.c:3695
11560msgid "missing alignment"
11561msgstr ""
11562
11563#: config/tc-score.c:6198
11564#, c-format
11565msgid "alignment too large; %d assumed"
11566msgstr ""
11567
11568#: config/tc-score.c:6203 read.c:2372
11569msgid "alignment negative; 0 assumed"
11570msgstr ""
11571
11572#: config/tc-score.c:6270 ecoff.c:3365 read.c:1487 read.c:1600 read.c:2489
11573#: read.c:3109 read.c:3502 symbols.c:337 symbols.c:433
11574#, c-format
11575msgid "symbol `%s' is already defined"
11576msgstr ""
11577
11578#. Error routine.
11579#: config/tc-score.c:6612 config/tc-score.c:6636
11580msgid "size is not 4 or 6"
11581msgstr ""
11582
11583#: config/tc-score.c:6695
11584msgid "bad call to MD_ATOF()"
11585msgstr ""
11586
11587#: config/tc-score.c:7203
11588#, c-format
11589msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]"
11590msgstr ""
11591
11592#: config/tc-score.c:7218 config/tc-score.c:7247 config/tc-score.c:7299
11593#, c-format
11594msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]"
11595msgstr ""
11596
11597#: config/tc-score.c:7269 config/tc-score.c:7324
11598#, c-format
11599msgid " branch relocation truncate (0x%x)  [-2^9 ~ 2^9]"
11600msgstr ""
11601
11602#: config/tc-score.c:7500
11603#, c-format
11604msgid "cannot represent %s relocation in this object file format1"
11605msgstr ""
11606
11607#: config/tc-score.c:7791
11608#, c-format
11609msgid "Sunplus-v2-0-0-20060510\n"
11610msgstr ""
11611
11612#: config/tc-score.c:7811
11613#, c-format
11614msgid " Score-specific assembler options:\n"
11615msgstr ""
11616
11617#: config/tc-score.c:7813
11618#, c-format
11619msgid "        -EB\t\tassemble code for a big-endian cpu\n"
11620msgstr ""
11621
11622#: config/tc-score.c:7818
11623#, c-format
11624msgid "        -EL\t\tassemble code for a little-endian cpu\n"
11625msgstr ""
11626
11627#: config/tc-score.c:7822
11628#, c-format
11629msgid "        -FIXDD\t\tassemble code for fix data dependency\n"
11630msgstr ""
11631
11632#: config/tc-score.c:7824
11633#, c-format
11634msgid "        -NWARN\t\tassemble code for no warning message for fix data dependency\n"
11635msgstr ""
11636
11637#: config/tc-score.c:7826
11638#, c-format
11639msgid "        -SCORE5\t\tassemble code for target is SCORE5\n"
11640msgstr ""
11641
11642#: config/tc-score.c:7828
11643#, c-format
11644msgid "        -SCORE5U\tassemble code for target is SCORE5U\n"
11645msgstr ""
11646
11647#: config/tc-score.c:7830
11648#, c-format
11649msgid "        -SCORE7\t\tassemble code for target is SCORE7, this is default setting\n"
11650msgstr ""
11651
11652#: config/tc-score.c:7832
11653#, c-format
11654msgid "        -SCORE3\t\tassemble code for target is SCORE3\n"
11655msgstr ""
11656
11657#: config/tc-score.c:7834
11658#, c-format
11659msgid "        -march=score7\tassemble code for target is SCORE7, this is default setting\n"
11660msgstr ""
11661
11662#: config/tc-score.c:7836
11663#, c-format
11664msgid "        -march=score3\tassemble code for target is SCORE3\n"
11665msgstr ""
11666
11667#: config/tc-score.c:7838
11668#, c-format
11669msgid "        -USE_R1\t\tassemble code for no warning message when using temp register r1\n"
11670msgstr ""
11671
11672#: config/tc-score.c:7840
11673#, c-format
11674msgid "        -KPIC\t\tassemble code for PIC\n"
11675msgstr ""
11676
11677#: config/tc-score.c:7842
11678#, c-format
11679msgid "        -O0\t\tassembler will not perform any optimizations\n"
11680msgstr ""
11681
11682#: config/tc-score.c:7844
11683#, c-format
11684msgid "        -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"
11685msgstr ""
11686
11687#: config/tc-score.c:7846
11688#, c-format
11689msgid "        -V \t\tSunplus release version \n"
11690msgstr ""
11691
11692#: config/tc-sh.c:64
11693msgid "directive .big encountered when option -big required"
11694msgstr ""
11695
11696#: config/tc-sh.c:74
11697msgid "directive .little encountered when option -little required"
11698msgstr ""
11699
11700#: config/tc-sh.c:1424
11701msgid "illegal double indirection"
11702msgstr ""
11703
11704#: config/tc-sh.c:1433
11705msgid "illegal register after @-"
11706msgstr ""
11707
11708#: config/tc-sh.c:1449
11709msgid "must be @(r0,...)"
11710msgstr ""
11711
11712#: config/tc-sh.c:1473
11713msgid "syntax error in @(r0,...)"
11714msgstr ""
11715
11716#: config/tc-sh.c:1478
11717msgid "syntax error in @(r0...)"
11718msgstr ""
11719
11720#: config/tc-sh.c:1523
11721msgid "Deprecated syntax."
11722msgstr ""
11723
11724#: config/tc-sh.c:1535 config/tc-sh.c:1540
11725msgid "syntax error in @(disp,[Rn, gbr, pc])"
11726msgstr ""
11727
11728#: config/tc-sh.c:1545
11729msgid "expecting )"
11730msgstr ""
11731
11732#: config/tc-sh.c:1553
11733msgid "illegal register after @"
11734msgstr ""
11735
11736#: config/tc-sh.c:2194
11737#, c-format
11738msgid "unhandled %d\n"
11739msgstr ""
11740
11741#: config/tc-sh.c:2404
11742#, c-format
11743msgid "Invalid register: 'r%d'"
11744msgstr ""
11745
11746#: config/tc-sh.c:2514
11747#, c-format
11748msgid "failed for %d\n"
11749msgstr ""
11750
11751#: config/tc-sh.c:2520
11752msgid "misplaced PIC operand"
11753msgstr ""
11754
11755#: config/tc-sh.c:2631 config/tc-sh.c:3030
11756msgid "invalid operands for opcode"
11757msgstr ""
11758
11759#: config/tc-sh.c:2636
11760msgid "insn can't be combined with parallel processing insn"
11761msgstr ""
11762
11763#: config/tc-sh.c:2643 config/tc-sh.c:2654 config/tc-sh.c:2686
11764msgid "multiple movx specifications"
11765msgstr ""
11766
11767#: config/tc-sh.c:2648 config/tc-sh.c:2670 config/tc-sh.c:2709
11768msgid "multiple movy specifications"
11769msgstr ""
11770
11771#: config/tc-sh.c:2657 config/tc-sh.c:2690
11772msgid "invalid movx address register"
11773msgstr ""
11774
11775#: config/tc-sh.c:2659
11776msgid "insn cannot be combined with non-nopy"
11777msgstr ""
11778
11779#: config/tc-sh.c:2673 config/tc-sh.c:2729
11780msgid "invalid movy address register"
11781msgstr ""
11782
11783#: config/tc-sh.c:2675
11784msgid "insn cannot be combined with non-nopx"
11785msgstr ""
11786
11787#: config/tc-sh.c:2688
11788msgid "previous movy requires nopx"
11789msgstr ""
11790
11791#: config/tc-sh.c:2696 config/tc-sh.c:2701
11792msgid "invalid movx dsp register"
11793msgstr ""
11794
11795#: config/tc-sh.c:2711
11796msgid "previous movx requires nopy"
11797msgstr ""
11798
11799#: config/tc-sh.c:2720 config/tc-sh.c:2725
11800msgid "invalid movy dsp register"
11801msgstr ""
11802
11803#: config/tc-sh.c:2735
11804msgid "dsp immediate shift value not constant"
11805msgstr ""
11806
11807#: config/tc-sh.c:2749 config/tc-sh.c:2775
11808msgid "multiple parallel processing specifications"
11809msgstr ""
11810
11811#: config/tc-sh.c:2768
11812msgid "multiple condition specifications"
11813msgstr ""
11814
11815#: config/tc-sh.c:2806
11816msgid "insn cannot be combined with pmuls"
11817msgstr ""
11818
11819#: config/tc-sh.c:2822
11820msgid "bad combined pmuls output operand"
11821msgstr ""
11822
11823#: config/tc-sh.c:2832
11824msgid "destination register is same for parallel insns"
11825msgstr ""
11826
11827#: config/tc-sh.c:2841
11828msgid "condition not followed by conditionalizable insn"
11829msgstr ""
11830
11831#: config/tc-sh.c:2851
11832msgid "unrecognized characters at end of parallel processing insn"
11833msgstr ""
11834
11835#: config/tc-sh.c:2967
11836msgid "opcode not valid for this cpu variant"
11837msgstr ""
11838
11839#: config/tc-sh.c:3000
11840msgid "Delayed branches not available on SH1"
11841msgstr ""
11842
11843#: config/tc-sh.c:3035
11844#, c-format
11845msgid "excess operands: '%s'"
11846msgstr ""
11847
11848#: config/tc-sh.c:3112
11849msgid ".uses pseudo-op seen when not relaxing"
11850msgstr ""
11851
11852#: config/tc-sh.c:3118
11853msgid "bad .uses format"
11854msgstr ""
11855
11856#: config/tc-sh.c:3229
11857msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
11858msgstr ""
11859
11860#: config/tc-sh.c:3235
11861msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
11862msgstr ""
11863
11864#: config/tc-sh.c:3237
11865msgid "Invalid combination: --abi=64 with --isa=SHcompact"
11866msgstr ""
11867
11868#: config/tc-sh.c:3269
11869#, c-format
11870msgid "Invalid argument to --isa option: %s"
11871msgstr ""
11872
11873#: config/tc-sh.c:3278
11874msgid "Invalid combination: --abi=32 with --abi=64"
11875msgstr ""
11876
11877#: config/tc-sh.c:3284
11878msgid "Invalid combination: --abi=64 with --abi=32"
11879msgstr ""
11880
11881#: config/tc-sh.c:3286
11882msgid "Invalid combination: --isa=SHcompact with --abi=64"
11883msgstr ""
11884
11885#: config/tc-sh.c:3290
11886#, c-format
11887msgid "Invalid argument to --abi option: %s"
11888msgstr ""
11889
11890#: config/tc-sh.c:3330
11891#, c-format
11892msgid ""
11893"SH options:\n"
11894"--little\t\tgenerate little endian code\n"
11895"--big\t\t\tgenerate big endian code\n"
11896"--relax\t\t\talter jump instructions for long displacements\n"
11897"--renesas\t\tdisable optimization with section symbol for\n"
11898"\t\t\tcompatibility with Renesas assembler.\n"
11899"--small\t\t\talign sections to 4 byte boundaries, not 16\n"
11900"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
11901"--allow-reg-prefix\tallow '$' as a register name prefix.\n"
11902"--isa=[any\t\tuse most appropriate isa\n"
11903"    | dsp               same as '-dsp'\n"
11904"    | fp"
11905msgstr ""
11906
11907#: config/tc-sh.c:3356
11908#, c-format
11909msgid ""
11910"--isa=[shmedia\t\tset as the default instruction set for SH64\n"
11911"    | SHmedia\n"
11912"    | shcompact\n"
11913"    | SHcompact]\n"
11914msgstr ""
11915
11916#: config/tc-sh.c:3361
11917#, c-format
11918msgid ""
11919"--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
11920"\t\t\tfile type\n"
11921"--shcompact-const-crange  emit code-range descriptors for constants in\n"
11922"\t\t\tSHcompact code sections\n"
11923"--no-mix\t\tdisallow SHmedia code in the same section as\n"
11924"\t\t\tconstants and SHcompact code\n"
11925"--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
11926"--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
11927"\t\t\tto 32 bits only\n"
11928msgstr ""
11929
11930#: config/tc-sh.c:3373
11931#, c-format
11932msgid "--fdpic\t\t\tgenerate an FDPIC object file\n"
11933msgstr ""
11934
11935#: config/tc-sh.c:3464
11936msgid ".uses does not refer to a local symbol in the same section"
11937msgstr ""
11938
11939#: config/tc-sh.c:3483
11940msgid "can't find fixup pointed to by .uses"
11941msgstr ""
11942
11943#: config/tc-sh.c:3503
11944msgid ".uses target does not refer to a local symbol in the same section"
11945msgstr ""
11946
11947#: config/tc-sh.c:3580
11948msgid "displacement overflows 12-bit field"
11949msgstr ""
11950
11951#: config/tc-sh.c:3583
11952#, c-format
11953msgid "displacement to defined symbol %s overflows 12-bit field"
11954msgstr ""
11955
11956#: config/tc-sh.c:3587
11957#, c-format
11958msgid "displacement to undefined symbol %s overflows 12-bit field"
11959msgstr ""
11960
11961#: config/tc-sh.c:3660
11962msgid "displacement overflows 8-bit field"
11963msgstr ""
11964
11965#: config/tc-sh.c:3663
11966#, c-format
11967msgid "displacement to defined symbol %s overflows 8-bit field"
11968msgstr ""
11969
11970#: config/tc-sh.c:3667
11971#, c-format
11972msgid "displacement to undefined symbol %s overflows 8-bit field "
11973msgstr ""
11974
11975#: config/tc-sh.c:3684
11976#, c-format
11977msgid "overflow in branch to %s; converted into longer instruction sequence"
11978msgstr ""
11979
11980#: config/tc-sh.c:3749 config/tc-sh.c:3796 config/tc-sparc.c:4202
11981#: config/tc-sparc.c:4226
11982msgid "misaligned data"
11983msgstr ""
11984
11985#: config/tc-sh.c:4120
11986msgid "offset to unaligned destination"
11987msgstr ""
11988
11989#: config/tc-sh.c:4125
11990msgid "negative offset"
11991msgstr ""
11992
11993#: config/tc-sh.c:4270
11994msgid "misaligned offset"
11995msgstr ""
11996
11997#: config/tc-sh64.c:568
11998msgid "This operand must be constant at assembly time"
11999msgstr ""
12000
12001#: config/tc-sh64.c:681
12002msgid "Invalid operand expression"
12003msgstr ""
12004
12005#: config/tc-sh64.c:773 config/tc-sh64.c:877
12006msgid "PTB operand is a SHmedia symbol"
12007msgstr ""
12008
12009#: config/tc-sh64.c:776 config/tc-sh64.c:874
12010msgid "PTA operand is a SHcompact symbol"
12011msgstr ""
12012
12013#: config/tc-sh64.c:792
12014msgid "invalid expression in operand"
12015msgstr ""
12016
12017#: config/tc-sh64.c:1483
12018#, c-format
12019msgid "invalid operand, not a 5-bit unsigned value: %d"
12020msgstr ""
12021
12022#: config/tc-sh64.c:1488
12023#, c-format
12024msgid "invalid operand, not a 6-bit signed value: %d"
12025msgstr ""
12026
12027#: config/tc-sh64.c:1493
12028#, c-format
12029msgid "invalid operand, not a 6-bit unsigned value: %d"
12030msgstr ""
12031
12032#: config/tc-sh64.c:1498 config/tc-sh64.c:1510
12033#, c-format
12034msgid "invalid operand, not a 11-bit signed value: %d"
12035msgstr ""
12036
12037#: config/tc-sh64.c:1500
12038#, c-format
12039msgid "invalid operand, not a multiple of 32: %d"
12040msgstr ""
12041
12042#: config/tc-sh64.c:1505
12043#, c-format
12044msgid "invalid operand, not a 10-bit signed value: %d"
12045msgstr ""
12046
12047#: config/tc-sh64.c:1512
12048#, c-format
12049msgid "invalid operand, not an even value: %d"
12050msgstr ""
12051
12052#: config/tc-sh64.c:1517
12053#, c-format
12054msgid "invalid operand, not a 12-bit signed value: %d"
12055msgstr ""
12056
12057#: config/tc-sh64.c:1519
12058#, c-format
12059msgid "invalid operand, not a multiple of 4: %d"
12060msgstr ""
12061
12062#: config/tc-sh64.c:1524
12063#, c-format
12064msgid "invalid operand, not a 13-bit signed value: %d"
12065msgstr ""
12066
12067#: config/tc-sh64.c:1526
12068#, c-format
12069msgid "invalid operand, not a multiple of 8: %d"
12070msgstr ""
12071
12072#: config/tc-sh64.c:1531
12073#, c-format
12074msgid "invalid operand, not a 16-bit signed value: %d"
12075msgstr ""
12076
12077#: config/tc-sh64.c:1536
12078#, c-format
12079msgid "invalid operand, not a 16-bit unsigned value: %d"
12080msgstr ""
12081
12082#: config/tc-sh64.c:1542
12083msgid "operand out of range for PT, PTA and PTB"
12084msgstr ""
12085
12086#: config/tc-sh64.c:1544
12087#, c-format
12088msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
12089msgstr ""
12090
12091#: config/tc-sh64.c:2064
12092#, c-format
12093msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
12094msgstr ""
12095
12096#: config/tc-sh64.c:2421 config/tc-sh64.c:2584 config/tc-sh64.c:2599
12097msgid "invalid PIC reference"
12098msgstr ""
12099
12100#: config/tc-sh64.c:2478
12101msgid "can't find opcode"
12102msgstr ""
12103
12104#: config/tc-sh64.c:2681 config/tc-sh64.c:2721
12105msgid "invalid operand: expression in PT target"
12106msgstr ""
12107
12108#: config/tc-sh64.c:2812
12109#, c-format
12110msgid "invalid operands to %s"
12111msgstr ""
12112
12113#: config/tc-sh64.c:2818
12114#, c-format
12115msgid "excess operands to %s"
12116msgstr ""
12117
12118#: config/tc-sh64.c:2863
12119#, c-format
12120msgid "The `.mode %s' directive is not valid with this architecture"
12121msgstr ""
12122
12123#: config/tc-sh64.c:2871
12124#, c-format
12125msgid "Invalid argument to .mode: %s"
12126msgstr ""
12127
12128#: config/tc-sh64.c:2901
12129#, c-format
12130msgid "The `.abi %s' directive is not valid with this architecture"
12131msgstr ""
12132
12133#: config/tc-sh64.c:2907
12134msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
12135msgstr ""
12136
12137#: config/tc-sh64.c:2912
12138msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
12139msgstr ""
12140
12141#: config/tc-sh64.c:2915
12142#, c-format
12143msgid "Invalid argument to .abi: %s"
12144msgstr ""
12145
12146#: config/tc-sh64.c:2970
12147msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
12148msgstr ""
12149
12150#: config/tc-sh64.c:2975
12151msgid "-shcompact-const-crange is invalid without SHcompact"
12152msgstr ""
12153
12154#: config/tc-sh64.c:2978
12155msgid "-expand-pt32 only valid with -abi=64"
12156msgstr ""
12157
12158#: config/tc-sh64.c:2981
12159msgid "-no-expand only valid with SHcompact or SHmedia"
12160msgstr ""
12161
12162#: config/tc-sh64.c:2984
12163msgid "-expand-pt32 invalid together with -no-expand"
12164msgstr ""
12165
12166#: config/tc-sh64.c:3198
12167msgid "SHmedia code not allowed in same section as constants and SHcompact code"
12168msgstr ""
12169
12170#: config/tc-sh64.c:3216
12171msgid "No segment info for current section"
12172msgstr ""
12173
12174#: config/tc-sh64.c:3255
12175msgid "duplicate datalabel operator ignored"
12176msgstr ""
12177
12178#: config/tc-sh64.c:3325
12179msgid "Invalid DataLabel expression"
12180msgstr ""
12181
12182#: config/tc-sparc.c:276 config/tc-sparc.c:481
12183msgid "Bad opcode table, broken assembler."
12184msgstr ""
12185
12186#: config/tc-sparc.c:473
12187#, c-format
12188msgid "invalid architecture -xarch=%s"
12189msgstr ""
12190
12191#: config/tc-sparc.c:542
12192#, c-format
12193msgid "No compiled in support for %d bit object file format"
12194msgstr ""
12195
12196#: config/tc-sparc.c:623
12197#, c-format
12198msgid "SPARC options:\n"
12199msgstr ""
12200
12201#: config/tc-sparc.c:652
12202#, c-format
12203msgid ""
12204"\n"
12205"\t\t\tspecify variant of SPARC architecture\n"
12206"-bump\t\t\twarn when assembler switches architectures\n"
12207"-sparc\t\t\tignored\n"
12208"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
12209"-relax\t\t\trelax jumps and branches (default)\n"
12210"-no-relax\t\tavoid changing any jumps and branches\n"
12211msgstr ""
12212
12213#: config/tc-sparc.c:660
12214#, c-format
12215msgid "-k\t\t\tgenerate PIC\n"
12216msgstr ""
12217
12218#: config/tc-sparc.c:664
12219#, c-format
12220msgid ""
12221"-32\t\t\tcreate 32 bit object file\n"
12222"-64\t\t\tcreate 64 bit object file\n"
12223msgstr ""
12224
12225#: config/tc-sparc.c:667
12226#, c-format
12227msgid "\t\t\t[default is %d]\n"
12228msgstr ""
12229
12230#: config/tc-sparc.c:669
12231#, c-format
12232msgid ""
12233"-TSO\t\t\tuse Total Store Ordering\n"
12234"-PSO\t\t\tuse Partial Store Ordering\n"
12235"-RMO\t\t\tuse Relaxed Memory Ordering\n"
12236msgstr ""
12237
12238#: config/tc-sparc.c:673
12239#, c-format
12240msgid "\t\t\t[default is %s]\n"
12241msgstr ""
12242
12243#: config/tc-sparc.c:675
12244#, c-format
12245msgid ""
12246"-KPIC\t\t\tgenerate PIC\n"
12247"-V\t\t\tprint assembler version number\n"
12248"-undeclared-regs\tignore application global register usage without\n"
12249"\t\t\tappropriate .register directive (default)\n"
12250"-no-undeclared-regs\tforce error on application global register usage\n"
12251"\t\t\twithout appropriate .register directive\n"
12252"-q\t\t\tignored\n"
12253"-Qy, -Qn\t\tignored\n"
12254"-s\t\t\tignored\n"
12255msgstr ""
12256
12257#: config/tc-sparc.c:687
12258#, c-format
12259msgid ""
12260"-EL\t\t\tgenerate code for a little endian machine\n"
12261"-EB\t\t\tgenerate code for a big endian machine\n"
12262"--little-endian-data\tgenerate code for a machine having big endian\n"
12263"                        instructions and little endian data.\n"
12264msgstr ""
12265
12266#: config/tc-sparc.c:823
12267#, c-format
12268msgid "Internal error: losing opcode: `%s' \"%s\"\n"
12269msgstr ""
12270
12271#: config/tc-sparc.c:842
12272#, c-format
12273msgid "Internal error: can't find opcode `%s' for `%s'\n"
12274msgstr ""
12275
12276#: config/tc-sparc.c:983
12277msgid "Support for 64-bit arithmetic not compiled in."
12278msgstr ""
12279
12280#: config/tc-sparc.c:1029
12281msgid "set: number not in 0..4294967295 range"
12282msgstr ""
12283
12284#: config/tc-sparc.c:1036
12285msgid "set: number not in -2147483648..4294967295 range"
12286msgstr ""
12287
12288#: config/tc-sparc.c:1095
12289msgid "setsw: number not in -2147483648..4294967295 range"
12290msgstr ""
12291
12292#: config/tc-sparc.c:1143
12293msgid "setx: temporary register same as destination register"
12294msgstr ""
12295
12296#: config/tc-sparc.c:1214
12297msgid "setx: illegal temporary register g0"
12298msgstr ""
12299
12300#: config/tc-sparc.c:1311
12301msgid "FP branch in delay slot"
12302msgstr ""
12303
12304#: config/tc-sparc.c:1326
12305msgid "FP branch preceded by FP instruction; NOP inserted"
12306msgstr ""
12307
12308#: config/tc-sparc.c:1366
12309msgid "failed special case insn sanity check"
12310msgstr ""
12311
12312#: config/tc-sparc.c:1454
12313msgid ": invalid membar mask name"
12314msgstr ""
12315
12316#: config/tc-sparc.c:1470
12317msgid ": invalid membar mask expression"
12318msgstr ""
12319
12320#: config/tc-sparc.c:1475
12321msgid ": invalid membar mask number"
12322msgstr ""
12323
12324#: config/tc-sparc.c:1490
12325msgid ": invalid siam mode expression"
12326msgstr ""
12327
12328#: config/tc-sparc.c:1495
12329msgid ": invalid siam mode number"
12330msgstr ""
12331
12332#: config/tc-sparc.c:1511
12333msgid ": invalid prefetch function name"
12334msgstr ""
12335
12336#: config/tc-sparc.c:1519
12337msgid ": invalid prefetch function expression"
12338msgstr ""
12339
12340#: config/tc-sparc.c:1524
12341msgid ": invalid prefetch function number"
12342msgstr ""
12343
12344#: config/tc-sparc.c:1552 config/tc-sparc.c:1564
12345msgid ": unrecognizable privileged register"
12346msgstr ""
12347
12348#: config/tc-sparc.c:1588 config/tc-sparc.c:1600
12349msgid ": unrecognizable hyperprivileged register"
12350msgstr ""
12351
12352#: config/tc-sparc.c:1624 config/tc-sparc.c:1649
12353msgid ": unrecognizable v9a or v9b ancillary state register"
12354msgstr ""
12355
12356#: config/tc-sparc.c:1629
12357msgid ": rd on write only ancillary state register"
12358msgstr ""
12359
12360#. %sys_tick and %sys_tick_cmpr are v9bnotv9a
12361#: config/tc-sparc.c:1637
12362msgid ": unrecognizable v9a ancillary state register"
12363msgstr ""
12364
12365#: config/tc-sparc.c:1673
12366msgid ": asr number must be between 16 and 31"
12367msgstr ""
12368
12369#: config/tc-sparc.c:1681
12370msgid ": asr number must be between 0 and 31"
12371msgstr ""
12372
12373#: config/tc-sparc.c:1691
12374#, c-format
12375msgid ": expecting %asrN"
12376msgstr ""
12377
12378#: config/tc-sparc.c:1878 config/tc-sparc.c:1916 config/tc-sparc.c:2329
12379#: config/tc-sparc.c:2365
12380#, c-format
12381msgid "Illegal operands: %%%s requires arguments in ()"
12382msgstr ""
12383
12384#: config/tc-sparc.c:1884
12385#, c-format
12386msgid "Illegal operands: %%%s cannot be used together with other relocs in the insn ()"
12387msgstr ""
12388
12389#: config/tc-sparc.c:1895
12390#, c-format
12391msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
12392msgstr ""
12393
12394#: config/tc-sparc.c:2102
12395msgid "detected global register use not covered by .register pseudo-op"
12396msgstr ""
12397
12398#: config/tc-sparc.c:2173
12399msgid ": There are only 64 f registers; [0-63]"
12400msgstr ""
12401
12402#: config/tc-sparc.c:2175 config/tc-sparc.c:2193
12403msgid ": There are only 32 f registers; [0-31]"
12404msgstr ""
12405
12406#: config/tc-sparc.c:2185
12407msgid ": There are only 32 single precision f registers; [0-31]"
12408msgstr ""
12409
12410#: config/tc-sparc.c:2377
12411#, c-format
12412msgid "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
12413msgstr ""
12414
12415#: config/tc-sparc.c:2487
12416#, c-format
12417msgid "Illegal operands: Can't add non-constant expression to %%%s()"
12418msgstr ""
12419
12420#: config/tc-sparc.c:2497
12421#, c-format
12422msgid "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable symbol"
12423msgstr ""
12424
12425#: config/tc-sparc.c:2515
12426msgid ": PC-relative operand can't be a constant"
12427msgstr ""
12428
12429#: config/tc-sparc.c:2522
12430msgid ": TLS operand can't be a constant"
12431msgstr ""
12432
12433#: config/tc-sparc.c:2555
12434msgid ": invalid ASI name"
12435msgstr ""
12436
12437#: config/tc-sparc.c:2563
12438msgid ": invalid ASI expression"
12439msgstr ""
12440
12441#: config/tc-sparc.c:2568
12442msgid ": invalid ASI number"
12443msgstr ""
12444
12445#: config/tc-sparc.c:2665
12446msgid "OPF immediate operand out of range (0-0x1ff)"
12447msgstr ""
12448
12449#: config/tc-sparc.c:2670
12450msgid "non-immediate OPF operand, ignored"
12451msgstr ""
12452
12453#: config/tc-sparc.c:2689
12454msgid ": invalid cpreg name"
12455msgstr ""
12456
12457#: config/tc-sparc.c:2718
12458#, c-format
12459msgid "Illegal operands%s"
12460msgstr ""
12461
12462#: config/tc-sparc.c:2752
12463#, c-format
12464msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
12465msgstr ""
12466
12467#: config/tc-sparc.c:2788
12468#, c-format
12469msgid "Architecture mismatch on \"%s\"."
12470msgstr ""
12471
12472#: config/tc-sparc.c:2789
12473#, c-format
12474msgid " (Requires %s; requested architecture is %s.)"
12475msgstr ""
12476
12477#: config/tc-sparc.c:3324
12478#, c-format
12479msgid "bad or unhandled relocation type: 0x%02x"
12480msgstr ""
12481
12482#: config/tc-sparc.c:3657
12483msgid "Expected comma after name"
12484msgstr ""
12485
12486#: config/tc-sparc.c:3666
12487#, c-format
12488msgid "BSS length (%d.) <0! Ignored."
12489msgstr ""
12490
12491#: config/tc-sparc.c:3678
12492msgid "bad .reserve segment -- expected BSS segment"
12493msgstr ""
12494
12495#: config/tc-sparc.c:3706
12496#, c-format
12497msgid "alignment too large; assuming %d"
12498msgstr ""
12499
12500#: config/tc-sparc.c:3712 config/tc-sparc.c:3862
12501msgid "negative alignment"
12502msgstr ""
12503
12504#: config/tc-sparc.c:3722 config/tc-sparc.c:3884 read.c:1324 read.c:2384
12505msgid "alignment not a power of 2"
12506msgstr ""
12507
12508#: config/tc-sparc.c:3775
12509#, c-format
12510msgid "Ignoring attempt to re-define symbol %s"
12511msgstr ""
12512
12513#: config/tc-sparc.c:3799 config/tc-v850.c:275
12514msgid "Expected comma after symbol-name"
12515msgstr ""
12516
12517#: config/tc-sparc.c:3809
12518#, c-format
12519msgid ".COMMon length (%lu) out of range ignored"
12520msgstr ""
12521
12522#: config/tc-sparc.c:3842
12523msgid "Expected comma after common length"
12524msgstr ""
12525
12526#: config/tc-sparc.c:3856
12527#, c-format
12528msgid "alignment too large; assuming %ld"
12529msgstr ""
12530
12531#: config/tc-sparc.c:3999
12532msgid "Unknown segment type"
12533msgstr ""
12534
12535#: config/tc-sparc.c:4074 config/tc-sparc.c:4084
12536#, c-format
12537msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
12538msgstr ""
12539
12540#: config/tc-sparc.c:4102
12541msgid "redefinition of global register"
12542msgstr ""
12543
12544#: config/tc-sparc.c:4113
12545#, c-format
12546msgid "Register symbol %s already defined."
12547msgstr ""
12548
12549#: config/tc-sparc.c:4317
12550#, c-format
12551msgid "Illegal operands: %%r_plt in %d-byte data field"
12552msgstr ""
12553
12554#: config/tc-sparc.c:4327
12555#, c-format
12556msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
12557msgstr ""
12558
12559#: config/tc-sparc.c:4364 config/tc-vax.c:3312
12560#, c-format
12561msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
12562msgstr ""
12563
12564#: config/tc-sparc.c:4372 config/tc-sparc.c:4403 config/tc-sparc.c:4412
12565#: config/tc-vax.c:3320 config/tc-vax.c:3351 config/tc-vax.c:3360
12566#, c-format
12567msgid "Illegal operands: %%r_%s%d requires arguments in ()"
12568msgstr ""
12569
12570#: config/tc-sparc.c:4421 config/tc-vax.c:3369
12571#, c-format
12572msgid "Illegal operands: garbage after %%r_%s%d()"
12573msgstr ""
12574
12575#: config/tc-sparc.h:65
12576msgid "sparc convert_frag\n"
12577msgstr ""
12578
12579#: config/tc-sparc.h:67 config/tc-z80.h:53
12580msgid "estimate_size_before_relax called"
12581msgstr ""
12582
12583#: config/tc-spu.c:130
12584#, c-format
12585msgid "Can't hash instruction '%s':%s"
12586msgstr ""
12587
12588#: config/tc-spu.c:184
12589msgid ""
12590"SPU options:\n"
12591"  --apuasm\t\t  emulate behaviour of apuasm\n"
12592msgstr ""
12593
12594#: config/tc-spu.c:290
12595#, c-format
12596msgid "Invalid mnemonic '%s'"
12597msgstr ""
12598
12599#: config/tc-spu.c:296
12600#, c-format
12601msgid "'%s' is only available in DD2.0 or higher."
12602msgstr ""
12603
12604#: config/tc-spu.c:328
12605#, c-format
12606msgid "Error in argument %d.  Expecting:  \"%s\""
12607msgstr ""
12608
12609#: config/tc-spu.c:339
12610msgid "Mixing register syntax, with and without '$'."
12611msgstr ""
12612
12613#: config/tc-spu.c:345
12614#, c-format
12615msgid "Treating '%-*s' as a symbol."
12616msgstr ""
12617
12618#: config/tc-spu.c:564
12619msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
12620msgstr ""
12621
12622#: config/tc-spu.c:566
12623msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
12624msgstr ""
12625
12626#: config/tc-spu.c:609
12627#, c-format
12628msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
12629msgstr ""
12630
12631#: config/tc-spu.c:615
12632#, c-format
12633msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
12634msgstr ""
12635
12636#: config/tc-spu.c:685 config/tc-spu.c:688
12637#, c-format
12638msgid "Constant expression %d out of range, [%d, %d]."
12639msgstr ""
12640
12641#: config/tc-spu.c:790
12642#, c-format
12643msgid "invalid priority '%lu'"
12644msgstr ""
12645
12646#: config/tc-spu.c:796
12647#, c-format
12648msgid "invalid lrlive '%lu'"
12649msgstr ""
12650
12651#: config/tc-spu.c:855
12652msgid "Relaxation should never occur"
12653msgstr ""
12654
12655#: config/tc-spu.c:1005
12656#, c-format
12657msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
12658msgstr ""
12659
12660#: config/tc-spu.h:85
12661msgid "spu convert_frag\n"
12662msgstr ""
12663
12664#: config/tc-tic30.c:483
12665msgid "More than one AR register found in indirect reference"
12666msgstr ""
12667
12668#: config/tc-tic30.c:488
12669msgid "Illegal AR register in indirect reference"
12670msgstr ""
12671
12672#: config/tc-tic30.c:508
12673msgid "More than one displacement found in indirect reference"
12674msgstr ""
12675
12676#: config/tc-tic30.c:516
12677msgid "Invalid displacement in indirect reference"
12678msgstr ""
12679
12680#: config/tc-tic30.c:533
12681msgid "AR register not found in indirect reference"
12682msgstr ""
12683
12684#. Maybe an implied displacement of 1 again.
12685#: config/tc-tic30.c:549
12686msgid "required displacement wasn't given in indirect reference"
12687msgstr ""
12688
12689#: config/tc-tic30.c:555
12690msgid "illegal indirect reference"
12691msgstr ""
12692
12693#: config/tc-tic30.c:561
12694msgid "displacement must be an unsigned 8-bit number"
12695msgstr ""
12696
12697#: config/tc-tic30.c:747 config/tc-tic30.c:1494
12698#, c-format
12699msgid "Invalid character %s before %s operand"
12700msgstr ""
12701
12702#: config/tc-tic30.c:766 config/tc-tic30.c:1509
12703#, c-format
12704msgid "Unbalanced parenthesis in %s operand."
12705msgstr ""
12706
12707#: config/tc-tic30.c:782 config/tc-tic30.c:1519
12708#, c-format
12709msgid "Invalid character %s in %s operand"
12710msgstr ""
12711
12712#: config/tc-tic30.c:801 config/tc-tic30.c:1536
12713#, c-format
12714msgid "Spurious operands; (%d operands/instruction max)"
12715msgstr ""
12716
12717#. Just skip it, if it's \n complain.
12718#: config/tc-tic30.c:819 config/tc-tic30.c:835 config/tc-tic30.c:1553
12719#: config/tc-tic30.c:1569
12720msgid "Expecting operand after ','; got nothing"
12721msgstr ""
12722
12723#: config/tc-tic30.c:824 config/tc-tic30.c:1558
12724msgid "Expecting operand before ','; got nothing"
12725msgstr ""
12726
12727#: config/tc-tic30.c:862
12728msgid "incorrect number of operands given in the first instruction"
12729msgstr ""
12730
12731#: config/tc-tic30.c:868
12732msgid "incorrect number of operands given in the second instruction"
12733msgstr ""
12734
12735#: config/tc-tic30.c:889
12736#, c-format
12737msgid "%s instruction, operand %d doesn't match"
12738msgstr ""
12739
12740#. Shouldn't get here.
12741#: config/tc-tic30.c:913 config/tc-tic30.c:920
12742msgid "incorrect format for multiply parallel instruction"
12743msgstr ""
12744
12745#: config/tc-tic30.c:927
12746msgid "destination for multiply can only be R0 or R1"
12747msgstr ""
12748
12749#: config/tc-tic30.c:934
12750msgid "destination for add/subtract can only be R2 or R3"
12751msgstr ""
12752
12753#: config/tc-tic30.c:1001
12754msgid "loading the same register in parallel operation"
12755msgstr ""
12756
12757#: config/tc-tic30.c:1383
12758msgid "pc-relative "
12759msgstr ""
12760
12761#: config/tc-tic30.c:1444
12762#, c-format
12763msgid "Invalid character %s in opcode"
12764msgstr ""
12765
12766#: config/tc-tic30.c:1474
12767#, c-format
12768msgid "Unknown TMS320C30 instruction: %s"
12769msgstr ""
12770
12771#: config/tc-tic30.c:1594
12772msgid "Incorrect number of operands given"
12773msgstr ""
12774
12775#: config/tc-tic30.c:1627
12776#, c-format
12777msgid "The %s operand doesn't match"
12778msgstr ""
12779
12780#. Shouldn't make it to this stage.
12781#: config/tc-tic30.c:1652 config/tc-tic30.c:1664
12782msgid "Incompatible first and second operands in instruction"
12783msgstr ""
12784
12785#: config/tc-tic30.c:1778
12786msgid "invalid short form floating point immediate operand"
12787msgstr ""
12788
12789#: config/tc-tic30.c:1788
12790msgid "rounding down first operand float to unsigned int"
12791msgstr ""
12792
12793#: config/tc-tic30.c:1790
12794msgid "only lower 16-bits of first operand are used"
12795msgstr ""
12796
12797#: config/tc-tic30.c:1800
12798msgid "rounding down first operand float to signed int"
12799msgstr ""
12800
12801#: config/tc-tic30.c:1805 config/tc-tic30.c:1876
12802msgid "first operand is too large for 16-bit signed int"
12803msgstr ""
12804
12805#: config/tc-tic30.c:1870
12806msgid "first operand is floating point"
12807msgstr ""
12808
12809#. Shouldn't get here.
12810#: config/tc-tic30.c:1901
12811msgid "interrupt vector for trap instruction out of range"
12812msgstr ""
12813
12814#: config/tc-tic30.c:1946
12815msgid "LDP instruction needs a 24-bit operand"
12816msgstr ""
12817
12818#: config/tc-tic30.c:1970
12819msgid "first operand is too large for a 24-bit displacement"
12820msgstr ""
12821
12822#: config/tc-tic4x.c:399
12823msgid "Nan, using zero."
12824msgstr ""
12825
12826#: config/tc-tic4x.c:521
12827#, c-format
12828msgid "Cannot represent exponent in %d bits"
12829msgstr ""
12830
12831#: config/tc-tic4x.c:604 config/tc-tic4x.c:614
12832msgid "Invalid floating point number"
12833msgstr ""
12834
12835#: config/tc-tic4x.c:734
12836msgid "Comma expected\n"
12837msgstr ""
12838
12839#: config/tc-tic4x.c:774 config/tc-tic54x.c:479
12840msgid ".bss size argument missing\n"
12841msgstr ""
12842
12843#: config/tc-tic4x.c:782
12844#, c-format
12845msgid ".bss size %ld < 0!"
12846msgstr ""
12847
12848#: config/tc-tic4x.c:916
12849msgid "Non-constant symbols not allowed\n"
12850msgstr ""
12851
12852#: config/tc-tic4x.c:947
12853msgid "Symbol missing\n"
12854msgstr ""
12855
12856#. Get terminator.
12857#. Skip null symbol terminator.
12858#: config/tc-tic4x.c:993
12859msgid ".sect: subsection name ignored"
12860msgstr ""
12861
12862#: config/tc-tic4x.c:1021 config/tc-tic4x.c:1121 config/tc-tic54x.c:1441
12863#, c-format
12864msgid "Error setting flags for \"%s\": %s"
12865msgstr ""
12866
12867#: config/tc-tic4x.c:1052
12868msgid ".set syntax invalid\n"
12869msgstr ""
12870
12871#: config/tc-tic4x.c:1110
12872msgid ".usect: non-zero alignment flag ignored"
12873msgstr ""
12874
12875#: config/tc-tic4x.c:1141
12876#, c-format
12877msgid "This assembler does not support processor generation %ld"
12878msgstr ""
12879
12880#: config/tc-tic4x.c:1145
12881msgid "Changing processor generation on fly not supported..."
12882msgstr ""
12883
12884#: config/tc-tic4x.c:1444
12885msgid "Auxiliary register AR0--AR7 required for indirect"
12886msgstr ""
12887
12888#: config/tc-tic4x.c:1458
12889#, c-format
12890msgid "Bad displacement %d (require 0--255)\n"
12891msgstr ""
12892
12893#: config/tc-tic4x.c:1476
12894msgid "Index register IR0,IR1 required for displacement"
12895msgstr ""
12896
12897#: config/tc-tic4x.c:1545
12898msgid "Expecting a register name"
12899msgstr ""
12900
12901#: config/tc-tic4x.c:1557 config/tc-tic4x.c:1580 config/tc-tic4x.c:1649
12902msgid "Number too large"
12903msgstr ""
12904
12905#: config/tc-tic4x.c:1597
12906msgid "Expecting a constant value"
12907msgstr ""
12908
12909#: config/tc-tic4x.c:1604
12910#, c-format
12911msgid "Bad direct addressing construct %s"
12912msgstr ""
12913
12914#: config/tc-tic4x.c:1608
12915#, c-format
12916msgid "Direct value of %ld is not suitable"
12917msgstr ""
12918
12919#: config/tc-tic4x.c:1632
12920msgid "Unknown indirect addressing mode"
12921msgstr ""
12922
12923#: config/tc-tic4x.c:1729
12924#, c-format
12925msgid "Immediate value of %ld is too large for ldf"
12926msgstr ""
12927
12928#: config/tc-tic4x.c:1769
12929msgid "Destination register must be ARn"
12930msgstr ""
12931
12932#: config/tc-tic4x.c:1788 config/tc-tic4x.c:2161 config/tc-tic4x.c:2220
12933#, c-format
12934msgid "Immediate value of %ld is too large"
12935msgstr ""
12936
12937#: config/tc-tic4x.c:1817 config/tc-tic4x.c:2022
12938msgid "Invalid indirect addressing mode"
12939msgstr ""
12940
12941#: config/tc-tic4x.c:1841 config/tc-tic4x.c:1881 config/tc-tic4x.c:2072
12942#: config/tc-tic4x.c:2094
12943msgid "Register must be Rn"
12944msgstr ""
12945
12946#: config/tc-tic4x.c:1895 config/tc-tic4x.c:1965 config/tc-tic4x.c:1979
12947msgid "Register must be R0--R7"
12948msgstr ""
12949
12950#: config/tc-tic4x.c:1919 config/tc-tic4x.c:1947
12951#, c-format
12952msgid "Invalid indirect addressing mode displacement %d"
12953msgstr ""
12954
12955#: config/tc-tic4x.c:1993
12956msgid "Destination register must be R2 or R3"
12957msgstr ""
12958
12959#: config/tc-tic4x.c:2007
12960msgid "Destination register must be R0 or R1"
12961msgstr ""
12962
12963#: config/tc-tic4x.c:2044
12964#, c-format
12965msgid "Displacement value of %ld is too large"
12966msgstr ""
12967
12968#: config/tc-tic4x.c:2105 config/tc-tic4x.c:2236
12969msgid "Floating point number not valid in expression"
12970msgstr ""
12971
12972#: config/tc-tic4x.c:2119
12973#, c-format
12974msgid "Signed immediate value %ld too large"
12975msgstr ""
12976
12977#: config/tc-tic4x.c:2182
12978#, c-format
12979msgid "Unsigned immediate value %ld too large"
12980msgstr ""
12981
12982#: config/tc-tic4x.c:2250
12983#, c-format
12984msgid "Immediate value %ld too large"
12985msgstr ""
12986
12987#: config/tc-tic4x.c:2269 config/tc-tic4x.c:2297
12988msgid "Register must be ivtp or tvtp"
12989msgstr ""
12990
12991#: config/tc-tic4x.c:2283
12992msgid "Register must be address register"
12993msgstr ""
12994
12995#: config/tc-tic4x.c:2356
12996msgid "Source and destination register should not be equal"
12997msgstr ""
12998
12999#: config/tc-tic4x.c:2371
13000msgid "Equal parallell destination registers, one result will be discarded"
13001msgstr ""
13002
13003#: config/tc-tic4x.c:2412
13004msgid "Too many operands scanned"
13005msgstr ""
13006
13007#: config/tc-tic4x.c:2442
13008msgid "Parallel opcode cannot contain more than two instructions"
13009msgstr ""
13010
13011#: config/tc-tic4x.c:2515
13012#, c-format
13013msgid "Invalid operands for %s"
13014msgstr ""
13015
13016#: config/tc-tic4x.c:2518
13017#, c-format
13018msgid "Invalid instruction %s"
13019msgstr ""
13020
13021#: config/tc-tic4x.c:2667
13022#, c-format
13023msgid "Bad relocation type: 0x%02x"
13024msgstr ""
13025
13026#: config/tc-tic4x.c:2725
13027#, c-format
13028msgid "Unsupported processor generation %d"
13029msgstr ""
13030
13031#: config/tc-tic4x.c:2733
13032msgid "Option -b is depreciated, please use -mbig"
13033msgstr ""
13034
13035#: config/tc-tic4x.c:2739
13036msgid "Option -p is depreciated, please use -mmemparm"
13037msgstr ""
13038
13039#: config/tc-tic4x.c:2745
13040msgid "Option -r is depreciated, please use -mregparm"
13041msgstr ""
13042
13043#: config/tc-tic4x.c:2751
13044msgid "Option -s is depreciated, please use -msmall"
13045msgstr ""
13046
13047#: config/tc-tic4x.c:2779
13048#, c-format
13049msgid ""
13050"\n"
13051"TIC4X options:\n"
13052"  -mcpu=CPU  -mCPU        select architecture variant. CPU can be:\n"
13053"                            30 - TMS320C30\n"
13054"                            31 - TMS320C31, TMS320LC31\n"
13055"                            32 - TMS320C32\n"
13056"                            33 - TMS320VC33\n"
13057"                            40 - TMS320C40\n"
13058"                            44 - TMS320C44\n"
13059"  -mrev=REV               set cpu hardware revision (integer numbers).\n"
13060"                          Combinations of -mcpu and -mrev will enable/disable\n"
13061"                          the appropriate options (-midle2, -mlowpower and\n"
13062"                          -menhanced) according to the selected type\n"
13063"  -mbig                   select big memory model\n"
13064"  -msmall                 select small memory model (default)\n"
13065"  -mregparm               select register parameters (default)\n"
13066"  -mmemparm               select memory parameters\n"
13067"  -midle2                 enable IDLE2 support\n"
13068"  -mlowpower              enable LOPOWER and MAXSPEED support\n"
13069"  -menhanced              enable enhanced opcode support\n"
13070msgstr ""
13071
13072#: config/tc-tic4x.c:2824
13073#, c-format
13074msgid "Label \"$%d\" redefined"
13075msgstr ""
13076
13077#: config/tc-tic4x.c:3032
13078#, c-format
13079msgid "Reloc %d not supported by object file format"
13080msgstr ""
13081
13082#. Only word (et al.), align, or conditionals are allowed within
13083#. .struct/.union.
13084#: config/tc-tic54x.c:220
13085msgid "pseudo-op illegal within .struct/.union"
13086msgstr ""
13087
13088#: config/tc-tic54x.c:234
13089#, c-format
13090msgid "C54x-specific command line  options:\n"
13091msgstr ""
13092
13093#: config/tc-tic54x.c:235
13094#, c-format
13095msgid "-mfar-mode | -mf          Use extended addressing\n"
13096msgstr ""
13097
13098#: config/tc-tic54x.c:236
13099#, c-format
13100msgid "-mcpu=<CPU version>       Specify the CPU version\n"
13101msgstr ""
13102
13103#: config/tc-tic54x.c:237
13104#, c-format
13105msgid "-merrors-to-file <filename>\n"
13106msgstr ""
13107
13108#: config/tc-tic54x.c:238
13109#, c-format
13110msgid "-me <filename>            Redirect errors to a file\n"
13111msgstr ""
13112
13113#: config/tc-tic54x.c:350
13114msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
13115msgstr ""
13116
13117#: config/tc-tic54x.c:359
13118msgid "symbols assigned with .asg must begin with a letter"
13119msgstr ""
13120
13121#: config/tc-tic54x.c:403
13122msgid "Unterminated string after absolute expression"
13123msgstr ""
13124
13125#: config/tc-tic54x.c:411
13126msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
13127msgstr ""
13128
13129#: config/tc-tic54x.c:423
13130msgid "symbols assigned with .eval must begin with a letter"
13131msgstr ""
13132
13133#: config/tc-tic54x.c:488
13134#, c-format
13135msgid ".bss size %d < 0!"
13136msgstr ""
13137
13138#: config/tc-tic54x.c:677
13139msgid "Offset on nested structures is ignored"
13140msgstr ""
13141
13142#: config/tc-tic54x.c:727
13143#, c-format
13144msgid ".end%s without preceding .%s"
13145msgstr ""
13146
13147#: config/tc-tic54x.c:793
13148#, c-format
13149msgid "Unrecognized struct/union tag '%s'"
13150msgstr ""
13151
13152#: config/tc-tic54x.c:795
13153msgid ".tag requires a structure tag"
13154msgstr ""
13155
13156#: config/tc-tic54x.c:801
13157msgid "Label required for .tag"
13158msgstr ""
13159
13160#: config/tc-tic54x.c:820
13161#, c-format
13162msgid ".tag target '%s' undefined"
13163msgstr ""
13164
13165#: config/tc-tic54x.c:882
13166#, c-format
13167msgid ".field count '%d' out of range (1 <= X <= 32)"
13168msgstr ""
13169
13170#: config/tc-tic54x.c:910
13171#, c-format
13172msgid "Unrecognized field type '%c'"
13173msgstr ""
13174
13175#: config/tc-tic54x.c:1033
13176msgid "Overflow in expression, truncated to 8 bits"
13177msgstr ""
13178
13179#: config/tc-tic54x.c:1038
13180msgid "Overflow in expression, truncated to 16 bits"
13181msgstr ""
13182
13183#. Disallow .byte with a non constant expression that will
13184#. require relocation.
13185#: config/tc-tic54x.c:1046
13186msgid "Relocatable values require at least WORD storage"
13187msgstr ""
13188
13189#: config/tc-tic54x.c:1107
13190msgid "Use of .def/.ref is deprecated.  Use .global instead"
13191msgstr ""
13192
13193#: config/tc-tic54x.c:1300
13194msgid ".space/.bes repeat count is negative, ignored"
13195msgstr ""
13196
13197#: config/tc-tic54x.c:1305
13198msgid ".space/.bes repeat count is zero, ignored"
13199msgstr ""
13200
13201#: config/tc-tic54x.c:1382
13202msgid "Missing size argument"
13203msgstr ""
13204
13205#: config/tc-tic54x.c:1516
13206msgid "CPU version has already been set"
13207msgstr ""
13208
13209#: config/tc-tic54x.c:1520
13210#, c-format
13211msgid "Unrecognized version '%s'"
13212msgstr ""
13213
13214#: config/tc-tic54x.c:1526
13215msgid "Changing of CPU version on the fly not supported"
13216msgstr ""
13217
13218#: config/tc-tic54x.c:1657
13219msgid "p2align not supported on this target"
13220msgstr ""
13221
13222#: config/tc-tic54x.c:1669
13223msgid "Argument to .even ignored"
13224msgstr ""
13225
13226#: config/tc-tic54x.c:1715
13227msgid "Invalid field size, must be from 1 to 32"
13228msgstr ""
13229
13230#: config/tc-tic54x.c:1728
13231msgid "field size must be 16 when value is relocatable"
13232msgstr ""
13233
13234#: config/tc-tic54x.c:1743
13235msgid "field value truncated"
13236msgstr ""
13237
13238#: config/tc-tic54x.c:1850 config/tc-tic54x.c:2156
13239#, c-format
13240msgid "Unrecognized section '%s'"
13241msgstr ""
13242
13243#: config/tc-tic54x.c:1859
13244msgid "Current section is unitialized, section name required for .clink"
13245msgstr ""
13246
13247#: config/tc-tic54x.c:2066
13248msgid "ENDLOOP without corresponding LOOP"
13249msgstr ""
13250
13251#: config/tc-tic54x.c:2107
13252msgid "Mixing of normal and extended addressing not supported"
13253msgstr ""
13254
13255#: config/tc-tic54x.c:2113
13256msgid "Extended addressing not supported on the specified CPU"
13257msgstr ""
13258
13259#: config/tc-tic54x.c:2162
13260msgid ".sblock may be used for initialized sections only"
13261msgstr ""
13262
13263#: config/tc-tic54x.c:2192
13264msgid "Symbol missing for .set/.equ"
13265msgstr ""
13266
13267#: config/tc-tic54x.c:2248
13268msgid ".var may only be used within a macro definition"
13269msgstr ""
13270
13271#: config/tc-tic54x.c:2256
13272msgid "Substitution symbols must begin with a letter"
13273msgstr ""
13274
13275#: config/tc-tic54x.c:2349
13276#, c-format
13277msgid "can't open macro library file '%s' for reading: %s"
13278msgstr ""
13279
13280#: config/tc-tic54x.c:2356
13281#, c-format
13282msgid "File '%s' not in macro archive format"
13283msgstr ""
13284
13285#: config/tc-tic54x.c:2486
13286#, c-format
13287msgid "Bad COFF version '%s'"
13288msgstr ""
13289
13290#: config/tc-tic54x.c:2495
13291#, c-format
13292msgid "Bad CPU version '%s'"
13293msgstr ""
13294
13295#: config/tc-tic54x.c:2508 config/tc-tic54x.c:2511
13296#, c-format
13297msgid "Can't redirect stderr to the file '%s'"
13298msgstr ""
13299
13300#: config/tc-tic54x.c:2626
13301#, c-format
13302msgid "Undefined substitution symbol '%s'"
13303msgstr ""
13304
13305#: config/tc-tic54x.c:3128
13306#, c-format
13307msgid "Unbalanced parenthesis in operand %d"
13308msgstr ""
13309
13310#: config/tc-tic54x.c:3159 config/tc-tic54x.c:3167
13311msgid "Expecting operand after ','"
13312msgstr ""
13313
13314#: config/tc-tic54x.c:3178
13315msgid "Extra junk on line"
13316msgstr ""
13317
13318#: config/tc-tic54x.c:3215
13319msgid "Badly formed address expression"
13320msgstr ""
13321
13322#: config/tc-tic54x.c:3468
13323#, c-format
13324msgid "Invalid dmad syntax '%s'"
13325msgstr ""
13326
13327#: config/tc-tic54x.c:3532
13328#, c-format
13329msgid "Use the .mmregs directive to use memory-mapped register names such as '%s'"
13330msgstr ""
13331
13332#: config/tc-tic54x.c:3583
13333msgid "Address mode *+ARx is write-only. Results of reading are undefined."
13334msgstr ""
13335
13336#: config/tc-tic54x.c:3603
13337#, c-format
13338msgid "Unrecognized indirect address format \"%s\""
13339msgstr ""
13340
13341#: config/tc-tic54x.c:3641
13342#, c-format
13343msgid "Operand '%s' out of range (%d <= x <= %d)"
13344msgstr ""
13345
13346#: config/tc-tic54x.c:3661
13347msgid "Error in relocation handling"
13348msgstr ""
13349
13350#: config/tc-tic54x.c:3680 config/tc-tic54x.c:3742 config/tc-tic54x.c:3770
13351#, c-format
13352msgid "Unrecognized condition code \"%s\""
13353msgstr ""
13354
13355#: config/tc-tic54x.c:3697
13356#, c-format
13357msgid "Condition \"%s\" does not match preceding group"
13358msgstr ""
13359
13360#: config/tc-tic54x.c:3705
13361#, c-format
13362msgid "Condition \"%s\" uses a different accumulator from a preceding condition"
13363msgstr ""
13364
13365#: config/tc-tic54x.c:3712
13366msgid "Only one comparison conditional allowed"
13367msgstr ""
13368
13369#: config/tc-tic54x.c:3717
13370msgid "Only one overflow conditional allowed"
13371msgstr ""
13372
13373#: config/tc-tic54x.c:3725
13374#, c-format
13375msgid "Duplicate %s conditional"
13376msgstr ""
13377
13378#: config/tc-tic54x.c:3756
13379msgid "Invalid auxiliary register (use AR0-AR7)"
13380msgstr ""
13381
13382#: config/tc-tic54x.c:3787
13383msgid "lk addressing modes are invalid for memory-mapped register addressing"
13384msgstr ""
13385
13386#: config/tc-tic54x.c:3795
13387msgid "Address mode *+ARx is not allowed in memory-mapped register addressing.  Resulting behavior is undefined."
13388msgstr ""
13389
13390#: config/tc-tic54x.c:3821
13391msgid "Destination accumulator for each part of this parallel instruction must be different"
13392msgstr ""
13393
13394#: config/tc-tic54x.c:3870
13395#, c-format
13396msgid "Memory mapped register \"%s\" out of range"
13397msgstr ""
13398
13399#: config/tc-tic54x.c:3909
13400msgid "Invalid operand (use 1, 2, or 3)"
13401msgstr ""
13402
13403#: config/tc-tic54x.c:3934
13404msgid "A status register or status bit name is required"
13405msgstr ""
13406
13407#: config/tc-tic54x.c:3944
13408#, c-format
13409msgid "Unrecognized status bit \"%s\""
13410msgstr ""
13411
13412#: config/tc-tic54x.c:3967
13413#, c-format
13414msgid "Invalid status register \"%s\""
13415msgstr ""
13416
13417#: config/tc-tic54x.c:3979
13418#, c-format
13419msgid "Operand \"%s\" out of range (use 1 or 2)"
13420msgstr ""
13421
13422#: config/tc-tic54x.c:4182
13423#, c-format
13424msgid "Unrecognized instruction \"%s\""
13425msgstr ""
13426
13427#: config/tc-tic54x.c:4211
13428#, c-format
13429msgid "Unrecognized operand list '%s' for instruction '%s'"
13430msgstr ""
13431
13432#: config/tc-tic54x.c:4240
13433#, c-format
13434msgid "Unrecognized parallel instruction \"%s\""
13435msgstr ""
13436
13437#: config/tc-tic54x.c:4289
13438#, c-format
13439msgid "Invalid operand (s) for parallel instruction \"%s\""
13440msgstr ""
13441
13442#: config/tc-tic54x.c:4292
13443#, c-format
13444msgid "Unrecognized parallel instruction combination \"%s || %s\""
13445msgstr ""
13446
13447#: config/tc-tic54x.c:4519
13448#, c-format
13449msgid "%s symbol recursion stopped at second appearance of '%s'"
13450msgstr ""
13451
13452#: config/tc-tic54x.c:4559
13453msgid "Unrecognized substitution symbol function"
13454msgstr ""
13455
13456#: config/tc-tic54x.c:4564
13457msgid "Missing '(' after substitution symbol function"
13458msgstr ""
13459
13460#: config/tc-tic54x.c:4578
13461msgid "Expecting second argument"
13462msgstr ""
13463
13464#: config/tc-tic54x.c:4591 config/tc-tic54x.c:4641
13465msgid "Extra junk in function call, expecting ')'"
13466msgstr ""
13467
13468#: config/tc-tic54x.c:4617
13469msgid "Function expects two arguments"
13470msgstr ""
13471
13472#: config/tc-tic54x.c:4630
13473msgid "Expecting character constant argument"
13474msgstr ""
13475
13476#: config/tc-tic54x.c:4636
13477msgid "Both arguments must be substitution symbols"
13478msgstr ""
13479
13480#: config/tc-tic54x.c:4689
13481#, c-format
13482msgid "Invalid subscript (use 1 to %d)"
13483msgstr ""
13484
13485#: config/tc-tic54x.c:4699
13486#, c-format
13487msgid "Invalid length (use 0 to %d"
13488msgstr ""
13489
13490#: config/tc-tic54x.c:4709
13491msgid "Missing ')' in subscripted substitution symbol expression"
13492msgstr ""
13493
13494#: config/tc-tic54x.c:4729
13495msgid "Missing forced substitution terminator ':'"
13496msgstr ""
13497
13498#: config/tc-tic54x.c:4883
13499#, c-format
13500msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left)"
13501msgstr ""
13502
13503#: config/tc-tic54x.c:4924
13504#, c-format
13505msgid "Unrecognized parallel instruction '%s'"
13506msgstr ""
13507
13508#: config/tc-tic54x.c:4936
13509#, c-format
13510msgid "Instruction '%s' requires an LP cpu version"
13511msgstr ""
13512
13513#: config/tc-tic54x.c:4943
13514#, c-format
13515msgid "Instruction '%s' requires far mode addressing"
13516msgstr ""
13517
13518#: config/tc-tic54x.c:4955
13519#, c-format
13520msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left). Resulting behavior is undefined."
13521msgstr ""
13522
13523#: config/tc-tic54x.c:4965
13524msgid "Instructions which cause PC discontinuity are not allowed in a delay slot. Resulting behavior is undefined."
13525msgstr ""
13526
13527#: config/tc-tic54x.c:4976
13528#, c-format
13529msgid "'%s' is not repeatable. Resulting behavior is undefined."
13530msgstr ""
13531
13532#: config/tc-tic54x.c:4980
13533msgid "Instructions using long offset modifiers or absolute addresses are not repeatable. Resulting behavior is undefined."
13534msgstr ""
13535
13536#: config/tc-tic54x.c:5132
13537#, c-format
13538msgid "Unsupported relocation size %d"
13539msgstr ""
13540
13541#: config/tc-tic54x.c:5263
13542msgid "non-absolute value used with .space/.bes"
13543msgstr ""
13544
13545#: config/tc-tic54x.c:5267
13546#, c-format
13547msgid "negative value ignored in %s"
13548msgstr ""
13549
13550#: config/tc-tic54x.c:5355
13551#, c-format
13552msgid "attempt to .space/.bes backwards? (%ld)"
13553msgstr ""
13554
13555#: config/tc-tic54x.c:5387
13556#, c-format
13557msgid "Invalid label '%s'"
13558msgstr ""
13559
13560#: config/tc-tic6x.c:192
13561#, c-format
13562msgid "unknown architecture '%s'"
13563msgstr ""
13564
13565#: config/tc-tic6x.c:222
13566#, c-format
13567msgid "unknown -mpid= argument '%s'"
13568msgstr ""
13569
13570#: config/tc-tic6x.c:288
13571#, c-format
13572msgid "TMS320C6000 options:\n"
13573msgstr ""
13574
13575#: config/tc-tic6x.c:289
13576#, c-format
13577msgid "  -march=ARCH             enable instructions from architecture ARCH\n"
13578msgstr ""
13579
13580#: config/tc-tic6x.c:290
13581#, c-format
13582msgid "  -matomic                enable atomic operation instructions\n"
13583msgstr ""
13584
13585#: config/tc-tic6x.c:291
13586#, c-format
13587msgid "  -mno-atomic             disable atomic operation instructions\n"
13588msgstr ""
13589
13590#: config/tc-tic6x.c:292
13591#, c-format
13592msgid "  -mbig-endian            generate big-endian code\n"
13593msgstr ""
13594
13595#: config/tc-tic6x.c:293
13596#, c-format
13597msgid "  -mlittle-endian         generate little-endian code\n"
13598msgstr ""
13599
13600#: config/tc-tic6x.c:294
13601#, c-format
13602msgid "  -mdsbt                  code uses DSBT addressing\n"
13603msgstr ""
13604
13605#: config/tc-tic6x.c:295
13606#, c-format
13607msgid "  -mno-dsbt               code does not use DSBT addressing\n"
13608msgstr ""
13609
13610#: config/tc-tic6x.c:296
13611#, c-format
13612msgid "  -mpid=no                code uses position-dependent data addressing\n"
13613msgstr ""
13614
13615#: config/tc-tic6x.c:297
13616#, c-format
13617msgid ""
13618"  -mpid=near              code uses position-independent data addressing,\n"
13619"                            GOT accesses use near DP addressing\n"
13620msgstr ""
13621
13622#: config/tc-tic6x.c:299
13623#, c-format
13624msgid ""
13625"  -mpid=far               code uses position-independent data addressing,\n"
13626"                            GOT accesses use far DP addressing\n"
13627msgstr ""
13628
13629#: config/tc-tic6x.c:301
13630#, c-format
13631msgid "  -mpic                   code addressing is position-independent\n"
13632msgstr ""
13633
13634#: config/tc-tic6x.c:302
13635#, c-format
13636msgid "  -mno-pic                code addressing is position-dependent\n"
13637msgstr ""
13638
13639#: config/tc-tic6x.c:307
13640#, c-format
13641msgid "Supported ARCH values are:"
13642msgstr ""
13643
13644#: config/tc-tic6x.c:531
13645msgid "multiple '||' on same line"
13646msgstr ""
13647
13648#: config/tc-tic6x.c:534
13649msgid "'||' after predicate"
13650msgstr ""
13651
13652#: config/tc-tic6x.c:578
13653msgid "multiple predicates on same line"
13654msgstr ""
13655
13656#: config/tc-tic6x.c:584
13657#, c-format
13658msgid "bad predicate '%s'"
13659msgstr ""
13660
13661#: config/tc-tic6x.c:595
13662msgid "predication on A0 not supported on this architecture"
13663msgstr ""
13664
13665#: config/tc-tic6x.c:628
13666msgid "label after '||'"
13667msgstr ""
13668
13669#: config/tc-tic6x.c:634
13670msgid "label after predicate"
13671msgstr ""
13672
13673#: config/tc-tic6x.c:658
13674msgid "'||' not followed by instruction"
13675msgstr ""
13676
13677#: config/tc-tic6x.c:664
13678msgid "predicate not followed by instruction"
13679msgstr ""
13680
13681#: config/tc-tic6x.c:1097
13682#, c-format
13683msgid "control register '%s' not supported on this architecture"
13684msgstr ""
13685
13686#: config/tc-tic6x.c:1276 config/tc-tic6x.c:1279 config/tc-tic6x.c:1332
13687#: config/tc-tic6x.c:1336
13688#, c-format
13689msgid "register number %u not supported on this architecture"
13690msgstr ""
13691
13692#: config/tc-tic6x.c:1307
13693#, c-format
13694msgid "register pair for operand %u of '%.*s' not a valid even/odd pair"
13695msgstr ""
13696
13697#: config/tc-tic6x.c:1363
13698#, c-format
13699msgid "junk after operand %u of '%.*s'"
13700msgstr ""
13701
13702#: config/tc-tic6x.c:1376
13703#, c-format
13704msgid "bad register or register pair for operand %u of '%.*s'"
13705msgstr ""
13706
13707#: config/tc-tic6x.c:1382
13708#, c-format
13709msgid "bad register for operand %u of '%.*s'"
13710msgstr ""
13711
13712#: config/tc-tic6x.c:1387
13713#, c-format
13714msgid "bad register pair for operand %u of '%.*s'"
13715msgstr ""
13716
13717#: config/tc-tic6x.c:1392
13718#, c-format
13719msgid "bad functional unit for operand %u of '%.*s'"
13720msgstr ""
13721
13722#: config/tc-tic6x.c:1397
13723#, c-format
13724msgid "bad operand %u of '%.*s'"
13725msgstr ""
13726
13727#: config/tc-tic6x.c:1496
13728msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE"
13729msgstr ""
13730
13731#: config/tc-tic6x.c:1535
13732msgid "$DSBT_INDEX not supported in this context"
13733msgstr ""
13734
13735#: config/tc-tic6x.c:1548
13736msgid "$GOT not supported in this context"
13737msgstr ""
13738
13739#: config/tc-tic6x.c:1565
13740msgid "$DPR_GOT not supported in this context"
13741msgstr ""
13742
13743#: config/tc-tic6x.c:1586
13744msgid "$DPR_BYTE not supported in this context"
13745msgstr ""
13746
13747#: config/tc-tic6x.c:1603
13748msgid "$DPR_HWORD not supported in this context"
13749msgstr ""
13750
13751#: config/tc-tic6x.c:1620
13752msgid "$DPR_WORD not supported in this context"
13753msgstr ""
13754
13755#: config/tc-tic6x.c:1631
13756msgid "invalid PC-relative operand"
13757msgstr ""
13758
13759#: config/tc-tic6x.c:1668
13760#, c-format
13761msgid "no %d-byte relocations available"
13762msgstr ""
13763
13764#: config/tc-tic6x.c:2146 config/tc-tic6x.c:2177 config/tc-tic6x.c:2195
13765#: config/tc-tic6x.c:2601 config/tc-tic6x.c:2620 config/tc-tic6x.c:2652
13766#, c-format
13767msgid "operand %u of '%.*s' out of range"
13768msgstr ""
13769
13770#: config/tc-tic6x.c:2239 config/tc-tic6x.c:2440
13771#, c-format
13772msgid "offset in operand %u of '%.*s' not divisible by %u"
13773msgstr ""
13774
13775#: config/tc-tic6x.c:2432 config/tc-tic6x.c:2465
13776#, c-format
13777msgid "offset in operand %u of '%.*s' out of range"
13778msgstr ""
13779
13780#: config/tc-tic6x.c:2547
13781#, c-format
13782msgid "functional unit already masked for operand %u of '%.*s'"
13783msgstr ""
13784
13785#: config/tc-tic6x.c:2571 config/tc-tic6x.c:3330
13786#, c-format
13787msgid "'%.*s' instruction not in a software pipelined loop"
13788msgstr ""
13789
13790#: config/tc-tic6x.c:2670
13791#, c-format
13792msgid "instruction '%.*s' cannot be predicated"
13793msgstr ""
13794
13795#: config/tc-tic6x.c:2799
13796#, c-format
13797msgid "unknown opcode '%s'"
13798msgstr ""
13799
13800#: config/tc-tic6x.c:2938
13801#, c-format
13802msgid "'%.*s' instruction not supported on this architecture"
13803msgstr ""
13804
13805#: config/tc-tic6x.c:2946
13806#, c-format
13807msgid "'%.*s' instruction not supported on this functional unit"
13808msgstr ""
13809
13810#: config/tc-tic6x.c:2954
13811#, c-format
13812msgid "'%.*s' instruction not supported on this functional unit for this architecture"
13813msgstr ""
13814
13815#: config/tc-tic6x.c:2974
13816msgid "missing operand after comma"
13817msgstr ""
13818
13819#: config/tc-tic6x.c:2982 config/tc-tic6x.c:3000
13820#, c-format
13821msgid "too many operands to '%.*s'"
13822msgstr ""
13823
13824#: config/tc-tic6x.c:3013
13825#, c-format
13826msgid "bad number of operands to '%.*s'"
13827msgstr ""
13828
13829#: config/tc-tic6x.c:3085
13830#, c-format
13831msgid "operand %u of '%.*s' not constant"
13832msgstr ""
13833
13834#: config/tc-tic6x.c:3090
13835#, c-format
13836msgid "operand %u of '%.*s' on wrong side"
13837msgstr ""
13838
13839#: config/tc-tic6x.c:3095
13840#, c-format
13841msgid "operand %u of '%.*s' not a valid return address register"
13842msgstr ""
13843
13844#: config/tc-tic6x.c:3101
13845#, c-format
13846msgid "operand %u of '%.*s' is write-only"
13847msgstr ""
13848
13849#: config/tc-tic6x.c:3106
13850#, c-format
13851msgid "operand %u of '%.*s' is read-only"
13852msgstr ""
13853
13854#: config/tc-tic6x.c:3111
13855#, c-format
13856msgid "operand %u of '%.*s' not a valid memory reference"
13857msgstr ""
13858
13859#: config/tc-tic6x.c:3117
13860#, c-format
13861msgid "operand %u of '%.*s' not a valid base address register"
13862msgstr ""
13863
13864#: config/tc-tic6x.c:3203
13865#, c-format
13866msgid "bad operand combination for '%.*s'"
13867msgstr ""
13868
13869#: config/tc-tic6x.c:3249
13870msgid "parallel instruction not following another instruction"
13871msgstr ""
13872
13873#: config/tc-tic6x.c:3255
13874msgid "too many instructions in execute packet"
13875msgstr ""
13876
13877#: config/tc-tic6x.c:3260
13878msgid "label not at start of execute packet"
13879msgstr ""
13880
13881#: config/tc-tic6x.c:3263
13882#, c-format
13883msgid "'%.*s' instruction not at start of execute packet"
13884msgstr ""
13885
13886#: config/tc-tic6x.c:3311
13887msgid "functional unit already used in this execute packet"
13888msgstr ""
13889
13890#: config/tc-tic6x.c:3319
13891msgid "nested software pipelined loop"
13892msgstr ""
13893
13894#: config/tc-tic6x.c:3338
13895msgid "'||^' without previous SPMASK"
13896msgstr ""
13897
13898#: config/tc-tic6x.c:3340
13899msgid "cannot mask instruction using no functional unit"
13900msgstr ""
13901
13902#: config/tc-tic6x.c:3352
13903msgid "functional unit already masked"
13904msgstr ""
13905
13906#: config/tc-tic6x.c:3416
13907msgid "value too large for 2-byte field"
13908msgstr ""
13909
13910#: config/tc-tic6x.c:3426
13911msgid "value too large for 1-byte field"
13912msgstr ""
13913
13914#: config/tc-tic6x.c:3464 config/tc-tic6x.c:3516 config/tc-tic6x.c:3543
13915#: config/tc-tic6x.c:3571
13916msgid "immediate offset out of range"
13917msgstr ""
13918
13919#: config/tc-tic6x.c:3540
13920msgid "immediate offset not 2-byte-aligned"
13921msgstr ""
13922
13923#: config/tc-tic6x.c:3568
13924msgid "immediate offset not 4-byte-aligned"
13925msgstr ""
13926
13927#: config/tc-tic6x.c:3582
13928msgid "addend used with $DSBT_INDEX"
13929msgstr ""
13930
13931#: config/tc-tic6x.c:3596 config/tc-tic6x.c:3614 config/tc-tic6x.c:3632
13932#: config/tc-tic6x.c:3650
13933msgid "PC-relative offset not 4-byte-aligned"
13934msgstr ""
13935
13936#: config/tc-tic6x.c:3599 config/tc-tic6x.c:3617 config/tc-tic6x.c:3635
13937#: config/tc-tic6x.c:3653
13938msgid "PC-relative offset out of range"
13939msgstr ""
13940
13941#: config/tc-v850.c:286
13942#, c-format
13943msgid ".COMMon length (%d.) < 0! Ignored."
13944msgstr ""
13945
13946#: config/tc-v850.c:307
13947#, c-format
13948msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
13949msgstr ""
13950
13951#: config/tc-v850.c:333
13952msgid "Common alignment negative; 0 assumed"
13953msgstr ""
13954
13955#: config/tc-v850.c:536
13956msgid ".longcall pseudo-op seen when not relaxing"
13957msgstr ""
13958
13959#: config/tc-v850.c:538
13960msgid ".longjump pseudo-op seen when not relaxing"
13961msgstr ""
13962
13963#: config/tc-v850.c:545
13964msgid "bad .longcall format"
13965msgstr ""
13966
13967#: config/tc-v850.c:1182
13968#, c-format
13969msgid "unknown operand shift: %x\n"
13970msgstr ""
13971
13972#: config/tc-v850.c:1183
13973msgid "internal failure in parse_register_list"
13974msgstr ""
13975
13976#: config/tc-v850.c:1199
13977msgid "constant expression or register list expected"
13978msgstr ""
13979
13980#: config/tc-v850.c:1204
13981msgid "high bits set in register list expression"
13982msgstr ""
13983
13984#: config/tc-v850.c:1242 config/tc-v850.c:1299
13985msgid "illegal register included in list"
13986msgstr ""
13987
13988#: config/tc-v850.c:1248
13989msgid "system registers cannot be included in list"
13990msgstr ""
13991
13992#: config/tc-v850.c:1274
13993msgid "second register should follow dash in register list"
13994msgstr ""
13995
13996#: config/tc-v850.c:1279
13997msgid "second register should greater tahn first register"
13998msgstr ""
13999
14000#: config/tc-v850.c:1327
14001#, c-format
14002msgid " V850 options:\n"
14003msgstr ""
14004
14005#: config/tc-v850.c:1328
14006#, c-format
14007msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
14008msgstr ""
14009
14010#: config/tc-v850.c:1329
14011#, c-format
14012msgid "  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
14013msgstr ""
14014
14015#: config/tc-v850.c:1330
14016#, c-format
14017msgid "  -mv850                    The code is targeted at the v850\n"
14018msgstr ""
14019
14020#: config/tc-v850.c:1331
14021#, c-format
14022msgid "  -mv850e                   The code is targeted at the v850e\n"
14023msgstr ""
14024
14025#: config/tc-v850.c:1332
14026#, c-format
14027msgid "  -mv850e1                  The code is targeted at the v850e1\n"
14028msgstr ""
14029
14030#: config/tc-v850.c:1333
14031#, c-format
14032msgid "  -mv850e2                  The code is targeted at the v850e2\n"
14033msgstr ""
14034
14035#: config/tc-v850.c:1334
14036#, c-format
14037msgid "  -mv850e2v3                The code is targeted at the v850e2v3\n"
14038msgstr ""
14039
14040#: config/tc-v850.c:1335
14041#, c-format
14042msgid "  -mrelax                   Enable relaxation\n"
14043msgstr ""
14044
14045#: config/tc-v850.c:1336
14046#, c-format
14047msgid "  --disp-size-default-22    branch displacement with unknown size is 22 bits (default)\n"
14048msgstr ""
14049
14050#: config/tc-v850.c:1337
14051#, c-format
14052msgid "  --disp-size-default-32    branch displacement with unknown size is 32 bits\n"
14053msgstr ""
14054
14055#: config/tc-v850.c:1338
14056#, c-format
14057msgid "  -mextension               enable extension opcode support\n"
14058msgstr ""
14059
14060#: config/tc-v850.c:1339
14061#, c-format
14062msgid "  -mno-bcond17\t\t  disable b<cond> disp17 instruction\n"
14063msgstr ""
14064
14065#: config/tc-v850.c:1340
14066#, c-format
14067msgid "  -mno-stld23\t\t  disable st/ld offset23 instruction\n"
14068msgstr ""
14069
14070#: config/tc-v850.c:1655
14071#, c-format
14072msgid "Unable to determine default target processor from string: %s"
14073msgstr ""
14074
14075#: config/tc-v850.c:1695
14076msgid "hi0() relocation used on an instruction which does not support it"
14077msgstr ""
14078
14079#: config/tc-v850.c:1715
14080msgid "hi() relocation used on an instruction which does not support it"
14081msgstr ""
14082
14083#: config/tc-v850.c:1738
14084msgid "lo() relocation used on an instruction which does not support it"
14085msgstr ""
14086
14087#: config/tc-v850.c:1758
14088msgid "ctoff() relocation used on an instruction which does not support it"
14089msgstr ""
14090
14091#: config/tc-v850.c:1777
14092msgid "sdaoff() relocation used on an instruction which does not support it"
14093msgstr ""
14094
14095#: config/tc-v850.c:1796
14096msgid "zdaoff() relocation used on an instruction which does not support it"
14097msgstr ""
14098
14099#: config/tc-v850.c:1828
14100msgid "tdaoff() relocation used on an instruction which does not support it"
14101msgstr ""
14102
14103#: config/tc-v850.c:1969
14104#, c-format
14105msgid "operand out of range (%d is not between %d and %d)"
14106msgstr ""
14107
14108#: config/tc-v850.c:2052
14109msgid "st/ld offset 23 instruction was disabled ."
14110msgstr ""
14111
14112#: config/tc-v850.c:2061
14113msgid "Target processor does not support this instruction."
14114msgstr ""
14115
14116#: config/tc-v850.c:2167 config/tc-v850.c:2177 config/tc-v850.c:2199
14117#: config/tc-v850.c:2213 config/tc-v850.c:2219 config/tc-v850.c:2243
14118#: config/tc-v850.c:2249 config/tc-v850.c:2256 config/tc-v850.c:2270
14119#: config/tc-v850.c:2284 config/tc-v850.c:2290 config/tc-v850.c:2604
14120msgid "immediate operand is too large"
14121msgstr ""
14122
14123#: config/tc-v850.c:2185
14124msgid "AAARG -> unhandled constant reloc"
14125msgstr ""
14126
14127#: config/tc-v850.c:2320 config/tc-v850.c:2330
14128msgid "constant too big to fit into instruction"
14129msgstr ""
14130
14131#: config/tc-v850.c:2405
14132msgid "odd number cannot be used here"
14133msgstr ""
14134
14135#: config/tc-v850.c:2450
14136msgid "invalid register name"
14137msgstr ""
14138
14139#: config/tc-v850.c:2456
14140msgid "register r0 cannot be used here"
14141msgstr ""
14142
14143#: config/tc-v850.c:2462
14144msgid "odd register cannot be used here"
14145msgstr ""
14146
14147#: config/tc-v850.c:2471
14148msgid "invalid system register name"
14149msgstr ""
14150
14151#: config/tc-v850.c:2484
14152msgid "expected EP register"
14153msgstr ""
14154
14155#: config/tc-v850.c:2501 config/tc-v850.c:2514
14156msgid "invalid condition code name"
14157msgstr ""
14158
14159#: config/tc-v850.c:2507
14160msgid "condition sa cannot be used here"
14161msgstr ""
14162
14163#: config/tc-v850.c:2552
14164msgid "syntax error: value is missing before the register name"
14165msgstr ""
14166
14167#: config/tc-v850.c:2554
14168msgid "syntax error: register not expected"
14169msgstr ""
14170
14171#: config/tc-v850.c:2568
14172msgid "syntax error: system register not expected"
14173msgstr ""
14174
14175#: config/tc-v850.c:2573 config/tc-v850.c:2578
14176msgid "syntax error: condition code not expected"
14177msgstr ""
14178
14179#: config/tc-v850.c:2588
14180msgid "immediate 0 cannot be used here"
14181msgstr ""
14182
14183#: config/tc-v850.c:2612
14184msgid "immediate operand is not match"
14185msgstr ""
14186
14187#: config/tc-v850.c:2631 config/tc-xtensa.c:11816
14188msgid "invalid operand"
14189msgstr ""
14190
14191#: config/tc-vax.c:1340
14192msgid "no '[' to match ']'"
14193msgstr ""
14194
14195#: config/tc-vax.c:1356
14196msgid "bad register in []"
14197msgstr ""
14198
14199#: config/tc-vax.c:1358
14200msgid "[PC] index banned"
14201msgstr ""
14202
14203#: config/tc-vax.c:1394
14204msgid "no '(' to match ')'"
14205msgstr ""
14206
14207#: config/tc-vax.c:1510
14208msgid "invalid branch operand"
14209msgstr ""
14210
14211#: config/tc-vax.c:1537
14212msgid "address prohibits @"
14213msgstr ""
14214
14215#: config/tc-vax.c:1539
14216msgid "address prohibits #"
14217msgstr ""
14218
14219#: config/tc-vax.c:1543
14220msgid "address prohibits -()"
14221msgstr ""
14222
14223#: config/tc-vax.c:1545
14224msgid "address prohibits ()+"
14225msgstr ""
14226
14227#: config/tc-vax.c:1548
14228msgid "address prohibits ()"
14229msgstr ""
14230
14231#: config/tc-vax.c:1550
14232msgid "address prohibits []"
14233msgstr ""
14234
14235#: config/tc-vax.c:1552
14236msgid "address prohibits register"
14237msgstr ""
14238
14239#: config/tc-vax.c:1554
14240msgid "address prohibits displacement length specifier"
14241msgstr ""
14242
14243#: config/tc-vax.c:1582
14244msgid "invalid operand of S^#"
14245msgstr ""
14246
14247#: config/tc-vax.c:1595
14248msgid "S^# needs expression"
14249msgstr ""
14250
14251#: config/tc-vax.c:1602
14252msgid "S^# may only read-access"
14253msgstr ""
14254
14255#: config/tc-vax.c:1625
14256msgid "invalid operand of -()"
14257msgstr ""
14258
14259#: config/tc-vax.c:1631
14260msgid "-(PC) unpredictable"
14261msgstr ""
14262
14263#: config/tc-vax.c:1633
14264msgid "[]index same as -()register: unpredictable"
14265msgstr ""
14266
14267#: config/tc-vax.c:1665
14268msgid "invalid operand of ()+"
14269msgstr ""
14270
14271#: config/tc-vax.c:1671
14272msgid "(PC)+ unpredictable"
14273msgstr ""
14274
14275#: config/tc-vax.c:1673
14276msgid "[]index same as ()+register: unpredictable"
14277msgstr ""
14278
14279#: config/tc-vax.c:1696
14280msgid "# conflicts length"
14281msgstr ""
14282
14283#: config/tc-vax.c:1698
14284msgid "# bars register"
14285msgstr ""
14286
14287#: config/tc-vax.c:1718
14288msgid "writing or modifying # is unpredictable"
14289msgstr ""
14290
14291#: config/tc-vax.c:1744
14292msgid "length not needed"
14293msgstr ""
14294
14295#: config/tc-vax.c:1751
14296msgid "can't []index a register, because it has no address"
14297msgstr ""
14298
14299#: config/tc-vax.c:1753
14300msgid "a register has no address"
14301msgstr ""
14302
14303#: config/tc-vax.c:1762
14304msgid "PC part of operand unpredictable"
14305msgstr ""
14306
14307#: config/tc-vax.c:1918
14308msgid "odd number of bytes in operand description"
14309msgstr ""
14310
14311#: config/tc-vax.c:1932
14312msgid "Bad operand"
14313msgstr ""
14314
14315#: config/tc-vax.c:1937
14316msgid "Not enough operands"
14317msgstr ""
14318
14319#: config/tc-vax.c:2214
14320msgid "SYMBOL TABLE not implemented"
14321msgstr ""
14322
14323#: config/tc-vax.c:2218
14324msgid "TOKEN TRACE not implemented"
14325msgstr ""
14326
14327#: config/tc-vax.c:2222
14328#, c-format
14329msgid "Displacement length %s ignored!"
14330msgstr ""
14331
14332#: config/tc-vax.c:2226
14333#, c-format
14334msgid "I don't need or use temp. file \"%s\"."
14335msgstr ""
14336
14337#: config/tc-vax.c:2230
14338msgid "I don't use an interpass file! -V ignored"
14339msgstr ""
14340
14341#: config/tc-vax.c:2287
14342#, c-format
14343msgid ""
14344"VAX options:\n"
14345"-d LENGTH\t\tignored\n"
14346"-J\t\t\tignored\n"
14347"-S\t\t\tignored\n"
14348"-t FILE\t\t\tignored\n"
14349"-T\t\t\tignored\n"
14350"-V\t\t\tignored\n"
14351msgstr ""
14352
14353#: config/tc-vax.c:2296
14354#, c-format
14355msgid ""
14356"VMS options:\n"
14357"-+\t\t\thash encode names longer than 31 characters\n"
14358"-1\t\t\t`const' handling compatible with gcc 1.x\n"
14359"-H\t\t\tshow new symbol after hash truncation\n"
14360"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
14361"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
14362"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
14363msgstr ""
14364
14365#: config/tc-vax.c:2461
14366#, c-format
14367msgid "Ignoring statement due to \"%s\""
14368msgstr ""
14369
14370#: config/tc-vax.c:2478
14371#, c-format
14372msgid "Aborting because statement has \"%s\""
14373msgstr ""
14374
14375#: config/tc-vax.c:2523
14376msgid "Can't relocate expression"
14377msgstr ""
14378
14379#: config/tc-vax.c:2626
14380msgid "Bignum not permitted in short literal. Immediate mode assumed."
14381msgstr ""
14382
14383#: config/tc-vax.c:2635
14384msgid "Can't do flonum short literal: immediate mode used."
14385msgstr ""
14386
14387#: config/tc-vax.c:2682
14388#, c-format
14389msgid "A bignum/flonum may not be a displacement: 0x%lx used"
14390msgstr ""
14391
14392#: config/tc-vax.c:2994
14393#, c-format
14394msgid "Short literal overflow(%ld.), immediate mode assumed."
14395msgstr ""
14396
14397#: config/tc-vax.c:3003
14398#, c-format
14399msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
14400msgstr ""
14401
14402#: config/tc-vax.c:3068
14403msgid "Length specification ignored. Address mode 9F used"
14404msgstr ""
14405
14406#: config/tc-vax.c:3126
14407msgid "Invalid operand:  immediate value used as base address."
14408msgstr ""
14409
14410#: config/tc-vax.c:3128
14411msgid "Invalid operand:  immediate value used as address."
14412msgstr ""
14413
14414#: config/tc-vax.c:3153
14415#, c-format
14416msgid "Symbol %s used as immediate operand in PIC mode."
14417msgstr ""
14418
14419#: config/tc-vax.c:3258
14420#, c-format
14421msgid "VIP_BEGIN error:%s"
14422msgstr ""
14423
14424#: config/tc-xc16x.c:218
14425#, c-format
14426msgid " XC16X specific command line options:\n"
14427msgstr ""
14428
14429#: config/tc-xstormy16.c:78
14430#, c-format
14431msgid " XSTORMY16 specific command line options:\n"
14432msgstr ""
14433
14434#: config/tc-xstormy16.c:225
14435#, c-format
14436msgid "unsupported fptr fixup size %d"
14437msgstr ""
14438
14439#: config/tc-xstormy16.c:237
14440#, c-format
14441msgid "unsupported fixup size %d"
14442msgstr ""
14443
14444#: config/tc-xstormy16.c:268
14445msgid "unsupported fptr fixup"
14446msgstr ""
14447
14448#: config/tc-xtensa.c:619
14449msgid "illegal range of target hardware versions"
14450msgstr ""
14451
14452#: config/tc-xtensa.c:776
14453msgid "--density option is ignored"
14454msgstr ""
14455
14456#: config/tc-xtensa.c:779
14457msgid "--no-density option is ignored"
14458msgstr ""
14459
14460#: config/tc-xtensa.c:797
14461msgid "--generics is deprecated; use --transform instead"
14462msgstr ""
14463
14464#: config/tc-xtensa.c:800
14465msgid "--no-generics is deprecated; use --no-transform instead"
14466msgstr ""
14467
14468#: config/tc-xtensa.c:803
14469msgid "--relax is deprecated; use --transform instead"
14470msgstr ""
14471
14472#: config/tc-xtensa.c:806
14473msgid "--no-relax is deprecated; use --no-transform instead"
14474msgstr ""
14475
14476#: config/tc-xtensa.c:823
14477msgid "--absolute-literals option not supported in this Xtensa configuration"
14478msgstr ""
14479
14480#: config/tc-xtensa.c:896
14481msgid "prefer-l32r conflicts with prefer-const16"
14482msgstr ""
14483
14484#: config/tc-xtensa.c:902
14485msgid "prefer-const16 conflicts with prefer-l32r"
14486msgstr ""
14487
14488#: config/tc-xtensa.c:910 config/tc-xtensa.c:919 config/tc-xtensa.c:923
14489msgid "invalid target hardware version"
14490msgstr ""
14491
14492#: config/tc-xtensa.c:1107
14493msgid "unmatched end directive"
14494msgstr ""
14495
14496#: config/tc-xtensa.c:1136
14497msgid ".begin directive with no matching .end directive"
14498msgstr ""
14499
14500#: config/tc-xtensa.c:1177
14501msgid "[no-]generics is deprecated; use [no-]transform instead"
14502msgstr ""
14503
14504#: config/tc-xtensa.c:1182
14505msgid "[no-]relax is deprecated; use [no-]transform instead"
14506msgstr ""
14507
14508#: config/tc-xtensa.c:1195
14509#, c-format
14510msgid "directive %s cannot be negated"
14511msgstr ""
14512
14513#: config/tc-xtensa.c:1201
14514msgid "unknown directive"
14515msgstr ""
14516
14517#: config/tc-xtensa.c:1222 config/tc-xtensa.c:1318 config/tc-xtensa.c:1563
14518#: config/tc-xtensa.c:5774
14519msgid "directives are not valid inside bundles"
14520msgstr ""
14521
14522#: config/tc-xtensa.c:1234
14523msgid ".begin literal is deprecated; use .literal instead"
14524msgstr ""
14525
14526#: config/tc-xtensa.c:1248
14527msgid "cannot set literal_prefix inside literal fragment"
14528msgstr ""
14529
14530#: config/tc-xtensa.c:1281
14531msgid ".begin [no-]density is ignored"
14532msgstr ""
14533
14534#: config/tc-xtensa.c:1288 config/tc-xtensa.c:1338
14535msgid "Xtensa absolute literals option not supported; ignored"
14536msgstr ""
14537
14538#: config/tc-xtensa.c:1331
14539msgid ".end [no-]density is ignored"
14540msgstr ""
14541
14542#: config/tc-xtensa.c:1356
14543#, c-format
14544msgid "does not match begin %s%s at %s:%d"
14545msgstr ""
14546
14547#: config/tc-xtensa.c:1411
14548msgid ".literal_position inside literal directive; ignoring"
14549msgstr ""
14550
14551#: config/tc-xtensa.c:1431
14552msgid ".literal not allowed inside .begin literal region"
14553msgstr ""
14554
14555#: config/tc-xtensa.c:1470
14556msgid "expected comma or colon after symbol name; rest of line ignored"
14557msgstr ""
14558
14559#: config/tc-xtensa.c:1532
14560msgid "fall through frequency must be greater than 0"
14561msgstr ""
14562
14563#: config/tc-xtensa.c:1540
14564msgid "branch target frequency must be greater than 0"
14565msgstr ""
14566
14567#: config/tc-xtensa.c:1588
14568#, c-format
14569msgid "opcode-specific %s relocation used outside an instruction"
14570msgstr ""
14571
14572#: config/tc-xtensa.c:1596
14573#, c-format
14574msgid "invalid use of %s relocation"
14575msgstr ""
14576
14577#: config/tc-xtensa.c:1792 config/tc-xtensa.c:1809
14578#, c-format
14579msgid "bad register name: %s"
14580msgstr ""
14581
14582#: config/tc-xtensa.c:1798
14583#, c-format
14584msgid "bad register number: %s"
14585msgstr ""
14586
14587#: config/tc-xtensa.c:1862
14588msgid "pcrel relocation not allowed in an instruction"
14589msgstr ""
14590
14591#: config/tc-xtensa.c:1879
14592msgid "register number out of range"
14593msgstr ""
14594
14595#: config/tc-xtensa.c:1963
14596msgid "extra comma"
14597msgstr ""
14598
14599#: config/tc-xtensa.c:1965
14600msgid "extra colon"
14601msgstr ""
14602
14603#: config/tc-xtensa.c:1967
14604msgid "missing argument"
14605msgstr ""
14606
14607#: config/tc-xtensa.c:1969
14608msgid "missing comma or colon"
14609msgstr ""
14610
14611#: config/tc-xtensa.c:2026
14612msgid "incorrect register number, ignoring"
14613msgstr ""
14614
14615#: config/tc-xtensa.c:2033
14616msgid "too many arguments"
14617msgstr ""
14618
14619#: config/tc-xtensa.c:2107
14620#, c-format
14621msgid "cannot encode opcode \"%s\""
14622msgstr ""
14623
14624#: config/tc-xtensa.c:2201
14625#, c-format
14626msgid "not enough operands (%d) for '%s'; expected %d"
14627msgstr ""
14628
14629#: config/tc-xtensa.c:2208
14630#, c-format
14631msgid "too many operands (%d) for '%s'; expected %d"
14632msgstr ""
14633
14634#: config/tc-xtensa.c:2259
14635#, c-format
14636msgid "invalid register '%s' for '%s' instruction"
14637msgstr ""
14638
14639#: config/tc-xtensa.c:2266
14640#, c-format
14641msgid "invalid register number (%ld) for '%s' instruction"
14642msgstr ""
14643
14644#: config/tc-xtensa.c:2334
14645#, c-format
14646msgid "invalid register number (%ld) for '%s'"
14647msgstr ""
14648
14649#: config/tc-xtensa.c:2725
14650#, c-format
14651msgid "operand %d of '%s' has out of range value '%u'"
14652msgstr ""
14653
14654#: config/tc-xtensa.c:2731
14655#, c-format
14656msgid "operand %d of '%s' has invalid value '%u'"
14657msgstr ""
14658
14659#: config/tc-xtensa.c:2778
14660#, c-format
14661msgid "internal error: unknown option name '%s'"
14662msgstr ""
14663
14664#: config/tc-xtensa.c:3887
14665msgid "can't handle generation of literal/labels yet"
14666msgstr ""
14667
14668#: config/tc-xtensa.c:3891
14669msgid "can't handle undefined OP TYPE"
14670msgstr ""
14671
14672#: config/tc-xtensa.c:3952
14673#, c-format
14674msgid "found %d operands for '%s':  Expected %d"
14675msgstr ""
14676
14677#: config/tc-xtensa.c:3959
14678#, c-format
14679msgid "found too many (%d) operands for '%s':  Expected %d"
14680msgstr ""
14681
14682#: config/tc-xtensa.c:3980
14683msgid "immediate operands sum to greater than 32"
14684msgstr ""
14685
14686#: config/tc-xtensa.c:4111
14687msgid "invalid immediate"
14688msgstr ""
14689
14690#: config/tc-xtensa.c:4232
14691#, c-format
14692msgid "invalid relocation for operand %i of '%s'"
14693msgstr ""
14694
14695#: config/tc-xtensa.c:4242
14696#, c-format
14697msgid "invalid expression for operand %i of '%s'"
14698msgstr ""
14699
14700#: config/tc-xtensa.c:4252
14701#, c-format
14702msgid "invalid relocation in instruction slot %i"
14703msgstr ""
14704
14705#: config/tc-xtensa.c:4259
14706#, c-format
14707msgid "undefined symbol for opcode \"%s\""
14708msgstr ""
14709
14710#: config/tc-xtensa.c:4745
14711msgid "opcode 'NOP.N' unavailable in this configuration"
14712msgstr ""
14713
14714#: config/tc-xtensa.c:4805
14715msgid "get_expanded_loop_offset: invalid opcode"
14716msgstr ""
14717
14718#: config/tc-xtensa.c:4938
14719#, c-format
14720msgid "assembly state not set for first frag in section %s"
14721msgstr ""
14722
14723#: config/tc-xtensa.c:4991
14724#, c-format
14725msgid "unaligned branch target: %d bytes at 0x%lx"
14726msgstr ""
14727
14728#: config/tc-xtensa.c:5035
14729#, c-format
14730msgid "unaligned loop: %d bytes at 0x%lx"
14731msgstr ""
14732
14733#: config/tc-xtensa.c:5060
14734msgid "unexpected fix"
14735msgstr ""
14736
14737#: config/tc-xtensa.c:5071 config/tc-xtensa.c:5075
14738msgid "undecodable fix"
14739msgstr ""
14740
14741#: config/tc-xtensa.c:5213
14742msgid "labels are not valid inside bundles"
14743msgstr ""
14744
14745#: config/tc-xtensa.c:5233
14746msgid "invalid last instruction for a zero-overhead loop"
14747msgstr ""
14748
14749#: config/tc-xtensa.c:5300
14750msgid "extra opening brace"
14751msgstr ""
14752
14753#: config/tc-xtensa.c:5310
14754msgid "extra closing brace"
14755msgstr ""
14756
14757#: config/tc-xtensa.c:5337
14758msgid "missing closing brace"
14759msgstr ""
14760
14761#: config/tc-xtensa.c:5437 config/tc-xtensa.c:5466
14762#, c-format
14763msgid "wrong number of operands for '%s'"
14764msgstr ""
14765
14766#: config/tc-xtensa.c:5453
14767#, c-format
14768msgid "bad relocation expression for '%s'"
14769msgstr ""
14770
14771#: config/tc-xtensa.c:5488
14772#, c-format
14773msgid "unknown opcode or format name '%s'"
14774msgstr ""
14775
14776#: config/tc-xtensa.c:5494
14777msgid "format names only valid inside bundles"
14778msgstr ""
14779
14780#: config/tc-xtensa.c:5499
14781#, c-format
14782msgid "multiple formats specified for one bundle; using '%s'"
14783msgstr ""
14784
14785#: config/tc-xtensa.c:5549
14786msgid "entry instruction with stack decrement < 16"
14787msgstr ""
14788
14789#: config/tc-xtensa.c:5602
14790msgid "unaligned entry instruction"
14791msgstr ""
14792
14793#: config/tc-xtensa.c:5667
14794msgid "bad instruction format"
14795msgstr ""
14796
14797#: config/tc-xtensa.c:5670
14798msgid "invalid relocation"
14799msgstr ""
14800
14801#: config/tc-xtensa.c:5681
14802#, c-format
14803msgid "invalid relocation for '%s' instruction"
14804msgstr ""
14805
14806#: config/tc-xtensa.c:5693
14807#, c-format
14808msgid "invalid relocation for operand %d of '%s'"
14809msgstr ""
14810
14811#: config/tc-xtensa.c:5956
14812#, c-format
14813msgid "unhandled local relocation fix %s"
14814msgstr ""
14815
14816#: config/tc-xtensa.c:6007
14817#, c-format
14818msgid "internal error; cannot generate `%s' relocation"
14819msgstr ""
14820
14821#: config/tc-xtensa.c:6226
14822msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
14823msgstr ""
14824
14825#: config/tc-xtensa.c:6235
14826msgid "couldn't find a valid instruction format"
14827msgstr ""
14828
14829#: config/tc-xtensa.c:6236
14830#, c-format
14831msgid "    ops were: "
14832msgstr ""
14833
14834#: config/tc-xtensa.c:6238
14835#, c-format
14836msgid " %s;"
14837msgstr ""
14838
14839#: config/tc-xtensa.c:6249
14840#, c-format
14841msgid "format '%s' allows %d slots, but there are %d opcodes"
14842msgstr ""
14843
14844#: config/tc-xtensa.c:6260 config/tc-xtensa.c:6358
14845msgid "illegal resource usage in bundle"
14846msgstr ""
14847
14848#: config/tc-xtensa.c:6445
14849#, c-format
14850msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
14851msgstr ""
14852
14853#: config/tc-xtensa.c:6450
14854#, c-format
14855msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
14856msgstr ""
14857
14858#: config/tc-xtensa.c:6455
14859#, c-format
14860msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
14861msgstr ""
14862
14863#: config/tc-xtensa.c:6460
14864#, c-format
14865msgid "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
14866msgstr ""
14867
14868#: config/tc-xtensa.c:6476
14869msgid "multiple branches or jumps in the same bundle"
14870msgstr ""
14871
14872#: config/tc-xtensa.c:6928
14873msgid "cannot assemble into a literal fragment"
14874msgstr ""
14875
14876#: config/tc-xtensa.c:6930
14877msgid "..."
14878msgstr ""
14879
14880#: config/tc-xtensa.c:7565
14881msgid "instruction sequence (write a0, branch, retw) may trigger hardware errata"
14882msgstr ""
14883
14884#: config/tc-xtensa.c:7677
14885msgid "branching or jumping to a loop end may trigger hardware errata"
14886msgstr ""
14887
14888#: config/tc-xtensa.c:7759
14889msgid "loop end too close to another loop end may trigger hardware errata"
14890msgstr ""
14891
14892#: config/tc-xtensa.c:7768
14893#, c-format
14894msgid "fr_var %lu < length %d"
14895msgstr ""
14896
14897#: config/tc-xtensa.c:7925
14898msgid "loop containing less than three instructions may trigger hardware errata"
14899msgstr ""
14900
14901#: config/tc-xtensa.c:7997
14902msgid "undecodable instruction in instruction frag"
14903msgstr ""
14904
14905#: config/tc-xtensa.c:8107
14906msgid "invalid empty loop"
14907msgstr ""
14908
14909#: config/tc-xtensa.c:8112
14910msgid "loop target does not follow loop instruction in section"
14911msgstr ""
14912
14913#: config/tc-xtensa.c:8713
14914msgid "bad relaxation state"
14915msgstr ""
14916
14917#: config/tc-xtensa.c:8771
14918#, c-format
14919msgid "fr_var (%ld) < length (%d)"
14920msgstr ""
14921
14922#: config/tc-xtensa.c:9406
14923msgid "invalid relaxation fragment result"
14924msgstr ""
14925
14926#: config/tc-xtensa.c:9485
14927msgid "unable to widen instruction"
14928msgstr ""
14929
14930#: config/tc-xtensa.c:9624
14931msgid "multiple literals in expansion"
14932msgstr ""
14933
14934#: config/tc-xtensa.c:9628
14935msgid "no registered fragment for literal"
14936msgstr ""
14937
14938#: config/tc-xtensa.c:9630
14939msgid "number of literal tokens != 1"
14940msgstr ""
14941
14942#: config/tc-xtensa.c:9759 config/tc-xtensa.c:9765
14943#, c-format
14944msgid "unresolved loop target symbol: %s"
14945msgstr ""
14946
14947#: config/tc-xtensa.c:9871
14948#, c-format
14949msgid "invalid expression evaluation type %d"
14950msgstr ""
14951
14952#: config/tc-xtensa.c:9888
14953msgid "loop too long for LOOP instruction"
14954msgstr ""
14955
14956#: config/tc-xtensa.c:10157
14957#, c-format
14958msgid "fixes not all moved from %s"
14959msgstr ""
14960
14961#: config/tc-xtensa.c:10288
14962msgid "literal pool location required for text-section-literals; specify with .literal_position"
14963msgstr ""
14964
14965#: config/tc-xtensa.c:11130
14966msgid "too many operands in instruction"
14967msgstr ""
14968
14969#: config/tc-xtensa.c:11340
14970msgid "invalid symbolic operand"
14971msgstr ""
14972
14973#: config/tc-xtensa.c:11401
14974msgid "operand number mismatch"
14975msgstr ""
14976
14977#: config/tc-xtensa.c:11405
14978#, c-format
14979msgid "cannot encode opcode \"%s\" in the given format \"%s\""
14980msgstr ""
14981
14982#: config/tc-xtensa.c:11430
14983#, c-format
14984msgid "xtensa-isa failure: %s"
14985msgstr ""
14986
14987#: config/tc-xtensa.c:11507
14988msgid "invalid opcode"
14989msgstr ""
14990
14991#: config/tc-xtensa.c:11513
14992msgid "too few operands"
14993msgstr ""
14994
14995#: config/tc-xtensa.c:11563
14996msgid "multiple writes to the same register"
14997msgstr ""
14998
14999#: config/tc-xtensa.c:11677 config/tc-xtensa.c:11683
15000msgid "out of memory"
15001msgstr ""
15002
15003#: config/tc-xtensa.c:11772
15004msgid "TLS relocation not allowed in FLIX bundle"
15005msgstr ""
15006
15007#. Instructions that generate TLS relocations should always be
15008#. relaxed in the front-end.  If "record_fixup" is set, then this
15009#. function is being called during back-end relaxation, so flag
15010#. the unexpected behavior as an error.
15011#: config/tc-xtensa.c:11778
15012msgid "unexpected TLS relocation"
15013msgstr ""
15014
15015#: config/tc-xtensa.c:11822
15016msgid "symbolic operand not allowed"
15017msgstr ""
15018
15019#: config/tc-xtensa.c:11859
15020msgid "cannot decode instruction format"
15021msgstr ""
15022
15023#: config/tc-xtensa.c:12003
15024msgid "ignoring extra '-rename-section' delimiter ':'"
15025msgstr ""
15026
15027#: config/tc-xtensa.c:12008
15028#, c-format
15029msgid "ignoring invalid '-rename-section' specification: '%s'"
15030msgstr ""
15031
15032#: config/tc-xtensa.c:12019
15033#, c-format
15034msgid "section %s renamed multiple times"
15035msgstr ""
15036
15037#: config/tc-xtensa.c:12021
15038#, c-format
15039msgid "multiple sections remapped to output section %s"
15040msgstr ""
15041
15042#: config/tc-z80.c:244
15043msgid "-- unterminated string"
15044msgstr ""
15045
15046#: config/tc-z80.c:309
15047msgid "floating point numbers are not implemented"
15048msgstr ""
15049
15050#: config/tc-z80.c:488 config/tc-z80.c:494
15051msgid "mismatched parentheses"
15052msgstr ""
15053
15054#: config/tc-z80.c:548
15055msgid "bad offset expression syntax"
15056msgstr ""
15057
15058#: config/tc-z80.c:572
15059msgid "bad expression syntax"
15060msgstr ""
15061
15062#: config/tc-z80.c:685
15063msgid "cannot make a relative jump to an absolute location"
15064msgstr ""
15065
15066#: config/tc-z80.c:697 config/tc-z80.c:1955
15067msgid "overflow"
15068msgstr ""
15069
15070#: config/tc-z80.c:1065 config/tc-z80.c:1108 config/tc-z80.c:1152
15071#: config/tc-z80.c:1272 config/tc-z80.c:1326 config/tc-z80.c:1595
15072msgid "bad intruction syntax"
15073msgstr ""
15074
15075#: config/tc-z80.c:1198
15076msgid "condition code invalid for jr"
15077msgstr ""
15078
15079#: config/tc-z80.c:1220
15080msgid "bad instruction syntax"
15081msgstr ""
15082
15083#: config/tc-z80.c:1699
15084msgid "parentheses ignored"
15085msgstr ""
15086
15087#: config/tc-z80.c:1904 read.c:3617
15088#, c-format
15089msgid "junk at end of line, first unrecognized character is `%c'"
15090msgstr ""
15091
15092#: config/tc-z80.c:1930 config/tc-z8k.c:1461 config/tc-z8k.c:1524
15093msgid "relative jump out of range"
15094msgstr ""
15095
15096#: config/tc-z80.c:1947
15097msgid "index offset  out of range"
15098msgstr ""
15099
15100#: config/tc-z80.c:1989 config/tc-z8k.c:1532
15101#, c-format
15102msgid "md_apply_fix: unknown r_type 0x%x\n"
15103msgstr ""
15104
15105#: config/tc-z8k.c:282
15106#, c-format
15107msgid "register rr%d out of range"
15108msgstr ""
15109
15110#: config/tc-z8k.c:284
15111#, c-format
15112msgid "register rr%d does not exist"
15113msgstr ""
15114
15115#: config/tc-z8k.c:296
15116#, c-format
15117msgid "register rh%d out of range"
15118msgstr ""
15119
15120#: config/tc-z8k.c:308
15121#, c-format
15122msgid "register rl%d out of range"
15123msgstr ""
15124
15125#: config/tc-z8k.c:321
15126#, c-format
15127msgid "register rq%d out of range"
15128msgstr ""
15129
15130#: config/tc-z8k.c:323
15131#, c-format
15132msgid "register rq%d does not exist"
15133msgstr ""
15134
15135#: config/tc-z8k.c:335
15136#, c-format
15137msgid "register r%d out of range"
15138msgstr ""
15139
15140#: config/tc-z8k.c:376
15141#, c-format
15142msgid "expected %c"
15143msgstr ""
15144
15145#: config/tc-z8k.c:391
15146#, c-format
15147msgid "register is wrong size for a word %s"
15148msgstr ""
15149
15150#: config/tc-z8k.c:405
15151#, c-format
15152msgid "register is wrong size for address %s"
15153msgstr ""
15154
15155#: config/tc-z8k.c:539
15156#, c-format
15157msgid "unknown interrupt %s"
15158msgstr ""
15159
15160#. No interrupt type specified, opcode won't do anything.
15161#: config/tc-z8k.c:562
15162msgid "opcode has no effect"
15163msgstr ""
15164
15165#: config/tc-z8k.c:673
15166msgid "Missing ) in ra(rb)"
15167msgstr ""
15168
15169#: config/tc-z8k.c:753 config/tc-z8k.c:792
15170#, c-format
15171msgid "invalid condition code '%s'"
15172msgstr ""
15173
15174#: config/tc-z8k.c:765
15175#, c-format
15176msgid "invalid flag '%s'"
15177msgstr ""
15178
15179#: config/tc-z8k.c:919 config/tc-z8k.c:925
15180msgid "invalid indirect register size"
15181msgstr ""
15182
15183#: config/tc-z8k.c:942 config/tc-z8k.c:1090 config/tc-z8k.c:1095
15184msgid "invalid control register name"
15185msgstr ""
15186
15187#: config/tc-z8k.c:1079
15188msgid "immediate must be 1 or 2"
15189msgstr ""
15190
15191#: config/tc-z8k.c:1082
15192msgid "immediate 1 or 2 expected"
15193msgstr ""
15194
15195#: config/tc-z8k.c:1113
15196msgid "can't use R0 here"
15197msgstr ""
15198
15199#: config/tc-z8k.c:1271
15200msgid "Can't find opcode to match operands"
15201msgstr ""
15202
15203#: config/tc-z8k.c:1318
15204#, c-format
15205msgid "invalid architecture -z%s"
15206msgstr ""
15207
15208#: config/tc-z8k.c:1338
15209#, c-format
15210msgid ""
15211" Z8K options:\n"
15212"  -z8001                  generate segmented code\n"
15213"  -z8002                  generate unsegmented code\n"
15214"  -linkrelax              create linker relaxable code\n"
15215msgstr ""
15216
15217#: config/tc-z8k.c:1350
15218#, c-format
15219msgid "call to md_convert_frag\n"
15220msgstr ""
15221
15222#: config/tc-z8k.c:1457 config/tc-z8k.c:1497 config/tc-z8k.c:1520
15223msgid "cannot branch to odd address"
15224msgstr ""
15225
15226#: config/tc-z8k.c:1479
15227msgid "relative address out of range"
15228msgstr ""
15229
15230#: config/tc-z8k.c:1500
15231msgid "relative call out of range"
15232msgstr ""
15233
15234#: config/tc-z8k.c:1544
15235#, c-format
15236msgid "call to md_estimate_size_before_relax\n"
15237msgstr ""
15238
15239#: config/xtensa-relax.c:1556
15240#, c-format
15241msgid "invalid configuration option '%s' in transition rule '%s'"
15242msgstr ""
15243
15244#: config/xtensa-relax.c:1681
15245#, c-format
15246msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
15247msgstr ""
15248
15249#: config/xtensa-relax.c:1691
15250#, c-format
15251msgid "opcode '%s': no bound opname '%s' for precondition in %s"
15252msgstr ""
15253
15254#: config/xtensa-relax.c:1698
15255#, c-format
15256msgid "opcode '%s': precondition only contains constants in '%s'"
15257msgstr ""
15258
15259#: config/xtensa-relax.c:1745
15260msgid "expected one operand for generated literal"
15261msgstr ""
15262
15263#: config/xtensa-relax.c:1752
15264msgid "expected 0 operands for generated label"
15265msgstr ""
15266
15267#: config/xtensa-relax.c:1765
15268#, c-format
15269msgid "invalid opcode '%s' in transition rule '%s'"
15270msgstr ""
15271
15272#: config/xtensa-relax.c:1773
15273#, c-format
15274msgid "opcode '%s': replacement does not have %d ops"
15275msgstr ""
15276
15277#: config/xtensa-relax.c:1787
15278#, c-format
15279msgid "opcode '%s': cannot find literal definition"
15280msgstr ""
15281
15282#: config/xtensa-relax.c:1803 config/xtensa-relax.c:1833
15283#, c-format
15284msgid "opcode %s: unidentified operand '%s' in '%s'"
15285msgstr ""
15286
15287#: config/xtensa-relax.c:1828
15288#, c-format
15289msgid "unknown user-defined function %s"
15290msgstr ""
15291
15292#: config/xtensa-relax.c:1839
15293#, c-format
15294msgid "opcode %s: could not parse operand '%s' in '%s'"
15295msgstr ""
15296
15297#: config/xtensa-relax.c:1880
15298#, c-format
15299msgid "could not parse INSN_PATTERN '%s'"
15300msgstr ""
15301
15302#: config/xtensa-relax.c:1884
15303#, c-format
15304msgid "could not parse INSN_REPL '%s'"
15305msgstr ""
15306
15307#: config/xtensa-relax.c:1895
15308#, c-format
15309msgid "could not build transition for %s => %s"
15310msgstr ""
15311
15312#: depend.c:194
15313#, c-format
15314msgid "can't open `%s' for writing"
15315msgstr ""
15316
15317#: depend.c:206
15318#, c-format
15319msgid "can't close `%s'"
15320msgstr ""
15321
15322#: dw2gencfi.c:329
15323#, c-format
15324msgid "register save offset not a multiple of %u"
15325msgstr ""
15326
15327#: dw2gencfi.c:412
15328msgid "CFI state restore without previous remember"
15329msgstr ""
15330
15331#: dw2gencfi.c:469
15332msgid "missing separator"
15333msgstr ""
15334
15335#: dw2gencfi.c:519
15336msgid "bad register expression"
15337msgstr ""
15338
15339#: dw2gencfi.c:540 dw2gencfi.c:663 dw2gencfi.c:701 dw2gencfi.c:771
15340#: dw2gencfi.c:843
15341msgid "CFI instruction used without previous .cfi_startproc"
15342msgstr ""
15343
15344#: dw2gencfi.c:725
15345msgid "invalid or unsupported encoding in .cfi_personality"
15346msgstr ""
15347
15348#: dw2gencfi.c:732
15349msgid ".cfi_personality requires encoding and symbol arguments"
15350msgstr ""
15351
15352#: dw2gencfi.c:755
15353msgid "wrong second argument to .cfi_personality"
15354msgstr ""
15355
15356#: dw2gencfi.c:795 dw2gencfi.c:871
15357msgid "invalid or unsupported encoding in .cfi_lsda"
15358msgstr ""
15359
15360#: dw2gencfi.c:802
15361msgid ".cfi_lsda requires encoding and symbol arguments"
15362msgstr ""
15363
15364#: dw2gencfi.c:827
15365msgid "wrong second argument to .cfi_lsda"
15366msgstr ""
15367
15368#: dw2gencfi.c:892
15369msgid "wrong third argument to .cfi_val_encoded_addr"
15370msgstr ""
15371
15372#: dw2gencfi.c:957
15373msgid "previous CFI entry not closed (missing .cfi_endproc)"
15374msgstr ""
15375
15376#: dw2gencfi.c:992
15377msgid ".cfi_endproc without corresponding .cfi_startproc"
15378msgstr ""
15379
15380#: dw2gencfi.c:1709 dw2gencfi.c:1746
15381msgid "open CFI at the end of file; missing .cfi_endproc directive"
15382msgstr ""
15383
15384#: dwarf2dbg.c:548 dwarf2dbg.c:583
15385msgid "file number less than one"
15386msgstr ""
15387
15388#: dwarf2dbg.c:558
15389#, c-format
15390msgid "file number %ld already allocated"
15391msgstr ""
15392
15393#: dwarf2dbg.c:588 dwarf2dbg.c:1341
15394#, c-format
15395msgid "unassigned file number %ld"
15396msgstr ""
15397
15398#: dwarf2dbg.c:657
15399msgid "is_stmt value not 0 or 1"
15400msgstr ""
15401
15402#: dwarf2dbg.c:669
15403msgid "isa number less than zero"
15404msgstr ""
15405
15406#: dwarf2dbg.c:681
15407msgid "discriminator less than zero"
15408msgstr ""
15409
15410#: dwarf2dbg.c:687
15411#, c-format
15412msgid "unknown .loc sub-directive `%s'"
15413msgstr ""
15414
15415#: dwarf2dbg.c:1404
15416msgid "internal error: unknown dwarf2 format"
15417msgstr ""
15418
15419#: ecoff.c:1562
15420#, c-format
15421msgid "string too big (%lu bytes)"
15422msgstr ""
15423
15424#: ecoff.c:1588
15425#, c-format
15426msgid "inserting \"%s\" into string hash table: %s"
15427msgstr ""
15428
15429#: ecoff.c:1619 ecoff.c:1812 ecoff.c:1835 ecoff.c:1866 ecoff.c:2019
15430#: ecoff.c:2130
15431msgid "no current file pointer"
15432msgstr ""
15433
15434#: ecoff.c:1706
15435msgid "too many st_End's"
15436msgstr ""
15437
15438#: ecoff.c:2044
15439#, c-format
15440msgid "inserting \"%s\" into tag hash table: %s"
15441msgstr ""
15442
15443#: ecoff.c:2205
15444msgid "fake .file after real one"
15445msgstr ""
15446
15447#: ecoff.c:2295
15448msgid "filename goes over one page boundary"
15449msgstr ""
15450
15451#: ecoff.c:2428
15452msgid ".begin directive without a preceding .file directive"
15453msgstr ""
15454
15455#: ecoff.c:2435
15456msgid ".begin directive without a preceding .ent directive"
15457msgstr ""
15458
15459#: ecoff.c:2466
15460msgid ".bend directive without a preceding .file directive"
15461msgstr ""
15462
15463#: ecoff.c:2473
15464msgid ".bend directive without a preceding .ent directive"
15465msgstr ""
15466
15467#: ecoff.c:2486
15468msgid ".bend directive names unknown symbol"
15469msgstr ""
15470
15471#: ecoff.c:2529
15472msgid ".def pseudo-op used inside of .def/.endef; ignored"
15473msgstr ""
15474
15475#: ecoff.c:2531
15476msgid "empty symbol name in .def; ignored"
15477msgstr ""
15478
15479#: ecoff.c:2568
15480msgid ".dim pseudo-op used outside of .def/.endef; ignored"
15481msgstr ""
15482
15483#: ecoff.c:2583
15484msgid "badly formed .dim directive"
15485msgstr ""
15486
15487#: ecoff.c:2596
15488msgid "too many .dim entries"
15489msgstr ""
15490
15491#: ecoff.c:2616
15492msgid ".scl pseudo-op used outside of .def/.endef; ignored"
15493msgstr ""
15494
15495#: ecoff.c:2641
15496msgid ".size pseudo-op used outside of .def/.endef; ignored"
15497msgstr ""
15498
15499#: ecoff.c:2656
15500msgid "badly formed .size directive"
15501msgstr ""
15502
15503#: ecoff.c:2669
15504msgid "too many .size entries"
15505msgstr ""
15506
15507#: ecoff.c:2691
15508msgid ".type pseudo-op used outside of .def/.endef; ignored"
15509msgstr ""
15510
15511#. FIXME: We could handle this by setting the continued bit.
15512#. There would still be a limit: the .type argument can not
15513#. be infinite.
15514#: ecoff.c:2709
15515#, c-format
15516msgid "the type of %s is too complex; it will be simplified"
15517msgstr ""
15518
15519#: ecoff.c:2720
15520msgid "Unrecognized .type argument"
15521msgstr ""
15522
15523#: ecoff.c:2758
15524msgid ".tag pseudo-op used outside of .def/.endef; ignored"
15525msgstr ""
15526
15527#: ecoff.c:2783
15528msgid ".val pseudo-op used outside of .def/.endef; ignored"
15529msgstr ""
15530
15531#: ecoff.c:2791
15532msgid ".val expression is too complex"
15533msgstr ""
15534
15535#: ecoff.c:2821
15536msgid ".endef pseudo-op used before .def; ignored"
15537msgstr ""
15538
15539#: ecoff.c:2847 ecoff.c:2928
15540msgid "bad COFF debugging information"
15541msgstr ""
15542
15543#: ecoff.c:2896
15544#, c-format
15545msgid "no tag specified for %s"
15546msgstr ""
15547
15548#: ecoff.c:2998
15549msgid ".end directive without a preceding .file directive"
15550msgstr ""
15551
15552#: ecoff.c:3005
15553msgid ".end directive without a preceding .ent directive"
15554msgstr ""
15555
15556#: ecoff.c:3027
15557msgid ".end directive names unknown symbol"
15558msgstr ""
15559
15560#: ecoff.c:3054
15561msgid "second .ent directive found before .end directive"
15562msgstr ""
15563
15564#: ecoff.c:3126
15565msgid "no way to handle .file within .ent/.end section"
15566msgstr ""
15567
15568#: ecoff.c:3243
15569msgid ".loc before .file"
15570msgstr ""
15571
15572#: ecoff.c:3446
15573#, c-format
15574msgid ".stab%c is not supported"
15575msgstr ""
15576
15577#: ecoff.c:3456
15578#, c-format
15579msgid ".stab%c: ignoring non-zero other field"
15580msgstr ""
15581
15582#: ecoff.c:3490
15583#, c-format
15584msgid "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
15585msgstr ""
15586
15587#: ecoff.c:3526
15588#, c-format
15589msgid "illegal .stab%c directive, bad character"
15590msgstr ""
15591
15592#: ecoff.c:3985 ecoff.c:4174 ecoff.c:4199
15593msgid ".begin/.bend in different segments"
15594msgstr ""
15595
15596#: ecoff.c:4695
15597msgid "missing .end or .bend at end of file"
15598msgstr ""
15599
15600#: ecoff.c:5180
15601msgid "GP prologue size exceeds field size, using 0 instead"
15602msgstr ""
15603
15604#: expr.c:87 read.c:3682
15605msgid "bignum invalid"
15606msgstr ""
15607
15608#: expr.c:89 read.c:3684 read.c:4161 read.c:5045
15609msgid "floating point number invalid"
15610msgstr ""
15611
15612#: expr.c:210
15613msgid "bad floating-point constant: exponent overflow"
15614msgstr ""
15615
15616#: expr.c:214
15617#, c-format
15618msgid "bad floating-point constant: unknown error code=%d"
15619msgstr ""
15620
15621#: expr.c:393
15622msgid "a bignum with underscores may not have more than 8 hex digits in any word"
15623msgstr ""
15624
15625#: expr.c:416
15626msgid "a bignum with underscores must have exactly 4 words"
15627msgstr ""
15628
15629#. Either not seen or not defined.
15630#. @@ Should print out the original string instead of
15631#. the parsed number.
15632#: expr.c:539
15633#, c-format
15634msgid "backward ref to unknown label \"%d:\""
15635msgstr ""
15636
15637#: expr.c:657
15638msgid "character constant too large"
15639msgstr ""
15640
15641#: expr.c:903
15642#, c-format
15643msgid "expr.c(operand): bad atof_generic return val %d"
15644msgstr ""
15645
15646#: expr.c:969
15647#, c-format
15648msgid "missing '%c'"
15649msgstr ""
15650
15651#: expr.c:980 read.c:4527
15652msgid "EBCDIC constants are not supported"
15653msgstr ""
15654
15655#: expr.c:1102
15656#, c-format
15657msgid "Unary operator %c ignored because bad operand follows"
15658msgstr ""
15659
15660#: expr.c:1148 expr.c:1173
15661msgid "syntax error in .startof. or .sizeof."
15662msgstr ""
15663
15664#: expr.c:1254 expr.c:1608
15665#, c-format
15666msgid "invalid use of operator \"%s\""
15667msgstr ""
15668
15669#: expr.c:1753
15670msgid "missing operand; zero assumed"
15671msgstr ""
15672
15673#: expr.c:1792
15674msgid "left operand is a bignum; integer 0 assumed"
15675msgstr ""
15676
15677#: expr.c:1794
15678msgid "left operand is a float; integer 0 assumed"
15679msgstr ""
15680
15681#: expr.c:1803
15682msgid "right operand is a bignum; integer 0 assumed"
15683msgstr ""
15684
15685#: expr.c:1805
15686msgid "right operand is a float; integer 0 assumed"
15687msgstr ""
15688
15689#: expr.c:1873 symbols.c:1358
15690msgid "division by zero"
15691msgstr ""
15692
15693#: expr.c:1879
15694msgid "shift count"
15695msgstr ""
15696
15697#: expr.c:1993
15698msgid "operation combines symbols in different segments"
15699msgstr ""
15700
15701#: frags.c:48
15702msgid "attempt to allocate data in absolute section"
15703msgstr ""
15704
15705#: frags.c:54
15706msgid "attempt to allocate data in common section"
15707msgstr ""
15708
15709#: frags.c:112 write.c:1372
15710#, c-format
15711msgid "can't extend frag %u chars"
15712msgstr ""
15713
15714#. For error messages.
15715#. Detect if we are reading from stdin by examining the file
15716#. name returned by as_where().
15717#.
15718#. [FIXME: We rely upon the name in the strcmp below being the
15719#. same as the one used by input_scrub_new_file(), if that is
15720#. not true, then this code will fail].
15721#.
15722#. If we are reading from stdin, then we need to save each input
15723#. line here (assuming of course that we actually have a line of
15724#. input to read), so that it can be displayed in the listing
15725#. that is produced at the end of the assembly.
15726#: input-file.c:138 input-scrub.c:243 listing.c:337
15727msgid "{standard input}"
15728msgstr ""
15729
15730#: input-file.c:143
15731#, c-format
15732msgid "can't open %s for reading: %s"
15733msgstr ""
15734
15735#: input-file.c:152 input-file.c:215 input-file.c:241
15736#, c-format
15737msgid "can't read from %s: %s"
15738msgstr ""
15739
15740#: input-file.c:249 listing.c:1396 output-file.c:69
15741#, c-format
15742msgid "can't close %s: %s"
15743msgstr ""
15744
15745#: input-scrub.c:268
15746msgid "macros nested too deeply"
15747msgstr ""
15748
15749#: input-scrub.c:377 input-scrub.c:401
15750msgid "partial line at end of file ignored"
15751msgstr ""
15752
15753#: itbl-ops.c:332
15754#, c-format
15755msgid "Unable to allocate memory for new instructions\n"
15756msgstr ""
15757
15758#: listing.c:243
15759msgid "Warning:"
15760msgstr ""
15761
15762#: listing.c:249
15763msgid "Error:"
15764msgstr ""
15765
15766#: listing.c:1282
15767#, c-format
15768msgid ""
15769"\n"
15770" time stamp    \t: %s\n"
15771"\n"
15772msgstr ""
15773
15774#: listing.c:1292
15775#, c-format
15776msgid "%s "
15777msgstr ""
15778
15779#: listing.c:1297
15780#, c-format
15781msgid ""
15782"\n"
15783"\t%s "
15784msgstr ""
15785
15786#: listing.c:1307
15787msgid ""
15788"\n"
15789" options passed\t: "
15790msgstr ""
15791
15792#: listing.c:1346
15793#, c-format
15794msgid ""
15795" GNU assembler version %s (%s)\n"
15796"\t using BFD version %s."
15797msgstr ""
15798
15799#: listing.c:1349
15800#, c-format
15801msgid ""
15802"\n"
15803" input file    \t: %s"
15804msgstr ""
15805
15806#: listing.c:1350
15807#, c-format
15808msgid ""
15809"\n"
15810" output file   \t: %s"
15811msgstr ""
15812
15813#: listing.c:1351
15814#, c-format
15815msgid ""
15816"\n"
15817" target        \t: %s"
15818msgstr ""
15819
15820#: listing.c:1375
15821#, c-format
15822msgid "can't open %s: %s"
15823msgstr ""
15824
15825#: listing.c:1460
15826msgid "strange paper height, set to no form"
15827msgstr ""
15828
15829#: listing.c:1524
15830msgid "new line in title"
15831msgstr ""
15832
15833#. Turns the next expression into a string.
15834#: macro.c:362
15835#, no-c-format
15836msgid "% operator needs absolute expression"
15837msgstr ""
15838
15839#: macro.c:512
15840#, c-format
15841msgid "Missing parameter qualifier for `%s' in macro `%s'"
15842msgstr ""
15843
15844#: macro.c:522
15845#, c-format
15846msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
15847msgstr ""
15848
15849#: macro.c:539
15850#, c-format
15851msgid "Pointless default value for required parameter `%s' in macro `%s'"
15852msgstr ""
15853
15854#: macro.c:551
15855#, c-format
15856msgid "A parameter named `%s' already exists for macro `%s'"
15857msgstr ""
15858
15859#: macro.c:588
15860#, c-format
15861msgid "Reserved word `%s' used as parameter in macro `%s'"
15862msgstr ""
15863
15864#: macro.c:646
15865#, c-format
15866msgid "unexpected end of file in macro `%s' definition"
15867msgstr ""
15868
15869#: macro.c:658
15870#, c-format
15871msgid "missing `)' after formals in macro definition `%s'"
15872msgstr ""
15873
15874#: macro.c:673
15875msgid "Missing macro name"
15876msgstr ""
15877
15878#: macro.c:682
15879#, c-format
15880msgid "Bad parameter list for macro `%s'"
15881msgstr ""
15882
15883#: macro.c:688
15884#, c-format
15885msgid "Macro `%s' was already defined"
15886msgstr ""
15887
15888#: macro.c:812 macro.c:814
15889msgid "missing `)'"
15890msgstr ""
15891
15892#: macro.c:911
15893#, c-format
15894msgid "`%s' was already used as parameter (or another local) name"
15895msgstr ""
15896
15897#: macro.c:1069
15898msgid "confusion in formal parameters"
15899msgstr ""
15900
15901#: macro.c:1077
15902#, c-format
15903msgid "Parameter named `%s' does not exist for macro `%s'"
15904msgstr ""
15905
15906#: macro.c:1088
15907#, c-format
15908msgid "Value for parameter `%s' of macro `%s' was already specified"
15909msgstr ""
15910
15911#: macro.c:1102
15912msgid "can't mix positional and keyword arguments"
15913msgstr ""
15914
15915#: macro.c:1113
15916msgid "too many positional arguments"
15917msgstr ""
15918
15919#: macro.c:1161
15920#, c-format
15921msgid "Missing value for required parameter `%s' of macro `%s'"
15922msgstr ""
15923
15924#: macro.c:1280
15925#, c-format
15926msgid "Attempt to purge non-existant macro `%s'"
15927msgstr ""
15928
15929#: macro.c:1299
15930msgid "unexpected end of file in irp or irpc"
15931msgstr ""
15932
15933#: macro.c:1307
15934msgid "missing model parameter"
15935msgstr ""
15936
15937#: messages.c:82
15938#, c-format
15939msgid "Assembler messages:\n"
15940msgstr ""
15941
15942#: messages.c:150
15943#, c-format
15944msgid "Warning: "
15945msgstr ""
15946
15947#: messages.c:211
15948#, c-format
15949msgid "Error: "
15950msgstr ""
15951
15952#: messages.c:267
15953#, c-format
15954msgid "Fatal error: "
15955msgstr ""
15956
15957#: messages.c:285
15958#, c-format
15959msgid "Internal error!\n"
15960msgstr ""
15961
15962#: messages.c:287
15963#, c-format
15964msgid "Assertion failure in %s at %s line %d.\n"
15965msgstr ""
15966
15967#: messages.c:290
15968#, c-format
15969msgid "Assertion failure at %s line %d.\n"
15970msgstr ""
15971
15972#: messages.c:291 messages.c:308
15973#, c-format
15974msgid "Please report this bug.\n"
15975msgstr ""
15976
15977#: messages.c:303
15978#, c-format
15979msgid "Internal error, aborting at %s line %d in %s\n"
15980msgstr ""
15981
15982#: messages.c:306
15983#, c-format
15984msgid "Internal error, aborting at %s line %d\n"
15985msgstr ""
15986
15987#: messages.c:355
15988#, c-format
15989msgid "%s out of domain (%d is not a multiple of %d)"
15990msgstr ""
15991
15992#: messages.c:373
15993#, c-format
15994msgid "%s out of range (%d is not between %d and %d)"
15995msgstr ""
15996
15997#. xgettext:c-format.
15998#: messages.c:396
15999#, c-format
16000msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
16001msgstr ""
16002
16003#: output-file.c:35
16004#, c-format
16005msgid "can't open a bfd on stdout %s"
16006msgstr ""
16007
16008#: output-file.c:42
16009#, c-format
16010msgid "selected target format '%s' unknown"
16011msgstr ""
16012
16013#: output-file.c:44
16014#, c-format
16015msgid "can't create %s: %s"
16016msgstr ""
16017
16018#: read.c:463
16019msgid "bad or irreducible absolute expression"
16020msgstr ""
16021
16022#: read.c:489
16023#, c-format
16024msgid "error constructing %s pseudo-op table: %s"
16025msgstr ""
16026
16027#: read.c:902
16028#, c-format
16029msgid "unknown pseudo-op: `%s'"
16030msgstr ""
16031
16032#: read.c:989
16033#, c-format
16034msgid "label \"%d$\" redefined"
16035msgstr ""
16036
16037#: read.c:1224
16038msgid ".abort detected.  Abandoning ship."
16039msgstr ""
16040
16041#: read.c:1242 read.c:2661
16042msgid "ignoring fill value in absolute section"
16043msgstr ""
16044
16045#: read.c:1333
16046#, c-format
16047msgid "alignment too large: %u assumed"
16048msgstr ""
16049
16050#: read.c:1365
16051msgid "expected fill pattern missing"
16052msgstr ""
16053
16054#: read.c:1474
16055#, c-format
16056msgid "size (%ld) out of range, ignored"
16057msgstr ""
16058
16059#: read.c:1503
16060#, c-format
16061msgid "size of \"%s\" is already %ld; not changing to %ld"
16062msgstr ""
16063
16064#. Some of the back ends can't deal with non-positive line numbers.
16065#. Besides, it's silly.  GCC however will generate a line number of
16066#. zero when it is pre-processing builtins for assembler-with-cpp files:
16067#.
16068#. # 0 "<built-in>"
16069#.
16070#. We do not want to barf on this, especially since such files are used
16071#. in the GCC and GDB testsuites.  So we check for negative line numbers
16072#. rather than non-positive line numbers.
16073#: read.c:1755
16074#, c-format
16075msgid "line numbers must be positive; line number %d rejected"
16076msgstr ""
16077
16078#: read.c:1792
16079#, c-format
16080msgid "incompatible flag %i in line directive"
16081msgstr ""
16082
16083#: read.c:1804
16084#, c-format
16085msgid "unsupported flag %i in line directive"
16086msgstr ""
16087
16088#: read.c:1843
16089msgid "start address not supported"
16090msgstr ""
16091
16092#: read.c:1852
16093msgid ".err encountered"
16094msgstr ""
16095
16096#: read.c:1868
16097msgid ".error directive invoked in source file"
16098msgstr ""
16099
16100#: read.c:1869
16101msgid ".warning directive invoked in source file"
16102msgstr ""
16103
16104#: read.c:1875
16105#, c-format
16106msgid "%s argument must be a string"
16107msgstr ""
16108
16109#: read.c:1907 read.c:1909
16110#, c-format
16111msgid ".fail %ld encountered"
16112msgstr ""
16113
16114#: read.c:1949
16115#, c-format
16116msgid ".fill size clamped to %d"
16117msgstr ""
16118
16119#: read.c:1954
16120msgid "size negative; .fill ignored"
16121msgstr ""
16122
16123#: read.c:1960
16124msgid "repeat < 0; .fill ignored"
16125msgstr ""
16126
16127#: read.c:2116
16128#, c-format
16129msgid "Attribute name not recognised: %s"
16130msgstr ""
16131
16132#: read.c:2131
16133msgid "expected numeric constant"
16134msgstr ""
16135
16136#: read.c:2172
16137msgid "bad string constant"
16138msgstr ""
16139
16140#: read.c:2176
16141msgid "expected <tag> , <value>"
16142msgstr ""
16143
16144#: read.c:2251
16145#, c-format
16146msgid "unrecognized .linkonce type `%s'"
16147msgstr ""
16148
16149#: read.c:2263
16150msgid ".linkonce is not supported for this object file format"
16151msgstr ""
16152
16153#: read.c:2285
16154#, c-format
16155msgid "bfd_set_section_flags: %s"
16156msgstr ""
16157
16158#: read.c:2358
16159msgid "expected alignment after size"
16160msgstr ""
16161
16162#: read.c:2585
16163#, c-format
16164msgid "attempt to redefine pseudo-op `%s' ignored"
16165msgstr ""
16166
16167#: read.c:2604
16168msgid "ignoring macro exit outside a macro definition."
16169msgstr ""
16170
16171#: read.c:2656
16172#, c-format
16173msgid "invalid segment \"%s\""
16174msgstr ""
16175
16176#: read.c:2664
16177msgid "only constant offsets supported in absolute section"
16178msgstr ""
16179
16180#: read.c:2703
16181msgid "MRI style ORG pseudo-op not supported"
16182msgstr ""
16183
16184#: read.c:2856
16185#, c-format
16186msgid "unrecognized section type `%s'"
16187msgstr ""
16188
16189#: read.c:2870
16190msgid "absolute sections are not supported"
16191msgstr ""
16192
16193#: read.c:2885
16194#, c-format
16195msgid "unrecognized section command `%s'"
16196msgstr ""
16197
16198#: read.c:2949
16199#, c-format
16200msgid ".end%c encountered without preceeding %s"
16201msgstr ""
16202
16203#: read.c:2979 read.c:3009
16204#, c-format
16205msgid "%s without %s"
16206msgstr ""
16207
16208#: read.c:3258
16209msgid "unsupported variable size or fill value"
16210msgstr ""
16211
16212#: read.c:3286
16213msgid ".space repeat count is zero, ignored"
16214msgstr ""
16215
16216#: read.c:3288
16217msgid ".space repeat count is negative, ignored"
16218msgstr ""
16219
16220#: read.c:3317
16221msgid "space allocation too complex in absolute section"
16222msgstr ""
16223
16224#: read.c:3323
16225msgid "space allocation too complex in common section"
16226msgstr ""
16227
16228#: read.c:3414 read.c:4773
16229#, c-format
16230msgid "bad floating literal: %s"
16231msgstr ""
16232
16233#: read.c:3574
16234#, c-format
16235msgid "%s: would close weakref loop: %s"
16236msgstr ""
16237
16238#: read.c:3620
16239#, c-format
16240msgid "junk at end of line, first unrecognized character valued 0x%x"
16241msgstr ""
16242
16243#: read.c:3748
16244#, c-format
16245msgid "`%s' can't be equated to common symbol '%s'"
16246msgstr ""
16247
16248#: read.c:3873
16249msgid "unexpected `\"' in expression"
16250msgstr ""
16251
16252#: read.c:3885
16253msgid "rva without symbol"
16254msgstr ""
16255
16256#: read.c:3942
16257msgid "missing or bad offset expression"
16258msgstr ""
16259
16260#: read.c:3963
16261msgid "missing reloc type"
16262msgstr ""
16263
16264#: read.c:3975
16265msgid "unrecognized reloc type"
16266msgstr ""
16267
16268#: read.c:3991
16269msgid "bad reloc expression"
16270msgstr ""
16271
16272#: read.c:4117
16273msgid "attempt to store value in absolute section"
16274msgstr ""
16275
16276#: read.c:4155 read.c:5039
16277msgid "zero assumed for missing expression"
16278msgstr ""
16279
16280#: read.c:4167 read.c:5051 write.c:266 write.c:983
16281msgid "register value used as expression"
16282msgstr ""
16283
16284#: read.c:4247
16285#, c-format
16286msgid "value 0x%llx truncated to 0x%llx"
16287msgstr ""
16288
16289#: read.c:4250
16290msgid "value 0x%I64x truncated to 0x%I64x"
16291msgstr ""
16292
16293#: read.c:4254
16294#, c-format
16295msgid "value 0x%lx truncated to 0x%lx"
16296msgstr ""
16297
16298#: read.c:4281
16299#, c-format
16300msgid "bignum truncated to %d bytes"
16301msgstr ""
16302
16303#: read.c:4600 read.c:4795
16304msgid "unresolvable or nonpositive repeat count; using 1"
16305msgstr ""
16306
16307#: read.c:4649
16308#, c-format
16309msgid "unknown floating type type '%c'"
16310msgstr ""
16311
16312#: read.c:4671
16313msgid "floating point constant too large"
16314msgstr ""
16315
16316#: read.c:5207
16317msgid "strings must be placed into a section"
16318msgstr ""
16319
16320#: read.c:5255
16321msgid "expected <nn>"
16322msgstr ""
16323
16324#. To be compatible with BSD 4.2 as: give the luser a linefeed!!
16325#: read.c:5288 read.c:5374
16326msgid "unterminated string; newline inserted"
16327msgstr ""
16328
16329#: read.c:5382
16330msgid "bad escaped character in string"
16331msgstr ""
16332
16333#: read.c:5407
16334msgid "expected address expression"
16335msgstr ""
16336
16337#: read.c:5426
16338#, c-format
16339msgid "symbol \"%s\" undefined; zero assumed"
16340msgstr ""
16341
16342#: read.c:5429
16343msgid "some symbol undefined; zero assumed"
16344msgstr ""
16345
16346#: read.c:5465
16347msgid "this string may not contain '\\0'"
16348msgstr ""
16349
16350#: read.c:5501
16351msgid "missing string"
16352msgstr ""
16353
16354#: read.c:5592
16355#, c-format
16356msgid ".incbin count zero, ignoring `%s'"
16357msgstr ""
16358
16359#: read.c:5618
16360#, c-format
16361msgid "file not found: %s"
16362msgstr ""
16363
16364#: read.c:5632
16365#, c-format
16366msgid "seek to end of .incbin file failed `%s'"
16367msgstr ""
16368
16369#: read.c:5643
16370#, c-format
16371msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
16372msgstr ""
16373
16374#: read.c:5650
16375#, c-format
16376msgid "could not skip to %ld in file `%s'"
16377msgstr ""
16378
16379#: read.c:5659
16380#, c-format
16381msgid "truncated file `%s', %ld of %ld bytes read"
16382msgstr ""
16383
16384#: read.c:5818
16385msgid "missing .func"
16386msgstr ""
16387
16388#: read.c:5835
16389msgid ".endfunc missing for previous .func"
16390msgstr ""
16391
16392#: read.c:5972
16393#, c-format
16394msgid "missing closing `%c'"
16395msgstr ""
16396
16397#: read.c:5974
16398msgid "stray `\\'"
16399msgstr ""
16400
16401#: remap.c:52
16402#, c-format
16403msgid "invalid argument '%s' to -fdebug-prefix-map"
16404msgstr ""
16405
16406#: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
16407#, c-format
16408msgid ".stab%c: missing comma"
16409msgstr ""
16410
16411#. This could happen for example with a source file with a huge
16412#. number of lines.  The only cure is to use a different debug
16413#. format, probably DWARF.
16414#: stabs.c:242
16415#, c-format
16416msgid ".stab%c: description field '%x' too big, try a different debug format"
16417msgstr ""
16418
16419#: stabs.c:423
16420msgid "comma missing in .xstabs"
16421msgstr ""
16422
16423#: symbols.c:288
16424#, c-format
16425msgid "cannot define symbol `%s' in absolute section"
16426msgstr ""
16427
16428#: symbols.c:418
16429#, c-format
16430msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
16431msgstr ""
16432
16433#: symbols.c:496 symbols.c:503
16434#, c-format
16435msgid "inserting \"%s\" into symbol table failed: %s"
16436msgstr ""
16437
16438#: symbols.c:966 symbols.c:970
16439#, c-format
16440msgid "undefined symbol `%s' in operation"
16441msgstr ""
16442
16443#: symbols.c:977
16444#, c-format
16445msgid "invalid sections for operation on `%s' and `%s'"
16446msgstr ""
16447
16448#: symbols.c:981
16449#, c-format
16450msgid "invalid section for operation on `%s'"
16451msgstr ""
16452
16453#: symbols.c:989 symbols.c:992
16454#, c-format
16455msgid "undefined symbol `%s' in operation setting `%s'"
16456msgstr ""
16457
16458#: symbols.c:998
16459#, c-format
16460msgid "invalid sections for operation on `%s' and `%s' setting `%s'"
16461msgstr ""
16462
16463#: symbols.c:1001
16464#, c-format
16465msgid "invalid section for operation on `%s' setting `%s'"
16466msgstr ""
16467
16468#: symbols.c:1051
16469#, c-format
16470msgid "symbol definition loop encountered at `%s'"
16471msgstr ""
16472
16473#: symbols.c:1078
16474#, c-format
16475msgid "cannot convert expression symbol %s to complex relocation"
16476msgstr ""
16477
16478#: symbols.c:1360
16479#, c-format
16480msgid "division by zero when setting `%s'"
16481msgstr ""
16482
16483#: symbols.c:1441 write.c:2046
16484#, c-format
16485msgid "can't resolve value for symbol `%s'"
16486msgstr ""
16487
16488#: symbols.c:1888
16489#, c-format
16490msgid "\"%d\" (instance number %d of a %s label)"
16491msgstr ""
16492
16493#: symbols.c:1917
16494#, c-format
16495msgid "attempt to get value of unresolved symbol `%s'"
16496msgstr ""
16497
16498#: symbols.c:2192
16499msgid "section symbols are already global"
16500msgstr ""
16501
16502#: symbols.c:2305
16503#, c-format
16504msgid "Accessing function `%s' as thread-local object"
16505msgstr ""
16506
16507#: symbols.c:2309
16508#, c-format
16509msgid "Accessing `%s' as thread-local object"
16510msgstr ""
16511
16512#: write.c:169
16513#, c-format
16514msgid "field fx_size too small to hold %d"
16515msgstr ""
16516
16517#: write.c:454
16518#, c-format
16519msgid "attempt to .org/.space backwards? (%ld)"
16520msgstr ""
16521
16522#: write.c:685
16523msgid "invalid offset expression"
16524msgstr ""
16525
16526#: write.c:707
16527msgid "invalid reloc expression"
16528msgstr ""
16529
16530#: write.c:1066
16531#, c-format
16532msgid "value of %s too large for field of %d bytes at %s"
16533msgstr ""
16534
16535#: write.c:1078
16536#, c-format
16537msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
16538msgstr ""
16539
16540#: write.c:1122
16541msgid "redefined symbol cannot be used on reloc"
16542msgstr ""
16543
16544#: write.c:1135
16545msgid "relocation out of range"
16546msgstr ""
16547
16548#: write.c:1138
16549#, c-format
16550msgid "%s:%u: bad return from bfd_install_relocation: %x"
16551msgstr ""
16552
16553#: write.c:1202
16554msgid "internal error: fixup not contained within frag"
16555msgstr ""
16556
16557#: write.c:1255
16558msgid "reloc not within (fixed part of) section"
16559msgstr ""
16560
16561#: write.c:1319 write.c:1448
16562msgid "can't extend frag"
16563msgstr ""
16564
16565#: write.c:1510 write.c:1531
16566#, c-format
16567msgid "can't write %s: %s"
16568msgstr ""
16569
16570#: write.c:1561
16571msgid "cannot write to output file"
16572msgstr ""
16573
16574#: write.c:1715
16575#, c-format
16576msgid "%d error%s, %d warning%s, generating bad object file"
16577msgstr ""
16578
16579#: write.c:1722
16580#, c-format
16581msgid "%d error%s, %d warning%s, no object file generated"
16582msgstr ""
16583
16584#: write.c:1961
16585#, c-format
16586msgid "%s: global symbols not supported in common sections"
16587msgstr ""
16588
16589#: write.c:1975
16590#, c-format
16591msgid "local label `%s' is not defined"
16592msgstr ""
16593
16594#: write.c:1997
16595#, c-format
16596msgid "Local symbol `%s' can't be equated to common symbol `%s'"
16597msgstr ""
16598
16599#: write.c:2004
16600#, c-format
16601msgid "can't make global register symbol `%s'"
16602msgstr ""
16603
16604#: write.c:2297
16605#, c-format
16606msgid "alignment padding (%lu bytes) not a multiple of %ld"
16607msgstr ""
16608
16609#: write.c:2459
16610#, c-format
16611msgid ".word %s-%s+%s didn't fit"
16612msgstr ""
16613
16614#: write.c:2553
16615msgid "padding added"
16616msgstr ""
16617
16618#: write.c:2603
16619msgid "attempt to move .org backwards"
16620msgstr ""
16621
16622#: write.c:2627
16623msgid ".space specifies non-absolute value"
16624msgstr ""
16625
16626#: write.c:2642
16627msgid ".space or .fill with negative value, ignored"
16628msgstr ""
16629
16630#: write.c:2713
16631#, c-format
16632msgid "Infinite loop encountered whilst attempting to compute the addresses of symbols in section %s"
16633msgstr ""
16634