Import updated Ukranian and Swedish translations.
[deliverable/binutils-gdb.git] / gas / po / ru.po
1 # translation of gas-2.20.ru.po to Russian
2 # Copyright (C) 2010 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the binutils package.
4 #
5 # Yuri Kozlov <yuray@komyakino.ru>, 2010.
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: gas 2.20\n"
9 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
10 "POT-Creation-Date: 2009-09-07 14:09+0200\n"
11 "PO-Revision-Date: 2010-01-05 21:08+0300\n"
12 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
13 "Language-Team: Russian <gnu@mx.ru>\n"
14 "X-Bugs: Report translation errors to the Language-Team address.\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "X-Generator: KBabel 1.11.4\n"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
21 #: app.c:488 app.c:502
22 msgid "end of file in comment"
23 msgstr "конец файла в комментарии"
24
25 #: app.c:580 app.c:627
26 #, c-format
27 msgid "end of file in string; '%c' inserted"
28 msgstr "конец файла в строке; вставлен '%c'"
29
30 #: app.c:653
31 #, c-format
32 msgid "unknown escape '\\%c' in string; ignored"
33 msgstr "неизвестная экранирующая последовательность '\\%c' в строке; игнорируется"
34
35 #: app.c:816
36 msgid "end of file not at end of a line; newline inserted"
37 msgstr "конец файла не в конце строки; вставлен символ новой строки"
38
39 #: app.c:973
40 msgid "end of file in multiline comment"
41 msgstr "конец файла в многостроковом комментарии"
42
43 #: app.c:1048
44 msgid "end of file after a one-character quote; \\0 inserted"
45 msgstr "конец файла после одиночной кавычки; вставлен \\0"
46
47 #: app.c:1056
48 msgid "end of file in escape character"
49 msgstr "конец файла в экранированном символе"
50
51 #: app.c:1068
52 msgid "missing close quote; (assumed)"
53 msgstr "отсутствует закрывающая кавычка; (предположительно)"
54
55 #: app.c:1137 app.c:1192 app.c:1203 app.c:1277
56 msgid "end of file in comment; newline inserted"
57 msgstr "конец файла в комментарии; вставлен символ новой строки"
58
59 #: as.c:158
60 msgid "missing emulation mode name"
61 msgstr "пропущено имя режима эмуляции"
62
63 #: as.c:173
64 #, c-format
65 msgid "unrecognized emulation name `%s'"
66 msgstr "нераспознанно имя эмуляции `%s'"
67
68 #: as.c:220
69 #, c-format
70 msgid "GNU assembler version %s (%s) using BFD version %s\n"
71 msgstr "GNU ассемблер, версия %s (%s); используется BFD версии %s\n"
72
73 #: as.c:227
74 #, c-format
75 msgid "Usage: %s [option...] [asmfile...]\n"
76 msgstr "Использование: %s [параметр...] [asm-файл...]\n"
77
78 #: as.c:229
79 #, c-format
80 msgid ""
81 "Options:\n"
82 " -a[sub-option...]\t turn on listings\n"
83 " \t Sub-options [default hls]:\n"
84 " \t c omit false conditionals\n"
85 " \t d omit debugging directives\n"
86 " \t g include general info\n"
87 " \t h include high-level source\n"
88 " \t l include assembly\n"
89 " \t m include macro expansions\n"
90 " \t n omit forms processing\n"
91 " \t s include symbols\n"
92 " \t =FILE list to FILE (must be last sub-option)\n"
93 msgstr ""
94 "Параметры:\n"
95 " -a[доп-параметры...]\t создать листинг\n"
96 " \t Доп-параметры [по умолчанию hls]:\n"
97 " \t c пропускать ложные ветви\n"
98 " \t d пропускать отладочные директивы\n"
99 " \t g включать общую информацию\n"
100 " \t h включить исходный код высокого уровня\n"
101 " \t l включать ассемблерный код\n"
102 " \t m включать раскрытие макросов\n"
103 " \t n пропускать разбивку на страницы\n"
104 " \t s включать символы\n"
105 " \t =ФАЙЛ записывать в ФАЙЛ (должно быть последним)\n"
106
107 #: as.c:243
108 #, c-format
109 msgid " --alternate initially turn on alternate macro syntax\n"
110 msgstr " --alternate сразу включить альтернативный синтаксис макросов\n"
111
112 #: as.c:245
113 #, c-format
114 msgid " -D produce assembler debugging messages\n"
115 msgstr " -D выводить ассемблерные отладочные сообщения\n"
116
117 #: as.c:247
118 #, c-format
119 msgid " --debug-prefix-map OLD=NEW Map OLD to NEW in debug information\n"
120 msgstr ""
121 " --debug-prefix-map СТА=НОВ Преобразовывать СТАрые на НОВые в отладочной\n"
122 " информации\n"
123
124 #: as.c:249
125 #, c-format
126 msgid " --defsym SYM=VAL define symbol SYM to given value\n"
127 msgstr " --defsym СИМ=ЗНА назначить СИМволу нужно ЗНАчение\n"
128
129 #: as.c:265
130 #, c-format
131 msgid " emulate output (default %s)\n"
132 msgstr " эмулировать вывод (по умолчанию %s)\n"
133
134 #: as.c:270
135 #, c-format
136 msgid " --execstack require executable stack for this object\n"
137 msgstr " --execstack требовать исполняемый стек для этого объекта\n"
138
139 #: as.c:272
140 #, c-format
141 msgid " --noexecstack don't require executable stack for this object\n"
142 msgstr " --noexecstack не требовать исполняемый стек для этого объекта\n"
143
144 #: as.c:275
145 #, c-format
146 msgid " -f skip whitespace and comment preprocessing\n"
147 msgstr " -f не выполнять пред-обработку пробелов и комментариев\n"
148
149 #: as.c:277
150 #, c-format
151 msgid " -g --gen-debug generate debugging information\n"
152 msgstr " -g --gen-debug генерировать отладочную информацию\n"
153
154 #: as.c:279
155 #, c-format
156 msgid " --gstabs generate STABS debugging information\n"
157 msgstr " --gstabs генерировать отладочную информацию STABS\n"
158
159 #: as.c:281
160 #, c-format
161 msgid " --gstabs+ generate STABS debug info with GNU extensions\n"
162 msgstr ""
163 " --gstabs+ генерировать отладочную информацию STABS\n"
164 " с расширениями GNU\n"
165
166 #: as.c:283
167 #, c-format
168 msgid " --gdwarf-2 generate DWARF2 debugging information\n"
169 msgstr " --gdwarf-2 генерировать отладочную информацию DWARF2\n"
170
171 #: as.c:285
172 #, c-format
173 msgid " --hash-size=<value> set the hash table size close to <value>\n"
174 msgstr " --hash-size=<знач> задать размер хэш таблицы близким к <значению>\n"
175
176 #: as.c:287
177 #, c-format
178 msgid " --help show this message and exit\n"
179 msgstr " --help показать это сообщение и закончить работу\n"
180
181 #: as.c:289
182 #, c-format
183 msgid " --target-help show target specific options\n"
184 msgstr " --target-help показать параметры, подходящие только к этой цели\n"
185
186 #: as.c:291
187 #, c-format
188 msgid " -I DIR add DIR to search list for .include directives\n"
189 msgstr ""
190 " -I КАТ добавить КАТалог в список поиска, используемого\n"
191 " директивами .include\n"
192
193 #: as.c:293
194 #, c-format
195 msgid " -J don't warn about signed overflow\n"
196 msgstr " -J не предупреждать о знаковом переполнении\n"
197
198 #: as.c:295
199 #, c-format
200 msgid " -K warn when differences altered for long displacements\n"
201 msgstr ""
202
203 #: as.c:297
204 #, c-format
205 msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n"
206 msgstr ""
207 " -L,--keep-locals сохранять локальные символы (например,\n"
208 " начинающиеся с L)\n"
209
210 #: as.c:299
211 #, c-format
212 msgid " -M,--mri assemble in MRI compatibility mode\n"
213 msgstr " -M,--mri ассемблировать в режиме совместимости с MRI\n"
214
215 #: as.c:301
216 #, c-format
217 msgid " --MD FILE write dependency information in FILE (default none)\n"
218 msgstr ""
219 " --MD ФАЙЛ записывать информацию о зависимостях в ФАЙЛ\n"
220 " (по умолчанию не записывается)\n"
221
222 #: as.c:303
223 #, c-format
224 msgid " -nocpp ignored\n"
225 msgstr " -nocpp игнорируется\n"
226
227 #: as.c:305
228 #, c-format
229 msgid " -o OBJFILE name the object-file output OBJFILE (default a.out)\n"
230 msgstr " -o OBJ-ФАЙЛ имя объектного файла результата (по умолчанию a.out)\n"
231
232 #: as.c:307
233 #, c-format
234 msgid " -R fold data section into text section\n"
235 msgstr " -R поместить раздел данных в раздел текста\n"
236
237 #: as.c:309
238 #, c-format
239 msgid ""
240 " --reduce-memory-overheads \n"
241 " prefer smaller memory use at the cost of longer\n"
242 " assembly times\n"
243 msgstr ""
244
245 #: as.c:313
246 #, c-format
247 msgid " --statistics print various measured statistics from execution\n"
248 msgstr ""
249
250 #: as.c:315
251 #, c-format
252 msgid " --strip-local-absolute strip local absolute symbols\n"
253 msgstr " --strip-local-absolute удалить локальные абсолютные символы\n"
254
255 #: as.c:317
256 #, c-format
257 msgid " --traditional-format Use same format as native assembler when possible\n"
258 msgstr ""
259 " --traditional-format использовать родной для ассемблера формат,\n"
260 " если возможно\n"
261
262 #: as.c:319
263 #, c-format
264 msgid " --version print assembler version number and exit\n"
265 msgstr " --version показать версию ассемблера и закончить работу\n"
266
267 #: as.c:321
268 #, c-format
269 msgid " -W --no-warn suppress warnings\n"
270 msgstr " -W --no-warn не показывать предупреждения\n"
271
272 #: as.c:323
273 #, c-format
274 msgid " --warn don't suppress warnings\n"
275 msgstr " --warn показывать предупреждения\n"
276
277 #: as.c:325
278 #, c-format
279 msgid " --fatal-warnings treat warnings as errors\n"
280 msgstr " --fatal-warnings считать предупреждения ошибками\n"
281
282 #: as.c:328
283 #, c-format
284 msgid ""
285 " --itbl INSTTBL extend instruction set to include instructions\n"
286 " matching the specifications defined in file INSTTBL\n"
287 msgstr ""
288
289 #: as.c:332
290 #, c-format
291 msgid " -w ignored\n"
292 msgstr " -w игнорируется\n"
293
294 #: as.c:334
295 #, c-format
296 msgid " -X ignored\n"
297 msgstr " -X игнорируется\n"
298
299 #: as.c:336
300 #, c-format
301 msgid " -Z generate object file even after errors\n"
302 msgstr " -Z генерировать объектный файл не смотря на ошибки\n"
303
304 #: as.c:338
305 #, c-format
306 msgid ""
307 " --listing-lhs-width set the width in words of the output data column of\n"
308 " the listing\n"
309 msgstr ""
310
311 #: as.c:341
312 #, c-format
313 msgid ""
314 " --listing-lhs-width2 set the width in words of the continuation lines\n"
315 " of the output data column; ignored if smaller than\n"
316 " the width of the first line\n"
317 msgstr ""
318
319 #: as.c:345
320 #, c-format
321 msgid ""
322 " --listing-rhs-width set the max width in characters of the lines from\n"
323 " the source file\n"
324 msgstr ""
325
326 #: as.c:348
327 #, c-format
328 msgid ""
329 " --listing-cont-lines set the maximum number of continuation lines used\n"
330 " for the output data column of the listing\n"
331 msgstr ""
332
333 #: as.c:351
334 #, c-format
335 msgid " @FILE read options from FILE\n"
336 msgstr " @ФАЙЛ прочитать парамеры из ФАЙЛа\n"
337
338 #: as.c:359
339 #, c-format
340 msgid "Report bugs to %s\n"
341 msgstr "Сообщения об ошибках отправляйте в %s\n"
342
343 #: as.c:564
344 #, c-format
345 msgid "unrecognized option -%c%s"
346 msgstr "нераспознанный параметр -%c%s"
347
348 #. This output is intended to follow the GNU standards document.
349 #: as.c:602
350 #, c-format
351 msgid "GNU assembler %s\n"
352 msgstr "GNU ассемблер %s\n"
353
354 #: as.c:603
355 #, c-format
356 msgid "Copyright 2009 Free Software Foundation, Inc.\n"
357 msgstr "Copyright 2009 Free Software Foundation, Inc.\n"
358
359 #: as.c:604
360 #, c-format
361 msgid ""
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 msgstr ""
366 "Эта программа является открытым программным обеспечением; вы можете\n"
367 "распространять её согласно условиям GNU General Public License версии 3 или\n"
368 "более новой версии.\n"
369 "Эта программа не имеет абсолютно никаких гарантий.\n"
370
371 #: as.c:608
372 #, c-format
373 msgid "This assembler was configured for a target of `%s'.\n"
374 msgstr "Ассемблер настроен на цель %s.\n"
375
376 #: as.c:615
377 msgid "multiple emulation names specified"
378 msgstr "указано несколько имён эмуляции"
379
380 #: as.c:617
381 msgid "emulations not handled in this configuration"
382 msgstr "эмуляции не обрабатываются при таких настройках"
383
384 #: as.c:622
385 #, c-format
386 msgid "alias = %s\n"
387 msgstr "псевдоним = %s\n"
388
389 #: as.c:623
390 #, c-format
391 msgid "canonical = %s\n"
392 msgstr "каноническое = %s\n"
393
394 #: as.c:624
395 #, c-format
396 msgid "cpu-type = %s\n"
397 msgstr "тип ЦП = %s\n"
398
399 #: as.c:626
400 #, c-format
401 msgid "format = %s\n"
402 msgstr "формат = %s\n"
403
404 #: as.c:629
405 #, c-format
406 msgid "bfd-target = %s\n"
407 msgstr "bfd-цель = %s\n"
408
409 #: as.c:646
410 msgid "bad defsym; format is --defsym name=value"
411 msgstr "неверный defsym; формат должен быть --defsym имя=значение"
412
413 #: as.c:666
414 msgid "no file name following -t option"
415 msgstr "для параметра -t не указано имя файла"
416
417 #: as.c:681
418 #, c-format
419 msgid "failed to read instruction table %s\n"
420 msgstr "не удалось прочитать таблицу инструкций %s\n"
421
422 #: as.c:852
423 #, c-format
424 msgid "invalid listing option `%c'"
425 msgstr "неверный параметр %c для листинга"
426
427 #: as.c:905
428 msgid "--hash-size needs a numeric argument"
429 msgstr "для --hash-size требуется числовой аргумент"
430
431 #: as.c:930
432 #, c-format
433 msgid "%s: total time in assembly: %ld.%06ld\n"
434 msgstr "%s: общее время ассемблирования: %ld.%06ld\n"
435
436 #: as.c:933
437 #, c-format
438 msgid "%s: data size %ld\n"
439 msgstr "%s: размер данных %ld\n"
440
441 #: as.c:1241
442 #, c-format
443 msgid "%d warnings, treating warnings as errors"
444 msgstr "%d предупреждений, предупреждения считаются ошибками"
445
446 #: as.h:208
447 #, c-format
448 msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
449 msgstr ""
450
451 #.
452 #. * We have a GROSS internal error.
453 #. * This should never happen.
454 #.
455 #: atof-generic.c:417 config/tc-m68k.c:3536
456 msgid "failed sanity check"
457 msgstr "проверка на исправность не пройдена"
458
459 #: cgen.c:113 config/tc-alpha.c:2083 config/tc-alpha.c:2107
460 #: config/tc-arc.c:1681 config/tc-d10v.c:550 config/tc-d30v.c:538
461 #: config/tc-mn10200.c:1100 config/tc-mn10300.c:1749 config/tc-ppc.c:2562
462 #: config/tc-ppc.c:2713 config/tc-ppc.c:2834 config/tc-ppc.c:2845
463 #: config/tc-s390.c:1218 config/tc-s390.c:1318 config/tc-s390.c:1447
464 #: config/tc-v850.c:1730 config/tc-v850.c:1753 config/tc-v850.c:1956
465 msgid "too many fixups"
466 msgstr ""
467
468 #: cgen.c:400 cgen.c:420 config/tc-arc.c:1662 config/tc-d10v.c:461
469 #: config/tc-d30v.c:453 config/tc-i370.c:2129 config/tc-mn10200.c:1042
470 #: config/tc-mn10300.c:1674 config/tc-ppc.c:2601 config/tc-s390.c:1189
471 #: config/tc-v850.c:1932 config/tc-z80.c:422
472 msgid "illegal operand"
473 msgstr "неверный операнд"
474
475 #: cgen.c:424 config/tc-arc.c:1664 config/tc-avr.c:569 config/tc-d10v.c:463
476 #: config/tc-d30v.c:455 config/tc-h8300.c:450 config/tc-i370.c:2131
477 #: config/tc-mcore.c:662 config/tc-microblaze.c:583 config/tc-mmix.c:488
478 #: config/tc-mn10200.c:1045 config/tc-mn10300.c:1677 config/tc-msp430.c:452
479 #: config/tc-or32.c:307 config/tc-ppc.c:2603 config/tc-s390.c:1207
480 #: config/tc-sh.c:1359 config/tc-sh64.c:2213 config/tc-v850.c:1935
481 #: config/tc-z80.c:575 config/tc-z8k.c:350
482 msgid "missing operand"
483 msgstr "пропущен операнд"
484
485 #: cgen.c:799
486 msgid "a reloc on this operand implies an overflow"
487 msgstr ""
488
489 #: cgen.c:822
490 msgid "operand mask overflow"
491 msgstr "переполнение маски операнда"
492
493 #. We can't actually support subtracting a symbol.
494 #: cgen.c:885 config/tc-arc.c:1247 config/tc-arm.c:1612 config/tc-arm.c:8617
495 #: config/tc-arm.c:8668 config/tc-arm.c:8914 config/tc-arm.c:9704
496 #: config/tc-arm.c:10703 config/tc-arm.c:10743 config/tc-arm.c:11051
497 #: config/tc-arm.c:11080 config/tc-avr.c:1087 config/tc-cris.c:4044
498 #: config/tc-d10v.c:1502 config/tc-d30v.c:1903 config/tc-mips.c:4394
499 #: config/tc-mips.c:5518 config/tc-mips.c:6493 config/tc-mips.c:7069
500 #: config/tc-msp430.c:1937 config/tc-ppc.c:5769 config/tc-spu.c:959
501 #: config/tc-spu.c:983 config/tc-v850.c:2271 config/tc-xstormy16.c:484
502 #: config/tc-xtensa.c:5821 config/tc-xtensa.c:11839
503 msgid "expression too complex"
504 msgstr "слишком сложное выражение"
505
506 #: cgen.c:979 config/tc-arc.c:1308 config/tc-ppc.c:5894 config/tc-s390.c:2023
507 #: config/tc-v850.c:2311 config/tc-xstormy16.c:538
508 msgid "unresolved expression that must be resolved"
509 msgstr "нерешаемое выражение, которое должно быть решено"
510
511 #: cgen.c:1004 config/tc-xstormy16.c:563
512 #, c-format
513 msgid "internal error: can't install fix for reloc type %d (`%s')"
514 msgstr ""
515
516 #: cgen.c:1034
517 msgid "relocation is not supported"
518 msgstr "перемещение не поддерживается"
519
520 #: cond.c:83
521 msgid "invalid identifier for \".ifdef\""
522 msgstr "неверный идентификатор для \".ifdef\""
523
524 #: cond.c:150
525 msgid "non-constant expression in \".if\" statement"
526 msgstr "неконстантное выражение в операторе \".if\""
527
528 #: cond.c:277
529 msgid "bad format for ifc or ifnc"
530 msgstr "неверный формат для ifc или ifnc"
531
532 #: cond.c:307
533 msgid "\".elseif\" without matching \".if\""
534 msgstr "\".elseif\" без надлежащего \".if\""
535
536 #: cond.c:311
537 msgid "\".elseif\" after \".else\""
538 msgstr "\".elseif\" после \".else\""
539
540 #: cond.c:314 cond.c:420
541 msgid "here is the previous \"else\""
542 msgstr "здесь предыдущий \"else\""
543
544 #: cond.c:317 cond.c:423
545 msgid "here is the previous \"if\""
546 msgstr "здесь предыдущий \"if\""
547
548 #: cond.c:346
549 msgid "non-constant expression in \".elseif\" statement"
550 msgstr "неконстантное выражение в операторе \".elseif\""
551
552 #: cond.c:384
553 msgid "\".endif\" without \".if\""
554 msgstr "\".endif\" без \".if\""
555
556 #: cond.c:413
557 msgid "\".else\" without matching \".if\""
558 msgstr "\".else\" без надлежащего \".if\""
559
560 #: cond.c:417
561 msgid "duplicate \"else\""
562 msgstr "повторный \"else\""
563
564 #: cond.c:468
565 msgid ".ifeqs syntax error"
566 msgstr "синтаксическая ошибка в .ifeqs"
567
568 #: cond.c:549
569 msgid "end of macro inside conditional"
570 msgstr "конец макроса внутри условия"
571
572 #: cond.c:551
573 msgid "end of file inside conditional"
574 msgstr "конец файла внутри условия"
575
576 #: cond.c:554
577 msgid "here is the start of the unterminated conditional"
578 msgstr "вот начало незавершённого условия"
579
580 #: cond.c:558
581 msgid "here is the \"else\" of the unterminated conditional"
582 msgstr "вот \"else\" незавершённого условия"
583
584 #: config/atof-ieee.c:141
585 msgid "cannot create floating-point number"
586 msgstr "не удалось создать число с плавающей точкой"
587
588 #: config/atof-ieee.c:288
589 msgid "NaNs are not supported by this target\n"
590 msgstr "NaN не поддерживается этой целью\n"
591
592 #: config/atof-ieee.c:327 config/atof-ieee.c:368
593 msgid "Infinities are not supported by this target\n"
594 msgstr "Бесконечность не поддерживается этой целью\n"
595
596 #: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1007
597 #: config/tc-ia64.c:11332 config/tc-tic30.c:1261 config/tc-tic4x.c:2599
598 msgid "Unrecognized or unsupported floating point constant"
599 msgstr "Нераспознанная или неподдерживаемая константа с плавающей точкой"
600
601 #: config/obj-aout.c:85
602 #, c-format
603 msgid "Attempt to put a common symbol into set %s"
604 msgstr ""
605
606 #: config/obj-aout.c:89
607 #, c-format
608 msgid "Attempt to put an undefined symbol into set %s"
609 msgstr ""
610
611 #: config/obj-aout.c:116 config/obj-coff.c:1406
612 #, c-format
613 msgid "Symbol `%s' can not be both weak and common"
614 msgstr ""
615
616 #: config/obj-coff.c:135
617 #, c-format
618 msgid "Inserting \"%s\" into structure table failed: %s"
619 msgstr "Не удалось вставить \"%s\" в таблицу структур: %s"
620
621 #: config/obj-coff.c:214 config/obj-coff.c:1694 config/tc-ppc.c:4859
622 #: config/tc-tic54x.c:4011 read.c:2796
623 #, c-format
624 msgid "error setting flags for \"%s\": %s"
625 msgstr "ошибка установки флагов для \"%s\": %s"
626
627 #. Zero is used as an end marker in the file.
628 #: config/obj-coff.c:433
629 msgid "Line numbers must be positive integers\n"
630 msgstr "Номера строк должны быть положительными целыми числами\n"
631
632 #: config/obj-coff.c:465
633 msgid ".ln pseudo-op inside .def/.endef: ignored."
634 msgstr "Псевдооперация .in внутри .def/.endef: игнорируется."
635
636 #: config/obj-coff.c:507 ecoff.c:3240
637 msgid ".loc outside of .text"
638 msgstr ".loc вне .text"
639
640 #: config/obj-coff.c:514
641 msgid ".loc pseudo-op inside .def/.endef: ignored."
642 msgstr "Псевдооперация .loc внутри .def/.endef: игнорируется."
643
644 #: config/obj-coff.c:595
645 msgid ".def pseudo-op used inside of .def/.endef: ignored."
646 msgstr "Псевдооперация .def используется внутри .def/.endef: игнорируется."
647
648 #: config/obj-coff.c:634
649 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
650 msgstr "Псевдооперация .endef используется вне .def/.endef: игнорируется."
651
652 #: config/obj-coff.c:673
653 #, c-format
654 msgid "`%s' symbol without preceding function"
655 msgstr ""
656
657 #: config/obj-coff.c:760
658 #, c-format
659 msgid "unexpected storage class %d"
660 msgstr "неожиданный класс хранения %d"
661
662 #: config/obj-coff.c:868
663 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
664 msgstr "Псевдооперация .dim используется вне .def/.endef: игнорируется."
665
666 #: config/obj-coff.c:888
667 msgid "badly formed .dim directive ignored"
668 msgstr "неправильный формат директивы .dim: игнорируется"
669
670 #: config/obj-coff.c:937
671 msgid ".size pseudo-op used outside of .def/.endef ignored."
672 msgstr "Псевдооперация .size используется вне .def/.endef: игнорируется."
673
674 #: config/obj-coff.c:952
675 msgid ".scl pseudo-op used outside of .def/.endef ignored."
676 msgstr "Псевдооперация .scl используется вне .def/.endef: игнорируется."
677
678 #: config/obj-coff.c:969
679 msgid ".tag pseudo-op used outside of .def/.endef ignored."
680 msgstr "Псевдооперация .tag используется вне .def/.endef: игнорируется."
681
682 #: config/obj-coff.c:987
683 #, c-format
684 msgid "tag not found for .tag %s"
685 msgstr "метка не найдена для .tag %s"
686
687 #: config/obj-coff.c:1000
688 msgid ".type pseudo-op used outside of .def/.endef ignored."
689 msgstr "Псевдооперация .type используется вне .def/.endef: игнорируется."
690
691 #: config/obj-coff.c:1019
692 msgid ".val pseudo-op used outside of .def/.endef ignored."
693 msgstr "Псевдооперация .val используется вне .def/.endef: игнорируется."
694
695 #: config/obj-coff.c:1186
696 msgid "badly formed .weak directive ignored"
697 msgstr "неправильный формат директивы.weak: игнорируется"
698
699 #: config/obj-coff.c:1364
700 msgid "mismatched .eb"
701 msgstr "непарная .eb"
702
703 #: config/obj-coff.c:1385
704 #, c-format
705 msgid "C_EFCN symbol for %s out of scope"
706 msgstr ""
707
708 #: config/obj-coff.c:1439
709 #, c-format
710 msgid "Warning: internal error: forgetting to set endndx of %s"
711 msgstr "Предупреждение: внутренняя ошибка: забыли установить endndx для %s"
712
713 #. STYP_INFO
714 #. STYP_LIB
715 #. STYP_OVER
716 #: config/obj-coff.c:1662
717 #, c-format
718 msgid "unsupported section attribute '%c'"
719 msgstr "неподдерживаемый атрибут раздела %c"
720
721 #: config/obj-coff.c:1666 config/tc-ppc.c:4841
722 #, c-format
723 msgid "unknown section attribute '%c'"
724 msgstr "неизвестный атрибут раздела %c"
725
726 #: config/obj-coff.c:1706
727 #, c-format
728 msgid "Ignoring changed section attributes for %s"
729 msgstr "Игнорируются изменённые атрибуты раздела для %s"
730
731 #: config/obj-coff.c:1836
732 #, c-format
733 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
734 msgstr "0x%lx: \"%s\" тип = %ld, класс = %d, сегмент = %d\n"
735
736 #: config/obj-ecoff.c:125
737 msgid "Can't set GP value"
738 msgstr "Не удалось установить значение GP"
739
740 #: config/obj-ecoff.c:132
741 msgid "Can't set register masks"
742 msgstr "Не удалось установить значение регистра масок"
743
744 #: config/obj-elf.c:334 config/tc-sparc.c:3950 config/tc-v850.c:450
745 #, c-format
746 msgid "bad .common segment %s"
747 msgstr "неправильный сегмент .common %s"
748
749 #: config/obj-elf.c:612
750 #, c-format
751 msgid "setting incorrect section type for %s"
752 msgstr "установка некорректного типа раздела для %s"
753
754 #: config/obj-elf.c:617
755 #, c-format
756 msgid "ignoring incorrect section type for %s"
757 msgstr "игнорируется некорректный тип раздела для %s"
758
759 #: config/obj-elf.c:659
760 #, c-format
761 msgid "setting incorrect section attributes for %s"
762 msgstr "установка некорректных атрибутов раздела для %s"
763
764 #: config/obj-elf.c:713
765 #, c-format
766 msgid "ignoring changed section type for %s"
767 msgstr "игнорируется изменение типа раздела для %s"
768
769 #: config/obj-elf.c:725
770 #, c-format
771 msgid "ignoring changed section attributes for %s"
772 msgstr "игнорируется изменение атрибутов раздела для %s"
773
774 #: config/obj-elf.c:727
775 #, c-format
776 msgid "ignoring changed section entity size for %s"
777 msgstr "игнорируется изменение размера элементов раздела для %s"
778
779 #: config/obj-elf.c:780
780 msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
781 msgstr "нераспознанный атрибут .section: должно быть a,w,x,M,S,G,T"
782
783 #: config/obj-elf.c:822 read.c:2780
784 msgid "unrecognized section type"
785 msgstr "нераспознанный тип раздела"
786
787 #: config/obj-elf.c:852
788 msgid "unrecognized section attribute"
789 msgstr "нераспознанный атрибут раздела"
790
791 #: config/obj-elf.c:883 config/tc-alpha.c:4190
792 msgid "missing name"
793 msgstr "пропущено имя"
794
795 #: config/obj-elf.c:1012
796 msgid "invalid merge entity size"
797 msgstr ""
798
799 #: config/obj-elf.c:1019
800 msgid "entity size for SHF_MERGE not specified"
801 msgstr ""
802
803 #: config/obj-elf.c:1039
804 msgid "group name for SHF_GROUP not specified"
805 msgstr "не задано имя группы для SHF_GROUP"
806
807 #: config/obj-elf.c:1052
808 msgid "character following name is not '#'"
809 msgstr "символ после имени не #"
810
811 #: config/obj-elf.c:1171
812 msgid ".previous without corresponding .section; ignored"
813 msgstr ".previous без соответствующей .section; игнорируется"
814
815 #: config/obj-elf.c:1197
816 msgid ".popsection without corresponding .pushsection; ignored"
817 msgstr ".popsection без соответствующей .pushsection; игнорируется"
818
819 #: config/obj-elf.c:1249
820 msgid "expected comma after name in .symver"
821 msgstr "ожидается запятая после имени в .symver"
822
823 #: config/obj-elf.c:1273
824 #, c-format
825 msgid "missing version name in `%s' for symbol `%s'"
826 msgstr "пропущено имя версии в %s для символа %s"
827
828 #: config/obj-elf.c:1284
829 #, c-format
830 msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
831 msgstr "несколько версий [%s|%s] для символа %s"
832
833 #: config/obj-elf.c:1321
834 #, c-format
835 msgid "expected `%s' to have already been set for .vtable_inherit"
836 msgstr ""
837
838 #: config/obj-elf.c:1331
839 msgid "expected comma after name in .vtable_inherit"
840 msgstr "ожидается запятая после имени в .vtable_inherit"
841
842 #: config/obj-elf.c:1391
843 msgid "expected comma after name in .vtable_entry"
844 msgstr "ожидается запятая после имени в .vtable_entry"
845
846 #: config/obj-elf.c:1514
847 msgid "expected quoted string"
848 msgstr "ожидается строка в кавычках"
849
850 #: config/obj-elf.c:1534
851 #, c-format
852 msgid "expected comma after name `%s' in .size directive"
853 msgstr "ожидается запятая после имени %s в директиве .size"
854
855 #: config/obj-elf.c:1543
856 msgid "missing expression in .size directive"
857 msgstr "пропущено выражение в директиве .size"
858
859 #: config/obj-elf.c:1670
860 #, c-format
861 msgid "symbol '%s' is already defined"
862 msgstr "символ %s уже определён"
863
864 #: config/obj-elf.c:1690 config/obj-elf.c:1702
865 #, c-format
866 msgid "symbol type \"%s\" is supported only by GNU targets"
867 msgstr "тип символа %s поддерживается только целями GNU"
868
869 #: config/obj-elf.c:1713
870 #, c-format
871 msgid "unrecognized symbol type \"%s\""
872 msgstr "нераспознанный тип символа %s"
873
874 #: config/obj-elf.c:1889
875 msgid ".size expression too complicated to fix up"
876 msgstr ""
877
878 #: config/obj-elf.c:1921
879 #, c-format
880 msgid "invalid attempt to declare external version name as default in symbol `%s'"
881 msgstr ""
882
883 #: config/obj-elf.c:1982 ecoff.c:3598
884 #, c-format
885 msgid "symbol `%s' can not be both weak and common"
886 msgstr ""
887
888 #: config/obj-elf.c:2089
889 #, c-format
890 msgid "assuming all members of group `%s' are COMDAT"
891 msgstr ""
892
893 #: config/obj-elf.c:2111
894 #, c-format
895 msgid "can't create group: %s"
896 msgstr ""
897
898 #: config/obj-elf.c:2221
899 #, c-format
900 msgid "failed to set up debugging information: %s"
901 msgstr ""
902
903 #: config/obj-elf.c:2241
904 #, c-format
905 msgid "can't start writing .mdebug section: %s"
906 msgstr ""
907
908 #: config/obj-elf.c:2249
909 #, c-format
910 msgid "could not write .mdebug section: %s"
911 msgstr ""
912
913 #: config/obj-som.c:58
914 msgid "Only one .compiler pseudo-op per file!"
915 msgstr ""
916
917 #: config/obj-som.c:75 config/obj-som.c:146 config/obj-som.c:188
918 msgid "Expected quoted string"
919 msgstr ""
920
921 #: config/obj-som.c:88
922 msgid ".compiler directive missing language and version"
923 msgstr ""
924
925 #: config/obj-som.c:98
926 msgid ".compiler directive missing version"
927 msgstr ""
928
929 #: config/obj-som.c:114
930 #, c-format
931 msgid "FATAL: Attaching compiler header %s"
932 msgstr ""
933
934 #: config/obj-som.c:129
935 msgid "Only one .version pseudo-op per file!"
936 msgstr ""
937
938 #: config/obj-som.c:153
939 #, c-format
940 msgid "attaching version header %s: %s"
941 msgstr ""
942
943 #: config/obj-som.c:171
944 msgid "Only one .copyright pseudo-op per file!"
945 msgstr ""
946
947 #: config/obj-som.c:195
948 #, c-format
949 msgid "attaching copyright header %s: %s"
950 msgstr ""
951
952 #: config/tc-alpha.c:643
953 #, c-format
954 msgid "No !literal!%ld was found"
955 msgstr ""
956
957 #: config/tc-alpha.c:650
958 #, c-format
959 msgid "No !tlsgd!%ld was found"
960 msgstr ""
961
962 #: config/tc-alpha.c:657
963 #, c-format
964 msgid "No !tlsldm!%ld was found"
965 msgstr ""
966
967 #: config/tc-alpha.c:666
968 #, c-format
969 msgid "No ldah !gpdisp!%ld was found"
970 msgstr ""
971
972 #: config/tc-alpha.c:716
973 #, c-format
974 msgid "too many !literal!%ld for %s"
975 msgstr ""
976
977 #: config/tc-alpha.c:746
978 #, c-format
979 msgid "No lda !gpdisp!%ld was found"
980 msgstr ""
981
982 #. Only support one relocation op per insn.
983 #: config/tc-alpha.c:905
984 msgid "More than one relocation op per insn"
985 msgstr ""
986
987 #: config/tc-alpha.c:921
988 msgid "No relocation operand"
989 msgstr ""
990
991 #: config/tc-alpha.c:931
992 #, c-format
993 msgid "Unknown relocation operand: !%s"
994 msgstr ""
995
996 #: config/tc-alpha.c:941
997 #, c-format
998 msgid "no sequence number after !%s"
999 msgstr ""
1000
1001 #: config/tc-alpha.c:951
1002 #, c-format
1003 msgid "!%s does not use a sequence number"
1004 msgstr ""
1005
1006 #: config/tc-alpha.c:961
1007 #, c-format
1008 msgid "Bad sequence number: !%s!%s"
1009 msgstr ""
1010
1011 #: config/tc-alpha.c:1176 config/tc-alpha.c:3343
1012 #, c-format
1013 msgid "inappropriate arguments for opcode `%s'"
1014 msgstr ""
1015
1016 #: config/tc-alpha.c:1178 config/tc-alpha.c:3345
1017 #, c-format
1018 msgid "opcode `%s' not supported for target %s"
1019 msgstr ""
1020
1021 #: config/tc-alpha.c:1182 config/tc-alpha.c:3349 config/tc-avr.c:1356
1022 #: config/tc-msp430.c:1829
1023 #, c-format
1024 msgid "unknown opcode `%s'"
1025 msgstr ""
1026
1027 #: config/tc-alpha.c:1263 config/tc-alpha.c:1517
1028 msgid "overflow in literal (.lita) table"
1029 msgstr ""
1030
1031 #: config/tc-alpha.c:1270 config/tc-alpha.c:1294 config/tc-alpha.c:1530
1032 #: config/tc-alpha.c:2215 config/tc-alpha.c:2260 config/tc-alpha.c:2329
1033 #: config/tc-alpha.c:2412 config/tc-alpha.c:2637 config/tc-alpha.c:2735
1034 msgid "macro requires $at register while noat in effect"
1035 msgstr ""
1036
1037 #: config/tc-alpha.c:1272 config/tc-alpha.c:1296 config/tc-alpha.c:1532
1038 msgid "macro requires $at while $at in use"
1039 msgstr ""
1040
1041 #: config/tc-alpha.c:1475
1042 msgid "bignum invalid; zero assumed"
1043 msgstr ""
1044
1045 #: config/tc-alpha.c:1477
1046 msgid "floating point number invalid; zero assumed"
1047 msgstr ""
1048
1049 #: config/tc-alpha.c:1482
1050 msgid "can't handle expression"
1051 msgstr ""
1052
1053 #: config/tc-alpha.c:1523
1054 msgid "overflow in literal (.lit8) table"
1055 msgstr ""
1056
1057 #: config/tc-alpha.c:1819
1058 #, c-format
1059 msgid "too many ldah insns for !gpdisp!%ld"
1060 msgstr ""
1061
1062 #: config/tc-alpha.c:1821 config/tc-alpha.c:1833
1063 #, c-format
1064 msgid "both insns for !gpdisp!%ld must be in the same section"
1065 msgstr ""
1066
1067 #: config/tc-alpha.c:1831
1068 #, c-format
1069 msgid "too many lda insns for !gpdisp!%ld"
1070 msgstr ""
1071
1072 #: config/tc-alpha.c:1887
1073 #, c-format
1074 msgid "too many lituse insns for !lituse_tlsgd!%ld"
1075 msgstr ""
1076
1077 #: config/tc-alpha.c:1890
1078 #, c-format
1079 msgid "too many lituse insns for !lituse_tlsldm!%ld"
1080 msgstr ""
1081
1082 #: config/tc-alpha.c:1907
1083 #, c-format
1084 msgid "duplicate !tlsgd!%ld"
1085 msgstr ""
1086
1087 #: config/tc-alpha.c:1909
1088 #, c-format
1089 msgid "sequence number in use for !tlsldm!%ld"
1090 msgstr ""
1091
1092 #: config/tc-alpha.c:1923
1093 #, c-format
1094 msgid "duplicate !tlsldm!%ld"
1095 msgstr ""
1096
1097 #: config/tc-alpha.c:1925
1098 #, c-format
1099 msgid "sequence number in use for !tlsgd!%ld"
1100 msgstr ""
1101
1102 #: config/tc-alpha.c:1980 config/tc-arc.c:292 config/tc-mn10200.c:856
1103 #: config/tc-mn10300.c:1146 config/tc-ppc.c:1676 config/tc-s390.c:604
1104 #: config/tc-v850.c:1556
1105 msgid "operand"
1106 msgstr ""
1107
1108 #: config/tc-alpha.c:2119
1109 msgid "invalid relocation for instruction"
1110 msgstr ""
1111
1112 #: config/tc-alpha.c:2132
1113 msgid "invalid relocation for field"
1114 msgstr ""
1115
1116 #: config/tc-alpha.c:2961
1117 msgid "can not resolve expression"
1118 msgstr ""
1119
1120 #: config/tc-alpha.c:3503 config/tc-i370.c:1058 config/tc-microblaze.c:187
1121 #: config/tc-ppc.c:2000 config/tc-ppc.c:4604
1122 #, c-format
1123 msgid ".COMMon length (%ld.) <0! Ignored."
1124 msgstr ""
1125
1126 #: config/tc-alpha.c:3514 config/tc-sparc.c:3820 config/tc-v850.c:245
1127 msgid "Ignoring attempt to re-define symbol"
1128 msgstr ""
1129
1130 #: config/tc-alpha.c:3606 config/tc-ppc.c:4641 config/tc-sparc.c:3828
1131 #, c-format
1132 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
1133 msgstr ""
1134
1135 #: config/tc-alpha.c:3713 ecoff.c:3054
1136 msgid ".ent directive has no name"
1137 msgstr ""
1138
1139 #: config/tc-alpha.c:3721
1140 msgid "nested .ent directives"
1141 msgstr ""
1142
1143 #: config/tc-alpha.c:3765 ecoff.c:3005
1144 msgid ".end directive has no name"
1145 msgstr ""
1146
1147 #: config/tc-alpha.c:3774
1148 msgid ".end directive without matching .ent"
1149 msgstr ""
1150
1151 #: config/tc-alpha.c:3776
1152 msgid ".end directive names different symbol than .ent"
1153 msgstr ""
1154
1155 #: config/tc-alpha.c:3819 ecoff.c:3140
1156 msgid ".fmask outside of .ent"
1157 msgstr ""
1158
1159 #: config/tc-alpha.c:3821 config/tc-score.c:5602 ecoff.c:3204
1160 msgid ".mask outside of .ent"
1161 msgstr ""
1162
1163 #: config/tc-alpha.c:3829 ecoff.c:3147
1164 msgid "bad .fmask directive"
1165 msgstr ""
1166
1167 #: config/tc-alpha.c:3831 ecoff.c:3211
1168 msgid "bad .mask directive"
1169 msgstr ""
1170
1171 #: config/tc-alpha.c:3864 config/tc-mips.c:15074 config/tc-score.c:5744
1172 #: ecoff.c:3168
1173 msgid ".frame outside of .ent"
1174 msgstr ""
1175
1176 #: config/tc-alpha.c:3875 ecoff.c:3179
1177 msgid "bad .frame directive"
1178 msgstr ""
1179
1180 #: config/tc-alpha.c:3909
1181 msgid ".prologue directive without a preceding .ent directive"
1182 msgstr ""
1183
1184 #: config/tc-alpha.c:3927
1185 #, c-format
1186 msgid "Invalid argument %d to .prologue."
1187 msgstr ""
1188
1189 #: config/tc-alpha.c:4018
1190 msgid "ECOFF debugging is disabled."
1191 msgstr ""
1192
1193 #: config/tc-alpha.c:4032
1194 msgid ".ent directive without matching .end"
1195 msgstr ""
1196
1197 #: config/tc-alpha.c:4117
1198 msgid ".usepv directive has no name"
1199 msgstr ""
1200
1201 #: config/tc-alpha.c:4128
1202 msgid ".usepv directive has no type"
1203 msgstr ""
1204
1205 #: config/tc-alpha.c:4143
1206 msgid "unknown argument for .usepv"
1207 msgstr ""
1208
1209 #: config/tc-alpha.c:4250
1210 #, c-format
1211 msgid "unknown section attribute %s"
1212 msgstr ""
1213
1214 #: config/tc-alpha.c:4361
1215 msgid ".ent directive has no symbol"
1216 msgstr ""
1217
1218 #: config/tc-alpha.c:4390
1219 msgid ".handler directive has no name"
1220 msgstr ""
1221
1222 #: config/tc-alpha.c:4419
1223 msgid "Bad .frame directive 1./2. param"
1224 msgstr ""
1225
1226 #: config/tc-alpha.c:4431
1227 msgid "Bad .frame directive 3./4. param"
1228 msgstr ""
1229
1230 #: config/tc-alpha.c:4466
1231 msgid ".pdesc directive not in link (.link) section"
1232 msgstr ""
1233
1234 #: config/tc-alpha.c:4474
1235 msgid ".pdesc directive has no entry symbol"
1236 msgstr ""
1237
1238 #: config/tc-alpha.c:4492
1239 msgid ".pdesc has no matching .ent"
1240 msgstr ""
1241
1242 #: config/tc-alpha.c:4510
1243 msgid "No comma after .pdesc <entryname>"
1244 msgstr ""
1245
1246 #: config/tc-alpha.c:4530
1247 msgid "unknown procedure kind"
1248 msgstr ""
1249
1250 #: config/tc-alpha.c:4642
1251 msgid ".name directive not in link (.link) section"
1252 msgstr ""
1253
1254 #: config/tc-alpha.c:4650
1255 msgid ".name directive has no symbol"
1256 msgstr ""
1257
1258 #: config/tc-alpha.c:4682
1259 msgid "No symbol after .linkage"
1260 msgstr ""
1261
1262 #: config/tc-alpha.c:4732
1263 msgid "No symbol after .code_address"
1264 msgstr ""
1265
1266 #: config/tc-alpha.c:4759 config/tc-score.c:5608
1267 msgid "Bad .mask directive"
1268 msgstr ""
1269
1270 #: config/tc-alpha.c:4777
1271 msgid "Bad .fmask directive"
1272 msgstr ""
1273
1274 #: config/tc-alpha.c:4934
1275 #, c-format
1276 msgid "Expected comma after name \"%s\""
1277 msgstr ""
1278
1279 #. *symbol_get_obj (symbolP) = (signed char) temp;
1280 #: config/tc-alpha.c:4945
1281 #, c-format
1282 msgid "unhandled: .proc %s,%d"
1283 msgstr ""
1284
1285 #: config/tc-alpha.c:4979
1286 #, c-format
1287 msgid "Tried to .set unrecognized mode `%s'"
1288 msgstr ""
1289
1290 #: config/tc-alpha.c:5005
1291 #, c-format
1292 msgid "Bad base register, using $%d."
1293 msgstr ""
1294
1295 #: config/tc-alpha.c:5026
1296 #, c-format
1297 msgid "Alignment too large: %d. assumed"
1298 msgstr ""
1299
1300 #: config/tc-alpha.c:5030 config/tc-d30v.c:2048
1301 msgid "Alignment negative: 0 assumed"
1302 msgstr ""
1303
1304 #: config/tc-alpha.c:5124 config/tc-alpha.c:5617
1305 #, c-format
1306 msgid "Unknown CPU identifier `%s'"
1307 msgstr ""
1308
1309 #: config/tc-alpha.c:5315
1310 #, c-format
1311 msgid "Chose GP value of %lx\n"
1312 msgstr ""
1313
1314 #: config/tc-alpha.c:5329
1315 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
1316 msgstr ""
1317
1318 #: config/tc-alpha.c:5418
1319 #, c-format
1320 msgid "internal error: can't hash opcode `%s': %s"
1321 msgstr ""
1322
1323 #: config/tc-alpha.c:5454
1324 #, c-format
1325 msgid "internal error: can't hash macro `%s': %s"
1326 msgstr ""
1327
1328 #: config/tc-alpha.c:5539 config/tc-arm.c:6439 config/tc-arm.c:6451
1329 #: config/tc-i960.c:708 config/tc-xtensa.c:5294 config/tc-xtensa.c:5372
1330 #: config/tc-xtensa.c:5490 config/tc-z80.c:1893
1331 msgid "syntax error"
1332 msgstr ""
1333
1334 #: config/tc-alpha.c:5668
1335 msgid ""
1336 "Alpha options:\n"
1337 "-32addr\t\t\ttreat addresses as 32-bit values\n"
1338 "-F\t\t\tlack floating point instructions support\n"
1339 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
1340 "\t\t\tspecify variant of Alpha architecture\n"
1341 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -m21264b\n"
1342 "\t\t\tthese variants include PALcode opcodes\n"
1343 msgstr ""
1344
1345 #: config/tc-alpha.c:5678
1346 msgid ""
1347 "VMS options:\n"
1348 "-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
1349 "-H\t\t\tshow new symbol after hash truncation\n"
1350 "-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
1351 msgstr ""
1352
1353 #: config/tc-alpha.c:5929
1354 #, c-format
1355 msgid "unhandled relocation type %s"
1356 msgstr ""
1357
1358 #: config/tc-alpha.c:5942
1359 msgid "non-absolute expression in constant field"
1360 msgstr ""
1361
1362 #: config/tc-alpha.c:5956
1363 #, c-format
1364 msgid "type %d reloc done?\n"
1365 msgstr ""
1366
1367 #: config/tc-alpha.c:6003 config/tc-alpha.c:6010
1368 msgid "Used $at without \".set noat\""
1369 msgstr ""
1370
1371 #: config/tc-alpha.c:6179
1372 #, c-format
1373 msgid "!samegp reloc against symbol without .prologue: %s"
1374 msgstr ""
1375
1376 #: config/tc-alpha.c:6223 config/tc-xtensa.c:5996
1377 #, c-format
1378 msgid "cannot represent `%s' relocation in object file"
1379 msgstr ""
1380
1381 #: config/tc-alpha.c:6229
1382 #, c-format
1383 msgid "internal error? cannot generate `%s' relocation"
1384 msgstr ""
1385
1386 #: config/tc-alpha.c:6336
1387 #, c-format
1388 msgid "frame reg expected, using $%d."
1389 msgstr ""
1390
1391 #: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:991
1392 #: config/tc-h8300.c:77 config/tc-h8300.c:86 config/tc-h8300.c:96
1393 #: config/tc-h8300.c:106 config/tc-h8300.c:116 config/tc-h8300.c:127
1394 #: config/tc-h8300.c:194 config/tc-hppa.c:6820 config/tc-hppa.c:6826
1395 #: config/tc-hppa.c:6832 config/tc-hppa.c:6838 config/tc-hppa.c:8245
1396 #: config/tc-mn10300.c:935 config/tc-mn10300.c:940 config/tc-mn10300.c:2433
1397 #: config/tc-xc16x.c:79 config/tc-xc16x.c:86 config/tc-xc16x.c:93
1398 msgid "could not set architecture and machine"
1399 msgstr ""
1400
1401 #: config/tc-arc.c:212 config/tc-arm.c:21296 config/tc-score.c:6304
1402 #: config/tc-score.c:6533 config/tc-score.c:6538
1403 msgid "virtual memory exhausted"
1404 msgstr ""
1405
1406 #: config/tc-arc.c:432 config/tc-arc.c:670
1407 msgid "expected comma after operand name"
1408 msgstr ""
1409
1410 #: config/tc-arc.c:443
1411 #, c-format
1412 msgid "negative operand number %d"
1413 msgstr ""
1414
1415 #: config/tc-arc.c:455
1416 msgid "expected comma after register-number"
1417 msgstr ""
1418
1419 #: config/tc-arc.c:480
1420 msgid "invalid mode"
1421 msgstr ""
1422
1423 #: config/tc-arc.c:497
1424 msgid "expected comma after register-mode"
1425 msgstr ""
1426
1427 #: config/tc-arc.c:514
1428 msgid "shortcut designator invalid"
1429 msgstr ""
1430
1431 #: config/tc-arc.c:529
1432 #, c-format
1433 msgid "core register value (%d) too large"
1434 msgstr ""
1435
1436 #: config/tc-arc.c:537
1437 #, c-format
1438 msgid "condition code value (%d) too large"
1439 msgstr ""
1440
1441 #: config/tc-arc.c:554
1442 #, c-format
1443 msgid "attempt to override symbol: %s"
1444 msgstr ""
1445
1446 #: config/tc-arc.c:625
1447 msgid "invalid opertype"
1448 msgstr ""
1449
1450 #: config/tc-arc.c:682
1451 msgid "expected comma after opcode"
1452 msgstr ""
1453
1454 #: config/tc-arc.c:692
1455 #, c-format
1456 msgid "negative subopcode %d"
1457 msgstr ""
1458
1459 #: config/tc-arc.c:701
1460 msgid "subcode value found when opcode not equal 0x03"
1461 msgstr ""
1462
1463 #: config/tc-arc.c:709
1464 #, c-format
1465 msgid "invalid subopcode %d"
1466 msgstr ""
1467
1468 #: config/tc-arc.c:720
1469 msgid "expected comma after subopcode"
1470 msgstr ""
1471
1472 #: config/tc-arc.c:739
1473 msgid "invalid suffix class"
1474 msgstr ""
1475
1476 #: config/tc-arc.c:748
1477 msgid "expected comma after suffix class"
1478 msgstr ""
1479
1480 #: config/tc-arc.c:767
1481 msgid "invalid syntax class"
1482 msgstr ""
1483
1484 #: config/tc-arc.c:774
1485 msgid "opcode 0x3 and SYNTAX_3OP invalid"
1486 msgstr ""
1487
1488 #: config/tc-arc.c:794
1489 msgid "unknown suffix class"
1490 msgstr ""
1491
1492 #: config/tc-arc.c:861
1493 msgid "expected comma after symbol name"
1494 msgstr ""
1495
1496 #: config/tc-arc.c:871
1497 msgid "negative symbol length"
1498 msgstr ""
1499
1500 #: config/tc-arc.c:882
1501 msgid "ignoring attempt to re-define symbol"
1502 msgstr ""
1503
1504 #: config/tc-arc.c:889
1505 #, c-format
1506 msgid "length of symbol \"%s\" already %ld, ignoring %d"
1507 msgstr ""
1508
1509 #: config/tc-arc.c:903
1510 msgid "assuming symbol alignment of zero"
1511 msgstr ""
1512
1513 #: config/tc-arc.c:970
1514 msgid "\".option\" directive must appear before any instructions"
1515 msgstr ""
1516
1517 #: config/tc-arc.c:980
1518 msgid "\".option\" directive conflicts with initial definition"
1519 msgstr ""
1520
1521 #: config/tc-arc.c:988
1522 msgid "\".option\" directive overrides command-line (default) value"
1523 msgstr ""
1524
1525 #: config/tc-arc.c:998
1526 msgid "invalid identifier for \".option\""
1527 msgstr ""
1528
1529 #: config/tc-arc.c:1036 config/tc-i860.c:1034 config/tc-ip2k.c:249
1530 msgid "relaxation not supported\n"
1531 msgstr ""
1532
1533 #: config/tc-arc.c:1080
1534 msgid "expression too complex code symbol"
1535 msgstr ""
1536
1537 #: config/tc-arc.c:1107
1538 #, c-format
1539 msgid "missing ')' in %%-op"
1540 msgstr ""
1541
1542 #: config/tc-arc.c:1362 config/tc-dlx.c:1201 config/tc-i960.c:2641
1543 #: config/tc-m32r.c:2281 config/tc-sparc.c:3508
1544 #, c-format
1545 msgid "internal error: can't export reloc type %d (`%s')"
1546 msgstr ""
1547
1548 #: config/tc-arc.c:1494
1549 #, c-format
1550 msgid "unknown syntax format character `%c'"
1551 msgstr ""
1552
1553 #: config/tc-arc.c:1632
1554 msgid "too many suffixes"
1555 msgstr ""
1556
1557 #: config/tc-arc.c:1671
1558 msgid "symbol as destination register"
1559 msgstr ""
1560
1561 #: config/tc-arc.c:1756 config/tc-i370.c:2211 config/tc-mn10200.c:1141
1562 #: config/tc-mn10300.c:1820 config/tc-ppc.c:2891 config/tc-s390.c:1460
1563 #: config/tc-v850.c:2009
1564 #, c-format
1565 msgid "junk at end of line: `%s'"
1566 msgstr ""
1567
1568 #: config/tc-arc.c:1795
1569 msgid "8 byte instruction in delay slot"
1570 msgstr ""
1571
1572 #. except for jl addr
1573 #: config/tc-arc.c:1798
1574 msgid "8 byte jump instruction with delay slot"
1575 msgstr ""
1576
1577 #: config/tc-arc.c:1806
1578 msgid "conditional branch follows set of flags"
1579 msgstr ""
1580
1581 #: config/tc-arc.c:1890 config/tc-arm.c:15434
1582 #, c-format
1583 msgid "bad instruction `%s'"
1584 msgstr ""
1585
1586 #: config/tc-arm.c:516
1587 msgid "ARM register expected"
1588 msgstr ""
1589
1590 #: config/tc-arm.c:517
1591 msgid "bad or missing co-processor number"
1592 msgstr ""
1593
1594 #: config/tc-arm.c:518
1595 msgid "co-processor register expected"
1596 msgstr ""
1597
1598 #: config/tc-arm.c:519
1599 msgid "FPA register expected"
1600 msgstr ""
1601
1602 #: config/tc-arm.c:520
1603 msgid "VFP single precision register expected"
1604 msgstr ""
1605
1606 #: config/tc-arm.c:521
1607 msgid "VFP/Neon double precision register expected"
1608 msgstr ""
1609
1610 #: config/tc-arm.c:522
1611 msgid "Neon quad precision register expected"
1612 msgstr ""
1613
1614 #: config/tc-arm.c:523
1615 msgid "VFP single or double precision register expected"
1616 msgstr ""
1617
1618 #: config/tc-arm.c:524
1619 msgid "Neon double or quad precision register expected"
1620 msgstr ""
1621
1622 #: config/tc-arm.c:525
1623 msgid "VFP single, double or Neon quad precision register expected"
1624 msgstr ""
1625
1626 #: config/tc-arm.c:526
1627 msgid "VFP system register expected"
1628 msgstr ""
1629
1630 #: config/tc-arm.c:527
1631 msgid "Maverick MVF register expected"
1632 msgstr ""
1633
1634 #: config/tc-arm.c:528
1635 msgid "Maverick MVD register expected"
1636 msgstr ""
1637
1638 #: config/tc-arm.c:529
1639 msgid "Maverick MVFX register expected"
1640 msgstr ""
1641
1642 #: config/tc-arm.c:530
1643 msgid "Maverick MVDX register expected"
1644 msgstr ""
1645
1646 #: config/tc-arm.c:531
1647 msgid "Maverick MVAX register expected"
1648 msgstr ""
1649
1650 #: config/tc-arm.c:532
1651 msgid "Maverick DSPSC register expected"
1652 msgstr ""
1653
1654 #: config/tc-arm.c:533
1655 msgid "iWMMXt data register expected"
1656 msgstr ""
1657
1658 #: config/tc-arm.c:534 config/tc-arm.c:6248
1659 msgid "iWMMXt control register expected"
1660 msgstr ""
1661
1662 #: config/tc-arm.c:535
1663 msgid "iWMMXt scalar register expected"
1664 msgstr ""
1665
1666 #: config/tc-arm.c:536
1667 msgid "XScale accumulator register expected"
1668 msgstr ""
1669
1670 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
1671 #: config/tc-arm.c:685 config/tc-score.c:259
1672 msgid "bad arguments to instruction"
1673 msgstr ""
1674
1675 #: config/tc-arm.c:686
1676 msgid "r13 not allowed here"
1677 msgstr ""
1678
1679 #: config/tc-arm.c:687
1680 msgid "r15 not allowed here"
1681 msgstr ""
1682
1683 #: config/tc-arm.c:688
1684 msgid "instruction cannot be conditional"
1685 msgstr ""
1686
1687 #: config/tc-arm.c:689
1688 msgid "registers may not be the same"
1689 msgstr ""
1690
1691 #: config/tc-arm.c:690
1692 msgid "lo register required"
1693 msgstr ""
1694
1695 #: config/tc-arm.c:691
1696 msgid "instruction not supported in Thumb16 mode"
1697 msgstr ""
1698
1699 #: config/tc-arm.c:692
1700 msgid "instruction does not accept this addressing mode"
1701 msgstr ""
1702
1703 #: config/tc-arm.c:693
1704 msgid "branch must be last instruction in IT block"
1705 msgstr ""
1706
1707 #: config/tc-arm.c:694
1708 msgid "instruction not allowed in IT block"
1709 msgstr ""
1710
1711 #: config/tc-arm.c:695
1712 msgid "selected FPU does not support instruction"
1713 msgstr ""
1714
1715 #: config/tc-arm.c:696
1716 msgid "thumb conditional instruction should be in IT block"
1717 msgstr ""
1718
1719 #: config/tc-arm.c:697
1720 msgid "incorrect condition in IT block"
1721 msgstr ""
1722
1723 #: config/tc-arm.c:698
1724 msgid "IT falling in the range of a previous IT block"
1725 msgstr ""
1726
1727 #: config/tc-arm.c:699
1728 msgid "missing .fnstart before unwinding directive"
1729 msgstr ""
1730
1731 #: config/tc-arm.c:890
1732 msgid "immediate expression requires a # prefix"
1733 msgstr ""
1734
1735 #: config/tc-arm.c:918 read.c:3617
1736 msgid "missing expression"
1737 msgstr ""
1738
1739 #: config/tc-arm.c:918 config/tc-score.c:6520 expr.c:1352 read.c:2464
1740 msgid "bad expression"
1741 msgstr ""
1742
1743 #: config/tc-arm.c:929 config/tc-i860.c:1003 config/tc-sparc.c:2880
1744 msgid "bad segment"
1745 msgstr ""
1746
1747 #: config/tc-arm.c:946 config/tc-arm.c:4744 config/tc-i960.c:1300
1748 #: config/tc-score.c:1211
1749 msgid "invalid constant"
1750 msgstr ""
1751
1752 #: config/tc-arm.c:1076
1753 msgid "expected #constant"
1754 msgstr ""
1755
1756 #: config/tc-arm.c:1237
1757 #, c-format
1758 msgid "unexpected character `%c' in type specifier"
1759 msgstr ""
1760
1761 #: config/tc-arm.c:1254
1762 #, c-format
1763 msgid "bad size %d in type specifier"
1764 msgstr ""
1765
1766 #: config/tc-arm.c:1304
1767 msgid "only one type should be specified for operand"
1768 msgstr ""
1769
1770 #: config/tc-arm.c:1310
1771 msgid "vector type expected"
1772 msgstr ""
1773
1774 #: config/tc-arm.c:1382
1775 msgid "can't redefine type for operand"
1776 msgstr ""
1777
1778 #: config/tc-arm.c:1393
1779 msgid "only D registers may be indexed"
1780 msgstr ""
1781
1782 #: config/tc-arm.c:1399
1783 msgid "can't change index for operand"
1784 msgstr ""
1785
1786 #: config/tc-arm.c:1415 config/tc-arm.c:3274 config/tc-arm.c:4345
1787 msgid "constant expression required"
1788 msgstr ""
1789
1790 #: config/tc-arm.c:1458
1791 msgid "register operand expected, but got scalar"
1792 msgstr ""
1793
1794 #: config/tc-arm.c:1491
1795 msgid "scalar must have an index"
1796 msgstr ""
1797
1798 #: config/tc-arm.c:1496 config/tc-arm.c:14062 config/tc-arm.c:14110
1799 #: config/tc-arm.c:14512
1800 msgid "scalar index out of range"
1801 msgstr ""
1802
1803 #: config/tc-arm.c:1544
1804 msgid "bad range in register list"
1805 msgstr ""
1806
1807 #: config/tc-arm.c:1552 config/tc-arm.c:1561 config/tc-arm.c:1602
1808 #, c-format
1809 msgid "Warning: duplicated register (r%d) in register list"
1810 msgstr ""
1811
1812 #: config/tc-arm.c:1564
1813 msgid "Warning: register range not in ascending order"
1814 msgstr ""
1815
1816 #: config/tc-arm.c:1575
1817 msgid "missing `}'"
1818 msgstr ""
1819
1820 #: config/tc-arm.c:1591
1821 msgid "invalid register mask"
1822 msgstr ""
1823
1824 #: config/tc-arm.c:1673
1825 msgid "expecting {"
1826 msgstr ""
1827
1828 #: config/tc-arm.c:1728 config/tc-arm.c:1772
1829 msgid "register out of range in list"
1830 msgstr ""
1831
1832 #: config/tc-arm.c:1744 config/tc-arm.c:1789 config/tc-h8300.c:990
1833 #: config/tc-mips.c:10561 config/tc-mips.c:10583
1834 msgid "invalid register list"
1835 msgstr ""
1836
1837 #: config/tc-arm.c:1750 config/tc-arm.c:3788 config/tc-arm.c:3921
1838 msgid "register list not in ascending order"
1839 msgstr ""
1840
1841 #: config/tc-arm.c:1781
1842 msgid "register range not in ascending order"
1843 msgstr ""
1844
1845 #: config/tc-arm.c:1814
1846 msgid "non-contiguous register range"
1847 msgstr ""
1848
1849 #: config/tc-arm.c:1874
1850 msgid "register stride must be 1 or 2"
1851 msgstr ""
1852
1853 #: config/tc-arm.c:1875
1854 msgid "mismatched element/structure types in list"
1855 msgstr ""
1856
1857 #: config/tc-arm.c:1940
1858 msgid "don't use Rn-Rm syntax with non-unit stride"
1859 msgstr ""
1860
1861 #: config/tc-arm.c:1995
1862 msgid "error parsing element/structure list"
1863 msgstr ""
1864
1865 #: config/tc-arm.c:2001
1866 msgid "expected }"
1867 msgstr ""
1868
1869 #: config/tc-arm.c:2057
1870 #, c-format
1871 msgid "ignoring attempt to redefine built-in register '%s'"
1872 msgstr ""
1873
1874 #: config/tc-arm.c:2062
1875 #, c-format
1876 msgid "ignoring redefinition of register alias '%s'"
1877 msgstr ""
1878
1879 #: config/tc-arm.c:2090
1880 msgid "attempt to redefine typed alias"
1881 msgstr ""
1882
1883 #: config/tc-arm.c:2128
1884 #, c-format
1885 msgid "unknown register '%s' -- .req ignored"
1886 msgstr ""
1887
1888 #: config/tc-arm.c:2223
1889 msgid "bad type for register"
1890 msgstr ""
1891
1892 #: config/tc-arm.c:2234
1893 msgid "expression must be constant"
1894 msgstr ""
1895
1896 #: config/tc-arm.c:2251
1897 msgid "can't redefine the type of a register alias"
1898 msgstr ""
1899
1900 #: config/tc-arm.c:2258
1901 msgid "you must specify a single type only"
1902 msgstr ""
1903
1904 #: config/tc-arm.c:2271
1905 msgid "can't redefine the index of a scalar alias"
1906 msgstr ""
1907
1908 #: config/tc-arm.c:2279
1909 msgid "scalar index must be constant"
1910 msgstr ""
1911
1912 #: config/tc-arm.c:2288
1913 msgid "expecting ]"
1914 msgstr ""
1915
1916 #: config/tc-arm.c:2326
1917 msgid "invalid syntax for .req directive"
1918 msgstr ""
1919
1920 #: config/tc-arm.c:2332
1921 msgid "invalid syntax for .dn directive"
1922 msgstr ""
1923
1924 #: config/tc-arm.c:2338
1925 msgid "invalid syntax for .qn directive"
1926 msgstr ""
1927
1928 #: config/tc-arm.c:2364
1929 msgid "invalid syntax for .unreq directive"
1930 msgstr ""
1931
1932 #: config/tc-arm.c:2370
1933 #, c-format
1934 msgid "unknown register alias '%s'"
1935 msgstr ""
1936
1937 #: config/tc-arm.c:2372
1938 #, c-format
1939 msgid "ignoring attempt to undefine built-in register '%s'"
1940 msgstr ""
1941
1942 #: config/tc-arm.c:2610
1943 #, c-format
1944 msgid "Failed to find real start of function: %s\n"
1945 msgstr ""
1946
1947 #: config/tc-arm.c:2627
1948 msgid "selected processor does not support THUMB opcodes"
1949 msgstr ""
1950
1951 #: config/tc-arm.c:2640
1952 msgid "selected processor does not support ARM opcodes"
1953 msgstr ""
1954
1955 #: config/tc-arm.c:2652
1956 #, c-format
1957 msgid "invalid instruction size selected (%d)"
1958 msgstr ""
1959
1960 #: config/tc-arm.c:2684
1961 #, c-format
1962 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
1963 msgstr ""
1964
1965 #: config/tc-arm.c:2740
1966 #, c-format
1967 msgid "expected comma after name \"%s\""
1968 msgstr ""
1969
1970 #: config/tc-arm.c:2790 config/tc-m32r.c:588
1971 #, c-format
1972 msgid "symbol `%s' already defined"
1973 msgstr ""
1974
1975 #: config/tc-arm.c:2824
1976 #, c-format
1977 msgid "unrecognized syntax mode \"%s\""
1978 msgstr ""
1979
1980 #: config/tc-arm.c:2845
1981 #, c-format
1982 msgid "alignment too large: %d assumed"
1983 msgstr ""
1984
1985 #: config/tc-arm.c:2848
1986 msgid "alignment negative. 0 assumed."
1987 msgstr ""
1988
1989 #: config/tc-arm.c:2998
1990 msgid "literal pool overflow"
1991 msgstr ""
1992
1993 #: config/tc-arm.c:3154 config/tc-arm.c:6183
1994 msgid "unrecognized relocation suffix"
1995 msgstr ""
1996
1997 #: config/tc-arm.c:3167
1998 msgid "(plt) is only valid on branch targets"
1999 msgstr ""
2000
2001 #: config/tc-arm.c:3173 config/tc-s390.c:1100 config/tc-s390.c:1725
2002 #: config/tc-xtensa.c:1591
2003 #, c-format
2004 msgid "%s relocations do not fit in %d bytes"
2005 msgstr ""
2006
2007 #: config/tc-arm.c:3250
2008 msgid ".inst.n operand too big. Use .inst.w instead"
2009 msgstr ""
2010
2011 #: config/tc-arm.c:3270
2012 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
2013 msgstr ""
2014
2015 #: config/tc-arm.c:3300
2016 msgid "width suffixes are invalid in ARM mode"
2017 msgstr ""
2018
2019 #: config/tc-arm.c:3342 dwarf2dbg.c:701
2020 msgid "expected 0 or 1"
2021 msgstr ""
2022
2023 #: config/tc-arm.c:3346
2024 msgid "missing comma"
2025 msgstr ""
2026
2027 #: config/tc-arm.c:3379
2028 msgid "duplicate .fnstart directive"
2029 msgstr ""
2030
2031 #: config/tc-arm.c:3410
2032 msgid "duplicate .handlerdata directive"
2033 msgstr ""
2034
2035 #: config/tc-arm.c:3429
2036 msgid ".fnend directive without .fnstart"
2037 msgstr ""
2038
2039 #: config/tc-arm.c:3495
2040 msgid "personality routine specified for cantunwind frame"
2041 msgstr ""
2042
2043 #: config/tc-arm.c:3512
2044 msgid "duplicate .personalityindex directive"
2045 msgstr ""
2046
2047 #: config/tc-arm.c:3519
2048 msgid "bad personality routine number"
2049 msgstr ""
2050
2051 #: config/tc-arm.c:3541
2052 msgid "duplicate .personality directive"
2053 msgstr ""
2054
2055 #: config/tc-arm.c:3564 config/tc-arm.c:3692 config/tc-arm.c:3740
2056 msgid "expected register list"
2057 msgstr ""
2058
2059 #: config/tc-arm.c:3646
2060 msgid "expected , <constant>"
2061 msgstr ""
2062
2063 #: config/tc-arm.c:3655
2064 msgid "number of registers must be in the range [1:4]"
2065 msgstr ""
2066
2067 #: config/tc-arm.c:3802 config/tc-arm.c:3935
2068 msgid "bad register range"
2069 msgstr ""
2070
2071 #: config/tc-arm.c:3992
2072 msgid "register expected"
2073 msgstr ""
2074
2075 #: config/tc-arm.c:4002
2076 msgid "FPA .unwind_save does not take a register list"
2077 msgstr ""
2078
2079 #: config/tc-arm.c:4021
2080 msgid ".unwind_save does not support this kind of register"
2081 msgstr ""
2082
2083 #: config/tc-arm.c:4060
2084 msgid "SP and PC not permitted in .unwind_movsp directive"
2085 msgstr ""
2086
2087 #: config/tc-arm.c:4065
2088 msgid "unexpected .unwind_movsp directive"
2089 msgstr ""
2090
2091 #: config/tc-arm.c:4092
2092 msgid "stack increment must be multiple of 4"
2093 msgstr ""
2094
2095 #: config/tc-arm.c:4124
2096 msgid "expected <reg>, <reg>"
2097 msgstr ""
2098
2099 #: config/tc-arm.c:4142
2100 msgid "register must be either sp or set by a previousunwind_movsp directive"
2101 msgstr ""
2102
2103 #: config/tc-arm.c:4181
2104 msgid "expected <offset>, <opcode>"
2105 msgstr ""
2106
2107 #: config/tc-arm.c:4193
2108 msgid "unwind opcode too long"
2109 msgstr ""
2110
2111 #: config/tc-arm.c:4198
2112 msgid "invalid unwind opcode"
2113 msgstr ""
2114
2115 #: config/tc-arm.c:4351 config/tc-arm.c:5213 config/tc-arm.c:8917
2116 #: config/tc-arm.c:9440 config/tc-arm.c:12568 config/tc-arm.c:20329
2117 #: config/tc-arm.c:20354 config/tc-arm.c:20362 config/tc-z8k.c:1144
2118 #: config/tc-z8k.c:1154
2119 msgid "immediate value out of range"
2120 msgstr ""
2121
2122 #: config/tc-arm.c:4498
2123 msgid "invalid FPA immediate expression"
2124 msgstr ""
2125
2126 #: config/tc-arm.c:4622 config/tc-arm.c:4630
2127 msgid "shift expression expected"
2128 msgstr ""
2129
2130 #: config/tc-arm.c:4644
2131 msgid "'LSL' or 'ASR' required"
2132 msgstr ""
2133
2134 #: config/tc-arm.c:4652
2135 msgid "'LSL' required"
2136 msgstr ""
2137
2138 #: config/tc-arm.c:4660
2139 msgid "'ASR' required"
2140 msgstr ""
2141
2142 #: config/tc-arm.c:4732 config/tc-arm.c:5207 config/tc-arm.c:6832
2143 #: config/tc-v850.c:1827 config/tc-v850.c:1848
2144 msgid "constant expression expected"
2145 msgstr ""
2146
2147 #: config/tc-arm.c:4739
2148 msgid "invalid rotation"
2149 msgstr ""
2150
2151 #: config/tc-arm.c:4899 config/tc-arm.c:5043
2152 msgid "unknown group relocation"
2153 msgstr ""
2154
2155 #: config/tc-arm.c:5012
2156 msgid "alignment must be constant"
2157 msgstr ""
2158
2159 #: config/tc-arm.c:5074
2160 msgid "this group relocation is not allowed on this instruction"
2161 msgstr ""
2162
2163 #: config/tc-arm.c:5086 config/tc-arm.c:5486
2164 msgid "']' expected"
2165 msgstr ""
2166
2167 #: config/tc-arm.c:5104
2168 msgid "'}' expected at end of 'option' field"
2169 msgstr ""
2170
2171 #: config/tc-arm.c:5109
2172 msgid "cannot combine index with option"
2173 msgstr ""
2174
2175 #: config/tc-arm.c:5122
2176 msgid "cannot combine pre- and post-indexing"
2177 msgstr ""
2178
2179 #: config/tc-arm.c:5283
2180 msgid "flag for {c}psr instruction expected"
2181 msgstr ""
2182
2183 #: config/tc-arm.c:5308
2184 msgid "unrecognized CPS flag"
2185 msgstr ""
2186
2187 #: config/tc-arm.c:5315
2188 msgid "missing CPS flags"
2189 msgstr ""
2190
2191 #: config/tc-arm.c:5338 config/tc-arm.c:5344
2192 msgid "valid endian specifiers are be or le"
2193 msgstr ""
2194
2195 #: config/tc-arm.c:5366
2196 msgid "missing rotation field after comma"
2197 msgstr ""
2198
2199 #: config/tc-arm.c:5381
2200 msgid "rotation can only be 0, 8, 16, or 24"
2201 msgstr ""
2202
2203 #: config/tc-arm.c:5410
2204 msgid "condition required"
2205 msgstr ""
2206
2207 #: config/tc-arm.c:5448 config/tc-arm.c:7385
2208 msgid "'[' expected"
2209 msgstr ""
2210
2211 #: config/tc-arm.c:5461
2212 msgid "',' expected"
2213 msgstr ""
2214
2215 #: config/tc-arm.c:5478
2216 msgid "invalid shift"
2217 msgstr ""
2218
2219 #: config/tc-arm.c:5551
2220 msgid "can't use Neon quad register here"
2221 msgstr ""
2222
2223 #: config/tc-arm.c:5617
2224 msgid "expected <Rm> or <Dm> or <Qm> operand"
2225 msgstr ""
2226
2227 #: config/tc-arm.c:5697
2228 msgid "parse error"
2229 msgstr ""
2230
2231 #: config/tc-arm.c:5707 read.c:2135
2232 msgid "expected comma"
2233 msgstr ""
2234
2235 #: config/tc-arm.c:6018 config/tc-arm.c:6088
2236 msgid "immediate value is out of range"
2237 msgstr ""
2238
2239 #: config/tc-arm.c:6233
2240 msgid "iWMMXt data or control register expected"
2241 msgstr ""
2242
2243 #: config/tc-arm.c:6386
2244 #, c-format
2245 msgid "unhandled operand code %d"
2246 msgstr ""
2247
2248 #: config/tc-arm.c:6465 config/tc-score.c:264
2249 msgid "garbage following instruction"
2250 msgstr ""
2251
2252 #. If REG is R13 (the stack pointer), warn that its use is
2253 #. deprecated.
2254 #: config/tc-arm.c:6505
2255 msgid "use of r13 is deprecated"
2256 msgstr ""
2257
2258 #: config/tc-arm.c:6575
2259 msgid "D register out of range for selected VFP version"
2260 msgstr ""
2261
2262 #: config/tc-arm.c:6654
2263 msgid "instruction does not accept preindexed addressing"
2264 msgstr ""
2265
2266 #. unindexed - only for coprocessor
2267 #: config/tc-arm.c:6670 config/tc-arm.c:8710
2268 msgid "instruction does not accept unindexed addressing"
2269 msgstr ""
2270
2271 #: config/tc-arm.c:6678
2272 msgid "destination register same as write-back base"
2273 msgstr ""
2274
2275 #: config/tc-arm.c:6679
2276 msgid "source register same as write-back base"
2277 msgstr ""
2278
2279 #: config/tc-arm.c:6725
2280 msgid "instruction does not accept scaled register index"
2281 msgstr ""
2282
2283 #: config/tc-arm.c:6765
2284 msgid "instruction does not support unindexed addressing"
2285 msgstr ""
2286
2287 #: config/tc-arm.c:6780
2288 msgid "pc may not be used with write-back"
2289 msgstr ""
2290
2291 #: config/tc-arm.c:6785
2292 msgid "instruction does not support writeback"
2293 msgstr ""
2294
2295 #: config/tc-arm.c:6827
2296 msgid "invalid pseudo operation"
2297 msgstr ""
2298
2299 #: config/tc-arm.c:6873
2300 msgid "literal pool insertion failed"
2301 msgstr ""
2302
2303 #: config/tc-arm.c:6931
2304 msgid "Rn must not overlap other operands"
2305 msgstr ""
2306
2307 #: config/tc-arm.c:7020 config/tc-arm.c:9276
2308 msgid "bad barrier type"
2309 msgstr ""
2310
2311 #: config/tc-arm.c:7031 config/tc-arm.c:7050 config/tc-arm.c:7063
2312 #: config/tc-arm.c:9288 config/tc-arm.c:9319 config/tc-arm.c:9341
2313 msgid "bit-field extends past end of register"
2314 msgstr ""
2315
2316 #: config/tc-arm.c:7092
2317 msgid "the only suffix valid here is '(plt)'"
2318 msgstr ""
2319
2320 #: config/tc-arm.c:7145
2321 msgid "use of r15 in blx in ARM mode is not really useful"
2322 msgstr ""
2323
2324 #: config/tc-arm.c:7167
2325 msgid "use of r15 in bx in ARM mode is not really useful"
2326 msgstr ""
2327
2328 #: config/tc-arm.c:7192
2329 msgid "use of r15 in bxj is not really useful"
2330 msgstr ""
2331
2332 #: config/tc-arm.c:7352 config/tc-arm.c:7361
2333 msgid "writeback of base register is UNPREDICTABLE"
2334 msgstr ""
2335
2336 #: config/tc-arm.c:7355
2337 msgid "writeback of base register when in register list is UNPREDICTABLE"
2338 msgstr ""
2339
2340 #: config/tc-arm.c:7365
2341 msgid "if writeback register is in list, it must be the lowest reg in the list"
2342 msgstr ""
2343
2344 #: config/tc-arm.c:7380
2345 msgid "first destination register must be even"
2346 msgstr ""
2347
2348 #: config/tc-arm.c:7383 config/tc-arm.c:7450
2349 msgid "can only load two consecutive registers"
2350 msgstr ""
2351
2352 #. If op 1 were present and equal to PC, this function wouldn't
2353 #. have been called in the first place.
2354 #. If op 2 were present and equal to PC, this function wouldn't
2355 #. have been called in the first place.
2356 #: config/tc-arm.c:7384 config/tc-arm.c:7453 config/tc-arm.c:7982
2357 #: config/tc-arm.c:9988
2358 msgid "r14 not allowed here"
2359 msgstr ""
2360
2361 #: config/tc-arm.c:7398
2362 msgid "base register written back, and overlaps second destination register"
2363 msgstr ""
2364
2365 #: config/tc-arm.c:7406
2366 msgid "index register overlaps destination register"
2367 msgstr ""
2368
2369 #: config/tc-arm.c:7436 config/tc-arm.c:7964
2370 msgid "offset must be zero in ARM encoding"
2371 msgstr ""
2372
2373 #: config/tc-arm.c:7447 config/tc-arm.c:7976
2374 msgid "even register required"
2375 msgstr ""
2376
2377 #: config/tc-arm.c:7478 config/tc-arm.c:7509
2378 msgid "this instruction requires a post-indexed address"
2379 msgstr ""
2380
2381 #: config/tc-arm.c:7536
2382 msgid "Rd and Rm should be different in mla"
2383 msgstr ""
2384
2385 #: config/tc-arm.c:7560 config/tc-arm.c:10317
2386 msgid ":lower16: not allowed this instruction"
2387 msgstr ""
2388
2389 #: config/tc-arm.c:7562
2390 msgid ":upper16: not allowed instruction"
2391 msgstr ""
2392
2393 #: config/tc-arm.c:7581
2394 msgid "operand 1 must be FPSCR"
2395 msgstr ""
2396
2397 #: config/tc-arm.c:7614 config/tc-arm.c:10442
2398 msgid "'CPSR' or 'SPSR' expected"
2399 msgstr ""
2400
2401 #: config/tc-arm.c:7651
2402 msgid "Rd and Rm should be different in mul"
2403 msgstr ""
2404
2405 #: config/tc-arm.c:7670 config/tc-arm.c:7909 config/tc-arm.c:10572
2406 msgid "rdhi and rdlo must be different"
2407 msgstr ""
2408
2409 #: config/tc-arm.c:7676
2410 msgid "rdhi, rdlo and rm must all be different"
2411 msgstr ""
2412
2413 #: config/tc-arm.c:7741
2414 msgid "'[' expected after PLD mnemonic"
2415 msgstr ""
2416
2417 #: config/tc-arm.c:7743 config/tc-arm.c:7758
2418 msgid "post-indexed expression used in preload instruction"
2419 msgstr ""
2420
2421 #: config/tc-arm.c:7745 config/tc-arm.c:7760
2422 msgid "writeback used in preload instruction"
2423 msgstr ""
2424
2425 #: config/tc-arm.c:7747 config/tc-arm.c:7762
2426 msgid "unindexed addressing used in preload instruction"
2427 msgstr ""
2428
2429 #: config/tc-arm.c:7756
2430 msgid "'[' expected after PLI mnemonic"
2431 msgstr ""
2432
2433 #: config/tc-arm.c:7935
2434 msgid "SRS base register must be r13"
2435 msgstr ""
2436
2437 #: config/tc-arm.c:7979
2438 msgid "can only store two consecutive registers"
2439 msgstr ""
2440
2441 #: config/tc-arm.c:8074 config/tc-arm.c:8091
2442 msgid "only two consecutive VFP SP registers allowed here"
2443 msgstr ""
2444
2445 #: config/tc-arm.c:8119 config/tc-arm.c:8134
2446 msgid "this addressing mode requires base-register writeback"
2447 msgstr ""
2448
2449 #: config/tc-arm.c:8308
2450 msgid "this instruction does not support indexing"
2451 msgstr ""
2452
2453 #: config/tc-arm.c:8331
2454 msgid "only r15 allowed here"
2455 msgstr ""
2456
2457 #: config/tc-arm.c:8466
2458 msgid "immediate operand requires iWMMXt2"
2459 msgstr ""
2460
2461 #: config/tc-arm.c:8610
2462 msgid "shift by register not allowed in thumb mode"
2463 msgstr ""
2464
2465 #: config/tc-arm.c:8622 config/tc-arm.c:11085 config/tc-arm.c:19719
2466 msgid "shift expression is too large"
2467 msgstr ""
2468
2469 #: config/tc-arm.c:8648
2470 msgid "Instruction does not support =N addresses"
2471 msgstr ""
2472
2473 #: config/tc-arm.c:8653
2474 msgid "cannot use register index with PC-relative addressing"
2475 msgstr ""
2476
2477 #: config/tc-arm.c:8654
2478 msgid "cannot use register index with this instruction"
2479 msgstr ""
2480
2481 #: config/tc-arm.c:8656
2482 msgid "Thumb does not support negative register indexing"
2483 msgstr ""
2484
2485 #: config/tc-arm.c:8658
2486 msgid "Thumb does not support register post-indexing"
2487 msgstr ""
2488
2489 #: config/tc-arm.c:8660
2490 msgid "Thumb does not support register indexing with writeback"
2491 msgstr ""
2492
2493 #: config/tc-arm.c:8662
2494 msgid "Thumb supports only LSL in shifted register indexing"
2495 msgstr ""
2496
2497 #: config/tc-arm.c:8671 config/tc-arm.c:13865
2498 msgid "shift out of range"
2499 msgstr ""
2500
2501 #: config/tc-arm.c:8679
2502 msgid "cannot use writeback with PC-relative addressing"
2503 msgstr ""
2504
2505 #: config/tc-arm.c:8681
2506 msgid "cannot use writeback with this instruction"
2507 msgstr ""
2508
2509 #: config/tc-arm.c:8700
2510 msgid "cannot use post-indexing with PC-relative addressing"
2511 msgstr ""
2512
2513 #: config/tc-arm.c:8701
2514 msgid "cannot use post-indexing with this instruction"
2515 msgstr ""
2516
2517 #: config/tc-arm.c:8912
2518 msgid "only SUBS PC, LR, #const allowed"
2519 msgstr ""
2520
2521 #: config/tc-arm.c:8991 config/tc-arm.c:9142 config/tc-arm.c:9239
2522 #: config/tc-arm.c:10396 config/tc-arm.c:10678
2523 msgid "shift must be constant"
2524 msgstr ""
2525
2526 #: config/tc-arm.c:9018 config/tc-arm.c:9157 config/tc-arm.c:9254
2527 #: config/tc-arm.c:10409
2528 msgid "unshifted register required"
2529 msgstr ""
2530
2531 #: config/tc-arm.c:9033 config/tc-arm.c:9265 config/tc-arm.c:10533
2532 msgid "dest must overlap one source register"
2533 msgstr ""
2534
2535 #: config/tc-arm.c:9160
2536 msgid "dest and source1 must be the same register"
2537 msgstr ""
2538
2539 #: config/tc-arm.c:9436
2540 msgid "instruction is always unconditional"
2541 msgstr ""
2542
2543 #: config/tc-arm.c:9531
2544 msgid "selected processor does not support 'A' form of this instruction"
2545 msgstr ""
2546
2547 #: config/tc-arm.c:9534
2548 msgid "Thumb does not support the 2-argument form of this instruction"
2549 msgstr ""
2550
2551 #: config/tc-arm.c:9642
2552 msgid "SP not allowed in register list"
2553 msgstr ""
2554
2555 #: config/tc-arm.c:9648
2556 msgid "LR and PC should not both be in register list"
2557 msgstr ""
2558
2559 #: config/tc-arm.c:9655
2560 msgid "base register should not be in register list when written back"
2561 msgstr ""
2562
2563 #: config/tc-arm.c:9661
2564 msgid "PC not allowed in register list"
2565 msgstr ""
2566
2567 #: config/tc-arm.c:9664 config/tc-arm.c:9730 config/tc-arm.c:9770
2568 #, c-format
2569 msgid "value stored for r%d is UNPREDICTABLE"
2570 msgstr ""
2571
2572 #: config/tc-arm.c:9706
2573 msgid "Thumb load/store multiple does not support {reglist}^"
2574 msgstr ""
2575
2576 #: config/tc-arm.c:9763
2577 msgid "Thumb-2 instruction only valid in unified syntax"
2578 msgstr ""
2579
2580 #: config/tc-arm.c:9767 config/tc-arm.c:9777
2581 msgid "this instruction will write back the base register"
2582 msgstr ""
2583
2584 #: config/tc-arm.c:9780
2585 msgid "this instruction will not write back the base register"
2586 msgstr ""
2587
2588 #: config/tc-arm.c:9809
2589 msgid "r14 not allowed as first register when second register is omitted"
2590 msgstr ""
2591
2592 #: config/tc-arm.c:9911 config/tc-arm.c:9924 config/tc-arm.c:9960
2593 msgid "Thumb does not support this addressing mode"
2594 msgstr ""
2595
2596 #: config/tc-arm.c:9928
2597 msgid "byte or halfword not valid for base register"
2598 msgstr ""
2599
2600 #: config/tc-arm.c:9931
2601 msgid "r15 based store not allowed"
2602 msgstr ""
2603
2604 #: config/tc-arm.c:9933
2605 msgid "invalid base register for register offset"
2606 msgstr ""
2607
2608 #: config/tc-arm.c:10273
2609 msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
2610 msgstr ""
2611
2612 #: config/tc-arm.c:10301
2613 msgid "only lo regs allowed with immediate"
2614 msgstr ""
2615
2616 #: config/tc-arm.c:10322
2617 msgid ":upper16: not allowed this instruction"
2618 msgstr ""
2619
2620 #: config/tc-arm.c:10432 config/tc-arm.c:10438 config/tc-arm.c:10468
2621 #: config/tc-arm.c:10474
2622 msgid "selected processor does not support requested special purpose register"
2623 msgstr ""
2624
2625 #: config/tc-arm.c:10463
2626 msgid "Thumb encoding does not support an immediate here"
2627 msgstr ""
2628
2629 #: config/tc-arm.c:10538
2630 msgid "Thumb-2 MUL must not set flags"
2631 msgstr ""
2632
2633 #: config/tc-arm.c:10603
2634 msgid "Thumb does not support NOP with hints"
2635 msgstr ""
2636
2637 #: config/tc-arm.c:10741
2638 msgid "push/pop do not support {reglist}^"
2639 msgstr ""
2640
2641 #: config/tc-arm.c:10764
2642 msgid "invalid register list to push/pop instruction"
2643 msgstr ""
2644
2645 #: config/tc-arm.c:10997
2646 msgid "source1 and dest must be same register"
2647 msgstr ""
2648
2649 #: config/tc-arm.c:11018
2650 msgid "ror #imm not supported"
2651 msgstr ""
2652
2653 #: config/tc-arm.c:11201
2654 msgid "Thumb encoding does not support rotation"
2655 msgstr ""
2656
2657 #: config/tc-arm.c:11221
2658 msgid "instruction requires register index"
2659 msgstr ""
2660
2661 #: config/tc-arm.c:11230
2662 msgid "instruction does not allow shifted index"
2663 msgstr ""
2664
2665 #: config/tc-arm.c:11640
2666 msgid "invalid instruction shape"
2667 msgstr ""
2668
2669 #: config/tc-arm.c:11883
2670 msgid "types specified in both the mnemonic and operands"
2671 msgstr ""
2672
2673 #: config/tc-arm.c:11920
2674 msgid "operand types can't be inferred"
2675 msgstr ""
2676
2677 #: config/tc-arm.c:11926
2678 msgid "type specifier has the wrong number of parts"
2679 msgstr ""
2680
2681 #: config/tc-arm.c:11981 config/tc-arm.c:13618 config/tc-arm.c:13625
2682 msgid "operand size must match register width"
2683 msgstr ""
2684
2685 #: config/tc-arm.c:11992
2686 msgid "bad type in Neon instruction"
2687 msgstr ""
2688
2689 #: config/tc-arm.c:12003
2690 msgid "inconsistent types in Neon instruction"
2691 msgstr ""
2692
2693 #: config/tc-arm.c:13052
2694 msgid "scalar out of range for multiply instruction"
2695 msgstr ""
2696
2697 #: config/tc-arm.c:13216 config/tc-arm.c:13228
2698 msgid "immediate out of range for insert"
2699 msgstr ""
2700
2701 #: config/tc-arm.c:13240 config/tc-arm.c:14210
2702 msgid "immediate out of range for shift"
2703 msgstr ""
2704
2705 #: config/tc-arm.c:13297 config/tc-arm.c:13324 config/tc-arm.c:13711
2706 #: config/tc-arm.c:14156
2707 msgid "immediate out of range"
2708 msgstr ""
2709
2710 #: config/tc-arm.c:13361
2711 msgid "immediate out of range for narrowing operation"
2712 msgstr ""
2713
2714 #: config/tc-arm.c:13486
2715 msgid "operands 0 and 1 must be the same register"
2716 msgstr ""
2717
2718 #: config/tc-arm.c:13685
2719 msgid "operand size must be specified for immediate VMOV"
2720 msgstr ""
2721
2722 #: config/tc-arm.c:13695
2723 msgid "immediate has bits set outside the operand size"
2724 msgstr ""
2725
2726 #: config/tc-arm.c:13891
2727 msgid "elements must be smaller than reversal region"
2728 msgstr ""
2729
2730 #: config/tc-arm.c:14061 config/tc-arm.c:14109
2731 msgid "bad type for scalar"
2732 msgstr ""
2733
2734 #: config/tc-arm.c:14173 config/tc-arm.c:14181
2735 msgid "VFP registers must be adjacent"
2736 msgstr ""
2737
2738 #: config/tc-arm.c:14322
2739 msgid "bad list length for table lookup"
2740 msgstr ""
2741
2742 #: config/tc-arm.c:14352
2743 msgid "writeback (!) must be used for VLDMDB and VSTMDB"
2744 msgstr ""
2745
2746 #: config/tc-arm.c:14355
2747 msgid "register list must contain at least 1 and at most 16 registers"
2748 msgstr ""
2749
2750 #: config/tc-arm.c:14432
2751 msgid "bad alignment"
2752 msgstr ""
2753
2754 #: config/tc-arm.c:14449
2755 msgid "bad list type for instruction"
2756 msgstr ""
2757
2758 #: config/tc-arm.c:14491
2759 msgid "unsupported alignment for instruction"
2760 msgstr ""
2761
2762 #: config/tc-arm.c:14510 config/tc-arm.c:14604 config/tc-arm.c:14615
2763 #: config/tc-arm.c:14625 config/tc-arm.c:14639
2764 msgid "bad list length"
2765 msgstr ""
2766
2767 #: config/tc-arm.c:14515
2768 msgid "stride of 2 unavailable when element size is 8"
2769 msgstr ""
2770
2771 #: config/tc-arm.c:14548 config/tc-arm.c:14623
2772 msgid "can't use alignment with this instruction"
2773 msgstr ""
2774
2775 #: config/tc-arm.c:14687
2776 msgid "post-index must be a register"
2777 msgstr ""
2778
2779 #: config/tc-arm.c:14689
2780 msgid "bad register for post-index"
2781 msgstr ""
2782
2783 #: config/tc-arm.c:15003 config/tc-arm.c:15087
2784 msgid "conditional infixes are deprecated in unified syntax"
2785 msgstr ""
2786
2787 #: config/tc-arm.c:15235
2788 msgid "Warning: conditional outside an IT block for Thumb."
2789 msgstr ""
2790
2791 #: config/tc-arm.c:15440
2792 msgid "s suffix on comparison instruction is deprecated"
2793 msgstr ""
2794
2795 #: config/tc-arm.c:15459 config/tc-arm.c:15484 config/tc-arm.c:15548
2796 #, c-format
2797 msgid "selected processor does not support `%s'"
2798 msgstr ""
2799
2800 #: config/tc-arm.c:15465
2801 msgid "Thumb does not support conditional execution"
2802 msgstr ""
2803
2804 #: config/tc-arm.c:15509
2805 #, c-format
2806 msgid "cannot honor width suffix -- `%s'"
2807 msgstr ""
2808
2809 #: config/tc-arm.c:15553
2810 #, c-format
2811 msgid "width suffixes are invalid in ARM mode -- `%s'"
2812 msgstr ""
2813
2814 #: config/tc-arm.c:15583
2815 #, c-format
2816 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
2817 msgstr ""
2818
2819 #: config/tc-arm.c:15600
2820 #, c-format
2821 msgid "section '%s' finished with an open IT block."
2822 msgstr ""
2823
2824 #: config/tc-arm.c:15605
2825 msgid "file finished with an open IT block."
2826 msgstr ""
2827
2828 #: config/tc-arm.c:18509
2829 #, c-format
2830 msgid "alignments greater than %d bytes not supported in .text sections."
2831 msgstr ""
2832
2833 #: config/tc-arm.c:18777 config/tc-ia64.c:3458
2834 #, c-format
2835 msgid "Group section `%s' has no group signature"
2836 msgstr ""
2837
2838 #: config/tc-arm.c:18822
2839 msgid "handlerdata in cantunwind frame"
2840 msgstr ""
2841
2842 #: config/tc-arm.c:18839
2843 msgid "too many unwind opcodes for personality routine 0"
2844 msgstr ""
2845
2846 #: config/tc-arm.c:18871
2847 msgid "too many unwind opcodes"
2848 msgstr ""
2849
2850 #: config/tc-arm.c:19123
2851 msgid "GOT already in the symbol table"
2852 msgstr ""
2853
2854 #: config/tc-arm.c:19435 config/tc-arm.c:19476 config/tc-arm.c:19746
2855 #, c-format
2856 msgid "undefined symbol %s used as an immediate value"
2857 msgstr ""
2858
2859 #: config/tc-arm.c:19444 config/tc-arm.c:19485
2860 #, c-format
2861 msgid "symbol %s is in a different section"
2862 msgstr ""
2863
2864 #: config/tc-arm.c:19458 config/tc-arm.c:19785
2865 #, c-format
2866 msgid "invalid constant (%lx) after fixup"
2867 msgstr ""
2868
2869 #: config/tc-arm.c:19513
2870 #, c-format
2871 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
2872 msgstr ""
2873
2874 #: config/tc-arm.c:19548 config/tc-arm.c:19573
2875 msgid "invalid literal constant: pool needs to be closer"
2876 msgstr ""
2877
2878 #: config/tc-arm.c:19551 config/tc-arm.c:19589
2879 #, c-format
2880 msgid "bad immediate value for offset (%ld)"
2881 msgstr ""
2882
2883 #: config/tc-arm.c:19575
2884 #, c-format
2885 msgid "bad immediate value for 8-bit offset (%ld)"
2886 msgstr ""
2887
2888 #: config/tc-arm.c:19630
2889 msgid "offset not a multiple of 4"
2890 msgstr ""
2891
2892 #: config/tc-arm.c:19637 config/tc-arm.c:19652 config/tc-arm.c:19667
2893 #: config/tc-arm.c:19678 config/tc-arm.c:19701 config/tc-arm.c:20413
2894 #: config/tc-moxie.c:664 config/tc-pj.c:449 config/tc-sh.c:4190
2895 msgid "offset out of range"
2896 msgstr ""
2897
2898 #: config/tc-arm.c:19801
2899 msgid "invalid smc expression"
2900 msgstr ""
2901
2902 #: config/tc-arm.c:19812 config/tc-arm.c:19821
2903 msgid "invalid swi expression"
2904 msgstr ""
2905
2906 #: config/tc-arm.c:19831
2907 msgid "invalid expression in load/store multiple"
2908 msgstr ""
2909
2910 #: config/tc-arm.c:19892
2911 #, c-format
2912 msgid "blx to '%s' an ARM ISA state function changed to bl"
2913 msgstr ""
2914
2915 #: config/tc-arm.c:19911
2916 msgid "misaligned branch destination"
2917 msgstr ""
2918
2919 #: config/tc-arm.c:19915 config/tc-arm.c:19952 config/tc-arm.c:19966
2920 #: config/tc-arm.c:19979 config/tc-arm.c:20078 config/tc-arm.c:20103
2921 msgid "branch out of range"
2922 msgstr ""
2923
2924 #: config/tc-arm.c:20002
2925 msgid "conditional branch out of range"
2926 msgstr ""
2927
2928 #: config/tc-arm.c:20038
2929 #, c-format
2930 msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
2931 msgstr ""
2932
2933 #: config/tc-arm.c:20187
2934 msgid "rel31 relocation overflow"
2935 msgstr ""
2936
2937 #: config/tc-arm.c:20199 config/tc-arm.c:20222
2938 msgid "co-processor offset out of range"
2939 msgstr ""
2940
2941 #: config/tc-arm.c:20239
2942 #, c-format
2943 msgid "invalid offset, target not word aligned (0x%08lX)"
2944 msgstr ""
2945
2946 #: config/tc-arm.c:20246 config/tc-arm.c:20255 config/tc-arm.c:20263
2947 #: config/tc-arm.c:20271 config/tc-arm.c:20279
2948 #, c-format
2949 msgid "invalid offset, value too big (0x%08lX)"
2950 msgstr ""
2951
2952 #: config/tc-arm.c:20320
2953 msgid "invalid Hi register with immediate"
2954 msgstr ""
2955
2956 #: config/tc-arm.c:20336
2957 msgid "invalid immediate for stack address calculation"
2958 msgstr ""
2959
2960 #: config/tc-arm.c:20344
2961 #, c-format
2962 msgid "invalid immediate for address calculation (value = 0x%08lX)"
2963 msgstr ""
2964
2965 #: config/tc-arm.c:20374
2966 #, c-format
2967 msgid "invalid immediate: %ld is out of range"
2968 msgstr ""
2969
2970 #: config/tc-arm.c:20386
2971 #, c-format
2972 msgid "invalid shift value: %ld"
2973 msgstr ""
2974
2975 #: config/tc-arm.c:20465
2976 #, c-format
2977 msgid "the offset 0x%08lX is not representable"
2978 msgstr ""
2979
2980 #: config/tc-arm.c:20505
2981 #, c-format
2982 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
2983 msgstr ""
2984
2985 #: config/tc-arm.c:20544
2986 #, c-format
2987 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
2988 msgstr ""
2989
2990 #: config/tc-arm.c:20584
2991 #, c-format
2992 msgid "bad offset 0x%08lX (must be word-aligned)"
2993 msgstr ""
2994
2995 #: config/tc-arm.c:20589
2996 #, c-format
2997 msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
2998 msgstr ""
2999
3000 #: config/tc-arm.c:20620 config/tc-score.c:7398
3001 #, c-format
3002 msgid "bad relocation fixup type (%d)"
3003 msgstr ""
3004
3005 #: config/tc-arm.c:20731
3006 msgid "literal referenced across section boundary"
3007 msgstr ""
3008
3009 #: config/tc-arm.c:20792
3010 msgid "internal relocation (type: IMMEDIATE) not fixed up"
3011 msgstr ""
3012
3013 #: config/tc-arm.c:20797
3014 msgid "ADRL used for a symbol not defined in the same file"
3015 msgstr ""
3016
3017 #: config/tc-arm.c:20812
3018 #, c-format
3019 msgid "undefined local label `%s'"
3020 msgstr ""
3021
3022 #: config/tc-arm.c:20818
3023 msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
3024 msgstr ""
3025
3026 #: config/tc-arm.c:20839 config/tc-cris.c:3985 config/tc-mcore.c:1926
3027 #: config/tc-microblaze.c:1834 config/tc-mmix.c:2862 config/tc-moxie.c:759
3028 #: config/tc-ns32k.c:2248 config/tc-score.c:7491
3029 msgid "<unknown>"
3030 msgstr ""
3031
3032 #: config/tc-arm.c:20842 config/tc-arm.c:20863 config/tc-score.c:7493
3033 #, c-format
3034 msgid "cannot represent %s relocation in this object file format"
3035 msgstr ""
3036
3037 #: config/tc-arm.c:21203
3038 #, c-format
3039 msgid "%s: unexpected function type: %d"
3040 msgstr ""
3041
3042 #: config/tc-arm.c:21330
3043 msgid "use of old and new-style options to set CPU type"
3044 msgstr ""
3045
3046 #: config/tc-arm.c:21340
3047 msgid "use of old and new-style options to set FPU type"
3048 msgstr ""
3049
3050 #: config/tc-arm.c:21416
3051 msgid "hard-float conflicts with specified fpu"
3052 msgstr ""
3053
3054 #: config/tc-arm.c:21603
3055 msgid "generate PIC code"
3056 msgstr ""
3057
3058 #: config/tc-arm.c:21604
3059 msgid "assemble Thumb code"
3060 msgstr ""
3061
3062 #: config/tc-arm.c:21605
3063 msgid "support ARM/Thumb interworking"
3064 msgstr ""
3065
3066 #: config/tc-arm.c:21607
3067 msgid "code uses 32-bit program counter"
3068 msgstr ""
3069
3070 #: config/tc-arm.c:21608
3071 msgid "code uses 26-bit program counter"
3072 msgstr ""
3073
3074 #: config/tc-arm.c:21609
3075 msgid "floating point args are in fp regs"
3076 msgstr ""
3077
3078 #: config/tc-arm.c:21611
3079 msgid "re-entrant code"
3080 msgstr ""
3081
3082 #: config/tc-arm.c:21612
3083 msgid "code is ATPCS conformant"
3084 msgstr ""
3085
3086 #: config/tc-arm.c:21613
3087 msgid "assemble for big-endian"
3088 msgstr ""
3089
3090 #: config/tc-arm.c:21614
3091 msgid "assemble for little-endian"
3092 msgstr ""
3093
3094 #. These are recognized by the assembler, but have no affect on code.
3095 #: config/tc-arm.c:21618
3096 msgid "use frame pointer"
3097 msgstr ""
3098
3099 #: config/tc-arm.c:21619
3100 msgid "use stack size checking"
3101 msgstr ""
3102
3103 #: config/tc-arm.c:21622
3104 msgid "do not warn on use of deprecated feature"
3105 msgstr ""
3106
3107 #. DON'T add any new processors to this list -- we want the whole list
3108 #. to go away... Add them to the processors table instead.
3109 #: config/tc-arm.c:21639 config/tc-arm.c:21640
3110 msgid "use -mcpu=arm1"
3111 msgstr ""
3112
3113 #: config/tc-arm.c:21641 config/tc-arm.c:21642
3114 msgid "use -mcpu=arm2"
3115 msgstr ""
3116
3117 #: config/tc-arm.c:21643 config/tc-arm.c:21644
3118 msgid "use -mcpu=arm250"
3119 msgstr ""
3120
3121 #: config/tc-arm.c:21645 config/tc-arm.c:21646
3122 msgid "use -mcpu=arm3"
3123 msgstr ""
3124
3125 #: config/tc-arm.c:21647 config/tc-arm.c:21648
3126 msgid "use -mcpu=arm6"
3127 msgstr ""
3128
3129 #: config/tc-arm.c:21649 config/tc-arm.c:21650
3130 msgid "use -mcpu=arm600"
3131 msgstr ""
3132
3133 #: config/tc-arm.c:21651 config/tc-arm.c:21652
3134 msgid "use -mcpu=arm610"
3135 msgstr ""
3136
3137 #: config/tc-arm.c:21653 config/tc-arm.c:21654
3138 msgid "use -mcpu=arm620"
3139 msgstr ""
3140
3141 #: config/tc-arm.c:21655 config/tc-arm.c:21656
3142 msgid "use -mcpu=arm7"
3143 msgstr ""
3144
3145 #: config/tc-arm.c:21657 config/tc-arm.c:21658
3146 msgid "use -mcpu=arm70"
3147 msgstr ""
3148
3149 #: config/tc-arm.c:21659 config/tc-arm.c:21660
3150 msgid "use -mcpu=arm700"
3151 msgstr ""
3152
3153 #: config/tc-arm.c:21661 config/tc-arm.c:21662
3154 msgid "use -mcpu=arm700i"
3155 msgstr ""
3156
3157 #: config/tc-arm.c:21663 config/tc-arm.c:21664
3158 msgid "use -mcpu=arm710"
3159 msgstr ""
3160
3161 #: config/tc-arm.c:21665 config/tc-arm.c:21666
3162 msgid "use -mcpu=arm710c"
3163 msgstr ""
3164
3165 #: config/tc-arm.c:21667 config/tc-arm.c:21668
3166 msgid "use -mcpu=arm720"
3167 msgstr ""
3168
3169 #: config/tc-arm.c:21669 config/tc-arm.c:21670
3170 msgid "use -mcpu=arm7d"
3171 msgstr ""
3172
3173 #: config/tc-arm.c:21671 config/tc-arm.c:21672
3174 msgid "use -mcpu=arm7di"
3175 msgstr ""
3176
3177 #: config/tc-arm.c:21673 config/tc-arm.c:21674
3178 msgid "use -mcpu=arm7m"
3179 msgstr ""
3180
3181 #: config/tc-arm.c:21675 config/tc-arm.c:21676
3182 msgid "use -mcpu=arm7dm"
3183 msgstr ""
3184
3185 #: config/tc-arm.c:21677 config/tc-arm.c:21678
3186 msgid "use -mcpu=arm7dmi"
3187 msgstr ""
3188
3189 #: config/tc-arm.c:21679 config/tc-arm.c:21680
3190 msgid "use -mcpu=arm7100"
3191 msgstr ""
3192
3193 #: config/tc-arm.c:21681 config/tc-arm.c:21682
3194 msgid "use -mcpu=arm7500"
3195 msgstr ""
3196
3197 #: config/tc-arm.c:21683 config/tc-arm.c:21684
3198 msgid "use -mcpu=arm7500fe"
3199 msgstr ""
3200
3201 #: config/tc-arm.c:21685 config/tc-arm.c:21686 config/tc-arm.c:21687
3202 #: config/tc-arm.c:21688
3203 msgid "use -mcpu=arm7tdmi"
3204 msgstr ""
3205
3206 #: config/tc-arm.c:21689 config/tc-arm.c:21690
3207 msgid "use -mcpu=arm710t"
3208 msgstr ""
3209
3210 #: config/tc-arm.c:21691 config/tc-arm.c:21692
3211 msgid "use -mcpu=arm720t"
3212 msgstr ""
3213
3214 #: config/tc-arm.c:21693 config/tc-arm.c:21694
3215 msgid "use -mcpu=arm740t"
3216 msgstr ""
3217
3218 #: config/tc-arm.c:21695 config/tc-arm.c:21696
3219 msgid "use -mcpu=arm8"
3220 msgstr ""
3221
3222 #: config/tc-arm.c:21697 config/tc-arm.c:21698
3223 msgid "use -mcpu=arm810"
3224 msgstr ""
3225
3226 #: config/tc-arm.c:21699 config/tc-arm.c:21700
3227 msgid "use -mcpu=arm9"
3228 msgstr ""
3229
3230 #: config/tc-arm.c:21701 config/tc-arm.c:21702
3231 msgid "use -mcpu=arm9tdmi"
3232 msgstr ""
3233
3234 #: config/tc-arm.c:21703 config/tc-arm.c:21704
3235 msgid "use -mcpu=arm920"
3236 msgstr ""
3237
3238 #: config/tc-arm.c:21705 config/tc-arm.c:21706
3239 msgid "use -mcpu=arm940"
3240 msgstr ""
3241
3242 #: config/tc-arm.c:21707
3243 msgid "use -mcpu=strongarm"
3244 msgstr ""
3245
3246 #: config/tc-arm.c:21709
3247 msgid "use -mcpu=strongarm110"
3248 msgstr ""
3249
3250 #: config/tc-arm.c:21711
3251 msgid "use -mcpu=strongarm1100"
3252 msgstr ""
3253
3254 #: config/tc-arm.c:21713
3255 msgid "use -mcpu=strongarm1110"
3256 msgstr ""
3257
3258 #: config/tc-arm.c:21714
3259 msgid "use -mcpu=xscale"
3260 msgstr ""
3261
3262 #: config/tc-arm.c:21715
3263 msgid "use -mcpu=iwmmxt"
3264 msgstr ""
3265
3266 #: config/tc-arm.c:21716
3267 msgid "use -mcpu=all"
3268 msgstr ""
3269
3270 #. Architecture variants -- don't add any more to this list either.
3271 #: config/tc-arm.c:21719 config/tc-arm.c:21720
3272 msgid "use -march=armv2"
3273 msgstr ""
3274
3275 #: config/tc-arm.c:21721 config/tc-arm.c:21722
3276 msgid "use -march=armv2a"
3277 msgstr ""
3278
3279 #: config/tc-arm.c:21723 config/tc-arm.c:21724
3280 msgid "use -march=armv3"
3281 msgstr ""
3282
3283 #: config/tc-arm.c:21725 config/tc-arm.c:21726
3284 msgid "use -march=armv3m"
3285 msgstr ""
3286
3287 #: config/tc-arm.c:21727 config/tc-arm.c:21728
3288 msgid "use -march=armv4"
3289 msgstr ""
3290
3291 #: config/tc-arm.c:21729 config/tc-arm.c:21730
3292 msgid "use -march=armv4t"
3293 msgstr ""
3294
3295 #: config/tc-arm.c:21731 config/tc-arm.c:21732
3296 msgid "use -march=armv5"
3297 msgstr ""
3298
3299 #: config/tc-arm.c:21733 config/tc-arm.c:21734
3300 msgid "use -march=armv5t"
3301 msgstr ""
3302
3303 #: config/tc-arm.c:21735 config/tc-arm.c:21736
3304 msgid "use -march=armv5te"
3305 msgstr ""
3306
3307 #. Floating point variants -- don't add any more to this list either.
3308 #: config/tc-arm.c:21739
3309 msgid "use -mfpu=fpe"
3310 msgstr ""
3311
3312 #: config/tc-arm.c:21740
3313 msgid "use -mfpu=fpa10"
3314 msgstr ""
3315
3316 #: config/tc-arm.c:21741
3317 msgid "use -mfpu=fpa11"
3318 msgstr ""
3319
3320 #: config/tc-arm.c:21743
3321 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
3322 msgstr ""
3323
3324 #: config/tc-arm.c:22018
3325 msgid "invalid architectural extension"
3326 msgstr ""
3327
3328 #: config/tc-arm.c:22032
3329 msgid "missing architectural extension"
3330 msgstr ""
3331
3332 #: config/tc-arm.c:22045
3333 #, c-format
3334 msgid "unknown architectural extension `%s'"
3335 msgstr ""
3336
3337 #: config/tc-arm.c:22069
3338 #, c-format
3339 msgid "missing cpu name `%s'"
3340 msgstr ""
3341
3342 #: config/tc-arm.c:22095 config/tc-arm.c:22530
3343 #, c-format
3344 msgid "unknown cpu `%s'"
3345 msgstr ""
3346
3347 #: config/tc-arm.c:22113
3348 #, c-format
3349 msgid "missing architecture name `%s'"
3350 msgstr ""
3351
3352 #: config/tc-arm.c:22130 config/tc-arm.c:22564 config/tc-arm.c:22595
3353 #: config/tc-score.c:7728
3354 #, c-format
3355 msgid "unknown architecture `%s'\n"
3356 msgstr ""
3357
3358 #: config/tc-arm.c:22146 config/tc-arm.c:22625
3359 #, c-format
3360 msgid "unknown floating point format `%s'\n"
3361 msgstr ""
3362
3363 #: config/tc-arm.c:22162
3364 #, c-format
3365 msgid "unknown floating point abi `%s'\n"
3366 msgstr ""
3367
3368 #: config/tc-arm.c:22178
3369 #, c-format
3370 msgid "unknown EABI `%s'\n"
3371 msgstr ""
3372
3373 #: config/tc-arm.c:22198
3374 #, c-format
3375 msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
3376 msgstr ""
3377
3378 #: config/tc-arm.c:22208
3379 msgid "<cpu name>\t assemble for CPU <cpu name>"
3380 msgstr ""
3381
3382 #: config/tc-arm.c:22210
3383 msgid "<arch name>\t assemble for architecture <arch name>"
3384 msgstr ""
3385
3386 #: config/tc-arm.c:22212
3387 msgid "<fpu name>\t assemble for FPU architecture <fpu name>"
3388 msgstr ""
3389
3390 #: config/tc-arm.c:22214
3391 msgid "<abi>\t assemble for floating point ABI <abi>"
3392 msgstr ""
3393
3394 #: config/tc-arm.c:22217
3395 msgid "<ver>\t\t assemble for eabi version <ver>"
3396 msgstr ""
3397
3398 #: config/tc-arm.c:22220
3399 msgid "<mode>\t controls implicit insertion of IT instructions"
3400 msgstr ""
3401
3402 #: config/tc-arm.c:22264 config/tc-arm.c:22282 config/tc-arm.c:22302
3403 #, c-format
3404 msgid "option `-%c%s' is deprecated: %s"
3405 msgstr ""
3406
3407 #: config/tc-arm.c:22322
3408 #, c-format
3409 msgid " ARM-specific assembler options:\n"
3410 msgstr ""
3411
3412 #: config/tc-arm.c:22333
3413 #, c-format
3414 msgid " -EB assemble code for a big-endian cpu\n"
3415 msgstr ""
3416
3417 #: config/tc-arm.c:22338
3418 #, c-format
3419 msgid " -EL assemble code for a little-endian cpu\n"
3420 msgstr ""
3421
3422 #: config/tc-arm.c:22342
3423 #, c-format
3424 msgid " --fix-v4bx Allow BX in ARMv4 code\n"
3425 msgstr ""
3426
3427 #: config/tc-avr.c:314
3428 #, c-format
3429 msgid "Known MCU names:"
3430 msgstr ""
3431
3432 #: config/tc-avr.c:380
3433 #, c-format
3434 msgid ""
3435 "AVR options:\n"
3436 " -mmcu=[avr-name] select microcontroller variant\n"
3437 " [avr-name] can be:\n"
3438 " avr1 - classic AVR core without data RAM\n"
3439 " avr2 - classic AVR core with up to 8K program memory\n"
3440 " avr25 - classic AVR core with up to 8K program memory\n"
3441 " plus the MOVW instruction\n"
3442 " avr3 - classic AVR core with up to 64K program memory\n"
3443 " avr31 - classic AVR core with up to 128K program memory\n"
3444 " avr35 - classic AVR core with up to 64K program memory\n"
3445 " plus the MOVW instruction\n"
3446 " avr4 - enhanced AVR core with up to 8K program memory\n"
3447 " avr5 - enhanced AVR core with up to 64K program memory\n"
3448 " avr51 - enhanced AVR core with up to 128K program memory\n"
3449 " avr6 - enhanced AVR core with up to 256K program memory\n"
3450 " or immediate microcontroller name.\n"
3451 msgstr ""
3452
3453 #: config/tc-avr.c:397
3454 #, c-format
3455 msgid ""
3456 " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n"
3457 " -mno-skip-bug disable warnings for skipping two-word instructions\n"
3458 " (default for avr4, avr5)\n"
3459 " -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n"
3460 " (default for avr3, avr5)\n"
3461 msgstr ""
3462
3463 #: config/tc-avr.c:441 config/tc-msp430.c:744
3464 #, c-format
3465 msgid "unknown MCU: %s\n"
3466 msgstr ""
3467
3468 #: config/tc-avr.c:450
3469 #, c-format
3470 msgid "redefinition of mcu type `%s' to `%s'"
3471 msgstr ""
3472
3473 #: config/tc-avr.c:528
3474 msgid "constant value required"
3475 msgstr ""
3476
3477 #: config/tc-avr.c:531
3478 #, c-format
3479 msgid "number must be positive and less than %d"
3480 msgstr ""
3481
3482 #: config/tc-avr.c:557 config/tc-avr.c:694
3483 #, c-format
3484 msgid "constant out of 8-bit range: %d"
3485 msgstr ""
3486
3487 #: config/tc-avr.c:625 config/tc-score.c:1200 read.c:3615
3488 msgid "illegal expression"
3489 msgstr ""
3490
3491 #: config/tc-avr.c:654 config/tc-avr.c:1421
3492 msgid "`)' required"
3493 msgstr ""
3494
3495 #: config/tc-avr.c:749
3496 msgid "register r16-r23 required"
3497 msgstr ""
3498
3499 #: config/tc-avr.c:755
3500 msgid "register number above 15 required"
3501 msgstr ""
3502
3503 #: config/tc-avr.c:761
3504 msgid "even register number required"
3505 msgstr ""
3506
3507 #: config/tc-avr.c:767
3508 msgid "register r24, r26, r28 or r30 required"
3509 msgstr ""
3510
3511 #: config/tc-avr.c:773
3512 msgid "register name or number from 0 to 31 required"
3513 msgstr ""
3514
3515 #: config/tc-avr.c:791
3516 msgid "pointer register (X, Y or Z) required"
3517 msgstr ""
3518
3519 #: config/tc-avr.c:798
3520 msgid "cannot both predecrement and postincrement"
3521 msgstr ""
3522
3523 #: config/tc-avr.c:806
3524 msgid "addressing mode not supported"
3525 msgstr ""
3526
3527 #: config/tc-avr.c:812
3528 msgid "can't predecrement"
3529 msgstr ""
3530
3531 #: config/tc-avr.c:815
3532 msgid "pointer register Z required"
3533 msgstr ""
3534
3535 #: config/tc-avr.c:829
3536 msgid "postincrement not supported"
3537 msgstr ""
3538
3539 #: config/tc-avr.c:839
3540 msgid "pointer register (Y or Z) required"
3541 msgstr ""
3542
3543 #: config/tc-avr.c:943
3544 #, c-format
3545 msgid "unknown constraint `%c'"
3546 msgstr ""
3547
3548 #: config/tc-avr.c:995
3549 msgid "`,' required"
3550 msgstr ""
3551
3552 #: config/tc-avr.c:1013
3553 msgid "undefined combination of operands"
3554 msgstr ""
3555
3556 #: config/tc-avr.c:1022
3557 msgid "skipping two-word instruction"
3558 msgstr ""
3559
3560 #: config/tc-avr.c:1114 config/tc-avr.c:1130 config/tc-avr.c:1244
3561 #: config/tc-msp430.c:1970 config/tc-msp430.c:1988
3562 #, c-format
3563 msgid "odd address operand: %ld"
3564 msgstr ""
3565
3566 #: config/tc-avr.c:1122 config/tc-avr.c:1141 config/tc-avr.c:1163
3567 #: config/tc-avr.c:1170 config/tc-avr.c:1177 config/tc-d10v.c:503
3568 #: config/tc-d30v.c:554 config/tc-msp430.c:1978 config/tc-msp430.c:1993
3569 #: config/tc-msp430.c:2003
3570 #, c-format
3571 msgid "operand out of range: %ld"
3572 msgstr ""
3573
3574 #: config/tc-avr.c:1253 config/tc-d10v.c:1585 config/tc-d30v.c:2025
3575 #: config/tc-msp430.c:2021
3576 #, c-format
3577 msgid "line %d: unknown relocation type: 0x%x"
3578 msgstr ""
3579
3580 #: config/tc-avr.c:1267
3581 msgid "only constant expression allowed"
3582 msgstr ""
3583
3584 #. xgettext:c-format.
3585 #: config/tc-avr.c:1327 config/tc-bfin.c:811 config/tc-d10v.c:1457
3586 #: config/tc-d30v.c:1769 config/tc-mn10200.c:781 config/tc-mn10300.c:2171
3587 #: config/tc-msp430.c:2056 config/tc-or32.c:959 config/tc-ppc.c:6273
3588 #: config/tc-spu.c:881 config/tc-spu.c:1092 config/tc-v850.c:2187
3589 #: config/tc-z80.c:2017
3590 #, c-format
3591 msgid "reloc %d not supported by object file format"
3592 msgstr ""
3593
3594 #: config/tc-avr.c:1350 config/tc-h8300.c:1885 config/tc-mcore.c:881
3595 #: config/tc-microblaze.c:825 config/tc-moxie.c:178 config/tc-msp430.c:1821
3596 #: config/tc-pj.c:253 config/tc-sh.c:2544 config/tc-z8k.c:1216
3597 msgid "can't find opcode "
3598 msgstr ""
3599
3600 #: config/tc-avr.c:1367
3601 #, c-format
3602 msgid "illegal opcode %s for mcu %s"
3603 msgstr ""
3604
3605 #: config/tc-avr.c:1376
3606 msgid "garbage at end of line"
3607 msgstr ""
3608
3609 #: config/tc-avr.c:1448 config/tc-avr.c:1455
3610 #, c-format
3611 msgid "illegal %srelocation size: %d"
3612 msgstr ""
3613
3614 #: config/tc-bfin.c:96 config/tc-frv.c:1606 config/tc-frv.c:1616
3615 msgid "missing ')'"
3616 msgstr ""
3617
3618 #: config/tc-bfin.c:423
3619 #, c-format
3620 msgid " BFIN specific command line options:\n"
3621 msgstr ""
3622
3623 #: config/tc-bfin.c:436
3624 msgid "Could not set architecture and machine."
3625 msgstr ""
3626
3627 #: config/tc-bfin.c:585
3628 msgid "Parse failed."
3629 msgstr ""
3630
3631 #: config/tc-bfin.c:660
3632 msgid "pcrel too far BFD_RELOC_BFIN_10"
3633 msgstr ""
3634
3635 #: config/tc-bfin.c:676
3636 msgid "pcrel too far BFD_RELOC_BFIN_12"
3637 msgstr ""
3638
3639 #: config/tc-bfin.c:696
3640 msgid "pcrel too far BFD_RELOC_BFIN_24"
3641 msgstr ""
3642
3643 #: config/tc-bfin.c:711
3644 msgid "pcrel too far BFD_RELOC_BFIN_5"
3645 msgstr ""
3646
3647 #: config/tc-bfin.c:723
3648 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
3649 msgstr ""
3650
3651 #: config/tc-bfin.c:733
3652 msgid "rel too far BFD_RELOC_8"
3653 msgstr ""
3654
3655 #: config/tc-bfin.c:740
3656 msgid "rel too far BFD_RELOC_16"
3657 msgstr ""
3658
3659 #: config/tc-cr16.c:164 read.c:4346
3660 msgid "using a bit field width of zero"
3661 msgstr ""
3662
3663 #: config/tc-cr16.c:172 read.c:4354
3664 #, c-format
3665 msgid "field width \"%s\" too complex for a bitfield"
3666 msgstr ""
3667
3668 #: config/tc-cr16.c:181 read.c:4362
3669 #, c-format
3670 msgid "field width %lu too big to fit in %d bytes: truncated to %d bits"
3671 msgstr ""
3672
3673 #: config/tc-cr16.c:203 read.c:4384
3674 #, c-format
3675 msgid "field value \"%s\" too complex for a bitfield"
3676 msgstr ""
3677
3678 #: config/tc-cr16.c:384
3679 #, c-format
3680 msgid "Unknown register pair - index relative mode: `%d'"
3681 msgstr ""
3682
3683 #: config/tc-cr16.c:570 config/tc-crx.c:344 config/tc-mn10200.c:768
3684 #: write.c:976
3685 #, c-format
3686 msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
3687 msgstr ""
3688
3689 #: config/tc-cr16.c:602 config/tc-crx.c:360
3690 #, c-format
3691 msgid "internal error: reloc %d (`%s') not supported by object file format"
3692 msgstr ""
3693
3694 #: config/tc-cr16.c:695 config/tc-i386.c:8187 config/tc-s390.c:1799
3695 msgid "GOT already in symbol table"
3696 msgstr ""
3697
3698 #: config/tc-cr16.c:804 config/tc-cr16.c:827 config/tc-cris.c:1190
3699 #: config/tc-crx.c:534 config/tc-crx.c:561 config/tc-crx.c:579
3700 #: config/tc-pdp11.c:194
3701 msgid "Virtual memory exhausted"
3702 msgstr ""
3703
3704 #: config/tc-cr16.c:812 config/tc-crx.c:571 config/tc-crx.c:590
3705 #: config/tc-i386.c:2152 config/tc-i386.c:2174 config/tc-m68k.c:4607
3706 #: config/tc-maxq.c:2865
3707 #, c-format
3708 msgid "Internal Error: Can't hash %s: %s"
3709 msgstr ""
3710
3711 #: config/tc-cr16.c:838 config/tc-cris.c:1224 config/tc-crx.c:544
3712 #, c-format
3713 msgid "Can't hash `%s': %s\n"
3714 msgstr ""
3715
3716 #: config/tc-cr16.c:839 config/tc-cris.c:1225 config/tc-crx.c:545
3717 msgid "(unknown reason)"
3718 msgstr ""
3719
3720 #. Missing or bad expr becomes absolute 0.
3721 #: config/tc-cr16.c:891 config/tc-crx.c:618 config/tc-maxq.c:1475
3722 #, c-format
3723 msgid "missing or invalid displacement expression `%s' taken as 0"
3724 msgstr ""
3725
3726 #: config/tc-cr16.c:941
3727 #, c-format
3728 msgid "GOT bad expression with %s."
3729 msgstr ""
3730
3731 #: config/tc-cr16.c:1052
3732 #, c-format
3733 msgid "operand %d: illegal use expression: `%s`"
3734 msgstr ""
3735
3736 #: config/tc-cr16.c:1117 config/tc-crx.c:1126
3737 #, c-format
3738 msgid "Unknown register: `%d'"
3739 msgstr ""
3740
3741 #. Issue a error message when register is illegal.
3742 #: config/tc-cr16.c:1125 config/tc-crx.c:1134
3743 #, c-format
3744 msgid "Illegal register (`%s') in Instruction: `%s'"
3745 msgstr ""
3746
3747 #: config/tc-cr16.c:1196 config/tc-cr16.c:1271 config/tc-crx.c:756
3748 #: config/tc-crx.c:776 config/tc-crx.c:791
3749 #, c-format
3750 msgid "Illegal register `%s' in Instruction `%s'"
3751 msgstr ""
3752
3753 #: config/tc-cr16.c:1224 config/tc-cr16.c:1235
3754 #, c-format
3755 msgid "Illegal register pair `%s' in Instruction `%s'"
3756 msgstr ""
3757
3758 #: config/tc-cr16.c:1260 config/tc-i960.c:835
3759 msgid "unmatched '['"
3760 msgstr ""
3761
3762 #: config/tc-cr16.c:1266 config/tc-i960.c:842
3763 msgid "garbage after index spec ignored"
3764 msgstr ""
3765
3766 #: config/tc-cr16.c:1414 config/tc-crx.c:935
3767 #, c-format
3768 msgid "Illegal operands (whitespace): `%s'"
3769 msgstr ""
3770
3771 #: config/tc-cr16.c:1426 config/tc-cr16.c:1433 config/tc-cr16.c:1450
3772 #: config/tc-crx.c:947 config/tc-crx.c:954 config/tc-crx.c:971
3773 #: config/tc-crx.c:1763
3774 #, c-format
3775 msgid "Missing matching brackets : `%s'"
3776 msgstr ""
3777
3778 #: config/tc-cr16.c:1482 config/tc-crx.c:997
3779 #, c-format
3780 msgid "Unknown exception: `%s'"
3781 msgstr ""
3782
3783 #: config/tc-cr16.c:1569 config/tc-crx.c:1093
3784 #, c-format
3785 msgid "Illegal `cinv' parameter: `%c'"
3786 msgstr ""
3787
3788 #: config/tc-cr16.c:1591 config/tc-cr16.c:1630
3789 #, c-format
3790 msgid "Unknown register pair: `%d'"
3791 msgstr ""
3792
3793 #. Issue a error message when register pair is illegal.
3794 #: config/tc-cr16.c:1599
3795 #, c-format
3796 msgid "Illegal register pair (`%s') in Instruction: `%s'"
3797 msgstr ""
3798
3799 #. Issue a error message when register pair is illegal.
3800 #: config/tc-cr16.c:1638
3801 #, c-format
3802 msgid "Illegal index register pair (`%s') in Instruction: `%s'"
3803 msgstr ""
3804
3805 #: config/tc-cr16.c:1677
3806 #, c-format
3807 msgid "Unknown processor register : `%d'"
3808 msgstr ""
3809
3810 #. Issue a error message when register pair is illegal.
3811 #: config/tc-cr16.c:1685
3812 #, c-format
3813 msgid "Illegal processor register (`%s') in Instruction: `%s'"
3814 msgstr ""
3815
3816 #: config/tc-cr16.c:1733
3817 #, c-format
3818 msgid "Unknown processor register (32 bit) : `%d'"
3819 msgstr ""
3820
3821 #. Issue a error message when register pair is illegal.
3822 #: config/tc-cr16.c:1741
3823 #, c-format
3824 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
3825 msgstr ""
3826
3827 #: config/tc-cr16.c:2105 config/tc-crx.c:1661 config/tc-crx.c:1678
3828 #, c-format
3829 msgid "Same src/dest register is used (`r%d'), result is undefined"
3830 msgstr ""
3831
3832 #: config/tc-cr16.c:2126
3833 msgid "RA register is saved twice."
3834 msgstr ""
3835
3836 #: config/tc-cr16.c:2130
3837 #, c-format
3838 msgid "`%s' Illegal use of registers."
3839 msgstr ""
3840
3841 #: config/tc-cr16.c:2144
3842 #, c-format
3843 msgid "`%s' Illegal count-register combination."
3844 msgstr ""
3845
3846 #: config/tc-cr16.c:2150
3847 #, c-format
3848 msgid "`%s' Illegal use of register."
3849 msgstr ""
3850
3851 #: config/tc-cr16.c:2159 config/tc-crx.c:1670
3852 #, c-format
3853 msgid "`%s' has undefined result"
3854 msgstr ""
3855
3856 #: config/tc-cr16.c:2167
3857 #, c-format
3858 msgid "Same src/dest register is used (`r%d'),result is undefined"
3859 msgstr ""
3860
3861 #: config/tc-cr16.c:2338 config/tc-crx.c:1575
3862 msgid "Incorrect number of operands"
3863 msgstr ""
3864
3865 #: config/tc-cr16.c:2340 config/tc-crx.c:1577
3866 #, c-format
3867 msgid "Illegal type of operand (arg %d)"
3868 msgstr ""
3869
3870 #: config/tc-cr16.c:2346 config/tc-crx.c:1583
3871 #, c-format
3872 msgid "Operand out of range (arg %d)"
3873 msgstr ""
3874
3875 #: config/tc-cr16.c:2349 config/tc-crx.c:1586
3876 #, c-format
3877 msgid "Operand has odd displacement (arg %d)"
3878 msgstr ""
3879
3880 #: config/tc-cr16.c:2352 config/tc-cr16.c:2383 config/tc-crx.c:1599
3881 #: config/tc-crx.c:1630
3882 #, c-format
3883 msgid "Illegal operand (arg %d)"
3884 msgstr ""
3885
3886 #. Give an error if a frag containing code is not aligned to a 2-byte
3887 #. boundary.
3888 #: config/tc-cr16.c:2485 config/tc-cr16.h:73 config/tc-crx.c:1952
3889 #: config/tc-crx.h:76
3890 msgid "instruction address is not a multiple of 2"
3891 msgstr ""
3892
3893 #: config/tc-cr16.c:2562 config/tc-cris.c:1538 config/tc-cris.c:1546
3894 #: config/tc-crx.c:1988 config/tc-dlx.c:686 config/tc-hppa.c:3243
3895 #: config/tc-hppa.c:3250 config/tc-i860.c:490 config/tc-i860.c:507
3896 #: config/tc-i860.c:987 config/tc-sparc.c:1410 config/tc-sparc.c:1418
3897 #, c-format
3898 msgid "Unknown opcode: `%s'"
3899 msgstr ""
3900
3901 #: config/tc-cris.c:551 config/tc-m68hc11.c:2744
3902 #, c-format
3903 msgid "internal inconsistency problem in %s: fr_symbol %lx"
3904 msgstr ""
3905
3906 #: config/tc-cris.c:555 config/tc-m68hc11.c:2748 config/tc-msp430.c:2247
3907 #, c-format
3908 msgid "internal inconsistency problem in %s: resolved symbol"
3909 msgstr ""
3910
3911 #: config/tc-cris.c:565 config/tc-m68hc11.c:2754
3912 #, c-format
3913 msgid "internal inconsistency problem in %s: fr_subtype %d"
3914 msgstr ""
3915
3916 #: config/tc-cris.c:905
3917 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
3918 msgstr ""
3919
3920 #: config/tc-cris.c:935
3921 msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D"
3922 msgstr ""
3923
3924 #: config/tc-cris.c:940
3925 #, c-format
3926 msgid "Internal error found in md_convert_frag: offset %ld. Please report this."
3927 msgstr ""
3928
3929 #: config/tc-cris.c:965
3930 #, c-format
3931 msgid "internal inconsistency in %s: bdapq no symbol"
3932 msgstr ""
3933
3934 #: config/tc-cris.c:978
3935 #, c-format
3936 msgid "internal inconsistency in %s: bdap.w with no symbol"
3937 msgstr ""
3938
3939 #: config/tc-cris.c:1002
3940 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
3941 msgstr ""
3942
3943 #: config/tc-cris.c:1011
3944 msgid "dangerous MULS/MULU location; give it higher alignment"
3945 msgstr ""
3946
3947 #. Bail out for compatibility mode. (It seems it can be implemented,
3948 #. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
3949 #. $acr", "nop"; but doesn't seem worth it at the moment.)
3950 #: config/tc-cris.c:1052
3951 msgid "Out-of-range .word offset handling is not implemented for .arch common_v10_v32"
3952 msgstr ""
3953
3954 #: config/tc-cris.c:1097
3955 msgid ".word case-table handling failed: table too large"
3956 msgstr ""
3957
3958 #: config/tc-cris.c:1229
3959 #, c-format
3960 msgid "Buggy opcode: `%s' \"%s\"\n"
3961 msgstr ""
3962
3963 #: config/tc-cris.c:1644
3964 #, c-format
3965 msgid "Immediate value not in 5 bit unsigned range: %ld"
3966 msgstr ""
3967
3968 #: config/tc-cris.c:1660
3969 #, c-format
3970 msgid "Immediate value not in 4 bit unsigned range: %ld"
3971 msgstr ""
3972
3973 #: config/tc-cris.c:1712
3974 #, c-format
3975 msgid "Immediate value not in 6 bit range: %ld"
3976 msgstr ""
3977
3978 #: config/tc-cris.c:1727
3979 #, c-format
3980 msgid "Immediate value not in 6 bit unsigned range: %ld"
3981 msgstr ""
3982
3983 #. Others have a generic warning.
3984 #: config/tc-cris.c:1835
3985 #, c-format
3986 msgid "Unimplemented register `%s' specified"
3987 msgstr ""
3988
3989 #. We've come to the end of instructions with this
3990 #. opcode, so it must be an error.
3991 #: config/tc-cris.c:2079
3992 msgid "Illegal operands"
3993 msgstr ""
3994
3995 #: config/tc-cris.c:2120 config/tc-cris.c:2160
3996 #, c-format
3997 msgid "Immediate value not in 8 bit range: %ld"
3998 msgstr ""
3999
4000 #: config/tc-cris.c:2130 config/tc-cris.c:2181
4001 #, c-format
4002 msgid "Immediate value not in 16 bit range: %ld"
4003 msgstr ""
4004
4005 #: config/tc-cris.c:2165
4006 #, c-format
4007 msgid "Immediate value not in 8 bit signed range: %ld"
4008 msgstr ""
4009
4010 #: config/tc-cris.c:2170
4011 #, c-format
4012 msgid "Immediate value not in 8 bit unsigned range: %ld"
4013 msgstr ""
4014
4015 #: config/tc-cris.c:2186
4016 #, c-format
4017 msgid "Immediate value not in 16 bit signed range: %ld"
4018 msgstr ""
4019
4020 #: config/tc-cris.c:2191
4021 #, c-format
4022 msgid "Immediate value not in 16 bit unsigned range: %ld"
4023 msgstr ""
4024
4025 #: config/tc-cris.c:2217
4026 msgid "TLS relocation size does not match operand size"
4027 msgstr ""
4028
4029 #: config/tc-cris.c:2218
4030 msgid "PIC relocation size does not match operand size"
4031 msgstr ""
4032
4033 #: config/tc-cris.c:3366
4034 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
4035 msgstr ""
4036
4037 #: config/tc-cris.c:3370
4038 msgid "32-bit conditional branch generated"
4039 msgstr ""
4040
4041 #: config/tc-cris.c:3431
4042 msgid "Complex expression not supported"
4043 msgstr ""
4044
4045 #. FIXME: Is this function mentioned in the internals.texi manual? If
4046 #. not, add it.
4047 #: config/tc-cris.c:3581
4048 msgid "Bad call to md_atof () - floating point formats are not supported"
4049 msgstr ""
4050
4051 #: config/tc-cris.c:3622
4052 msgid "PC-relative relocation must be trivially resolved"
4053 msgstr ""
4054
4055 #: config/tc-cris.c:3694
4056 #, c-format
4057 msgid "Value not in 16 bit range: %ld"
4058 msgstr ""
4059
4060 #: config/tc-cris.c:3702
4061 #, c-format
4062 msgid "Value not in 16 bit signed range: %ld"
4063 msgstr ""
4064
4065 #: config/tc-cris.c:3710
4066 #, c-format
4067 msgid "Value not in 8 bit range: %ld"
4068 msgstr ""
4069
4070 #: config/tc-cris.c:3717
4071 #, c-format
4072 msgid "Value not in 8 bit signed range: %ld"
4073 msgstr ""
4074
4075 #: config/tc-cris.c:3727
4076 #, c-format
4077 msgid "Value not in 4 bit unsigned range: %ld"
4078 msgstr ""
4079
4080 #: config/tc-cris.c:3734
4081 #, c-format
4082 msgid "Value not in 5 bit unsigned range: %ld"
4083 msgstr ""
4084
4085 #: config/tc-cris.c:3741
4086 #, c-format
4087 msgid "Value not in 6 bit range: %ld"
4088 msgstr ""
4089
4090 #: config/tc-cris.c:3748
4091 #, c-format
4092 msgid "Value not in 6 bit unsigned range: %ld"
4093 msgstr ""
4094
4095 #: config/tc-cris.c:3792
4096 #, c-format
4097 msgid "Please use --help to see usage and options for this assembler.\n"
4098 msgstr ""
4099
4100 #: config/tc-cris.c:3804
4101 msgid "--no-underscore is invalid with a.out format"
4102 msgstr ""
4103
4104 #: config/tc-cris.c:3828
4105 #, c-format
4106 msgid "invalid <arch> in --march=<arch>: %s"
4107 msgstr ""
4108
4109 #: config/tc-cris.c:3937 config/tc-moxie.c:711
4110 msgid "Semantics error. This type of operand can not be relocated, it must be an assembly-time constant"
4111 msgstr ""
4112
4113 #: config/tc-cris.c:3986 config/tc-moxie.c:760
4114 #, c-format
4115 msgid "Cannot generate relocation type for symbol %s, code %s"
4116 msgstr ""
4117
4118 #. The messages are formatted to line up with the generic options.
4119 #: config/tc-cris.c:3999
4120 #, c-format
4121 msgid "CRIS-specific options:\n"
4122 msgstr ""
4123
4124 #: config/tc-cris.c:4001
4125 msgid " -h, -H Don't execute, print this help text. Deprecated.\n"
4126 msgstr ""
4127
4128 #: config/tc-cris.c:4003
4129 msgid " -N Warn when branches are expanded to jumps.\n"
4130 msgstr ""
4131
4132 #: config/tc-cris.c:4005
4133 msgid " --underscore User symbols are normally prepended with underscore.\n"
4134 msgstr ""
4135
4136 #: config/tc-cris.c:4007
4137 msgid " Registers will not need any prefix.\n"
4138 msgstr ""
4139
4140 #: config/tc-cris.c:4009
4141 msgid " --no-underscore User symbols do not have any prefix.\n"
4142 msgstr ""
4143
4144 #: config/tc-cris.c:4011
4145 msgid " Registers will require a `$'-prefix.\n"
4146 msgstr ""
4147
4148 #: config/tc-cris.c:4013
4149 msgid " --pic\t\t\tEnable generation of position-independent code.\n"
4150 msgstr ""
4151
4152 #: config/tc-cris.c:4015
4153 msgid ""
4154 " --march=<arch>\t\tGenerate code for <arch>. Valid choices for <arch>\n"
4155 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
4156 msgstr ""
4157
4158 #: config/tc-cris.c:4036
4159 msgid "Invalid relocation"
4160 msgstr ""
4161
4162 #: config/tc-cris.c:4073
4163 msgid "Invalid pc-relative relocation"
4164 msgstr ""
4165
4166 #: config/tc-cris.c:4118
4167 #, c-format
4168 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
4169 msgstr ""
4170
4171 #: config/tc-cris.c:4148
4172 #, c-format
4173 msgid ".syntax %s requires command-line option `--underscore'"
4174 msgstr ""
4175
4176 #: config/tc-cris.c:4157
4177 #, c-format
4178 msgid ".syntax %s requires command-line option `--no-underscore'"
4179 msgstr ""
4180
4181 #: config/tc-cris.c:4194
4182 msgid "Unknown .syntax operand"
4183 msgstr ""
4184
4185 #: config/tc-cris.c:4204
4186 msgid "Pseudodirective .file is only valid when generating ELF"
4187 msgstr ""
4188
4189 #: config/tc-cris.c:4216
4190 msgid "Pseudodirective .loc is only valid when generating ELF"
4191 msgstr ""
4192
4193 #: config/tc-cris.c:4231
4194 #, c-format
4195 msgid "internal inconsistency problem: %s called for %d bytes"
4196 msgstr ""
4197
4198 #: config/tc-cris.c:4383
4199 msgid "unknown operand to .arch"
4200 msgstr ""
4201
4202 #: config/tc-cris.c:4392
4203 msgid ".arch <arch> requires a matching --march=... option"
4204 msgstr ""
4205
4206 #: config/tc-crx.c:819
4207 #, c-format
4208 msgid "Illegal Scale - `%d'"
4209 msgstr ""
4210
4211 #: config/tc-crx.c:1263
4212 #, c-format
4213 msgid "Illegal Co-processor register in Instruction `%s' "
4214 msgstr ""
4215
4216 #: config/tc-crx.c:1270
4217 #, c-format
4218 msgid "Illegal Co-processor special register in Instruction `%s' "
4219 msgstr ""
4220
4221 #: config/tc-crx.c:1589
4222 #, c-format
4223 msgid "Invalid DISPU4 operand value (arg %d)"
4224 msgstr ""
4225
4226 #: config/tc-crx.c:1592
4227 #, c-format
4228 msgid "Invalid CST4 operand value (arg %d)"
4229 msgstr ""
4230
4231 #: config/tc-crx.c:1595
4232 #, c-format
4233 msgid "Operand value is not within upper 64 KB (arg %d)"
4234 msgstr ""
4235
4236 #: config/tc-crx.c:1732
4237 msgid "Invalid Register in Register List"
4238 msgstr ""
4239
4240 #: config/tc-crx.c:1786
4241 #, c-format
4242 msgid "Illegal register `%s' in cop-register list"
4243 msgstr ""
4244
4245 #: config/tc-crx.c:1794
4246 #, c-format
4247 msgid "Illegal register `%s' in cop-special-register list"
4248 msgstr ""
4249
4250 #: config/tc-crx.c:1813
4251 #, c-format
4252 msgid "Illegal register `%s' in user register list"
4253 msgstr ""
4254
4255 #: config/tc-crx.c:1832
4256 #, c-format
4257 msgid "Illegal register `%s' in register list"
4258 msgstr ""
4259
4260 #: config/tc-crx.c:1838
4261 #, c-format
4262 msgid "Maximum %d bits may be set in `mask16' operand"
4263 msgstr ""
4264
4265 #: config/tc-crx.c:1847
4266 #, c-format
4267 msgid "rest of line ignored; first ignored character is `%c'"
4268 msgstr ""
4269
4270 #: config/tc-crx.c:1855
4271 #, c-format
4272 msgid "Illegal `mask16' operand, operation is undefined - `%s'"
4273 msgstr ""
4274
4275 #. HI can't be specified without LO (and vise-versa).
4276 #: config/tc-crx.c:1861
4277 msgid "HI/LO registers should be specified together"
4278 msgstr ""
4279
4280 #: config/tc-crx.c:1867
4281 msgid "HI/LO registers should be specified without additional registers"
4282 msgstr ""
4283
4284 #: config/tc-d10v.c:216
4285 #, c-format
4286 msgid ""
4287 "D10V options:\n"
4288 "-O Optimize. Will do some operations in parallel.\n"
4289 "--gstabs-packing Pack adjacent short instructions together even\n"
4290 " when --gstabs is specified. On by default.\n"
4291 "--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n"
4292 " instructions together.\n"
4293 msgstr ""
4294
4295 #: config/tc-d10v.c:573
4296 msgid "operand is not an immediate"
4297 msgstr ""
4298
4299 #: config/tc-d10v.c:591
4300 #, c-format
4301 msgid "operand out of range: %lu"
4302 msgstr ""
4303
4304 #: config/tc-d10v.c:649
4305 msgid "Instruction must be executed in parallel with another instruction."
4306 msgstr ""
4307
4308 #: config/tc-d10v.c:703 config/tc-d10v.c:711
4309 #, c-format
4310 msgid "packing conflict: %s must dispatch sequentially"
4311 msgstr ""
4312
4313 #: config/tc-d10v.c:810
4314 #, c-format
4315 msgid "resource conflict (R%d)"
4316 msgstr ""
4317
4318 #: config/tc-d10v.c:813
4319 #, c-format
4320 msgid "resource conflict (A%d)"
4321 msgstr ""
4322
4323 #: config/tc-d10v.c:815
4324 msgid "resource conflict (PSW)"
4325 msgstr ""
4326
4327 #: config/tc-d10v.c:817
4328 msgid "resource conflict (C flag)"
4329 msgstr ""
4330
4331 #: config/tc-d10v.c:819
4332 msgid "resource conflict (F flag)"
4333 msgstr ""
4334
4335 #: config/tc-d10v.c:969
4336 msgid "Instruction must be executed in parallel"
4337 msgstr ""
4338
4339 #: config/tc-d10v.c:972
4340 msgid "Long instructions may not be combined."
4341 msgstr ""
4342
4343 #: config/tc-d10v.c:1005
4344 msgid "One of these instructions may not be executed in parallel."
4345 msgstr ""
4346
4347 #: config/tc-d10v.c:1009 config/tc-d30v.c:1036
4348 msgid "Two IU instructions may not be executed in parallel"
4349 msgstr ""
4350
4351 #: config/tc-d10v.c:1011 config/tc-d10v.c:1019 config/tc-d10v.c:1033
4352 #: config/tc-d10v.c:1048 config/tc-d30v.c:1037 config/tc-d30v.c:1046
4353 msgid "Swapping instruction order"
4354 msgstr ""
4355
4356 #: config/tc-d10v.c:1017 config/tc-d30v.c:1043
4357 msgid "Two MU instructions may not be executed in parallel"
4358 msgstr ""
4359
4360 #: config/tc-d10v.c:1037 config/tc-d30v.c:1063
4361 msgid "IU instruction may not be in the left container"
4362 msgstr ""
4363
4364 #: config/tc-d10v.c:1039 config/tc-d10v.c:1054
4365 msgid "Instruction in R container is squashed by flow control instruction in L container."
4366 msgstr ""
4367
4368 #: config/tc-d10v.c:1052 config/tc-d30v.c:1074
4369 msgid "MU instruction may not be in the right container"
4370 msgstr ""
4371
4372 #: config/tc-d10v.c:1058 config/tc-d30v.c:1086
4373 msgid "unknown execution type passed to write_2_short()"
4374 msgstr ""
4375
4376 #: config/tc-d10v.c:1186 config/tc-d10v.c:1359
4377 msgid "bad opcode or operands"
4378 msgstr ""
4379
4380 #: config/tc-d10v.c:1261
4381 msgid "value out of range"
4382 msgstr ""
4383
4384 #: config/tc-d10v.c:1335
4385 msgid "illegal operand - register name found where none expected"
4386 msgstr ""
4387
4388 #: config/tc-d10v.c:1370
4389 msgid "Register number must be EVEN"
4390 msgstr ""
4391
4392 #: config/tc-d10v.c:1373
4393 msgid "Unsupported use of sp"
4394 msgstr ""
4395
4396 #: config/tc-d10v.c:1392
4397 #, c-format
4398 msgid "cr%ld is a reserved control register"
4399 msgstr ""
4400
4401 #: config/tc-d10v.c:1565
4402 #, c-format
4403 msgid "line %d: rep or repi must include at least 4 instructions"
4404 msgstr ""
4405
4406 #: config/tc-d10v.c:1745
4407 msgid "can't find previous opcode "
4408 msgstr ""
4409
4410 #: config/tc-d10v.c:1757
4411 #, c-format
4412 msgid "could not assemble: %s"
4413 msgstr ""
4414
4415 #: config/tc-d10v.c:1772 config/tc-d10v.c:1794 config/tc-d30v.c:1742
4416 msgid "Unable to mix instructions as specified"
4417 msgstr ""
4418
4419 #: config/tc-d30v.c:149
4420 #, c-format
4421 msgid "Register name %s conflicts with symbol of the same name"
4422 msgstr ""
4423
4424 #: config/tc-d30v.c:239
4425 #, c-format
4426 msgid ""
4427 "\n"
4428 "D30V options:\n"
4429 "-O Make adjacent short instructions parallel if possible.\n"
4430 "-n Warn about all NOPs inserted by the assembler.\n"
4431 "-N\t\t\tWarn about NOPs inserted after word multiplies.\n"
4432 "-c Warn about symbols whoes names match register names.\n"
4433 "-C Opposite of -C. -c is the default.\n"
4434 msgstr ""
4435
4436 #: config/tc-d30v.c:367
4437 msgid "unexpected 12-bit reloc type"
4438 msgstr ""
4439
4440 #: config/tc-d30v.c:374
4441 msgid "unexpected 18-bit reloc type"
4442 msgstr ""
4443
4444 #: config/tc-d30v.c:624
4445 #, c-format
4446 msgid "%s NOP inserted"
4447 msgstr ""
4448
4449 #: config/tc-d30v.c:625
4450 msgid "sequential"
4451 msgstr ""
4452
4453 #: config/tc-d30v.c:625
4454 msgid "parallel"
4455 msgstr ""
4456
4457 #: config/tc-d30v.c:1032
4458 msgid "Instructions may not be executed in parallel"
4459 msgstr ""
4460
4461 #: config/tc-d30v.c:1045
4462 #, c-format
4463 msgid "Executing %s in IU may not work"
4464 msgstr ""
4465
4466 #: config/tc-d30v.c:1052
4467 #, c-format
4468 msgid "Executing %s in IU may not work in parallel execution"
4469 msgstr ""
4470
4471 #: config/tc-d30v.c:1065
4472 #, c-format
4473 msgid "special left instruction `%s' kills instruction `%s' in right container"
4474 msgstr ""
4475
4476 #: config/tc-d30v.c:1076
4477 #, c-format
4478 msgid "Executing %s in reverse serial with %s may not work"
4479 msgstr ""
4480
4481 #: config/tc-d30v.c:1079
4482 #, c-format
4483 msgid "Executing %s in IU in reverse serial may not work"
4484 msgstr ""
4485
4486 #: config/tc-d30v.c:1268
4487 msgid "Odd numbered register used as target of multi-register instruction"
4488 msgstr ""
4489
4490 #: config/tc-d30v.c:1332 config/tc-d30v.c:1367
4491 #, c-format
4492 msgid "unknown condition code: %s"
4493 msgstr ""
4494
4495 #: config/tc-d30v.c:1360
4496 #, c-format
4497 msgid "cmpu doesn't support condition code %s"
4498 msgstr ""
4499
4500 #: config/tc-d30v.c:1395
4501 #, c-format
4502 msgid "unknown opcode: %s"
4503 msgstr ""
4504
4505 #: config/tc-d30v.c:1406
4506 #, c-format
4507 msgid "operands for opcode `%s' do not match any valid format"
4508 msgstr ""
4509
4510 #: config/tc-d30v.c:1621 config/tc-d30v.c:1638
4511 msgid "Cannot assemble instruction"
4512 msgstr ""
4513
4514 #: config/tc-d30v.c:1623
4515 msgid "First opcode is long. Unable to mix instructions as specified."
4516 msgstr ""
4517
4518 #: config/tc-d30v.c:1692
4519 msgid "word of NOPs added between word multiply and load"
4520 msgstr ""
4521
4522 #: config/tc-d30v.c:1694
4523 msgid "word of NOPs added between word multiply and 16-bit multiply"
4524 msgstr ""
4525
4526 #: config/tc-d30v.c:1726
4527 msgid "Instruction uses long version, so it cannot be mixed as specified"
4528 msgstr ""
4529
4530 #: config/tc-d30v.c:1853
4531 #, c-format
4532 msgid "value too large to fit in %d bits"
4533 msgstr ""
4534
4535 #: config/tc-d30v.c:1914
4536 #, c-format
4537 msgid "line %d: unable to place address of symbol '%s' into a byte"
4538 msgstr ""
4539
4540 #: config/tc-d30v.c:1917
4541 #, c-format
4542 msgid "line %d: unable to place value %lx into a byte"
4543 msgstr ""
4544
4545 #: config/tc-d30v.c:1925
4546 #, c-format
4547 msgid "line %d: unable to place address of symbol '%s' into a short"
4548 msgstr ""
4549
4550 #: config/tc-d30v.c:1928
4551 #, c-format
4552 msgid "line %d: unable to place value %lx into a short"
4553 msgstr ""
4554
4555 #: config/tc-d30v.c:1936
4556 #, c-format
4557 msgid "line %d: unable to place address of symbol '%s' into a quad"
4558 msgstr ""
4559
4560 #: config/tc-d30v.c:2044
4561 #, c-format
4562 msgid "Alignment too large: %d assumed"
4563 msgstr ""
4564
4565 #: config/tc-dlx.c:212
4566 msgid "missing .proc"
4567 msgstr ""
4568
4569 #: config/tc-dlx.c:229
4570 msgid ".endfunc missing for previous .proc"
4571 msgstr ""
4572
4573 #: config/tc-dlx.c:291 config/tc-i860.c:227 config/tc-mips.c:1903
4574 #, c-format
4575 msgid "internal error: can't hash `%s': %s\n"
4576 msgstr ""
4577
4578 #. Probably a memory allocation problem? Give up now.
4579 #: config/tc-dlx.c:298 config/tc-hppa.c:8287 config/tc-mips.c:1906
4580 #: config/tc-mips.c:1958 config/tc-or32.c:211 config/tc-sparc.c:860
4581 msgid "Broken assembler. No assembly attempted."
4582 msgstr ""
4583
4584 #: config/tc-dlx.c:328
4585 #, c-format
4586 msgid "Bad operand for a load instruction: <%s>"
4587 msgstr ""
4588
4589 #: config/tc-dlx.c:442
4590 #, c-format
4591 msgid "Bad operand for a store instruction: <%s>"
4592 msgstr ""
4593
4594 #: config/tc-dlx.c:622
4595 #, c-format
4596 msgid "Expression Error for operand modifier %%hi/%%lo\n"
4597 msgstr ""
4598
4599 #: config/tc-dlx.c:635 config/tc-or32.c:813
4600 #, c-format
4601 msgid "Invalid expression after %%%%\n"
4602 msgstr ""
4603
4604 #: config/tc-dlx.c:704 config/tc-tic4x.c:2488
4605 #, c-format
4606 msgid "Unknown opcode `%s'."
4607 msgstr ""
4608
4609 #: config/tc-dlx.c:717
4610 msgid "Can not set dlx_skip_hi16_flag"
4611 msgstr ""
4612
4613 #: config/tc-dlx.c:731
4614 #, c-format
4615 msgid "Missing arguments for opcode <%s>."
4616 msgstr ""
4617
4618 #: config/tc-dlx.c:765
4619 #, c-format
4620 msgid "Too many operands: %s"
4621 msgstr ""
4622
4623 #: config/tc-dlx.c:802
4624 #, c-format
4625 msgid "Both the_insn.HI and the_insn.LO are set : %s"
4626 msgstr ""
4627
4628 #: config/tc-dlx.c:872
4629 msgid "failed regnum sanity check."
4630 msgstr ""
4631
4632 #: config/tc-dlx.c:885
4633 msgid "failed general register sanity check."
4634 msgstr ""
4635
4636 #. Types or values of args don't match.
4637 #: config/tc-dlx.c:893
4638 msgid "Invalid operands"
4639 msgstr ""
4640
4641 #: config/tc-dlx.c:1120 config/tc-or32.c:775
4642 #, c-format
4643 msgid "label \"$%d\" redefined"
4644 msgstr ""
4645
4646 #: config/tc-dlx.c:1158
4647 msgid "Invalid expression after # number\n"
4648 msgstr ""
4649
4650 #: config/tc-fr30.c:82
4651 #, c-format
4652 msgid " FR30 specific command line options:\n"
4653 msgstr ""
4654
4655 #: config/tc-fr30.c:135
4656 #, c-format
4657 msgid "Instruction %s not allowed in a delay slot."
4658 msgstr ""
4659
4660 #: config/tc-frv.c:404
4661 #, c-format
4662 msgid "Unknown cpu -mcpu=%s"
4663 msgstr ""
4664
4665 #: config/tc-frv.c:457
4666 #, c-format
4667 msgid "FRV specific command line options:\n"
4668 msgstr ""
4669
4670 #: config/tc-frv.c:458
4671 #, c-format
4672 msgid "-G n Put data <= n bytes in the small data area\n"
4673 msgstr ""
4674
4675 #: config/tc-frv.c:459
4676 #, c-format
4677 msgid "-mgpr-32 Mark generated file as only using 32 GPRs\n"
4678 msgstr ""
4679
4680 #: config/tc-frv.c:460
4681 #, c-format
4682 msgid "-mgpr-64 Mark generated file as using all 64 GPRs\n"
4683 msgstr ""
4684
4685 #: config/tc-frv.c:461
4686 #, c-format
4687 msgid "-mfpr-32 Mark generated file as only using 32 FPRs\n"
4688 msgstr ""
4689
4690 #: config/tc-frv.c:462
4691 #, c-format
4692 msgid "-mfpr-64 Mark generated file as using all 64 FPRs\n"
4693 msgstr ""
4694
4695 #: config/tc-frv.c:463
4696 #, c-format
4697 msgid "-msoft-float Mark generated file as using software FP\n"
4698 msgstr ""
4699
4700 #: config/tc-frv.c:464
4701 #, c-format
4702 msgid "-mdword Mark generated file as using a 8-byte stack alignment\n"
4703 msgstr ""
4704
4705 #: config/tc-frv.c:465
4706 #, c-format
4707 msgid "-mno-dword Mark generated file as using a 4-byte stack alignment\n"
4708 msgstr ""
4709
4710 #: config/tc-frv.c:466
4711 #, c-format
4712 msgid "-mdouble Mark generated file as using double precision FP insns\n"
4713 msgstr ""
4714
4715 #: config/tc-frv.c:467
4716 #, c-format
4717 msgid "-mmedia Mark generated file as using media insns\n"
4718 msgstr ""
4719
4720 #: config/tc-frv.c:468
4721 #, c-format
4722 msgid "-mmuladd Mark generated file as using multiply add/subtract insns\n"
4723 msgstr ""
4724
4725 #: config/tc-frv.c:469
4726 #, c-format
4727 msgid "-mpack Allow instructions to be packed\n"
4728 msgstr ""
4729
4730 #: config/tc-frv.c:470
4731 #, c-format
4732 msgid "-mno-pack Do not allow instructions to be packed\n"
4733 msgstr ""
4734
4735 #: config/tc-frv.c:471
4736 #, c-format
4737 msgid "-mpic Mark generated file as using small position independent code\n"
4738 msgstr ""
4739
4740 #: config/tc-frv.c:472
4741 #, c-format
4742 msgid "-mPIC Mark generated file as using large position independent code\n"
4743 msgstr ""
4744
4745 #: config/tc-frv.c:473
4746 #, c-format
4747 msgid "-mlibrary-pic Mark generated file as using position indepedent code for libraries\n"
4748 msgstr ""
4749
4750 #: config/tc-frv.c:474
4751 #, c-format
4752 msgid "-mfdpic Assemble for the FDPIC ABI\n"
4753 msgstr ""
4754
4755 #: config/tc-frv.c:475
4756 #, c-format
4757 msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
4758 msgstr ""
4759
4760 #: config/tc-frv.c:476
4761 #, c-format
4762 msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
4763 msgstr ""
4764
4765 #: config/tc-frv.c:477
4766 #, c-format
4767 msgid " Record the cpu type\n"
4768 msgstr ""
4769
4770 #: config/tc-frv.c:478
4771 #, c-format
4772 msgid "-mtomcat-stats Print out stats for tomcat workarounds\n"
4773 msgstr ""
4774
4775 #: config/tc-frv.c:479
4776 #, c-format
4777 msgid "-mtomcat-debug Debug tomcat workarounds\n"
4778 msgstr ""
4779
4780 #: config/tc-frv.c:1163
4781 msgid "VLIW packing used for -mno-pack"
4782 msgstr ""
4783
4784 #: config/tc-frv.c:1173
4785 msgid "Instruction not supported by this architecture"
4786 msgstr ""
4787
4788 #: config/tc-frv.c:1183
4789 msgid "VLIW packing constraint violation"
4790 msgstr ""
4791
4792 #: config/tc-frv.c:1774
4793 #, c-format
4794 msgid "Relocation %s is not safe for %s"
4795 msgstr ""
4796
4797 #: config/tc-h8300.c:396 config/tc-h8300.c:404
4798 msgid "Reg not valid for H8/300"
4799 msgstr ""
4800
4801 #: config/tc-h8300.c:485
4802 msgid "invalid operand size requested"
4803 msgstr ""
4804
4805 #: config/tc-h8300.c:584
4806 msgid "Invalid register list for ldm/stm\n"
4807 msgstr ""
4808
4809 #: config/tc-h8300.c:610 config/tc-h8300.c:615 config/tc-h8300.c:622
4810 msgid "mismatch between register and suffix"
4811 msgstr ""
4812
4813 #: config/tc-h8300.c:627
4814 msgid "invalid suffix after register."
4815 msgstr ""
4816
4817 #: config/tc-h8300.c:649
4818 msgid "address too high for vector table jmp/jsr"
4819 msgstr ""
4820
4821 #: config/tc-h8300.c:676 config/tc-h8300.c:788 config/tc-h8300.c:798
4822 msgid "Wrong size pointer register for architecture."
4823 msgstr ""
4824
4825 #: config/tc-h8300.c:735 config/tc-h8300.c:743 config/tc-h8300.c:772
4826 msgid "expected @(exp, reg16)"
4827 msgstr ""
4828
4829 #: config/tc-h8300.c:761
4830 msgid "expected .L, .W or .B for register in indexed addressing mode"
4831 msgstr ""
4832
4833 #: config/tc-h8300.c:955
4834 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
4835 msgstr ""
4836
4837 #: config/tc-h8300.c:973 config/tc-h8300.c:982
4838 msgid "expected register"
4839 msgstr ""
4840
4841 #: config/tc-h8300.c:998
4842 msgid "expected closing paren"
4843 msgstr ""
4844
4845 #: config/tc-h8300.c:1057
4846 #, c-format
4847 msgid "can't use high part of register in operand %d"
4848 msgstr ""
4849
4850 #: config/tc-h8300.c:1214
4851 #, c-format
4852 msgid "Opcode `%s' with these operand types not available in %s mode"
4853 msgstr ""
4854
4855 #: config/tc-h8300.c:1223
4856 msgid "mismatch between opcode size and operand size"
4857 msgstr ""
4858
4859 #: config/tc-h8300.c:1259
4860 #, c-format
4861 msgid "operand %s0x%lx out of range."
4862 msgstr ""
4863
4864 #: config/tc-h8300.c:1366
4865 msgid "Can't work out size of operand.\n"
4866 msgstr ""
4867
4868 #: config/tc-h8300.c:1415
4869 #, c-format
4870 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
4871 msgstr ""
4872
4873 #: config/tc-h8300.c:1420
4874 #, c-format
4875 msgid "Opcode `%s' with these operand types not available in H8/300H mode"
4876 msgstr ""
4877
4878 #: config/tc-h8300.c:1426
4879 #, c-format
4880 msgid "Opcode `%s' with these operand types not available in H8/300S mode"
4881 msgstr ""
4882
4883 #: config/tc-h8300.c:1487 config/tc-h8300.c:1507
4884 msgid "Need #1 or #2 here"
4885 msgstr ""
4886
4887 #: config/tc-h8300.c:1502
4888 msgid "#4 not valid on H8/300."
4889 msgstr ""
4890
4891 #: config/tc-h8300.c:1610 config/tc-h8300.c:1692
4892 #, c-format
4893 msgid "branch operand has odd offset (%lx)\n"
4894 msgstr ""
4895
4896 #: config/tc-h8300.c:1730
4897 msgid "destination operand must be 16 bit register"
4898 msgstr ""
4899
4900 #: config/tc-h8300.c:1739
4901 msgid "source operand must be 8 bit register"
4902 msgstr ""
4903
4904 #: config/tc-h8300.c:1747
4905 msgid "destination operand must be 16bit absolute address"
4906 msgstr ""
4907
4908 #: config/tc-h8300.c:1754
4909 msgid "destination operand must be 8 bit register"
4910 msgstr ""
4911
4912 #: config/tc-h8300.c:1762
4913 msgid "source operand must be 16bit absolute address"
4914 msgstr ""
4915
4916 #. This seems more sane than saying "too many operands". We'll
4917 #. get here only if the trailing trash starts with a comma.
4918 #. Types or values of args don't match.
4919 #: config/tc-h8300.c:1770 config/tc-mmix.c:472 config/tc-mmix.c:484
4920 #: config/tc-mmix.c:2500 config/tc-mmix.c:2524 config/tc-mmix.c:2797
4921 #: config/tc-or32.c:529
4922 msgid "invalid operands"
4923 msgstr ""
4924
4925 #: config/tc-h8300.c:1801
4926 msgid "operand/size mis-match"
4927 msgstr ""
4928
4929 #: config/tc-h8300.c:1902 config/tc-mips.c:10156 config/tc-sh.c:2925
4930 #: config/tc-sh64.c:2795 config/tc-z8k.c:1226
4931 msgid "unknown opcode"
4932 msgstr ""
4933
4934 #: config/tc-h8300.c:1935
4935 msgid "invalid operand in ldm"
4936 msgstr ""
4937
4938 #: config/tc-h8300.c:1944
4939 msgid "invalid operand in stm"
4940 msgstr ""
4941
4942 #: config/tc-h8300.c:2070
4943 #, c-format
4944 msgid "call to tc_aout_fix_to_chars \n"
4945 msgstr ""
4946
4947 #: config/tc-h8300.c:2079 config/tc-xc16x.c:340
4948 #, c-format
4949 msgid "call to md_convert_frag \n"
4950 msgstr ""
4951
4952 #: config/tc-h8300.c:2130 config/tc-xc16x.c:244
4953 #, c-format
4954 msgid "call to md_estimate_size_before_relax \n"
4955 msgstr ""
4956
4957 #: config/tc-h8300.c:2159 config/tc-xc16x.c:285
4958 msgid "Difference of symbols in different sections is not supported"
4959 msgstr ""
4960
4961 #: config/tc-h8300.c:2181 config/tc-mcore.c:2199 config/tc-microblaze.c:2295
4962 #: config/tc-pj.c:488 config/tc-sh.c:4377 config/tc-xc16x.c:308
4963 #, c-format
4964 msgid "Cannot represent relocation type %s"
4965 msgstr ""
4966
4967 #. Simple range checking for FIELD against HIGH and LOW bounds.
4968 #. IGNORE is used to suppress the error message.
4969 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where
4970 #. the current file and line number are not valid.
4971 #: config/tc-hppa.c:1028 config/tc-hppa.c:1042
4972 #, c-format
4973 msgid "Field out of range [%d..%d] (%d)."
4974 msgstr ""
4975
4976 #. Simple alignment checking for FIELD against ALIGN (a power of two).
4977 #. IGNORE is used to suppress the error message.
4978 #: config/tc-hppa.c:1056
4979 #, c-format
4980 msgid "Field not properly aligned [%d] (%d)."
4981 msgstr ""
4982
4983 #: config/tc-hppa.c:1109
4984 msgid "Missing .exit\n"
4985 msgstr ""
4986
4987 #: config/tc-hppa.c:1112
4988 msgid "Missing .procend\n"
4989 msgstr ""
4990
4991 #: config/tc-hppa.c:1297
4992 #, c-format
4993 msgid "Invalid field selector. Assuming F%%."
4994 msgstr ""
4995
4996 #: config/tc-hppa.c:1324
4997 msgid "Bad segment in expression."
4998 msgstr ""
4999
5000 #: config/tc-hppa.c:1349
5001 #, c-format
5002 msgid "Invalid Nullification: (%c)"
5003 msgstr ""
5004
5005 #: config/tc-hppa.c:1419
5006 msgid "Cannot handle fixup"
5007 msgstr ""
5008
5009 #: config/tc-hppa.c:1717
5010 #, c-format
5011 msgid " -Q ignored\n"
5012 msgstr ""
5013
5014 #: config/tc-hppa.c:1721
5015 #, c-format
5016 msgid " -c print a warning if a comment is found\n"
5017 msgstr ""
5018
5019 #: config/tc-hppa.c:1787
5020 #, c-format
5021 msgid "no hppa_fixup entry for fixup type 0x%x"
5022 msgstr ""
5023
5024 #: config/tc-hppa.c:1966
5025 msgid "Unknown relocation encountered in md_apply_fix."
5026 msgstr ""
5027
5028 #: config/tc-hppa.c:2154 config/tc-hppa.c:2179
5029 #, c-format
5030 msgid "Undefined register: '%s'."
5031 msgstr ""
5032
5033 #: config/tc-hppa.c:2213
5034 #, c-format
5035 msgid "Non-absolute symbol: '%s'."
5036 msgstr ""
5037
5038 #: config/tc-hppa.c:2228
5039 #, c-format
5040 msgid "Undefined absolute constant: '%s'."
5041 msgstr ""
5042
5043 #: config/tc-hppa.c:2259 config/tc-hppa.c:5689
5044 msgid "could not update architecture and machine"
5045 msgstr ""
5046
5047 #: config/tc-hppa.c:2297
5048 #, c-format
5049 msgid "Invalid FP Compare Condition: %s"
5050 msgstr ""
5051
5052 #: config/tc-hppa.c:2352
5053 #, c-format
5054 msgid "Invalid FTEST completer: %s"
5055 msgstr ""
5056
5057 #: config/tc-hppa.c:2418 config/tc-hppa.c:2455
5058 #, c-format
5059 msgid "Invalid FP Operand Format: %3s"
5060 msgstr ""
5061
5062 #: config/tc-hppa.c:2590
5063 msgid "Bad segment (should be absolute)."
5064 msgstr ""
5065
5066 #: config/tc-hppa.c:2616
5067 #, c-format
5068 msgid "Invalid argument location: %s\n"
5069 msgstr ""
5070
5071 #: config/tc-hppa.c:2645
5072 #, c-format
5073 msgid "Invalid argument description: %d"
5074 msgstr ""
5075
5076 #: config/tc-hppa.c:3473
5077 msgid "Invalid Indexed Load Completer."
5078 msgstr ""
5079
5080 #: config/tc-hppa.c:3478
5081 msgid "Invalid Indexed Load Completer Syntax."
5082 msgstr ""
5083
5084 #: config/tc-hppa.c:3512
5085 msgid "Invalid Short Load/Store Completer."
5086 msgstr ""
5087
5088 #: config/tc-hppa.c:3572 config/tc-hppa.c:3577
5089 msgid "Invalid Store Bytes Short Completer"
5090 msgstr ""
5091
5092 #: config/tc-hppa.c:3888 config/tc-hppa.c:3894
5093 msgid "Invalid left/right combination completer"
5094 msgstr ""
5095
5096 #: config/tc-hppa.c:3943 config/tc-hppa.c:3950
5097 msgid "Invalid permutation completer"
5098 msgstr ""
5099
5100 #: config/tc-hppa.c:4050
5101 #, c-format
5102 msgid "Invalid Add Condition: %s"
5103 msgstr ""
5104
5105 #: config/tc-hppa.c:4061 config/tc-hppa.c:4071
5106 msgid "Invalid Add and Branch Condition"
5107 msgstr ""
5108
5109 #: config/tc-hppa.c:4092 config/tc-hppa.c:4229
5110 msgid "Invalid Compare/Subtract Condition"
5111 msgstr ""
5112
5113 #: config/tc-hppa.c:4132
5114 #, c-format
5115 msgid "Invalid Bit Branch Condition: %c"
5116 msgstr ""
5117
5118 #: config/tc-hppa.c:4217
5119 #, c-format
5120 msgid "Invalid Compare/Subtract Condition: %s"
5121 msgstr ""
5122
5123 #: config/tc-hppa.c:4244
5124 msgid "Invalid Compare and Branch Condition"
5125 msgstr ""
5126
5127 #: config/tc-hppa.c:4340
5128 msgid "Invalid Logical Instruction Condition."
5129 msgstr ""
5130
5131 #: config/tc-hppa.c:4398
5132 msgid "Invalid Shift/Extract/Deposit Condition."
5133 msgstr ""
5134
5135 #: config/tc-hppa.c:4510
5136 msgid "Invalid Unit Instruction Condition."
5137 msgstr ""
5138
5139 #: config/tc-hppa.c:4985 config/tc-hppa.c:5017 config/tc-hppa.c:5048
5140 #: config/tc-hppa.c:5078
5141 msgid "Branch to unaligned address"
5142 msgstr ""
5143
5144 #: config/tc-hppa.c:5262
5145 msgid "Invalid SFU identifier"
5146 msgstr ""
5147
5148 #: config/tc-hppa.c:5312
5149 msgid "Invalid COPR identifier"
5150 msgstr ""
5151
5152 #: config/tc-hppa.c:5441
5153 msgid "Invalid Floating Point Operand Format."
5154 msgstr ""
5155
5156 #: config/tc-hppa.c:5558 config/tc-hppa.c:5578 config/tc-hppa.c:5598
5157 #: config/tc-hppa.c:5618 config/tc-hppa.c:5638
5158 msgid "Invalid register for single precision fmpyadd or fmpysub"
5159 msgstr ""
5160
5161 #: config/tc-hppa.c:5706
5162 #, c-format
5163 msgid "Invalid operands %s"
5164 msgstr ""
5165
5166 #: config/tc-hppa.c:5716
5167 #, c-format
5168 msgid "Immediates %d and %d will give undefined behavior."
5169 msgstr ""
5170
5171 #: config/tc-hppa.c:5768 config/tc-hppa.c:6956 config/tc-hppa.c:7011
5172 msgid "Missing function name for .PROC (corrupted label chain)"
5173 msgstr ""
5174
5175 #: config/tc-hppa.c:5771 config/tc-hppa.c:7014
5176 msgid "Missing function name for .PROC"
5177 msgstr ""
5178
5179 #: config/tc-hppa.c:5830
5180 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
5181 msgstr ""
5182
5183 #: config/tc-hppa.c:5926
5184 #, c-format
5185 msgid "Invalid .CALL argument: %s"
5186 msgstr ""
5187
5188 #: config/tc-hppa.c:6042
5189 msgid ".callinfo is not within a procedure definition"
5190 msgstr ""
5191
5192 #: config/tc-hppa.c:6062
5193 #, c-format
5194 msgid "FRAME parameter must be a multiple of 8: %d\n"
5195 msgstr ""
5196
5197 #: config/tc-hppa.c:6081
5198 msgid "Value for ENTRY_GR must be in the range 3..18\n"
5199 msgstr ""
5200
5201 #: config/tc-hppa.c:6093
5202 msgid "Value for ENTRY_FR must be in the range 12..21\n"
5203 msgstr ""
5204
5205 #: config/tc-hppa.c:6103
5206 msgid "Value for ENTRY_SR must be 3\n"
5207 msgstr ""
5208
5209 #: config/tc-hppa.c:6159
5210 #, c-format
5211 msgid "Invalid .CALLINFO argument: %s"
5212 msgstr ""
5213
5214 #: config/tc-hppa.c:6269
5215 msgid "The .ENTER pseudo-op is not supported"
5216 msgstr ""
5217
5218 #: config/tc-hppa.c:6285
5219 msgid "Misplaced .entry. Ignored."
5220 msgstr ""
5221
5222 #: config/tc-hppa.c:6289
5223 msgid "Missing .callinfo."
5224 msgstr ""
5225
5226 #: config/tc-hppa.c:6353
5227 msgid ".REG expression must be a register"
5228 msgstr ""
5229
5230 #: config/tc-hppa.c:6369
5231 msgid "bad or irreducible absolute expression; zero assumed"
5232 msgstr ""
5233
5234 #: config/tc-hppa.c:6380
5235 msgid ".REG must use a label"
5236 msgstr ""
5237
5238 #: config/tc-hppa.c:6382
5239 msgid ".EQU must use a label"
5240 msgstr ""
5241
5242 #: config/tc-hppa.c:6444
5243 #, c-format
5244 msgid "Symbol '%s' could not be created."
5245 msgstr ""
5246
5247 #: config/tc-hppa.c:6448
5248 msgid "No memory for symbol name."
5249 msgstr ""
5250
5251 #: config/tc-hppa.c:6497
5252 msgid ".EXIT must appear within a procedure"
5253 msgstr ""
5254
5255 #: config/tc-hppa.c:6501
5256 msgid "Missing .callinfo"
5257 msgstr ""
5258
5259 #: config/tc-hppa.c:6505
5260 msgid "No .ENTRY for this .EXIT"
5261 msgstr ""
5262
5263 #: config/tc-hppa.c:6545
5264 #, c-format
5265 msgid "Using ENTRY rather than CODE in export directive for %s"
5266 msgstr ""
5267
5268 #: config/tc-hppa.c:6662
5269 #, c-format
5270 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
5271 msgstr ""
5272
5273 #: config/tc-hppa.c:6686
5274 #, c-format
5275 msgid "Cannot define export symbol: %s\n"
5276 msgstr ""
5277
5278 #: config/tc-hppa.c:6783
5279 msgid "Missing label name on .LABEL"
5280 msgstr ""
5281
5282 #: config/tc-hppa.c:6788
5283 msgid "extra .LABEL arguments ignored."
5284 msgstr ""
5285
5286 #: config/tc-hppa.c:6804
5287 msgid "The .LEAVE pseudo-op is not supported"
5288 msgstr ""
5289
5290 #: config/tc-hppa.c:6842
5291 msgid "Unrecognized .LEVEL argument\n"
5292 msgstr ""
5293
5294 #: config/tc-hppa.c:6876
5295 #, c-format
5296 msgid "Cannot define static symbol: %s\n"
5297 msgstr ""
5298
5299 #: config/tc-hppa.c:6910
5300 msgid "Nested procedures"
5301 msgstr ""
5302
5303 #: config/tc-hppa.c:6920
5304 msgid "Cannot allocate unwind descriptor\n"
5305 msgstr ""
5306
5307 #: config/tc-hppa.c:7018
5308 msgid "misplaced .procend"
5309 msgstr ""
5310
5311 #: config/tc-hppa.c:7021
5312 msgid "Missing .callinfo for this procedure"
5313 msgstr ""
5314
5315 #: config/tc-hppa.c:7024
5316 msgid "Missing .EXIT for a .ENTRY"
5317 msgstr ""
5318
5319 #: config/tc-hppa.c:7061
5320 msgid "Not in a space.\n"
5321 msgstr ""
5322
5323 #: config/tc-hppa.c:7064
5324 msgid "Not in a subspace.\n"
5325 msgstr ""
5326
5327 #: config/tc-hppa.c:7153
5328 msgid "Invalid .SPACE argument"
5329 msgstr ""
5330
5331 #: config/tc-hppa.c:7199
5332 msgid "Can't change spaces within a procedure definition. Ignored"
5333 msgstr ""
5334
5335 #: config/tc-hppa.c:7327
5336 #, c-format
5337 msgid "Undefined space: '%s' Assuming space number = 0."
5338 msgstr ""
5339
5340 #: config/tc-hppa.c:7350
5341 msgid "Must be in a space before changing or declaring subspaces.\n"
5342 msgstr ""
5343
5344 #: config/tc-hppa.c:7354
5345 msgid "Can't change subspaces within a procedure definition. Ignored"
5346 msgstr ""
5347
5348 #: config/tc-hppa.c:7390
5349 msgid "Parameters of an existing subspace can't be modified"
5350 msgstr ""
5351
5352 #: config/tc-hppa.c:7442
5353 msgid "Alignment must be a power of 2"
5354 msgstr ""
5355
5356 #: config/tc-hppa.c:7489
5357 msgid "FIRST not supported as a .SUBSPACE argument"
5358 msgstr ""
5359
5360 #: config/tc-hppa.c:7491
5361 msgid "Invalid .SUBSPACE argument"
5362 msgstr ""
5363
5364 #: config/tc-hppa.c:7680
5365 #, c-format
5366 msgid "Internal error: Unable to find containing space for %s."
5367 msgstr ""
5368
5369 #: config/tc-hppa.c:7718
5370 #, c-format
5371 msgid "Out of memory: could not allocate new space chain entry: %s\n"
5372 msgstr ""
5373
5374 #: config/tc-hppa.c:7806
5375 #, c-format
5376 msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
5377 msgstr ""
5378
5379 #: config/tc-hppa.c:8251
5380 msgid "-R option not supported on this target."
5381 msgstr ""
5382
5383 #: config/tc-hppa.c:8268 config/tc-sparc.c:815 config/tc-sparc.c:852
5384 #, c-format
5385 msgid "Internal error: can't hash `%s': %s\n"
5386 msgstr ""
5387
5388 #: config/tc-hppa.c:8277 config/tc-i860.c:236
5389 #, c-format
5390 msgid "internal error: losing opcode: `%s' \"%s\"\n"
5391 msgstr ""
5392
5393 #: config/tc-i370.c:419 config/tc-ppc.c:1141 config/tc-s390.c:404
5394 #: config/tc-s390.c:411
5395 #, c-format
5396 msgid "invalid switch -m%s"
5397 msgstr ""
5398
5399 #: config/tc-i370.c:516 config/tc-s390.c:510
5400 #, c-format
5401 msgid "Internal assembler error for instruction %s"
5402 msgstr ""
5403
5404 #: config/tc-i370.c:535
5405 #, c-format
5406 msgid "Internal assembler error for macro %s"
5407 msgstr ""
5408
5409 #: config/tc-i370.c:630 config/tc-ppc.c:1839
5410 msgid "identifier+constant@got means identifier@got+constant"
5411 msgstr ""
5412
5413 #: config/tc-i370.c:684 config/tc-m68k.c:8030 config/tc-ppc.c:1928
5414 #, c-format
5415 msgid "%s relocations do not fit in %d bytes\n"
5416 msgstr ""
5417
5418 #: config/tc-i370.c:925 config/tc-i370.c:969
5419 msgid "unsupported DC type"
5420 msgstr ""
5421
5422 #: config/tc-i370.c:939 config/tc-i370.c:951 config/tc-i370.c:1532
5423 #: config/tc-i370.c:1542
5424 msgid "missing end-quote"
5425 msgstr ""
5426
5427 #: config/tc-i370.c:999
5428 msgid "unsupported alignment"
5429 msgstr ""
5430
5431 #: config/tc-i370.c:1006
5432 msgid "this DS form not yet supported"
5433 msgstr ""
5434
5435 #: config/tc-i370.c:1049 config/tc-m32r.c:1493 config/tc-microblaze.c:179
5436 #: config/tc-ppc.c:1992 config/tc-ppc.c:4596
5437 msgid "Expected comma after symbol-name: rest of line ignored."
5438 msgstr ""
5439
5440 #: config/tc-i370.c:1072 config/tc-m32r.c:1517 config/tc-microblaze.c:201
5441 #: config/tc-ppc.c:2014 config/tc-ppc.c:3215 config/tc-ppc.c:4620
5442 msgid "ignoring bad alignment"
5443 msgstr ""
5444
5445 #: config/tc-i370.c:1083 config/tc-m32r.c:1544 config/tc-microblaze.c:212
5446 #: config/tc-ppc.c:2025 config/tc-ppc.c:4632
5447 #, c-format
5448 msgid "Ignoring attempt to re-define symbol `%s'."
5449 msgstr ""
5450
5451 #: config/tc-i370.c:1091 config/tc-microblaze.c:220 config/tc-ppc.c:2033
5452 #, c-format
5453 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
5454 msgstr ""
5455
5456 #: config/tc-i370.c:1110 config/tc-m32r.c:1529 config/tc-microblaze.c:238
5457 #: config/tc-ppc.c:2051 config/tc-v850.c:322
5458 msgid "Common alignment not a power of 2"
5459 msgstr ""
5460
5461 #: config/tc-i370.c:1248
5462 msgid "Missing or bad .using directive"
5463 msgstr ""
5464
5465 #: config/tc-i370.c:1293
5466 msgid "Literal Pool Overflow"
5467 msgstr ""
5468
5469 #: config/tc-i370.c:1589
5470 msgid "expression not a constant"
5471 msgstr ""
5472
5473 #: config/tc-i370.c:1596
5474 msgid "Unknown/unsupported address literal type"
5475 msgstr ""
5476
5477 #: config/tc-i370.c:1619
5478 #, c-format
5479 msgid ".ltorg without prior .using in section %s"
5480 msgstr ""
5481
5482 #: config/tc-i370.c:1623
5483 #, c-format
5484 msgid ".ltorg in section %s paired to .using in section %s"
5485 msgstr ""
5486
5487 #: config/tc-i370.c:1646
5488 #, c-format
5489 msgid "bad alignment of %d bytes in literal pool"
5490 msgstr ""
5491
5492 #: config/tc-i370.c:1670
5493 msgid "bad literal size\n"
5494 msgstr ""
5495
5496 #: config/tc-i370.c:1744
5497 msgid ".using: base address expression illegal or too complex"
5498 msgstr ""
5499
5500 #: config/tc-i370.c:1779 config/tc-i370.c:1788
5501 #, c-format
5502 msgid "droping register %d in section %s does not match using register %d"
5503 msgstr ""
5504
5505 #: config/tc-i370.c:1792
5506 #, c-format
5507 msgid "droping register %d in section %s previously used in section %s"
5508 msgstr ""
5509
5510 #: config/tc-i370.c:1848 config/tc-ppc.c:3030
5511 msgid "wrong number of operands"
5512 msgstr ""
5513
5514 #: config/tc-i370.c:1930 config/tc-mn10200.c:898 config/tc-mn10300.c:1249
5515 #: config/tc-ppc.c:2349 config/tc-s390.c:1544 config/tc-v850.c:1604
5516 #, c-format
5517 msgid "Unrecognized opcode: `%s'"
5518 msgstr ""
5519
5520 #: config/tc-i370.c:2075
5521 msgid "not using any base register"
5522 msgstr ""
5523
5524 #: config/tc-i370.c:2105
5525 #, c-format
5526 msgid "expecting a register for operand %d"
5527 msgstr ""
5528
5529 #. Not used --- don't have any 8 byte instructions.
5530 #: config/tc-i370.c:2226
5531 msgid "Internal Error: bad instruction length"
5532 msgstr ""
5533
5534 #: config/tc-i386.c:1776
5535 #, c-format
5536 msgid "%s shortened to %s"
5537 msgstr ""
5538
5539 #: config/tc-i386.c:1846
5540 msgid "same type of prefix used twice"
5541 msgstr ""
5542
5543 #: config/tc-i386.c:1867
5544 msgid "64bit mode not supported on this CPU."
5545 msgstr ""
5546
5547 #: config/tc-i386.c:1871
5548 msgid "32bit mode not supported on this CPU."
5549 msgstr ""
5550
5551 #: config/tc-i386.c:1904
5552 msgid "bad argument to syntax directive."
5553 msgstr ""
5554
5555 #: config/tc-i386.c:1953
5556 msgid "bad argument to sse_check directive."
5557 msgstr ""
5558
5559 #: config/tc-i386.c:1957
5560 msgid "missing argument for sse_check directive"
5561 msgstr ""
5562
5563 #: config/tc-i386.c:1987
5564 #, c-format
5565 msgid "`%s' is not supported on `%s'"
5566 msgstr ""
5567
5568 #: config/tc-i386.c:2060
5569 #, c-format
5570 msgid "no such architecture: `%s'"
5571 msgstr ""
5572
5573 #: config/tc-i386.c:2065
5574 msgid "missing cpu architecture"
5575 msgstr ""
5576
5577 #: config/tc-i386.c:2079
5578 #, c-format
5579 msgid "no such architecture modifier: `%s'"
5580 msgstr ""
5581
5582 #: config/tc-i386.c:2094 config/tc-i386.c:2109
5583 msgid "Intel L1OM is 64bit ELF only"
5584 msgstr ""
5585
5586 #: config/tc-i386.c:2118 config/tc-i386.c:8084 config/tc-maxq.c:223
5587 msgid "Unknown architecture"
5588 msgstr ""
5589
5590 #: config/tc-i386.c:2464
5591 #, c-format
5592 msgid "unknown relocation (%u)"
5593 msgstr ""
5594
5595 #: config/tc-i386.c:2466
5596 #, c-format
5597 msgid "%u-byte relocation cannot be applied to %u-byte field"
5598 msgstr ""
5599
5600 #: config/tc-i386.c:2470
5601 msgid "non-pc-relative relocation for pc-relative field"
5602 msgstr ""
5603
5604 #: config/tc-i386.c:2475
5605 msgid "relocated field and relocation type differ in signedness"
5606 msgstr ""
5607
5608 #: config/tc-i386.c:2484
5609 msgid "there are no unsigned pc-relative relocations"
5610 msgstr ""
5611
5612 #: config/tc-i386.c:2492
5613 #, c-format
5614 msgid "cannot do %u byte pc-relative relocation"
5615 msgstr ""
5616
5617 #: config/tc-i386.c:2509
5618 #, c-format
5619 msgid "cannot do %s %u byte relocation"
5620 msgstr ""
5621
5622 #: config/tc-i386.c:2769
5623 #, c-format
5624 msgid "can't use register '%s%s' as operand %d in '%s'."
5625 msgstr ""
5626
5627 #: config/tc-i386.c:2880
5628 #, c-format
5629 msgid "SSE instruction `%s' is used"
5630 msgstr ""
5631
5632 #: config/tc-i386.c:2894 config/tc-i386.c:4219
5633 #, c-format
5634 msgid "ambiguous operand size for `%s'"
5635 msgstr ""
5636
5637 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
5638 #: config/tc-i386.c:2950
5639 #, c-format
5640 msgid "translating to `%sp'"
5641 msgstr ""
5642
5643 #: config/tc-i386.c:3001
5644 #, c-format
5645 msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
5646 msgstr ""
5647
5648 #: config/tc-i386.c:3044 config/tc-i386.c:3168 config/tc-maxq.c:800
5649 #: config/tc-maxq.c:830
5650 #, c-format
5651 msgid "no such instruction: `%s'"
5652 msgstr ""
5653
5654 #: config/tc-i386.c:3055 config/tc-i386.c:3201 config/tc-maxq.c:808
5655 #, c-format
5656 msgid "invalid character %s in mnemonic"
5657 msgstr ""
5658
5659 #: config/tc-i386.c:3062
5660 msgid "expecting prefix; got nothing"
5661 msgstr ""
5662
5663 #: config/tc-i386.c:3064
5664 msgid "expecting mnemonic; got nothing"
5665 msgstr ""
5666
5667 #: config/tc-i386.c:3079 config/tc-i386.c:3219
5668 #, c-format
5669 msgid "`%s' is only supported in 64-bit mode"
5670 msgstr ""
5671
5672 #: config/tc-i386.c:3080 config/tc-i386.c:3218
5673 #, c-format
5674 msgid "`%s' is not supported in 64-bit mode"
5675 msgstr ""
5676
5677 #: config/tc-i386.c:3092
5678 #, c-format
5679 msgid "redundant %s prefix"
5680 msgstr ""
5681
5682 #: config/tc-i386.c:3225
5683 #, c-format
5684 msgid "`%s' is not supported on `%s%s'"
5685 msgstr ""
5686
5687 #: config/tc-i386.c:3236
5688 msgid "use .code16 to ensure correct addressing mode"
5689 msgstr ""
5690
5691 #: config/tc-i386.c:3249
5692 #, c-format
5693 msgid "expecting string instruction after `%s'"
5694 msgstr ""
5695
5696 #: config/tc-i386.c:3281
5697 #, c-format
5698 msgid "invalid character %s before operand %d"
5699 msgstr ""
5700
5701 #: config/tc-i386.c:3295
5702 #, c-format
5703 msgid "unbalanced parenthesis in operand %d."
5704 msgstr ""
5705
5706 #: config/tc-i386.c:3298 config/tc-maxq.c:1850
5707 #, c-format
5708 msgid "unbalanced brackets in operand %d."
5709 msgstr ""
5710
5711 #: config/tc-i386.c:3307
5712 #, c-format
5713 msgid "invalid character %s in operand %d"
5714 msgstr ""
5715
5716 #: config/tc-i386.c:3335 config/tc-maxq.c:1876
5717 #, c-format
5718 msgid "spurious operands; (%d operands/instruction max)"
5719 msgstr ""
5720
5721 #: config/tc-i386.c:3358 config/tc-maxq.c:1896
5722 msgid "expecting operand after ','; got nothing"
5723 msgstr ""
5724
5725 #: config/tc-i386.c:3363
5726 msgid "expecting operand before ','; got nothing"
5727 msgstr ""
5728
5729 #: config/tc-i386.c:3959
5730 #, c-format
5731 msgid "ambiguous operand size or operands invalid for `%s'"
5732 msgstr ""
5733
5734 #: config/tc-i386.c:3962
5735 #, c-format
5736 msgid "suffix or operands invalid for `%s'"
5737 msgstr ""
5738
5739 #: config/tc-i386.c:3973
5740 #, c-format
5741 msgid "indirect %s without `*'"
5742 msgstr ""
5743
5744 #. Warn them that a data or address size prefix doesn't
5745 #. affect assembly of the next line of code.
5746 #: config/tc-i386.c:3981
5747 #, c-format
5748 msgid "stand-alone `%s' prefix"
5749 msgstr ""
5750
5751 #: config/tc-i386.c:4015 config/tc-i386.c:4031
5752 #, c-format
5753 msgid "`%s' operand %d must use `%ses' segment"
5754 msgstr ""
5755
5756 #. We have to know the operand size for crc32.
5757 #: config/tc-i386.c:4085
5758 #, c-format
5759 msgid "ambiguous memory operand size for `%s`"
5760 msgstr ""
5761
5762 #: config/tc-i386.c:4192
5763 msgid "no instruction mnemonic suffix given and no register operands; can't size instruction"
5764 msgstr ""
5765
5766 #: config/tc-i386.c:4333 config/tc-i386.c:4408 config/tc-i386.c:4437
5767 #: config/tc-i386.c:4483 config/tc-i386.c:4521
5768 #, c-format
5769 msgid "Incorrect register `%s%s' used with `%c' suffix"
5770 msgstr ""
5771
5772 #: config/tc-i386.c:4341 config/tc-i386.c:4415 config/tc-i386.c:4528
5773 #, c-format
5774 msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
5775 msgstr ""
5776
5777 #: config/tc-i386.c:4367 config/tc-i386.c:4391 config/tc-i386.c:4459
5778 #: config/tc-i386.c:4504
5779 #, c-format
5780 msgid "`%s%s' not allowed with `%s%c'"
5781 msgstr ""
5782
5783 #: config/tc-i386.c:4593
5784 msgid "no instruction mnemonic suffix given; can't determine immediate size"
5785 msgstr ""
5786
5787 #: config/tc-i386.c:4628
5788 #, c-format
5789 msgid "the last operand of `%s' must be `%s%s'"
5790 msgstr ""
5791
5792 #: config/tc-i386.c:4631
5793 #, c-format
5794 msgid "the first operand of `%s' must be `%s%s'"
5795 msgstr ""
5796
5797 #: config/tc-i386.c:4780
5798 #, c-format
5799 msgid "you can't `pop %scs'"
5800 msgstr ""
5801
5802 #. Reversed arguments on faddp, fsubp, etc.
5803 #: config/tc-i386.c:4809
5804 #, c-format
5805 msgid "translating to `%s %s%s,%s%s'"
5806 msgstr ""
5807
5808 #. Extraneous `l' suffix on fp insn.
5809 #: config/tc-i386.c:4816
5810 #, c-format
5811 msgid "translating to `%s %s%s'"
5812 msgstr ""
5813
5814 #: config/tc-i386.c:4844
5815 #, c-format
5816 msgid "segment override on `%s' is ineffectual"
5817 msgstr ""
5818
5819 #: config/tc-i386.c:5389 config/tc-i386.c:5483 config/tc-i386.c:5528
5820 msgid "skipping prefixes on this instruction"
5821 msgstr ""
5822
5823 #: config/tc-i386.c:5548
5824 msgid "16-bit jump out of range"
5825 msgstr ""
5826
5827 #: config/tc-i386.c:5557
5828 #, c-format
5829 msgid "can't handle non absolute segment in `%s'"
5830 msgstr ""
5831
5832 #: config/tc-i386.c:6139
5833 #, c-format
5834 msgid "@%s reloc is not supported with %d-bit output format"
5835 msgstr ""
5836
5837 #: config/tc-i386.c:6185
5838 #, c-format
5839 msgid "missing or invalid expression `%s'"
5840 msgstr ""
5841
5842 #: config/tc-i386.c:6243
5843 #, c-format
5844 msgid "at most %d immediate operands are allowed"
5845 msgstr ""
5846
5847 #: config/tc-i386.c:6265 config/tc-i386.c:6510 config/tc-maxq.c:1462
5848 #, c-format
5849 msgid "junk `%s' after expression"
5850 msgstr ""
5851
5852 #: config/tc-i386.c:6285
5853 #, c-format
5854 msgid "missing or invalid immediate expression `%s'"
5855 msgstr ""
5856
5857 #: config/tc-i386.c:6308 config/tc-i386.c:6580 config/tc-maxq.c:1492
5858 #, c-format
5859 msgid "unimplemented segment %s in operand"
5860 msgstr ""
5861
5862 #: config/tc-i386.c:6314
5863 #, c-format
5864 msgid "illegal immediate register operand %s"
5865 msgstr ""
5866
5867 #: config/tc-i386.c:6362
5868 #, c-format
5869 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
5870 msgstr ""
5871
5872 #: config/tc-i386.c:6371
5873 #, c-format
5874 msgid "scale factor of %d without an index register"
5875 msgstr ""
5876
5877 #: config/tc-i386.c:6393
5878 #, c-format
5879 msgid "at most %d displacement operands are allowed"
5880 msgstr ""
5881
5882 #: config/tc-i386.c:6565
5883 #, c-format
5884 msgid "missing or invalid displacement expression `%s'"
5885 msgstr ""
5886
5887 #: config/tc-i386.c:6667
5888 #, c-format
5889 msgid "`%s' is not valid here (expected `%c%s%s%c')"
5890 msgstr ""
5891
5892 #: config/tc-i386.c:6747
5893 #, c-format
5894 msgid "`%s' is not a valid %s expression"
5895 msgstr ""
5896
5897 #: config/tc-i386.c:6752
5898 #, c-format
5899 msgid "`%s' is not a valid %s-bit %s expression"
5900 msgstr ""
5901
5902 #: config/tc-i386.c:6833
5903 #, c-format
5904 msgid "bad memory operand `%s'"
5905 msgstr ""
5906
5907 #: config/tc-i386.c:6848
5908 #, c-format
5909 msgid "junk `%s' after register"
5910 msgstr ""
5911
5912 #: config/tc-i386.c:6861 config/tc-i386.c:6977 config/tc-i386.c:7018
5913 #, c-format
5914 msgid "bad register name `%s'"
5915 msgstr ""
5916
5917 #: config/tc-i386.c:6869
5918 msgid "immediate operand illegal with absolute jump"
5919 msgstr ""
5920
5921 #: config/tc-i386.c:6891
5922 #, c-format
5923 msgid "too many memory references for `%s'"
5924 msgstr ""
5925
5926 #: config/tc-i386.c:6969
5927 #, c-format
5928 msgid "expecting `,' or `)' after index register in `%s'"
5929 msgstr ""
5930
5931 #: config/tc-i386.c:6994
5932 #, c-format
5933 msgid "expecting `)' after scale factor in `%s'"
5934 msgstr ""
5935
5936 #: config/tc-i386.c:7002
5937 #, c-format
5938 msgid "expecting index register or scale factor after `,'; got '%c'"
5939 msgstr ""
5940
5941 #: config/tc-i386.c:7010
5942 #, c-format
5943 msgid "expecting `,' or `)' after base register in `%s'"
5944 msgstr ""
5945
5946 #. It's not a memory operand; argh!
5947 #: config/tc-i386.c:7054
5948 #, c-format
5949 msgid "invalid char %s beginning operand %d `%s'"
5950 msgstr ""
5951
5952 #: config/tc-i386.c:7236
5953 msgid "long jump required"
5954 msgstr ""
5955
5956 #: config/tc-i386.c:7291
5957 msgid "jump target out of range"
5958 msgstr ""
5959
5960 #: config/tc-i386.c:7803
5961 msgid "No compiled in support for x86_64"
5962 msgstr ""
5963
5964 #: config/tc-i386.c:7835 config/tc-i386.c:7887
5965 #, c-format
5966 msgid "Invalid -march= option: `%s'"
5967 msgstr ""
5968
5969 #: config/tc-i386.c:7896 config/tc-i386.c:7908
5970 #, c-format
5971 msgid "Invalid -mtune= option: `%s'"
5972 msgstr ""
5973
5974 #: config/tc-i386.c:7917
5975 #, c-format
5976 msgid "Invalid -mmnemonic= option: `%s'"
5977 msgstr ""
5978
5979 #: config/tc-i386.c:7926
5980 #, c-format
5981 msgid "Invalid -msyntax= option: `%s'"
5982 msgstr ""
5983
5984 #: config/tc-i386.c:7953
5985 #, c-format
5986 msgid "Invalid -msse-check= option: `%s'"
5987 msgstr ""
5988
5989 #: config/tc-i386.c:7967
5990 #, c-format
5991 msgid ""
5992 " -Q ignored\n"
5993 " -V print assembler version number\n"
5994 " -k ignored\n"
5995 msgstr ""
5996
5997 #: config/tc-i386.c:7972
5998 #, c-format
5999 msgid ""
6000 " -n Do not optimize code alignment\n"
6001 " -q quieten some warnings\n"
6002 msgstr ""
6003
6004 #: config/tc-i386.c:7976
6005 #, c-format
6006 msgid " -s ignored\n"
6007 msgstr ""
6008
6009 #: config/tc-i386.c:7981
6010 #, c-format
6011 msgid " --32/--64 generate 32bit/64bit code\n"
6012 msgstr ""
6013
6014 #: config/tc-i386.c:7985
6015 #, c-format
6016 msgid " --divide do not treat `/' as a comment character\n"
6017 msgstr ""
6018
6019 #: config/tc-i386.c:7988
6020 #, c-format
6021 msgid " --divide ignored\n"
6022 msgstr ""
6023
6024 #: config/tc-i386.c:7991
6025 #, c-format
6026 msgid ""
6027 " -march=CPU[,+EXTENSION...]\n"
6028 " generate code for CPU and EXTENSION, CPU is one of:\n"
6029 " i8086, i186, i286, i386, i486, pentium, pentiumpro,\n"
6030 " pentiumii, pentiumiii, pentium4, prescott, nocona,\n"
6031 " core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n"
6032 " amdfam10, generic32, generic64\n"
6033 " EXTENSION is combination of:\n"
6034 " 8087, 287, 387, no87, mmx, nommx, sse, sse2, sse3,\n"
6035 " ssse3, sse4.1, sse4.2, sse4, nosse, avx, noavx,\n"
6036 " vmx, smx, xsave, movbe, ept, aes, pclmul, fma,\n"
6037 " clflush, syscall, rdtscp, 3dnow, 3dnowa, sse4a,\n"
6038 " svme, abm, padlock, fma4\n"
6039 msgstr ""
6040
6041 #: config/tc-i386.c:8004
6042 #, c-format
6043 msgid ""
6044 " -mtune=CPU optimize for CPU, CPU is one of:\n"
6045 " i8086, i186, i286, i386, i486, pentium, pentiumpro,\n"
6046 " pentiumii, pentiumiii, pentium4, prescott, nocona,\n"
6047 " core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n"
6048 " amdfam10, generic32, generic64\n"
6049 msgstr ""
6050
6051 #: config/tc-i386.c:8010
6052 #, c-format
6053 msgid " -msse2avx encode SSE instructions with VEX prefix\n"
6054 msgstr ""
6055
6056 #: config/tc-i386.c:8012
6057 #, c-format
6058 msgid ""
6059 " -msse-check=[none|error|warning]\n"
6060 " check SSE instructions\n"
6061 msgstr ""
6062
6063 #: config/tc-i386.c:8015
6064 #, c-format
6065 msgid " -mmnemonic=[att|intel] use AT&T/Intel mnemonic\n"
6066 msgstr ""
6067
6068 #: config/tc-i386.c:8017
6069 #, c-format
6070 msgid " -msyntax=[att|intel] use AT&T/Intel syntax\n"
6071 msgstr ""
6072
6073 #: config/tc-i386.c:8019
6074 #, c-format
6075 msgid " -mindex-reg support pseudo index registers\n"
6076 msgstr ""
6077
6078 #: config/tc-i386.c:8021
6079 #, c-format
6080 msgid " -mnaked-reg don't require `%%' prefix for registers\n"
6081 msgstr ""
6082
6083 #: config/tc-i386.c:8023
6084 #, c-format
6085 msgid " -mold-gcc support old (<= 2.8.1) versions of gcc\n"
6086 msgstr ""
6087
6088 #: config/tc-i386.c:8113
6089 msgid "Intel L1OM is 64bit only"
6090 msgstr ""
6091
6092 #: config/tc-i386.c:8336
6093 #, c-format
6094 msgid "can not do %d byte pc-relative relocation"
6095 msgstr ""
6096
6097 #: config/tc-i386.c:8354 config/tc-maxq.c:247
6098 #, c-format
6099 msgid "can not do %d byte relocation"
6100 msgstr ""
6101
6102 #: config/tc-i386.c:8437 config/tc-maxq.c:274 config/tc-s390.c:2234
6103 #, c-format
6104 msgid "cannot represent relocation type %s"
6105 msgstr ""
6106
6107 #: config/tc-i386.c:8544
6108 msgid "Bad .section directive: want a,l,w,x,M,S,G,T in string"
6109 msgstr ""
6110
6111 #: config/tc-i386.c:8547
6112 msgid "Bad .section directive: want a,w,x,M,S,G,T in string"
6113 msgstr ""
6114
6115 #: config/tc-i386.c:8566
6116 msgid ".largecomm supported only in 64bit mode, producing .comm"
6117 msgstr ""
6118
6119 #: config/tc-i860.c:122
6120 msgid "Directive .dual available only with -mintel-syntax option"
6121 msgstr ""
6122
6123 #: config/tc-i860.c:132
6124 msgid "Directive .enddual available only with -mintel-syntax option"
6125 msgstr ""
6126
6127 #: config/tc-i860.c:145
6128 msgid "Directive .atmp available only with -mintel-syntax option"
6129 msgstr ""
6130
6131 #: config/tc-i860.c:167 config/tc-i860.c:171
6132 msgid "Unknown temporary pseudo register"
6133 msgstr ""
6134
6135 #: config/tc-i860.c:247
6136 msgid "Defective assembler. No assembly attempted."
6137 msgstr ""
6138
6139 #: config/tc-i860.c:393 config/tc-i860.c:938 config/tc-m68k.c:3871
6140 #: config/tc-m68k.c:3903 config/tc-sparc.c:2697
6141 msgid "failed sanity check."
6142 msgstr ""
6143
6144 #: config/tc-i860.c:400
6145 #, c-format
6146 msgid "Expanded opcode after delayed branch: `%s'"
6147 msgstr ""
6148
6149 #: config/tc-i860.c:404
6150 #, c-format
6151 msgid "Expanded opcode in dual mode: `%s'"
6152 msgstr ""
6153
6154 #: config/tc-i860.c:408
6155 #, c-format
6156 msgid "An instruction was expanded (%s)"
6157 msgstr ""
6158
6159 #: config/tc-i860.c:674
6160 msgid "Pipelined instruction: fsrc1 = fdest"
6161 msgstr ""
6162
6163 #: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891
6164 msgid "Assembler does not yet support PIC"
6165 msgstr ""
6166
6167 #: config/tc-i860.c:955
6168 #, c-format
6169 msgid "Illegal operands for %s"
6170 msgstr ""
6171
6172 #: config/tc-i860.c:972
6173 #, c-format
6174 msgid "'d.%s' must be 8-byte aligned"
6175 msgstr ""
6176
6177 #: config/tc-i860.c:980
6178 #, c-format
6179 msgid "Prefix 'd.' invalid for instruction `%s'"
6180 msgstr ""
6181
6182 #: config/tc-i860.c:1133
6183 #, c-format
6184 msgid ""
6185 " -EL\t\t\t generate code for little endian mode (default)\n"
6186 " -EB\t\t\t generate code for big endian mode\n"
6187 " -mwarn-expand\t\t warn if pseudo operations are expanded\n"
6188 " -mxp\t\t\t enable i860XP support (disabled by default)\n"
6189 " -mintel-syntax\t enable Intel syntax (default to AT&T/SVR4)\n"
6190 msgstr ""
6191
6192 #. SVR4 compatibility flags.
6193 #: config/tc-i860.c:1141
6194 #, c-format
6195 msgid ""
6196 " -V\t\t\t print assembler version number\n"
6197 " -Qy, -Qn\t\t ignored\n"
6198 msgstr ""
6199
6200 #: config/tc-i860.c:1204
6201 msgid "This immediate requires 0 MOD 2 alignment"
6202 msgstr ""
6203
6204 #: config/tc-i860.c:1207
6205 msgid "This immediate requires 0 MOD 4 alignment"
6206 msgstr ""
6207
6208 #: config/tc-i860.c:1210
6209 msgid "This immediate requires 0 MOD 8 alignment"
6210 msgstr ""
6211
6212 #: config/tc-i860.c:1213
6213 msgid "This immediate requires 0 MOD 16 alignment"
6214 msgstr ""
6215
6216 #: config/tc-i860.c:1308
6217 msgid "5-bit immediate too large"
6218 msgstr ""
6219
6220 #: config/tc-i860.c:1311
6221 msgid "5-bit field must be absolute"
6222 msgstr ""
6223
6224 #: config/tc-i860.c:1356 config/tc-i860.c:1379
6225 msgid "A branch offset requires 0 MOD 4 alignment"
6226 msgstr ""
6227
6228 #: config/tc-i860.c:1400
6229 #, c-format
6230 msgid "Unrecognized fix-up (0x%08lx)"
6231 msgstr ""
6232
6233 #: config/tc-i960.c:486
6234 #, c-format
6235 msgid "Hashing returned \"%s\"."
6236 msgstr ""
6237
6238 #: config/tc-i960.c:582 config/tc-i960.c:1112
6239 msgid "expression syntax error"
6240 msgstr ""
6241
6242 #: config/tc-i960.c:618
6243 msgid "attempt to branch into different segment"
6244 msgstr ""
6245
6246 #: config/tc-i960.c:622
6247 #, c-format
6248 msgid "target of %s instruction must be a label"
6249 msgstr ""
6250
6251 #: config/tc-i960.c:732
6252 msgid "unaligned register"
6253 msgstr ""
6254
6255 #: config/tc-i960.c:754
6256 msgid "no such sfr in this architecture"
6257 msgstr ""
6258
6259 #: config/tc-i960.c:792
6260 msgid "illegal literal"
6261 msgstr ""
6262
6263 #: config/tc-i960.c:942
6264 msgid "invalid index register"
6265 msgstr ""
6266
6267 #: config/tc-i960.c:965
6268 msgid "invalid scale factor"
6269 msgstr ""
6270
6271 #: config/tc-i960.c:1189
6272 msgid "architecture of opcode conflicts with that of earlier instruction(s)"
6273 msgstr ""
6274
6275 #: config/tc-i960.c:1423 config/tc-xtensa.c:11528
6276 msgid "too many operands"
6277 msgstr ""
6278
6279 #. We never moved: there was no opcode either!
6280 #: config/tc-i960.c:1471
6281 msgid "missing opcode"
6282 msgstr ""
6283
6284 #: config/tc-i960.c:1611
6285 msgid "branch prediction invalid on this opcode"
6286 msgstr ""
6287
6288 #: config/tc-i960.c:1649
6289 #, c-format
6290 msgid "invalid opcode, \"%s\"."
6291 msgstr ""
6292
6293 #: config/tc-i960.c:1651
6294 #, c-format
6295 msgid "improper number of operands. expecting %d, got %d"
6296 msgstr ""
6297
6298 #: config/tc-i960.c:1751
6299 #, c-format
6300 msgid "Fixup of %ld too large for field width of %d"
6301 msgstr ""
6302
6303 #: config/tc-i960.c:1861
6304 #, c-format
6305 msgid "invalid architecture %s"
6306 msgstr ""
6307
6308 #: config/tc-i960.c:1881
6309 #, c-format
6310 msgid "I960 options:\n"
6311 msgstr ""
6312
6313 #: config/tc-i960.c:1884
6314 #, c-format
6315 msgid ""
6316 "\n"
6317 "\t\t\tspecify variant of 960 architecture\n"
6318 "-b\t\t\tadd code to collect statistics about branches taken\n"
6319 "-link-relax\t\tpreserve individual alignment directives so linker\n"
6320 "\t\t\tcan do relaxing (b.out format only)\n"
6321 "-no-relax\t\tdon't alter compare-and-branch instructions for\n"
6322 "\t\t\tlong displacements\n"
6323 msgstr ""
6324
6325 #: config/tc-i960.c:2148
6326 msgid "should have 1 or 2 operands"
6327 msgstr ""
6328
6329 #: config/tc-i960.c:2156 config/tc-i960.c:2171
6330 #, c-format
6331 msgid "Redefining leafproc %s"
6332 msgstr ""
6333
6334 #: config/tc-i960.c:2201
6335 msgid "should have two operands"
6336 msgstr ""
6337
6338 #: config/tc-i960.c:2211
6339 msgid "'entry_num' must be absolute number in [0,31]"
6340 msgstr ""
6341
6342 #: config/tc-i960.c:2219
6343 #, c-format
6344 msgid "Redefining entrynum for sysproc %s"
6345 msgstr ""
6346
6347 #. Should not happen: see block comment above.
6348 #: config/tc-i960.c:2319
6349 #, c-format
6350 msgid "Trying to 'bal' to %s"
6351 msgstr ""
6352
6353 #: config/tc-i960.c:2329
6354 msgid "Looks like a proc, but can't tell what kind.\n"
6355 msgstr ""
6356
6357 #: config/tc-i960.c:2348
6358 msgid "big endian mode is not supported"
6359 msgstr ""
6360
6361 #: config/tc-i960.c:2350
6362 #, c-format
6363 msgid "ignoring unrecognized .endian type `%s'"
6364 msgstr ""
6365
6366 #: config/tc-i960.c:2395
6367 msgid "can't use COBR format with external label"
6368 msgstr ""
6369
6370 #: config/tc-i960.c:2570
6371 msgid "option --link-relax is only supported in b.out format"
6372 msgstr ""
6373
6374 #: config/tc-i960.c:2597
6375 #, c-format
6376 msgid "No 'bal' entry point for leafproc %s"
6377 msgstr ""
6378
6379 #: config/tc-ia64.c:853
6380 msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string"
6381 msgstr ""
6382
6383 #: config/tc-ia64.c:905
6384 msgid "Size of frame exceeds maximum of 96 registers"
6385 msgstr ""
6386
6387 #: config/tc-ia64.c:910
6388 msgid "Size of rotating registers exceeds frame size"
6389 msgstr ""
6390
6391 #: config/tc-ia64.c:997
6392 msgid "Unwind directive not followed by an instruction."
6393 msgstr ""
6394
6395 #: config/tc-ia64.c:1006 config/tc-ia64.c:7396
6396 msgid "qualifying predicate not followed by instruction"
6397 msgstr ""
6398
6399 #: config/tc-ia64.c:1071 config/tc-ia64.c:1105
6400 msgid "record type is not valid"
6401 msgstr ""
6402
6403 #: config/tc-ia64.c:1174
6404 msgid "Invalid record type for P3 format."
6405 msgstr ""
6406
6407 #: config/tc-ia64.c:1210
6408 msgid "Invalid record type for format P6"
6409 msgstr ""
6410
6411 #: config/tc-ia64.c:1390 config/tc-ia64.c:1442
6412 msgid "Invalid record type for format B1"
6413 msgstr ""
6414
6415 #: config/tc-ia64.c:1475
6416 msgid "Invalid record type for format X1"
6417 msgstr ""
6418
6419 #: config/tc-ia64.c:1517
6420 msgid "Invalid record type for format X3"
6421 msgstr ""
6422
6423 #: config/tc-ia64.c:1555
6424 msgid "Previous .save incomplete"
6425 msgstr ""
6426
6427 #: config/tc-ia64.c:2380
6428 msgid "spill_mask record unimplemented."
6429 msgstr ""
6430
6431 #: config/tc-ia64.c:2437
6432 msgid "record_type_not_valid"
6433 msgstr ""
6434
6435 #: config/tc-ia64.c:2522
6436 msgid "Ignoring attempt to spill beyond end of region"
6437 msgstr ""
6438
6439 #: config/tc-ia64.c:2581
6440 msgid "Only constant space allocation is supported"
6441 msgstr ""
6442
6443 #: config/tc-ia64.c:2595
6444 msgid "Only constant offsets are supported"
6445 msgstr ""
6446
6447 #: config/tc-ia64.c:2618
6448 msgid "Section switching in code is not supported."
6449 msgstr ""
6450
6451 #: config/tc-ia64.c:2660
6452 msgid " Insn slot not set in unwind record."
6453 msgstr ""
6454
6455 #: config/tc-ia64.c:2734
6456 msgid "frgr_mem record before region record!"
6457 msgstr ""
6458
6459 #: config/tc-ia64.c:2745
6460 msgid "fr_mem record before region record!"
6461 msgstr ""
6462
6463 #: config/tc-ia64.c:2754
6464 msgid "gr_mem record before region record!"
6465 msgstr ""
6466
6467 #: config/tc-ia64.c:2763
6468 msgid "br_mem record before region record!"
6469 msgstr ""
6470
6471 #: config/tc-ia64.c:2773
6472 msgid "gr_gr record before region record!"
6473 msgstr ""
6474
6475 #: config/tc-ia64.c:2781
6476 msgid "br_gr record before region record!"
6477 msgstr ""
6478
6479 #: config/tc-ia64.c:2899
6480 #, c-format
6481 msgid "First operand to .%s must be a predicate"
6482 msgstr ""
6483
6484 #: config/tc-ia64.c:2903
6485 #, c-format
6486 msgid "Pointless use of p0 as first operand to .%s"
6487 msgstr ""
6488
6489 #: config/tc-ia64.c:2959
6490 #, c-format
6491 msgid "Operand %d to .%s must be a preserved register"
6492 msgstr ""
6493
6494 #: config/tc-ia64.c:2995
6495 #, c-format
6496 msgid "Operand %d to .%s must be a writable register"
6497 msgstr ""
6498
6499 #: config/tc-ia64.c:3020
6500 #, c-format
6501 msgid "Radix `%s' unsupported or invalid"
6502 msgstr ""
6503
6504 #: config/tc-ia64.c:3050 config/tc-ia64.c:3055
6505 #, c-format
6506 msgid ".%s outside of %s"
6507 msgstr ""
6508
6509 #: config/tc-ia64.c:3140
6510 msgid "Tags on unwind pseudo-ops aren't supported, yet"
6511 msgstr ""
6512
6513 #: config/tc-ia64.c:3162
6514 msgid "First operand to .fframe must be a constant"
6515 msgstr ""
6516
6517 #: config/tc-ia64.c:3182
6518 msgid "First operand to .vframe must be a general register"
6519 msgstr ""
6520
6521 #: config/tc-ia64.c:3190
6522 msgid "Operand of .vframe contradicts .prologue"
6523 msgstr ""
6524
6525 #: config/tc-ia64.c:3200
6526 msgid ".vframepsp is meaningless, assuming .vframesp was meant"
6527 msgstr ""
6528
6529 #: config/tc-ia64.c:3208
6530 msgid "Operand to .vframesp must be a constant (sp-relative offset)"
6531 msgstr ""
6532
6533 #: config/tc-ia64.c:3235
6534 msgid "First operand to .save not a register"
6535 msgstr ""
6536
6537 #: config/tc-ia64.c:3241
6538 msgid "Second operand to .save not a valid register"
6539 msgstr ""
6540
6541 #: config/tc-ia64.c:3272 config/tc-ia64.c:3283 config/tc-ia64.c:3291
6542 msgid "Second operand of .save contradicts .prologue"
6543 msgstr ""
6544
6545 #: config/tc-ia64.c:3298
6546 msgid "First operand to .save not a valid register"
6547 msgstr ""
6548
6549 #: config/tc-ia64.c:3316
6550 msgid "First operand to .restore must be stack pointer (sp)"
6551 msgstr ""
6552
6553 #: config/tc-ia64.c:3325
6554 msgid "Second operand to .restore must be a constant >= 0"
6555 msgstr ""
6556
6557 #: config/tc-ia64.c:3335
6558 #, c-format
6559 msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
6560 msgstr ""
6561
6562 #: config/tc-ia64.c:3422
6563 #, c-format
6564 msgid "Illegal section name `%s' (causes unwind section name clash)"
6565 msgstr ""
6566
6567 #: config/tc-ia64.c:3613
6568 msgid "First operand to .altrp not a valid branch register"
6569 msgstr ""
6570
6571 #: config/tc-ia64.c:3642
6572 #, c-format
6573 msgid "First operand to .%s not a register"
6574 msgstr ""
6575
6576 #: config/tc-ia64.c:3647
6577 #, c-format
6578 msgid "Second operand to .%s not a constant"
6579 msgstr ""
6580
6581 #: config/tc-ia64.c:3714
6582 #, c-format
6583 msgid "First operand to .%s not a valid register"
6584 msgstr ""
6585
6586 #: config/tc-ia64.c:3737
6587 msgid "First operand to .save.g must be a positive 4-bit constant"
6588 msgstr ""
6589
6590 #: config/tc-ia64.c:3750
6591 msgid "Second operand to .save.g must be a general register"
6592 msgstr ""
6593
6594 #: config/tc-ia64.c:3755
6595 #, c-format
6596 msgid "Second operand to .save.g must be the first of %d general registers"
6597 msgstr ""
6598
6599 #: config/tc-ia64.c:3778
6600 msgid "Operand to .save.f must be a positive 20-bit constant"
6601 msgstr ""
6602
6603 #: config/tc-ia64.c:3801
6604 msgid "First operand to .save.b must be a positive 5-bit constant"
6605 msgstr ""
6606
6607 #: config/tc-ia64.c:3814
6608 msgid "Second operand to .save.b must be a general register"
6609 msgstr ""
6610
6611 #: config/tc-ia64.c:3819
6612 #, c-format
6613 msgid "Second operand to .save.b must be the first of %d general registers"
6614 msgstr ""
6615
6616 #: config/tc-ia64.c:3845
6617 msgid "First operand to .save.gf must be a non-negative 4-bit constant"
6618 msgstr ""
6619
6620 #: config/tc-ia64.c:3853
6621 msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
6622 msgstr ""
6623
6624 #: config/tc-ia64.c:3861
6625 msgid "Operands to .save.gf may not be both zero"
6626 msgstr ""
6627
6628 #: config/tc-ia64.c:3878
6629 msgid "Operand to .spill must be a constant"
6630 msgstr ""
6631
6632 #: config/tc-ia64.c:3947
6633 #, c-format
6634 msgid "Operand %d to .%s must be a constant"
6635 msgstr ""
6636
6637 #: config/tc-ia64.c:3968
6638 #, c-format
6639 msgid "Missing .label_state %ld"
6640 msgstr ""
6641
6642 #: config/tc-ia64.c:4022
6643 msgid "Operand to .label_state must be a constant"
6644 msgstr ""
6645
6646 #: config/tc-ia64.c:4041
6647 msgid "Operand to .copy_state must be a constant"
6648 msgstr ""
6649
6650 #: config/tc-ia64.c:4064
6651 msgid "First operand to .unwabi must be a constant"
6652 msgstr ""
6653
6654 #: config/tc-ia64.c:4070
6655 msgid "Second operand to .unwabi must be a constant"
6656 msgstr ""
6657
6658 #: config/tc-ia64.c:4105
6659 msgid "Missing .endp after previous .proc"
6660 msgstr ""
6661
6662 #: config/tc-ia64.c:4124
6663 msgid "Empty argument of .proc"
6664 msgstr ""
6665
6666 #: config/tc-ia64.c:4129
6667 #, c-format
6668 msgid "`%s' was already defined"
6669 msgstr ""
6670
6671 #: config/tc-ia64.c:4172
6672 msgid "Initial .body should precede any instructions"
6673 msgstr ""
6674
6675 #: config/tc-ia64.c:4191
6676 msgid ".prologue within prologue"
6677 msgstr ""
6678
6679 #: config/tc-ia64.c:4196
6680 msgid "Initial .prologue should precede any instructions"
6681 msgstr ""
6682
6683 #: config/tc-ia64.c:4206
6684 msgid "First operand to .prologue must be a positive 4-bit constant"
6685 msgstr ""
6686
6687 #: config/tc-ia64.c:4208
6688 msgid "Pointless use of zero first operand to .prologue"
6689 msgstr ""
6690
6691 #: config/tc-ia64.c:4222
6692 msgid "Using a constant as second operand to .prologue is deprecated"
6693 msgstr ""
6694
6695 #: config/tc-ia64.c:4228
6696 msgid "Second operand to .prologue must be a general register"
6697 msgstr ""
6698
6699 #: config/tc-ia64.c:4233
6700 #, c-format
6701 msgid "Second operand to .prologue must be the first of %d general registers"
6702 msgstr ""
6703
6704 #: config/tc-ia64.c:4345
6705 #, c-format
6706 msgid "`%s' was not defined within procedure"
6707 msgstr ""
6708
6709 #: config/tc-ia64.c:4383
6710 msgid "Empty argument of .endp"
6711 msgstr ""
6712
6713 #: config/tc-ia64.c:4397
6714 #, c-format
6715 msgid "`%s' was not specified with previous .proc"
6716 msgstr ""
6717
6718 #: config/tc-ia64.c:4412
6719 #, c-format
6720 msgid "`%s' should be an operand to this .endp"
6721 msgstr ""
6722
6723 #: config/tc-ia64.c:4453 config/tc-ia64.c:4791 config/tc-ia64.c:5098
6724 msgid "Comma expected"
6725 msgstr ""
6726
6727 #: config/tc-ia64.c:4494
6728 msgid "Expected '['"
6729 msgstr ""
6730
6731 #: config/tc-ia64.c:4503 config/tc-ia64.c:7531
6732 msgid "Expected ']'"
6733 msgstr ""
6734
6735 #: config/tc-ia64.c:4508
6736 msgid "Number of elements must be positive"
6737 msgstr ""
6738
6739 #: config/tc-ia64.c:4519
6740 #, c-format
6741 msgid "Used more than the declared %d rotating registers"
6742 msgstr ""
6743
6744 #: config/tc-ia64.c:4527
6745 msgid "Used more than the available 96 rotating registers"
6746 msgstr ""
6747
6748 #: config/tc-ia64.c:4534
6749 msgid "Used more than the available 48 rotating registers"
6750 msgstr ""
6751
6752 #: config/tc-ia64.c:4562
6753 #, c-format
6754 msgid "Attempt to redefine register set `%s'"
6755 msgstr ""
6756
6757 #: config/tc-ia64.c:4628
6758 #, c-format
6759 msgid "Unknown psr option `%s'"
6760 msgstr ""
6761
6762 #: config/tc-ia64.c:4676
6763 msgid "Missing section name"
6764 msgstr ""
6765
6766 #: config/tc-ia64.c:4686
6767 msgid "Comma expected after section name"
6768 msgstr ""
6769
6770 #: config/tc-ia64.c:4697
6771 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
6772 msgstr ""
6773
6774 #: config/tc-ia64.c:4786
6775 msgid "Register name expected"
6776 msgstr ""
6777
6778 #: config/tc-ia64.c:4799
6779 msgid "Register value annotation ignored"
6780 msgstr ""
6781
6782 #: config/tc-ia64.c:4838
6783 msgid "Directive invalid within a bundle"
6784 msgstr ""
6785
6786 #: config/tc-ia64.c:4929
6787 msgid "Missing predicate relation type"
6788 msgstr ""
6789
6790 #: config/tc-ia64.c:4935
6791 msgid "Unrecognized predicate relation type"
6792 msgstr ""
6793
6794 #: config/tc-ia64.c:4981
6795 msgid "Bad register range"
6796 msgstr ""
6797
6798 #: config/tc-ia64.c:4990 config/tc-ia64.c:7476
6799 msgid "Predicate register expected"
6800 msgstr ""
6801
6802 #: config/tc-ia64.c:4995
6803 msgid "Duplicate predicate register ignored"
6804 msgstr ""
6805
6806 #: config/tc-ia64.c:5011
6807 msgid "Predicate source and target required"
6808 msgstr ""
6809
6810 #: config/tc-ia64.c:5013 config/tc-ia64.c:5025
6811 msgid "Use of p0 is not valid in this context"
6812 msgstr ""
6813
6814 #: config/tc-ia64.c:5020
6815 msgid "At least two PR arguments expected"
6816 msgstr ""
6817
6818 #: config/tc-ia64.c:5034
6819 msgid "At least one PR argument expected"
6820 msgstr ""
6821
6822 #: config/tc-ia64.c:5069
6823 #, c-format
6824 msgid "Inserting \"%s\" into entry hint table failed: %s"
6825 msgstr ""
6826
6827 #. FIXME -- need 62-bit relocation type
6828 #: config/tc-ia64.c:5537
6829 msgid "62-bit relocation not yet implemented"
6830 msgstr ""
6831
6832 #. XXX technically, this is wrong: we should not be issuing warning
6833 #. messages until we're sure this instruction pattern is going to
6834 #. be used!
6835 #: config/tc-ia64.c:5621
6836 msgid "lower 16 bits of mask ignored"
6837 msgstr ""
6838
6839 #: config/tc-ia64.c:5903
6840 msgid "Expected separator `='"
6841 msgstr ""
6842
6843 #: config/tc-ia64.c:5936
6844 msgid "Duplicate equal sign (=) in instruction"
6845 msgstr ""
6846
6847 #: config/tc-ia64.c:5943
6848 #, c-format
6849 msgid "Illegal operand separator `%c'"
6850 msgstr ""
6851
6852 #: config/tc-ia64.c:6057
6853 #, c-format
6854 msgid "Operand %u of `%s' should be %s"
6855 msgstr ""
6856
6857 #: config/tc-ia64.c:6061
6858 msgid "Wrong number of output operands"
6859 msgstr ""
6860
6861 #: config/tc-ia64.c:6063
6862 msgid "Wrong number of input operands"
6863 msgstr ""
6864
6865 #: config/tc-ia64.c:6065
6866 msgid "Operand mismatch"
6867 msgstr ""
6868
6869 #: config/tc-ia64.c:6147
6870 #, c-format
6871 msgid "Invalid use of `%c%d' as output operand"
6872 msgstr ""
6873
6874 #: config/tc-ia64.c:6150
6875 #, c-format
6876 msgid "Invalid use of `r%d' as base update address operand"
6877 msgstr ""
6878
6879 #: config/tc-ia64.c:6174
6880 #, c-format
6881 msgid "Invalid duplicate use of `%c%d'"
6882 msgstr ""
6883
6884 #: config/tc-ia64.c:6181
6885 #, c-format
6886 msgid "Invalid simultaneous use of `f%d' and `f%d'"
6887 msgstr ""
6888
6889 #: config/tc-ia64.c:6187
6890 #, c-format
6891 msgid "Dangerous simultaneous use of `f%d' and `f%d'"
6892 msgstr ""
6893
6894 #: config/tc-ia64.c:6231
6895 msgid "Value truncated to 62 bits"
6896 msgstr ""
6897
6898 #: config/tc-ia64.c:6294
6899 #, c-format
6900 msgid "Bad operand value: %s"
6901 msgstr ""
6902
6903 #. Give an error if a frag containing code is not aligned to a 16 byte
6904 #. boundary.
6905 #: config/tc-ia64.c:6369 config/tc-ia64.h:174
6906 msgid "instruction address is not a multiple of 16"
6907 msgstr ""
6908
6909 #: config/tc-ia64.c:6437
6910 #, c-format
6911 msgid "`%s' must be last in bundle"
6912 msgstr ""
6913
6914 #: config/tc-ia64.c:6469
6915 #, c-format
6916 msgid "Internal error: don't know how to force %s to end of instruction group"
6917 msgstr ""
6918
6919 #: config/tc-ia64.c:6482
6920 #, c-format
6921 msgid "`%s' must be last in instruction group"
6922 msgstr ""
6923
6924 #: config/tc-ia64.c:6512
6925 msgid "Label must be first in a bundle"
6926 msgstr ""
6927
6928 #: config/tc-ia64.c:6589
6929 msgid "hint in B unit may be treated as nop"
6930 msgstr ""
6931
6932 #: config/tc-ia64.c:6600
6933 msgid "hint in B unit can't be used"
6934 msgstr ""
6935
6936 #: config/tc-ia64.c:6614
6937 msgid "emit_one_bundle: unexpected dynamic op"
6938 msgstr ""
6939
6940 #: config/tc-ia64.c:6737
6941 #, c-format
6942 msgid "`%s' does not fit into %s template"
6943 msgstr ""
6944
6945 #: config/tc-ia64.c:6752
6946 #, c-format
6947 msgid "`%s' does not fit into bundle"
6948 msgstr ""
6949
6950 #: config/tc-ia64.c:6764
6951 #, c-format
6952 msgid "`%s' can't go in %s of %s template"
6953 msgstr ""
6954
6955 #: config/tc-ia64.c:6770
6956 msgid "Missing '}' at end of file"
6957 msgstr ""
6958
6959 #: config/tc-ia64.c:6917
6960 #, c-format
6961 msgid "Unrecognized option '-x%s'"
6962 msgstr ""
6963
6964 #: config/tc-ia64.c:6944
6965 msgid ""
6966 "IA-64 options:\n"
6967 " --mconstant-gp\t mark output file as using the constant-GP model\n"
6968 "\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n"
6969 " --mauto-pic\t\t mark output file as using the constant-GP model\n"
6970 "\t\t\t without function descriptors (sets ELF header flag\n"
6971 "\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n"
6972 " -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
6973 " -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n"
6974 " -mtune=[itanium1|itanium2]\n"
6975 "\t\t\t tune for a specific CPU (default -mtune=itanium2)\n"
6976 " -munwind-check=[warning|error]\n"
6977 "\t\t\t unwind directive check (default -munwind-check=warning)\n"
6978 " -mhint.b=[ok|warning|error]\n"
6979 "\t\t\t hint.b check (default -mhint.b=error)\n"
6980 " -x | -xexplicit\t turn on dependency violation checking\n"
6981 " -xauto\t\t automagically remove dependency violations (default)\n"
6982 " -xnone\t\t turn off dependency violation checking\n"
6983 " -xdebug\t\t debug dependency violation checker\n"
6984 " -xdebugn\t\t debug dependency violation checker but turn off\n"
6985 "\t\t\t dependency violation checking\n"
6986 " -xdebugx\t\t debug dependency violation checker and turn on\n"
6987 "\t\t\t dependency violation checking\n"
6988 msgstr ""
6989
6990 #: config/tc-ia64.c:6974
6991 msgid "--gstabs is not supported for ia64"
6992 msgstr ""
6993
6994 #: config/tc-ia64.c:7206
6995 #, c-format
6996 msgid "ia64.md_begin: can't hash `%s': %s"
6997 msgstr ""
6998
6999 #: config/tc-ia64.c:7267
7000 #, c-format
7001 msgid "Inserting \"%s\" into constant hash table failed: %s"
7002 msgstr ""
7003
7004 #: config/tc-ia64.c:7279 config/tc-mips.c:1892
7005 msgid "Could not set architecture and machine"
7006 msgstr ""
7007
7008 #: config/tc-ia64.c:7411
7009 msgid "Explicit stops are ignored in auto mode"
7010 msgstr ""
7011
7012 #: config/tc-ia64.c:7420
7013 msgid "Found '{' when manual bundling is already turned on"
7014 msgstr ""
7015
7016 #: config/tc-ia64.c:7433
7017 msgid "Found '{' after explicit switch to automatic mode"
7018 msgstr ""
7019
7020 #: config/tc-ia64.c:7439
7021 msgid "Found '}' when manual bundling is off"
7022 msgstr ""
7023
7024 #: config/tc-ia64.c:7466
7025 msgid "Expected ')'"
7026 msgstr ""
7027
7028 #: config/tc-ia64.c:7471
7029 msgid "Qualifying predicate expected"
7030 msgstr ""
7031
7032 #: config/tc-ia64.c:7490
7033 msgid "Tag must come before qualifying predicate."
7034 msgstr ""
7035
7036 #: config/tc-ia64.c:7520
7037 msgid "Expected ':'"
7038 msgstr ""
7039
7040 #: config/tc-ia64.c:7536
7041 msgid "Tag name expected"
7042 msgstr ""
7043
7044 #: config/tc-ia64.c:7638
7045 msgid "Rotating register index must be a non-negative constant"
7046 msgstr ""
7047
7048 #: config/tc-ia64.c:7643
7049 #, c-format
7050 msgid "Index out of range 0..%u"
7051 msgstr ""
7052
7053 #: config/tc-ia64.c:7655
7054 msgid "Indirect register index must be a general register"
7055 msgstr ""
7056
7057 #: config/tc-ia64.c:7664
7058 msgid "Index can only be applied to rotating or indirect registers"
7059 msgstr ""
7060
7061 #: config/tc-ia64.c:7700 config/tc-xstormy16.c:146
7062 msgid "Expected '('"
7063 msgstr ""
7064
7065 #: config/tc-ia64.c:7708 config/tc-pdp11.c:448 config/tc-pdp11.c:514
7066 #: config/tc-pdp11.c:553 config/tc-xstormy16.c:155
7067 msgid "Missing ')'"
7068 msgstr ""
7069
7070 #: config/tc-ia64.c:7717 config/tc-xstormy16.c:162
7071 msgid "Not a symbolic expression"
7072 msgstr ""
7073
7074 #: config/tc-ia64.c:7722 config/tc-ia64.c:7736
7075 msgid "Illegal combination of relocation functions"
7076 msgstr ""
7077
7078 #: config/tc-ia64.c:7825
7079 msgid "No current frame"
7080 msgstr ""
7081
7082 #: config/tc-ia64.c:7827
7083 #, c-format
7084 msgid "Register number out of range 0..%u"
7085 msgstr ""
7086
7087 #: config/tc-ia64.c:7865
7088 msgid "Standalone `#' is illegal"
7089 msgstr ""
7090
7091 #: config/tc-ia64.c:7868
7092 msgid "Redundant `#' suffix operators"
7093 msgstr ""
7094
7095 #: config/tc-ia64.c:8026
7096 #, c-format
7097 msgid "Unhandled dependency %s for %s (%s), note %d"
7098 msgstr ""
7099
7100 #: config/tc-ia64.c:9321
7101 #, c-format
7102 msgid "Unrecognized dependency specifier %d\n"
7103 msgstr ""
7104
7105 #: config/tc-ia64.c:10197
7106 msgid "Only the first path encountering the conflict is reported"
7107 msgstr ""
7108
7109 #: config/tc-ia64.c:10199
7110 msgid "This is the location of the conflicting usage"
7111 msgstr ""
7112
7113 #: config/tc-ia64.c:10460
7114 #, c-format
7115 msgid "Unknown opcode `%s'"
7116 msgstr ""
7117
7118 #: config/tc-ia64.c:10538
7119 #, c-format
7120 msgid "AR %d can only be accessed by %c-unit"
7121 msgstr ""
7122
7123 #: config/tc-ia64.c:10550
7124 msgid "hint.b may be treated as nop"
7125 msgstr ""
7126
7127 #: config/tc-ia64.c:10553
7128 msgid "hint.b shouldn't be used"
7129 msgstr ""
7130
7131 #: config/tc-ia64.c:10592
7132 #, c-format
7133 msgid "`%s' cannot be predicated"
7134 msgstr ""
7135
7136 #: config/tc-ia64.c:10664
7137 msgid "Closing bracket missing"
7138 msgstr ""
7139
7140 #: config/tc-ia64.c:10673
7141 msgid "Index must be a general register"
7142 msgstr ""
7143
7144 #: config/tc-ia64.c:10838
7145 #, c-format
7146 msgid "Unsupported fixup size %d"
7147 msgstr ""
7148
7149 #. This should be an error, but since previously there wasn't any
7150 #. diagnostic here, don't make it fail because of this for now.
7151 #: config/tc-ia64.c:11105
7152 #, c-format
7153 msgid "Cannot express %s%d%s relocation"
7154 msgstr ""
7155
7156 #: config/tc-ia64.c:11124
7157 msgid "No addend allowed in @fptr() relocation"
7158 msgstr ""
7159
7160 #: config/tc-ia64.c:11163
7161 msgid "integer operand out of range"
7162 msgstr ""
7163
7164 #: config/tc-ia64.c:11230
7165 #, c-format
7166 msgid "%s must have a constant value"
7167 msgstr ""
7168
7169 #: config/tc-ia64.c:11284 config/tc-z8k.c:1372
7170 #, c-format
7171 msgid "Cannot represent %s relocation in object file"
7172 msgstr ""
7173
7174 #: config/tc-ia64.c:11395
7175 msgid "Can't add stop bit to mark end of instruction group"
7176 msgstr ""
7177
7178 #: config/tc-ia64.c:11495 config/tc-score.c:6110 read.c:1448 read.c:2442
7179 #: read.c:3088 read.c:3429 read.c:3473
7180 msgid "expected symbol name"
7181 msgstr ""
7182
7183 #: config/tc-ia64.c:11505 read.c:2452 read.c:3098 read.c:3457 stabs.c:468
7184 #, c-format
7185 msgid "expected comma after \"%s\""
7186 msgstr ""
7187
7188 #: config/tc-ia64.c:11547
7189 #, c-format
7190 msgid "`%s' is already the alias of %s `%s'"
7191 msgstr ""
7192
7193 #: config/tc-ia64.c:11557
7194 #, c-format
7195 msgid "%s `%s' already has an alias `%s'"
7196 msgstr ""
7197
7198 #: config/tc-ia64.c:11568
7199 #, c-format
7200 msgid "inserting \"%s\" into %s alias hash table failed: %s"
7201 msgstr ""
7202
7203 #: config/tc-ia64.c:11576
7204 #, c-format
7205 msgid "inserting \"%s\" into %s name hash table failed: %s"
7206 msgstr ""
7207
7208 #: config/tc-ia64.c:11602
7209 #, c-format
7210 msgid "symbol `%s' aliased to `%s' is not used"
7211 msgstr ""
7212
7213 #: config/tc-ia64.c:11625
7214 #, c-format
7215 msgid "section `%s' aliased to `%s' is not used"
7216 msgstr ""
7217
7218 #: config/tc-ip2k.c:158
7219 #, c-format
7220 msgid "IP2K specific command line options:\n"
7221 msgstr ""
7222
7223 #: config/tc-ip2k.c:159
7224 #, c-format
7225 msgid " -mip2022 restrict to IP2022 insns \n"
7226 msgstr ""
7227
7228 #: config/tc-ip2k.c:160
7229 #, c-format
7230 msgid " -mip2022ext permit extended IP2022 insn\n"
7231 msgstr ""
7232
7233 #: config/tc-iq2000.c:364
7234 #, c-format
7235 msgid "the yielding instruction %s may not be in a delay slot."
7236 msgstr ""
7237
7238 #: config/tc-iq2000.c:372
7239 #, c-format
7240 msgid "Register number (R%ld) for double word access must be even."
7241 msgstr ""
7242
7243 #: config/tc-iq2000.c:381 config/tc-iq2000.c:386 config/tc-iq2000.c:391
7244 #: config/tc-iq2000.c:408 config/tc-mt.c:244 config/tc-mt.c:249
7245 #, c-format
7246 msgid "operand references R%ld of previous load."
7247 msgstr ""
7248
7249 #: config/tc-iq2000.c:396
7250 msgid "instruction implicitly accesses R31 of previous load."
7251 msgstr ""
7252
7253 #: config/tc-iq2000.c:651 config/tc-mep.c:2010
7254 msgid "Unmatched high relocation"
7255 msgstr ""
7256
7257 #: config/tc-iq2000.c:829 config/tc-mips.c:14935 config/tc-score.c:5820
7258 msgid ".end not in text section"
7259 msgstr ""
7260
7261 #: config/tc-iq2000.c:833 config/tc-mips.c:14939 config/tc-score.c:5823
7262 msgid ".end directive without a preceding .ent directive."
7263 msgstr ""
7264
7265 #: config/tc-iq2000.c:842 config/tc-mips.c:14948 config/tc-score.c:5831
7266 msgid ".end symbol does not match .ent symbol."
7267 msgstr ""
7268
7269 #: config/tc-iq2000.c:845 config/tc-mips.c:14955 config/tc-score.c:5836
7270 msgid ".end directive missing or unknown symbol"
7271 msgstr ""
7272
7273 #: config/tc-iq2000.c:863
7274 msgid "Expected simple number."
7275 msgstr ""
7276
7277 #: config/tc-iq2000.c:892 config/tc-mips.c:14860 config/tc-score.c:5671
7278 #, c-format
7279 msgid " *input_line_pointer == '%c' 0x%02x\n"
7280 msgstr ""
7281
7282 #: config/tc-iq2000.c:894
7283 msgid "Invalid number"
7284 msgstr ""
7285
7286 #: config/tc-iq2000.c:929 config/tc-mips.c:15030 config/tc-score.c:5709
7287 msgid ".ent or .aent not in text section."
7288 msgstr ""
7289
7290 #: config/tc-iq2000.c:932
7291 msgid "missing `.end'"
7292 msgstr ""
7293
7294 #: config/tc-lm32.c:234 config/tc-moxie.c:575
7295 msgid "bad call to md_atof"
7296 msgstr ""
7297
7298 #: config/tc-m32c.c:143
7299 #, c-format
7300 msgid " M32C specific command line options:\n"
7301 msgstr ""
7302
7303 #. Pretend that we do not recognise this option.
7304 #: config/tc-m32r.c:331
7305 msgid "Unrecognised option: -hidden"
7306 msgstr ""
7307
7308 #: config/tc-m32r.c:358 config/tc-sparc.c:583
7309 msgid "Unrecognized option following -K"
7310 msgstr ""
7311
7312 #: config/tc-m32r.c:373
7313 #, c-format
7314 msgid " M32R specific command line options:\n"
7315 msgstr ""
7316
7317 #: config/tc-m32r.c:375
7318 #, c-format
7319 msgid " -m32r disable support for the m32rx instruction set\n"
7320 msgstr ""
7321
7322 #: config/tc-m32r.c:377
7323 #, c-format
7324 msgid " -m32rx support the extended m32rx instruction set\n"
7325 msgstr ""
7326
7327 #: config/tc-m32r.c:379
7328 #, c-format
7329 msgid " -m32r2 support the extended m32r2 instruction set\n"
7330 msgstr ""
7331
7332 #: config/tc-m32r.c:381
7333 #, c-format
7334 msgid " -EL,-little produce little endian code and data\n"
7335 msgstr ""
7336
7337 #: config/tc-m32r.c:383
7338 #, c-format
7339 msgid " -EB,-big produce big endian code and data\n"
7340 msgstr ""
7341
7342 #: config/tc-m32r.c:385
7343 #, c-format
7344 msgid " -parallel try to combine instructions in parallel\n"
7345 msgstr ""
7346
7347 #: config/tc-m32r.c:387
7348 #, c-format
7349 msgid " -no-parallel disable -parallel\n"
7350 msgstr ""
7351
7352 #: config/tc-m32r.c:389
7353 #, c-format
7354 msgid " -no-bitinst disallow the M32R2's extended bit-field instructions\n"
7355 msgstr ""
7356
7357 #: config/tc-m32r.c:391
7358 #, c-format
7359 msgid " -O try to optimize code. Implies -parallel\n"
7360 msgstr ""
7361
7362 #: config/tc-m32r.c:394
7363 #, c-format
7364 msgid " -warn-explicit-parallel-conflicts warn when parallel instructions\n"
7365 msgstr ""
7366
7367 #: config/tc-m32r.c:396
7368 #, c-format
7369 msgid " might violate contraints\n"
7370 msgstr ""
7371
7372 #: config/tc-m32r.c:398
7373 #, c-format
7374 msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n"
7375 msgstr ""
7376
7377 #: config/tc-m32r.c:400
7378 #, c-format
7379 msgid " instructions might violate contraints\n"
7380 msgstr ""
7381
7382 #: config/tc-m32r.c:402
7383 #, c-format
7384 msgid " -Wp synonym for -warn-explicit-parallel-conflicts\n"
7385 msgstr ""
7386
7387 #: config/tc-m32r.c:404
7388 #, c-format
7389 msgid " -Wnp synonym for -no-warn-explicit-parallel-conflicts\n"
7390 msgstr ""
7391
7392 #: config/tc-m32r.c:406
7393 #, c-format
7394 msgid " -ignore-parallel-conflicts do not check parallel instructions\n"
7395 msgstr ""
7396
7397 #: config/tc-m32r.c:408
7398 #, c-format
7399 msgid " fo contraint violations\n"
7400 msgstr ""
7401
7402 #: config/tc-m32r.c:410
7403 #, c-format
7404 msgid " -no-ignore-parallel-conflicts check parallel instructions for\n"
7405 msgstr ""
7406
7407 #: config/tc-m32r.c:412
7408 #, c-format
7409 msgid " contraint violations\n"
7410 msgstr ""
7411
7412 #: config/tc-m32r.c:414
7413 #, c-format
7414 msgid " -Ip synonym for -ignore-parallel-conflicts\n"
7415 msgstr ""
7416
7417 #: config/tc-m32r.c:416
7418 #, c-format
7419 msgid " -nIp synonym for -no-ignore-parallel-conflicts\n"
7420 msgstr ""
7421
7422 #: config/tc-m32r.c:419
7423 #, c-format
7424 msgid " -warn-unmatched-high warn when an (s)high reloc has no matching low reloc\n"
7425 msgstr ""
7426
7427 #: config/tc-m32r.c:421
7428 #, c-format
7429 msgid " -no-warn-unmatched-high do not warn about missing low relocs\n"
7430 msgstr ""
7431
7432 #: config/tc-m32r.c:423
7433 #, c-format
7434 msgid " -Wuh synonym for -warn-unmatched-high\n"
7435 msgstr ""
7436
7437 #: config/tc-m32r.c:425
7438 #, c-format
7439 msgid " -Wnuh synonym for -no-warn-unmatched-high\n"
7440 msgstr ""
7441
7442 #: config/tc-m32r.c:428
7443 #, c-format
7444 msgid " -KPIC generate PIC\n"
7445 msgstr ""
7446
7447 #: config/tc-m32r.c:850
7448 msgid "instructions write to the same destination register."
7449 msgstr ""
7450
7451 #: config/tc-m32r.c:858
7452 msgid "Instructions do not use parallel execution pipelines."
7453 msgstr ""
7454
7455 #: config/tc-m32r.c:866
7456 msgid "Instructions share the same execution pipeline"
7457 msgstr ""
7458
7459 #: config/tc-m32r.c:931 config/tc-m32r.c:1045
7460 #, c-format
7461 msgid "not a 16 bit instruction '%s'"
7462 msgstr ""
7463
7464 #: config/tc-m32r.c:943 config/tc-m32r.c:1057 config/tc-m32r.c:1241
7465 #, c-format
7466 msgid "instruction '%s' is for the M32R2 only"
7467 msgstr ""
7468
7469 #: config/tc-m32r.c:956 config/tc-m32r.c:1070 config/tc-m32r.c:1254
7470 #, c-format
7471 msgid "unknown instruction '%s'"
7472 msgstr ""
7473
7474 #: config/tc-m32r.c:965 config/tc-m32r.c:1077 config/tc-m32r.c:1261
7475 #, c-format
7476 msgid "instruction '%s' is for the M32RX only"
7477 msgstr ""
7478
7479 #: config/tc-m32r.c:974 config/tc-m32r.c:1086
7480 #, c-format
7481 msgid "instruction '%s' cannot be executed in parallel."
7482 msgstr ""
7483
7484 #: config/tc-m32r.c:1029 config/tc-m32r.c:1111 config/tc-m32r.c:1318
7485 msgid "internal error: lookup/get operands failed"
7486 msgstr ""
7487
7488 #: config/tc-m32r.c:1096
7489 #, c-format
7490 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
7491 msgstr ""
7492
7493 #: config/tc-m32r.c:1125
7494 #, c-format
7495 msgid "%s: output of 1st instruction is the same as an input to 2nd instruction - is this intentional ?"
7496 msgstr ""
7497
7498 #: config/tc-m32r.c:1129
7499 #, c-format
7500 msgid "%s: output of 2nd instruction is the same as an input to 1st instruction - is this intentional ?"
7501 msgstr ""
7502
7503 #: config/tc-m32r.c:1503
7504 #, c-format
7505 msgid ".SCOMMon length (%ld.) <0! Ignored."
7506 msgstr ""
7507
7508 #: config/tc-m32r.c:1553
7509 #, c-format
7510 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
7511 msgstr ""
7512
7513 #: config/tc-m32r.c:1789
7514 msgid "Addend to unresolved symbol not on word boundary."
7515 msgstr ""
7516
7517 #: config/tc-m32r.c:1930 config/tc-m32r.c:1983 config/tc-sh.c:747
7518 msgid "Invalid PIC expression."
7519 msgstr ""
7520
7521 #: config/tc-m32r.c:2074
7522 msgid "Unmatched high/shigh reloc"
7523 msgstr ""
7524
7525 #: config/tc-m68hc11.c:371
7526 #, c-format
7527 msgid ""
7528 "Motorola 68HC11/68HC12/68HCS12 options:\n"
7529 " -m68hc11 | -m68hc12 |\n"
7530 " -m68hcs12 specify the processor [default %s]\n"
7531 " -mshort use 16-bit int ABI (default)\n"
7532 " -mlong use 32-bit int ABI\n"
7533 " -mshort-double use 32-bit double ABI\n"
7534 " -mlong-double use 64-bit double ABI (default)\n"
7535 " --force-long-branches always turn relative branches into absolute ones\n"
7536 " -S,--short-branches do not turn relative branches into absolute ones\n"
7537 " when the offset is out of range\n"
7538 " --strict-direct-mode do not turn the direct mode into extended mode\n"
7539 " when the instruction does not support direct mode\n"
7540 " --print-insn-syntax print the syntax of instruction in case of error\n"
7541 " --print-opcodes print the list of instructions with syntax\n"
7542 " --generate-example generate an example of each instruction\n"
7543 " (used for testing)\n"
7544 msgstr ""
7545
7546 #: config/tc-m68hc11.c:417
7547 #, c-format
7548 msgid "Default target `%s' is not supported."
7549 msgstr ""
7550
7551 #. Dump the opcode statistics table.
7552 #: config/tc-m68hc11.c:435
7553 #, c-format
7554 msgid "Name # Modes Min ops Max ops Modes mask # Used\n"
7555 msgstr ""
7556
7557 #: config/tc-m68hc11.c:501
7558 #, c-format
7559 msgid "Option `%s' is not recognized."
7560 msgstr ""
7561
7562 #: config/tc-m68hc11.c:671
7563 msgid "#<imm8>"
7564 msgstr ""
7565
7566 #: config/tc-m68hc11.c:680
7567 msgid "#<imm16>"
7568 msgstr ""
7569
7570 #: config/tc-m68hc11.c:689 config/tc-m68hc11.c:698
7571 msgid "<imm8>,X"
7572 msgstr ""
7573
7574 #: config/tc-m68hc11.c:725
7575 msgid "*<abs8>"
7576 msgstr ""
7577
7578 #: config/tc-m68hc11.c:737
7579 msgid "#<mask>"
7580 msgstr ""
7581
7582 #: config/tc-m68hc11.c:747
7583 #, c-format
7584 msgid "symbol%d"
7585 msgstr ""
7586
7587 #: config/tc-m68hc11.c:749
7588 msgid "<abs>"
7589 msgstr ""
7590
7591 #: config/tc-m68hc11.c:768
7592 msgid "<label>"
7593 msgstr ""
7594
7595 #: config/tc-m68hc11.c:784
7596 #, c-format
7597 msgid ""
7598 "# Example of `%s' instructions\n"
7599 "\t.sect .text\n"
7600 "_start:\n"
7601 msgstr ""
7602
7603 #: config/tc-m68hc11.c:831
7604 #, c-format
7605 msgid "Instruction `%s' is not recognized."
7606 msgstr ""
7607
7608 #: config/tc-m68hc11.c:836
7609 #, c-format
7610 msgid "Instruction formats for `%s':"
7611 msgstr ""
7612
7613 #: config/tc-m68hc11.c:966
7614 #, c-format
7615 msgid "Immediate operand is not allowed for operand %d."
7616 msgstr ""
7617
7618 #: config/tc-m68hc11.c:1010
7619 msgid "Indirect indexed addressing is not valid for 68HC11."
7620 msgstr ""
7621
7622 #: config/tc-m68hc11.c:1030
7623 msgid "Spurious `,' or bad indirect register addressing mode."
7624 msgstr ""
7625
7626 #: config/tc-m68hc11.c:1052
7627 msgid "Missing second register or offset for indexed-indirect mode."
7628 msgstr ""
7629
7630 #: config/tc-m68hc11.c:1062
7631 msgid "Missing second register for indexed-indirect mode."
7632 msgstr ""
7633
7634 #: config/tc-m68hc11.c:1078
7635 msgid "Missing `]' to close indexed-indirect mode."
7636 msgstr ""
7637
7638 #: config/tc-m68hc11.c:1123
7639 msgid "Illegal operand."
7640 msgstr ""
7641
7642 #: config/tc-m68hc11.c:1128
7643 msgid "Missing operand."
7644 msgstr ""
7645
7646 #: config/tc-m68hc11.c:1181
7647 msgid "Pre-increment mode is not valid for 68HC11"
7648 msgstr ""
7649
7650 #: config/tc-m68hc11.c:1194
7651 msgid "Wrong register in register indirect mode."
7652 msgstr ""
7653
7654 #: config/tc-m68hc11.c:1202
7655 msgid "Missing `]' to close register indirect operand."
7656 msgstr ""
7657
7658 #: config/tc-m68hc11.c:1222
7659 msgid "Post-decrement mode is not valid for 68HC11."
7660 msgstr ""
7661
7662 #: config/tc-m68hc11.c:1230
7663 msgid "Post-increment mode is not valid for 68HC11."
7664 msgstr ""
7665
7666 #: config/tc-m68hc11.c:1248
7667 msgid "Invalid indexed indirect mode."
7668 msgstr ""
7669
7670 #: config/tc-m68hc11.c:1340
7671 #, c-format
7672 msgid "Trap id `%ld' is out of range."
7673 msgstr ""
7674
7675 #: config/tc-m68hc11.c:1344
7676 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
7677 msgstr ""
7678
7679 #: config/tc-m68hc11.c:1351
7680 #, c-format
7681 msgid "Operand out of 8-bit range: `%ld'."
7682 msgstr ""
7683
7684 #: config/tc-m68hc11.c:1358
7685 msgid "The trap id must be a constant."
7686 msgstr ""
7687
7688 #: config/tc-m68hc11.c:1393
7689 #, c-format
7690 msgid "Operand `%x' not recognized in fixup8."
7691 msgstr ""
7692
7693 #: config/tc-m68hc11.c:1410 config/tc-m68hc11.c:1459
7694 #, c-format
7695 msgid "Operand out of 16-bit range: `%ld'."
7696 msgstr ""
7697
7698 #: config/tc-m68hc11.c:1442 config/tc-m68hc11.c:1475
7699 #, c-format
7700 msgid "Operand `%x' not recognized in fixup16."
7701 msgstr ""
7702
7703 #: config/tc-m68hc11.c:1492
7704 #, c-format
7705 msgid "Unexpected branch conversion with `%x'"
7706 msgstr ""
7707
7708 #: config/tc-m68hc11.c:1583 config/tc-m68hc11.c:1721
7709 #, c-format
7710 msgid "Operand out of range for a relative branch: `%ld'"
7711 msgstr ""
7712
7713 #: config/tc-m68hc11.c:1689
7714 msgid "Invalid register for dbcc/tbcc instruction."
7715 msgstr ""
7716
7717 #: config/tc-m68hc11.c:1777
7718 #, c-format
7719 msgid "Increment/decrement value is out of range: `%ld'."
7720 msgstr ""
7721
7722 #: config/tc-m68hc11.c:1788
7723 msgid "Expecting a register."
7724 msgstr ""
7725
7726 #: config/tc-m68hc11.c:1803
7727 msgid "Invalid register for post/pre increment."
7728 msgstr ""
7729
7730 #: config/tc-m68hc11.c:1833
7731 msgid "Invalid register."
7732 msgstr ""
7733
7734 #: config/tc-m68hc11.c:1840
7735 #, c-format
7736 msgid "Offset out of 16-bit range: %ld."
7737 msgstr ""
7738
7739 #: config/tc-m68hc11.c:1845
7740 #, c-format
7741 msgid "Offset out of 5-bit range for movw/movb insn: %ld."
7742 msgstr ""
7743
7744 #: config/tc-m68hc11.c:1951
7745 msgid "Expecting register D for indexed indirect mode."
7746 msgstr ""
7747
7748 #: config/tc-m68hc11.c:1953
7749 msgid "Indexed indirect mode is not allowed for movb/movw."
7750 msgstr ""
7751
7752 #: config/tc-m68hc11.c:1970
7753 msgid "Invalid accumulator register."
7754 msgstr ""
7755
7756 #: config/tc-m68hc11.c:1995
7757 msgid "Invalid indexed register."
7758 msgstr ""
7759
7760 #: config/tc-m68hc11.c:2003
7761 msgid "Addressing mode not implemented yet."
7762 msgstr ""
7763
7764 #: config/tc-m68hc11.c:2016
7765 msgid "Invalid source register for this instruction, use 'tfr'."
7766 msgstr ""
7767
7768 #: config/tc-m68hc11.c:2018
7769 msgid "Invalid source register."
7770 msgstr ""
7771
7772 #: config/tc-m68hc11.c:2023
7773 msgid "Invalid destination register for this instruction, use 'tfr'."
7774 msgstr ""
7775
7776 #: config/tc-m68hc11.c:2025
7777 msgid "Invalid destination register."
7778 msgstr ""
7779
7780 #: config/tc-m68hc11.c:2121
7781 msgid "Invalid indexed register, expecting register X."
7782 msgstr ""
7783
7784 #: config/tc-m68hc11.c:2123
7785 msgid "Invalid indexed register, expecting register Y."
7786 msgstr ""
7787
7788 #: config/tc-m68hc11.c:2429
7789 msgid "No instruction or missing opcode."
7790 msgstr ""
7791
7792 #: config/tc-m68hc11.c:2494
7793 #, c-format
7794 msgid "Opcode `%s' is not recognized."
7795 msgstr ""
7796
7797 #: config/tc-m68hc11.c:2516
7798 #, c-format
7799 msgid "Garbage at end of instruction: `%s'."
7800 msgstr ""
7801
7802 #: config/tc-m68hc11.c:2539
7803 #, c-format
7804 msgid "Invalid operand for `%s'"
7805 msgstr ""
7806
7807 #: config/tc-m68hc11.c:2590
7808 #, c-format
7809 msgid "Invalid mode: %s\n"
7810 msgstr ""
7811
7812 #: config/tc-m68hc11.c:2650
7813 msgid "bad .relax format"
7814 msgstr ""
7815
7816 #: config/tc-m68hc11.c:2694
7817 #, c-format
7818 msgid "Relocation %d is not supported by object file format."
7819 msgstr ""
7820
7821 #: config/tc-m68hc11.c:2973
7822 msgid "bra or bsr with undefined symbol."
7823 msgstr ""
7824
7825 #: config/tc-m68hc11.c:3076 config/tc-m68hc11.c:3133
7826 #, c-format
7827 msgid "Subtype %d is not recognized."
7828 msgstr ""
7829
7830 #: config/tc-m68hc11.c:3192
7831 msgid "Expression too complex."
7832 msgstr ""
7833
7834 #: config/tc-m68hc11.c:3225
7835 msgid "Value out of 16-bit range."
7836 msgstr ""
7837
7838 #: config/tc-m68hc11.c:3243
7839 #, c-format
7840 msgid "Value %ld too large for 8-bit PC-relative branch."
7841 msgstr ""
7842
7843 #: config/tc-m68hc11.c:3250
7844 #, c-format
7845 msgid "Auto increment/decrement offset '%ld' is out of range."
7846 msgstr ""
7847
7848 #: config/tc-m68hc11.c:3263
7849 #, c-format
7850 msgid "Offset out of 5-bit range for movw/movb insn: %ld"
7851 msgstr ""
7852
7853 #: config/tc-m68hc11.c:3279
7854 #, c-format
7855 msgid "Line %d: unknown relocation type: 0x%x."
7856 msgstr ""
7857
7858 #: config/tc-m68k.c:1146
7859 #, c-format
7860 msgid "Can not do %d byte pc-relative relocation"
7861 msgstr ""
7862
7863 #: config/tc-m68k.c:1148
7864 #, c-format
7865 msgid "Can not do %d byte pc-relative pic relocation"
7866 msgstr ""
7867
7868 #: config/tc-m68k.c:1153
7869 #, c-format
7870 msgid "Can not do %d byte relocation"
7871 msgstr ""
7872
7873 #: config/tc-m68k.c:1155
7874 #, c-format
7875 msgid "Can not do %d byte pic relocation"
7876 msgstr ""
7877
7878 #: config/tc-m68k.c:1235
7879 #, c-format
7880 msgid "Unable to produce reloc against symbol '%s'"
7881 msgstr ""
7882
7883 #: config/tc-m68k.c:1294 config/tc-vax.c:2365
7884 #, c-format
7885 msgid "Cannot make %s relocation PC relative"
7886 msgstr ""
7887
7888 #: config/tc-m68k.c:1393 config/tc-vax.c:1875
7889 msgid "No operator"
7890 msgstr ""
7891
7892 #: config/tc-m68k.c:1423 config/tc-vax.c:1891
7893 msgid "Unknown operator"
7894 msgstr ""
7895
7896 #: config/tc-m68k.c:2326
7897 msgid "invalid instruction for this architecture; needs "
7898 msgstr ""
7899
7900 #: config/tc-m68k.c:2334
7901 msgid "hardware divide"
7902 msgstr ""
7903
7904 #: config/tc-m68k.c:2356 config/tc-m68k.c:2360 config/tc-m68k.c:2364
7905 msgid "or higher"
7906 msgstr ""
7907
7908 #: config/tc-m68k.c:2417
7909 msgid "operands mismatch"
7910 msgstr ""
7911
7912 #: config/tc-m68k.c:2481 config/tc-m68k.c:2487 config/tc-m68k.c:2493
7913 #: config/tc-mmix.c:2462 config/tc-mmix.c:2486
7914 msgid "operand out of range"
7915 msgstr ""
7916
7917 #: config/tc-m68k.c:2550
7918 #, c-format
7919 msgid "Bignum too big for %c format; truncated"
7920 msgstr ""
7921
7922 #: config/tc-m68k.c:2627
7923 msgid "displacement too large for this architecture; needs 68020 or higher"
7924 msgstr ""
7925
7926 #: config/tc-m68k.c:2738
7927 msgid "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
7928 msgstr ""
7929
7930 #: config/tc-m68k.c:2743
7931 msgid "invalid index size for coldfire"
7932 msgstr ""
7933
7934 #: config/tc-m68k.c:2796
7935 msgid "Forcing byte displacement"
7936 msgstr ""
7937
7938 #: config/tc-m68k.c:2798
7939 msgid "byte displacement out of range"
7940 msgstr ""
7941
7942 #: config/tc-m68k.c:2846 config/tc-m68k.c:2884
7943 msgid "invalid operand mode for this architecture; needs 68020 or higher"
7944 msgstr ""
7945
7946 #: config/tc-m68k.c:2870 config/tc-m68k.c:2904
7947 msgid ":b not permitted; defaulting to :w"
7948 msgstr ""
7949
7950 #: config/tc-m68k.c:2981
7951 msgid "unsupported byte value; use a different suffix"
7952 msgstr ""
7953
7954 #: config/tc-m68k.c:2996
7955 msgid "unknown/incorrect operand"
7956 msgstr ""
7957
7958 #: config/tc-m68k.c:3039 config/tc-m68k.c:3047 config/tc-m68k.c:3054
7959 #: config/tc-m68k.c:3061
7960 msgid "out of range"
7961 msgstr ""
7962
7963 #: config/tc-m68k.c:3134
7964 msgid "Can't use long branches on this architecture"
7965 msgstr ""
7966
7967 #: config/tc-m68k.c:3240
7968 msgid "Expression out of range, using 0"
7969 msgstr ""
7970
7971 #: config/tc-m68k.c:3432 config/tc-m68k.c:3448
7972 msgid "Floating point register in register list"
7973 msgstr ""
7974
7975 #: config/tc-m68k.c:3438
7976 msgid "Wrong register in floating-point reglist"
7977 msgstr ""
7978
7979 #: config/tc-m68k.c:3454
7980 msgid "incorrect register in reglist"
7981 msgstr ""
7982
7983 #: config/tc-m68k.c:3460
7984 msgid "wrong register in floating-point reglist"
7985 msgstr ""
7986
7987 #. ERROR.
7988 #: config/tc-m68k.c:3933
7989 msgid "Extra )"
7990 msgstr ""
7991
7992 #. ERROR.
7993 #: config/tc-m68k.c:3944
7994 msgid "Missing )"
7995 msgstr ""
7996
7997 #: config/tc-m68k.c:3961
7998 msgid "Missing operand"
7999 msgstr ""
8000
8001 #: config/tc-m68k.c:4280
8002 #, c-format
8003 msgid "unrecognized default cpu `%s'"
8004 msgstr ""
8005
8006 #: config/tc-m68k.c:4334
8007 #, c-format
8008 msgid "%s -- statement `%s' ignored"
8009 msgstr ""
8010
8011 #: config/tc-m68k.c:4383
8012 #, c-format
8013 msgid "Don't know how to figure width of %c in md_assemble()"
8014 msgstr ""
8015
8016 #: config/tc-m68k.c:4552
8017 #, c-format
8018 msgid "Internal Error: Can't allocate m68k_sorted_opcodes of size %d"
8019 msgstr ""
8020
8021 #: config/tc-m68k.c:4617 config/tc-m68k.c:4656
8022 #, c-format
8023 msgid "Internal Error: Can't find %s in hash table"
8024 msgstr ""
8025
8026 #: config/tc-m68k.c:4620 config/tc-m68k.c:4659
8027 #, c-format
8028 msgid "Internal Error: Can't hash %s: %s"
8029 msgstr ""
8030
8031 #: config/tc-m68k.c:4784
8032 #, c-format
8033 msgid "text label `%s' aligned to odd boundary"
8034 msgstr ""
8035
8036 #: config/tc-m68k.c:4956
8037 #, c-format
8038 msgid "value %ld out of range"
8039 msgstr ""
8040
8041 #: config/tc-m68k.c:4970
8042 msgid "invalid byte branch offset"
8043 msgstr ""
8044
8045 #: config/tc-m68k.c:5007
8046 msgid "short branch with zero offset: use :w"
8047 msgstr ""
8048
8049 #: config/tc-m68k.c:5051
8050 msgid "Conversion of PC relative BSR to absolute JSR"
8051 msgstr ""
8052
8053 #: config/tc-m68k.c:5062
8054 msgid "Conversion of PC relative branch to absolute jump"
8055 msgstr ""
8056
8057 #: config/tc-m68k.c:5079 config/tc-m68k.c:5140
8058 msgid "Conversion of PC relative conditional branch to absolute jump"
8059 msgstr ""
8060
8061 #: config/tc-m68k.c:5120
8062 msgid "Conversion of DBcc to absolute jump"
8063 msgstr ""
8064
8065 #: config/tc-m68k.c:5205
8066 msgid "Conversion of PC relative displacement to absolute"
8067 msgstr ""
8068
8069 #: config/tc-m68k.c:5418
8070 msgid "Tried to convert PC relative branch to absolute jump"
8071 msgstr ""
8072
8073 #: config/tc-m68k.c:5463 config/tc-m68k.c:5474 config/tc-m68k.c:5518
8074 msgid "expression out of range: defaulting to 1"
8075 msgstr ""
8076
8077 #: config/tc-m68k.c:5510
8078 msgid "expression out of range: defaulting to 0"
8079 msgstr ""
8080
8081 #: config/tc-m68k.c:5551 config/tc-m68k.c:5563
8082 #, c-format
8083 msgid "Can't deal with expression; defaulting to %ld"
8084 msgstr ""
8085
8086 #: config/tc-m68k.c:5577
8087 msgid "expression doesn't fit in BYTE"
8088 msgstr ""
8089
8090 #: config/tc-m68k.c:5581
8091 msgid "expression doesn't fit in WORD"
8092 msgstr ""
8093
8094 #: config/tc-m68k.c:5668
8095 #, c-format
8096 msgid "%s: unrecognized processor name"
8097 msgstr ""
8098
8099 #: config/tc-m68k.c:5729
8100 msgid "bad coprocessor id"
8101 msgstr ""
8102
8103 #: config/tc-m68k.c:5735
8104 msgid "unrecognized fopt option"
8105 msgstr ""
8106
8107 #: config/tc-m68k.c:5868
8108 #, c-format
8109 msgid "option `%s' may not be negated"
8110 msgstr ""
8111
8112 #: config/tc-m68k.c:5879
8113 #, c-format
8114 msgid "option `%s' not recognized"
8115 msgstr ""
8116
8117 #: config/tc-m68k.c:5908
8118 msgid "bad format of OPT NEST=depth"
8119 msgstr ""
8120
8121 #: config/tc-m68k.c:5964
8122 msgid "missing label"
8123 msgstr ""
8124
8125 #: config/tc-m68k.c:5988 config/tc-m68k.c:6017
8126 msgid "bad register list"
8127 msgstr ""
8128
8129 #: config/tc-m68k.c:5990
8130 #, c-format
8131 msgid "bad register list: %s"
8132 msgstr ""
8133
8134 #: config/tc-m68k.c:6088
8135 msgid "restore without save"
8136 msgstr ""
8137
8138 #: config/tc-m68k.c:6242 config/tc-m68k.c:6612
8139 msgid "syntax error in structured control directive"
8140 msgstr ""
8141
8142 #: config/tc-m68k.c:6287
8143 msgid "missing condition code in structured control directive"
8144 msgstr ""
8145
8146 #: config/tc-m68k.c:6358
8147 #, c-format
8148 msgid "Condition <%c%c> in structured control directive can not be encoded correctly"
8149 msgstr ""
8150
8151 #: config/tc-m68k.c:6654
8152 msgid "missing then"
8153 msgstr ""
8154
8155 #: config/tc-m68k.c:6735
8156 msgid "else without matching if"
8157 msgstr ""
8158
8159 #: config/tc-m68k.c:6768
8160 msgid "endi without matching if"
8161 msgstr ""
8162
8163 #: config/tc-m68k.c:6808
8164 msgid "break outside of structured loop"
8165 msgstr ""
8166
8167 #: config/tc-m68k.c:6846
8168 msgid "next outside of structured loop"
8169 msgstr ""
8170
8171 #: config/tc-m68k.c:6897
8172 msgid "missing ="
8173 msgstr ""
8174
8175 #: config/tc-m68k.c:6935
8176 msgid "missing to or downto"
8177 msgstr ""
8178
8179 #: config/tc-m68k.c:6971 config/tc-m68k.c:7005 config/tc-m68k.c:7219
8180 msgid "missing do"
8181 msgstr ""
8182
8183 #: config/tc-m68k.c:7106
8184 msgid "endf without for"
8185 msgstr ""
8186
8187 #: config/tc-m68k.c:7160
8188 msgid "until without repeat"
8189 msgstr ""
8190
8191 #: config/tc-m68k.c:7254
8192 msgid "endw without while"
8193 msgstr ""
8194
8195 #: config/tc-m68k.c:7287 config/tc-m68k.c:7315
8196 msgid "already assembled instructions"
8197 msgstr ""
8198
8199 #: config/tc-m68k.c:7392
8200 #, c-format
8201 msgid "`%s' is deprecated, use `%s'"
8202 msgstr ""
8203
8204 #: config/tc-m68k.c:7411
8205 #, c-format
8206 msgid "cpu `%s' unrecognized"
8207 msgstr ""
8208
8209 #: config/tc-m68k.c:7430
8210 #, c-format
8211 msgid "architecture `%s' unrecognized"
8212 msgstr ""
8213
8214 #: config/tc-m68k.c:7451
8215 #, c-format
8216 msgid "extension `%s' unrecognized"
8217 msgstr ""
8218
8219 #: config/tc-m68k.c:7570
8220 #, c-format
8221 msgid "option `-A%s' is deprecated: use `-%s'"
8222 msgstr ""
8223
8224 #: config/tc-m68k.c:7603
8225 msgid "architecture features both enabled and disabled"
8226 msgstr ""
8227
8228 #: config/tc-m68k.c:7630
8229 msgid "selected processor does not have all features of selected architecture"
8230 msgstr ""
8231
8232 #: config/tc-m68k.c:7639
8233 msgid "m68k and cf features both selected"
8234 msgstr ""
8235
8236 #: config/tc-m68k.c:7651
8237 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
8238 msgstr ""
8239
8240 #: config/tc-m68k.c:7685
8241 #, c-format
8242 msgid ""
8243 "-march=<arch>\t\tset architecture\n"
8244 "-mcpu=<cpu>\t\tset cpu [default %s]\n"
8245 msgstr ""
8246
8247 #: config/tc-m68k.c:7690
8248 #, c-format
8249 msgid "-m[no-]%-16s enable/disable%s architecture extension\n"
8250 msgstr ""
8251
8252 #: config/tc-m68k.c:7696
8253 #, c-format
8254 msgid ""
8255 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
8256 "-pic, -k\t\tgenerate position independent code\n"
8257 "-S\t\t\tturn jbsr into jsr\n"
8258 "--pcrel never turn PC-relative branches into absolute jumps\n"
8259 "--register-prefix-optional\n"
8260 "\t\t\trecognize register names without prefix character\n"
8261 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
8262 "--base-size-default-16\tbase reg without size is 16 bits\n"
8263 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
8264 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
8265 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
8266 msgstr ""
8267
8268 #: config/tc-m68k.c:7710
8269 #, c-format
8270 msgid "Architecture variants are: "
8271 msgstr ""
8272
8273 #: config/tc-m68k.c:7719
8274 #, c-format
8275 msgid "Processor variants are: "
8276 msgstr ""
8277
8278 #: config/tc-m68k.c:7726 config/tc-xtensa.c:6238
8279 #, c-format
8280 msgid "\n"
8281 msgstr ""
8282
8283 #: config/tc-m68k.c:7757
8284 #, c-format
8285 msgid "Error %s in %s\n"
8286 msgstr ""
8287
8288 #: config/tc-m68k.c:7761
8289 #, c-format
8290 msgid "Opcode(%d.%s): "
8291 msgstr ""
8292
8293 #: config/tc-m68k.c:7921
8294 msgid "Not a defined coldfire architecture"
8295 msgstr ""
8296
8297 #. Over here we will fill the description of the machine specific options.
8298 #: config/tc-maxq.c:209
8299 #, c-format
8300 msgid " MAXQ-specific assembler options:\n"
8301 msgstr ""
8302
8303 #: config/tc-maxq.c:211
8304 #, c-format
8305 msgid ""
8306 "\t-MAXQ20\t\t generate obj for MAXQ20(default)\n"
8307 "\t-MAXQ10\t\t generate obj for MAXQ10\n"
8308 "\t"
8309 msgstr ""
8310
8311 #: config/tc-maxq.c:377
8312 #, c-format
8313 msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d"
8314 msgstr ""
8315
8316 #: config/tc-maxq.c:454
8317 #, c-format
8318 msgid "Cant make long jump/call into short jump/call : %d"
8319 msgstr ""
8320
8321 #: config/tc-maxq.c:933
8322 #, c-format
8323 msgid "Invalid register value %s"
8324 msgstr ""
8325
8326 #: config/tc-maxq.c:1051
8327 #, c-format
8328 msgid "Invalid bit number : '%c'"
8329 msgstr ""
8330
8331 #: config/tc-maxq.c:1063
8332 #, c-format
8333 msgid "Illegal character after operand '%s'"
8334 msgstr ""
8335
8336 #: config/tc-maxq.c:1139 config/tc-maxq.c:1316
8337 #, c-format
8338 msgid "Invalid Character in immediate Value : %c"
8339 msgstr ""
8340
8341 #: config/tc-maxq.c:1159 config/tc-maxq.c:1336
8342 #, c-format
8343 msgid "Invalid Character in immediate value : %c"
8344 msgstr ""
8345
8346 #: config/tc-maxq.c:1175
8347 msgid "Immediate value greater than 16 bits"
8348 msgstr ""
8349
8350 #: config/tc-maxq.c:1189
8351 msgid "Attempt to move a value in the stack pointer greater than the size of the stack"
8352 msgstr ""
8353
8354 #: config/tc-maxq.c:1198
8355 msgid "Attempt to move 16 bit value into an 8 bit register.Truncating..\n"
8356 msgstr ""
8357
8358 #: config/tc-maxq.c:1260
8359 msgid "Invalid immediate move operation"
8360 msgstr ""
8361
8362 #: config/tc-maxq.c:1533
8363 #, c-format
8364 msgid "Size of Operand '%s' greater than %d"
8365 msgstr ""
8366
8367 #: config/tc-maxq.c:1688
8368 #, c-format
8369 msgid "illegal immediate operand '%s'"
8370 msgstr ""
8371
8372 #: config/tc-maxq.c:1710
8373 #, c-format
8374 msgid "Invalid operand for memory access '%s'"
8375 msgstr ""
8376
8377 #: config/tc-maxq.c:1772
8378 msgid "illegal displacement operand "
8379 msgstr ""
8380
8381 #: config/tc-maxq.c:1837
8382 #, c-format
8383 msgid "invalid character %c before operand %d"
8384 msgstr ""
8385
8386 #: config/tc-maxq.c:1859
8387 #, c-format
8388 msgid "invalid character %c in operand %d"
8389 msgstr ""
8390
8391 #. We found no match.
8392 #: config/tc-maxq.c:2004
8393 #, c-format
8394 msgid "operand %d is invalid for `%s'"
8395 msgstr ""
8396
8397 #: config/tc-maxq.c:2037
8398 msgid "The Accumulator cannot be used as a source in ALU instructions\n"
8399 msgstr ""
8400
8401 #: config/tc-maxq.c:2055
8402 #, c-format
8403 msgid "'%s' operand cant be used as destination in %s"
8404 msgstr ""
8405
8406 #: config/tc-maxq.c:2071 config/tc-maxq.c:2102 config/tc-maxq.c:2116
8407 #, c-format
8408 msgid "Invalid Instruction '%s' operand cant be used with %s"
8409 msgstr ""
8410
8411 #: config/tc-maxq.c:2087 config/tc-maxq.c:2138
8412 #, c-format
8413 msgid "'%s' operand cant be used as source in %s"
8414 msgstr ""
8415
8416 #: config/tc-maxq.c:2147
8417 #, c-format
8418 msgid "'%s' instruction cant have first operand as Immediate vale"
8419 msgstr ""
8420
8421 #: config/tc-maxq.c:2160
8422 #, c-format
8423 msgid "SP cannot be used with %s\n"
8424 msgstr ""
8425
8426 #: config/tc-maxq.c:2167
8427 msgid "@SP-- cannot be used with PUSH\n"
8428 msgstr ""
8429
8430 #: config/tc-maxq.c:2183 config/tc-maxq.c:2191
8431 msgid "Operands either contradictory or use the data bus in read/write state together"
8432 msgstr ""
8433
8434 #: config/tc-maxq.c:2198
8435 msgid "MOVE Cant Use NUL as SRC"
8436 msgstr ""
8437
8438 #: config/tc-maxq.c:2220
8439 msgid "Contradictory movement between DP register and memory access using DP"
8440 msgstr ""
8441
8442 #: config/tc-maxq.c:2228
8443 msgid "SP and @SP-- cannot be used together in a move instruction"
8444 msgstr ""
8445
8446 #: config/tc-maxq.c:2247
8447 msgid "Only Module 8 system registers allowed in this operation"
8448 msgstr ""
8449
8450 #: config/tc-maxq.c:2273 config/tc-maxq.c:2282 config/tc-maxq.c:2308
8451 msgid "Read only Register used as destination"
8452 msgstr ""
8453
8454 #: config/tc-maxq.c:2290
8455 #, c-format
8456 msgid "Bit No '%d'exceeds register size in this operation"
8457 msgstr ""
8458
8459 #: config/tc-maxq.c:2315 config/tc-maxq.c:2336
8460 #, c-format
8461 msgid "Bit No '%d' exceeds register size in this operation"
8462 msgstr ""
8463
8464 #: config/tc-maxq.c:2352
8465 msgid "Memory References cannot be used with branching operations\n"
8466 msgstr ""
8467
8468 #: config/tc-maxq.c:2361
8469 msgid "DJNZ uses only LC[n] register \n"
8470 msgstr ""
8471
8472 #: config/tc-maxq.c:2387
8473 #, c-format
8474 msgid "'%s' operand cant be used as destination in %s"
8475 msgstr ""
8476
8477 #: config/tc-maxq.c:2397
8478 #, c-format
8479 msgid "Read only register used for writing purposes '%s'"
8480 msgstr ""
8481
8482 #: config/tc-maxq.c:2409
8483 msgid "Invalid destination for this kind of source."
8484 msgstr ""
8485
8486 #: config/tc-maxq.c:2416
8487 msgid "Invalid register as destination for this kind of source.Only data pointers can be used."
8488 msgstr ""
8489
8490 #: config/tc-maxq.c:2504 config/tc-maxq.c:2592
8491 msgid "Invalid Instruction"
8492 msgstr ""
8493
8494 #: config/tc-maxq.c:2790
8495 msgid "Cannot allocate memory"
8496 msgstr ""
8497
8498 #: config/tc-maxq.c:2862
8499 msgid "Internal Error: Illegal Architecure specified"
8500 msgstr ""
8501
8502 #: config/tc-maxq.c:2900
8503 msgid "Invalid architecture type"
8504 msgstr ""
8505
8506 #: config/tc-maxq.c:2905 config/tc-maxq.c:2916 config/tc-maxq.c:2929
8507 #: config/tc-maxq.c:2941 config/tc-maxq.c:2954
8508 #, c-format
8509 msgid "Internal Error : Can't Hash %s : %s"
8510 msgstr ""
8511
8512 #: config/tc-maxq.c:3071
8513 #, c-format
8514 msgid "Ineffective insntruction %s \n"
8515 msgstr ""
8516
8517 #: config/tc-mcore.c:521 config/tc-microblaze.c:496 config/tc-microblaze.c:524
8518 #: config/tc-microblaze.c:550 config/tc-microblaze.c:562
8519 #, c-format
8520 msgid "register expected, but saw '%.6s'"
8521 msgstr ""
8522
8523 #: config/tc-mcore.c:603
8524 #, c-format
8525 msgid "control register expected, but saw '%.6s'"
8526 msgstr ""
8527
8528 #: config/tc-mcore.c:639
8529 msgid "bad/missing psr specifier"
8530 msgstr ""
8531
8532 #: config/tc-mcore.c:689
8533 msgid "more than 65K literal pools"
8534 msgstr ""
8535
8536 #: config/tc-mcore.c:743
8537 msgid "missing ']'"
8538 msgstr ""
8539
8540 #: config/tc-mcore.c:782
8541 msgid "operand must be a constant"
8542 msgstr ""
8543
8544 #: config/tc-mcore.c:784
8545 #, c-format
8546 msgid "operand must be absolute in range %u..%u, not %ld"
8547 msgstr ""
8548
8549 #: config/tc-mcore.c:819
8550 msgid "operand must be a multiple of 4"
8551 msgstr ""
8552
8553 #: config/tc-mcore.c:826
8554 msgid "operand must be a multiple of 2"
8555 msgstr ""
8556
8557 #: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410
8558 msgid "base register expected"
8559 msgstr ""
8560
8561 #: config/tc-mcore.c:888 config/tc-microblaze.c:832 config/tc-microblaze.c:968
8562 #: config/tc-microblaze.c:1000 config/tc-microblaze.c:1450
8563 #: config/tc-microblaze.c:1517 config/tc-microblaze.c:1591
8564 #: config/tc-microblaze.c:1964 config/tc-microblaze.c:2005
8565 #, c-format
8566 msgid "unknown opcode \"%s\""
8567 msgstr ""
8568
8569 #: config/tc-mcore.c:931
8570 msgid "invalid register: r15 illegal"
8571 msgstr ""
8572
8573 #: config/tc-mcore.c:980 config/tc-mcore.c:1561
8574 msgid "M340 specific opcode used when assembling for M210"
8575 msgstr ""
8576
8577 #: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057
8578 #: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133
8579 #: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224
8580 #: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302
8581 #: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449
8582 #: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553
8583 msgid "second operand missing"
8584 msgstr ""
8585
8586 #: config/tc-mcore.c:1014
8587 msgid "destination register must be r1"
8588 msgstr ""
8589
8590 #: config/tc-mcore.c:1035
8591 msgid "source register must be r1"
8592 msgstr ""
8593
8594 #: config/tc-mcore.c:1099 config/tc-mcore.c:1156
8595 msgid "immediate is not a power of two"
8596 msgstr ""
8597
8598 #: config/tc-mcore.c:1127
8599 msgid "translating bgeni to movi"
8600 msgstr ""
8601
8602 #: config/tc-mcore.c:1164
8603 msgid "translating mgeni to movi"
8604 msgstr ""
8605
8606 #: config/tc-mcore.c:1196
8607 msgid "translating bmaski to movi"
8608 msgstr ""
8609
8610 #: config/tc-mcore.c:1272
8611 #, c-format
8612 msgid "displacement too large (%d)"
8613 msgstr ""
8614
8615 #: config/tc-mcore.c:1286
8616 msgid "Invalid register: r0 and r15 illegal"
8617 msgstr ""
8618
8619 #: config/tc-mcore.c:1317
8620 msgid "bad starting register: r0 and r15 invalid"
8621 msgstr ""
8622
8623 #: config/tc-mcore.c:1330
8624 msgid "ending register must be r15"
8625 msgstr ""
8626
8627 #: config/tc-mcore.c:1350
8628 msgid "bad base register: must be r0"
8629 msgstr ""
8630
8631 #: config/tc-mcore.c:1368
8632 msgid "first register must be r4"
8633 msgstr ""
8634
8635 #: config/tc-mcore.c:1379
8636 msgid "last register must be r7"
8637 msgstr ""
8638
8639 #: config/tc-mcore.c:1416
8640 msgid "reg-reg expected"
8641 msgstr ""
8642
8643 #: config/tc-mcore.c:1527
8644 msgid "second operand must be 1"
8645 msgstr ""
8646
8647 #: config/tc-mcore.c:1548
8648 msgid "zero used as immediate value"
8649 msgstr ""
8650
8651 #: config/tc-mcore.c:1575
8652 msgid "duplicated psr bit specifier"
8653 msgstr ""
8654
8655 #: config/tc-mcore.c:1581
8656 msgid "`af' must appear alone"
8657 msgstr ""
8658
8659 #: config/tc-mcore.c:1588 config/tc-microblaze.c:1611
8660 #, c-format
8661 msgid "unimplemented opcode \"%s\""
8662 msgstr ""
8663
8664 #: config/tc-mcore.c:1597 config/tc-microblaze.c:1620
8665 #, c-format
8666 msgid "ignoring operands: %s "
8667 msgstr ""
8668
8669 #: config/tc-mcore.c:1667
8670 #, c-format
8671 msgid "unrecognised cpu type '%s'"
8672 msgstr ""
8673
8674 #: config/tc-mcore.c:1685
8675 #, c-format
8676 msgid ""
8677 "MCORE specific options:\n"
8678 " -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n"
8679 " -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n"
8680 " -cpu=[210|340] select CPU type\n"
8681 " -EB assemble for a big endian system (default)\n"
8682 " -EL assemble for a little endian system\n"
8683 msgstr ""
8684
8685 #: config/tc-mcore.c:1703 config/tc-microblaze.c:1729
8686 msgid "failed sanity check: short_jump"
8687 msgstr ""
8688
8689 #: config/tc-mcore.c:1713 config/tc-microblaze.c:1739
8690 msgid "failed sanity check: long_jump"
8691 msgstr ""
8692
8693 #: config/tc-mcore.c:1739
8694 #, c-format
8695 msgid "odd displacement at %x"
8696 msgstr ""
8697
8698 #. Variable not in small data read only segment accessed
8699 #. using small data read only anchor.
8700 #: config/tc-mcore.c:1921 config/tc-microblaze.c:1826
8701 #: config/tc-microblaze.c:2117 config/tc-microblaze.c:2140
8702 msgid "unknown"
8703 msgstr ""
8704
8705 #: config/tc-mcore.c:1948
8706 #, c-format
8707 msgid "odd distance branch (0x%lx bytes)"
8708 msgstr ""
8709
8710 #: config/tc-mcore.c:1952
8711 #, c-format
8712 msgid "pcrel for branch to %s too far (0x%lx)"
8713 msgstr ""
8714
8715 #: config/tc-mcore.c:1972
8716 #, c-format
8717 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
8718 msgstr ""
8719
8720 #: config/tc-mcore.c:1984
8721 #, c-format
8722 msgid "pcrel for loopt too far (0x%lx)"
8723 msgstr ""
8724
8725 #: config/tc-mcore.c:2180 config/tc-microblaze.c:2272 config/tc-tic30.c:1384
8726 #, c-format
8727 msgid "Can not do %d byte %srelocation"
8728 msgstr ""
8729
8730 #: config/tc-mcore.c:2182 config/tc-microblaze.c:2274
8731 msgid "pc-relative"
8732 msgstr ""
8733
8734 #: config/tc-mep.c:343
8735 #, c-format
8736 msgid ""
8737 "MeP specific command line options:\n"
8738 " -EB assemble for a big endian system\n"
8739 " -EL assemble for a little endian system (default)\n"
8740 " -mconfig=<name> specify a chip configuration to use\n"
8741 " -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
8742 " -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
8743 " -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
8744 " enable/disable the given opcodes\n"
8745 "\n"
8746 " If -mconfig is given, the other -m options modify it. Otherwise,\n"
8747 " if no -m options are given, all core opcodes are enabled;\n"
8748 " if any enabling -m options are given, only those are enabled;\n"
8749 " if only disabling -m options are given, only those are disabled.\n"
8750 msgstr ""
8751
8752 #: config/tc-mep.c:412
8753 msgid "$hi and $lo are disabled when MUL and DIV are off"
8754 msgstr ""
8755
8756 #: config/tc-mep.c:419
8757 msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
8758 msgstr ""
8759
8760 #: config/tc-mep.c:424
8761 msgid "$dbg and $depc are disabled when DEBUG is off"
8762 msgstr ""
8763
8764 #: config/tc-mep.c:615
8765 msgid "core and copro insn lengths must total 32 bits."
8766 msgstr ""
8767
8768 #: config/tc-mep.c:618 config/tc-mep.c:755
8769 msgid "vliw group must consist of 1 core and 1 copro insn."
8770 msgstr ""
8771
8772 #: config/tc-mep.c:752
8773 msgid "core and copro insn lengths must total 64 bits."
8774 msgstr ""
8775
8776 #: config/tc-mep.c:984
8777 #, c-format
8778 msgid "cannot pack %s with a 16-bit insn"
8779 msgstr ""
8780
8781 #: config/tc-mep.c:1002
8782 #, c-format
8783 msgid "cannot pack %s and %s together with a 16-bit insn"
8784 msgstr ""
8785
8786 #: config/tc-mep.c:1008
8787 msgid "too many IVC2 insns to pack with a 16-bit core insn"
8788 msgstr ""
8789
8790 #: config/tc-mep.c:1023
8791 #, c-format
8792 msgid "cannot pack %s into slot P1"
8793 msgstr ""
8794
8795 #: config/tc-mep.c:1029
8796 msgid "too many IVC2 insns to pack with a 32-bit core insn"
8797 msgstr ""
8798
8799 #: config/tc-mep.c:1047
8800 #, c-format
8801 msgid "unable to pack %s by itself?"
8802 msgstr ""
8803
8804 #: config/tc-mep.c:1077
8805 #, c-format
8806 msgid "cannot pack %s and %s together"
8807 msgstr ""
8808
8809 #: config/tc-mep.c:1083
8810 msgid "too many IVC2 insns to pack together"
8811 msgstr ""
8812
8813 #. There are no insns in the queue and a plus is present.
8814 #. This is a syntax error. Let's not tolerate this.
8815 #. We can relax this later if necessary.
8816 #: config/tc-mep.c:1320
8817 msgid "Invalid use of parallelization operator."
8818 msgstr ""
8819
8820 #: config/tc-mep.c:1366
8821 msgid "Leading plus sign not allowed in core mode"
8822 msgstr ""
8823
8824 #: config/tc-mep.c:1894
8825 #, c-format
8826 msgid "Don't know how to relocate plain operands of type %s"
8827 msgstr ""
8828
8829 #: config/tc-mep.c:1904
8830 #, c-format
8831 msgid "Perhaps you are missing %%tpoff()?"
8832 msgstr ""
8833
8834 #: config/tc-mep.c:2091
8835 msgid "Bad .section directive: want a,v,w,x,M,S in string"
8836 msgstr ""
8837
8838 #: config/tc-mep.c:2149
8839 msgid ".vliw unavailable when VLIW is disabled."
8840 msgstr ""
8841
8842 #: config/tc-microblaze.c:501 config/tc-microblaze.c:530
8843 #: config/tc-microblaze.c:556
8844 #, c-format
8845 msgid "Invalid register number at '%.6s'"
8846 msgstr ""
8847
8848 #: config/tc-microblaze.c:651
8849 msgid "operand must be a constant or a label"
8850 msgstr ""
8851
8852 #: config/tc-microblaze.c:655
8853 #, c-format
8854 msgid "operand must be absolute in range %d..%d, not %d"
8855 msgstr ""
8856
8857 #: config/tc-microblaze.c:846 config/tc-microblaze.c:853
8858 #: config/tc-microblaze.c:860 config/tc-microblaze.c:893
8859 #: config/tc-microblaze.c:900 config/tc-microblaze.c:906
8860 #: config/tc-microblaze.c:1023 config/tc-microblaze.c:1030
8861 #: config/tc-microblaze.c:1036 config/tc-microblaze.c:1067
8862 #: config/tc-microblaze.c:1074 config/tc-microblaze.c:1094
8863 #: config/tc-microblaze.c:1101 config/tc-microblaze.c:1121
8864 #: config/tc-microblaze.c:1128 config/tc-microblaze.c:1146
8865 #: config/tc-microblaze.c:1153 config/tc-microblaze.c:1175
8866 #: config/tc-microblaze.c:1182 config/tc-microblaze.c:1200
8867 #: config/tc-microblaze.c:1215 config/tc-microblaze.c:1233
8868 #: config/tc-microblaze.c:1250 config/tc-microblaze.c:1257
8869 #: config/tc-microblaze.c:1299 config/tc-microblaze.c:1306
8870 #: config/tc-microblaze.c:1348 config/tc-microblaze.c:1355
8871 #: config/tc-microblaze.c:1378 config/tc-microblaze.c:1385
8872 #: config/tc-microblaze.c:1405 config/tc-microblaze.c:1411
8873 #: config/tc-microblaze.c:1472 config/tc-microblaze.c:1478
8874 #: config/tc-microblaze.c:1539
8875 msgid "Error in statement syntax"
8876 msgstr ""
8877
8878 #: config/tc-microblaze.c:866 config/tc-microblaze.c:868
8879 #: config/tc-microblaze.c:870 config/tc-microblaze.c:910
8880 #: config/tc-microblaze.c:912 config/tc-microblaze.c:1040
8881 #: config/tc-microblaze.c:1042 config/tc-microblaze.c:1080
8882 #: config/tc-microblaze.c:1082 config/tc-microblaze.c:1107
8883 #: config/tc-microblaze.c:1109 config/tc-microblaze.c:1134
8884 #: config/tc-microblaze.c:1157 config/tc-microblaze.c:1188
8885 #: config/tc-microblaze.c:1205 config/tc-microblaze.c:1221
8886 #: config/tc-microblaze.c:1239 config/tc-microblaze.c:1361
8887 #: config/tc-microblaze.c:1363 config/tc-microblaze.c:1391
8888 #: config/tc-microblaze.c:1393 config/tc-microblaze.c:1415
8889 #: config/tc-microblaze.c:1482 config/tc-microblaze.c:1545
8890 msgid "Cannot use special register with this instruction"
8891 msgstr ""
8892
8893 #: config/tc-microblaze.c:920
8894 msgid "lmi pseudo instruction should not use a label in imm field"
8895 msgstr ""
8896
8897 #: config/tc-microblaze.c:922
8898 msgid "smi pseudo instruction should not use a label in imm field"
8899 msgstr ""
8900
8901 #: config/tc-microblaze.c:1045
8902 msgid "Symbol used as immediate for shift instruction"
8903 msgstr ""
8904
8905 #: config/tc-microblaze.c:1054
8906 #, c-format
8907 msgid "Shift value > 32. using <value %% 32>"
8908 msgstr ""
8909
8910 #: config/tc-microblaze.c:1160
8911 msgid "Symbol used as immediate value for msrset/msrclr instructions"
8912 msgstr ""
8913
8914 #: config/tc-microblaze.c:1288 config/tc-microblaze.c:1337
8915 msgid "invalid value for special purpose register"
8916 msgstr ""
8917
8918 #: config/tc-microblaze.c:1553
8919 msgid "An IMM instruction should not be present in the .s file"
8920 msgstr ""
8921
8922 #: config/tc-microblaze.c:1681
8923 msgid "Bad call to MD_NTOF()"
8924 msgstr ""
8925
8926 #: config/tc-microblaze.c:1917
8927 #, c-format
8928 msgid "pcrel for branch to %s too far (0x%x)"
8929 msgstr ""
8930
8931 #. We know the abs value: Should never happen.
8932 #: config/tc-microblaze.c:2066
8933 msgid "Absolute PC-relative value in relaxation code. Assembler error....."
8934 msgstr ""
8935
8936 #. Cannot have a PC-relative branch to a diff segment.
8937 #: config/tc-microblaze.c:2079
8938 #, c-format
8939 msgid "PC relative branch to label %s which is not in the instruction space"
8940 msgstr ""
8941
8942 #: config/tc-microblaze.c:2120
8943 msgid "Variable is accessed using small data read only anchor, but it is not in the small data read only section"
8944 msgstr ""
8945
8946 #: config/tc-microblaze.c:2143
8947 msgid "Variable is accessed using small data read write anchor, but it is not in the small data read write section"
8948 msgstr ""
8949
8950 #: config/tc-microblaze.c:2152
8951 msgid "Incorrect fr_opcode value in frag. Internal error....."
8952 msgstr ""
8953
8954 #. We know the abs value: Should never happen.
8955 #: config/tc-microblaze.c:2159
8956 msgid "Absolute value in relaxation code. Assembler error....."
8957 msgstr ""
8958
8959 #: config/tc-microblaze.c:2364 config/tc-mn10300.c:1065 config/tc-sh.c:776
8960 #: config/tc-z80.c:671 read.c:4275
8961 #, c-format
8962 msgid "unsupported BFD relocation size %u"
8963 msgstr ""
8964
8965 #. Prototypes for static functions.
8966 #: config/tc-mips.c:1042
8967 #, c-format
8968 msgid "internal Error, line %d, %s"
8969 msgstr ""
8970
8971 #: config/tc-mips.c:1795 config/tc-mips.c:12826
8972 #, c-format
8973 msgid "Unrecognized register name `%s'"
8974 msgstr ""
8975
8976 #: config/tc-mips.c:1887
8977 msgid "-G may not be used in position-independent code"
8978 msgstr ""
8979
8980 #: config/tc-mips.c:1934
8981 #, c-format
8982 msgid "internal: can't hash `%s': %s"
8983 msgstr ""
8984
8985 #: config/tc-mips.c:1942
8986 #, c-format
8987 msgid "internal error: bad mips16 opcode: %s %s\n"
8988 msgstr ""
8989
8990 #: config/tc-mips.c:2114
8991 #, c-format
8992 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
8993 msgstr ""
8994
8995 #: config/tc-mips.c:2890 config/tc-mips.c:14521
8996 msgid "extended instruction in delay slot"
8997 msgstr ""
8998
8999 #: config/tc-mips.c:2954 config/tc-mips.c:2961
9000 #, c-format
9001 msgid "jump to misaligned address (0x%lx)"
9002 msgstr ""
9003
9004 #: config/tc-mips.c:2971 config/tc-mips.c:3742
9005 #, c-format
9006 msgid "branch to misaligned address (0x%lx)"
9007 msgstr ""
9008
9009 #: config/tc-mips.c:2976 config/tc-mips.c:3745
9010 #, c-format
9011 msgid "branch address range overflow (0x%lx)"
9012 msgstr ""
9013
9014 #. To reproduce this failure try assembling gas/testsuites/
9015 #. gas/mips/mips16-intermix.s with a mips-ecoff targeted
9016 #. assembler.
9017 #: config/tc-mips.c:3003
9018 #, c-format
9019 msgid "Unsupported MIPS relocation number %d"
9020 msgstr ""
9021
9022 #: config/tc-mips.c:3475
9023 msgid "Macro instruction expanded into multiple instructions in a branch delay slot"
9024 msgstr ""
9025
9026 #: config/tc-mips.c:3478
9027 msgid "Macro instruction expanded into multiple instructions"
9028 msgstr ""
9029
9030 #: config/tc-mips.c:4014 config/tc-mips.c:8012 config/tc-mips.c:8036
9031 #: config/tc-mips.c:8109 config/tc-mips.c:8132
9032 msgid "operand overflow"
9033 msgstr ""
9034
9035 #: config/tc-mips.c:4033 config/tc-mips.c:4633 config/tc-mips.c:7383
9036 #: config/tc-mips.c:8199
9037 msgid "Macro used $at after \".set noat\""
9038 msgstr ""
9039
9040 #: config/tc-mips.c:4062
9041 msgid "unsupported large constant"
9042 msgstr ""
9043
9044 #: config/tc-mips.c:4064
9045 #, c-format
9046 msgid "Instruction %s requires absolute expression"
9047 msgstr ""
9048
9049 #: config/tc-mips.c:4197 config/tc-mips.c:6503 config/tc-mips.c:7079
9050 #, c-format
9051 msgid "Number (0x%s) larger than 32 bits"
9052 msgstr ""
9053
9054 #: config/tc-mips.c:4217
9055 msgid "Number larger than 64 bits"
9056 msgstr ""
9057
9058 #: config/tc-mips.c:4511 config/tc-mips.c:4539 config/tc-mips.c:4577
9059 #: config/tc-mips.c:4622 config/tc-mips.c:6712 config/tc-mips.c:6751
9060 #: config/tc-mips.c:6790 config/tc-mips.c:7194 config/tc-mips.c:7246
9061 msgid "PIC code offset overflow (max 16 signed bits)"
9062 msgstr ""
9063
9064 #: config/tc-mips.c:4944 config/tc-mips.c:5010 config/tc-mips.c:5098
9065 #: config/tc-mips.c:5145 config/tc-mips.c:5206 config/tc-mips.c:5254
9066 #: config/tc-mips.c:8293 config/tc-mips.c:8300 config/tc-mips.c:8307
9067 #: config/tc-mips.c:8414
9068 msgid "Unsupported large constant"
9069 msgstr ""
9070
9071 #. result is always true
9072 #: config/tc-mips.c:4976
9073 #, c-format
9074 msgid "Branch %s is always true"
9075 msgstr ""
9076
9077 #: config/tc-mips.c:5217 config/tc-mips.c:5265 config/tc-mips.c:9065
9078 #: config/tc-mips.c:9222
9079 #, c-format
9080 msgid "Improper position (%lu)"
9081 msgstr ""
9082
9083 #: config/tc-mips.c:5223 config/tc-mips.c:9132
9084 #, c-format
9085 msgid "Improper extract size (%lu, position %lu)"
9086 msgstr ""
9087
9088 #: config/tc-mips.c:5271 config/tc-mips.c:9096
9089 #, c-format
9090 msgid "Improper insert size (%lu, position %lu)"
9091 msgstr ""
9092
9093 #: config/tc-mips.c:5308 config/tc-mips.c:5405
9094 msgid "Divide by zero."
9095 msgstr ""
9096
9097 #: config/tc-mips.c:5491
9098 msgid "dla used to load 32-bit register"
9099 msgstr ""
9100
9101 #: config/tc-mips.c:5494
9102 msgid "la used to load 64-bit address"
9103 msgstr ""
9104
9105 #: config/tc-mips.c:5606 config/tc-z80.c:700
9106 msgid "offset too large"
9107 msgstr ""
9108
9109 #: config/tc-mips.c:5780 config/tc-mips.c:6059
9110 msgid "PIC code offset overflow (max 32 signed bits)"
9111 msgstr ""
9112
9113 #: config/tc-mips.c:6142
9114 msgid "MIPS PIC call to register other than $25"
9115 msgstr ""
9116
9117 #: config/tc-mips.c:6148 config/tc-mips.c:6159 config/tc-mips.c:6281
9118 #: config/tc-mips.c:6292
9119 msgid "No .cprestore pseudo-op used in PIC code"
9120 msgstr ""
9121
9122 #: config/tc-mips.c:6153 config/tc-mips.c:6286
9123 msgid "No .frame pseudo-op used in PIC code"
9124 msgstr ""
9125
9126 #: config/tc-mips.c:6307
9127 msgid "Non-PIC jump used in PIC library"
9128 msgstr ""
9129
9130 #: config/tc-mips.c:6470 config/tc-mips.c:7346
9131 #, c-format
9132 msgid "opcode not supported on this processor: %s"
9133 msgstr ""
9134
9135 #: config/tc-mips.c:7552 config/tc-mips.c:7583 config/tc-mips.c:7634
9136 #: config/tc-mips.c:7664
9137 msgid "Improper rotate count"
9138 msgstr ""
9139
9140 #: config/tc-mips.c:7714
9141 #, c-format
9142 msgid "Instruction %s: result is always false"
9143 msgstr ""
9144
9145 #: config/tc-mips.c:7875
9146 #, c-format
9147 msgid "Instruction %s: result is always true"
9148 msgstr ""
9149
9150 #. FIXME: Check if this is one of the itbl macros, since they
9151 #. are added dynamically.
9152 #: config/tc-mips.c:8195
9153 #, c-format
9154 msgid "Macro %s not implemented yet"
9155 msgstr ""
9156
9157 #: config/tc-mips.c:8445
9158 #, c-format
9159 msgid "internal: bad mips opcode (mask error): %s %s"
9160 msgstr ""
9161
9162 #: config/tc-mips.c:8485 config/tc-mips.c:9296
9163 #, c-format
9164 msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"
9165 msgstr ""
9166
9167 #: config/tc-mips.c:8564
9168 #, c-format
9169 msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s"
9170 msgstr ""
9171
9172 #: config/tc-mips.c:8571
9173 #, c-format
9174 msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s"
9175 msgstr ""
9176
9177 #: config/tc-mips.c:8694 config/tc-mips.c:8702 config/tc-mips.c:10165
9178 #: config/tc-score.c:2696 config/tc-score.c:2742
9179 msgid "unrecognized opcode"
9180 msgstr ""
9181
9182 #: config/tc-mips.c:8729 config/tc-mips.c:10191
9183 #, c-format
9184 msgid "opcode not supported on this processor: %s (%s)"
9185 msgstr ""
9186
9187 #: config/tc-mips.c:8763
9188 #, c-format
9189 msgid "BALIGN immediate not 1 or 3 (%lu)"
9190 msgstr ""
9191
9192 #: config/tc-mips.c:8776 config/tc-mips.c:8789 config/tc-mips.c:8802
9193 #: config/tc-mips.c:8815 config/tc-mips.c:8841 config/tc-mips.c:8885
9194 #, c-format
9195 msgid "DSP immediate not in range 0..%d (%lu)"
9196 msgstr ""
9197
9198 #: config/tc-mips.c:8833 config/tc-mips.c:8860
9199 msgid "Invalid dsp acc register"
9200 msgstr ""
9201
9202 #: config/tc-mips.c:8871 config/tc-mips.c:8902 config/tc-mips.c:8919
9203 #, c-format
9204 msgid "DSP immediate not in range %ld..%ld (%ld)"
9205 msgstr ""
9206
9207 #: config/tc-mips.c:8932
9208 #, c-format
9209 msgid "MT usermode bit not 0 or 1 (%lu)"
9210 msgstr ""
9211
9212 #: config/tc-mips.c:8943
9213 #, c-format
9214 msgid "MT load high bit not 0 or 1 (%lu)"
9215 msgstr ""
9216
9217 #: config/tc-mips.c:8960 config/tc-mips.c:8973
9218 msgid "Invalid dsp/smartmips acc register"
9219 msgstr ""
9220
9221 #: config/tc-mips.c:9038
9222 #, c-format
9223 msgid "Illegal %s number (%lu, 0x%lx)"
9224 msgstr ""
9225
9226 #: config/tc-mips.c:9151 config/tc-mips.c:9704
9227 msgid "absolute expression required"
9228 msgstr ""
9229
9230 #: config/tc-mips.c:9174
9231 #, c-format
9232 msgid "Invalid register number (%d)"
9233 msgstr ""
9234
9235 #: config/tc-mips.c:9182
9236 msgid "Invalid coprocessor 0 register number"
9237 msgstr ""
9238
9239 #: config/tc-mips.c:9192
9240 #, c-format
9241 msgid "Improper bit index (%lu)"
9242 msgstr ""
9243
9244 #: config/tc-mips.c:9253 config/tc-mips.c:9270
9245 #, c-format
9246 msgid "Improper size (%lu)"
9247 msgstr ""
9248
9249 #: config/tc-mips.c:9286
9250 #, c-format
9251 msgid "Improper immediate (%ld)"
9252 msgstr ""
9253
9254 #: config/tc-mips.c:9313
9255 #, c-format
9256 msgid "Improper shift amount (%lu)"
9257 msgstr ""
9258
9259 #: config/tc-mips.c:9337 config/tc-mips.c:10512 config/tc-mips.c:10765
9260 #, c-format
9261 msgid "Invalid value for `%s' (%lu)"
9262 msgstr ""
9263
9264 #: config/tc-mips.c:9354
9265 #, c-format
9266 msgid "Code for %s not in range 0..1023 (%lu)"
9267 msgstr ""
9268
9269 #: config/tc-mips.c:9366
9270 #, c-format
9271 msgid "Lower code for %s not in range 0..1023 (%lu)"
9272 msgstr ""
9273
9274 #: config/tc-mips.c:9378
9275 #, c-format
9276 msgid "Code for %s not in range 0..1048575 (%lu)"
9277 msgstr ""
9278
9279 #: config/tc-mips.c:9391
9280 #, c-format
9281 msgid "Coproccesor code > 25 bits (%lu)"
9282 msgstr ""
9283
9284 #: config/tc-mips.c:9405
9285 #, c-format
9286 msgid "Illegal 19-bit code (%lu)"
9287 msgstr ""
9288
9289 #: config/tc-mips.c:9418
9290 #, c-format
9291 msgid "Invalid performance register (%lu)"
9292 msgstr ""
9293
9294 #: config/tc-mips.c:9461 config/tc-mips.c:10372
9295 msgid "used $at without \".set noat\""
9296 msgstr ""
9297
9298 #: config/tc-mips.c:9463 config/tc-mips.c:10374
9299 #, c-format
9300 msgid "used $%u with \".set at=$%u\""
9301 msgstr ""
9302
9303 #: config/tc-mips.c:9489
9304 msgid "source and destination must be different"
9305 msgstr ""
9306
9307 #: config/tc-mips.c:9494
9308 msgid "a destination register must be supplied"
9309 msgstr ""
9310
9311 #: config/tc-mips.c:9563
9312 #, c-format
9313 msgid "Improper align amount (%ld), using low bits"
9314 msgstr ""
9315
9316 #: config/tc-mips.c:9577
9317 #, c-format
9318 msgid "Invalid MDMX Immediate (%ld)"
9319 msgstr ""
9320
9321 #: config/tc-mips.c:9615
9322 #, c-format
9323 msgid "Float register should be even, was %d"
9324 msgstr ""
9325
9326 #: config/tc-mips.c:9654
9327 #, c-format
9328 msgid "Bad element selector %ld"
9329 msgstr ""
9330
9331 #: config/tc-mips.c:9662
9332 #, c-format
9333 msgid "Expecting ']' found '%s'"
9334 msgstr ""
9335
9336 #: config/tc-mips.c:9768
9337 #, c-format
9338 msgid "Bad floating point constant: %s"
9339 msgstr ""
9340
9341 #: config/tc-mips.c:9888
9342 msgid "Can't use floating point insn in this section"
9343 msgstr ""
9344
9345 #: config/tc-mips.c:9949
9346 msgid "expression out of range"
9347 msgstr ""
9348
9349 #: config/tc-mips.c:9989
9350 msgid "lui expression not in range 0..65535"
9351 msgstr ""
9352
9353 #: config/tc-mips.c:10010
9354 #, c-format
9355 msgid "Condition code register should be even for %s, was %d"
9356 msgstr ""
9357
9358 #: config/tc-mips.c:10015
9359 #, c-format
9360 msgid "Condition code register should be 0 or 4 for %s, was %d"
9361 msgstr ""
9362
9363 #: config/tc-mips.c:10041
9364 msgid "invalid coprocessor sub-selection value (0-7)"
9365 msgstr ""
9366
9367 #: config/tc-mips.c:10053 config/tc-mips.c:10070
9368 #, c-format
9369 msgid "bad byte vector index (%ld)"
9370 msgstr ""
9371
9372 #: config/tc-mips.c:10081
9373 #, c-format
9374 msgid "bad char = '%c'\n"
9375 msgstr ""
9376
9377 #: config/tc-mips.c:10092 config/tc-mips.c:10097 config/tc-mips.c:10790
9378 msgid "illegal operands"
9379 msgstr ""
9380
9381 #: config/tc-mips.c:10548 config/tc-mips.c:10629 config/tc-mips.c:10644
9382 msgid "can't parse register list"
9383 msgstr ""
9384
9385 #: config/tc-mips.c:10617
9386 msgid "more than one frame size in list"
9387 msgstr ""
9388
9389 #: config/tc-mips.c:10672
9390 msgid "unexpected register in list"
9391 msgstr ""
9392
9393 #: config/tc-mips.c:10682
9394 msgid "arg/static registers overlap"
9395 msgstr ""
9396
9397 #: config/tc-mips.c:10700
9398 msgid "invalid arg register list"
9399 msgstr ""
9400
9401 #: config/tc-mips.c:10709 config/tc-mips.c:10732
9402 msgid "invalid static register list"
9403 msgstr ""
9404
9405 #: config/tc-mips.c:10739
9406 msgid "missing frame size"
9407 msgstr ""
9408
9409 #: config/tc-mips.c:10742
9410 msgid "invalid frame size"
9411 msgstr ""
9412
9413 #: config/tc-mips.c:10908
9414 msgid "extended operand requested but not required"
9415 msgstr ""
9416
9417 #: config/tc-mips.c:10910
9418 msgid "invalid unextended operand value"
9419 msgstr ""
9420
9421 #: config/tc-mips.c:10938
9422 msgid "operand value out of range for instruction"
9423 msgstr ""
9424
9425 #: config/tc-mips.c:11043
9426 #, c-format
9427 msgid "relocation %s isn't supported by the current ABI"
9428 msgstr ""
9429
9430 #: config/tc-mips.c:11099
9431 msgid "unclosed '('"
9432 msgstr ""
9433
9434 #: config/tc-mips.c:11374
9435 #, c-format
9436 msgid "A different %s was already specified, is now %s"
9437 msgstr ""
9438
9439 #: config/tc-mips.c:11621
9440 msgid "-call_shared is supported only for ELF format"
9441 msgstr ""
9442
9443 #: config/tc-mips.c:11631
9444 msgid "-call_nonpic is supported only for ELF format"
9445 msgstr ""
9446
9447 #: config/tc-mips.c:11641
9448 msgid "-non_shared is supported only for ELF format"
9449 msgstr ""
9450
9451 #: config/tc-mips.c:11674
9452 msgid "-n32 is supported for ELF format only"
9453 msgstr ""
9454
9455 #: config/tc-mips.c:11683
9456 msgid "-64 is supported for ELF format only"
9457 msgstr ""
9458
9459 #: config/tc-mips.c:11688 config/tc-mips.c:11741
9460 msgid "No compiled in support for 64 bit object file format"
9461 msgstr ""
9462
9463 #: config/tc-mips.c:11728
9464 msgid "-mabi is supported for ELF format only"
9465 msgstr ""
9466
9467 #: config/tc-mips.c:11748
9468 #, c-format
9469 msgid "invalid abi -mabi=%s"
9470 msgstr ""
9471
9472 #: config/tc-mips.c:11826
9473 msgid "-G not supported in this configuration."
9474 msgstr ""
9475
9476 #: config/tc-mips.c:11852
9477 #, c-format
9478 msgid "-%s conflicts with the other architecture options, which imply -%s"
9479 msgstr ""
9480
9481 #: config/tc-mips.c:11864
9482 #, c-format
9483 msgid "-march=%s is not compatible with the selected ABI"
9484 msgstr ""
9485
9486 #: config/tc-mips.c:11883
9487 msgid "-mgp64 used with a 32-bit processor"
9488 msgstr ""
9489
9490 #: config/tc-mips.c:11885
9491 msgid "-mgp32 used with a 64-bit ABI"
9492 msgstr ""
9493
9494 #: config/tc-mips.c:11887
9495 msgid "-mgp64 used with a 32-bit ABI"
9496 msgstr ""
9497
9498 #: config/tc-mips.c:11925
9499 msgid "-mfp64 used with a 32-bit fpu"
9500 msgstr ""
9501
9502 #: config/tc-mips.c:11928
9503 msgid "-mfp64 used with a 32-bit ABI"
9504 msgstr ""
9505
9506 #: config/tc-mips.c:11932
9507 msgid "-mfp32 used with a 64-bit ABI"
9508 msgstr ""
9509
9510 #: config/tc-mips.c:11946
9511 msgid "trap exception not supported at ISA 1"
9512 msgstr ""
9513
9514 #: config/tc-mips.c:11956
9515 msgid "-mfp32 used with -mips3d"
9516 msgstr ""
9517
9518 #: config/tc-mips.c:11962
9519 msgid "-mfp32 used with -mdmx"
9520 msgstr ""
9521
9522 #: config/tc-mips.c:11967
9523 #, c-format
9524 msgid "%s ISA does not support SmartMIPS"
9525 msgstr ""
9526
9527 #: config/tc-mips.c:11973 config/tc-mips.c:12918
9528 #, c-format
9529 msgid "%s ISA does not support DSP ASE"
9530 msgstr ""
9531
9532 #: config/tc-mips.c:11982 config/tc-mips.c:12931
9533 #, c-format
9534 msgid "%s ISA does not support DSP R2 ASE"
9535 msgstr ""
9536
9537 #: config/tc-mips.c:11988 config/tc-mips.c:12944
9538 #, c-format
9539 msgid "%s ISA does not support MT ASE"
9540 msgstr ""
9541
9542 #: config/tc-mips.c:12037
9543 msgid "PC relative MIPS16 instruction references a different section"
9544 msgstr ""
9545
9546 #: config/tc-mips.c:12335 config/tc-sparc.c:3184 config/tc-sparc.c:3191
9547 #: config/tc-sparc.c:3198 config/tc-sparc.c:3205 config/tc-sparc.c:3212
9548 #: config/tc-sparc.c:3221 config/tc-sparc.c:3232 config/tc-sparc.c:3254
9549 #: config/tc-sparc.c:3278 write.c:1122
9550 msgid "relocation overflow"
9551 msgstr ""
9552
9553 #: config/tc-mips.c:12345
9554 #, c-format
9555 msgid "Branch to misaligned address (%lx)"
9556 msgstr ""
9557
9558 #: config/tc-mips.c:12392
9559 msgid "Branch out of range"
9560 msgstr ""
9561
9562 #: config/tc-mips.c:12474
9563 #, c-format
9564 msgid "Alignment too large: %d. assumed."
9565 msgstr ""
9566
9567 #: config/tc-mips.c:12477
9568 msgid "Alignment negative: 0 assumed."
9569 msgstr ""
9570
9571 #: config/tc-mips.c:12723
9572 #, c-format
9573 msgid "%s: no such section"
9574 msgstr ""
9575
9576 #: config/tc-mips.c:12772
9577 #, c-format
9578 msgid ".option pic%d not supported"
9579 msgstr ""
9580
9581 #: config/tc-mips.c:12777 config/tc-mips.c:13084
9582 msgid "-G may not be used with SVR4 PIC code"
9583 msgstr ""
9584
9585 #: config/tc-mips.c:12783
9586 #, c-format
9587 msgid "Unrecognized option \"%s\""
9588 msgstr ""
9589
9590 #: config/tc-mips.c:12843
9591 msgid "`noreorder' must be set before `nomacro'"
9592 msgstr ""
9593
9594 #: config/tc-mips.c:12869
9595 #, c-format
9596 msgid "%s isa does not support 64-bit registers"
9597 msgstr ""
9598
9599 #: config/tc-mips.c:12880
9600 #, c-format
9601 msgid "%s isa does not support 64-bit floating point registers"
9602 msgstr ""
9603
9604 #: config/tc-mips.c:12901
9605 #, c-format
9606 msgid "%s ISA does not support SmartMIPS ASE"
9607 msgstr ""
9608
9609 #: config/tc-mips.c:12968
9610 #, c-format
9611 msgid "unknown architecture %s"
9612 msgstr ""
9613
9614 #: config/tc-mips.c:12981 config/tc-mips.c:13011
9615 #, c-format
9616 msgid "unknown ISA level %s"
9617 msgstr ""
9618
9619 #: config/tc-mips.c:12989
9620 #, c-format
9621 msgid "unknown ISA or architecture %s"
9622 msgstr ""
9623
9624 #: config/tc-mips.c:13039
9625 msgid ".set pop with no .set push"
9626 msgstr ""
9627
9628 #: config/tc-mips.c:13068
9629 #, c-format
9630 msgid "Tried to set unrecognized symbol: %s\n"
9631 msgstr ""
9632
9633 #: config/tc-mips.c:13126
9634 msgid ".cpload not in noreorder section"
9635 msgstr ""
9636
9637 #: config/tc-mips.c:13194 config/tc-mips.c:13213
9638 msgid "missing argument separator ',' for .cpsetup"
9639 msgstr ""
9640
9641 #: config/tc-mips.c:13371
9642 #, c-format
9643 msgid "Unsupported use of %s"
9644 msgstr ""
9645
9646 #: config/tc-mips.c:13453 config/tc-score.c:6036
9647 msgid "Unsupported use of .gpword"
9648 msgstr ""
9649
9650 #: config/tc-mips.c:13493
9651 msgid "Unsupported use of .gpdword"
9652 msgstr ""
9653
9654 #: config/tc-mips.c:13587
9655 #, c-format
9656 msgid "ignoring attempt to redefine symbol %s"
9657 msgstr ""
9658
9659 #: config/tc-mips.c:13602 ecoff.c:3368
9660 msgid "bad .weakext directive"
9661 msgstr ""
9662
9663 #: config/tc-mips.c:13838
9664 msgid "unsupported PC relative reference to different section"
9665 msgstr ""
9666
9667 #: config/tc-mips.c:13951 config/tc-xtensa.c:1583 config/tc-xtensa.c:1858
9668 msgid "unsupported relocation"
9669 msgstr ""
9670
9671 #: config/tc-mips.c:14200 config/tc-pdp11.c:1431
9672 #, c-format
9673 msgid "Can not represent %s relocation in this object file format"
9674 msgstr ""
9675
9676 #: config/tc-mips.c:14285
9677 msgid "relaxed out-of-range branch into a jump"
9678 msgstr ""
9679
9680 #: config/tc-mips.c:14819
9681 msgid "missing .end at end of assembly"
9682 msgstr ""
9683
9684 #: config/tc-mips.c:14834 config/tc-score.c:5645
9685 msgid "expected simple number"
9686 msgstr ""
9687
9688 #: config/tc-mips.c:14862 config/tc-score.c:5672
9689 msgid "invalid number"
9690 msgstr ""
9691
9692 #: config/tc-mips.c:15033 config/tc-score.c:5711
9693 msgid "missing .end"
9694 msgstr ""
9695
9696 #: config/tc-mips.c:15085
9697 msgid "Bad .frame directive"
9698 msgstr ""
9699
9700 #: config/tc-mips.c:15117
9701 msgid ".mask/.fmask outside of .ent"
9702 msgstr ""
9703
9704 #: config/tc-mips.c:15124
9705 msgid "Bad .mask/.fmask directive"
9706 msgstr ""
9707
9708 #: config/tc-mips.c:15399
9709 #, c-format
9710 msgid "Bad value (%s) for %s"
9711 msgstr ""
9712
9713 #: config/tc-mips.c:15463
9714 #, c-format
9715 msgid ""
9716 "MIPS options:\n"
9717 "-EB\t\t\tgenerate big endian output\n"
9718 "-EL\t\t\tgenerate little endian output\n"
9719 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
9720 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
9721 "\t\t\timplicitly with the gp register [default 8]\n"
9722 msgstr ""
9723
9724 #: config/tc-mips.c:15470
9725 #, c-format
9726 msgid ""
9727 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
9728 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
9729 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
9730 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
9731 "-mips5 generate MIPS ISA V instructions\n"
9732 "-mips32 generate MIPS32 ISA instructions\n"
9733 "-mips32r2 generate MIPS32 release 2 ISA instructions\n"
9734 "-mips64 generate MIPS64 ISA instructions\n"
9735 "-mips64r2 generate MIPS64 release 2 ISA instructions\n"
9736 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
9737 msgstr ""
9738
9739 #: config/tc-mips.c:15489
9740 #, c-format
9741 msgid ""
9742 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
9743 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
9744 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
9745 msgstr ""
9746
9747 #: config/tc-mips.c:15502
9748 #, c-format
9749 msgid ""
9750 "-mips16\t\t\tgenerate mips16 instructions\n"
9751 "-no-mips16\t\tdo not generate mips16 instructions\n"
9752 msgstr ""
9753
9754 #: config/tc-mips.c:15505
9755 #, c-format
9756 msgid ""
9757 "-msmartmips\t\tgenerate smartmips instructions\n"
9758 "-mno-smartmips\t\tdo not generate smartmips instructions\n"
9759 msgstr ""
9760
9761 #: config/tc-mips.c:15508
9762 #, c-format
9763 msgid ""
9764 "-mdsp\t\t\tgenerate DSP instructions\n"
9765 "-mno-dsp\t\tdo not generate DSP instructions\n"
9766 msgstr ""
9767
9768 #: config/tc-mips.c:15511
9769 #, c-format
9770 msgid ""
9771 "-mdspr2\t\t\tgenerate DSP R2 instructions\n"
9772 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
9773 msgstr ""
9774
9775 #: config/tc-mips.c:15514
9776 #, c-format
9777 msgid ""
9778 "-mmt\t\t\tgenerate MT instructions\n"
9779 "-mno-mt\t\t\tdo not generate MT instructions\n"
9780 msgstr ""
9781
9782 #: config/tc-mips.c:15517
9783 #, c-format
9784 msgid ""
9785 "-mfix-vr4120\t\twork around certain VR4120 errata\n"
9786 "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
9787 "-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
9788 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
9789 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
9790 "-msym32\t\t\tassume all symbols have 32-bit values\n"
9791 "-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
9792 "-O\t\t\tremove unneeded NOPs and swap branches\n"
9793 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
9794 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
9795 msgstr ""
9796
9797 #: config/tc-mips.c:15528
9798 #, c-format
9799 msgid ""
9800 "-mhard-float\t\tallow floating-point instructions\n"
9801 "-msoft-float\t\tdo not allow floating-point instructions\n"
9802 "-msingle-float\t\tonly allow 32-bit floating-point operations\n"
9803 "-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
9804 "--[no-]construct-floats [dis]allow floating point values to be constructed\n"
9805 msgstr ""
9806
9807 #: config/tc-mips.c:15536
9808 #, c-format
9809 msgid ""
9810 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
9811 "-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
9812 "-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
9813 "-non_shared\t\tdo not generate code that can operate with DSOs\n"
9814 "-xgot\t\t\tassume a 32 bit GOT\n"
9815 "-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
9816 "-mshared, -mno-shared disable/enable .cpload optimization for\n"
9817 " position dependent (non shared) code\n"
9818 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
9819 msgstr ""
9820
9821 #: config/tc-mips.c:15557
9822 #, c-format
9823 msgid ""
9824 "-32\t\t\tcreate o32 ABI object file (default)\n"
9825 "-n32\t\t\tcreate n32 ABI object file\n"
9826 "-64\t\t\tcreate 64 ABI object file\n"
9827 msgstr ""
9828
9829 #: config/tc-mmix.c:693
9830 #, c-format
9831 msgid " MMIX-specific command line options:\n"
9832 msgstr ""
9833
9834 #: config/tc-mmix.c:694
9835 #, c-format
9836 msgid ""
9837 " -fixed-special-register-names\n"
9838 " Allow only the original special register names.\n"
9839 msgstr ""
9840
9841 #: config/tc-mmix.c:697
9842 #, c-format
9843 msgid " -globalize-symbols Make all symbols global.\n"
9844 msgstr ""
9845
9846 #: config/tc-mmix.c:699
9847 #, c-format
9848 msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n"
9849 msgstr ""
9850
9851 #: config/tc-mmix.c:701
9852 #, c-format
9853 msgid " -relax Create linker relaxable code.\n"
9854 msgstr ""
9855
9856 #: config/tc-mmix.c:703
9857 #, c-format
9858 msgid ""
9859 " -no-predefined-syms Do not provide mmixal built-in constants.\n"
9860 " Implies -fixed-special-register-names.\n"
9861 msgstr ""
9862
9863 #: config/tc-mmix.c:706
9864 #, c-format
9865 msgid ""
9866 " -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n"
9867 " into multiple instructions.\n"
9868 msgstr ""
9869
9870 #: config/tc-mmix.c:709
9871 #, c-format
9872 msgid " -no-merge-gregs Do not merge GREG definitions with nearby values.\n"
9873 msgstr ""
9874
9875 #: config/tc-mmix.c:711
9876 #, c-format
9877 msgid " -linker-allocated-gregs If there's no suitable GREG definition for the operands of an instruction, let the linker resolve.\n"
9878 msgstr ""
9879
9880 #: config/tc-mmix.c:714
9881 #, c-format
9882 msgid ""
9883 " -x Do not warn when an operand to GETA, a branch,\n"
9884 " PUSHJ or JUMP is not known to be within range.\n"
9885 " The linker will catch any errors. Implies\n"
9886 " -linker-allocated-gregs."
9887 msgstr ""
9888
9889 #: config/tc-mmix.c:840
9890 #, c-format
9891 msgid "unknown opcode: `%s'"
9892 msgstr ""
9893
9894 #: config/tc-mmix.c:962 config/tc-mmix.c:977
9895 msgid "specified location wasn't TETRA-aligned"
9896 msgstr ""
9897
9898 #: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4109
9899 #: config/tc-mmix.c:4125
9900 msgid "unaligned data at an absolute location is not supported"
9901 msgstr ""
9902
9903 #: config/tc-mmix.c:1089
9904 #, c-format
9905 msgid "invalid operand to opcode %s: `%s'"
9906 msgstr ""
9907
9908 #: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171
9909 #: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224
9910 #: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318
9911 #: config/tc-mmix.c:1419 config/tc-mmix.c:1444 config/tc-mmix.c:1476
9912 #: config/tc-mmix.c:1508 config/tc-mmix.c:1538 config/tc-mmix.c:1591
9913 #: config/tc-mmix.c:1608 config/tc-mmix.c:1635 config/tc-mmix.c:1663
9914 #: config/tc-mmix.c:1690 config/tc-mmix.c:1716 config/tc-mmix.c:1732
9915 #: config/tc-mmix.c:1758 config/tc-mmix.c:1774 config/tc-mmix.c:1790
9916 #: config/tc-mmix.c:1853 config/tc-mmix.c:1869
9917 #, c-format
9918 msgid "invalid operands to opcode %s: `%s'"
9919 msgstr ""
9920
9921 #: config/tc-mmix.c:1846
9922 #, c-format
9923 msgid "unsupported operands to %s: `%s'"
9924 msgstr ""
9925
9926 #: config/tc-mmix.c:1971
9927 msgid "internal: mmix_prefix_name but empty prefix"
9928 msgstr ""
9929
9930 #: config/tc-mmix.c:2015
9931 #, c-format
9932 msgid "too many GREG registers allocated (max %d)"
9933 msgstr ""
9934
9935 #: config/tc-mmix.c:2073
9936 msgid "BSPEC already active. Nesting is not supported."
9937 msgstr ""
9938
9939 #: config/tc-mmix.c:2082
9940 msgid "invalid BSPEC expression"
9941 msgstr ""
9942
9943 #: config/tc-mmix.c:2098
9944 #, c-format
9945 msgid "can't create section %s"
9946 msgstr ""
9947
9948 #: config/tc-mmix.c:2103
9949 #, c-format
9950 msgid "can't set section flags for section %s"
9951 msgstr ""
9952
9953 #: config/tc-mmix.c:2124
9954 msgid "ESPEC without preceding BSPEC"
9955 msgstr ""
9956
9957 #: config/tc-mmix.c:2153
9958 msgid "missing local expression"
9959 msgstr ""
9960
9961 #: config/tc-mmix.c:2363
9962 msgid "operand out of range, instruction expanded"
9963 msgstr ""
9964
9965 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
9966 #. user-friendly, though a little bit non-substantial.
9967 #: config/tc-mmix.c:2614
9968 msgid "directive LOCAL must be placed in code or data"
9969 msgstr ""
9970
9971 #: config/tc-mmix.c:2615
9972 msgid "internal confusion: relocation in a section without contents"
9973 msgstr ""
9974
9975 #: config/tc-mmix.c:2729
9976 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
9977 msgstr ""
9978
9979 #: config/tc-mmix.c:2777
9980 msgid "no suitable GREG definition for operands"
9981 msgstr ""
9982
9983 #: config/tc-mmix.c:2836
9984 msgid "operands were not reducible at assembly-time"
9985 msgstr ""
9986
9987 #: config/tc-mmix.c:2863
9988 #, c-format
9989 msgid "cannot generate relocation type for symbol %s, code %s"
9990 msgstr ""
9991
9992 #: config/tc-mmix.c:2883
9993 #, c-format
9994 msgid "internal: unhandled label %s"
9995 msgstr ""
9996
9997 #: config/tc-mmix.c:2913
9998 msgid "[0-9]H labels may not appear alone on a line"
9999 msgstr ""
10000
10001 #: config/tc-mmix.c:2922
10002 msgid "[0-9]H labels do not mix with dot-pseudos"
10003 msgstr ""
10004
10005 #: config/tc-mmix.c:3010
10006 msgid "invalid characters in input"
10007 msgstr ""
10008
10009 #: config/tc-mmix.c:3116
10010 msgid "empty label field for IS"
10011 msgstr ""
10012
10013 #: config/tc-mmix.c:3442
10014 #, c-format
10015 msgid "internal: unexpected relax type %d:%d"
10016 msgstr ""
10017
10018 #: config/tc-mmix.c:3465
10019 msgid "BSPEC without ESPEC."
10020 msgstr ""
10021
10022 #: config/tc-mmix.c:3670
10023 msgid "GREG expression too complicated"
10024 msgstr ""
10025
10026 #: config/tc-mmix.c:3685
10027 msgid "internal: GREG expression not resolved to section"
10028 msgstr ""
10029
10030 #: config/tc-mmix.c:3734
10031 msgid "register section has contents\n"
10032 msgstr ""
10033
10034 #: config/tc-mmix.c:3861
10035 msgid "section change from within a BSPEC/ESPEC pair is not supported"
10036 msgstr ""
10037
10038 #: config/tc-mmix.c:3882
10039 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
10040 msgstr ""
10041
10042 #: config/tc-mmix.c:3893
10043 msgid "invalid LOC expression"
10044 msgstr ""
10045
10046 #: config/tc-mmix.c:3920 config/tc-mmix.c:3947
10047 msgid "LOC expression stepping backwards is not supported"
10048 msgstr ""
10049
10050 #. We will only get here in rare cases involving #NO_APP,
10051 #. where the unterminated string is not recognized by the
10052 #. preformatting pass.
10053 #: config/tc-mmix.c:4031 config/tc-mmix.c:4191 config/tc-z80.c:1691
10054 msgid "unterminated string"
10055 msgstr ""
10056
10057 #: config/tc-mmix.c:4048
10058 msgid "BYTE expression not a pure number"
10059 msgstr ""
10060
10061 #. Note that mmixal does not allow negative numbers in
10062 #. BYTE sequences, so neither should we.
10063 #: config/tc-mmix.c:4057
10064 msgid "BYTE expression not in the range 0..255"
10065 msgstr ""
10066
10067 #: config/tc-mmix.c:4107 config/tc-mmix.c:4123
10068 msgid "data item with alignment larger than location"
10069 msgstr ""
10070
10071 #. Since integer_constant is local to expr.c, we have to make this a
10072 #. macro. FIXME: Do it cleaner.
10073 #: config/tc-mmix.h:105
10074 msgid "`&' serial number operator is not supported"
10075 msgstr ""
10076
10077 #: config/tc-mn10200.c:304
10078 #, c-format
10079 msgid ""
10080 "MN10200 options:\n"
10081 "none yet\n"
10082 msgstr ""
10083
10084 #: config/tc-mn10300.c:441
10085 #, c-format
10086 msgid ""
10087 "MN10300 assembler options:\n"
10088 "none yet\n"
10089 msgstr ""
10090
10091 #: config/tc-mn10300.c:1266
10092 msgid "Invalid opcode/operands"
10093 msgstr ""
10094
10095 #: config/tc-mn10300.c:1791
10096 msgid "Invalid register specification."
10097 msgstr ""
10098
10099 #: config/tc-mn10300.c:2383
10100 #, c-format
10101 msgid "Bad relocation fixup type (%d)"
10102 msgstr ""
10103
10104 #: config/tc-moxie.c:100
10105 msgid "expecting register"
10106 msgstr ""
10107
10108 #: config/tc-moxie.c:119 config/tc-moxie.c:135
10109 msgid "illegal register number"
10110 msgstr ""
10111
10112 #: config/tc-moxie.c:184 config/tc-pj.c:260
10113 #, c-format
10114 msgid "unknown opcode %s"
10115 msgstr ""
10116
10117 #: config/tc-moxie.c:202 config/tc-moxie.c:221 config/tc-moxie.c:312
10118 #: config/tc-moxie.c:358
10119 msgid "expecting comma delimited register operands"
10120 msgstr ""
10121
10122 #: config/tc-moxie.c:228 config/tc-moxie.c:288 config/tc-moxie.c:300
10123 #: config/tc-moxie.c:333 config/tc-moxie.c:365 config/tc-moxie.c:398
10124 #: config/tc-moxie.c:452 config/tc-moxie.c:506 config/tc-moxie.c:516
10125 #: config/tc-moxie.c:544 config/tc-pj.c:307
10126 msgid "extra stuff on line ignored"
10127 msgstr ""
10128
10129 #: config/tc-moxie.c:248 config/tc-moxie.c:388 config/tc-moxie.c:418
10130 #: config/tc-moxie.c:493
10131 msgid "expecting comma delimited operands"
10132 msgstr ""
10133
10134 #: config/tc-moxie.c:316 config/tc-moxie.c:344
10135 msgid "expecting indirect register `($rA)'"
10136 msgstr ""
10137
10138 #: config/tc-moxie.c:324 config/tc-moxie.c:352 config/tc-moxie.c:443
10139 #: config/tc-moxie.c:485
10140 msgid "missing closing parenthesis"
10141 msgstr ""
10142
10143 #: config/tc-moxie.c:435 config/tc-moxie.c:477
10144 msgid "expecting indirect register `($rX)'"
10145 msgstr ""
10146
10147 #: config/tc-moxie.c:547 config/tc-pj.c:312
10148 msgid "Something forgot to clean up\n"
10149 msgstr ""
10150
10151 #: config/tc-moxie.c:651
10152 msgid "pcrel too far BFD_RELOC_MOXIE_10"
10153 msgstr ""
10154
10155 #: config/tc-msp430.c:547
10156 msgid ".profiler pseudo requires at least two operands."
10157 msgstr ""
10158
10159 #: config/tc-msp430.c:606
10160 msgid "unknown profiling flag - ignored."
10161 msgstr ""
10162
10163 #: config/tc-msp430.c:622
10164 msgid "ambiguous flags combination - '.profiler' directive ignored."
10165 msgstr ""
10166
10167 #: config/tc-msp430.c:632
10168 msgid "profiling in absolute section?"
10169 msgstr ""
10170
10171 #: config/tc-msp430.c:721
10172 #, c-format
10173 msgid "Known MCU names:\n"
10174 msgstr ""
10175
10176 #: config/tc-msp430.c:724
10177 #, c-format
10178 msgid "\t %s\n"
10179 msgstr ""
10180
10181 #: config/tc-msp430.c:750
10182 #, c-format
10183 msgid "redefinition of mcu type %s' to %s'"
10184 msgstr ""
10185
10186 #: config/tc-msp430.c:793
10187 #, c-format
10188 msgid ""
10189 "MSP430 options:\n"
10190 " -mmcu=[msp430-name] select microcontroller type\n"
10191 " msp430x110 msp430x112\n"
10192 " msp430x1101 msp430x1111\n"
10193 " msp430x1121 msp430x1122 msp430x1132\n"
10194 " msp430x122 msp430x123\n"
10195 " msp430x1222 msp430x1232\n"
10196 " msp430x133 msp430x135\n"
10197 " msp430x1331 msp430x1351\n"
10198 " msp430x147 msp430x148 msp430x149\n"
10199 " msp430x155 msp430x156 msp430x157\n"
10200 " msp430x167 msp430x168 msp430x169\n"
10201 " msp430x1610 msp430x1611 msp430x1612\n"
10202 " msp430x311 msp430x312 msp430x313 msp430x314 msp430x315\n"
10203 " msp430x323 msp430x325\n"
10204 " msp430x336 msp430x337\n"
10205 " msp430x412 msp430x413 msp430x415 msp430x417\n"
10206 " msp430xE423 msp430xE425 msp430E427\n"
10207 " msp430xW423 msp430xW425 msp430W427\n"
10208 " msp430xG437 msp430xG438 msp430G439\n"
10209 " msp430x435 msp430x436 msp430x437\n"
10210 " msp430x447 msp430x448 msp430x449\n"
10211 msgstr ""
10212
10213 #: config/tc-msp430.c:816
10214 #, c-format
10215 msgid ""
10216 " -mQ - enable relaxation at assembly time. DANGEROUS!\n"
10217 " -mP - enable polymorph instructions\n"
10218 msgstr ""
10219
10220 #: config/tc-msp430.c:970
10221 #, c-format
10222 msgid "value %d out of range. Use #lo() or #hi()"
10223 msgstr ""
10224
10225 #: config/tc-msp430.c:1058
10226 #, c-format
10227 msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() "
10228 msgstr ""
10229
10230 #: config/tc-msp430.c:1109
10231 #, c-format
10232 msgid "Registers cannot be used within immediate expression [%s]"
10233 msgstr ""
10234
10235 #: config/tc-msp430.c:1111
10236 #, c-format
10237 msgid "unknown operand %s"
10238 msgstr ""
10239
10240 #: config/tc-msp430.c:1133 config/tc-msp430.c:1268
10241 #, c-format
10242 msgid "value out of range: %d"
10243 msgstr ""
10244
10245 #: config/tc-msp430.c:1144
10246 #, c-format
10247 msgid "Registers cannot be used within absolute expression [%s]"
10248 msgstr ""
10249
10250 #: config/tc-msp430.c:1146 config/tc-msp430.c:1289
10251 #, c-format
10252 msgid "unknown expression in operand %s"
10253 msgstr ""
10254
10255 #: config/tc-msp430.c:1160 config/tc-msp430.c:1167
10256 #, c-format
10257 msgid "unknown addressing mode %s"
10258 msgstr ""
10259
10260 #: config/tc-msp430.c:1175
10261 #, c-format
10262 msgid "Bad register name r%s"
10263 msgstr ""
10264
10265 #: config/tc-msp430.c:1187
10266 #, c-format
10267 msgid "MSP430 does not have %d registers"
10268 msgstr ""
10269
10270 #: config/tc-msp430.c:1207
10271 msgid "')' required"
10272 msgstr ""
10273
10274 #: config/tc-msp430.c:1220
10275 #, c-format
10276 msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
10277 msgstr ""
10278
10279 #: config/tc-msp430.c:1229
10280 #, c-format
10281 msgid "unknown operator (r%s substituted as a register name"
10282 msgstr ""
10283
10284 #: config/tc-msp430.c:1241 config/tc-msp430.c:1252
10285 #, c-format
10286 msgid "unknown operator %s"
10287 msgstr ""
10288
10289 #: config/tc-msp430.c:1246
10290 msgid "r2 should not be used in indexed addressing mode"
10291 msgstr ""
10292
10293 #: config/tc-msp430.c:1287
10294 #, c-format
10295 msgid "Registers cannot be used as a prefix of indexed expression [%s]"
10296 msgstr ""
10297
10298 #. Unreachable.
10299 #: config/tc-msp430.c:1336
10300 #, c-format
10301 msgid "unknown addressing mode for operand %s"
10302 msgstr ""
10303
10304 #: config/tc-msp430.c:1361
10305 #, c-format
10306 msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
10307 msgstr ""
10308
10309 #: config/tc-msp430.c:1371
10310 msgid "this addressing mode is not applicable for destination operand"
10311 msgstr ""
10312
10313 #: config/tc-msp430.c:1415
10314 #, c-format
10315 msgid "instruction %s requires %d operand(s)"
10316 msgstr ""
10317
10318 #: config/tc-msp430.c:1668
10319 #, c-format
10320 msgid "Even number required. Rounded to %d"
10321 msgstr ""
10322
10323 #: config/tc-msp430.c:1679
10324 #, c-format
10325 msgid "Wrong displacement %d"
10326 msgstr ""
10327
10328 #: config/tc-msp430.c:1696
10329 msgid "instruction requires label sans '$'"
10330 msgstr ""
10331
10332 #: config/tc-msp430.c:1701
10333 msgid "instruction requires label or value in range -511:512"
10334 msgstr ""
10335
10336 #: config/tc-msp430.c:1708 config/tc-msp430.c:1752 config/tc-msp430.c:1791
10337 msgid "instruction requires label"
10338 msgstr ""
10339
10340 #: config/tc-msp430.c:1716 config/tc-msp430.c:1758
10341 msgid "polymorphs are not enabled. Use -mP option to enable."
10342 msgstr ""
10343
10344 #: config/tc-msp430.c:1795
10345 msgid "Illegal instruction or not implemented opcode."
10346 msgstr ""
10347
10348 #: config/tc-msp430.c:2145
10349 #, c-format
10350 msgid "internal inconsistency problem in %s: insn %04lx"
10351 msgstr ""
10352
10353 #: config/tc-msp430.c:2175 config/tc-msp430.c:2198
10354 #, c-format
10355 msgid "internal inconsistency problem in %s: ext. insn %04lx"
10356 msgstr ""
10357
10358 #: config/tc-msp430.c:2210
10359 #, c-format
10360 msgid "internal inconsistency problem in %s: %lx"
10361 msgstr ""
10362
10363 #: config/tc-mt.c:151
10364 #, c-format
10365 msgid "MT specific command line options:\n"
10366 msgstr ""
10367
10368 #: config/tc-mt.c:152
10369 #, c-format
10370 msgid " -march=ms1-64-001 allow ms1-64-001 instructions\n"
10371 msgstr ""
10372
10373 #: config/tc-mt.c:153
10374 #, c-format
10375 msgid " -march=ms1-16-002 allow ms1-16-002 instructions (default)\n"
10376 msgstr ""
10377
10378 #: config/tc-mt.c:154
10379 #, c-format
10380 msgid " -march=ms1-16-003 allow ms1-16-003 instructions\n"
10381 msgstr ""
10382
10383 #: config/tc-mt.c:155
10384 #, c-format
10385 msgid " -march=ms2 allow ms2 instructions \n"
10386 msgstr ""
10387
10388 #: config/tc-mt.c:156
10389 #, c-format
10390 msgid " -nosched disable scheduling restrictions\n"
10391 msgstr ""
10392
10393 #: config/tc-mt.c:224
10394 #, c-format
10395 msgid "instruction %s may not follow another memory access instruction."
10396 msgstr ""
10397
10398 #: config/tc-mt.c:230
10399 #, c-format
10400 msgid "instruction %s may not follow another I/O instruction."
10401 msgstr ""
10402
10403 #: config/tc-mt.c:236
10404 #, c-format
10405 msgid "%s may not occupy the delay slot of another branch insn."
10406 msgstr ""
10407
10408 #: config/tc-mt.c:261
10409 #, c-format
10410 msgid "operand references R%ld of previous instrutcion."
10411 msgstr ""
10412
10413 #: config/tc-mt.c:267
10414 #, c-format
10415 msgid "operand references R%ld of instructcion before previous."
10416 msgstr ""
10417
10418 #: config/tc-mt.c:281 config/tc-mt.c:286
10419 #, c-format
10420 msgid "conditional branch or jal insn's operand references R%ld of previous arithmetic or logic insn."
10421 msgstr ""
10422
10423 #: config/tc-mt.c:348
10424 msgid "md_estimate_size_before_relax\n"
10425 msgstr ""
10426
10427 #: config/tc-ns32k.c:439
10428 msgid "Invalid syntax in PC-relative addressing mode"
10429 msgstr ""
10430
10431 #: config/tc-ns32k.c:463
10432 msgid "Invalid syntax in External addressing mode"
10433 msgstr ""
10434
10435 #: config/tc-ns32k.c:544
10436 msgid "Invalid syntax in Memory Relative addressing mode"
10437 msgstr ""
10438
10439 #: config/tc-ns32k.c:611
10440 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
10441 msgstr ""
10442
10443 #: config/tc-ns32k.c:616
10444 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
10445 msgstr ""
10446
10447 #: config/tc-ns32k.c:621
10448 msgid "Scaled-indexed addressing mode combined with scaled-index"
10449 msgstr ""
10450
10451 #: config/tc-ns32k.c:632
10452 msgid "Invalid or illegal addressing mode combined with scaled-index"
10453 msgstr ""
10454
10455 #: config/tc-ns32k.c:755
10456 msgid "Premature end of suffix -- Defaulting to d"
10457 msgstr ""
10458
10459 #: config/tc-ns32k.c:768
10460 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
10461 msgstr ""
10462
10463 #: config/tc-ns32k.c:813
10464 msgid "Very short instr to option, ie you can't do it on a NULLstr"
10465 msgstr ""
10466
10467 #: config/tc-ns32k.c:863
10468 msgid "No such entry in list. (cpu/mmu register)"
10469 msgstr ""
10470
10471 #: config/tc-ns32k.c:920
10472 msgid "Internal consistency error. check ns32k-opcode.h"
10473 msgstr ""
10474
10475 #: config/tc-ns32k.c:944
10476 msgid "Address of immediate operand"
10477 msgstr ""
10478
10479 #: config/tc-ns32k.c:945
10480 msgid "Invalid immediate write operand."
10481 msgstr ""
10482
10483 #: config/tc-ns32k.c:1075
10484 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
10485 msgstr ""
10486
10487 #: config/tc-ns32k.c:1108
10488 msgid "No such opcode"
10489 msgstr ""
10490
10491 #: config/tc-ns32k.c:1183
10492 msgid "Bad suffix, defaulting to d"
10493 msgstr ""
10494
10495 #: config/tc-ns32k.c:1210
10496 msgid "Too many operands passed to instruction"
10497 msgstr ""
10498
10499 #. Check error in default.
10500 #: config/tc-ns32k.c:1222
10501 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
10502 msgstr ""
10503
10504 #: config/tc-ns32k.c:1225
10505 msgid "Wrong number of operands"
10506 msgstr ""
10507
10508 #: config/tc-ns32k.c:1298
10509 #, c-format
10510 msgid "Can not do %d byte pc-relative relocation for storage type %d"
10511 msgstr ""
10512
10513 #: config/tc-ns32k.c:1301
10514 #, c-format
10515 msgid "Can not do %d byte relocation for storage type %d"
10516 msgstr ""
10517
10518 #: config/tc-ns32k.c:1393
10519 #, c-format
10520 msgid "value of %ld out of byte displacement range."
10521 msgstr ""
10522
10523 #: config/tc-ns32k.c:1403
10524 #, c-format
10525 msgid "value of %ld out of word displacement range."
10526 msgstr ""
10527
10528 #: config/tc-ns32k.c:1418
10529 #, c-format
10530 msgid "value of %ld out of double word displacement range."
10531 msgstr ""
10532
10533 #: config/tc-ns32k.c:1439
10534 #, c-format
10535 msgid "Internal logic error. line %d, file \"%s\""
10536 msgstr ""
10537
10538 #: config/tc-ns32k.c:1487
10539 #, c-format
10540 msgid "Internal logic error. line %d, file \"%s\""
10541 msgstr ""
10542
10543 #: config/tc-ns32k.c:1588
10544 msgid "Bit field out of range"
10545 msgstr ""
10546
10547 #: config/tc-ns32k.c:1688
10548 msgid "iif convert internal pcrel/binary"
10549 msgstr ""
10550
10551 #: config/tc-ns32k.c:1705
10552 msgid "Bignum too big for long"
10553 msgstr ""
10554
10555 #: config/tc-ns32k.c:1782
10556 msgid "iif convert internal pcrel/pointer"
10557 msgstr ""
10558
10559 #: config/tc-ns32k.c:1787
10560 msgid "Internal logic error in iif.iifP[n].type"
10561 msgstr ""
10562
10563 #. We cant relax this case.
10564 #: config/tc-ns32k.c:1823
10565 msgid "Can't relax difference"
10566 msgstr ""
10567
10568 #: config/tc-ns32k.c:1864
10569 msgid "Displacement too large for :d"
10570 msgstr ""
10571
10572 #: config/tc-ns32k.c:1877
10573 msgid "Internal logic error in iif.iifP[].type"
10574 msgstr ""
10575
10576 #. Fatal.
10577 #: config/tc-ns32k.c:1909
10578 #, c-format
10579 msgid "Can't hash %s: %s"
10580 msgstr ""
10581
10582 #: config/tc-ns32k.c:2145
10583 #, c-format
10584 msgid "invalid architecture option -m%s, ignored"
10585 msgstr ""
10586
10587 #: config/tc-ns32k.c:2158
10588 #, c-format
10589 msgid "invalid default displacement size \"%s\". Defaulting to %d."
10590 msgstr ""
10591
10592 #: config/tc-ns32k.c:2174
10593 #, c-format
10594 msgid ""
10595 "NS32K options:\n"
10596 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
10597 "--disp-size-default=<1|2|4>\n"
10598 msgstr ""
10599
10600 #: config/tc-ns32k.c:2249
10601 #, c-format
10602 msgid "Cannot find relocation type for symbol %s, code %d"
10603 msgstr ""
10604
10605 #: config/tc-or32.c:362
10606 #, c-format
10607 msgid "unknown opcode1: `%s'"
10608 msgstr ""
10609
10610 #: config/tc-or32.c:368
10611 #, c-format
10612 msgid "unknown opcode2 `%s'."
10613 msgstr ""
10614
10615 #: config/tc-or32.c:405
10616 #, c-format
10617 msgid "instruction not allowed: %s"
10618 msgstr ""
10619
10620 #: config/tc-or32.c:408
10621 #, c-format
10622 msgid "too many operands: %s"
10623 msgstr ""
10624
10625 #: config/tc-or32.c:492
10626 msgid "call/jmp target out of range (1)"
10627 msgstr ""
10628
10629 #: config/tc-or32.c:614
10630 msgid "call/jmp target out of range (2)"
10631 msgstr ""
10632
10633 #: config/tc-or32.c:633
10634 #, c-format
10635 msgid "bad relocation type: 0x%02x"
10636 msgstr ""
10637
10638 #: config/tc-or32.c:825
10639 msgid "invalid register in & expression"
10640 msgstr ""
10641
10642 #: config/tc-pdp11.c:339 config/tc-pdp11.c:357 config/tc-pdp11.c:382
10643 #: config/tc-pdp11.c:388 config/tc-pdp11.c:401
10644 msgid "Bad register name"
10645 msgstr ""
10646
10647 #: config/tc-pdp11.c:420 config/tc-pdp11.c:484 config/tc-pdp11.c:495
10648 msgid "Error in expression"
10649 msgstr ""
10650
10651 #: config/tc-pdp11.c:492
10652 msgid "Low order bits truncated in immediate float operand"
10653 msgstr ""
10654
10655 #: config/tc-pdp11.c:532
10656 msgid "Label expected"
10657 msgstr ""
10658
10659 #: config/tc-pdp11.c:618
10660 msgid "Float AC not legal as integer operand"
10661 msgstr ""
10662
10663 #: config/tc-pdp11.c:638
10664 msgid "General register not legal as float operand"
10665 msgstr ""
10666
10667 #: config/tc-pdp11.c:671
10668 msgid "No instruction found"
10669 msgstr ""
10670
10671 #: config/tc-pdp11.c:681 config/tc-z80.c:1890 config/tc-z80.c:1903
10672 #, c-format
10673 msgid "Unknown instruction '%s'"
10674 msgstr ""
10675
10676 #: config/tc-pdp11.c:687
10677 #, c-format
10678 msgid "Unsupported instruction set extension: %s"
10679 msgstr ""
10680
10681 #: config/tc-pdp11.c:723
10682 msgid "operand is not an absolute constant"
10683 msgstr ""
10684
10685 #: config/tc-pdp11.c:731
10686 msgid "3-bit immediate out of range"
10687 msgstr ""
10688
10689 #: config/tc-pdp11.c:738
10690 msgid "6-bit immediate out of range"
10691 msgstr ""
10692
10693 #: config/tc-pdp11.c:745
10694 msgid "8-bit immediate out of range"
10695 msgstr ""
10696
10697 #: config/tc-pdp11.c:762 config/tc-pdp11.c:955
10698 msgid "Symbol expected"
10699 msgstr ""
10700
10701 #: config/tc-pdp11.c:767
10702 msgid "8-bit displacement out of range"
10703 msgstr ""
10704
10705 #: config/tc-pdp11.c:809 config/tc-pdp11.c:830 config/tc-pdp11.c:847
10706 #: config/tc-pdp11.c:868 config/tc-pdp11.c:885 config/tc-pdp11.c:906
10707 #: config/tc-pdp11.c:925 config/tc-pdp11.c:946
10708 msgid "Missing ','"
10709 msgstr ""
10710
10711 #: config/tc-pdp11.c:960
10712 msgid "6-bit displacement out of range"
10713 msgstr ""
10714
10715 #: config/tc-pdp11.c:981 config/tc-vax.c:1946
10716 msgid "Too many operands"
10717 msgstr ""
10718
10719 #: config/tc-pj.c:65 config/tc-pj.c:74
10720 msgid "confusing relocation expressions"
10721 msgstr ""
10722
10723 #: config/tc-pj.c:157
10724 msgid "can't have relocation for ipush"
10725 msgstr ""
10726
10727 #: config/tc-pj.c:288
10728 msgid "expected expresssion"
10729 msgstr ""
10730
10731 #: config/tc-pj.c:354
10732 #, c-format
10733 msgid ""
10734 "PJ options:\n"
10735 "-little\t\t\tgenerate little endian code\n"
10736 "-big\t\t\tgenerate big endian code\n"
10737 msgstr ""
10738
10739 #: config/tc-pj.c:381 config/tc-sh.c:4059 config/tc-sh.c:4066
10740 #: config/tc-sh.c:4073 config/tc-sh.c:4080
10741 msgid "pcrel too far"
10742 msgstr ""
10743
10744 #: config/tc-pj.h:38
10745 msgid "convert_frag\n"
10746 msgstr ""
10747
10748 #: config/tc-pj.h:39
10749 msgid "estimate size\n"
10750 msgstr ""
10751
10752 #: config/tc-ppc.c:1075
10753 #, c-format
10754 msgid "%s unsupported"
10755 msgstr ""
10756
10757 #: config/tc-ppc.c:1177
10758 #, c-format
10759 msgid ""
10760 "PowerPC options:\n"
10761 "-a32\t\t\tgenerate ELF32/XCOFF32\n"
10762 "-a64\t\t\tgenerate ELF64/XCOFF64\n"
10763 "-u\t\t\tignored\n"
10764 "-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n"
10765 "-mpwr\t\t\tgenerate code for POWER (RIOS1)\n"
10766 "-m601\t\t\tgenerate code for PowerPC 601\n"
10767 "-mppc, -mppc32, -m603, -m604\n"
10768 "\t\t\tgenerate code for PowerPC 603/604\n"
10769 "-m403\t\t\tgenerate code for PowerPC 403\n"
10770 "-m405\t\t\tgenerate code for PowerPC 405\n"
10771 "-m440\t\t\tgenerate code for PowerPC 440\n"
10772 "-m464\t\t\tgenerate code for PowerPC 464\n"
10773 "-m7400, -m7410, -m7450, -m7455\n"
10774 "\t\t\tgenerate code for PowerPC 7400/7410/7450/7455\n"
10775 "-m750cl\t\t\tgenerate code for PowerPC 750cl\n"
10776 msgstr ""
10777
10778 #: config/tc-ppc.c:1194
10779 #, c-format
10780 msgid ""
10781 "-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n"
10782 "-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n"
10783 "-mbooke\t\t\tgenerate code for 32-bit PowerPC BookE\n"
10784 "-mpower4\t\tgenerate code for Power4 architecture\n"
10785 "-mpower5\t\tgenerate code for Power5 architecture\n"
10786 "-mpower6\t\tgenerate code for Power6 architecture\n"
10787 "-mpower7\t\tgenerate code for Power7 architecture\n"
10788 "-mcell\t\t\tgenerate code for Cell Broadband Engine architecture\n"
10789 "-mcom\t\t\tgenerate code Power/PowerPC common instructions\n"
10790 "-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n"
10791 msgstr ""
10792
10793 #: config/tc-ppc.c:1205
10794 #, c-format
10795 msgid ""
10796 "-maltivec\t\tgenerate code for AltiVec\n"
10797 "-mvsx\t\t\tgenerate code for Vector-Scalar (VSX) instructions\n"
10798 "-me300\t\t\tgenerate code for PowerPC e300 family\n"
10799 "-me500, -me500x2\tgenerate code for Motorola e500 core complex\n"
10800 "-me500mc, generate code for Freescale e500mc core complex\n"
10801 "-mspe\t\t\tgenerate code for Motorola SPE instructions\n"
10802 "-mregnames\t\tAllow symbolic names for registers\n"
10803 "-mno-regnames\t\tDo not allow symbolic names for registers\n"
10804 msgstr ""
10805
10806 #: config/tc-ppc.c:1215
10807 #, c-format
10808 msgid ""
10809 "-mrelocatable\t\tsupport for GCC's -mrelocatble option\n"
10810 "-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n"
10811 "-memb\t\t\tset PPC_EMB bit in ELF flags\n"
10812 "-mlittle, -mlittle-endian, -l, -le\n"
10813 "\t\t\tgenerate code for a little endian machine\n"
10814 "-mbig, -mbig-endian, -b, -be\n"
10815 "\t\t\tgenerate code for a big endian machine\n"
10816 "-msolaris\t\tgenerate code for Solaris\n"
10817 "-mno-solaris\t\tdo not generate code for Solaris\n"
10818 "-V\t\t\tprint assembler version number\n"
10819 "-Qy, -Qn\t\tignored\n"
10820 msgstr ""
10821
10822 #: config/tc-ppc.c:1252
10823 #, c-format
10824 msgid "Unknown default cpu = %s, os = %s"
10825 msgstr ""
10826
10827 #: config/tc-ppc.c:1278
10828 msgid "Neither Power nor PowerPC opcodes were selected."
10829 msgstr ""
10830
10831 #: config/tc-ppc.c:1357
10832 #, c-format
10833 msgid "powerpc_operands[%d].bitm invalid"
10834 msgstr ""
10835
10836 #: config/tc-ppc.c:1364
10837 #, c-format
10838 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
10839 msgstr ""
10840
10841 #: config/tc-ppc.c:1386
10842 #, c-format
10843 msgid "major opcode is not sorted for %s"
10844 msgstr ""
10845
10846 #: config/tc-ppc.c:1422
10847 #, c-format
10848 msgid "%s (%08lx %08lx) after %s (%08lx %08lx)"
10849 msgstr ""
10850
10851 #: config/tc-ppc.c:1431
10852 #, c-format
10853 msgid "mask trims opcode bits for %s"
10854 msgstr ""
10855
10856 #: config/tc-ppc.c:1440
10857 #, c-format
10858 msgid "operand index error for %s"
10859 msgstr ""
10860
10861 #: config/tc-ppc.c:1452
10862 #, c-format
10863 msgid "operand %d overlap in %s"
10864 msgstr ""
10865
10866 #: config/tc-ppc.c:1478
10867 #, c-format
10868 msgid "duplicate instruction %s"
10869 msgstr ""
10870
10871 #: config/tc-ppc.c:1502
10872 #, c-format
10873 msgid "duplicate macro %s"
10874 msgstr ""
10875
10876 #: config/tc-ppc.c:1859
10877 msgid "symbol+offset not supported for got tls"
10878 msgstr ""
10879
10880 #: config/tc-ppc.c:2113
10881 msgid "Relocation cannot be done when using -mrelocatable"
10882 msgstr ""
10883
10884 #: config/tc-ppc.c:2162
10885 msgid "TOC section size exceeds 64k"
10886 msgstr ""
10887
10888 #: config/tc-ppc.c:2243
10889 #, c-format
10890 msgid "syntax error: invalid toc specifier `%s'"
10891 msgstr ""
10892
10893 #: config/tc-ppc.c:2257
10894 #, c-format
10895 msgid "syntax error: expected `]', found `%c'"
10896 msgstr ""
10897
10898 #: config/tc-ppc.c:2534
10899 msgid "[tocv] symbol is not a toc symbol"
10900 msgstr ""
10901
10902 #: config/tc-ppc.c:2545
10903 msgid "Unimplemented toc32 expression modifier"
10904 msgstr ""
10905
10906 #: config/tc-ppc.c:2550
10907 msgid "Unimplemented toc64 expression modifier"
10908 msgstr ""
10909
10910 #: config/tc-ppc.c:2554
10911 #, c-format
10912 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
10913 msgstr ""
10914
10915 #: config/tc-ppc.c:2826
10916 msgid "unsupported relocation for DS offset field"
10917 msgstr ""
10918
10919 #: config/tc-ppc.c:2879
10920 #, c-format
10921 msgid "syntax error; found `%c' but expected `%c'"
10922 msgstr ""
10923
10924 #: config/tc-ppc.c:2919 config/tc-ppc.h:94
10925 msgid "instruction address is not a multiple of 4"
10926 msgstr ""
10927
10928 #: config/tc-ppc.c:3084
10929 msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string"
10930 msgstr ""
10931
10932 #: config/tc-ppc.c:3190
10933 msgid "missing size"
10934 msgstr ""
10935
10936 #: config/tc-ppc.c:3199
10937 msgid "negative size"
10938 msgstr ""
10939
10940 #: config/tc-ppc.c:3236
10941 msgid "missing real symbol name"
10942 msgstr ""
10943
10944 #: config/tc-ppc.c:3257
10945 msgid "attempt to redefine symbol"
10946 msgstr ""
10947
10948 #: config/tc-ppc.c:3499
10949 msgid "The XCOFF file format does not support arbitrary sections"
10950 msgstr ""
10951
10952 #: config/tc-ppc.c:3573
10953 msgid "missing rename string"
10954 msgstr ""
10955
10956 #: config/tc-ppc.c:3603 config/tc-ppc.c:4145 read.c:3314
10957 msgid "missing value"
10958 msgstr ""
10959
10960 #: config/tc-ppc.c:3621
10961 msgid "illegal .stabx expression; zero assumed"
10962 msgstr ""
10963
10964 #: config/tc-ppc.c:3653
10965 msgid "missing class"
10966 msgstr ""
10967
10968 #: config/tc-ppc.c:3662
10969 msgid "missing type"
10970 msgstr ""
10971
10972 #: config/tc-ppc.c:3742
10973 msgid "missing symbol name"
10974 msgstr ""
10975
10976 #: config/tc-ppc.c:3932
10977 msgid "nested .bs blocks"
10978 msgstr ""
10979
10980 #: config/tc-ppc.c:3964
10981 msgid ".es without preceding .bs"
10982 msgstr ""
10983
10984 #: config/tc-ppc.c:4137
10985 msgid "non-constant byte count"
10986 msgstr ""
10987
10988 #: config/tc-ppc.c:4184
10989 msgid ".tc not in .toc section"
10990 msgstr ""
10991
10992 #: config/tc-ppc.c:4203
10993 msgid ".tc with no label"
10994 msgstr ""
10995
10996 #: config/tc-ppc.c:4296
10997 msgid ".machine stack overflow"
10998 msgstr ""
10999
11000 #: config/tc-ppc.c:4303
11001 msgid ".machine stack underflow"
11002 msgstr ""
11003
11004 #: config/tc-ppc.c:4310
11005 #, c-format
11006 msgid "invalid machine `%s'"
11007 msgstr ""
11008
11009 #: config/tc-ppc.c:4361
11010 msgid "No previous section to return to. Directive ignored."
11011 msgstr ""
11012
11013 #. Section Contents
11014 #. unknown
11015 #: config/tc-ppc.c:4771
11016 msgid "Unsupported section attribute -- 'a'"
11017 msgstr ""
11018
11019 #: config/tc-ppc.c:4955
11020 msgid "bad symbol suffix"
11021 msgstr ""
11022
11023 #: config/tc-ppc.c:5047
11024 msgid "Unrecognized symbol suffix"
11025 msgstr ""
11026
11027 #: config/tc-ppc.c:5135
11028 msgid "two .function pseudo-ops with no intervening .ef"
11029 msgstr ""
11030
11031 #: config/tc-ppc.c:5148
11032 msgid ".ef with no preceding .function"
11033 msgstr ""
11034
11035 #: config/tc-ppc.c:5277
11036 #, c-format
11037 msgid "warning: symbol %s has no csect"
11038 msgstr ""
11039
11040 #: config/tc-ppc.c:5522
11041 msgid "symbol in .toc does not match any .tc"
11042 msgstr ""
11043
11044 #: config/tc-ppc.c:5897
11045 #, c-format
11046 msgid "unsupported relocation against %s"
11047 msgstr ""
11048
11049 #: config/tc-ppc.c:5970
11050 #, c-format
11051 msgid "cannot emit PC relative %s relocation against %s"
11052 msgstr ""
11053
11054 #: config/tc-ppc.c:5975
11055 #, c-format
11056 msgid "cannot emit PC relative %s relocation"
11057 msgstr ""
11058
11059 #: config/tc-ppc.c:6159
11060 #, c-format
11061 msgid "Unable to handle reference to symbol %s"
11062 msgstr ""
11063
11064 #: config/tc-ppc.c:6162
11065 msgid "Unable to resolve expression"
11066 msgstr ""
11067
11068 #: config/tc-ppc.c:6189
11069 msgid "must branch to an address a multiple of 4"
11070 msgstr ""
11071
11072 #: config/tc-ppc.c:6193
11073 #, c-format
11074 msgid "@local or @plt branch destination is too far away, %ld bytes"
11075 msgstr ""
11076
11077 #: config/tc-ppc.c:6224
11078 #, c-format
11079 msgid "Gas failure, reloc value %d\n"
11080 msgstr ""
11081
11082 #: config/tc-s390.c:327 config/tc-sparc.c:272
11083 msgid "Invalid default architecture, broken assembler."
11084 msgstr ""
11085
11086 #: config/tc-s390.c:423 config/tc-sparc.c:475
11087 #, c-format
11088 msgid "invalid architecture -A%s"
11089 msgstr ""
11090
11091 #: config/tc-s390.c:446
11092 #, c-format
11093 msgid ""
11094 " S390 options:\n"
11095 " -mregnames Allow symbolic names for registers\n"
11096 " -mwarn-areg-zero Warn about zero base/index registers\n"
11097 " -mno-regnames Do not allow symbolic names for registers\n"
11098 " -m31 Set file format to 31 bit format\n"
11099 " -m64 Set file format to 64 bit format\n"
11100 msgstr ""
11101
11102 #: config/tc-s390.c:453
11103 #, c-format
11104 msgid ""
11105 " -V print assembler version number\n"
11106 " -Qy, -Qn ignored\n"
11107 msgstr ""
11108
11109 #: config/tc-s390.c:472
11110 msgid "The 64 bit file format is used without esame instructions."
11111 msgstr ""
11112
11113 #: config/tc-s390.c:489
11114 #, c-format
11115 msgid "Internal assembler error for instruction format %s"
11116 msgstr ""
11117
11118 #: config/tc-s390.c:562
11119 #, c-format
11120 msgid "operand out of range (%s not between %ld and %ld)"
11121 msgstr ""
11122
11123 #: config/tc-s390.c:744
11124 #, c-format
11125 msgid "identifier+constant@%s means identifier@%s+constant"
11126 msgstr ""
11127
11128 #: config/tc-s390.c:825
11129 msgid "Can't handle O_big in s390_exp_compare"
11130 msgstr ""
11131
11132 #: config/tc-s390.c:906
11133 msgid "Invalid suffix for literal pool entry"
11134 msgstr ""
11135
11136 #: config/tc-s390.c:963
11137 msgid "Big number is too big"
11138 msgstr ""
11139
11140 #: config/tc-s390.c:1110
11141 msgid "relocation not applicable"
11142 msgstr ""
11143
11144 #: config/tc-s390.c:1229
11145 msgid "index register specified but zero"
11146 msgstr ""
11147
11148 #: config/tc-s390.c:1233
11149 msgid "base register specified but zero"
11150 msgstr ""
11151
11152 #: config/tc-s390.c:1314
11153 msgid "invalid operand suffix"
11154 msgstr ""
11155
11156 #: config/tc-s390.c:1337
11157 msgid "syntax error; missing '(' after displacement"
11158 msgstr ""
11159
11160 #: config/tc-s390.c:1353 config/tc-s390.c:1397 config/tc-s390.c:1427
11161 msgid "syntax error; expected ,"
11162 msgstr ""
11163
11164 #: config/tc-s390.c:1385
11165 msgid "syntax error; missing ')' after base register"
11166 msgstr ""
11167
11168 #: config/tc-s390.c:1414
11169 msgid "syntax error; ')' not allowed here"
11170 msgstr ""
11171
11172 #: config/tc-s390.c:1549
11173 #, c-format
11174 msgid "Opcode %s not available in this mode"
11175 msgstr ""
11176
11177 #: config/tc-s390.c:1604 config/tc-s390.c:1627 config/tc-s390.c:1640
11178 msgid "Invalid .insn format\n"
11179 msgstr ""
11180
11181 #: config/tc-s390.c:1612
11182 #, c-format
11183 msgid "Unrecognized opcode format: `%s'"
11184 msgstr ""
11185
11186 #: config/tc-s390.c:1643
11187 msgid "second operand of .insn not a constant\n"
11188 msgstr ""
11189
11190 #: config/tc-s390.c:1646
11191 msgid "missing comma after insn constant\n"
11192 msgstr ""
11193
11194 #: config/tc-s390.c:1938
11195 #, c-format
11196 msgid "cannot emit relocation %s against subsy symbol %s"
11197 msgstr ""
11198
11199 #: config/tc-s390.c:2026
11200 msgid "unsupported relocation type"
11201 msgstr ""
11202
11203 #: config/tc-s390.c:2073
11204 #, c-format
11205 msgid "cannot emit PC relative %s relocation%s%s"
11206 msgstr ""
11207
11208 #: config/tc-s390.c:2198
11209 #, c-format
11210 msgid "Gas failure, reloc type %s\n"
11211 msgstr ""
11212
11213 #: config/tc-s390.c:2200
11214 #, c-format
11215 msgid "Gas failure, reloc type #%i\n"
11216 msgstr ""
11217
11218 #: config/tc-score.c:260
11219 msgid "div / mul are reserved instructions"
11220 msgstr ""
11221
11222 #: config/tc-score.c:261
11223 msgid "This architecture doesn't support mmu"
11224 msgstr ""
11225
11226 #: config/tc-score.c:262
11227 msgid "This architecture doesn't support atomic instruction"
11228 msgstr ""
11229
11230 #: config/tc-score.c:469
11231 msgid "S+core register expected"
11232 msgstr ""
11233
11234 #: config/tc-score.c:470
11235 msgid "S+core special-register expected"
11236 msgstr ""
11237
11238 #: config/tc-score.c:471
11239 msgid "S+core co-processor register expected"
11240 msgstr ""
11241
11242 #: config/tc-score.c:1074 config/tc-score.c:2073
11243 msgid "Using temp register(r1)"
11244 msgstr ""
11245
11246 #: config/tc-score.c:1093
11247 #, c-format
11248 msgid "register expected, not '%.100s'"
11249 msgstr ""
11250
11251 #: config/tc-score.c:1149 config/tc-score.c:5489
11252 msgid "rd must be even number."
11253 msgstr ""
11254
11255 #: config/tc-score.c:1520 config/tc-score.c:1527
11256 #, c-format
11257 msgid "invalid constant: %d bit expression not in range %u..%u"
11258 msgstr ""
11259
11260 #: config/tc-score.c:1533 config/tc-score.c:1540 config/tc-score.c:2900
11261 #: config/tc-score.c:2905 config/tc-score.c:3173 config/tc-score.c:3178
11262 #: config/tc-score.c:3471
11263 #, c-format
11264 msgid "invalid constant: %d bit expression not in range %d..%d"
11265 msgstr ""
11266
11267 #: config/tc-score.c:1565
11268 msgid "invalid constant: bit expression not defined"
11269 msgstr ""
11270
11271 #: config/tc-score.c:2087
11272 #, c-format
11273 msgid "low register(r0-r15)expected, not '%.100s'"
11274 msgstr ""
11275
11276 #: config/tc-score.c:2149 config/tc-score.c:3492 config/tc-score.c:3660
11277 #: config/tc-score.c:3705
11278 #, c-format
11279 msgid "missing ["
11280 msgstr ""
11281
11282 #: config/tc-score.c:2163 config/tc-score.c:3110 config/tc-score.c:3313
11283 #: config/tc-score.c:3329 config/tc-score.c:3400 config/tc-score.c:3456
11284 #: config/tc-score.c:3681 config/tc-score.c:3726 config/tc-score.c:3875
11285 #: config/tc-score.c:3929 config/tc-score.c:3975
11286 #, c-format
11287 msgid "missing ]"
11288 msgstr ""
11289
11290 #: config/tc-score.c:2352
11291 #, c-format
11292 msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)"
11293 msgstr ""
11294
11295 #: config/tc-score.c:2371
11296 #, c-format
11297 msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)"
11298 msgstr ""
11299
11300 #: config/tc-score.c:2387 config/tc-score.c:2394
11301 #, c-format
11302 msgid "data dependency: %s %s -- %s %s (%d/%d bubble)"
11303 msgstr ""
11304
11305 #: config/tc-score.c:2755 config/tc-score.c:6509
11306 #, c-format
11307 msgid "%s -- `%s'"
11308 msgstr ""
11309
11310 #: config/tc-score.c:2843
11311 msgid "address offset must be half word alignment"
11312 msgstr ""
11313
11314 #: config/tc-score.c:2851
11315 msgid "address offset must be word alignment"
11316 msgstr ""
11317
11318 #: config/tc-score.c:2993 config/tc-score.c:3130
11319 msgid "register same as write-back base"
11320 msgstr ""
11321
11322 #: config/tc-score.c:3100
11323 msgid "pre-indexed expression expected"
11324 msgstr ""
11325
11326 #: config/tc-score.c:3431
11327 #, c-format
11328 msgid "invalid register number: %d is not in [r0--r7]"
11329 msgstr ""
11330
11331 #: config/tc-score.c:3448
11332 msgid "comma is expected"
11333 msgstr ""
11334
11335 #: config/tc-score.c:3479
11336 #, c-format
11337 msgid "invalid constant: %d is not word align integer"
11338 msgstr ""
11339
11340 #: config/tc-score.c:3519 config/tc-score.c:3562
11341 msgid "invalid constant: 32 bit expression not word align"
11342 msgstr ""
11343
11344 #: config/tc-score.c:3528 config/tc-score.c:3571
11345 msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
11346 msgstr ""
11347
11348 #: config/tc-score.c:3604
11349 msgid "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
11350 msgstr ""
11351
11352 #: config/tc-score.c:3793 config/tc-score.c:3821
11353 msgid "imm5 should >= 2"
11354 msgstr ""
11355
11356 #: config/tc-score.c:3798 config/tc-score.c:3827
11357 msgid "reg should <= 31"
11358 msgstr ""
11359
11360 #: config/tc-score.c:3869 config/tc-score.c:3920
11361 msgid "missing +"
11362 msgstr ""
11363
11364 #: config/tc-score.c:3913
11365 #, c-format
11366 msgid "%s register same as write-back base"
11367 msgstr ""
11368
11369 #: config/tc-score.c:3915
11370 msgid "destination"
11371 msgstr ""
11372
11373 #: config/tc-score.c:3915
11374 msgid "source"
11375 msgstr ""
11376
11377 #: config/tc-score.c:4245 config/tc-score.c:4321 config/tc-score.c:4950
11378 msgid "expression error"
11379 msgstr ""
11380
11381 #: config/tc-score.c:4251
11382 msgid "value not in range [0, 0xffffffff]"
11383 msgstr ""
11384
11385 #: config/tc-score.c:4327
11386 msgid "value not in range [-0xffffffff, 0xffffffff]"
11387 msgstr ""
11388
11389 #: config/tc-score.c:4355
11390 msgid "li rd label isn't correct instruction form"
11391 msgstr ""
11392
11393 #: config/tc-score.c:4524 config/tc-score.c:4675 config/tc-score.c:5201
11394 #: config/tc-score.c:5229
11395 msgid "lacking label "
11396 msgstr ""
11397
11398 #: config/tc-score.c:4900
11399 msgid "s3_PIC code offset overflow (max 16 signed bits)"
11400 msgstr ""
11401
11402 #: config/tc-score.c:4956
11403 msgid "value not in range [0, 0x7fffffff]"
11404 msgstr ""
11405
11406 #: config/tc-score.c:4961
11407 msgid "end on line error"
11408 msgstr ""
11409
11410 #: config/tc-score.c:5208
11411 msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
11412 msgstr ""
11413
11414 #: config/tc-score.c:5235
11415 msgid "invalid constant: 20 bit expression not in range -2^19..2^19"
11416 msgstr ""
11417
11418 #: config/tc-score.c:5268
11419 msgid "lacking label"
11420 msgstr ""
11421
11422 #: config/tc-score.c:5273
11423 msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
11424 msgstr ""
11425
11426 #: config/tc-score.c:5369
11427 msgid "pce instruction error (16 bit || 16 bit)'"
11428 msgstr ""
11429
11430 #: config/tc-score.c:5387 config/tc-score.c:5411 config/tc-score.c:5438
11431 #: config/tc-score.c:5467 config/tc-score.c:5516
11432 msgid "score3d instruction."
11433 msgstr ""
11434
11435 #: config/tc-score.c:6127 read.c:1465
11436 msgid "missing size expression"
11437 msgstr ""
11438
11439 #: config/tc-score.c:6133
11440 #, c-format
11441 msgid "BSS length (%d) < 0 ignored"
11442 msgstr ""
11443
11444 #: config/tc-score.c:6148 read.c:2306
11445 #, c-format
11446 msgid "error setting flags for \".sbss\": %s"
11447 msgstr ""
11448
11449 #: config/tc-score.c:6162 config/tc-sparc.c:3695
11450 msgid "missing alignment"
11451 msgstr ""
11452
11453 #: config/tc-score.c:6199
11454 #, c-format
11455 msgid "alignment too large; %d assumed"
11456 msgstr ""
11457
11458 #: config/tc-score.c:6204 read.c:2367
11459 msgid "alignment negative; 0 assumed"
11460 msgstr ""
11461
11462 #: config/tc-score.c:6271 config/tc-z80.c:289 ecoff.c:3355 read.c:1484
11463 #: read.c:1597 read.c:2484 read.c:3048 read.c:3441 symbols.c:326 symbols.c:432
11464 #, c-format
11465 msgid "symbol `%s' is already defined"
11466 msgstr ""
11467
11468 #. Error routine.
11469 #: config/tc-score.c:6613 config/tc-score.c:6637
11470 msgid "size is not 4 or 6"
11471 msgstr ""
11472
11473 #: config/tc-score.c:6696
11474 msgid "bad call to MD_ATOF()"
11475 msgstr ""
11476
11477 #: config/tc-score.c:7204
11478 #, c-format
11479 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]"
11480 msgstr ""
11481
11482 #: config/tc-score.c:7219 config/tc-score.c:7248 config/tc-score.c:7300
11483 #, c-format
11484 msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]"
11485 msgstr ""
11486
11487 #: config/tc-score.c:7270 config/tc-score.c:7325
11488 #, c-format
11489 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]"
11490 msgstr ""
11491
11492 #: config/tc-score.c:7501
11493 #, c-format
11494 msgid "cannot represent %s relocation in this object file format1"
11495 msgstr ""
11496
11497 #: config/tc-score.c:7792
11498 #, c-format
11499 msgid "Sunplus-v2-0-0-20060510\n"
11500 msgstr ""
11501
11502 #: config/tc-score.c:7812
11503 #, c-format
11504 msgid " Score-specific assembler options:\n"
11505 msgstr ""
11506
11507 #: config/tc-score.c:7814
11508 #, c-format
11509 msgid " -EB\t\tassemble code for a big-endian cpu\n"
11510 msgstr ""
11511
11512 #: config/tc-score.c:7819
11513 #, c-format
11514 msgid " -EL\t\tassemble code for a little-endian cpu\n"
11515 msgstr ""
11516
11517 #: config/tc-score.c:7823
11518 #, c-format
11519 msgid " -FIXDD\t\tassemble code for fix data dependency\n"
11520 msgstr ""
11521
11522 #: config/tc-score.c:7825
11523 #, c-format
11524 msgid " -NWARN\t\tassemble code for no warning message for fix data dependency\n"
11525 msgstr ""
11526
11527 #: config/tc-score.c:7827
11528 #, c-format
11529 msgid " -SCORE5\t\tassemble code for target is SCORE5\n"
11530 msgstr ""
11531
11532 #: config/tc-score.c:7829
11533 #, c-format
11534 msgid " -SCORE5U\tassemble code for target is SCORE5U\n"
11535 msgstr ""
11536
11537 #: config/tc-score.c:7831
11538 #, c-format
11539 msgid " -SCORE7\t\tassemble code for target is SCORE7, this is default setting\n"
11540 msgstr ""
11541
11542 #: config/tc-score.c:7833
11543 #, c-format
11544 msgid " -SCORE3\t\tassemble code for target is SCORE3\n"
11545 msgstr ""
11546
11547 #: config/tc-score.c:7835
11548 #, c-format
11549 msgid " -march=score7\tassemble code for target is SCORE7, this is default setting\n"
11550 msgstr ""
11551
11552 #: config/tc-score.c:7837
11553 #, c-format
11554 msgid " -march=score3\tassemble code for target is SCORE3\n"
11555 msgstr ""
11556
11557 #: config/tc-score.c:7839
11558 #, c-format
11559 msgid " -USE_R1\t\tassemble code for no warning message when using temp register r1\n"
11560 msgstr ""
11561
11562 #: config/tc-score.c:7841
11563 #, c-format
11564 msgid " -KPIC\t\tassemble code for PIC\n"
11565 msgstr ""
11566
11567 #: config/tc-score.c:7843
11568 #, c-format
11569 msgid " -O0\t\tassembler will not perform any optimizations\n"
11570 msgstr ""
11571
11572 #: config/tc-score.c:7845
11573 #, c-format
11574 msgid " -G gpnum\tassemble code for setting gpsize and default is 8 byte\n"
11575 msgstr ""
11576
11577 #: config/tc-score.c:7847
11578 #, c-format
11579 msgid " -V \t\tSunplus release version \n"
11580 msgstr ""
11581
11582 #: config/tc-sh.c:63
11583 msgid "directive .big encountered when option -big required"
11584 msgstr ""
11585
11586 #: config/tc-sh.c:73
11587 msgid "directive .little encountered when option -little required"
11588 msgstr ""
11589
11590 #: config/tc-sh.c:1364
11591 msgid "misplaced PIC operand"
11592 msgstr ""
11593
11594 #: config/tc-sh.c:1402
11595 msgid "illegal double indirection"
11596 msgstr ""
11597
11598 #: config/tc-sh.c:1411
11599 msgid "illegal register after @-"
11600 msgstr ""
11601
11602 #: config/tc-sh.c:1427
11603 msgid "must be @(r0,...)"
11604 msgstr ""
11605
11606 #: config/tc-sh.c:1451
11607 msgid "syntax error in @(r0,...)"
11608 msgstr ""
11609
11610 #: config/tc-sh.c:1456
11611 msgid "syntax error in @(r0...)"
11612 msgstr ""
11613
11614 #: config/tc-sh.c:1501
11615 msgid "Deprecated syntax."
11616 msgstr ""
11617
11618 #: config/tc-sh.c:1513 config/tc-sh.c:1518
11619 msgid "syntax error in @(disp,[Rn, gbr, pc])"
11620 msgstr ""
11621
11622 #: config/tc-sh.c:1523
11623 msgid "expecting )"
11624 msgstr ""
11625
11626 #: config/tc-sh.c:1531
11627 msgid "illegal register after @"
11628 msgstr ""
11629
11630 #: config/tc-sh.c:2202
11631 #, c-format
11632 msgid "unhandled %d\n"
11633 msgstr ""
11634
11635 #: config/tc-sh.c:2368
11636 #, c-format
11637 msgid "Invalid register: 'r%d'"
11638 msgstr ""
11639
11640 #: config/tc-sh.c:2472
11641 #, c-format
11642 msgid "failed for %d\n"
11643 msgstr ""
11644
11645 #: config/tc-sh.c:2585 config/tc-sh.c:2984
11646 msgid "invalid operands for opcode"
11647 msgstr ""
11648
11649 #: config/tc-sh.c:2590
11650 msgid "insn can't be combined with parallel processing insn"
11651 msgstr ""
11652
11653 #: config/tc-sh.c:2597 config/tc-sh.c:2608 config/tc-sh.c:2640
11654 msgid "multiple movx specifications"
11655 msgstr ""
11656
11657 #: config/tc-sh.c:2602 config/tc-sh.c:2624 config/tc-sh.c:2663
11658 msgid "multiple movy specifications"
11659 msgstr ""
11660
11661 #: config/tc-sh.c:2611 config/tc-sh.c:2644
11662 msgid "invalid movx address register"
11663 msgstr ""
11664
11665 #: config/tc-sh.c:2613
11666 msgid "insn cannot be combined with non-nopy"
11667 msgstr ""
11668
11669 #: config/tc-sh.c:2627 config/tc-sh.c:2683
11670 msgid "invalid movy address register"
11671 msgstr ""
11672
11673 #: config/tc-sh.c:2629
11674 msgid "insn cannot be combined with non-nopx"
11675 msgstr ""
11676
11677 #: config/tc-sh.c:2642
11678 msgid "previous movy requires nopx"
11679 msgstr ""
11680
11681 #: config/tc-sh.c:2650 config/tc-sh.c:2655
11682 msgid "invalid movx dsp register"
11683 msgstr ""
11684
11685 #: config/tc-sh.c:2665
11686 msgid "previous movx requires nopy"
11687 msgstr ""
11688
11689 #: config/tc-sh.c:2674 config/tc-sh.c:2679
11690 msgid "invalid movy dsp register"
11691 msgstr ""
11692
11693 #: config/tc-sh.c:2689
11694 msgid "dsp immediate shift value not constant"
11695 msgstr ""
11696
11697 #: config/tc-sh.c:2703 config/tc-sh.c:2729
11698 msgid "multiple parallel processing specifications"
11699 msgstr ""
11700
11701 #: config/tc-sh.c:2722
11702 msgid "multiple condition specifications"
11703 msgstr ""
11704
11705 #: config/tc-sh.c:2760
11706 msgid "insn cannot be combined with pmuls"
11707 msgstr ""
11708
11709 #: config/tc-sh.c:2776
11710 msgid "bad combined pmuls output operand"
11711 msgstr ""
11712
11713 #: config/tc-sh.c:2786
11714 msgid "destination register is same for parallel insns"
11715 msgstr ""
11716
11717 #: config/tc-sh.c:2795
11718 msgid "condition not followed by conditionalizable insn"
11719 msgstr ""
11720
11721 #: config/tc-sh.c:2805
11722 msgid "unrecognized characters at end of parallel processing insn"
11723 msgstr ""
11724
11725 #: config/tc-sh.c:2921
11726 msgid "opcode not valid for this cpu variant"
11727 msgstr ""
11728
11729 #: config/tc-sh.c:2954
11730 msgid "Delayed branches not available on SH1"
11731 msgstr ""
11732
11733 #: config/tc-sh.c:2989
11734 #, c-format
11735 msgid "excess operands: '%s'"
11736 msgstr ""
11737
11738 #: config/tc-sh.c:3066
11739 msgid ".uses pseudo-op seen when not relaxing"
11740 msgstr ""
11741
11742 #: config/tc-sh.c:3072
11743 msgid "bad .uses format"
11744 msgstr ""
11745
11746 #: config/tc-sh.c:3176
11747 msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
11748 msgstr ""
11749
11750 #: config/tc-sh.c:3182
11751 msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
11752 msgstr ""
11753
11754 #: config/tc-sh.c:3184
11755 msgid "Invalid combination: --abi=64 with --isa=SHcompact"
11756 msgstr ""
11757
11758 #: config/tc-sh.c:3216
11759 #, c-format
11760 msgid "Invalid argument to --isa option: %s"
11761 msgstr ""
11762
11763 #: config/tc-sh.c:3225
11764 msgid "Invalid combination: --abi=32 with --abi=64"
11765 msgstr ""
11766
11767 #: config/tc-sh.c:3231
11768 msgid "Invalid combination: --abi=64 with --abi=32"
11769 msgstr ""
11770
11771 #: config/tc-sh.c:3233
11772 msgid "Invalid combination: --isa=SHcompact with --abi=64"
11773 msgstr ""
11774
11775 #: config/tc-sh.c:3237
11776 #, c-format
11777 msgid "Invalid argument to --abi option: %s"
11778 msgstr ""
11779
11780 #: config/tc-sh.c:3271
11781 #, c-format
11782 msgid ""
11783 "SH options:\n"
11784 "--little\t\tgenerate little endian code\n"
11785 "--big\t\t\tgenerate big endian code\n"
11786 "--relax\t\t\talter jump instructions for long displacements\n"
11787 "--renesas\t\tdisable optimization with section symbol for\n"
11788 "\t\t\tcompatibility with Renesas assembler.\n"
11789 "--small\t\t\talign sections to 4 byte boundaries, not 16\n"
11790 "--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
11791 "--allow-reg-prefix\tallow '$' as a register name prefix.\n"
11792 "--isa=[any\t\tuse most appropriate isa\n"
11793 " | dsp same as '-dsp'\n"
11794 " | fp"
11795 msgstr ""
11796
11797 #: config/tc-sh.c:3297
11798 #, c-format
11799 msgid ""
11800 "--isa=[shmedia\t\tset as the default instruction set for SH64\n"
11801 " | SHmedia\n"
11802 " | shcompact\n"
11803 " | SHcompact]\n"
11804 msgstr ""
11805
11806 #: config/tc-sh.c:3302
11807 #, c-format
11808 msgid ""
11809 "--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
11810 "\t\t\tfile type\n"
11811 "--shcompact-const-crange emit code-range descriptors for constants in\n"
11812 "\t\t\tSHcompact code sections\n"
11813 "--no-mix\t\tdisallow SHmedia code in the same section as\n"
11814 "\t\t\tconstants and SHcompact code\n"
11815 "--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
11816 "--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
11817 "\t\t\tto 32 bits only\n"
11818 msgstr ""
11819
11820 #: config/tc-sh.c:3401
11821 msgid ".uses does not refer to a local symbol in the same section"
11822 msgstr ""
11823
11824 #: config/tc-sh.c:3420
11825 msgid "can't find fixup pointed to by .uses"
11826 msgstr ""
11827
11828 #: config/tc-sh.c:3440
11829 msgid ".uses target does not refer to a local symbol in the same section"
11830 msgstr ""
11831
11832 #: config/tc-sh.c:3517
11833 msgid "displacement overflows 12-bit field"
11834 msgstr ""
11835
11836 #: config/tc-sh.c:3520
11837 #, c-format
11838 msgid "displacement to defined symbol %s overflows 12-bit field"
11839 msgstr ""
11840
11841 #: config/tc-sh.c:3524
11842 #, c-format
11843 msgid "displacement to undefined symbol %s overflows 12-bit field"
11844 msgstr ""
11845
11846 #: config/tc-sh.c:3597
11847 msgid "displacement overflows 8-bit field"
11848 msgstr ""
11849
11850 #: config/tc-sh.c:3600
11851 #, c-format
11852 msgid "displacement to defined symbol %s overflows 8-bit field"
11853 msgstr ""
11854
11855 #: config/tc-sh.c:3604
11856 #, c-format
11857 msgid "displacement to undefined symbol %s overflows 8-bit field "
11858 msgstr ""
11859
11860 #: config/tc-sh.c:3621
11861 #, c-format
11862 msgid "overflow in branch to %s; converted into longer instruction sequence"
11863 msgstr ""
11864
11865 #: config/tc-sh.c:3687 config/tc-sh.c:3734 config/tc-sparc.c:4204
11866 #: config/tc-sparc.c:4228
11867 msgid "misaligned data"
11868 msgstr ""
11869
11870 #: config/tc-sh.c:4036
11871 msgid "offset to unaligned destination"
11872 msgstr ""
11873
11874 #: config/tc-sh.c:4041
11875 msgid "negative offset"
11876 msgstr ""
11877
11878 #: config/tc-sh.c:4179
11879 msgid "misaligned offset"
11880 msgstr ""
11881
11882 #: config/tc-sh64.c:568
11883 msgid "This operand must be constant at assembly time"
11884 msgstr ""
11885
11886 #: config/tc-sh64.c:681
11887 msgid "Invalid operand expression"
11888 msgstr ""
11889
11890 #: config/tc-sh64.c:773 config/tc-sh64.c:877
11891 msgid "PTB operand is a SHmedia symbol"
11892 msgstr ""
11893
11894 #: config/tc-sh64.c:776 config/tc-sh64.c:874
11895 msgid "PTA operand is a SHcompact symbol"
11896 msgstr ""
11897
11898 #: config/tc-sh64.c:792
11899 msgid "invalid expression in operand"
11900 msgstr ""
11901
11902 #: config/tc-sh64.c:1483
11903 #, c-format
11904 msgid "invalid operand, not a 5-bit unsigned value: %d"
11905 msgstr ""
11906
11907 #: config/tc-sh64.c:1488
11908 #, c-format
11909 msgid "invalid operand, not a 6-bit signed value: %d"
11910 msgstr ""
11911
11912 #: config/tc-sh64.c:1493
11913 #, c-format
11914 msgid "invalid operand, not a 6-bit unsigned value: %d"
11915 msgstr ""
11916
11917 #: config/tc-sh64.c:1498 config/tc-sh64.c:1510
11918 #, c-format
11919 msgid "invalid operand, not a 11-bit signed value: %d"
11920 msgstr ""
11921
11922 #: config/tc-sh64.c:1500
11923 #, c-format
11924 msgid "invalid operand, not a multiple of 32: %d"
11925 msgstr ""
11926
11927 #: config/tc-sh64.c:1505
11928 #, c-format
11929 msgid "invalid operand, not a 10-bit signed value: %d"
11930 msgstr ""
11931
11932 #: config/tc-sh64.c:1512
11933 #, c-format
11934 msgid "invalid operand, not an even value: %d"
11935 msgstr ""
11936
11937 #: config/tc-sh64.c:1517
11938 #, c-format
11939 msgid "invalid operand, not a 12-bit signed value: %d"
11940 msgstr ""
11941
11942 #: config/tc-sh64.c:1519
11943 #, c-format
11944 msgid "invalid operand, not a multiple of 4: %d"
11945 msgstr ""
11946
11947 #: config/tc-sh64.c:1524
11948 #, c-format
11949 msgid "invalid operand, not a 13-bit signed value: %d"
11950 msgstr ""
11951
11952 #: config/tc-sh64.c:1526
11953 #, c-format
11954 msgid "invalid operand, not a multiple of 8: %d"
11955 msgstr ""
11956
11957 #: config/tc-sh64.c:1531
11958 #, c-format
11959 msgid "invalid operand, not a 16-bit signed value: %d"
11960 msgstr ""
11961
11962 #: config/tc-sh64.c:1536
11963 #, c-format
11964 msgid "invalid operand, not a 16-bit unsigned value: %d"
11965 msgstr ""
11966
11967 #: config/tc-sh64.c:1542
11968 msgid "operand out of range for PT, PTA and PTB"
11969 msgstr ""
11970
11971 #: config/tc-sh64.c:1544
11972 #, c-format
11973 msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
11974 msgstr ""
11975
11976 #: config/tc-sh64.c:2064
11977 #, c-format
11978 msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
11979 msgstr ""
11980
11981 #: config/tc-sh64.c:2421 config/tc-sh64.c:2584 config/tc-sh64.c:2599
11982 msgid "invalid PIC reference"
11983 msgstr ""
11984
11985 #: config/tc-sh64.c:2478
11986 msgid "can't find opcode"
11987 msgstr ""
11988
11989 #: config/tc-sh64.c:2681 config/tc-sh64.c:2721
11990 msgid "invalid operand: expression in PT target"
11991 msgstr ""
11992
11993 #: config/tc-sh64.c:2812
11994 #, c-format
11995 msgid "invalid operands to %s"
11996 msgstr ""
11997
11998 #: config/tc-sh64.c:2818
11999 #, c-format
12000 msgid "excess operands to %s"
12001 msgstr ""
12002
12003 #: config/tc-sh64.c:2863
12004 #, c-format
12005 msgid "The `.mode %s' directive is not valid with this architecture"
12006 msgstr ""
12007
12008 #: config/tc-sh64.c:2871
12009 #, c-format
12010 msgid "Invalid argument to .mode: %s"
12011 msgstr ""
12012
12013 #: config/tc-sh64.c:2901
12014 #, c-format
12015 msgid "The `.abi %s' directive is not valid with this architecture"
12016 msgstr ""
12017
12018 #: config/tc-sh64.c:2907
12019 msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
12020 msgstr ""
12021
12022 #: config/tc-sh64.c:2912
12023 msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
12024 msgstr ""
12025
12026 #: config/tc-sh64.c:2915
12027 #, c-format
12028 msgid "Invalid argument to .abi: %s"
12029 msgstr ""
12030
12031 #: config/tc-sh64.c:2970
12032 msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
12033 msgstr ""
12034
12035 #: config/tc-sh64.c:2975
12036 msgid "-shcompact-const-crange is invalid without SHcompact"
12037 msgstr ""
12038
12039 #: config/tc-sh64.c:2978
12040 msgid "-expand-pt32 only valid with -abi=64"
12041 msgstr ""
12042
12043 #: config/tc-sh64.c:2981
12044 msgid "-no-expand only valid with SHcompact or SHmedia"
12045 msgstr ""
12046
12047 #: config/tc-sh64.c:2984
12048 msgid "-expand-pt32 invalid together with -no-expand"
12049 msgstr ""
12050
12051 #: config/tc-sh64.c:3198
12052 msgid "SHmedia code not allowed in same section as constants and SHcompact code"
12053 msgstr ""
12054
12055 #: config/tc-sh64.c:3216
12056 msgid "No segment info for current section"
12057 msgstr ""
12058
12059 #: config/tc-sh64.c:3255
12060 msgid "duplicate datalabel operator ignored"
12061 msgstr ""
12062
12063 #: config/tc-sh64.c:3325
12064 msgid "Invalid DataLabel expression"
12065 msgstr ""
12066
12067 #: config/tc-sparc.c:276 config/tc-sparc.c:481
12068 msgid "Bad opcode table, broken assembler."
12069 msgstr ""
12070
12071 #: config/tc-sparc.c:473
12072 #, c-format
12073 msgid "invalid architecture -xarch=%s"
12074 msgstr ""
12075
12076 #: config/tc-sparc.c:542
12077 #, c-format
12078 msgid "No compiled in support for %d bit object file format"
12079 msgstr ""
12080
12081 #: config/tc-sparc.c:623
12082 #, c-format
12083 msgid "SPARC options:\n"
12084 msgstr ""
12085
12086 #: config/tc-sparc.c:652
12087 #, c-format
12088 msgid ""
12089 "\n"
12090 "\t\t\tspecify variant of SPARC architecture\n"
12091 "-bump\t\t\twarn when assembler switches architectures\n"
12092 "-sparc\t\t\tignored\n"
12093 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
12094 "-relax\t\t\trelax jumps and branches (default)\n"
12095 "-no-relax\t\tavoid changing any jumps and branches\n"
12096 msgstr ""
12097
12098 #: config/tc-sparc.c:660
12099 #, c-format
12100 msgid "-k\t\t\tgenerate PIC\n"
12101 msgstr ""
12102
12103 #: config/tc-sparc.c:664
12104 #, c-format
12105 msgid ""
12106 "-32\t\t\tcreate 32 bit object file\n"
12107 "-64\t\t\tcreate 64 bit object file\n"
12108 msgstr ""
12109
12110 #: config/tc-sparc.c:667
12111 #, c-format
12112 msgid "\t\t\t[default is %d]\n"
12113 msgstr ""
12114
12115 #: config/tc-sparc.c:669
12116 #, c-format
12117 msgid ""
12118 "-TSO\t\t\tuse Total Store Ordering\n"
12119 "-PSO\t\t\tuse Partial Store Ordering\n"
12120 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
12121 msgstr ""
12122
12123 #: config/tc-sparc.c:673
12124 #, c-format
12125 msgid "\t\t\t[default is %s]\n"
12126 msgstr ""
12127
12128 #: config/tc-sparc.c:675
12129 #, c-format
12130 msgid ""
12131 "-KPIC\t\t\tgenerate PIC\n"
12132 "-V\t\t\tprint assembler version number\n"
12133 "-undeclared-regs\tignore application global register usage without\n"
12134 "\t\t\tappropriate .register directive (default)\n"
12135 "-no-undeclared-regs\tforce error on application global register usage\n"
12136 "\t\t\twithout appropriate .register directive\n"
12137 "-q\t\t\tignored\n"
12138 "-Qy, -Qn\t\tignored\n"
12139 "-s\t\t\tignored\n"
12140 msgstr ""
12141
12142 #: config/tc-sparc.c:687
12143 #, c-format
12144 msgid ""
12145 "-EL\t\t\tgenerate code for a little endian machine\n"
12146 "-EB\t\t\tgenerate code for a big endian machine\n"
12147 "--little-endian-data\tgenerate code for a machine having big endian\n"
12148 " instructions and little endian data.\n"
12149 msgstr ""
12150
12151 #: config/tc-sparc.c:823
12152 #, c-format
12153 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
12154 msgstr ""
12155
12156 #: config/tc-sparc.c:842
12157 #, c-format
12158 msgid "Internal error: can't find opcode `%s' for `%s'\n"
12159 msgstr ""
12160
12161 #: config/tc-sparc.c:983
12162 msgid "Support for 64-bit arithmetic not compiled in."
12163 msgstr ""
12164
12165 #: config/tc-sparc.c:1029
12166 msgid "set: number not in 0..4294967295 range"
12167 msgstr ""
12168
12169 #: config/tc-sparc.c:1036
12170 msgid "set: number not in -2147483648..4294967295 range"
12171 msgstr ""
12172
12173 #: config/tc-sparc.c:1095
12174 msgid "setsw: number not in -2147483648..4294967295 range"
12175 msgstr ""
12176
12177 #: config/tc-sparc.c:1143
12178 msgid "setx: temporary register same as destination register"
12179 msgstr ""
12180
12181 #: config/tc-sparc.c:1214
12182 msgid "setx: illegal temporary register g0"
12183 msgstr ""
12184
12185 #: config/tc-sparc.c:1311
12186 msgid "FP branch in delay slot"
12187 msgstr ""
12188
12189 #: config/tc-sparc.c:1326
12190 msgid "FP branch preceded by FP instruction; NOP inserted"
12191 msgstr ""
12192
12193 #: config/tc-sparc.c:1366
12194 msgid "failed special case insn sanity check"
12195 msgstr ""
12196
12197 #: config/tc-sparc.c:1454
12198 msgid ": invalid membar mask name"
12199 msgstr ""
12200
12201 #: config/tc-sparc.c:1470
12202 msgid ": invalid membar mask expression"
12203 msgstr ""
12204
12205 #: config/tc-sparc.c:1475
12206 msgid ": invalid membar mask number"
12207 msgstr ""
12208
12209 #: config/tc-sparc.c:1490
12210 msgid ": invalid siam mode expression"
12211 msgstr ""
12212
12213 #: config/tc-sparc.c:1495
12214 msgid ": invalid siam mode number"
12215 msgstr ""
12216
12217 #: config/tc-sparc.c:1511
12218 msgid ": invalid prefetch function name"
12219 msgstr ""
12220
12221 #: config/tc-sparc.c:1519
12222 msgid ": invalid prefetch function expression"
12223 msgstr ""
12224
12225 #: config/tc-sparc.c:1524
12226 msgid ": invalid prefetch function number"
12227 msgstr ""
12228
12229 #: config/tc-sparc.c:1552 config/tc-sparc.c:1564
12230 msgid ": unrecognizable privileged register"
12231 msgstr ""
12232
12233 #: config/tc-sparc.c:1588 config/tc-sparc.c:1600
12234 msgid ": unrecognizable hyperprivileged register"
12235 msgstr ""
12236
12237 #: config/tc-sparc.c:1624 config/tc-sparc.c:1649
12238 msgid ": unrecognizable v9a or v9b ancillary state register"
12239 msgstr ""
12240
12241 #: config/tc-sparc.c:1629
12242 msgid ": rd on write only ancillary state register"
12243 msgstr ""
12244
12245 #. %sys_tick and %sys_tick_cmpr are v9bnotv9a
12246 #: config/tc-sparc.c:1637
12247 msgid ": unrecognizable v9a ancillary state register"
12248 msgstr ""
12249
12250 #: config/tc-sparc.c:1673
12251 msgid ": asr number must be between 16 and 31"
12252 msgstr ""
12253
12254 #: config/tc-sparc.c:1681
12255 msgid ": asr number must be between 0 and 31"
12256 msgstr ""
12257
12258 #: config/tc-sparc.c:1691
12259 #, c-format
12260 msgid ": expecting %asrN"
12261 msgstr ""
12262
12263 #: config/tc-sparc.c:1878 config/tc-sparc.c:1916 config/tc-sparc.c:2329
12264 #: config/tc-sparc.c:2365
12265 #, c-format
12266 msgid "Illegal operands: %%%s requires arguments in ()"
12267 msgstr ""
12268
12269 #: config/tc-sparc.c:1884
12270 #, c-format
12271 msgid "Illegal operands: %%%s cannot be used together with other relocs in the insn ()"
12272 msgstr ""
12273
12274 #: config/tc-sparc.c:1895
12275 #, c-format
12276 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
12277 msgstr ""
12278
12279 #: config/tc-sparc.c:2102
12280 msgid "detected global register use not covered by .register pseudo-op"
12281 msgstr ""
12282
12283 #: config/tc-sparc.c:2173
12284 msgid ": There are only 64 f registers; [0-63]"
12285 msgstr ""
12286
12287 #: config/tc-sparc.c:2175 config/tc-sparc.c:2193
12288 msgid ": There are only 32 f registers; [0-31]"
12289 msgstr ""
12290
12291 #: config/tc-sparc.c:2185
12292 msgid ": There are only 32 single precision f registers; [0-31]"
12293 msgstr ""
12294
12295 #: config/tc-sparc.c:2377
12296 #, c-format
12297 msgid "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
12298 msgstr ""
12299
12300 #: config/tc-sparc.c:2487
12301 #, c-format
12302 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
12303 msgstr ""
12304
12305 #: config/tc-sparc.c:2497
12306 #, c-format
12307 msgid "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable symbol"
12308 msgstr ""
12309
12310 #: config/tc-sparc.c:2515
12311 msgid ": PC-relative operand can't be a constant"
12312 msgstr ""
12313
12314 #: config/tc-sparc.c:2522
12315 msgid ": TLS operand can't be a constant"
12316 msgstr ""
12317
12318 #: config/tc-sparc.c:2555
12319 msgid ": invalid ASI name"
12320 msgstr ""
12321
12322 #: config/tc-sparc.c:2563
12323 msgid ": invalid ASI expression"
12324 msgstr ""
12325
12326 #: config/tc-sparc.c:2568
12327 msgid ": invalid ASI number"
12328 msgstr ""
12329
12330 #: config/tc-sparc.c:2665
12331 msgid "OPF immediate operand out of range (0-0x1ff)"
12332 msgstr ""
12333
12334 #: config/tc-sparc.c:2670
12335 msgid "non-immediate OPF operand, ignored"
12336 msgstr ""
12337
12338 #: config/tc-sparc.c:2689
12339 msgid ": invalid cpreg name"
12340 msgstr ""
12341
12342 #: config/tc-sparc.c:2718
12343 #, c-format
12344 msgid "Illegal operands%s"
12345 msgstr ""
12346
12347 #: config/tc-sparc.c:2752
12348 #, c-format
12349 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
12350 msgstr ""
12351
12352 #: config/tc-sparc.c:2788
12353 #, c-format
12354 msgid "Architecture mismatch on \"%s\"."
12355 msgstr ""
12356
12357 #: config/tc-sparc.c:2789
12358 #, c-format
12359 msgid " (Requires %s; requested architecture is %s.)"
12360 msgstr ""
12361
12362 #: config/tc-sparc.c:3324
12363 #, c-format
12364 msgid "bad or unhandled relocation type: 0x%02x"
12365 msgstr ""
12366
12367 #: config/tc-sparc.c:3657
12368 msgid "Expected comma after name"
12369 msgstr ""
12370
12371 #: config/tc-sparc.c:3666
12372 #, c-format
12373 msgid "BSS length (%d.) <0! Ignored."
12374 msgstr ""
12375
12376 #: config/tc-sparc.c:3678
12377 msgid "bad .reserve segment -- expected BSS segment"
12378 msgstr ""
12379
12380 #: config/tc-sparc.c:3706
12381 #, c-format
12382 msgid "alignment too large; assuming %d"
12383 msgstr ""
12384
12385 #: config/tc-sparc.c:3712 config/tc-sparc.c:3862
12386 msgid "negative alignment"
12387 msgstr ""
12388
12389 #: config/tc-sparc.c:3722 config/tc-sparc.c:3885 read.c:1321 read.c:2379
12390 msgid "alignment not a power of 2"
12391 msgstr ""
12392
12393 #: config/tc-sparc.c:3775
12394 #, c-format
12395 msgid "Ignoring attempt to re-define symbol %s"
12396 msgstr ""
12397
12398 #: config/tc-sparc.c:3799 config/tc-v850.c:222
12399 msgid "Expected comma after symbol-name"
12400 msgstr ""
12401
12402 #: config/tc-sparc.c:3809
12403 #, c-format
12404 msgid ".COMMon length (%lu) out of range ignored"
12405 msgstr ""
12406
12407 #: config/tc-sparc.c:3842
12408 msgid "Expected comma after common length"
12409 msgstr ""
12410
12411 #: config/tc-sparc.c:3856
12412 #, c-format
12413 msgid "alignment too large; assuming %ld"
12414 msgstr ""
12415
12416 #: config/tc-sparc.c:4000
12417 msgid "Unknown segment type"
12418 msgstr ""
12419
12420 #: config/tc-sparc.c:4075 config/tc-sparc.c:4085
12421 #, c-format
12422 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
12423 msgstr ""
12424
12425 #: config/tc-sparc.c:4103
12426 msgid "redefinition of global register"
12427 msgstr ""
12428
12429 #: config/tc-sparc.c:4114
12430 #, c-format
12431 msgid "Register symbol %s already defined."
12432 msgstr ""
12433
12434 #: config/tc-sparc.c:4319
12435 #, c-format
12436 msgid "Illegal operands: %%r_plt in %d-byte data field"
12437 msgstr ""
12438
12439 #: config/tc-sparc.c:4329
12440 #, c-format
12441 msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
12442 msgstr ""
12443
12444 #: config/tc-sparc.c:4366 config/tc-vax.c:3313
12445 #, c-format
12446 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
12447 msgstr ""
12448
12449 #: config/tc-sparc.c:4374 config/tc-sparc.c:4405 config/tc-sparc.c:4414
12450 #: config/tc-vax.c:3321 config/tc-vax.c:3352 config/tc-vax.c:3361
12451 #, c-format
12452 msgid "Illegal operands: %%r_%s%d requires arguments in ()"
12453 msgstr ""
12454
12455 #: config/tc-sparc.c:4423 config/tc-vax.c:3370
12456 #, c-format
12457 msgid "Illegal operands: garbage after %%r_%s%d()"
12458 msgstr ""
12459
12460 #: config/tc-sparc.h:60
12461 msgid "sparc convert_frag\n"
12462 msgstr ""
12463
12464 #: config/tc-sparc.h:62 config/tc-z80.h:53
12465 msgid "estimate_size_before_relax called"
12466 msgstr ""
12467
12468 #: config/tc-spu.c:132
12469 #, c-format
12470 msgid "Can't hash instruction '%s':%s"
12471 msgstr ""
12472
12473 #: config/tc-spu.c:186
12474 msgid ""
12475 "SPU options:\n"
12476 " --apuasm\t\t emulate behaviour of apuasm\n"
12477 msgstr ""
12478
12479 #: config/tc-spu.c:292
12480 #, c-format
12481 msgid "Invalid mnemonic '%s'"
12482 msgstr ""
12483
12484 #: config/tc-spu.c:298
12485 #, c-format
12486 msgid "'%s' is only available in DD2.0 or higher."
12487 msgstr ""
12488
12489 #: config/tc-spu.c:330
12490 #, c-format
12491 msgid "Error in argument %d. Expecting: \"%s\""
12492 msgstr ""
12493
12494 #: config/tc-spu.c:341
12495 msgid "Mixing register syntax, with and without '$'."
12496 msgstr ""
12497
12498 #: config/tc-spu.c:347
12499 #, c-format
12500 msgid "Treating '%-*s' as a symbol."
12501 msgstr ""
12502
12503 #: config/tc-spu.c:566
12504 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
12505 msgstr ""
12506
12507 #: config/tc-spu.c:568
12508 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
12509 msgstr ""
12510
12511 #: config/tc-spu.c:611
12512 #, c-format
12513 msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
12514 msgstr ""
12515
12516 #: config/tc-spu.c:617
12517 #, c-format
12518 msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
12519 msgstr ""
12520
12521 #: config/tc-spu.c:687 config/tc-spu.c:690
12522 #, c-format
12523 msgid "Constant expression %d out of range, [%d, %d]."
12524 msgstr ""
12525
12526 #: config/tc-spu.c:792
12527 #, c-format
12528 msgid "invalid priority '%lu'"
12529 msgstr ""
12530
12531 #: config/tc-spu.c:798
12532 #, c-format
12533 msgid "invalid lrlive '%lu'"
12534 msgstr ""
12535
12536 #: config/tc-spu.c:857
12537 msgid "Relaxation should never occur"
12538 msgstr ""
12539
12540 #: config/tc-spu.c:1007
12541 #, c-format
12542 msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
12543 msgstr ""
12544
12545 #: config/tc-spu.h:85
12546 msgid "spu convert_frag\n"
12547 msgstr ""
12548
12549 #: config/tc-tic30.c:483
12550 msgid "More than one AR register found in indirect reference"
12551 msgstr ""
12552
12553 #: config/tc-tic30.c:488
12554 msgid "Illegal AR register in indirect reference"
12555 msgstr ""
12556
12557 #: config/tc-tic30.c:508
12558 msgid "More than one displacement found in indirect reference"
12559 msgstr ""
12560
12561 #: config/tc-tic30.c:516
12562 msgid "Invalid displacement in indirect reference"
12563 msgstr ""
12564
12565 #: config/tc-tic30.c:533
12566 msgid "AR register not found in indirect reference"
12567 msgstr ""
12568
12569 #. Maybe an implied displacement of 1 again.
12570 #: config/tc-tic30.c:549
12571 msgid "required displacement wasn't given in indirect reference"
12572 msgstr ""
12573
12574 #: config/tc-tic30.c:555
12575 msgid "illegal indirect reference"
12576 msgstr ""
12577
12578 #: config/tc-tic30.c:561
12579 msgid "displacement must be an unsigned 8-bit number"
12580 msgstr ""
12581
12582 #: config/tc-tic30.c:749 config/tc-tic30.c:1496
12583 #, c-format
12584 msgid "Invalid character %s before %s operand"
12585 msgstr ""
12586
12587 #: config/tc-tic30.c:768 config/tc-tic30.c:1511
12588 #, c-format
12589 msgid "Unbalanced parenthesis in %s operand."
12590 msgstr ""
12591
12592 #: config/tc-tic30.c:784 config/tc-tic30.c:1521
12593 #, c-format
12594 msgid "Invalid character %s in %s operand"
12595 msgstr ""
12596
12597 #: config/tc-tic30.c:803 config/tc-tic30.c:1538
12598 #, c-format
12599 msgid "Spurious operands; (%d operands/instruction max)"
12600 msgstr ""
12601
12602 #. Just skip it, if it's \n complain.
12603 #: config/tc-tic30.c:821 config/tc-tic30.c:837 config/tc-tic30.c:1555
12604 #: config/tc-tic30.c:1571
12605 msgid "Expecting operand after ','; got nothing"
12606 msgstr ""
12607
12608 #: config/tc-tic30.c:826 config/tc-tic30.c:1560
12609 msgid "Expecting operand before ','; got nothing"
12610 msgstr ""
12611
12612 #: config/tc-tic30.c:864
12613 msgid "incorrect number of operands given in the first instruction"
12614 msgstr ""
12615
12616 #: config/tc-tic30.c:870
12617 msgid "incorrect number of operands given in the second instruction"
12618 msgstr ""
12619
12620 #: config/tc-tic30.c:891
12621 #, c-format
12622 msgid "%s instruction, operand %d doesn't match"
12623 msgstr ""
12624
12625 #. Shouldn't get here.
12626 #: config/tc-tic30.c:915 config/tc-tic30.c:922
12627 msgid "incorrect format for multiply parallel instruction"
12628 msgstr ""
12629
12630 #: config/tc-tic30.c:929
12631 msgid "destination for multiply can only be R0 or R1"
12632 msgstr ""
12633
12634 #: config/tc-tic30.c:936
12635 msgid "destination for add/subtract can only be R2 or R3"
12636 msgstr ""
12637
12638 #: config/tc-tic30.c:1003
12639 msgid "loading the same register in parallel operation"
12640 msgstr ""
12641
12642 #: config/tc-tic30.c:1385
12643 msgid "pc-relative "
12644 msgstr ""
12645
12646 #: config/tc-tic30.c:1446
12647 #, c-format
12648 msgid "Invalid character %s in opcode"
12649 msgstr ""
12650
12651 #: config/tc-tic30.c:1476
12652 #, c-format
12653 msgid "Unknown TMS320C30 instruction: %s"
12654 msgstr ""
12655
12656 #: config/tc-tic30.c:1596
12657 msgid "Incorrect number of operands given"
12658 msgstr ""
12659
12660 #: config/tc-tic30.c:1629
12661 #, c-format
12662 msgid "The %s operand doesn't match"
12663 msgstr ""
12664
12665 #. Shouldn't make it to this stage.
12666 #: config/tc-tic30.c:1654 config/tc-tic30.c:1666
12667 msgid "Incompatible first and second operands in instruction"
12668 msgstr ""
12669
12670 #: config/tc-tic30.c:1780
12671 msgid "invalid short form floating point immediate operand"
12672 msgstr ""
12673
12674 #: config/tc-tic30.c:1790
12675 msgid "rounding down first operand float to unsigned int"
12676 msgstr ""
12677
12678 #: config/tc-tic30.c:1792
12679 msgid "only lower 16-bits of first operand are used"
12680 msgstr ""
12681
12682 #: config/tc-tic30.c:1802
12683 msgid "rounding down first operand float to signed int"
12684 msgstr ""
12685
12686 #: config/tc-tic30.c:1807 config/tc-tic30.c:1878
12687 msgid "first operand is too large for 16-bit signed int"
12688 msgstr ""
12689
12690 #: config/tc-tic30.c:1872
12691 msgid "first operand is floating point"
12692 msgstr ""
12693
12694 #. Shouldn't get here.
12695 #: config/tc-tic30.c:1903
12696 msgid "interrupt vector for trap instruction out of range"
12697 msgstr ""
12698
12699 #: config/tc-tic30.c:1948
12700 msgid "LDP instruction needs a 24-bit operand"
12701 msgstr ""
12702
12703 #: config/tc-tic30.c:1972
12704 msgid "first operand is too large for a 24-bit displacement"
12705 msgstr ""
12706
12707 #: config/tc-tic4x.c:399
12708 msgid "Nan, using zero."
12709 msgstr ""
12710
12711 #: config/tc-tic4x.c:521
12712 #, c-format
12713 msgid "Cannot represent exponent in %d bits"
12714 msgstr ""
12715
12716 #: config/tc-tic4x.c:604 config/tc-tic4x.c:614
12717 msgid "Invalid floating point number"
12718 msgstr ""
12719
12720 #: config/tc-tic4x.c:734
12721 msgid "Comma expected\n"
12722 msgstr ""
12723
12724 #: config/tc-tic4x.c:774 config/tc-tic54x.c:479
12725 msgid ".bss size argument missing\n"
12726 msgstr ""
12727
12728 #: config/tc-tic4x.c:782
12729 #, c-format
12730 msgid ".bss size %ld < 0!"
12731 msgstr ""
12732
12733 #: config/tc-tic4x.c:916
12734 msgid "Non-constant symbols not allowed\n"
12735 msgstr ""
12736
12737 #: config/tc-tic4x.c:947
12738 msgid "Symbol missing\n"
12739 msgstr ""
12740
12741 #. Get terminator.
12742 #. Skip null symbol terminator.
12743 #: config/tc-tic4x.c:994
12744 msgid ".sect: subsection name ignored"
12745 msgstr ""
12746
12747 #: config/tc-tic4x.c:1022 config/tc-tic4x.c:1122 config/tc-tic54x.c:1442
12748 #, c-format
12749 msgid "Error setting flags for \"%s\": %s"
12750 msgstr ""
12751
12752 #: config/tc-tic4x.c:1053
12753 msgid ".set syntax invalid\n"
12754 msgstr ""
12755
12756 #: config/tc-tic4x.c:1111
12757 msgid ".usect: non-zero alignment flag ignored"
12758 msgstr ""
12759
12760 #: config/tc-tic4x.c:1142
12761 #, c-format
12762 msgid "This assembler does not support processor generation %ld"
12763 msgstr ""
12764
12765 #: config/tc-tic4x.c:1146
12766 msgid "Changing processor generation on fly not supported..."
12767 msgstr ""
12768
12769 #: config/tc-tic4x.c:1445
12770 msgid "Auxiliary register AR0--AR7 required for indirect"
12771 msgstr ""
12772
12773 #: config/tc-tic4x.c:1459
12774 #, c-format
12775 msgid "Bad displacement %d (require 0--255)\n"
12776 msgstr ""
12777
12778 #: config/tc-tic4x.c:1477
12779 msgid "Index register IR0,IR1 required for displacement"
12780 msgstr ""
12781
12782 #: config/tc-tic4x.c:1546
12783 msgid "Expecting a register name"
12784 msgstr ""
12785
12786 #: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581 config/tc-tic4x.c:1650
12787 msgid "Number too large"
12788 msgstr ""
12789
12790 #: config/tc-tic4x.c:1598
12791 msgid "Expecting a constant value"
12792 msgstr ""
12793
12794 #: config/tc-tic4x.c:1605
12795 #, c-format
12796 msgid "Bad direct addressing construct %s"
12797 msgstr ""
12798
12799 #: config/tc-tic4x.c:1609
12800 #, c-format
12801 msgid "Direct value of %ld is not suitable"
12802 msgstr ""
12803
12804 #: config/tc-tic4x.c:1633
12805 msgid "Unknown indirect addressing mode"
12806 msgstr ""
12807
12808 #: config/tc-tic4x.c:1730
12809 #, c-format
12810 msgid "Immediate value of %ld is too large for ldf"
12811 msgstr ""
12812
12813 #: config/tc-tic4x.c:1770
12814 msgid "Destination register must be ARn"
12815 msgstr ""
12816
12817 #: config/tc-tic4x.c:1789 config/tc-tic4x.c:2162 config/tc-tic4x.c:2221
12818 #, c-format
12819 msgid "Immediate value of %ld is too large"
12820 msgstr ""
12821
12822 #: config/tc-tic4x.c:1818 config/tc-tic4x.c:2023
12823 msgid "Invalid indirect addressing mode"
12824 msgstr ""
12825
12826 #: config/tc-tic4x.c:1842 config/tc-tic4x.c:1882 config/tc-tic4x.c:2073
12827 #: config/tc-tic4x.c:2095
12828 msgid "Register must be Rn"
12829 msgstr ""
12830
12831 #: config/tc-tic4x.c:1896 config/tc-tic4x.c:1966 config/tc-tic4x.c:1980
12832 msgid "Register must be R0--R7"
12833 msgstr ""
12834
12835 #: config/tc-tic4x.c:1920 config/tc-tic4x.c:1948
12836 #, c-format
12837 msgid "Invalid indirect addressing mode displacement %d"
12838 msgstr ""
12839
12840 #: config/tc-tic4x.c:1994
12841 msgid "Destination register must be R2 or R3"
12842 msgstr ""
12843
12844 #: config/tc-tic4x.c:2008
12845 msgid "Destination register must be R0 or R1"
12846 msgstr ""
12847
12848 #: config/tc-tic4x.c:2045
12849 #, c-format
12850 msgid "Displacement value of %ld is too large"
12851 msgstr ""
12852
12853 #: config/tc-tic4x.c:2106 config/tc-tic4x.c:2237
12854 msgid "Floating point number not valid in expression"
12855 msgstr ""
12856
12857 #: config/tc-tic4x.c:2120
12858 #, c-format
12859 msgid "Signed immediate value %ld too large"
12860 msgstr ""
12861
12862 #: config/tc-tic4x.c:2183
12863 #, c-format
12864 msgid "Unsigned immediate value %ld too large"
12865 msgstr ""
12866
12867 #: config/tc-tic4x.c:2251
12868 #, c-format
12869 msgid "Immediate value %ld too large"
12870 msgstr ""
12871
12872 #: config/tc-tic4x.c:2270 config/tc-tic4x.c:2298
12873 msgid "Register must be ivtp or tvtp"
12874 msgstr ""
12875
12876 #: config/tc-tic4x.c:2284
12877 msgid "Register must be address register"
12878 msgstr ""
12879
12880 #: config/tc-tic4x.c:2357
12881 msgid "Source and destination register should not be equal"
12882 msgstr ""
12883
12884 #: config/tc-tic4x.c:2372
12885 msgid "Equal parallell destination registers, one result will be discarded"
12886 msgstr ""
12887
12888 #: config/tc-tic4x.c:2413
12889 msgid "Too many operands scanned"
12890 msgstr ""
12891
12892 #: config/tc-tic4x.c:2443
12893 msgid "Parallel opcode cannot contain more than two instructions"
12894 msgstr ""
12895
12896 #: config/tc-tic4x.c:2516
12897 #, c-format
12898 msgid "Invalid operands for %s"
12899 msgstr ""
12900
12901 #: config/tc-tic4x.c:2519
12902 #, c-format
12903 msgid "Invalid instruction %s"
12904 msgstr ""
12905
12906 #: config/tc-tic4x.c:2668
12907 #, c-format
12908 msgid "Bad relocation type: 0x%02x"
12909 msgstr ""
12910
12911 #: config/tc-tic4x.c:2726
12912 #, c-format
12913 msgid "Unsupported processor generation %d"
12914 msgstr ""
12915
12916 #: config/tc-tic4x.c:2734
12917 msgid "Option -b is depreciated, please use -mbig"
12918 msgstr ""
12919
12920 #: config/tc-tic4x.c:2740
12921 msgid "Option -p is depreciated, please use -mmemparm"
12922 msgstr ""
12923
12924 #: config/tc-tic4x.c:2746
12925 msgid "Option -r is depreciated, please use -mregparm"
12926 msgstr ""
12927
12928 #: config/tc-tic4x.c:2752
12929 msgid "Option -s is depreciated, please use -msmall"
12930 msgstr ""
12931
12932 #: config/tc-tic4x.c:2780
12933 #, c-format
12934 msgid ""
12935 "\n"
12936 "TIC4X options:\n"
12937 " -mcpu=CPU -mCPU select architecture variant. CPU can be:\n"
12938 " 30 - TMS320C30\n"
12939 " 31 - TMS320C31, TMS320LC31\n"
12940 " 32 - TMS320C32\n"
12941 " 33 - TMS320VC33\n"
12942 " 40 - TMS320C40\n"
12943 " 44 - TMS320C44\n"
12944 " -mrev=REV set cpu hardware revision (integer numbers).\n"
12945 " Combinations of -mcpu and -mrev will enable/disable\n"
12946 " the appropriate options (-midle2, -mlowpower and\n"
12947 " -menhanced) according to the selected type\n"
12948 " -mbig select big memory model\n"
12949 " -msmall select small memory model (default)\n"
12950 " -mregparm select register parameters (default)\n"
12951 " -mmemparm select memory parameters\n"
12952 " -midle2 enable IDLE2 support\n"
12953 " -mlowpower enable LOPOWER and MAXSPEED support\n"
12954 " -menhanced enable enhanced opcode support\n"
12955 msgstr ""
12956
12957 #: config/tc-tic4x.c:2825
12958 #, c-format
12959 msgid "Label \"$%d\" redefined"
12960 msgstr ""
12961
12962 #: config/tc-tic4x.c:3033
12963 #, c-format
12964 msgid "Reloc %d not supported by object file format"
12965 msgstr ""
12966
12967 #. Only word (et al.), align, or conditionals are allowed within
12968 #. .struct/.union.
12969 #: config/tc-tic54x.c:220
12970 msgid "pseudo-op illegal within .struct/.union"
12971 msgstr ""
12972
12973 #: config/tc-tic54x.c:234
12974 #, c-format
12975 msgid "C54x-specific command line options:\n"
12976 msgstr ""
12977
12978 #: config/tc-tic54x.c:235
12979 #, c-format
12980 msgid "-mfar-mode | -mf Use extended addressing\n"
12981 msgstr ""
12982
12983 #: config/tc-tic54x.c:236
12984 #, c-format
12985 msgid "-mcpu=<CPU version> Specify the CPU version\n"
12986 msgstr ""
12987
12988 #: config/tc-tic54x.c:237
12989 #, c-format
12990 msgid "-merrors-to-file <filename>\n"
12991 msgstr ""
12992
12993 #: config/tc-tic54x.c:238
12994 #, c-format
12995 msgid "-me <filename> Redirect errors to a file\n"
12996 msgstr ""
12997
12998 #: config/tc-tic54x.c:350
12999 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
13000 msgstr ""
13001
13002 #: config/tc-tic54x.c:359
13003 msgid "symbols assigned with .asg must begin with a letter"
13004 msgstr ""
13005
13006 #: config/tc-tic54x.c:403
13007 msgid "Unterminated string after absolute expression"
13008 msgstr ""
13009
13010 #: config/tc-tic54x.c:411
13011 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
13012 msgstr ""
13013
13014 #: config/tc-tic54x.c:423
13015 msgid "symbols assigned with .eval must begin with a letter"
13016 msgstr ""
13017
13018 #: config/tc-tic54x.c:488
13019 #, c-format
13020 msgid ".bss size %d < 0!"
13021 msgstr ""
13022
13023 #: config/tc-tic54x.c:677
13024 msgid "Offset on nested structures is ignored"
13025 msgstr ""
13026
13027 #: config/tc-tic54x.c:727
13028 #, c-format
13029 msgid ".end%s without preceding .%s"
13030 msgstr ""
13031
13032 #: config/tc-tic54x.c:793
13033 #, c-format
13034 msgid "Unrecognized struct/union tag '%s'"
13035 msgstr ""
13036
13037 #: config/tc-tic54x.c:795
13038 msgid ".tag requires a structure tag"
13039 msgstr ""
13040
13041 #: config/tc-tic54x.c:801
13042 msgid "Label required for .tag"
13043 msgstr ""
13044
13045 #: config/tc-tic54x.c:820
13046 #, c-format
13047 msgid ".tag target '%s' undefined"
13048 msgstr ""
13049
13050 #: config/tc-tic54x.c:882
13051 #, c-format
13052 msgid ".field count '%d' out of range (1 <= X <= 32)"
13053 msgstr ""
13054
13055 #: config/tc-tic54x.c:910
13056 #, c-format
13057 msgid "Unrecognized field type '%c'"
13058 msgstr ""
13059
13060 #: config/tc-tic54x.c:1033
13061 msgid "Overflow in expression, truncated to 8 bits"
13062 msgstr ""
13063
13064 #: config/tc-tic54x.c:1038
13065 msgid "Overflow in expression, truncated to 16 bits"
13066 msgstr ""
13067
13068 #. Disallow .byte with a non constant expression that will
13069 #. require relocation.
13070 #: config/tc-tic54x.c:1046
13071 msgid "Relocatable values require at least WORD storage"
13072 msgstr ""
13073
13074 #: config/tc-tic54x.c:1107
13075 msgid "Use of .def/.ref is deprecated. Use .global instead"
13076 msgstr ""
13077
13078 #: config/tc-tic54x.c:1301
13079 msgid ".space/.bes repeat count is negative, ignored"
13080 msgstr ""
13081
13082 #: config/tc-tic54x.c:1306
13083 msgid ".space/.bes repeat count is zero, ignored"
13084 msgstr ""
13085
13086 #: config/tc-tic54x.c:1383
13087 msgid "Missing size argument"
13088 msgstr ""
13089
13090 #: config/tc-tic54x.c:1517
13091 msgid "CPU version has already been set"
13092 msgstr ""
13093
13094 #: config/tc-tic54x.c:1521
13095 #, c-format
13096 msgid "Unrecognized version '%s'"
13097 msgstr ""
13098
13099 #: config/tc-tic54x.c:1527
13100 msgid "Changing of CPU version on the fly not supported"
13101 msgstr ""
13102
13103 #: config/tc-tic54x.c:1660
13104 msgid "p2align not supported on this target"
13105 msgstr ""
13106
13107 #: config/tc-tic54x.c:1672
13108 msgid "Argument to .even ignored"
13109 msgstr ""
13110
13111 #: config/tc-tic54x.c:1718
13112 msgid "Invalid field size, must be from 1 to 32"
13113 msgstr ""
13114
13115 #: config/tc-tic54x.c:1731
13116 msgid "field size must be 16 when value is relocatable"
13117 msgstr ""
13118
13119 #: config/tc-tic54x.c:1746
13120 msgid "field value truncated"
13121 msgstr ""
13122
13123 #: config/tc-tic54x.c:1853 config/tc-tic54x.c:2159
13124 #, c-format
13125 msgid "Unrecognized section '%s'"
13126 msgstr ""
13127
13128 #: config/tc-tic54x.c:1862
13129 msgid "Current section is unitialized, section name required for .clink"
13130 msgstr ""
13131
13132 #: config/tc-tic54x.c:2069
13133 msgid "ENDLOOP without corresponding LOOP"
13134 msgstr ""
13135
13136 #: config/tc-tic54x.c:2110
13137 msgid "Mixing of normal and extended addressing not supported"
13138 msgstr ""
13139
13140 #: config/tc-tic54x.c:2116
13141 msgid "Extended addressing not supported on the specified CPU"
13142 msgstr ""
13143
13144 #: config/tc-tic54x.c:2165
13145 msgid ".sblock may be used for initialized sections only"
13146 msgstr ""
13147
13148 #: config/tc-tic54x.c:2195
13149 msgid "Symbol missing for .set/.equ"
13150 msgstr ""
13151
13152 #: config/tc-tic54x.c:2251
13153 msgid ".var may only be used within a macro definition"
13154 msgstr ""
13155
13156 #: config/tc-tic54x.c:2259
13157 msgid "Substitution symbols must begin with a letter"
13158 msgstr ""
13159
13160 #: config/tc-tic54x.c:2352
13161 #, c-format
13162 msgid "can't open macro library file '%s' for reading: %s"
13163 msgstr ""
13164
13165 #: config/tc-tic54x.c:2359
13166 #, c-format
13167 msgid "File '%s' not in macro archive format"
13168 msgstr ""
13169
13170 #: config/tc-tic54x.c:2489
13171 #, c-format
13172 msgid "Bad COFF version '%s'"
13173 msgstr ""
13174
13175 #: config/tc-tic54x.c:2498
13176 #, c-format
13177 msgid "Bad CPU version '%s'"
13178 msgstr ""
13179
13180 #: config/tc-tic54x.c:2511 config/tc-tic54x.c:2514
13181 #, c-format
13182 msgid "Can't redirect stderr to the file '%s'"
13183 msgstr ""
13184
13185 #: config/tc-tic54x.c:2629
13186 #, c-format
13187 msgid "Undefined substitution symbol '%s'"
13188 msgstr ""
13189
13190 #: config/tc-tic54x.c:3131
13191 #, c-format
13192 msgid "Unbalanced parenthesis in operand %d"
13193 msgstr ""
13194
13195 #: config/tc-tic54x.c:3162 config/tc-tic54x.c:3170
13196 msgid "Expecting operand after ','"
13197 msgstr ""
13198
13199 #: config/tc-tic54x.c:3181
13200 msgid "Extra junk on line"
13201 msgstr ""
13202
13203 #: config/tc-tic54x.c:3218
13204 msgid "Badly formed address expression"
13205 msgstr ""
13206
13207 #: config/tc-tic54x.c:3471
13208 #, c-format
13209 msgid "Invalid dmad syntax '%s'"
13210 msgstr ""
13211
13212 #: config/tc-tic54x.c:3535
13213 #, c-format
13214 msgid "Use the .mmregs directive to use memory-mapped register names such as '%s'"
13215 msgstr ""
13216
13217 #: config/tc-tic54x.c:3586
13218 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
13219 msgstr ""
13220
13221 #: config/tc-tic54x.c:3606
13222 #, c-format
13223 msgid "Unrecognized indirect address format \"%s\""
13224 msgstr ""
13225
13226 #: config/tc-tic54x.c:3644
13227 #, c-format
13228 msgid "Operand '%s' out of range (%d <= x <= %d)"
13229 msgstr ""
13230
13231 #: config/tc-tic54x.c:3664
13232 msgid "Error in relocation handling"
13233 msgstr ""
13234
13235 #: config/tc-tic54x.c:3683 config/tc-tic54x.c:3745 config/tc-tic54x.c:3773
13236 #, c-format
13237 msgid "Unrecognized condition code \"%s\""
13238 msgstr ""
13239
13240 #: config/tc-tic54x.c:3700
13241 #, c-format
13242 msgid "Condition \"%s\" does not match preceding group"
13243 msgstr ""
13244
13245 #: config/tc-tic54x.c:3708
13246 #, c-format
13247 msgid "Condition \"%s\" uses a different accumulator from a preceding condition"
13248 msgstr ""
13249
13250 #: config/tc-tic54x.c:3715
13251 msgid "Only one comparison conditional allowed"
13252 msgstr ""
13253
13254 #: config/tc-tic54x.c:3720
13255 msgid "Only one overflow conditional allowed"
13256 msgstr ""
13257
13258 #: config/tc-tic54x.c:3728
13259 #, c-format
13260 msgid "Duplicate %s conditional"
13261 msgstr ""
13262
13263 #: config/tc-tic54x.c:3759
13264 msgid "Invalid auxiliary register (use AR0-AR7)"
13265 msgstr ""
13266
13267 #: config/tc-tic54x.c:3790
13268 msgid "lk addressing modes are invalid for memory-mapped register addressing"
13269 msgstr ""
13270
13271 #: config/tc-tic54x.c:3798
13272 msgid "Address mode *+ARx is not allowed in memory-mapped register addressing. Resulting behavior is undefined."
13273 msgstr ""
13274
13275 #: config/tc-tic54x.c:3824
13276 msgid "Destination accumulator for each part of this parallel instruction must be different"
13277 msgstr ""
13278
13279 #: config/tc-tic54x.c:3873
13280 #, c-format
13281 msgid "Memory mapped register \"%s\" out of range"
13282 msgstr ""
13283
13284 #: config/tc-tic54x.c:3912
13285 msgid "Invalid operand (use 1, 2, or 3)"
13286 msgstr ""
13287
13288 #: config/tc-tic54x.c:3937
13289 msgid "A status register or status bit name is required"
13290 msgstr ""
13291
13292 #: config/tc-tic54x.c:3947
13293 #, c-format
13294 msgid "Unrecognized status bit \"%s\""
13295 msgstr ""
13296
13297 #: config/tc-tic54x.c:3970
13298 #, c-format
13299 msgid "Invalid status register \"%s\""
13300 msgstr ""
13301
13302 #: config/tc-tic54x.c:3982
13303 #, c-format
13304 msgid "Operand \"%s\" out of range (use 1 or 2)"
13305 msgstr ""
13306
13307 #: config/tc-tic54x.c:4185
13308 #, c-format
13309 msgid "Unrecognized instruction \"%s\""
13310 msgstr ""
13311
13312 #: config/tc-tic54x.c:4214
13313 #, c-format
13314 msgid "Unrecognized operand list '%s' for instruction '%s'"
13315 msgstr ""
13316
13317 #: config/tc-tic54x.c:4243
13318 #, c-format
13319 msgid "Unrecognized parallel instruction \"%s\""
13320 msgstr ""
13321
13322 #: config/tc-tic54x.c:4292
13323 #, c-format
13324 msgid "Invalid operand (s) for parallel instruction \"%s\""
13325 msgstr ""
13326
13327 #: config/tc-tic54x.c:4295
13328 #, c-format
13329 msgid "Unrecognized parallel instruction combination \"%s || %s\""
13330 msgstr ""
13331
13332 #: config/tc-tic54x.c:4522
13333 #, c-format
13334 msgid "%s symbol recursion stopped at second appearance of '%s'"
13335 msgstr ""
13336
13337 #: config/tc-tic54x.c:4562
13338 msgid "Unrecognized substitution symbol function"
13339 msgstr ""
13340
13341 #: config/tc-tic54x.c:4567
13342 msgid "Missing '(' after substitution symbol function"
13343 msgstr ""
13344
13345 #: config/tc-tic54x.c:4581
13346 msgid "Expecting second argument"
13347 msgstr ""
13348
13349 #: config/tc-tic54x.c:4594 config/tc-tic54x.c:4644
13350 msgid "Extra junk in function call, expecting ')'"
13351 msgstr ""
13352
13353 #: config/tc-tic54x.c:4620
13354 msgid "Function expects two arguments"
13355 msgstr ""
13356
13357 #: config/tc-tic54x.c:4633
13358 msgid "Expecting character constant argument"
13359 msgstr ""
13360
13361 #: config/tc-tic54x.c:4639
13362 msgid "Both arguments must be substitution symbols"
13363 msgstr ""
13364
13365 #: config/tc-tic54x.c:4692
13366 #, c-format
13367 msgid "Invalid subscript (use 1 to %d)"
13368 msgstr ""
13369
13370 #: config/tc-tic54x.c:4702
13371 #, c-format
13372 msgid "Invalid length (use 0 to %d"
13373 msgstr ""
13374
13375 #: config/tc-tic54x.c:4712
13376 msgid "Missing ')' in subscripted substitution symbol expression"
13377 msgstr ""
13378
13379 #: config/tc-tic54x.c:4732
13380 msgid "Missing forced substitution terminator ':'"
13381 msgstr ""
13382
13383 #: config/tc-tic54x.c:4886
13384 #, c-format
13385 msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left)"
13386 msgstr ""
13387
13388 #: config/tc-tic54x.c:4927
13389 #, c-format
13390 msgid "Unrecognized parallel instruction '%s'"
13391 msgstr ""
13392
13393 #: config/tc-tic54x.c:4939
13394 #, c-format
13395 msgid "Instruction '%s' requires an LP cpu version"
13396 msgstr ""
13397
13398 #: config/tc-tic54x.c:4946
13399 #, c-format
13400 msgid "Instruction '%s' requires far mode addressing"
13401 msgstr ""
13402
13403 #: config/tc-tic54x.c:4958
13404 #, c-format
13405 msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left). Resulting behavior is undefined."
13406 msgstr ""
13407
13408 #: config/tc-tic54x.c:4968
13409 msgid "Instructions which cause PC discontinuity are not allowed in a delay slot. Resulting behavior is undefined."
13410 msgstr ""
13411
13412 #: config/tc-tic54x.c:4979
13413 #, c-format
13414 msgid "'%s' is not repeatable. Resulting behavior is undefined."
13415 msgstr ""
13416
13417 #: config/tc-tic54x.c:4983
13418 msgid "Instructions using long offset modifiers or absolute addresses are not repeatable. Resulting behavior is undefined."
13419 msgstr ""
13420
13421 #: config/tc-tic54x.c:5135
13422 #, c-format
13423 msgid "Unsupported relocation size %d"
13424 msgstr ""
13425
13426 #: config/tc-tic54x.c:5266
13427 msgid "non-absolute value used with .space/.bes"
13428 msgstr ""
13429
13430 #: config/tc-tic54x.c:5270
13431 #, c-format
13432 msgid "negative value ignored in %s"
13433 msgstr ""
13434
13435 #: config/tc-tic54x.c:5358
13436 #, c-format
13437 msgid "attempt to .space/.bes backwards? (%ld)"
13438 msgstr ""
13439
13440 #: config/tc-tic54x.c:5390
13441 #, c-format
13442 msgid "Invalid label '%s'"
13443 msgstr ""
13444
13445 #: config/tc-v850.c:233
13446 #, c-format
13447 msgid ".COMMon length (%d.) < 0! Ignored."
13448 msgstr ""
13449
13450 #: config/tc-v850.c:254
13451 #, c-format
13452 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
13453 msgstr ""
13454
13455 #: config/tc-v850.c:280
13456 msgid "Common alignment negative; 0 assumed"
13457 msgstr ""
13458
13459 #: config/tc-v850.c:480
13460 msgid ".longcall pseudo-op seen when not relaxing"
13461 msgstr ""
13462
13463 #: config/tc-v850.c:482
13464 msgid ".longjump pseudo-op seen when not relaxing"
13465 msgstr ""
13466
13467 #: config/tc-v850.c:489
13468 msgid "bad .longcall format"
13469 msgstr ""
13470
13471 #: config/tc-v850.c:938
13472 #, c-format
13473 msgid "unknown operand shift: %x\n"
13474 msgstr ""
13475
13476 #: config/tc-v850.c:939
13477 msgid "internal failure in parse_register_list"
13478 msgstr ""
13479
13480 #: config/tc-v850.c:955
13481 msgid "constant expression or register list expected"
13482 msgstr ""
13483
13484 #: config/tc-v850.c:960 config/tc-v850.c:973 config/tc-v850.c:992
13485 msgid "high bits set in register list expression"
13486 msgstr ""
13487
13488 #: config/tc-v850.c:1031 config/tc-v850.c:1094
13489 msgid "illegal register included in list"
13490 msgstr ""
13491
13492 #: config/tc-v850.c:1037
13493 msgid "system registers cannot be included in list"
13494 msgstr ""
13495
13496 #: config/tc-v850.c:1042
13497 msgid "PSW cannot be included in list"
13498 msgstr ""
13499
13500 #: config/tc-v850.c:1049
13501 msgid "High value system registers cannot be included in list"
13502 msgstr ""
13503
13504 #: config/tc-v850.c:1073
13505 msgid "second register should follow dash in register list"
13506 msgstr ""
13507
13508 #: config/tc-v850.c:1118
13509 #, c-format
13510 msgid " V850 options:\n"
13511 msgstr ""
13512
13513 #: config/tc-v850.c:1119
13514 #, c-format
13515 msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n"
13516 msgstr ""
13517
13518 #: config/tc-v850.c:1120
13519 #, c-format
13520 msgid " -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n"
13521 msgstr ""
13522
13523 #: config/tc-v850.c:1121
13524 #, c-format
13525 msgid " -mv850 The code is targeted at the v850\n"
13526 msgstr ""
13527
13528 #: config/tc-v850.c:1122
13529 #, c-format
13530 msgid " -mv850e The code is targeted at the v850e\n"
13531 msgstr ""
13532
13533 #: config/tc-v850.c:1123
13534 #, c-format
13535 msgid " -mv850e1 The code is targeted at the v850e1\n"
13536 msgstr ""
13537
13538 #: config/tc-v850.c:1124
13539 #, c-format
13540 msgid " -mv850any The code is generic, despite any processor specific instructions\n"
13541 msgstr ""
13542
13543 #: config/tc-v850.c:1125
13544 #, c-format
13545 msgid " -mrelax Enable relaxation\n"
13546 msgstr ""
13547
13548 #: config/tc-v850.c:1291
13549 #, c-format
13550 msgid "Unable to determine default target processor from string: %s"
13551 msgstr ""
13552
13553 #: config/tc-v850.c:1326
13554 msgid "lo() relocation used on an instruction which does not support it"
13555 msgstr ""
13556
13557 #: config/tc-v850.c:1343
13558 msgid "ctoff() relocation used on an instruction which does not support it"
13559 msgstr ""
13560
13561 #: config/tc-v850.c:1365
13562 msgid "sdaoff() relocation used on an instruction which does not support it"
13563 msgstr ""
13564
13565 #: config/tc-v850.c:1387
13566 msgid "zdaoff() relocation used on an instruction which does not support it"
13567 msgstr ""
13568
13569 #: config/tc-v850.c:1420
13570 msgid "tdaoff() relocation used on an instruction which does not support it"
13571 msgstr ""
13572
13573 #: config/tc-v850.c:1625
13574 msgid "Target processor does not support this instruction."
13575 msgstr ""
13576
13577 #: config/tc-v850.c:1714 config/tc-v850.c:1743 config/tc-v850.c:1923
13578 msgid "immediate operand is too large"
13579 msgstr ""
13580
13581 #: config/tc-v850.c:1725
13582 msgid "AAARG -> unhandled constant reloc"
13583 msgstr ""
13584
13585 #: config/tc-v850.c:1768
13586 msgid "invalid register name"
13587 msgstr ""
13588
13589 #: config/tc-v850.c:1772
13590 msgid "register r0 cannot be used here"
13591 msgstr ""
13592
13593 #: config/tc-v850.c:1783
13594 msgid "invalid system register name"
13595 msgstr ""
13596
13597 #: config/tc-v850.c:1795
13598 msgid "expected EP register"
13599 msgstr ""
13600
13601 #: config/tc-v850.c:1811
13602 msgid "invalid condition code name"
13603 msgstr ""
13604
13605 #: config/tc-v850.c:1831 config/tc-v850.c:1835
13606 msgid "constant too big to fit into instruction"
13607 msgstr ""
13608
13609 #: config/tc-v850.c:1888
13610 msgid "syntax error: value is missing before the register name"
13611 msgstr ""
13612
13613 #: config/tc-v850.c:1890
13614 msgid "syntax error: register not expected"
13615 msgstr ""
13616
13617 #: config/tc-v850.c:1903
13618 msgid "syntax error: system register not expected"
13619 msgstr ""
13620
13621 #: config/tc-v850.c:1907
13622 msgid "syntax error: condition code not expected"
13623 msgstr ""
13624
13625 #: config/tc-v850.c:1941 config/tc-xtensa.c:11825
13626 msgid "invalid operand"
13627 msgstr ""
13628
13629 #: config/tc-vax.c:1342
13630 msgid "no '[' to match ']'"
13631 msgstr ""
13632
13633 #: config/tc-vax.c:1358
13634 msgid "bad register in []"
13635 msgstr ""
13636
13637 #: config/tc-vax.c:1360
13638 msgid "[PC] index banned"
13639 msgstr ""
13640
13641 #: config/tc-vax.c:1396
13642 msgid "no '(' to match ')'"
13643 msgstr ""
13644
13645 #: config/tc-vax.c:1512
13646 msgid "invalid branch operand"
13647 msgstr ""
13648
13649 #: config/tc-vax.c:1539
13650 msgid "address prohibits @"
13651 msgstr ""
13652
13653 #: config/tc-vax.c:1541
13654 msgid "address prohibits #"
13655 msgstr ""
13656
13657 #: config/tc-vax.c:1545
13658 msgid "address prohibits -()"
13659 msgstr ""
13660
13661 #: config/tc-vax.c:1547
13662 msgid "address prohibits ()+"
13663 msgstr ""
13664
13665 #: config/tc-vax.c:1550
13666 msgid "address prohibits ()"
13667 msgstr ""
13668
13669 #: config/tc-vax.c:1552
13670 msgid "address prohibits []"
13671 msgstr ""
13672
13673 #: config/tc-vax.c:1554
13674 msgid "address prohibits register"
13675 msgstr ""
13676
13677 #: config/tc-vax.c:1556
13678 msgid "address prohibits displacement length specifier"
13679 msgstr ""
13680
13681 #: config/tc-vax.c:1584
13682 msgid "invalid operand of S^#"
13683 msgstr ""
13684
13685 #: config/tc-vax.c:1597
13686 msgid "S^# needs expression"
13687 msgstr ""
13688
13689 #: config/tc-vax.c:1604
13690 msgid "S^# may only read-access"
13691 msgstr ""
13692
13693 #: config/tc-vax.c:1627
13694 msgid "invalid operand of -()"
13695 msgstr ""
13696
13697 #: config/tc-vax.c:1633
13698 msgid "-(PC) unpredictable"
13699 msgstr ""
13700
13701 #: config/tc-vax.c:1635
13702 msgid "[]index same as -()register: unpredictable"
13703 msgstr ""
13704
13705 #: config/tc-vax.c:1667
13706 msgid "invalid operand of ()+"
13707 msgstr ""
13708
13709 #: config/tc-vax.c:1673
13710 msgid "(PC)+ unpredictable"
13711 msgstr ""
13712
13713 #: config/tc-vax.c:1675
13714 msgid "[]index same as ()+register: unpredictable"
13715 msgstr ""
13716
13717 #: config/tc-vax.c:1698
13718 msgid "# conflicts length"
13719 msgstr ""
13720
13721 #: config/tc-vax.c:1700
13722 msgid "# bars register"
13723 msgstr ""
13724
13725 #: config/tc-vax.c:1720
13726 msgid "writing or modifying # is unpredictable"
13727 msgstr ""
13728
13729 #: config/tc-vax.c:1746
13730 msgid "length not needed"
13731 msgstr ""
13732
13733 #: config/tc-vax.c:1753
13734 msgid "can't []index a register, because it has no address"
13735 msgstr ""
13736
13737 #: config/tc-vax.c:1755
13738 msgid "a register has no address"
13739 msgstr ""
13740
13741 #: config/tc-vax.c:1764
13742 msgid "PC part of operand unpredictable"
13743 msgstr ""
13744
13745 #: config/tc-vax.c:1920
13746 msgid "odd number of bytes in operand description"
13747 msgstr ""
13748
13749 #: config/tc-vax.c:1934
13750 msgid "Bad operand"
13751 msgstr ""
13752
13753 #: config/tc-vax.c:1939
13754 msgid "Not enough operands"
13755 msgstr ""
13756
13757 #: config/tc-vax.c:2216
13758 msgid "SYMBOL TABLE not implemented"
13759 msgstr ""
13760
13761 #: config/tc-vax.c:2220
13762 msgid "TOKEN TRACE not implemented"
13763 msgstr ""
13764
13765 #: config/tc-vax.c:2224
13766 #, c-format
13767 msgid "Displacement length %s ignored!"
13768 msgstr ""
13769
13770 #: config/tc-vax.c:2228
13771 #, c-format
13772 msgid "I don't need or use temp. file \"%s\"."
13773 msgstr ""
13774
13775 #: config/tc-vax.c:2232
13776 msgid "I don't use an interpass file! -V ignored"
13777 msgstr ""
13778
13779 #: config/tc-vax.c:2289
13780 #, c-format
13781 msgid ""
13782 "VAX options:\n"
13783 "-d LENGTH\t\tignored\n"
13784 "-J\t\t\tignored\n"
13785 "-S\t\t\tignored\n"
13786 "-t FILE\t\t\tignored\n"
13787 "-T\t\t\tignored\n"
13788 "-V\t\t\tignored\n"
13789 msgstr ""
13790
13791 #: config/tc-vax.c:2298
13792 #, c-format
13793 msgid ""
13794 "VMS options:\n"
13795 "-+\t\t\thash encode names longer than 31 characters\n"
13796 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
13797 "-H\t\t\tshow new symbol after hash truncation\n"
13798 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
13799 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
13800 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
13801 msgstr ""
13802
13803 #: config/tc-vax.c:2463
13804 #, c-format
13805 msgid "Ignoring statement due to \"%s\""
13806 msgstr ""
13807
13808 #: config/tc-vax.c:2480
13809 #, c-format
13810 msgid "Aborting because statement has \"%s\""
13811 msgstr ""
13812
13813 #: config/tc-vax.c:2525
13814 msgid "Can't relocate expression"
13815 msgstr ""
13816
13817 #: config/tc-vax.c:2628
13818 msgid "Bignum not permitted in short literal. Immediate mode assumed."
13819 msgstr ""
13820
13821 #: config/tc-vax.c:2637
13822 msgid "Can't do flonum short literal: immediate mode used."
13823 msgstr ""
13824
13825 #: config/tc-vax.c:2684
13826 #, c-format
13827 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
13828 msgstr ""
13829
13830 #: config/tc-vax.c:2995
13831 #, c-format
13832 msgid "Short literal overflow(%ld.), immediate mode assumed."
13833 msgstr ""
13834
13835 #: config/tc-vax.c:3004
13836 #, c-format
13837 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
13838 msgstr ""
13839
13840 #: config/tc-vax.c:3069
13841 msgid "Length specification ignored. Address mode 9F used"
13842 msgstr ""
13843
13844 #: config/tc-vax.c:3127
13845 msgid "Invalid operand: immediate value used as base address."
13846 msgstr ""
13847
13848 #: config/tc-vax.c:3129
13849 msgid "Invalid operand: immediate value used as address."
13850 msgstr ""
13851
13852 #: config/tc-vax.c:3154
13853 #, c-format
13854 msgid "Symbol %s used as immediate operand in PIC mode."
13855 msgstr ""
13856
13857 #: config/tc-vax.c:3259
13858 #, c-format
13859 msgid "VIP_BEGIN error:%s"
13860 msgstr ""
13861
13862 #: config/tc-xc16x.c:211
13863 #, c-format
13864 msgid " XC16X specific command line options:\n"
13865 msgstr ""
13866
13867 #: config/tc-xstormy16.c:78
13868 #, c-format
13869 msgid " XSTORMY16 specific command line options:\n"
13870 msgstr ""
13871
13872 #: config/tc-xstormy16.c:226
13873 #, c-format
13874 msgid "unsupported fptr fixup size %d"
13875 msgstr ""
13876
13877 #: config/tc-xstormy16.c:238
13878 #, c-format
13879 msgid "unsupported fixup size %d"
13880 msgstr ""
13881
13882 #: config/tc-xstormy16.c:269
13883 msgid "unsupported fptr fixup"
13884 msgstr ""
13885
13886 #: config/tc-xtensa.c:622
13887 msgid "illegal range of target hardware versions"
13888 msgstr ""
13889
13890 #: config/tc-xtensa.c:779
13891 msgid "--density option is ignored"
13892 msgstr ""
13893
13894 #: config/tc-xtensa.c:782
13895 msgid "--no-density option is ignored"
13896 msgstr ""
13897
13898 #: config/tc-xtensa.c:800
13899 msgid "--generics is deprecated; use --transform instead"
13900 msgstr ""
13901
13902 #: config/tc-xtensa.c:803
13903 msgid "--no-generics is deprecated; use --no-transform instead"
13904 msgstr ""
13905
13906 #: config/tc-xtensa.c:806
13907 msgid "--relax is deprecated; use --transform instead"
13908 msgstr ""
13909
13910 #: config/tc-xtensa.c:809
13911 msgid "--no-relax is deprecated; use --no-transform instead"
13912 msgstr ""
13913
13914 #: config/tc-xtensa.c:826
13915 msgid "--absolute-literals option not supported in this Xtensa configuration"
13916 msgstr ""
13917
13918 #: config/tc-xtensa.c:899
13919 msgid "prefer-l32r conflicts with prefer-const16"
13920 msgstr ""
13921
13922 #: config/tc-xtensa.c:905
13923 msgid "prefer-const16 conflicts with prefer-l32r"
13924 msgstr ""
13925
13926 #: config/tc-xtensa.c:913 config/tc-xtensa.c:922 config/tc-xtensa.c:926
13927 msgid "invalid target hardware version"
13928 msgstr ""
13929
13930 #: config/tc-xtensa.c:1110
13931 msgid "unmatched end directive"
13932 msgstr ""
13933
13934 #: config/tc-xtensa.c:1139
13935 msgid ".begin directive with no matching .end directive"
13936 msgstr ""
13937
13938 #: config/tc-xtensa.c:1180
13939 msgid "[no-]generics is deprecated; use [no-]transform instead"
13940 msgstr ""
13941
13942 #: config/tc-xtensa.c:1185
13943 msgid "[no-]relax is deprecated; use [no-]transform instead"
13944 msgstr ""
13945
13946 #: config/tc-xtensa.c:1198
13947 #, c-format
13948 msgid "directive %s cannot be negated"
13949 msgstr ""
13950
13951 #: config/tc-xtensa.c:1204
13952 msgid "unknown directive"
13953 msgstr ""
13954
13955 #: config/tc-xtensa.c:1225 config/tc-xtensa.c:1321 config/tc-xtensa.c:1563
13956 #: config/tc-xtensa.c:5754
13957 msgid "directives are not valid inside bundles"
13958 msgstr ""
13959
13960 #: config/tc-xtensa.c:1237
13961 msgid ".begin literal is deprecated; use .literal instead"
13962 msgstr ""
13963
13964 #: config/tc-xtensa.c:1251
13965 msgid "cannot set literal_prefix inside literal fragment"
13966 msgstr ""
13967
13968 #: config/tc-xtensa.c:1284
13969 msgid ".begin [no-]density is ignored"
13970 msgstr ""
13971
13972 #: config/tc-xtensa.c:1291 config/tc-xtensa.c:1341
13973 msgid "Xtensa absolute literals option not supported; ignored"
13974 msgstr ""
13975
13976 #: config/tc-xtensa.c:1334
13977 msgid ".end [no-]density is ignored"
13978 msgstr ""
13979
13980 #: config/tc-xtensa.c:1359
13981 #, c-format
13982 msgid "does not match begin %s%s at %s:%d"
13983 msgstr ""
13984
13985 #: config/tc-xtensa.c:1414
13986 msgid ".literal_position inside literal directive; ignoring"
13987 msgstr ""
13988
13989 #: config/tc-xtensa.c:1434
13990 msgid ".literal not allowed inside .begin literal region"
13991 msgstr ""
13992
13993 #: config/tc-xtensa.c:1470
13994 msgid "expected comma or colon after symbol name; rest of line ignored"
13995 msgstr ""
13996
13997 #: config/tc-xtensa.c:1532
13998 msgid "fall through frequency must be greater than 0"
13999 msgstr ""
14000
14001 #: config/tc-xtensa.c:1540
14002 msgid "branch target frequency must be greater than 0"
14003 msgstr ""
14004
14005 #: config/tc-xtensa.c:1588
14006 #, c-format
14007 msgid "opcode-specific %s relocation used outside an instruction"
14008 msgstr ""
14009
14010 #: config/tc-xtensa.c:1596
14011 #, c-format
14012 msgid "invalid use of %s relocation"
14013 msgstr ""
14014
14015 #: config/tc-xtensa.c:1792 config/tc-xtensa.c:1809
14016 #, c-format
14017 msgid "bad register name: %s"
14018 msgstr ""
14019
14020 #: config/tc-xtensa.c:1798
14021 #, c-format
14022 msgid "bad register number: %s"
14023 msgstr ""
14024
14025 #: config/tc-xtensa.c:1861
14026 msgid "pcrel relocation not allowed in an instruction"
14027 msgstr ""
14028
14029 #: config/tc-xtensa.c:1878
14030 msgid "register number out of range"
14031 msgstr ""
14032
14033 #: config/tc-xtensa.c:1962
14034 msgid "extra comma"
14035 msgstr ""
14036
14037 #: config/tc-xtensa.c:1964
14038 msgid "extra colon"
14039 msgstr ""
14040
14041 #: config/tc-xtensa.c:1966
14042 msgid "missing argument"
14043 msgstr ""
14044
14045 #: config/tc-xtensa.c:1968
14046 msgid "missing comma or colon"
14047 msgstr ""
14048
14049 #: config/tc-xtensa.c:2025
14050 msgid "incorrect register number, ignoring"
14051 msgstr ""
14052
14053 #: config/tc-xtensa.c:2032
14054 msgid "too many arguments"
14055 msgstr ""
14056
14057 #: config/tc-xtensa.c:2106
14058 #, c-format
14059 msgid "cannot encode opcode \"%s\""
14060 msgstr ""
14061
14062 #: config/tc-xtensa.c:2200
14063 #, c-format
14064 msgid "not enough operands (%d) for '%s'; expected %d"
14065 msgstr ""
14066
14067 #: config/tc-xtensa.c:2207
14068 #, c-format
14069 msgid "too many operands (%d) for '%s'; expected %d"
14070 msgstr ""
14071
14072 #: config/tc-xtensa.c:2258
14073 #, c-format
14074 msgid "invalid register '%s' for '%s' instruction"
14075 msgstr ""
14076
14077 #: config/tc-xtensa.c:2265
14078 #, c-format
14079 msgid "invalid register number (%ld) for '%s' instruction"
14080 msgstr ""
14081
14082 #: config/tc-xtensa.c:2333
14083 #, c-format
14084 msgid "invalid register number (%ld) for '%s'"
14085 msgstr ""
14086
14087 #: config/tc-xtensa.c:2724
14088 #, c-format
14089 msgid "operand %d of '%s' has out of range value '%u'"
14090 msgstr ""
14091
14092 #: config/tc-xtensa.c:2730
14093 #, c-format
14094 msgid "operand %d of '%s' has invalid value '%u'"
14095 msgstr ""
14096
14097 #: config/tc-xtensa.c:2777
14098 #, c-format
14099 msgid "internal error: unknown option name '%s'"
14100 msgstr ""
14101
14102 #: config/tc-xtensa.c:3884
14103 msgid "can't handle generation of literal/labels yet"
14104 msgstr ""
14105
14106 #: config/tc-xtensa.c:3888
14107 msgid "can't handle undefined OP TYPE"
14108 msgstr ""
14109
14110 #: config/tc-xtensa.c:3949
14111 #, c-format
14112 msgid "found %d operands for '%s': Expected %d"
14113 msgstr ""
14114
14115 #: config/tc-xtensa.c:3956
14116 #, c-format
14117 msgid "found too many (%d) operands for '%s': Expected %d"
14118 msgstr ""
14119
14120 #: config/tc-xtensa.c:3977
14121 msgid "immediate operands sum to greater than 32"
14122 msgstr ""
14123
14124 #: config/tc-xtensa.c:4108
14125 msgid "invalid immediate"
14126 msgstr ""
14127
14128 #: config/tc-xtensa.c:4229
14129 #, c-format
14130 msgid "invalid relocation for operand %i of '%s'"
14131 msgstr ""
14132
14133 #: config/tc-xtensa.c:4239
14134 #, c-format
14135 msgid "invalid expression for operand %i of '%s'"
14136 msgstr ""
14137
14138 #: config/tc-xtensa.c:4249
14139 #, c-format
14140 msgid "invalid relocation in instruction slot %i"
14141 msgstr ""
14142
14143 #: config/tc-xtensa.c:4256
14144 #, c-format
14145 msgid "undefined symbol for opcode \"%s\""
14146 msgstr ""
14147
14148 #: config/tc-xtensa.c:4730
14149 msgid "opcode 'NOP.N' unavailable in this configuration"
14150 msgstr ""
14151
14152 #: config/tc-xtensa.c:4790
14153 msgid "get_expanded_loop_offset: invalid opcode"
14154 msgstr ""
14155
14156 #: config/tc-xtensa.c:4923
14157 #, c-format
14158 msgid "assembly state not set for first frag in section %s"
14159 msgstr ""
14160
14161 #: config/tc-xtensa.c:4976
14162 #, c-format
14163 msgid "unaligned branch target: %d bytes at 0x%lx"
14164 msgstr ""
14165
14166 #: config/tc-xtensa.c:5015
14167 #, c-format
14168 msgid "unaligned loop: %d bytes at 0x%lx"
14169 msgstr ""
14170
14171 #: config/tc-xtensa.c:5039
14172 msgid "unexpected fix"
14173 msgstr ""
14174
14175 #: config/tc-xtensa.c:5050 config/tc-xtensa.c:5054
14176 msgid "undecodable fix"
14177 msgstr ""
14178
14179 #: config/tc-xtensa.c:5192
14180 msgid "labels are not valid inside bundles"
14181 msgstr ""
14182
14183 #: config/tc-xtensa.c:5212
14184 msgid "invalid last instruction for a zero-overhead loop"
14185 msgstr ""
14186
14187 #: config/tc-xtensa.c:5279
14188 msgid "extra opening brace"
14189 msgstr ""
14190
14191 #: config/tc-xtensa.c:5289
14192 msgid "extra closing brace"
14193 msgstr ""
14194
14195 #: config/tc-xtensa.c:5316
14196 msgid "missing closing brace"
14197 msgstr ""
14198
14199 #: config/tc-xtensa.c:5416 config/tc-xtensa.c:5446
14200 #, c-format
14201 msgid "wrong number of operands for '%s'"
14202 msgstr ""
14203
14204 #: config/tc-xtensa.c:5433
14205 #, c-format
14206 msgid "bad relocation expression for '%s'"
14207 msgstr ""
14208
14209 #: config/tc-xtensa.c:5468
14210 #, c-format
14211 msgid "unknown opcode or format name '%s'"
14212 msgstr ""
14213
14214 #: config/tc-xtensa.c:5474
14215 msgid "format names only valid inside bundles"
14216 msgstr ""
14217
14218 #: config/tc-xtensa.c:5479
14219 #, c-format
14220 msgid "multiple formats specified for one bundle; using '%s'"
14221 msgstr ""
14222
14223 #: config/tc-xtensa.c:5529
14224 msgid "entry instruction with stack decrement < 16"
14225 msgstr ""
14226
14227 #: config/tc-xtensa.c:5582
14228 msgid "unaligned entry instruction"
14229 msgstr ""
14230
14231 #: config/tc-xtensa.c:5647
14232 msgid "bad instruction format"
14233 msgstr ""
14234
14235 #: config/tc-xtensa.c:5650
14236 msgid "invalid relocation"
14237 msgstr ""
14238
14239 #: config/tc-xtensa.c:5661
14240 #, c-format
14241 msgid "invalid relocation for '%s' instruction"
14242 msgstr ""
14243
14244 #: config/tc-xtensa.c:5673
14245 #, c-format
14246 msgid "invalid relocation for operand %d of '%s'"
14247 msgstr ""
14248
14249 #: config/tc-xtensa.c:5853
14250 msgid "cannot represent subtraction with an offset"
14251 msgstr ""
14252
14253 #: config/tc-xtensa.c:5953
14254 #, c-format
14255 msgid "unhandled local relocation fix %s"
14256 msgstr ""
14257
14258 #: config/tc-xtensa.c:6004
14259 #, c-format
14260 msgid "internal error; cannot generate `%s' relocation"
14261 msgstr ""
14262
14263 #: config/tc-xtensa.c:6223
14264 msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
14265 msgstr ""
14266
14267 #: config/tc-xtensa.c:6232
14268 msgid "couldn't find a valid instruction format"
14269 msgstr ""
14270
14271 #: config/tc-xtensa.c:6233
14272 #, c-format
14273 msgid " ops were: "
14274 msgstr ""
14275
14276 #: config/tc-xtensa.c:6235
14277 #, c-format
14278 msgid " %s;"
14279 msgstr ""
14280
14281 #: config/tc-xtensa.c:6246
14282 #, c-format
14283 msgid "format '%s' allows %d slots, but there are %d opcodes"
14284 msgstr ""
14285
14286 #: config/tc-xtensa.c:6257 config/tc-xtensa.c:6355
14287 msgid "illegal resource usage in bundle"
14288 msgstr ""
14289
14290 #: config/tc-xtensa.c:6442
14291 #, c-format
14292 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
14293 msgstr ""
14294
14295 #: config/tc-xtensa.c:6447
14296 #, c-format
14297 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
14298 msgstr ""
14299
14300 #: config/tc-xtensa.c:6452
14301 #, c-format
14302 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
14303 msgstr ""
14304
14305 #: config/tc-xtensa.c:6457
14306 #, c-format
14307 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
14308 msgstr ""
14309
14310 #: config/tc-xtensa.c:6473
14311 msgid "multiple branches or jumps in the same bundle"
14312 msgstr ""
14313
14314 #: config/tc-xtensa.c:6925
14315 msgid "cannot assemble into a literal fragment"
14316 msgstr ""
14317
14318 #: config/tc-xtensa.c:6927
14319 msgid "..."
14320 msgstr ""
14321
14322 #: config/tc-xtensa.c:7535
14323 msgid "instruction sequence (write a0, branch, retw) may trigger hardware errata"
14324 msgstr ""
14325
14326 #: config/tc-xtensa.c:7647
14327 msgid "branching or jumping to a loop end may trigger hardware errata"
14328 msgstr ""
14329
14330 #: config/tc-xtensa.c:7729
14331 msgid "loop end too close to another loop end may trigger hardware errata"
14332 msgstr ""
14333
14334 #: config/tc-xtensa.c:7738
14335 #, c-format
14336 msgid "fr_var %lu < length %d"
14337 msgstr ""
14338
14339 #: config/tc-xtensa.c:7897
14340 msgid "loop containing less than three instructions may trigger hardware errata"
14341 msgstr ""
14342
14343 #: config/tc-xtensa.c:7969
14344 msgid "undecodable instruction in instruction frag"
14345 msgstr ""
14346
14347 #: config/tc-xtensa.c:8079
14348 msgid "invalid empty loop"
14349 msgstr ""
14350
14351 #: config/tc-xtensa.c:8084
14352 msgid "loop target does not follow loop instruction in section"
14353 msgstr ""
14354
14355 #: config/tc-xtensa.c:8662
14356 msgid "bad relaxation state"
14357 msgstr ""
14358
14359 #: config/tc-xtensa.c:8720
14360 #, c-format
14361 msgid "fr_var (%ld) < length (%d)"
14362 msgstr ""
14363
14364 #: config/tc-xtensa.c:9421
14365 msgid "invalid relaxation fragment result"
14366 msgstr ""
14367
14368 #: config/tc-xtensa.c:9500
14369 msgid "unable to widen instruction"
14370 msgstr ""
14371
14372 #: config/tc-xtensa.c:9640
14373 msgid "multiple literals in expansion"
14374 msgstr ""
14375
14376 #: config/tc-xtensa.c:9644
14377 msgid "no registered fragment for literal"
14378 msgstr ""
14379
14380 #: config/tc-xtensa.c:9646
14381 msgid "number of literal tokens != 1"
14382 msgstr ""
14383
14384 #: config/tc-xtensa.c:9776 config/tc-xtensa.c:9782
14385 #, c-format
14386 msgid "unresolved loop target symbol: %s"
14387 msgstr ""
14388
14389 #: config/tc-xtensa.c:9888
14390 #, c-format
14391 msgid "invalid expression evaluation type %d"
14392 msgstr ""
14393
14394 #: config/tc-xtensa.c:9905
14395 msgid "loop too long for LOOP instruction"
14396 msgstr ""
14397
14398 #: config/tc-xtensa.c:10175
14399 #, c-format
14400 msgid "fixes not all moved from %s"
14401 msgstr ""
14402
14403 #: config/tc-xtensa.c:10306
14404 msgid "literal pool location required for text-section-literals; specify with .literal_position"
14405 msgstr ""
14406
14407 #: config/tc-xtensa.c:11138
14408 msgid "too many operands in instruction"
14409 msgstr ""
14410
14411 #: config/tc-xtensa.c:11349
14412 msgid "invalid symbolic operand"
14413 msgstr ""
14414
14415 #: config/tc-xtensa.c:11410
14416 msgid "operand number mismatch"
14417 msgstr ""
14418
14419 #: config/tc-xtensa.c:11414
14420 #, c-format
14421 msgid "cannot encode opcode \"%s\" in the given format \"%s\""
14422 msgstr ""
14423
14424 #: config/tc-xtensa.c:11439
14425 #, c-format
14426 msgid "xtensa-isa failure: %s"
14427 msgstr ""
14428
14429 #: config/tc-xtensa.c:11516
14430 msgid "invalid opcode"
14431 msgstr ""
14432
14433 #: config/tc-xtensa.c:11522
14434 msgid "too few operands"
14435 msgstr ""
14436
14437 #: config/tc-xtensa.c:11572
14438 msgid "multiple writes to the same register"
14439 msgstr ""
14440
14441 #: config/tc-xtensa.c:11686 config/tc-xtensa.c:11692
14442 msgid "out of memory"
14443 msgstr ""
14444
14445 #: config/tc-xtensa.c:11781
14446 msgid "TLS relocation not allowed in FLIX bundle"
14447 msgstr ""
14448
14449 #. Instructions that generate TLS relocations should always be
14450 #. relaxed in the front-end. If "record_fixup" is set, then this
14451 #. function is being called during back-end relaxation, so flag
14452 #. the unexpected behavior as an error.
14453 #: config/tc-xtensa.c:11787
14454 msgid "unexpected TLS relocation"
14455 msgstr ""
14456
14457 #: config/tc-xtensa.c:11831
14458 msgid "symbolic operand not allowed"
14459 msgstr ""
14460
14461 #: config/tc-xtensa.c:11868
14462 msgid "cannot decode instruction format"
14463 msgstr ""
14464
14465 #: config/tc-xtensa.c:12012
14466 msgid "ignoring extra '-rename-section' delimiter ':'"
14467 msgstr ""
14468
14469 #: config/tc-xtensa.c:12017
14470 #, c-format
14471 msgid "ignoring invalid '-rename-section' specification: '%s'"
14472 msgstr ""
14473
14474 #: config/tc-xtensa.c:12028
14475 #, c-format
14476 msgid "section %s renamed multiple times"
14477 msgstr ""
14478
14479 #: config/tc-xtensa.c:12030
14480 #, c-format
14481 msgid "multiple sections remapped to output section %s"
14482 msgstr ""
14483
14484 #: config/tc-z80.c:244
14485 msgid "-- unterminated string"
14486 msgstr ""
14487
14488 #: config/tc-z80.c:314
14489 msgid "floating point numbers are not implemented"
14490 msgstr ""
14491
14492 #: config/tc-z80.c:493 config/tc-z80.c:499
14493 msgid "mismatched parentheses"
14494 msgstr ""
14495
14496 #: config/tc-z80.c:553
14497 msgid "bad offset expression syntax"
14498 msgstr ""
14499
14500 #: config/tc-z80.c:577
14501 msgid "bad expression syntax"
14502 msgstr ""
14503
14504 #: config/tc-z80.c:690
14505 msgid "cannot make a relative jump to an absolute location"
14506 msgstr ""
14507
14508 #: config/tc-z80.c:702 config/tc-z80.c:1960
14509 msgid "overflow"
14510 msgstr ""
14511
14512 #: config/tc-z80.c:1070 config/tc-z80.c:1113 config/tc-z80.c:1157
14513 #: config/tc-z80.c:1277 config/tc-z80.c:1331 config/tc-z80.c:1600
14514 msgid "bad intruction syntax"
14515 msgstr ""
14516
14517 #: config/tc-z80.c:1203
14518 msgid "condition code invalid for jr"
14519 msgstr ""
14520
14521 #: config/tc-z80.c:1225
14522 msgid "bad instruction syntax"
14523 msgstr ""
14524
14525 #: config/tc-z80.c:1704
14526 msgid "parentheses ignored"
14527 msgstr ""
14528
14529 #: config/tc-z80.c:1909 read.c:3556
14530 #, c-format
14531 msgid "junk at end of line, first unrecognized character is `%c'"
14532 msgstr ""
14533
14534 #: config/tc-z80.c:1935 config/tc-z8k.c:1461 config/tc-z8k.c:1524
14535 msgid "relative jump out of range"
14536 msgstr ""
14537
14538 #: config/tc-z80.c:1952
14539 msgid "index offset out of range"
14540 msgstr ""
14541
14542 #: config/tc-z80.c:1994 config/tc-z8k.c:1532
14543 #, c-format
14544 msgid "md_apply_fix: unknown r_type 0x%x\n"
14545 msgstr ""
14546
14547 #: config/tc-z8k.c:282
14548 #, c-format
14549 msgid "register rr%d out of range"
14550 msgstr ""
14551
14552 #: config/tc-z8k.c:284
14553 #, c-format
14554 msgid "register rr%d does not exist"
14555 msgstr ""
14556
14557 #: config/tc-z8k.c:296
14558 #, c-format
14559 msgid "register rh%d out of range"
14560 msgstr ""
14561
14562 #: config/tc-z8k.c:308
14563 #, c-format
14564 msgid "register rl%d out of range"
14565 msgstr ""
14566
14567 #: config/tc-z8k.c:321
14568 #, c-format
14569 msgid "register rq%d out of range"
14570 msgstr ""
14571
14572 #: config/tc-z8k.c:323
14573 #, c-format
14574 msgid "register rq%d does not exist"
14575 msgstr ""
14576
14577 #: config/tc-z8k.c:335
14578 #, c-format
14579 msgid "register r%d out of range"
14580 msgstr ""
14581
14582 #: config/tc-z8k.c:376
14583 #, c-format
14584 msgid "expected %c"
14585 msgstr ""
14586
14587 #: config/tc-z8k.c:391
14588 #, c-format
14589 msgid "register is wrong size for a word %s"
14590 msgstr ""
14591
14592 #: config/tc-z8k.c:405
14593 #, c-format
14594 msgid "register is wrong size for address %s"
14595 msgstr ""
14596
14597 #: config/tc-z8k.c:539
14598 #, c-format
14599 msgid "unknown interrupt %s"
14600 msgstr ""
14601
14602 #. No interrupt type specified, opcode won't do anything.
14603 #: config/tc-z8k.c:562
14604 msgid "opcode has no effect"
14605 msgstr ""
14606
14607 #: config/tc-z8k.c:673
14608 msgid "Missing ) in ra(rb)"
14609 msgstr ""
14610
14611 #: config/tc-z8k.c:753 config/tc-z8k.c:792
14612 #, c-format
14613 msgid "invalid condition code '%s'"
14614 msgstr ""
14615
14616 #: config/tc-z8k.c:765
14617 #, c-format
14618 msgid "invalid flag '%s'"
14619 msgstr ""
14620
14621 #: config/tc-z8k.c:919 config/tc-z8k.c:925
14622 msgid "invalid indirect register size"
14623 msgstr ""
14624
14625 #: config/tc-z8k.c:942 config/tc-z8k.c:1090 config/tc-z8k.c:1095
14626 msgid "invalid control register name"
14627 msgstr ""
14628
14629 #: config/tc-z8k.c:1079
14630 msgid "immediate must be 1 or 2"
14631 msgstr ""
14632
14633 #: config/tc-z8k.c:1082
14634 msgid "immediate 1 or 2 expected"
14635 msgstr ""
14636
14637 #: config/tc-z8k.c:1113
14638 msgid "can't use R0 here"
14639 msgstr ""
14640
14641 #: config/tc-z8k.c:1271
14642 msgid "Can't find opcode to match operands"
14643 msgstr ""
14644
14645 #: config/tc-z8k.c:1318
14646 #, c-format
14647 msgid "invalid architecture -z%s"
14648 msgstr ""
14649
14650 #: config/tc-z8k.c:1338
14651 #, c-format
14652 msgid ""
14653 " Z8K options:\n"
14654 " -z8001 generate segmented code\n"
14655 " -z8002 generate unsegmented code\n"
14656 " -linkrelax create linker relaxable code\n"
14657 msgstr ""
14658
14659 #: config/tc-z8k.c:1350
14660 #, c-format
14661 msgid "call to md_convert_frag\n"
14662 msgstr ""
14663
14664 #: config/tc-z8k.c:1457 config/tc-z8k.c:1497 config/tc-z8k.c:1520
14665 msgid "cannot branch to odd address"
14666 msgstr ""
14667
14668 #: config/tc-z8k.c:1479
14669 msgid "relative address out of range"
14670 msgstr ""
14671
14672 #: config/tc-z8k.c:1500
14673 msgid "relative call out of range"
14674 msgstr ""
14675
14676 #: config/tc-z8k.c:1544
14677 #, c-format
14678 msgid "call to md_estimate_size_before_relax\n"
14679 msgstr ""
14680
14681 #: config/xtensa-relax.c:1556
14682 #, c-format
14683 msgid "invalid configuration option '%s' in transition rule '%s'"
14684 msgstr ""
14685
14686 #: config/xtensa-relax.c:1681
14687 #, c-format
14688 msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
14689 msgstr ""
14690
14691 #: config/xtensa-relax.c:1691
14692 #, c-format
14693 msgid "opcode '%s': no bound opname '%s' for precondition in %s"
14694 msgstr ""
14695
14696 #: config/xtensa-relax.c:1698
14697 #, c-format
14698 msgid "opcode '%s': precondition only contains constants in '%s'"
14699 msgstr ""
14700
14701 #: config/xtensa-relax.c:1745
14702 msgid "expected one operand for generated literal"
14703 msgstr ""
14704
14705 #: config/xtensa-relax.c:1752
14706 msgid "expected 0 operands for generated label"
14707 msgstr ""
14708
14709 #: config/xtensa-relax.c:1765
14710 #, c-format
14711 msgid "invalid opcode '%s' in transition rule '%s'"
14712 msgstr ""
14713
14714 #: config/xtensa-relax.c:1773
14715 #, c-format
14716 msgid "opcode '%s': replacement does not have %d ops"
14717 msgstr ""
14718
14719 #: config/xtensa-relax.c:1787
14720 #, c-format
14721 msgid "opcode '%s': cannot find literal definition"
14722 msgstr ""
14723
14724 #: config/xtensa-relax.c:1803 config/xtensa-relax.c:1833
14725 #, c-format
14726 msgid "opcode %s: unidentified operand '%s' in '%s'"
14727 msgstr ""
14728
14729 #: config/xtensa-relax.c:1828
14730 #, c-format
14731 msgid "unknown user-defined function %s"
14732 msgstr ""
14733
14734 #: config/xtensa-relax.c:1839
14735 #, c-format
14736 msgid "opcode %s: could not parse operand '%s' in '%s'"
14737 msgstr ""
14738
14739 #: config/xtensa-relax.c:1880
14740 #, c-format
14741 msgid "could not parse INSN_PATTERN '%s'"
14742 msgstr ""
14743
14744 #: config/xtensa-relax.c:1884
14745 #, c-format
14746 msgid "could not parse INSN_REPL '%s'"
14747 msgstr ""
14748
14749 #: config/xtensa-relax.c:1895
14750 #, c-format
14751 msgid "could not build transition for %s => %s"
14752 msgstr ""
14753
14754 #: depend.c:194
14755 #, c-format
14756 msgid "can't open `%s' for writing"
14757 msgstr ""
14758
14759 #: depend.c:206
14760 #, c-format
14761 msgid "can't close `%s'"
14762 msgstr ""
14763
14764 #: dw2gencfi.c:294
14765 #, c-format
14766 msgid "register save offset not a multiple of %u"
14767 msgstr ""
14768
14769 #: dw2gencfi.c:377
14770 msgid "CFI state restore without previous remember"
14771 msgstr ""
14772
14773 #: dw2gencfi.c:432
14774 msgid "missing separator"
14775 msgstr ""
14776
14777 #: dw2gencfi.c:482
14778 msgid "bad register expression"
14779 msgstr ""
14780
14781 #: dw2gencfi.c:503 dw2gencfi.c:626 dw2gencfi.c:664 dw2gencfi.c:734
14782 #: dw2gencfi.c:806
14783 msgid "CFI instruction used without previous .cfi_startproc"
14784 msgstr ""
14785
14786 #: dw2gencfi.c:688
14787 msgid "invalid or unsupported encoding in .cfi_personality"
14788 msgstr ""
14789
14790 #: dw2gencfi.c:695
14791 msgid ".cfi_personality requires encoding and symbol arguments"
14792 msgstr ""
14793
14794 #: dw2gencfi.c:718
14795 msgid "wrong second argument to .cfi_personality"
14796 msgstr ""
14797
14798 #: dw2gencfi.c:758 dw2gencfi.c:834
14799 msgid "invalid or unsupported encoding in .cfi_lsda"
14800 msgstr ""
14801
14802 #: dw2gencfi.c:765
14803 msgid ".cfi_lsda requires encoding and symbol arguments"
14804 msgstr ""
14805
14806 #: dw2gencfi.c:790
14807 msgid "wrong second argument to .cfi_lsda"
14808 msgstr ""
14809
14810 #: dw2gencfi.c:855
14811 msgid "wrong third argument to .cfi_val_encoded_addr"
14812 msgstr ""
14813
14814 #: dw2gencfi.c:870
14815 msgid "previous CFI entry not closed (missing .cfi_endproc)"
14816 msgstr ""
14817
14818 #: dw2gencfi.c:905
14819 msgid ".cfi_endproc without corresponding .cfi_startproc"
14820 msgstr ""
14821
14822 #: dw2gencfi.c:1515
14823 msgid "open CFI at the end of file; missing .cfi_endproc directive"
14824 msgstr ""
14825
14826 #: dwarf2dbg.c:542 dwarf2dbg.c:577
14827 msgid "file number less than one"
14828 msgstr ""
14829
14830 #: dwarf2dbg.c:552
14831 #, c-format
14832 msgid "file number %ld already allocated"
14833 msgstr ""
14834
14835 #: dwarf2dbg.c:582 dwarf2dbg.c:1335
14836 #, c-format
14837 msgid "unassigned file number %ld"
14838 msgstr ""
14839
14840 #: dwarf2dbg.c:651
14841 msgid "is_stmt value not 0 or 1"
14842 msgstr ""
14843
14844 #: dwarf2dbg.c:663
14845 msgid "isa number less than zero"
14846 msgstr ""
14847
14848 #: dwarf2dbg.c:675
14849 msgid "discriminator less than zero"
14850 msgstr ""
14851
14852 #: dwarf2dbg.c:681
14853 #, c-format
14854 msgid "unknown .loc sub-directive `%s'"
14855 msgstr ""
14856
14857 #: dwarf2dbg.c:1398
14858 msgid "internal error: unknown dwarf2 format"
14859 msgstr ""
14860
14861 #: ecoff.c:1552
14862 #, c-format
14863 msgid "string too big (%lu bytes)"
14864 msgstr ""
14865
14866 #: ecoff.c:1578
14867 #, c-format
14868 msgid "inserting \"%s\" into string hash table: %s"
14869 msgstr ""
14870
14871 #: ecoff.c:1609 ecoff.c:1802 ecoff.c:1825 ecoff.c:1856 ecoff.c:2009
14872 #: ecoff.c:2120
14873 msgid "no current file pointer"
14874 msgstr ""
14875
14876 #: ecoff.c:1696
14877 msgid "too many st_End's"
14878 msgstr ""
14879
14880 #: ecoff.c:2034
14881 #, c-format
14882 msgid "inserting \"%s\" into tag hash table: %s"
14883 msgstr ""
14884
14885 #: ecoff.c:2195
14886 msgid "fake .file after real one"
14887 msgstr ""
14888
14889 #: ecoff.c:2285
14890 msgid "filename goes over one page boundary"
14891 msgstr ""
14892
14893 #: ecoff.c:2418
14894 msgid ".begin directive without a preceding .file directive"
14895 msgstr ""
14896
14897 #: ecoff.c:2425
14898 msgid ".begin directive without a preceding .ent directive"
14899 msgstr ""
14900
14901 #: ecoff.c:2456
14902 msgid ".bend directive without a preceding .file directive"
14903 msgstr ""
14904
14905 #: ecoff.c:2463
14906 msgid ".bend directive without a preceding .ent directive"
14907 msgstr ""
14908
14909 #: ecoff.c:2476
14910 msgid ".bend directive names unknown symbol"
14911 msgstr ""
14912
14913 #: ecoff.c:2519
14914 msgid ".def pseudo-op used inside of .def/.endef; ignored"
14915 msgstr ""
14916
14917 #: ecoff.c:2521
14918 msgid "empty symbol name in .def; ignored"
14919 msgstr ""
14920
14921 #: ecoff.c:2558
14922 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
14923 msgstr ""
14924
14925 #: ecoff.c:2573
14926 msgid "badly formed .dim directive"
14927 msgstr ""
14928
14929 #: ecoff.c:2586
14930 msgid "too many .dim entries"
14931 msgstr ""
14932
14933 #: ecoff.c:2606
14934 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
14935 msgstr ""
14936
14937 #: ecoff.c:2631
14938 msgid ".size pseudo-op used outside of .def/.endef; ignored"
14939 msgstr ""
14940
14941 #: ecoff.c:2646
14942 msgid "badly formed .size directive"
14943 msgstr ""
14944
14945 #: ecoff.c:2659
14946 msgid "too many .size entries"
14947 msgstr ""
14948
14949 #: ecoff.c:2681
14950 msgid ".type pseudo-op used outside of .def/.endef; ignored"
14951 msgstr ""
14952
14953 #. FIXME: We could handle this by setting the continued bit.
14954 #. There would still be a limit: the .type argument can not
14955 #. be infinite.
14956 #: ecoff.c:2699
14957 #, c-format
14958 msgid "the type of %s is too complex; it will be simplified"
14959 msgstr ""
14960
14961 #: ecoff.c:2710
14962 msgid "Unrecognized .type argument"
14963 msgstr ""
14964
14965 #: ecoff.c:2748
14966 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
14967 msgstr ""
14968
14969 #: ecoff.c:2773
14970 msgid ".val pseudo-op used outside of .def/.endef; ignored"
14971 msgstr ""
14972
14973 #: ecoff.c:2781
14974 msgid ".val expression is too complex"
14975 msgstr ""
14976
14977 #: ecoff.c:2811
14978 msgid ".endef pseudo-op used before .def; ignored"
14979 msgstr ""
14980
14981 #: ecoff.c:2837 ecoff.c:2918
14982 msgid "bad COFF debugging information"
14983 msgstr ""
14984
14985 #: ecoff.c:2886
14986 #, c-format
14987 msgid "no tag specified for %s"
14988 msgstr ""
14989
14990 #: ecoff.c:2988
14991 msgid ".end directive without a preceding .file directive"
14992 msgstr ""
14993
14994 #: ecoff.c:2995
14995 msgid ".end directive without a preceding .ent directive"
14996 msgstr ""
14997
14998 #: ecoff.c:3017
14999 msgid ".end directive names unknown symbol"
15000 msgstr ""
15001
15002 #: ecoff.c:3044
15003 msgid "second .ent directive found before .end directive"
15004 msgstr ""
15005
15006 #: ecoff.c:3116
15007 msgid "no way to handle .file within .ent/.end section"
15008 msgstr ""
15009
15010 #: ecoff.c:3233
15011 msgid ".loc before .file"
15012 msgstr ""
15013
15014 #: ecoff.c:3436
15015 #, c-format
15016 msgid ".stab%c is not supported"
15017 msgstr ""
15018
15019 #: ecoff.c:3446
15020 #, c-format
15021 msgid ".stab%c: ignoring non-zero other field"
15022 msgstr ""
15023
15024 #: ecoff.c:3480
15025 #, c-format
15026 msgid "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
15027 msgstr ""
15028
15029 #: ecoff.c:3516
15030 #, c-format
15031 msgid "illegal .stab%c directive, bad character"
15032 msgstr ""
15033
15034 #: ecoff.c:3975 ecoff.c:4164 ecoff.c:4189
15035 msgid ".begin/.bend in different segments"
15036 msgstr ""
15037
15038 #: ecoff.c:4685
15039 msgid "missing .end or .bend at end of file"
15040 msgstr ""
15041
15042 #: ecoff.c:5170
15043 msgid "GP prologue size exceeds field size, using 0 instead"
15044 msgstr ""
15045
15046 #: expr.c:88 read.c:3621
15047 msgid "bignum invalid"
15048 msgstr ""
15049
15050 #: expr.c:90 read.c:3623 read.c:4091 read.c:4957
15051 msgid "floating point number invalid"
15052 msgstr ""
15053
15054 #: expr.c:211
15055 msgid "bad floating-point constant: exponent overflow"
15056 msgstr ""
15057
15058 #: expr.c:215
15059 #, c-format
15060 msgid "bad floating-point constant: unknown error code=%d"
15061 msgstr ""
15062
15063 #: expr.c:394
15064 msgid "a bignum with underscores may not have more than 8 hex digits in any word"
15065 msgstr ""
15066
15067 #: expr.c:417
15068 msgid "a bignum with underscores must have exactly 4 words"
15069 msgstr ""
15070
15071 #. Either not seen or not defined.
15072 #. @@ Should print out the original string instead of
15073 #. the parsed number.
15074 #: expr.c:540
15075 #, c-format
15076 msgid "backward ref to unknown label \"%d:\""
15077 msgstr ""
15078
15079 #: expr.c:658
15080 msgid "character constant too large"
15081 msgstr ""
15082
15083 #: expr.c:904
15084 #, c-format
15085 msgid "expr.c(operand): bad atof_generic return val %d"
15086 msgstr ""
15087
15088 #: expr.c:970
15089 #, c-format
15090 msgid "missing '%c'"
15091 msgstr ""
15092
15093 #: expr.c:981 read.c:4437
15094 msgid "EBCDIC constants are not supported"
15095 msgstr ""
15096
15097 #: expr.c:1096
15098 #, c-format
15099 msgid "Unary operator %c ignored because bad operand follows"
15100 msgstr ""
15101
15102 #: expr.c:1142 expr.c:1167
15103 msgid "syntax error in .startof. or .sizeof."
15104 msgstr ""
15105
15106 #: expr.c:1248 expr.c:1602
15107 #, c-format
15108 msgid "invalid use of operator \"%s\""
15109 msgstr ""
15110
15111 #: expr.c:1746
15112 msgid "missing operand; zero assumed"
15113 msgstr ""
15114
15115 #: expr.c:1785
15116 msgid "left operand is a bignum; integer 0 assumed"
15117 msgstr ""
15118
15119 #: expr.c:1787
15120 msgid "left operand is a float; integer 0 assumed"
15121 msgstr ""
15122
15123 #: expr.c:1796
15124 msgid "right operand is a bignum; integer 0 assumed"
15125 msgstr ""
15126
15127 #: expr.c:1798
15128 msgid "right operand is a float; integer 0 assumed"
15129 msgstr ""
15130
15131 #: expr.c:1866 symbols.c:1356
15132 msgid "division by zero"
15133 msgstr ""
15134
15135 #: expr.c:1872
15136 msgid "shift count"
15137 msgstr ""
15138
15139 #: expr.c:1975
15140 msgid "operation combines symbols in different segments"
15141 msgstr ""
15142
15143 #: frags.c:48
15144 msgid "attempt to allocate data in absolute section"
15145 msgstr ""
15146
15147 #: frags.c:54
15148 msgid "attempt to allocate data in common section"
15149 msgstr ""
15150
15151 #: frags.c:112
15152 #, c-format
15153 msgid "can't extend frag %u chars"
15154 msgstr ""
15155
15156 #. For error messages.
15157 #. Detect if we are reading from stdin by examining the file
15158 #. name returned by as_where().
15159 #.
15160 #. [FIXME: We rely upon the name in the strcmp below being the
15161 #. same as the one used by input_scrub_new_file(), if that is
15162 #. not true, then this code will fail].
15163 #.
15164 #. If we are reading from stdin, then we need to save each input
15165 #. line here (assuming of course that we actually have a line of
15166 #. input to read), so that it can be displayed in the listing
15167 #. that is produced at the end of the assembly.
15168 #: input-file.c:138 input-scrub.c:241 listing.c:334
15169 msgid "{standard input}"
15170 msgstr ""
15171
15172 #: input-file.c:143
15173 #, c-format
15174 msgid "can't open %s for reading: %s"
15175 msgstr ""
15176
15177 #: input-file.c:152 input-file.c:215 input-file.c:241
15178 #, c-format
15179 msgid "can't read from %s: %s"
15180 msgstr ""
15181
15182 #: input-file.c:249 listing.c:1389 output-file.c:69
15183 #, c-format
15184 msgid "can't close %s: %s"
15185 msgstr ""
15186
15187 #: input-scrub.c:266
15188 msgid "macros nested too deeply"
15189 msgstr ""
15190
15191 #: input-scrub.c:375 input-scrub.c:399
15192 msgid "partial line at end of file ignored"
15193 msgstr ""
15194
15195 #: itbl-ops.c:329
15196 #, c-format
15197 msgid "Unable to allocate memory for new instructions\n"
15198 msgstr ""
15199
15200 #: listing.c:240
15201 msgid "Warning:"
15202 msgstr ""
15203
15204 #: listing.c:246
15205 msgid "Error:"
15206 msgstr ""
15207
15208 #: listing.c:1275
15209 #, c-format
15210 msgid ""
15211 "\n"
15212 " time stamp \t: %s\n"
15213 "\n"
15214 msgstr ""
15215
15216 #: listing.c:1285
15217 #, c-format
15218 msgid "%s "
15219 msgstr ""
15220
15221 #: listing.c:1290
15222 #, c-format
15223 msgid ""
15224 "\n"
15225 "\t%s "
15226 msgstr ""
15227
15228 #: listing.c:1300
15229 msgid ""
15230 "\n"
15231 " options passed\t: "
15232 msgstr ""
15233
15234 #: listing.c:1339
15235 #, c-format
15236 msgid ""
15237 " GNU assembler version %s (%s)\n"
15238 "\t using BFD version %s."
15239 msgstr ""
15240
15241 #: listing.c:1342
15242 #, c-format
15243 msgid ""
15244 "\n"
15245 " input file \t: %s"
15246 msgstr ""
15247
15248 #: listing.c:1343
15249 #, c-format
15250 msgid ""
15251 "\n"
15252 " output file \t: %s"
15253 msgstr ""
15254
15255 #: listing.c:1344
15256 #, c-format
15257 msgid ""
15258 "\n"
15259 " target \t: %s"
15260 msgstr ""
15261
15262 #: listing.c:1368
15263 #, c-format
15264 msgid "can't open %s: %s"
15265 msgstr ""
15266
15267 #: listing.c:1461
15268 msgid "strange paper height, set to no form"
15269 msgstr ""
15270
15271 #: listing.c:1525
15272 msgid "new line in title"
15273 msgstr ""
15274
15275 #. Turns the next expression into a string.
15276 #: macro.c:371
15277 #, no-c-format
15278 msgid "% operator needs absolute expression"
15279 msgstr ""
15280
15281 #: macro.c:521
15282 #, c-format
15283 msgid "Missing parameter qualifier for `%s' in macro `%s'"
15284 msgstr ""
15285
15286 #: macro.c:531
15287 #, c-format
15288 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
15289 msgstr ""
15290
15291 #: macro.c:548
15292 #, c-format
15293 msgid "Pointless default value for required parameter `%s' in macro `%s'"
15294 msgstr ""
15295
15296 #: macro.c:560
15297 #, c-format
15298 msgid "A parameter named `%s' already exists for macro `%s'"
15299 msgstr ""
15300
15301 #: macro.c:597
15302 #, c-format
15303 msgid "Reserved word `%s' used as parameter in macro `%s'"
15304 msgstr ""
15305
15306 #: macro.c:635
15307 #, c-format
15308 msgid "unexpected end of file in macro `%s' definition"
15309 msgstr ""
15310
15311 #: macro.c:647
15312 #, c-format
15313 msgid "missing `)' after formals in macro definition `%s'"
15314 msgstr ""
15315
15316 #: macro.c:662
15317 msgid "Missing macro name"
15318 msgstr ""
15319
15320 #: macro.c:671
15321 #, c-format
15322 msgid "Bad parameter list for macro `%s'"
15323 msgstr ""
15324
15325 #: macro.c:677
15326 #, c-format
15327 msgid "Macro `%s' was already defined"
15328 msgstr ""
15329
15330 #: macro.c:800 macro.c:802
15331 msgid "missing `)'"
15332 msgstr ""
15333
15334 #: macro.c:897
15335 #, c-format
15336 msgid "`%s' was already used as parameter (or another local) name"
15337 msgstr ""
15338
15339 #: macro.c:1055
15340 msgid "confusion in formal parameters"
15341 msgstr ""
15342
15343 #: macro.c:1062
15344 #, c-format
15345 msgid "Parameter named `%s' does not exist for macro `%s'"
15346 msgstr ""
15347
15348 #: macro.c:1070
15349 #, c-format
15350 msgid "Value for parameter `%s' of macro `%s' was already specified"
15351 msgstr ""
15352
15353 #: macro.c:1084
15354 msgid "can't mix positional and keyword arguments"
15355 msgstr ""
15356
15357 #: macro.c:1095
15358 msgid "too many positional arguments"
15359 msgstr ""
15360
15361 #: macro.c:1143
15362 #, c-format
15363 msgid "Missing value for required parameter `%s' of macro `%s'"
15364 msgstr ""
15365
15366 #: macro.c:1282
15367 #, c-format
15368 msgid "Attempt to purge non-existant macro `%s'"
15369 msgstr ""
15370
15371 #: macro.c:1301
15372 msgid "unexpected end of file in irp or irpc"
15373 msgstr ""
15374
15375 #: macro.c:1309
15376 msgid "missing model parameter"
15377 msgstr ""
15378
15379 #: messages.c:82
15380 #, c-format
15381 msgid "Assembler messages:\n"
15382 msgstr ""
15383
15384 #: messages.c:166
15385 #, c-format
15386 msgid "Warning: "
15387 msgstr ""
15388
15389 #: messages.c:267
15390 #, c-format
15391 msgid "Error: "
15392 msgstr ""
15393
15394 #: messages.c:362 messages.c:382
15395 #, c-format
15396 msgid "Fatal error: "
15397 msgstr ""
15398
15399 #: messages.c:397
15400 #, c-format
15401 msgid "Internal error!\n"
15402 msgstr ""
15403
15404 #: messages.c:399
15405 #, c-format
15406 msgid "Assertion failure in %s at %s line %d.\n"
15407 msgstr ""
15408
15409 #: messages.c:402
15410 #, c-format
15411 msgid "Assertion failure at %s line %d.\n"
15412 msgstr ""
15413
15414 #: messages.c:403 messages.c:420
15415 #, c-format
15416 msgid "Please report this bug.\n"
15417 msgstr ""
15418
15419 #: messages.c:415
15420 #, c-format
15421 msgid "Internal error, aborting at %s line %d in %s\n"
15422 msgstr ""
15423
15424 #: messages.c:418
15425 #, c-format
15426 msgid "Internal error, aborting at %s line %d\n"
15427 msgstr ""
15428
15429 #: messages.c:467
15430 #, c-format
15431 msgid "%s out of domain (%d is not a multiple of %d)"
15432 msgstr ""
15433
15434 #: messages.c:485
15435 #, c-format
15436 msgid "%s out of range (%d is not between %d and %d)"
15437 msgstr ""
15438
15439 #. xgettext:c-format.
15440 #: messages.c:508
15441 #, c-format
15442 msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
15443 msgstr ""
15444
15445 #: output-file.c:35
15446 #, c-format
15447 msgid "can't open a bfd on stdout %s"
15448 msgstr ""
15449
15450 #: output-file.c:42
15451 #, c-format
15452 msgid "selected target format '%s' unknown"
15453 msgstr ""
15454
15455 #: output-file.c:44
15456 #, c-format
15457 msgid "can't create %s: %s"
15458 msgstr ""
15459
15460 #: read.c:463
15461 msgid "bad or irreducible absolute expression"
15462 msgstr ""
15463
15464 #: read.c:489
15465 #, c-format
15466 msgid "error constructing %s pseudo-op table: %s"
15467 msgstr ""
15468
15469 #: read.c:899
15470 #, c-format
15471 msgid "unknown pseudo-op: `%s'"
15472 msgstr ""
15473
15474 #: read.c:986
15475 #, c-format
15476 msgid "label \"%d$\" redefined"
15477 msgstr ""
15478
15479 #: read.c:1221
15480 msgid ".abort detected. Abandoning ship."
15481 msgstr ""
15482
15483 #: read.c:1239 read.c:2651
15484 msgid "ignoring fill value in absolute section"
15485 msgstr ""
15486
15487 #: read.c:1330
15488 #, c-format
15489 msgid "alignment too large: %u assumed"
15490 msgstr ""
15491
15492 #: read.c:1362
15493 msgid "expected fill pattern missing"
15494 msgstr ""
15495
15496 #: read.c:1471
15497 #, c-format
15498 msgid "size (%ld) out of range, ignored"
15499 msgstr ""
15500
15501 #: read.c:1500
15502 #, c-format
15503 msgid "size of \"%s\" is already %ld; not changing to %ld"
15504 msgstr ""
15505
15506 #. Some of the back ends can't deal with non-positive line numbers.
15507 #. Besides, it's silly. GCC however will generate a line number of
15508 #. zero when it is pre-processing builtins for assembler-with-cpp files:
15509 #.
15510 #. # 0 "<built-in>"
15511 #.
15512 #. We do not want to barf on this, especially since such files are used
15513 #. in the GCC and GDB testsuites. So we check for negative line numbers
15514 #. rather than non-positive line numbers.
15515 #: read.c:1750
15516 #, c-format
15517 msgid "line numbers must be positive; line number %d rejected"
15518 msgstr ""
15519
15520 #: read.c:1787
15521 #, c-format
15522 msgid "incompatible flag %i in line directive"
15523 msgstr ""
15524
15525 #: read.c:1799
15526 #, c-format
15527 msgid "unsupported flag %i in line directive"
15528 msgstr ""
15529
15530 #: read.c:1838
15531 msgid "start address not supported"
15532 msgstr ""
15533
15534 #: read.c:1847
15535 msgid ".err encountered"
15536 msgstr ""
15537
15538 #: read.c:1863
15539 msgid ".error directive invoked in source file"
15540 msgstr ""
15541
15542 #: read.c:1864
15543 msgid ".warning directive invoked in source file"
15544 msgstr ""
15545
15546 #: read.c:1870
15547 #, c-format
15548 msgid "%s argument must be a string"
15549 msgstr ""
15550
15551 #: read.c:1902 read.c:1904
15552 #, c-format
15553 msgid ".fail %ld encountered"
15554 msgstr ""
15555
15556 #: read.c:1944
15557 #, c-format
15558 msgid ".fill size clamped to %d"
15559 msgstr ""
15560
15561 #: read.c:1949
15562 msgid "size negative; .fill ignored"
15563 msgstr ""
15564
15565 #: read.c:1955
15566 msgid "repeat < 0; .fill ignored"
15567 msgstr ""
15568
15569 #: read.c:2111
15570 #, c-format
15571 msgid "Attribute name not recognised: %s"
15572 msgstr ""
15573
15574 #: read.c:2126
15575 msgid "expected numeric constant"
15576 msgstr ""
15577
15578 #: read.c:2167
15579 msgid "bad string constant"
15580 msgstr ""
15581
15582 #: read.c:2171
15583 msgid "expected <tag> , <value>"
15584 msgstr ""
15585
15586 #: read.c:2246
15587 #, c-format
15588 msgid "unrecognized .linkonce type `%s'"
15589 msgstr ""
15590
15591 #: read.c:2258
15592 msgid ".linkonce is not supported for this object file format"
15593 msgstr ""
15594
15595 #: read.c:2280
15596 #, c-format
15597 msgid "bfd_set_section_flags: %s"
15598 msgstr ""
15599
15600 #: read.c:2353
15601 msgid "expected alignment after size"
15602 msgstr ""
15603
15604 #: read.c:2580
15605 #, c-format
15606 msgid "attempt to redefine pseudo-op `%s' ignored"
15607 msgstr ""
15608
15609 #: read.c:2599
15610 msgid "ignoring macro exit outside a macro definition."
15611 msgstr ""
15612
15613 #: read.c:2646
15614 #, c-format
15615 msgid "invalid segment \"%s\""
15616 msgstr ""
15617
15618 #: read.c:2654
15619 msgid "only constant offsets supported in absolute section"
15620 msgstr ""
15621
15622 #: read.c:2693
15623 msgid "MRI style ORG pseudo-op not supported"
15624 msgstr ""
15625
15626 #: read.c:2846
15627 #, c-format
15628 msgid "unrecognized section type `%s'"
15629 msgstr ""
15630
15631 #: read.c:2860
15632 msgid "absolute sections are not supported"
15633 msgstr ""
15634
15635 #: read.c:2875
15636 #, c-format
15637 msgid "unrecognized section command `%s'"
15638 msgstr ""
15639
15640 #: read.c:2939
15641 #, c-format
15642 msgid ".end%c encountered without preceeding %s"
15643 msgstr ""
15644
15645 #: read.c:2969
15646 #, c-format
15647 msgid "%s without %s"
15648 msgstr ""
15649
15650 #: read.c:3197
15651 msgid "unsupported variable size or fill value"
15652 msgstr ""
15653
15654 #: read.c:3225
15655 msgid ".space repeat count is zero, ignored"
15656 msgstr ""
15657
15658 #: read.c:3227
15659 msgid ".space repeat count is negative, ignored"
15660 msgstr ""
15661
15662 #: read.c:3256
15663 msgid "space allocation too complex in absolute section"
15664 msgstr ""
15665
15666 #: read.c:3262
15667 msgid "space allocation too complex in common section"
15668 msgstr ""
15669
15670 #: read.c:3353 read.c:4683
15671 #, c-format
15672 msgid "bad floating literal: %s"
15673 msgstr ""
15674
15675 #: read.c:3513
15676 #, c-format
15677 msgid "%s: would close weakref loop: %s"
15678 msgstr ""
15679
15680 #: read.c:3559
15681 #, c-format
15682 msgid "junk at end of line, first unrecognized character valued 0x%x"
15683 msgstr ""
15684
15685 #: read.c:3687
15686 #, c-format
15687 msgid "`%s' can't be equated to common symbol '%s'"
15688 msgstr ""
15689
15690 #: read.c:3815
15691 msgid "rva without symbol"
15692 msgstr ""
15693
15694 #: read.c:3872
15695 msgid "missing or bad offset expression"
15696 msgstr ""
15697
15698 #: read.c:3893
15699 msgid "missing reloc type"
15700 msgstr ""
15701
15702 #: read.c:3905
15703 msgid "unrecognized reloc type"
15704 msgstr ""
15705
15706 #: read.c:3921
15707 msgid "bad reloc expression"
15708 msgstr ""
15709
15710 #: read.c:4047
15711 msgid "attempt to store value in absolute section"
15712 msgstr ""
15713
15714 #: read.c:4085 read.c:4951
15715 msgid "zero assumed for missing expression"
15716 msgstr ""
15717
15718 #: read.c:4097 read.c:4963 write.c:268 write.c:973
15719 msgid "register value used as expression"
15720 msgstr ""
15721
15722 #: read.c:4177
15723 #, c-format
15724 msgid "value 0x%llx truncated to 0x%llx"
15725 msgstr ""
15726
15727 #: read.c:4180
15728 msgid "value 0x%I64x truncated to 0x%I64x"
15729 msgstr ""
15730
15731 #: read.c:4184
15732 #, c-format
15733 msgid "value 0x%lx truncated to 0x%lx"
15734 msgstr ""
15735
15736 #: read.c:4201
15737 #, c-format
15738 msgid "bignum truncated to %d bytes"
15739 msgstr ""
15740
15741 #: read.c:4510 read.c:4705
15742 msgid "unresolvable or nonpositive repeat count; using 1"
15743 msgstr ""
15744
15745 #: read.c:4559
15746 #, c-format
15747 msgid "unknown floating type type '%c'"
15748 msgstr ""
15749
15750 #: read.c:4581
15751 msgid "floating point constant too large"
15752 msgstr ""
15753
15754 #: read.c:5117
15755 msgid "strings must be placed into a section"
15756 msgstr ""
15757
15758 #: read.c:5165
15759 msgid "expected <nn>"
15760 msgstr ""
15761
15762 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
15763 #: read.c:5198 read.c:5284
15764 msgid "unterminated string; newline inserted"
15765 msgstr ""
15766
15767 #: read.c:5292
15768 msgid "bad escaped character in string"
15769 msgstr ""
15770
15771 #: read.c:5317
15772 msgid "expected address expression"
15773 msgstr ""
15774
15775 #: read.c:5336
15776 #, c-format
15777 msgid "symbol \"%s\" undefined; zero assumed"
15778 msgstr ""
15779
15780 #: read.c:5339
15781 msgid "some symbol undefined; zero assumed"
15782 msgstr ""
15783
15784 #: read.c:5375
15785 msgid "this string may not contain '\\0'"
15786 msgstr ""
15787
15788 #: read.c:5411
15789 msgid "missing string"
15790 msgstr ""
15791
15792 #: read.c:5502
15793 #, c-format
15794 msgid ".incbin count zero, ignoring `%s'"
15795 msgstr ""
15796
15797 #: read.c:5528
15798 #, c-format
15799 msgid "file not found: %s"
15800 msgstr ""
15801
15802 #: read.c:5542
15803 #, c-format
15804 msgid "seek to end of .incbin file failed `%s'"
15805 msgstr ""
15806
15807 #: read.c:5553
15808 #, c-format
15809 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
15810 msgstr ""
15811
15812 #: read.c:5560
15813 #, c-format
15814 msgid "could not skip to %ld in file `%s'"
15815 msgstr ""
15816
15817 #: read.c:5569
15818 #, c-format
15819 msgid "truncated file `%s', %ld of %ld bytes read"
15820 msgstr ""
15821
15822 #: read.c:5727
15823 msgid "missing .func"
15824 msgstr ""
15825
15826 #: read.c:5744
15827 msgid ".endfunc missing for previous .func"
15828 msgstr ""
15829
15830 #: read.c:5881
15831 #, c-format
15832 msgid "missing closing `%c'"
15833 msgstr ""
15834
15835 #: read.c:5883
15836 msgid "stray `\\'"
15837 msgstr ""
15838
15839 #: remap.c:52
15840 #, c-format
15841 msgid "invalid argument '%s' to -fdebug-prefix-map"
15842 msgstr ""
15843
15844 #: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
15845 #, c-format
15846 msgid ".stab%c: missing comma"
15847 msgstr ""
15848
15849 #. This could happen for example with a source file with a huge
15850 #. number of lines. The only cure is to use a different debug
15851 #. format, probably DWARF.
15852 #: stabs.c:242
15853 #, c-format
15854 msgid ".stab%c: description field '%x' too big, try a different debug format"
15855 msgstr ""
15856
15857 #: stabs.c:423
15858 msgid "comma missing in .xstabs"
15859 msgstr ""
15860
15861 #: symbols.c:277
15862 #, c-format
15863 msgid "cannot define symbol `%s' in absolute section"
15864 msgstr ""
15865
15866 #: symbols.c:417
15867 #, c-format
15868 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
15869 msgstr ""
15870
15871 #: symbols.c:494 symbols.c:501
15872 #, c-format
15873 msgid "inserting \"%s\" into symbol table failed: %s"
15874 msgstr ""
15875
15876 #: symbols.c:964 symbols.c:968
15877 #, c-format
15878 msgid "undefined symbol `%s' in operation"
15879 msgstr ""
15880
15881 #: symbols.c:975
15882 #, c-format
15883 msgid "invalid sections for operation on `%s' and `%s'"
15884 msgstr ""
15885
15886 #: symbols.c:979
15887 #, c-format
15888 msgid "invalid section for operation on `%s'"
15889 msgstr ""
15890
15891 #: symbols.c:987 symbols.c:990
15892 #, c-format
15893 msgid "undefined symbol `%s' in operation setting `%s'"
15894 msgstr ""
15895
15896 #: symbols.c:996
15897 #, c-format
15898 msgid "invalid sections for operation on `%s' and `%s' setting `%s'"
15899 msgstr ""
15900
15901 #: symbols.c:999
15902 #, c-format
15903 msgid "invalid section for operation on `%s' setting `%s'"
15904 msgstr ""
15905
15906 #: symbols.c:1049
15907 #, c-format
15908 msgid "symbol definition loop encountered at `%s'"
15909 msgstr ""
15910
15911 #: symbols.c:1076
15912 #, c-format
15913 msgid "cannot convert expression symbol %s to complex relocation"
15914 msgstr ""
15915
15916 #: symbols.c:1358
15917 #, c-format
15918 msgid "division by zero when setting `%s'"
15919 msgstr ""
15920
15921 #: symbols.c:1439 write.c:1846
15922 #, c-format
15923 msgid "can't resolve value for symbol `%s'"
15924 msgstr ""
15925
15926 #: symbols.c:1889
15927 #, c-format
15928 msgid "\"%d\" (instance number %d of a %s label)"
15929 msgstr ""
15930
15931 #: symbols.c:1918
15932 #, c-format
15933 msgid "attempt to get value of unresolved symbol `%s'"
15934 msgstr ""
15935
15936 #: symbols.c:2193
15937 msgid "section symbols are already global"
15938 msgstr ""
15939
15940 #: symbols.c:2306
15941 #, c-format
15942 msgid "Accessing function `%s' as thread-local object"
15943 msgstr ""
15944
15945 #: symbols.c:2310
15946 #, c-format
15947 msgid "Accessing `%s' as thread-local object"
15948 msgstr ""
15949
15950 #: write.c:167
15951 #, c-format
15952 msgid "field fx_size too small to hold %d"
15953 msgstr ""
15954
15955 #: write.c:444
15956 #, c-format
15957 msgid "attempt to .org/.space backwards? (%ld)"
15958 msgstr ""
15959
15960 #: write.c:675
15961 msgid "invalid offset expression"
15962 msgstr ""
15963
15964 #: write.c:697
15965 msgid "invalid reloc expression"
15966 msgstr ""
15967
15968 #: write.c:1056
15969 #, c-format
15970 msgid "value of %s too large for field of %d bytes at %s"
15971 msgstr ""
15972
15973 #: write.c:1068
15974 #, c-format
15975 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
15976 msgstr ""
15977
15978 #: write.c:1112
15979 msgid "redefined symbol cannot be used on reloc"
15980 msgstr ""
15981
15982 #: write.c:1125
15983 msgid "relocation out of range"
15984 msgstr ""
15985
15986 #: write.c:1128
15987 #, c-format
15988 msgid "%s:%u: bad return from bfd_install_relocation: %x"
15989 msgstr ""
15990
15991 #: write.c:1192
15992 msgid "internal error: fixup not contained within frag"
15993 msgstr ""
15994
15995 #: write.c:1245
15996 msgid "reloc not within (fixed part of) section"
15997 msgstr ""
15998
15999 #: write.c:1312 write.c:1333
16000 #, c-format
16001 msgid "can't write %s: %s"
16002 msgstr ""
16003
16004 #: write.c:1363
16005 msgid "cannot write to output file"
16006 msgstr ""
16007
16008 #: write.c:1517
16009 #, c-format
16010 msgid "%d error%s, %d warning%s, generating bad object file"
16011 msgstr ""
16012
16013 #: write.c:1524
16014 #, c-format
16015 msgid "%d error%s, %d warning%s, no object file generated"
16016 msgstr ""
16017
16018 #: write.c:1763
16019 #, c-format
16020 msgid "%s: global symbols not supported in common sections"
16021 msgstr ""
16022
16023 #: write.c:1777
16024 #, c-format
16025 msgid "local label `%s' is not defined"
16026 msgstr ""
16027
16028 #: write.c:1797
16029 #, c-format
16030 msgid "Local symbol `%s' can't be equated to common symbol `%s'"
16031 msgstr ""
16032
16033 #: write.c:1804
16034 #, c-format
16035 msgid "can't make global register symbol `%s'"
16036 msgstr ""
16037
16038 #: write.c:2075
16039 #, c-format
16040 msgid "alignment padding (%lu bytes) not a multiple of %ld"
16041 msgstr ""
16042
16043 #: write.c:2233
16044 #, c-format
16045 msgid ".word %s-%s+%s didn't fit"
16046 msgstr ""
16047
16048 #: write.c:2328
16049 msgid "padding added"
16050 msgstr ""
16051
16052 #: write.c:2378
16053 msgid "attempt to move .org backwards"
16054 msgstr ""
16055
16056 #: write.c:2402
16057 msgid ".space specifies non-absolute value"
16058 msgstr ""
16059
16060 #: write.c:2417
16061 msgid ".space or .fill with negative value, ignored"
16062 msgstr ""
16063
16064 #: write.c:2488
16065 #, c-format
16066 msgid "Infinite loop encountered whilst attempting to compute the addresses of symbols in section %s"
16067 msgstr ""
This page took 0.431961 seconds and 4 git commands to generate.