Update Russian translation for the gas/ sub-directory.
[external/binutils.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, 2018.
6 #: config/tc-arm.c:642
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gas 2.30.0\n"
10 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
11 "POT-Creation-Date: 2018-01-13 13:44+0000\n"
12 "PO-Revision-Date: 2018-02-10 09:58+0300\n"
13 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
14 "Language-Team: Russian <gnu@d07.ru>\n"
15 "Language: ru\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "X-Bugs: Report translation errors to the Language-Team address.\n"
20 "X-Generator: Lokalize 2.0\n"
21 "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"
22
23 #: app.c:490 app.c:504
24 msgid "end of file in comment"
25 msgstr "конец файла в комментарии"
26
27 #: app.c:582 app.c:629
28 #, c-format
29 msgid "end of file in string; '%c' inserted"
30 msgstr "конец файла в строке; вставлен '%c'"
31
32 #: app.c:655
33 #, c-format
34 msgid "unknown escape '\\%c' in string; ignored"
35 msgstr "неизвестная экранирующая последовательность '\\%c' в строке; игнорируется"
36
37 #: app.c:829 input-scrub.c:363
38 msgid "end of file not at end of a line; newline inserted"
39 msgstr "конец файла не в конце строки; вставлен символ новой строки"
40
41 #: app.c:992
42 msgid "end of file in multiline comment"
43 msgstr "конец файла в многостроковом комментарии"
44
45 #: app.c:1067
46 msgid "end of file after a one-character quote; \\0 inserted"
47 msgstr "конец файла после одиночной кавычки; вставлен \\0"
48
49 #: app.c:1075
50 msgid "end of file in escape character"
51 msgstr "конец файла в экранированном символе"
52
53 #: app.c:1087
54 msgid "missing close quote; (assumed)"
55 msgstr "отсутствует закрывающая кавычка; (предположительно)"
56
57 #: app.c:1156 app.c:1211 app.c:1223 app.c:1303
58 msgid "end of file in comment; newline inserted"
59 msgstr "конец файла в комментарии; вставлен символ новой строки"
60
61 #: as.c:162
62 msgid "missing emulation mode name"
63 msgstr "пропущено имя режима эмуляции"
64
65 #: as.c:177
66 #, c-format
67 msgid "unrecognized emulation name `%s'"
68 msgstr "нераспознанно имя эмуляции `%s'"
69
70 #: as.c:224
71 #, c-format
72 msgid "GNU assembler version %s (%s) using BFD version %s\n"
73 msgstr "GNU ассемблер, версия %s (%s); используется BFD версии %s\n"
74
75 #: as.c:236
76 #, c-format
77 msgid "Usage: %s [option...] [asmfile...]\n"
78 msgstr "Использование: %s [параметр...] [asm-файл...]\n"
79
80 #: as.c:238
81 #, c-format
82 msgid ""
83 "Options:\n"
84 "  -a[sub-option...]\t  turn on listings\n"
85 "                      \t  Sub-options [default hls]:\n"
86 "                      \t  c      omit false conditionals\n"
87 "                      \t  d      omit debugging directives\n"
88 "                      \t  g      include general info\n"
89 "                      \t  h      include high-level source\n"
90 "                      \t  l      include assembly\n"
91 "                      \t  m      include macro expansions\n"
92 "                      \t  n      omit forms processing\n"
93 "                      \t  s      include symbols\n"
94 "                      \t  =FILE  list to FILE (must be last sub-option)\n"
95 msgstr ""
96 "Параметры:\n"
97 "  -a[доп-параметры...]\t  создать листинг\n"
98 "                      \t  Доп-параметры [по умолчанию hls]:\n"
99 "                      \t  c      пропускать ложные ветви\n"
100 "                      \t  d      пропускать отладочные директивы\n"
101 "                      \t  g      включать общую информацию\n"
102 "                      \t  h      включить исходный код высокого уровня\n"
103 "                      \t  l      включать ассемблерный код\n"
104 "                      \t  m      включать раскрытие макросов\n"
105 "                      \t  n      пропускать разбивку на страницы\n"
106 "                      \t  s      включать символы\n"
107 "                      \t  =ФАЙЛ  записывать в ФАЙЛ (должно быть последним)\n"
108
109 #: as.c:252
110 #, c-format
111 msgid "  --alternate             initially turn on alternate macro syntax\n"
112 msgstr "  --alternate             сразу включить альтернативный синтаксис макросов\n"
113
114 #: as.c:255
115 #, c-format
116 msgid ""
117 "  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
118 "                          compress DWARF debug sections using zlib [default]\n"
119 msgstr ""
120 "  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
121 "                          сжимать отладочные разделы DWARF\n"
122 "                          с помощью zlib [по умолчанию]\n"
123
124 #: as.c:258
125 #, c-format
126 msgid ""
127 "  --nocompress-debug-sections\n"
128 "                          don't compress DWARF debug sections\n"
129 msgstr ""
130 "  --nocompress-debug-sections\n"
131 "                          не сжимать отладочные разделы DWARF\n"
132
133 #: as.c:262
134 #, c-format
135 msgid ""
136 "  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
137 "                          compress DWARF debug sections using zlib\n"
138 msgstr ""
139 "  --compress-debug-sections[={none|zlib|zlib-gnu|zlib-gabi}]\n"
140 "                          сжимать отладочные разделы DWARF\n"
141 "                          с помощью zlib\n"
142
143 #: as.c:265
144 #, c-format
145 msgid ""
146 "  --nocompress-debug-sections\n"
147 "                          don't compress DWARF debug sections [default]\n"
148 msgstr ""
149 "  --nocompress-debug-sections\n"
150 "                          не сжимать отладочные разделы DWARF [по умолчанию]\n"
151
152 #: as.c:269
153 #, c-format
154 msgid "  -D                      produce assembler debugging messages\n"
155 msgstr "  -D                      выводить ассемблерные отладочные сообщения\n"
156
157 #: as.c:271
158 #, c-format
159 msgid ""
160 "  --debug-prefix-map OLD=NEW\n"
161 "                          map OLD to NEW in debug information\n"
162 msgstr ""
163 "  --debug-prefix-map СТА=НОВ\n"
164 "                          в отладочной информации преобразовывать\n"
165 "                          СТАрое в НОВое\n"
166
167 #: as.c:274
168 #, c-format
169 msgid "  --defsym SYM=VAL        define symbol SYM to given value\n"
170 msgstr "  --defsym СИМ=ЗНА        назначить СИМволу нужно ЗНАчение\n"
171
172 #: as.c:290
173 #, c-format
174 msgid "                          emulate output (default %s)\n"
175 msgstr "                          эмулировать вывод (по умолчанию %s)\n"
176
177 #: as.c:295
178 #, c-format
179 msgid "  --execstack             require executable stack for this object\n"
180 msgstr "  --execstack             требовать исполняемый стек для этого объекта\n"
181
182 #: as.c:297
183 #, c-format
184 msgid "  --noexecstack           don't require executable stack for this object\n"
185 msgstr "  --noexecstack           не требовать исполняемый стек для этого объекта\n"
186
187 #: as.c:299
188 #, c-format
189 msgid ""
190 "  --size-check=[error|warning]\n"
191 "\t\t\t  ELF .size directive check (default --size-check=error)\n"
192 msgstr ""
193 "  --size-check=[error|warning]\n"
194 "\t\t\t  проверка директивы .size в ELF (по умолчанию --size-check=error)\n"
195
196 #: as.c:302
197 #, c-format
198 msgid ""
199 "  --elf-stt-common=[no|yes]\n"
200 "                          generate ELF common symbols with STT_COMMON type\n"
201 msgstr ""
202 "  --elf-stt-common=[no|yes]\n"
203 "                          генерировать общие символы ELF с типом STT_COMMON\n"
204
205 #: as.c:305
206 #, c-format
207 msgid "  --sectname-subst        enable section name substitution sequences\n"
208 msgstr ""
209 "  --sectname-subst        включать последовательности подстановки\n"
210 "                          в именах разделов\n"
211
212 #: as.c:308
213 #, c-format
214 msgid "  -f                      skip whitespace and comment preprocessing\n"
215 msgstr "  -f                      не выполнять пред-обработку пробелов и комментариев\n"
216
217 #: as.c:310
218 #, c-format
219 msgid "  -g --gen-debug          generate debugging information\n"
220 msgstr "  -g --gen-debug          генерировать отладочную информацию\n"
221
222 #: as.c:312
223 #, c-format
224 msgid "  --gstabs                generate STABS debugging information\n"
225 msgstr "  --gstabs                генерировать отладочную информацию STABS\n"
226
227 #: as.c:314
228 #, c-format
229 msgid "  --gstabs+               generate STABS debug info with GNU extensions\n"
230 msgstr ""
231 "  --gstabs+               генерировать отладочную информацию STABS\n"
232 "                          с расширениями GNU\n"
233
234 #: as.c:316
235 #, c-format
236 msgid "  --gdwarf-2              generate DWARF2 debugging information\n"
237 msgstr "  --gdwarf-2              генерировать отладочную информацию DWARF2\n"
238
239 #: as.c:318
240 #, c-format
241 msgid "  --gdwarf-sections       generate per-function section names for DWARF line information\n"
242 msgstr ""
243 "  --gdwarf-sections       генерировать имена разделов для каждой функции\n"
244 "                          в информацию DWARF о строках\n"
245
246 #: as.c:320
247 #, c-format
248 msgid "  --hash-size=<value>     set the hash table size close to <value>\n"
249 msgstr "  --hash-size=<знач>      задать размер хэш таблицы близким к <значению>\n"
250
251 #: as.c:322
252 #, c-format
253 msgid "  --help                  show this message and exit\n"
254 msgstr "  --help                  показать это сообщение и закончить работу\n"
255
256 #: as.c:324
257 #, c-format
258 msgid "  --target-help           show target specific options\n"
259 msgstr "  --target-help           показать параметры, подходящие только к этой цели\n"
260
261 #: as.c:326
262 #, c-format
263 msgid "  -I DIR                  add DIR to search list for .include directives\n"
264 msgstr ""
265 "  -I КАТ                  добавить КАТалог в список поиска, используемого\n"
266 "                          директивами .include\n"
267
268 #: as.c:328
269 #, c-format
270 msgid "  -J                      don't warn about signed overflow\n"
271 msgstr "  -J                      не предупреждать о знаковом переполнении\n"
272
273 #: as.c:330
274 #, c-format
275 msgid "  -K                      warn when differences altered for long displacements\n"
276 msgstr "  -K                      предупреждать при изменении различий в длинных перестановках\n"
277
278 #: as.c:332
279 #, c-format
280 msgid "  -L,--keep-locals        keep local symbols (e.g. starting with `L')\n"
281 msgstr ""
282 "  -L,--keep-locals        сохранять локальные символы (например,\n"
283 "                          начинающиеся с L)\n"
284
285 #: as.c:334
286 #, c-format
287 msgid "  -M,--mri                assemble in MRI compatibility mode\n"
288 msgstr "  -M,--mri                ассемблировать в режиме совместимости с MRI\n"
289
290 #: as.c:336
291 #, c-format
292 msgid "  --MD FILE               write dependency information in FILE (default none)\n"
293 msgstr ""
294 "  --MD ФАЙЛ               записывать информацию о зависимостях в ФАЙЛ\n"
295 "                          (по умолчанию не записывается)\n"
296
297 #: as.c:338
298 #, c-format
299 msgid "  -nocpp                  ignored\n"
300 msgstr "  -nocpp                  игнорируется\n"
301
302 #: as.c:340
303 #, c-format
304 msgid "  -no-pad-sections        do not pad the end of sections to alignment boundaries\n"
305 msgstr "  -no-pad-sections        не дополнять конец разделов для выравнивая по границам\n"
306
307 #: as.c:342
308 #, c-format
309 msgid "  -o OBJFILE              name the object-file output OBJFILE (default a.out)\n"
310 msgstr "  -o OBJ-ФАЙЛ             имя объектного файла результата (по умолчанию a.out)\n"
311
312 #: as.c:344
313 #, c-format
314 msgid "  -R                      fold data section into text section\n"
315 msgstr "  -R                      поместить раздел данных в раздел текста\n"
316
317 #: as.c:346
318 #, c-format
319 msgid ""
320 "  --reduce-memory-overheads \n"
321 "                          prefer smaller memory use at the cost of longer\n"
322 "                          assembly times\n"
323 msgstr ""
324 "  --reduce-memory-overheads \n"
325 "                          сокращать расход памяти, хоть и при этом\n"
326 "                          увеличится время компиляции\n"
327
328 #: as.c:350
329 #, c-format
330 msgid "  --statistics            print various measured statistics from execution\n"
331 msgstr "  --statistics            показать различную измеренную статистику выполнения\n"
332
333 #: as.c:352
334 #, c-format
335 msgid "  --strip-local-absolute  strip local absolute symbols\n"
336 msgstr "  --strip-local-absolute  удалить локальные абсолютные символы\n"
337
338 #: as.c:354
339 #, c-format
340 msgid "  --traditional-format    Use same format as native assembler when possible\n"
341 msgstr ""
342 "  --traditional-format    использовать родной для ассемблера формат,\n"
343 "                          если возможно\n"
344
345 #: as.c:356
346 #, c-format
347 msgid "  --version               print assembler version number and exit\n"
348 msgstr "  --version               показать версию ассемблера и закончить работу\n"
349
350 #: as.c:358
351 #, c-format
352 msgid "  -W  --no-warn           suppress warnings\n"
353 msgstr "  -W  --no-warn           не показывать предупреждения\n"
354
355 #: as.c:360
356 #, c-format
357 msgid "  --warn                  don't suppress warnings\n"
358 msgstr "  --warn                  показывать предупреждения\n"
359
360 #: as.c:362
361 #, c-format
362 msgid "  --fatal-warnings        treat warnings as errors\n"
363 msgstr "  --fatal-warnings        считать предупреждения ошибками\n"
364
365 #: as.c:365
366 #, c-format
367 msgid ""
368 "  --itbl INSTTBL          extend instruction set to include instructions\n"
369 "                          matching the specifications defined in file INSTTBL\n"
370 msgstr ""
371 "  --itbl INSTTBL          расширить набор инструкций, включив инструкции\n"
372 "                          из спецификации, определённой в файле INSTTBL\n"
373
374 #: as.c:369
375 #, c-format
376 msgid "  -w                      ignored\n"
377 msgstr "  -w                      игнорируется\n"
378
379 #: as.c:371
380 #, c-format
381 msgid "  -X                      ignored\n"
382 msgstr "  -X                      игнорируется\n"
383
384 #: as.c:373
385 #, c-format
386 msgid "  -Z                      generate object file even after errors\n"
387 msgstr "  -Z                      генерировать объектный файл не смотря на ошибки\n"
388
389 #: as.c:375
390 #, c-format
391 msgid ""
392 "  --listing-lhs-width     set the width in words of the output data column of\n"
393 "                          the listing\n"
394 msgstr ""
395 "  --listing-lhs-width     задать в словах ширину выводимого столбца данных\n"
396 "                          в листинге\n"
397
398 #: as.c:378
399 #, c-format
400 msgid ""
401 "  --listing-lhs-width2    set the width in words of the continuation lines\n"
402 "                          of the output data column; ignored if smaller than\n"
403 "                          the width of the first line\n"
404 msgstr ""
405 "  --listing-lhs-width2    задать в словах ширину последующих выводимых строк\n"
406 "                          столбца данных; игнорируется, если меньше ширины\n"
407 "                          первой строки\n"
408
409 #: as.c:382
410 #, c-format
411 msgid ""
412 "  --listing-rhs-width     set the max width in characters of the lines from\n"
413 "                          the source file\n"
414 msgstr ""
415 "  --listing-rhs-width     задать максимальную ширину (в символах) строк из\n"
416 "                          файла исходного кода\n"
417
418 #: as.c:385
419 #, c-format
420 msgid ""
421 "  --listing-cont-lines    set the maximum number of continuation lines used\n"
422 "                          for the output data column of the listing\n"
423 msgstr ""
424 "  --listing-cont-lines    задать максимальное количество последующих строк,\n"
425 "                          используемых в листинге при выводе столбца данных\n"
426
427 #: as.c:388
428 #, c-format
429 msgid "  @FILE                   read options from FILE\n"
430 msgstr "  @ФАЙЛ                   прочитать парамеры из ФАЙЛа\n"
431
432 #: as.c:396
433 #, c-format
434 msgid "Report bugs to %s\n"
435 msgstr "Сообщения об ошибках отправляйте в %s\n"
436
437 #: as.c:616
438 #, c-format
439 msgid "unrecognized option -%c%s"
440 msgstr "нераспознанный параметр -%c%s"
441
442 #. This output is intended to follow the GNU standards document.
443 #: as.c:658
444 #, c-format
445 msgid "GNU assembler %s\n"
446 msgstr "GNU ассемблер %s\n"
447
448 #: as.c:659
449 #, c-format
450 msgid "Copyright (C) 2018 Free Software Foundation, Inc.\n"
451 msgstr "Copyright (C) 2018 Free Software Foundation, Inc.\n"
452
453 #: as.c:660
454 #, c-format
455 msgid ""
456 "This program is free software; you may redistribute it under the terms of\n"
457 "the GNU General Public License version 3 or later.\n"
458 "This program has absolutely no warranty.\n"
459 msgstr ""
460 "Эта программа является открытым программным обеспечением; вы можете\n"
461 "распространять её согласно условиям GNU General Public License версии 3 или\n"
462 "более новой версии.\n"
463 "Эта программа не имеет абсолютно никаких гарантий.\n"
464
465 #: as.c:665
466 #, c-format
467 msgid ""
468 "This assembler was configured for a target of `%s' and default,\n"
469 "cpu type `%s'.\n"
470 msgstr ""
471 "По умолчанию ассемблер настроен на цель «%s»\n"
472 "с типом процессора «%s».\n"
473
474 #: as.c:669
475 #, c-format
476 msgid "This assembler was configured for a target of `%s'.\n"
477 msgstr "Ассемблер настроен на цель %s.\n"
478
479 #: as.c:677
480 msgid "multiple emulation names specified"
481 msgstr "указано несколько имён эмуляции"
482
483 #: as.c:679
484 msgid "emulations not handled in this configuration"
485 msgstr "эмуляции не обрабатываются при таких настройках"
486
487 #: as.c:684
488 #, c-format
489 msgid "alias = %s\n"
490 msgstr "псевдоним = %s\n"
491
492 #: as.c:685
493 #, c-format
494 msgid "canonical = %s\n"
495 msgstr "каноническое = %s\n"
496
497 #: as.c:686
498 #, c-format
499 msgid "cpu-type = %s\n"
500 msgstr "тип ЦП = %s\n"
501
502 #: as.c:688
503 #, c-format
504 msgid "format = %s\n"
505 msgstr "формат = %s\n"
506
507 #: as.c:691
508 #, c-format
509 msgid "bfd-target = %s\n"
510 msgstr "bfd-цель = %s\n"
511
512 #: as.c:708
513 #, c-format
514 msgid "Invalid --compress-debug-sections option: `%s'"
515 msgstr "Некорректный параметр --compress-debug-sections: «%s»"
516
517 #: as.c:711
518 #, c-format
519 msgid "--compress-debug-sections=%s is unsupported"
520 msgstr "--compress-debug-sections=%s не поддерживается"
521
522 #: as.c:736
523 msgid "bad defsym; format is --defsym name=value"
524 msgstr "неверный defsym; формат должен быть --defsym имя=значение"
525
526 #: as.c:756
527 msgid "no file name following -t option"
528 msgstr "для параметра -t не указано имя файла"
529
530 #: as.c:771
531 #, c-format
532 msgid "failed to read instruction table %s\n"
533 msgstr "не удалось прочитать таблицу инструкций %s\n"
534
535 #: as.c:887
536 #, c-format
537 msgid "Invalid --size-check= option: `%s'"
538 msgstr "Некорректное значение --size-check=: «%s»"
539
540 #: as.c:896
541 #, c-format
542 msgid "Invalid --elf-stt-common= option: `%s'"
543 msgstr "Некорректное значение --elf-stt-common=: «%s»"
544
545 #: as.c:969
546 #, c-format
547 msgid "invalid listing option `%c'"
548 msgstr "неверный параметр %c для листинга"
549
550 #: as.c:1022
551 msgid "--hash-size needs a numeric argument"
552 msgstr "для --hash-size требуется числовой аргумент"
553
554 #: as.c:1044
555 #, c-format
556 msgid "%s: total time in assembly: %ld.%06ld\n"
557 msgstr "%s: общее время ассемблирования: %ld.%06ld\n"
558
559 #: as.c:1325
560 #, c-format
561 msgid "%d warning"
562 msgid_plural "%d warnings"
563 msgstr[0] "%d предупреждение"
564 msgstr[1] "%d предупреждения"
565 msgstr[2] "%d предупреждений"
566
567 #: as.c:1327
568 #, c-format
569 msgid "%d error"
570 msgid_plural "%d errors"
571 msgstr[0] "%d ошибка"
572 msgstr[1] "%d ошибки"
573 msgstr[2] "%d ошибок"
574
575 #: as.c:1331
576 #, c-format
577 msgid "%s, treating warnings as errors"
578 msgstr "%s, предупреждения считаются ошибками"
579
580 #: as.c:1342
581 #, c-format
582 msgid "%s, %s, generating bad object file\n"
583 msgstr "%s, %s, генерируется плохой объектный файл\n"
584
585 #: as.h:173
586 #, c-format
587 msgid "Case value %ld unexpected at line %d of file \"%s\"\n"
588 msgstr "Неожиданное значение %ld в строке %d файла «%s»\n"
589
590 #.
591 #. * We have a GROSS internal error.
592 #. * This should never happen.
593 #.
594 #: atof-generic.c:418 config/tc-m68k.c:3582
595 msgid "failed sanity check"
596 msgstr "проверка на исправность не пройдена"
597
598 #: cgen.c:107 config/tc-alpha.c:2099 config/tc-alpha.c:2123
599 #: config/tc-arc.c:4013 config/tc-arc.c:4087 config/tc-d10v.c:550
600 #: config/tc-d30v.c:537 config/tc-mn10200.c:1098 config/tc-mn10300.c:1752
601 #: config/tc-ppc.c:2987 config/tc-ppc.c:3173 config/tc-ppc.c:3438
602 #: config/tc-s390.c:1323 config/tc-s390.c:1446 config/tc-s390.c:1584
603 #: config/tc-v850.c:2538 config/tc-v850.c:2609 config/tc-v850.c:2656
604 #: config/tc-v850.c:2693 config/tc-v850.c:2730 config/tc-v850.c:2993
605 msgid "too many fixups"
606 msgstr "слишком много местоположений (fixups)"
607
608 #: cgen.c:372 cgen.c:392 config/tc-d10v.c:461 config/tc-d30v.c:453
609 #: config/tc-i370.c:2127 config/tc-mn10200.c:1040 config/tc-mn10300.c:1677
610 #: config/tc-ppc.c:3029 config/tc-s390.c:1307 config/tc-v850.c:2647
611 #: config/tc-v850.c:2681 config/tc-v850.c:2721 config/tc-v850.c:2966
612 #: config/tc-z80.c:446
613 msgid "illegal operand"
614 msgstr "неверный операнд"
615
616 #: cgen.c:396 config/tc-avr.c:899 config/tc-d10v.c:463 config/tc-d30v.c:455
617 #: config/tc-h8300.c:502 config/tc-i370.c:2129 config/tc-mcore.c:661
618 #: config/tc-microblaze.c:609 config/tc-mmix.c:495 config/tc-mn10200.c:1043
619 #: config/tc-mn10300.c:1680 config/tc-msp430.c:417 config/tc-ppc.c:3031
620 #: config/tc-s390.c:1312 config/tc-sh.c:1385 config/tc-sh64.c:2214
621 #: config/tc-v850.c:2651 config/tc-v850.c:2685 config/tc-v850.c:2725
622 #: config/tc-v850.c:2969 config/tc-xgate.c:895 config/tc-z80.c:557
623 #: config/tc-z8k.c:349
624 msgid "missing operand"
625 msgstr "пропущен операнд"
626
627 #: cgen.c:767
628 msgid "a reloc on this operand implies an overflow"
629 msgstr "перемещение на этот операнд означает переполнение"
630
631 #: cgen.c:790
632 msgid "operand mask overflow"
633 msgstr "переполнение маски операнда"
634
635 #. We can't actually support subtracting a symbol.
636 #: cgen.c:851 config/tc-arm.c:1776 config/tc-arm.c:10346 config/tc-arm.c:10398
637 #: config/tc-arm.c:10656 config/tc-arm.c:11493 config/tc-arm.c:12630
638 #: config/tc-arm.c:12670 config/tc-arm.c:13013 config/tc-arm.c:13054
639 #: config/tc-arm.c:17513 config/tc-arm.c:17554 config/tc-avr.c:1550
640 #: config/tc-avr.c:1562 config/tc-avr.c:1826 config/tc-cris.c:4067
641 #: config/tc-d10v.c:1507 config/tc-d30v.c:1912 config/tc-ft32.c:574
642 #: config/tc-ft32.c:587 config/tc-mips.c:9438 config/tc-mips.c:10743
643 #: config/tc-mips.c:11999 config/tc-mips.c:12658 config/tc-nds32.c:6587
644 #: config/tc-pru.c:747 config/tc-pru.c:757 config/tc-spu.c:957
645 #: config/tc-spu.c:981 config/tc-tilegx.c:1485 config/tc-tilepro.c:1346
646 #: config/tc-v850.c:3451 config/tc-vax.c:282 config/tc-xstormy16.c:482
647 #: config/tc-xtensa.c:5949 config/tc-xtensa.c:13095
648 msgid "expression too complex"
649 msgstr "слишком сложное выражение"
650
651 #: cgen.c:950 config/tc-ppc.c:7027 config/tc-s390.c:2365 config/tc-v850.c:3503
652 #: config/tc-xstormy16.c:539
653 msgid "unresolved expression that must be resolved"
654 msgstr "нерешаемое выражение, которое должно быть решено"
655
656 #: cgen.c:975 config/tc-xstormy16.c:564
657 #, c-format
658 msgid "internal error: can't install fix for reloc type %d (`%s')"
659 msgstr "внутренняя ошибка: невозможно установить местоположение для перемещения с типом %d («%s»)"
660
661 #: cgen.c:1026 config/tc-nios2.c:1360 config/tc-pru.c:788
662 msgid "relocation is not supported"
663 msgstr "перемещение не поддерживается"
664
665 #: cond.c:82
666 msgid "invalid identifier for \".ifdef\""
667 msgstr "неверный идентификатор для «.ifdef»"
668
669 #: cond.c:149
670 msgid "non-constant expression in \".if\" statement"
671 msgstr "неконстантное выражение в операторе «.if»"
672
673 #: cond.c:276
674 msgid "bad format for ifc or ifnc"
675 msgstr "неверный формат для ifc или ifnc"
676
677 #: cond.c:306
678 msgid "\".elseif\" without matching \".if\""
679 msgstr "«.elseif» без надлежащего «.if»"
680
681 #: cond.c:310
682 msgid "\".elseif\" after \".else\""
683 msgstr "«.elseif» после «.else»"
684
685 #: cond.c:313 cond.c:419
686 msgid "here is the previous \".else\""
687 msgstr "здесь предыдущий «.else»"
688
689 #: cond.c:316 cond.c:422
690 msgid "here is the previous \".if\""
691 msgstr "здесь предыдущий «.if»"
692
693 #: cond.c:345
694 msgid "non-constant expression in \".elseif\" statement"
695 msgstr "неконстантное выражение в операторе «.elseif»"
696
697 #: cond.c:383
698 msgid "\".endif\" without \".if\""
699 msgstr "«.endif» без «.if»"
700
701 #: cond.c:412
702 msgid "\".else\" without matching \".if\""
703 msgstr "«.else» без надлежащего «.if»"
704
705 #: cond.c:416
706 msgid "duplicate \".else\""
707 msgstr "повторный «.else»"
708
709 #: cond.c:467
710 msgid ".ifeqs syntax error"
711 msgstr "синтаксическая ошибка в .ifeqs"
712
713 #: cond.c:548
714 msgid "end of macro inside conditional"
715 msgstr "конец макроса внутри условия"
716
717 #: cond.c:550
718 msgid "end of file inside conditional"
719 msgstr "конец файла внутри условия"
720
721 #: cond.c:553
722 msgid "here is the start of the unterminated conditional"
723 msgstr "вот начало незавершённого условия"
724
725 #: cond.c:557
726 msgid "here is the \"else\" of the unterminated conditional"
727 msgstr "вот \"else\" незавершённого условия"
728
729 #: config/atof-ieee.c:139
730 msgid "cannot create floating-point number"
731 msgstr "не удалось создать число с плавающей точкой"
732
733 #: config/atof-ieee.c:286
734 msgid "NaNs are not supported by this target\n"
735 msgstr "NaN не поддерживается этой целью\n"
736
737 #: config/atof-ieee.c:325 config/atof-ieee.c:366
738 msgid "Infinities are not supported by this target\n"
739 msgstr "Бесконечность не поддерживается этой целью\n"
740
741 #: config/atof-ieee.c:781 config/atof-vax.c:449 config/tc-arm.c:1152
742 #: config/tc-ia64.c:11608 config/tc-tic30.c:1263 config/tc-tic4x.c:2585
743 msgid "Unrecognized or unsupported floating point constant"
744 msgstr "Нераспознанная или неподдерживаемая константа с плавающей точкой"
745
746 #: config/obj-aout.c:81
747 #, c-format
748 msgid "Attempt to put a common symbol into set %s"
749 msgstr "Попытка поместить общий символ в набор %s"
750
751 #: config/obj-aout.c:85
752 #, c-format
753 msgid "Attempt to put an undefined symbol into set %s"
754 msgstr "Попытка поместить неопределённый символ в набор %s"
755
756 #: config/obj-aout.c:112 config/obj-coff.c:1382
757 #, c-format
758 msgid "Symbol `%s' can not be both weak and common"
759 msgstr "Символ «%s» не может быть слабым и общим одновременно"
760
761 #: config/obj-coff.c:135 dw2gencfi.c:334
762 #, c-format
763 msgid "Inserting \"%s\" into structure table failed: %s"
764 msgstr "Не удалось вставить «%s» в таблицу структур: %s"
765
766 #: config/obj-coff.c:214 config/obj-coff.c:1681 config/tc-ppc.c:5647
767 #: config/tc-tic54x.c:3980 read.c:2960
768 #, c-format
769 msgid "error setting flags for \"%s\": %s"
770 msgstr "ошибка установки флагов для «%s»: %s"
771
772 #. Zero is used as an end marker in the file.
773 #: config/obj-coff.c:435
774 msgid "Line numbers must be positive integers\n"
775 msgstr "Номера строк должны быть положительными целыми числами\n"
776
777 #: config/obj-coff.c:467
778 msgid ".ln pseudo-op inside .def/.endef: ignored."
779 msgstr "Псевдооперация .in внутри .def/.endef: игнорируется."
780
781 #: config/obj-coff.c:509 ecoff.c:3245
782 msgid ".loc outside of .text"
783 msgstr ".loc вне .text"
784
785 #: config/obj-coff.c:516
786 msgid ".loc pseudo-op inside .def/.endef: ignored."
787 msgstr "Псевдооперация .loc внутри .def/.endef: игнорируется."
788
789 #: config/obj-coff.c:596
790 msgid ".def pseudo-op used inside of .def/.endef: ignored."
791 msgstr "Псевдооперация .def используется внутри .def/.endef: игнорируется."
792
793 #: config/obj-coff.c:629
794 msgid ".endef pseudo-op used outside of .def/.endef: ignored."
795 msgstr "Псевдооперация .endef используется вне .def/.endef: игнорируется."
796
797 #: config/obj-coff.c:668
798 #, c-format
799 msgid "`%s' symbol without preceding function"
800 msgstr "символ «%s» без предшествующей функции"
801
802 #: config/obj-coff.c:755
803 #, c-format
804 msgid "unexpected storage class %d"
805 msgstr "неожиданный класс хранения %d"
806
807 #: config/obj-coff.c:863
808 msgid ".dim pseudo-op used outside of .def/.endef: ignored."
809 msgstr "Псевдооперация .dim используется вне .def/.endef: игнорируется."
810
811 #: config/obj-coff.c:883
812 msgid "badly formed .dim directive ignored"
813 msgstr "неправильный формат директивы .dim: игнорируется"
814
815 #: config/obj-coff.c:932
816 msgid ".size pseudo-op used outside of .def/.endef: ignored."
817 msgstr "Псевдооперация .size используется вне .def/.endef: игнорируется."
818
819 #: config/obj-coff.c:947
820 msgid ".scl pseudo-op used outside of .def/.endef: ignored."
821 msgstr "Псевдооперация .scl используется вне .def/.endef: игнорируется."
822
823 #: config/obj-coff.c:964
824 msgid ".tag pseudo-op used outside of .def/.endef: ignored."
825 msgstr "Псевдооперация .tag используется вне .def/.endef: игнорируется."
826
827 #: config/obj-coff.c:981
828 #, c-format
829 msgid "tag not found for .tag %s"
830 msgstr "метка не найдена для .tag %s"
831
832 #: config/obj-coff.c:994
833 msgid ".type pseudo-op used outside of .def/.endef: ignored."
834 msgstr "Псевдооперация .type используется вне .def/.endef: игнорируется."
835
836 #: config/obj-coff.c:1013
837 msgid ".val pseudo-op used outside of .def/.endef: ignored."
838 msgstr "Псевдооперация .val используется вне .def/.endef: игнорируется."
839
840 #: config/obj-coff.c:1160
841 msgid "badly formed .weak directive ignored"
842 msgstr "неправильный формат директивы.weak: игнорируется"
843
844 #: config/obj-coff.c:1338
845 msgid "mismatched .eb"
846 msgstr "непарная .eb"
847
848 #: config/obj-coff.c:1361
849 #, c-format
850 msgid "C_EFCN symbol for %s out of scope"
851 msgstr "Символ C_EFCN для %s вне области"
852
853 #: config/obj-coff.c:1415
854 #, c-format
855 msgid "Warning: internal error: forgetting to set endndx of %s"
856 msgstr "Предупреждение: внутренняя ошибка: забыли установить endndx для %s"
857
858 #. STYP_INFO
859 #. STYP_LIB
860 #. STYP_OVER
861 #: config/obj-coff.c:1646
862 #, c-format
863 msgid "unsupported section attribute '%c'"
864 msgstr "неподдерживаемый атрибут раздела %c"
865
866 #: config/obj-coff.c:1650 config/tc-ppc.c:5629
867 #, c-format
868 msgid "unknown section attribute '%c'"
869 msgstr "неизвестный атрибут раздела %c"
870
871 #: config/obj-coff.c:1693 config/obj-macho.c:267
872 #, c-format
873 msgid "Ignoring changed section attributes for %s"
874 msgstr "Игнорируются изменённые атрибуты раздела для %s"
875
876 #: config/obj-coff.c:1831
877 #, c-format
878 msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n"
879 msgstr "0x%lx: \"%s\" тип = %ld, класс = %d, сегмент = %d\n"
880
881 #: config/obj-ecoff.c:124
882 msgid "Can't set GP value"
883 msgstr "Не удалось установить значение GP"
884
885 #: config/obj-ecoff.c:131
886 msgid "Can't set register masks"
887 msgstr "Не удалось установить значение регистра масок"
888
889 #: config/obj-elf.c:348 config/tc-sparc.c:4564 config/tc-v850.c:511
890 #, c-format
891 msgid "bad .common segment %s"
892 msgstr "неправильный сегмент .common %s"
893
894 #: config/obj-elf.c:424
895 msgid "Missing symbol name in directive"
896 msgstr "В директиве пропущено имя символа"
897
898 #: config/obj-elf.c:646
899 #, c-format
900 msgid "setting incorrect section type for %s"
901 msgstr "установка некорректного типа раздела для %s"
902
903 #: config/obj-elf.c:651
904 #, c-format
905 msgid "ignoring incorrect section type for %s"
906 msgstr "игнорируется некорректный тип раздела для %s"
907
908 #: config/obj-elf.c:702
909 #, c-format
910 msgid "setting incorrect section attributes for %s"
911 msgstr "установка некорректных атрибутов раздела для %s"
912
913 #: config/obj-elf.c:713
914 #, c-format
915 msgid "SHF_ALLOC isn't set for GNU_MBIND section: %s"
916 msgstr "в разделе GNU_MBIND не задан SHF_ALLOC: %s"
917
918 #: config/obj-elf.c:762
919 #, c-format
920 msgid "ignoring changed section type for %s"
921 msgstr "игнорируется изменение типа раздела для %s"
922
923 #: config/obj-elf.c:774
924 #, c-format
925 msgid "ignoring changed section attributes for %s"
926 msgstr "игнорируется изменение атрибутов раздела для %s"
927
928 #: config/obj-elf.c:781
929 #, c-format
930 msgid "ignoring changed section entity size for %s"
931 msgstr "игнорируется изменение размера элементов раздела для %s"
932
933 #: config/obj-elf.c:845
934 msgid "unrecognized .section attribute: want a,e,w,x,M,S,G,T or number"
935 msgstr "нераспознанный атрибут .section: должно быть a,e,w,x,M,S,G,T или число"
936
937 #: config/obj-elf.c:905
938 msgid "extraneous characters at end of numeric section type"
939 msgstr "посторонние символы в конце раздела числового типа"
940
941 #: config/obj-elf.c:911 read.c:2944
942 msgid "unrecognized section type"
943 msgstr "нераспознанный тип раздела"
944
945 #: config/obj-elf.c:943
946 msgid "unrecognized section attribute"
947 msgstr "нераспознанный атрибут раздела"
948
949 #: config/obj-elf.c:974 config/tc-alpha.c:4208
950 msgid "missing name"
951 msgstr "пропущено имя"
952
953 #: config/obj-elf.c:1134
954 msgid "invalid merge entity size"
955 msgstr "некорректное слияние размера элемента"
956
957 #: config/obj-elf.c:1141
958 msgid "entity size for SHF_MERGE not specified"
959 msgstr "не задан размер элемента SHF_MERGE"
960
961 #: config/obj-elf.c:1147
962 msgid "? section flag ignored with G present"
963 msgstr "флаг раздела ? игнорируется, если установлен G"
964
965 #: config/obj-elf.c:1171
966 msgid "group name for SHF_GROUP not specified"
967 msgstr "не задано имя группы для SHF_GROUP"
968
969 #: config/obj-elf.c:1196
970 #, c-format
971 msgid "unsupported mbind section info: %s"
972 msgstr "неподдерживаемая информация раздела mbind: %s"
973
974 #: config/obj-elf.c:1211
975 msgid "character following name is not '#'"
976 msgstr "символ после имени не «#»"
977
978 #: config/obj-elf.c:1331
979 msgid ".previous without corresponding .section; ignored"
980 msgstr ".previous без соответствующей .section; игнорируется"
981
982 #: config/obj-elf.c:1357
983 msgid ".popsection without corresponding .pushsection; ignored"
984 msgstr ".popsection без соответствующей .pushsection; игнорируется"
985
986 #: config/obj-elf.c:1403
987 msgid "expected comma after name in .symver"
988 msgstr "ожидается запятая после имени в .symver"
989
990 #: config/obj-elf.c:1419 config/obj-elf.c:2291
991 #, c-format
992 msgid "`%s' can't be versioned to common symbol '%s'"
993 msgstr "«%s» не может иметь версии для общего символа «%s»"
994
995 #: config/obj-elf.c:1434
996 #, c-format
997 msgid "missing version name in `%s' for symbol `%s'"
998 msgstr "пропущено имя версии в «%s» для символа «%s»"
999
1000 #: config/obj-elf.c:1445
1001 #, c-format
1002 msgid "multiple versions [`%s'|`%s'] for symbol `%s'"
1003 msgstr "несколько версий [«%s»|«%s»] для символа «%s»"
1004
1005 #: config/obj-elf.c:1481
1006 #, c-format
1007 msgid "expected `%s' to have already been set for .vtable_inherit"
1008 msgstr "ожидается «%s» для уже заданной .vtable_inherit"
1009
1010 #: config/obj-elf.c:1491
1011 msgid "expected comma after name in .vtable_inherit"
1012 msgstr "ожидается запятая после имени в .vtable_inherit"
1013
1014 #: config/obj-elf.c:1543
1015 msgid "expected comma after name in .vtable_entry"
1016 msgstr "ожидается запятая после имени в .vtable_entry"
1017
1018 #: config/obj-elf.c:1673
1019 #, c-format
1020 msgid "Attribute name not recognised: %s"
1021 msgstr "Не распознано имя атрибута: %s"
1022
1023 #: config/obj-elf.c:1690
1024 msgid "expected numeric constant"
1025 msgstr "ожидается числовая константа"
1026
1027 #: config/obj-elf.c:1699 config/tc-arm.c:6473
1028 msgid "expected comma"
1029 msgstr "ожидается запятая"
1030
1031 #: config/obj-elf.c:1732
1032 msgid "bad string constant"
1033 msgstr "некорректная строковая константа"
1034
1035 #: config/obj-elf.c:1736
1036 msgid "expected <tag> , <value>"
1037 msgstr "ожидается <метка> , <значение>"
1038
1039 #: config/obj-elf.c:1856
1040 msgid "expected quoted string"
1041 msgstr "ожидается строка в кавычках"
1042
1043 #: config/obj-elf.c:1876
1044 #, c-format
1045 msgid "expected comma after name `%s' in .size directive"
1046 msgstr "ожидается запятая после имени «%s» в директиве .size"
1047
1048 #: config/obj-elf.c:1885
1049 msgid "missing expression in .size directive"
1050 msgstr "пропущено выражение в директиве .size"
1051
1052 #: config/obj-elf.c:2008
1053 #, c-format
1054 msgid "symbol '%s' is already defined"
1055 msgstr "символ «%s» уже определён"
1056
1057 #: config/obj-elf.c:2029
1058 #, c-format
1059 msgid "symbol type \"%s\" is supported only by GNU and FreeBSD targets"
1060 msgstr "тип символа «%s» поддерживается только целями GNU и FreeBSD"
1061
1062 #: config/obj-elf.c:2041
1063 #, c-format
1064 msgid "symbol type \"%s\" is supported only by GNU targets"
1065 msgstr "тип символа «%s» поддерживается только целями GNU"
1066
1067 #: config/obj-elf.c:2052
1068 #, c-format
1069 msgid "unrecognized symbol type \"%s\""
1070 msgstr "нераспознанный тип символа «%s»"
1071
1072 #: config/obj-elf.c:2219 config/obj-elf.c:2222
1073 #, c-format
1074 msgid ".size expression for %s does not evaluate to a constant"
1075 msgstr "из выражения .size для %s не получается константа"
1076
1077 #: config/obj-elf.c:2256
1078 #, c-format
1079 msgid "invalid attempt to declare external version name as default in symbol `%s'"
1080 msgstr "некорректная попытка объявить внешнее имя версии значением по умолчанию в символе «%s»"
1081
1082 #: config/obj-elf.c:2325 ecoff.c:3600
1083 #, c-format
1084 msgid "symbol `%s' can not be both weak and common"
1085 msgstr "символ «%s» не может быть слабым и общим одновременно"
1086
1087 #: config/obj-elf.c:2437
1088 #, c-format
1089 msgid "assuming all members of group `%s' are COMDAT"
1090 msgstr "предполагаем, что все члены группы «%s» — COMDAT"
1091
1092 #: config/obj-elf.c:2449
1093 #, c-format
1094 msgid "can't create group: %s"
1095 msgstr "не удалось создать группу: %s"
1096
1097 #: config/obj-elf.c:2603
1098 #, c-format
1099 msgid "failed to set up debugging information: %s"
1100 msgstr "не удалось задать отладочную информацию: %s"
1101
1102 #: config/obj-elf.c:2623
1103 #, c-format
1104 msgid "can't start writing .mdebug section: %s"
1105 msgstr "невозможно начать запись раздела .mdebug: %s"
1106
1107 #: config/obj-elf.c:2631
1108 #, c-format
1109 msgid "could not write .mdebug section: %s"
1110 msgstr "невозможно записать раздел .mdebug: %s"
1111
1112 #: config/obj-evax.c:127
1113 #, c-format
1114 msgid "no entry symbol for global function '%s'"
1115 msgstr "отсутствует входной символ для глобальной функции «%s»"
1116
1117 #. make a temp string.
1118 #: config/obj-macho.c:119
1119 #, c-format
1120 msgid "the %s name '%s' is too long (maximum 16 characters)"
1121 msgstr "слишком длинное %s для имени «%s» (не более 16 символов)"
1122
1123 #: config/obj-macho.c:130
1124 #, c-format
1125 msgid "expected a %s name followed by a `,'"
1126 msgstr "после имени %s ожидается «,»"
1127
1128 #: config/obj-macho.c:195
1129 #, c-format
1130 msgid "cannot override zerofill section type for `%s,%s'"
1131 msgstr "невозможно заместить заполненный нулями тип раздела для «%s,%s»"
1132
1133 #: config/obj-macho.c:249
1134 #, c-format
1135 msgid "failed to set flags for \"%s\": %s"
1136 msgstr "ошибка установки флагов для «%s»: %s"
1137
1138 #: config/obj-macho.c:340
1139 #, c-format
1140 msgid "unknown or invalid section type '%s'"
1141 msgstr "неизвестный или некорректный тип раздела «%s»"
1142
1143 #: config/obj-macho.c:379
1144 #, c-format
1145 msgid "unknown or invalid section attribute '%s'"
1146 msgstr "неизвестный или некорректный атрибут раздела «%s»"
1147
1148 #: config/obj-macho.c:400
1149 msgid "unexpected section size information"
1150 msgstr "неожиданный размер информации раздела"
1151
1152 #: config/obj-macho.c:412
1153 msgid "missing sizeof_stub expression"
1154 msgstr "отсутствует выражение sizeof_stub"
1155
1156 #: config/obj-macho.c:476 config/tc-ia64.c:1083 config/tc-ia64.c:11770
1157 #: config/tc-score.c:6103 expr.c:1172 expr.c:1325 read.c:1715
1158 msgid "expected symbol name"
1159 msgstr "ожидается имя символа"
1160
1161 #: config/obj-macho.c:489 read.c:494
1162 msgid "bad or irreducible absolute expression"
1163 msgstr "плохое или неприводимое абсолютное выражение"
1164
1165 #: config/obj-macho.c:495 config/tc-score.c:6120 read.c:1753
1166 msgid "missing size expression"
1167 msgstr "отсутствует размер выражения"
1168
1169 #: config/obj-macho.c:504 config/tc-ia64.c:1118 read.c:1759
1170 #, c-format
1171 msgid "size (%ld) out of range, ignored"
1172 msgstr "размер (%ld) выходит за границы, игнорируется"
1173
1174 #: config/obj-macho.c:514 config/tc-score.c:6264 dwarf2dbg.c:954 ecoff.c:3359
1175 #: read.c:1771 read.c:1876 read.c:2627 read.c:3270 read.c:3649 symbols.c:340
1176 #: symbols.c:436
1177 #, c-format
1178 msgid "symbol `%s' is already defined"
1179 msgstr "символ «%s» уже определён"
1180
1181 #: config/obj-macho.c:524 read.c:1786
1182 #, c-format
1183 msgid "size of \"%s\" is already %ld; not changing to %ld"
1184 msgstr "размер «%s» уже равен %ld; не изменяется на %ld"
1185
1186 #: config/obj-macho.c:535
1187 msgid "align value not recognized, using size"
1188 msgstr "не распознано значение выравнивания, используется размер"
1189
1190 #: config/obj-macho.c:540 config/obj-macho.c:903
1191 #, c-format
1192 msgid "Alignment (%lu) too large: 15 assumed."
1193 msgstr "Выравнивание (%lu) слишком велико: используем 15."
1194
1195 #: config/obj-macho.c:606
1196 #, c-format
1197 msgid "BFD is out of sync with GAS, unhandled well-known section type `%s'"
1198 msgstr "BFD не синхронизирована с GAS, необработанный всем известный тип раздела «%s»"
1199
1200 #: config/obj-macho.c:808
1201 #, c-format
1202 msgid "%s is not used for the selected target"
1203 msgstr "%s не используется в выбранной цели"
1204
1205 #: config/obj-macho.c:873
1206 msgid "internal error: base section index out of range"
1207 msgstr "внутренняя ошибка: индекс основного раздела вне диапазона"
1208
1209 #: config/obj-macho.c:959
1210 #, c-format
1211 msgid "internal error: bad file property ID %d"
1212 msgstr "внутренняя ошибка: некорректный ID (%d) свойства файла"
1213
1214 #: config/obj-macho.c:967
1215 msgid "failed to set subsections by symbols"
1216 msgstr "не удалось задать подразделы символами"
1217
1218 #: config/obj-macho.c:1030
1219 #, c-format
1220 msgid "'%s' previously declared as '%s'."
1221 msgstr "«%s» ранее объявлена как «%s»."
1222
1223 #: config/obj-macho.c:1082 config/obj-macho.c:1402 config/obj-macho.c:1486
1224 #, c-format
1225 msgid "'%s' can't be a weak_definition (currently only supported in sections of type coalesced)"
1226 msgstr "«%s» не может быть weak_definition (пока поддерживается только в разделах с типом coalesced)"
1227
1228 #: config/obj-macho.c:1167
1229 msgid "use of .indirect_symbols requires `-dynamic'"
1230 msgstr "при использовании .indirect_symbols требуется «-dynamic»"
1231
1232 #: config/obj-macho.c:1184
1233 #, c-format
1234 msgid "attempt to add an indirect_symbol to a stub or reference section with a zero-sized element at %s"
1235 msgstr "попытка добавить indirect_symbol в раздел заглушек или ссылок с нулевым размером элемента в %s"
1236
1237 #: config/obj-macho.c:1214
1238 msgid "an .indirect_symbol must be in a symbol pointer or stub section."
1239 msgstr ".indirect_symbol должен быть в разделе указателей на символы или заглушки."
1240
1241 #: config/obj-macho.c:1483
1242 #, c-format
1243 msgid "'%s' can't be a weak_definition (since it is undefined)"
1244 msgstr "«%s» не может быть weak_definition (так как не определён)"
1245
1246 #: config/obj-macho.c:1489
1247 #, c-format
1248 msgid "Non-global symbol: '%s' can't be a weak_definition."
1249 msgstr "Не глобальный символ: «%s» не может быть weak_definition."
1250
1251 #: config/obj-macho.c:1495
1252 #, c-format
1253 msgid "internal error: [%s] unexpected code [%lx] in frob symbol"
1254 msgstr "внутренняя ошибка: [%s] неожиданный код [%lx] в символе frob"
1255
1256 #: config/obj-macho.c:1536
1257 #, c-format
1258 msgid "unrecognized stab type '%c'"
1259 msgstr "нераспознанный тип stab «%c»"
1260
1261 #: config/obj-macho.c:1587
1262 #, c-format
1263 msgid "`%s' can't be undefined in `%s' - `%s' {%s section}"
1264 msgstr "«%s» должен быть определён в «%s» — «%s» {раздел %s}"
1265
1266 #: config/obj-macho.c:1595
1267 #, c-format
1268 msgid "`%s' can't be undefined in `%s' {%s section} - `%s'"
1269 msgstr "«%s» должен быть определён в «%s» {раздел «%s»} — «%s»"
1270
1271 #: config/obj-macho.c:1602
1272 #, c-format
1273 msgid "`%s' and `%s' can't be undefined in `%s' - `%s'"
1274 msgstr "«%s» и «%s» должны быть определены в «%s» — «%s»"
1275
1276 #: config/obj-macho.c:1804
1277 #, c-format
1278 msgid "the number of .indirect_symbols defined in section %s does not match the number expected (%d defined, %d expected)"
1279 msgstr "номер .indirect_symbols, определённый в разделе %s, не совпадает с ожидаемым (определён %d, ожидается %d)"
1280
1281 #: config/obj-macho.c:1824
1282 #, c-format
1283 msgid "internal error: failed to allocate %d indirectsymbol pointers"
1284 msgstr "внутренняя ошибка: не удалось выделить %d указателей indirectsymbol"
1285
1286 #: config/obj-macho.c:1838 config/obj-macho.c:1861
1287 msgid "internal error: more indirect mach-o symbols than expected"
1288 msgstr "внутренняя ошибка: неявных символов mach-o больше, чем ожидалось"
1289
1290 #: config/obj-som.c:56
1291 msgid "Only one .compiler pseudo-op per file!"
1292 msgstr "Только одна псевдооперация .compiler на файл!"
1293
1294 #: config/obj-som.c:73 config/obj-som.c:144 config/obj-som.c:186
1295 msgid "Expected quoted string"
1296 msgstr "Ожидается строка в кавычках"
1297
1298 #: config/obj-som.c:86
1299 msgid ".compiler directive missing language and version"
1300 msgstr "у директивы .compiler не указан язык и версия"
1301
1302 #: config/obj-som.c:96
1303 msgid ".compiler directive missing version"
1304 msgstr "у директивы .compiler не указана версия"
1305
1306 #: config/obj-som.c:112
1307 #, c-format
1308 msgid "FATAL: Attaching compiler header %s"
1309 msgstr "ОСТАНОВ: присоединение заголовка компилятора %s"
1310
1311 #: config/obj-som.c:127
1312 msgid "Only one .version pseudo-op per file!"
1313 msgstr "Только одна псевдооперация .version на файл!"
1314
1315 #: config/obj-som.c:151
1316 #, c-format
1317 msgid "attaching version header %s: %s"
1318 msgstr "присоединение заголовка версии %s: %s"
1319
1320 #: config/obj-som.c:169
1321 msgid "Only one .copyright pseudo-op per file!"
1322 msgstr "Только одна псевдооперация .copyright на файл!"
1323
1324 #: config/obj-som.c:193
1325 #, c-format
1326 msgid "attaching copyright header %s: %s"
1327 msgstr "присоединение заголовка авторских прав %s: %s"
1328
1329 #: config/tc-aarch64.c:373
1330 msgid "integer 32-bit register expected"
1331 msgstr "ожидается целочисленный 32-битный регистр"
1332
1333 #: config/tc-aarch64.c:376
1334 msgid "integer 64-bit register expected"
1335 msgstr "ожидается целочисленный 64-битный регистр"
1336
1337 #: config/tc-aarch64.c:379
1338 msgid "integer register expected"
1339 msgstr "ожидается целочисленный регистр"
1340
1341 #: config/tc-aarch64.c:382
1342 msgid "64-bit integer or SP register expected"
1343 msgstr "ожидается целочисленный 64-битный регистр или регистр SP"
1344
1345 #: config/tc-aarch64.c:385 config/tc-mcore.c:839 config/tc-mcore.c:1355
1346 #: config/tc-mcore.c:1409
1347 msgid "base register expected"
1348 msgstr "ожидается базовый регистр"
1349
1350 #: config/tc-aarch64.c:388
1351 msgid "integer or zero register expected"
1352 msgstr "ожидается целочисленный регистр или ноль"
1353
1354 #: config/tc-aarch64.c:391
1355 msgid "offset register expected"
1356 msgstr "ожидается регистр смещения"
1357
1358 #: config/tc-aarch64.c:394
1359 msgid "integer or SP register expected"
1360 msgstr "ожидается целочисленный регистр или регистр SP"
1361
1362 #: config/tc-aarch64.c:397
1363 msgid "integer, zero or SP register expected"
1364 msgstr "ожидается целочисленный регистр, ноль или регистр SP"
1365
1366 #: config/tc-aarch64.c:400
1367 msgid "8-bit SIMD scalar register expected"
1368 msgstr "8-ожидается скалярный 8-битный регистр SIMD"
1369
1370 #: config/tc-aarch64.c:403
1371 msgid "16-bit SIMD scalar or floating-point half precision register expected"
1372 msgstr "ожидается скалярный 16-битный регистр SIMD или регистр плавающей запятой половинной точности"
1373
1374 #: config/tc-aarch64.c:407
1375 msgid "32-bit SIMD scalar or floating-point single precision register expected"
1376 msgstr "ожидается скалярный 32-битный регистр SIMD или регистр плавающей запятой одинарной точности"
1377
1378 #: config/tc-aarch64.c:411
1379 msgid "64-bit SIMD scalar or floating-point double precision register expected"
1380 msgstr "ожидается скалярный 64-битный регистр SIMD или регистр плавающей запятой двойной точности"
1381
1382 #: config/tc-aarch64.c:415
1383 msgid "128-bit SIMD scalar or floating-point quad precision register expected"
1384 msgstr "ожидается скалярный 128-битный регистр SIMD или регистр плавающей запятой четверной точности"
1385
1386 #: config/tc-aarch64.c:420 config/tc-arm.c:4401
1387 msgid "register expected"
1388 msgstr "ожидается регистр"
1389
1390 #. any [BHSDQ]P FP
1391 #: config/tc-aarch64.c:423
1392 msgid "SIMD scalar or floating-point register expected"
1393 msgstr "ожидается скалярный регистр SIMD или регистр плавающей запятой"
1394
1395 #. any V reg
1396 #: config/tc-aarch64.c:426
1397 msgid "vector register expected"
1398 msgstr "ожидается векторный регистр"
1399
1400 #: config/tc-aarch64.c:429
1401 msgid "SVE vector register expected"
1402 msgstr "ожидается векторный регистр SVE"
1403
1404 #: config/tc-aarch64.c:432
1405 msgid "SVE predicate register expected"
1406 msgstr "ожидается предикатный регистр SVE"
1407
1408 #: config/tc-aarch64.c:435
1409 #, c-format
1410 msgid "invalid register type %d"
1411 msgstr "некорректный тип регистра %d"
1412
1413 #: config/tc-aarch64.c:595 config/tc-aarch64.c:597 config/tc-arm.c:1061
1414 #: config/tc-score.c:6514 expr.c:1385 read.c:2609
1415 msgid "bad expression"
1416 msgstr "неправильное выражение"
1417
1418 #: config/tc-aarch64.c:607 config/tc-arm.c:1072 config/tc-i860.c:1003
1419 #: config/tc-sparc.c:3440
1420 msgid "bad segment"
1421 msgstr "неправильный сегмент"
1422
1423 #: config/tc-aarch64.c:825
1424 #, c-format
1425 msgid "bad size %d in vector width specifier"
1426 msgstr "неправильный размер %d в определителе ширины вектора"
1427
1428 #: config/tc-aarch64.c:858
1429 #, c-format
1430 msgid "unexpected character `%c' in element size"
1431 msgstr "неожиданный символ «%c» в элементе размера"
1432
1433 #: config/tc-aarch64.c:860
1434 msgid "missing element size"
1435 msgstr "отсутствует размер элемента"
1436
1437 #: config/tc-aarch64.c:869
1438 #, c-format
1439 msgid "invalid element size %d and vector size combination %c"
1440 msgstr "некорректная комбинация размера элемента %d и размера вектора %c"
1441
1442 #: config/tc-aarch64.c:904
1443 #, c-format
1444 msgid "unexpected character `%c' in predication type"
1445 msgstr "неожиданный символ «%c» в типе предиката"
1446
1447 #: config/tc-aarch64.c:907
1448 msgid "missing predication type"
1449 msgstr "отсутствует тип предиката"
1450
1451 #: config/tc-aarch64.c:1002
1452 msgid "this type of register can't be indexed"
1453 msgstr "этот тип регистра невозможно проиндексировать"
1454
1455 #: config/tc-aarch64.c:1008
1456 msgid "index not allowed inside register list"
1457 msgstr "внутри списка регистров индекс не допускается"
1458
1459 #: config/tc-aarch64.c:1018 config/tc-aarch64.c:1966 config/tc-aarch64.c:2155
1460 #: config/tc-arm.c:1569 config/tc-arm.c:3681 config/tc-arm.c:4798
1461 msgid "constant expression required"
1462 msgstr "требуется константное выражение"
1463
1464 #. Indexed vector register expected.
1465 #: config/tc-aarch64.c:1030
1466 msgid "indexed vector register expected"
1467 msgstr "ожидается индексированный векторный регистр"
1468
1469 #: config/tc-aarch64.c:1037
1470 msgid "invalid use of vector register"
1471 msgstr "некорректное использование векторного регистра"
1472
1473 #: config/tc-aarch64.c:1129 config/tc-arm.c:1837
1474 msgid "expecting {"
1475 msgstr "ожидается {"
1476
1477 #: config/tc-aarch64.c:1154
1478 msgid "invalid vector register in list"
1479 msgstr "в списке некорректный векторный регистр"
1480
1481 #: config/tc-aarch64.c:1161
1482 msgid "invalid scalar register in list"
1483 msgstr "в списке некорректный скалярный регистр"
1484
1485 #: config/tc-aarch64.c:1174
1486 msgid "invalid range in vector register list"
1487 msgstr "некорректный диапазон в списке векторных регистров"
1488
1489 #: config/tc-aarch64.c:1187
1490 msgid "type mismatch in vector register list"
1491 msgstr "несовпадение типа в списке векторных регистров"
1492
1493 #: config/tc-aarch64.c:1204
1494 msgid "end of vector register list not found"
1495 msgstr "не найден конец списка векторных регистров"
1496
1497 #: config/tc-aarch64.c:1220
1498 msgid "constant expression required."
1499 msgstr "требуется константное выражение."
1500
1501 #: config/tc-aarch64.c:1230
1502 msgid "expected index"
1503 msgstr "ожидается индекс"
1504
1505 #: config/tc-aarch64.c:1237
1506 msgid "too many registers in vector register list"
1507 msgstr "слишком много регистров в списке векторных регистров"
1508
1509 #: config/tc-aarch64.c:1242
1510 msgid "empty vector register list"
1511 msgstr "список векторных регистров пуст"
1512
1513 #: config/tc-aarch64.c:1264 config/tc-arm.c:2223
1514 #, c-format
1515 msgid "ignoring attempt to redefine built-in register '%s'"
1516 msgstr "игнорируется попытка переопределить встроенный регистр «%s»"
1517
1518 #: config/tc-aarch64.c:1270 config/tc-arm.c:2228
1519 #, c-format
1520 msgid "ignoring redefinition of register alias '%s'"
1521 msgstr "игнорируется переопределение псевдонима регистра «%s»"
1522
1523 #: config/tc-aarch64.c:1316 config/tc-arm.c:2294
1524 #, c-format
1525 msgid "unknown register '%s' -- .req ignored"
1526 msgstr "неизвестный регистр «%s» — .req игнорируется"
1527
1528 #: config/tc-aarch64.c:1374 config/tc-arm.c:2502
1529 msgid "invalid syntax for .req directive"
1530 msgstr "некорректный синтаксис директивы .req"
1531
1532 #: config/tc-aarch64.c:1399 config/tc-arm.c:2540
1533 msgid "invalid syntax for .unreq directive"
1534 msgstr "некорректный синтаксис директивы .unreq"
1535
1536 #: config/tc-aarch64.c:1405 config/tc-arm.c:2547
1537 #, c-format
1538 msgid "unknown register alias '%s'"
1539 msgstr "неизвестный псевдоним регистра «%s»"
1540
1541 #: config/tc-aarch64.c:1407
1542 #, c-format
1543 msgid "ignoring attempt to undefine built-in register '%s'"
1544 msgstr "игнорируется попытка удалить определение встроенного регистра «%s»"
1545
1546 #: config/tc-aarch64.c:1731 config/tc-arm.c:3293 config/tc-arm.c:3320
1547 #: config/tc-arm.c:3333
1548 msgid "literal pool overflow"
1549 msgstr "переполнение пула литералов"
1550
1551 #: config/tc-aarch64.c:1913 config/tc-aarch64.c:5916 config/tc-arm.c:3554
1552 #: config/tc-arm.c:6996
1553 msgid "unrecognized relocation suffix"
1554 msgstr "нераспознанный суффикс перемещения"
1555
1556 #: config/tc-aarch64.c:1915
1557 msgid "unimplemented relocation suffix"
1558 msgstr "нереализованный суффикс перемещения"
1559
1560 #: config/tc-aarch64.c:2123 config/tc-aarch64.c:2316 config/tc-aarch64.c:2374
1561 msgid "immediate operand required"
1562 msgstr "требуется непосредственный операнд"
1563
1564 #: config/tc-aarch64.c:2131
1565 msgid "missing immediate expression"
1566 msgstr "отсутствует непосредственное выражение"
1567
1568 #: config/tc-aarch64.c:2354 config/tc-aarch64.c:5740 config/tc-aarch64.c:5760
1569 msgid "invalid floating-point constant"
1570 msgstr "некорректная константа с плавающей точкой"
1571
1572 #: config/tc-aarch64.c:2984 config/tc-arm.c:5137 config/tc-arm.c:5146
1573 msgid "shift expression expected"
1574 msgstr "ожидается выражение сдвига"
1575
1576 #: config/tc-aarch64.c:2992
1577 msgid "shift operator expected"
1578 msgstr "ожидается оператор сдвига"
1579
1580 #: config/tc-aarch64.c:3000
1581 msgid "invalid use of 'MSL'"
1582 msgstr "некорректное употребление «MSL»"
1583
1584 #: config/tc-aarch64.c:3008
1585 msgid "invalid use of 'MUL'"
1586 msgstr "некорректное употребление «MUL»"
1587
1588 #: config/tc-aarch64.c:3017
1589 msgid "extending shift is not permitted"
1590 msgstr "расширяющий сдвиг не допускается"
1591
1592 #: config/tc-aarch64.c:3025
1593 msgid "'ROR' shift is not permitted"
1594 msgstr "сдвиг «ROR» не допускается"
1595
1596 #: config/tc-aarch64.c:3033
1597 msgid "only 'LSL' shift is permitted"
1598 msgstr "допускается только сдвиг «LSL»"
1599
1600 #: config/tc-aarch64.c:3041
1601 msgid "only 'MUL' is permitted"
1602 msgstr "допускается только «MUL»"
1603
1604 #: config/tc-aarch64.c:3059
1605 msgid "only 'MUL VL' is permitted"
1606 msgstr "допускается только «MUL VL»"
1607
1608 #: config/tc-aarch64.c:3067
1609 msgid "invalid shift for the register offset addressing mode"
1610 msgstr "некорректный сдвиг регистра режима адресации смещения"
1611
1612 #: config/tc-aarch64.c:3075
1613 msgid "invalid shift operator"
1614 msgstr "некорректный оператор сдвига"
1615
1616 #: config/tc-aarch64.c:3108
1617 msgid "missing shift amount"
1618 msgstr "не указан размер сдвига"
1619
1620 #: config/tc-aarch64.c:3115
1621 msgid "constant shift amount required"
1622 msgstr "требуется константный размер сдвига"
1623
1624 #: config/tc-aarch64.c:3124
1625 msgid "shift amount out of range 0 to 63"
1626 msgstr "размер сдвига вне диапазона  от 0 до 63"
1627
1628 #: config/tc-aarch64.c:3173
1629 msgid "unexpected shift operator"
1630 msgstr "неожиданный оператор сдвига"
1631
1632 #: config/tc-aarch64.c:3209
1633 msgid "unexpected register in the immediate operand"
1634 msgstr "неожиданный регистр в непосредственном операнде"
1635
1636 #: config/tc-aarch64.c:3234
1637 msgid "integer register expected in the extended/shifted operand register"
1638 msgstr "ожидается целочисленный регистр в расширенном/сдвигающем регистре-операнде"
1639
1640 #: config/tc-aarch64.c:3269 config/tc-aarch64.c:3403 config/tc-aarch64.c:3532
1641 #: config/tc-aarch64.c:3687 config/tc-aarch64.c:3728
1642 msgid "unknown relocation modifier"
1643 msgstr "неизвестный модификатор перемещения"
1644
1645 #: config/tc-aarch64.c:3276 config/tc-aarch64.c:3422 config/tc-aarch64.c:3539
1646 #: config/tc-aarch64.c:3694 config/tc-aarch64.c:3735
1647 msgid "this relocation modifier is not allowed on this instruction"
1648 msgstr "данный модификатор перемещения недопустим для этой инструкции"
1649
1650 #: config/tc-aarch64.c:3430 config/tc-aarch64.c:3550
1651 msgid "invalid relocation expression"
1652 msgstr "некорректное выражение перемещения"
1653
1654 #: config/tc-aarch64.c:3448
1655 msgid "invalid address"
1656 msgstr "неправильный адрес"
1657
1658 #: config/tc-aarch64.c:3504
1659 msgid "invalid use of 32-bit register offset"
1660 msgstr "некорректное использование 32-битного регистра смещения"
1661
1662 #: config/tc-aarch64.c:3510
1663 msgid "offset has different size from base"
1664 msgstr "смещение имеет размер отличный от базы"
1665
1666 #: config/tc-aarch64.c:3516
1667 msgid "invalid use of 64-bit register offset"
1668 msgstr "некорректное использование 64-битного регистра смещения"
1669
1670 #. [Xn],#expr
1671 #: config/tc-aarch64.c:3563 config/tc-aarch64.c:3620
1672 msgid "invalid expression in the address"
1673 msgstr "некорректное выражение в адресе"
1674
1675 #: config/tc-aarch64.c:3577 config/tc-arm.c:5673 config/tc-arm.c:6251
1676 msgid "']' expected"
1677 msgstr "ожидается «]»"
1678
1679 #: config/tc-aarch64.c:3585
1680 msgid "register offset not allowed in pre-indexed addressing mode"
1681 msgstr "регистр смещения не допускается в режиме адресации с предваряющим индексом"
1682
1683 #: config/tc-aarch64.c:3600 config/tc-arm.c:5709
1684 msgid "cannot combine pre- and post-indexing"
1685 msgstr "не удалось объединить пре и пост индексацию"
1686
1687 #. Reject [Rn]!
1688 #: config/tc-aarch64.c:3632
1689 msgid "missing offset in the pre-indexed address"
1690 msgstr "отсутствует смещение в адресе с предваряющим индексом"
1691
1692 #: config/tc-aarch64.c:3861
1693 msgid "unknown or missing option to PSB"
1694 msgstr "неизвестный или отсутствующий параметр у PSB"
1695
1696 #: config/tc-aarch64.c:3869
1697 msgid "the specified option is not accepted for PSB"
1698 msgstr "указанный параметр неприемлем для PSB"
1699
1700 #: config/tc-aarch64.c:3926
1701 #, c-format
1702 msgid "selected processor does not support PSTATE field name '%s'"
1703 msgstr "выбранный процессор не поддерживает имя поля PSTATE «%s»"
1704
1705 #: config/tc-aarch64.c:3929 config/tc-aarch64.c:3962
1706 #, c-format
1707 msgid "selected processor does not support system register name '%s'"
1708 msgstr "выбранный процессор не поддерживает имя системного регистра «%s»"
1709
1710 #: config/tc-aarch64.c:3932
1711 #, c-format
1712 msgid "system register name '%s' is deprecated and may be removed in a future release"
1713 msgstr "имя системного регистра «%s» устарело и может быть удалено в будущих выпусках"
1714
1715 #: config/tc-aarch64.c:4004
1716 msgid "immediate value out of range "
1717 msgstr "непосредственное значение за пределами диапазона"
1718
1719 #: config/tc-aarch64.c:4512
1720 #, c-format
1721 msgid "Info: "
1722 msgstr "Информация:"
1723
1724 #: config/tc-aarch64.c:4545 config/tc-score.c:2750 config/tc-score.c:6503
1725 #, c-format
1726 msgid "%s -- `%s'"
1727 msgstr "%s — «%s»"
1728
1729 #: config/tc-aarch64.c:4547
1730 #, c-format
1731 msgid "%s at operand %d -- `%s'"
1732 msgstr "%s в операнде %d — «%s»"
1733
1734 #: config/tc-aarch64.c:4553
1735 #, c-format
1736 msgid "operand %d must be %s -- `%s'"
1737 msgstr "операнд %d должен быть %s — «%s»"
1738
1739 #: config/tc-aarch64.c:4559
1740 #, c-format
1741 msgid "operand mismatch -- `%s'"
1742 msgstr "несоответствие операнда — «%s»"
1743
1744 #. Print the hint.
1745 #: config/tc-aarch64.c:4619
1746 msgid "   did you mean this?"
1747 msgstr "   вы имели в виду это?"
1748
1749 #: config/tc-aarch64.c:4622 config/tc-aarch64.c:4649
1750 #, c-format
1751 msgid "   %s"
1752 msgstr "   %s"
1753
1754 #: config/tc-aarch64.c:4627
1755 msgid "   other valid variant(s):"
1756 msgstr "   другой корректный вариант(ы):"
1757
1758 #: config/tc-aarch64.c:4656
1759 #, c-format
1760 msgid "operand %d must be the same register as operand 1 -- `%s'"
1761 msgstr "операнд %d должен быть тем же регистром как у 1 операнда — «%s»"
1762
1763 #: config/tc-aarch64.c:4662
1764 #, c-format
1765 msgid "%s out of range %d to %d at operand %d -- `%s'"
1766 msgstr "%s за пределами диапазона %d - %d в операнде %d — «%s»"
1767
1768 #: config/tc-aarch64.c:4663 config/tc-aarch64.c:4667 config/tc-aarch64.c:6447
1769 msgid "immediate value"
1770 msgstr "непосредственное значение"
1771
1772 #: config/tc-aarch64.c:4666
1773 #, c-format
1774 msgid "%s must be %d at operand %d -- `%s'"
1775 msgstr "%s должно быть %d в операнде %d — «%s»"
1776
1777 #: config/tc-aarch64.c:4673
1778 #, c-format
1779 msgid "invalid number of registers in the list; only 1 register is expected at operand %d -- `%s'"
1780 msgstr "некорректное количество регистров в списке; только 1 регистр ожидается в операнде %d — «%s»"
1781
1782 #: config/tc-aarch64.c:4677
1783 #, c-format
1784 msgid "invalid number of registers in the list; %d registers are expected at operand %d -- `%s'"
1785 msgstr "некорректное количество регистров в списке; %d регистров ожидается в операнде %d — «%s»"
1786
1787 #: config/tc-aarch64.c:4683
1788 #, c-format
1789 msgid "immediate value must be a multiple of %d at operand %d -- `%s'"
1790 msgstr "непосредственное значение должно быть кратно %d в операнде %d — «%s»"
1791
1792 #: config/tc-aarch64.c:4970
1793 msgid "bad vector arrangement type"
1794 msgstr "плохой тип векторного расположения"
1795
1796 #: config/tc-aarch64.c:5087
1797 msgid "the specified relocation type is not allowed for MOVK"
1798 msgstr "указанный тип перемещения недопустим для MOVK"
1799
1800 #: config/tc-aarch64.c:5129 config/tc-aarch64.c:5139
1801 msgid "the specified relocation type is not allowed for 32-bit register"
1802 msgstr "указанный тип перемещения недопустим для 32-битного регистра"
1803
1804 #: config/tc-aarch64.c:5310
1805 msgid "comma expected between operands"
1806 msgstr "между операндами ожидается запятая"
1807
1808 #: config/tc-aarch64.c:5444
1809 msgid "the top half of a 128-bit FP/SIMD register is expected"
1810 msgstr "ожидается верхняя половина 128-битного регистра FP/SIMD"
1811
1812 #: config/tc-aarch64.c:5515 config/tc-arm.c:1906 config/tc-arm.c:1951
1813 #: config/tc-h8300.c:1048
1814 msgid "invalid register list"
1815 msgstr "некорректный список регистров"
1816
1817 #: config/tc-aarch64.c:5535
1818 msgid "missing type suffix"
1819 msgstr "отсутствует суффикс типа"
1820
1821 #: config/tc-aarch64.c:5554
1822 msgid "C0 - C15 expected"
1823 msgstr "ожидается C0 - C15"
1824
1825 #: config/tc-aarch64.c:5655 config/tc-aarch64.c:5679
1826 msgid "immediate zero expected"
1827 msgstr "ожидается непосредственный ноль"
1828
1829 #: config/tc-aarch64.c:5775
1830 msgid "shift not allowed for bitmask immediate"
1831 msgstr "сдвиг недопустим для непосредственной маски битов"
1832
1833 #: config/tc-aarch64.c:5829
1834 msgid "can't mix relocation modifier with explicit shift"
1835 msgstr "нельзя смешивать модификатор перемещения и явный сдвиг"
1836
1837 #: config/tc-aarch64.c:5877
1838 msgid "invalid condition"
1839 msgstr "некорректное условие"
1840
1841 #: config/tc-aarch64.c:5903
1842 msgid "invalid pc-relative address"
1843 msgstr "некорректный адрес, относительный pc"
1844
1845 #. Only permit "=value" in the literal load instructions.
1846 #. The literal will be generated by programmer_friendly_fixup.
1847 #: config/tc-aarch64.c:5911
1848 msgid "invalid use of \"=immediate\""
1849 msgstr "некорректное употребление «=immediate»"
1850
1851 #: config/tc-aarch64.c:5976 config/tc-aarch64.c:6008 config/tc-aarch64.c:6026
1852 #: config/tc-aarch64.c:6048 config/tc-aarch64.c:6068 config/tc-aarch64.c:6087
1853 #: config/tc-aarch64.c:6106 config/tc-aarch64.c:6141 config/tc-aarch64.c:6148
1854 #: config/tc-aarch64.c:6177 config/tc-aarch64.c:6202 config/tc-aarch64.c:6218
1855 #: config/tc-aarch64.c:6242
1856 msgid "invalid addressing mode"
1857 msgstr "некорректный режим адресации"
1858
1859 #: config/tc-aarch64.c:5992
1860 msgid "the optional immediate offset can only be 0"
1861 msgstr "необязательным непоредственным смещением может быть только 0"
1862
1863 #: config/tc-aarch64.c:6031 config/tc-aarch64.c:6053 config/tc-aarch64.c:6073
1864 msgid "relocation not allowed"
1865 msgstr "перемещение не допускается"
1866
1867 #: config/tc-aarch64.c:6116
1868 msgid "writeback value must be an immediate constant"
1869 msgstr "значение обратной записи должно быть непосредственное константой"
1870
1871 #. Make sure this has priority over
1872 #. "invalid addressing mode".
1873 #: config/tc-aarch64.c:6156
1874 msgid "constant offset required"
1875 msgstr "требуется константное смещение"
1876
1877 #: config/tc-aarch64.c:6252
1878 msgid "unknown or missing system register name"
1879 msgstr "неизвестное или отсутствующее имя системного регистра"
1880
1881 #: config/tc-aarch64.c:6262
1882 msgid "unknown or missing PSTATE field name"
1883 msgstr "неизвестное или отсутствующее имя поля PSTATE"
1884
1885 #: config/tc-aarch64.c:6286
1886 msgid "unknown or missing operation name"
1887 msgstr "неизвестное или отсутствующее имя операции"
1888
1889 #: config/tc-aarch64.c:6299
1890 msgid "the specified option is not accepted in ISB"
1891 msgstr "указанный параметр неприемлем для ISB"
1892
1893 #: config/tc-aarch64.c:6325 config/tc-aarch64.c:7458 config/tc-arm.c:7211
1894 #, c-format
1895 msgid "unhandled operand code %d"
1896 msgstr "необработанный код операнда %d"
1897
1898 #: config/tc-aarch64.c:6367
1899 msgid "unexpected comma before the omitted optional operand"
1900 msgstr "ожидается запятая перед пропущенным необязательным операндом"
1901
1902 #: config/tc-aarch64.c:6395
1903 msgid "unexpected characters following instruction"
1904 msgstr "неожиданные символы после инструкции"
1905
1906 #: config/tc-aarch64.c:6473 config/tc-arm.c:5248 config/tc-arm.c:5809
1907 #: config/tc-arm.c:7973
1908 msgid "constant expression expected"
1909 msgstr "ожидается константное выражение"
1910
1911 #: config/tc-aarch64.c:6480
1912 msgid "literal pool insertion failed"
1913 msgstr "невозможно вставить в пул литералов"
1914
1915 #: config/tc-aarch64.c:6549 config/tc-aarch64.c:6561
1916 #, c-format
1917 msgid "unpredictable transfer with writeback -- `%s'"
1918 msgstr "непредсказуемая передача с обратной записью — «%s»"
1919
1920 #: config/tc-aarch64.c:6565
1921 #, c-format
1922 msgid "unpredictable load of register pair -- `%s'"
1923 msgstr "непредсказумая загрузка пары регистров — «%s»"
1924
1925 #: config/tc-aarch64.c:6642
1926 #, c-format
1927 msgid "unknown mnemonic `%s' -- `%s'"
1928 msgstr "неизвестная мнемоника «%s» — «%s»"
1929
1930 #: config/tc-aarch64.c:6650
1931 #, c-format
1932 msgid "unexpected comma after the mnemonic name `%s' -- `%s'"
1933 msgstr "неожиданная запятая после мнемонического имени «%s» — «%s»"
1934
1935 #: config/tc-aarch64.c:6708
1936 #, c-format
1937 msgid "selected processor does not support `%s'"
1938 msgstr "выбранный процессор не поддерживает «%s»"
1939
1940 #: config/tc-aarch64.c:7121 config/tc-arm.c:22852
1941 msgid "GOT already in the symbol table"
1942 msgstr "GOT уже в таблице символов"
1943
1944 #: config/tc-aarch64.c:7283
1945 msgid "immediate cannot be moved by a single instruction"
1946 msgstr "непосредственный элемент невозможно передвинуть одной инструкцией"
1947
1948 #: config/tc-aarch64.c:7326 config/tc-aarch64.c:7371 config/tc-aarch64.c:7397
1949 #: config/tc-arm.c:15411 config/tc-arm.c:15438 config/tc-arm.c:16080
1950 #: config/tc-arm.c:16694 config/tc-arm.c:17516 config/tc-arm.c:17556
1951 #: config/tc-metag.c:2444 config/tc-metag.c:2453 config/tc-metag.c:2492
1952 #: config/tc-metag.c:2501 config/tc-metag.c:3021 config/tc-metag.c:3030
1953 msgid "immediate out of range"
1954 msgstr "непосредственный элемент за пределами диапазона"
1955
1956 #: config/tc-aarch64.c:7390 config/tc-metag.c:4656 config/tc-xtensa.c:4183
1957 msgid "invalid immediate"
1958 msgstr "некорректный непосредственный элемент"
1959
1960 #: config/tc-aarch64.c:7453 config/tc-tic6x.c:3861 config/tc-tic6x.c:3926
1961 #: config/tc-tic6x.c:3953 config/tc-tic6x.c:3981
1962 msgid "immediate offset out of range"
1963 msgstr "непосредственное смещение за пределами диапазона"
1964
1965 #: config/tc-aarch64.c:7527 config/tc-arm.c:23190 config/tc-arm.c:23258
1966 #: config/tc-arm.c:23540
1967 #, c-format
1968 msgid "undefined symbol %s used as an immediate value"
1969 msgstr "неопределенный символ %s используется как непосредственное значение"
1970
1971 #: config/tc-aarch64.c:7539
1972 msgid "pc-relative load offset not word aligned"
1973 msgstr "загрузочное смещение, относительное pc, не выровнено по границе слова"
1974
1975 #: config/tc-aarch64.c:7542
1976 msgid "pc-relative load offset out of range"
1977 msgstr "загрузочное смещение, относительное pc, за пределами диапазона"
1978
1979 #: config/tc-aarch64.c:7554
1980 msgid "pc-relative address offset out of range"
1981 msgstr "адресное смещение, относительное pc, за пределами диапазона"
1982
1983 #: config/tc-aarch64.c:7566 config/tc-aarch64.c:7581
1984 msgid "conditional branch target not word aligned"
1985 msgstr "цель условного ветвления не выровнена по границе слова"
1986
1987 #: config/tc-aarch64.c:7569 config/tc-aarch64.c:7584 config/tc-arm.c:23831
1988 msgid "conditional branch out of range"
1989 msgstr "цель условного ветвления за пределами диапазона"
1990
1991 #: config/tc-aarch64.c:7597
1992 msgid "branch target not word aligned"
1993 msgstr "цель ветвления не выровнена по границе слова"
1994
1995 #: config/tc-aarch64.c:7600 config/tc-arm.c:822 config/tc-mips.c:15683
1996 #: config/tc-mips.c:15699 config/tc-mips.c:15789
1997 msgid "branch out of range"
1998 msgstr "ветвление за пределами диапазона"
1999
2000 #: config/tc-aarch64.c:7652 config/tc-arm.c:23431 config/tc-arm.c:23446
2001 #: config/tc-arm.c:23461 config/tc-arm.c:23472 config/tc-arm.c:23495
2002 #: config/tc-arm.c:24293 config/tc-moxie.c:716 config/tc-pj.c:452
2003 #: config/tc-sh.c:4293
2004 msgid "offset out of range"
2005 msgstr "смещение вне диапазона"
2006
2007 #: config/tc-aarch64.c:7667
2008 msgid "unsigned value out of range"
2009 msgstr "беззнаковое значение за пределами диапазона"
2010
2011 #: config/tc-aarch64.c:7675
2012 msgid "signed value out of range"
2013 msgstr "знаковое значение за пределами диапазона"
2014
2015 #: config/tc-aarch64.c:7817
2016 #, c-format
2017 msgid "unexpected %s fixup"
2018 msgstr "неожиданное местоположение %s"
2019
2020 #: config/tc-aarch64.c:7883 config/tc-arm.c:24802 config/tc-arm.c:24823
2021 #: config/tc-mips.c:18038 config/tc-or1k.c:348 config/tc-score.c:7480
2022 #, c-format
2023 msgid "cannot represent %s relocation in this object file format"
2024 msgstr "невозможно представить перемещение %s в данном формате объектного файла"
2025
2026 #: config/tc-aarch64.c:7916
2027 #, c-format
2028 msgid "cannot do %u-byte relocation"
2029 msgstr "невозможно выполнить %u-байтовое перемещение"
2030
2031 #: config/tc-aarch64.c:8227 config/tc-arm.c:25283 config/tc-score.c:6297
2032 #: config/tc-score.c:6527 config/tc-score.c:6532
2033 msgid "virtual memory exhausted"
2034 msgstr "закончилась виртуальная память"
2035
2036 #: config/tc-aarch64.c:8385 config/tc-arm.c:25622
2037 msgid "assemble for big-endian"
2038 msgstr "ассемблирование в порядке от старшего к младшему"
2039
2040 #: config/tc-aarch64.c:8386 config/tc-arm.c:25623
2041 msgid "assemble for little-endian"
2042 msgstr "ассемблирование в порядке от младшего к старшему"
2043
2044 #: config/tc-aarch64.c:8389
2045 msgid "temporary switch for dumping"
2046 msgstr "временное переключение для дампа"
2047
2048 #: config/tc-aarch64.c:8391
2049 msgid "output verbose error messages"
2050 msgstr "выводить подробные сообщения об ошибках"
2051
2052 #: config/tc-aarch64.c:8393
2053 msgid "do not output verbose error messages"
2054 msgstr "не выводить подробные сообщения об ошибках"
2055
2056 #: config/tc-aarch64.c:8601 config/tc-arm.c:26444
2057 msgid "invalid architectural extension"
2058 msgstr "недопустимое расширение архитектуры"
2059
2060 #: config/tc-aarch64.c:8626 config/tc-arm.c:26476
2061 msgid "must specify extensions to add before specifying those to remove"
2062 msgstr "добавляемые расширения должны быть указаны до указания их удаления"
2063
2064 #: config/tc-aarch64.c:8634 config/tc-arm.c:26484
2065 msgid "missing architectural extension"
2066 msgstr "отсутствует расширение архитектуры"
2067
2068 #: config/tc-aarch64.c:8661 config/tc-arm.c:26536
2069 #, c-format
2070 msgid "unknown architectural extension `%s'"
2071 msgstr "неизвестное расширение архитектуры «%s»"
2072
2073 #: config/tc-aarch64.c:8685 config/tc-arm.c:26570 config/tc-metag.c:5834
2074 #, c-format
2075 msgid "missing cpu name `%s'"
2076 msgstr "отсутствует имя ЦП «%s»"
2077
2078 #: config/tc-aarch64.c:8699 config/tc-aarch64.c:8916 config/tc-arm.c:26605
2079 #: config/tc-arm.c:27369 config/tc-metag.c:5845
2080 #, c-format
2081 msgid "unknown cpu `%s'"
2082 msgstr "неизвестный ЦП «%s»"
2083
2084 #: config/tc-aarch64.c:8717 config/tc-arm.c:26623
2085 #, c-format
2086 msgid "missing architecture name `%s'"
2087 msgstr "отсутствует название архитектуры «%s»"
2088
2089 #: config/tc-aarch64.c:8731 config/tc-aarch64.c:8963 config/tc-arm.c:26640
2090 #: config/tc-arm.c:27404 config/tc-arm.c:27434 config/tc-score.c:7715
2091 #, c-format
2092 msgid "unknown architecture `%s'\n"
2093 msgstr "неизвестная архитектура «%s»\n"
2094
2095 #: config/tc-aarch64.c:8754
2096 #, c-format
2097 msgid "missing abi name `%s'"
2098 msgstr "отсутствует имя abi «%s»"
2099
2100 #: config/tc-aarch64.c:8765
2101 #, c-format
2102 msgid "unknown abi `%s'\n"
2103 msgstr "неизвестный abi «%s»\n"
2104
2105 #: config/tc-aarch64.c:8771
2106 msgid "<abi name>\t  specify for ABI <abi name>"
2107 msgstr "<имя abi>\t  указать для ABI <имя abi>"
2108
2109 #: config/tc-aarch64.c:8774 config/tc-arm.c:26727 config/tc-metag.c:5911
2110 msgid "<cpu name>\t  assemble for CPU <cpu name>"
2111 msgstr "<имя ЦП>\t  ассемблировать для ЦП <имя ЦП>"
2112
2113 #: config/tc-aarch64.c:8776 config/tc-arm.c:26729
2114 msgid "<arch name>\t  assemble for architecture <arch name>"
2115 msgstr "<имя арх>\t  ассемблировать для архитектуры <имя арх>"
2116
2117 #: config/tc-aarch64.c:8815 config/tc-aarch64.c:8835 config/tc-arm.c:26785
2118 #: config/tc-arm.c:26803 config/tc-arm.c:26823 config/tc-metag.c:5936
2119 #, c-format
2120 msgid "option `-%c%s' is deprecated: %s"
2121 msgstr "параметр «-%c%s» устарел: %s"
2122
2123 #: config/tc-aarch64.c:8855
2124 #, c-format
2125 msgid " AArch64-specific assembler options:\n"
2126 msgstr "Специализированные параметры ассемблера для AArch64:\n"
2127
2128 #: config/tc-aarch64.c:8866 config/tc-arc.c:3536 config/tc-arm.c:26854
2129 #, c-format
2130 msgid "  -EB                     assemble code for a big-endian cpu\n"
2131 msgstr "  -EB                     ассемблерный код для ЦП с прямым порядком байт\n"
2132
2133 #: config/tc-aarch64.c:8871 config/tc-arc.c:3538 config/tc-arm.c:26859
2134 #, c-format
2135 msgid "  -EL                     assemble code for a little-endian cpu\n"
2136 msgstr "  -EL                     ассемблерный код для ЦП с обратным порядком байт\n"
2137
2138 #: config/tc-alpha.c:653
2139 #, c-format
2140 msgid "No !literal!%ld was found"
2141 msgstr "Не найден !literal!%ld"
2142
2143 #: config/tc-alpha.c:660
2144 #, c-format
2145 msgid "No !tlsgd!%ld was found"
2146 msgstr "Не найден !tlsgd!%ld"
2147
2148 #: config/tc-alpha.c:667
2149 #, c-format
2150 msgid "No !tlsldm!%ld was found"
2151 msgstr "Не найден !tlsldm!%ld"
2152
2153 #: config/tc-alpha.c:676
2154 #, c-format
2155 msgid "No ldah !gpdisp!%ld was found"
2156 msgstr "Не найден ldah !gpdisp!%ld"
2157
2158 #: config/tc-alpha.c:726
2159 #, c-format
2160 msgid "too many !literal!%ld for %s"
2161 msgstr "слишком много !literal!%ld для %s"
2162
2163 #: config/tc-alpha.c:756
2164 #, c-format
2165 msgid "No lda !gpdisp!%ld was found"
2166 msgstr "Не найден lda !gpdisp!%ld"
2167
2168 #. Only support one relocation op per insn.
2169 #: config/tc-alpha.c:915
2170 msgid "More than one relocation op per insn"
2171 msgstr "Более одного операции перемещения на инструкцию"
2172
2173 #: config/tc-alpha.c:930 config/tc-arc.c:1197
2174 msgid "No relocation operand"
2175 msgstr "Не операнд перемещения"
2176
2177 #: config/tc-alpha.c:940
2178 #, c-format
2179 msgid "Unknown relocation operand: !%s"
2180 msgstr "Неизвестный операнд перемещения: !%s"
2181
2182 #: config/tc-alpha.c:950
2183 #, c-format
2184 msgid "no sequence number after !%s"
2185 msgstr "отсутствует номер последовательности после !%s"
2186
2187 #: config/tc-alpha.c:960
2188 #, c-format
2189 msgid "!%s does not use a sequence number"
2190 msgstr "!%s не использует номер последовательности"
2191
2192 #: config/tc-alpha.c:970
2193 #, c-format
2194 msgid "Bad sequence number: !%s!%s"
2195 msgstr "Плохой номер последовательности: !%s!%s"
2196
2197 #: config/tc-alpha.c:1186 config/tc-alpha.c:3360
2198 #, c-format
2199 msgid "inappropriate arguments for opcode `%s'"
2200 msgstr "неподходящие аргументы для кода операции «%s»"
2201
2202 #: config/tc-alpha.c:1188 config/tc-alpha.c:3362
2203 #, c-format
2204 msgid "opcode `%s' not supported for target %s"
2205 msgstr "код операции «%s» не поддерживается для цели %s"
2206
2207 #: config/tc-alpha.c:1192 config/tc-alpha.c:3366 config/tc-avr.c:1904
2208 #: config/tc-msp430.c:3988 config/tc-wasm32.c:753
2209 #, c-format
2210 msgid "unknown opcode `%s'"
2211 msgstr "неизвестный код операции «%s»"
2212
2213 #: config/tc-alpha.c:1273 config/tc-alpha.c:1532
2214 msgid "overflow in literal (.lita) table"
2215 msgstr "переполнение в таблице литералов (.lita)"
2216
2217 #: config/tc-alpha.c:1280 config/tc-alpha.c:1304 config/tc-alpha.c:1545
2218 #: config/tc-alpha.c:2232 config/tc-alpha.c:2277 config/tc-alpha.c:2346
2219 #: config/tc-alpha.c:2429 config/tc-alpha.c:2654 config/tc-alpha.c:2752
2220 msgid "macro requires $at register while noat in effect"
2221 msgstr "для макроса требуется регистр $at, но в действительности его нет"
2222
2223 #: config/tc-alpha.c:1282 config/tc-alpha.c:1306 config/tc-alpha.c:1547
2224 msgid "macro requires $at while $at in use"
2225 msgstr "для макроса требуется регистр $at, но $at уже используется"
2226
2227 #: config/tc-alpha.c:1491
2228 msgid "bignum invalid; zero assumed"
2229 msgstr "некорректный bignum; предполагается ноль"
2230
2231 #: config/tc-alpha.c:1493
2232 msgid "floating point number invalid; zero assumed"
2233 msgstr "некорректное число с плавающей точкой; предполагается ноль"
2234
2235 #: config/tc-alpha.c:1498
2236 msgid "can't handle expression"
2237 msgstr "невозможно обработать выражение"
2238
2239 #: config/tc-alpha.c:1538
2240 msgid "overflow in literal (.lit8) table"
2241 msgstr "переполнение в таблице литералов (.lit8)"
2242
2243 #: config/tc-alpha.c:1835
2244 #, c-format
2245 msgid "too many ldah insns for !gpdisp!%ld"
2246 msgstr "слишком много инструкций ldah для !gpdisp!%ld"
2247
2248 #: config/tc-alpha.c:1837 config/tc-alpha.c:1849
2249 #, c-format
2250 msgid "both insns for !gpdisp!%ld must be in the same section"
2251 msgstr "обе инструкции для !gpdisp!%ld должны быть в одном разделе"
2252
2253 #: config/tc-alpha.c:1847
2254 #, c-format
2255 msgid "too many lda insns for !gpdisp!%ld"
2256 msgstr "слишком много инструкций lda для !gpdisp!%ld"
2257
2258 #: config/tc-alpha.c:1903
2259 #, c-format
2260 msgid "too many lituse insns for !lituse_tlsgd!%ld"
2261 msgstr "слишком много инструкций lituse для !lituse_tlsgd!%ld"
2262
2263 #: config/tc-alpha.c:1906
2264 #, c-format
2265 msgid "too many lituse insns for !lituse_tlsldm!%ld"
2266 msgstr "слишком много инструкций lituse для !lituse_tlsldm!%ld"
2267
2268 #: config/tc-alpha.c:1923
2269 #, c-format
2270 msgid "duplicate !tlsgd!%ld"
2271 msgstr "повторный !tlsgd!%ld"
2272
2273 #: config/tc-alpha.c:1925
2274 #, c-format
2275 msgid "sequence number in use for !tlsldm!%ld"
2276 msgstr "номер последовательности задействован для !tlsldm!%ld"
2277
2278 #: config/tc-alpha.c:1939
2279 #, c-format
2280 msgid "duplicate !tlsldm!%ld"
2281 msgstr "повторный !tlsldm!%ld"
2282
2283 #: config/tc-alpha.c:1941
2284 #, c-format
2285 msgid "sequence number in use for !tlsgd!%ld"
2286 msgstr "номер последовательности задействован для !tlsgd!%ld"
2287
2288 #: config/tc-alpha.c:1996 config/tc-arc.c:2806 config/tc-mn10200.c:854
2289 #: config/tc-mn10300.c:1150 config/tc-ppc.c:1953 config/tc-s390.c:675
2290 #: config/tc-tilegx.c:427 config/tc-tilegx.c:477 config/tc-tilepro.c:383
2291 msgid "operand"
2292 msgstr "операнд"
2293
2294 #: config/tc-alpha.c:2135
2295 msgid "invalid relocation for instruction"
2296 msgstr "некорректное перемещение для инструкции"
2297
2298 #: config/tc-alpha.c:2149
2299 msgid "invalid relocation for field"
2300 msgstr "некорректное перемещение для поля"
2301
2302 #: config/tc-alpha.c:2981
2303 msgid "can not resolve expression"
2304 msgstr "невозможно разобрать выражение"
2305
2306 #: config/tc-alpha.c:3514 config/tc-i370.c:1056 config/tc-microblaze.c:200
2307 #: config/tc-ppc.c:2275 config/tc-ppc.c:5394
2308 #, c-format
2309 msgid ".COMMon length (%ld.) <0! Ignored."
2310 msgstr "Длина .COMMon (%ld.) <0! Игнорируется."
2311
2312 #: config/tc-alpha.c:3525 config/tc-ia64.c:1094 config/tc-sparc.c:4435
2313 #: config/tc-v850.c:306
2314 msgid "Ignoring attempt to re-define symbol"
2315 msgstr "Игнорируется попытка переопределения символа"
2316
2317 #: config/tc-alpha.c:3617 config/tc-sparc.c:4443
2318 #, c-format
2319 msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld."
2320 msgstr "Длина .comm «%s» уже равна %ld. Не изменяется на %ld."
2321
2322 #: config/tc-alpha.c:3724
2323 msgid ".ent directive has no name"
2324 msgstr "директива .ent не имеет имени"
2325
2326 #: config/tc-alpha.c:3732
2327 msgid "nested .ent directives"
2328 msgstr "вложенные директивы .ent"
2329
2330 #: config/tc-alpha.c:3776 ecoff.c:3008
2331 msgid ".end directive has no name"
2332 msgstr "директива .end не имеет имени"
2333
2334 #: config/tc-alpha.c:3784
2335 msgid ".end directive without matching .ent"
2336 msgstr "директива .end без надлежащего .ent"
2337
2338 #: config/tc-alpha.c:3786
2339 msgid ".end directive names different symbol than .ent"
2340 msgstr "имя директивы .end указывает на другой символ, отличный от .ent"
2341
2342 #: config/tc-alpha.c:3829 ecoff.c:3145
2343 msgid ".fmask outside of .ent"
2344 msgstr ".fmask вне .ent"
2345
2346 #: config/tc-alpha.c:3831 config/tc-score.c:5598 ecoff.c:3209
2347 msgid ".mask outside of .ent"
2348 msgstr ".mask вне .ent"
2349
2350 #: config/tc-alpha.c:3839 ecoff.c:3152
2351 msgid "bad .fmask directive"
2352 msgstr "неверная директива .fmask"
2353
2354 #: config/tc-alpha.c:3841 ecoff.c:3216
2355 msgid "bad .mask directive"
2356 msgstr "неверная директива .mask"
2357
2358 #: config/tc-alpha.c:3874 config/tc-mips.c:19507 config/tc-score.c:5739
2359 #: ecoff.c:3173
2360 msgid ".frame outside of .ent"
2361 msgstr ".frame вне .ent"
2362
2363 #: config/tc-alpha.c:3885 config/tc-mips.c:19518 ecoff.c:3184
2364 msgid "bad .frame directive"
2365 msgstr "неверная директива .frame"
2366
2367 #: config/tc-alpha.c:3919
2368 msgid ".prologue directive without a preceding .ent directive"
2369 msgstr "директива .prologue без предшествующей директивы .ent"
2370
2371 #: config/tc-alpha.c:3937
2372 #, c-format
2373 msgid "Invalid argument %d to .prologue."
2374 msgstr "Неверный аргумент %d в .prologue."
2375
2376 #: config/tc-alpha.c:4026
2377 msgid "ECOFF debugging is disabled."
2378 msgstr "Отладка ECOFF выключена."
2379
2380 #: config/tc-alpha.c:4040
2381 msgid ".ent directive without matching .end"
2382 msgstr "директива .ent без надлежащего .end"
2383
2384 #: config/tc-alpha.c:4133
2385 msgid ".usepv directive has no name"
2386 msgstr "директива .usepv не имеет имени"
2387
2388 #: config/tc-alpha.c:4146
2389 msgid ".usepv directive has no type"
2390 msgstr "директива .usepv не имеет типа"
2391
2392 #: config/tc-alpha.c:4161
2393 msgid "unknown argument for .usepv"
2394 msgstr "неизвестный аргумент .usepv"
2395
2396 #: config/tc-alpha.c:4274
2397 #, c-format
2398 msgid "unknown section attribute %s"
2399 msgstr "неизвестный атрибут раздела %s"
2400
2401 #: config/tc-alpha.c:4369
2402 msgid "previous .ent not closed by a .end"
2403 msgstr "предыдущая .ent не закрыта .end"
2404
2405 #: config/tc-alpha.c:4390
2406 msgid ".ent directive has no symbol"
2407 msgstr "директива .ent не имеет символа"
2408
2409 #: config/tc-alpha.c:4415
2410 msgid ".handler directive has no name"
2411 msgstr "директива .handler не имеет имени"
2412
2413 #: config/tc-alpha.c:4446
2414 msgid "Bad .frame directive 1./2. param"
2415 msgstr "Неверный параметр 1./2. директивы .frame"
2416
2417 #: config/tc-alpha.c:4456
2418 #, c-format
2419 msgid "Bad RA (%d) register for .frame"
2420 msgstr "Неверный регистр RA (%d) у .frame"
2421
2422 #: config/tc-alpha.c:4461
2423 msgid "Bad .frame directive 3./4. param"
2424 msgstr "Неверный параметр 3./4. директивы .frame"
2425
2426 #: config/tc-alpha.c:4497
2427 msgid ".pdesc directive not in link (.link) section"
2428 msgstr "директива .pdesc не в разделе связей (.link)"
2429
2430 #: config/tc-alpha.c:4504
2431 msgid ".pdesc directive has no entry symbol"
2432 msgstr "директива .pdesc не имеет входного символа"
2433
2434 #: config/tc-alpha.c:4515
2435 msgid ".pdesc has a bad entry symbol"
2436 msgstr "у директивы .pdesc указан неверный входной символ"
2437
2438 #: config/tc-alpha.c:4526
2439 msgid ".pdesc doesn't match with last .ent"
2440 msgstr ".pdesc не совпадает с последней .ent"
2441
2442 #: config/tc-alpha.c:4541
2443 msgid "No comma after .pdesc <entryname>"
2444 msgstr "Отсутствует запятая после .pdesc <входное_имя>"
2445
2446 #: config/tc-alpha.c:4561
2447 msgid "unknown procedure kind"
2448 msgstr "неизвестный вид процедуры"
2449
2450 #: config/tc-alpha.c:4656
2451 msgid ".name directive not in link (.link) section"
2452 msgstr "директива .name не в разделе связей (.link)"
2453
2454 #: config/tc-alpha.c:4664
2455 msgid ".name directive has no symbol"
2456 msgstr "директива .name не имеет символа"
2457
2458 #: config/tc-alpha.c:4698
2459 msgid "No symbol after .linkage"
2460 msgstr "Отсутствует символ после .linkage"
2461
2462 #: config/tc-alpha.c:4745
2463 msgid "No symbol after .code_address"
2464 msgstr "Отсутствует символ после .code_address"
2465
2466 #: config/tc-alpha.c:4771 config/tc-score.c:5604
2467 msgid "Bad .mask directive"
2468 msgstr "Неверная директива .mask"
2469
2470 #: config/tc-alpha.c:4789
2471 msgid "Bad .fmask directive"
2472 msgstr "Неверная директива .fmask"
2473
2474 #: config/tc-alpha.c:4946
2475 #, c-format
2476 msgid "Expected comma after name \"%s\""
2477 msgstr "Ожидается запятая после имени «\"%s»"
2478
2479 #: config/tc-alpha.c:4958
2480 #, c-format
2481 msgid "unhandled: .proc %s,%d"
2482 msgstr "не обработано: .proc %s,%d"
2483
2484 #: config/tc-alpha.c:4991
2485 #, c-format
2486 msgid "Tried to .set unrecognized mode `%s'"
2487 msgstr "Попытка задать .set нераспознанный режим «%s»"
2488
2489 #: config/tc-alpha.c:5017
2490 #, c-format
2491 msgid "Bad base register, using $%d."
2492 msgstr "Неверный базовый регистр, используется $%d."
2493
2494 #: config/tc-alpha.c:5038 config/tc-nios2.c:351 config/tc-nios2.c:476
2495 #, c-format
2496 msgid "Alignment too large: %d. assumed"
2497 msgstr "Слишком большое выравнивание: предполагается %d"
2498
2499 #: config/tc-alpha.c:5042 config/tc-d30v.c:2057 config/tc-nios2.c:355
2500 #: config/tc-nios2.c:480 config/tc-pru.c:220 config/tc-pru.c:336
2501 msgid "Alignment negative: 0 assumed"
2502 msgstr "Отрицательное выравнивание: предполагается 0"
2503
2504 #: config/tc-alpha.c:5137 config/tc-alpha.c:5630
2505 #, c-format
2506 msgid "Unknown CPU identifier `%s'"
2507 msgstr "Неизвестный идентификатор ЦП «%s»"
2508
2509 #: config/tc-alpha.c:5328
2510 #, c-format
2511 msgid "Chose GP value of %lx\n"
2512 msgstr "Выбираем значение %lx для GP\n"
2513
2514 #: config/tc-alpha.c:5342
2515 msgid "bad .section directive: want a,s,w,x,M,S,G,T in string"
2516 msgstr "неправильная директива .section: в строке требуется a,s,w,x,M,S,G,T"
2517
2518 #: config/tc-alpha.c:5431
2519 #, c-format
2520 msgid "internal error: can't hash opcode `%s': %s"
2521 msgstr "внутренняя ошибка: невозможно получить хеш кода операции «%s»: %s"
2522
2523 #: config/tc-alpha.c:5467
2524 #, c-format
2525 msgid "internal error: can't hash macro `%s': %s"
2526 msgstr "внутренняя ошибка: невозможно получить хеш макроса «%s»: %s"
2527
2528 #: config/tc-alpha.c:5551 config/tc-arc.c:2459 config/tc-arc.c:2473
2529 #: config/tc-arm.c:7288 config/tc-arm.c:7300 config/tc-i960.c:706
2530 #: config/tc-xtensa.c:5432 config/tc-xtensa.c:5508 config/tc-xtensa.c:5625
2531 #: config/tc-z80.c:1935
2532 msgid "syntax error"
2533 msgstr "синтаксическая ошибка"
2534
2535 #: config/tc-alpha.c:5681
2536 msgid ""
2537 "Alpha options:\n"
2538 "-32addr\t\t\ttreat addresses as 32-bit values\n"
2539 "-F\t\t\tlack floating point instructions support\n"
2540 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
2541 "\t\t\tspecify variant of Alpha architecture\n"
2542 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -m21264b\n"
2543 "\t\t\tthese variants include PALcode opcodes\n"
2544 msgstr ""
2545 "Параметры Alpha:\n"
2546 "-32addr\t\t\tсчитать адреса 32-битными значениями\n"
2547 "-F\t\t\tубрать поддержку инструкций с плавающей запятой\n"
2548 "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n"
2549 "\t\t\tзадать вариант архитектуры Alpha\n"
2550 "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -m21264b\n"
2551 "\t\t\tэти варианты содержат коды операций PALcode\n"
2552
2553 #: config/tc-alpha.c:5691
2554 msgid ""
2555 "VMS options:\n"
2556 "-+\t\t\tencode (don't truncate) names longer than 64 characters\n"
2557 "-H\t\t\tshow new symbol after hash truncation\n"
2558 "-replace/-noreplace\tenable or disable the optimization of procedure calls\n"
2559 msgstr ""
2560 "Параметры VMS:\n"
2561 "-+\t\t\tкодировать (не обрезать) имена длиннее 64 символов\n"
2562 "-H\t\t\tпоказывать новый символа после хеш-обрезания\n"
2563 "-replace/-noreplace\tвключить/выключить оптимизацию вызовов процедур\n"
2564
2565 #: config/tc-alpha.c:5942 config/tc-arc.c:3086
2566 #, c-format
2567 msgid "unhandled relocation type %s"
2568 msgstr "необработанный тип перемещения %s"
2569
2570 #: config/tc-alpha.c:5955 config/tc-arc.c:3094
2571 msgid "non-absolute expression in constant field"
2572 msgstr "не абсолютное выражение в поле-константе"
2573
2574 #: config/tc-alpha.c:5969
2575 #, c-format
2576 msgid "type %d reloc done?\n"
2577 msgstr "выполнено перемещение типа %d?\n"
2578
2579 #: config/tc-alpha.c:6016 config/tc-alpha.c:6023
2580 msgid "Used $at without \".set noat\""
2581 msgstr "Используется $at без «.set noat»"
2582
2583 #: config/tc-alpha.c:6192
2584 #, c-format
2585 msgid "!samegp reloc against symbol without .prologue: %s"
2586 msgstr "перемещение !samegp для символа без .prologue: %s"
2587
2588 #: config/tc-alpha.c:6236 config/tc-arc.c:3217 config/tc-tilegx.c:1751
2589 #: config/tc-tilepro.c:1531 config/tc-wasm32.c:813 config/tc-xtensa.c:6118
2590 #, c-format
2591 msgid "cannot represent `%s' relocation in object file"
2592 msgstr "невозможно представить перемещение «%s» в объектном файле"
2593
2594 #: config/tc-alpha.c:6242 config/tc-arc.c:3223
2595 #, c-format
2596 msgid "internal error? cannot generate `%s' relocation"
2597 msgstr "внутренняя ошибка? невозможно сгенерировать перемещение «%s»"
2598
2599 #: config/tc-alpha.c:6338
2600 #, c-format
2601 msgid "frame reg expected, using $%d."
2602 msgstr "ожидается регистр кадра, используется $%d."
2603
2604 #: config/tc-arc.c:771
2605 #, c-format
2606 msgid "internal error: can't hash opcode '%s': %s"
2607 msgstr "внутренняя ошибка: невозможно получить хеш кода операции «%s»: %s"
2608
2609 #: config/tc-arc.c:779 config/tc-arc.c:2556 config/tc-arc.c:2574
2610 #: config/tc-arc.c:2627 config/tc-arc.c:2651 config/tc-arc.c:4850
2611 #: config/tc-arc.c:4917 config/tc-cr16.c:805 config/tc-cr16.c:828
2612 #: config/tc-cris.c:1195 config/tc-crx.c:535 config/tc-crx.c:562
2613 #: config/tc-crx.c:580 config/tc-pdp11.c:193
2614 msgid "Virtual memory exhausted"
2615 msgstr "Закончилась виртуальная память"
2616
2617 #: config/tc-arc.c:829
2618 #, c-format
2619 msgid "invalid %s option for %s cpu"
2620 msgstr "неверный параметр %s для ЦП %s"
2621
2622 #: config/tc-arc.c:834
2623 msgid "conflicting ISA extension attributes."
2624 msgstr "не согласующиеся атрибуты расширения ISA."
2625
2626 #: config/tc-arc.c:853
2627 msgid "Multiple .cpu directives found"
2628 msgstr "Найдено несколько директив .cpu"
2629
2630 #: config/tc-arc.c:871
2631 msgid "Command-line value overrides \".cpu\" directive"
2632 msgstr "Значение командной строки заменяет директиву «.cpu»"
2633
2634 #: config/tc-arc.c:888
2635 #, c-format
2636 msgid "unknown architecture: %s\n"
2637 msgstr "неизвестная архитектура: %s\n"
2638
2639 #: config/tc-arc.c:1187
2640 msgid "No valid label relocation operand"
2641 msgstr "Некорректный операнд метки перемещения"
2642
2643 #: config/tc-arc.c:1209
2644 #, c-format
2645 msgid "Unknown relocation operand: @%s"
2646 msgstr "Неизвестный операнд перемещения: @%s"
2647
2648 #: config/tc-arc.c:1222
2649 #, c-format
2650 msgid "Unable to parse TLS base: %s"
2651 msgstr "Невозможно разобрать базу TLS: %s"
2652
2653 #: config/tc-arc.c:1246
2654 #, c-format
2655 msgid "@%s is not a complex relocation."
2656 msgstr "Значение @%s не является сложным перемещением."
2657
2658 #: config/tc-arc.c:1252
2659 #, c-format
2660 msgid "Bad expression: @%s + %s."
2661 msgstr "Ошибка в выражении: @%s + %s."
2662
2663 #: config/tc-arc.c:1313
2664 msgid "Brackets in operand field incorrect"
2665 msgstr "Неверные скобки в поле операнда"
2666
2667 #: config/tc-arc.c:1315 config/tc-xtensa.c:2038
2668 msgid "extra comma"
2669 msgstr "лишняя запятая"
2670
2671 #: config/tc-arc.c:1317 config/tc-pru.c:1443 config/tc-pru.c:1710
2672 #: config/tc-xtensa.c:2042
2673 msgid "missing argument"
2674 msgstr "пропущен аргумент"
2675
2676 #: config/tc-arc.c:1319 config/tc-xtensa.c:2044
2677 msgid "missing comma or colon"
2678 msgstr "отсутствует запятая или двоеточие"
2679
2680 #: config/tc-arc.c:1388
2681 msgid "extra dot"
2682 msgstr "лишняя точка"
2683
2684 #: config/tc-arc.c:1390
2685 msgid "unrecognized flag"
2686 msgstr "нераспознанный флаг"
2687
2688 #: config/tc-arc.c:1392
2689 msgid "failed to parse flags"
2690 msgstr "ошибка при разборе флагов"
2691
2692 #: config/tc-arc.c:1418
2693 msgid "Unhandled reloc type"
2694 msgstr "необработанный тип перемещения"
2695
2696 #: config/tc-arc.c:2427
2697 #, c-format
2698 msgid "%s for instruction '%s'"
2699 msgstr "%s в инструкции «%s»"
2700
2701 #: config/tc-arc.c:2429
2702 #, c-format
2703 msgid "inappropriate arguments for opcode '%s'"
2704 msgstr "неподходящие аргументы для кода операции «%s»"
2705
2706 #: config/tc-arc.c:2431
2707 #, c-format
2708 msgid "opcode '%s' not supported for target %s"
2709 msgstr "код операции «%s» не поддерживается для цели %s"
2710
2711 #: config/tc-arc.c:2435 config/tc-tic6x.c:3195
2712 #, c-format
2713 msgid "unknown opcode '%s'"
2714 msgstr "неизвестный код операции «%s»"
2715
2716 #: config/tc-arc.c:2493
2717 #, c-format
2718 msgid "Inserting \"%s\" into register table failed: %s"
2719 msgstr "Не удалось вставить «%s» в таблицу регистров: %s"
2720
2721 #: config/tc-arc.c:2529
2722 #, c-format
2723 msgid "Inserting \"%s\" into address type table failed: %s"
2724 msgstr "Не удалось вставить «%s» в таблицу типов адресов: %s"
2725
2726 #: config/tc-arc.c:2548 config/tc-arc.c:5015 config/tc-h8300.c:81
2727 #: config/tc-h8300.c:90 config/tc-h8300.c:100 config/tc-h8300.c:110
2728 #: config/tc-h8300.c:120 config/tc-h8300.c:131 config/tc-h8300.c:248
2729 #: config/tc-hppa.c:6821 config/tc-hppa.c:6827 config/tc-hppa.c:6833
2730 #: config/tc-hppa.c:6839 config/tc-hppa.c:8228 config/tc-lm32.c:197
2731 #: config/tc-mips.c:3588 config/tc-mips.c:4097 config/tc-mn10300.c:935
2732 #: config/tc-mn10300.c:940 config/tc-mn10300.c:2440 config/tc-xc16x.c:79
2733 #: config/tc-xc16x.c:86 config/tc-xc16x.c:93
2734 msgid "could not set architecture and machine"
2735 msgstr "не задана архитектура и машина"
2736
2737 #: config/tc-arc.c:2644 config/tc-arc.c:4837
2738 #, c-format
2739 msgid "internal error: can't hash aux register '%s': %s"
2740 msgstr "внутренняя ошибка: невозможно получить хеш регистра aux «%s»: %s"
2741
2742 #: config/tc-arc.c:2751
2743 #, c-format
2744 msgid "unhandled reloc %s in md_pcrel_from_section"
2745 msgstr "необработанное перемещение %s в md_pcrel_from_section"
2746
2747 #: config/tc-arc.c:2816
2748 msgid "Unaligned operand. Needs to be 32bit aligned"
2749 msgstr "Невыровненный операнд. Требует 32-битного выравнивания."
2750
2751 #: config/tc-arc.c:2821
2752 msgid "Unaligned operand. Needs to be 16bit aligned"
2753 msgstr "Невыровненный операнд. Требует 16-битного выравнивания."
2754
2755 #: config/tc-arc.c:2898 config/tc-cr16.c:573 config/tc-crx.c:345
2756 #: config/tc-mn10200.c:766 write.c:1024
2757 #, c-format
2758 msgid "can't resolve `%s' {%s section} - `%s' {%s section}"
2759 msgstr "невозможно определить «%s» {раздел %s} — «%s» {раздел %s}"
2760
2761 #: config/tc-arc.c:2957
2762 #, c-format
2763 msgid "PC relative relocation not allowed for (internal) type %d"
2764 msgstr "PC-относительное перемещение запрещено для (внутреннего) типа %d"
2765
2766 #. FIXME! Check for the conditionality of
2767 #. the insn.
2768 #. FIXME! Check for the conditionality of
2769 #. the insn.
2770 #: config/tc-arc.c:3002 config/tc-arc.c:3980
2771 msgid "TLS_*_S9 relocs are not supported yet"
2772 msgstr "Перемещения TLS_*_S9 пока не поддерживаются"
2773
2774 #. I cannot fix an GOTPC relocation because I need to relax it
2775 #. from ld rx,[pcl,@sym@gotpc] to add rx,pcl,@sym@gotpc.
2776 #: config/tc-arc.c:3038
2777 msgid "Unsupported operation on reloc"
2778 msgstr "неподдерживаемая операция с перемещением"
2779
2780 #: config/tc-arc.c:3114 config/tc-arc.c:3130
2781 msgid "unknown fixup size"
2782 msgstr "неизвестный размер местоположения"
2783
2784 #: config/tc-arc.c:3264
2785 msgid "no relaxation found for this instruction."
2786 msgstr "отсутствует ослабление для этой инструкции."
2787
2788 #: config/tc-arc.c:3514
2789 #, c-format
2790 msgid "ARC-specific assembler options:\n"
2791 msgstr "Специализированные параметры ассемблера для ARC:\n"
2792
2793 #: config/tc-arc.c:3540
2794 #, c-format
2795 msgid "  -mrelax                 enable relaxation\n"
2796 msgstr "  -mrelax                 включить ослабление\n"
2797
2798 #: config/tc-arc.c:3543
2799 #, c-format
2800 msgid ""
2801 "The following ARC-specific assembler options are deprecated and are accepted\n"
2802 "for compatibility only:\n"
2803 msgstr ""
2804 "Следующие специализированные параметры ассемблера для ARC устарели и\n"
2805 "рассматриваются только для совместимости:\n"
2806
2807 #: config/tc-arc.c:3546
2808 #, c-format
2809 msgid ""
2810 "  -mEA\n"
2811 "  -mbarrel-shifter\n"
2812 "  -mbarrel_shifter\n"
2813 "  -mcrc\n"
2814 "  -mdsp-packa\n"
2815 "  -mdsp_packa\n"
2816 "  -mdvbf\n"
2817 "  -mld-extension-reg-mask\n"
2818 "  -mlock\n"
2819 "  -mmac-24\n"
2820 "  -mmac-d16\n"
2821 "  -mmac_24\n"
2822 "  -mmac_d16\n"
2823 "  -mmin-max\n"
2824 "  -mmin_max\n"
2825 "  -mmul64\n"
2826 "  -mno-mpy\n"
2827 "  -mnorm\n"
2828 "  -mrtsc\n"
2829 "  -msimd\n"
2830 "  -mswap\n"
2831 "  -mswape\n"
2832 "  -mtelephony\n"
2833 "  -muser-mode-only\n"
2834 "  -mxy\n"
2835 msgstr ""
2836 "  -mEA\n"
2837 "  -mbarrel-shifter\n"
2838 "  -mbarrel_shifter\n"
2839 "  -mcrc\n"
2840 "  -mdsp-packa\n"
2841 "  -mdsp_packa\n"
2842 "  -mdvbf\n"
2843 "  -mld-extension-reg-mask\n"
2844 "  -mlock\n"
2845 "  -mmac-24\n"
2846 "  -mmac-d16\n"
2847 "  -mmac_24\n"
2848 "  -mmac_d16\n"
2849 "  -mmin-max\n"
2850 "  -mmin_max\n"
2851 "  -mmul64\n"
2852 "  -mno-mpy\n"
2853 "  -mnorm\n"
2854 "  -mrtsc\n"
2855 "  -msimd\n"
2856 "  -mswap\n"
2857 "  -mswape\n"
2858 "  -mtelephony\n"
2859 "  -muser-mode-only\n"
2860 "  -mxy\n"
2861
2862 #: config/tc-arc.c:3636
2863 #, c-format
2864 msgid "Unable to find %s relocation for instruction %s"
2865 msgstr "Не удалось найти перемещение %s для инструкции %s"
2866
2867 #: config/tc-arc.c:3931
2868 #, c-format
2869 msgid "Unable to use @plt relocation for insn %s"
2870 msgstr "Невозможно использовать перемещение @plt для инструкции %s"
2871
2872 #: config/tc-arc.c:3950
2873 #, c-format
2874 msgid "Unable to use @pcl relocation for insn %s"
2875 msgstr "Невозможно использовать перемещение @pcl для инструкции %s"
2876
2877 #: config/tc-arc.c:4006
2878 #, c-format
2879 msgid "invalid relocation %s for field"
2880 msgstr "некорректное перемещение %s для поля"
2881
2882 #: config/tc-arc.c:4117
2883 #, c-format
2884 msgid "Insn %s has a jump/branch instruction %s in its delay slot."
2885 msgstr "Инструкция %s содержит инструкцию прыжка/ветвления %s в своём слоте задержки."
2886
2887 #: config/tc-arc.c:4122
2888 #, c-format
2889 msgid "Insn %s has an instruction %s with limm in its delay slot."
2890 msgstr "Инструкция %s содержит инструкцию %s с limm в своём слоте задержки."
2891
2892 #: config/tc-arc.c:4232 config/tc-microblaze.c:2531 config/tc-mn10300.c:1069
2893 #: config/tc-sh.c:801 config/tc-z80.c:700 read.c:4600
2894 #, c-format
2895 msgid "unsupported BFD relocation size %u"
2896 msgstr "неподдерживаемое перемещение BFD размером %u"
2897
2898 #: config/tc-arc.c:4252
2899 #, c-format
2900 msgid "Jump/Branch instruction detected at the end of the ZOL label @%s"
2901 msgstr "Обнаружена инструкция прыжка/ветвления в конце метки ZOL @%s"
2902
2903 #: config/tc-arc.c:4259
2904 #, c-format
2905 msgid "Kernel instruction detected at the end of the ZOL label @%s"
2906 msgstr "Обнаружена инструкция ядра в конце метки ZOL @%s"
2907
2908 #: config/tc-arc.c:4264
2909 #, c-format
2910 msgid "A jump instruction with long immediate detected at the end of the ZOL label @%s"
2911 msgstr "Обнаружена инструкция прыжка с явным длинным в конце метки ZOL @%s"
2912
2913 #: config/tc-arc.c:4270
2914 #, c-format
2915 msgid "An illegal use of delay slot detected at the end of the ZOL label @%s"
2916 msgstr "Обнаружено некорректное использование слота задержки ядра в конце метки ZOL @%s"
2917
2918 #: config/tc-arc.c:4375
2919 msgid "expected comma after instruction name"
2920 msgstr "ожидается запятая после имени инструкции"
2921
2922 #: config/tc-arc.c:4387
2923 msgid "expected comma after major opcode"
2924 msgstr "ожидается запятая после основного кода операции"
2925
2926 #: config/tc-arc.c:4573
2927 #, c-format
2928 msgid "Pseudocode already used %s"
2929 msgstr "Псевдокод уже используется %s"
2930
2931 #: config/tc-arc.c:4581
2932 #, c-format
2933 msgid "major opcode not in range [0x%02x - 0x%02x]"
2934 msgstr "основной код операции не в диапазоне [0x%02x - 0x%02x]"
2935
2936 #: config/tc-arc.c:4585
2937 msgid "minor opcode not in range [0x00 - 0x3f]"
2938 msgstr "вспомогательный код операции не в диапазоне [0x00 - 0x3f]"
2939
2940 #: config/tc-arc.c:4591
2941 msgid "Improper use of OP1_IMM_IMPLIED"
2942 msgstr "Некорректное использование OP1_IMM_IMPLIED"
2943
2944 #: config/tc-arc.c:4597
2945 msgid "Improper use of OP1_MUST_BE_IMM"
2946 msgstr "Некорректное использование OP1_MUST_BE_IMM"
2947
2948 #: config/tc-arc.c:4609
2949 msgid "Couldn't generate extension instruction opcodes"
2950 msgstr "Не удалось сгенерировать коды операций расширенной инструкции"
2951
2952 #: config/tc-arc.c:4645
2953 msgid "expected comma after name"
2954 msgstr "ожидается запятая после имени"
2955
2956 #: config/tc-arc.c:4656
2957 #, c-format
2958 msgid "%s second argument cannot be a negative number %d"
2959 msgstr "второй аргумент %s не может быть отрицательным числом %d"
2960
2961 #: config/tc-arc.c:4671
2962 msgid "expected comma after register number"
2963 msgstr "ожидается запятая после номера регистра"
2964
2965 #: config/tc-arc.c:4692
2966 msgid "invalid mode"
2967 msgstr "неверный режим"
2968
2969 #: config/tc-arc.c:4710
2970 msgid "expected comma after register mode"
2971 msgstr "ожидается запятая после режима регистра"
2972
2973 #: config/tc-arc.c:4725
2974 msgid "shortcut designator invalid"
2975 msgstr "неверное обозначение сокращения"
2976
2977 #: config/tc-arc.c:4824
2978 #, c-format
2979 msgid "core register %s value (%d) too large"
2980 msgstr "значение ключевого регистра %s (%d) слишком большое"
2981
2982 #: config/tc-arc.c:4843
2983 #, c-format
2984 msgid "condition code %s value (%d) too large"
2985 msgstr "значение кода условия %s (%d) слишком большое"
2986
2987 #: config/tc-arc.c:4862
2988 msgid "Unknown extension"
2989 msgstr "Неизвестное расширение"
2990
2991 #: config/tc-arc.c:4967
2992 msgid "Overwrite explicitly set Tag_ARC_CPU_base"
2993 msgstr "Перезаписать явное указание Tag_ARC_CPU_base"
2994
2995 #: config/tc-arm.c:619
2996 msgid "ARM register expected"
2997 msgstr "ожидается регистр ARM"
2998
2999 #: config/tc-arm.c:620
3000 msgid "bad or missing co-processor number"
3001 msgstr "плохой или отсутствующий номер сопроцессора"
3002
3003 #: config/tc-arm.c:621
3004 msgid "co-processor register expected"
3005 msgstr "ожидается регистр сопроцессора"
3006
3007 #: config/tc-arm.c:622
3008 msgid "FPA register expected"
3009 msgstr "ожидается регистр FPA"
3010
3011 #: config/tc-arm.c:623
3012 msgid "VFP single precision register expected"
3013 msgstr "ожидается регистр одинарной точности VFP"
3014
3015 #: config/tc-arm.c:624
3016 msgid "VFP/Neon double precision register expected"
3017 msgstr "ожидается регистр двойной точности VFP/Neon"
3018
3019 #: config/tc-arm.c:625
3020 msgid "Neon quad precision register expected"
3021 msgstr "ожидается регистр четверной точности Neon"
3022
3023 #: config/tc-arm.c:626
3024 msgid "VFP single or double precision register expected"
3025 msgstr "ожидается регистр одинарной или двойной точности VFP"
3026
3027 #: config/tc-arm.c:627
3028 msgid "Neon double or quad precision register expected"
3029 msgstr "ожидается регистр двойной или четверной точности Neon"
3030
3031 #: config/tc-arm.c:628
3032 msgid "Neon single or double precision register expected"
3033 msgstr "ожидается регистр одинарной или двойной точности Neon"
3034
3035 #: config/tc-arm.c:629
3036 msgid "VFP single, double or Neon quad precision register expected"
3037 msgstr "ожидается регистр одинарной двойной точности VFP или четверной точности Neon"
3038
3039 #: config/tc-arm.c:631
3040 msgid "VFP system register expected"
3041 msgstr "ожидается регистр системный регистр VFP"
3042
3043 #: config/tc-arm.c:632
3044 msgid "Maverick MVF register expected"
3045 msgstr "ожидается регистр Maverick MVF"
3046
3047 #: config/tc-arm.c:633
3048 msgid "Maverick MVD register expected"
3049 msgstr "ожидается регистр Maverick MVD"
3050
3051 #: config/tc-arm.c:634
3052 msgid "Maverick MVFX register expected"
3053 msgstr "ожидается регистр Maverick MVFX"
3054
3055 #: config/tc-arm.c:635
3056 msgid "Maverick MVDX register expected"
3057 msgstr "ожидается регистр Maverick MVDX"
3058
3059 #: config/tc-arm.c:636
3060 msgid "Maverick MVAX register expected"
3061 msgstr "ожидается регистр Maverick MVAX"
3062
3063 #: config/tc-arm.c:637
3064 msgid "Maverick DSPSC register expected"
3065 msgstr "ожидается регистр Maverick DSPSC"
3066
3067 #: config/tc-arm.c:638
3068 msgid "iWMMXt data register expected"
3069 msgstr "ожидается регистр данных iWMMXt"
3070
3071 #: config/tc-arm.c:639 config/tc-arm.c:7061
3072 msgid "iWMMXt control register expected"
3073 msgstr "ожидается управляющий регистр iWMMXt"
3074
3075 #: config/tc-arm.c:640
3076 msgid "iWMMXt scalar register expected"
3077 msgstr "ожидается скалярный регистр iWMMXt"
3078
3079 #: config/tc-arm.c:641
3080 msgid "XScale accumulator register expected"
3081 msgstr "ожидается аккумуляторный регистр XScale"
3082
3083 #. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message.
3084 #: config/tc-arm.c:803 config/tc-score.c:259
3085 msgid "bad arguments to instruction"
3086 msgstr "Неправильные аргументы для инструкции"
3087
3088 #: config/tc-arm.c:804
3089 msgid "r13 not allowed here"
3090 msgstr "r13 здесь запрещён"
3091
3092 #: config/tc-arm.c:805
3093 msgid "r15 not allowed here"
3094 msgstr "r15 здесь запрещён"
3095
3096 #: config/tc-arm.c:806
3097 msgid "instruction cannot be conditional"
3098 msgstr "инструкция не может быть условной"
3099
3100 #: config/tc-arm.c:807
3101 msgid "registers may not be the same"
3102 msgstr "регистры не могут быть одинаковыми"
3103
3104 #: config/tc-arm.c:808
3105 msgid "lo register required"
3106 msgstr "требуется другой регистр"
3107
3108 #: config/tc-arm.c:809
3109 msgid "instruction not supported in Thumb16 mode"
3110 msgstr "инструкция не поддерживается в режиме Thumb16"
3111
3112 #: config/tc-arm.c:810
3113 msgid "instruction does not accept this addressing mode"
3114 msgstr "инструкция не принимает данный режим адресации"
3115
3116 #: config/tc-arm.c:811
3117 msgid "branch must be last instruction in IT block"
3118 msgstr "ветвление должно быть последней инструкцией в блоке IT"
3119
3120 #: config/tc-arm.c:812
3121 msgid "instruction not allowed in IT block"
3122 msgstr "инструкция не допускается в блоке IT"
3123
3124 #: config/tc-arm.c:813
3125 msgid "selected FPU does not support instruction"
3126 msgstr "выбранный FPU не поддерживает инструкцию"
3127
3128 #: config/tc-arm.c:814
3129 msgid "thumb conditional instruction should be in IT block"
3130 msgstr "thumb-инструкция условия должна быть в блоке IT"
3131
3132 #: config/tc-arm.c:815
3133 msgid "incorrect condition in IT block"
3134 msgstr "некорректное условие в блоке IT"
3135
3136 #: config/tc-arm.c:816
3137 msgid "IT falling in the range of a previous IT block"
3138 msgstr "IT попадает в диапазон предыдущего блока IT"
3139
3140 #: config/tc-arm.c:817
3141 msgid "missing .fnstart before unwinding directive"
3142 msgstr "отсутствует .fnstart до раскручивающей директивы"
3143
3144 #: config/tc-arm.c:819
3145 msgid "cannot use register index with PC-relative addressing"
3146 msgstr "невозможно использовать индексный регистр с относительной PC адресацией"
3147
3148 #: config/tc-arm.c:821
3149 msgid "cannot use writeback with PC-relative addressing"
3150 msgstr "невозможно использовать обратную запись с относительной PC адресацией"
3151
3152 #: config/tc-arm.c:823
3153 msgid "selected processor does not support fp16 instruction"
3154 msgstr "выбранный процессор не поддерживает инструкцию fp16"
3155
3156 #: config/tc-arm.c:824
3157 msgid "using "
3158 msgstr "использует "
3159
3160 #: config/tc-arm.c:825
3161 msgid "relocation valid in thumb1 code only"
3162 msgstr "перемещение корректно только в коде thumb1"
3163
3164 #: config/tc-arm.c:1032
3165 msgid "immediate expression requires a # prefix"
3166 msgstr "для непосредственного выражения требуется префикс #"
3167
3168 #: config/tc-arm.c:1061 read.c:3816
3169 msgid "missing expression"
3170 msgstr "отсутствующее выражение"
3171
3172 #: config/tc-arm.c:1091 config/tc-arm.c:5260 config/tc-i960.c:1298
3173 #: config/tc-score.c:1210
3174 msgid "invalid constant"
3175 msgstr "некорректная константа"
3176
3177 #: config/tc-arm.c:1223
3178 msgid "expected #constant"
3179 msgstr "ожидается #константа"
3180
3181 #: config/tc-arm.c:1387
3182 #, c-format
3183 msgid "unexpected character `%c' in type specifier"
3184 msgstr "неожиданный символ «%c» в определителе типа"
3185
3186 #: config/tc-arm.c:1404
3187 #, c-format
3188 msgid "bad size %d in type specifier"
3189 msgstr "неправильный размер %d в определителе типа"
3190
3191 #: config/tc-arm.c:1454
3192 msgid "only one type should be specified for operand"
3193 msgstr "для операнда должен быть задан только один тип"
3194
3195 #: config/tc-arm.c:1460
3196 msgid "vector type expected"
3197 msgstr "ожидается векторный тип"
3198
3199 #: config/tc-arm.c:1534
3200 msgid "can't redefine type for operand"
3201 msgstr "для операнда невозможно переопределить тип"
3202
3203 #: config/tc-arm.c:1547
3204 msgid "only D registers may be indexed"
3205 msgstr "только регистры D могут быть проиндексированы"
3206
3207 #: config/tc-arm.c:1553
3208 msgid "can't change index for operand"
3209 msgstr "для операнда невозможно изменить индекс"
3210
3211 #: config/tc-arm.c:1616
3212 msgid "register operand expected, but got scalar"
3213 msgstr "ожидается регистровый операнд, но получен скаляр"
3214
3215 #: config/tc-arm.c:1653
3216 msgid "scalar must have an index"
3217 msgstr "у скаляра должен быть индекс"
3218
3219 #: config/tc-arm.c:1658 config/tc-arm.c:16583 config/tc-arm.c:16643
3220 #: config/tc-arm.c:17097
3221 msgid "scalar index out of range"
3222 msgstr "индекс скаляра вне диапазона"
3223
3224 #: config/tc-arm.c:1708
3225 msgid "bad range in register list"
3226 msgstr "некорректный диапазон в списке регистров"
3227
3228 #: config/tc-arm.c:1716 config/tc-arm.c:1725 config/tc-arm.c:1766
3229 #, c-format
3230 msgid "Warning: duplicated register (r%d) in register list"
3231 msgstr "Предупреждение: повторяющийся регистр (r%d) в списке регистров"
3232
3233 #: config/tc-arm.c:1728
3234 msgid "Warning: register range not in ascending order"
3235 msgstr "Предупреждение: регистровый диапазон не упорядочен по возрастанию"
3236
3237 #: config/tc-arm.c:1739
3238 msgid "missing `}'"
3239 msgstr "отсутствует «}»"
3240
3241 #: config/tc-arm.c:1755
3242 msgid "invalid register mask"
3243 msgstr "некорректная маска регистров"
3244
3245 #: config/tc-arm.c:1890 config/tc-arm.c:1934
3246 msgid "register out of range in list"
3247 msgstr "регистр вне диапазона списка"
3248
3249 #: config/tc-arm.c:1912 config/tc-arm.c:4197 config/tc-arm.c:4331
3250 msgid "register list not in ascending order"
3251 msgstr "список регистров не упорядочен по возрастанию"
3252
3253 #: config/tc-arm.c:1943
3254 msgid "register range not in ascending order"
3255 msgstr "регистровый диапазон не упорядочен по возрастанию"
3256
3257 #: config/tc-arm.c:1976
3258 msgid "non-contiguous register range"
3259 msgstr "не соблюдается непрерывность диапазона регистров"
3260
3261 #: config/tc-arm.c:2035
3262 msgid "register stride must be 1 or 2"
3263 msgstr "регистровый шаг должен быть 1 или 2"
3264
3265 #: config/tc-arm.c:2036
3266 msgid "mismatched element/structure types in list"
3267 msgstr "несовпадение типов элементов/структур в списке"
3268
3269 #: config/tc-arm.c:2104
3270 msgid "don't use Rn-Rm syntax with non-unit stride"
3271 msgstr "не используйте синтаксис Rn-Rm с не элементным шагом"
3272
3273 #: config/tc-arm.c:2159
3274 msgid "error parsing element/structure list"
3275 msgstr "ошибка при разборе списка элементов/структур"
3276
3277 #: config/tc-arm.c:2165
3278 msgid "expected }"
3279 msgstr "ожидается }"
3280
3281 #: config/tc-arm.c:2256
3282 msgid "attempt to redefine typed alias"
3283 msgstr "попытка переопределить типизированный псевдоним"
3284
3285 #: config/tc-arm.c:2391
3286 msgid "bad type for register"
3287 msgstr "некорректный тип для регистра"
3288
3289 #: config/tc-arm.c:2402 config/tc-nios2.c:1804
3290 msgid "expression must be constant"
3291 msgstr "выражение должно быть константой"
3292
3293 #: config/tc-arm.c:2419
3294 msgid "can't redefine the type of a register alias"
3295 msgstr "невозможно переопределить тип псевдонима регистра"
3296
3297 #: config/tc-arm.c:2426
3298 msgid "you must specify a single type only"
3299 msgstr "необходимо указать только один тип"
3300
3301 #: config/tc-arm.c:2439
3302 msgid "can't redefine the index of a scalar alias"
3303 msgstr "невозможно переопределить индекс псевдонима скаляра"
3304
3305 #: config/tc-arm.c:2447
3306 msgid "scalar index must be constant"
3307 msgstr "скалярный индекс должен быть константой"
3308
3309 #: config/tc-arm.c:2456
3310 msgid "expecting ]"
3311 msgstr "ожидается ]"
3312
3313 #: config/tc-arm.c:2508
3314 msgid "invalid syntax for .dn directive"
3315 msgstr "некорректный синтаксис директивы .dn"
3316
3317 #: config/tc-arm.c:2514
3318 msgid "invalid syntax for .qn directive"
3319 msgstr "некорректный синтаксис директивы .qn"
3320
3321 #: config/tc-arm.c:2549
3322 #, c-format
3323 msgid "ignoring attempt to use .unreq on fixed register name: '%s'"
3324 msgstr "игнорируется попытка использовать .unreq для постоянного имени регистра: «%s»"
3325
3326 #: config/tc-arm.c:2814
3327 #, c-format
3328 msgid "Failed to find real start of function: %s\n"
3329 msgstr "Не удалось найти реальное начало функции: %s\n"
3330
3331 #: config/tc-arm.c:2831
3332 msgid "selected processor does not support THUMB opcodes"
3333 msgstr "выбранный процессор не поддерживает коды операций THUMB"
3334
3335 #: config/tc-arm.c:2844
3336 msgid "selected processor does not support ARM opcodes"
3337 msgstr "выбранный процессор не поддерживает коды операций ARM"
3338
3339 #: config/tc-arm.c:2856
3340 #, c-format
3341 msgid "invalid instruction size selected (%d)"
3342 msgstr "выбран некорректный размер инструкции (%d)"
3343
3344 #: config/tc-arm.c:2888
3345 #, c-format
3346 msgid "invalid operand to .code directive (%d) (expecting 16 or 32)"
3347 msgstr "некорректный операнд в директиве .code (%d) (ожидается 16 или 32)"
3348
3349 #: config/tc-arm.c:2943
3350 #, c-format
3351 msgid "expected comma after name \"%s\""
3352 msgstr "ожидается запятая после имени «%s»"
3353
3354 #: config/tc-arm.c:2993 config/tc-m32r.c:584
3355 #, c-format
3356 msgid "symbol `%s' already defined"
3357 msgstr "символ «%s» уже определён"
3358
3359 #: config/tc-arm.c:3026
3360 #, c-format
3361 msgid "unrecognized syntax mode \"%s\""
3362 msgstr "нераспознанный синтаксис режима «%s»"
3363
3364 #: config/tc-arm.c:3069
3365 msgid ".ref pseudo-op only available with -mccs flag."
3366 msgstr "Псевдооперация .ref доступна только с флагом -mccs."
3367
3368 #: config/tc-arm.c:3110
3369 msgid ".asmfunc repeated."
3370 msgstr "повтор .asmfunc."
3371
3372 #: config/tc-arm.c:3114
3373 msgid ".asmfunc without function."
3374 msgstr ".asmfunc без функции."
3375
3376 #: config/tc-arm.c:3120
3377 msgid ".asmfunc pseudo-op only available with -mccs flag."
3378 msgstr "Псевдооперация .asmfunc доступна только с флагом -mccs."
3379
3380 #: config/tc-arm.c:3131
3381 msgid ".endasmfunc without a .asmfunc."
3382 msgstr ".endasmfunc без .asmfunc."
3383
3384 #: config/tc-arm.c:3135
3385 msgid ".endasmfunc without function."
3386 msgstr ".endasmfunc без function."
3387
3388 #: config/tc-arm.c:3146
3389 msgid ".endasmfunc pseudo-op only available with -mccs flag."
3390 msgstr "Псевдооперация .endasmfunc доступна только с флагом -mccs."
3391
3392 #: config/tc-arm.c:3155
3393 msgid ".def pseudo-op only available with -mccs flag."
3394 msgstr "Псевдооперация .def доступна только с флагом -mccs."
3395
3396 #: config/tc-arm.c:3313
3397 msgid "invalid type for literal pool"
3398 msgstr "неправильный тип пула литералов"
3399
3400 #: config/tc-arm.c:3393 config/tc-tic54x.c:5354
3401 #, c-format
3402 msgid "Invalid label '%s'"
3403 msgstr "Некорректная метка «%s»"
3404
3405 #: config/tc-arm.c:3569
3406 msgid "(plt) is only valid on branch targets"
3407 msgstr "(plt) допустима только в целях ветвления"
3408
3409 #: config/tc-arm.c:3575 config/tc-s390.c:1209 config/tc-s390.c:1865
3410 #: config/tc-xtensa.c:1664
3411 #, c-format
3412 msgid "%s relocations do not fit in %d byte"
3413 msgid_plural "%s relocations do not fit in %d bytes"
3414 msgstr[0] "перемещения %s не помещаются в %d байт"
3415 msgstr[1] "перемещения %s не помещаются в %d байта"
3416 msgstr[2] "перемещения %s не помещаются в %d байт"
3417
3418 #: config/tc-arm.c:3657
3419 msgid ".inst.n operand too big. Use .inst.w instead"
3420 msgstr "Операнд .inst.n слишком большой. Вместо него используйте .inst.w."
3421
3422 #: config/tc-arm.c:3677
3423 msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead"
3424 msgstr "Невозможно определить размер инструкции Thumb. Вместо этого используйте .inst.n/.inst.w."
3425
3426 #: config/tc-arm.c:3707
3427 msgid "width suffixes are invalid in ARM mode"
3428 msgstr "некорректная ширина суффиксов в режиме ARM"
3429
3430 #: config/tc-arm.c:3749 dwarf2dbg.c:990
3431 msgid "expected 0 or 1"
3432 msgstr "ожидался 0 или 1"
3433
3434 #: config/tc-arm.c:3753
3435 msgid "missing comma"
3436 msgstr "отсутствует запятая"
3437
3438 #: config/tc-arm.c:3786
3439 msgid "duplicate .fnstart directive"
3440 msgstr "повторное употребление .fnstart"
3441
3442 #: config/tc-arm.c:3817 config/tc-tic6x.c:412
3443 msgid "duplicate .handlerdata directive"
3444 msgstr "повторное употребление .handlerdata"
3445
3446 #: config/tc-arm.c:3836
3447 msgid ".fnend directive without .fnstart"
3448 msgstr "директива .fnend без .fnstart"
3449
3450 #: config/tc-arm.c:3903 config/tc-tic6x.c:393
3451 msgid "personality routine specified for cantunwind frame"
3452 msgstr "персонализационная процедура указана для кадра cantunwind"
3453
3454 #: config/tc-arm.c:3920 config/tc-tic6x.c:454
3455 msgid "duplicate .personalityindex directive"
3456 msgstr "повторное употребление .personalityindex"
3457
3458 #: config/tc-arm.c:3927 config/tc-tic6x.c:461
3459 msgid "bad personality routine number"
3460 msgstr "Плохой номер персонализационной процедуры"
3461
3462 #: config/tc-arm.c:3949 config/tc-tic6x.c:478
3463 msgid "duplicate .personality directive"
3464 msgstr "повторное употребление .personality"
3465
3466 #: config/tc-arm.c:3973 config/tc-arm.c:4101 config/tc-arm.c:4149
3467 msgid "expected register list"
3468 msgstr "ожидается список регистров"
3469
3470 #: config/tc-arm.c:4055
3471 msgid "expected , <constant>"
3472 msgstr "ожидается , <константа>"
3473
3474 #: config/tc-arm.c:4064
3475 msgid "number of registers must be in the range [1:4]"
3476 msgstr "количество регистров должно быть в диапазоне [1:4]"
3477
3478 #: config/tc-arm.c:4211 config/tc-arm.c:4345
3479 msgid "bad register range"
3480 msgstr "неверный диапазон регистров"
3481
3482 #: config/tc-arm.c:4411
3483 msgid "FPA .unwind_save does not take a register list"
3484 msgstr "FPA .unwind_save не работает со списком регистров"
3485
3486 #: config/tc-arm.c:4439
3487 msgid ".unwind_save does not support this kind of register"
3488 msgstr ".unwind_save не поддерживает такой вид регистров"
3489
3490 #: config/tc-arm.c:4478
3491 msgid "SP and PC not permitted in .unwind_movsp directive"
3492 msgstr "SP и PC не допускаются в директиве .unwind_movsp"
3493
3494 #: config/tc-arm.c:4483
3495 msgid "unexpected .unwind_movsp directive"
3496 msgstr "неожиданная директива .unwind_movsp"
3497
3498 #: config/tc-arm.c:4510
3499 msgid "stack increment must be multiple of 4"
3500 msgstr "увеличение стека должно быть кратно 4"
3501
3502 #: config/tc-arm.c:4542
3503 msgid "expected <reg>, <reg>"
3504 msgstr "ожидается <регистр>, <регистр>"
3505
3506 #: config/tc-arm.c:4560
3507 msgid "register must be either sp or set by a previousunwind_movsp directive"
3508 msgstr "регистр должен быть sp или задаваться директивой previousunwind_movsp"
3509
3510 #: config/tc-arm.c:4599
3511 msgid "expected <offset>, <opcode>"
3512 msgstr "ожидается <смещение>, <код операции>"
3513
3514 #: config/tc-arm.c:4611
3515 msgid "unwind opcode too long"
3516 msgstr "раскрученный код операции слишком длинен"
3517
3518 #: config/tc-arm.c:4616
3519 msgid "invalid unwind opcode"
3520 msgstr "неверный раскрученный код операции"
3521
3522 #: config/tc-arm.c:4804 config/tc-arm.c:5815 config/tc-arm.c:10659
3523 #: config/tc-arm.c:11192 config/tc-arm.c:13219 config/tc-arm.c:14801
3524 #: config/tc-arm.c:24170 config/tc-arm.c:24234 config/tc-arm.c:24242
3525 #: config/tc-metag.c:5176 config/tc-z8k.c:1151 config/tc-z8k.c:1161
3526 msgid "immediate value out of range"
3527 msgstr "непосредственное значение за пределами диапазона"
3528
3529 #: config/tc-arm.c:4974
3530 msgid "invalid FPA immediate expression"
3531 msgstr "неверное непосредственное выражение FPA"
3532
3533 #: config/tc-arm.c:5160
3534 msgid "'LSL' or 'ASR' required"
3535 msgstr "требуется «LSL» или «ASR»"
3536
3537 #: config/tc-arm.c:5168
3538 msgid "'LSL' required"
3539 msgstr "требуется «LSL»"
3540
3541 #: config/tc-arm.c:5176
3542 msgid "'ASR' required"
3543 msgstr "требуется «ASR»"
3544
3545 #: config/tc-arm.c:5255
3546 msgid "invalid rotation"
3547 msgstr "неверное вращение"
3548
3549 #: config/tc-arm.c:5435 config/tc-arm.c:5604
3550 msgid "unknown group relocation"
3551 msgstr "неизвестная группа перемещения"
3552
3553 #: config/tc-arm.c:5471
3554 msgid "alignment must be constant"
3555 msgstr "выравнивание должно быть константой"
3556
3557 #: config/tc-arm.c:5635
3558 msgid "this group relocation is not allowed on this instruction"
3559 msgstr "данная группа перемещения недопустима для этой инструкции"
3560
3561 #: config/tc-arm.c:5691
3562 msgid "'}' expected at end of 'option' field"
3563 msgstr "ожидается «}» в конце поля «option»"
3564
3565 #: config/tc-arm.c:5696
3566 msgid "cannot combine index with option"
3567 msgstr "нельзя объединять индекс с параметром"
3568
3569 #: config/tc-arm.c:5953
3570 msgid "unexpected bit specified after APSR"
3571 msgstr "указан неожиданный бит после APSR"
3572
3573 #: config/tc-arm.c:5965
3574 msgid "selected processor does not support DSP extension"
3575 msgstr "выбранный процессор не поддерживает расширение DSP"
3576
3577 #: config/tc-arm.c:5977
3578 msgid "bad bitmask specified after APSR"
3579 msgstr "указана плохая битовая маска после APSR"
3580
3581 #: config/tc-arm.c:6001
3582 msgid "writing to APSR without specifying a bitmask is deprecated"
3583 msgstr "запись в APSR без указания битовой маски устарела"
3584
3585 #: config/tc-arm.c:6013 config/tc-arm.c:12353 config/tc-arm.c:12398
3586 #: config/tc-arm.c:12402
3587 msgid "selected processor does not support requested special purpose register"
3588 msgstr "выбранный процессор не поддерживает запрошенный регистр специальных возможностей"
3589
3590 #: config/tc-arm.c:6018
3591 msgid "flag for {c}psr instruction expected"
3592 msgstr "ожидается флаг для инструкции {c}ps"
3593
3594 #: config/tc-arm.c:6043
3595 msgid "unrecognized CPS flag"
3596 msgstr "нераспознанный флаг CPS"
3597
3598 #: config/tc-arm.c:6050
3599 msgid "missing CPS flags"
3600 msgstr "отсутствуют флаги CPS"
3601
3602 #: config/tc-arm.c:6073 config/tc-arm.c:6079
3603 msgid "valid endian specifiers are be or le"
3604 msgstr "определителем порядка байт могут быть be или le"
3605
3606 #: config/tc-arm.c:6101
3607 msgid "missing rotation field after comma"
3608 msgstr "отсутствует поле вращения после запятой"
3609
3610 #: config/tc-arm.c:6116
3611 msgid "rotation can only be 0, 8, 16, or 24"
3612 msgstr "значением вращения могут быть только 0, 8, 16 или 24"
3613
3614 #: config/tc-arm.c:6145
3615 msgid "condition required"
3616 msgstr "требуется условие"
3617
3618 #: config/tc-arm.c:6213 config/tc-arm.c:8943
3619 msgid "'[' expected"
3620 msgstr "ожидается «[»"
3621
3622 #: config/tc-arm.c:6226
3623 msgid "',' expected"
3624 msgstr "ожидается «,»"
3625
3626 #: config/tc-arm.c:6243
3627 msgid "invalid shift"
3628 msgstr "некорректный сдвиг"
3629
3630 #: config/tc-arm.c:6316
3631 msgid "can't use Neon quad register here"
3632 msgstr "здесь нельзя использовать четверной регистр Neon"
3633
3634 #: config/tc-arm.c:6383
3635 msgid "expected <Rm> or <Dm> or <Qm> operand"
3636 msgstr "ожидается операнд <Rm>, <Dm> или <Qm>"
3637
3638 #: config/tc-arm.c:6463
3639 msgid "parse error"
3640 msgstr "ошибка разбора"
3641
3642 #. ISB can only take SY as an option.
3643 #: config/tc-arm.c:6732
3644 msgid "invalid barrier type"
3645 msgstr "неверный тип барьера"
3646
3647 #: config/tc-arm.c:6829
3648 msgid "only floating point zero is allowed as immediate value"
3649 msgstr "непосредственным значением в качестве числа с плавающей точкой разрешён только ноль"
3650
3651 #: config/tc-arm.c:6899
3652 msgid "immediate value is out of range"
3653 msgstr "непосредственное значение за пределами диапазона"
3654
3655 #: config/tc-arm.c:7046
3656 msgid "iWMMXt data or control register expected"
3657 msgstr "ожидается управляющий регистр или регистр данных iWMMXt"
3658
3659 #: config/tc-arm.c:7086
3660 msgid "Banked registers are not available with this architecture."
3661 msgstr "Банкование регистров недоступно на этой архитектуре."
3662
3663 #: config/tc-arm.c:7314 config/tc-score.c:264
3664 msgid "garbage following instruction"
3665 msgstr "мусор после инструкции"
3666
3667 #. If REG is R13 (the stack pointer), warn that its use is
3668 #. deprecated.
3669 #: config/tc-arm.c:7364
3670 msgid "use of r13 is deprecated"
3671 msgstr "использование r13 устарело"
3672
3673 #: config/tc-arm.c:7382
3674 msgid "ARMv8.2 scalar fp16 instruction cannot be conditional, the behaviour is UNPREDICTABLE"
3675 msgstr "скалярная инструкция ARMv8.2 fp16 не может быть условной, поведение НЕПРЕДСКАЗУЕМО"
3676
3677 #: config/tc-arm.c:7457
3678 msgid "D register out of range for selected VFP version"
3679 msgstr "регистр D вне диапазона выбранной версии VFP"
3680
3681 #: config/tc-arm.c:7554 config/tc-arm.c:10378
3682 msgid "Instruction does not support =N addresses"
3683 msgstr "инструкция не поддерживает адреса =N"
3684
3685 #: config/tc-arm.c:7562
3686 msgid "instruction does not accept preindexed addressing"
3687 msgstr "инструкция не принимает прединдексированную адресацию"
3688
3689 #. unindexed - only for coprocessor
3690 #: config/tc-arm.c:7578 config/tc-arm.c:10441
3691 msgid "instruction does not accept unindexed addressing"
3692 msgstr "инструкция не принимает неиндексированную адресацию"
3693
3694 #: config/tc-arm.c:7586
3695 msgid "destination register same as write-back base"
3696 msgstr "регистр назначения совпадает с базовым обратной записи"
3697
3698 #: config/tc-arm.c:7587
3699 msgid "source register same as write-back base"
3700 msgstr "регистр-источник совпадает с базовым обратной записи"
3701
3702 #: config/tc-arm.c:7637
3703 msgid "use of PC in this instruction is deprecated"
3704 msgstr "использование PC в этой инструкции устарело"
3705
3706 #: config/tc-arm.c:7660
3707 msgid "instruction does not accept scaled register index"
3708 msgstr "инструкция не принимает масштабированный регистровый индекс"
3709
3710 #: config/tc-arm.c:7965
3711 msgid "invalid pseudo operation"
3712 msgstr "неверная псевдооперация"
3713
3714 #: config/tc-arm.c:8203
3715 msgid "invalid co-processor operand"
3716 msgstr "некорректный операнд сопроцессора"
3717
3718 #: config/tc-arm.c:8219
3719 msgid "instruction does not support unindexed addressing"
3720 msgstr "инструкция не поддерживает неиндексированную адресацию"
3721
3722 #: config/tc-arm.c:8234
3723 msgid "pc may not be used with write-back"
3724 msgstr "pc нельзя использовать с обратной записью"
3725
3726 #: config/tc-arm.c:8239
3727 msgid "instruction does not support writeback"
3728 msgstr "инструкция не поддерживает обратную запись"
3729
3730 #: config/tc-arm.c:8345
3731 msgid "Rn must not overlap other operands"
3732 msgstr "Rn не должен пересекаться с другими операндами"
3733
3734 #: config/tc-arm.c:8350
3735 msgid "swp{b} use is obsoleted for ARMv8 and later"
3736 msgstr "использование swp{b} устарело в ARMv8 и более новых"
3737
3738 #: config/tc-arm.c:8353
3739 msgid "swp{b} use is deprecated for ARMv6 and ARMv7"
3740 msgstr "использование swp{b} устарело в ARMv6 и ARMv7"
3741
3742 #: config/tc-arm.c:8470 config/tc-arm.c:8489 config/tc-arm.c:8502
3743 #: config/tc-arm.c:11029 config/tc-arm.c:11060 config/tc-arm.c:11082
3744 msgid "bit-field extends past end of register"
3745 msgstr "битовое поле выходит за границы регистра"
3746
3747 #: config/tc-arm.c:8532
3748 msgid "the only valid suffixes here are '(plt)' and '(tlscall)'"
3749 msgstr "допустимыми суффиксами здесь могут быть только «(plt)» и «(tlscall)»"
3750
3751 #: config/tc-arm.c:8585
3752 msgid "use of r15 in blx in ARM mode is not really useful"
3753 msgstr "использование r15 в blx в режиме ARM не особенно полезно"
3754
3755 #: config/tc-arm.c:8607
3756 msgid "use of r15 in bx in ARM mode is not really useful"
3757 msgstr "использование r15 в bx в режиме ARM не особенно полезно"
3758
3759 #: config/tc-arm.c:8632
3760 msgid "use of r15 in bxj is not really useful"
3761 msgstr "использование r15 в bxj не особенно полезно"
3762
3763 #: config/tc-arm.c:8680
3764 msgid "This coprocessor register access is deprecated in ARMv8"
3765 msgstr "Такой доступ к регистру сопроцессора устарел в ARMv8"
3766
3767 #: config/tc-arm.c:8888 config/tc-arm.c:8897
3768 msgid "writeback of base register is UNPREDICTABLE"
3769 msgstr "обратная запись в базовый регистр вызывает НЕПРЕДСКАЗУЕМОСТЬ"
3770
3771 #: config/tc-arm.c:8891
3772 msgid "writeback of base register when in register list is UNPREDICTABLE"
3773 msgstr "обратная запись в базовый регистр при его нахождении в списке регистров вызывает НЕПРЕДСКАЗУЕМОСТЬ"
3774
3775 #: config/tc-arm.c:8901
3776 msgid "if writeback register is in list, it must be the lowest reg in the list"
3777 msgstr "если регистр обратной записи в списке, то он должен быть самым нижним регистром в списке"
3778
3779 #: config/tc-arm.c:8938
3780 msgid "first transfer register must be even"
3781 msgstr "первый регистр передачи должен быть чётным"
3782
3783 #: config/tc-arm.c:8941
3784 msgid "can only transfer two consecutive registers"
3785 msgstr "передача допустима только для двух последовательных регистра"
3786
3787 #. If op 1 were present and equal to PC, this function wouldn't
3788 #. have been called in the first place.
3789 #. If op 2 were present and equal to PC, this function wouldn't
3790 #. have been called in the first place.
3791 #: config/tc-arm.c:8942 config/tc-arm.c:9012 config/tc-arm.c:9676
3792 #: config/tc-arm.c:11844
3793 msgid "r14 not allowed here"
3794 msgstr "r14 здесь запрещён"
3795
3796 #: config/tc-arm.c:8954
3797 msgid "base register written back, and overlaps second transfer register"
3798 msgstr "в базовый регистр выполняется обратная запись и он пересекается со вторым регистром передачи"
3799
3800 #: config/tc-arm.c:8964
3801 msgid "index register overlaps transfer register"
3802 msgstr "индексный регистр пересекается с регистром передачи"
3803
3804 #: config/tc-arm.c:8993 config/tc-arm.c:9643
3805 msgid "offset must be zero in ARM encoding"
3806 msgstr "смещение должно быть нулевым при кодировании ARM"
3807
3808 #: config/tc-arm.c:9006 config/tc-arm.c:9670
3809 msgid "even register required"
3810 msgstr "требуется чётный регистр"
3811
3812 #: config/tc-arm.c:9009
3813 msgid "can only load two consecutive registers"
3814 msgstr "загрузка допустима только в два последовательных регистра"
3815
3816 #: config/tc-arm.c:9027
3817 msgid "ldr to register 15 must be 4-byte aligned"
3818 msgstr "ldr в регистр 15 должна быть выровнена по 4-байтовой границе"
3819
3820 #: config/tc-arm.c:9050 config/tc-arm.c:9082
3821 msgid "this instruction requires a post-indexed address"
3822 msgstr "для данной инструкции требуется пост-индексируемый адрес"
3823
3824 #: config/tc-arm.c:9109
3825 msgid "Rd and Rm should be different in mla"
3826 msgstr "Rd и Rm должны различаться в mla"
3827
3828 #: config/tc-arm.c:9136 config/tc-arm.c:12217
3829 msgid ":lower16: not allowed in this instruction"
3830 msgstr ":lower16: запрещён в этой инструкции"
3831
3832 #: config/tc-arm.c:9138 config/tc-arm.c:12222
3833 msgid ":upper16: not allowed in this instruction"
3834 msgstr ":upper16: запрещён в этой инструкции"
3835
3836 #: config/tc-arm.c:9155
3837 msgid "operand 1 must be FPSCR"
3838 msgstr "операнд 1 должен быть FPSCR"
3839
3840 #: config/tc-arm.c:9247 config/tc-arm.c:12336
3841 msgid "bad register for mrs"
3842 msgstr "неверный регистр для mrs"
3843
3844 #: config/tc-arm.c:9254 config/tc-arm.c:12360
3845 msgid "'APSR', 'CPSR' or 'SPSR' expected"
3846 msgstr "ожидается «APSR», «CPSR» или «SPSR»"
3847
3848 #: config/tc-arm.c:9295
3849 msgid "Rd and Rm should be different in mul"
3850 msgstr "Rd и Rm должны различаться в mul"
3851
3852 #: config/tc-arm.c:9314 config/tc-arm.c:9588 config/tc-arm.c:12499
3853 msgid "rdhi and rdlo must be different"
3854 msgstr "rdhi и rdlo должны различаться"
3855
3856 #: config/tc-arm.c:9320
3857 msgid "rdhi, rdlo and rm must all be different"
3858 msgstr "rdhi, rdlo и rm должны различаться"
3859
3860 #: config/tc-arm.c:9386
3861 msgid "'[' expected after PLD mnemonic"
3862 msgstr "после мнемоники PLD ожидается «[»"
3863
3864 #: config/tc-arm.c:9388 config/tc-arm.c:9403
3865 msgid "post-indexed expression used in preload instruction"
3866 msgstr "в инструкции предварительной загрузки используется пост-индексируемое выражение"
3867
3868 #: config/tc-arm.c:9390 config/tc-arm.c:9405
3869 msgid "writeback used in preload instruction"
3870 msgstr "в инструкции предварительной загрузки используется обратная запись"
3871
3872 #: config/tc-arm.c:9392 config/tc-arm.c:9407
3873 msgid "unindexed addressing used in preload instruction"
3874 msgstr "в инструкции предварительной загрузки используется неиндексированная адресация"
3875
3876 #: config/tc-arm.c:9401
3877 msgid "'[' expected after PLI mnemonic"
3878 msgstr "после мнемоники PLI ожидается «[»"
3879
3880 #: config/tc-arm.c:9416 config/tc-arm.c:12668
3881 msgid "push/pop do not support {reglist}^"
3882 msgstr "push/pop не поддерживают {reglist}^"
3883
3884 #: config/tc-arm.c:9494 config/tc-arm.c:12815
3885 msgid "setend use is deprecated for ARMv8"
3886 msgstr "использование setend устарело в ARMv8"
3887
3888 #: config/tc-arm.c:9515 config/tc-arm.c:12876 config/tc-arm.c:12908
3889 #: config/tc-arm.c:12951
3890 msgid "extraneous shift as part of operand to shift insn"
3891 msgstr "в инструкции сдвига излишний сдвиг как часть операнда"
3892
3893 #: config/tc-arm.c:9546 config/tc-arm.c:9555
3894 msgid "selected processor does not support SETPAN instruction"
3895 msgstr "выбранный процессор не поддерживает инструкцию SETPAN"
3896
3897 #: config/tc-arm.c:9614
3898 msgid "SRS base register must be r13"
3899 msgstr "базовый регистр SRS должен быть r13"
3900
3901 #: config/tc-arm.c:9673
3902 msgid "can only store two consecutive registers"
3903 msgstr "сохранение допустимо только в два последовательных регистра"
3904
3905 #: config/tc-arm.c:9787 config/tc-arm.c:9804
3906 msgid "only two consecutive VFP SP registers allowed here"
3907 msgstr "здесь разрешены только два последовательных регистра VFP SP"
3908
3909 #: config/tc-arm.c:9832 config/tc-arm.c:9847
3910 msgid "this addressing mode requires base-register writeback"
3911 msgstr "для данного режима адресации требуется базовый регистр обратной записи"
3912
3913 #. If srcsize is 16, inst.operands[1].imm must be in the range 0-16.
3914 #. i.e. immbits must be in range 0 - 16.
3915 #: config/tc-arm.c:9964
3916 msgid "immediate value out of range, expected range [0, 16]"
3917 msgstr "непосредственное значение за пределами диапазона, ожидаемый диапазон [0, 16]"
3918
3919 #. If srcsize is 32, inst.operands[1].imm must be in the range 1-32.
3920 #. i.e. immbits must be in range 0 - 31.
3921 #: config/tc-arm.c:9971
3922 msgid "immediate value out of range, expected range [1, 32]"
3923 msgstr "непосредственное значение за пределами диапазона, ожидаемый диапазон [1, 32]"
3924
3925 #: config/tc-arm.c:10037
3926 msgid "this instruction does not support indexing"
3927 msgstr "данная инструкция не поддерживает индексацию"
3928
3929 #: config/tc-arm.c:10060
3930 msgid "only r15 allowed here"
3931 msgstr "здесь разрешён только r15"
3932
3933 #: config/tc-arm.c:10195
3934 msgid "immediate operand requires iWMMXt2"
3935 msgstr "требуется непосредственный операнд iWMMXt2"
3936
3937 #: config/tc-arm.c:10339
3938 msgid "shift by register not allowed in thumb mode"
3939 msgstr "сдвиг регистром запрещён в режиме thumb"
3940
3941 #: config/tc-arm.c:10351 config/tc-arm.c:13059 config/tc-arm.c:23513
3942 msgid "shift expression is too large"
3943 msgstr "выражение сдвига слишком большое"
3944
3945 #: config/tc-arm.c:10384
3946 msgid "cannot use register index with this instruction"
3947 msgstr "невозможно использовать индексный регистр с этой инструкцией"
3948
3949 #: config/tc-arm.c:10386
3950 msgid "Thumb does not support negative register indexing"
3951 msgstr "Thumb не поддерживает отрицательные индексный регистры"
3952
3953 #: config/tc-arm.c:10388
3954 msgid "Thumb does not support register post-indexing"
3955 msgstr "Thumb не поддерживает регистровую пост-индексацию"
3956
3957 #: config/tc-arm.c:10390
3958 msgid "Thumb does not support register indexing with writeback"
3959 msgstr "Thumb не поддерживает регистровую индексацию с обратной записью"
3960
3961 #: config/tc-arm.c:10392
3962 msgid "Thumb supports only LSL in shifted register indexing"
3963 msgstr "Thumb поддерживает только LSL в регистровой индексации сдвигом"
3964
3965 #: config/tc-arm.c:10401 config/tc-arm.c:16374
3966 msgid "shift out of range"
3967 msgstr "сдвиг вне диапазона"
3968
3969 #: config/tc-arm.c:10410
3970 msgid "cannot use writeback with this instruction"
3971 msgstr "невозможно использовать обратную запись с этой инструкцией"
3972
3973 #: config/tc-arm.c:10431
3974 msgid "cannot use post-indexing with PC-relative addressing"
3975 msgstr "невозможно использовать пост-индексацию с относительной PC адресацией"
3976
3977 #: config/tc-arm.c:10432
3978 msgid "cannot use post-indexing with this instruction"
3979 msgstr "невозможно использовать пост-индексацию с этой инструкцией"
3980
3981 #: config/tc-arm.c:10654
3982 msgid "only SUBS PC, LR, #const allowed"
3983 msgstr "разрешены только SUBS PC, LR, #const"
3984
3985 #: config/tc-arm.c:10737 config/tc-arm.c:10897 config/tc-arm.c:10994
3986 #: config/tc-arm.c:12297 config/tc-arm.c:12605
3987 msgid "shift must be constant"
3988 msgstr "сдвиг должен быть константой"
3989
3990 #: config/tc-arm.c:10742
3991 msgid "shift value over 3 not allowed in thumb mode"
3992 msgstr "значения сдвига больше 3 запрещено в режиме thumb"
3993
3994 #: config/tc-arm.c:10744
3995 msgid "only LSL shift allowed in thumb mode"
3996 msgstr "в режиме thumb допускается только сдвиг LSL"
3997
3998 #: config/tc-arm.c:10768 config/tc-arm.c:10912 config/tc-arm.c:11009
3999 #: config/tc-arm.c:12310
4000 msgid "unshifted register required"
4001 msgstr "требуется не сдвиговый регистр"
4002
4003 #: config/tc-arm.c:10783 config/tc-arm.c:11020 config/tc-arm.c:12460
4004 msgid "dest must overlap one source register"
4005 msgstr "назначение должно пересекаться с одним из регистров источника"
4006
4007 #: config/tc-arm.c:10915
4008 msgid "dest and source1 must be the same register"
4009 msgstr "назначение и источник1 должны быть одним и тем же регистром"
4010
4011 #: config/tc-arm.c:11155
4012 msgid "selected architecture does not support wide conditional branch instruction"
4013 msgstr "выбранная архитектура не поддерживает инструкцию широкого условного ветвления"
4014
4015 #: config/tc-arm.c:11188
4016 msgid "instruction is always unconditional"
4017 msgstr "инструкция всегда безусловная"
4018
4019 #: config/tc-arm.c:11309
4020 msgid "selected processor does not support 'A' form of this instruction"
4021 msgstr "выбранный процессор не поддерживает форму «A» этой инструкции"
4022
4023 #: config/tc-arm.c:11312
4024 msgid "Thumb does not support the 2-argument form of this instruction"
4025 msgstr "Thumb не поддерживает 2-аргументную форму этой инструкции"
4026
4027 #: config/tc-arm.c:11433
4028 msgid "SP not allowed in register list"
4029 msgstr "SP не допускается указывать в списке регистров"
4030
4031 #: config/tc-arm.c:11437 config/tc-arm.c:11543
4032 msgid "having the base register in the register list when using write back is UNPREDICTABLE"
4033 msgstr "наличие в списке регистров базового регистра при использовании обратной записи создаёт НЕПРЕДСКАЗУЕМОСТЬ"
4034
4035 #: config/tc-arm.c:11445
4036 msgid "LR and PC should not both be in register list"
4037 msgstr "LR и PC не должны быть в списке регистров одновременно"
4038
4039 #: config/tc-arm.c:11453
4040 msgid "PC not allowed in register list"
4041 msgstr "PC не допускается указывать в списке регистров"
4042
4043 #: config/tc-arm.c:11495
4044 msgid "Thumb load/store multiple does not support {reglist}^"
4045 msgstr "множественная загрузка/сохранение в Thumb не поддерживает {reglist}^"
4046
4047 #: config/tc-arm.c:11520 config/tc-arm.c:11597
4048 #, c-format
4049 msgid "value stored for r%d is UNKNOWN"
4050 msgstr "значение, сохранённое для r%d, НЕИЗВЕСТНО"
4051
4052 #: config/tc-arm.c:11590
4053 msgid "Thumb-2 instruction only valid in unified syntax"
4054 msgstr "инструкцию Thumb-2 допускается указывать только в объединённом синтаксисе"
4055
4056 #: config/tc-arm.c:11594 config/tc-arm.c:11604
4057 msgid "this instruction will write back the base register"
4058 msgstr "эта инструкция выполнит обратную запись в базовый регистр"
4059
4060 #: config/tc-arm.c:11607
4061 msgid "this instruction will not write back the base register"
4062 msgstr "эта инструкция не выполнит обратную запись в базовый регистр"
4063
4064 #: config/tc-arm.c:11638
4065 msgid "r14 not allowed as first register when second register is omitted"
4066 msgstr "r14 не допускается указывать первым регистром, если отсутствует второй регистр"
4067
4068 #: config/tc-arm.c:11738
4069 msgid "This instruction may be unpredictable if executed on M-profile cores with interrupts enabled."
4070 msgstr "Эта инструкция может приводить к непредсказумому поведению, если выполняется в ядрах M-профиля с включёнными прерываниями."
4071
4072 #: config/tc-arm.c:11767 config/tc-arm.c:11780 config/tc-arm.c:11816
4073 msgid "Thumb does not support this addressing mode"
4074 msgstr "Thumb не поддерживает данный режим адресации"
4075
4076 #: config/tc-arm.c:11784
4077 msgid "byte or halfword not valid for base register"
4078 msgstr "байт или полуслово недопустимо для базового регистра"
4079
4080 #: config/tc-arm.c:11787
4081 msgid "r15 based store not allowed"
4082 msgstr "хранилище на основе r15 не допускается"
4083
4084 #: config/tc-arm.c:11789
4085 msgid "invalid base register for register offset"
4086 msgstr "некорректный базовый регистр для регистрового смещения"
4087
4088 #: config/tc-arm.c:11846
4089 msgid "r12 not allowed here"
4090 msgstr "r12 здесь запрещён"
4091
4092 #: config/tc-arm.c:11852
4093 msgid "base register written back, and overlaps one of transfer registers"
4094 msgstr "в базовый регистр выполняется обратная запись и он пересекается с одним из регистром передачи"
4095
4096 #: config/tc-arm.c:11980
4097 #, c-format
4098 msgid "Use of r%u as a source register is deprecated when r%u is the destination register."
4099 msgstr "Использование r%u в качестве регистра источника устарело, если r%u является регистром назначения."
4100
4101 #: config/tc-arm.c:12173
4102 msgid "shifts in CMP/MOV instructions are only supported in unified syntax"
4103 msgstr "сдвиги в инструкциях CMP/MOV поддерживаются только при указании в объединённом синтаксисе"
4104
4105 #: config/tc-arm.c:12201
4106 msgid "only lo regs allowed with immediate"
4107 msgstr "только нижние регистры допускаются с непосредственными значениями"
4108
4109 #: config/tc-arm.c:12378
4110 msgid "Thumb encoding does not support an immediate here"
4111 msgstr "кодирование Thumb не поддерживает здесь непосредственное значение"
4112
4113 #: config/tc-arm.c:12465
4114 msgid "Thumb-2 MUL must not set flags"
4115 msgstr "Thumb-2 MUL не должна устанавливать флаги"
4116
4117 #: config/tc-arm.c:12530
4118 msgid "Thumb does not support NOP with hints"
4119 msgstr "Thumb не поддерживает NOP с подсказками"
4120
4121 #: config/tc-arm.c:12690
4122 msgid "invalid register list to push/pop instruction"
4123 msgstr "некорректный список регистров в инструкции push/pop"
4124
4125 #: config/tc-arm.c:12935
4126 msgid "source1 and dest must be same register"
4127 msgstr "источник1 и назначение должны быть одним и тем же регистром"
4128
4129 #: config/tc-arm.c:12960
4130 msgid "ror #imm not supported"
4131 msgstr "ror #imm не поддерживается"
4132
4133 #: config/tc-arm.c:13011
4134 msgid "SMC is not permitted on this architecture"
4135 msgstr "SMC запрещена на этой архитектуре"
4136
4137 #: config/tc-arm.c:13176
4138 msgid "Thumb encoding does not support rotation"
4139 msgstr "кодирование Thumb не поддерживает вращение"
4140
4141 #: config/tc-arm.c:13196
4142 msgid "instruction requires register index"
4143 msgstr "для инструкции требуется регистровый индекс"
4144
4145 #: config/tc-arm.c:13206
4146 msgid "instruction does not allow shifted index"
4147 msgstr "инструкция запрещает сдвиговый индекс"
4148
4149 #: config/tc-arm.c:13392
4150 msgid "invalid neon suffix for non neon instruction"
4151 msgstr "неверный суффикс neon для инструкции не neon"
4152
4153 #: config/tc-arm.c:13754 config/tc-arm.c:14100 config/tc-arm.c:15717
4154 #: config/tc-arm.c:17342
4155 msgid "invalid instruction shape"
4156 msgstr "неверная форма инструкции"
4157
4158 #: config/tc-arm.c:13999
4159 msgid "types specified in both the mnemonic and operands"
4160 msgstr "типы указаны как в мнемонике так и в операндах"
4161
4162 #: config/tc-arm.c:14036
4163 msgid "operand types can't be inferred"
4164 msgstr "невозможно догадаться о типах операндов"
4165
4166 #: config/tc-arm.c:14042
4167 msgid "type specifier has the wrong number of parts"
4168 msgstr "определитель типа содержит ошибочное количество частей"
4169
4170 #: config/tc-arm.c:14128 config/tc-arm.c:15905 config/tc-arm.c:15912
4171 msgid "operand size must match register width"
4172 msgstr "размер операнда должен совпадать с шириной регистра"
4173
4174 #: config/tc-arm.c:14139
4175 msgid "bad type in Neon instruction"
4176 msgstr "неверный тип в инструкции Neon"
4177
4178 #: config/tc-arm.c:14150
4179 msgid "inconsistent types in Neon instruction"
4180 msgstr "несоответствие типов в инструкции Neon"
4181
4182 #: config/tc-arm.c:14521 config/tc-arm.c:14536 config/tc-arm.c:16921
4183 msgid "register list must contain at least 1 and at most 16 registers"
4184 msgstr "список регистров должен содержать не менее 1 и не более 16 регистров"
4185
4186 #: config/tc-arm.c:14679 config/tc-arm.c:14715 config/tc-arm.c:15354
4187 #: config/tc-arm.c:16761
4188 msgid "immediate out of range for shift"
4189 msgstr "непосредственное значение за пределами диапазона сдвига"
4190
4191 #: config/tc-arm.c:14835
4192 msgid "first and second operands shall be the same register"
4193 msgstr "первый и второй операнды должны быть одним и тем же регистром"
4194
4195 #: config/tc-arm.c:15120 config/tc-arm.c:16210
4196 msgid "scalar out of range for multiply instruction"
4197 msgstr "скаляр вне диапазона инструкции умножения"
4198
4199 #: config/tc-arm.c:15244
4200 msgid "instruction form not available on this architecture."
4201 msgstr "форма инструкции недоступна на этой архитектуре"
4202
4203 #: config/tc-arm.c:15247
4204 msgid "this instruction implies use of ARMv8.1 AdvSIMD."
4205 msgstr "данная инструкция подразумевает использование ARMv8.1 AdvSIMD."
4206
4207 #: config/tc-arm.c:15330 config/tc-arm.c:15342
4208 msgid "immediate out of range for insert"
4209 msgstr "непосредственное значение за пределами диапазона вставки"
4210
4211 #: config/tc-arm.c:15475
4212 msgid "immediate out of range for narrowing operation"
4213 msgstr "непосредственное значение за пределами диапазона операции сужения"
4214
4215 #: config/tc-arm.c:15621
4216 msgid "operands 0 and 1 must be the same register"
4217 msgstr "операнды 0 и 1 должны быть одним и тем же регистром"
4218
4219 #: config/tc-arm.c:15727 config/tc-arm.c:17440
4220 msgid "invalid rounding mode"
4221 msgstr "неверный режим округления"
4222
4223 #: config/tc-arm.c:16054
4224 msgid "operand size must be specified for immediate VMOV"
4225 msgstr "для непосредственного значения в VMOV должен быть указан размер операнда"
4226
4227 #: config/tc-arm.c:16064
4228 msgid "immediate has bits set outside the operand size"
4229 msgstr "непосредственное значение содержит установленные биты вне диапазона размера операнда"
4230
4231 #: config/tc-arm.c:16226
4232 msgid "vfmal/vfmsl with FP16 type cannot be conditional, the behaviour is UNPREDICTABLE"
4233 msgstr "vfmal/vfmsl с типом FP16 не могут быть условными, поведение НЕПРЕДСКАЗУЕМО"
4234
4235 #: config/tc-arm.c:16356
4236 msgid "Instruction form not available on this architecture."
4237 msgstr "Форма инструкции недоступна на этой архитектуре."
4238
4239 #: config/tc-arm.c:16400
4240 msgid "elements must be smaller than reversal region"
4241 msgstr "элементы должны быть меньше области возврата"
4242
4243 #: config/tc-arm.c:16582 config/tc-arm.c:16642
4244 msgid "bad type for scalar"
4245 msgstr "некорректный тип для скаляра"
4246
4247 #: config/tc-arm.c:16719 config/tc-arm.c:16727
4248 msgid "VFP registers must be adjacent"
4249 msgstr "регистры VFP должны быть расположенным рядом"
4250
4251 #: config/tc-arm.c:16770
4252 msgid "invalid suffix"
4253 msgstr "неверный суффикс"
4254
4255 #: config/tc-arm.c:16888
4256 msgid "bad list length for table lookup"
4257 msgstr "неверная длина списка для таблицы поиска"
4258
4259 #: config/tc-arm.c:16918
4260 msgid "writeback (!) must be used for VLDMDB and VSTMDB"
4261 msgstr "для VLDMDB и VSTMDB должна использоваться обратная запись"
4262
4263 #: config/tc-arm.c:16946
4264 msgid "Use of PC here is UNPREDICTABLE"
4265 msgstr "Использование PC в этом месте вызывает НЕПРЕДСКАЗУЕМОСТЬ"
4266
4267 #: config/tc-arm.c:16948
4268 msgid "Use of PC here is deprecated"
4269 msgstr "Использование PC в этом месте устарело"
4270
4271 #: config/tc-arm.c:17015
4272 msgid "bad alignment"
4273 msgstr "неверное выравнивание"
4274
4275 #: config/tc-arm.c:17032
4276 msgid "bad list type for instruction"
4277 msgstr "неверный тип списка для инструкции"
4278
4279 #: config/tc-arm.c:17034
4280 msgid "bad element type for instruction"
4281 msgstr "неверный тип элемента для инструкции"
4282
4283 #: config/tc-arm.c:17076
4284 msgid "unsupported alignment for instruction"
4285 msgstr "неподдерживаемое выравнивание для инструкции"
4286
4287 #: config/tc-arm.c:17095 config/tc-arm.c:17189 config/tc-arm.c:17201
4288 #: config/tc-arm.c:17211 config/tc-arm.c:17225
4289 msgid "bad list length"
4290 msgstr "неверная длина списка"
4291
4292 #: config/tc-arm.c:17100
4293 msgid "stride of 2 unavailable when element size is 8"
4294 msgstr "шаг 2 недоступен, если размер элемента равен 8"
4295
4296 #: config/tc-arm.c:17133 config/tc-arm.c:17209
4297 msgid "can't use alignment with this instruction"
4298 msgstr "невозможно использовать выравнивание с этой инструкцией"
4299
4300 #: config/tc-arm.c:17281
4301 msgid "post-index must be a register"
4302 msgstr "пост-индекс должен задаваться регистром"
4303
4304 #: config/tc-arm.c:17283
4305 msgid "bad register for post-index"
4306 msgstr "неверный регистр для пост-индекса"
4307
4308 #: config/tc-arm.c:17504
4309 msgid "scalar out of range"
4310 msgstr "скаляр вне диапазона"
4311
4312 #: config/tc-arm.c:17577
4313 msgid "Dot Product instructions cannot be conditional,  the behaviour is UNPREDICTABLE"
4314 msgstr "Инструкции скалярного произведения не могут быть условными, поведение НЕПРЕДСКАЗУЕМО."
4315
4316 #: config/tc-arm.c:18150 config/tc-arm.c:18236
4317 msgid "conditional infixes are deprecated in unified syntax"
4318 msgstr "условные инфиксы устарели в объединённом синтаксисе"
4319
4320 #: config/tc-arm.c:18387
4321 msgid "Warning: conditional outside an IT block for Thumb."
4322 msgstr "Предупреждение: условие вне блока IT для Thumb."
4323
4324 #: config/tc-arm.c:18539
4325 msgid "Short branches, Undefined, SVC, LDM/STM"
4326 msgstr "Короткие ветвления, Не определено, SVC, LDM/STM"
4327
4328 #: config/tc-arm.c:18540
4329 msgid "Miscellaneous 16-bit instructions"
4330 msgstr "Различные 16-битные инструкции"
4331
4332 #: config/tc-arm.c:18541
4333 msgid "ADR"
4334 msgstr "ADR"
4335
4336 #: config/tc-arm.c:18542
4337 msgid "Literal loads"
4338 msgstr "Загрузка литерала"
4339
4340 #: config/tc-arm.c:18543
4341 msgid "Hi-register ADD, MOV, CMP, BX, BLX using pc"
4342 msgstr "Верхний регистр ADD, MOV, CMP, BX, BLX задаётся pc"
4343
4344 #: config/tc-arm.c:18544
4345 msgid "Hi-register ADD, MOV, CMP using pc"
4346 msgstr "Верхний регистр ADD, MOV, CMP задаётся pc"
4347
4348 #. NOTE: 0x00dd is not the real encoding, instead, it is the 'tvalue'
4349 #. field in asm_opcode. 'tvalue' is used at the stage this check happen.
4350 #: config/tc-arm.c:18547
4351 msgid "ADD/SUB sp, sp #imm"
4352 msgstr "ADD/SUB sp, sp #imm"
4353
4354 #: config/tc-arm.c:18566
4355 msgid "IT blocks containing 32-bit Thumb instructions are deprecated in ARMv8"
4356 msgstr "Блоки IT с 32-битными инструкциями Thumb устарели в ARMv8"
4357
4358 #: config/tc-arm.c:18578
4359 #, c-format
4360 msgid "IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: %s"
4361 msgstr "Блоки IT с 16-битными инструкциями Thumb следующих классов устарели в ARMv8: %s"
4362
4363 #: config/tc-arm.c:18591
4364 msgid "IT blocks containing more than one conditional instruction are deprecated in ARMv8"
4365 msgstr "Блоки IT с более чем одной условной инструкцией устарели в ARMv8"
4366
4367 #: config/tc-arm.c:18706
4368 #, c-format
4369 msgid "bad instruction `%s'"
4370 msgstr "плохая инструкция «%s»"
4371
4372 #: config/tc-arm.c:18712
4373 msgid "s suffix on comparison instruction is deprecated"
4374 msgstr "суффикс s в инструкциях сравнения устарел"
4375
4376 #: config/tc-arm.c:18732
4377 msgid "SVC is not permitted on this architecture"
4378 msgstr "SVC запрещена на этой архитектуре"
4379
4380 #: config/tc-arm.c:18734
4381 #, c-format
4382 msgid "selected processor does not support `%s' in Thumb mode"
4383 msgstr "выбранный процессор не поддерживает «%s» в режиме Thumb"
4384
4385 #: config/tc-arm.c:18740
4386 msgid "Thumb does not support conditional execution"
4387 msgstr "Thumb не поддерживает условное выполнение"
4388
4389 #: config/tc-arm.c:18760
4390 #, c-format
4391 msgid "selected processor does not support 32bit wide variant of instruction `%s'"
4392 msgstr "выбранный процессор не поддерживает 32-битный вариант инструкции «%s»"
4393
4394 #: config/tc-arm.c:18763
4395 #, c-format
4396 msgid "selected processor does not support `%s' in Thumb-2 mode"
4397 msgstr "выбранный процессор не поддерживает «%s» в режиме Thumb-2"
4398
4399 #: config/tc-arm.c:18788
4400 #, c-format
4401 msgid "cannot honor width suffix -- `%s'"
4402 msgstr "не удалось учесть суффикс ширины «%s»"
4403
4404 #: config/tc-arm.c:18830
4405 #, c-format
4406 msgid "selected processor does not support `%s' in ARM mode"
4407 msgstr "выбранный процессор не поддерживает «%s» в режиме ARM"
4408
4409 #: config/tc-arm.c:18835
4410 #, c-format
4411 msgid "width suffixes are invalid in ARM mode -- `%s'"
4412 msgstr "некорректная ширина суффиксов в режиме ARM — «%s»"
4413
4414 #: config/tc-arm.c:18868
4415 #, c-format
4416 msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'"
4417 msgstr "попытка использования инструкции ARM на процессоре, поддерживающем только Thumb — «%s»"
4418
4419 #: config/tc-arm.c:18885
4420 #, c-format
4421 msgid "section '%s' finished with an open IT block."
4422 msgstr "раздел «%s» завершён с открытым блоком IT"
4423
4424 #: config/tc-arm.c:18890
4425 msgid "file finished with an open IT block."
4426 msgstr "файл завершён с открытым блоком IT"
4427
4428 #: config/tc-arm.c:22166
4429 #, c-format
4430 msgid "alignments greater than %d bytes not supported in .text sections."
4431 msgstr "выравнивание больше чем %d байт не поддерживается в разделах .text"
4432
4433 #: config/tc-arm.c:22433 config/tc-ia64.c:3594
4434 #, c-format
4435 msgid "Group section `%s' has no group signature"
4436 msgstr "Раздел групп «%s» не имеет подписи группы"
4437
4438 #: config/tc-arm.c:22479
4439 msgid "handlerdata in cantunwind frame"
4440 msgstr "handlerdata в кадре cantunwind"
4441
4442 #: config/tc-arm.c:22496
4443 msgid "too many unwind opcodes for personality routine 0"
4444 msgstr "слишком много раскрываемых кодов операций для персонализационной процедуры 0"
4445
4446 #: config/tc-arm.c:22527
4447 msgid "attempt to recreate an unwind entry"
4448 msgstr "попытаться пересоздать элемент раскрытия"
4449
4450 #: config/tc-arm.c:22537
4451 msgid "too many unwind opcodes"
4452 msgstr "слишком много раскрываемых кодов операций"
4453
4454 #: config/tc-arm.c:22830
4455 #, c-format
4456 msgid "[-mwarn-syms]: Assignment makes a symbol match an ARM instruction: %s"
4457 msgstr "[-mwarn-syms]: Назначение делает символ, совпадающий с инструкцией ARM: %s"
4458
4459 #: config/tc-arm.c:23192 config/tc-arm.c:23260
4460 #, c-format
4461 msgid "symbol %s is in a different section"
4462 msgstr "символ %s в другом разделе"
4463
4464 #: config/tc-arm.c:23194 config/tc-arm.c:23262
4465 #, c-format
4466 msgid "symbol %s is weak and may be overridden later"
4467 msgstr "символ %s слаб и позднее может быть замещён"
4468
4469 #: config/tc-arm.c:23239 config/tc-arm.c:23609
4470 #, c-format
4471 msgid "invalid constant (%lx) after fixup"
4472 msgstr "некорректная константа (%lx) после местоположения"
4473
4474 #: config/tc-arm.c:23295
4475 #, c-format
4476 msgid "unable to compute ADRL instructions for PC offset of 0x%lx"
4477 msgstr "невозможно выслить инструкции ADRL для смещения относительно PC по адресу 0x%lx"
4478
4479 #: config/tc-arm.c:23331 config/tc-arm.c:23361
4480 msgid "invalid literal constant: pool needs to be closer"
4481 msgstr "некорректная литеральная константа: пул должен быт ближе"
4482
4483 #: config/tc-arm.c:23334 config/tc-arm.c:23383
4484 #, c-format
4485 msgid "bad immediate value for offset (%ld)"
4486 msgstr "некорректное непосредственное значение для смещения (%ld)"
4487
4488 #: config/tc-arm.c:23364
4489 #, c-format
4490 msgid "bad immediate value for 8-bit offset (%ld)"
4491 msgstr "некорректное непосредственное значение для 8-битного смещения (%ld)"
4492
4493 #: config/tc-arm.c:23424
4494 msgid "offset not a multiple of 4"
4495 msgstr "смещение не кратно 4"
4496
4497 #: config/tc-arm.c:23625
4498 msgid "invalid smc expression"
4499 msgstr "неверное выражение smc"
4500
4501 #: config/tc-arm.c:23634
4502 msgid "invalid hvc expression"
4503 msgstr "неверное выражение hvc"
4504
4505 #: config/tc-arm.c:23645 config/tc-arm.c:23654
4506 msgid "invalid swi expression"
4507 msgstr "неверное выражение swi"
4508
4509 #: config/tc-arm.c:23664
4510 msgid "invalid expression in load/store multiple"
4511 msgstr "неправильное выражение в многозначной загрузке/сохранении"
4512
4513 #: config/tc-arm.c:23726
4514 #, c-format
4515 msgid "blx to '%s' an ARM ISA state function changed to bl"
4516 msgstr "blx в «%s» — функция состояния ARM ISA, изменяется на bl"
4517
4518 #: config/tc-arm.c:23745
4519 msgid "misaligned branch destination"
4520 msgstr "невыравненное назначение ветвления"
4521
4522 #: config/tc-arm.c:23865
4523 #, c-format
4524 msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl"
4525 msgstr "blx в функции Thumb«%s» из состояния Thumb ISA изменяется на bl"
4526
4527 #: config/tc-arm.c:23915
4528 msgid "Thumb2 branch out of range"
4529 msgstr "ветвление Thumb2 за пределами диапазона"
4530
4531 #: config/tc-arm.c:23999
4532 msgid "rel31 relocation overflow"
4533 msgstr "переполнение перемещения rel31"
4534
4535 #: config/tc-arm.c:24020 config/tc-arm.c:24024 config/tc-arm.c:24063
4536 msgid "co-processor offset out of range"
4537 msgstr "смещение сопроцессора вне диапазона"
4538
4539 #: config/tc-arm.c:24080
4540 #, c-format
4541 msgid "invalid offset, target not word aligned (0x%08lX)"
4542 msgstr "неверное смещение, цель не выровнена по границе слова (0x%08lX)"
4543
4544 #: config/tc-arm.c:24087 config/tc-arm.c:24096 config/tc-arm.c:24104
4545 #: config/tc-arm.c:24112 config/tc-arm.c:24120
4546 #, c-format
4547 msgid "invalid offset, value too big (0x%08lX)"
4548 msgstr "неверное смещение, слишком большое значение (0x%08lX)"
4549
4550 #: config/tc-arm.c:24161
4551 msgid "invalid Hi register with immediate"
4552 msgstr "неверный старший регистр с непосредственным значением"
4553
4554 #: config/tc-arm.c:24177
4555 msgid "invalid immediate for stack address calculation"
4556 msgstr "некорректный непосредственный элемент при вычислении адреса стека"
4557
4558 #: config/tc-arm.c:24196
4559 msgid "address calculation needs a strongly defined nearby symbol"
4560 msgstr "для вычисления адреса необходимо стойкий близко определённый символ"
4561
4562 #: config/tc-arm.c:24212
4563 msgid "symbol too far away"
4564 msgstr "символ слишком далеко"
4565
4566 #: config/tc-arm.c:24224
4567 #, c-format
4568 msgid "invalid immediate for address calculation (value = 0x%08lX)"
4569 msgstr "некорректный непосредственный элемент при вычислении адреса (значение = 0x%08lX)"
4570
4571 #: config/tc-arm.c:24254
4572 #, c-format
4573 msgid "invalid immediate: %ld is out of range"
4574 msgstr "неверное непосредственное значение: %ld за пределами диапазона"
4575
4576 #: config/tc-arm.c:24266
4577 #, c-format
4578 msgid "invalid shift value: %ld"
4579 msgstr "некорректное значение сдвига: %ld"
4580
4581 #: config/tc-arm.c:24336 config/tc-arm.c:24407
4582 #, c-format
4583 msgid "the offset 0x%08lX is not representable"
4584 msgstr "смещение 0x%08lX невозможно представить"
4585
4586 #: config/tc-arm.c:24368
4587 #, c-format
4588 msgid "Unable to process relocation for thumb opcode: %lx"
4589 msgstr "Невозможно обработать перемещение для кода операции thumb: %lx"
4590
4591 #: config/tc-arm.c:24447
4592 #, c-format
4593 msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)"
4594 msgstr "неправильное смещение 0x%08lX (для представления доступно только 12 бит)"
4595
4596 #: config/tc-arm.c:24486
4597 #, c-format
4598 msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)"
4599 msgstr "неправильное смещение 0x%08lX (для представления доступно только 8 бит)"
4600
4601 #: config/tc-arm.c:24526
4602 #, c-format
4603 msgid "bad offset 0x%08lX (must be word-aligned)"
4604 msgstr "неправильное смещение 0x%08lX (должно быть выровнено по границе слова)"
4605
4606 #: config/tc-arm.c:24531
4607 #, c-format
4608 msgid "bad offset 0x%08lX (must be an 8-bit number of words)"
4609 msgstr "неправильное смещение 0x%08lX (должно быть 8-битный номер слова)"
4610
4611 #: config/tc-arm.c:24562 config/tc-score.c:7391
4612 #, c-format
4613 msgid "bad relocation fixup type (%d)"
4614 msgstr "недопустимый тип перемещаемого местоположения (%d)"
4615
4616 #: config/tc-arm.c:24680
4617 msgid "literal referenced across section boundary"
4618 msgstr "литерал указывает за границу раздела"
4619
4620 #: config/tc-arm.c:24751
4621 msgid "internal relocation (type: IMMEDIATE) not fixed up"
4622 msgstr "внутреннее перемещение (тип: IMMEDIATE) не исправляется"
4623
4624 #: config/tc-arm.c:24756
4625 msgid "ADRL used for a symbol not defined in the same file"
4626 msgstr "ADRL, используемая для символа, не определена в том же файле"
4627
4628 #: config/tc-arm.c:24771
4629 #, c-format
4630 msgid "undefined local label `%s'"
4631 msgstr "неопределенная локальная метка «%s»"
4632
4633 #: config/tc-arm.c:24777
4634 msgid "internal_relocation (type: OFFSET_IMM) not fixed up"
4635 msgstr "internal_relocation (тип: OFFSET_IMM) не исправляется"
4636
4637 #: config/tc-arm.c:24799 config/tc-cris.c:4006 config/tc-ft32.c:709
4638 #: config/tc-mcore.c:1928 config/tc-microblaze.c:1978 config/tc-mmix.c:2895
4639 #: config/tc-moxie.c:825 config/tc-ns32k.c:2248 config/tc-score.c:7478
4640 msgid "<unknown>"
4641 msgstr "<неизвестно>"
4642
4643 #: config/tc-arm.c:25188
4644 #, c-format
4645 msgid "%s: unexpected function type: %d"
4646 msgstr "%s: неожиданный тип функции: %d"
4647
4648 #: config/tc-arm.c:25325
4649 msgid "use of old and new-style options to set CPU type"
4650 msgstr "использование параметров в старом и новом стиле для задания типа ЦП"
4651
4652 #: config/tc-arm.c:25340
4653 msgid "use of old and new-style options to set FPU type"
4654 msgstr "использование параметров в старом и новом стиле для задания типа FPU"
4655
4656 #: config/tc-arm.c:25424
4657 msgid "hard-float conflicts with specified fpu"
4658 msgstr "hard-float конфликтует с заданным fpu"
4659
4660 #: config/tc-arm.c:25612
4661 msgid "generate PIC code"
4662 msgstr "генерировать код PIC"
4663
4664 #: config/tc-arm.c:25613
4665 msgid "assemble Thumb code"
4666 msgstr "ассемблировать код Thumb"
4667
4668 #: config/tc-arm.c:25614
4669 msgid "support ARM/Thumb interworking"
4670 msgstr "поддержка совместной работы ARM/Thumb"
4671
4672 #: config/tc-arm.c:25616
4673 msgid "code uses 32-bit program counter"
4674 msgstr "в коде используется 32-битный программный счётчик"
4675
4676 #: config/tc-arm.c:25617
4677 msgid "code uses 26-bit program counter"
4678 msgstr "в коде используется 26-битный программный счётчик"
4679
4680 #: config/tc-arm.c:25618
4681 msgid "floating point args are in fp regs"
4682 msgstr "аргументы значений с плавающей точкой не в регистрах fp"
4683
4684 #: config/tc-arm.c:25620
4685 msgid "re-entrant code"
4686 msgstr "реентерабельный код"
4687
4688 #: config/tc-arm.c:25621
4689 msgid "code is ATPCS conformant"
4690 msgstr "код совместимый с ATPCS"
4691
4692 #. These are recognized by the assembler, but have no affect on code.
4693 #: config/tc-arm.c:25627
4694 msgid "use frame pointer"
4695 msgstr "использовать указатель кадра"
4696
4697 #: config/tc-arm.c:25628
4698 msgid "use stack size checking"
4699 msgstr "выполнять проверку размера стека"
4700
4701 #: config/tc-arm.c:25631
4702 msgid "do not warn on use of deprecated feature"
4703 msgstr "не предупреждать об использовании устаревших возможностей"
4704
4705 #: config/tc-arm.c:25633
4706 msgid "warn about symbols that match instruction names [default]"
4707 msgstr "предупреждать о символах, которые совпадают с именами инструкций [по умолчанию]"
4708
4709 #: config/tc-arm.c:25634
4710 msgid "disable warnings about symobls that match instructions"
4711 msgstr "выключить предупреждения о символах, совпадающих с инструкциями"
4712
4713 #. DON'T add any new processors to this list -- we want the whole list
4714 #. to go away...  Add them to the processors table instead.
4715 #: config/tc-arm.c:25650 config/tc-arm.c:25651
4716 msgid "use -mcpu=arm1"
4717 msgstr "использовать -mcpu=arm1"
4718
4719 #: config/tc-arm.c:25652 config/tc-arm.c:25653
4720 msgid "use -mcpu=arm2"
4721 msgstr "использовать -mcpu=arm2"
4722
4723 #: config/tc-arm.c:25654 config/tc-arm.c:25655
4724 msgid "use -mcpu=arm250"
4725 msgstr "использовать -mcpu=arm250"
4726
4727 #: config/tc-arm.c:25656 config/tc-arm.c:25657
4728 msgid "use -mcpu=arm3"
4729 msgstr "использовать -mcpu=arm3"
4730
4731 #: config/tc-arm.c:25658 config/tc-arm.c:25659
4732 msgid "use -mcpu=arm6"
4733 msgstr "использовать -mcpu=arm6"
4734
4735 #: config/tc-arm.c:25660 config/tc-arm.c:25661
4736 msgid "use -mcpu=arm600"
4737 msgstr "использовать -mcpu=arm600"
4738
4739 #: config/tc-arm.c:25662 config/tc-arm.c:25663
4740 msgid "use -mcpu=arm610"
4741 msgstr "использовать -mcpu=arm610"
4742
4743 #: config/tc-arm.c:25664 config/tc-arm.c:25665
4744 msgid "use -mcpu=arm620"
4745 msgstr "использовать -mcpu=arm620"
4746
4747 #: config/tc-arm.c:25666 config/tc-arm.c:25667
4748 msgid "use -mcpu=arm7"
4749 msgstr "использовать -mcpu=arm7"
4750
4751 #: config/tc-arm.c:25668 config/tc-arm.c:25669
4752 msgid "use -mcpu=arm70"
4753 msgstr "использовать -mcpu=arm70"
4754
4755 #: config/tc-arm.c:25670 config/tc-arm.c:25671
4756 msgid "use -mcpu=arm700"
4757 msgstr "использовать -mcpu=arm700"
4758
4759 #: config/tc-arm.c:25672 config/tc-arm.c:25673
4760 msgid "use -mcpu=arm700i"
4761 msgstr "использовать -mcpu=arm700i"
4762
4763 #: config/tc-arm.c:25674 config/tc-arm.c:25675
4764 msgid "use -mcpu=arm710"
4765 msgstr "использовать -mcpu=arm710"
4766
4767 #: config/tc-arm.c:25676 config/tc-arm.c:25677
4768 msgid "use -mcpu=arm710c"
4769 msgstr "использовать -mcpu=arm710c"
4770
4771 #: config/tc-arm.c:25678 config/tc-arm.c:25679
4772 msgid "use -mcpu=arm720"
4773 msgstr "использовать -mcpu=arm720"
4774
4775 #: config/tc-arm.c:25680 config/tc-arm.c:25681
4776 msgid "use -mcpu=arm7d"
4777 msgstr "использовать -mcpu=arm7d"
4778
4779 #: config/tc-arm.c:25682 config/tc-arm.c:25683
4780 msgid "use -mcpu=arm7di"
4781 msgstr "использовать -mcpu=arm7di"
4782
4783 #: config/tc-arm.c:25684 config/tc-arm.c:25685
4784 msgid "use -mcpu=arm7m"
4785 msgstr "использовать -mcpu=arm7m"
4786
4787 #: config/tc-arm.c:25686 config/tc-arm.c:25687
4788 msgid "use -mcpu=arm7dm"
4789 msgstr "использовать -mcpu=arm7dm"
4790
4791 #: config/tc-arm.c:25688 config/tc-arm.c:25689
4792 msgid "use -mcpu=arm7dmi"
4793 msgstr "использовать -mcpu=arm7dmi"
4794
4795 #: config/tc-arm.c:25690 config/tc-arm.c:25691
4796 msgid "use -mcpu=arm7100"
4797 msgstr "использовать -mcpu=arm7100"
4798
4799 #: config/tc-arm.c:25692 config/tc-arm.c:25693
4800 msgid "use -mcpu=arm7500"
4801 msgstr "использовать -mcpu=arm7500"
4802
4803 #: config/tc-arm.c:25694 config/tc-arm.c:25695
4804 msgid "use -mcpu=arm7500fe"
4805 msgstr "использовать -mcpu=arm7500fe"
4806
4807 #: config/tc-arm.c:25696 config/tc-arm.c:25697 config/tc-arm.c:25698
4808 #: config/tc-arm.c:25699
4809 msgid "use -mcpu=arm7tdmi"
4810 msgstr "использовать -mcpu=arm7tdmi"
4811
4812 #: config/tc-arm.c:25700 config/tc-arm.c:25701
4813 msgid "use -mcpu=arm710t"
4814 msgstr "использовать -mcpu=arm710t"
4815
4816 #: config/tc-arm.c:25702 config/tc-arm.c:25703
4817 msgid "use -mcpu=arm720t"
4818 msgstr "использовать -mcpu=arm720t"
4819
4820 #: config/tc-arm.c:25704 config/tc-arm.c:25705
4821 msgid "use -mcpu=arm740t"
4822 msgstr "использовать -mcpu=arm740t"
4823
4824 #: config/tc-arm.c:25706 config/tc-arm.c:25707
4825 msgid "use -mcpu=arm8"
4826 msgstr "использовать -mcpu=arm8"
4827
4828 #: config/tc-arm.c:25708 config/tc-arm.c:25709
4829 msgid "use -mcpu=arm810"
4830 msgstr "использовать -mcpu=arm810"
4831
4832 #: config/tc-arm.c:25710 config/tc-arm.c:25711
4833 msgid "use -mcpu=arm9"
4834 msgstr "использовать -mcpu=arm9"
4835
4836 #: config/tc-arm.c:25712 config/tc-arm.c:25713
4837 msgid "use -mcpu=arm9tdmi"
4838 msgstr "использовать -mcpu=arm9tdmi"
4839
4840 #: config/tc-arm.c:25714 config/tc-arm.c:25715
4841 msgid "use -mcpu=arm920"
4842 msgstr "использовать -mcpu=arm920"
4843
4844 #: config/tc-arm.c:25716 config/tc-arm.c:25717
4845 msgid "use -mcpu=arm940"
4846 msgstr "использовать -mcpu=arm940"
4847
4848 #: config/tc-arm.c:25718
4849 msgid "use -mcpu=strongarm"
4850 msgstr "использовать -mcpu=strongarm"
4851
4852 #: config/tc-arm.c:25720
4853 msgid "use -mcpu=strongarm110"
4854 msgstr "использовать -mcpu=strongarm110"
4855
4856 #: config/tc-arm.c:25722
4857 msgid "use -mcpu=strongarm1100"
4858 msgstr "использовать -mcpu=strongarm1100"
4859
4860 #: config/tc-arm.c:25724
4861 msgid "use -mcpu=strongarm1110"
4862 msgstr "использовать -mcpu=strongarm1110"
4863
4864 #: config/tc-arm.c:25725
4865 msgid "use -mcpu=xscale"
4866 msgstr "использовать -mcpu=xscale"
4867
4868 #: config/tc-arm.c:25726
4869 msgid "use -mcpu=iwmmxt"
4870 msgstr "использовать -mcpu=iwmmxt"
4871
4872 #: config/tc-arm.c:25727
4873 msgid "use -mcpu=all"
4874 msgstr "использовать -mcpu=all"
4875
4876 #. Architecture variants -- don't add any more to this list either.
4877 #: config/tc-arm.c:25730 config/tc-arm.c:25731
4878 msgid "use -march=armv2"
4879 msgstr "использовать -march=armv2"
4880
4881 #: config/tc-arm.c:25732 config/tc-arm.c:25733
4882 msgid "use -march=armv2a"
4883 msgstr "использовать -march=armv2"
4884
4885 #: config/tc-arm.c:25734 config/tc-arm.c:25735
4886 msgid "use -march=armv3"
4887 msgstr "использовать -march=armv3"
4888
4889 #: config/tc-arm.c:25736 config/tc-arm.c:25737
4890 msgid "use -march=armv3m"
4891 msgstr "использовать -march=armv3m"
4892
4893 #: config/tc-arm.c:25738 config/tc-arm.c:25739
4894 msgid "use -march=armv4"
4895 msgstr "использовать -march=armv4"
4896
4897 #: config/tc-arm.c:25740 config/tc-arm.c:25741
4898 msgid "use -march=armv4t"
4899 msgstr "использовать -march=armv4t"
4900
4901 #: config/tc-arm.c:25742 config/tc-arm.c:25743
4902 msgid "use -march=armv5"
4903 msgstr "использовать -march=armv5"
4904
4905 #: config/tc-arm.c:25744 config/tc-arm.c:25745
4906 msgid "use -march=armv5t"
4907 msgstr "использовать -march=armv5t"
4908
4909 #: config/tc-arm.c:25746 config/tc-arm.c:25747
4910 msgid "use -march=armv5te"
4911 msgstr "использовать -march=armv5te"
4912
4913 #. Floating point variants -- don't add any more to this list either.
4914 #: config/tc-arm.c:25750
4915 msgid "use -mfpu=fpe"
4916 msgstr "использовать -mfpu=fpe"
4917
4918 #: config/tc-arm.c:25751
4919 msgid "use -mfpu=fpa10"
4920 msgstr "использовать -mfpu=fpa10"
4921
4922 #: config/tc-arm.c:25752
4923 msgid "use -mfpu=fpa11"
4924 msgstr "использовать -mfpu=fpa11"
4925
4926 #: config/tc-arm.c:25754
4927 msgid "use either -mfpu=softfpa or -mfpu=softvfp"
4928 msgstr "использовать -mfpu=softfpa или -mfpu=softvfp"
4929
4930 #: config/tc-arm.c:26508
4931 msgid "extension does not apply to the base architecture"
4932 msgstr "расширение не применяется к базовой архитектуре"
4933
4934 #: config/tc-arm.c:26538
4935 msgid "architectural extensions must be specified in alphabetical order"
4936 msgstr "архитектурные расширения должны указываться в алфавитном порядке"
4937
4938 #: config/tc-arm.c:26656 config/tc-arm.c:27541
4939 #, c-format
4940 msgid "unknown floating point format `%s'\n"
4941 msgstr "неизвестный формат плавающей точки «%s»\n"
4942
4943 #: config/tc-arm.c:26672
4944 #, c-format
4945 msgid "unknown floating point abi `%s'\n"
4946 msgstr "неизвестный abi плавающей точки «%s»\n"
4947
4948 #: config/tc-arm.c:26688
4949 #, c-format
4950 msgid "unknown EABI `%s'\n"
4951 msgstr "неизвестный EABI «%s»\n"
4952
4953 #: config/tc-arm.c:26708
4954 #, c-format
4955 msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never."
4956 msgstr "неизвестный неявный режим IT «%s», должно быть arm, thumb, always или never."
4957
4958 #: config/tc-arm.c:26731 config/tc-metag.c:5913
4959 msgid "<fpu name>\t  assemble for FPU architecture <fpu name>"
4960 msgstr "<имя fpu>\t  ассемблировать для архитектуры FPU <имя fpu>"
4961
4962 #: config/tc-arm.c:26733
4963 msgid "<abi>\t  assemble for floating point ABI <abi>"
4964 msgstr "<abi>\t  ассемблировать для ABI плавающей точки <abi>"
4965
4966 #: config/tc-arm.c:26736
4967 msgid "<ver>\t\t  assemble for eabi version <ver>"
4968 msgstr "<ver>\t\t  ассемблировать для версии eabi <ver>"
4969
4970 #: config/tc-arm.c:26739
4971 msgid "<mode>\t  controls implicit insertion of IT instructions"
4972 msgstr "<mode>\t  управлять неявной вставкой инструкций IT"
4973
4974 #: config/tc-arm.c:26741
4975 msgid "\t\t\t  TI CodeComposer Studio syntax compatibility mode"
4976 msgstr "\t\t\t  режим совместимости с синтаксисом TI CodeComposer Studio"
4977
4978 #: config/tc-arm.c:26843
4979 #, c-format
4980 msgid " ARM-specific assembler options:\n"
4981 msgstr " Специализированные параметры ассемблера для ARM:\n"
4982
4983 #: config/tc-arm.c:26863
4984 #, c-format
4985 msgid "  --fix-v4bx              Allow BX in ARMv4 code\n"
4986 msgstr "  --fix-v4bx              допускать BX в коде ARMv4\n"
4987
4988 #: config/tc-arm.c:27160
4989 msgid "no architecture contains all the instructions used\n"
4990 msgstr "не существует архитектуры со всеми используемыми инструкциями\n"
4991
4992 #: config/tc-arm.c:27479
4993 #, c-format
4994 msgid "architectural extension `%s' is not allowed for the current base architecture"
4995 msgstr "расширение архитектуры «%s» недопустимо для текущей базовой архитектуры"
4996
4997 #: config/tc-arm.c:27508
4998 #, c-format
4999 msgid "unknown architecture extension `%s'\n"
5000 msgstr "неизвестное расширение архитектуры «%s»\n"
5001
5002 #: config/tc-avr.c:594
5003 #, c-format
5004 msgid "Known MCU names:"
5005 msgstr "Известные  имена MCU:"
5006
5007 #: config/tc-avr.c:659
5008 #, c-format
5009 msgid ""
5010 "AVR Assembler options:\n"
5011 "  -mmcu=[avr-name] select microcontroller variant\n"
5012 "                   [avr-name] can be:\n"
5013 "                   avr1  - classic AVR core without data RAM\n"
5014 "                   avr2  - classic AVR core with up to 8K program memory\n"
5015 "                   avr25 - classic AVR core with up to 8K program memory\n"
5016 "                           plus the MOVW instruction\n"
5017 "                   avr3  - classic AVR core with up to 64K program memory\n"
5018 "                   avr31 - classic AVR core with up to 128K program memory\n"
5019 "                   avr35 - classic AVR core with up to 64K program memory\n"
5020 "                           plus the MOVW instruction\n"
5021 "                   avr4  - enhanced AVR core with up to 8K program memory\n"
5022 "                   avr5  - enhanced AVR core with up to 64K program memory\n"
5023 "                   avr51 - enhanced AVR core with up to 128K program memory\n"
5024 "                   avr6  - enhanced AVR core with up to 256K program memory\n"
5025 "                   avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n"
5026 "                   avrxmega3 - XMEGA, RAM + FLASH < 64K, Flash visible in RAM\n"
5027 "                   avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n"
5028 "                   avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"
5029 "                   avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n"
5030 "                   avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n"
5031 "                   avrtiny   - AVR Tiny core with 16 gp registers\n"
5032 msgstr ""
5033 "Параметры ассемблера AVR:\n"
5034 "  -mmcu=[имя-avr] выберите вариант микроконтроллера\n"
5035 "                   [имя-avr] может быть:\n"
5036 "                   avr1  - классическое ядро AVR без RAM данных\n"
5037 "                   avr2  - классическое ядро AVR с до 8K памяти программы\n"
5038 "                   avr25 - классическое ядро AVR с до 8K памяти программы\n"
5039 "                           плюс инструкция MOVW\n"
5040 "                   avr3  - классическое ядро AVR с до 64K памяти программы\n"
5041 "                   avr31 - классическое ядро AVR с до 128K памяти программы\n"
5042 "                   avr35 - классическое ядро AVR с до 64K памяти программы\n"
5043 "                           плюс инструкция MOVW\n"
5044 "                   avr4  - улучшенное ядро AVR с до 8K памяти программы\n"
5045 "                   avr5  - улучшенное ядро AVR с до 64K памяти программы\n"
5046 "                   avr51 - улучшенное ядро AVR с до 128K памяти программы\n"
5047 "                   avr6  - улучшенное ядро AVR с до 256K памяти программы\n"
5048 "                   avrxmega2 - XMEGA, > 8K, < 64K FLASH, < 64K RAM\n"
5049 "                   avrxmega3 - XMEGA, RAM + FLASH < 64K, Flash видима в RAM\n"
5050 "                   avrxmega4 - XMEGA, > 64K, <= 128K FLASH, <= 64K RAM\n"
5051 "                   avrxmega5 - XMEGA, > 64K, <= 128K FLASH, > 64K RAM\n"
5052 "                   avrxmega6 - XMEGA, > 128K, <= 256K FLASH, <= 64K RAM\n"
5053 "                   avrxmega7 - XMEGA, > 128K, <= 256K FLASH, > 64K RAM\n"
5054 "                   avrtiny   - ядро AVR Tiny с 16 регистрами общего назначения\n"
5055
5056 #: config/tc-avr.c:682
5057 #, c-format
5058 msgid ""
5059 "  -mall-opcodes    accept all AVR opcodes, even if not supported by MCU\n"
5060 "  -mno-skip-bug    disable warnings for skipping two-word instructions\n"
5061 "                   (default for avr4, avr5)\n"
5062 "  -mno-wrap        reject rjmp/rcall instructions with 8K wrap-around\n"
5063 "                   (default for avr3, avr5)\n"
5064 "  -mrmw            accept Read-Modify-Write instructions\n"
5065 "  -mlink-relax     generate relocations for linker relaxation (default)\n"
5066 "  -mno-link-relax  don't generate relocations for linker relaxation.\n"
5067 "  -mgcc-isr        accept the __gcc_isr pseudo-instruction.\n"
5068 msgstr ""
5069
5070 #: config/tc-avr.c:721
5071 #, c-format
5072 msgid "unknown MCU: %s\n"
5073 msgstr ""
5074
5075 #: config/tc-avr.c:735
5076 #, c-format
5077 msgid "redefinition of mcu type `%s' to `%s'"
5078 msgstr ""
5079
5080 #: config/tc-avr.c:858
5081 msgid "constant value required"
5082 msgstr ""
5083
5084 #: config/tc-avr.c:861
5085 #, c-format
5086 msgid "number must be positive and less than %d"
5087 msgstr ""
5088
5089 #: config/tc-avr.c:887 config/tc-avr.c:1024
5090 #, c-format
5091 msgid "constant out of 8-bit range: %d"
5092 msgstr ""
5093
5094 #: config/tc-avr.c:955 config/tc-score.c:1199 read.c:3814
5095 msgid "illegal expression"
5096 msgstr ""
5097
5098 #: config/tc-avr.c:984 config/tc-avr.c:1994 config/tc-pru.c:1874
5099 msgid "`)' required"
5100 msgstr ""
5101
5102 #: config/tc-avr.c:1094
5103 msgid "register name or number from 16 to 31 required"
5104 msgstr ""
5105
5106 #: config/tc-avr.c:1100
5107 msgid "register name or number from 0 to 31 required"
5108 msgstr ""
5109
5110 #: config/tc-avr.c:1108
5111 msgid "register r16-r23 required"
5112 msgstr ""
5113
5114 #: config/tc-avr.c:1114
5115 msgid "register number above 15 required"
5116 msgstr ""
5117
5118 #: config/tc-avr.c:1120
5119 msgid "even register number required"
5120 msgstr ""
5121
5122 #: config/tc-avr.c:1126
5123 msgid "register r24, r26, r28 or r30 required"
5124 msgstr ""
5125
5126 #: config/tc-avr.c:1147
5127 msgid "pointer register (X, Y or Z) required"
5128 msgstr ""
5129
5130 #: config/tc-avr.c:1154
5131 msgid "cannot both predecrement and postincrement"
5132 msgstr ""
5133
5134 #: config/tc-avr.c:1162
5135 msgid "addressing mode not supported"
5136 msgstr ""
5137
5138 #: config/tc-avr.c:1168
5139 msgid "can't predecrement"
5140 msgstr ""
5141
5142 #: config/tc-avr.c:1171
5143 msgid "pointer register Z required"
5144 msgstr ""
5145
5146 #: config/tc-avr.c:1190
5147 msgid "postincrement not supported"
5148 msgstr ""
5149
5150 #: config/tc-avr.c:1200
5151 msgid "pointer register (Y or Z) required"
5152 msgstr ""
5153
5154 #: config/tc-avr.c:1322 config/tc-xgate.c:1352
5155 #, c-format
5156 msgid "unknown constraint `%c'"
5157 msgstr ""
5158
5159 #: config/tc-avr.c:1385 config/tc-avr.c:2677
5160 msgid "`,' required"
5161 msgstr ""
5162
5163 #: config/tc-avr.c:1406
5164 msgid "undefined combination of operands"
5165 msgstr ""
5166
5167 #: config/tc-avr.c:1415
5168 msgid "skipping two-word instruction"
5169 msgstr ""
5170
5171 #: config/tc-avr.c:1603 config/tc-avr.c:1619 config/tc-avr.c:1750
5172 #: config/tc-msp430.c:4125 config/tc-msp430.c:4144
5173 #, c-format
5174 msgid "odd address operand: %ld"
5175 msgstr ""
5176
5177 #: config/tc-avr.c:1611 config/tc-avr.c:1630 config/tc-avr.c:1648
5178 #: config/tc-avr.c:1659 config/tc-avr.c:1675 config/tc-avr.c:1683
5179 #: config/tc-avr.c:1778 config/tc-avr.c:1785 config/tc-d10v.c:503
5180 #: config/tc-d30v.c:553 config/tc-msp430.c:4133 config/tc-msp430.c:4151
5181 #, c-format
5182 msgid "operand out of range: %ld"
5183 msgstr ""
5184
5185 #: config/tc-avr.c:1666
5186 #, c-format
5187 msgid "operand out of range: 0x%lx"
5188 msgstr ""
5189
5190 #: config/tc-avr.c:1771 config/tc-d10v.c:1590 config/tc-d30v.c:2034
5191 #: config/tc-msp430.c:4222
5192 #, c-format
5193 msgid "line %d: unknown relocation type: 0x%x"
5194 msgstr ""
5195
5196 #: config/tc-avr.c:1799
5197 msgid "only constant expression allowed"
5198 msgstr ""
5199
5200 #. xgettext:c-format.
5201 #: config/tc-avr.c:1854 config/tc-bfin.c:825 config/tc-d10v.c:1462
5202 #: config/tc-d30v.c:1771 config/tc-metag.c:7022 config/tc-mn10200.c:779
5203 #: config/tc-mn10300.c:2177 config/tc-msp430.c:4270 config/tc-ppc.c:7251
5204 #: config/tc-spu.c:879 config/tc-spu.c:1090 config/tc-v850.c:3367
5205 #: config/tc-z80.c:2059
5206 #, c-format
5207 msgid "reloc %d not supported by object file format"
5208 msgstr ""
5209
5210 #: config/tc-avr.c:1876 config/tc-ft32.c:232 config/tc-h8300.c:1960
5211 #: config/tc-mcore.c:880 config/tc-microblaze.c:933 config/tc-moxie.c:182
5212 #: config/tc-pj.c:253 config/tc-sh.c:2591 config/tc-wasm32.c:747
5213 #: config/tc-z8k.c:1223
5214 msgid "can't find opcode "
5215 msgstr ""
5216
5217 #: config/tc-avr.c:1895
5218 #, c-format
5219 msgid "illegal opcode %s for mcu %s"
5220 msgstr ""
5221
5222 #: config/tc-avr.c:1911
5223 #, fuzzy, c-format
5224 #| msgid "relocation is not supported"
5225 msgid "pseudo instruction `%s' not supported"
5226 msgstr "перемещение не поддерживается"
5227
5228 #: config/tc-avr.c:1933
5229 msgid "garbage at end of line"
5230 msgstr ""
5231
5232 #: config/tc-avr.c:2043 config/tc-pru.c:1906
5233 #, c-format
5234 msgid "illegal %s relocation size: %d"
5235 msgstr ""
5236
5237 #: config/tc-avr.c:2156 config/tc-avr.c:2211
5238 #, c-format
5239 msgid "unknown record type %d (in %s)"
5240 msgstr ""
5241
5242 #: config/tc-avr.c:2232
5243 #, fuzzy, c-format
5244 #| msgid "failed to read instruction table %s\n"
5245 msgid "Failed to create property section `%s'\n"
5246 msgstr "не удалось прочитать таблицу инструкций %s\n"
5247
5248 #: config/tc-avr.c:2669
5249 #, c-format
5250 msgid "%s requires value 0-2 as operand 1"
5251 msgstr ""
5252
5253 #: config/tc-avr.c:2694
5254 #, c-format
5255 msgid "`%s %d' after `%s %d' from %s:%u"
5256 msgstr ""
5257
5258 #: config/tc-avr.c:2697
5259 #, c-format
5260 msgid "`%s %d' but no chunk open yet"
5261 msgstr ""
5262
5263 #: config/tc-avr.c:2785
5264 #, c-format
5265 msgid "dangling `__gcc_isr %d'"
5266 msgstr ""
5267
5268 #: config/tc-avr.c:2787
5269 msgid "dangling `__gcc_isr'"
5270 msgstr ""
5271
5272 #: config/tc-bfin.c:94 config/tc-frv.c:1603 config/tc-frv.c:1613
5273 msgid "missing ')'"
5274 msgstr ""
5275
5276 #: config/tc-bfin.c:440
5277 #, c-format
5278 msgid " Blackfin specific assembler options:\n"
5279 msgstr ""
5280
5281 #: config/tc-bfin.c:441
5282 #, c-format
5283 msgid "  -mcpu=<cpu[-sirevision]> specify the name of the target CPU\n"
5284 msgstr ""
5285
5286 #: config/tc-bfin.c:442
5287 #, c-format
5288 msgid "  -mfdpic                  assemble for the FDPIC ABI\n"
5289 msgstr ""
5290
5291 #: config/tc-bfin.c:443
5292 #, c-format
5293 msgid "  -mno-fdpic/-mnopic       disable -mfdpic\n"
5294 msgstr ""
5295
5296 #: config/tc-bfin.c:456
5297 msgid "Could not set architecture and machine."
5298 msgstr ""
5299
5300 #: config/tc-bfin.c:603
5301 msgid "Parse failed."
5302 msgstr ""
5303
5304 #: config/tc-bfin.c:678
5305 msgid "pcrel too far BFD_RELOC_BFIN_10"
5306 msgstr ""
5307
5308 #: config/tc-bfin.c:694
5309 msgid "pcrel too far BFD_RELOC_BFIN_12"
5310 msgstr ""
5311
5312 #: config/tc-bfin.c:714
5313 msgid "pcrel too far BFD_RELOC_BFIN_24"
5314 msgstr ""
5315
5316 #: config/tc-bfin.c:729
5317 msgid "pcrel too far BFD_RELOC_BFIN_5"
5318 msgstr ""
5319
5320 #: config/tc-bfin.c:741
5321 msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL"
5322 msgstr ""
5323
5324 #: config/tc-bfin.c:751
5325 msgid "rel too far BFD_RELOC_8"
5326 msgstr ""
5327
5328 #: config/tc-bfin.c:758
5329 msgid "rel too far BFD_RELOC_16"
5330 msgstr ""
5331
5332 #: config/tc-cr16.c:164 read.c:4667
5333 msgid "using a bit field width of zero"
5334 msgstr ""
5335
5336 #: config/tc-cr16.c:172 read.c:4675
5337 #, c-format
5338 msgid "field width \"%s\" too complex for a bitfield"
5339 msgstr ""
5340
5341 #: config/tc-cr16.c:181 read.c:4683
5342 #, c-format
5343 msgid "field width %lu too big to fit in %d byte: truncated to %d bits"
5344 msgid_plural "field width %lu too big to fit in %d bytes: truncated to %d bits"
5345 msgstr[0] ""
5346 msgstr[1] ""
5347 msgstr[2] ""
5348
5349 #: config/tc-cr16.c:208 read.c:4709
5350 #, c-format
5351 msgid "field value \"%s\" too complex for a bitfield"
5352 msgstr ""
5353
5354 #: config/tc-cr16.c:389
5355 #, c-format
5356 msgid "Unknown register pair - index relative mode: `%d'"
5357 msgstr ""
5358
5359 #: config/tc-cr16.c:603 config/tc-crx.c:361
5360 #, c-format
5361 msgid "internal error: reloc %d (`%s') not supported by object file format"
5362 msgstr ""
5363
5364 #: config/tc-cr16.c:696 config/tc-i386.c:10718 config/tc-s390.c:2106
5365 msgid "GOT already in symbol table"
5366 msgstr ""
5367
5368 #: config/tc-cr16.c:813 config/tc-m68k.c:4657 config/tc-tilegx.c:319
5369 #: config/tc-tilepro.c:256
5370 #, c-format
5371 msgid "Internal Error:  Can't hash %s: %s"
5372 msgstr ""
5373
5374 #: config/tc-cr16.c:839 config/tc-cris.c:1229 config/tc-crx.c:545
5375 #, c-format
5376 msgid "Can't hash `%s': %s\n"
5377 msgstr ""
5378
5379 #: config/tc-cr16.c:840 config/tc-cris.c:1230 config/tc-crx.c:546
5380 msgid "(unknown reason)"
5381 msgstr ""
5382
5383 #. Missing or bad expr becomes absolute 0.
5384 #: config/tc-cr16.c:892 config/tc-crx.c:619
5385 #, c-format
5386 msgid "missing or invalid displacement expression `%s' taken as 0"
5387 msgstr ""
5388
5389 #: config/tc-cr16.c:942
5390 #, c-format
5391 msgid "GOT bad expression with %s."
5392 msgstr ""
5393
5394 #: config/tc-cr16.c:1053
5395 #, c-format
5396 msgid "operand %d: illegal use expression: `%s`"
5397 msgstr ""
5398
5399 #: config/tc-cr16.c:1118 config/tc-crx.c:1129
5400 #, c-format
5401 msgid "Unknown register: `%d'"
5402 msgstr ""
5403
5404 #. Issue a error message when register is illegal.
5405 #: config/tc-cr16.c:1126
5406 #, c-format
5407 msgid "Illegal register (`%s') in Instruction: `%s'"
5408 msgstr ""
5409
5410 #: config/tc-cr16.c:1199 config/tc-cr16.c:1274
5411 #, c-format
5412 msgid "Illegal register `%s' in Instruction `%s'"
5413 msgstr ""
5414
5415 #: config/tc-cr16.c:1227 config/tc-cr16.c:1238
5416 #, c-format
5417 msgid "Illegal register pair `%s' in Instruction `%s'"
5418 msgstr ""
5419
5420 #: config/tc-cr16.c:1263 config/tc-i960.c:833
5421 msgid "unmatched '['"
5422 msgstr ""
5423
5424 #: config/tc-cr16.c:1269 config/tc-i960.c:840
5425 msgid "garbage after index spec ignored"
5426 msgstr ""
5427
5428 #: config/tc-cr16.c:1417 config/tc-crx.c:938
5429 #, c-format
5430 msgid "Illegal operands (whitespace): `%s'"
5431 msgstr ""
5432
5433 #: config/tc-cr16.c:1429 config/tc-cr16.c:1436 config/tc-cr16.c:1453
5434 #: config/tc-crx.c:950 config/tc-crx.c:957 config/tc-crx.c:974
5435 #: config/tc-crx.c:1767
5436 #, c-format
5437 msgid "Missing matching brackets : `%s'"
5438 msgstr ""
5439
5440 #: config/tc-cr16.c:1485 config/tc-crx.c:1000
5441 #, c-format
5442 msgid "Unknown exception: `%s'"
5443 msgstr ""
5444
5445 #: config/tc-cr16.c:1570 config/tc-crx.c:1096
5446 #, c-format
5447 msgid "Illegal `cinv' parameter: `%c'"
5448 msgstr ""
5449
5450 #: config/tc-cr16.c:1591 config/tc-cr16.c:1630
5451 #, c-format
5452 msgid "Unknown register pair: `%d'"
5453 msgstr ""
5454
5455 #. Issue a error message when register  pair is illegal.
5456 #: config/tc-cr16.c:1599
5457 #, c-format
5458 msgid "Illegal register pair (`%s') in Instruction: `%s'"
5459 msgstr ""
5460
5461 #. Issue a error message when register  pair is illegal.
5462 #: config/tc-cr16.c:1638
5463 #, c-format
5464 msgid "Illegal index register pair (`%s') in Instruction: `%s'"
5465 msgstr ""
5466
5467 #: config/tc-cr16.c:1677
5468 #, c-format
5469 msgid "Unknown processor register : `%d'"
5470 msgstr ""
5471
5472 #. Issue a error message when register  pair is illegal.
5473 #: config/tc-cr16.c:1685
5474 #, c-format
5475 msgid "Illegal processor register (`%s') in Instruction: `%s'"
5476 msgstr ""
5477
5478 #: config/tc-cr16.c:1733
5479 #, c-format
5480 msgid "Unknown processor register (32 bit) : `%d'"
5481 msgstr ""
5482
5483 #. Issue a error message when register  pair is illegal.
5484 #: config/tc-cr16.c:1741
5485 #, c-format
5486 msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'"
5487 msgstr ""
5488
5489 #: config/tc-cr16.c:2107 config/tc-crx.c:1665 config/tc-crx.c:1682
5490 #, c-format
5491 msgid "Same src/dest register is used (`r%d'), result is undefined"
5492 msgstr ""
5493
5494 #: config/tc-cr16.c:2128
5495 msgid "RA register is saved twice."
5496 msgstr ""
5497
5498 #: config/tc-cr16.c:2132
5499 #, c-format
5500 msgid "`%s' Illegal use of registers."
5501 msgstr ""
5502
5503 #: config/tc-cr16.c:2146
5504 #, c-format
5505 msgid "`%s' Illegal count-register combination."
5506 msgstr ""
5507
5508 #: config/tc-cr16.c:2152
5509 #, c-format
5510 msgid "`%s' Illegal use of register."
5511 msgstr ""
5512
5513 #: config/tc-cr16.c:2161 config/tc-crx.c:1674
5514 #, c-format
5515 msgid "`%s' has undefined result"
5516 msgstr ""
5517
5518 #: config/tc-cr16.c:2169
5519 #, c-format
5520 msgid "Same src/dest register is used (`r%d'),result is undefined"
5521 msgstr ""
5522
5523 #: config/tc-cr16.c:2340 config/tc-crx.c:1579
5524 msgid "Incorrect number of operands"
5525 msgstr ""
5526
5527 #: config/tc-cr16.c:2342 config/tc-crx.c:1581
5528 #, c-format
5529 msgid "Illegal type of operand (arg %d)"
5530 msgstr ""
5531
5532 #: config/tc-cr16.c:2348 config/tc-crx.c:1587
5533 #, c-format
5534 msgid "Operand out of range (arg %d)"
5535 msgstr ""
5536
5537 #: config/tc-cr16.c:2351 config/tc-crx.c:1590
5538 #, c-format
5539 msgid "Operand has odd displacement (arg %d)"
5540 msgstr ""
5541
5542 #: config/tc-cr16.c:2354 config/tc-cr16.c:2385 config/tc-crx.c:1603
5543 #: config/tc-crx.c:1634
5544 #, c-format
5545 msgid "Illegal operand (arg %d)"
5546 msgstr ""
5547
5548 #. Give an error if a frag containing code is not aligned to a 2-byte
5549 #. boundary.
5550 #: config/tc-cr16.c:2487 config/tc-cr16.h:74 config/tc-crx.c:1956
5551 #: config/tc-crx.h:77 config/tc-ppc.c:3542 config/tc-ppc.c:6500
5552 msgid "instruction address is not a multiple of 2"
5553 msgstr ""
5554
5555 #: config/tc-cr16.c:2510 config/tc-cris.c:1556 config/tc-cris.c:1564
5556 #: config/tc-crx.c:1992 config/tc-dlx.c:692 config/tc-hppa.c:3212
5557 #: config/tc-hppa.c:3219 config/tc-i860.c:490 config/tc-i860.c:507
5558 #: config/tc-i860.c:987 config/tc-sparc.c:1813 config/tc-sparc.c:1821
5559 #, c-format
5560 msgid "Unknown opcode: `%s'"
5561 msgstr ""
5562
5563 #: config/tc-cris.c:550 config/tc-m68hc11.c:3893
5564 #, c-format
5565 msgid "internal inconsistency problem in %s: fr_symbol %lx"
5566 msgstr ""
5567
5568 #: config/tc-cris.c:554 config/tc-m68hc11.c:3897 config/tc-msp430.c:4620
5569 #, c-format
5570 msgid "internal inconsistency problem in %s: resolved symbol"
5571 msgstr ""
5572
5573 #: config/tc-cris.c:564 config/tc-m68hc11.c:3903
5574 #, c-format
5575 msgid "internal inconsistency problem in %s: fr_subtype %d"
5576 msgstr ""
5577
5578 #: config/tc-cris.c:904
5579 msgid "Relaxation to long branches for .arch common_v10_v32 not implemented"
5580 msgstr ""
5581
5582 #: config/tc-cris.c:934
5583 msgid "Complicated LAPC target operand is not a multiple of two.  Use LAPC.D"
5584 msgstr ""
5585
5586 #: config/tc-cris.c:939
5587 #, c-format
5588 msgid "Internal error found in md_convert_frag: offset %ld.  Please report this."
5589 msgstr ""
5590
5591 #: config/tc-cris.c:964
5592 #, c-format
5593 msgid "internal inconsistency in %s: bdapq no symbol"
5594 msgstr ""
5595
5596 #: config/tc-cris.c:977
5597 #, c-format
5598 msgid "internal inconsistency in %s: bdap.w with no symbol"
5599 msgstr ""
5600
5601 #: config/tc-cris.c:1001
5602 msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness"
5603 msgstr ""
5604
5605 #: config/tc-cris.c:1010
5606 msgid "dangerous MULS/MULU location; give it higher alignment"
5607 msgstr ""
5608
5609 #. Bail out for compatibility mode.  (It seems it can be implemented,
5610 #. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump
5611 #. $acr", "nop"; but doesn't seem worth it at the moment.)
5612 #: config/tc-cris.c:1051
5613 msgid "Out-of-range .word offset handling is not implemented for .arch common_v10_v32"
5614 msgstr ""
5615
5616 #: config/tc-cris.c:1096
5617 msgid ".word case-table handling failed: table too large"
5618 msgstr ""
5619
5620 #: config/tc-cris.c:1234
5621 #, c-format
5622 msgid "Buggy opcode: `%s' \"%s\"\n"
5623 msgstr ""
5624
5625 #: config/tc-cris.c:1662
5626 #, c-format
5627 msgid "Immediate value not in 5 bit unsigned range: %ld"
5628 msgstr ""
5629
5630 #: config/tc-cris.c:1678
5631 #, c-format
5632 msgid "Immediate value not in 4 bit unsigned range: %ld"
5633 msgstr ""
5634
5635 #: config/tc-cris.c:1730
5636 #, c-format
5637 msgid "Immediate value not in 6 bit range: %ld"
5638 msgstr ""
5639
5640 #: config/tc-cris.c:1746
5641 #, c-format
5642 msgid "Immediate value not in 6 bit unsigned range: %ld"
5643 msgstr ""
5644
5645 #. Others have a generic warning.
5646 #: config/tc-cris.c:1855
5647 #, c-format
5648 msgid "Unimplemented register `%s' specified"
5649 msgstr ""
5650
5651 #. We've come to the end of instructions with this
5652 #. opcode, so it must be an error.
5653 #: config/tc-cris.c:2099
5654 msgid "Illegal operands"
5655 msgstr ""
5656
5657 #: config/tc-cris.c:2140 config/tc-cris.c:2180
5658 #, c-format
5659 msgid "Immediate value not in 8 bit range: %ld"
5660 msgstr ""
5661
5662 #: config/tc-cris.c:2150 config/tc-cris.c:2201
5663 #, c-format
5664 msgid "Immediate value not in 16 bit range: %ld"
5665 msgstr ""
5666
5667 #: config/tc-cris.c:2185
5668 #, c-format
5669 msgid "Immediate value not in 8 bit signed range: %ld"
5670 msgstr ""
5671
5672 #: config/tc-cris.c:2190
5673 #, c-format
5674 msgid "Immediate value not in 8 bit unsigned range: %ld"
5675 msgstr ""
5676
5677 #: config/tc-cris.c:2206
5678 #, c-format
5679 msgid "Immediate value not in 16 bit signed range: %ld"
5680 msgstr ""
5681
5682 #: config/tc-cris.c:2211
5683 #, c-format
5684 msgid "Immediate value not in 16 bit unsigned range: %ld"
5685 msgstr ""
5686
5687 #: config/tc-cris.c:2237
5688 msgid "TLS relocation size does not match operand size"
5689 msgstr ""
5690
5691 #: config/tc-cris.c:2238
5692 msgid "PIC relocation size does not match operand size"
5693 msgstr ""
5694
5695 #: config/tc-cris.c:3385
5696 msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n"
5697 msgstr ""
5698
5699 #: config/tc-cris.c:3389
5700 msgid "32-bit conditional branch generated"
5701 msgstr ""
5702
5703 #: config/tc-cris.c:3450
5704 msgid "Complex expression not supported"
5705 msgstr ""
5706
5707 #. FIXME:  Is this function mentioned in the internals.texi manual?  If
5708 #. not, add it.
5709 #: config/tc-cris.c:3600
5710 msgid "Bad call to md_atof () - floating point formats are not supported"
5711 msgstr ""
5712
5713 #: config/tc-cris.c:3641
5714 msgid "PC-relative relocation must be trivially resolved"
5715 msgstr ""
5716
5717 #: config/tc-cris.c:3713
5718 #, c-format
5719 msgid "Value not in 16 bit range: %ld"
5720 msgstr ""
5721
5722 #: config/tc-cris.c:3721
5723 #, c-format
5724 msgid "Value not in 16 bit signed range: %ld"
5725 msgstr ""
5726
5727 #: config/tc-cris.c:3729
5728 #, c-format
5729 msgid "Value not in 8 bit range: %ld"
5730 msgstr ""
5731
5732 #: config/tc-cris.c:3736
5733 #, c-format
5734 msgid "Value not in 8 bit signed range: %ld"
5735 msgstr ""
5736
5737 #: config/tc-cris.c:3746
5738 #, c-format
5739 msgid "Value not in 4 bit unsigned range: %ld"
5740 msgstr ""
5741
5742 #: config/tc-cris.c:3753
5743 #, c-format
5744 msgid "Value not in 5 bit unsigned range: %ld"
5745 msgstr ""
5746
5747 #: config/tc-cris.c:3760
5748 #, c-format
5749 msgid "Value not in 6 bit range: %ld"
5750 msgstr ""
5751
5752 #: config/tc-cris.c:3767
5753 #, c-format
5754 msgid "Value not in 6 bit unsigned range: %ld"
5755 msgstr ""
5756
5757 #: config/tc-cris.c:3811
5758 #, c-format
5759 msgid "Please use --help to see usage and options for this assembler.\n"
5760 msgstr ""
5761
5762 #: config/tc-cris.c:3823
5763 msgid "--no-underscore is invalid with a.out format"
5764 msgstr ""
5765
5766 #: config/tc-cris.c:3835
5767 msgid "--pic is invalid for this object format"
5768 msgstr ""
5769
5770 #: config/tc-cris.c:3849
5771 #, c-format
5772 msgid "invalid <arch> in --march=<arch>: %s"
5773 msgstr ""
5774
5775 #: config/tc-cris.c:3958 config/tc-ft32.c:689 config/tc-moxie.c:778
5776 msgid "Semantics error.  This type of operand can not be relocated, it must be an assembly-time constant"
5777 msgstr ""
5778
5779 #: config/tc-cris.c:4007 config/tc-ft32.c:710 config/tc-moxie.c:826
5780 #, c-format
5781 msgid "Cannot generate relocation type for symbol %s, code %s"
5782 msgstr ""
5783
5784 #. The messages are formatted to line up with the generic options.
5785 #: config/tc-cris.c:4020
5786 #, c-format
5787 msgid "CRIS-specific options:\n"
5788 msgstr ""
5789
5790 #: config/tc-cris.c:4022
5791 msgid "  -h, -H                  Don't execute, print this help text.  Deprecated.\n"
5792 msgstr ""
5793
5794 #: config/tc-cris.c:4024
5795 msgid "  -N                      Warn when branches are expanded to jumps.\n"
5796 msgstr ""
5797
5798 #: config/tc-cris.c:4026
5799 msgid "  --underscore            User symbols are normally prepended with underscore.\n"
5800 msgstr ""
5801
5802 #: config/tc-cris.c:4028
5803 msgid "                          Registers will not need any prefix.\n"
5804 msgstr ""
5805
5806 #: config/tc-cris.c:4030
5807 msgid "  --no-underscore         User symbols do not have any prefix.\n"
5808 msgstr ""
5809
5810 #: config/tc-cris.c:4032
5811 msgid "                          Registers will require a `$'-prefix.\n"
5812 msgstr ""
5813
5814 #: config/tc-cris.c:4035
5815 msgid "  --pic\t\t\tEnable generation of position-independent code.\n"
5816 msgstr ""
5817
5818 #: config/tc-cris.c:4038
5819 msgid ""
5820 "  --march=<arch>\t\tGenerate code for <arch>.  Valid choices for <arch>\n"
5821 "\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n"
5822 msgstr ""
5823
5824 #: config/tc-cris.c:4059
5825 msgid "Invalid relocation"
5826 msgstr ""
5827
5828 #: config/tc-cris.c:4096
5829 msgid "Invalid pc-relative relocation"
5830 msgstr ""
5831
5832 #: config/tc-cris.c:4141
5833 #, c-format
5834 msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large."
5835 msgstr ""
5836
5837 #: config/tc-cris.c:4171
5838 #, c-format
5839 msgid ".syntax %s requires command-line option `--underscore'"
5840 msgstr ""
5841
5842 #: config/tc-cris.c:4180
5843 #, c-format
5844 msgid ".syntax %s requires command-line option `--no-underscore'"
5845 msgstr ""
5846
5847 #: config/tc-cris.c:4217
5848 msgid "Unknown .syntax operand"
5849 msgstr ""
5850
5851 #: config/tc-cris.c:4227
5852 msgid "Pseudodirective .file is only valid when generating ELF"
5853 msgstr ""
5854
5855 #: config/tc-cris.c:4239
5856 msgid "Pseudodirective .loc is only valid when generating ELF"
5857 msgstr ""
5858
5859 #: config/tc-cris.c:4254
5860 #, c-format
5861 msgid "internal inconsistency problem: %s called for %d bytes"
5862 msgstr ""
5863
5864 #: config/tc-cris.c:4406
5865 msgid "unknown operand to .arch"
5866 msgstr ""
5867
5868 #: config/tc-cris.c:4415
5869 msgid ".arch <arch> requires a matching --march=... option"
5870 msgstr ""
5871
5872 #: config/tc-crx.c:572 config/tc-crx.c:591
5873 #, c-format
5874 msgid "Internal error: Can't hash %s: %s"
5875 msgstr ""
5876
5877 #: config/tc-crx.c:759 config/tc-crx.c:779 config/tc-crx.c:794
5878 #, c-format
5879 msgid "Illegal register `%s' in instruction `%s'"
5880 msgstr ""
5881
5882 #: config/tc-crx.c:822
5883 #, c-format
5884 msgid "Illegal Scale - `%d'"
5885 msgstr ""
5886
5887 #. Issue a error message when register is illegal.
5888 #: config/tc-crx.c:1137
5889 #, c-format
5890 msgid "Illegal register (`%s') in instruction: `%s'"
5891 msgstr ""
5892
5893 #: config/tc-crx.c:1264
5894 #, c-format
5895 msgid "Illegal co-processor register in instruction `%s'"
5896 msgstr ""
5897
5898 #: config/tc-crx.c:1271
5899 #, c-format
5900 msgid "Illegal co-processor special register in instruction `%s'"
5901 msgstr ""
5902
5903 #: config/tc-crx.c:1593
5904 #, c-format
5905 msgid "Invalid DISPU4 operand value (arg %d)"
5906 msgstr ""
5907
5908 #: config/tc-crx.c:1596
5909 #, c-format
5910 msgid "Invalid CST4 operand value (arg %d)"
5911 msgstr ""
5912
5913 #: config/tc-crx.c:1599
5914 #, c-format
5915 msgid "Operand value is not within upper 64 KB (arg %d)"
5916 msgstr ""
5917
5918 #: config/tc-crx.c:1736
5919 msgid "Invalid register in register list"
5920 msgstr ""
5921
5922 #: config/tc-crx.c:1790
5923 #, c-format
5924 msgid "Illegal register `%s' in cop-register list"
5925 msgstr ""
5926
5927 #: config/tc-crx.c:1798
5928 #, c-format
5929 msgid "Illegal register `%s' in cop-special-register list"
5930 msgstr ""
5931
5932 #: config/tc-crx.c:1817
5933 #, c-format
5934 msgid "Illegal register `%s' in user register list"
5935 msgstr ""
5936
5937 #: config/tc-crx.c:1836
5938 #, c-format
5939 msgid "Illegal register `%s' in register list"
5940 msgstr ""
5941
5942 #: config/tc-crx.c:1842
5943 #, c-format
5944 msgid "Maximum %d bits may be set in `mask16' operand"
5945 msgstr ""
5946
5947 #: config/tc-crx.c:1851
5948 #, c-format
5949 msgid "rest of line ignored; first ignored character is `%c'"
5950 msgstr ""
5951
5952 #: config/tc-crx.c:1859
5953 #, c-format
5954 msgid "Illegal `mask16' operand, operation is undefined - `%s'"
5955 msgstr ""
5956
5957 #. HI can't be specified without LO (and vise-versa).
5958 #: config/tc-crx.c:1865
5959 msgid "HI/LO registers should be specified together"
5960 msgstr ""
5961
5962 #: config/tc-crx.c:1871
5963 msgid "HI/LO registers should be specified without additional registers"
5964 msgstr ""
5965
5966 #: config/tc-d10v.c:216
5967 #, c-format
5968 msgid ""
5969 "D10V options:\n"
5970 "-O                      Optimize.  Will do some operations in parallel.\n"
5971 "--gstabs-packing        Pack adjacent short instructions together even\n"
5972 "                        when --gstabs is specified.  On by default.\n"
5973 "--no-gstabs-packing     If --gstabs is specified, do not pack adjacent\n"
5974 "                        instructions together.\n"
5975 msgstr ""
5976
5977 #: config/tc-d10v.c:573
5978 msgid "operand is not an immediate"
5979 msgstr ""
5980
5981 #: config/tc-d10v.c:591
5982 #, c-format
5983 msgid "operand out of range: %lu"
5984 msgstr ""
5985
5986 #: config/tc-d10v.c:651
5987 msgid "Instruction must be executed in parallel with another instruction."
5988 msgstr ""
5989
5990 #: config/tc-d10v.c:705 config/tc-d10v.c:713
5991 #, c-format
5992 msgid "packing conflict: %s must dispatch sequentially"
5993 msgstr ""
5994
5995 #: config/tc-d10v.c:812
5996 #, c-format
5997 msgid "resource conflict (R%d)"
5998 msgstr ""
5999
6000 #: config/tc-d10v.c:815
6001 #, c-format
6002 msgid "resource conflict (A%d)"
6003 msgstr ""
6004
6005 #: config/tc-d10v.c:817
6006 msgid "resource conflict (PSW)"
6007 msgstr ""
6008
6009 #: config/tc-d10v.c:819
6010 msgid "resource conflict (C flag)"
6011 msgstr ""
6012
6013 #: config/tc-d10v.c:821
6014 msgid "resource conflict (F flag)"
6015 msgstr ""
6016
6017 #: config/tc-d10v.c:971
6018 msgid "Instruction must be executed in parallel"
6019 msgstr ""
6020
6021 #: config/tc-d10v.c:974
6022 msgid "Long instructions may not be combined."
6023 msgstr ""
6024
6025 #: config/tc-d10v.c:1007
6026 msgid "One of these instructions may not be executed in parallel."
6027 msgstr ""
6028
6029 #: config/tc-d10v.c:1011 config/tc-d30v.c:1037
6030 msgid "Two IU instructions may not be executed in parallel"
6031 msgstr ""
6032
6033 #: config/tc-d10v.c:1013 config/tc-d10v.c:1021 config/tc-d10v.c:1035
6034 #: config/tc-d10v.c:1050 config/tc-d30v.c:1038 config/tc-d30v.c:1047
6035 msgid "Swapping instruction order"
6036 msgstr ""
6037
6038 #: config/tc-d10v.c:1019 config/tc-d30v.c:1044
6039 msgid "Two MU instructions may not be executed in parallel"
6040 msgstr ""
6041
6042 #: config/tc-d10v.c:1039 config/tc-d30v.c:1064
6043 msgid "IU instruction may not be in the left container"
6044 msgstr ""
6045
6046 #: config/tc-d10v.c:1041 config/tc-d10v.c:1056
6047 msgid "Instruction in R container is squashed by flow control instruction in L container."
6048 msgstr ""
6049
6050 #: config/tc-d10v.c:1054 config/tc-d30v.c:1075
6051 msgid "MU instruction may not be in the right container"
6052 msgstr ""
6053
6054 #: config/tc-d10v.c:1060 config/tc-d30v.c:1087
6055 msgid "unknown execution type passed to write_2_short()"
6056 msgstr ""
6057
6058 #: config/tc-d10v.c:1189 config/tc-d10v.c:1362
6059 msgid "bad opcode or operands"
6060 msgstr ""
6061
6062 #: config/tc-d10v.c:1264
6063 msgid "value out of range"
6064 msgstr ""
6065
6066 #: config/tc-d10v.c:1338
6067 msgid "illegal operand - register name found where none expected"
6068 msgstr ""
6069
6070 #: config/tc-d10v.c:1373
6071 msgid "Register number must be EVEN"
6072 msgstr ""
6073
6074 #: config/tc-d10v.c:1376
6075 msgid "Unsupported use of sp"
6076 msgstr ""
6077
6078 #: config/tc-d10v.c:1395
6079 #, c-format
6080 msgid "cr%ld is a reserved control register"
6081 msgstr ""
6082
6083 #: config/tc-d10v.c:1570
6084 #, c-format
6085 msgid "line %d: rep or repi must include at least 4 instructions"
6086 msgstr ""
6087
6088 #: config/tc-d10v.c:1759
6089 msgid "can't find previous opcode "
6090 msgstr ""
6091
6092 #: config/tc-d10v.c:1771
6093 #, c-format
6094 msgid "could not assemble: %s"
6095 msgstr ""
6096
6097 #: config/tc-d10v.c:1786 config/tc-d10v.c:1808 config/tc-d30v.c:1744
6098 msgid "Unable to mix instructions as specified"
6099 msgstr ""
6100
6101 #: config/tc-d30v.c:149
6102 #, c-format
6103 msgid "Register name %s conflicts with symbol of the same name"
6104 msgstr ""
6105
6106 #: config/tc-d30v.c:239
6107 #, c-format
6108 msgid ""
6109 "\n"
6110 "D30V options:\n"
6111 "-O                      Make adjacent short instructions parallel if possible.\n"
6112 "-n                      Warn about all NOPs inserted by the assembler.\n"
6113 "-N                      Warn about NOPs inserted after word multiplies.\n"
6114 "-c                      Warn about symbols whose names match register names.\n"
6115 "-C                      Opposite of -C.  -c is the default.\n"
6116 msgstr ""
6117
6118 #: config/tc-d30v.c:367
6119 msgid "unexpected 12-bit reloc type"
6120 msgstr ""
6121
6122 #: config/tc-d30v.c:374
6123 msgid "unexpected 18-bit reloc type"
6124 msgstr ""
6125
6126 #: config/tc-d30v.c:625
6127 #, c-format
6128 msgid "%s NOP inserted"
6129 msgstr ""
6130
6131 #: config/tc-d30v.c:626
6132 msgid "sequential"
6133 msgstr ""
6134
6135 #: config/tc-d30v.c:626
6136 msgid "parallel"
6137 msgstr ""
6138
6139 #: config/tc-d30v.c:1033
6140 msgid "Instructions may not be executed in parallel"
6141 msgstr ""
6142
6143 #: config/tc-d30v.c:1046
6144 #, c-format
6145 msgid "Executing %s in IU may not work"
6146 msgstr ""
6147
6148 #: config/tc-d30v.c:1053
6149 #, c-format
6150 msgid "Executing %s in IU may not work in parallel execution"
6151 msgstr ""
6152
6153 #: config/tc-d30v.c:1066
6154 #, c-format
6155 msgid "special left instruction `%s' kills instruction `%s' in right container"
6156 msgstr ""
6157
6158 #: config/tc-d30v.c:1077
6159 #, c-format
6160 msgid "Executing %s in reverse serial with %s may not work"
6161 msgstr ""
6162
6163 #: config/tc-d30v.c:1080
6164 #, c-format
6165 msgid "Executing %s in IU in reverse serial may not work"
6166 msgstr ""
6167
6168 #: config/tc-d30v.c:1268
6169 msgid "Odd numbered register used as target of multi-register instruction"
6170 msgstr ""
6171
6172 #: config/tc-d30v.c:1332 config/tc-d30v.c:1368
6173 #, c-format
6174 msgid "unknown condition code: %s"
6175 msgstr ""
6176
6177 #: config/tc-d30v.c:1361
6178 #, c-format
6179 msgid "cmpu doesn't support condition code %s"
6180 msgstr ""
6181
6182 #: config/tc-d30v.c:1396
6183 #, c-format
6184 msgid "unknown opcode: %s"
6185 msgstr ""
6186
6187 #: config/tc-d30v.c:1407
6188 #, c-format
6189 msgid "operands for opcode `%s' do not match any valid format"
6190 msgstr ""
6191
6192 #: config/tc-d30v.c:1622 config/tc-d30v.c:1639
6193 msgid "Cannot assemble instruction"
6194 msgstr ""
6195
6196 #: config/tc-d30v.c:1624
6197 msgid "First opcode is long.  Unable to mix instructions as specified."
6198 msgstr ""
6199
6200 #: config/tc-d30v.c:1694
6201 msgid "word of NOPs added between word multiply and load"
6202 msgstr ""
6203
6204 #: config/tc-d30v.c:1696
6205 msgid "word of NOPs added between word multiply and 16-bit multiply"
6206 msgstr ""
6207
6208 #: config/tc-d30v.c:1728
6209 msgid "Instruction uses long version, so it cannot be mixed as specified"
6210 msgstr ""
6211
6212 #: config/tc-d30v.c:1855
6213 #, c-format
6214 msgid "value too large to fit in %d bits"
6215 msgstr ""
6216
6217 #: config/tc-d30v.c:1923
6218 #, c-format
6219 msgid "line %d: unable to place address of symbol '%s' into a byte"
6220 msgstr ""
6221
6222 #: config/tc-d30v.c:1926
6223 #, c-format
6224 msgid "line %d: unable to place value %lx into a byte"
6225 msgstr ""
6226
6227 #: config/tc-d30v.c:1934
6228 #, c-format
6229 msgid "line %d: unable to place address of symbol '%s' into a short"
6230 msgstr ""
6231
6232 #: config/tc-d30v.c:1937
6233 #, c-format
6234 msgid "line %d: unable to place value %lx into a short"
6235 msgstr ""
6236
6237 #: config/tc-d30v.c:1945
6238 #, c-format
6239 msgid "line %d: unable to place address of symbol '%s' into a quad"
6240 msgstr ""
6241
6242 #: config/tc-d30v.c:2053 config/tc-pru.c:216 config/tc-pru.c:332
6243 #, c-format
6244 msgid "Alignment too large: %d assumed"
6245 msgstr ""
6246
6247 #: config/tc-dlx.c:213
6248 msgid "missing .proc"
6249 msgstr ""
6250
6251 #: config/tc-dlx.c:230
6252 msgid ".endfunc missing for previous .proc"
6253 msgstr ""
6254
6255 #: config/tc-dlx.c:295 config/tc-i860.c:226 config/tc-mips.c:3600
6256 #: config/tc-nios2.c:3639 config/tc-nios2.c:3653 config/tc-nios2.c:3668
6257 #: config/tc-pru.c:1565 config/tc-pru.c:1579 config/tc-riscv.c:621
6258 #, c-format
6259 msgid "internal error: can't hash `%s': %s\n"
6260 msgstr ""
6261
6262 #. Probably a memory allocation problem?  Give up now.
6263 #: config/tc-dlx.c:302 config/tc-hppa.c:8270 config/tc-nios2.c:1440
6264 #: config/tc-nios2.c:3642 config/tc-nios2.c:3656 config/tc-nios2.c:3671
6265 #: config/tc-pru.c:1568 config/tc-pru.c:1582 config/tc-riscv.c:624
6266 #: config/tc-riscv.c:632 config/tc-sparc.c:1064
6267 msgid "Broken assembler.  No assembly attempted."
6268 msgstr ""
6269
6270 #: config/tc-dlx.c:332
6271 #, c-format
6272 msgid "Bad operand for a load instruction: <%s>"
6273 msgstr ""
6274
6275 #: config/tc-dlx.c:446
6276 #, c-format
6277 msgid "Bad operand for a store instruction: <%s>"
6278 msgstr ""
6279
6280 #: config/tc-dlx.c:626
6281 #, c-format
6282 msgid "Expression Error for operand modifier %%hi/%%lo\n"
6283 msgstr ""
6284
6285 #: config/tc-dlx.c:639
6286 #, c-format
6287 msgid "Invalid expression after %%%%\n"
6288 msgstr ""
6289
6290 #: config/tc-dlx.c:703 config/tc-tic4x.c:2473
6291 #, c-format
6292 msgid "Unknown opcode `%s'."
6293 msgstr ""
6294
6295 #: config/tc-dlx.c:712
6296 msgid "Can not set dlx_skip_hi16_flag"
6297 msgstr ""
6298
6299 #: config/tc-dlx.c:726
6300 #, c-format
6301 msgid "Missing arguments for opcode <%s>."
6302 msgstr ""
6303
6304 #: config/tc-dlx.c:760
6305 #, c-format
6306 msgid "Too many operands: %s"
6307 msgstr ""
6308
6309 #: config/tc-dlx.c:798
6310 #, c-format
6311 msgid "Both the_insn.HI and the_insn.LO are set : %s"
6312 msgstr ""
6313
6314 #: config/tc-dlx.c:868
6315 msgid "failed regnum sanity check."
6316 msgstr ""
6317
6318 #: config/tc-dlx.c:881
6319 msgid "failed general register sanity check."
6320 msgstr ""
6321
6322 #. Types or values of args don't match.
6323 #: config/tc-dlx.c:889
6324 msgid "Invalid operands"
6325 msgstr ""
6326
6327 #: config/tc-dlx.c:1118
6328 #, c-format
6329 msgid "label \"$%d\" redefined"
6330 msgstr ""
6331
6332 #: config/tc-dlx.c:1156
6333 msgid "Invalid expression after # number\n"
6334 msgstr ""
6335
6336 #: config/tc-dlx.c:1199 config/tc-i960.c:2637 config/tc-m32r.c:2276
6337 #: config/tc-nds32.c:6639 config/tc-sparc.c:4124
6338 #, c-format
6339 msgid "internal error: can't export reloc type %d (`%s')"
6340 msgstr ""
6341
6342 #: config/tc-epiphany.c:126
6343 #, c-format
6344 msgid "EPIPHANY specific command line options:\n"
6345 msgstr ""
6346
6347 #: config/tc-epiphany.c:365
6348 msgid "register number too large for push/pop"
6349 msgstr ""
6350
6351 #: config/tc-epiphany.c:369
6352 msgid "register is out of order"
6353 msgstr ""
6354
6355 #: config/tc-epiphany.c:380 config/tc-m68k.c:6033 config/tc-m68k.c:6062
6356 msgid "bad register list"
6357 msgstr ""
6358
6359 #: config/tc-epiphany.c:383
6360 msgid "malformed reglist in push/pop"
6361 msgstr ""
6362
6363 #. Checks for behavioral restrictions on LD/ST instructions.
6364 #: config/tc-epiphany.c:429
6365 msgid "destination register modified by displacement-post-modified address"
6366 msgstr ""
6367
6368 #: config/tc-epiphany.c:430
6369 msgid "ldrd/strd requires even:odd register pair"
6370 msgstr ""
6371
6372 #: config/tc-epiphany.c:813 config/tc-m32r.c:1784
6373 msgid "Addend to unresolved symbol not on word boundary."
6374 msgstr ""
6375
6376 #: config/tc-fr30.c:81
6377 #, c-format
6378 msgid " FR30 specific command line options:\n"
6379 msgstr ""
6380
6381 #: config/tc-fr30.c:134
6382 #, c-format
6383 msgid "Instruction %s not allowed in a delay slot."
6384 msgstr ""
6385
6386 #: config/tc-frv.c:403
6387 #, c-format
6388 msgid "Unknown cpu -mcpu=%s"
6389 msgstr ""
6390
6391 #: config/tc-frv.c:456
6392 #, c-format
6393 msgid "FRV specific command line options:\n"
6394 msgstr ""
6395
6396 #: config/tc-frv.c:457
6397 #, c-format
6398 msgid "-G n            Put data <= n bytes in the small data area\n"
6399 msgstr ""
6400
6401 #: config/tc-frv.c:458
6402 #, c-format
6403 msgid "-mgpr-32        Mark generated file as only using 32 GPRs\n"
6404 msgstr ""
6405
6406 #: config/tc-frv.c:459
6407 #, c-format
6408 msgid "-mgpr-64        Mark generated file as using all 64 GPRs\n"
6409 msgstr ""
6410
6411 #: config/tc-frv.c:460
6412 #, c-format
6413 msgid "-mfpr-32        Mark generated file as only using 32 FPRs\n"
6414 msgstr ""
6415
6416 #: config/tc-frv.c:461
6417 #, c-format
6418 msgid "-mfpr-64        Mark generated file as using all 64 FPRs\n"
6419 msgstr ""
6420
6421 #: config/tc-frv.c:462
6422 #, c-format
6423 msgid "-msoft-float    Mark generated file as using software FP\n"
6424 msgstr ""
6425
6426 #: config/tc-frv.c:463
6427 #, c-format
6428 msgid "-mdword         Mark generated file as using a 8-byte stack alignment\n"
6429 msgstr ""
6430
6431 #: config/tc-frv.c:464
6432 #, c-format
6433 msgid "-mno-dword      Mark generated file as using a 4-byte stack alignment\n"
6434 msgstr ""
6435
6436 #: config/tc-frv.c:465
6437 #, c-format
6438 msgid "-mdouble        Mark generated file as using double precision FP insns\n"
6439 msgstr ""
6440
6441 #: config/tc-frv.c:466
6442 #, c-format
6443 msgid "-mmedia         Mark generated file as using media insns\n"
6444 msgstr ""
6445
6446 #: config/tc-frv.c:467
6447 #, c-format
6448 msgid "-mmuladd        Mark generated file as using multiply add/subtract insns\n"
6449 msgstr ""
6450
6451 #: config/tc-frv.c:468
6452 #, c-format
6453 msgid "-mpack          Allow instructions to be packed\n"
6454 msgstr ""
6455
6456 #: config/tc-frv.c:469
6457 #, c-format
6458 msgid "-mno-pack       Do not allow instructions to be packed\n"
6459 msgstr ""
6460
6461 #: config/tc-frv.c:470
6462 #, c-format
6463 msgid "-mpic           Mark generated file as using small position independent code\n"
6464 msgstr ""
6465
6466 #: config/tc-frv.c:471
6467 #, c-format
6468 msgid "-mPIC           Mark generated file as using large position independent code\n"
6469 msgstr ""
6470
6471 #: config/tc-frv.c:472
6472 #, c-format
6473 msgid "-mlibrary-pic   Mark generated file as using position independent code for libraries\n"
6474 msgstr ""
6475
6476 #: config/tc-frv.c:473
6477 #, c-format
6478 msgid "-mfdpic         Assemble for the FDPIC ABI\n"
6479 msgstr ""
6480
6481 #: config/tc-frv.c:474
6482 #, c-format
6483 msgid "-mnopic         Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n"
6484 msgstr ""
6485
6486 #: config/tc-frv.c:475
6487 #, c-format
6488 msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n"
6489 msgstr ""
6490
6491 #: config/tc-frv.c:476
6492 #, c-format
6493 msgid "                Record the cpu type\n"
6494 msgstr ""
6495
6496 #: config/tc-frv.c:477
6497 #, c-format
6498 msgid "-mtomcat-stats  Print out stats for tomcat workarounds\n"
6499 msgstr ""
6500
6501 #: config/tc-frv.c:478
6502 #, c-format
6503 msgid "-mtomcat-debug  Debug tomcat workarounds\n"
6504 msgstr ""
6505
6506 #: config/tc-frv.c:1160
6507 msgid "VLIW packing used for -mno-pack"
6508 msgstr ""
6509
6510 #: config/tc-frv.c:1170
6511 msgid "Instruction not supported by this architecture"
6512 msgstr ""
6513
6514 #: config/tc-frv.c:1180
6515 msgid "VLIW packing constraint violation"
6516 msgstr ""
6517
6518 #: config/tc-frv.c:1771
6519 #, c-format
6520 msgid "Relocation %s is not safe for %s"
6521 msgstr ""
6522
6523 #: config/tc-ft32.c:146 config/tc-moxie.c:104
6524 msgid "expecting register"
6525 msgstr ""
6526
6527 #: config/tc-ft32.c:167 config/tc-ft32.c:183 config/tc-moxie.c:123
6528 #: config/tc-moxie.c:139
6529 msgid "illegal register number"
6530 msgstr ""
6531
6532 #: config/tc-ft32.c:239 config/tc-moxie.c:188 config/tc-pj.c:260
6533 #, c-format
6534 msgid "unknown opcode %s"
6535 msgstr ""
6536
6537 #: config/tc-ft32.c:264
6538 #, fuzzy, c-format
6539 #| msgid "unknown section attribute '%c'"
6540 msgid "unknown width specifier '.%c'"
6541 msgstr "неизвестный атрибут раздела %c"
6542
6543 #: config/tc-ft32.c:387
6544 msgid "internal error in argument parsing"
6545 msgstr ""
6546
6547 #: config/tc-ft32.c:400
6548 #, fuzzy
6549 #| msgid "expected comma after name in .symver"
6550 msgid "expected comma separator"
6551 msgstr "ожидается запятая после имени в .symver"
6552
6553 #: config/tc-ft32.c:412 config/tc-moxie.c:232 config/tc-moxie.c:292
6554 #: config/tc-moxie.c:304 config/tc-moxie.c:337 config/tc-moxie.c:369
6555 #: config/tc-moxie.c:402 config/tc-moxie.c:456 config/tc-moxie.c:510
6556 #: config/tc-moxie.c:520 config/tc-moxie.c:543 config/tc-moxie.c:556
6557 #: config/tc-pj.c:308
6558 msgid "extra stuff on line ignored"
6559 msgstr ""
6560
6561 #: config/tc-ft32.c:472 config/tc-lm32.c:236 config/tc-moxie.c:587
6562 #: config/tc-nios2.c:284
6563 msgid "bad call to md_atof"
6564 msgstr ""
6565
6566 #: config/tc-ft32.c:522
6567 #, c-format
6568 msgid "FT32 options:\n"
6569 msgstr ""
6570
6571 #: config/tc-ft32.c:523
6572 #, c-format
6573 msgid ""
6574 "\n"
6575 "-no-relax\t\tdon't relax relocations\n"
6576 "\t\t\t\n"
6577 msgstr ""
6578
6579 #. These macros must be defined, but is will be a fatal assembler
6580 #. error if we ever hit them.
6581 #: config/tc-ft32.h:35 config/tc-pj.h:40
6582 msgid "estimate size\n"
6583 msgstr ""
6584
6585 #: config/tc-ft32.h:36 config/tc-pj.h:39
6586 msgid "convert_frag\n"
6587 msgstr ""
6588
6589 #: config/tc-h8300.c:178
6590 #, c-format
6591 msgid "new section '%s' defined without attributes - this might cause problems"
6592 msgstr ""
6593
6594 #: config/tc-h8300.c:448 config/tc-h8300.c:456
6595 msgid "Reg not valid for H8/300"
6596 msgstr ""
6597
6598 #: config/tc-h8300.c:537
6599 msgid "invalid operand size requested"
6600 msgstr ""
6601
6602 #: config/tc-h8300.c:642
6603 msgid "Invalid register list for ldm/stm\n"
6604 msgstr ""
6605
6606 #: config/tc-h8300.c:668 config/tc-h8300.c:673 config/tc-h8300.c:680
6607 msgid "mismatch between register and suffix"
6608 msgstr ""
6609
6610 #: config/tc-h8300.c:685
6611 msgid "invalid suffix after register."
6612 msgstr ""
6613
6614 #: config/tc-h8300.c:707
6615 msgid "address too high for vector table jmp/jsr"
6616 msgstr ""
6617
6618 #: config/tc-h8300.c:734 config/tc-h8300.c:846 config/tc-h8300.c:856
6619 msgid "Wrong size pointer register for architecture."
6620 msgstr ""
6621
6622 #: config/tc-h8300.c:793 config/tc-h8300.c:801 config/tc-h8300.c:830
6623 msgid "expected @(exp, reg16)"
6624 msgstr ""
6625
6626 #: config/tc-h8300.c:819
6627 msgid "expected .L, .W or .B for register in indexed addressing mode"
6628 msgstr ""
6629
6630 #: config/tc-h8300.c:1013
6631 msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\""
6632 msgstr ""
6633
6634 #: config/tc-h8300.c:1031 config/tc-h8300.c:1040
6635 msgid "expected register"
6636 msgstr ""
6637
6638 #: config/tc-h8300.c:1056
6639 msgid "expected closing paren"
6640 msgstr ""
6641
6642 #: config/tc-h8300.c:1115
6643 #, c-format
6644 msgid "can't use high part of register in operand %d"
6645 msgstr ""
6646
6647 #: config/tc-h8300.c:1272
6648 #, c-format
6649 msgid "Opcode `%s' with these operand types not available in %s mode"
6650 msgstr ""
6651
6652 #: config/tc-h8300.c:1281
6653 msgid "mismatch between opcode size and operand size"
6654 msgstr ""
6655
6656 #: config/tc-h8300.c:1317
6657 #, c-format
6658 msgid "operand %s0x%lx out of range."
6659 msgstr ""
6660
6661 #: config/tc-h8300.c:1434
6662 msgid "Can't work out size of operand.\n"
6663 msgstr ""
6664
6665 #: config/tc-h8300.c:1484
6666 #, c-format
6667 msgid "Opcode `%s' with these operand types not available in H8/300 mode"
6668 msgstr ""
6669
6670 #: config/tc-h8300.c:1489
6671 #, c-format
6672 msgid "Opcode `%s' with these operand types not available in H8/300H mode"
6673 msgstr ""
6674
6675 #: config/tc-h8300.c:1495
6676 #, c-format
6677 msgid "Opcode `%s' with these operand types not available in H8/300S mode"
6678 msgstr ""
6679
6680 #: config/tc-h8300.c:1556 config/tc-h8300.c:1576
6681 msgid "Need #1 or #2 here"
6682 msgstr ""
6683
6684 #: config/tc-h8300.c:1571
6685 msgid "#4 not valid on H8/300."
6686 msgstr ""
6687
6688 #: config/tc-h8300.c:1686 config/tc-h8300.c:1768
6689 #, c-format
6690 msgid "branch operand has odd offset (%lx)\n"
6691 msgstr ""
6692
6693 #: config/tc-h8300.c:1806
6694 msgid "destination operand must be 16 bit register"
6695 msgstr ""
6696
6697 #: config/tc-h8300.c:1815
6698 msgid "source operand must be 8 bit register"
6699 msgstr ""
6700
6701 #: config/tc-h8300.c:1823
6702 msgid "destination operand must be 16bit absolute address"
6703 msgstr ""
6704
6705 #: config/tc-h8300.c:1830
6706 msgid "destination operand must be 8 bit register"
6707 msgstr ""
6708
6709 #: config/tc-h8300.c:1838
6710 msgid "source operand must be 16bit absolute address"
6711 msgstr ""
6712
6713 #. This seems more sane than saying "too many operands".  We'll
6714 #. get here only if the trailing trash starts with a comma.
6715 #: config/tc-h8300.c:1846 config/tc-mips.c:14027 config/tc-mips.c:14095
6716 #: config/tc-mmix.c:479 config/tc-mmix.c:491 config/tc-mmix.c:2533
6717 #: config/tc-mmix.c:2557 config/tc-mmix.c:2830
6718 msgid "invalid operands"
6719 msgstr ""
6720
6721 #: config/tc-h8300.c:1877
6722 msgid "operand/size mis-match"
6723 msgstr ""
6724
6725 #: config/tc-h8300.c:1977 config/tc-sh.c:2972 config/tc-sh64.c:2796
6726 #: config/tc-z8k.c:1233
6727 msgid "unknown opcode"
6728 msgstr ""
6729
6730 #: config/tc-h8300.c:2010
6731 msgid "invalid operand in ldm"
6732 msgstr ""
6733
6734 #: config/tc-h8300.c:2019
6735 msgid "invalid operand in stm"
6736 msgstr ""
6737
6738 #: config/tc-h8300.c:2218
6739 #, c-format
6740 msgid "Invalid argument to --mach option: %s"
6741 msgstr ""
6742
6743 #: config/tc-h8300.c:2229
6744 #, c-format
6745 msgid " H8300-specific assembler options:\n"
6746 msgstr ""
6747
6748 #: config/tc-h8300.c:2230
6749 #, c-format
6750 msgid ""
6751 "  -mach=<name>             Set the H8300 machine type to one of:\n"
6752 "                           h8300h, h8300hn, h8300s, h8300sn, h8300sx, h8300sxn\n"
6753 msgstr ""
6754
6755 #: config/tc-h8300.c:2233
6756 #, c-format
6757 msgid "  -h-tick-hex              Support H'00 style hex constants\n"
6758 msgstr ""
6759
6760 #: config/tc-h8300.c:2242
6761 #, c-format
6762 msgid "call to tc_aout_fix_to_chars \n"
6763 msgstr ""
6764
6765 #: config/tc-h8300.c:2251 config/tc-xc16x.c:347
6766 #, c-format
6767 msgid "call to md_convert_frag \n"
6768 msgstr ""
6769
6770 #: config/tc-h8300.c:2302 config/tc-xc16x.c:251
6771 #, c-format
6772 msgid "call to md_estimate_size_before_relax \n"
6773 msgstr ""
6774
6775 #: config/tc-h8300.c:2317
6776 msgid "Unexpected reference to a symbol in a non-code section"
6777 msgstr ""
6778
6779 #: config/tc-h8300.c:2333 config/tc-xc16x.c:292
6780 msgid "Difference of symbols in different sections is not supported"
6781 msgstr ""
6782
6783 #: config/tc-h8300.c:2355 config/tc-mcore.c:2204 config/tc-microblaze.c:2458
6784 #: config/tc-pj.c:491 config/tc-sh.c:4480 config/tc-tic6x.c:4520
6785 #: config/tc-xc16x.c:315
6786 #, c-format
6787 msgid "Cannot represent relocation type %s"
6788 msgstr ""
6789
6790 #. Simple range checking for FIELD against HIGH and LOW bounds.
6791 #. IGNORE is used to suppress the error message.
6792 #. Variant of CHECK_FIELD for use in md_apply_fix and other places where
6793 #. the current file and line number are not valid.
6794 #: config/tc-hppa.c:1027 config/tc-hppa.c:1041
6795 #, c-format
6796 msgid "Field out of range [%d..%d] (%d)."
6797 msgstr ""
6798
6799 #. Simple alignment checking for FIELD against ALIGN (a power of two).
6800 #. IGNORE is used to suppress the error message.
6801 #: config/tc-hppa.c:1055
6802 #, c-format
6803 msgid "Field not properly aligned [%d] (%d)."
6804 msgstr ""
6805
6806 #: config/tc-hppa.c:1108
6807 msgid "Missing .exit\n"
6808 msgstr ""
6809
6810 #: config/tc-hppa.c:1111
6811 msgid "Missing .procend\n"
6812 msgstr ""
6813
6814 #: config/tc-hppa.c:1264
6815 #, c-format
6816 msgid "Invalid field selector.  Assuming F%%."
6817 msgstr ""
6818
6819 #: config/tc-hppa.c:1288
6820 msgid "Bad segment in expression."
6821 msgstr ""
6822
6823 #: config/tc-hppa.c:1313
6824 #, c-format
6825 msgid "Invalid Nullification: (%c)"
6826 msgstr ""
6827
6828 #: config/tc-hppa.c:1384
6829 msgid "Cannot handle fixup"
6830 msgstr ""
6831
6832 #: config/tc-hppa.c:1682
6833 #, c-format
6834 msgid "  -Q                      ignored\n"
6835 msgstr ""
6836
6837 #: config/tc-hppa.c:1686
6838 #, c-format
6839 msgid "  -c                      print a warning if a comment is found\n"
6840 msgstr ""
6841
6842 #: config/tc-hppa.c:1752
6843 #, c-format
6844 msgid "no hppa_fixup entry for fixup type 0x%x"
6845 msgstr ""
6846
6847 #: config/tc-hppa.c:1931
6848 msgid "Unknown relocation encountered in md_apply_fix."
6849 msgstr ""
6850
6851 #: config/tc-hppa.c:2119 config/tc-hppa.c:2144
6852 #, c-format
6853 msgid "Undefined register: '%s'."
6854 msgstr ""
6855
6856 #: config/tc-hppa.c:2178
6857 #, c-format
6858 msgid "Non-absolute symbol: '%s'."
6859 msgstr ""
6860
6861 #: config/tc-hppa.c:2193
6862 #, c-format
6863 msgid "Undefined absolute constant: '%s'."
6864 msgstr ""
6865
6866 #: config/tc-hppa.c:2224 config/tc-hppa.c:5692
6867 msgid "could not update architecture and machine"
6868 msgstr ""
6869
6870 #: config/tc-hppa.c:2262
6871 #, c-format
6872 msgid "Invalid FP Compare Condition: %s"
6873 msgstr ""
6874
6875 #: config/tc-hppa.c:2317
6876 #, c-format
6877 msgid "Invalid FTEST completer: %s"
6878 msgstr ""
6879
6880 #: config/tc-hppa.c:2383 config/tc-hppa.c:2420
6881 #, c-format
6882 msgid "Invalid FP Operand Format: %3s"
6883 msgstr ""
6884
6885 #: config/tc-hppa.c:2525
6886 msgid "Bad segment (should be absolute)."
6887 msgstr ""
6888
6889 #: config/tc-hppa.c:2585
6890 #, c-format
6891 msgid "Invalid argument location: %s\n"
6892 msgstr ""
6893
6894 #: config/tc-hppa.c:2614
6895 #, c-format
6896 msgid "Invalid argument description: %d"
6897 msgstr ""
6898
6899 #: config/tc-hppa.c:3443
6900 msgid "Invalid Indexed Load Completer."
6901 msgstr ""
6902
6903 #: config/tc-hppa.c:3448
6904 msgid "Invalid Indexed Load Completer Syntax."
6905 msgstr ""
6906
6907 #: config/tc-hppa.c:3482
6908 msgid "Invalid Short Load/Store Completer."
6909 msgstr ""
6910
6911 #: config/tc-hppa.c:3543 config/tc-hppa.c:3548
6912 msgid "Invalid Store Bytes Short Completer"
6913 msgstr ""
6914
6915 #: config/tc-hppa.c:3863 config/tc-hppa.c:3869
6916 msgid "Invalid left/right combination completer"
6917 msgstr ""
6918
6919 #: config/tc-hppa.c:3918 config/tc-hppa.c:3925
6920 msgid "Invalid permutation completer"
6921 msgstr ""
6922
6923 #: config/tc-hppa.c:4025
6924 #, c-format
6925 msgid "Invalid Add Condition: %s"
6926 msgstr ""
6927
6928 #: config/tc-hppa.c:4041 config/tc-hppa.c:4051
6929 msgid "Invalid Add and Branch Condition"
6930 msgstr ""
6931
6932 #: config/tc-hppa.c:4072 config/tc-hppa.c:4217
6933 msgid "Invalid Compare/Subtract Condition"
6934 msgstr ""
6935
6936 #: config/tc-hppa.c:4112
6937 #, c-format
6938 msgid "Invalid Branch On Bit Condition: %c"
6939 msgstr ""
6940
6941 #: config/tc-hppa.c:4115
6942 msgid "Missing Branch On Bit Condition"
6943 msgstr ""
6944
6945 #: config/tc-hppa.c:4200
6946 #, c-format
6947 msgid "Invalid Compare/Subtract Condition: %s"
6948 msgstr ""
6949
6950 #: config/tc-hppa.c:4232
6951 msgid "Invalid Compare and Branch Condition"
6952 msgstr ""
6953
6954 #: config/tc-hppa.c:4328
6955 msgid "Invalid Logical Instruction Condition."
6956 msgstr ""
6957
6958 #: config/tc-hppa.c:4390
6959 msgid "Invalid Shift/Extract/Deposit Condition."
6960 msgstr ""
6961
6962 #: config/tc-hppa.c:4507
6963 msgid "Invalid Unit Instruction Condition."
6964 msgstr ""
6965
6966 #: config/tc-hppa.c:4986 config/tc-hppa.c:5018 config/tc-hppa.c:5049
6967 #: config/tc-hppa.c:5079
6968 msgid "Branch to unaligned address"
6969 msgstr ""
6970
6971 #: config/tc-hppa.c:5261
6972 msgid "Invalid SFU identifier"
6973 msgstr ""
6974
6975 #: config/tc-hppa.c:5311
6976 msgid "Invalid COPR identifier"
6977 msgstr ""
6978
6979 #: config/tc-hppa.c:5441
6980 msgid "Invalid Floating Point Operand Format."
6981 msgstr ""
6982
6983 #: config/tc-hppa.c:5561 config/tc-hppa.c:5581 config/tc-hppa.c:5601
6984 #: config/tc-hppa.c:5621 config/tc-hppa.c:5641
6985 msgid "Invalid register for single precision fmpyadd or fmpysub"
6986 msgstr ""
6987
6988 #: config/tc-hppa.c:5709
6989 #, c-format
6990 msgid "Invalid operands %s"
6991 msgstr ""
6992
6993 #: config/tc-hppa.c:5719
6994 #, c-format
6995 msgid "Immediates %d and %d will give undefined behavior."
6996 msgstr ""
6997
6998 #: config/tc-hppa.c:5771 config/tc-hppa.c:6954 config/tc-hppa.c:7009
6999 msgid "Missing function name for .PROC (corrupted label chain)"
7000 msgstr ""
7001
7002 #: config/tc-hppa.c:5774 config/tc-hppa.c:7012
7003 msgid "Missing function name for .PROC"
7004 msgstr ""
7005
7006 #: config/tc-hppa.c:5833
7007 msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff"
7008 msgstr ""
7009
7010 #: config/tc-hppa.c:5924
7011 #, c-format
7012 msgid "Invalid .CALL argument: %s"
7013 msgstr ""
7014
7015 #: config/tc-hppa.c:6069
7016 msgid ".callinfo is not within a procedure definition"
7017 msgstr ""
7018
7019 #: config/tc-hppa.c:6087
7020 #, c-format
7021 msgid "FRAME parameter must be a multiple of 8: %d\n"
7022 msgstr ""
7023
7024 #: config/tc-hppa.c:6104
7025 msgid "Value for ENTRY_GR must be in the range 3..18\n"
7026 msgstr ""
7027
7028 #: config/tc-hppa.c:6115
7029 msgid "Value for ENTRY_FR must be in the range 12..21\n"
7030 msgstr ""
7031
7032 #: config/tc-hppa.c:6124
7033 msgid "Value for ENTRY_SR must be 3\n"
7034 msgstr ""
7035
7036 #: config/tc-hppa.c:6173
7037 #, c-format
7038 msgid "Invalid .CALLINFO argument: %s"
7039 msgstr ""
7040
7041 #: config/tc-hppa.c:6284
7042 msgid "The .ENTER pseudo-op is not supported"
7043 msgstr ""
7044
7045 #: config/tc-hppa.c:6300
7046 msgid "Misplaced .entry. Ignored."
7047 msgstr ""
7048
7049 #: config/tc-hppa.c:6304
7050 msgid "Missing .callinfo."
7051 msgstr ""
7052
7053 #: config/tc-hppa.c:6368
7054 msgid ".REG expression must be a register"
7055 msgstr ""
7056
7057 #: config/tc-hppa.c:6384
7058 msgid "bad or irreducible absolute expression; zero assumed"
7059 msgstr ""
7060
7061 #: config/tc-hppa.c:6395
7062 msgid ".REG must use a label"
7063 msgstr ""
7064
7065 #: config/tc-hppa.c:6397
7066 msgid ".EQU must use a label"
7067 msgstr ""
7068
7069 #: config/tc-hppa.c:6453
7070 #, c-format
7071 msgid "Symbol '%s' could not be created."
7072 msgstr ""
7073
7074 #: config/tc-hppa.c:6503
7075 msgid ".EXIT must appear within a procedure"
7076 msgstr ""
7077
7078 #: config/tc-hppa.c:6507
7079 msgid "Missing .callinfo"
7080 msgstr ""
7081
7082 #: config/tc-hppa.c:6511
7083 msgid "No .ENTRY for this .EXIT"
7084 msgstr ""
7085
7086 #: config/tc-hppa.c:6551
7087 #, c-format
7088 msgid "Using ENTRY rather than CODE in export directive for %s"
7089 msgstr ""
7090
7091 #: config/tc-hppa.c:6670
7092 #, c-format
7093 msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
7094 msgstr ""
7095
7096 #: config/tc-hppa.c:6693
7097 #, c-format
7098 msgid "Cannot define export symbol: %s\n"
7099 msgstr ""
7100
7101 #: config/tc-hppa.c:6784
7102 msgid "Missing label name on .LABEL"
7103 msgstr ""
7104
7105 #: config/tc-hppa.c:6789
7106 msgid "extra .LABEL arguments ignored."
7107 msgstr ""
7108
7109 #: config/tc-hppa.c:6805
7110 msgid "The .LEAVE pseudo-op is not supported"
7111 msgstr ""
7112
7113 #: config/tc-hppa.c:6843
7114 msgid "Unrecognized .LEVEL argument\n"
7115 msgstr ""
7116
7117 #: config/tc-hppa.c:6876
7118 #, c-format
7119 msgid "Cannot define static symbol: %s\n"
7120 msgstr ""
7121
7122 #: config/tc-hppa.c:6908
7123 msgid "Nested procedures"
7124 msgstr ""
7125
7126 #: config/tc-hppa.c:6918
7127 msgid "Cannot allocate unwind descriptor\n"
7128 msgstr ""
7129
7130 #: config/tc-hppa.c:7016
7131 msgid "misplaced .procend"
7132 msgstr ""
7133
7134 #: config/tc-hppa.c:7019
7135 msgid "Missing .callinfo for this procedure"
7136 msgstr ""
7137
7138 #: config/tc-hppa.c:7022
7139 msgid "Missing .EXIT for a .ENTRY"
7140 msgstr ""
7141
7142 #: config/tc-hppa.c:7059
7143 msgid "Not in a space.\n"
7144 msgstr ""
7145
7146 #: config/tc-hppa.c:7062
7147 msgid "Not in a subspace.\n"
7148 msgstr ""
7149
7150 #: config/tc-hppa.c:7150
7151 msgid "Invalid .SPACE argument"
7152 msgstr ""
7153
7154 #: config/tc-hppa.c:7196
7155 msgid "Can't change spaces within a procedure definition. Ignored"
7156 msgstr ""
7157
7158 #: config/tc-hppa.c:7321
7159 #, c-format
7160 msgid "Undefined space: '%s' Assuming space number = 0."
7161 msgstr ""
7162
7163 #: config/tc-hppa.c:7344
7164 msgid "Must be in a space before changing or declaring subspaces.\n"
7165 msgstr ""
7166
7167 #: config/tc-hppa.c:7348
7168 msgid "Can't change subspaces within a procedure definition. Ignored"
7169 msgstr ""
7170
7171 #: config/tc-hppa.c:7382
7172 msgid "Parameters of an existing subspace can't be modified"
7173 msgstr ""
7174
7175 #: config/tc-hppa.c:7433
7176 msgid "Alignment must be a power of 2"
7177 msgstr ""
7178
7179 #: config/tc-hppa.c:7480
7180 msgid "FIRST not supported as a .SUBSPACE argument"
7181 msgstr ""
7182
7183 #: config/tc-hppa.c:7482
7184 msgid "Invalid .SUBSPACE argument"
7185 msgstr ""
7186
7187 #: config/tc-hppa.c:7672
7188 #, c-format
7189 msgid "Internal error: Unable to find containing space for %s."
7190 msgstr ""
7191
7192 #: config/tc-hppa.c:8234
7193 msgid "-R option not supported on this target."
7194 msgstr ""
7195
7196 #: config/tc-hppa.c:8251 config/tc-sparc.c:1019 config/tc-sparc.c:1056
7197 #, c-format
7198 msgid "Internal error: can't hash `%s': %s\n"
7199 msgstr ""
7200
7201 #: config/tc-hppa.c:8260 config/tc-i860.c:235
7202 #, c-format
7203 msgid "internal error: losing opcode: `%s' \"%s\"\n"
7204 msgstr ""
7205
7206 #: config/tc-i370.c:418 config/tc-ppc.c:1278 config/tc-s390.c:432
7207 #: config/tc-s390.c:439
7208 #, c-format
7209 msgid "invalid switch -m%s"
7210 msgstr ""
7211
7212 #: config/tc-i370.c:515 config/tc-s390.c:538
7213 #, c-format
7214 msgid "Internal assembler error for instruction %s"
7215 msgstr ""
7216
7217 #: config/tc-i370.c:534
7218 #, c-format
7219 msgid "Internal assembler error for macro %s"
7220 msgstr ""
7221
7222 #: config/tc-i370.c:629 config/tc-ppc.c:2129
7223 msgid "identifier+constant@got means identifier@got+constant"
7224 msgstr ""
7225
7226 #: config/tc-i370.c:683 config/tc-m68k.c:8071 read.c:4572
7227 #, fuzzy, c-format
7228 #| msgid "relocation is not supported"
7229 msgid "%s relocations do not fit in %u byte"
7230 msgid_plural "%s relocations do not fit in %u bytes"
7231 msgstr[0] "перемещение не поддерживается"
7232 msgstr[1] "перемещение не поддерживается"
7233 msgstr[2] "перемещение не поддерживается"
7234
7235 #: config/tc-i370.c:927 config/tc-i370.c:968
7236 msgid "unsupported DC type"
7237 msgstr ""
7238
7239 #: config/tc-i370.c:939 config/tc-i370.c:949 config/tc-i370.c:1531
7240 #: config/tc-i370.c:1542
7241 msgid "missing end-quote"
7242 msgstr ""
7243
7244 #: config/tc-i370.c:998
7245 msgid "unsupported alignment"
7246 msgstr ""
7247
7248 #: config/tc-i370.c:1005
7249 msgid "this DS form not yet supported"
7250 msgstr ""
7251
7252 #: config/tc-i370.c:1047 config/tc-m32r.c:1488 config/tc-microblaze.c:192
7253 msgid "Expected comma after symbol-name: rest of line ignored."
7254 msgstr ""
7255
7256 #: config/tc-i370.c:1070 config/tc-m32r.c:1512 config/tc-microblaze.c:214
7257 #: config/tc-ppc.c:2289 config/tc-ppc.c:3808 config/tc-ppc.c:3850
7258 #: config/tc-ppc.c:5410
7259 msgid "ignoring bad alignment"
7260 msgstr ""
7261
7262 #: config/tc-i370.c:1081 config/tc-m32r.c:1539 config/tc-microblaze.c:225
7263 #, c-format
7264 msgid "Ignoring attempt to re-define symbol `%s'."
7265 msgstr ""
7266
7267 #: config/tc-i370.c:1089 config/tc-microblaze.c:233
7268 #, c-format
7269 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
7270 msgstr ""
7271
7272 #: config/tc-i370.c:1108 config/tc-m32r.c:1524 config/tc-microblaze.c:249
7273 #: config/tc-v850.c:383
7274 msgid "Common alignment not a power of 2"
7275 msgstr ""
7276
7277 #: config/tc-i370.c:1246
7278 msgid "Missing or bad .using directive"
7279 msgstr ""
7280
7281 #: config/tc-i370.c:1291
7282 msgid "Literal Pool Overflow"
7283 msgstr ""
7284
7285 #: config/tc-i370.c:1589
7286 msgid "expression not a constant"
7287 msgstr ""
7288
7289 #: config/tc-i370.c:1596
7290 msgid "Unknown/unsupported address literal type"
7291 msgstr ""
7292
7293 #: config/tc-i370.c:1619
7294 #, c-format
7295 msgid ".ltorg without prior .using in section %s"
7296 msgstr ""
7297
7298 #: config/tc-i370.c:1623
7299 #, c-format
7300 msgid ".ltorg in section %s paired to .using in section %s"
7301 msgstr ""
7302
7303 #: config/tc-i370.c:1646
7304 #, c-format
7305 msgid "bad alignment of %d bytes in literal pool"
7306 msgstr ""
7307
7308 #: config/tc-i370.c:1670
7309 msgid "bad literal size\n"
7310 msgstr ""
7311
7312 #: config/tc-i370.c:1744
7313 msgid ".using: base address expression illegal or too complex"
7314 msgstr ""
7315
7316 #: config/tc-i370.c:1779 config/tc-i370.c:1788
7317 #, c-format
7318 msgid "dropping register %d in section %s does not match using register %d"
7319 msgstr ""
7320
7321 #: config/tc-i370.c:1792
7322 #, c-format
7323 msgid "dropping register %d in section %s previously used in section %s"
7324 msgstr ""
7325
7326 #: config/tc-i370.c:1848 config/tc-ppc.c:3630
7327 msgid "wrong number of operands"
7328 msgstr ""
7329
7330 #: config/tc-i370.c:1930 config/tc-mn10200.c:896 config/tc-mn10300.c:1253
7331 #: config/tc-s390.c:1684 config/tc-v850.c:2328
7332 #, c-format
7333 msgid "Unrecognized opcode: `%s'"
7334 msgstr ""
7335
7336 #: config/tc-i370.c:2073
7337 msgid "not using any base register"
7338 msgstr ""
7339
7340 #: config/tc-i370.c:2103
7341 #, c-format
7342 msgid "expecting a register for operand %d"
7343 msgstr ""
7344
7345 #. xgettext:c-format.
7346 #: config/tc-i370.c:2209 config/tc-mn10200.c:1139 config/tc-mn10300.c:1821
7347 #: config/tc-ppc.c:3486 config/tc-s390.c:1597 config/tc-v850.c:3043
7348 #, c-format
7349 msgid "junk at end of line: `%s'"
7350 msgstr ""
7351
7352 #. Not used --- don't have any 8 byte instructions.
7353 #: config/tc-i370.c:2224
7354 msgid "Internal Error: bad instruction length"
7355 msgstr ""
7356
7357 #: config/tc-i386.c:2201
7358 #, c-format
7359 msgid "%s shortened to %s"
7360 msgstr ""
7361
7362 #: config/tc-i386.c:2291
7363 msgid "same type of prefix used twice"
7364 msgstr ""
7365
7366 #: config/tc-i386.c:2318
7367 #, c-format
7368 msgid "64bit mode not supported on `%s'."
7369 msgstr ""
7370
7371 #: config/tc-i386.c:2327
7372 #, c-format
7373 msgid "32bit mode not supported on `%s'."
7374 msgstr ""
7375
7376 #: config/tc-i386.c:2367
7377 msgid "bad argument to syntax directive."
7378 msgstr ""
7379
7380 #: config/tc-i386.c:2430
7381 #, c-format
7382 msgid "bad argument to %s_check directive."
7383 msgstr ""
7384
7385 #: config/tc-i386.c:2434
7386 #, fuzzy, c-format
7387 #| msgid "missing expression in .size directive"
7388 msgid "missing argument for %s_check directive"
7389 msgstr "пропущено выражение в директиве .size"
7390
7391 #: config/tc-i386.c:2474
7392 #, c-format
7393 msgid "`%s' is not supported on `%s'"
7394 msgstr ""
7395
7396 #: config/tc-i386.c:2576
7397 #, c-format
7398 msgid "no such architecture: `%s'"
7399 msgstr ""
7400
7401 #: config/tc-i386.c:2581
7402 msgid "missing cpu architecture"
7403 msgstr ""
7404
7405 #: config/tc-i386.c:2598
7406 #, c-format
7407 msgid "no such architecture modifier: `%s'"
7408 msgstr ""
7409
7410 #: config/tc-i386.c:2613 config/tc-i386.c:2643
7411 msgid "Intel L1OM is 64bit ELF only"
7412 msgstr ""
7413
7414 #: config/tc-i386.c:2620 config/tc-i386.c:2650
7415 msgid "Intel K1OM is 64bit ELF only"
7416 msgstr ""
7417
7418 #: config/tc-i386.c:2627 config/tc-i386.c:2664
7419 msgid "Intel MCU is 32bit ELF only"
7420 msgstr ""
7421
7422 #: config/tc-i386.c:2671 config/tc-i386.c:10616
7423 msgid "unknown architecture"
7424 msgstr ""
7425
7426 #: config/tc-i386.c:2708 config/tc-i386.c:2730
7427 #, c-format
7428 msgid "can't hash %s: %s"
7429 msgstr ""
7430
7431 #: config/tc-i386.c:3023
7432 msgid "there are no pc-relative size relocations"
7433 msgstr ""
7434
7435 #: config/tc-i386.c:3035
7436 #, c-format
7437 msgid "unknown relocation (%u)"
7438 msgstr ""
7439
7440 #: config/tc-i386.c:3037
7441 #, c-format
7442 msgid "%u-byte relocation cannot be applied to %u-byte field"
7443 msgstr ""
7444
7445 #: config/tc-i386.c:3041
7446 msgid "non-pc-relative relocation for pc-relative field"
7447 msgstr ""
7448
7449 #: config/tc-i386.c:3046
7450 msgid "relocated field and relocation type differ in signedness"
7451 msgstr ""
7452
7453 #: config/tc-i386.c:3055
7454 msgid "there are no unsigned pc-relative relocations"
7455 msgstr ""
7456
7457 #: config/tc-i386.c:3063
7458 #, c-format
7459 msgid "cannot do %u byte pc-relative relocation"
7460 msgstr ""
7461
7462 #: config/tc-i386.c:3080
7463 #, c-format
7464 msgid "cannot do %s %u byte relocation"
7465 msgstr ""
7466
7467 #: config/tc-i386.c:3549 config/tc-i386.c:3576
7468 #, c-format
7469 msgid "can't use register '%s%s' as operand %d in '%s'."
7470 msgstr ""
7471
7472 #: config/tc-i386.c:3616 config/tc-i386.c:3756
7473 #, fuzzy, c-format
7474 #| msgid "invalid listing option `%c'"
7475 msgid "invalid instruction `%s' after `%s'"
7476 msgstr "неверный параметр %c для листинга"
7477
7478 #: config/tc-i386.c:3622
7479 #, c-format
7480 msgid "missing `lock' with `%s'"
7481 msgstr ""
7482
7483 #: config/tc-i386.c:3629
7484 #, c-format
7485 msgid "instruction `%s' after `xacquire' not allowed"
7486 msgstr ""
7487
7488 #: config/tc-i386.c:3636
7489 #, c-format
7490 msgid "memory destination needed for instruction `%s' after `xrelease'"
7491 msgstr ""
7492
7493 #: config/tc-i386.c:3730
7494 #, c-format
7495 msgid "SSE instruction `%s' is used"
7496 msgstr ""
7497
7498 #: config/tc-i386.c:3744 config/tc-i386.c:5581
7499 #, c-format
7500 msgid "ambiguous operand size for `%s'"
7501 msgstr ""
7502
7503 #: config/tc-i386.c:3769
7504 msgid "expecting lockable instruction after `lock'"
7505 msgstr ""
7506
7507 #: config/tc-i386.c:3779
7508 msgid "expecting valid branch instruction after `bnd'"
7509 msgstr ""
7510
7511 #: config/tc-i386.c:3783
7512 msgid "expecting indirect branch instruction after `notrack'"
7513 msgstr ""
7514
7515 #: config/tc-i386.c:3788
7516 msgid "32-bit address isn't allowed in 64-bit MPX instructions."
7517 msgstr ""
7518
7519 #: config/tc-i386.c:3792
7520 msgid "16-bit address isn't allowed in MPX instructions"
7521 msgstr ""
7522
7523 #. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc.
7524 #: config/tc-i386.c:3847
7525 #, c-format
7526 msgid "translating to `%sp'"
7527 msgstr ""
7528
7529 #: config/tc-i386.c:3854
7530 #, c-format
7531 msgid "instruction `%s' isn't supported in 16-bit mode."
7532 msgstr ""
7533
7534 #: config/tc-i386.c:3914
7535 #, c-format
7536 msgid "can't encode register '%s%s' in an instruction requiring REX prefix."
7537 msgstr ""
7538
7539 #: config/tc-i386.c:3954 config/tc-i386.c:4140
7540 #, c-format
7541 msgid "no such instruction: `%s'"
7542 msgstr ""
7543
7544 #: config/tc-i386.c:3965 config/tc-i386.c:4173
7545 #, c-format
7546 msgid "invalid character %s in mnemonic"
7547 msgstr ""
7548
7549 #: config/tc-i386.c:3972
7550 msgid "expecting prefix; got nothing"
7551 msgstr ""
7552
7553 #: config/tc-i386.c:3974
7554 msgid "expecting mnemonic; got nothing"
7555 msgstr ""
7556
7557 #: config/tc-i386.c:3989 config/tc-i386.c:4191
7558 #, c-format
7559 msgid "`%s' is only supported in 64-bit mode"
7560 msgstr ""
7561
7562 #: config/tc-i386.c:3990 config/tc-i386.c:4190
7563 #, c-format
7564 msgid "`%s' is not supported in 64-bit mode"
7565 msgstr ""
7566
7567 #: config/tc-i386.c:4002
7568 #, c-format
7569 msgid "redundant %s prefix"
7570 msgstr ""
7571
7572 #: config/tc-i386.c:4197
7573 #, c-format
7574 msgid "`%s' is not supported on `%s%s'"
7575 msgstr ""
7576
7577 #: config/tc-i386.c:4208
7578 msgid "use .code16 to ensure correct addressing mode"
7579 msgstr ""
7580
7581 #: config/tc-i386.c:4232
7582 #, c-format
7583 msgid "invalid character %s before operand %d"
7584 msgstr ""
7585
7586 #: config/tc-i386.c:4246
7587 #, c-format
7588 msgid "unbalanced parenthesis in operand %d."
7589 msgstr ""
7590
7591 #: config/tc-i386.c:4249
7592 #, c-format
7593 msgid "unbalanced brackets in operand %d."
7594 msgstr ""
7595
7596 #: config/tc-i386.c:4258
7597 #, c-format
7598 msgid "invalid character %s in operand %d"
7599 msgstr ""
7600
7601 #: config/tc-i386.c:4285
7602 #, c-format
7603 msgid "spurious operands; (%d operands/instruction max)"
7604 msgstr ""
7605
7606 #: config/tc-i386.c:4309
7607 msgid "expecting operand after ','; got nothing"
7608 msgstr ""
7609
7610 #: config/tc-i386.c:4314
7611 msgid "expecting operand before ','; got nothing"
7612 msgstr ""
7613
7614 #: config/tc-i386.c:4693
7615 msgid "mask, index, and destination registers should be distinct"
7616 msgstr ""
7617
7618 #: config/tc-i386.c:4710
7619 msgid "index and destination registers should be distinct"
7620 msgstr ""
7621
7622 #: config/tc-i386.c:5239
7623 msgid "operand size mismatch"
7624 msgstr ""
7625
7626 #: config/tc-i386.c:5242
7627 msgid "operand type mismatch"
7628 msgstr ""
7629
7630 #: config/tc-i386.c:5245
7631 msgid "register type mismatch"
7632 msgstr ""
7633
7634 #: config/tc-i386.c:5248
7635 msgid "number of operands mismatch"
7636 msgstr ""
7637
7638 #: config/tc-i386.c:5251
7639 #, fuzzy
7640 #| msgid "invalid listing option `%c'"
7641 msgid "invalid instruction suffix"
7642 msgstr "неверный параметр %c для листинга"
7643
7644 #: config/tc-i386.c:5254
7645 msgid "constant doesn't fit in 4 bits"
7646 msgstr ""
7647
7648 #: config/tc-i386.c:5257
7649 msgid "only supported with old gcc"
7650 msgstr ""
7651
7652 #: config/tc-i386.c:5260
7653 msgid "unsupported with Intel mnemonic"
7654 msgstr ""
7655
7656 #: config/tc-i386.c:5263
7657 msgid "unsupported syntax"
7658 msgstr ""
7659
7660 #: config/tc-i386.c:5266
7661 #, fuzzy, c-format
7662 #| msgid "unsupported section attribute '%c'"
7663 msgid "unsupported instruction `%s'"
7664 msgstr "неподдерживаемый атрибут раздела %c"
7665
7666 #: config/tc-i386.c:5270
7667 msgid "invalid VSIB address"
7668 msgstr ""
7669
7670 #: config/tc-i386.c:5273
7671 msgid "mask, index, and destination registers must be distinct"
7672 msgstr ""
7673
7674 #: config/tc-i386.c:5276
7675 #, fuzzy
7676 #| msgid "unsupported section attribute '%c'"
7677 msgid "unsupported vector index register"
7678 msgstr "неподдерживаемый атрибут раздела %c"
7679
7680 #: config/tc-i386.c:5279
7681 msgid "unsupported broadcast"
7682 msgstr ""
7683
7684 #: config/tc-i386.c:5282
7685 msgid "broadcast not on source memory operand"
7686 msgstr ""
7687
7688 #: config/tc-i386.c:5285
7689 msgid "broadcast is needed for operand of such type"
7690 msgstr ""
7691
7692 #: config/tc-i386.c:5288
7693 msgid "unsupported masking"
7694 msgstr ""
7695
7696 #: config/tc-i386.c:5291
7697 msgid "mask not on destination operand"
7698 msgstr ""
7699
7700 #: config/tc-i386.c:5294
7701 msgid "default mask isn't allowed"
7702 msgstr ""
7703
7704 #: config/tc-i386.c:5297
7705 msgid "unsupported static rounding/sae"
7706 msgstr ""
7707
7708 #: config/tc-i386.c:5301
7709 msgid "RC/SAE operand must precede immediate operands"
7710 msgstr ""
7711
7712 #: config/tc-i386.c:5303
7713 msgid "RC/SAE operand must follow immediate operands"
7714 msgstr ""
7715
7716 #: config/tc-i386.c:5306 config/tc-metag.c:4789 config/tc-metag.c:5530
7717 #: config/tc-metag.c:5552
7718 #, fuzzy
7719 #| msgid "illegal operand"
7720 msgid "invalid register operand"
7721 msgstr "неверный операнд"
7722
7723 #: config/tc-i386.c:5309
7724 #, c-format
7725 msgid "%s for `%s'"
7726 msgstr ""
7727
7728 #: config/tc-i386.c:5320
7729 #, c-format
7730 msgid "indirect %s without `*'"
7731 msgstr ""
7732
7733 #. Warn them that a data or address size prefix doesn't
7734 #. affect assembly of the next line of code.
7735 #: config/tc-i386.c:5328
7736 #, c-format
7737 msgid "stand-alone `%s' prefix"
7738 msgstr ""
7739
7740 #: config/tc-i386.c:5362 config/tc-i386.c:5378
7741 #, c-format
7742 msgid "`%s' operand %d must use `%ses' segment"
7743 msgstr ""
7744
7745 #. We have to know the operand size for crc32.
7746 #: config/tc-i386.c:5432
7747 #, c-format
7748 msgid "ambiguous memory operand size for `%s`"
7749 msgstr ""
7750
7751 #: config/tc-i386.c:5554
7752 msgid "no instruction mnemonic suffix given and no register operands; can't size instruction"
7753 msgstr ""
7754
7755 #: config/tc-i386.c:5700 config/tc-i386.c:5773 config/tc-i386.c:5895
7756 #, c-format
7757 msgid "using `%s%s' instead of `%s%s' due to `%c' suffix"
7758 msgstr ""
7759
7760 #: config/tc-i386.c:5721 config/tc-i386.c:5749 config/tc-i386.c:5820
7761 #: config/tc-i386.c:5870
7762 #, c-format
7763 msgid "`%s%s' not allowed with `%s%c'"
7764 msgstr ""
7765
7766 #: config/tc-i386.c:5767 config/tc-i386.c:5794 config/tc-i386.c:5845
7767 #: config/tc-i386.c:5889
7768 #, c-format
7769 msgid "incorrect register `%s%s' used with `%c' suffix"
7770 msgstr ""
7771
7772 #: config/tc-i386.c:5958
7773 msgid "no instruction mnemonic suffix given; can't determine immediate size"
7774 msgstr ""
7775
7776 #: config/tc-i386.c:6102
7777 #, c-format
7778 msgid "the second source register `%s%s' implicitly denotes `%s%.3s%d' to `%s%.3s%d' source group in `%s'"
7779 msgstr ""
7780
7781 #: config/tc-i386.c:6139
7782 #, c-format
7783 msgid "you can't `pop %scs'"
7784 msgstr ""
7785
7786 #. Reversed arguments on faddp, fsubp, etc.
7787 #: config/tc-i386.c:6168
7788 #, c-format
7789 msgid "translating to `%s %s%s,%s%s'"
7790 msgstr ""
7791
7792 #. Extraneous `l' suffix on fp insn.
7793 #: config/tc-i386.c:6175
7794 #, c-format
7795 msgid "translating to `%s %s%s'"
7796 msgstr ""
7797
7798 #: config/tc-i386.c:6203
7799 #, c-format
7800 msgid "segment override on `%s' is ineffectual"
7801 msgstr ""
7802
7803 #: config/tc-i386.c:6975 config/tc-i386.c:7076 config/tc-i386.c:7131
7804 msgid "skipping prefixes on this instruction"
7805 msgstr ""
7806
7807 #: config/tc-i386.c:7151
7808 msgid "16-bit jump out of range"
7809 msgstr ""
7810
7811 #: config/tc-i386.c:7160
7812 #, c-format
7813 msgid "can't handle non absolute segment in `%s'"
7814 msgstr ""
7815
7816 #: config/tc-i386.c:7255
7817 msgid "pseudo prefix without instruction"
7818 msgstr ""
7819
7820 #: config/tc-i386.c:7847 config/tc-i386.c:7949
7821 #, c-format
7822 msgid "@%s reloc is not supported with %d-bit output format"
7823 msgstr ""
7824
7825 #: config/tc-i386.c:8000
7826 #, c-format
7827 msgid "missing or invalid expression `%s'"
7828 msgstr ""
7829
7830 #: config/tc-i386.c:8086
7831 #, c-format
7832 msgid "Unsupported broadcast: `%s'"
7833 msgstr ""
7834
7835 #: config/tc-i386.c:8101
7836 #, c-format
7837 msgid "`%s%s' can't be used for write mask"
7838 msgstr ""
7839
7840 #: config/tc-i386.c:8124
7841 #, fuzzy, c-format
7842 #| msgid "invalid listing option `%c'"
7843 msgid "invalid write mask `%s'"
7844 msgstr "неверный параметр %c для листинга"
7845
7846 #: config/tc-i386.c:8146 config/tc-i386.c:8809
7847 #, fuzzy, c-format
7848 #| msgid "duplicate \"else\""
7849 msgid "duplicated `%s'"
7850 msgstr "повторный \"else\""
7851
7852 #: config/tc-i386.c:8156
7853 #, fuzzy, c-format
7854 #| msgid "invalid listing option `%c'"
7855 msgid "invalid zeroing-masking `%s'"
7856 msgstr "неверный параметр %c для листинга"
7857
7858 #: config/tc-i386.c:8169
7859 #, c-format
7860 msgid "missing `}' in `%s'"
7861 msgstr ""
7862
7863 #. We don't know this one.
7864 #: config/tc-i386.c:8177
7865 #, fuzzy, c-format
7866 #| msgid "unknown section attribute '%c'"
7867 msgid "unknown vector operation: `%s'"
7868 msgstr "неизвестный атрибут раздела %c"
7869
7870 #: config/tc-i386.c:8183
7871 msgid "zeroing-masking only allowed with write mask"
7872 msgstr ""
7873
7874 #: config/tc-i386.c:8203
7875 #, c-format
7876 msgid "at most %d immediate operands are allowed"
7877 msgstr ""
7878
7879 #: config/tc-i386.c:8235 config/tc-i386.c:8482
7880 #, c-format
7881 msgid "junk `%s' after expression"
7882 msgstr ""
7883
7884 #: config/tc-i386.c:8256
7885 #, c-format
7886 msgid "missing or invalid immediate expression `%s'"
7887 msgstr ""
7888
7889 #: config/tc-i386.c:8279 config/tc-i386.c:8572
7890 #, c-format
7891 msgid "unimplemented segment %s in operand"
7892 msgstr ""
7893
7894 #: config/tc-i386.c:8286
7895 #, c-format
7896 msgid "illegal immediate register operand %s"
7897 msgstr ""
7898
7899 #: config/tc-i386.c:8334
7900 #, c-format
7901 msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
7902 msgstr ""
7903
7904 #: config/tc-i386.c:8343
7905 #, c-format
7906 msgid "scale factor of %d without an index register"
7907 msgstr ""
7908
7909 #: config/tc-i386.c:8365
7910 #, c-format
7911 msgid "at most %d displacement operands are allowed"
7912 msgstr ""
7913
7914 #: config/tc-i386.c:8538
7915 #, c-format
7916 msgid "missing or invalid displacement expression `%s'"
7917 msgstr ""
7918
7919 #: config/tc-i386.c:8555
7920 #, c-format
7921 msgid "0x%lx out range of signed 32bit displacement"
7922 msgstr ""
7923
7924 #: config/tc-i386.c:8707
7925 #, c-format
7926 msgid "`%s' is not valid here (expected `%c%s%s%c')"
7927 msgstr ""
7928
7929 #: config/tc-i386.c:8719
7930 #, c-format
7931 msgid "`%s' is not a valid %s expression"
7932 msgstr ""
7933
7934 #: config/tc-i386.c:8754
7935 #, c-format
7936 msgid "`%s' cannot be used here"
7937 msgstr ""
7938
7939 #: config/tc-i386.c:8761
7940 msgid "register scaling is being ignored here"
7941 msgstr ""
7942
7943 #: config/tc-i386.c:8822
7944 #, c-format
7945 msgid "Missing '}': '%s'"
7946 msgstr ""
7947
7948 #: config/tc-i386.c:8828
7949 #, c-format
7950 msgid "Junk after '}': '%s'"
7951 msgstr ""
7952
7953 #: config/tc-i386.c:8956
7954 #, c-format
7955 msgid "bad memory operand `%s'"
7956 msgstr ""
7957
7958 #: config/tc-i386.c:8980
7959 #, c-format
7960 msgid "junk `%s' after register"
7961 msgstr ""
7962
7963 #: config/tc-i386.c:8993 config/tc-i386.c:9130 config/tc-i386.c:9174
7964 #, c-format
7965 msgid "bad register name `%s'"
7966 msgstr ""
7967
7968 #: config/tc-i386.c:9001
7969 msgid "immediate operand illegal with absolute jump"
7970 msgstr ""
7971
7972 #: config/tc-i386.c:9032
7973 #, c-format
7974 msgid "too many memory references for `%s'"
7975 msgstr ""
7976
7977 #: config/tc-i386.c:9119
7978 #, c-format
7979 msgid "expecting `,' or `)' after index register in `%s'"
7980 msgstr ""
7981
7982 #: config/tc-i386.c:9147
7983 #, c-format
7984 msgid "expecting `)' after scale factor in `%s'"
7985 msgstr ""
7986
7987 #: config/tc-i386.c:9155
7988 #, c-format
7989 msgid "expecting index register or scale factor after `,'; got '%c'"
7990 msgstr ""
7991
7992 #: config/tc-i386.c:9163
7993 #, c-format
7994 msgid "expecting `,' or `)' after base register in `%s'"
7995 msgstr ""
7996
7997 #. It's not a memory operand; argh!
7998 #: config/tc-i386.c:9212
7999 #, c-format
8000 msgid "invalid char %s beginning operand %d `%s'"
8001 msgstr ""
8002
8003 #: config/tc-i386.c:9434
8004 msgid "long jump required"
8005 msgstr ""
8006
8007 #: config/tc-i386.c:9489
8008 msgid "jump target out of range"
8009 msgstr ""
8010
8011 #: config/tc-i386.c:10064
8012 msgid "no compiled in support for x86_64"
8013 msgstr ""
8014
8015 #: config/tc-i386.c:10084
8016 msgid "no compiled in support for 32bit x86_64"
8017 msgstr ""
8018
8019 #: config/tc-i386.c:10088
8020 msgid "32bit x86_64 is only supported for ELF"
8021 msgstr ""
8022
8023 #: config/tc-i386.c:10122 config/tc-i386.c:10206
8024 #, fuzzy, c-format
8025 #| msgid "invalid listing option `%c'"
8026 msgid "invalid -march= option: `%s'"
8027 msgstr "неверный параметр %c для листинга"
8028
8029 #: config/tc-i386.c:10216 config/tc-i386.c:10228
8030 #, fuzzy, c-format
8031 #| msgid "invalid listing option `%c'"
8032 msgid "invalid -mtune= option: `%s'"
8033 msgstr "неверный параметр %c для листинга"
8034
8035 #: config/tc-i386.c:10237
8036 #, fuzzy, c-format
8037 #| msgid "invalid listing option `%c'"
8038 msgid "invalid -mmnemonic= option: `%s'"
8039 msgstr "неверный параметр %c для листинга"
8040
8041 #: config/tc-i386.c:10246
8042 #, fuzzy, c-format
8043 #| msgid "invalid listing option `%c'"
8044 msgid "invalid -msyntax= option: `%s'"
8045 msgstr "неверный параметр %c для листинга"
8046
8047 #: config/tc-i386.c:10273
8048 #, fuzzy, c-format
8049 #| msgid "invalid listing option `%c'"
8050 msgid "invalid -msse-check= option: `%s'"
8051 msgstr "неверный параметр %c для листинга"
8052
8053 #: config/tc-i386.c:10284
8054 #, fuzzy, c-format
8055 #| msgid "invalid listing option `%c'"
8056 msgid "invalid -moperand-check= option: `%s'"
8057 msgstr "неверный параметр %c для листинга"
8058
8059 #: config/tc-i386.c:10293
8060 #, fuzzy, c-format
8061 #| msgid "invalid listing option `%c'"
8062 msgid "invalid -mavxscalar= option: `%s'"
8063 msgstr "неверный параметр %c для листинга"
8064
8065 #: config/tc-i386.c:10308
8066 #, fuzzy, c-format
8067 #| msgid "invalid listing option `%c'"
8068 msgid "invalid -mevexlig= option: `%s'"
8069 msgstr "неверный параметр %c для листинга"
8070
8071 #: config/tc-i386.c:10321
8072 #, fuzzy, c-format
8073 #| msgid "invalid listing option `%c'"
8074 msgid "invalid -mevexrcig= option: `%s'"
8075 msgstr "неверный параметр %c для листинга"
8076
8077 #: config/tc-i386.c:10330
8078 #, fuzzy, c-format
8079 #| msgid "invalid listing option `%c'"
8080 msgid "invalid -mevexwig= option: `%s'"
8081 msgstr "неверный параметр %c для листинга"
8082
8083 #: config/tc-i386.c:10345
8084 #, fuzzy, c-format
8085 #| msgid "invalid listing option `%c'"
8086 msgid "invalid -momit-lock-prefix= option: `%s'"
8087 msgstr "неверный параметр %c для листинга"
8088
8089 #: config/tc-i386.c:10354
8090 #, c-format
8091 msgid "invalid -mfence-as-lock-add= option: `%s'"
8092 msgstr ""
8093
8094 #: config/tc-i386.c:10363
8095 #, fuzzy, c-format
8096 #| msgid "invalid listing option `%c'"
8097 msgid "invalid -mrelax-relocations= option: `%s'"
8098 msgstr "неверный параметр %c для листинга"
8099
8100 #: config/tc-i386.c:10486
8101 #, c-format
8102 msgid ""
8103 "  -Q                      ignored\n"
8104 "  -V                      print assembler version number\n"
8105 "  -k                      ignored\n"
8106 msgstr ""
8107
8108 #: config/tc-i386.c:10491
8109 #, c-format
8110 msgid ""
8111 "  -n                      Do not optimize code alignment\n"
8112 "  -q                      quieten some warnings\n"
8113 msgstr ""
8114
8115 #: config/tc-i386.c:10495
8116 #, c-format
8117 msgid "  -s                      ignored\n"
8118 msgstr ""
8119
8120 #: config/tc-i386.c:10500
8121 #, c-format
8122 msgid "  --32/--64/--x32         generate 32bit/64bit/x32 code\n"
8123 msgstr ""
8124
8125 #: config/tc-i386.c:10504
8126 #, c-format
8127 msgid "  --divide                do not treat `/' as a comment character\n"
8128 msgstr ""
8129
8130 #: config/tc-i386.c:10507
8131 #, c-format
8132 msgid "  --divide                ignored\n"
8133 msgstr ""
8134
8135 #: config/tc-i386.c:10510
8136 #, c-format
8137 msgid ""
8138 "  -march=CPU[,+EXTENSION...]\n"
8139 "                          generate code for CPU and EXTENSION, CPU is one of:\n"
8140 msgstr ""
8141
8142 #: config/tc-i386.c:10514
8143 #, fuzzy, c-format
8144 #| msgid "  -w                      ignored\n"
8145 msgid "                          EXTENSION is combination of:\n"
8146 msgstr "  -w                      игнорируется\n"
8147
8148 #: config/tc-i386.c:10517
8149 #, c-format
8150 msgid "  -mtune=CPU              optimize for CPU, CPU is one of:\n"
8151 msgstr ""
8152
8153 #: config/tc-i386.c:10520
8154 #, c-format
8155 msgid "  -msse2avx               encode SSE instructions with VEX prefix\n"
8156 msgstr ""
8157
8158 #: config/tc-i386.c:10522
8159 #, c-format
8160 msgid ""
8161 "  -msse-check=[none|error|warning]\n"
8162 "                          check SSE instructions\n"
8163 msgstr ""
8164
8165 #: config/tc-i386.c:10525
8166 #, c-format
8167 msgid ""
8168 "  -moperand-check=[none|error|warning]\n"
8169 "                          check operand combinations for validity\n"
8170 msgstr ""
8171
8172 #: config/tc-i386.c:10528
8173 #, c-format
8174 msgid ""
8175 "  -mavxscalar=[128|256]   encode scalar AVX instructions with specific vector\n"
8176 "                           length\n"
8177 msgstr ""
8178
8179 #: config/tc-i386.c:10531
8180 #, c-format
8181 msgid ""
8182 "  -mevexlig=[128|256|512] encode scalar EVEX instructions with specific vector\n"
8183 "                           length\n"
8184 msgstr ""
8185
8186 #: config/tc-i386.c:10534
8187 #, c-format
8188 msgid ""
8189 "  -mevexwig=[0|1]         encode EVEX instructions with specific EVEX.W value\n"
8190 "                           for EVEX.W bit ignored instructions\n"
8191 msgstr ""
8192
8193 #: config/tc-i386.c:10537
8194 #, c-format
8195 msgid ""
8196 "  -mevexrcig=[rne|rd|ru|rz]\n"
8197 "                          encode EVEX instructions with specific EVEX.RC value\n"
8198 "                           for SAE-only ignored instructions\n"
8199 msgstr ""
8200
8201 #: config/tc-i386.c:10541
8202 #, c-format
8203 msgid "  -mmnemonic=[att|intel]  use AT&T/Intel mnemonic\n"
8204 msgstr ""
8205
8206 #: config/tc-i386.c:10543
8207 #, c-format
8208 msgid "  -msyntax=[att|intel]    use AT&T/Intel syntax\n"
8209 msgstr ""
8210
8211 #: config/tc-i386.c:10545
8212 #, c-format
8213 msgid "  -mindex-reg             support pseudo index registers\n"
8214 msgstr ""
8215
8216 #: config/tc-i386.c:10547
8217 #, c-format
8218 msgid "  -mnaked-reg             don't require `%%' prefix for registers\n"
8219 msgstr ""
8220
8221 #: config/tc-i386.c:10549
8222 #, c-format
8223 msgid "  -mold-gcc               support old (<= 2.8.1) versions of gcc\n"
8224 msgstr ""
8225
8226 #: config/tc-i386.c:10551
8227 #, c-format
8228 msgid "  -madd-bnd-prefix        add BND prefix for all valid branches\n"
8229 msgstr ""
8230
8231 #: config/tc-i386.c:10553
8232 #, c-format
8233 msgid "  -mshared                disable branch optimization for shared code\n"
8234 msgstr ""
8235
8236 #: config/tc-i386.c:10556
8237 #, fuzzy, c-format
8238 #| msgid "  -Z                      generate object file even after errors\n"
8239 msgid "  -mbig-obj               generate big object files\n"
8240 msgstr "  -Z                      генерировать объектный файл не смотря на ошибки\n"
8241
8242 #: config/tc-i386.c:10559
8243 #, c-format
8244 msgid ""
8245 "  -momit-lock-prefix=[no|yes]\n"
8246 "                          strip all lock prefixes\n"
8247 msgstr ""
8248
8249 #: config/tc-i386.c:10562
8250 #, c-format
8251 msgid ""
8252 "  -mfence-as-lock-add=[no|yes]\n"
8253 "                          encode lfence, mfence and sfence as\n"
8254 "                           lock addl $0x0, (%%{re}sp)\n"
8255 msgstr ""
8256
8257 #: config/tc-i386.c:10566
8258 #, c-format
8259 msgid ""
8260 "  -mrelax-relocations=[no|yes]\n"
8261 "                          generate relax relocations\n"
8262 msgstr ""
8263
8264 #: config/tc-i386.c:10569
8265 #, c-format
8266 msgid "  -mamd64                 accept only AMD64 ISA\n"
8267 msgstr ""
8268
8269 #: config/tc-i386.c:10571
8270 #, c-format
8271 msgid "  -mintel64               accept only Intel64 ISA\n"
8272 msgstr ""
8273
8274 #: config/tc-i386.c:10612
8275 #, c-format
8276 msgid "Intel MCU doesn't support `%s' architecture"
8277 msgstr ""
8278
8279 #: config/tc-i386.c:10669
8280 msgid "Intel L1OM is 64bit only"
8281 msgstr ""
8282
8283 #: config/tc-i386.c:10675
8284 msgid "Intel K1OM is 64bit only"
8285 msgstr ""
8286
8287 #: config/tc-i386.c:10681
8288 msgid "Intel MCU is 32bit only"
8289 msgstr ""
8290
8291 #: config/tc-i386.c:10838
8292 msgid "symbol size computation overflow"
8293 msgstr ""
8294
8295 #: config/tc-i386.c:10906 config/tc-sparc.c:3959
8296 #, c-format
8297 msgid "can not do %d byte pc-relative relocation"
8298 msgstr ""
8299
8300 #: config/tc-i386.c:10924
8301 #, c-format
8302 msgid "can not do %d byte relocation"
8303 msgstr ""
8304
8305 #: config/tc-i386.c:10992
8306 #, c-format
8307 msgid "cannot represent relocation type %s in x32 mode"
8308 msgstr ""
8309
8310 #: config/tc-i386.c:11029 config/tc-s390.c:2598
8311 #, c-format
8312 msgid "cannot represent relocation type %s"
8313 msgstr ""
8314
8315 #: config/tc-i386.c:11146
8316 #, fuzzy
8317 #| msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
8318 msgid "bad .section directive: want a,l,w,x,M,S,G,T in string"
8319 msgstr "нераспознанный атрибут .section: должно быть a,w,x,M,S,G,T"
8320
8321 #: config/tc-i386.c:11149
8322 #, fuzzy
8323 #| msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
8324 msgid "bad .section directive: want a,w,x,M,S,G,T in string"
8325 msgstr "нераспознанный атрибут .section: должно быть a,w,x,M,S,G,T"
8326
8327 #: config/tc-i386.c:11168
8328 msgid ".largecomm supported only in 64bit mode, producing .comm"
8329 msgstr ""
8330
8331 #: config/tc-i860.c:121
8332 msgid "Directive .dual available only with -mintel-syntax option"
8333 msgstr ""
8334
8335 #: config/tc-i860.c:131
8336 msgid "Directive .enddual available only with -mintel-syntax option"
8337 msgstr ""
8338
8339 #: config/tc-i860.c:144
8340 msgid "Directive .atmp available only with -mintel-syntax option"
8341 msgstr ""
8342
8343 #: config/tc-i860.c:166 config/tc-i860.c:170
8344 msgid "Unknown temporary pseudo register"
8345 msgstr ""
8346
8347 #: config/tc-i860.c:246
8348 msgid "Defective assembler.  No assembly attempted."
8349 msgstr ""
8350
8351 #: config/tc-i860.c:392 config/tc-i860.c:938 config/tc-m68k.c:3917
8352 #: config/tc-m68k.c:3949 config/tc-sparc.c:3199
8353 msgid "failed sanity check."
8354 msgstr ""
8355
8356 #: config/tc-i860.c:399
8357 #, c-format
8358 msgid "Expanded opcode after delayed branch: `%s'"
8359 msgstr ""
8360
8361 #: config/tc-i860.c:403
8362 #, c-format
8363 msgid "Expanded opcode in dual mode: `%s'"
8364 msgstr ""
8365
8366 #: config/tc-i860.c:407
8367 #, c-format
8368 msgid "An instruction was expanded (%s)"
8369 msgstr ""
8370
8371 #: config/tc-i860.c:674
8372 msgid "Pipelined instruction: fsrc1 = fdest"
8373 msgstr ""
8374
8375 #: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891
8376 msgid "Assembler does not yet support PIC"
8377 msgstr ""
8378
8379 #: config/tc-i860.c:955
8380 #, c-format
8381 msgid "Illegal operands for %s"
8382 msgstr ""
8383
8384 #: config/tc-i860.c:972
8385 #, c-format
8386 msgid "'d.%s' must be 8-byte aligned"
8387 msgstr ""
8388
8389 #: config/tc-i860.c:980
8390 #, c-format
8391 msgid "Prefix 'd.' invalid for instruction `%s'"
8392 msgstr ""
8393
8394 #: config/tc-i860.c:1034 config/tc-ip2k.c:230
8395 msgid "relaxation not supported\n"
8396 msgstr ""
8397
8398 #: config/tc-i860.c:1133
8399 #, c-format
8400 msgid ""
8401 "  -EL\t\t\t  generate code for little endian mode (default)\n"
8402 "  -EB\t\t\t  generate code for big endian mode\n"
8403 "  -mwarn-expand\t\t  warn if pseudo operations are expanded\n"
8404 "  -mxp\t\t\t  enable i860XP support (disabled by default)\n"
8405 "  -mintel-syntax\t  enable Intel syntax (default to AT&T/SVR4)\n"
8406 msgstr ""
8407
8408 #. SVR4 compatibility flags.
8409 #: config/tc-i860.c:1141
8410 #, c-format
8411 msgid ""
8412 "  -V\t\t\t  print assembler version number\n"
8413 "  -Qy, -Qn\t\t  ignored\n"
8414 msgstr ""
8415
8416 #: config/tc-i860.c:1204
8417 msgid "This immediate requires 0 MOD 2 alignment"
8418 msgstr ""
8419
8420 #: config/tc-i860.c:1207
8421 msgid "This immediate requires 0 MOD 4 alignment"
8422 msgstr ""
8423
8424 #: config/tc-i860.c:1210
8425 msgid "This immediate requires 0 MOD 8 alignment"
8426 msgstr ""
8427
8428 #: config/tc-i860.c:1213
8429 msgid "This immediate requires 0 MOD 16 alignment"
8430 msgstr ""
8431
8432 #: config/tc-i860.c:1308
8433 msgid "5-bit immediate too large"
8434 msgstr ""
8435
8436 #: config/tc-i860.c:1311
8437 msgid "5-bit field must be absolute"
8438 msgstr ""
8439
8440 #: config/tc-i860.c:1356 config/tc-i860.c:1379
8441 msgid "A branch offset requires 0 MOD 4 alignment"
8442 msgstr ""
8443
8444 #: config/tc-i860.c:1400
8445 #, c-format
8446 msgid "Unrecognized fix-up (0x%08lx)"
8447 msgstr ""
8448
8449 #: config/tc-i960.c:483
8450 #, c-format
8451 msgid "Hashing returned \"%s\"."
8452 msgstr ""
8453
8454 #: config/tc-i960.c:579 config/tc-i960.c:1110
8455 msgid "expression syntax error"
8456 msgstr ""
8457
8458 #: config/tc-i960.c:616
8459 msgid "attempt to branch into different segment"
8460 msgstr ""
8461
8462 #: config/tc-i960.c:620
8463 #, c-format
8464 msgid "target of %s instruction must be a label"
8465 msgstr ""
8466
8467 #: config/tc-i960.c:730
8468 msgid "unaligned register"
8469 msgstr ""
8470
8471 #: config/tc-i960.c:752
8472 msgid "no such sfr in this architecture"
8473 msgstr ""
8474
8475 #: config/tc-i960.c:790
8476 msgid "illegal literal"
8477 msgstr ""
8478
8479 #: config/tc-i960.c:940
8480 msgid "invalid index register"
8481 msgstr ""
8482
8483 #: config/tc-i960.c:963
8484 msgid "invalid scale factor"
8485 msgstr ""
8486
8487 #: config/tc-i960.c:1187
8488 msgid "architecture of opcode conflicts with that of earlier instruction(s)"
8489 msgstr ""
8490
8491 #: config/tc-i960.c:1421 config/tc-xtensa.c:12784
8492 msgid "too many operands"
8493 msgstr ""
8494
8495 #. We never moved: there was no opcode either!
8496 #: config/tc-i960.c:1469
8497 msgid "missing opcode"
8498 msgstr ""
8499
8500 #: config/tc-i960.c:1609
8501 msgid "branch prediction invalid on this opcode"
8502 msgstr ""
8503
8504 #: config/tc-i960.c:1647
8505 #, c-format
8506 msgid "invalid opcode, \"%s\"."
8507 msgstr ""
8508
8509 #: config/tc-i960.c:1649
8510 #, c-format
8511 msgid "improper number of operands.  Expecting %d, got %d"
8512 msgstr ""
8513
8514 #: config/tc-i960.c:1750
8515 #, c-format
8516 msgid "Fixup of %ld too large for field width of %d"
8517 msgstr ""
8518
8519 #: config/tc-i960.c:1860
8520 #, c-format
8521 msgid "invalid architecture %s"
8522 msgstr ""
8523
8524 #: config/tc-i960.c:1880
8525 #, c-format
8526 msgid "I960 options:\n"
8527 msgstr ""
8528
8529 #: config/tc-i960.c:1883
8530 #, c-format
8531 msgid ""
8532 "\n"
8533 "\t\t\tspecify variant of 960 architecture\n"
8534 "-b\t\t\tadd code to collect statistics about branches taken\n"
8535 "-link-relax\t\tpreserve individual alignment directives so linker\n"
8536 "\t\t\tcan do relaxing (b.out format only)\n"
8537 "-no-relax\t\tdon't alter compare-and-branch instructions for\n"
8538 "\t\t\tlong displacements\n"
8539 msgstr ""
8540
8541 #: config/tc-i960.c:2145
8542 msgid "should have 1 or 2 operands"
8543 msgstr ""
8544
8545 #: config/tc-i960.c:2153 config/tc-i960.c:2168
8546 #, c-format
8547 msgid "Redefining leafproc %s"
8548 msgstr ""
8549
8550 #: config/tc-i960.c:2198
8551 msgid "should have two operands"
8552 msgstr ""
8553
8554 #: config/tc-i960.c:2208
8555 msgid "'entry_num' must be absolute number in [0,31]"
8556 msgstr ""
8557
8558 #: config/tc-i960.c:2216
8559 #, c-format
8560 msgid "Redefining entrynum for sysproc %s"
8561 msgstr ""
8562
8563 #. Should not happen: see block comment above.
8564 #: config/tc-i960.c:2316
8565 #, c-format
8566 msgid "Trying to 'bal' to %s"
8567 msgstr ""
8568
8569 #: config/tc-i960.c:2326
8570 msgid "Looks like a proc, but can't tell what kind.\n"
8571 msgstr ""
8572
8573 #: config/tc-i960.c:2344
8574 msgid "big endian mode is not supported"
8575 msgstr ""
8576
8577 #: config/tc-i960.c:2346
8578 #, c-format
8579 msgid "ignoring unrecognized .endian type `%s'"
8580 msgstr ""
8581
8582 #: config/tc-i960.c:2391
8583 msgid "can't use COBR format with external label"
8584 msgstr ""
8585
8586 #: config/tc-i960.c:2566
8587 msgid "option --link-relax is only supported in b.out format"
8588 msgstr ""
8589
8590 #: config/tc-i960.c:2593
8591 #, c-format
8592 msgid "No 'bal' entry point for leafproc %s"
8593 msgstr ""
8594
8595 #: config/tc-ia64.c:872
8596 #, fuzzy
8597 #| msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
8598 msgid "bad .section directive: want a,o,s,w,x,M,S,G,T in string"
8599 msgstr "нераспознанный атрибут .section: должно быть a,w,x,M,S,G,T"
8600
8601 #: config/tc-ia64.c:924
8602 msgid "Size of frame exceeds maximum of 96 registers"
8603 msgstr ""
8604
8605 #: config/tc-ia64.c:929
8606 msgid "Size of rotating registers exceeds frame size"
8607 msgstr ""
8608
8609 #: config/tc-ia64.c:1016
8610 msgid "Unwind directive not followed by an instruction."
8611 msgstr ""
8612
8613 #: config/tc-ia64.c:1025 config/tc-ia64.c:7610
8614 msgid "qualifying predicate not followed by instruction"
8615 msgstr ""
8616
8617 #: config/tc-ia64.c:1073
8618 #, fuzzy
8619 #| msgid "expected comma after name in .symver"
8620 msgid "expected ',' after section name"
8621 msgstr "ожидается запятая после имени в .symver"
8622
8623 #: config/tc-ia64.c:1108
8624 #, fuzzy
8625 #| msgid "expected comma after name in .symver"
8626 msgid "expected ',' after symbol name"
8627 msgstr "ожидается запятая после имени в .symver"
8628
8629 #: config/tc-ia64.c:1132
8630 #, fuzzy
8631 #| msgid "expected comma after name in .symver"
8632 msgid "expected ',' after symbol size"
8633 msgstr "ожидается запятая после имени в .symver"
8634
8635 #: config/tc-ia64.c:1215 config/tc-ia64.c:1249
8636 msgid "record type is not valid"
8637 msgstr ""
8638
8639 #: config/tc-ia64.c:1318
8640 msgid "Invalid record type for P3 format."
8641 msgstr ""
8642
8643 #: config/tc-ia64.c:1354
8644 msgid "Invalid record type for format P6"
8645 msgstr ""
8646
8647 #: config/tc-ia64.c:1534 config/tc-ia64.c:1586
8648 msgid "Invalid record type for format B1"
8649 msgstr ""
8650
8651 #: config/tc-ia64.c:1619
8652 msgid "Invalid record type for format X1"
8653 msgstr ""
8654
8655 #: config/tc-ia64.c:1661
8656 msgid "Invalid record type for format X3"
8657 msgstr ""
8658
8659 #: config/tc-ia64.c:1699
8660 msgid "Previous .save incomplete"
8661 msgstr ""
8662
8663 #: config/tc-ia64.c:2524
8664 msgid "spill_mask record unimplemented."
8665 msgstr ""
8666
8667 #: config/tc-ia64.c:2581
8668 msgid "record_type_not_valid"
8669 msgstr ""
8670
8671 #: config/tc-ia64.c:2665
8672 msgid "Ignoring attempt to spill beyond end of region"
8673 msgstr ""
8674
8675 #: config/tc-ia64.c:2724
8676 msgid "Only constant space allocation is supported"
8677 msgstr ""
8678
8679 #: config/tc-ia64.c:2738
8680 msgid "Only constant offsets are supported"
8681 msgstr ""
8682
8683 #: config/tc-ia64.c:2762
8684 msgid "Section switching in code is not supported."
8685 msgstr ""
8686
8687 #: config/tc-ia64.c:2804
8688 msgid "Insn slot not set in unwind record."
8689 msgstr ""
8690
8691 #: config/tc-ia64.c:2878
8692 msgid "frgr_mem record before region record!"
8693 msgstr ""
8694
8695 #: config/tc-ia64.c:2889
8696 msgid "fr_mem record before region record!"
8697 msgstr ""
8698
8699 #: config/tc-ia64.c:2898
8700 msgid "gr_mem record before region record!"
8701 msgstr ""
8702
8703 #: config/tc-ia64.c:2907
8704 msgid "br_mem record before region record!"
8705 msgstr ""
8706
8707 #: config/tc-ia64.c:2917
8708 msgid "gr_gr record before region record!"
8709 msgstr ""
8710
8711 #: config/tc-ia64.c:2925
8712 msgid "br_gr record before region record!"
8713 msgstr ""
8714
8715 #: config/tc-ia64.c:3043
8716 #, c-format
8717 msgid "First operand to .%s must be a predicate"
8718 msgstr ""
8719
8720 #: config/tc-ia64.c:3047
8721 #, c-format
8722 msgid "Pointless use of p0 as first operand to .%s"
8723 msgstr ""
8724
8725 #: config/tc-ia64.c:3103
8726 #, c-format
8727 msgid "Operand %d to .%s must be a preserved register"
8728 msgstr ""
8729
8730 #: config/tc-ia64.c:3139
8731 #, c-format
8732 msgid "Operand %d to .%s must be a writable register"
8733 msgstr ""
8734
8735 #: config/tc-ia64.c:3163
8736 #, c-format
8737 msgid "Radix `%s' unsupported or invalid"
8738 msgstr ""
8739
8740 #: config/tc-ia64.c:3193 config/tc-ia64.c:3198
8741 #, c-format
8742 msgid ".%s outside of %s"
8743 msgstr ""
8744
8745 #: config/tc-ia64.c:3284
8746 msgid "Tags on unwind pseudo-ops aren't supported, yet"
8747 msgstr ""
8748
8749 #: config/tc-ia64.c:3306
8750 msgid "First operand to .fframe must be a constant"
8751 msgstr ""
8752
8753 #: config/tc-ia64.c:3326
8754 msgid "First operand to .vframe must be a general register"
8755 msgstr ""
8756
8757 #: config/tc-ia64.c:3334
8758 msgid "Operand of .vframe contradicts .prologue"
8759 msgstr ""
8760
8761 #: config/tc-ia64.c:3344
8762 msgid ".vframepsp is meaningless, assuming .vframesp was meant"
8763 msgstr ""
8764
8765 #: config/tc-ia64.c:3352
8766 msgid "Operand to .vframesp must be a constant (sp-relative offset)"
8767 msgstr ""
8768
8769 #: config/tc-ia64.c:3379
8770 msgid "First operand to .save not a register"
8771 msgstr ""
8772
8773 #: config/tc-ia64.c:3385
8774 msgid "Second operand to .save not a valid register"
8775 msgstr ""
8776
8777 #: config/tc-ia64.c:3416 config/tc-ia64.c:3427 config/tc-ia64.c:3435
8778 msgid "Second operand of .save contradicts .prologue"
8779 msgstr ""
8780
8781 #: config/tc-ia64.c:3442
8782 msgid "First operand to .save not a valid register"
8783 msgstr ""
8784
8785 #: config/tc-ia64.c:3460
8786 msgid "First operand to .restore must be stack pointer (sp)"
8787 msgstr ""
8788
8789 #: config/tc-ia64.c:3469
8790 msgid "Second operand to .restore must be a constant >= 0"
8791 msgstr ""
8792
8793 #: config/tc-ia64.c:3479
8794 #, c-format
8795 msgid "Epilogue count of %lu exceeds number of nested prologues (%u)"
8796 msgstr ""
8797
8798 #: config/tc-ia64.c:3565
8799 #, c-format
8800 msgid "Illegal section name `%s' (causes unwind section name clash)"
8801 msgstr ""
8802
8803 #: config/tc-ia64.c:3742
8804 msgid "First operand to .altrp not a valid branch register"
8805 msgstr ""
8806
8807 #: config/tc-ia64.c:3771
8808 #, c-format
8809 msgid "First operand to .%s not a register"
8810 msgstr ""
8811
8812 #: config/tc-ia64.c:3776
8813 #, c-format
8814 msgid "Second operand to .%s not a constant"
8815 msgstr ""
8816
8817 #: config/tc-ia64.c:3843
8818 #, c-format
8819 msgid "First operand to .%s not a valid register"
8820 msgstr ""
8821
8822 #: config/tc-ia64.c:3866
8823 msgid "First operand to .save.g must be a positive 4-bit constant"
8824 msgstr ""
8825
8826 #: config/tc-ia64.c:3879
8827 msgid "Second operand to .save.g must be a general register"
8828 msgstr ""
8829
8830 #: config/tc-ia64.c:3884
8831 #, c-format
8832 msgid "Second operand to .save.g must be the first of %d general registers"
8833 msgstr ""
8834
8835 #: config/tc-ia64.c:3907
8836 msgid "Operand to .save.f must be a positive 20-bit constant"
8837 msgstr ""
8838
8839 #: config/tc-ia64.c:3930
8840 msgid "First operand to .save.b must be a positive 5-bit constant"
8841 msgstr ""
8842
8843 #: config/tc-ia64.c:3943
8844 msgid "Second operand to .save.b must be a general register"
8845 msgstr ""
8846
8847 #: config/tc-ia64.c:3948
8848 #, c-format
8849 msgid "Second operand to .save.b must be the first of %d general registers"
8850 msgstr ""
8851
8852 #: config/tc-ia64.c:3974
8853 msgid "First operand to .save.gf must be a non-negative 4-bit constant"
8854 msgstr ""
8855
8856 #: config/tc-ia64.c:3982
8857 msgid "Second operand to .save.gf must be a non-negative 20-bit constant"
8858 msgstr ""
8859
8860 #: config/tc-ia64.c:3990
8861 msgid "Operands to .save.gf may not be both zero"
8862 msgstr ""
8863
8864 #: config/tc-ia64.c:4007
8865 msgid "Operand to .spill must be a constant"
8866 msgstr ""
8867
8868 #: config/tc-ia64.c:4076
8869 #, c-format
8870 msgid "Operand %d to .%s must be a constant"
8871 msgstr ""
8872
8873 #: config/tc-ia64.c:4097
8874 #, c-format
8875 msgid "Missing .label_state %ld"
8876 msgstr ""
8877
8878 #: config/tc-ia64.c:4151
8879 msgid "Operand to .label_state must be a constant"
8880 msgstr ""
8881
8882 #: config/tc-ia64.c:4170
8883 msgid "Operand to .copy_state must be a constant"
8884 msgstr ""
8885
8886 #: config/tc-ia64.c:4193
8887 msgid "First operand to .unwabi must be a constant"
8888 msgstr ""
8889
8890 #: config/tc-ia64.c:4199
8891 msgid "Second operand to .unwabi must be a constant"
8892 msgstr ""
8893
8894 #: config/tc-ia64.c:4234
8895 msgid "Missing .endp after previous .proc"
8896 msgstr ""
8897
8898 #: config/tc-ia64.c:4252
8899 msgid "Empty argument of .proc"
8900 msgstr ""
8901
8902 #: config/tc-ia64.c:4257
8903 #, c-format
8904 msgid "`%s' was already defined"
8905 msgstr ""
8906
8907 #: config/tc-ia64.c:4300
8908 msgid "Initial .body should precede any instructions"
8909 msgstr ""
8910
8911 #: config/tc-ia64.c:4319
8912 msgid ".prologue within prologue"
8913 msgstr ""
8914
8915 #: config/tc-ia64.c:4324
8916 msgid "Initial .prologue should precede any instructions"
8917 msgstr ""
8918
8919 #: config/tc-ia64.c:4334
8920 msgid "First operand to .prologue must be a positive 4-bit constant"
8921 msgstr ""
8922
8923 #: config/tc-ia64.c:4336
8924 msgid "Pointless use of zero first operand to .prologue"
8925 msgstr ""
8926
8927 #: config/tc-ia64.c:4352
8928 msgid "Using a constant as second operand to .prologue is deprecated"
8929 msgstr ""
8930
8931 #: config/tc-ia64.c:4358
8932 msgid "Second operand to .prologue must be a general register"
8933 msgstr ""
8934
8935 #: config/tc-ia64.c:4363
8936 #, c-format
8937 msgid "Second operand to .prologue must be the first of %d general registers"
8938 msgstr ""
8939
8940 #: config/tc-ia64.c:4475
8941 #, c-format
8942 msgid "`%s' was not defined within procedure"
8943 msgstr ""
8944
8945 #: config/tc-ia64.c:4511
8946 msgid "Empty argument of .endp"
8947 msgstr ""
8948
8949 #: config/tc-ia64.c:4525
8950 #, c-format
8951 msgid "`%s' was not specified with previous .proc"
8952 msgstr ""
8953
8954 #: config/tc-ia64.c:4540
8955 #, c-format
8956 msgid "`%s' should be an operand to this .endp"
8957 msgstr ""
8958
8959 #: config/tc-ia64.c:4581 config/tc-ia64.c:4902 config/tc-ia64.c:5211
8960 msgid "Comma expected"
8961 msgstr ""
8962
8963 #: config/tc-ia64.c:4621
8964 msgid "Expected '['"
8965 msgstr ""
8966
8967 #: config/tc-ia64.c:4630 config/tc-ia64.c:7744
8968 msgid "Expected ']'"
8969 msgstr ""
8970
8971 #: config/tc-ia64.c:4635
8972 msgid "Number of elements must be positive"
8973 msgstr ""
8974
8975 #: config/tc-ia64.c:4646
8976 #, c-format
8977 msgid "Used more than the declared %d rotating registers"
8978 msgstr ""
8979
8980 #: config/tc-ia64.c:4654
8981 msgid "Used more than the available 96 rotating registers"
8982 msgstr ""
8983
8984 #: config/tc-ia64.c:4661
8985 msgid "Used more than the available 48 rotating registers"
8986 msgstr ""
8987
8988 #: config/tc-ia64.c:4689
8989 #, c-format
8990 msgid "Attempt to redefine register set `%s'"
8991 msgstr ""
8992
8993 #: config/tc-ia64.c:4754
8994 #, c-format
8995 msgid "Unknown psr option `%s'"
8996 msgstr ""
8997
8998 #: config/tc-ia64.c:4788
8999 msgid "Missing section name"
9000 msgstr ""
9001
9002 #: config/tc-ia64.c:4797
9003 msgid "Comma expected after section name"
9004 msgstr ""
9005
9006 #: config/tc-ia64.c:4808
9007 msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated."
9008 msgstr ""
9009
9010 #: config/tc-ia64.c:4897
9011 msgid "Register name expected"
9012 msgstr ""
9013
9014 #: config/tc-ia64.c:4910
9015 msgid "Register value annotation ignored"
9016 msgstr ""
9017
9018 #: config/tc-ia64.c:4949
9019 msgid "Directive invalid within a bundle"
9020 msgstr ""
9021
9022 #: config/tc-ia64.c:5043
9023 msgid "Missing predicate relation type"
9024 msgstr ""
9025
9026 #: config/tc-ia64.c:5049
9027 msgid "Unrecognized predicate relation type"
9028 msgstr ""
9029
9030 #: config/tc-ia64.c:5095
9031 msgid "Bad register range"
9032 msgstr ""
9033
9034 #: config/tc-ia64.c:5104 config/tc-ia64.c:7690
9035 msgid "Predicate register expected"
9036 msgstr ""
9037
9038 #: config/tc-ia64.c:5109
9039 msgid "Duplicate predicate register ignored"
9040 msgstr ""
9041
9042 #: config/tc-ia64.c:5125
9043 msgid "Predicate source and target required"
9044 msgstr ""
9045
9046 #: config/tc-ia64.c:5127 config/tc-ia64.c:5139
9047 msgid "Use of p0 is not valid in this context"
9048 msgstr ""
9049
9050 #: config/tc-ia64.c:5134
9051 msgid "At least two PR arguments expected"
9052 msgstr ""
9053
9054 #: config/tc-ia64.c:5148
9055 msgid "At least one PR argument expected"
9056 msgstr ""
9057
9058 #: config/tc-ia64.c:5182
9059 #, c-format
9060 msgid "Inserting \"%s\" into entry hint table failed: %s"
9061 msgstr ""
9062
9063 #. FIXME -- need 62-bit relocation type
9064 #: config/tc-ia64.c:5662
9065 msgid "62-bit relocation not yet implemented"
9066 msgstr ""
9067
9068 #. XXX technically, this is wrong: we should not be issuing warning
9069 #. messages until we're sure this instruction pattern is going to
9070 #. be used!
9071 #: config/tc-ia64.c:5748
9072 msgid "lower 16 bits of mask ignored"
9073 msgstr ""
9074
9075 #: config/tc-ia64.c:5979
9076 msgid "stride must be a multiple of 64; lower 6 bits ignored"
9077 msgstr ""
9078
9079 #: config/tc-ia64.c:6097
9080 msgid "Expected separator `='"
9081 msgstr ""
9082
9083 #: config/tc-ia64.c:6131
9084 msgid "Duplicate equal sign (=) in instruction"
9085 msgstr ""
9086
9087 #: config/tc-ia64.c:6138
9088 #, c-format
9089 msgid "Illegal operand separator `%c'"
9090 msgstr ""
9091
9092 #: config/tc-ia64.c:6253
9093 #, c-format
9094 msgid "Operand %u of `%s' should be %s"
9095 msgstr ""
9096
9097 #: config/tc-ia64.c:6257
9098 msgid "Wrong number of output operands"
9099 msgstr ""
9100
9101 #: config/tc-ia64.c:6259
9102 msgid "Wrong number of input operands"
9103 msgstr ""
9104
9105 #: config/tc-ia64.c:6261
9106 msgid "Operand mismatch"
9107 msgstr ""
9108
9109 #: config/tc-ia64.c:6343
9110 #, c-format
9111 msgid "Invalid use of `%c%d' as output operand"
9112 msgstr ""
9113
9114 #: config/tc-ia64.c:6346
9115 #, c-format
9116 msgid "Invalid use of `r%d' as base update address operand"
9117 msgstr ""
9118
9119 #: config/tc-ia64.c:6370
9120 #, c-format
9121 msgid "Invalid duplicate use of `%c%d'"
9122 msgstr ""
9123
9124 #: config/tc-ia64.c:6377
9125 #, c-format
9126 msgid "Invalid simultaneous use of `f%d' and `f%d'"
9127 msgstr ""
9128
9129 #: config/tc-ia64.c:6383
9130 #, c-format
9131 msgid "Dangerous simultaneous use of `f%d' and `f%d'"
9132 msgstr ""
9133
9134 #: config/tc-ia64.c:6427
9135 msgid "Value truncated to 62 bits"
9136 msgstr ""
9137
9138 #: config/tc-ia64.c:6495
9139 #, c-format
9140 msgid "Bad operand value: %s"
9141 msgstr ""
9142
9143 #. Give an error if a frag containing code is not aligned to a 16 byte
9144 #. boundary.
9145 #: config/tc-ia64.c:6570 config/tc-ia64.h:177
9146 msgid "instruction address is not a multiple of 16"
9147 msgstr ""
9148
9149 #: config/tc-ia64.c:6638
9150 #, c-format
9151 msgid "`%s' must be last in bundle"
9152 msgstr ""
9153
9154 #: config/tc-ia64.c:6670
9155 #, c-format
9156 msgid "Internal error: don't know how to force %s to end of instruction group"
9157 msgstr ""
9158
9159 #: config/tc-ia64.c:6683
9160 #, c-format
9161 msgid "`%s' must be last in instruction group"
9162 msgstr ""
9163
9164 #: config/tc-ia64.c:6713
9165 msgid "Label must be first in a bundle"
9166 msgstr ""
9167
9168 #: config/tc-ia64.c:6790
9169 msgid "hint in B unit may be treated as nop"
9170 msgstr ""
9171
9172 #: config/tc-ia64.c:6801
9173 msgid "hint in B unit can't be used"
9174 msgstr ""
9175
9176 #: config/tc-ia64.c:6815
9177 msgid "emit_one_bundle: unexpected dynamic op"
9178 msgstr ""
9179
9180 #: config/tc-ia64.c:6940
9181 #, c-format
9182 msgid "`%s' does not fit into %s template"
9183 msgstr ""
9184
9185 #: config/tc-ia64.c:6955
9186 #, c-format
9187 msgid "`%s' does not fit into bundle"
9188 msgstr ""
9189
9190 #: config/tc-ia64.c:6967
9191 #, c-format
9192 msgid "`%s' can't go in %s of %s template"
9193 msgstr ""
9194
9195 #: config/tc-ia64.c:6973
9196 msgid "Missing '}' at end of file"
9197 msgstr ""
9198
9199 #: config/tc-ia64.c:7120
9200 #, c-format
9201 msgid "Unrecognized option '-x%s'"
9202 msgstr ""
9203
9204 #: config/tc-ia64.c:7147
9205 msgid ""
9206 "IA-64 options:\n"
9207 "  --mconstant-gp\t  mark output file as using the constant-GP model\n"
9208 "\t\t\t  (sets ELF header flag EF_IA_64_CONS_GP)\n"
9209 "  --mauto-pic\t\t  mark output file as using the constant-GP model\n"
9210 "\t\t\t  without function descriptors (sets ELF header flag\n"
9211 "\t\t\t  EF_IA_64_NOFUNCDESC_CONS_GP)\n"
9212 "  -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n"
9213 "  -mle | -mbe\t\t  select little- or big-endian byte order (default -mle)\n"
9214 "  -mtune=[itanium1|itanium2]\n"
9215 "\t\t\t  tune for a specific CPU (default -mtune=itanium2)\n"
9216 "  -munwind-check=[warning|error]\n"
9217 "\t\t\t  unwind directive check (default -munwind-check=warning)\n"
9218 "  -mhint.b=[ok|warning|error]\n"
9219 "\t\t\t  hint.b check (default -mhint.b=error)\n"
9220 "  -x | -xexplicit\t  turn on dependency violation checking\n"
9221 msgstr ""
9222
9223 #. Note for translators: "automagically" can be translated as "automatically" here.
9224 #: config/tc-ia64.c:7164
9225 msgid ""
9226 "  -xauto\t\t  automagically remove dependency violations (default)\n"
9227 "  -xnone\t\t  turn off dependency violation checking\n"
9228 "  -xdebug\t\t  debug dependency violation checker\n"
9229 "  -xdebugn\t\t  debug dependency violation checker but turn off\n"
9230 "\t\t\t  dependency violation checking\n"
9231 "  -xdebugx\t\t  debug dependency violation checker and turn on\n"
9232 "\t\t\t  dependency violation checking\n"
9233 msgstr ""
9234
9235 #: config/tc-ia64.c:7179
9236 msgid "--gstabs is not supported for ia64"
9237 msgstr ""
9238
9239 #: config/tc-ia64.c:7417
9240 #, c-format
9241 msgid "ia64.md_begin: can't hash `%s': %s"
9242 msgstr ""
9243
9244 #: config/tc-ia64.c:7481
9245 #, c-format
9246 msgid "Inserting \"%s\" into constant hash table failed: %s"
9247 msgstr ""
9248
9249 #: config/tc-ia64.c:7493 config/tc-riscv.c:609 config/tc-tilegx.c:263
9250 msgid "Could not set architecture and machine"
9251 msgstr ""
9252
9253 #: config/tc-ia64.c:7625
9254 msgid "Explicit stops are ignored in auto mode"
9255 msgstr ""
9256
9257 #: config/tc-ia64.c:7634
9258 msgid "Found '{' when manual bundling is already turned on"
9259 msgstr ""
9260
9261 #: config/tc-ia64.c:7647
9262 msgid "Found '{' after explicit switch to automatic mode"
9263 msgstr ""
9264
9265 #: config/tc-ia64.c:7653
9266 msgid "Found '}' when manual bundling is off"
9267 msgstr ""
9268
9269 #: config/tc-ia64.c:7680
9270 msgid "Expected ')'"
9271 msgstr ""
9272
9273 #: config/tc-ia64.c:7685
9274 msgid "Qualifying predicate expected"
9275 msgstr ""
9276
9277 #: config/tc-ia64.c:7704
9278 msgid "Tag must come before qualifying predicate."
9279 msgstr ""
9280
9281 #: config/tc-ia64.c:7733
9282 msgid "Expected ':'"
9283 msgstr ""
9284
9285 #: config/tc-ia64.c:7749
9286 msgid "Tag name expected"
9287 msgstr ""
9288
9289 #: config/tc-ia64.c:7850
9290 msgid "Rotating register index must be a non-negative constant"
9291 msgstr ""
9292
9293 #: config/tc-ia64.c:7855
9294 #, c-format
9295 msgid "Index out of range 0..%u"
9296 msgstr ""
9297
9298 #: config/tc-ia64.c:7867
9299 msgid "Indirect register index must be a general register"
9300 msgstr ""
9301
9302 #: config/tc-ia64.c:7876
9303 msgid "Index can only be applied to rotating or indirect registers"
9304 msgstr ""
9305
9306 #: config/tc-ia64.c:7912 config/tc-xstormy16.c:145
9307 msgid "Expected '('"
9308 msgstr ""
9309
9310 #: config/tc-ia64.c:7920 config/tc-pdp11.c:445 config/tc-pdp11.c:509
9311 #: config/tc-pdp11.c:543 config/tc-tilegx.c:1047 config/tc-tilepro.c:938
9312 #: config/tc-xstormy16.c:154
9313 msgid "Missing ')'"
9314 msgstr ""
9315
9316 #: config/tc-ia64.c:7938 config/tc-xstormy16.c:161
9317 msgid "Not a symbolic expression"
9318 msgstr ""
9319
9320 #: config/tc-ia64.c:7943 config/tc-ia64.c:7957
9321 msgid "Illegal combination of relocation functions"
9322 msgstr ""
9323
9324 #: config/tc-ia64.c:8046
9325 msgid "No current frame"
9326 msgstr ""
9327
9328 #: config/tc-ia64.c:8048
9329 #, c-format
9330 msgid "Register number out of range 0..%u"
9331 msgstr ""
9332
9333 #: config/tc-ia64.c:8087
9334 msgid "Standalone `#' is illegal"
9335 msgstr ""
9336
9337 #: config/tc-ia64.c:8090
9338 msgid "Redundant `#' suffix operators"
9339 msgstr ""
9340
9341 #: config/tc-ia64.c:8248
9342 #, c-format
9343 msgid "Unhandled dependency %s for %s (%s), note %d"
9344 msgstr ""
9345
9346 #: config/tc-ia64.c:9561
9347 #, c-format
9348 msgid "Unrecognized dependency specifier %d\n"
9349 msgstr ""
9350
9351 #: config/tc-ia64.c:10431
9352 msgid "Only the first path encountering the conflict is reported"
9353 msgstr ""
9354
9355 #: config/tc-ia64.c:10433
9356 msgid "This is the location of the conflicting usage"
9357 msgstr ""
9358
9359 #: config/tc-ia64.c:10695
9360 #, c-format
9361 msgid "Unknown opcode `%s'"
9362 msgstr ""
9363
9364 #: config/tc-ia64.c:10773
9365 #, c-format
9366 msgid "AR %d can only be accessed by %c-unit"
9367 msgstr ""
9368
9369 #: config/tc-ia64.c:10785
9370 msgid "hint.b may be treated as nop"
9371 msgstr ""
9372
9373 #: config/tc-ia64.c:10788
9374 msgid "hint.b shouldn't be used"
9375 msgstr ""
9376
9377 #: config/tc-ia64.c:10827
9378 #, c-format
9379 msgid "`%s' cannot be predicated"
9380 msgstr ""
9381
9382 #: config/tc-ia64.c:10899
9383 msgid "Closing bracket missing"
9384 msgstr ""
9385
9386 #: config/tc-ia64.c:10908
9387 msgid "Index must be a general register"
9388 msgstr ""
9389
9390 #: config/tc-ia64.c:11073
9391 #, c-format
9392 msgid "Unsupported fixup size %d"
9393 msgstr ""
9394
9395 #. This should be an error, but since previously there wasn't any
9396 #. diagnostic here, don't make it fail because of this for now.
9397 #: config/tc-ia64.c:11345
9398 #, c-format
9399 msgid "Cannot express %s%d%s relocation"
9400 msgstr ""
9401
9402 #: config/tc-ia64.c:11364
9403 msgid "No addend allowed in @fptr() relocation"
9404 msgstr ""
9405
9406 #: config/tc-ia64.c:11403
9407 msgid "integer operand out of range"
9408 msgstr ""
9409
9410 #: config/tc-ia64.c:11470
9411 #, c-format
9412 msgid "%s must have a constant value"
9413 msgstr ""
9414
9415 #: config/tc-ia64.c:11490
9416 #, fuzzy
9417 #| msgid "cannot create floating-point number"
9418 msgid "cannot resolve @slotcount parameter"
9419 msgstr "не удалось создать число с плавающей точкой"
9420
9421 #: config/tc-ia64.c:11523
9422 msgid "invalid @slotcount value"
9423 msgstr ""
9424
9425 #: config/tc-ia64.c:11560 config/tc-z8k.c:1378
9426 #, c-format
9427 msgid "Cannot represent %s relocation in object file"
9428 msgstr ""
9429
9430 #: config/tc-ia64.c:11671
9431 msgid "Can't add stop bit to mark end of instruction group"
9432 msgstr ""
9433
9434 #: config/tc-ia64.c:11780 read.c:2599 read.c:3308 read.c:3660 stabs.c:464
9435 #, c-format
9436 msgid "expected comma after \"%s\""
9437 msgstr ""
9438
9439 #: config/tc-ia64.c:11822
9440 #, c-format
9441 msgid "`%s' is already the alias of %s `%s'"
9442 msgstr ""
9443
9444 #: config/tc-ia64.c:11832
9445 #, c-format
9446 msgid "%s `%s' already has an alias `%s'"
9447 msgstr ""
9448
9449 #: config/tc-ia64.c:11843
9450 #, c-format
9451 msgid "inserting \"%s\" into %s alias hash table failed: %s"
9452 msgstr ""
9453
9454 #: config/tc-ia64.c:11851
9455 #, c-format
9456 msgid "inserting \"%s\" into %s name hash table failed: %s"
9457 msgstr ""
9458
9459 #: config/tc-ia64.c:11877
9460 #, c-format
9461 msgid "symbol `%s' aliased to `%s' is not used"
9462 msgstr ""
9463
9464 #: config/tc-ia64.c:11900
9465 #, c-format
9466 msgid "section `%s' aliased to `%s' is not used"
9467 msgstr ""
9468
9469 #: config/tc-ip2k.c:139
9470 #, c-format
9471 msgid "IP2K specific command line options:\n"
9472 msgstr ""
9473
9474 #: config/tc-ip2k.c:140
9475 #, c-format
9476 msgid "  -mip2022               restrict to IP2022 insns \n"
9477 msgstr ""
9478
9479 #: config/tc-ip2k.c:141
9480 #, c-format
9481 msgid "  -mip2022ext            permit extended IP2022 insn\n"
9482 msgstr ""
9483
9484 #: config/tc-iq2000.c:362
9485 #, c-format
9486 msgid "the yielding instruction %s may not be in a delay slot."
9487 msgstr ""
9488
9489 #: config/tc-iq2000.c:370
9490 #, c-format
9491 msgid "Register number (R%ld) for double word access must be even."
9492 msgstr ""
9493
9494 #: config/tc-iq2000.c:379 config/tc-iq2000.c:384 config/tc-iq2000.c:389
9495 #: config/tc-iq2000.c:406 config/tc-mt.c:244 config/tc-mt.c:249
9496 #, c-format
9497 msgid "operand references R%ld of previous load."
9498 msgstr ""
9499
9500 #: config/tc-iq2000.c:394
9501 msgid "instruction implicitly accesses R31 of previous load."
9502 msgstr ""
9503
9504 #: config/tc-iq2000.c:649 config/tc-mep.c:2008
9505 msgid "Unmatched high relocation"
9506 msgstr ""
9507
9508 #: config/tc-iq2000.c:826 config/tc-mips.c:19372 config/tc-score.c:5814
9509 msgid ".end not in text section"
9510 msgstr ""
9511
9512 #: config/tc-iq2000.c:830 config/tc-score.c:5817
9513 msgid ".end directive without a preceding .ent directive."
9514 msgstr ""
9515
9516 #: config/tc-iq2000.c:839 config/tc-score.c:5825
9517 msgid ".end symbol does not match .ent symbol."
9518 msgstr ""
9519
9520 #: config/tc-iq2000.c:842 config/tc-mips.c:19392 config/tc-score.c:5830
9521 msgid ".end directive missing or unknown symbol"
9522 msgstr ""
9523
9524 #: config/tc-iq2000.c:860
9525 msgid "Expected simple number."
9526 msgstr ""
9527
9528 #: config/tc-iq2000.c:889 config/tc-mips.c:19297 config/tc-score.c:5666
9529 #, c-format
9530 msgid " *input_line_pointer == '%c' 0x%02x\n"
9531 msgstr ""
9532
9533 #: config/tc-iq2000.c:891
9534 msgid "Invalid number"
9535 msgstr ""
9536
9537 #: config/tc-iq2000.c:925 config/tc-score.c:5704
9538 msgid ".ent or .aent not in text section."
9539 msgstr ""
9540
9541 #: config/tc-iq2000.c:928
9542 msgid "missing `.end'"
9543 msgstr ""
9544
9545 #: config/tc-m32c.c:142
9546 #, c-format
9547 msgid " M32C specific command line options:\n"
9548 msgstr ""
9549
9550 #. Pretend that we do not recognise this option.
9551 #: config/tc-m32r.c:330
9552 msgid "Unrecognised option: -hidden"
9553 msgstr ""
9554
9555 #: config/tc-m32r.c:357 config/tc-sparc.c:651
9556 msgid "Unrecognized option following -K"
9557 msgstr ""
9558
9559 #: config/tc-m32r.c:372
9560 #, c-format
9561 msgid " M32R specific command line options:\n"
9562 msgstr ""
9563
9564 #: config/tc-m32r.c:374
9565 #, c-format
9566 msgid "  -m32r                   disable support for the m32rx instruction set\n"
9567 msgstr ""
9568
9569 #: config/tc-m32r.c:376
9570 #, c-format
9571 msgid "  -m32rx                  support the extended m32rx instruction set\n"
9572 msgstr ""
9573
9574 #: config/tc-m32r.c:378
9575 #, c-format
9576 msgid "  -m32r2                  support the extended m32r2 instruction set\n"
9577 msgstr ""
9578
9579 #: config/tc-m32r.c:380
9580 #, c-format
9581 msgid "  -EL,-little             produce little endian code and data\n"
9582 msgstr ""
9583
9584 #: config/tc-m32r.c:382
9585 #, c-format
9586 msgid "  -EB,-big                produce big endian code and data\n"
9587 msgstr ""
9588
9589 #: config/tc-m32r.c:384
9590 #, c-format
9591 msgid "  -parallel               try to combine instructions in parallel\n"
9592 msgstr ""
9593
9594 #: config/tc-m32r.c:386
9595 #, c-format
9596 msgid "  -no-parallel            disable -parallel\n"
9597 msgstr ""
9598
9599 #: config/tc-m32r.c:388
9600 #, c-format
9601 msgid "  -no-bitinst             disallow the M32R2's extended bit-field instructions\n"
9602 msgstr ""
9603
9604 #: config/tc-m32r.c:390
9605 #, c-format
9606 msgid "  -O                      try to optimize code.  Implies -parallel\n"
9607 msgstr ""
9608
9609 #: config/tc-m32r.c:393
9610 #, c-format
9611 msgid "  -warn-explicit-parallel-conflicts     warn when parallel instructions\n"
9612 msgstr ""
9613
9614 #: config/tc-m32r.c:395
9615 #, fuzzy, c-format
9616 #| msgid "                          emulate output (default %s)\n"
9617 msgid "                                         might violate constraints\n"
9618 msgstr "                          эмулировать вывод (по умолчанию %s)\n"
9619
9620 #: config/tc-m32r.c:397
9621 #, c-format
9622 msgid "  -no-warn-explicit-parallel-conflicts  do not warn when parallel\n"
9623 msgstr ""
9624
9625 #: config/tc-m32r.c:399
9626 #, fuzzy, c-format
9627 #| msgid "  -R                      fold data section into text section\n"
9628 msgid "                                         instructions might violate constraints\n"
9629 msgstr "  -R                      поместить раздел данных в раздел текста\n"
9630
9631 #: config/tc-m32r.c:401
9632 #, c-format
9633 msgid "  -Wp                     synonym for -warn-explicit-parallel-conflicts\n"
9634 msgstr ""
9635
9636 #: config/tc-m32r.c:403
9637 #, c-format
9638 msgid "  -Wnp                    synonym for -no-warn-explicit-parallel-conflicts\n"
9639 msgstr ""
9640
9641 #: config/tc-m32r.c:405
9642 #, c-format
9643 msgid "  -ignore-parallel-conflicts            do not check parallel instructions\n"
9644 msgstr ""
9645
9646 #: config/tc-m32r.c:407
9647 #, fuzzy, c-format
9648 #| msgid "  -R                      fold data section into text section\n"
9649 msgid "                                         for constraint violations\n"
9650 msgstr "  -R                      поместить раздел данных в раздел текста\n"
9651
9652 #: config/tc-m32r.c:409
9653 #, c-format
9654 msgid "  -no-ignore-parallel-conflicts         check parallel instructions for\n"
9655 msgstr ""
9656
9657 #: config/tc-m32r.c:411
9658 #, fuzzy, c-format
9659 #| msgid "  -R                      fold data section into text section\n"
9660 msgid "                                         constraint violations\n"
9661 msgstr "  -R                      поместить раздел данных в раздел текста\n"
9662
9663 #: config/tc-m32r.c:413
9664 #, c-format
9665 msgid "  -Ip                     synonym for -ignore-parallel-conflicts\n"
9666 msgstr ""
9667
9668 #: config/tc-m32r.c:415
9669 #, c-format
9670 msgid "  -nIp                    synonym for -no-ignore-parallel-conflicts\n"
9671 msgstr ""
9672
9673 #: config/tc-m32r.c:418
9674 #, c-format
9675 msgid "  -warn-unmatched-high    warn when an (s)high reloc has no matching low reloc\n"
9676 msgstr ""
9677
9678 #: config/tc-m32r.c:420
9679 #, c-format
9680 msgid "  -no-warn-unmatched-high do not warn about missing low relocs\n"
9681 msgstr ""
9682
9683 #: config/tc-m32r.c:422
9684 #, c-format
9685 msgid "  -Wuh                    synonym for -warn-unmatched-high\n"
9686 msgstr ""
9687
9688 #: config/tc-m32r.c:424
9689 #, c-format
9690 msgid "  -Wnuh                   synonym for -no-warn-unmatched-high\n"
9691 msgstr ""
9692
9693 #: config/tc-m32r.c:427
9694 #, c-format
9695 msgid "  -KPIC                   generate PIC\n"
9696 msgstr ""
9697
9698 #: config/tc-m32r.c:846
9699 msgid "instructions write to the same destination register."
9700 msgstr ""
9701
9702 #: config/tc-m32r.c:854
9703 msgid "Instructions do not use parallel execution pipelines."
9704 msgstr ""
9705
9706 #: config/tc-m32r.c:862
9707 msgid "Instructions share the same execution pipeline"
9708 msgstr ""
9709
9710 #: config/tc-m32r.c:927 config/tc-m32r.c:1041
9711 #, c-format
9712 msgid "not a 16 bit instruction '%s'"
9713 msgstr ""
9714
9715 #: config/tc-m32r.c:939 config/tc-m32r.c:1053 config/tc-m32r.c:1237
9716 #, c-format
9717 msgid "instruction '%s' is for the M32R2 only"
9718 msgstr ""
9719
9720 #: config/tc-m32r.c:952 config/tc-m32r.c:1066 config/tc-m32r.c:1250
9721 #, c-format
9722 msgid "unknown instruction '%s'"
9723 msgstr ""
9724
9725 #: config/tc-m32r.c:961 config/tc-m32r.c:1073 config/tc-m32r.c:1257
9726 #, c-format
9727 msgid "instruction '%s' is for the M32RX only"
9728 msgstr ""
9729
9730 #: config/tc-m32r.c:970 config/tc-m32r.c:1082
9731 #, c-format
9732 msgid "instruction '%s' cannot be executed in parallel."
9733 msgstr ""
9734
9735 #: config/tc-m32r.c:1025 config/tc-m32r.c:1107 config/tc-m32r.c:1314
9736 msgid "internal error: lookup/get operands failed"
9737 msgstr ""
9738
9739 #: config/tc-m32r.c:1092
9740 #, c-format
9741 msgid "'%s': only the NOP instruction can be issued in parallel on the m32r"
9742 msgstr ""
9743
9744 #: config/tc-m32r.c:1121
9745 #, c-format
9746 msgid "%s: output of 1st instruction is the same as an input to 2nd instruction - is this intentional ?"
9747 msgstr ""
9748
9749 #: config/tc-m32r.c:1125
9750 #, c-format
9751 msgid "%s: output of 2nd instruction is the same as an input to 1st instruction - is this intentional ?"
9752 msgstr ""
9753
9754 #: config/tc-m32r.c:1498
9755 #, c-format
9756 msgid ".SCOMMon length (%ld.) <0! Ignored."
9757 msgstr ""
9758
9759 #: config/tc-m32r.c:1548
9760 #, c-format
9761 msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld."
9762 msgstr ""
9763
9764 #: config/tc-m32r.c:1925 config/tc-m32r.c:1978 config/tc-nds32.c:4185
9765 #: config/tc-nds32.c:4221 config/tc-sh.c:774 config/tc-sh.c:2457
9766 msgid "Invalid PIC expression."
9767 msgstr ""
9768
9769 #: config/tc-m32r.c:2069
9770 msgid "Unmatched high/shigh reloc"
9771 msgstr ""
9772
9773 #: config/tc-m68hc11.c:416
9774 #, c-format
9775 msgid ""
9776 "Motorola 68HC11/68HC12/68HCS12 options:\n"
9777 "  -m68hc11 | -m68hc12 |\n"
9778 "  -m68hcs12 | -mm9s12x |\n"
9779 "  -mm9s12xg               specify the processor [default %s]\n"
9780 "  -mshort                 use 16-bit int ABI (default)\n"
9781 "  -mlong                  use 32-bit int ABI\n"
9782 "  -mshort-double          use 32-bit double ABI\n"
9783 "  -mlong-double           use 64-bit double ABI (default)\n"
9784 "  --force-long-branches   always turn relative branches into absolute ones\n"
9785 "  -S,--short-branches     do not turn relative branches into absolute ones\n"
9786 "                          when the offset is out of range\n"
9787 "  --strict-direct-mode    do not turn the direct mode into extended mode\n"
9788 "                          when the instruction does not support direct mode\n"
9789 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
9790 "  --print-opcodes         print the list of instructions with syntax\n"
9791 "  --xgate-ramoffset       offset ram addresses by 0xc000\n"
9792 "  --generate-example      generate an example of each instruction\n"
9793 "                          (used for testing)\n"
9794 msgstr ""
9795
9796 #: config/tc-m68hc11.c:464 config/tc-xgate.c:284
9797 #, c-format
9798 msgid "Default target `%s' is not supported."
9799 msgstr ""
9800
9801 #. Dump the opcode statistics table.
9802 #: config/tc-m68hc11.c:482
9803 #, c-format
9804 msgid "Name   # Modes  Min ops  Max ops  Modes mask  # Used\n"
9805 msgstr ""
9806
9807 #: config/tc-m68hc11.c:561
9808 #, c-format
9809 msgid "Option `%s' is not recognized."
9810 msgstr ""
9811
9812 #: config/tc-m68hc11.c:748
9813 msgid "imm3"
9814 msgstr ""
9815
9816 #: config/tc-m68hc11.c:756
9817 msgid "RD"
9818 msgstr ""
9819
9820 #: config/tc-m68hc11.c:764
9821 msgid "RD,RS"
9822 msgstr ""
9823
9824 #: config/tc-m68hc11.c:772
9825 msgid "RI, #imm4"
9826 msgstr ""
9827
9828 #: config/tc-m68hc11.c:804
9829 msgid "RD, (RI,#offs5)"
9830 msgstr ""
9831
9832 #: config/tc-m68hc11.c:856
9833 msgid "#<imm8>"
9834 msgstr ""
9835
9836 #: config/tc-m68hc11.c:865
9837 msgid "#<imm16>"
9838 msgstr ""
9839
9840 #: config/tc-m68hc11.c:874 config/tc-m68hc11.c:883
9841 msgid "<imm8>,X"
9842 msgstr ""
9843
9844 #: config/tc-m68hc11.c:910
9845 msgid "*<abs8>"
9846 msgstr ""
9847
9848 #: config/tc-m68hc11.c:922
9849 msgid "#<mask>"
9850 msgstr ""
9851
9852 #: config/tc-m68hc11.c:932
9853 #, c-format
9854 msgid "symbol%d"
9855 msgstr ""
9856
9857 #: config/tc-m68hc11.c:934
9858 msgid "<abs>"
9859 msgstr ""
9860
9861 #: config/tc-m68hc11.c:953
9862 msgid "<label>"
9863 msgstr ""
9864
9865 #: config/tc-m68hc11.c:969
9866 #, c-format
9867 msgid ""
9868 "# Example of `%s' instructions\n"
9869 "\t.sect .text\n"
9870 "_start:\n"
9871 msgstr ""
9872
9873 #: config/tc-m68hc11.c:1016
9874 #, c-format
9875 msgid "Instruction `%s' is not recognized."
9876 msgstr ""
9877
9878 #: config/tc-m68hc11.c:1021
9879 #, c-format
9880 msgid "Instruction formats for `%s':"
9881 msgstr ""
9882
9883 #: config/tc-m68hc11.c:1173
9884 #, c-format
9885 msgid "Immediate operand is not allowed for operand %d."
9886 msgstr ""
9887
9888 #: config/tc-m68hc11.c:1217
9889 msgid "Indirect indexed addressing is not valid for 68HC11."
9890 msgstr ""
9891
9892 #: config/tc-m68hc11.c:1237
9893 msgid "Spurious `,' or bad indirect register addressing mode."
9894 msgstr ""
9895
9896 #: config/tc-m68hc11.c:1259
9897 msgid "Missing second register or offset for indexed-indirect mode."
9898 msgstr ""
9899
9900 #: config/tc-m68hc11.c:1269
9901 msgid "Missing second register for indexed-indirect mode."
9902 msgstr ""
9903
9904 #: config/tc-m68hc11.c:1285
9905 msgid "Missing `]' to close indexed-indirect mode."
9906 msgstr ""
9907
9908 #: config/tc-m68hc11.c:1330 config/tc-m68hc11.c:2961 config/tc-m68hc11.c:3073
9909 #: config/tc-m68hc11.c:3147 config/tc-m68hc11.c:3331 config/tc-m68hc11.c:3402
9910 msgid "Illegal operand."
9911 msgstr ""
9912
9913 #. Looks like OP_R_R.
9914 #: config/tc-m68hc11.c:1335 config/tc-m68hc11.c:2966 config/tc-m68hc11.c:3078
9915 #: config/tc-m68hc11.c:3152 config/tc-m68hc11.c:3258 config/tc-m68hc11.c:3310
9916 #: config/tc-m68hc11.c:3318 config/tc-m68hc11.c:3336
9917 msgid "Missing operand."
9918 msgstr ""
9919
9920 #: config/tc-m68hc11.c:1388
9921 msgid "Pre-increment mode is not valid for 68HC11"
9922 msgstr ""
9923
9924 #: config/tc-m68hc11.c:1401
9925 msgid "Wrong register in register indirect mode."
9926 msgstr ""
9927
9928 #: config/tc-m68hc11.c:1409
9929 msgid "Missing `]' to close register indirect operand."
9930 msgstr ""
9931
9932 #: config/tc-m68hc11.c:1429
9933 msgid "Post-decrement mode is not valid for 68HC11."
9934 msgstr ""
9935
9936 #: config/tc-m68hc11.c:1437
9937 msgid "Post-increment mode is not valid for 68HC11."
9938 msgstr ""
9939
9940 #: config/tc-m68hc11.c:1455
9941 msgid "Invalid indexed indirect mode."
9942 msgstr ""
9943
9944 #: config/tc-m68hc11.c:1579
9945 #, c-format
9946 msgid "Trap id `%ld' is out of range."
9947 msgstr ""
9948
9949 #: config/tc-m68hc11.c:1583
9950 msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
9951 msgstr ""
9952
9953 #: config/tc-m68hc11.c:1590 config/tc-m68hc11.c:1741
9954 #, c-format
9955 msgid "Operand out of 8-bit range: `%ld'."
9956 msgstr ""
9957
9958 #: config/tc-m68hc11.c:1597
9959 msgid "The trap id must be a constant."
9960 msgstr ""
9961
9962 #: config/tc-m68hc11.c:1629 config/tc-m68hc11.c:1784 config/tc-xgate.c:1345
9963 #, c-format
9964 msgid "Operand `%x' not recognized in fixup8."
9965 msgstr ""
9966
9967 #: config/tc-m68hc11.c:1646 config/tc-m68hc11.c:1694
9968 #, c-format
9969 msgid "Operand out of 16-bit range: `%ld'."
9970 msgstr ""
9971
9972 #: config/tc-m68hc11.c:1677 config/tc-m68hc11.c:1708
9973 #, c-format
9974 msgid "Operand `%x' not recognized in fixup16."
9975 msgstr ""
9976
9977 #: config/tc-m68hc11.c:1801
9978 #, c-format
9979 msgid "Unexpected branch conversion with `%x'"
9980 msgstr ""
9981
9982 #: config/tc-m68hc11.c:1887 config/tc-m68hc11.c:2019
9983 #, c-format
9984 msgid "Operand out of range for a relative branch: `%ld'"
9985 msgstr ""
9986
9987 #: config/tc-m68hc11.c:1987
9988 msgid "Invalid register for dbcc/tbcc instruction."
9989 msgstr ""
9990
9991 #: config/tc-m68hc11.c:2075
9992 #, c-format
9993 msgid "Increment/decrement value is out of range: `%ld'."
9994 msgstr ""
9995
9996 #: config/tc-m68hc11.c:2087
9997 msgid "Expecting a register."
9998 msgstr ""
9999
10000 #: config/tc-m68hc11.c:2102
10001 msgid "Invalid register for post/pre increment."
10002 msgstr ""
10003
10004 #: config/tc-m68hc11.c:2132
10005 msgid "Invalid register."
10006 msgstr ""
10007
10008 #: config/tc-m68hc11.c:2139
10009 #, c-format
10010 msgid "Offset out of 16-bit range: %ld."
10011 msgstr ""
10012
10013 #: config/tc-m68hc11.c:2145
10014 #, c-format
10015 msgid "Offset out of 5-bit range for movw/movb insn: %ld."
10016 msgstr ""
10017
10018 #: config/tc-m68hc11.c:2270
10019 msgid "Expecting register D for indexed indirect mode."
10020 msgstr ""
10021
10022 #: config/tc-m68hc11.c:2272
10023 msgid "Indexed indirect mode is not allowed for movb/movw."
10024 msgstr ""
10025
10026 #: config/tc-m68hc11.c:2289
10027 msgid "Invalid accumulator register."
10028 msgstr ""
10029
10030 #: config/tc-m68hc11.c:2315
10031 msgid "Invalid indexed register."
10032 msgstr ""
10033
10034 #: config/tc-m68hc11.c:2325
10035 msgid "Addressing mode not implemented yet."
10036 msgstr ""
10037
10038 #: config/tc-m68hc11.c:2339
10039 msgid "Invalid source register for this instruction, use 'tfr'."
10040 msgstr ""
10041
10042 #: config/tc-m68hc11.c:2341
10043 msgid "Invalid source register."
10044 msgstr ""
10045
10046 #: config/tc-m68hc11.c:2346
10047 msgid "Invalid destination register for this instruction, use 'tfr'."
10048 msgstr ""
10049
10050 #: config/tc-m68hc11.c:2348
10051 msgid "Invalid destination register."
10052 msgstr ""
10053
10054 #: config/tc-m68hc11.c:2523
10055 msgid "Invalid indexed register, expecting register X."
10056 msgstr ""
10057
10058 #: config/tc-m68hc11.c:2525
10059 msgid "Invalid indexed register, expecting register Y."
10060 msgstr ""
10061
10062 #: config/tc-m68hc11.c:2844
10063 msgid "No instruction or missing opcode."
10064 msgstr ""
10065
10066 #: config/tc-m68hc11.c:2854 config/tc-m68hc11.c:3532
10067 #, c-format
10068 msgid "Opcode `%s' is not recognized."
10069 msgstr ""
10070
10071 #: config/tc-m68hc11.c:2903 config/tc-m68hc11.c:3452 config/tc-m68hc11.c:3554
10072 #, c-format
10073 msgid "Garbage at end of instruction: `%s'."
10074 msgstr ""
10075
10076 #: config/tc-m68hc11.c:3440
10077 #, c-format
10078 msgid "Failed to find a valid mode for `%s'."
10079 msgstr ""
10080
10081 #: config/tc-m68hc11.c:3464 config/tc-m68hc11.c:3682 config/tc-m68hc11.c:3688
10082 #, c-format
10083 msgid "Invalid operand for `%s'"
10084 msgstr ""
10085
10086 #: config/tc-m68hc11.c:3740
10087 #, c-format
10088 msgid "Invalid mode: %s\n"
10089 msgstr ""
10090
10091 #: config/tc-m68hc11.c:3799
10092 msgid "bad .relax format"
10093 msgstr ""
10094
10095 #: config/tc-m68hc11.c:3843 config/tc-xgate.c:630
10096 #, c-format
10097 msgid "Relocation %d is not supported by object file format."
10098 msgstr ""
10099
10100 #: config/tc-m68hc11.c:4120
10101 msgid "bra or bsr with undefined symbol."
10102 msgstr ""
10103
10104 #: config/tc-m68hc11.c:4221 config/tc-m68hc11.c:4278
10105 #, c-format
10106 msgid "Subtype %d is not recognized."
10107 msgstr ""
10108
10109 #: config/tc-m68hc11.c:4336 config/tc-xgate.c:663
10110 msgid "Expression too complex."
10111 msgstr ""
10112
10113 #: config/tc-m68hc11.c:4367 config/tc-xgate.c:708 config/tc-xgate.c:717
10114 msgid "Value out of 16-bit range."
10115 msgstr ""
10116
10117 #: config/tc-m68hc11.c:4389
10118 #, c-format
10119 msgid "Value %ld too large for 8-bit PC-relative branch."
10120 msgstr ""
10121
10122 #: config/tc-m68hc11.c:4399 config/tc-xgate.c:674
10123 #, c-format
10124 msgid "Value %ld too large for 9-bit PC-relative branch."
10125 msgstr ""
10126
10127 #: config/tc-m68hc11.c:4408 config/tc-xgate.c:691
10128 #, c-format
10129 msgid "Value %ld too large for 10-bit PC-relative branch."
10130 msgstr ""
10131
10132 #: config/tc-m68hc11.c:4416
10133 #, c-format
10134 msgid "Auto increment/decrement offset '%ld' is out of range."
10135 msgstr ""
10136
10137 #: config/tc-m68hc11.c:4429
10138 #, c-format
10139 msgid "Offset out of 5-bit range for movw/movb insn: %ld"
10140 msgstr ""
10141
10142 #: config/tc-m68hc11.c:4440
10143 #, c-format
10144 msgid "Offset out of 9-bit range for movw/movb insn: %ld"
10145 msgstr ""
10146
10147 #: config/tc-m68hc11.c:4452
10148 #, c-format
10149 msgid "Offset out of 16-bit range for movw/movb insn: %ld"
10150 msgstr ""
10151
10152 #: config/tc-m68hc11.c:4469 config/tc-xgate.c:752
10153 #, c-format
10154 msgid "Line %d: unknown relocation type: 0x%x."
10155 msgstr ""
10156
10157 #: config/tc-m68hc11.c:4494
10158 msgid "Invalid directive"
10159 msgstr ""
10160
10161 #: config/tc-m68k.c:1165
10162 #, c-format
10163 msgid "Can not do %d byte pc-relative relocation"
10164 msgstr ""
10165
10166 #: config/tc-m68k.c:1167
10167 #, c-format
10168 msgid "Can not do %d byte pc-relative pic relocation"
10169 msgstr ""
10170
10171 #: config/tc-m68k.c:1172
10172 #, c-format
10173 msgid "Can not do %d byte relocation"
10174 msgstr ""
10175
10176 #: config/tc-m68k.c:1174
10177 #, c-format
10178 msgid "Can not do %d byte pic relocation"
10179 msgstr ""
10180
10181 #: config/tc-m68k.c:1254
10182 #, c-format
10183 msgid "Unable to produce reloc against symbol '%s'"
10184 msgstr ""
10185
10186 #: config/tc-m68k.c:1313 config/tc-vax.c:2369
10187 #, c-format
10188 msgid "Cannot make %s relocation PC relative"
10189 msgstr ""
10190
10191 #: config/tc-m68k.c:1429 config/tc-vax.c:1879
10192 msgid "No operator"
10193 msgstr ""
10194
10195 #: config/tc-m68k.c:1459 config/tc-vax.c:1895
10196 msgid "Unknown operator"
10197 msgstr ""
10198
10199 #: config/tc-m68k.c:2362
10200 msgid "invalid instruction for this architecture; needs "
10201 msgstr ""
10202
10203 #: config/tc-m68k.c:2370
10204 msgid "hardware divide"
10205 msgstr ""
10206
10207 #: config/tc-m68k.c:2392 config/tc-m68k.c:2396 config/tc-m68k.c:2400
10208 msgid "or higher"
10209 msgstr ""
10210
10211 #: config/tc-m68k.c:2453
10212 msgid "operands mismatch"
10213 msgstr ""
10214
10215 #: config/tc-m68k.c:2517 config/tc-m68k.c:2523 config/tc-m68k.c:2529
10216 #: config/tc-mmix.c:2495 config/tc-mmix.c:2519
10217 msgid "operand out of range"
10218 msgstr ""
10219
10220 #: config/tc-m68k.c:2586
10221 #, c-format
10222 msgid "Bignum too big for %c format; truncated"
10223 msgstr ""
10224
10225 #: config/tc-m68k.c:2663
10226 msgid "displacement too large for this architecture; needs 68020 or higher"
10227 msgstr ""
10228
10229 #: config/tc-m68k.c:2774
10230 msgid "scale factor invalid on this architecture; needs cpu32 or 68020 or higher"
10231 msgstr ""
10232
10233 #: config/tc-m68k.c:2779
10234 msgid "invalid index size for coldfire"
10235 msgstr ""
10236
10237 #: config/tc-m68k.c:2832
10238 msgid "Forcing byte displacement"
10239 msgstr ""
10240
10241 #: config/tc-m68k.c:2834
10242 msgid "byte displacement out of range"
10243 msgstr ""
10244
10245 #: config/tc-m68k.c:2882 config/tc-m68k.c:2920
10246 msgid "invalid operand mode for this architecture; needs 68020 or higher"
10247 msgstr ""
10248
10249 #: config/tc-m68k.c:2906 config/tc-m68k.c:2940
10250 msgid ":b not permitted; defaulting to :w"
10251 msgstr ""
10252
10253 #: config/tc-m68k.c:3017
10254 msgid "unsupported byte value; use a different suffix"
10255 msgstr ""
10256
10257 #: config/tc-m68k.c:3032
10258 msgid "unknown/incorrect operand"
10259 msgstr ""
10260
10261 #: config/tc-m68k.c:3075 config/tc-m68k.c:3083 config/tc-m68k.c:3090
10262 #: config/tc-m68k.c:3097
10263 msgid "out of range"
10264 msgstr ""
10265
10266 #: config/tc-m68k.c:3171
10267 msgid "Can't use long branches on this architecture"
10268 msgstr ""
10269
10270 #: config/tc-m68k.c:3277
10271 msgid "Expression out of range, using 0"
10272 msgstr ""
10273
10274 #: config/tc-m68k.c:3478 config/tc-m68k.c:3494
10275 msgid "Floating point register in register list"
10276 msgstr ""
10277
10278 #: config/tc-m68k.c:3484
10279 msgid "Wrong register in floating-point reglist"
10280 msgstr ""
10281
10282 #: config/tc-m68k.c:3500
10283 msgid "incorrect register in reglist"
10284 msgstr ""
10285
10286 #: config/tc-m68k.c:3506
10287 msgid "wrong register in floating-point reglist"
10288 msgstr ""
10289
10290 #. ERROR.
10291 #: config/tc-m68k.c:3979
10292 msgid "Extra )"
10293 msgstr ""
10294
10295 #. ERROR.
10296 #: config/tc-m68k.c:3990
10297 msgid "Missing )"
10298 msgstr ""
10299
10300 #: config/tc-m68k.c:4007
10301 msgid "Missing operand"
10302 msgstr ""
10303
10304 #: config/tc-m68k.c:4332
10305 #, c-format
10306 msgid "unrecognized default cpu `%s'"
10307 msgstr ""
10308
10309 #: config/tc-m68k.c:4386
10310 #, c-format
10311 msgid "%s -- statement `%s' ignored"
10312 msgstr ""
10313
10314 #: config/tc-m68k.c:4435
10315 #, c-format
10316 msgid "Don't know how to figure out width of %c in md_assemble()"
10317 msgstr ""
10318
10319 #: config/tc-m68k.c:4667 config/tc-m68k.c:4706
10320 #, c-format
10321 msgid "Internal Error: Can't find %s in hash table"
10322 msgstr ""
10323
10324 #: config/tc-m68k.c:4670 config/tc-m68k.c:4709
10325 #, c-format
10326 msgid "Internal Error: Can't hash %s: %s"
10327 msgstr ""
10328
10329 #: config/tc-m68k.c:4834
10330 #, c-format
10331 msgid "text label `%s' aligned to odd boundary"
10332 msgstr ""
10333
10334 #: config/tc-m68k.c:5006
10335 #, c-format
10336 msgid "value %ld out of range"
10337 msgstr ""
10338
10339 #: config/tc-m68k.c:5020
10340 msgid "invalid byte branch offset"
10341 msgstr ""
10342
10343 #: config/tc-m68k.c:5057
10344 msgid "short branch with zero offset: use :w"
10345 msgstr ""
10346
10347 #: config/tc-m68k.c:5101
10348 msgid "Conversion of PC relative BSR to absolute JSR"
10349 msgstr ""
10350
10351 #: config/tc-m68k.c:5112
10352 msgid "Conversion of PC relative branch to absolute jump"
10353 msgstr ""
10354
10355 #: config/tc-m68k.c:5129 config/tc-m68k.c:5186
10356 msgid "Conversion of PC relative conditional branch to absolute jump"
10357 msgstr ""
10358
10359 #: config/tc-m68k.c:5251
10360 msgid "Conversion of PC relative displacement to absolute"
10361 msgstr ""
10362
10363 #: config/tc-m68k.c:5464
10364 msgid "Tried to convert PC relative branch to absolute jump"
10365 msgstr ""
10366
10367 #: config/tc-m68k.c:5509 config/tc-m68k.c:5520 config/tc-m68k.c:5564
10368 msgid "expression out of range: defaulting to 1"
10369 msgstr ""
10370
10371 #: config/tc-m68k.c:5556
10372 msgid "expression out of range: defaulting to 0"
10373 msgstr ""
10374
10375 #: config/tc-m68k.c:5597 config/tc-m68k.c:5609
10376 #, c-format
10377 msgid "Can't deal with expression; defaulting to %ld"
10378 msgstr ""
10379
10380 #: config/tc-m68k.c:5623
10381 msgid "expression doesn't fit in BYTE"
10382 msgstr ""
10383
10384 #: config/tc-m68k.c:5627
10385 msgid "expression doesn't fit in WORD"
10386 msgstr ""
10387
10388 #: config/tc-m68k.c:5714
10389 #, c-format
10390 msgid "%s: unrecognized processor name"
10391 msgstr ""
10392
10393 #: config/tc-m68k.c:5775
10394 msgid "bad coprocessor id"
10395 msgstr ""
10396
10397 #: config/tc-m68k.c:5781
10398 msgid "unrecognized fopt option"
10399 msgstr ""
10400
10401 #: config/tc-m68k.c:5913
10402 #, c-format
10403 msgid "option `%s' may not be negated"
10404 msgstr ""
10405
10406 #: config/tc-m68k.c:5924
10407 #, c-format
10408 msgid "option `%s' not recognized"
10409 msgstr ""
10410
10411 #: config/tc-m68k.c:5953
10412 msgid "bad format of OPT NEST=depth"
10413 msgstr ""
10414
10415 #: config/tc-m68k.c:6009
10416 msgid "missing label"
10417 msgstr ""
10418
10419 #: config/tc-m68k.c:6035
10420 #, c-format
10421 msgid "bad register list: %s"
10422 msgstr ""
10423
10424 #: config/tc-m68k.c:6133
10425 msgid "restore without save"
10426 msgstr ""
10427
10428 #: config/tc-m68k.c:6287 config/tc-m68k.c:6657
10429 msgid "syntax error in structured control directive"
10430 msgstr ""
10431
10432 #: config/tc-m68k.c:6332
10433 msgid "missing condition code in structured control directive"
10434 msgstr ""
10435
10436 #: config/tc-m68k.c:6403
10437 #, c-format
10438 msgid "Condition <%c%c> in structured control directive can not be encoded correctly"
10439 msgstr ""
10440
10441 #: config/tc-m68k.c:6699
10442 msgid "missing then"
10443 msgstr ""
10444
10445 #: config/tc-m68k.c:6780
10446 msgid "else without matching if"
10447 msgstr ""
10448
10449 #: config/tc-m68k.c:6813
10450 msgid "endi without matching if"
10451 msgstr ""
10452
10453 #: config/tc-m68k.c:6853
10454 msgid "break outside of structured loop"
10455 msgstr ""
10456
10457 #: config/tc-m68k.c:6891
10458 msgid "next outside of structured loop"
10459 msgstr ""
10460
10461 #: config/tc-m68k.c:6942
10462 msgid "missing ="
10463 msgstr ""
10464
10465 #: config/tc-m68k.c:6980
10466 msgid "missing to or downto"
10467 msgstr ""
10468
10469 #: config/tc-m68k.c:7016 config/tc-m68k.c:7050 config/tc-m68k.c:7264
10470 msgid "missing do"
10471 msgstr ""
10472
10473 #: config/tc-m68k.c:7151
10474 msgid "endf without for"
10475 msgstr ""
10476
10477 #: config/tc-m68k.c:7205
10478 msgid "until without repeat"
10479 msgstr ""
10480
10481 #: config/tc-m68k.c:7299
10482 msgid "endw without while"
10483 msgstr ""
10484
10485 #: config/tc-m68k.c:7332 config/tc-m68k.c:7360
10486 msgid "already assembled instructions"
10487 msgstr ""
10488
10489 #: config/tc-m68k.c:7437
10490 #, c-format
10491 msgid "`%s' is deprecated, use `%s'"
10492 msgstr ""
10493
10494 #: config/tc-m68k.c:7456
10495 #, c-format
10496 msgid "cpu `%s' unrecognized"
10497 msgstr ""
10498
10499 #: config/tc-m68k.c:7475
10500 #, c-format
10501 msgid "architecture `%s' unrecognized"
10502 msgstr ""
10503
10504 #: config/tc-m68k.c:7496
10505 #, c-format
10506 msgid "extension `%s' unrecognized"
10507 msgstr ""
10508
10509 #: config/tc-m68k.c:7615
10510 #, c-format
10511 msgid "option `-A%s' is deprecated: use `-%s'"
10512 msgstr ""
10513
10514 #: config/tc-m68k.c:7648
10515 msgid "architecture features both enabled and disabled"
10516 msgstr ""
10517
10518 #: config/tc-m68k.c:7675
10519 msgid "selected processor does not have all features of selected architecture"
10520 msgstr ""
10521
10522 #: config/tc-m68k.c:7684
10523 msgid "m68k and cf features both selected"
10524 msgstr ""
10525
10526 #: config/tc-m68k.c:7696
10527 msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly"
10528 msgstr ""
10529
10530 #: config/tc-m68k.c:7728
10531 #, c-format
10532 msgid ""
10533 "-march=<arch>\t\tset architecture\n"
10534 "-mcpu=<cpu>\t\tset cpu [default %s]\n"
10535 msgstr ""
10536
10537 #: config/tc-m68k.c:7733
10538 #, c-format
10539 msgid "-m[no-]%-16s enable/disable %s architecture extension\n"
10540 msgstr ""
10541
10542 #: config/tc-m68k.c:7739
10543 #, c-format
10544 msgid ""
10545 "-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n"
10546 "-pic, -k\t\tgenerate position independent code\n"
10547 "-S\t\t\tturn jbsr into jsr\n"
10548 "--pcrel                 never turn PC-relative branches into absolute jumps\n"
10549 "--register-prefix-optional\n"
10550 "\t\t\trecognize register names without prefix character\n"
10551 "--bitwise-or\t\tdo not treat `|' as a comment character\n"
10552 "--base-size-default-16\tbase reg without size is 16 bits\n"
10553 "--base-size-default-32\tbase reg without size is 32 bits (default)\n"
10554 "--disp-size-default-16\tdisplacement with unknown size is 16 bits\n"
10555 "--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n"
10556 msgstr ""
10557
10558 #: config/tc-m68k.c:7753
10559 #, c-format
10560 msgid "Architecture variants are: "
10561 msgstr ""
10562
10563 #: config/tc-m68k.c:7762
10564 #, c-format
10565 msgid "Processor variants are: "
10566 msgstr ""
10567
10568 #: config/tc-m68k.c:7769 config/tc-xtensa.c:6356
10569 #, c-format
10570 msgid "\n"
10571 msgstr ""
10572
10573 #: config/tc-m68k.c:7800
10574 #, c-format
10575 msgid "Error %s in %s\n"
10576 msgstr ""
10577
10578 #: config/tc-m68k.c:7804
10579 #, c-format
10580 msgid "Opcode(%d.%s): "
10581 msgstr ""
10582
10583 #: config/tc-m68k.c:7962
10584 msgid "Not a defined coldfire architecture"
10585 msgstr ""
10586
10587 #: config/tc-m68k.c:8140
10588 #, c-format
10589 msgid "Adjusted signed .word (%#lx) overflows: `switch'-statement too large."
10590 msgstr ""
10591
10592 #: config/tc-mcore.c:520 config/tc-microblaze.c:511 config/tc-microblaze.c:539
10593 #: config/tc-microblaze.c:576 config/tc-microblaze.c:588
10594 #, c-format
10595 msgid "register expected, but saw '%.6s'"
10596 msgstr ""
10597
10598 #: config/tc-mcore.c:602
10599 #, c-format
10600 msgid "control register expected, but saw '%.6s'"
10601 msgstr ""
10602
10603 #: config/tc-mcore.c:638
10604 msgid "bad/missing psr specifier"
10605 msgstr ""
10606
10607 #: config/tc-mcore.c:688
10608 msgid "more than 65K literal pools"
10609 msgstr ""
10610
10611 #: config/tc-mcore.c:742
10612 msgid "missing ']'"
10613 msgstr ""
10614
10615 #: config/tc-mcore.c:781
10616 msgid "operand must be a constant"
10617 msgstr ""
10618
10619 #: config/tc-mcore.c:783
10620 #, c-format
10621 msgid "operand must be absolute in range %u..%u, not %ld"
10622 msgstr ""
10623
10624 #: config/tc-mcore.c:818
10625 msgid "operand must be a multiple of 4"
10626 msgstr ""
10627
10628 #: config/tc-mcore.c:825
10629 msgid "operand must be a multiple of 2"
10630 msgstr ""
10631
10632 #: config/tc-mcore.c:887 config/tc-microblaze.c:940
10633 #: config/tc-microblaze.c:1072 config/tc-microblaze.c:1104
10634 #: config/tc-microblaze.c:1557 config/tc-microblaze.c:1623
10635 #: config/tc-microblaze.c:1696 config/tc-microblaze.c:2108
10636 #: config/tc-microblaze.c:2155
10637 #, c-format
10638 msgid "unknown opcode \"%s\""
10639 msgstr ""
10640
10641 #: config/tc-mcore.c:930
10642 msgid "invalid register: r15 illegal"
10643 msgstr ""
10644
10645 #: config/tc-mcore.c:979 config/tc-mcore.c:1560
10646 msgid "M340 specific opcode used when assembling for M210"
10647 msgstr ""
10648
10649 #: config/tc-mcore.c:997 config/tc-mcore.c:1037 config/tc-mcore.c:1056
10650 #: config/tc-mcore.c:1075 config/tc-mcore.c:1103 config/tc-mcore.c:1132
10651 #: config/tc-mcore.c:1169 config/tc-mcore.c:1204 config/tc-mcore.c:1223
10652 #: config/tc-mcore.c:1242 config/tc-mcore.c:1276 config/tc-mcore.c:1301
10653 #: config/tc-mcore.c:1358 config/tc-mcore.c:1412 config/tc-mcore.c:1448
10654 #: config/tc-mcore.c:1507 config/tc-mcore.c:1529 config/tc-mcore.c:1552
10655 msgid "second operand missing"
10656 msgstr ""
10657
10658 #: config/tc-mcore.c:1013
10659 msgid "destination register must be r1"
10660 msgstr ""
10661
10662 #: config/tc-mcore.c:1034
10663 msgid "source register must be r1"
10664 msgstr ""
10665
10666 #: config/tc-mcore.c:1098 config/tc-mcore.c:1155
10667 msgid "immediate is not a power of two"
10668 msgstr ""
10669
10670 #: config/tc-mcore.c:1126
10671 msgid "translating bgeni to movi"
10672 msgstr ""
10673
10674 #: config/tc-mcore.c:1163
10675 msgid "translating mgeni to movi"
10676 msgstr ""
10677
10678 #: config/tc-mcore.c:1195
10679 msgid "translating bmaski to movi"
10680 msgstr ""
10681
10682 #: config/tc-mcore.c:1271
10683 #, c-format
10684 msgid "displacement too large (%d)"
10685 msgstr ""
10686
10687 #: config/tc-mcore.c:1285
10688 msgid "Invalid register: r0 and r15 illegal"
10689 msgstr ""
10690
10691 #: config/tc-mcore.c:1316
10692 msgid "bad starting register: r0 and r15 invalid"
10693 msgstr ""
10694
10695 #: config/tc-mcore.c:1329
10696 msgid "ending register must be r15"
10697 msgstr ""
10698
10699 #: config/tc-mcore.c:1349
10700 msgid "bad base register: must be r0"
10701 msgstr ""
10702
10703 #: config/tc-mcore.c:1367
10704 msgid "first register must be r4"
10705 msgstr ""
10706
10707 #: config/tc-mcore.c:1378
10708 msgid "last register must be r7"
10709 msgstr ""
10710
10711 #: config/tc-mcore.c:1415
10712 msgid "reg-reg expected"
10713 msgstr ""
10714
10715 #: config/tc-mcore.c:1526
10716 msgid "second operand must be 1"
10717 msgstr ""
10718
10719 #: config/tc-mcore.c:1547
10720 msgid "zero used as immediate value"
10721 msgstr ""
10722
10723 #: config/tc-mcore.c:1574
10724 msgid "duplicated psr bit specifier"
10725 msgstr ""
10726
10727 #: config/tc-mcore.c:1580
10728 msgid "`af' must appear alone"
10729 msgstr ""
10730
10731 #: config/tc-mcore.c:1587 config/tc-microblaze.c:1734
10732 #, c-format
10733 msgid "unimplemented opcode \"%s\""
10734 msgstr ""
10735
10736 #: config/tc-mcore.c:1596 config/tc-microblaze.c:1743
10737 #, c-format
10738 msgid "ignoring operands: %s "
10739 msgstr ""
10740
10741 #: config/tc-mcore.c:1669
10742 #, c-format
10743 msgid "unrecognised cpu type '%s'"
10744 msgstr ""
10745
10746 #: config/tc-mcore.c:1687
10747 #, c-format
10748 msgid ""
10749 "MCORE specific options:\n"
10750 "  -{no-}jsri2bsr\t  {dis}able jsri to bsr transformation (def: dis)\n"
10751 "  -{no-}sifilter\t  {dis}able silicon filter behavior (def: dis)\n"
10752 "  -cpu=[210|340]          select CPU type\n"
10753 "  -EB                     assemble for a big endian system (default)\n"
10754 "  -EL                     assemble for a little endian system\n"
10755 msgstr ""
10756
10757 #: config/tc-mcore.c:1705 config/tc-microblaze.c:1854
10758 msgid "failed sanity check: short_jump"
10759 msgstr ""
10760
10761 #: config/tc-mcore.c:1715 config/tc-microblaze.c:1864
10762 msgid "failed sanity check: long_jump"
10763 msgstr ""
10764
10765 #: config/tc-mcore.c:1741
10766 #, c-format
10767 msgid "odd displacement at %x"
10768 msgstr ""
10769
10770 #. Variable not in small data read only segment accessed
10771 #. using small data read only anchor.
10772 #: config/tc-mcore.c:1923 config/tc-microblaze.c:1970
10773 #: config/tc-microblaze.c:2268 config/tc-microblaze.c:2291
10774 msgid "unknown"
10775 msgstr ""
10776
10777 #: config/tc-mcore.c:1950
10778 #, c-format
10779 msgid "odd distance branch (0x%lx byte)"
10780 msgid_plural "odd distance branch (0x%lx bytes)"
10781 msgstr[0] ""
10782 msgstr[1] ""
10783 msgstr[2] ""
10784
10785 #: config/tc-mcore.c:1957
10786 #, c-format
10787 msgid "pcrel for branch to %s too far (0x%lx)"
10788 msgstr ""
10789
10790 #: config/tc-mcore.c:1977
10791 #, c-format
10792 msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)"
10793 msgstr ""
10794
10795 #: config/tc-mcore.c:1989
10796 #, c-format
10797 msgid "pcrel for loopt too far (0x%lx)"
10798 msgstr ""
10799
10800 #: config/tc-mcore.c:2185 config/tc-microblaze.c:2435 config/tc-tic30.c:1386
10801 #, c-format
10802 msgid "Can not do %d byte %srelocation"
10803 msgstr ""
10804
10805 #: config/tc-mcore.c:2187 config/tc-microblaze.c:2437 config/tc-tic30.c:1387
10806 msgid "pc-relative "
10807 msgstr ""
10808
10809 #: config/tc-mep.c:339
10810 #, c-format
10811 msgid ""
10812 "MeP specific command line options:\n"
10813 "  -EB                     assemble for a big endian system\n"
10814 "  -EL                     assemble for a little endian system (default)\n"
10815 "  -mconfig=<name>         specify a chip configuration to use\n"
10816 "  -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n"
10817 "  -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n"
10818 "  -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n"
10819 "                          enable/disable the given opcodes\n"
10820 "\n"
10821 "  If -mconfig is given, the other -m options modify it.  Otherwise,\n"
10822 "  if no -m options are given, all core opcodes are enabled;\n"
10823 "  if any enabling -m options are given, only those are enabled;\n"
10824 "  if only disabling -m options are given, only those are disabled.\n"
10825 msgstr ""
10826
10827 #: config/tc-mep.c:408
10828 msgid "$hi and $lo are disabled when MUL and DIV are off"
10829 msgstr ""
10830
10831 #: config/tc-mep.c:415
10832 msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off"
10833 msgstr ""
10834
10835 #: config/tc-mep.c:420
10836 msgid "$dbg and $depc are disabled when DEBUG is off"
10837 msgstr ""
10838
10839 #: config/tc-mep.c:611
10840 msgid "core and copro insn lengths must total 32 bits."
10841 msgstr ""
10842
10843 #: config/tc-mep.c:614 config/tc-mep.c:751
10844 msgid "vliw group must consist of 1 core and 1 copro insn."
10845 msgstr ""
10846
10847 #: config/tc-mep.c:748
10848 msgid "core and copro insn lengths must total 64 bits."
10849 msgstr ""
10850
10851 #: config/tc-mep.c:980
10852 #, c-format
10853 msgid "cannot pack %s with a 16-bit insn"
10854 msgstr ""
10855
10856 #: config/tc-mep.c:998
10857 #, c-format
10858 msgid "cannot pack %s and %s together with a 16-bit insn"
10859 msgstr ""
10860
10861 #: config/tc-mep.c:1004
10862 msgid "too many IVC2 insns to pack with a 16-bit core insn"
10863 msgstr ""
10864
10865 #: config/tc-mep.c:1019
10866 #, c-format
10867 msgid "cannot pack %s into slot P1"
10868 msgstr ""
10869
10870 #: config/tc-mep.c:1025
10871 msgid "too many IVC2 insns to pack with a 32-bit core insn"
10872 msgstr ""
10873
10874 #: config/tc-mep.c:1043
10875 #, c-format
10876 msgid "unable to pack %s by itself?"
10877 msgstr ""
10878
10879 #: config/tc-mep.c:1073
10880 #, c-format
10881 msgid "cannot pack %s and %s together"
10882 msgstr ""
10883
10884 #: config/tc-mep.c:1079
10885 msgid "too many IVC2 insns to pack together"
10886 msgstr ""
10887
10888 #. There are no insns in the queue and a plus is present.
10889 #. This is a syntax error.  Let's not tolerate this.
10890 #. We can relax this later if necessary.
10891 #: config/tc-mep.c:1316
10892 msgid "Invalid use of parallelization operator."
10893 msgstr ""
10894
10895 #: config/tc-mep.c:1362
10896 msgid "Leading plus sign not allowed in core mode"
10897 msgstr ""
10898
10899 #: config/tc-mep.c:1892
10900 #, c-format
10901 msgid "Don't know how to relocate plain operands of type %s"
10902 msgstr ""
10903
10904 #: config/tc-mep.c:1902
10905 #, c-format
10906 msgid "Perhaps you are missing %%tpoff()?"
10907 msgstr ""
10908
10909 #: config/tc-mep.c:2089
10910 msgid "bad .section directive: want a,v,w,x,M,S in string"
10911 msgstr ""
10912
10913 #: config/tc-mep.c:2147
10914 msgid ".vliw unavailable when VLIW is disabled."
10915 msgstr ""
10916
10917 #: config/tc-metag.c:456
10918 msgid "no floating point unit specified"
10919 msgstr ""
10920
10921 #: config/tc-metag.c:721
10922 #, c-format
10923 msgid "offset must be a multiple of %d"
10924 msgstr ""
10925
10926 #: config/tc-metag.c:737 config/tc-metag.c:4445
10927 msgid "offset and base must be from the same unit"
10928 msgstr ""
10929
10930 #: config/tc-metag.c:868 config/tc-metag.c:3169 config/tc-metag.c:3271
10931 #, fuzzy
10932 #| msgid "invalid listing option `%c'"
10933 msgid "invalid destination register"
10934 msgstr "неверный параметр %c для листинга"
10935
10936 #: config/tc-metag.c:884 config/tc-metag.c:902 config/tc-metag.c:1293
10937 #: config/tc-metag.c:1311 config/tc-metag.c:1531 config/tc-metag.c:3101
10938 #: config/tc-metag.c:3186 config/tc-metag.c:3288
10939 msgid "invalid memory operand"
10940 msgstr ""
10941
10942 #: config/tc-metag.c:939 config/tc-metag.c:3119
10943 msgid "invalid source register"
10944 msgstr ""
10945
10946 #: config/tc-metag.c:1024
10947 #, fuzzy
10948 #| msgid "invalid listing option `%c'"
10949 msgid "invalid destination unit"
10950 msgstr "неверный параметр %c для листинга"
10951
10952 #: config/tc-metag.c:1032
10953 msgid "mov cannot use RD port as destination"
10954 msgstr ""
10955
10956 #: config/tc-metag.c:1057
10957 msgid "invalid source unit"
10958 msgstr ""
10959
10960 #: config/tc-metag.c:1065
10961 msgid "source and address units must not be shared for this addressing mode"
10962 msgstr ""
10963
10964 #: config/tc-metag.c:1073 config/tc-metag.c:1677
10965 msgid "set can only use RD port as source"
10966 msgstr ""
10967
10968 #: config/tc-metag.c:1088 config/tc-metag.c:1189 config/tc-metag.c:1440
10969 #: config/tc-metag.c:1698 config/tc-metag.c:4055
10970 #, c-format
10971 msgid "base unit must be one of %s"
10972 msgstr ""
10973
10974 #. We already tried to encode as an extended GET/SET.
10975 #. Parsing as a standard GET/SET provides a smaller offset.
10976 #: config/tc-metag.c:1109 config/tc-metag.c:1215 config/tc-metag.c:3132
10977 #: config/tc-metag.c:3199 config/tc-metag.c:3301 config/tc-metag.c:4582
10978 msgid "offset value out of range"
10979 msgstr ""
10980
10981 #: config/tc-metag.c:1169
10982 msgid "destination unit must be RD"
10983 msgstr ""
10984
10985 #: config/tc-metag.c:1279
10986 msgid "invalid destination register list"
10987 msgstr ""
10988
10989 #: config/tc-metag.c:1326
10990 msgid "invalid source register list"
10991 msgstr ""
10992
10993 #: config/tc-metag.c:1351
10994 msgid "register list must be even numbered"
10995 msgstr ""
10996
10997 #: config/tc-metag.c:1357
10998 msgid "register list must be from the same unit"
10999 msgstr ""
11000
11001 #: config/tc-metag.c:1380
11002 msgid "register list must not contain duplicates"
11003 msgstr ""
11004
11005 #: config/tc-metag.c:1637
11006 msgid "MDRD value must be between 1 and 8"
11007 msgstr ""
11008
11009 #: config/tc-metag.c:1728
11010 msgid "invalid destination memory operand"
11011 msgstr ""
11012
11013 #: config/tc-metag.c:1743
11014 msgid "invalid source memory operand"
11015 msgstr ""
11016
11017 #: config/tc-metag.c:1750
11018 #, c-format
11019 msgid "address units must be one of %s"
11020 msgstr ""
11021
11022 #: config/tc-metag.c:1757
11023 msgid "base and offset must be from the same unit"
11024 msgstr ""
11025
11026 #: config/tc-metag.c:1765
11027 msgid "source and destination increment mode must agree"
11028 msgstr ""
11029
11030 #: config/tc-metag.c:2040
11031 msgid "PC, CT, TR and TT are treated as if they are a single unit but operands must be in different units"
11032 msgstr ""
11033
11034 #: config/tc-metag.c:2049
11035 msgid "source and destination register must be in different units"
11036 msgstr ""
11037
11038 #: config/tc-metag.c:2081
11039 #, c-format
11040 msgid "register unit must be one of %s"
11041 msgstr ""
11042
11043 #: config/tc-metag.c:2168
11044 #, c-format
11045 msgid "link register unit must be one of %s"
11046 msgstr ""
11047
11048 #: config/tc-metag.c:2174
11049 msgid "link register must be in a low numbered register"
11050 msgstr ""
11051
11052 #: config/tc-metag.c:2191 config/tc-metag.c:2716 config/tc-metag.c:2770
11053 msgid "target out of range"
11054 msgstr ""
11055
11056 #: config/tc-metag.c:2672
11057 msgid "invalid quickrot unit specified"
11058 msgstr ""
11059
11060 #: config/tc-metag.c:2688
11061 msgid "invalid quickrot register specified"
11062 msgstr ""
11063
11064 #: config/tc-metag.c:2742
11065 msgid "source register must be in the trigger unit"
11066 msgstr ""
11067
11068 #: config/tc-metag.c:2845
11069 msgid "Source registers must be in the same unit"
11070 msgstr ""
11071
11072 #: config/tc-metag.c:3556 config/tc-metag.c:3720 config/tc-metag.c:3988
11073 msgid "destination register should be even numbered"
11074 msgstr ""
11075
11076 #: config/tc-metag.c:3628
11077 msgid "comparison must be with register or #0"
11078 msgstr ""
11079
11080 #: config/tc-metag.c:3694 config/tc-metag.c:3759
11081 msgid "instruction cannot operate on pair values"
11082 msgstr ""
11083
11084 #: config/tc-metag.c:3705
11085 msgid "zero flag is not valid for this instruction"
11086 msgstr ""
11087
11088 #: config/tc-metag.c:3726
11089 msgid "source register should be even numbered"
11090 msgstr ""
11091
11092 #: config/tc-metag.c:3786 config/tc-metag.c:3795
11093 msgid "fraction bits value out of range"
11094 msgstr ""
11095
11096 #: config/tc-metag.c:3977
11097 msgid "simd instructions operate on pair values (L prefix)"
11098 msgstr ""
11099
11100 #: config/tc-metag.c:3995
11101 msgid "source registers should be even numbered"
11102 msgstr ""
11103
11104 #: config/tc-metag.c:4273
11105 #, c-format
11106 msgid "expected ']', not %c in %s"
11107 msgstr ""
11108
11109 #: config/tc-metag.c:4392
11110 msgid "invalid register for memory access"
11111 msgstr ""
11112
11113 #: config/tc-metag.c:4505 config/tc-metag.c:4633
11114 #, fuzzy
11115 #| msgid "expected quoted string"
11116 msgid "unexpected end of line"
11117 msgstr "ожидается строка в кавычках"
11118
11119 #: config/tc-metag.c:4552
11120 msgid "'H' modifier only valid for accumulator registers"
11121 msgstr ""
11122
11123 #: config/tc-metag.c:4605
11124 msgid "base unit must be either A0 or A1"
11125 msgstr ""
11126
11127 #: config/tc-metag.c:4678 config/tc-metag.c:5121
11128 msgid "invalid register"
11129 msgstr ""
11130
11131 #: config/tc-metag.c:4826
11132 msgid "could not parse template definition"
11133 msgstr ""
11134
11135 #: config/tc-metag.c:5013
11136 msgid "QUICKRoT 64-bit extension not applicable to this instruction"
11137 msgstr ""
11138
11139 #: config/tc-metag.c:5069
11140 msgid "invalid operands for cross-unit op"
11141 msgstr ""
11142
11143 #: config/tc-metag.c:5111
11144 msgid "missing flags: one of 'P', 'N' or 'Z' required"
11145 msgstr ""
11146
11147 #: config/tc-metag.c:5139
11148 msgid "'P', 'N' or 'Z' flags may only be specified when accumulating"
11149 msgstr ""
11150
11151 #: config/tc-metag.c:5160
11152 msgid "accumulator not a valid destination"
11153 msgstr ""
11154
11155 #: config/tc-metag.c:5170 config/tc-metag.c:5386 config/tc-metag.c:5570
11156 msgid "invalid immediate value"
11157 msgstr ""
11158
11159 #: config/tc-metag.c:5182
11160 msgid "immediate value not allowed when source & dest differ"
11161 msgstr ""
11162
11163 #: config/tc-metag.c:5214
11164 #, fuzzy, c-format
11165 #| msgid "invalid listing option `%c'"
11166 msgid "invalid register operand: %s"
11167 msgstr "неверный параметр %c для листинга"
11168
11169 #: config/tc-metag.c:5248
11170 msgid "QUICKRoT extension requires 4 registers"
11171 msgstr ""
11172
11173 #: config/tc-metag.c:5255
11174 msgid "invalid fourth register"
11175 msgstr ""
11176
11177 #: config/tc-metag.c:5262
11178 msgid "A0.2,A0.3,A1.2,A1.3 required for QUICKRoT register"
11179 msgstr ""
11180
11181 #: config/tc-metag.c:5290
11182 msgid "DSP RAM pointer in incorrect unit"
11183 msgstr ""
11184
11185 #: config/tc-metag.c:5336
11186 msgid "invalid register operand #1"
11187 msgstr ""
11188
11189 #: config/tc-metag.c:5350
11190 msgid "invalid register operand #2"
11191 msgstr ""
11192
11193 #: config/tc-metag.c:5414
11194 msgid "this instruction does not accept an immediate"
11195 msgstr ""
11196
11197 #: config/tc-metag.c:5434
11198 msgid "invalid register operand #3"
11199 msgstr ""
11200
11201 #: config/tc-metag.c:5446
11202 msgid "this instruction does not accept an accumulator"
11203 msgstr ""
11204
11205 #: config/tc-metag.c:5464
11206 msgid "invalid register operand #4"
11207 msgstr ""
11208
11209 #: config/tc-metag.c:5541
11210 msgid "invalid accumulator register"
11211 msgstr ""
11212
11213 #: config/tc-metag.c:5597
11214 msgid "conditional instruction cannot use G flag"
11215 msgstr ""
11216
11217 #: config/tc-metag.c:5608
11218 msgid "conditional instruction cannot use B flag"
11219 msgstr ""
11220
11221 #: config/tc-metag.c:5619
11222 msgid "conditional instruction cannot use R flag"
11223 msgstr ""
11224
11225 #: config/tc-metag.c:5728
11226 msgid "'L' modifier not valid for this instruction"
11227 msgstr ""
11228
11229 #: config/tc-metag.c:5860
11230 #, fuzzy, c-format
11231 #| msgid "missing name"
11232 msgid "missing fpu name `%s'"
11233 msgstr "пропущено имя"
11234
11235 #: config/tc-metag.c:5871
11236 #, c-format
11237 msgid "unknown fpu `%s'"
11238 msgstr ""
11239
11240 #: config/tc-metag.c:5886
11241 #, fuzzy, c-format
11242 #| msgid "missing name"
11243 msgid "missing DSP name `%s'"
11244 msgstr "пропущено имя"
11245
11246 #: config/tc-metag.c:5897
11247 #, c-format
11248 msgid "unknown DSP `%s'"
11249 msgstr ""
11250
11251 #: config/tc-metag.c:5915
11252 msgid "<dsp name>\t  assemble for DSP architecture <dsp name>"
11253 msgstr ""
11254
11255 #: config/tc-metag.c:5953
11256 #, c-format
11257 msgid " Meta specific command line options:\n"
11258 msgstr ""
11259
11260 #: config/tc-metag.c:6042
11261 msgid "premature end of floating point prefix"
11262 msgstr ""
11263
11264 #: config/tc-metag.c:6102
11265 #, fuzzy
11266 #| msgid "end of file in escape character"
11267 msgid "unknown floating point prefix character"
11268 msgstr "конец файла в экранированном символе"
11269
11270 #: config/tc-metag.c:6251
11271 #, c-format
11272 msgid "unknown DSP prefix character %c %s"
11273 msgstr ""
11274
11275 #: config/tc-metag.c:6514
11276 #, c-format
11277 msgid "instruction mnemonic too long: %s"
11278 msgstr ""
11279
11280 #: config/tc-metag.c:6569
11281 #, c-format
11282 msgid "junk at end of line: \"%s\""
11283 msgstr ""
11284
11285 #: config/tc-metag.c:6576
11286 #, fuzzy, c-format
11287 #| msgid "failed to read instruction table %s\n"
11288 msgid "failed to assemble instruction: \"%s\""
11289 msgstr "не удалось прочитать таблицу инструкций %s\n"
11290
11291 #: config/tc-metag.c:6581
11292 #, c-format
11293 msgid "unknown floating point mnemonic: \"%s\""
11294 msgstr ""
11295
11296 #: config/tc-metag.c:6583
11297 #, c-format
11298 msgid "unknown mnemonic: \"%s\""
11299 msgstr ""
11300
11301 #: config/tc-metag.c:6634
11302 #, c-format
11303 msgid "cannot assemble DSP instruction, DSP option not set: %s"
11304 msgstr ""
11305
11306 #: config/tc-metag.c:6641
11307 #, c-format
11308 msgid "cannot assemble FPU instruction, FPU option not set: %s"
11309 msgstr ""
11310
11311 #: config/tc-metag.c:6739 config/tc-nds32.c:6112
11312 msgid "Bad call to md_atof()"
11313 msgstr ""
11314
11315 #: config/tc-microblaze.c:516 config/tc-microblaze.c:545
11316 #: config/tc-microblaze.c:582
11317 #, c-format
11318 msgid "Invalid register number at '%.6s'"
11319 msgstr ""
11320
11321 #: config/tc-microblaze.c:743
11322 msgid "operand must be a constant or a label"
11323 msgstr ""
11324
11325 #: config/tc-microblaze.c:752
11326 #, c-format
11327 msgid "operand must be absolute in range %lx..%lx, not %lx"
11328 msgstr ""
11329
11330 #: config/tc-microblaze.c:954 config/tc-microblaze.c:961
11331 #: config/tc-microblaze.c:968 config/tc-microblaze.c:1001
11332 #: config/tc-microblaze.c:1008 config/tc-microblaze.c:1014
11333 #: config/tc-microblaze.c:1127 config/tc-microblaze.c:1134
11334 #: config/tc-microblaze.c:1140 config/tc-microblaze.c:1171
11335 #: config/tc-microblaze.c:1178 config/tc-microblaze.c:1198
11336 #: config/tc-microblaze.c:1205 config/tc-microblaze.c:1225
11337 #: config/tc-microblaze.c:1232 config/tc-microblaze.c:1250
11338 #: config/tc-microblaze.c:1257 config/tc-microblaze.c:1279
11339 #: config/tc-microblaze.c:1286 config/tc-microblaze.c:1304
11340 #: config/tc-microblaze.c:1316 config/tc-microblaze.c:1334
11341 #: config/tc-microblaze.c:1351 config/tc-microblaze.c:1358
11342 #: config/tc-microblaze.c:1404 config/tc-microblaze.c:1411
11343 #: config/tc-microblaze.c:1457 config/tc-microblaze.c:1464
11344 #: config/tc-microblaze.c:1486 config/tc-microblaze.c:1493
11345 #: config/tc-microblaze.c:1513 config/tc-microblaze.c:1519
11346 #: config/tc-microblaze.c:1579 config/tc-microblaze.c:1585
11347 #: config/tc-microblaze.c:1645 config/tc-microblaze.c:1719
11348 msgid "Error in statement syntax"
11349 msgstr ""
11350
11351 #: config/tc-microblaze.c:974 config/tc-microblaze.c:976
11352 #: config/tc-microblaze.c:978 config/tc-microblaze.c:1018
11353 #: config/tc-microblaze.c:1020 config/tc-microblaze.c:1144
11354 #: config/tc-microblaze.c:1146 config/tc-microblaze.c:1184
11355 #: config/tc-microblaze.c:1186 config/tc-microblaze.c:1211
11356 #: config/tc-microblaze.c:1213 config/tc-microblaze.c:1238
11357 #: config/tc-microblaze.c:1261 config/tc-microblaze.c:1292
11358 #: config/tc-microblaze.c:1322 config/tc-microblaze.c:1340
11359 #: config/tc-microblaze.c:1470 config/tc-microblaze.c:1472
11360 #: config/tc-microblaze.c:1499 config/tc-microblaze.c:1501
11361 #: config/tc-microblaze.c:1523 config/tc-microblaze.c:1589
11362 #: config/tc-microblaze.c:1651
11363 msgid "Cannot use special register with this instruction"
11364 msgstr ""
11365
11366 #: config/tc-microblaze.c:1028
11367 msgid "lmi pseudo instruction should not use a label in imm field"
11368 msgstr ""
11369
11370 #: config/tc-microblaze.c:1030
11371 msgid "smi pseudo instruction should not use a label in imm field"
11372 msgstr ""
11373
11374 #: config/tc-microblaze.c:1149
11375 msgid "Symbol used as immediate for shift instruction"
11376 msgstr ""
11377
11378 #: config/tc-microblaze.c:1158
11379 #, c-format
11380 msgid "Shift value > 32. using <value %% 32>"
11381 msgstr ""
11382
11383 #: config/tc-microblaze.c:1264
11384 msgid "Symbol used as immediate value for msrset/msrclr instructions"
11385 msgstr ""
11386
11387 #: config/tc-microblaze.c:1393 config/tc-microblaze.c:1446
11388 msgid "invalid value for special purpose register"
11389 msgstr ""
11390
11391 #: config/tc-microblaze.c:1659
11392 msgid "An IMM instruction should not be present in the .s file"
11393 msgstr ""
11394
11395 #: config/tc-microblaze.c:1721
11396 msgid "Symbol used as immediate for mbar instruction"
11397 msgstr ""
11398
11399 #: config/tc-microblaze.c:1727
11400 #, c-format
11401 msgid "Immediate value for mbar > 32. using <value %% 32>"
11402 msgstr ""
11403
11404 #: config/tc-microblaze.c:1804
11405 msgid "Bad call to MD_NTOF()"
11406 msgstr ""
11407
11408 #: config/tc-microblaze.c:2061
11409 #, c-format
11410 msgid "pcrel for branch to %s too far (0x%x)"
11411 msgstr ""
11412
11413 #. We know the abs value: Should never happen.
11414 #: config/tc-microblaze.c:2216
11415 msgid "Absolute PC-relative value in relaxation code.  Assembler error....."
11416 msgstr ""
11417
11418 #. Cannot have a PC-relative branch to a diff segment.
11419 #: config/tc-microblaze.c:2230
11420 #, c-format
11421 msgid "PC relative branch to label %s which is not in the instruction space"
11422 msgstr ""
11423
11424 #: config/tc-microblaze.c:2271
11425 msgid "Variable is accessed using small data read only anchor, but it is not in the small data read only section"
11426 msgstr ""
11427
11428 #: config/tc-microblaze.c:2294
11429 msgid "Variable is accessed using small data read write anchor, but it is not in the small data read write section"
11430 msgstr ""
11431
11432 #: config/tc-microblaze.c:2303
11433 msgid "Incorrect fr_opcode value in frag.  Internal error....."
11434 msgstr ""
11435
11436 #. We know the abs value: Should never happen.
11437 #: config/tc-microblaze.c:2310
11438 msgid "Absolute value in relaxation code.  Assembler error....."
11439 msgstr ""
11440
11441 #: config/tc-mips.c:2081
11442 #, c-format
11443 msgid "the %d-bit %s architecture does not support the `%s' extension"
11444 msgstr ""
11445
11446 #: config/tc-mips.c:2084
11447 #, c-format
11448 msgid "the `%s' extension requires %s%d revision %d or greater"
11449 msgstr ""
11450
11451 #: config/tc-mips.c:2093
11452 #, c-format
11453 msgid "the `%s' extension was removed in %s%d revision %d"
11454 msgstr ""
11455
11456 #: config/tc-mips.c:2102
11457 #, c-format
11458 msgid "the `%s' extension requires 64-bit FPRs"
11459 msgstr ""
11460
11461 #: config/tc-mips.c:2945 config/tc-mips.c:16245
11462 #, fuzzy, c-format
11463 #| msgid "unrecognized emulation name `%s'"
11464 msgid "unrecognized register name `%s'"
11465 msgstr "нераспознанно имя эмуляции `%s'"
11466
11467 #: config/tc-mips.c:3172
11468 msgid "invalid register range"
11469 msgstr ""
11470
11471 #: config/tc-mips.c:3200
11472 msgid "vector element must be constant"
11473 msgstr ""
11474
11475 #: config/tc-mips.c:3210
11476 #, fuzzy
11477 #| msgid "missing name"
11478 msgid "missing `]'"
11479 msgstr "пропущено имя"
11480
11481 #: config/tc-mips.c:3433
11482 #, c-format
11483 msgid "internal: bad mips opcode (mask error): %s %s"
11484 msgstr ""
11485
11486 #: config/tc-mips.c:3460
11487 #, c-format
11488 msgid "internal: unknown operand type: %s %s"
11489 msgstr ""
11490
11491 #: config/tc-mips.c:3493
11492 #, c-format
11493 msgid "internal: bad mips opcode (bits 0x%08lx doubly defined): %s %s"
11494 msgstr ""
11495
11496 #: config/tc-mips.c:3501
11497 #, c-format
11498 msgid "internal: bad mips opcode (bits 0x%08lx undefined): %s %s"
11499 msgstr ""
11500
11501 #: config/tc-mips.c:3508
11502 #, c-format
11503 msgid "internal: bad mips opcode (bits 0x%08lx defined): %s %s"
11504 msgstr ""
11505
11506 #: config/tc-mips.c:3543
11507 #, c-format
11508 msgid "internal error: bad microMIPS opcode (incorrect length: %u): %s %s"
11509 msgstr ""
11510
11511 #: config/tc-mips.c:3551
11512 #, c-format
11513 msgid "internal error: bad microMIPS opcode (opcode/length mismatch): %s %s"
11514 msgstr ""
11515
11516 #: config/tc-mips.c:3577
11517 msgid "-G may not be used in position-independent code"
11518 msgstr ""
11519
11520 #: config/tc-mips.c:3583
11521 msgid "-G may not be used with abicalls"
11522 msgstr ""
11523
11524 #. Probably a memory allocation problem?  Give up now.
11525 #: config/tc-mips.c:3603 config/tc-mips.c:3694
11526 msgid "broken assembler, no assembly attempted"
11527 msgstr ""
11528
11529 #: config/tc-mips.c:3633 config/tc-mips.c:3662
11530 #, c-format
11531 msgid "internal: can't hash `%s': %s"
11532 msgstr ""
11533
11534 #: config/tc-mips.c:3844
11535 #, c-format
11536 msgid ".gnu_attribute %d,%d is incompatible with `%s'"
11537 msgstr ""
11538
11539 #: config/tc-mips.c:3851
11540 #, c-format
11541 msgid ".gnu_attribute %d,%d requires `%s'"
11542 msgstr ""
11543
11544 #: config/tc-mips.c:3912
11545 #, c-format
11546 msgid ".gnu_attribute %d,%d is no longer supported"
11547 msgstr ""
11548
11549 #: config/tc-mips.c:3921
11550 #, c-format
11551 msgid ".gnu_attribute %d,%d is not a recognized floating-point ABI"
11552 msgstr ""
11553
11554 #: config/tc-mips.c:3934
11555 msgid "`gp=64' used with a 32-bit processor"
11556 msgstr ""
11557
11558 #: config/tc-mips.c:3937
11559 msgid "`gp=32' used with a 64-bit ABI"
11560 msgstr ""
11561
11562 #: config/tc-mips.c:3940
11563 msgid "`gp=64' used with a 32-bit ABI"
11564 msgstr ""
11565
11566 #: config/tc-mips.c:3947
11567 msgid "`fp=xx' used with a cpu lacking ldc1/sdc1 instructions"
11568 msgstr ""
11569
11570 #: config/tc-mips.c:3949
11571 msgid "`fp=xx' cannot be used with `singlefloat'"
11572 msgstr ""
11573
11574 #: config/tc-mips.c:3953
11575 msgid "`fp=64' used with a 32-bit fpu"
11576 msgstr ""
11577
11578 #: config/tc-mips.c:3957
11579 msgid "`fp=64' used with a 32-bit ABI"
11580 msgstr ""
11581
11582 #: config/tc-mips.c:3962
11583 msgid "`fp=32' used with a 64-bit ABI"
11584 msgstr ""
11585
11586 #: config/tc-mips.c:3964
11587 msgid "`fp=32' used with a MIPS R6 cpu"
11588 msgstr ""
11589
11590 #: config/tc-mips.c:3967
11591 msgid "Unknown size of floating point registers"
11592 msgstr ""
11593
11594 #: config/tc-mips.c:3972
11595 msgid "`nooddspreg` cannot be used with a 64-bit ABI"
11596 msgstr ""
11597
11598 #: config/tc-mips.c:3975 config/tc-mips.c:3979
11599 #, c-format
11600 msgid "`%s' cannot be used with `%s'"
11601 msgstr ""
11602
11603 #: config/tc-mips.c:3984
11604 #, fuzzy, c-format
11605 #| msgid "relocation is not supported"
11606 msgid "branch relaxation is not supported in `%s'"
11607 msgstr "перемещение не поддерживается"
11608
11609 #: config/tc-mips.c:4064
11610 msgid "trap exception not supported at ISA 1"
11611 msgstr ""
11612
11613 #: config/tc-mips.c:4077 config/tc-mips.c:17125
11614 #, c-format
11615 msgid "`%s' does not support legacy NaN"
11616 msgstr ""
11617
11618 #: config/tc-mips.c:4124
11619 #, c-format
11620 msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n"
11621 msgstr ""
11622
11623 #: config/tc-mips.c:4829
11624 #, c-format
11625 msgid "operand %d out of range"
11626 msgstr ""
11627
11628 #: config/tc-mips.c:4837
11629 #, c-format
11630 msgid "operand %d must be constant"
11631 msgstr ""
11632
11633 #: config/tc-mips.c:4881 read.c:4340 read.c:5316 write.c:265 write.c:1021
11634 msgid "register value used as expression"
11635 msgstr ""
11636
11637 #: config/tc-mips.c:4894
11638 #, c-format
11639 msgid "operand %d must be an immediate expression"
11640 msgstr ""
11641
11642 #: config/tc-mips.c:5015 config/tc-mips.c:5017
11643 #, c-format
11644 msgid "float register should be even, was %d"
11645 msgstr ""
11646
11647 #: config/tc-mips.c:5030
11648 #, c-format
11649 msgid "condition code register should be even for %s, was %d"
11650 msgstr ""
11651
11652 #: config/tc-mips.c:5035
11653 #, c-format
11654 msgid "condition code register should be 0 or 4 for %s, was %d"
11655 msgstr ""
11656
11657 #: config/tc-mips.c:5356
11658 msgid "invalid performance register"
11659 msgstr ""
11660
11661 #: config/tc-mips.c:5452
11662 msgid "the source register must not be $0"
11663 msgstr ""
11664
11665 #: config/tc-mips.c:5728
11666 msgid "missing frame size"
11667 msgstr ""
11668
11669 #: config/tc-mips.c:5733
11670 msgid "frame size specified twice"
11671 msgstr ""
11672
11673 #: config/tc-mips.c:5738
11674 msgid "invalid frame size"
11675 msgstr ""
11676
11677 #: config/tc-mips.c:5778
11678 #, c-format
11679 msgid "operand %d must be an immediate"
11680 msgstr ""
11681
11682 #: config/tc-mips.c:5793
11683 msgid "invalid element selector"
11684 msgstr ""
11685
11686 #: config/tc-mips.c:5806
11687 #, c-format
11688 msgid "operand %d must be scalar"
11689 msgstr ""
11690
11691 #: config/tc-mips.c:5983
11692 msgid "floating-point expression required"
11693 msgstr ""
11694
11695 #: config/tc-mips.c:6083
11696 #, c-format
11697 msgid "cannot use `%s' in this section"
11698 msgstr ""
11699
11700 #: config/tc-mips.c:6230
11701 msgid "used $at without \".set noat\""
11702 msgstr ""
11703
11704 #: config/tc-mips.c:6232
11705 #, c-format
11706 msgid "used $%u with \".set at=$%u\""
11707 msgstr ""
11708
11709 #: config/tc-mips.c:7261
11710 #, c-format
11711 msgid "wrong size instruction in a %u-bit branch delay slot"
11712 msgstr ""
11713
11714 #: config/tc-mips.c:7281 config/tc-mips.c:7291 config/tc-mips.c:15551
11715 #, c-format
11716 msgid "jump to misaligned address (0x%lx)"
11717 msgstr ""
11718
11719 #: config/tc-mips.c:7306 config/tc-mips.c:7326 config/tc-mips.c:7343
11720 #: config/tc-mips.c:8874 config/tc-mips.c:15405 config/tc-mips.c:15412
11721 #: config/tc-mips.c:15806 config/tc-mips.c:18640
11722 #, c-format
11723 msgid "branch to misaligned address (0x%lx)"
11724 msgstr ""
11725
11726 #: config/tc-mips.c:7312 config/tc-mips.c:7330 config/tc-mips.c:7347
11727 #: config/tc-mips.c:8877
11728 #, c-format
11729 msgid "branch address range overflow (0x%lx)"
11730 msgstr ""
11731
11732 #: config/tc-mips.c:7592
11733 msgid "extended instruction in delay slot"
11734 msgstr ""
11735
11736 #: config/tc-mips.c:8056
11737 msgid "source and destination must be different"
11738 msgstr ""
11739
11740 #: config/tc-mips.c:8059
11741 msgid "a destination register must be supplied"
11742 msgstr ""
11743
11744 #: config/tc-mips.c:8064
11745 msgid "the source register must not be $31"
11746 msgstr ""
11747
11748 #: config/tc-mips.c:8312 config/tc-mips.c:14189 config/tc-mips.c:18786
11749 msgid "invalid unextended operand value"
11750 msgstr ""
11751
11752 #: config/tc-mips.c:8430
11753 #, c-format
11754 msgid "opcode not supported on this processor: %s (%s)"
11755 msgstr ""
11756
11757 #: config/tc-mips.c:8509
11758 msgid "opcode not supported in the `insn32' mode"
11759 msgstr ""
11760
11761 #: config/tc-mips.c:8512
11762 #, c-format
11763 msgid "unrecognized %d-bit version of microMIPS opcode"
11764 msgstr ""
11765
11766 #: config/tc-mips.c:8568
11767 msgid "unrecognized unextended version of MIPS16 opcode"
11768 msgstr ""
11769
11770 #: config/tc-mips.c:8571
11771 msgid "unrecognized extended version of MIPS16 opcode"
11772 msgstr ""
11773
11774 #: config/tc-mips.c:8621 config/tc-mips.c:18657
11775 msgid "macro instruction expanded into multiple instructions in a branch delay slot"
11776 msgstr ""
11777
11778 #: config/tc-mips.c:8624 config/tc-mips.c:18665
11779 msgid "macro instruction expanded into multiple instructions"
11780 msgstr ""
11781
11782 #: config/tc-mips.c:8628
11783 msgid "macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot"
11784 msgstr ""
11785
11786 #: config/tc-mips.c:8630
11787 msgid "macro instruction expanded into a wrong size instruction in a 32-bit branch delay slot"
11788 msgstr ""
11789
11790 #: config/tc-mips.c:9074
11791 msgid "operand overflow"
11792 msgstr ""
11793
11794 #: config/tc-mips.c:9093 config/tc-mips.c:9677 config/tc-mips.c:13670
11795 msgid "macro used $at after \".set noat\""
11796 msgstr ""
11797
11798 #: config/tc-mips.c:9241 config/tc-mips.c:12009 config/tc-mips.c:12668
11799 #, c-format
11800 msgid "number (0x%s) larger than 32 bits"
11801 msgstr ""
11802
11803 #: config/tc-mips.c:9261
11804 msgid "number larger than 64 bits"
11805 msgstr ""
11806
11807 #: config/tc-mips.c:9555 config/tc-mips.c:9583 config/tc-mips.c:9621
11808 #: config/tc-mips.c:9666 config/tc-mips.c:12244 config/tc-mips.c:12283
11809 #: config/tc-mips.c:12322 config/tc-mips.c:12764 config/tc-mips.c:12816
11810 msgid "PIC code offset overflow (max 16 signed bits)"
11811 msgstr ""
11812
11813 #: config/tc-mips.c:10194
11814 #, c-format
11815 msgid "BALIGN immediate not 0, 1, 2 or 3 (%lu)"
11816 msgstr ""
11817
11818 #. result is always true
11819 #: config/tc-mips.c:10290
11820 #, c-format
11821 msgid "branch %s is always true"
11822 msgstr ""
11823
11824 #: config/tc-mips.c:10518 config/tc-mips.c:10628
11825 msgid "divide by zero"
11826 msgstr ""
11827
11828 #: config/tc-mips.c:10718
11829 msgid "dla used to load 32-bit register; recommend using la instead"
11830 msgstr ""
11831
11832 #: config/tc-mips.c:10722
11833 msgid "la used to load 64-bit address; recommend using dla instead"
11834 msgstr ""
11835
11836 #: config/tc-mips.c:10831 config/tc-riscv.c:944 config/tc-z80.c:732
11837 msgid "offset too large"
11838 msgstr ""
11839
11840 #: config/tc-mips.c:11005 config/tc-mips.c:11283
11841 msgid "PIC code offset overflow (max 32 signed bits)"
11842 msgstr ""
11843
11844 #: config/tc-mips.c:11353 config/tc-mips.c:11429
11845 #, c-format
11846 msgid "opcode not supported in the `insn32' mode `%s'"
11847 msgstr ""
11848
11849 #: config/tc-mips.c:11381
11850 msgid "MIPS PIC call to register other than $25"
11851 msgstr ""
11852
11853 #: config/tc-mips.c:11397 config/tc-mips.c:11408 config/tc-mips.c:11541
11854 #: config/tc-mips.c:11552
11855 msgid "no .cprestore pseudo-op used in PIC code"
11856 msgstr ""
11857
11858 #: config/tc-mips.c:11402 config/tc-mips.c:11546
11859 msgid "no .frame pseudo-op used in PIC code"
11860 msgstr ""
11861
11862 #: config/tc-mips.c:11567
11863 msgid "non-PIC jump used in PIC library"
11864 msgstr ""
11865
11866 #: config/tc-mips.c:12494
11867 #, c-format
11868 msgid "Unable to generate `%s' compliant code without mthc1"
11869 msgstr ""
11870
11871 #: config/tc-mips.c:13228
11872 #, c-format
11873 msgid "instruction %s: result is always false"
11874 msgstr ""
11875
11876 #: config/tc-mips.c:13381
11877 #, c-format
11878 msgid "instruction %s: result is always true"
11879 msgstr ""
11880
11881 #. FIXME: Check if this is one of the itbl macros, since they
11882 #. are added dynamically.
11883 #: config/tc-mips.c:13666
11884 #, c-format
11885 msgid "macro %s not implemented yet"
11886 msgstr ""
11887
11888 #: config/tc-mips.c:14011 config/tc-mips.c:14075 config/tc-mips.c:14086
11889 #: config/tc-score.c:2691 config/tc-score.c:2737
11890 msgid "unrecognized opcode"
11891 msgstr ""
11892
11893 #: config/tc-mips.c:14199
11894 msgid "extended operand requested but not required"
11895 msgstr ""
11896
11897 #: config/tc-mips.c:14208
11898 msgid "operand value out of range for instruction"
11899 msgstr ""
11900
11901 #: config/tc-mips.c:14307
11902 #, c-format
11903 msgid "relocation %s isn't supported by the current ABI"
11904 msgstr ""
11905
11906 #: config/tc-mips.c:14363
11907 msgid "unclosed '('"
11908 msgstr ""
11909
11910 #: config/tc-mips.c:14429
11911 #, c-format
11912 msgid "a different %s was already specified, is now %s"
11913 msgstr ""
11914
11915 #: config/tc-mips.c:14596
11916 msgid "-mmicromips cannot be used with -mips16"
11917 msgstr ""
11918
11919 #: config/tc-mips.c:14611
11920 msgid "-mips16 cannot be used with -micromips"
11921 msgstr ""
11922
11923 #: config/tc-mips.c:14762 config/tc-mips.c:14820
11924 msgid "no compiled in support for 64 bit object file format"
11925 msgstr ""
11926
11927 #: config/tc-mips.c:14827
11928 #, c-format
11929 msgid "invalid abi -mabi=%s"
11930 msgstr ""
11931
11932 #: config/tc-mips.c:14867
11933 #, c-format
11934 msgid "invalid NaN setting -mnan=%s"
11935 msgstr ""
11936
11937 #: config/tc-mips.c:14901
11938 #, fuzzy
11939 #| msgid "emulations not handled in this configuration"
11940 msgid "-G not supported in this configuration"
11941 msgstr "эмуляции не обрабатываются при таких настройках"
11942
11943 #: config/tc-mips.c:14927
11944 #, c-format
11945 msgid "-%s conflicts with the other architecture options, which imply -%s"
11946 msgstr ""
11947
11948 #: config/tc-mips.c:14943
11949 #, c-format
11950 msgid "-march=%s is not compatible with the selected ABI"
11951 msgstr ""
11952
11953 #: config/tc-mips.c:15409 config/tc-mips.c:15800 config/tc-mips.c:18637
11954 msgid "branch to a symbol in another ISA mode"
11955 msgstr ""
11956
11957 #: config/tc-mips.c:15416 config/tc-mips.c:15557 config/tc-mips.c:15810
11958 #, c-format
11959 msgid "cannot encode misaligned addend in the relocatable field (0x%lx)"
11960 msgstr ""
11961
11962 #: config/tc-mips.c:15453
11963 msgid "PC-relative reference to a different section"
11964 msgstr ""
11965
11966 #: config/tc-mips.c:15525 config/tc-riscv.c:1960
11967 msgid "TLS relocation against a constant"
11968 msgstr ""
11969
11970 #: config/tc-mips.c:15545
11971 msgid "jump to a symbol in another ISA mode"
11972 msgstr ""
11973
11974 #: config/tc-mips.c:15548
11975 msgid "JALX to a symbol in the same ISA mode"
11976 msgstr ""
11977
11978 #: config/tc-mips.c:15633
11979 msgid "unsupported constant in relocation"
11980 msgstr ""
11981
11982 #: config/tc-mips.c:15705
11983 #, c-format
11984 msgid "PC-relative access using misaligned symbol (%lx)"
11985 msgstr ""
11986
11987 #: config/tc-mips.c:15709
11988 #, c-format
11989 msgid "PC-relative access using misaligned offset (%lx)"
11990 msgstr ""
11991
11992 #: config/tc-mips.c:15722 config/tc-mips.c:15741
11993 msgid "PC-relative access out of range"
11994 msgstr ""
11995
11996 #: config/tc-mips.c:15728
11997 #, c-format
11998 msgid "PC-relative access to misaligned address (%lx)"
11999 msgstr ""
12000
12001 #: config/tc-mips.c:15895
12002 #, c-format
12003 msgid "alignment too large, %d assumed"
12004 msgstr ""
12005
12006 #: config/tc-mips.c:15898
12007 msgid "alignment negative, 0 assumed"
12008 msgstr ""
12009
12010 #: config/tc-mips.c:16140
12011 #, c-format
12012 msgid "%s: no such section"
12013 msgstr ""
12014
12015 #: config/tc-mips.c:16181
12016 #, c-format
12017 msgid ".option pic%d not supported"
12018 msgstr ""
12019
12020 #: config/tc-mips.c:16183
12021 #, c-format
12022 msgid ".option pic%d not supported in VxWorks PIC mode"
12023 msgstr ""
12024
12025 #: config/tc-mips.c:16195 config/tc-mips.c:16532
12026 msgid "-G may not be used with SVR4 PIC code"
12027 msgstr ""
12028
12029 #: config/tc-mips.c:16201
12030 #, fuzzy, c-format
12031 #| msgid "unrecognized option -%c%s"
12032 msgid "unrecognized option \"%s\""
12033 msgstr "нераспознанный параметр -%c%s"
12034
12035 #: config/tc-mips.c:16307
12036 #, c-format
12037 msgid "unknown architecture %s"
12038 msgstr ""
12039
12040 #: config/tc-mips.c:16321 config/tc-mips.c:16483
12041 #, c-format
12042 msgid "unknown ISA level %s"
12043 msgstr ""
12044
12045 #: config/tc-mips.c:16330
12046 #, c-format
12047 msgid "unknown ISA or architecture %s"
12048 msgstr ""
12049
12050 #: config/tc-mips.c:16389
12051 msgid "`noreorder' must be set before `nomacro'"
12052 msgstr ""
12053
12054 #: config/tc-mips.c:16418
12055 msgid ".set pop with no .set push"
12056 msgstr ""
12057
12058 #: config/tc-mips.c:16437
12059 #, fuzzy, c-format
12060 #| msgid "unrecognized symbol type \"%s\""
12061 msgid "tried to set unrecognized symbol: %s\n"
12062 msgstr "нераспознанный тип символа %s"
12063
12064 #: config/tc-mips.c:16510
12065 #, fuzzy, c-format
12066 #| msgid "unrecognized symbol type \"%s\""
12067 msgid ".module used with unrecognized symbol: %s\n"
12068 msgstr "нераспознанный тип символа %s"
12069
12070 #: config/tc-mips.c:16516
12071 msgid ".module is not permitted after generating code"
12072 msgstr ""
12073
12074 #: config/tc-mips.c:16576 config/tc-mips.c:16655 config/tc-mips.c:16759
12075 #: config/tc-mips.c:16789 config/tc-mips.c:16838
12076 #, c-format
12077 msgid "%s not supported in MIPS16 mode"
12078 msgstr ""
12079
12080 #: config/tc-mips.c:16583
12081 msgid ".cpload not in noreorder section"
12082 msgstr ""
12083
12084 #: config/tc-mips.c:16664 config/tc-mips.c:16683
12085 msgid "missing argument separator ',' for .cpsetup"
12086 msgstr ""
12087
12088 #: config/tc-mips.c:16881
12089 #, fuzzy, c-format
12090 #| msgid "unsupported section attribute '%c'"
12091 msgid "unsupported use of %s"
12092 msgstr "неподдерживаемый атрибут раздела %c"
12093
12094 #: config/tc-mips.c:16972
12095 msgid "unsupported use of .gpword"
12096 msgstr ""
12097
12098 #: config/tc-mips.c:17010
12099 msgid "unsupported use of .gpdword"
12100 msgstr ""
12101
12102 #: config/tc-mips.c:17042
12103 msgid "unsupported use of .ehword"
12104 msgstr ""
12105
12106 #: config/tc-mips.c:17129
12107 msgid "bad .nan directive"
12108 msgstr ""
12109
12110 #: config/tc-mips.c:17178
12111 #, c-format
12112 msgid "ignoring attempt to redefine symbol %s"
12113 msgstr ""
12114
12115 #: config/tc-mips.c:17193 ecoff.c:3372
12116 msgid "bad .weakext directive"
12117 msgstr ""
12118
12119 #: config/tc-mips.c:18162 config/tc-mips.c:18439
12120 msgid "relaxed out-of-range branch into a jump"
12121 msgstr ""
12122
12123 #: config/tc-mips.c:18661
12124 msgid "extended instruction in a branch delay slot"
12125 msgstr ""
12126
12127 #: config/tc-mips.c:18775 config/tc-xtensa.c:1656 config/tc-xtensa.c:1934
12128 msgid "unsupported relocation"
12129 msgstr ""
12130
12131 #: config/tc-mips.c:19271 config/tc-score.c:5640
12132 msgid "expected simple number"
12133 msgstr ""
12134
12135 #: config/tc-mips.c:19299 config/tc-score.c:5667
12136 msgid "invalid number"
12137 msgstr ""
12138
12139 #: config/tc-mips.c:19376 ecoff.c:2999
12140 msgid ".end directive without a preceding .ent directive"
12141 msgstr ""
12142
12143 #: config/tc-mips.c:19385
12144 msgid ".end symbol does not match .ent symbol"
12145 msgstr ""
12146
12147 #: config/tc-mips.c:19462
12148 msgid ".ent or .aent not in text section"
12149 msgstr ""
12150
12151 #: config/tc-mips.c:19465 config/tc-score.c:5706
12152 msgid "missing .end"
12153 msgstr ""
12154
12155 #: config/tc-mips.c:19548
12156 msgid ".mask/.fmask outside of .ent"
12157 msgstr ""
12158
12159 #: config/tc-mips.c:19555
12160 msgid "bad .mask/.fmask directive"
12161 msgstr ""
12162
12163 #: config/tc-mips.c:19848
12164 #, c-format
12165 msgid "bad value (%s) for %s"
12166 msgstr ""
12167
12168 #: config/tc-mips.c:19912
12169 #, c-format
12170 msgid ""
12171 "MIPS options:\n"
12172 "-EB\t\t\tgenerate big endian output\n"
12173 "-EL\t\t\tgenerate little endian output\n"
12174 "-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n"
12175 "-G NUM\t\t\tallow referencing objects up to NUM bytes\n"
12176 "\t\t\timplicitly with the gp register [default 8]\n"
12177 msgstr ""
12178
12179 #: config/tc-mips.c:19919
12180 #, c-format
12181 msgid ""
12182 "-mips1\t\t\tgenerate MIPS ISA I instructions\n"
12183 "-mips2\t\t\tgenerate MIPS ISA II instructions\n"
12184 "-mips3\t\t\tgenerate MIPS ISA III instructions\n"
12185 "-mips4\t\t\tgenerate MIPS ISA IV instructions\n"
12186 "-mips5                  generate MIPS ISA V instructions\n"
12187 "-mips32                 generate MIPS32 ISA instructions\n"
12188 "-mips32r2               generate MIPS32 release 2 ISA instructions\n"
12189 "-mips32r3               generate MIPS32 release 3 ISA instructions\n"
12190 "-mips32r5               generate MIPS32 release 5 ISA instructions\n"
12191 "-mips32r6               generate MIPS32 release 6 ISA instructions\n"
12192 "-mips64                 generate MIPS64 ISA instructions\n"
12193 "-mips64r2               generate MIPS64 release 2 ISA instructions\n"
12194 "-mips64r3               generate MIPS64 release 3 ISA instructions\n"
12195 "-mips64r5               generate MIPS64 release 5 ISA instructions\n"
12196 "-mips64r6               generate MIPS64 release 6 ISA instructions\n"
12197 "-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n"
12198 msgstr ""
12199
12200 #: config/tc-mips.c:19944
12201 #, c-format
12202 msgid ""
12203 "-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n"
12204 "-no-mCPU\t\tdon't generate code specific to CPU.\n"
12205 "\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n"
12206 msgstr ""
12207
12208 #: config/tc-mips.c:19957
12209 #, c-format
12210 msgid ""
12211 "-mips16\t\t\tgenerate mips16 instructions\n"
12212 "-no-mips16\t\tdo not generate mips16 instructions\n"
12213 msgstr ""
12214
12215 #: config/tc-mips.c:19960
12216 #, c-format
12217 msgid ""
12218 "-mmicromips\t\tgenerate microMIPS instructions\n"
12219 "-mno-micromips\t\tdo not generate microMIPS instructions\n"
12220 msgstr ""
12221
12222 #: config/tc-mips.c:19963
12223 #, c-format
12224 msgid ""
12225 "-msmartmips\t\tgenerate smartmips instructions\n"
12226 "-mno-smartmips\t\tdo not generate smartmips instructions\n"
12227 msgstr ""
12228
12229 #: config/tc-mips.c:19966
12230 #, c-format
12231 msgid ""
12232 "-mdsp\t\t\tgenerate DSP instructions\n"
12233 "-mno-dsp\t\tdo not generate DSP instructions\n"
12234 msgstr ""
12235
12236 #: config/tc-mips.c:19969
12237 #, c-format
12238 msgid ""
12239 "-mdspr2\t\t\tgenerate DSP R2 instructions\n"
12240 "-mno-dspr2\t\tdo not generate DSP R2 instructions\n"
12241 msgstr ""
12242
12243 #: config/tc-mips.c:19972
12244 #, c-format
12245 msgid ""
12246 "-mdspr3\t\t\tgenerate DSP R3 instructions\n"
12247 "-mno-dspr3\t\tdo not generate DSP R3 instructions\n"
12248 msgstr ""
12249
12250 #: config/tc-mips.c:19975
12251 #, c-format
12252 msgid ""
12253 "-mmt\t\t\tgenerate MT instructions\n"
12254 "-mno-mt\t\t\tdo not generate MT instructions\n"
12255 msgstr ""
12256
12257 #: config/tc-mips.c:19978
12258 #, c-format
12259 msgid ""
12260 "-mmcu\t\t\tgenerate MCU instructions\n"
12261 "-mno-mcu\t\tdo not generate MCU instructions\n"
12262 msgstr ""
12263
12264 #: config/tc-mips.c:19981
12265 #, c-format
12266 msgid ""
12267 "-mmsa\t\t\tgenerate MSA instructions\n"
12268 "-mno-msa\t\tdo not generate MSA instructions\n"
12269 msgstr ""
12270
12271 #: config/tc-mips.c:19984
12272 #, c-format
12273 msgid ""
12274 "-mxpa\t\t\tgenerate eXtended Physical Address (XPA) instructions\n"
12275 "-mno-xpa\t\tdo not generate eXtended Physical Address (XPA) instructions\n"
12276 msgstr ""
12277
12278 #: config/tc-mips.c:19987
12279 #, c-format
12280 msgid ""
12281 "-mvirt\t\t\tgenerate Virtualization instructions\n"
12282 "-mno-virt\t\tdo not generate Virtualization instructions\n"
12283 msgstr ""
12284
12285 #: config/tc-mips.c:19990
12286 #, c-format
12287 msgid ""
12288 "-minsn32\t\tonly generate 32-bit microMIPS instructions\n"
12289 "-mno-insn32\t\tgenerate all microMIPS instructions\n"
12290 msgstr ""
12291
12292 #: config/tc-mips.c:19993
12293 #, c-format
12294 msgid ""
12295 "-mfix-loongson2f-jump\twork around Loongson2F JUMP instructions\n"
12296 "-mfix-loongson2f-nop\twork around Loongson2F NOP errata\n"
12297 "-mfix-vr4120\t\twork around certain VR4120 errata\n"
12298 "-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n"
12299 "-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n"
12300 "-mfix-cn63xxp1\t\twork around CN63XXP1 PREF errata\n"
12301 "-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n"
12302 "-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n"
12303 "-msym32\t\t\tassume all symbols have 32-bit values\n"
12304 "-O0\t\t\tremove unneeded NOPs, do not swap branches\n"
12305 "-O\t\t\tremove unneeded NOPs and swap branches\n"
12306 "--trap, --no-break\ttrap exception on div by 0 and mult overflow\n"
12307 "--break, --no-trap\tbreak exception on div by 0 and mult overflow\n"
12308 msgstr ""
12309
12310 #: config/tc-mips.c:20007
12311 #, c-format
12312 msgid ""
12313 "-mhard-float\t\tallow floating-point instructions\n"
12314 "-msoft-float\t\tdo not allow floating-point instructions\n"
12315 "-msingle-float\t\tonly allow 32-bit floating-point operations\n"
12316 "-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n"
12317 "--[no-]construct-floats\t[dis]allow floating point values to be constructed\n"
12318 "--[no-]relax-branch\t[dis]allow out-of-range branches to be relaxed\n"
12319 "-mignore-branch-isa\taccept invalid branches requiring an ISA mode switch\n"
12320 "-mno-ignore-branch-isa\treject invalid branches requiring an ISA mode switch\n"
12321 "-mnan=ENCODING\t\tselect an IEEE 754 NaN encoding convention, either of:\n"
12322 msgstr ""
12323
12324 #: config/tc-mips.c:20025
12325 #, c-format
12326 msgid ""
12327 "-KPIC, -call_shared\tgenerate SVR4 position independent code\n"
12328 "-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n"
12329 "-mvxworks-pic\t\tgenerate VxWorks position independent code\n"
12330 "-non_shared\t\tdo not generate code that can operate with DSOs\n"
12331 "-xgot\t\t\tassume a 32 bit GOT\n"
12332 "-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n"
12333 "-mshared, -mno-shared   disable/enable .cpload optimization for\n"
12334 "                        position dependent (non shared) code\n"
12335 "-mabi=ABI\t\tcreate ABI conformant object file for:\n"
12336 msgstr ""
12337
12338 #: config/tc-mips.c:20046
12339 #, c-format
12340 msgid ""
12341 "-32\t\t\tcreate o32 ABI object file (default)\n"
12342 "-n32\t\t\tcreate n32 ABI object file\n"
12343 "-64\t\t\tcreate 64 ABI object file\n"
12344 msgstr ""
12345
12346 #: config/tc-mips.c:20129
12347 msgid "missing .end at end of assembly"
12348 msgstr ""
12349
12350 #: config/tc-mmix.c:702
12351 #, c-format
12352 msgid " MMIX-specific command line options:\n"
12353 msgstr ""
12354
12355 #: config/tc-mmix.c:703
12356 #, c-format
12357 msgid ""
12358 "  -fixed-special-register-names\n"
12359 "                          Allow only the original special register names.\n"
12360 msgstr ""
12361
12362 #: config/tc-mmix.c:706
12363 #, c-format
12364 msgid "  -globalize-symbols      Make all symbols global.\n"
12365 msgstr ""
12366
12367 #: config/tc-mmix.c:708
12368 #, c-format
12369 msgid "  -gnu-syntax             Turn off mmixal syntax compatibility.\n"
12370 msgstr ""
12371
12372 #: config/tc-mmix.c:710
12373 #, c-format
12374 msgid "  -relax                  Create linker relaxable code.\n"
12375 msgstr ""
12376
12377 #: config/tc-mmix.c:712
12378 #, c-format
12379 msgid ""
12380 "  -no-predefined-syms     Do not provide mmixal built-in constants.\n"
12381 "                          Implies -fixed-special-register-names.\n"
12382 msgstr ""
12383
12384 #: config/tc-mmix.c:715
12385 #, c-format
12386 msgid ""
12387 "  -no-expand              Do not expand GETA, branches, PUSHJ or JUMP\n"
12388 "                          into multiple instructions.\n"
12389 msgstr ""
12390
12391 #: config/tc-mmix.c:718
12392 #, c-format
12393 msgid "  -no-merge-gregs         Do not merge GREG definitions with nearby values.\n"
12394 msgstr ""
12395
12396 #: config/tc-mmix.c:720
12397 #, c-format
12398 msgid "  -linker-allocated-gregs If there's no suitable GREG definition for the                          operands of an instruction, let the linker resolve.\n"
12399 msgstr ""
12400
12401 #: config/tc-mmix.c:723
12402 #, c-format
12403 msgid ""
12404 "  -x                      Do not warn when an operand to GETA, a branch,\n"
12405 "                          PUSHJ or JUMP is not known to be within range.\n"
12406 "                          The linker will catch any errors.  Implies\n"
12407 "                          -linker-allocated-gregs."
12408 msgstr ""
12409
12410 #: config/tc-mmix.c:849
12411 #, c-format
12412 msgid "unknown opcode: `%s'"
12413 msgstr ""
12414
12415 #: config/tc-mmix.c:971 config/tc-mmix.c:986
12416 msgid "specified location wasn't TETRA-aligned"
12417 msgstr ""
12418
12419 #: config/tc-mmix.c:973 config/tc-mmix.c:988 config/tc-mmix.c:4214
12420 #: config/tc-mmix.c:4230
12421 msgid "unaligned data at an absolute location is not supported"
12422 msgstr ""
12423
12424 #: config/tc-mmix.c:1098
12425 #, c-format
12426 msgid "invalid operand to opcode %s: `%s'"
12427 msgstr ""
12428
12429 #: config/tc-mmix.c:1120 config/tc-mmix.c:1147 config/tc-mmix.c:1180
12430 #: config/tc-mmix.c:1188 config/tc-mmix.c:1205 config/tc-mmix.c:1233
12431 #: config/tc-mmix.c:1254 config/tc-mmix.c:1279 config/tc-mmix.c:1327
12432 #: config/tc-mmix.c:1428 config/tc-mmix.c:1453 config/tc-mmix.c:1485
12433 #: config/tc-mmix.c:1517 config/tc-mmix.c:1547 config/tc-mmix.c:1600
12434 #: config/tc-mmix.c:1617 config/tc-mmix.c:1644 config/tc-mmix.c:1672
12435 #: config/tc-mmix.c:1702 config/tc-mmix.c:1728 config/tc-mmix.c:1744
12436 #: config/tc-mmix.c:1770 config/tc-mmix.c:1786 config/tc-mmix.c:1802
12437 #: config/tc-mmix.c:1883
12438 #, c-format
12439 msgid "invalid operands to opcode %s: `%s'"
12440 msgstr ""
12441
12442 #: config/tc-mmix.c:1983
12443 msgid "internal: mmix_prefix_name but empty prefix"
12444 msgstr ""
12445
12446 #: config/tc-mmix.c:2046
12447 #, c-format
12448 msgid "too many GREG registers allocated (max %d)"
12449 msgstr ""
12450
12451 #: config/tc-mmix.c:2106
12452 msgid "BSPEC already active.  Nesting is not supported."
12453 msgstr ""
12454
12455 #: config/tc-mmix.c:2115
12456 msgid "invalid BSPEC expression"
12457 msgstr ""
12458
12459 #: config/tc-mmix.c:2131
12460 #, c-format
12461 msgid "can't create section %s"
12462 msgstr ""
12463
12464 #: config/tc-mmix.c:2136
12465 #, c-format
12466 msgid "can't set section flags for section %s"
12467 msgstr ""
12468
12469 #: config/tc-mmix.c:2157
12470 msgid "ESPEC without preceding BSPEC"
12471 msgstr ""
12472
12473 #: config/tc-mmix.c:2186
12474 msgid "missing local expression"
12475 msgstr ""
12476
12477 #: config/tc-mmix.c:2396
12478 msgid "operand out of range, instruction expanded"
12479 msgstr ""
12480
12481 #. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be
12482 #. user-friendly, though a little bit non-substantial.
12483 #: config/tc-mmix.c:2647
12484 msgid "directive LOCAL must be placed in code or data"
12485 msgstr ""
12486
12487 #: config/tc-mmix.c:2648
12488 msgid "internal confusion: relocation in a section without contents"
12489 msgstr ""
12490
12491 #: config/tc-mmix.c:2762
12492 msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section"
12493 msgstr ""
12494
12495 #: config/tc-mmix.c:2810
12496 msgid "no suitable GREG definition for operands"
12497 msgstr ""
12498
12499 #: config/tc-mmix.c:2869
12500 msgid "operands were not reducible at assembly-time"
12501 msgstr ""
12502
12503 #: config/tc-mmix.c:2896
12504 #, c-format
12505 msgid "cannot generate relocation type for symbol %s, code %s"
12506 msgstr ""
12507
12508 #: config/tc-mmix.c:2916
12509 #, c-format
12510 msgid "internal: unhandled label %s"
12511 msgstr ""
12512
12513 #: config/tc-mmix.c:2945
12514 msgid "[0-9]H labels may not appear alone on a line"
12515 msgstr ""
12516
12517 #: config/tc-mmix.c:2953
12518 msgid "[0-9]H labels do not mix with dot-pseudos"
12519 msgstr ""
12520
12521 #: config/tc-mmix.c:3041
12522 msgid "invalid characters in input"
12523 msgstr ""
12524
12525 #: config/tc-mmix.c:3147
12526 msgid "empty label field for IS"
12527 msgstr ""
12528
12529 #: config/tc-mmix.c:3473
12530 #, c-format
12531 msgid "internal: unexpected relax type %d:%d"
12532 msgstr ""
12533
12534 #: config/tc-mmix.c:3497
12535 msgid "BSPEC without ESPEC."
12536 msgstr ""
12537
12538 #: config/tc-mmix.c:3562
12539 msgid "LOC to section unknown or indeterminable at first pass"
12540 msgstr ""
12541
12542 #: config/tc-mmix.c:3734
12543 msgid "GREG expression too complicated"
12544 msgstr ""
12545
12546 #: config/tc-mmix.c:3749
12547 msgid "internal: GREG expression not resolved to section"
12548 msgstr ""
12549
12550 #: config/tc-mmix.c:3798
12551 msgid "register section has contents\n"
12552 msgstr ""
12553
12554 #: config/tc-mmix.c:3925
12555 msgid "section change from within a BSPEC/ESPEC pair is not supported"
12556 msgstr ""
12557
12558 #: config/tc-mmix.c:3946
12559 msgid "directive LOC from within a BSPEC/ESPEC pair is not supported"
12560 msgstr ""
12561
12562 #: config/tc-mmix.c:3956
12563 msgid "invalid LOC expression"
12564 msgstr ""
12565
12566 #: config/tc-mmix.c:4001 config/tc-mmix.c:4028
12567 msgid "LOC expression stepping backwards is not supported"
12568 msgstr ""
12569
12570 #. We will only get here in rare cases involving #NO_APP,
12571 #. where the unterminated string is not recognized by the
12572 #. preformatting pass.
12573 #: config/tc-mmix.c:4137 config/tc-mmix.c:4295 config/tc-z80.c:1732
12574 msgid "unterminated string"
12575 msgstr ""
12576
12577 #: config/tc-mmix.c:4154
12578 msgid "BYTE expression not a pure number"
12579 msgstr ""
12580
12581 #. Note that mmixal does not allow negative numbers in
12582 #. BYTE sequences, so neither should we.
12583 #: config/tc-mmix.c:4163
12584 msgid "BYTE expression not in the range 0..255"
12585 msgstr ""
12586
12587 #: config/tc-mmix.c:4212 config/tc-mmix.c:4228
12588 msgid "data item with alignment larger than location"
12589 msgstr ""
12590
12591 #. Since integer_constant is local to expr.c, we have to make this a
12592 #. macro.  FIXME: Do it cleaner.
12593 #: config/tc-mmix.h:98
12594 msgid "`&' serial number operator is not supported"
12595 msgstr ""
12596
12597 #: config/tc-mn10200.c:300
12598 #, c-format
12599 msgid ""
12600 "MN10200 options:\n"
12601 "none yet\n"
12602 msgstr ""
12603
12604 #: config/tc-mn10300.c:439
12605 #, c-format
12606 msgid ""
12607 "MN10300 assembler options:\n"
12608 "none yet\n"
12609 msgstr ""
12610
12611 #: config/tc-mn10300.c:1270
12612 msgid "Invalid opcode/operands"
12613 msgstr ""
12614
12615 #: config/tc-mn10300.c:1792
12616 msgid "Invalid register specification."
12617 msgstr ""
12618
12619 #: config/tc-mn10300.c:2390
12620 #, c-format
12621 msgid "Bad relocation fixup type (%d)"
12622 msgstr ""
12623
12624 #: config/tc-moxie.c:206 config/tc-moxie.c:225 config/tc-moxie.c:316
12625 #: config/tc-moxie.c:362
12626 msgid "expecting comma delimited register operands"
12627 msgstr ""
12628
12629 #: config/tc-moxie.c:252 config/tc-moxie.c:392 config/tc-moxie.c:422
12630 #: config/tc-moxie.c:497
12631 msgid "expecting comma delimited operands"
12632 msgstr ""
12633
12634 #: config/tc-moxie.c:320 config/tc-moxie.c:348
12635 msgid "expecting indirect register `($rA)'"
12636 msgstr ""
12637
12638 #: config/tc-moxie.c:328 config/tc-moxie.c:356 config/tc-moxie.c:447
12639 #: config/tc-moxie.c:489
12640 msgid "missing closing parenthesis"
12641 msgstr ""
12642
12643 #: config/tc-moxie.c:439 config/tc-moxie.c:481
12644 msgid "expecting indirect register `($rX)'"
12645 msgstr ""
12646
12647 #: config/tc-moxie.c:559 config/tc-pj.c:313
12648 msgid "Something forgot to clean up\n"
12649 msgstr ""
12650
12651 #: config/tc-moxie.c:643
12652 #, c-format
12653 msgid ""
12654 "  -EB                     assemble for a big endian system (default)\n"
12655 "  -EL                     assemble for a little endian system\n"
12656 msgstr ""
12657
12658 #: config/tc-moxie.c:703
12659 msgid "pcrel too far BFD_RELOC_MOXIE_10"
12660 msgstr ""
12661
12662 #: config/tc-msp430.c:519
12663 msgid ".profiler pseudo requires at least two operands."
12664 msgstr ""
12665
12666 #: config/tc-msp430.c:578
12667 msgid "unknown profiling flag - ignored."
12668 msgstr ""
12669
12670 #: config/tc-msp430.c:594
12671 msgid "ambiguous flags combination - '.profiler' directive ignored."
12672 msgstr ""
12673
12674 #: config/tc-msp430.c:604
12675 msgid "profiling in absolute section?"
12676 msgstr ""
12677
12678 #: config/tc-msp430.c:1374
12679 #, c-format
12680 msgid "Unrecognised CPU errata name starting here: %s"
12681 msgstr ""
12682
12683 #: config/tc-msp430.c:1380
12684 #, fuzzy, c-format
12685 #| msgid "expected comma after name in .symver"
12686 msgid "Expecting comma after CPU errata name, not: %s"
12687 msgstr "ожидается запятая после имени в .symver"
12688
12689 #: config/tc-msp430.c:1390
12690 msgid "MCU option requires a name\n"
12691 msgstr ""
12692
12693 #: config/tc-msp430.c:1428
12694 #, fuzzy, c-format
12695 #| msgid "unrecognized option -%c%s"
12696 msgid "unrecognised argument to -mcpu option '%s'"
12697 msgstr "нераспознанный параметр -%c%s"
12698
12699 #: config/tc-msp430.c:1603
12700 #, c-format
12701 msgid ""
12702 "MSP430 options:\n"
12703 "  -mmcu=<msp430-name>     - select microcontroller type\n"
12704 "  -mcpu={430|430x|430xv2} - select microcontroller architecture\n"
12705 msgstr ""
12706
12707 #: config/tc-msp430.c:1607
12708 #, c-format
12709 msgid ""
12710 "  -msilicon-errata=<name>[,<name>...] - enable fixups for silicon errata\n"
12711 "  -msilicon-errata-warn=<name>[,<name>...] - warn when a fixup might be needed\n"
12712 "   supported errata names: cpu4, cpu8, cpu11, cpu12, cpu13, cpu19\n"
12713 msgstr ""
12714
12715 #: config/tc-msp430.c:1611
12716 #, c-format
12717 msgid ""
12718 "  -mQ - enable relaxation at assembly time. DANGEROUS!\n"
12719 "  -mP - enable polymorph instructions\n"
12720 msgstr ""
12721
12722 #: config/tc-msp430.c:1614
12723 #, c-format
12724 msgid "  -ml - enable large code model\n"
12725 msgstr ""
12726
12727 #: config/tc-msp430.c:1616
12728 #, c-format
12729 msgid "  -mN - do not insert NOPs after changing interrupts (default)\n"
12730 msgstr ""
12731
12732 #: config/tc-msp430.c:1618
12733 #, c-format
12734 msgid "  -mn - insert a NOP after changing interrupts\n"
12735 msgstr ""
12736
12737 #: config/tc-msp430.c:1620
12738 #, c-format
12739 msgid "  -mY - do not warn about missing NOPs after changing interrupts\n"
12740 msgstr ""
12741
12742 #: config/tc-msp430.c:1622
12743 #, c-format
12744 msgid "  -my - warn about missing NOPs after changing interrupts (default)\n"
12745 msgstr ""
12746
12747 #: config/tc-msp430.c:1624
12748 #, c-format
12749 msgid "  -md - Force copying of data from ROM to RAM at startup\n"
12750 msgstr ""
12751
12752 #: config/tc-msp430.c:1626
12753 #, c-format
12754 msgid ""
12755 "  -mdata-region={none|lower|upper|either} - select region data will be\n"
12756 "    placed in.\n"
12757 msgstr ""
12758
12759 #: config/tc-msp430.c:1779
12760 #, c-format
12761 msgid "extra characters '%s' at end of immediate expression '%s'"
12762 msgstr ""
12763
12764 #: config/tc-msp430.c:1811 config/tc-msp430.c:1994 config/tc-msp430.c:2108
12765 #, c-format
12766 msgid "value 0x%x out of extended range."
12767 msgstr ""
12768
12769 #: config/tc-msp430.c:1817
12770 #, c-format
12771 msgid "value %d out of range. Use #lo() or #hi()"
12772 msgstr ""
12773
12774 #: config/tc-msp430.c:1863
12775 msgid "cpu4: not converting PUSH #4 to shorter form"
12776 msgstr ""
12777
12778 #: config/tc-msp430.c:1880
12779 msgid "cpu4: not converting PUSH #8 to shorter form"
12780 msgstr ""
12781
12782 #: config/tc-msp430.c:1894
12783 msgid "error: unsupported #foo() directive used on symbol"
12784 msgstr ""
12785
12786 #: config/tc-msp430.c:1911
12787 #, c-format
12788 msgid "unknown expression in operand %s.  Use #llo(), #lhi(), #hlo() or #hhi()"
12789 msgstr ""
12790
12791 #: config/tc-msp430.c:1962
12792 #, c-format
12793 msgid "Registers cannot be used within immediate expression [%s]"
12794 msgstr ""
12795
12796 #: config/tc-msp430.c:1964
12797 #, c-format
12798 msgid "unknown operand %s"
12799 msgstr ""
12800
12801 #: config/tc-msp430.c:1981
12802 #, c-format
12803 msgid "extra characters '%s' at the end of absolute operand '%s'"
12804 msgstr ""
12805
12806 #: config/tc-msp430.c:2000 config/tc-msp430.c:2114
12807 #, c-format
12808 msgid "value out of range: 0x%x"
12809 msgstr ""
12810
12811 #: config/tc-msp430.c:2011
12812 #, c-format
12813 msgid "Registers cannot be used within absolute expression [%s]"
12814 msgstr ""
12815
12816 #: config/tc-msp430.c:2013 config/tc-msp430.c:2143
12817 #, c-format
12818 msgid "unknown expression in operand %s"
12819 msgstr ""
12820
12821 #: config/tc-msp430.c:2027
12822 #, c-format
12823 msgid "unknown addressing mode %s"
12824 msgstr ""
12825
12826 #: config/tc-msp430.c:2035
12827 #, c-format
12828 msgid "Bad register name %s"
12829 msgstr ""
12830
12831 #: config/tc-msp430.c:2046
12832 msgid "cannot use indirect addressing with the PC"
12833 msgstr ""
12834
12835 #: config/tc-msp430.c:2066
12836 msgid "')' required"
12837 msgstr ""
12838
12839 #: config/tc-msp430.c:2078
12840 #, c-format
12841 msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?"
12842 msgstr ""
12843
12844 #: config/tc-msp430.c:2085
12845 msgid "r2 should not be used in indexed addressing mode"
12846 msgstr ""
12847
12848 #: config/tc-msp430.c:2097 config/tc-msp430.c:2171 config/tc-msp430.c:3211
12849 #: config/tc-msp430.c:3279 config/tc-msp430.c:3396 config/tc-msp430.c:3769
12850 #: config/tc-msp430.c:3868 config/tc-msp430.c:3919
12851 #, c-format
12852 msgid "extra characters '%s' at end of operand '%s'"
12853 msgstr ""
12854
12855 #: config/tc-msp430.c:2129 config/tc-msp430.c:2131
12856 msgid "CPU8: Stack pointer accessed with an odd offset"
12857 msgstr ""
12858
12859 #: config/tc-msp430.c:2141
12860 #, c-format
12861 msgid "Registers cannot be used as a prefix of indexed expression [%s]"
12862 msgstr ""
12863
12864 #: config/tc-msp430.c:2205
12865 #, c-format
12866 msgid "Internal bug. Try to use 0(r%d) instead of @r%d"
12867 msgstr ""
12868
12869 #: config/tc-msp430.c:2215
12870 msgid "this addressing mode is not applicable for destination operand"
12871 msgstr ""
12872
12873 #: config/tc-msp430.c:2246 config/tc-msp430.c:2381 config/tc-msp430.c:2418
12874 #: config/tc-msp430.c:2448 config/tc-msp430.c:3147 config/tc-msp430.c:3230
12875 #: config/tc-msp430.c:3318
12876 #, c-format
12877 msgid "expected register as second argument of %s"
12878 msgstr ""
12879
12880 #: config/tc-msp430.c:2285 config/tc-msp430.c:2351
12881 #, c-format
12882 msgid "index value too big for %s"
12883 msgstr ""
12884
12885 #: config/tc-msp430.c:2302 config/tc-msp430.c:2368 config/tc-msp430.c:2475
12886 #, c-format
12887 msgid "unexpected addressing mode for %s"
12888 msgstr ""
12889
12890 #: config/tc-msp430.c:2388 config/tc-msp430.c:2425 config/tc-msp430.c:2455
12891 #, c-format
12892 msgid "constant generator destination register found in %s"
12893 msgstr ""
12894
12895 #: config/tc-msp430.c:2432 config/tc-msp430.c:2462
12896 #, c-format
12897 msgid "constant generator source register found in %s"
12898 msgstr ""
12899
12900 #: config/tc-msp430.c:2552
12901 msgid "no size modifier after period, .w assumed"
12902 msgstr ""
12903
12904 #: config/tc-msp430.c:2556
12905 #, c-format
12906 msgid "unrecognised instruction size modifier .%c"
12907 msgstr ""
12908
12909 #: config/tc-msp430.c:2570
12910 #, c-format
12911 msgid "junk found after instruction: %s.%s"
12912 msgstr ""
12913
12914 #: config/tc-msp430.c:2590
12915 #, c-format
12916 msgid "instruction %s.a does not exist"
12917 msgstr ""
12918
12919 #: config/tc-msp430.c:2604
12920 #, c-format
12921 msgid "instruction %s requires %d operand"
12922 msgid_plural "instruction %s requires %d operands"
12923 msgstr[0] ""
12924 msgstr[1] ""
12925 msgstr[2] ""
12926
12927 #: config/tc-msp430.c:2622
12928 #, c-format
12929 msgid "instruction %s requires MSP430X mcu"
12930 msgstr ""
12931
12932 #: config/tc-msp430.c:2642
12933 #, c-format
12934 msgid "unable to repeat %s insn"
12935 msgstr ""
12936
12937 #: config/tc-msp430.c:2661
12938 msgid "NOP inserted between two instructions that change interrupt state"
12939 msgstr ""
12940
12941 #: config/tc-msp430.c:2663
12942 msgid "a NOP might be needed here because of successive changes in interrupt state"
12943 msgstr ""
12944
12945 #: config/tc-msp430.c:2674
12946 msgid "CPU12: CMP/BIT with PC destination ignores next instruction"
12947 msgstr ""
12948
12949 #: config/tc-msp430.c:2682
12950 msgid "CPU19: Instruction setting CPUOFF must be followed by a NOP"
12951 msgstr ""
12952
12953 #: config/tc-msp430.c:2689
12954 msgid "internal error: unknown nop check state"
12955 msgstr ""
12956
12957 #: config/tc-msp430.c:2724
12958 msgid "inserting a NOP before EINT"
12959 msgstr ""
12960
12961 #: config/tc-msp430.c:2727
12962 msgid "a NOP might be needed before the EINT"
12963 msgstr ""
12964
12965 #: config/tc-msp430.c:2767 config/tc-msp430.c:2769 config/tc-msp430.c:3473
12966 #: config/tc-msp430.c:3475
12967 msgid "CPU11: PC is destination of SR altering instruction"
12968 msgstr ""
12969
12970 #: config/tc-msp430.c:2784 config/tc-msp430.c:2786 config/tc-msp430.c:2892
12971 #: config/tc-msp430.c:2894 config/tc-msp430.c:3490 config/tc-msp430.c:3492
12972 #: config/tc-msp430.c:3668 config/tc-msp430.c:3670
12973 msgid "CPU13: SR is destination of SR altering instruction"
12974 msgstr ""
12975
12976 #: config/tc-msp430.c:2805 config/tc-msp430.c:2904 config/tc-msp430.c:3533
12977 #: config/tc-msp430.c:3702
12978 msgid "repeat instruction used with non-register mode instruction"
12979 msgstr ""
12980
12981 #: config/tc-msp430.c:2880 config/tc-msp430.c:3237 config/tc-msp430.c:3658
12982 #, c-format
12983 msgid "%s: attempt to rotate the PC register"
12984 msgstr ""
12985
12986 #: config/tc-msp430.c:3129 config/tc-msp430.c:3205
12987 #, c-format
12988 msgid "expected #n as first argument of %s"
12989 msgstr ""
12990
12991 #: config/tc-msp430.c:3135
12992 #, c-format
12993 msgid "extra characters '%s' at end of constant expression '%s'"
12994 msgstr ""
12995
12996 #: config/tc-msp430.c:3140 config/tc-msp430.c:3216
12997 #, fuzzy, c-format
12998 #| msgid "non-constant expression in \".if\" statement"
12999 msgid "expected constant expression as first argument of %s"
13000 msgstr "неконстантное выражение в операторе \".if\""
13001
13002 #: config/tc-msp430.c:3166
13003 msgid "Too many registers popped"
13004 msgstr ""
13005
13006 #: config/tc-msp430.c:3176
13007 msgid "Cannot use POPM to restore the SR register"
13008 msgstr ""
13009
13010 #: config/tc-msp430.c:3196 config/tc-msp430.c:3265
13011 #, c-format
13012 msgid "repeat count cannot be used with %s"
13013 msgstr ""
13014
13015 #: config/tc-msp430.c:3223
13016 #, c-format
13017 msgid "expected first argument of %s to be in the range 1-4"
13018 msgstr ""
13019
13020 #: config/tc-msp430.c:3288
13021 #, c-format
13022 msgid "expected value of first argument of %s to fit into 20-bits"
13023 msgstr ""
13024
13025 #: config/tc-msp430.c:3307
13026 #, c-format
13027 msgid "expected register name or constant as first argument of %s"
13028 msgstr ""
13029
13030 #: config/tc-msp430.c:3401
13031 msgid "expected constant value as argument to RPT"
13032 msgstr ""
13033
13034 #: config/tc-msp430.c:3407
13035 msgid "expected constant in the range 2..16"
13036 msgstr ""
13037
13038 #: config/tc-msp430.c:3422
13039 msgid "PC used as an argument to RPT"
13040 msgstr ""
13041
13042 #: config/tc-msp430.c:3428
13043 msgid "expected constant or register name as argument to RPT insn"
13044 msgstr ""
13045
13046 #: config/tc-msp430.c:3435
13047 msgid "Illegal emulated instruction"
13048 msgstr ""
13049
13050 #: config/tc-msp430.c:3687
13051 #, c-format
13052 msgid "%s instruction does not accept a .b suffix"
13053 msgstr ""
13054
13055 #: config/tc-msp430.c:3800
13056 #, c-format
13057 msgid "Even number required. Rounded to %d"
13058 msgstr ""
13059
13060 #: config/tc-msp430.c:3811
13061 #, c-format
13062 msgid "Wrong displacement %d"
13063 msgstr ""
13064
13065 #: config/tc-msp430.c:3833
13066 msgid "instruction requires label sans '$'"
13067 msgstr ""
13068
13069 #: config/tc-msp430.c:3837
13070 msgid "instruction requires label or value in range -511:512"
13071 msgstr ""
13072
13073 #: config/tc-msp430.c:3843 config/tc-msp430.c:3897 config/tc-msp430.c:3945
13074 msgid "instruction requires label"
13075 msgstr ""
13076
13077 #: config/tc-msp430.c:3851 config/tc-msp430.c:3903
13078 msgid "polymorphs are not enabled. Use -mP option to enable."
13079 msgstr ""
13080
13081 #: config/tc-msp430.c:3949
13082 msgid "Illegal instruction or not implemented opcode."
13083 msgstr ""
13084
13085 #: config/tc-msp430.c:3980 config/tc-sh64.c:2479
13086 msgid "can't find opcode"
13087 msgstr ""
13088
13089 #: config/tc-msp430.c:4497
13090 #, c-format
13091 msgid "internal inconsistency problem in %s: insn %04lx"
13092 msgstr ""
13093
13094 #: config/tc-msp430.c:4539 config/tc-msp430.c:4571
13095 #, c-format
13096 msgid "internal inconsistency problem in %s: ext. insn %04lx"
13097 msgstr ""
13098
13099 #: config/tc-msp430.c:4583
13100 #, c-format
13101 msgid "internal inconsistency problem in %s: %lx"
13102 msgstr ""
13103
13104 #: config/tc-mt.c:151
13105 #, c-format
13106 msgid "MT specific command line options:\n"
13107 msgstr ""
13108
13109 #: config/tc-mt.c:152
13110 #, c-format
13111 msgid "  -march=ms1-64-001         allow ms1-64-001 instructions\n"
13112 msgstr ""
13113
13114 #: config/tc-mt.c:153
13115 #, c-format
13116 msgid "  -march=ms1-16-002         allow ms1-16-002 instructions (default)\n"
13117 msgstr ""
13118
13119 #: config/tc-mt.c:154
13120 #, c-format
13121 msgid "  -march=ms1-16-003         allow ms1-16-003 instructions\n"
13122 msgstr ""
13123
13124 #: config/tc-mt.c:155
13125 #, c-format
13126 msgid "  -march=ms2                allow ms2 instructions \n"
13127 msgstr ""
13128
13129 #: config/tc-mt.c:156
13130 #, c-format
13131 msgid "  -nosched                  disable scheduling restrictions\n"
13132 msgstr ""
13133
13134 #: config/tc-mt.c:224
13135 #, c-format
13136 msgid "instruction %s may not follow another memory access instruction."
13137 msgstr ""
13138
13139 #: config/tc-mt.c:230
13140 #, c-format
13141 msgid "instruction %s may not follow another I/O instruction."
13142 msgstr ""
13143
13144 #: config/tc-mt.c:236
13145 #, c-format
13146 msgid "%s may not occupy the delay slot of another branch insn."
13147 msgstr ""
13148
13149 #: config/tc-mt.c:261
13150 #, c-format
13151 msgid "operand references R%ld of previous instruction."
13152 msgstr ""
13153
13154 #: config/tc-mt.c:267
13155 #, c-format
13156 msgid "operand references R%ld of instruction before previous."
13157 msgstr ""
13158
13159 #: config/tc-mt.c:281 config/tc-mt.c:286
13160 #, c-format
13161 msgid "conditional branch or jal insn's operand references R%ld of previous arithmetic or logic insn."
13162 msgstr ""
13163
13164 #: config/tc-mt.c:349
13165 msgid "md_estimate_size_before_relax\n"
13166 msgstr ""
13167
13168 #: config/tc-nds32.c:1934
13169 msgid ""
13170 "<arch name>\t  Assemble for architecture <arch name>\n"
13171 "\t\t\t  <arch name> could be\n"
13172 "\t\t\t  v3, v3j, v3m, v3f, v3s, v2, v2j, v2f, v2s"
13173 msgstr ""
13174
13175 #: config/tc-nds32.c:1938
13176 msgid ""
13177 "<baseline>\t  Assemble for baseline <baseline>\n"
13178 "\t\t\t  <baseline> could be v2, v3, v3m"
13179 msgstr ""
13180
13181 #: config/tc-nds32.c:1941
13182 msgid ""
13183 "<freg>\t  Specify a FPU configuration\n"
13184 "\t\t\t  <freg>\n"
13185 "\t\t\t  0:     8 SP /  4 DP registers\n"
13186 "\t\t\t  1:    16 SP /  8 DP registers\n"
13187 "\t\t\t  2:    32 SP / 16 DP registers\n"
13188 "\t\t\t  3:    32 SP / 32 DP registers"
13189 msgstr ""
13190
13191 #: config/tc-nds32.c:1947
13192 msgid ""
13193 "<abi>\t          Specify a abi version\n"
13194 "\t\t\t  <abi> could be v1, v2, v2fp, v2fpp"
13195 msgstr ""
13196
13197 #: config/tc-nds32.c:1978
13198 msgid "Multiply instructions support"
13199 msgstr ""
13200
13201 #: config/tc-nds32.c:1979
13202 msgid "Divide instructions support"
13203 msgstr ""
13204
13205 #: config/tc-nds32.c:1980
13206 msgid "16-bit extension"
13207 msgstr ""
13208
13209 #: config/tc-nds32.c:1981
13210 msgid "d0/d1 registers"
13211 msgstr ""
13212
13213 #: config/tc-nds32.c:1982
13214 msgid "Performance extension"
13215 msgstr ""
13216
13217 #: config/tc-nds32.c:1983
13218 msgid "Performance extension 2"
13219 msgstr ""
13220
13221 #: config/tc-nds32.c:1984
13222 msgid "String extension"
13223 msgstr ""
13224
13225 #: config/tc-nds32.c:1985
13226 msgid "Reduced Register configuration (GPR16) option"
13227 msgstr ""
13228
13229 #: config/tc-nds32.c:1986
13230 msgid "AUDIO ISA extension"
13231 msgstr ""
13232
13233 #: config/tc-nds32.c:1987
13234 msgid "FPU SP extension"
13235 msgstr ""
13236
13237 #: config/tc-nds32.c:1988
13238 msgid "FPU DP extension"
13239 msgstr ""
13240
13241 #: config/tc-nds32.c:1989
13242 msgid "FPU fused-multiply-add instructions"
13243 msgstr ""
13244
13245 #: config/tc-nds32.c:2026
13246 #, c-format
13247 msgid ""
13248 "\n"
13249 " NDS32-specific assembler options:\n"
13250 msgstr ""
13251
13252 #: config/tc-nds32.c:2027
13253 #, c-format
13254 msgid ""
13255 "  -O1,\t\t\t  Optimize for performance\n"
13256 "  -Os\t\t\t  Optimize for space\n"
13257 msgstr ""
13258
13259 #: config/tc-nds32.c:2030
13260 #, c-format
13261 msgid ""
13262 "  -EL, -mel or -little    Produce little endian output\n"
13263 "  -EB, -meb or -big       Produce big endian output\n"
13264 "  -mpic\t\t\t  Generate PIC\n"
13265 "  -mno-fp-as-gp-relax\t  Suppress fp-as-gp relaxation for this file\n"
13266 "  -mb2bb-relax\t\t  Back-to-back branch optimization\n"
13267 "  -mno-all-relax\t  Suppress all relaxation for this file\n"
13268 msgstr ""
13269
13270 #: config/tc-nds32.c:2041
13271 #, c-format
13272 msgid "  -m%s%s\n"
13273 msgstr ""
13274
13275 #: config/tc-nds32.c:2048
13276 #, c-format
13277 msgid "  -m[no-]%-17sEnable/Disable %s\n"
13278 msgstr ""
13279
13280 #: config/tc-nds32.c:2052
13281 #, c-format
13282 msgid "  -mall-ext\t\t  Turn on all extensions and instructions support\n"
13283 msgstr ""
13284
13285 #: config/tc-nds32.c:2326
13286 #, c-format
13287 msgid "la must use with symbol. '%s'"
13288 msgstr ""
13289
13290 #: config/tc-nds32.c:2379
13291 #, c-format
13292 msgid "need PIC qualifier with symbol. '%s'"
13293 msgstr ""
13294
13295 #: config/tc-nds32.c:2416
13296 #, c-format
13297 msgid "Operand is not a constant. `%s'"
13298 msgstr ""
13299
13300 #: config/tc-nds32.c:2505
13301 #, c-format
13302 msgid "needs @GOT or @GOTOFF. %s"
13303 msgstr ""
13304
13305 #: config/tc-nds32.c:3001
13306 #, c-format
13307 msgid "Duplicated pseudo-opcode %s."
13308 msgstr ""
13309
13310 #: config/tc-nds32.c:3051
13311 #, c-format
13312 msgid "Too many argument. `%s'"
13313 msgstr ""
13314
13315 #. Logic here rejects the input arch name.
13316 #: config/tc-nds32.c:3112
13317 #, c-format
13318 msgid "unknown arch name `%s'\n"
13319 msgstr ""
13320
13321 #. Logic here rejects the input baseline.
13322 #: config/tc-nds32.c:3131
13323 #, fuzzy, c-format
13324 #| msgid "unknown section attribute '%c'"
13325 msgid "unknown baseline `%s'\n"
13326 msgstr "неизвестный атрибут раздела %c"
13327
13328 #. Logic here rejects the input FPU configuration.
13329 #: config/tc-nds32.c:3154
13330 #, c-format
13331 msgid "unknown FPU configuration `%s'\n"
13332 msgstr ""
13333
13334 #. Logic here rejects the input abi version.
13335 #: config/tc-nds32.c:3178
13336 #, c-format
13337 msgid "unknown ABI version`%s'\n"
13338 msgstr ""
13339
13340 #: config/tc-nds32.c:3783
13341 #, c-format
13342 msgid "Different arguments of .vec_size are found, previous %d, current %d"
13343 msgstr ""
13344
13345 #: config/tc-nds32.c:3788
13346 #, c-format
13347 msgid "Argument of .vec_size is expected 4 or 16, actual: %d."
13348 msgstr ""
13349
13350 #: config/tc-nds32.c:3792
13351 msgid "Argument of .vec_size is not a constant."
13352 msgstr ""
13353
13354 #: config/tc-nds32.c:4328
13355 #, c-format
13356 msgid "Don't know how to handle this field. %s"
13357 msgstr ""
13358
13359 #: config/tc-nds32.c:4493
13360 #, c-format
13361 msgid "instruction %s requires enabling performance extension"
13362 msgstr ""
13363
13364 #: config/tc-nds32.c:4501
13365 #, c-format
13366 msgid "instruction %s requires enabling performance extension II"
13367 msgstr ""
13368
13369 #: config/tc-nds32.c:4509
13370 #, c-format
13371 msgid "instruction %s requires enabling AUDIO extension"
13372 msgstr ""
13373
13374 #: config/tc-nds32.c:4517
13375 #, c-format
13376 msgid "instruction %s requires enabling STRING extension"
13377 msgstr ""
13378
13379 #: config/tc-nds32.c:4526
13380 #, c-format
13381 msgid "instruction %s requires enabling DIV & DX_REGS extension"
13382 msgstr ""
13383
13384 #: config/tc-nds32.c:4537
13385 #, c-format
13386 msgid "instruction %s requires enabling FPU extension"
13387 msgstr ""
13388
13389 #: config/tc-nds32.c:4545
13390 #, c-format
13391 msgid "instruction %s requires enabling FPU_SP extension"
13392 msgstr ""
13393
13394 #: config/tc-nds32.c:4557 config/tc-nds32.c:4577
13395 #, c-format
13396 msgid "instruction %s requires enabling FPU_MAC extension"
13397 msgstr ""
13398
13399 #: config/tc-nds32.c:4565
13400 #, c-format
13401 msgid "instruction %s requires enabling FPU_DP extension"
13402 msgstr ""
13403
13404 #: config/tc-nds32.c:4587
13405 #, c-format
13406 msgid "instruction %s requires enabling DX_REGS extension"
13407 msgstr ""
13408
13409 #: config/tc-nds32.c:4778
13410 #, fuzzy, c-format
13411 #| msgid "unrecognized section type"
13412 msgid "relax hint unrecognized instruction: line %d."
13413 msgstr "нераспознанный тип раздела"
13414
13415 #: config/tc-nds32.c:4819
13416 #, c-format
13417 msgid "Can not find match relax hint.  Line: %d"
13418 msgstr ""
13419
13420 #: config/tc-nds32.c:4999
13421 #, c-format
13422 msgid "Internal error: Relax hint error. %s: %x"
13423 msgstr ""
13424
13425 #: config/tc-nds32.c:5071
13426 #, c-format
13427 msgid "Internal error: Range error. %s"
13428 msgstr ""
13429
13430 #: config/tc-nds32.c:5153
13431 #, fuzzy, c-format
13432 #| msgid "relocation is not supported"
13433 msgid "Instruction %s not supported in the baseline."
13434 msgstr "перемещение не поддерживается"
13435
13436 #: config/tc-nds32.c:5208
13437 #, fuzzy, c-format
13438 #| msgid "unrecognized option -%c%s"
13439 msgid "Unrecognized opcode, %s."
13440 msgstr "нераспознанный параметр -%c%s"
13441
13442 #: config/tc-nds32.c:5211
13443 #, c-format
13444 msgid "Incorrect syntax, %s."
13445 msgstr ""
13446
13447 #: config/tc-nds32.c:5214
13448 #, fuzzy, c-format
13449 #| msgid "unrecognized option -%c%s"
13450 msgid "Unrecognized operand/register, %s."
13451 msgstr "нераспознанный параметр -%c%s"
13452
13453 #: config/tc-nds32.c:5217
13454 #, c-format
13455 msgid "Operand out of range, %s."
13456 msgstr ""
13457
13458 #: config/tc-nds32.c:5220
13459 #, c-format
13460 msgid "Prohibited register used for reduced-register, %s."
13461 msgstr ""
13462
13463 #: config/tc-nds32.c:5223
13464 #, c-format
13465 msgid "Junk at end of line, %s."
13466 msgstr ""
13467
13468 #: config/tc-nds32.c:5885
13469 msgid "Addend to unresolved symbol is not on word boundary."
13470 msgstr ""
13471
13472 #. Should never here.
13473 #: config/tc-nds32.c:6420
13474 msgid "Used FPU instructions requires enabling FPU extension"
13475 msgstr ""
13476
13477 #: config/tc-nds32.c:6611
13478 #, c-format
13479 msgid "Internal error: Unknown fixup type %d (`%s')"
13480 msgstr ""
13481
13482 #: config/tc-nds32.c:6711
13483 msgid "need PIC qualifier with symbol."
13484 msgstr ""
13485
13486 #: config/tc-nios2.c:453 config/tc-pru.c:309
13487 msgid "expecting opcode string in self test mode"
13488 msgstr ""
13489
13490 #: config/tc-nios2.c:455 config/tc-pru.c:311
13491 #, c-format
13492 msgid "assembly 0x%08x, expected %s"
13493 msgstr ""
13494
13495 #: config/tc-nios2.c:848
13496 msgid "branch offset out of range\n"
13497 msgstr ""
13498
13499 #: config/tc-nios2.c:849
13500 msgid "branch relaxation failed\n"
13501 msgstr ""
13502
13503 #: config/tc-nios2.c:1145
13504 msgid "error checking for overflow - broken assembler"
13505 msgstr ""
13506
13507 #: config/tc-nios2.c:1161 config/tc-pru.c:572
13508 #, c-format
13509 msgid "immediate value 0x%x truncated to 0x%x"
13510 msgstr ""
13511
13512 #: config/tc-nios2.c:1188 config/tc-pru.c:598
13513 #, c-format
13514 msgid "call target address 0x%08x out of range 0x%08x to 0x%08x"
13515 msgstr ""
13516
13517 #: config/tc-nios2.c:1194
13518 #, c-format
13519 msgid "branch offset %d out of range %d to %d"
13520 msgstr ""
13521
13522 #: config/tc-nios2.c:1198
13523 #, c-format
13524 msgid "branch offset %d out of range"
13525 msgstr ""
13526
13527 #: config/tc-nios2.c:1204 config/tc-pru.c:608
13528 #, c-format
13529 msgid "%s offset %d out of range %d to %d"
13530 msgstr ""
13531
13532 #: config/tc-nios2.c:1208
13533 #, c-format
13534 msgid "%s offset %d out of range"
13535 msgstr ""
13536
13537 #: config/tc-nios2.c:1213 config/tc-nios2.c:1228 config/tc-pru.c:613
13538 #, c-format
13539 msgid "immediate value %d out of range %d to %d"
13540 msgstr ""
13541
13542 #: config/tc-nios2.c:1218 config/tc-nios2.c:1223 config/tc-pru.c:623
13543 #: config/tc-pru.c:628
13544 #, c-format
13545 msgid "immediate value %u out of range %u to %u"
13546 msgstr ""
13547
13548 #: config/tc-nios2.c:1233
13549 #, c-format
13550 msgid "custom instruction opcode %u out of range %u to %u"
13551 msgstr ""
13552
13553 #: config/tc-nios2.c:1238 config/tc-pru.c:633
13554 msgid "overflow in immediate argument"
13555 msgstr ""
13556
13557 #: config/tc-nios2.c:1310 config/tc-pru.c:669
13558 #, fuzzy
13559 #| msgid "cannot create floating-point number"
13560 msgid "cannot create 64-bit relocation"
13561 msgstr "не удалось создать число с плавающей точкой"
13562
13563 #: config/tc-nios2.c:1438
13564 #, c-format
13565 msgid "internal error: broken opcode descriptor for `%s %s'\n"
13566 msgstr ""
13567
13568 #: config/tc-nios2.c:1487 config/tc-pru.c:859
13569 #, fuzzy
13570 #| msgid "cannot create floating-point number"
13571 msgid "can't create relocation"
13572 msgstr "не удалось создать число с плавающей точкой"
13573
13574 #: config/tc-nios2.c:1518 config/tc-pru.c:993 config/tc-pru.c:1013
13575 #: config/tc-pru.c:1040 config/tc-pru.c:1059 config/tc-pru.c:1073
13576 #, c-format
13577 msgid "unknown register %s"
13578 msgstr ""
13579
13580 #: config/tc-nios2.c:1526
13581 msgid "expecting control register"
13582 msgstr ""
13583
13584 #: config/tc-nios2.c:1528
13585 msgid "illegal use of control register"
13586 msgstr ""
13587
13588 #: config/tc-nios2.c:1530
13589 msgid "illegal use of coprocessor register"
13590 msgstr ""
13591
13592 #. Should never get here if we passed validation.
13593 #: config/tc-nios2.c:1532 config/tc-nios2.c:1846 config/tc-nios2.c:1988
13594 #: config/tc-nios2.c:2056
13595 #, c-format
13596 msgid "invalid register %s"
13597 msgstr ""
13598
13599 #: config/tc-nios2.c:1540
13600 msgid ""
13601 "Register at (r1) can sometimes be corrupted by assembler optimizations.\n"
13602 "Use .set noat to turn off those optimizations (and this warning)."
13603 msgstr ""
13604
13605 #: config/tc-nios2.c:1545
13606 msgid ""
13607 "The debugger will corrupt bt (r25).\n"
13608 "If you don't need to debug this code use .set nobreak to turn off this warning."
13609 msgstr ""
13610
13611 #: config/tc-nios2.c:1549
13612 msgid ""
13613 "The debugger will corrupt sstatus/ba (r30).\n"
13614 "If you don't need to debug this code use .set nobreak to turn off this warning."
13615 msgstr ""
13616
13617 #: config/tc-nios2.c:1939 config/tc-nios2.c:1967
13618 msgid "r31 cannot be used with jmp; use ret instead"
13619 msgstr ""
13620
13621 #: config/tc-nios2.c:1982
13622 msgid "r31 cannot be used with jmpr.n; use ret.n instead"
13623 msgstr ""
13624
13625 #: config/tc-nios2.c:2595 config/tc-nios2.c:2622 config/tc-nios2.c:2649
13626 #: config/tc-nios2.c:2680
13627 #, c-format
13628 msgid "Invalid constant operand %s"
13629 msgstr ""
13630
13631 #: config/tc-nios2.c:2997 config/tc-nios2.c:3021 config/tc-pru.c:1312
13632 #: config/tc-pru.c:1337 config/tc-pru.c:1357
13633 #, c-format
13634 msgid "badly formed expression near %s"
13635 msgstr ""
13636
13637 #: config/tc-nios2.c:3110 config/tc-nios2.c:3137 config/tc-pru.c:1406
13638 #: config/tc-pru.c:1431 config/tc-xtensa.c:2108
13639 msgid "too many arguments"
13640 msgstr ""
13641
13642 #: config/tc-nios2.c:3126 config/tc-pru.c:1383
13643 #, c-format
13644 msgid "expecting %c near %s"
13645 msgstr ""
13646
13647 #. we cannot recover from this.
13648 #: config/tc-nios2.c:3277
13649 #, fuzzy, c-format
13650 #| msgid "unrecognized section type"
13651 msgid "unrecognized pseudo-instruction %s"
13652 msgstr "нераспознанный тип раздела"
13653
13654 #: config/tc-nios2.c:3540 config/tc-tic6x.c:232
13655 #, fuzzy, c-format
13656 #| msgid "unknown section attribute '%c'"
13657 msgid "unknown architecture '%s'"
13658 msgstr "неизвестный атрибут раздела %c"
13659
13660 #: config/tc-nios2.c:3621
13661 #, fuzzy
13662 #| msgid "relocation is not supported"
13663 msgid "Big-endian R2 is not supported."
13664 msgstr "перемещение не поддерживается"
13665
13666 #. Unrecognised instruction - error.
13667 #: config/tc-nios2.c:3789 config/tc-pru.c:1729
13668 #, fuzzy, c-format
13669 #| msgid "unrecognized section type"
13670 msgid "unrecognised instruction %s"
13671 msgstr "нераспознанный тип раздела"
13672
13673 #: config/tc-nios2.c:3909 config/tc-pru.c:1785
13674 #, c-format
13675 msgid "can't represent relocation type %s"
13676 msgstr ""
13677
13678 #: config/tc-nios2.c:4002
13679 msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string"
13680 msgstr ""
13681
13682 #: config/tc-nios2.c:4028
13683 #, c-format
13684 msgid "Illegal operands: %%tls_ldo in %d-byte data field"
13685 msgstr ""
13686
13687 #: config/tc-nios2.c:4040 config/tc-nios2.c:4058 config/tc-nios2.c:4065
13688 #, c-format
13689 msgid "Illegal operands: %%tls_ldo requires arguments in ()"
13690 msgstr ""
13691
13692 #: config/tc-nios2.c:4072
13693 #, c-format
13694 msgid "Illegal operands: garbage after %%tls_ldo()"
13695 msgstr ""
13696
13697 #: config/tc-ns32k.c:437
13698 msgid "Invalid syntax in PC-relative addressing mode"
13699 msgstr ""
13700
13701 #: config/tc-ns32k.c:461
13702 msgid "Invalid syntax in External addressing mode"
13703 msgstr ""
13704
13705 #: config/tc-ns32k.c:542
13706 msgid "Invalid syntax in Memory Relative addressing mode"
13707 msgstr ""
13708
13709 #: config/tc-ns32k.c:609
13710 msgid "Invalid scaled-indexed mode, use (b,w,d,q)"
13711 msgstr ""
13712
13713 #: config/tc-ns32k.c:614
13714 msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}"
13715 msgstr ""
13716
13717 #: config/tc-ns32k.c:619
13718 msgid "Scaled-indexed addressing mode combined with scaled-index"
13719 msgstr ""
13720
13721 #: config/tc-ns32k.c:630
13722 msgid "Invalid or illegal addressing mode combined with scaled-index"
13723 msgstr ""
13724
13725 #: config/tc-ns32k.c:753
13726 msgid "Premature end of suffix -- Defaulting to d"
13727 msgstr ""
13728
13729 #: config/tc-ns32k.c:766
13730 msgid "Bad suffix after ':' use {b|w|d} Defaulting to d"
13731 msgstr ""
13732
13733 #: config/tc-ns32k.c:811
13734 msgid "Very short instr to option, ie you can't do it on a NULLstr"
13735 msgstr ""
13736
13737 #: config/tc-ns32k.c:861
13738 msgid "No such entry in list. (cpu/mmu register)"
13739 msgstr ""
13740
13741 #: config/tc-ns32k.c:918
13742 msgid "Internal consistency error.  check ns32k-opcode.h"
13743 msgstr ""
13744
13745 #: config/tc-ns32k.c:943
13746 msgid "Address of immediate operand"
13747 msgstr ""
13748
13749 #: config/tc-ns32k.c:944
13750 msgid "Invalid immediate write operand."
13751 msgstr ""
13752
13753 #: config/tc-ns32k.c:1074
13754 msgid "Bad opcode-table-option, check in file ns32k-opcode.h"
13755 msgstr ""
13756
13757 #: config/tc-ns32k.c:1107
13758 msgid "No such opcode"
13759 msgstr ""
13760
13761 #: config/tc-ns32k.c:1182
13762 msgid "Bad suffix, defaulting to d"
13763 msgstr ""
13764
13765 #: config/tc-ns32k.c:1209
13766 msgid "Too many operands passed to instruction"
13767 msgstr ""
13768
13769 #. Check error in default.
13770 #: config/tc-ns32k.c:1221
13771 msgid "Wrong numbers of operands in default, check ns32k-opcodes.h"
13772 msgstr ""
13773
13774 #: config/tc-ns32k.c:1224
13775 msgid "Wrong number of operands"
13776 msgstr ""
13777
13778 #: config/tc-ns32k.c:1297
13779 #, c-format
13780 msgid "Can not do %d byte pc-relative relocation for storage type %d"
13781 msgstr ""
13782
13783 #: config/tc-ns32k.c:1300
13784 #, c-format
13785 msgid "Can not do %d byte relocation for storage type %d"
13786 msgstr ""
13787
13788 #: config/tc-ns32k.c:1392
13789 #, c-format
13790 msgid "value of %ld out of byte displacement range."
13791 msgstr ""
13792
13793 #: config/tc-ns32k.c:1402
13794 #, c-format
13795 msgid "value of %ld out of word displacement range."
13796 msgstr ""
13797
13798 #: config/tc-ns32k.c:1417
13799 #, c-format
13800 msgid "value of %ld out of double word displacement range."
13801 msgstr ""
13802
13803 #: config/tc-ns32k.c:1438
13804 #, c-format
13805 msgid "Internal logic error.  Line %d, file: \"%s\""
13806 msgstr ""
13807
13808 #: config/tc-ns32k.c:1486
13809 #, c-format
13810 msgid "Internal logic error. line %d, file \"%s\""
13811 msgstr ""
13812
13813 #: config/tc-ns32k.c:1587
13814 msgid "Bit field out of range"
13815 msgstr ""
13816
13817 #: config/tc-ns32k.c:1687
13818 msgid "iif convert internal pcrel/binary"
13819 msgstr ""
13820
13821 #: config/tc-ns32k.c:1704
13822 msgid "Bignum too big for long"
13823 msgstr ""
13824
13825 #: config/tc-ns32k.c:1781
13826 msgid "iif convert internal pcrel/pointer"
13827 msgstr ""
13828
13829 #: config/tc-ns32k.c:1786
13830 msgid "Internal logic error in iif.iifP[n].type"
13831 msgstr ""
13832
13833 #. We can't relax this case.
13834 #: config/tc-ns32k.c:1822
13835 msgid "Can't relax difference"
13836 msgstr ""
13837
13838 #: config/tc-ns32k.c:1863
13839 msgid "Displacement too large for :d"
13840 msgstr ""
13841
13842 #: config/tc-ns32k.c:1876
13843 msgid "Internal logic error in iif.iifP[].type"
13844 msgstr ""
13845
13846 #. Fatal.
13847 #: config/tc-ns32k.c:1908
13848 #, c-format
13849 msgid "Can't hash %s: %s"
13850 msgstr ""
13851
13852 #: config/tc-ns32k.c:2144
13853 #, c-format
13854 msgid "invalid architecture option -m%s, ignored"
13855 msgstr ""
13856
13857 #: config/tc-ns32k.c:2157
13858 #, c-format
13859 msgid "invalid default displacement size \"%s\". Defaulting to %d."
13860 msgstr ""
13861
13862 #: config/tc-ns32k.c:2173
13863 #, c-format
13864 msgid ""
13865 "NS32K options:\n"
13866 "-m32032 | -m32532\tselect variant of NS32K architecture\n"
13867 "--disp-size-default=<1|2|4>\n"
13868 msgstr ""
13869
13870 #: config/tc-ns32k.c:2249
13871 #, c-format
13872 msgid "Cannot find relocation type for symbol %s, code %d"
13873 msgstr ""
13874
13875 #: config/tc-pdp11.c:336 config/tc-pdp11.c:354 config/tc-pdp11.c:379
13876 #: config/tc-pdp11.c:385 config/tc-pdp11.c:398
13877 msgid "Bad register name"
13878 msgstr ""
13879
13880 #: config/tc-pdp11.c:417 config/tc-pdp11.c:481 config/tc-pdp11.c:492
13881 msgid "Error in expression"
13882 msgstr ""
13883
13884 #: config/tc-pdp11.c:489
13885 msgid "Low order bits truncated in immediate float operand"
13886 msgstr ""
13887
13888 #: config/tc-pdp11.c:608
13889 msgid "Float AC not legal as integer operand"
13890 msgstr ""
13891
13892 #: config/tc-pdp11.c:628
13893 msgid "General register not legal as float operand"
13894 msgstr ""
13895
13896 #: config/tc-pdp11.c:661
13897 msgid "No instruction found"
13898 msgstr ""
13899
13900 #: config/tc-pdp11.c:671 config/tc-z80.c:1932 config/tc-z80.c:1945
13901 #, c-format
13902 msgid "Unknown instruction '%s'"
13903 msgstr ""
13904
13905 #: config/tc-pdp11.c:677
13906 #, c-format
13907 msgid "Unsupported instruction set extension: %s"
13908 msgstr ""
13909
13910 #: config/tc-pdp11.c:711
13911 msgid "operand is not an absolute constant"
13912 msgstr ""
13913
13914 #: config/tc-pdp11.c:719
13915 msgid "3-bit immediate out of range"
13916 msgstr ""
13917
13918 #: config/tc-pdp11.c:726
13919 msgid "6-bit immediate out of range"
13920 msgstr ""
13921
13922 #: config/tc-pdp11.c:733
13923 msgid "8-bit immediate out of range"
13924 msgstr ""
13925
13926 #: config/tc-pdp11.c:750 config/tc-pdp11.c:943
13927 msgid "Symbol expected"
13928 msgstr ""
13929
13930 #: config/tc-pdp11.c:755
13931 msgid "8-bit displacement out of range"
13932 msgstr ""
13933
13934 #: config/tc-pdp11.c:797 config/tc-pdp11.c:818 config/tc-pdp11.c:835
13935 #: config/tc-pdp11.c:856 config/tc-pdp11.c:873 config/tc-pdp11.c:894
13936 #: config/tc-pdp11.c:913 config/tc-pdp11.c:934
13937 msgid "Missing ','"
13938 msgstr ""
13939
13940 #: config/tc-pdp11.c:948
13941 msgid "6-bit displacement out of range"
13942 msgstr ""
13943
13944 #: config/tc-pdp11.c:969 config/tc-tilegx.c:1215 config/tc-tilepro.c:1101
13945 #: config/tc-vax.c:1950
13946 msgid "Too many operands"
13947 msgstr ""
13948
13949 #: config/tc-pdp11.c:1419
13950 #, c-format
13951 msgid "Can not represent %s relocation in this object file format"
13952 msgstr ""
13953
13954 #: config/tc-pj.c:64 config/tc-pj.c:73
13955 msgid "confusing relocation expressions"
13956 msgstr ""
13957
13958 #: config/tc-pj.c:157
13959 msgid "can't have relocation for ipush"
13960 msgstr ""
13961
13962 #: config/tc-pj.c:289
13963 #, fuzzy
13964 #| msgid "expected quoted string"
13965 msgid "expected expression"
13966 msgstr "ожидается строка в кавычках"
13967
13968 #: config/tc-pj.c:355
13969 #, c-format
13970 msgid ""
13971 "PJ options:\n"
13972 "-little\t\t\tgenerate little endian code\n"
13973 "-big\t\t\tgenerate big endian code\n"
13974 msgstr ""
13975
13976 #: config/tc-pj.c:380 config/tc-sh.c:4149 config/tc-sh.c:4156
13977 #: config/tc-sh.c:4163 config/tc-sh.c:4170
13978 msgid "pcrel too far"
13979 msgstr ""
13980
13981 #: config/tc-ppc.c:977 config/tc-ppc.c:985 config/tc-ppc.c:3042
13982 msgid "invalid register expression"
13983 msgstr ""
13984
13985 #: config/tc-ppc.c:1145 config/tc-ppc.c:1203 config/tc-ppc.c:1251
13986 msgid "the use of -mvle requires big endian."
13987 msgstr ""
13988
13989 #: config/tc-ppc.c:1183 config/tc-ppc.c:1205
13990 msgid "the use of -mvle requires -a32."
13991 msgstr ""
13992
13993 #: config/tc-ppc.c:1185
13994 #, c-format
13995 msgid "%s unsupported"
13996 msgstr ""
13997
13998 #: config/tc-ppc.c:1309
13999 #, fuzzy
14000 #| msgid "--hash-size needs a numeric argument"
14001 msgid "--nops needs a numeric argument"
14002 msgstr "для --hash-size требуется числовой аргумент"
14003
14004 #: config/tc-ppc.c:1326
14005 #, c-format
14006 msgid ""
14007 "PowerPC options:\n"
14008 "-a32                    generate ELF32/XCOFF32\n"
14009 "-a64                    generate ELF64/XCOFF64\n"
14010 "-u                      ignored\n"
14011 "-mpwrx, -mpwr2          generate code for POWER/2 (RIOS2)\n"
14012 "-mpwr                   generate code for POWER (RIOS1)\n"
14013 "-m601                   generate code for PowerPC 601\n"
14014 "-mppc, -mppc32, -m603, -m604\n"
14015 "                        generate code for PowerPC 603/604\n"
14016 "-m403                   generate code for PowerPC 403\n"
14017 "-m405                   generate code for PowerPC 405\n"
14018 "-m440                   generate code for PowerPC 440\n"
14019 "-m464                   generate code for PowerPC 464\n"
14020 "-m476                   generate code for PowerPC 476\n"
14021 "-m7400, -m7410, -m7450, -m7455\n"
14022 "                        generate code for PowerPC 7400/7410/7450/7455\n"
14023 "-m750cl                 generate code for PowerPC 750cl\n"
14024 "-m821, -m850, -m860     generate code for PowerPC 821/850/860\n"
14025 msgstr ""
14026
14027 #: config/tc-ppc.c:1345
14028 #, c-format
14029 msgid ""
14030 "-mppc64, -m620          generate code for PowerPC 620/625/630\n"
14031 "-mppc64bridge           generate code for PowerPC 64, including bridge insns\n"
14032 "-mbooke                 generate code for 32-bit PowerPC BookE\n"
14033 "-ma2                    generate code for A2 architecture\n"
14034 "-mpower4, -mpwr4        generate code for Power4 architecture\n"
14035 "-mpower5, -mpwr5, -mpwr5x\n"
14036 "                        generate code for Power5 architecture\n"
14037 "-mpower6, -mpwr6        generate code for Power6 architecture\n"
14038 "-mpower7, -mpwr7        generate code for Power7 architecture\n"
14039 "-mpower8, -mpwr8        generate code for Power8 architecture\n"
14040 "-mpower9, -mpwr9        generate code for Power9 architecture\n"
14041 "-mcell                  generate code for Cell Broadband Engine architecture\n"
14042 "-mcom                   generate code for Power/PowerPC common instructions\n"
14043 "-many                   generate code for any architecture (PWR/PWRX/PPC)\n"
14044 msgstr ""
14045
14046 #: config/tc-ppc.c:1360
14047 #, c-format
14048 msgid ""
14049 "-maltivec               generate code for AltiVec\n"
14050 "-mvsx                   generate code for Vector-Scalar (VSX) instructions\n"
14051 "-me300                  generate code for PowerPC e300 family\n"
14052 "-me500, -me500x2        generate code for Motorola e500 core complex\n"
14053 "-me500mc,               generate code for Freescale e500mc core complex\n"
14054 "-me500mc64,             generate code for Freescale e500mc64 core complex\n"
14055 "-me5500,                generate code for Freescale e5500 core complex\n"
14056 "-me6500,                generate code for Freescale e6500 core complex\n"
14057 "-mspe                   generate code for Motorola SPE instructions\n"
14058 "-mspe2                  generate code for Freescale SPE2 instructions\n"
14059 "-mvle                   generate code for Freescale VLE instructions\n"
14060 "-mtitan                 generate code for AppliedMicro Titan core complex\n"
14061 "-mregnames              Allow symbolic names for registers\n"
14062 "-mno-regnames           Do not allow symbolic names for registers\n"
14063 msgstr ""
14064
14065 #: config/tc-ppc.c:1376
14066 #, c-format
14067 msgid ""
14068 "-mrelocatable           support for GCC's -mrelocatble option\n"
14069 "-mrelocatable-lib       support for GCC's -mrelocatble-lib option\n"
14070 "-memb                   set PPC_EMB bit in ELF flags\n"
14071 "-mlittle, -mlittle-endian, -le\n"
14072 "                        generate code for a little endian machine\n"
14073 "-mbig, -mbig-endian, -be\n"
14074 "                        generate code for a big endian machine\n"
14075 "-msolaris               generate code for Solaris\n"
14076 "-mno-solaris            do not generate code for Solaris\n"
14077 "-K PIC                  set EF_PPC_RELOCATABLE_LIB in ELF flags\n"
14078 "-V                      print assembler version number\n"
14079 "-Qy, -Qn                ignored\n"
14080 msgstr ""
14081
14082 #: config/tc-ppc.c:1390
14083 #, c-format
14084 msgid ""
14085 "-nops=count             when aligning, more than COUNT nops uses a branch\n"
14086 "-ppc476-workaround      warn if emitting data to code sections\n"
14087 msgstr ""
14088
14089 #: config/tc-ppc.c:1417
14090 #, c-format
14091 msgid "unknown default cpu = %s, os = %s"
14092 msgstr ""
14093
14094 #: config/tc-ppc.c:1445
14095 msgid "neither Power nor PowerPC opcodes were selected."
14096 msgstr ""
14097
14098 #: config/tc-ppc.c:1505
14099 #, c-format
14100 msgid "mask trims opcode bits for %s"
14101 msgstr ""
14102
14103 #: config/tc-ppc.c:1514
14104 #, c-format
14105 msgid "operand index error for %s"
14106 msgstr ""
14107
14108 #: config/tc-ppc.c:1530
14109 #, c-format
14110 msgid "operand %d overlap in %s"
14111 msgstr ""
14112
14113 #: config/tc-ppc.c:1582
14114 #, c-format
14115 msgid "powerpc_operands[%d].bitm invalid"
14116 msgstr ""
14117
14118 #: config/tc-ppc.c:1589
14119 #, c-format
14120 msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]"
14121 msgstr ""
14122
14123 #: config/tc-ppc.c:1618 config/tc-ppc.c:1682 config/tc-ppc.c:1728
14124 #, c-format
14125 msgid "major opcode is not sorted for %s"
14126 msgstr ""
14127
14128 #: config/tc-ppc.c:1625
14129 #, c-format
14130 msgid "%s is enabled by vle flag"
14131 msgstr ""
14132
14133 #: config/tc-ppc.c:1632
14134 #, c-format
14135 msgid "%s not disabled by vle flag"
14136 msgstr ""
14137
14138 #: config/tc-ppc.c:1646 config/tc-ppc.c:1699 config/tc-ppc.c:1743
14139 #, c-format
14140 msgid "duplicate instruction %s"
14141 msgstr ""
14142
14143 #: config/tc-ppc.c:1767
14144 #, c-format
14145 msgid "duplicate macro %s"
14146 msgstr ""
14147
14148 #: config/tc-ppc.c:2149
14149 msgid "symbol+offset not supported for got tls"
14150 msgstr ""
14151
14152 #: config/tc-ppc.c:2226 config/tc-ppc.c:3746 config/tc-ppc.c:7192
14153 msgid "data in executable section"
14154 msgstr ""
14155
14156 #: config/tc-ppc.c:2267 config/tc-ppc.c:5386
14157 #, fuzzy
14158 #| msgid "expected comma after name `%s' in .size directive"
14159 msgid "expected comma after symbol-name: rest of line ignored."
14160 msgstr "ожидается запятая после имени %s в директиве .size"
14161
14162 #: config/tc-ppc.c:2300 config/tc-ppc.c:5422
14163 #, c-format
14164 msgid "ignoring attempt to re-define symbol `%s'."
14165 msgstr ""
14166
14167 #: config/tc-ppc.c:2308
14168 #, c-format
14169 msgid "length of .lcomm \"%s\" is already %ld. Not changed to %ld."
14170 msgstr ""
14171
14172 #: config/tc-ppc.c:2326
14173 msgid "common alignment not a power of 2"
14174 msgstr ""
14175
14176 #: config/tc-ppc.c:2368
14177 #, fuzzy, c-format
14178 #| msgid "expected comma after name `%s' in .size directive"
14179 msgid "expected comma after name `%s' in .localentry directive"
14180 msgstr "ожидается запятая после имени %s в директиве .size"
14181
14182 #: config/tc-ppc.c:2378
14183 #, fuzzy
14184 #| msgid "missing expression in .size directive"
14185 msgid "missing expression in .localentry directive"
14186 msgstr "пропущено выражение в директиве .size"
14187
14188 #: config/tc-ppc.c:2392
14189 #, c-format
14190 msgid ".localentry expression for `%s' is not a valid power of 2"
14191 msgstr ""
14192
14193 #: config/tc-ppc.c:2406
14194 #, c-format
14195 msgid ".localentry expression for `%s' does not evaluate to a constant"
14196 msgstr ""
14197
14198 #: config/tc-ppc.c:2421
14199 #, fuzzy
14200 #| msgid "missing expression in .size directive"
14201 msgid "missing expression in .abiversion directive"
14202 msgstr "пропущено выражение в директиве .size"
14203
14204 #: config/tc-ppc.c:2430
14205 msgid ".abiversion expression does not evaluate to a constant"
14206 msgstr ""
14207
14208 #: config/tc-ppc.c:2452
14209 #, fuzzy
14210 #| msgid "unknown section attribute '%c'"
14211 msgid "unknown .gnu_attribute value"
14212 msgstr "неизвестный атрибут раздела %c"
14213
14214 #: config/tc-ppc.c:2504
14215 msgid "relocation cannot be done when using -mrelocatable"
14216 msgstr ""
14217
14218 #: config/tc-ppc.c:2550
14219 msgid "TOC section size exceeds 64k"
14220 msgstr ""
14221
14222 #: config/tc-ppc.c:2645
14223 #, c-format
14224 msgid "syntax error: invalid toc specifier `%s'"
14225 msgstr ""
14226
14227 #: config/tc-ppc.c:2659
14228 #, c-format
14229 msgid "syntax error: expected `]', found  `%c'"
14230 msgstr ""
14231
14232 #: config/tc-ppc.c:2768
14233 #, fuzzy, c-format
14234 #| msgid "unrecognized option -%c%s"
14235 msgid "unrecognized opcode: `%s'"
14236 msgstr "нераспознанный параметр -%c%s"
14237
14238 #: config/tc-ppc.c:2959
14239 msgid "[tocv] symbol is not a toc symbol"
14240 msgstr ""
14241
14242 #: config/tc-ppc.c:2970
14243 msgid "unimplemented toc32 expression modifier"
14244 msgstr ""
14245
14246 #: config/tc-ppc.c:2975
14247 msgid "unimplemented toc64 expression modifier"
14248 msgstr ""
14249
14250 #: config/tc-ppc.c:2979
14251 #, c-format
14252 msgid "Unexpected return value [%d] from parse_toc_entry!\n"
14253 msgstr ""
14254
14255 #: config/tc-ppc.c:3194
14256 #, c-format
14257 msgid "@tls may not be used with \"%s\" operands"
14258 msgstr ""
14259
14260 #: config/tc-ppc.c:3197
14261 msgid "@tls may only be used in last operand"
14262 msgstr ""
14263
14264 #: config/tc-ppc.c:3327
14265 #, c-format
14266 msgid "assuming %s on symbol"
14267 msgstr ""
14268
14269 #: config/tc-ppc.c:3430
14270 msgid "unsupported relocation for DS offset field"
14271 msgstr ""
14272
14273 #: config/tc-ppc.c:3472
14274 #, c-format
14275 msgid "syntax error; end of line, expected `%c'"
14276 msgstr ""
14277
14278 #: config/tc-ppc.c:3474
14279 #, c-format
14280 msgid "syntax error; found `%c', expected `%c'"
14281 msgstr ""
14282
14283 #: config/tc-ppc.c:3544 config/tc-ppc.c:6505
14284 msgid "instruction address is not a multiple of 4"
14285 msgstr ""
14286
14287 #: config/tc-ppc.c:3703
14288 #, fuzzy
14289 #| msgid "unrecognized .section attribute: want a,w,x,M,S,G,T"
14290 msgid "bad .section directive: want a,e,v,w,x,M,S,G,T in string"
14291 msgstr "нераспознанный атрибут .section: должно быть a,w,x,M,S,G,T"
14292
14293 #: config/tc-ppc.c:3783
14294 msgid "missing size"
14295 msgstr ""
14296
14297 #: config/tc-ppc.c:3792
14298 msgid "negative size"
14299 msgstr ""
14300
14301 #: config/tc-ppc.c:3824
14302 msgid "missing real symbol name"
14303 msgstr ""
14304
14305 #: config/tc-ppc.c:3863
14306 msgid "attempt to redefine symbol"
14307 msgstr ""
14308
14309 #: config/tc-ppc.c:4126
14310 #, c-format
14311 msgid "no known dwarf XCOFF section for flag 0x%08x\n"
14312 msgstr ""
14313
14314 #: config/tc-ppc.c:4139
14315 #, c-format
14316 msgid "label %s was not defined in this dwarf section"
14317 msgstr ""
14318
14319 #: config/tc-ppc.c:4253
14320 msgid "the XCOFF file format does not support arbitrary sections"
14321 msgstr ""
14322
14323 #: config/tc-ppc.c:4324
14324 #, fuzzy
14325 #| msgid ".loc outside of .text"
14326 msgid ".ref outside .csect"
14327 msgstr ".loc вне .text"
14328
14329 #: config/tc-ppc.c:4345 config/tc-ppc.c:4545
14330 msgid "missing symbol name"
14331 msgstr ""
14332
14333 #: config/tc-ppc.c:4375
14334 msgid "missing rename string"
14335 msgstr ""
14336
14337 #: config/tc-ppc.c:4405 config/tc-ppc.c:4944 read.c:3536
14338 msgid "missing value"
14339 msgstr ""
14340
14341 #: config/tc-ppc.c:4423
14342 msgid "illegal .stabx expression; zero assumed"
14343 msgstr ""
14344
14345 #: config/tc-ppc.c:4455
14346 msgid "missing class"
14347 msgstr ""
14348
14349 #: config/tc-ppc.c:4464
14350 msgid "missing type"
14351 msgstr ""
14352
14353 #: config/tc-ppc.c:4491
14354 msgid ".stabx of storage class stsym must be within .bs/.es"
14355 msgstr ""
14356
14357 #: config/tc-ppc.c:4732
14358 msgid "nested .bs blocks"
14359 msgstr ""
14360
14361 #: config/tc-ppc.c:4763
14362 msgid ".es without preceding .bs"
14363 msgstr ""
14364
14365 #: config/tc-ppc.c:4936
14366 msgid "non-constant byte count"
14367 msgstr ""
14368
14369 #: config/tc-ppc.c:5010
14370 msgid ".tc not in .toc section"
14371 msgstr ""
14372
14373 #: config/tc-ppc.c:5028
14374 msgid ".tc with no label"
14375 msgstr ""
14376
14377 #: config/tc-ppc.c:5112 config/tc-s390.c:1953
14378 msgid ".machine stack overflow"
14379 msgstr ""
14380
14381 #: config/tc-ppc.c:5119 config/tc-s390.c:1964
14382 msgid ".machine stack underflow"
14383 msgstr ""
14384
14385 #: config/tc-ppc.c:5126 config/tc-s390.c:1976
14386 #, c-format
14387 msgid "invalid machine `%s'"
14388 msgstr ""
14389
14390 #: config/tc-ppc.c:5158
14391 msgid "no previous section to return to, ignored."
14392 msgstr ""
14393
14394 #: config/tc-ppc.c:5431
14395 #, c-format
14396 msgid "length of .comm \"%s\" is already %ld. Not changed to %ld."
14397 msgstr ""
14398
14399 #. Section Contents
14400 #. unknown
14401 #: config/tc-ppc.c:5559
14402 #, fuzzy
14403 #| msgid "unsupported section attribute '%c'"
14404 msgid "unsupported section attribute -- 'a'"
14405 msgstr "неподдерживаемый атрибут раздела %c"
14406
14407 #: config/tc-ppc.c:5742
14408 msgid "bad symbol suffix"
14409 msgstr ""
14410
14411 #: config/tc-ppc.c:5835
14412 #, fuzzy
14413 #| msgid "unrecognized symbol type \"%s\""
14414 msgid "unrecognized symbol suffix"
14415 msgstr "нераспознанный тип символа %s"
14416
14417 #: config/tc-ppc.c:5922
14418 msgid "two .function pseudo-ops with no intervening .ef"
14419 msgstr ""
14420
14421 #: config/tc-ppc.c:5935
14422 msgid ".ef with no preceding .function"
14423 msgstr ""
14424
14425 #: config/tc-ppc.c:6064
14426 #, c-format
14427 msgid "warning: symbol %s has no csect"
14428 msgstr ""
14429
14430 #: config/tc-ppc.c:6326
14431 msgid "symbol in .toc does not match any .tc"
14432 msgstr ""
14433
14434 #: config/tc-ppc.c:6956
14435 #, fuzzy, c-format
14436 #| msgid "unsupported section attribute '%c'"
14437 msgid "%s unsupported as instruction fixup"
14438 msgstr "неподдерживаемый атрибут раздела %c"
14439
14440 #: config/tc-ppc.c:7030
14441 #, c-format
14442 msgid "unsupported relocation against %s"
14443 msgstr ""
14444
14445 #: config/tc-ppc.c:7175
14446 #, c-format
14447 msgid "Gas failure, reloc value %d\n"
14448 msgstr ""
14449
14450 #: config/tc-pru.c:603
14451 #, c-format
14452 msgid "quick branch offset %d out of range %d to %d"
14453 msgstr ""
14454
14455 #: config/tc-pru.c:618
14456 #, c-format
14457 msgid "immediate value %llu out of range %u to %lu"
14458 msgstr ""
14459
14460 #: config/tc-pru.c:698
14461 msgid "unexpected PC relative expression"
14462 msgstr ""
14463
14464 #: config/tc-pru.c:735 config/tc-pru.c:742
14465 msgid "residual low bits in pmem diff relocation"
14466 msgstr ""
14467
14468 #: config/tc-pru.c:935 config/tc-pru.c:968
14469 #, c-format
14470 msgid "trailing garbage after expression: %s"
14471 msgstr ""
14472
14473 #: config/tc-pru.c:940
14474 #, c-format
14475 msgid "expected expression, got %s"
14476 msgstr ""
14477
14478 #: config/tc-pru.c:973
14479 #, c-format
14480 msgid "expected constant expression, got %s"
14481 msgstr ""
14482
14483 #: config/tc-pru.c:1026
14484 msgid "data transfer register cannot be halfword"
14485 msgstr ""
14486
14487 #: config/tc-pru.c:1045
14488 msgid "destination register must be full-word"
14489 msgstr ""
14490
14491 #: config/tc-pru.c:1077
14492 #, c-format
14493 msgid "cannot use partial register %s for addressing"
14494 msgstr ""
14495
14496 #: config/tc-pru.c:1110
14497 #, c-format
14498 msgid "loop count constant %ld is out of range [1..%d]"
14499 msgstr ""
14500
14501 #: config/tc-pru.c:1209 config/tc-pru.c:1235
14502 #, c-format
14503 msgid "byte count constant %ld is out of range [1..%d]"
14504 msgstr ""
14505
14506 #: config/tc-pru.c:1216 config/tc-pru.c:1242
14507 msgid "only r0 can be used as byte count register"
14508 msgstr ""
14509
14510 #: config/tc-pru.c:1218 config/tc-pru.c:1244
14511 msgid "only r0.bX byte fields of r0 can be used as byte count"
14512 msgstr ""
14513
14514 #: config/tc-pru.c:1257
14515 #, c-format
14516 msgid "invalid constant table offset %ld"
14517 msgstr ""
14518
14519 #: config/tc-pru.c:1268
14520 #, c-format
14521 msgid "invalid WakeOnStatus %ld"
14522 msgstr ""
14523
14524 #: config/tc-pru.c:1279
14525 #, c-format
14526 msgid "invalid XFR WideBus Address %ld"
14527 msgstr ""
14528
14529 #: config/tc-pru.c:1537
14530 #, c-format
14531 msgid ""
14532 "PRU options:\n"
14533 "  -mlink-relax     generate relocations for linker relaxation (default).\n"
14534 "  -mno-link-relax  don't generate relocations for linker relaxation.\n"
14535 msgstr ""
14536
14537 #: config/tc-pru.c:1831
14538 #, c-format
14539 msgid "Label \"%s\" matches a CPU register name"
14540 msgstr ""
14541
14542 #: config/tc-riscv.c:422
14543 #, c-format
14544 msgid "internal error: can't hash `%s': %s"
14545 msgstr ""
14546
14547 #: config/tc-riscv.c:503
14548 #, c-format
14549 msgid "internal: bad RISC-V opcode (mask error): %s %s"
14550 msgstr ""
14551
14552 #: config/tc-riscv.c:542
14553 #, c-format
14554 msgid "internal: bad RISC-V opcode (unknown operand type `C%c'): %s %s"
14555 msgstr ""
14556
14557 #: config/tc-riscv.c:577
14558 #, c-format
14559 msgid "internal: bad RISC-V opcode (unknown operand type `%c'): %s %s"
14560 msgstr ""
14561
14562 #: config/tc-riscv.c:585
14563 #, c-format
14564 msgid "internal: bad RISC-V opcode (bits 0x%lx undefined): %s %s"
14565 msgstr ""
14566
14567 #: config/tc-riscv.c:707
14568 #, fuzzy, c-format
14569 #| msgid "unsupported section attribute '%c'"
14570 msgid "Unsupported RISC-V relocation number %d"
14571 msgstr "неподдерживаемый атрибут раздела %c"
14572
14573 #: config/tc-riscv.c:794
14574 msgid "internal error: invalid macro"
14575 msgstr ""
14576
14577 #: config/tc-riscv.c:823 config/tc-riscv.c:890
14578 msgid "unsupported large constant"
14579 msgstr ""
14580
14581 #: config/tc-riscv.c:825
14582 #, c-format
14583 msgid "Instruction %s requires absolute expression"
14584 msgstr ""
14585
14586 #: config/tc-riscv.c:1046
14587 #, c-format
14588 msgid "Macro %s not implemented"
14589 msgstr ""
14590
14591 #: config/tc-riscv.c:1471
14592 #, c-format
14593 msgid "bad RVC field specifier 'C%c'\n"
14594 msgstr ""
14595
14596 #: config/tc-riscv.c:1494 config/tc-riscv.c:1505
14597 #, c-format
14598 msgid "Improper shift amount (%lu)"
14599 msgstr ""
14600
14601 #: config/tc-riscv.c:1516
14602 #, c-format
14603 msgid "Improper CSRxI immediate (%lu)"
14604 msgstr ""
14605
14606 #: config/tc-riscv.c:1531
14607 #, c-format
14608 msgid "Improper CSR address (%lu)"
14609 msgstr ""
14610
14611 #: config/tc-riscv.c:1688
14612 msgid "lui expression not in range 0..1048575"
14613 msgstr ""
14614
14615 #: config/tc-riscv.c:1716
14616 #, c-format
14617 msgid "internal error: bad argument type %c"
14618 msgstr ""
14619
14620 #: config/tc-riscv.c:1721
14621 msgid "illegal operands"
14622 msgstr ""
14623
14624 #: config/tc-riscv.c:2056
14625 #, c-format
14626 msgid "internal error: bad CFA value #%d"
14627 msgstr ""
14628
14629 #: config/tc-riscv.c:2137
14630 #, c-format
14631 msgid "internal error: bad relocation #%d"
14632 msgstr ""
14633
14634 #: config/tc-riscv.c:2142
14635 msgid "unsupported symbol subtraction"
14636 msgstr ""
14637
14638 #: config/tc-riscv.c:2238
14639 msgid ".option pop with no .option push"
14640 msgstr ""
14641
14642 #: config/tc-riscv.c:2248
14643 #, fuzzy, c-format
14644 #| msgid "unrecognized option -%c%s"
14645 msgid "Unrecognized .option directive: %s\n"
14646 msgstr "нераспознанный параметр -%c%s"
14647
14648 #: config/tc-riscv.c:2268
14649 #, c-format
14650 msgid "Unsupported use of %s"
14651 msgstr ""
14652
14653 #: config/tc-riscv.c:2411
14654 #, c-format
14655 msgid "cannot represent %s relocation in object file"
14656 msgstr ""
14657
14658 #: config/tc-riscv.c:2552
14659 #, c-format
14660 msgid ""
14661 "RISC-V options:\n"
14662 "  -fpic          generate position-independent code\n"
14663 "  -fno-pic       don't generate position-independent code (default)\n"
14664 "  -march=ISA     set the RISC-V architecture\n"
14665 "  -mabi=ABI      set the RISC-V ABI\n"
14666 msgstr ""
14667
14668 #: config/tc-riscv.c:2579
14669 #, c-format
14670 msgid "unknown register `%s'"
14671 msgstr ""
14672
14673 #: config/tc-riscv.c:2600
14674 #, fuzzy, c-format
14675 #| msgid "relocation is not supported"
14676 msgid "non-constant .%cleb128 is not supported"
14677 msgstr "перемещение не поддерживается"
14678
14679 #: config/tc-rl78.c:214
14680 msgid "16-bit relocation used in 8-bit operand"
14681 msgstr ""
14682
14683 #: config/tc-rl78.c:218
14684 msgid "8-bit relocation used in 16-bit operand"
14685 msgstr ""
14686
14687 #: config/tc-rl78.c:244 config/tc-rx.c:882
14688 #, c-format
14689 msgid "Value %d doesn't fit in unsigned %d-bit field"
14690 msgstr ""
14691
14692 #: config/tc-rl78.c:250 config/tc-rx.c:888
14693 #, c-format
14694 msgid "Value %d doesn't fit in signed %d-bit field"
14695 msgstr ""
14696
14697 #: config/tc-rl78.c:368
14698 #, c-format
14699 msgid " RL78 specific command line options:\n"
14700 msgstr ""
14701
14702 #: config/tc-rl78.c:369
14703 #, c-format
14704 msgid "  --mrelax          Enable link time relaxation\n"
14705 msgstr ""
14706
14707 #: config/tc-rl78.c:370
14708 #, c-format
14709 msgid "  --mg10            Enable support for G10 variant\n"
14710 msgstr ""
14711
14712 #: config/tc-rl78.c:371
14713 #, c-format
14714 msgid "  --mg13            Selects the G13 core.\n"
14715 msgstr ""
14716
14717 #: config/tc-rl78.c:372
14718 #, c-format
14719 msgid "  --mg14            Selects the G14 core [default]\n"
14720 msgstr ""
14721
14722 #: config/tc-rl78.c:373
14723 #, c-format
14724 msgid "  --mrl78           Alias for --mg14\n"
14725 msgstr ""
14726
14727 #: config/tc-rl78.c:374
14728 #, c-format
14729 msgid "  --m32bit-doubles  [default]\n"
14730 msgstr ""
14731
14732 #: config/tc-rl78.c:375
14733 #, c-format
14734 msgid "  --m64bit-doubles  Source code uses 64-bit doubles\n"
14735 msgstr ""
14736
14737 #: config/tc-rl78.c:451
14738 #, c-format
14739 msgid "%%%s() must be outermost term in expression"
14740 msgstr ""
14741
14742 #: config/tc-rl78.c:679 config/tc-rx.c:2220
14743 #, fuzzy, c-format
14744 #| msgid "unsupported section attribute '%c'"
14745 msgid "unsupported constant size %d\n"
14746 msgstr "неподдерживаемый атрибут раздела %c"
14747
14748 #: config/tc-rl78.c:695
14749 #, c-format
14750 msgid "%%hi16/%%lo16 only applies to .short or .hword"
14751 msgstr ""
14752
14753 #: config/tc-rl78.c:705
14754 #, c-format
14755 msgid "%%hi8 only applies to .byte"
14756 msgstr ""
14757
14758 #: config/tc-rl78.c:717 config/tc-rx.c:2227
14759 msgid "difference of two symbols only supported with .long, .short, or .byte"
14760 msgstr ""
14761
14762 #: config/tc-rl78.c:1239 config/tc-rx.c:2154
14763 #, c-format
14764 msgid "bad frag at %p : fix %ld addr %ld %ld \n"
14765 msgstr ""
14766
14767 #: config/tc-rl78.c:1455
14768 #, c-format
14769 msgid "value of %ld too large for 8-bit branch"
14770 msgstr ""
14771
14772 #: config/tc-rl78.c:1466
14773 #, c-format
14774 msgid "value of %ld too large for 16-bit branch"
14775 msgstr ""
14776
14777 #: config/tc-rl78.c:1515 config/tc-rx.c:2419
14778 #, c-format
14779 msgid "Unknown reloc in md_apply_fix: %s"
14780 msgstr ""
14781
14782 #: config/tc-rx.c:190
14783 #, fuzzy, c-format
14784 #| msgid "unrecognized symbol type \"%s\""
14785 msgid "unrecognised RX CPU type %s"
14786 msgstr "нераспознанный тип символа %s"
14787
14788 #: config/tc-rx.c:205
14789 #, c-format
14790 msgid " RX specific command line options:\n"
14791 msgstr ""
14792
14793 #: config/tc-rx.c:206
14794 #, c-format
14795 msgid "  --mbig-endian-data\n"
14796 msgstr ""
14797
14798 #: config/tc-rx.c:207
14799 #, c-format
14800 msgid "  --mlittle-endian-data [default]\n"
14801 msgstr ""
14802
14803 #: config/tc-rx.c:208
14804 #, c-format
14805 msgid "  --m32bit-doubles [default]\n"
14806 msgstr ""
14807
14808 #: config/tc-rx.c:209
14809 #, c-format
14810 msgid "  --m64bit-doubles\n"
14811 msgstr ""
14812
14813 #: config/tc-rx.c:210
14814 #, c-format
14815 msgid "  --muse-conventional-section-names\n"
14816 msgstr ""
14817
14818 #: config/tc-rx.c:211
14819 #, c-format
14820 msgid "  --muse-renesas-section-names [default]\n"
14821 msgstr ""
14822
14823 #: config/tc-rx.c:212
14824 #, c-format
14825 msgid "  --msmall-data-limit\n"
14826 msgstr ""
14827
14828 #: config/tc-rx.c:213
14829 #, c-format
14830 msgid "  --mrelax\n"
14831 msgstr ""
14832
14833 #: config/tc-rx.c:214
14834 #, c-format
14835 msgid "  --mpid\n"
14836 msgstr ""
14837
14838 #: config/tc-rx.c:215
14839 #, c-format
14840 msgid "  --mint-register=<value>\n"
14841 msgstr ""
14842
14843 #: config/tc-rx.c:216
14844 #, c-format
14845 msgid "  --mcpu=<rx100|rx200|rx600|rx610|rxv2>\n"
14846 msgstr ""
14847
14848 #: config/tc-rx.c:217
14849 #, c-format
14850 msgid "  --mno-allow-string-insns"
14851 msgstr ""
14852
14853 #: config/tc-rx.c:297
14854 #, fuzzy
14855 #| msgid "no file name following -t option"
14856 msgid "no filename following .INCLUDE pseudo-op"
14857 msgstr "для параметра -t не указано имя файла"
14858
14859 #: config/tc-rx.c:400
14860 #, c-format
14861 msgid "unable to locate include file: %s"
14862 msgstr ""
14863
14864 #: config/tc-rx.c:451
14865 #, c-format
14866 msgid "unrecognised alignment value in .SECTION directive: %s"
14867 msgstr ""
14868
14869 #: config/tc-rx.c:468
14870 #, c-format
14871 msgid "unknown parameter following .SECTION directive: %s"
14872 msgstr ""
14873
14874 #: config/tc-rx.c:554
14875 msgid "expecting either ON or OFF after .list"
14876 msgstr ""
14877
14878 #: config/tc-rx.c:590
14879 #, c-format
14880 msgid "The \".%s\" pseudo-op is not implemented\n"
14881 msgstr ""
14882
14883 #: config/tc-rx.c:1095
14884 msgid "The .DEFINE pseudo-op is not implemented"
14885 msgstr ""
14886
14887 #: config/tc-rx.c:1097
14888 msgid "The .MACRO pseudo-op is not implemented"
14889 msgstr ""
14890
14891 #: config/tc-rx.c:1099
14892 msgid "The .BTEQU pseudo-op is not implemented."
14893 msgstr ""
14894
14895 #: config/tc-rx.c:2084
14896 msgid "invalid immediate size"
14897 msgstr ""
14898
14899 #: config/tc-rx.c:2103
14900 msgid "invalid immediate field position"
14901 msgstr ""
14902
14903 #: config/tc-rx.c:2271
14904 #, c-format
14905 msgid "jump not 3..10 bytes away (is %d)"
14906 msgstr ""
14907
14908 #: config/tc-rx.c:2662
14909 msgid "Use of an RX string instruction detected in a file being assembled without string instruction support"
14910 msgstr ""
14911
14912 #: config/tc-s390.c:238 config/tc-sparc.c:318
14913 msgid "Invalid default architecture, broken assembler."
14914 msgstr ""
14915
14916 #: config/tc-s390.c:373
14917 #, c-format
14918 msgid "no such machine extension `%s'"
14919 msgstr ""
14920
14921 #: config/tc-s390.c:384
14922 #, c-format
14923 msgid "junk at end of machine string, first unrecognized character is `%c'"
14924 msgstr ""
14925
14926 #: config/tc-s390.c:451 config/tc-sparc.c:531
14927 #, c-format
14928 msgid "invalid architecture -A%s"
14929 msgstr ""
14930
14931 #: config/tc-s390.c:474
14932 #, c-format
14933 msgid ""
14934 "        S390 options:\n"
14935 "        -mregnames        Allow symbolic names for registers\n"
14936 "        -mwarn-areg-zero  Warn about zero base/index registers\n"
14937 "        -mno-regnames     Do not allow symbolic names for registers\n"
14938 "        -m31              Set file format to 31 bit format\n"
14939 "        -m64              Set file format to 64 bit format\n"
14940 msgstr ""
14941
14942 #: config/tc-s390.c:481
14943 #, c-format
14944 msgid ""
14945 "        -V                print assembler version number\n"
14946 "        -Qy, -Qn          ignored\n"
14947 msgstr ""
14948
14949 #: config/tc-s390.c:565
14950 msgid "The 64 bit file format is used without esame instructions."
14951 msgstr ""
14952
14953 #: config/tc-s390.c:581
14954 #, c-format
14955 msgid "Internal assembler error for instruction format %s"
14956 msgstr ""
14957
14958 #: config/tc-s390.c:627
14959 #, c-format
14960 msgid "operand out of range (%s not between %ld and %ld)"
14961 msgstr ""
14962
14963 #: config/tc-s390.c:852
14964 #, c-format
14965 msgid "identifier+constant@%s means identifier@%s+constant"
14966 msgstr ""
14967
14968 #: config/tc-s390.c:933
14969 msgid "Can't handle O_big in s390_exp_compare"
14970 msgstr ""
14971
14972 #: config/tc-s390.c:1015
14973 msgid "Invalid suffix for literal pool entry"
14974 msgstr ""
14975
14976 #: config/tc-s390.c:1072
14977 msgid "Big number is too big"
14978 msgstr ""
14979
14980 #: config/tc-s390.c:1221
14981 msgid "relocation not applicable"
14982 msgstr ""
14983
14984 #: config/tc-s390.c:1333
14985 msgid "invalid length field specified"
14986 msgstr ""
14987
14988 #: config/tc-s390.c:1337
14989 msgid "index register specified but zero"
14990 msgstr ""
14991
14992 #: config/tc-s390.c:1341
14993 msgid "base register specified but zero"
14994 msgstr ""
14995
14996 #: config/tc-s390.c:1345
14997 msgid "odd numbered general purpose register specified as register pair"
14998 msgstr ""
14999
15000 #: config/tc-s390.c:1353
15001 msgid "invalid floating point register pair.  Valid fp register pair operands are 0, 1, 4, 5, 8, 9, 12 or 13."
15002 msgstr ""
15003
15004 #: config/tc-s390.c:1442
15005 msgid "invalid operand suffix"
15006 msgstr ""
15007
15008 #: config/tc-s390.c:1465
15009 msgid "syntax error; missing '(' after displacement"
15010 msgstr ""
15011
15012 #: config/tc-s390.c:1479 config/tc-s390.c:1521 config/tc-s390.c:1564
15013 msgid "syntax error; expected ','"
15014 msgstr ""
15015
15016 #: config/tc-s390.c:1511
15017 msgid "syntax error; missing ')' after base register"
15018 msgstr ""
15019
15020 #: config/tc-s390.c:1538
15021 msgid "syntax error; ')' not allowed here"
15022 msgstr ""
15023
15024 #: config/tc-s390.c:1689
15025 #, c-format
15026 msgid "Opcode %s not available in this mode"
15027 msgstr ""
15028
15029 #: config/tc-s390.c:1744 config/tc-s390.c:1767 config/tc-s390.c:1780
15030 msgid "Invalid .insn format\n"
15031 msgstr ""
15032
15033 #: config/tc-s390.c:1752
15034 #, c-format
15035 msgid "Unrecognized opcode format: `%s'"
15036 msgstr ""
15037
15038 #: config/tc-s390.c:1783
15039 msgid "second operand of .insn not a constant\n"
15040 msgstr ""
15041
15042 #: config/tc-s390.c:1786
15043 msgid "missing comma after insn constant\n"
15044 msgstr ""
15045
15046 #: config/tc-s390.c:2025
15047 #, fuzzy
15048 #| msgid "operand mask overflow"
15049 msgid ".machinemode stack overflow"
15050 msgstr "переполнение маски операнда"
15051
15052 #: config/tc-s390.c:2032
15053 msgid ".machinemode stack underflow"
15054 msgstr ""
15055
15056 #: config/tc-s390.c:2049
15057 #, fuzzy, c-format
15058 #| msgid "invalid listing option `%c'"
15059 msgid "invalid machine mode `%s'"
15060 msgstr "неверный параметр %c для листинга"
15061
15062 #: config/tc-s390.c:2251
15063 #, c-format
15064 msgid "cannot emit relocation %s against subsy symbol %s"
15065 msgstr ""
15066
15067 #: config/tc-s390.c:2368
15068 msgid "unsupported relocation type"
15069 msgstr ""
15070
15071 #: config/tc-s390.c:2423
15072 #, c-format
15073 msgid "cannot emit PC relative %s relocation%s%s"
15074 msgstr ""
15075
15076 #: config/tc-s390.c:2562
15077 #, c-format
15078 msgid "Gas failure, reloc type %s\n"
15079 msgstr ""
15080
15081 #: config/tc-s390.c:2564
15082 #, c-format
15083 msgid "Gas failure, reloc type #%i\n"
15084 msgstr ""
15085
15086 #: config/tc-score.c:260
15087 msgid "div / mul are reserved instructions"
15088 msgstr ""
15089
15090 #: config/tc-score.c:261
15091 msgid "This architecture doesn't support mmu"
15092 msgstr ""
15093
15094 #: config/tc-score.c:262
15095 msgid "This architecture doesn't support atomic instruction"
15096 msgstr ""
15097
15098 #: config/tc-score.c:469
15099 msgid "S+core register expected"
15100 msgstr ""
15101
15102 #: config/tc-score.c:470
15103 msgid "S+core special-register expected"
15104 msgstr ""
15105
15106 #: config/tc-score.c:471
15107 msgid "S+core co-processor register expected"
15108 msgstr ""
15109
15110 #: config/tc-score.c:1074
15111 msgid "Using temp register (r1)"
15112 msgstr ""
15113
15114 #: config/tc-score.c:1093
15115 #, c-format
15116 msgid "register expected, not '%.100s'"
15117 msgstr ""
15118
15119 #: config/tc-score.c:1149 config/tc-score.c:5485
15120 msgid "rd must be even number."
15121 msgstr ""
15122
15123 #: config/tc-score.c:1513 config/tc-score.c:1520
15124 #, c-format
15125 msgid "invalid constant: %d bit expression not in range %u..%u"
15126 msgstr ""
15127
15128 #: config/tc-score.c:1526 config/tc-score.c:1533 config/tc-score.c:2895
15129 #: config/tc-score.c:2900 config/tc-score.c:3165 config/tc-score.c:3170
15130 #: config/tc-score.c:3462
15131 #, c-format
15132 msgid "invalid constant: %d bit expression not in range %d..%d"
15133 msgstr ""
15134
15135 #: config/tc-score.c:1558
15136 msgid "invalid constant: bit expression not defined"
15137 msgstr ""
15138
15139 #: config/tc-score.c:2068
15140 msgid "Using temp register(r1)"
15141 msgstr ""
15142
15143 #: config/tc-score.c:2082
15144 #, c-format
15145 msgid "low register (r0-r15) expected, not '%.100s'"
15146 msgstr ""
15147
15148 #: config/tc-score.c:2144 config/tc-score.c:3482 config/tc-score.c:3650
15149 #: config/tc-score.c:3695
15150 #, c-format
15151 msgid "missing ["
15152 msgstr ""
15153
15154 #: config/tc-score.c:2158 config/tc-score.c:3103 config/tc-score.c:3305
15155 #: config/tc-score.c:3321 config/tc-score.c:3392 config/tc-score.c:3447
15156 #: config/tc-score.c:3671 config/tc-score.c:3716 config/tc-score.c:3865
15157 #: config/tc-score.c:3919 config/tc-score.c:3965
15158 #, c-format
15159 msgid "missing ]"
15160 msgstr ""
15161
15162 #: config/tc-score.c:2347
15163 #, c-format
15164 msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)"
15165 msgstr ""
15166
15167 #: config/tc-score.c:2366
15168 #, c-format
15169 msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)"
15170 msgstr ""
15171
15172 #: config/tc-score.c:2382 config/tc-score.c:2389
15173 #, c-format
15174 msgid "data dependency: %s %s -- %s %s (%d/%d bubble)"
15175 msgstr ""
15176
15177 #: config/tc-score.c:2838
15178 msgid "address offset must be half word alignment"
15179 msgstr ""
15180
15181 #: config/tc-score.c:2846
15182 msgid "address offset must be word alignment"
15183 msgstr ""
15184
15185 #: config/tc-score.c:2986 config/tc-score.c:3123
15186 msgid "register same as write-back base"
15187 msgstr ""
15188
15189 #: config/tc-score.c:3093
15190 msgid "pre-indexed expression expected"
15191 msgstr ""
15192
15193 #: config/tc-score.c:3422
15194 #, c-format
15195 msgid "invalid register number: %d is not in [r0--r7]"
15196 msgstr ""
15197
15198 #: config/tc-score.c:3439
15199 msgid "comma is  expected"
15200 msgstr ""
15201
15202 #: config/tc-score.c:3470
15203 #, c-format
15204 msgid "invalid constant: %d is not word align integer"
15205 msgstr ""
15206
15207 #: config/tc-score.c:3509 config/tc-score.c:3552
15208 msgid "invalid constant: 32 bit expression not word align"
15209 msgstr ""
15210
15211 #: config/tc-score.c:3518 config/tc-score.c:3561
15212 msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]"
15213 msgstr ""
15214
15215 #: config/tc-score.c:3594
15216 msgid "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]"
15217 msgstr ""
15218
15219 #: config/tc-score.c:3783 config/tc-score.c:3811
15220 msgid "imm5 should >= 2"
15221 msgstr ""
15222
15223 #: config/tc-score.c:3788 config/tc-score.c:3817
15224 msgid "reg should <= 31"
15225 msgstr ""
15226
15227 #: config/tc-score.c:3859 config/tc-score.c:3910
15228 msgid "missing +"
15229 msgstr ""
15230
15231 #: config/tc-score.c:3903
15232 #, c-format
15233 msgid "%s register same as write-back base"
15234 msgstr ""
15235
15236 #: config/tc-score.c:3905
15237 msgid "destination"
15238 msgstr ""
15239
15240 #: config/tc-score.c:3905
15241 msgid "source"
15242 msgstr ""
15243
15244 #: config/tc-score.c:4235 config/tc-score.c:4311 config/tc-score.c:4946
15245 msgid "expression error"
15246 msgstr ""
15247
15248 #: config/tc-score.c:4241
15249 msgid "value not in range [0, 0xffffffff]"
15250 msgstr ""
15251
15252 #: config/tc-score.c:4317
15253 msgid "value not in range [-0xffffffff, 0xffffffff]"
15254 msgstr ""
15255
15256 #: config/tc-score.c:4345
15257 msgid "li rd label isn't correct instruction form"
15258 msgstr ""
15259
15260 #: config/tc-score.c:4515 config/tc-score.c:4670 config/tc-score.c:5197
15261 #: config/tc-score.c:5225
15262 msgid "lacking label  "
15263 msgstr ""
15264
15265 #: config/tc-score.c:4896
15266 msgid "s3_PIC code offset overflow (max 16 signed bits)"
15267 msgstr ""
15268
15269 #: config/tc-score.c:4952
15270 msgid "value not in range [0, 0x7fffffff]"
15271 msgstr ""
15272
15273 #: config/tc-score.c:4957
15274 msgid "end on line error"
15275 msgstr ""
15276
15277 #: config/tc-score.c:5204
15278 msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]"
15279 msgstr ""
15280
15281 #: config/tc-score.c:5231
15282 msgid "invalid constant: 20 bit expression not in range -2^19..2^19-1"
15283 msgstr ""
15284
15285 #: config/tc-score.c:5264
15286 msgid "lacking label"
15287 msgstr ""
15288
15289 #: config/tc-score.c:5269
15290 msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]"
15291 msgstr ""
15292
15293 #: config/tc-score.c:5365
15294 msgid "pce instruction error (16 bit || 16 bit)."
15295 msgstr ""
15296
15297 #: config/tc-score.c:5383 config/tc-score.c:5407 config/tc-score.c:5434
15298 #: config/tc-score.c:5463 config/tc-score.c:5512
15299 msgid "score3d instruction."
15300 msgstr ""
15301
15302 #: config/tc-score.c:6030
15303 msgid "Unsupported use of .gpword"
15304 msgstr ""
15305
15306 #: config/tc-score.c:6126
15307 #, c-format
15308 msgid "BSS length (%d) < 0 ignored"
15309 msgstr ""
15310
15311 #: config/tc-score.c:6141 read.c:2467
15312 #, c-format
15313 msgid "error setting flags for \".sbss\": %s"
15314 msgstr ""
15315
15316 #: config/tc-score.c:6155 config/tc-sparc.c:4311
15317 msgid "missing alignment"
15318 msgstr ""
15319
15320 #: config/tc-score.c:6192
15321 #, c-format
15322 msgid "alignment too large; %d assumed"
15323 msgstr ""
15324
15325 #: config/tc-score.c:6197 read.c:2528
15326 msgid "alignment negative; 0 assumed"
15327 msgstr ""
15328
15329 #. Error routine.
15330 #: config/tc-score.c:6607 config/tc-score.c:6631
15331 msgid "size is not 4 or 6"
15332 msgstr ""
15333
15334 #: config/tc-score.c:6690
15335 msgid "bad call to MD_ATOF()"
15336 msgstr ""
15337
15338 #: config/tc-score.c:7197 config/tc-score.c:7263
15339 #, c-format
15340 msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9-1]"
15341 msgstr ""
15342
15343 #: config/tc-score.c:7212 config/tc-score.c:7241 config/tc-score.c:7293
15344 #, c-format
15345 msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19-1]"
15346 msgstr ""
15347
15348 #: config/tc-score.c:7318
15349 #, c-format
15350 msgid " branch relocation truncate (0x%x)  [-2^9 ~ 2^9-1]"
15351 msgstr ""
15352
15353 #: config/tc-score.c:7488
15354 #, c-format
15355 msgid "cannot represent %s relocation in this object file format1"
15356 msgstr ""
15357
15358 #: config/tc-score.c:7779
15359 #, c-format
15360 msgid "Sunplus-v2-0-0-20060510\n"
15361 msgstr ""
15362
15363 #: config/tc-score.c:7799
15364 #, c-format
15365 msgid " Score-specific assembler options:\n"
15366 msgstr ""
15367
15368 #: config/tc-score.c:7801
15369 #, c-format
15370 msgid "        -EB\t\tassemble code for a big-endian cpu\n"
15371 msgstr ""
15372
15373 #: config/tc-score.c:7806
15374 #, c-format
15375 msgid "        -EL\t\tassemble code for a little-endian cpu\n"
15376 msgstr ""
15377
15378 #: config/tc-score.c:7810
15379 #, c-format
15380 msgid "        -FIXDD\t\tfix data dependencies\n"
15381 msgstr ""
15382
15383 #: config/tc-score.c:7812
15384 #, c-format
15385 msgid "        -NWARN\t\tdo not print warning message when fixing data dependencies\n"
15386 msgstr ""
15387
15388 #: config/tc-score.c:7814
15389 #, c-format
15390 msgid "        -SCORE5\t\tassemble code for target SCORE5\n"
15391 msgstr ""
15392
15393 #: config/tc-score.c:7816
15394 #, c-format
15395 msgid "        -SCORE5U\tassemble code for target SCORE5U\n"
15396 msgstr ""
15397
15398 #: config/tc-score.c:7818
15399 #, c-format
15400 msgid "        -SCORE7\t\tassemble code for target SCORE7 [default]\n"
15401 msgstr ""
15402
15403 #: config/tc-score.c:7820
15404 #, c-format
15405 msgid "        -SCORE3\t\tassemble code for target SCORE3\n"
15406 msgstr ""
15407
15408 #: config/tc-score.c:7822
15409 #, c-format
15410 msgid "        -march=score7\tassemble code for target SCORE7 [default]\n"
15411 msgstr ""
15412
15413 #: config/tc-score.c:7824
15414 #, c-format
15415 msgid "        -march=score3\tassemble code for target SCORE3\n"
15416 msgstr ""
15417
15418 #: config/tc-score.c:7826
15419 #, c-format
15420 msgid "        -USE_R1\t\tassemble code for no warning message when using temp register r1\n"
15421 msgstr ""
15422
15423 #: config/tc-score.c:7828
15424 #, c-format
15425 msgid "        -KPIC\t\tgenerate PIC\n"
15426 msgstr ""
15427
15428 #: config/tc-score.c:7830
15429 #, c-format
15430 msgid "        -O0\t\tdo not perform any optimizations\n"
15431 msgstr ""
15432
15433 #: config/tc-score.c:7832
15434 #, c-format
15435 msgid "        -G gpnum\tassemble code for setting gpsize, default is 8 bytes\n"
15436 msgstr ""
15437
15438 #: config/tc-score.c:7834
15439 #, c-format
15440 msgid "        -V \t\tSunplus release version\n"
15441 msgstr ""
15442
15443 #: config/tc-sh.c:62
15444 msgid "directive .big encountered when option -big required"
15445 msgstr ""
15446
15447 #: config/tc-sh.c:72
15448 msgid "directive .little encountered when option -little required"
15449 msgstr ""
15450
15451 #: config/tc-sh.c:1422
15452 msgid "illegal double indirection"
15453 msgstr ""
15454
15455 #: config/tc-sh.c:1431
15456 msgid "illegal register after @-"
15457 msgstr ""
15458
15459 #: config/tc-sh.c:1447
15460 msgid "must be @(r0,...)"
15461 msgstr ""
15462
15463 #: config/tc-sh.c:1471
15464 msgid "syntax error in @(r0,...)"
15465 msgstr ""
15466
15467 #: config/tc-sh.c:1476
15468 msgid "syntax error in @(r0...)"
15469 msgstr ""
15470
15471 #: config/tc-sh.c:1521
15472 msgid "Deprecated syntax."
15473 msgstr ""
15474
15475 #: config/tc-sh.c:1533 config/tc-sh.c:1538
15476 msgid "syntax error in @(disp,[Rn, gbr, pc])"
15477 msgstr ""
15478
15479 #: config/tc-sh.c:1543
15480 msgid "expecting )"
15481 msgstr ""
15482
15483 #: config/tc-sh.c:1551
15484 msgid "illegal register after @"
15485 msgstr ""
15486
15487 #: config/tc-sh.c:2192
15488 #, c-format
15489 msgid "unhandled %d\n"
15490 msgstr ""
15491
15492 #: config/tc-sh.c:2403
15493 #, c-format
15494 msgid "Invalid register: 'r%d'"
15495 msgstr ""
15496
15497 #: config/tc-sh.c:2515
15498 #, c-format
15499 msgid "failed for %d\n"
15500 msgstr ""
15501
15502 #: config/tc-sh.c:2521
15503 msgid "misplaced PIC operand"
15504 msgstr ""
15505
15506 #: config/tc-sh.c:2632 config/tc-sh.c:3031
15507 msgid "invalid operands for opcode"
15508 msgstr ""
15509
15510 #: config/tc-sh.c:2637
15511 msgid "insn can't be combined with parallel processing insn"
15512 msgstr ""
15513
15514 #: config/tc-sh.c:2644 config/tc-sh.c:2655 config/tc-sh.c:2687
15515 msgid "multiple movx specifications"
15516 msgstr ""
15517
15518 #: config/tc-sh.c:2649 config/tc-sh.c:2671 config/tc-sh.c:2710
15519 msgid "multiple movy specifications"
15520 msgstr ""
15521
15522 #: config/tc-sh.c:2658 config/tc-sh.c:2691
15523 msgid "invalid movx address register"
15524 msgstr ""
15525
15526 #: config/tc-sh.c:2660
15527 msgid "insn cannot be combined with non-nopy"
15528 msgstr ""
15529
15530 #: config/tc-sh.c:2674 config/tc-sh.c:2730
15531 msgid "invalid movy address register"
15532 msgstr ""
15533
15534 #: config/tc-sh.c:2676
15535 msgid "insn cannot be combined with non-nopx"
15536 msgstr ""
15537
15538 #: config/tc-sh.c:2689
15539 msgid "previous movy requires nopx"
15540 msgstr ""
15541
15542 #: config/tc-sh.c:2697 config/tc-sh.c:2702
15543 msgid "invalid movx dsp register"
15544 msgstr ""
15545
15546 #: config/tc-sh.c:2712
15547 msgid "previous movx requires nopy"
15548 msgstr ""
15549
15550 #: config/tc-sh.c:2721 config/tc-sh.c:2726
15551 msgid "invalid movy dsp register"
15552 msgstr ""
15553
15554 #: config/tc-sh.c:2736
15555 msgid "dsp immediate shift value not constant"
15556 msgstr ""
15557
15558 #: config/tc-sh.c:2750 config/tc-sh.c:2776
15559 msgid "multiple parallel processing specifications"
15560 msgstr ""
15561
15562 #: config/tc-sh.c:2769
15563 msgid "multiple condition specifications"
15564 msgstr ""
15565
15566 #: config/tc-sh.c:2807
15567 msgid "insn cannot be combined with pmuls"
15568 msgstr ""
15569
15570 #: config/tc-sh.c:2823
15571 msgid "bad combined pmuls output operand"
15572 msgstr ""
15573
15574 #: config/tc-sh.c:2833
15575 msgid "destination register is same for parallel insns"
15576 msgstr ""
15577
15578 #: config/tc-sh.c:2842
15579 msgid "condition not followed by conditionalizable insn"
15580 msgstr ""
15581
15582 #: config/tc-sh.c:2852
15583 msgid "unrecognized characters at end of parallel processing insn"
15584 msgstr ""
15585
15586 #: config/tc-sh.c:2968
15587 msgid "opcode not valid for this cpu variant"
15588 msgstr ""
15589
15590 #: config/tc-sh.c:3001
15591 msgid "Delayed branches not available on SH1"
15592 msgstr ""
15593
15594 #: config/tc-sh.c:3036
15595 #, c-format
15596 msgid "excess operands: '%s'"
15597 msgstr ""
15598
15599 #: config/tc-sh.c:3113
15600 msgid ".uses pseudo-op seen when not relaxing"
15601 msgstr ""
15602
15603 #: config/tc-sh.c:3119
15604 msgid "bad .uses format"
15605 msgstr ""
15606
15607 #: config/tc-sh.c:3230
15608 msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia"
15609 msgstr ""
15610
15611 #: config/tc-sh.c:3236
15612 msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact"
15613 msgstr ""
15614
15615 #: config/tc-sh.c:3238
15616 msgid "Invalid combination: --abi=64 with --isa=SHcompact"
15617 msgstr ""
15618
15619 #: config/tc-sh.c:3270
15620 #, c-format
15621 msgid "Invalid argument to --isa option: %s"
15622 msgstr ""
15623
15624 #: config/tc-sh.c:3279
15625 msgid "Invalid combination: --abi=32 with --abi=64"
15626 msgstr ""
15627
15628 #: config/tc-sh.c:3285
15629 msgid "Invalid combination: --abi=64 with --abi=32"
15630 msgstr ""
15631
15632 #: config/tc-sh.c:3287
15633 msgid "Invalid combination: --isa=SHcompact with --abi=64"
15634 msgstr ""
15635
15636 #: config/tc-sh.c:3291
15637 #, c-format
15638 msgid "Invalid argument to --abi option: %s"
15639 msgstr ""
15640
15641 #: config/tc-sh.c:3331
15642 #, c-format
15643 msgid ""
15644 "SH options:\n"
15645 "--little\t\tgenerate little endian code\n"
15646 "--big\t\t\tgenerate big endian code\n"
15647 "--relax\t\t\talter jump instructions for long displacements\n"
15648 "--renesas\t\tdisable optimization with section symbol for\n"
15649 "\t\t\tcompatibility with Renesas assembler.\n"
15650 "--small\t\t\talign sections to 4 byte boundaries, not 16\n"
15651 "--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n"
15652 "--allow-reg-prefix\tallow '$' as a register name prefix.\n"
15653 "--isa=[any\t\tuse most appropriate isa\n"
15654 "    | dsp               same as '-dsp'\n"
15655 "    | fp"
15656 msgstr ""
15657
15658 #: config/tc-sh.c:3357
15659 #, c-format
15660 msgid ""
15661 "--isa=[shmedia\t\tset as the default instruction set for SH64\n"
15662 "    | SHmedia\n"
15663 "    | shcompact\n"
15664 "    | SHcompact]\n"
15665 msgstr ""
15666
15667 #: config/tc-sh.c:3362
15668 #, c-format
15669 msgid ""
15670 "--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n"
15671 "\t\t\tfile type\n"
15672 "--shcompact-const-crange  emit code-range descriptors for constants in\n"
15673 "\t\t\tSHcompact code sections\n"
15674 "--no-mix\t\tdisallow SHmedia code in the same section as\n"
15675 "\t\t\tconstants and SHcompact code\n"
15676 "--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n"
15677 "--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n"
15678 "\t\t\tto 32 bits only\n"
15679 msgstr ""
15680
15681 #: config/tc-sh.c:3374
15682 #, c-format
15683 msgid "--fdpic\t\t\tgenerate an FDPIC object file\n"
15684 msgstr ""
15685
15686 #: config/tc-sh.c:3465
15687 msgid ".uses does not refer to a local symbol in the same section"
15688 msgstr ""
15689
15690 #: config/tc-sh.c:3484
15691 msgid "can't find fixup pointed to by .uses"
15692 msgstr ""
15693
15694 #: config/tc-sh.c:3504
15695 msgid ".uses target does not refer to a local symbol in the same section"
15696 msgstr ""
15697
15698 #: config/tc-sh.c:3581
15699 msgid "displacement overflows 12-bit field"
15700 msgstr ""
15701
15702 #: config/tc-sh.c:3584
15703 #, c-format
15704 msgid "displacement to defined symbol %s overflows 12-bit field"
15705 msgstr ""
15706
15707 #: config/tc-sh.c:3588
15708 #, c-format
15709 msgid "displacement to undefined symbol %s overflows 12-bit field"
15710 msgstr ""
15711
15712 #: config/tc-sh.c:3661
15713 msgid "displacement overflows 8-bit field"
15714 msgstr ""
15715
15716 #: config/tc-sh.c:3664
15717 #, c-format
15718 msgid "displacement to defined symbol %s overflows 8-bit field"
15719 msgstr ""
15720
15721 #: config/tc-sh.c:3668
15722 #, c-format
15723 msgid "displacement to undefined symbol %s overflows 8-bit field "
15724 msgstr ""
15725
15726 #: config/tc-sh.c:3685
15727 #, c-format
15728 msgid "overflow in branch to %s; converted into longer instruction sequence"
15729 msgstr ""
15730
15731 #: config/tc-sh.c:3750 config/tc-sh.c:3797 config/tc-sparc.c:4811
15732 #: config/tc-sparc.c:4835
15733 msgid "misaligned data"
15734 msgstr ""
15735
15736 #: config/tc-sh.c:4126
15737 msgid "offset to unaligned destination"
15738 msgstr ""
15739
15740 #: config/tc-sh.c:4131
15741 msgid "negative offset"
15742 msgstr ""
15743
15744 #: config/tc-sh.c:4282
15745 msgid "misaligned offset"
15746 msgstr ""
15747
15748 #: config/tc-sh64.c:568
15749 msgid "This operand must be constant at assembly time"
15750 msgstr ""
15751
15752 #: config/tc-sh64.c:681
15753 msgid "Invalid operand expression"
15754 msgstr ""
15755
15756 #: config/tc-sh64.c:773 config/tc-sh64.c:877
15757 msgid "PTB operand is a SHmedia symbol"
15758 msgstr ""
15759
15760 #: config/tc-sh64.c:776 config/tc-sh64.c:874
15761 msgid "PTA operand is a SHcompact symbol"
15762 msgstr ""
15763
15764 #: config/tc-sh64.c:792
15765 msgid "invalid expression in operand"
15766 msgstr ""
15767
15768 #: config/tc-sh64.c:1483
15769 #, c-format
15770 msgid "invalid operand, not a 5-bit unsigned value: %d"
15771 msgstr ""
15772
15773 #: config/tc-sh64.c:1488
15774 #, c-format
15775 msgid "invalid operand, not a 6-bit signed value: %d"
15776 msgstr ""
15777
15778 #: config/tc-sh64.c:1493
15779 #, c-format
15780 msgid "invalid operand, not a 6-bit unsigned value: %d"
15781 msgstr ""
15782
15783 #: config/tc-sh64.c:1498 config/tc-sh64.c:1510
15784 #, c-format
15785 msgid "invalid operand, not a 11-bit signed value: %d"
15786 msgstr ""
15787
15788 #: config/tc-sh64.c:1500
15789 #, c-format
15790 msgid "invalid operand, not a multiple of 32: %d"
15791 msgstr ""
15792
15793 #: config/tc-sh64.c:1505
15794 #, c-format
15795 msgid "invalid operand, not a 10-bit signed value: %d"
15796 msgstr ""
15797
15798 #: config/tc-sh64.c:1512
15799 #, c-format
15800 msgid "invalid operand, not an even value: %d"
15801 msgstr ""
15802
15803 #: config/tc-sh64.c:1517
15804 #, c-format
15805 msgid "invalid operand, not a 12-bit signed value: %d"
15806 msgstr ""
15807
15808 #: config/tc-sh64.c:1519
15809 #, c-format
15810 msgid "invalid operand, not a multiple of 4: %d"
15811 msgstr ""
15812
15813 #: config/tc-sh64.c:1524
15814 #, c-format
15815 msgid "invalid operand, not a 13-bit signed value: %d"
15816 msgstr ""
15817
15818 #: config/tc-sh64.c:1526
15819 #, c-format
15820 msgid "invalid operand, not a multiple of 8: %d"
15821 msgstr ""
15822
15823 #: config/tc-sh64.c:1531
15824 #, c-format
15825 msgid "invalid operand, not a 16-bit signed value: %d"
15826 msgstr ""
15827
15828 #: config/tc-sh64.c:1536
15829 #, c-format
15830 msgid "invalid operand, not a 16-bit unsigned value: %d"
15831 msgstr ""
15832
15833 #: config/tc-sh64.c:1542
15834 msgid "operand out of range for PT, PTA and PTB"
15835 msgstr ""
15836
15837 #: config/tc-sh64.c:1544
15838 #, c-format
15839 msgid "operand not a multiple of 4 for PT, PTA or PTB: %d"
15840 msgstr ""
15841
15842 #: config/tc-sh64.c:2065
15843 #, c-format
15844 msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x"
15845 msgstr ""
15846
15847 #: config/tc-sh64.c:2422 config/tc-sh64.c:2585 config/tc-sh64.c:2600
15848 msgid "invalid PIC reference"
15849 msgstr ""
15850
15851 #: config/tc-sh64.c:2682 config/tc-sh64.c:2722
15852 msgid "invalid operand: expression in PT target"
15853 msgstr ""
15854
15855 #: config/tc-sh64.c:2813
15856 #, c-format
15857 msgid "invalid operands to %s"
15858 msgstr ""
15859
15860 #: config/tc-sh64.c:2819
15861 #, c-format
15862 msgid "excess operands to %s"
15863 msgstr ""
15864
15865 #: config/tc-sh64.c:2864
15866 #, c-format
15867 msgid "The `.mode %s' directive is not valid with this architecture"
15868 msgstr ""
15869
15870 #: config/tc-sh64.c:2872
15871 #, c-format
15872 msgid "Invalid argument to .mode: %s"
15873 msgstr ""
15874
15875 #: config/tc-sh64.c:2902
15876 #, c-format
15877 msgid "The `.abi %s' directive is not valid with this architecture"
15878 msgstr ""
15879
15880 #: config/tc-sh64.c:2908
15881 msgid "`.abi 64' but command-line options do not specify 64-bit ABI"
15882 msgstr ""
15883
15884 #: config/tc-sh64.c:2913
15885 msgid "`.abi 32' but command-line options do not specify 32-bit ABI"
15886 msgstr ""
15887
15888 #: config/tc-sh64.c:2916
15889 #, c-format
15890 msgid "Invalid argument to .abi: %s"
15891 msgstr ""
15892
15893 #: config/tc-sh64.c:2971
15894 msgid "-no-mix is invalid without specifying SHcompact or SHmedia"
15895 msgstr ""
15896
15897 #: config/tc-sh64.c:2976
15898 msgid "-shcompact-const-crange is invalid without SHcompact"
15899 msgstr ""
15900
15901 #: config/tc-sh64.c:2979
15902 msgid "-expand-pt32 only valid with -abi=64"
15903 msgstr ""
15904
15905 #: config/tc-sh64.c:2982
15906 msgid "-no-expand only valid with SHcompact or SHmedia"
15907 msgstr ""
15908
15909 #: config/tc-sh64.c:2985
15910 msgid "-expand-pt32 invalid together with -no-expand"
15911 msgstr ""
15912
15913 #: config/tc-sh64.c:3199
15914 msgid "SHmedia code not allowed in same section as constants and SHcompact code"
15915 msgstr ""
15916
15917 #: config/tc-sh64.c:3217
15918 msgid "No segment info for current section"
15919 msgstr ""
15920
15921 #: config/tc-sh64.c:3256
15922 msgid "duplicate datalabel operator ignored"
15923 msgstr ""
15924
15925 #: config/tc-sh64.c:3323
15926 msgid "Invalid DataLabel expression"
15927 msgstr ""
15928
15929 #: config/tc-sparc.c:322 config/tc-sparc.c:537
15930 msgid "Bad opcode table, broken assembler."
15931 msgstr ""
15932
15933 #: config/tc-sparc.c:529
15934 #, c-format
15935 msgid "invalid architecture -xarch=%s"
15936 msgstr ""
15937
15938 #: config/tc-sparc.c:610
15939 #, c-format
15940 msgid "No compiled in support for %d bit object file format"
15941 msgstr ""
15942
15943 #: config/tc-sparc.c:695
15944 #, c-format
15945 msgid "SPARC options:\n"
15946 msgstr ""
15947
15948 #: config/tc-sparc.c:724
15949 #, c-format
15950 msgid ""
15951 "\n"
15952 "\t\t\tspecify variant of SPARC architecture\n"
15953 "-bump\t\t\twarn when assembler switches architectures\n"
15954 "-sparc\t\t\tignored\n"
15955 "--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n"
15956 "-relax\t\t\trelax jumps and branches (default)\n"
15957 "-no-relax\t\tavoid changing any jumps and branches\n"
15958 msgstr ""
15959
15960 #: config/tc-sparc.c:732
15961 #, c-format
15962 msgid "-k\t\t\tgenerate PIC\n"
15963 msgstr ""
15964
15965 #: config/tc-sparc.c:736
15966 #, c-format
15967 msgid ""
15968 "-32\t\t\tcreate 32 bit object file\n"
15969 "-64\t\t\tcreate 64 bit object file\n"
15970 msgstr ""
15971
15972 #: config/tc-sparc.c:739
15973 #, c-format
15974 msgid "\t\t\t[default is %d]\n"
15975 msgstr ""
15976
15977 #: config/tc-sparc.c:741
15978 #, c-format
15979 msgid ""
15980 "-TSO\t\t\tuse Total Store Ordering\n"
15981 "-PSO\t\t\tuse Partial Store Ordering\n"
15982 "-RMO\t\t\tuse Relaxed Memory Ordering\n"
15983 msgstr ""
15984
15985 #: config/tc-sparc.c:745
15986 #, c-format
15987 msgid "\t\t\t[default is %s]\n"
15988 msgstr ""
15989
15990 #: config/tc-sparc.c:747
15991 #, c-format
15992 msgid ""
15993 "-KPIC\t\t\tgenerate PIC\n"
15994 "-V\t\t\tprint assembler version number\n"
15995 "-undeclared-regs\tignore application global register usage without\n"
15996 "\t\t\tappropriate .register directive (default)\n"
15997 "-no-undeclared-regs\tforce error on application global register usage\n"
15998 "\t\t\twithout appropriate .register directive\n"
15999 "--dcti-couples-detect\twarn when an unpredictable DCTI couple is found\n"
16000 "-q\t\t\tignored\n"
16001 "-Qy, -Qn\t\tignored\n"
16002 "-s\t\t\tignored\n"
16003 msgstr ""
16004
16005 #: config/tc-sparc.c:760
16006 #, c-format
16007 msgid ""
16008 "-EL\t\t\tgenerate code for a little endian machine\n"
16009 "-EB\t\t\tgenerate code for a big endian machine\n"
16010 "--little-endian-data\tgenerate code for a machine having big endian\n"
16011 "                        instructions and little endian data.\n"
16012 msgstr ""
16013
16014 #: config/tc-sparc.c:1027
16015 #, c-format
16016 msgid "Internal error: losing opcode: `%s' \"%s\"\n"
16017 msgstr ""
16018
16019 #: config/tc-sparc.c:1046
16020 #, c-format
16021 msgid "Internal error: can't find opcode `%s' for `%s'\n"
16022 msgstr ""
16023
16024 #: config/tc-sparc.c:1264
16025 msgid "Support for 64-bit arithmetic not compiled in."
16026 msgstr ""
16027
16028 #: config/tc-sparc.c:1310
16029 msgid "set: number not in 0..4294967295 range"
16030 msgstr ""
16031
16032 #: config/tc-sparc.c:1317
16033 msgid "set: number not in -2147483648..4294967295 range"
16034 msgstr ""
16035
16036 #: config/tc-sparc.c:1376
16037 msgid "setsw: number not in -2147483648..4294967295 range"
16038 msgstr ""
16039
16040 #: config/tc-sparc.c:1424
16041 msgid "setx: temporary register same as destination register"
16042 msgstr ""
16043
16044 #: config/tc-sparc.c:1495
16045 msgid "setx: illegal temporary register g0"
16046 msgstr ""
16047
16048 #: config/tc-sparc.c:1603
16049 msgid "unpredictable DCTI couple"
16050 msgstr ""
16051
16052 #: config/tc-sparc.c:1613
16053 msgid "FP branch in delay slot"
16054 msgstr ""
16055
16056 #: config/tc-sparc.c:1629
16057 msgid "FP branch preceded by FP instruction; NOP inserted"
16058 msgstr ""
16059
16060 #: config/tc-sparc.c:1669
16061 msgid "failed special case insn sanity check"
16062 msgstr ""
16063
16064 #: config/tc-sparc.c:1857
16065 msgid ": invalid membar mask name"
16066 msgstr ""
16067
16068 #: config/tc-sparc.c:1873
16069 msgid ": invalid membar mask expression"
16070 msgstr ""
16071
16072 #: config/tc-sparc.c:1878
16073 msgid ": invalid membar mask number"
16074 msgstr ""
16075
16076 #: config/tc-sparc.c:1893
16077 msgid ": invalid siam mode expression"
16078 msgstr ""
16079
16080 #: config/tc-sparc.c:1898
16081 msgid ": invalid siam mode number"
16082 msgstr ""
16083
16084 #: config/tc-sparc.c:1914
16085 msgid ": invalid prefetch function name"
16086 msgstr ""
16087
16088 #: config/tc-sparc.c:1922
16089 msgid ": invalid prefetch function expression"
16090 msgstr ""
16091
16092 #: config/tc-sparc.c:1927
16093 msgid ": invalid prefetch function number"
16094 msgstr ""
16095
16096 #: config/tc-sparc.c:1954 config/tc-sparc.c:1960 config/tc-sparc.c:1969
16097 msgid ": unrecognizable privileged register"
16098 msgstr ""
16099
16100 #: config/tc-sparc.c:1992 config/tc-sparc.c:1998 config/tc-sparc.c:2007
16101 msgid ": unrecognizable hyperprivileged register"
16102 msgstr ""
16103
16104 #: config/tc-sparc.c:2030 config/tc-sparc.c:2036 config/tc-sparc.c:2045
16105 msgid ": unrecognizable ancillary state register"
16106 msgstr ""
16107
16108 #: config/tc-sparc.c:2078
16109 msgid ": asr number must be between 0 and 31"
16110 msgstr ""
16111
16112 #: config/tc-sparc.c:2087
16113 #, c-format
16114 msgid ": expecting %asrN"
16115 msgstr ""
16116
16117 #: config/tc-sparc.c:2129
16118 msgid ": crypto immediate must be between 0 and 31"
16119 msgstr ""
16120
16121 #: config/tc-sparc.c:2138
16122 msgid ": expecting crypto immediate"
16123 msgstr ""
16124
16125 #: config/tc-sparc.c:2299 config/tc-sparc.c:2338 config/tc-sparc.c:2765
16126 #: config/tc-sparc.c:2801
16127 #, c-format
16128 msgid "Illegal operands: %%%s requires arguments in ()"
16129 msgstr ""
16130
16131 #: config/tc-sparc.c:2306
16132 #, c-format
16133 msgid "Illegal operands: %%%s cannot be used together with other relocs in the insn ()"
16134 msgstr ""
16135
16136 #: config/tc-sparc.c:2317
16137 #, c-format
16138 msgid "Illegal operands: %%%s can be only used with call __tls_get_addr"
16139 msgstr ""
16140
16141 #: config/tc-sparc.c:2524
16142 msgid "detected global register use not covered by .register pseudo-op"
16143 msgstr ""
16144
16145 #: config/tc-sparc.c:2626
16146 msgid ": There are only 64 f registers; [0-63]"
16147 msgstr ""
16148
16149 #: config/tc-sparc.c:2628 config/tc-sparc.c:2646
16150 msgid ": There are only 32 f registers; [0-31]"
16151 msgstr ""
16152
16153 #: config/tc-sparc.c:2638
16154 msgid ": There are only 32 single precision f registers; [0-31]"
16155 msgstr ""
16156
16157 #: config/tc-sparc.c:2659
16158 msgid ": Instruction requires frs2 and frsd must be the same register"
16159 msgstr ""
16160
16161 #: config/tc-sparc.c:2810
16162 #, c-format
16163 msgid "Expression inside %%%s could not be parsed"
16164 msgstr ""
16165
16166 #: config/tc-sparc.c:2818
16167 #, c-format
16168 msgid "Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
16169 msgstr ""
16170
16171 #: config/tc-sparc.c:2935
16172 #, c-format
16173 msgid "Illegal operands: Can't add non-constant expression to %%%s()"
16174 msgstr ""
16175
16176 #: config/tc-sparc.c:2945
16177 #, c-format
16178 msgid "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable symbol"
16179 msgstr ""
16180
16181 #: config/tc-sparc.c:2963
16182 msgid ": PC-relative operand can't be a constant"
16183 msgstr ""
16184
16185 #: config/tc-sparc.c:2970
16186 msgid ": TLS operand can't be a constant"
16187 msgstr ""
16188
16189 #: config/tc-sparc.c:2998
16190 msgid ": Immediate value in cbcond is out of range."
16191 msgstr ""
16192
16193 #: config/tc-sparc.c:3024
16194 msgid ": invalid ASI name"
16195 msgstr ""
16196
16197 #: config/tc-sparc.c:3033
16198 msgid ": invalid ASI expression"
16199 msgstr ""
16200
16201 #: config/tc-sparc.c:3038
16202 msgid ": invalid ASI number"
16203 msgstr ""
16204
16205 #: config/tc-sparc.c:3143
16206 msgid ": non-immdiate imm2 operand"
16207 msgstr ""
16208
16209 #: config/tc-sparc.c:3148
16210 msgid ": imm2 immediate operand out of range (0-3)"
16211 msgstr ""
16212
16213 #: config/tc-sparc.c:3167
16214 msgid "OPF immediate operand out of range (0-0x1ff)"
16215 msgstr ""
16216
16217 #: config/tc-sparc.c:3172
16218 msgid "non-immediate OPF operand, ignored"
16219 msgstr ""
16220
16221 #: config/tc-sparc.c:3191
16222 msgid ": invalid cpreg name"
16223 msgstr ""
16224
16225 #: config/tc-sparc.c:3220
16226 #, c-format
16227 msgid "Illegal operands%s"
16228 msgstr ""
16229
16230 #: config/tc-sparc.c:3270
16231 #, c-format
16232 msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
16233 msgstr ""
16234
16235 #: config/tc-sparc.c:3311
16236 #, c-format
16237 msgid "Architecture mismatch on \"%s %s\"."
16238 msgstr ""
16239
16240 #: config/tc-sparc.c:3312
16241 #, c-format
16242 msgid "(Requires %s; requested architecture is %s.)"
16243 msgstr ""
16244
16245 #: config/tc-sparc.c:3324
16246 #, c-format
16247 msgid "Hardware capability \"%s\" not enabled for \"%s\"."
16248 msgstr ""
16249
16250 #: config/tc-sparc.c:3753 config/tc-sparc.c:3760 config/tc-sparc.c:3767
16251 #: config/tc-sparc.c:3774 config/tc-sparc.c:3781 config/tc-sparc.c:3790
16252 #: config/tc-sparc.c:3802 config/tc-sparc.c:3813 config/tc-sparc.c:3835
16253 #: config/tc-sparc.c:3859 write.c:1176
16254 msgid "relocation overflow"
16255 msgstr ""
16256
16257 #: config/tc-sparc.c:3914
16258 #, c-format
16259 msgid "bad or unhandled relocation type: 0x%02x"
16260 msgstr ""
16261
16262 #: config/tc-sparc.c:4273
16263 msgid "Expected comma after name"
16264 msgstr ""
16265
16266 #: config/tc-sparc.c:4282
16267 #, c-format
16268 msgid "BSS length (%d.) <0! Ignored."
16269 msgstr ""
16270
16271 #: config/tc-sparc.c:4294
16272 msgid "bad .reserve segment -- expected BSS segment"
16273 msgstr ""
16274
16275 #: config/tc-sparc.c:4322
16276 #, c-format
16277 msgid "alignment too large; assuming %d"
16278 msgstr ""
16279
16280 #: config/tc-sparc.c:4328 config/tc-sparc.c:4477
16281 msgid "negative alignment"
16282 msgstr ""
16283
16284 #: config/tc-sparc.c:4338 config/tc-sparc.c:4499 read.c:1522 read.c:2540
16285 msgid "alignment not a power of 2"
16286 msgstr ""
16287
16288 #: config/tc-sparc.c:4391
16289 #, c-format
16290 msgid "Ignoring attempt to re-define symbol %s"
16291 msgstr ""
16292
16293 #: config/tc-sparc.c:4414 config/tc-v850.c:283
16294 msgid "Expected comma after symbol-name"
16295 msgstr ""
16296
16297 #: config/tc-sparc.c:4424
16298 #, c-format
16299 msgid ".COMMon length (%lu) out of range ignored"
16300 msgstr ""
16301
16302 #: config/tc-sparc.c:4457
16303 msgid "Expected comma after common length"
16304 msgstr ""
16305
16306 #: config/tc-sparc.c:4471
16307 #, c-format
16308 msgid "alignment too large; assuming %ld"
16309 msgstr ""
16310
16311 #: config/tc-sparc.c:4614
16312 msgid "Unknown segment type"
16313 msgstr ""
16314
16315 #: config/tc-sparc.c:4684 config/tc-sparc.c:4693
16316 #, c-format
16317 msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
16318 msgstr ""
16319
16320 #: config/tc-sparc.c:4711
16321 msgid "redefinition of global register"
16322 msgstr ""
16323
16324 #: config/tc-sparc.c:4722
16325 #, c-format
16326 msgid "Register symbol %s already defined."
16327 msgstr ""
16328
16329 #: config/tc-sparc.c:4926
16330 #, c-format
16331 msgid "Illegal operands: %%r_plt in %d-byte data field"
16332 msgstr ""
16333
16334 #: config/tc-sparc.c:4936
16335 #, c-format
16336 msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field"
16337 msgstr ""
16338
16339 #: config/tc-sparc.c:4973 config/tc-vax.c:3317
16340 #, c-format
16341 msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields"
16342 msgstr ""
16343
16344 #: config/tc-sparc.c:4981 config/tc-sparc.c:5012 config/tc-sparc.c:5021
16345 #: config/tc-vax.c:3325 config/tc-vax.c:3356 config/tc-vax.c:3365
16346 #, c-format
16347 msgid "Illegal operands: %%r_%s%d requires arguments in ()"
16348 msgstr ""
16349
16350 #: config/tc-sparc.c:5030 config/tc-vax.c:3374
16351 #, c-format
16352 msgid "Illegal operands: garbage after %%r_%s%d()"
16353 msgstr ""
16354
16355 #: config/tc-sparc.h:63
16356 msgid "sparc convert_frag\n"
16357 msgstr ""
16358
16359 #: config/tc-sparc.h:65 config/tc-z80.h:53
16360 msgid "estimate_size_before_relax called"
16361 msgstr ""
16362
16363 #: config/tc-spu.c:130
16364 #, c-format
16365 msgid "Can't hash instruction '%s':%s"
16366 msgstr ""
16367
16368 #: config/tc-spu.c:184
16369 msgid ""
16370 "SPU options:\n"
16371 "  --apuasm\t\t  emulate behaviour of apuasm\n"
16372 msgstr ""
16373
16374 #: config/tc-spu.c:290
16375 #, c-format
16376 msgid "Invalid mnemonic '%s'"
16377 msgstr ""
16378
16379 #: config/tc-spu.c:296
16380 #, c-format
16381 msgid "'%s' is only available in DD2.0 or higher."
16382 msgstr ""
16383
16384 #: config/tc-spu.c:328
16385 #, c-format
16386 msgid "Error in argument %d.  Expecting:  \"%s\""
16387 msgstr ""
16388
16389 #: config/tc-spu.c:339
16390 msgid "Mixing register syntax, with and without '$'."
16391 msgstr ""
16392
16393 #: config/tc-spu.c:345
16394 #, c-format
16395 msgid "Treating '%-*s' as a symbol."
16396 msgstr ""
16397
16398 #: config/tc-spu.c:564
16399 msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher."
16400 msgstr ""
16401
16402 #: config/tc-spu.c:566
16403 msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher."
16404 msgstr ""
16405
16406 #: config/tc-spu.c:609
16407 #, c-format
16408 msgid "Using old style, %%lo(expr), please change to PPC style, expr@l."
16409 msgstr ""
16410
16411 #: config/tc-spu.c:615
16412 #, c-format
16413 msgid "Using old style, %%hi(expr), please change to PPC style, expr@h."
16414 msgstr ""
16415
16416 #: config/tc-spu.c:685 config/tc-spu.c:688
16417 #, c-format
16418 msgid "Constant expression %d out of range, [%d, %d]."
16419 msgstr ""
16420
16421 #: config/tc-spu.c:790
16422 #, c-format
16423 msgid "invalid priority '%lu'"
16424 msgstr ""
16425
16426 #: config/tc-spu.c:796
16427 #, c-format
16428 msgid "invalid lrlive '%lu'"
16429 msgstr ""
16430
16431 #: config/tc-spu.c:855
16432 msgid "Relaxation should never occur"
16433 msgstr ""
16434
16435 #: config/tc-spu.c:1005
16436 #, c-format
16437 msgid "Relocation doesn't fit. (relocation value = 0x%lx)"
16438 msgstr ""
16439
16440 #: config/tc-spu.h:85
16441 msgid "spu convert_frag\n"
16442 msgstr ""
16443
16444 #: config/tc-tic30.c:36
16445 msgid "first"
16446 msgstr ""
16447
16448 #: config/tc-tic30.c:36
16449 msgid "second"
16450 msgstr ""
16451
16452 #: config/tc-tic30.c:36
16453 msgid "third"
16454 msgstr ""
16455
16456 #: config/tc-tic30.c:36
16457 msgid "fourth"
16458 msgstr ""
16459
16460 #: config/tc-tic30.c:36
16461 msgid "fifth"
16462 msgstr ""
16463
16464 #: config/tc-tic30.c:482
16465 msgid "More than one AR register found in indirect reference"
16466 msgstr ""
16467
16468 #: config/tc-tic30.c:488
16469 msgid "Illegal AR register in indirect reference"
16470 msgstr ""
16471
16472 #: config/tc-tic30.c:509
16473 msgid "More than one displacement found in indirect reference"
16474 msgstr ""
16475
16476 #: config/tc-tic30.c:518
16477 msgid "Invalid displacement in indirect reference"
16478 msgstr ""
16479
16480 #: config/tc-tic30.c:536
16481 msgid "AR register not found in indirect reference"
16482 msgstr ""
16483
16484 #. Maybe an implied displacement of 1 again.
16485 #: config/tc-tic30.c:553
16486 msgid "required displacement wasn't given in indirect reference"
16487 msgstr ""
16488
16489 #: config/tc-tic30.c:560
16490 msgid "illegal indirect reference"
16491 msgstr ""
16492
16493 #: config/tc-tic30.c:567
16494 msgid "displacement must be an unsigned 8-bit number"
16495 msgstr ""
16496
16497 #: config/tc-tic30.c:751 config/tc-tic30.c:1498
16498 #, c-format
16499 msgid "Invalid character %s before %s operand"
16500 msgstr ""
16501
16502 #: config/tc-tic30.c:770 config/tc-tic30.c:1513
16503 #, c-format
16504 msgid "Unbalanced parenthesis in %s operand."
16505 msgstr ""
16506
16507 #: config/tc-tic30.c:786 config/tc-tic30.c:1523
16508 #, c-format
16509 msgid "Invalid character %s in %s operand"
16510 msgstr ""
16511
16512 #: config/tc-tic30.c:805 config/tc-tic30.c:1540
16513 #, c-format
16514 msgid "Spurious operands; (%d operands/instruction max)"
16515 msgstr ""
16516
16517 #. Just skip it, if it's \n complain.
16518 #: config/tc-tic30.c:823 config/tc-tic30.c:839 config/tc-tic30.c:1557
16519 #: config/tc-tic30.c:1573
16520 msgid "Expecting operand after ','; got nothing"
16521 msgstr ""
16522
16523 #: config/tc-tic30.c:828 config/tc-tic30.c:1562
16524 msgid "Expecting operand before ','; got nothing"
16525 msgstr ""
16526
16527 #: config/tc-tic30.c:866
16528 msgid "incorrect number of operands given in the first instruction"
16529 msgstr ""
16530
16531 #: config/tc-tic30.c:872
16532 msgid "incorrect number of operands given in the second instruction"
16533 msgstr ""
16534
16535 #: config/tc-tic30.c:893
16536 #, c-format
16537 msgid "%s instruction, operand %d doesn't match"
16538 msgstr ""
16539
16540 #. Shouldn't get here.
16541 #: config/tc-tic30.c:917 config/tc-tic30.c:924
16542 msgid "incorrect format for multiply parallel instruction"
16543 msgstr ""
16544
16545 #: config/tc-tic30.c:931
16546 msgid "destination for multiply can only be R0 or R1"
16547 msgstr ""
16548
16549 #: config/tc-tic30.c:938
16550 msgid "destination for add/subtract can only be R2 or R3"
16551 msgstr ""
16552
16553 #: config/tc-tic30.c:1005
16554 msgid "loading the same register in parallel operation"
16555 msgstr ""
16556
16557 #: config/tc-tic30.c:1448
16558 #, c-format
16559 msgid "Invalid character %s in opcode"
16560 msgstr ""
16561
16562 #: config/tc-tic30.c:1478
16563 #, c-format
16564 msgid "Unknown TMS320C30 instruction: %s"
16565 msgstr ""
16566
16567 #: config/tc-tic30.c:1598
16568 msgid "Incorrect number of operands given"
16569 msgstr ""
16570
16571 #: config/tc-tic30.c:1631
16572 #, c-format
16573 msgid "The %s operand doesn't match"
16574 msgstr ""
16575
16576 #. Shouldn't make it to this stage.
16577 #: config/tc-tic30.c:1656 config/tc-tic30.c:1668
16578 msgid "Incompatible first and second operands in instruction"
16579 msgstr ""
16580
16581 #: config/tc-tic30.c:1782
16582 msgid "invalid short form floating point immediate operand"
16583 msgstr ""
16584
16585 #: config/tc-tic30.c:1792
16586 msgid "rounding down first operand float to unsigned int"
16587 msgstr ""
16588
16589 #: config/tc-tic30.c:1794
16590 msgid "only lower 16-bits of first operand are used"
16591 msgstr ""
16592
16593 #: config/tc-tic30.c:1804
16594 msgid "rounding down first operand float to signed int"
16595 msgstr ""
16596
16597 #: config/tc-tic30.c:1809 config/tc-tic30.c:1880
16598 msgid "first operand is too large for 16-bit signed int"
16599 msgstr ""
16600
16601 #: config/tc-tic30.c:1874
16602 msgid "first operand is floating point"
16603 msgstr ""
16604
16605 #. Shouldn't get here.
16606 #: config/tc-tic30.c:1905
16607 msgid "interrupt vector for trap instruction out of range"
16608 msgstr ""
16609
16610 #: config/tc-tic30.c:1950
16611 msgid "LDP instruction needs a 24-bit operand"
16612 msgstr ""
16613
16614 #: config/tc-tic30.c:1974
16615 msgid "first operand is too large for a 24-bit displacement"
16616 msgstr ""
16617
16618 #: config/tc-tic4x.c:392
16619 msgid "Nan, using zero."
16620 msgstr ""
16621
16622 #: config/tc-tic4x.c:514
16623 #, c-format
16624 msgid "Cannot represent exponent in %d bits"
16625 msgstr ""
16626
16627 #: config/tc-tic4x.c:597 config/tc-tic4x.c:607
16628 msgid "Invalid floating point number"
16629 msgstr ""
16630
16631 #: config/tc-tic4x.c:726
16632 msgid "Comma expected\n"
16633 msgstr ""
16634
16635 #: config/tc-tic4x.c:762 config/tc-tic54x.c:471
16636 msgid ".bss size argument missing\n"
16637 msgstr ""
16638
16639 #: config/tc-tic4x.c:770
16640 #, c-format
16641 msgid ".bss size %ld < 0!"
16642 msgstr ""
16643
16644 #: config/tc-tic4x.c:903
16645 msgid "Non-constant symbols not allowed\n"
16646 msgstr ""
16647
16648 #: config/tc-tic4x.c:934
16649 msgid "Symbol missing\n"
16650 msgstr ""
16651
16652 #. Skip null symbol terminator.
16653 #: config/tc-tic4x.c:982
16654 msgid ".sect: subsection name ignored"
16655 msgstr ""
16656
16657 #: config/tc-tic4x.c:1010 config/tc-tic4x.c:1111 config/tc-tic54x.c:1424
16658 #, c-format
16659 msgid "Error setting flags for \"%s\": %s"
16660 msgstr ""
16661
16662 #: config/tc-tic4x.c:1042
16663 msgid ".set syntax invalid\n"
16664 msgstr ""
16665
16666 #: config/tc-tic4x.c:1100
16667 msgid ".usect: non-zero alignment flag ignored"
16668 msgstr ""
16669
16670 #: config/tc-tic4x.c:1131
16671 #, c-format
16672 msgid "This assembler does not support processor generation %ld"
16673 msgstr ""
16674
16675 #: config/tc-tic4x.c:1135
16676 msgid "Changing processor generation on fly not supported..."
16677 msgstr ""
16678
16679 #: config/tc-tic4x.c:1433
16680 msgid "Auxiliary register AR0--AR7 required for indirect"
16681 msgstr ""
16682
16683 #: config/tc-tic4x.c:1447
16684 #, c-format
16685 msgid "Bad displacement %d (require 0--255)\n"
16686 msgstr ""
16687
16688 #: config/tc-tic4x.c:1465
16689 msgid "Index register IR0,IR1 required for displacement"
16690 msgstr ""
16691
16692 #: config/tc-tic4x.c:1533
16693 msgid "Expecting a register name"
16694 msgstr ""
16695
16696 #: config/tc-tic4x.c:1545 config/tc-tic4x.c:1568 config/tc-tic4x.c:1634
16697 msgid "Number too large"
16698 msgstr ""
16699
16700 #: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581
16701 msgid "Expecting a constant value"
16702 msgstr ""
16703
16704 #: config/tc-tic4x.c:1589
16705 #, c-format
16706 msgid "Bad direct addressing construct %s"
16707 msgstr ""
16708
16709 #: config/tc-tic4x.c:1593
16710 #, c-format
16711 msgid "Direct value of %ld is not suitable"
16712 msgstr ""
16713
16714 #: config/tc-tic4x.c:1617
16715 msgid "Unknown indirect addressing mode"
16716 msgstr ""
16717
16718 #: config/tc-tic4x.c:1714
16719 #, c-format
16720 msgid "Immediate value of %ld is too large for ldf"
16721 msgstr ""
16722
16723 #: config/tc-tic4x.c:1754
16724 msgid "Destination register must be ARn"
16725 msgstr ""
16726
16727 #: config/tc-tic4x.c:1773 config/tc-tic4x.c:2146 config/tc-tic4x.c:2205
16728 #, c-format
16729 msgid "Immediate value of %ld is too large"
16730 msgstr ""
16731
16732 #: config/tc-tic4x.c:1802 config/tc-tic4x.c:2007
16733 msgid "Invalid indirect addressing mode"
16734 msgstr ""
16735
16736 #: config/tc-tic4x.c:1826 config/tc-tic4x.c:1866 config/tc-tic4x.c:2057
16737 #: config/tc-tic4x.c:2079
16738 msgid "Register must be Rn"
16739 msgstr ""
16740
16741 #: config/tc-tic4x.c:1880 config/tc-tic4x.c:1950 config/tc-tic4x.c:1964
16742 msgid "Register must be R0--R7"
16743 msgstr ""
16744
16745 #: config/tc-tic4x.c:1904 config/tc-tic4x.c:1932
16746 #, c-format
16747 msgid "Invalid indirect addressing mode displacement %d"
16748 msgstr ""
16749
16750 #: config/tc-tic4x.c:1978
16751 msgid "Destination register must be R2 or R3"
16752 msgstr ""
16753
16754 #: config/tc-tic4x.c:1992
16755 msgid "Destination register must be R0 or R1"
16756 msgstr ""
16757
16758 #: config/tc-tic4x.c:2029
16759 #, c-format
16760 msgid "Displacement value of %ld is too large"
16761 msgstr ""
16762
16763 #: config/tc-tic4x.c:2090 config/tc-tic4x.c:2221
16764 msgid "Floating point number not valid in expression"
16765 msgstr ""
16766
16767 #: config/tc-tic4x.c:2104
16768 #, c-format
16769 msgid "Signed immediate value %ld too large"
16770 msgstr ""
16771
16772 #: config/tc-tic4x.c:2167
16773 #, c-format
16774 msgid "Unsigned immediate value %ld too large"
16775 msgstr ""
16776
16777 #: config/tc-tic4x.c:2235
16778 #, c-format
16779 msgid "Immediate value %ld too large"
16780 msgstr ""
16781
16782 #: config/tc-tic4x.c:2254 config/tc-tic4x.c:2282
16783 msgid "Register must be ivtp or tvtp"
16784 msgstr ""
16785
16786 #: config/tc-tic4x.c:2268
16787 msgid "Register must be address register"
16788 msgstr ""
16789
16790 #: config/tc-tic4x.c:2341
16791 msgid "Source and destination register should not be equal"
16792 msgstr ""
16793
16794 #: config/tc-tic4x.c:2356
16795 msgid "Equal parallel destination registers, one result will be discarded"
16796 msgstr ""
16797
16798 #: config/tc-tic4x.c:2397
16799 msgid "Too many operands scanned"
16800 msgstr ""
16801
16802 #: config/tc-tic4x.c:2428
16803 msgid "Parallel opcode cannot contain more than two instructions"
16804 msgstr ""
16805
16806 #: config/tc-tic4x.c:2501
16807 #, c-format
16808 msgid "Invalid operands for %s"
16809 msgstr ""
16810
16811 #: config/tc-tic4x.c:2504
16812 #, c-format
16813 msgid "Invalid instruction %s"
16814 msgstr ""
16815
16816 #: config/tc-tic4x.c:2656
16817 #, c-format
16818 msgid "Bad relocation type: 0x%02x"
16819 msgstr ""
16820
16821 #: config/tc-tic4x.c:2714
16822 #, c-format
16823 msgid "Unsupported processor generation %d"
16824 msgstr ""
16825
16826 #: config/tc-tic4x.c:2722
16827 msgid "Option -b is depreciated, please use -mbig"
16828 msgstr ""
16829
16830 #: config/tc-tic4x.c:2729
16831 msgid "Option -p is depreciated, please use -mmemparm"
16832 msgstr ""
16833
16834 #: config/tc-tic4x.c:2736
16835 msgid "Option -r is depreciated, please use -mregparm"
16836 msgstr ""
16837
16838 #: config/tc-tic4x.c:2743
16839 msgid "Option -s is depreciated, please use -msmall"
16840 msgstr ""
16841
16842 #: config/tc-tic4x.c:2772
16843 #, c-format
16844 msgid ""
16845 "\n"
16846 "TIC4X options:\n"
16847 "  -mcpu=CPU  -mCPU        select architecture variant. CPU can be:\n"
16848 "                            30 - TMS320C30\n"
16849 "                            31 - TMS320C31, TMS320LC31\n"
16850 "                            32 - TMS320C32\n"
16851 "                            33 - TMS320VC33\n"
16852 "                            40 - TMS320C40\n"
16853 "                            44 - TMS320C44\n"
16854 "  -mrev=REV               set cpu hardware revision (integer numbers).\n"
16855 "                          Combinations of -mcpu and -mrev will enable/disable\n"
16856 "                          the appropriate options (-midle2, -mlowpower and\n"
16857 "                          -menhanced) according to the selected type\n"
16858 "  -mbig                   select big memory model\n"
16859 "  -msmall                 select small memory model (default)\n"
16860 "  -mregparm               select register parameters (default)\n"
16861 "  -mmemparm               select memory parameters\n"
16862 "  -midle2                 enable IDLE2 support\n"
16863 "  -mlowpower              enable LOPOWER and MAXSPEED support\n"
16864 "  -menhanced              enable enhanced opcode support\n"
16865 msgstr ""
16866
16867 #: config/tc-tic4x.c:2817
16868 #, c-format
16869 msgid "Label \"$%d\" redefined"
16870 msgstr ""
16871
16872 #: config/tc-tic4x.c:3027
16873 #, c-format
16874 msgid "Reloc %d not supported by object file format"
16875 msgstr ""
16876
16877 #. Only word (et al.), align, or conditionals are allowed within
16878 #. .struct/.union.
16879 #: config/tc-tic54x.c:219
16880 msgid "pseudo-op illegal within .struct/.union"
16881 msgstr ""
16882
16883 #: config/tc-tic54x.c:233
16884 #, c-format
16885 msgid "C54x-specific command line options:\n"
16886 msgstr ""
16887
16888 #: config/tc-tic54x.c:234
16889 #, c-format
16890 msgid "-mfar-mode | -mf          Use extended addressing\n"
16891 msgstr ""
16892
16893 #: config/tc-tic54x.c:235
16894 #, c-format
16895 msgid "-mcpu=<CPU version>       Specify the CPU version\n"
16896 msgstr ""
16897
16898 #: config/tc-tic54x.c:236
16899 #, c-format
16900 msgid "-merrors-to-file <filename>\n"
16901 msgstr ""
16902
16903 #: config/tc-tic54x.c:237
16904 #, c-format
16905 msgid "-me <filename>            Redirect errors to a file\n"
16906 msgstr ""
16907
16908 #: config/tc-tic54x.c:348
16909 msgid "Comma and symbol expected for '.asg STRING, SYMBOL'"
16910 msgstr ""
16911
16912 #: config/tc-tic54x.c:357
16913 msgid "symbols assigned with .asg must begin with a letter"
16914 msgstr ""
16915
16916 #: config/tc-tic54x.c:397
16917 msgid "Unterminated string after absolute expression"
16918 msgstr ""
16919
16920 #: config/tc-tic54x.c:405
16921 msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'"
16922 msgstr ""
16923
16924 #: config/tc-tic54x.c:415
16925 msgid "symbols assigned with .eval must begin with a letter"
16926 msgstr ""
16927
16928 #: config/tc-tic54x.c:480
16929 #, c-format
16930 msgid ".bss size %d < 0!"
16931 msgstr ""
16932
16933 #: config/tc-tic54x.c:662
16934 msgid "Offset on nested structures is ignored"
16935 msgstr ""
16936
16937 #: config/tc-tic54x.c:712
16938 #, c-format
16939 msgid ".end%s without preceding .%s"
16940 msgstr ""
16941
16942 #: config/tc-tic54x.c:778
16943 #, c-format
16944 msgid "Unrecognized struct/union tag '%s'"
16945 msgstr ""
16946
16947 #: config/tc-tic54x.c:780
16948 msgid ".tag requires a structure tag"
16949 msgstr ""
16950
16951 #: config/tc-tic54x.c:786
16952 msgid "Label required for .tag"
16953 msgstr ""
16954
16955 #: config/tc-tic54x.c:805
16956 #, c-format
16957 msgid ".tag target '%s' undefined"
16958 msgstr ""
16959
16960 #: config/tc-tic54x.c:869
16961 #, c-format
16962 msgid ".field count '%d' out of range (1 <= X <= 32)"
16963 msgstr ""
16964
16965 #: config/tc-tic54x.c:897
16966 #, c-format
16967 msgid "Unrecognized field type '%c'"
16968 msgstr ""
16969
16970 #: config/tc-tic54x.c:1021
16971 msgid "Overflow in expression, truncated to 8 bits"
16972 msgstr ""
16973
16974 #: config/tc-tic54x.c:1026
16975 msgid "Overflow in expression, truncated to 16 bits"
16976 msgstr ""
16977
16978 #. Disallow .byte with a non constant expression that will
16979 #. require relocation.
16980 #: config/tc-tic54x.c:1034
16981 msgid "Relocatable values require at least WORD storage"
16982 msgstr ""
16983
16984 #: config/tc-tic54x.c:1095
16985 msgid "Use of .def/.ref is deprecated.  Use .global instead"
16986 msgstr ""
16987
16988 #: config/tc-tic54x.c:1287
16989 msgid ".space/.bes repeat count is negative, ignored"
16990 msgstr ""
16991
16992 #: config/tc-tic54x.c:1292
16993 msgid ".space/.bes repeat count is zero, ignored"
16994 msgstr ""
16995
16996 #: config/tc-tic54x.c:1365
16997 msgid "Missing size argument"
16998 msgstr ""
16999
17000 #: config/tc-tic54x.c:1499
17001 msgid "CPU version has already been set"
17002 msgstr ""
17003
17004 #: config/tc-tic54x.c:1503
17005 #, c-format
17006 msgid "Unrecognized version '%s'"
17007 msgstr ""
17008
17009 #: config/tc-tic54x.c:1509
17010 msgid "Changing of CPU version on the fly not supported"
17011 msgstr ""
17012
17013 #: config/tc-tic54x.c:1640
17014 msgid "p2align not supported on this target"
17015 msgstr ""
17016
17017 #: config/tc-tic54x.c:1652
17018 msgid "Argument to .even ignored"
17019 msgstr ""
17020
17021 #: config/tc-tic54x.c:1698
17022 msgid "Invalid field size, must be from 1 to 32"
17023 msgstr ""
17024
17025 #: config/tc-tic54x.c:1711
17026 msgid "field size must be 16 when value is relocatable"
17027 msgstr ""
17028
17029 #: config/tc-tic54x.c:1726
17030 msgid "field value truncated"
17031 msgstr ""
17032
17033 #: config/tc-tic54x.c:1832 config/tc-tic54x.c:2131
17034 #, c-format
17035 msgid "Unrecognized section '%s'"
17036 msgstr ""
17037
17038 #: config/tc-tic54x.c:1841
17039 msgid "Current section is uninitialized, section name required for .clink"
17040 msgstr ""
17041
17042 #: config/tc-tic54x.c:2042
17043 msgid "ENDLOOP without corresponding LOOP"
17044 msgstr ""
17045
17046 #: config/tc-tic54x.c:2083
17047 msgid "Mixing of normal and extended addressing not supported"
17048 msgstr ""
17049
17050 #: config/tc-tic54x.c:2089
17051 msgid "Extended addressing not supported on the specified CPU"
17052 msgstr ""
17053
17054 #: config/tc-tic54x.c:2137
17055 msgid ".sblock may be used for initialized sections only"
17056 msgstr ""
17057
17058 #: config/tc-tic54x.c:2167
17059 msgid "Symbol missing for .set/.equ"
17060 msgstr ""
17061
17062 #: config/tc-tic54x.c:2223
17063 msgid ".var may only be used within a macro definition"
17064 msgstr ""
17065
17066 #: config/tc-tic54x.c:2231
17067 msgid "Substitution symbols must begin with a letter"
17068 msgstr ""
17069
17070 #: config/tc-tic54x.c:2323
17071 #, c-format
17072 msgid "can't open macro library file '%s' for reading: %s"
17073 msgstr ""
17074
17075 #: config/tc-tic54x.c:2330
17076 #, c-format
17077 msgid "File '%s' not in macro archive format"
17078 msgstr ""
17079
17080 #: config/tc-tic54x.c:2460
17081 #, c-format
17082 msgid "Bad COFF version '%s'"
17083 msgstr ""
17084
17085 #: config/tc-tic54x.c:2469
17086 #, c-format
17087 msgid "Bad CPU version '%s'"
17088 msgstr ""
17089
17090 #: config/tc-tic54x.c:2482 config/tc-tic54x.c:2485
17091 #, c-format
17092 msgid "Can't redirect stderr to the file '%s'"
17093 msgstr ""
17094
17095 #: config/tc-tic54x.c:2598
17096 #, c-format
17097 msgid "Undefined substitution symbol '%s'"
17098 msgstr ""
17099
17100 #: config/tc-tic54x.c:3099
17101 #, c-format
17102 msgid "Unbalanced parenthesis in operand %d"
17103 msgstr ""
17104
17105 #: config/tc-tic54x.c:3130 config/tc-tic54x.c:3138
17106 msgid "Expecting operand after ','"
17107 msgstr ""
17108
17109 #: config/tc-tic54x.c:3149
17110 msgid "Extra junk on line"
17111 msgstr ""
17112
17113 #: config/tc-tic54x.c:3186
17114 msgid "Badly formed address expression"
17115 msgstr ""
17116
17117 #: config/tc-tic54x.c:3439
17118 #, c-format
17119 msgid "Invalid dmad syntax '%s'"
17120 msgstr ""
17121
17122 #: config/tc-tic54x.c:3503
17123 #, c-format
17124 msgid "Use the .mmregs directive to use memory-mapped register names such as '%s'"
17125 msgstr ""
17126
17127 #: config/tc-tic54x.c:3554
17128 msgid "Address mode *+ARx is write-only. Results of reading are undefined."
17129 msgstr ""
17130
17131 #: config/tc-tic54x.c:3574
17132 #, c-format
17133 msgid "Unrecognized indirect address format \"%s\""
17134 msgstr ""
17135
17136 #: config/tc-tic54x.c:3612
17137 #, c-format
17138 msgid "Operand '%s' out of range (%d <= x <= %d)"
17139 msgstr ""
17140
17141 #: config/tc-tic54x.c:3632
17142 msgid "Error in relocation handling"
17143 msgstr ""
17144
17145 #: config/tc-tic54x.c:3651 config/tc-tic54x.c:3713 config/tc-tic54x.c:3741
17146 #, c-format
17147 msgid "Unrecognized condition code \"%s\""
17148 msgstr ""
17149
17150 #: config/tc-tic54x.c:3668
17151 #, c-format
17152 msgid "Condition \"%s\" does not match preceding group"
17153 msgstr ""
17154
17155 #: config/tc-tic54x.c:3676
17156 #, c-format
17157 msgid "Condition \"%s\" uses a different accumulator from a preceding condition"
17158 msgstr ""
17159
17160 #: config/tc-tic54x.c:3683
17161 msgid "Only one comparison conditional allowed"
17162 msgstr ""
17163
17164 #: config/tc-tic54x.c:3688
17165 msgid "Only one overflow conditional allowed"
17166 msgstr ""
17167
17168 #: config/tc-tic54x.c:3696
17169 #, c-format
17170 msgid "Duplicate %s conditional"
17171 msgstr ""
17172
17173 #: config/tc-tic54x.c:3727
17174 msgid "Invalid auxiliary register (use AR0-AR7)"
17175 msgstr ""
17176
17177 #: config/tc-tic54x.c:3758
17178 msgid "lk addressing modes are invalid for memory-mapped register addressing"
17179 msgstr ""
17180
17181 #: config/tc-tic54x.c:3766
17182 msgid "Address mode *+ARx is not allowed in memory-mapped register addressing.  Resulting behavior is undefined."
17183 msgstr ""
17184
17185 #: config/tc-tic54x.c:3792
17186 msgid "Destination accumulator for each part of this parallel instruction must be different"
17187 msgstr ""
17188
17189 #: config/tc-tic54x.c:3841
17190 #, c-format
17191 msgid "Memory mapped register \"%s\" out of range"
17192 msgstr ""
17193
17194 #: config/tc-tic54x.c:3880
17195 msgid "Invalid operand (use 1, 2, or 3)"
17196 msgstr ""
17197
17198 #: config/tc-tic54x.c:3906
17199 msgid "A status register or status bit name is required"
17200 msgstr ""
17201
17202 #: config/tc-tic54x.c:3916
17203 #, c-format
17204 msgid "Unrecognized status bit \"%s\""
17205 msgstr ""
17206
17207 #: config/tc-tic54x.c:3939
17208 #, c-format
17209 msgid "Invalid status register \"%s\""
17210 msgstr ""
17211
17212 #: config/tc-tic54x.c:3951
17213 #, c-format
17214 msgid "Operand \"%s\" out of range (use 1 or 2)"
17215 msgstr ""
17216
17217 #: config/tc-tic54x.c:4154
17218 #, c-format
17219 msgid "Unrecognized instruction \"%s\""
17220 msgstr ""
17221
17222 #: config/tc-tic54x.c:4183
17223 #, c-format
17224 msgid "Unrecognized operand list '%s' for instruction '%s'"
17225 msgstr ""
17226
17227 #: config/tc-tic54x.c:4212
17228 #, c-format
17229 msgid "Unrecognized parallel instruction \"%s\""
17230 msgstr ""
17231
17232 #: config/tc-tic54x.c:4261
17233 #, c-format
17234 msgid "Invalid operand (s) for parallel instruction \"%s\""
17235 msgstr ""
17236
17237 #: config/tc-tic54x.c:4264
17238 #, c-format
17239 msgid "Unrecognized parallel instruction combination \"%s || %s\""
17240 msgstr ""
17241
17242 #: config/tc-tic54x.c:4485
17243 #, c-format
17244 msgid "%s symbol recursion stopped at second appearance of '%s'"
17245 msgstr ""
17246
17247 #: config/tc-tic54x.c:4525
17248 msgid "Unrecognized substitution symbol function"
17249 msgstr ""
17250
17251 #: config/tc-tic54x.c:4530
17252 msgid "Missing '(' after substitution symbol function"
17253 msgstr ""
17254
17255 #: config/tc-tic54x.c:4544
17256 msgid "Expecting second argument"
17257 msgstr ""
17258
17259 #: config/tc-tic54x.c:4557 config/tc-tic54x.c:4607
17260 msgid "Extra junk in function call, expecting ')'"
17261 msgstr ""
17262
17263 #: config/tc-tic54x.c:4583
17264 msgid "Function expects two arguments"
17265 msgstr ""
17266
17267 #: config/tc-tic54x.c:4596
17268 msgid "Expecting character constant argument"
17269 msgstr ""
17270
17271 #: config/tc-tic54x.c:4602
17272 msgid "Both arguments must be substitution symbols"
17273 msgstr ""
17274
17275 #: config/tc-tic54x.c:4654
17276 #, c-format
17277 msgid "Invalid subscript (use 1 to %d)"
17278 msgstr ""
17279
17280 #: config/tc-tic54x.c:4664
17281 #, c-format
17282 msgid "Invalid length (use 0 to %d)"
17283 msgstr ""
17284
17285 #: config/tc-tic54x.c:4674
17286 msgid "Missing ')' in subscripted substitution symbol expression"
17287 msgstr ""
17288
17289 #: config/tc-tic54x.c:4694
17290 msgid "Missing forced substitution terminator ':'"
17291 msgstr ""
17292
17293 #: config/tc-tic54x.c:4846
17294 #, c-format
17295 msgid "Instruction does not fit in available delay slots (%d-word insn, %d slot left)"
17296 msgid_plural "Instruction does not fit in available delay slots (%d-word insn, %d slots left)"
17297 msgstr[0] ""
17298 msgstr[1] ""
17299 msgstr[2] ""
17300
17301 #: config/tc-tic54x.c:4890
17302 #, c-format
17303 msgid "Unrecognized parallel instruction '%s'"
17304 msgstr ""
17305
17306 #: config/tc-tic54x.c:4902
17307 #, c-format
17308 msgid "Instruction '%s' requires an LP cpu version"
17309 msgstr ""
17310
17311 #: config/tc-tic54x.c:4909
17312 #, c-format
17313 msgid "Instruction '%s' requires far mode addressing"
17314 msgstr ""
17315
17316 #: config/tc-tic54x.c:4921
17317 #, c-format
17318 msgid "Instruction does not fit in available delay slots (%d-word insn, %d slot left). Resulting behavior is undefined."
17319 msgid_plural "Instruction does not fit in available delay slots (%d-word insn, %d slots left). Resulting behavior is undefined."
17320 msgstr[0] ""
17321 msgstr[1] ""
17322 msgstr[2] ""
17323
17324 #: config/tc-tic54x.c:4935
17325 msgid "Instructions which cause PC discontinuity are not allowed in a delay slot. Resulting behavior is undefined."
17326 msgstr ""
17327
17328 #: config/tc-tic54x.c:4946
17329 #, c-format
17330 msgid "'%s' is not repeatable. Resulting behavior is undefined."
17331 msgstr ""
17332
17333 #: config/tc-tic54x.c:4950
17334 msgid "Instructions using long offset modifiers or absolute addresses are not repeatable. Resulting behavior is undefined."
17335 msgstr ""
17336
17337 #: config/tc-tic54x.c:5100
17338 #, c-format
17339 msgid "Unsupported relocation size %d"
17340 msgstr ""
17341
17342 #: config/tc-tic54x.c:5231
17343 msgid "non-absolute value used with .space/.bes"
17344 msgstr ""
17345
17346 #: config/tc-tic54x.c:5235
17347 #, c-format
17348 msgid "negative value ignored in %s"
17349 msgstr ""
17350
17351 #: config/tc-tic54x.c:5323
17352 #, c-format
17353 msgid "attempt to .space/.bes backwards? (%ld)"
17354 msgstr ""
17355
17356 #: config/tc-tic6x.c:262
17357 #, fuzzy, c-format
17358 #| msgid "unknown section attribute '%c'"
17359 msgid "unknown -mpid= argument '%s'"
17360 msgstr "неизвестный атрибут раздела %c"
17361
17362 #: config/tc-tic6x.c:320
17363 #, c-format
17364 msgid "TMS320C6000 options:\n"
17365 msgstr ""
17366
17367 #: config/tc-tic6x.c:321
17368 #, c-format
17369 msgid "  -march=ARCH             enable instructions from architecture ARCH\n"
17370 msgstr ""
17371
17372 #: config/tc-tic6x.c:322
17373 #, fuzzy, c-format
17374 #| msgid "  -g --gen-debug          generate debugging information\n"
17375 msgid "  -mbig-endian            generate big-endian code\n"
17376 msgstr "  -g --gen-debug          генерировать отладочную информацию\n"
17377
17378 #: config/tc-tic6x.c:323
17379 #, c-format
17380 msgid "  -mlittle-endian         generate little-endian code\n"
17381 msgstr ""
17382
17383 #: config/tc-tic6x.c:324
17384 #, fuzzy, c-format
17385 #| msgid "  --warn                  don't suppress warnings\n"
17386 msgid "  -mdsbt                  code uses DSBT addressing\n"
17387 msgstr "  --warn                  показывать предупреждения\n"
17388
17389 #: config/tc-tic6x.c:325
17390 #, fuzzy, c-format
17391 #| msgid "  --warn                  don't suppress warnings\n"
17392 msgid "  -mno-dsbt               code does not use DSBT addressing\n"
17393 msgstr "  --warn                  показывать предупреждения\n"
17394
17395 #: config/tc-tic6x.c:326
17396 #, c-format
17397 msgid "  -mpid=no                code uses position-dependent data addressing\n"
17398 msgstr ""
17399
17400 #: config/tc-tic6x.c:327
17401 #, c-format
17402 msgid ""
17403 "  -mpid=near              code uses position-independent data addressing,\n"
17404 "                            GOT accesses use near DP addressing\n"
17405 msgstr ""
17406
17407 #: config/tc-tic6x.c:329
17408 #, c-format
17409 msgid ""
17410 "  -mpid=far               code uses position-independent data addressing,\n"
17411 "                            GOT accesses use far DP addressing\n"
17412 msgstr ""
17413
17414 #: config/tc-tic6x.c:331
17415 #, fuzzy, c-format
17416 #| msgid "  -w                      ignored\n"
17417 msgid "  -mpic                   code addressing is position-independent\n"
17418 msgstr "  -w                      игнорируется\n"
17419
17420 #: config/tc-tic6x.c:332
17421 #, c-format
17422 msgid "  -mno-pic                code addressing is position-dependent\n"
17423 msgstr ""
17424
17425 #: config/tc-tic6x.c:337
17426 #, c-format
17427 msgid "Supported ARCH values are:"
17428 msgstr ""
17429
17430 #: config/tc-tic6x.c:386
17431 #, fuzzy
17432 #| msgid "expected comma after name `%s' in .size directive"
17433 msgid "unexpected .cantunwind directive"
17434 msgstr "ожидается запятая после имени %s в директиве .size"
17435
17436 #: config/tc-tic6x.c:406
17437 msgid "unexpected .handlerdata directive"
17438 msgstr ""
17439
17440 #: config/tc-tic6x.c:418
17441 msgid "personality routine required before .handlerdata directive"
17442 msgstr ""
17443
17444 #: config/tc-tic6x.c:532
17445 msgid "expected symbol"
17446 msgstr ""
17447
17448 #: config/tc-tic6x.c:579
17449 msgid "expected comma after symbol name"
17450 msgstr ""
17451
17452 #: config/tc-tic6x.c:589
17453 #, c-format
17454 msgid "invalid length for .scomm directive"
17455 msgstr ""
17456
17457 #: config/tc-tic6x.c:603
17458 msgid "alignment is not a positive number"
17459 msgstr ""
17460
17461 #: config/tc-tic6x.c:615
17462 msgid "alignment is not a power of 2"
17463 msgstr ""
17464
17465 #: config/tc-tic6x.c:630
17466 #, c-format
17467 msgid "attempt to re-define symbol `%s'"
17468 msgstr ""
17469
17470 #: config/tc-tic6x.c:639
17471 #, c-format
17472 msgid "attempt to redefine `%s' with a different length"
17473 msgstr ""
17474
17475 #: config/tc-tic6x.c:841
17476 #, fuzzy
17477 #| msgid "multiple emulation names specified"
17478 msgid "multiple '||' on same line"
17479 msgstr "указано несколько имён эмуляции"
17480
17481 #: config/tc-tic6x.c:844
17482 msgid "'||' after predicate"
17483 msgstr ""
17484
17485 #: config/tc-tic6x.c:888
17486 #, fuzzy
17487 #| msgid "multiple emulation names specified"
17488 msgid "multiple predicates on same line"
17489 msgstr "указано несколько имён эмуляции"
17490
17491 #: config/tc-tic6x.c:894
17492 #, c-format
17493 msgid "bad predicate '%s'"
17494 msgstr ""
17495
17496 #: config/tc-tic6x.c:905
17497 #, fuzzy
17498 #| msgid "Infinities are not supported by this target\n"
17499 msgid "predication on A0 not supported on this architecture"
17500 msgstr "Бесконечность не поддерживается этой целью\n"
17501
17502 #: config/tc-tic6x.c:938
17503 msgid "label after '||'"
17504 msgstr ""
17505
17506 #: config/tc-tic6x.c:944
17507 msgid "label after predicate"
17508 msgstr ""
17509
17510 #: config/tc-tic6x.c:968
17511 msgid "'||' not followed by instruction"
17512 msgstr ""
17513
17514 #: config/tc-tic6x.c:974
17515 msgid "predicate not followed by instruction"
17516 msgstr ""
17517
17518 #: config/tc-tic6x.c:1407
17519 #, fuzzy, c-format
17520 #| msgid "Infinities are not supported by this target\n"
17521 msgid "control register '%s' not supported on this architecture"
17522 msgstr "Бесконечность не поддерживается этой целью\n"
17523
17524 #: config/tc-tic6x.c:1586 config/tc-tic6x.c:1589 config/tc-tic6x.c:1642
17525 #: config/tc-tic6x.c:1646
17526 #, fuzzy, c-format
17527 #| msgid "Infinities are not supported by this target\n"
17528 msgid "register number %u not supported on this architecture"
17529 msgstr "Бесконечность не поддерживается этой целью\n"
17530
17531 #: config/tc-tic6x.c:1617
17532 #, c-format
17533 msgid "register pair for operand %u of '%.*s' not a valid even/odd pair"
17534 msgstr ""
17535
17536 #: config/tc-tic6x.c:1673
17537 #, c-format
17538 msgid "junk after operand %u of '%.*s'"
17539 msgstr ""
17540
17541 #: config/tc-tic6x.c:1686
17542 #, c-format
17543 msgid "bad register or register pair for operand %u of '%.*s'"
17544 msgstr ""
17545
17546 #: config/tc-tic6x.c:1692
17547 #, c-format
17548 msgid "bad register for operand %u of '%.*s'"
17549 msgstr ""
17550
17551 #: config/tc-tic6x.c:1697
17552 #, c-format
17553 msgid "bad register pair for operand %u of '%.*s'"
17554 msgstr ""
17555
17556 #: config/tc-tic6x.c:1702
17557 #, c-format
17558 msgid "bad functional unit for operand %u of '%.*s'"
17559 msgstr ""
17560
17561 #: config/tc-tic6x.c:1707
17562 #, c-format
17563 msgid "bad operand %u of '%.*s'"
17564 msgstr ""
17565
17566 #: config/tc-tic6x.c:1839
17567 msgid "$DSBT_INDEX must be used with __c6xabi_DSBT_BASE"
17568 msgstr ""
17569
17570 #: config/tc-tic6x.c:1879
17571 #, fuzzy
17572 #| msgid "NaNs are not supported by this target\n"
17573 msgid "$DSBT_INDEX not supported in this context"
17574 msgstr "NaN не поддерживается этой целью\n"
17575
17576 #: config/tc-tic6x.c:1892
17577 #, fuzzy
17578 #| msgid "NaNs are not supported by this target\n"
17579 msgid "$GOT not supported in this context"
17580 msgstr "NaN не поддерживается этой целью\n"
17581
17582 #: config/tc-tic6x.c:1909
17583 #, fuzzy
17584 #| msgid "NaNs are not supported by this target\n"
17585 msgid "$DPR_GOT not supported in this context"
17586 msgstr "NaN не поддерживается этой целью\n"
17587
17588 #: config/tc-tic6x.c:1930
17589 #, fuzzy
17590 #| msgid "NaNs are not supported by this target\n"
17591 msgid "$DPR_BYTE not supported in this context"
17592 msgstr "NaN не поддерживается этой целью\n"
17593
17594 #: config/tc-tic6x.c:1947
17595 #, fuzzy
17596 #| msgid "NaNs are not supported by this target\n"
17597 msgid "$DPR_HWORD not supported in this context"
17598 msgstr "NaN не поддерживается этой целью\n"
17599
17600 #: config/tc-tic6x.c:1964
17601 #, fuzzy
17602 #| msgid "NaNs are not supported by this target\n"
17603 msgid "$DPR_WORD not supported in this context"
17604 msgstr "NaN не поддерживается этой целью\n"
17605
17606 #: config/tc-tic6x.c:1983
17607 #, fuzzy
17608 #| msgid "NaNs are not supported by this target\n"
17609 msgid "$PCR_OFFSET not supported in this context"
17610 msgstr "NaN не поддерживается этой целью\n"
17611
17612 #: config/tc-tic6x.c:1994
17613 msgid "invalid PC-relative operand"
17614 msgstr ""
17615
17616 #: config/tc-tic6x.c:2031
17617 #, c-format
17618 msgid "no %d-byte relocations available"
17619 msgstr ""
17620
17621 #: config/tc-tic6x.c:2518 config/tc-tic6x.c:2549 config/tc-tic6x.c:2567
17622 #: config/tc-tic6x.c:2997 config/tc-tic6x.c:3016 config/tc-tic6x.c:3048
17623 #, c-format
17624 msgid "operand %u of '%.*s' out of range"
17625 msgstr ""
17626
17627 #: config/tc-tic6x.c:2611 config/tc-tic6x.c:2836
17628 #, c-format
17629 msgid "offset in operand %u of '%.*s' not divisible by %u"
17630 msgstr ""
17631
17632 #: config/tc-tic6x.c:2828 config/tc-tic6x.c:2861
17633 #, c-format
17634 msgid "offset in operand %u of '%.*s' out of range"
17635 msgstr ""
17636
17637 #: config/tc-tic6x.c:2943
17638 #, c-format
17639 msgid "functional unit already masked for operand %u of '%.*s'"
17640 msgstr ""
17641
17642 #: config/tc-tic6x.c:2967 config/tc-tic6x.c:3726
17643 #, c-format
17644 msgid "'%.*s' instruction not in a software pipelined loop"
17645 msgstr ""
17646
17647 #: config/tc-tic6x.c:3066
17648 #, c-format
17649 msgid "instruction '%.*s' cannot be predicated"
17650 msgstr ""
17651
17652 #: config/tc-tic6x.c:3334
17653 #, fuzzy, c-format
17654 #| msgid "NaNs are not supported by this target\n"
17655 msgid "'%.*s' instruction not supported on this architecture"
17656 msgstr "NaN не поддерживается этой целью\n"
17657
17658 #: config/tc-tic6x.c:3342
17659 #, c-format
17660 msgid "'%.*s' instruction not supported on this functional unit"
17661 msgstr ""
17662
17663 #: config/tc-tic6x.c:3350
17664 #, c-format
17665 msgid "'%.*s' instruction not supported on this functional unit for this architecture"
17666 msgstr ""
17667
17668 #: config/tc-tic6x.c:3370
17669 #, fuzzy
17670 #| msgid "missing operand"
17671 msgid "missing operand after comma"
17672 msgstr "пропущен операнд"
17673
17674 #: config/tc-tic6x.c:3378 config/tc-tic6x.c:3396
17675 #, c-format
17676 msgid "too many operands to '%.*s'"
17677 msgstr ""
17678
17679 #: config/tc-tic6x.c:3409
17680 #, c-format
17681 msgid "bad number of operands to '%.*s'"
17682 msgstr ""
17683
17684 #: config/tc-tic6x.c:3481
17685 #, c-format
17686 msgid "operand %u of '%.*s' not constant"
17687 msgstr ""
17688
17689 #: config/tc-tic6x.c:3486
17690 #, c-format
17691 msgid "operand %u of '%.*s' on wrong side"
17692 msgstr ""
17693
17694 #: config/tc-tic6x.c:3491
17695 #, c-format
17696 msgid "operand %u of '%.*s' not a valid return address register"
17697 msgstr ""
17698
17699 #: config/tc-tic6x.c:3497
17700 #, c-format
17701 msgid "operand %u of '%.*s' is write-only"
17702 msgstr ""
17703
17704 #: config/tc-tic6x.c:3502
17705 #, c-format
17706 msgid "operand %u of '%.*s' is read-only"
17707 msgstr ""
17708
17709 #: config/tc-tic6x.c:3507
17710 #, c-format
17711 msgid "operand %u of '%.*s' not a valid memory reference"
17712 msgstr ""
17713
17714 #: config/tc-tic6x.c:3513
17715 #, c-format
17716 msgid "operand %u of '%.*s' not a valid base address register"
17717 msgstr ""
17718
17719 #: config/tc-tic6x.c:3599
17720 #, c-format
17721 msgid "bad operand combination for '%.*s'"
17722 msgstr ""
17723
17724 #: config/tc-tic6x.c:3645
17725 msgid "parallel instruction not following another instruction"
17726 msgstr ""
17727
17728 #: config/tc-tic6x.c:3651
17729 msgid "too many instructions in execute packet"
17730 msgstr ""
17731
17732 #: config/tc-tic6x.c:3656
17733 msgid "label not at start of execute packet"
17734 msgstr ""
17735
17736 #: config/tc-tic6x.c:3659
17737 #, c-format
17738 msgid "'%.*s' instruction not at start of execute packet"
17739 msgstr ""
17740
17741 #: config/tc-tic6x.c:3707
17742 msgid "functional unit already used in this execute packet"
17743 msgstr ""
17744
17745 #: config/tc-tic6x.c:3715
17746 msgid "nested software pipelined loop"
17747 msgstr ""
17748
17749 #: config/tc-tic6x.c:3734
17750 msgid "'||^' without previous SPMASK"
17751 msgstr ""
17752
17753 #: config/tc-tic6x.c:3736
17754 msgid "cannot mask instruction using no functional unit"
17755 msgstr ""
17756
17757 #: config/tc-tic6x.c:3748
17758 msgid "functional unit already masked"
17759 msgstr ""
17760
17761 #: config/tc-tic6x.c:3813
17762 msgid "value too large for 2-byte field"
17763 msgstr ""
17764
17765 #: config/tc-tic6x.c:3823
17766 msgid "value too large for 1-byte field"
17767 msgstr ""
17768
17769 #: config/tc-tic6x.c:3950
17770 msgid "immediate offset not 2-byte-aligned"
17771 msgstr ""
17772
17773 #: config/tc-tic6x.c:3978
17774 msgid "immediate offset not 4-byte-aligned"
17775 msgstr ""
17776
17777 #: config/tc-tic6x.c:3992
17778 msgid "addend used with $DSBT_INDEX"
17779 msgstr ""
17780
17781 #: config/tc-tic6x.c:4006 config/tc-tic6x.c:4024 config/tc-tic6x.c:4042
17782 #: config/tc-tic6x.c:4060
17783 msgid "PC-relative offset not 4-byte-aligned"
17784 msgstr ""
17785
17786 #: config/tc-tic6x.c:4009 config/tc-tic6x.c:4027 config/tc-tic6x.c:4045
17787 #: config/tc-tic6x.c:4063
17788 msgid "PC-relative offset out of range"
17789 msgstr ""
17790
17791 #: config/tc-tic6x.c:4542
17792 #, c-format
17793 msgid "undefined symbol %s in PCR relocation"
17794 msgstr ""
17795
17796 #: config/tc-tic6x.c:4660
17797 #, c-format
17798 msgid "group section `%s' has no group signature"
17799 msgstr ""
17800
17801 #: config/tc-tic6x.c:4812
17802 msgid "missing .endp before .cfi_startproc"
17803 msgstr ""
17804
17805 #: config/tc-tic6x.c:4917
17806 msgid "stack pointer offset too large for personality routine"
17807 msgstr ""
17808
17809 #: config/tc-tic6x.c:4924
17810 msgid "stack frame layout does not match personality routine"
17811 msgstr ""
17812
17813 #: config/tc-tic6x.c:5058
17814 msgid "too many unwinding instructions"
17815 msgstr ""
17816
17817 #: config/tc-tic6x.c:5133 config/tc-tic6x.c:5146 config/tc-tic6x.c:5154
17818 #, c-format
17819 msgid "unable to generate unwinding opcode for reg %d"
17820 msgstr ""
17821
17822 #: config/tc-tic6x.c:5163
17823 msgid "unable to restore return address from previously restored reg"
17824 msgstr ""
17825
17826 #: config/tc-tic6x.c:5175
17827 #, c-format
17828 msgid "unhandled CFA insn for unwinding (%d)"
17829 msgstr ""
17830
17831 #: config/tc-tic6x.c:5185
17832 #, c-format
17833 msgid "unable to generate unwinding opcode for frame pointer reg %d"
17834 msgstr ""
17835
17836 #: config/tc-tic6x.c:5194
17837 msgid "unable to generate unwinding opcode for frame pointer offset"
17838 msgstr ""
17839
17840 #: config/tc-tic6x.c:5203
17841 msgid "unwound stack pointer not doubleword aligned"
17842 msgstr ""
17843
17844 #: config/tc-tic6x.c:5348
17845 msgid "stack frame layout too complex for unwinder"
17846 msgstr ""
17847
17848 #: config/tc-tic6x.c:5365
17849 msgid "unwound frame has negative size"
17850 msgstr ""
17851
17852 #: config/tc-tilegx.c:142
17853 #, c-format
17854 msgid ""
17855 "  -Q                      ignored\n"
17856 "  -V                      print assembler version number\n"
17857 "  -EB/-EL                 generate big-endian/little-endian code\n"
17858 "  --32/--64               generate 32bit/64bit code\n"
17859 msgstr ""
17860
17861 #: config/tc-tilegx.c:736 config/tc-tilepro.c:627
17862 msgid "Invalid operator for operand."
17863 msgstr ""
17864
17865 #: config/tc-tilegx.c:757 config/tc-tilepro.c:648
17866 msgid "Operator may only be applied to symbols."
17867 msgstr ""
17868
17869 #: config/tc-tilegx.c:822 config/tc-tilepro.c:713
17870 #, c-format
17871 msgid "Writes to register '%s' are not allowed."
17872 msgstr ""
17873
17874 #: config/tc-tilegx.c:849 config/tc-tilepro.c:740
17875 #, c-format
17876 msgid "Two instructions in the same bundle both write to register %s, which is not allowed."
17877 msgstr ""
17878
17879 #: config/tc-tilegx.c:914 config/tc-tilepro.c:804
17880 #, c-format
17881 msgid "'%s' may not be bundled with other instructions."
17882 msgstr ""
17883
17884 #: config/tc-tilegx.c:944 config/tc-tilepro.c:834
17885 msgid "Invalid combination of instructions for bundle."
17886 msgstr ""
17887
17888 #: config/tc-tilegx.c:979 config/tc-tilepro.c:869
17889 msgid "instruction address is not a multiple of 8"
17890 msgstr ""
17891
17892 #: config/tc-tilegx.c:1056 config/tc-tilepro.c:947
17893 msgid "Invalid expression."
17894 msgstr ""
17895
17896 #: config/tc-tilegx.c:1102 config/tc-tilepro.c:989
17897 #, c-format
17898 msgid "Expected register, got '%s'."
17899 msgstr ""
17900
17901 #: config/tc-tilegx.c:1109 config/tc-tilepro.c:996
17902 #, c-format
17903 msgid "Found use of non-canonical register name %s; use %s instead."
17904 msgstr ""
17905
17906 #: config/tc-tilegx.c:1169 config/tc-tilepro.c:1055
17907 #, c-format
17908 msgid "Too few operands to '%s'."
17909 msgstr ""
17910
17911 #: config/tc-tilegx.c:1174 config/tc-tilepro.c:1060
17912 #, c-format
17913 msgid "Unexpected character '%c' after operand %d to %s."
17914 msgstr ""
17915
17916 #: config/tc-tilegx.c:1195 config/tc-tilepro.c:1081
17917 msgid "Expected immediate expression"
17918 msgstr ""
17919
17920 #: config/tc-tilegx.c:1208 config/tc-tilegx.c:1813 config/tc-tilepro.c:1094
17921 #: config/tc-tilepro.c:1593
17922 msgid "Found '}' when not bundling."
17923 msgstr ""
17924
17925 #: config/tc-tilegx.c:1249 config/tc-tilepro.c:1134
17926 #, c-format
17927 msgid "Unknown opcode `%.*s'."
17928 msgstr ""
17929
17930 #: config/tc-tilegx.c:1260 config/tc-tilepro.c:1145
17931 msgid "Too many instructions for bundle."
17932 msgstr ""
17933
17934 #: config/tc-tilegx.c:1355 config/tc-tilepro.c:1230
17935 msgid "Bad call to md_atof ()"
17936 msgstr ""
17937
17938 #: config/tc-tilegx.c:1431 config/tc-tilepro.c:1293
17939 msgid "This operator only produces two byte values."
17940 msgstr ""
17941
17942 #: config/tc-tilegx.c:1457 config/tc-tilepro.c:1319
17943 #, fuzzy, c-format
17944 #| msgid "unsupported section attribute '%c'"
17945 msgid "unsupported BFD relocation size %d"
17946 msgstr "неподдерживаемый атрибут раздела %c"
17947
17948 #: config/tc-tilegx.c:1758 config/tc-tilepro.c:1538
17949 #, c-format
17950 msgid "internal error? cannot generate `%s' relocation (%d, %d)"
17951 msgstr ""
17952
17953 #: config/tc-tilegx.c:1801 config/tc-tilepro.c:1581
17954 msgid "Found '{' when already bundling."
17955 msgstr ""
17956
17957 #: config/tc-tilepro.c:99
17958 #, fuzzy, c-format
17959 #| msgid "  --version               print assembler version number and exit\n"
17960 msgid ""
17961 "  -Q                      ignored\n"
17962 "  -V                      print assembler version number\n"
17963 msgstr "  --version               показать версию ассемблера и закончить работу\n"
17964
17965 #: config/tc-v850.c:294
17966 #, c-format
17967 msgid ".COMMon length (%d.) < 0! Ignored."
17968 msgstr ""
17969
17970 #: config/tc-v850.c:315
17971 #, c-format
17972 msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
17973 msgstr ""
17974
17975 #: config/tc-v850.c:341
17976 msgid "Common alignment negative; 0 assumed"
17977 msgstr ""
17978
17979 #: config/tc-v850.c:545
17980 msgid ".longcall pseudo-op seen when not relaxing"
17981 msgstr ""
17982
17983 #: config/tc-v850.c:547
17984 msgid ".longjump pseudo-op seen when not relaxing"
17985 msgstr ""
17986
17987 #: config/tc-v850.c:554
17988 msgid "bad .longcall format"
17989 msgstr ""
17990
17991 #: config/tc-v850.c:1393
17992 #, c-format
17993 msgid "unknown operand shift: %x\n"
17994 msgstr ""
17995
17996 #: config/tc-v850.c:1394
17997 msgid "internal failure in parse_register_list"
17998 msgstr ""
17999
18000 #: config/tc-v850.c:1410
18001 msgid "constant expression or register list expected"
18002 msgstr ""
18003
18004 #: config/tc-v850.c:1415
18005 msgid "high bits set in register list expression"
18006 msgstr ""
18007
18008 #: config/tc-v850.c:1453 config/tc-v850.c:1510
18009 msgid "illegal register included in list"
18010 msgstr ""
18011
18012 #: config/tc-v850.c:1459
18013 msgid "system registers cannot be included in list"
18014 msgstr ""
18015
18016 #: config/tc-v850.c:1485
18017 msgid "second register should follow dash in register list"
18018 msgstr ""
18019
18020 #: config/tc-v850.c:1490
18021 msgid "second register should be greater than first register"
18022 msgstr ""
18023
18024 #: config/tc-v850.c:1540
18025 #, c-format
18026 msgid " V850 options:\n"
18027 msgstr ""
18028
18029 #: config/tc-v850.c:1541
18030 #, c-format
18031 msgid "  -mwarn-signed-overflow    Warn if signed immediate values overflow\n"
18032 msgstr ""
18033
18034 #: config/tc-v850.c:1542
18035 #, c-format
18036 msgid "  -mwarn-unsigned-overflow  Warn if unsigned immediate values overflow\n"
18037 msgstr ""
18038
18039 #: config/tc-v850.c:1543
18040 #, c-format
18041 msgid "  -mv850                    The code is targeted at the v850\n"
18042 msgstr ""
18043
18044 #: config/tc-v850.c:1544
18045 #, c-format
18046 msgid "  -mv850e                   The code is targeted at the v850e\n"
18047 msgstr ""
18048
18049 #: config/tc-v850.c:1545
18050 #, c-format
18051 msgid "  -mv850e1                  The code is targeted at the v850e1\n"
18052 msgstr ""
18053
18054 #: config/tc-v850.c:1546
18055 #, fuzzy, c-format
18056 #| msgid "  --help                  show this message and exit\n"
18057 msgid "  -mv850e2                  The code is targeted at the v850e2\n"
18058 msgstr "  --help                  показать это сообщение и закончить работу\n"
18059
18060 #: config/tc-v850.c:1547
18061 #, c-format
18062 msgid "  -mv850e2v3                The code is targeted at the v850e2v3\n"
18063 msgstr ""
18064
18065 #: config/tc-v850.c:1548
18066 #, c-format
18067 msgid "  -mv850e2v4                Alias for -mv850e3v5\n"
18068 msgstr ""
18069
18070 #: config/tc-v850.c:1549
18071 #, c-format
18072 msgid "  -mv850e3v5                The code is targeted at the v850e3v5\n"
18073 msgstr ""
18074
18075 #: config/tc-v850.c:1550
18076 #, c-format
18077 msgid "  -mrelax                   Enable relaxation\n"
18078 msgstr ""
18079
18080 #: config/tc-v850.c:1551
18081 #, c-format
18082 msgid "  --disp-size-default-22    branch displacement with unknown size is 22 bits (default)\n"
18083 msgstr ""
18084
18085 #: config/tc-v850.c:1552
18086 #, c-format
18087 msgid "  --disp-size-default-32    branch displacement with unknown size is 32 bits\n"
18088 msgstr ""
18089
18090 #: config/tc-v850.c:1553
18091 #, fuzzy, c-format
18092 #| msgid "  --version               print assembler version number and exit\n"
18093 msgid "  -mextension               enable extension opcode support\n"
18094 msgstr "  --version               показать версию ассемблера и закончить работу\n"
18095
18096 #: config/tc-v850.c:1554
18097 #, c-format
18098 msgid "  -mno-bcond17\t\t  disable b<cond> disp17 instruction\n"
18099 msgstr ""
18100
18101 #: config/tc-v850.c:1555
18102 #, c-format
18103 msgid "  -mno-stld23\t\t  disable st/ld offset23 instruction\n"
18104 msgstr ""
18105
18106 #: config/tc-v850.c:1556
18107 #, c-format
18108 msgid "  -mgcc-abi                 Mark the binary as using the old GCC ABI\n"
18109 msgstr ""
18110
18111 #: config/tc-v850.c:1557
18112 #, c-format
18113 msgid "  -mrh850-abi               Mark the binary as using the RH850 ABI (default)\n"
18114 msgstr ""
18115
18116 #: config/tc-v850.c:1558
18117 #, c-format
18118 msgid "  -m8byte-align             Mark the binary as using 64-bit alignment\n"
18119 msgstr ""
18120
18121 #: config/tc-v850.c:1559
18122 #, c-format
18123 msgid "  -m4byte-align             Mark the binary as using 32-bit alignment (default)\n"
18124 msgstr ""
18125
18126 #: config/tc-v850.c:1560
18127 #, c-format
18128 msgid "  -msoft-float              Mark the binary as not using FP insns (default for pre e2v3)\n"
18129 msgstr ""
18130
18131 #: config/tc-v850.c:1561
18132 #, c-format
18133 msgid "  -mhard-float              Mark the binary as using FP insns (default for e2v3 and up)\n"
18134 msgstr ""
18135
18136 #: config/tc-v850.c:1949
18137 #, c-format
18138 msgid "Unable to determine default target processor from string: %s"
18139 msgstr ""
18140
18141 #: config/tc-v850.c:1993
18142 msgid "hi0() relocation used on an instruction which does not support it"
18143 msgstr ""
18144
18145 #: config/tc-v850.c:2013
18146 msgid "hi() relocation used on an instruction which does not support it"
18147 msgstr ""
18148
18149 #: config/tc-v850.c:2036
18150 msgid "lo() relocation used on an instruction which does not support it"
18151 msgstr ""
18152
18153 #: config/tc-v850.c:2046
18154 msgid "ctoff() is not supported by the rh850 ABI. Use -mgcc-abi instead"
18155 msgstr ""
18156
18157 #: config/tc-v850.c:2062
18158 msgid "ctoff() relocation used on an instruction which does not support it"
18159 msgstr ""
18160
18161 #: config/tc-v850.c:2081
18162 msgid "sdaoff() relocation used on an instruction which does not support it"
18163 msgstr ""
18164
18165 #: config/tc-v850.c:2100
18166 msgid "zdaoff() relocation used on an instruction which does not support it"
18167 msgstr ""
18168
18169 #: config/tc-v850.c:2132
18170 msgid "tdaoff() relocation used on an instruction which does not support it"
18171 msgstr ""
18172
18173 #: config/tc-v850.c:2273
18174 #, c-format
18175 msgid "operand out of range (%d is not between %d and %d)"
18176 msgstr ""
18177
18178 #: config/tc-v850.c:2356
18179 msgid "st/ld offset 23 instruction was disabled ."
18180 msgstr ""
18181
18182 #: config/tc-v850.c:2365
18183 msgid "Target processor does not support this instruction."
18184 msgstr ""
18185
18186 #: config/tc-v850.c:2477 config/tc-v850.c:2487 config/tc-v850.c:2508
18187 #: config/tc-v850.c:2522 config/tc-v850.c:2528 config/tc-v850.c:2552
18188 #: config/tc-v850.c:2558 config/tc-v850.c:2565 config/tc-v850.c:2579
18189 #: config/tc-v850.c:2593 config/tc-v850.c:2599 config/tc-v850.c:2936
18190 msgid "immediate operand is too large"
18191 msgstr ""
18192
18193 #: config/tc-v850.c:2494
18194 #, c-format
18195 msgid "AAARG -> unhandled constant reloc: %d"
18196 msgstr ""
18197
18198 #: config/tc-v850.c:2629 config/tc-v850.c:2640
18199 msgid "constant too big to fit into instruction"
18200 msgstr ""
18201
18202 #: config/tc-v850.c:2715
18203 msgid "odd number cannot be used here"
18204 msgstr ""
18205
18206 #: config/tc-v850.c:2760
18207 msgid "invalid register name"
18208 msgstr ""
18209
18210 #: config/tc-v850.c:2766
18211 msgid "register r0 cannot be used here"
18212 msgstr ""
18213
18214 #: config/tc-v850.c:2772
18215 msgid "odd register cannot be used here"
18216 msgstr ""
18217
18218 #: config/tc-v850.c:2781
18219 msgid "invalid system register name"
18220 msgstr ""
18221
18222 #: config/tc-v850.c:2795
18223 msgid "expected EP register"
18224 msgstr ""
18225
18226 #: config/tc-v850.c:2812 config/tc-v850.c:2825
18227 msgid "invalid condition code name"
18228 msgstr ""
18229
18230 #: config/tc-v850.c:2818
18231 msgid "condition sa cannot be used here"
18232 msgstr ""
18233
18234 #: config/tc-v850.c:2831
18235 msgid "invalid cache operation name"
18236 msgstr ""
18237
18238 #: config/tc-v850.c:2836
18239 msgid "invalid pref operation name"
18240 msgstr ""
18241
18242 #: config/tc-v850.c:2841
18243 msgid "invalid vector register name"
18244 msgstr ""
18245
18246 #: config/tc-v850.c:2879
18247 msgid "syntax error: value is missing before the register name"
18248 msgstr ""
18249
18250 #: config/tc-v850.c:2881
18251 msgid "syntax error: register not expected"
18252 msgstr ""
18253
18254 #: config/tc-v850.c:2895
18255 msgid "syntax error: system register not expected"
18256 msgstr ""
18257
18258 #: config/tc-v850.c:2900 config/tc-v850.c:2905
18259 msgid "syntax error: condition code not expected"
18260 msgstr ""
18261
18262 #: config/tc-v850.c:2910
18263 msgid "syntax error: vector register not expected"
18264 msgstr ""
18265
18266 #: config/tc-v850.c:2920
18267 msgid "immediate 0 cannot be used here"
18268 msgstr ""
18269
18270 #: config/tc-v850.c:2944
18271 msgid "immediate operand is not match"
18272 msgstr ""
18273
18274 #: config/tc-v850.c:2957
18275 msgid "displacement is too large"
18276 msgstr ""
18277
18278 #: config/tc-v850.c:2975 config/tc-xtensa.c:13081
18279 msgid "invalid operand"
18280 msgstr ""
18281
18282 #: config/tc-v850.c:3087
18283 #, fuzzy
18284 #| msgid "relocation is not supported"
18285 msgid "loop: 32-bit displacement not supported"
18286 msgstr "перемещение не поддерживается"
18287
18288 #: config/tc-vax.c:1344
18289 msgid "no '[' to match ']'"
18290 msgstr ""
18291
18292 #: config/tc-vax.c:1360
18293 msgid "bad register in []"
18294 msgstr ""
18295
18296 #: config/tc-vax.c:1362
18297 msgid "[PC] index banned"
18298 msgstr ""
18299
18300 #: config/tc-vax.c:1398
18301 msgid "no '(' to match ')'"
18302 msgstr ""
18303
18304 #: config/tc-vax.c:1514
18305 msgid "invalid branch operand"
18306 msgstr ""
18307
18308 #: config/tc-vax.c:1541
18309 msgid "address prohibits @"
18310 msgstr ""
18311
18312 #: config/tc-vax.c:1543
18313 msgid "address prohibits #"
18314 msgstr ""
18315
18316 #: config/tc-vax.c:1547
18317 msgid "address prohibits -()"
18318 msgstr ""
18319
18320 #: config/tc-vax.c:1549
18321 msgid "address prohibits ()+"
18322 msgstr ""
18323
18324 #: config/tc-vax.c:1552
18325 msgid "address prohibits ()"
18326 msgstr ""
18327
18328 #: config/tc-vax.c:1554
18329 msgid "address prohibits []"
18330 msgstr ""
18331
18332 #: config/tc-vax.c:1556
18333 msgid "address prohibits register"
18334 msgstr ""
18335
18336 #: config/tc-vax.c:1558
18337 msgid "address prohibits displacement length specifier"
18338 msgstr ""
18339
18340 #: config/tc-vax.c:1586
18341 msgid "invalid operand of S^#"
18342 msgstr ""
18343
18344 #: config/tc-vax.c:1599
18345 msgid "S^# needs expression"
18346 msgstr ""
18347
18348 #: config/tc-vax.c:1606
18349 msgid "S^# may only read-access"
18350 msgstr ""
18351
18352 #: config/tc-vax.c:1629
18353 msgid "invalid operand of -()"
18354 msgstr ""
18355
18356 #: config/tc-vax.c:1635
18357 msgid "-(PC) unpredictable"
18358 msgstr ""
18359
18360 #: config/tc-vax.c:1637
18361 msgid "[]index same as -()register: unpredictable"
18362 msgstr ""
18363
18364 #: config/tc-vax.c:1669
18365 msgid "invalid operand of ()+"
18366 msgstr ""
18367
18368 #: config/tc-vax.c:1675
18369 msgid "(PC)+ unpredictable"
18370 msgstr ""
18371
18372 #: config/tc-vax.c:1677
18373 msgid "[]index same as ()+register: unpredictable"
18374 msgstr ""
18375
18376 #: config/tc-vax.c:1700
18377 msgid "# conflicts length"
18378 msgstr ""
18379
18380 #: config/tc-vax.c:1702
18381 msgid "# bars register"
18382 msgstr ""
18383
18384 #: config/tc-vax.c:1722
18385 msgid "writing or modifying # is unpredictable"
18386 msgstr ""
18387
18388 #: config/tc-vax.c:1748
18389 msgid "length not needed"
18390 msgstr ""
18391
18392 #: config/tc-vax.c:1755
18393 msgid "can't []index a register, because it has no address"
18394 msgstr ""
18395
18396 #: config/tc-vax.c:1757
18397 msgid "a register has no address"
18398 msgstr ""
18399
18400 #: config/tc-vax.c:1766
18401 msgid "PC part of operand unpredictable"
18402 msgstr ""
18403
18404 #: config/tc-vax.c:1924
18405 msgid "odd number of bytes in operand description"
18406 msgstr ""
18407
18408 #: config/tc-vax.c:1938
18409 msgid "Bad operand"
18410 msgstr ""
18411
18412 #: config/tc-vax.c:1943
18413 msgid "Not enough operands"
18414 msgstr ""
18415
18416 #: config/tc-vax.c:2220
18417 msgid "SYMBOL TABLE not implemented"
18418 msgstr ""
18419
18420 #: config/tc-vax.c:2224
18421 msgid "TOKEN TRACE not implemented"
18422 msgstr ""
18423
18424 #: config/tc-vax.c:2228
18425 #, c-format
18426 msgid "Displacement length %s ignored!"
18427 msgstr ""
18428
18429 #: config/tc-vax.c:2232
18430 #, c-format
18431 msgid "I don't need or use temp. file \"%s\"."
18432 msgstr ""
18433
18434 #: config/tc-vax.c:2236
18435 msgid "I don't use an interpass file! -V ignored"
18436 msgstr ""
18437
18438 #: config/tc-vax.c:2293
18439 #, c-format
18440 msgid ""
18441 "VAX options:\n"
18442 "-d LENGTH\t\tignored\n"
18443 "-J\t\t\tignored\n"
18444 "-S\t\t\tignored\n"
18445 "-t FILE\t\t\tignored\n"
18446 "-T\t\t\tignored\n"
18447 "-V\t\t\tignored\n"
18448 msgstr ""
18449
18450 #: config/tc-vax.c:2302
18451 #, c-format
18452 msgid ""
18453 "VMS options:\n"
18454 "-+\t\t\thash encode names longer than 31 characters\n"
18455 "-1\t\t\t`const' handling compatible with gcc 1.x\n"
18456 "-H\t\t\tshow new symbol after hash truncation\n"
18457 "-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n"
18458 "\t\t\t0 = upper, 2 = lower, 3 = preserve case\n"
18459 "-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n"
18460 msgstr ""
18461
18462 #: config/tc-vax.c:2467
18463 #, c-format
18464 msgid "Ignoring statement due to \"%s\""
18465 msgstr ""
18466
18467 #: config/tc-vax.c:2484
18468 #, c-format
18469 msgid "Aborting because statement has \"%s\""
18470 msgstr ""
18471
18472 #: config/tc-vax.c:2529
18473 msgid "Can't relocate expression"
18474 msgstr ""
18475
18476 #: config/tc-vax.c:2632
18477 msgid "Bignum not permitted in short literal. Immediate mode assumed."
18478 msgstr ""
18479
18480 #: config/tc-vax.c:2641
18481 msgid "Can't do flonum short literal: immediate mode used."
18482 msgstr ""
18483
18484 #: config/tc-vax.c:2688
18485 #, c-format
18486 msgid "A bignum/flonum may not be a displacement: 0x%lx used"
18487 msgstr ""
18488
18489 #: config/tc-vax.c:3000
18490 #, c-format
18491 msgid "Short literal overflow(%ld.), immediate mode assumed."
18492 msgstr ""
18493
18494 #: config/tc-vax.c:3009
18495 #, c-format
18496 msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s"
18497 msgstr ""
18498
18499 #: config/tc-vax.c:3074
18500 msgid "Length specification ignored. Address mode 9F used"
18501 msgstr ""
18502
18503 #: config/tc-vax.c:3132
18504 msgid "Invalid operand: immediate value used as base address."
18505 msgstr ""
18506
18507 #: config/tc-vax.c:3134
18508 msgid "Invalid operand: immediate value used as address."
18509 msgstr ""
18510
18511 #: config/tc-vax.c:3159
18512 #, c-format
18513 msgid "Symbol %s used as immediate operand in PIC mode."
18514 msgstr ""
18515
18516 #: config/tc-vax.c:3264
18517 #, c-format
18518 msgid "VIP_BEGIN error:%s"
18519 msgstr ""
18520
18521 #: config/tc-visium.c:862
18522 msgid "Bad call to MD_ATOF()"
18523 msgstr ""
18524
18525 #: config/tc-wasm32.c:117
18526 #, fuzzy, c-format
18527 #| msgid "GNU assembler %s\n"
18528 msgid "wasm32 assembler options:\n"
18529 msgstr "GNU ассемблер %s\n"
18530
18531 #: config/tc-wasm32.c:364
18532 #, fuzzy
18533 #| msgid "expected quoted string"
18534 msgid "unexpected negative constant"
18535 msgstr "ожидается строка в кавычках"
18536
18537 #: config/tc-wasm32.c:426
18538 msgid "no function type on PLT reloc"
18539 msgstr ""
18540
18541 #: config/tc-wasm32.c:441
18542 msgid "couldn't find relocation to use"
18543 msgstr ""
18544
18545 #: config/tc-wasm32.c:513
18546 msgid "Not a function type"
18547 msgstr ""
18548
18549 #: config/tc-wasm32.c:529
18550 #, c-format
18551 msgid "Unknown type %c\n"
18552 msgstr ""
18553
18554 #: config/tc-wasm32.c:551 config/tc-wasm32.c:577
18555 msgid "Unknown type"
18556 msgstr ""
18557
18558 #: config/tc-wasm32.c:625
18559 msgid "only single block types allowed"
18560 msgstr ""
18561
18562 #: config/tc-wasm32.c:635
18563 msgid "instruction does not take a block type"
18564 msgstr ""
18565
18566 #: config/tc-wasm32.c:652
18567 #, fuzzy
18568 #| msgid "missing operand"
18569 msgid "missing block type"
18570 msgstr "пропущен операнд"
18571
18572 #: config/tc-wasm32.c:661 config/tc-wasm32.c:665
18573 #, fuzzy
18574 #| msgid "missing name"
18575 msgid "missing alignment hint"
18576 msgstr "пропущено имя"
18577
18578 #: config/tc-wasm32.c:669
18579 #, fuzzy
18580 #| msgid "missing name"
18581 msgid "missing offset"
18582 msgstr "пропущено имя"
18583
18584 #: config/tc-wasm32.c:675
18585 #, fuzzy
18586 #| msgid "missing operand"
18587 msgid "missing local index"
18588 msgstr "пропущен операнд"
18589
18590 #: config/tc-wasm32.c:680
18591 #, fuzzy
18592 #| msgid "missing operand"
18593 msgid "missing break count"
18594 msgstr "пропущен операнд"
18595
18596 #: config/tc-wasm32.c:685
18597 msgid "missing reserved current_memory/grow_memory argument"
18598 msgstr ""
18599
18600 #: config/tc-wasm32.c:689
18601 #, fuzzy
18602 #| msgid "missing name"
18603 msgid "missing call argument"
18604 msgstr "пропущено имя"
18605
18606 #: config/tc-wasm32.c:693
18607 #, fuzzy
18608 #| msgid "missing name"
18609 msgid "missing call signature"
18610 msgstr "пропущено имя"
18611
18612 #: config/tc-wasm32.c:695
18613 #, fuzzy
18614 #| msgid "missing operand"
18615 msgid "missing table index"
18616 msgstr "пропущен операнд"
18617
18618 #: config/tc-wasm32.c:726 config/tc-z80.c:1951 read.c:3755
18619 #, c-format
18620 msgid "junk at end of line, first unrecognized character is `%c'"
18621 msgstr ""
18622
18623 #: config/tc-xc16x.c:218
18624 #, c-format
18625 msgid " XC16X specific command line options:\n"
18626 msgstr ""
18627
18628 #: config/tc-xgate.c:215
18629 msgid "architecture variant invalid"
18630 msgstr ""
18631
18632 #: config/tc-xgate.c:370
18633 #, c-format
18634 msgid ""
18635 "Freescale XGATE co-processor options:\n"
18636 "  -mshort                 use 16-bit int ABI (default)\n"
18637 "  -mlong                  use 32-bit int ABI\n"
18638 "  -mshort-double          use 32-bit double ABI\n"
18639 "  -mlong-double           use 64-bit double ABI (default)\n"
18640 "  --mxgate                specify the processor variant [default %s]\n"
18641 "  --print-insn-syntax     print the syntax of instruction in case of error\n"
18642 "  --print-opcodes         print the list of instructions with syntax\n"
18643 "  --generate-example      generate an example of each instruction"
18644 msgstr ""
18645
18646 #: config/tc-xgate.c:493
18647 msgid "opcode missing or not found on input line"
18648 msgstr ""
18649
18650 #: config/tc-xgate.c:498
18651 #, c-format
18652 msgid "opcode %s not found in opcode hash table"
18653 msgstr ""
18654
18655 #: config/tc-xgate.c:511
18656 msgid "matching operands to opcode"
18657 msgstr ""
18658
18659 #: config/tc-xgate.c:549
18660 msgid ": processing macro, real opcode handle not found in hash"
18661 msgstr ""
18662
18663 #: config/tc-xgate.c:680
18664 #, c-format
18665 msgid "Value %ld not aligned by 2 for 9-bit PC-relative branch."
18666 msgstr ""
18667
18668 #: config/tc-xgate.c:697
18669 #, c-format
18670 msgid "Value %ld not aligned by 2 for 10-bit PC-relative branch."
18671 msgstr ""
18672
18673 #: config/tc-xgate.c:724
18674 msgid "Value out of 3-bit range."
18675 msgstr ""
18676
18677 #: config/tc-xgate.c:731
18678 msgid "Value out of 4-bit range."
18679 msgstr ""
18680
18681 #: config/tc-xgate.c:738
18682 msgid "Value out of 5-bit range."
18683 msgstr ""
18684
18685 #: config/tc-xgate.c:875
18686 msgid ":operand has too many bits"
18687 msgstr ""
18688
18689 #: config/tc-xgate.c:992
18690 msgid "unknown operand count"
18691 msgstr ""
18692
18693 #: config/tc-xgate.c:1236 config/tc-xgate.c:1248
18694 msgid ": expected register name r0-r7 "
18695 msgstr ""
18696
18697 #: config/tc-xgate.c:1284
18698 #, c-format
18699 msgid ":operand value(%d) too big for constraint"
18700 msgstr ""
18701
18702 #: config/tc-xgate.c:1302
18703 msgid "you must use a hi/lo directive or 16-bit macro to load a 16-bit value."
18704 msgstr ""
18705
18706 #: config/tc-xgate.c:1315
18707 #, fuzzy
18708 #| msgid "unknown section attribute '%c'"
18709 msgid ":unknown relocation constraint size"
18710 msgstr "неизвестный атрибут раздела %c"
18711
18712 #: config/tc-xgate.c:1322
18713 #, fuzzy
18714 #| msgid "unexpected storage class %d"
18715 msgid ": expected register name ccr "
18716 msgstr "неожиданный класс хранения %d"
18717
18718 #: config/tc-xgate.c:1328
18719 #, fuzzy
18720 #| msgid "unexpected storage class %d"
18721 msgid ": expected register name pc "
18722 msgstr "неожиданный класс хранения %d"
18723
18724 #: config/tc-xstormy16.c:77
18725 #, c-format
18726 msgid " XSTORMY16 specific command line options:\n"
18727 msgstr ""
18728
18729 #: config/tc-xstormy16.c:223
18730 #, c-format
18731 msgid "unsupported fptr fixup size %d"
18732 msgstr ""
18733
18734 #: config/tc-xstormy16.c:235
18735 #, c-format
18736 msgid "unsupported fixup size %d"
18737 msgstr ""
18738
18739 #: config/tc-xstormy16.c:266
18740 msgid "unsupported fptr fixup"
18741 msgstr ""
18742
18743 #: config/tc-xtensa.c:636
18744 msgid "illegal range of target hardware versions"
18745 msgstr ""
18746
18747 #: config/tc-xtensa.c:807
18748 msgid "--density option is ignored"
18749 msgstr ""
18750
18751 #: config/tc-xtensa.c:810
18752 msgid "--no-density option is ignored"
18753 msgstr ""
18754
18755 #: config/tc-xtensa.c:828
18756 msgid "--generics is deprecated; use --transform instead"
18757 msgstr ""
18758
18759 #: config/tc-xtensa.c:831
18760 msgid "--no-generics is deprecated; use --no-transform instead"
18761 msgstr ""
18762
18763 #: config/tc-xtensa.c:834
18764 msgid "--relax is deprecated; use --transform instead"
18765 msgstr ""
18766
18767 #: config/tc-xtensa.c:837
18768 msgid "--no-relax is deprecated; use --no-transform instead"
18769 msgstr ""
18770
18771 #: config/tc-xtensa.c:854
18772 msgid "--absolute-literals option not supported in this Xtensa configuration"
18773 msgstr ""
18774
18775 #: config/tc-xtensa.c:927
18776 msgid "prefer-l32r conflicts with prefer-const16"
18777 msgstr ""
18778
18779 #: config/tc-xtensa.c:933
18780 msgid "prefer-const16 conflicts with prefer-l32r"
18781 msgstr ""
18782
18783 #: config/tc-xtensa.c:942 config/tc-xtensa.c:951 config/tc-xtensa.c:955
18784 msgid "invalid target hardware version"
18785 msgstr ""
18786
18787 #: config/tc-xtensa.c:999
18788 msgid "no-auto-litpools is incompatible with auto-litpool-limit"
18789 msgstr ""
18790
18791 #: config/tc-xtensa.c:1001 config/tc-xtensa.c:1004
18792 msgid "invalid auto-litpool-limit argument"
18793 msgstr ""
18794
18795 #: config/tc-xtensa.c:1006
18796 msgid "invalid auto-litpool-limit argument (range is 100-10000)"
18797 msgstr ""
18798
18799 #: config/tc-xtensa.c:1183
18800 msgid "unmatched .end directive"
18801 msgstr ""
18802
18803 #: config/tc-xtensa.c:1212
18804 msgid ".begin directive with no matching .end directive"
18805 msgstr ""
18806
18807 #: config/tc-xtensa.c:1253
18808 msgid "[no-]generics is deprecated; use [no-]transform instead"
18809 msgstr ""
18810
18811 #: config/tc-xtensa.c:1258
18812 msgid "[no-]relax is deprecated; use [no-]transform instead"
18813 msgstr ""
18814
18815 #: config/tc-xtensa.c:1271
18816 #, c-format
18817 msgid "directive %s cannot be negated"
18818 msgstr ""
18819
18820 #: config/tc-xtensa.c:1277
18821 msgid "unknown directive"
18822 msgstr ""
18823
18824 #: config/tc-xtensa.c:1298 config/tc-xtensa.c:1394 config/tc-xtensa.c:1636
18825 #: config/tc-xtensa.c:5890
18826 msgid "directives are not valid inside bundles"
18827 msgstr ""
18828
18829 #: config/tc-xtensa.c:1310
18830 msgid ".begin literal is deprecated; use .literal instead"
18831 msgstr ""
18832
18833 #: config/tc-xtensa.c:1324
18834 msgid "cannot set literal_prefix inside literal fragment"
18835 msgstr ""
18836
18837 #: config/tc-xtensa.c:1357
18838 msgid ".begin [no-]density is ignored"
18839 msgstr ""
18840
18841 #: config/tc-xtensa.c:1364 config/tc-xtensa.c:1414
18842 msgid "Xtensa absolute literals option not supported; ignored"
18843 msgstr ""
18844
18845 #: config/tc-xtensa.c:1407
18846 msgid ".end [no-]density is ignored"
18847 msgstr ""
18848
18849 #: config/tc-xtensa.c:1432
18850 #, c-format
18851 msgid "does not match begin %s%s at %s:%d"
18852 msgstr ""
18853
18854 #: config/tc-xtensa.c:1487
18855 msgid ".literal_position inside literal directive; ignoring"
18856 msgstr ""
18857
18858 #: config/tc-xtensa.c:1507
18859 msgid ".literal not allowed inside .begin literal region"
18860 msgstr ""
18861
18862 #: config/tc-xtensa.c:1546
18863 msgid "expected comma or colon after symbol name; rest of line ignored"
18864 msgstr ""
18865
18866 #: config/tc-xtensa.c:1605
18867 msgid "fall through frequency must be greater than 0"
18868 msgstr ""
18869
18870 #: config/tc-xtensa.c:1613
18871 msgid "branch target frequency must be greater than 0"
18872 msgstr ""
18873
18874 #: config/tc-xtensa.c:1661
18875 #, c-format
18876 msgid "opcode-specific %s relocation used outside an instruction"
18877 msgstr ""
18878
18879 #: config/tc-xtensa.c:1671
18880 #, c-format
18881 msgid "invalid use of %s relocation"
18882 msgstr ""
18883
18884 #: config/tc-xtensa.c:1867 config/tc-xtensa.c:1884
18885 #, c-format
18886 msgid "bad register name: %s"
18887 msgstr ""
18888
18889 #: config/tc-xtensa.c:1873
18890 #, c-format
18891 msgid "bad register number: %s"
18892 msgstr ""
18893
18894 #: config/tc-xtensa.c:1937
18895 msgid "pcrel relocation not allowed in an instruction"
18896 msgstr ""
18897
18898 #: config/tc-xtensa.c:1954
18899 msgid "register number out of range"
18900 msgstr ""
18901
18902 #: config/tc-xtensa.c:2040
18903 msgid "extra colon"
18904 msgstr ""
18905
18906 #: config/tc-xtensa.c:2101
18907 msgid "incorrect register number, ignoring"
18908 msgstr ""
18909
18910 #: config/tc-xtensa.c:2182
18911 #, c-format
18912 msgid "cannot encode opcode \"%s\""
18913 msgstr ""
18914
18915 #: config/tc-xtensa.c:2274
18916 #, c-format
18917 msgid "not enough operands (%d) for '%s'; expected %d"
18918 msgstr ""
18919
18920 #: config/tc-xtensa.c:2281
18921 #, c-format
18922 msgid "too many operands (%d) for '%s'; expected %d"
18923 msgstr ""
18924
18925 #: config/tc-xtensa.c:2332
18926 #, c-format
18927 msgid "invalid register '%s' for '%s' instruction"
18928 msgstr ""
18929
18930 #: config/tc-xtensa.c:2339
18931 #, c-format
18932 msgid "invalid register number (%ld) for '%s' instruction"
18933 msgstr ""
18934
18935 #: config/tc-xtensa.c:2406
18936 #, c-format
18937 msgid "invalid register number (%ld) for '%s'"
18938 msgstr ""
18939
18940 #: config/tc-xtensa.c:2793
18941 #, c-format
18942 msgid "operand %d of '%s' has out of range value '%u'"
18943 msgstr ""
18944
18945 #: config/tc-xtensa.c:2799
18946 #, c-format
18947 msgid "operand %d of '%s' has invalid value '%u'"
18948 msgstr ""
18949
18950 #: config/tc-xtensa.c:2846
18951 #, c-format
18952 msgid "internal error: unknown option name '%s'"
18953 msgstr ""
18954
18955 #: config/tc-xtensa.c:3955
18956 msgid "can't handle generation of literal/labels yet"
18957 msgstr ""
18958
18959 #: config/tc-xtensa.c:3959
18960 msgid "can't handle undefined OP TYPE"
18961 msgstr ""
18962
18963 #: config/tc-xtensa.c:4020 config/tc-xtensa.c:4029
18964 #, c-format
18965 msgid "found %d operand for '%s':  Expected %d"
18966 msgid_plural "found %d operands for '%s':  Expected %d"
18967 msgstr[0] ""
18968 msgstr[1] ""
18969 msgstr[2] ""
18970
18971 #: config/tc-xtensa.c:4052
18972 msgid "immediate operands sum to greater than 32"
18973 msgstr ""
18974
18975 #: config/tc-xtensa.c:4304
18976 #, c-format
18977 msgid "invalid relocation for operand %i of '%s'"
18978 msgstr ""
18979
18980 #: config/tc-xtensa.c:4314
18981 #, c-format
18982 msgid "invalid expression for operand %i of '%s'"
18983 msgstr ""
18984
18985 #: config/tc-xtensa.c:4324
18986 #, c-format
18987 msgid "invalid relocation in instruction slot %i"
18988 msgstr ""
18989
18990 #: config/tc-xtensa.c:4331
18991 #, c-format
18992 msgid "undefined symbol for opcode \"%s\""
18993 msgstr ""
18994
18995 #: config/tc-xtensa.c:4819
18996 msgid "opcode 'NOP.N' unavailable in this configuration"
18997 msgstr ""
18998
18999 #: config/tc-xtensa.c:4879
19000 msgid "get_expanded_loop_offset: invalid opcode"
19001 msgstr ""
19002
19003 #: config/tc-xtensa.c:5037
19004 #, c-format
19005 msgid "assembly state not set for first frag in section %s"
19006 msgstr ""
19007
19008 #: config/tc-xtensa.c:5090
19009 #, c-format
19010 msgid "unaligned branch target: %d bytes at 0x%lx"
19011 msgstr ""
19012
19013 #: config/tc-xtensa.c:5134
19014 #, c-format
19015 msgid "unaligned loop: %d bytes at 0x%lx"
19016 msgstr ""
19017
19018 #: config/tc-xtensa.c:5159
19019 msgid "unexpected fix"
19020 msgstr ""
19021
19022 #: config/tc-xtensa.c:5170 config/tc-xtensa.c:5174
19023 msgid "undecodable fix"
19024 msgstr ""
19025
19026 #: config/tc-xtensa.c:5330
19027 msgid "labels are not valid inside bundles"
19028 msgstr ""
19029
19030 #: config/tc-xtensa.c:5350
19031 msgid "invalid last instruction for a zero-overhead loop"
19032 msgstr ""
19033
19034 #: config/tc-xtensa.c:5417
19035 msgid "extra opening brace"
19036 msgstr ""
19037
19038 #: config/tc-xtensa.c:5427
19039 msgid "extra closing brace"
19040 msgstr ""
19041
19042 #: config/tc-xtensa.c:5454
19043 msgid "missing closing brace"
19044 msgstr ""
19045
19046 #: config/tc-xtensa.c:5552 config/tc-xtensa.c:5581
19047 #, c-format
19048 msgid "wrong number of operands for '%s'"
19049 msgstr ""
19050
19051 #: config/tc-xtensa.c:5568
19052 #, c-format
19053 msgid "bad relocation expression for '%s'"
19054 msgstr ""
19055
19056 #: config/tc-xtensa.c:5603
19057 #, c-format
19058 msgid "unknown opcode or format name '%s'"
19059 msgstr ""
19060
19061 #: config/tc-xtensa.c:5609
19062 msgid "format names only valid inside bundles"
19063 msgstr ""
19064
19065 #: config/tc-xtensa.c:5614
19066 #, c-format
19067 msgid "multiple formats specified for one bundle; using '%s'"
19068 msgstr ""
19069
19070 #: config/tc-xtensa.c:5664
19071 msgid "entry instruction with stack decrement < 16"
19072 msgstr ""
19073
19074 #: config/tc-xtensa.c:5718
19075 msgid "unaligned entry instruction"
19076 msgstr ""
19077
19078 #: config/tc-xtensa.c:5783
19079 msgid "bad instruction format"
19080 msgstr ""
19081
19082 #: config/tc-xtensa.c:5786
19083 msgid "invalid relocation"
19084 msgstr ""
19085
19086 #: config/tc-xtensa.c:5797
19087 #, c-format
19088 msgid "invalid relocation for '%s' instruction"
19089 msgstr ""
19090
19091 #: config/tc-xtensa.c:5809
19092 #, c-format
19093 msgid "invalid relocation for operand %d of '%s'"
19094 msgstr ""
19095
19096 #: config/tc-xtensa.c:6075
19097 #, c-format
19098 msgid "unhandled local relocation fix %s"
19099 msgstr ""
19100
19101 #: config/tc-xtensa.c:6126
19102 #, c-format
19103 msgid "internal error; cannot generate `%s' relocation"
19104 msgstr ""
19105
19106 #: config/tc-xtensa.c:6343
19107 msgid "The option \"--no-allow-flix\" prohibits multi-slot flix."
19108 msgstr ""
19109
19110 #: config/tc-xtensa.c:6350
19111 msgid "couldn't find a valid instruction format"
19112 msgstr ""
19113
19114 #: config/tc-xtensa.c:6351
19115 #, c-format
19116 msgid "    ops were: "
19117 msgstr ""
19118
19119 #: config/tc-xtensa.c:6353
19120 #, c-format
19121 msgid " %s;"
19122 msgstr ""
19123
19124 #: config/tc-xtensa.c:6363
19125 #, c-format
19126 msgid "mismatch for format '%s': #slots = %d, #opcodes = %d"
19127 msgstr ""
19128
19129 #: config/tc-xtensa.c:6372 config/tc-xtensa.c:6469
19130 msgid "illegal resource usage in bundle"
19131 msgstr ""
19132
19133 #: config/tc-xtensa.c:6558
19134 #, c-format
19135 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register"
19136 msgstr ""
19137
19138 #: config/tc-xtensa.c:6563
19139 #, c-format
19140 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state"
19141 msgstr ""
19142
19143 #: config/tc-xtensa.c:6568
19144 #, c-format
19145 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port"
19146 msgstr ""
19147
19148 #: config/tc-xtensa.c:6573
19149 #, c-format
19150 msgid "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses"
19151 msgstr ""
19152
19153 #: config/tc-xtensa.c:6589
19154 msgid "multiple branches or jumps in the same bundle"
19155 msgstr ""
19156
19157 #: config/tc-xtensa.c:7041
19158 msgid "cannot assemble into a literal fragment"
19159 msgstr ""
19160
19161 #: config/tc-xtensa.c:7043
19162 msgid "..."
19163 msgstr ""
19164
19165 #: config/tc-xtensa.c:8255
19166 msgid "instruction sequence (write a0, branch, retw) may trigger hardware errata"
19167 msgstr ""
19168
19169 #: config/tc-xtensa.c:8367
19170 msgid "branching or jumping to a loop end may trigger hardware errata"
19171 msgstr ""
19172
19173 #: config/tc-xtensa.c:8449
19174 msgid "loop end too close to another loop end may trigger hardware errata"
19175 msgstr ""
19176
19177 #: config/tc-xtensa.c:8458
19178 #, c-format
19179 msgid "fr_var %lu < length %d"
19180 msgstr ""
19181
19182 #: config/tc-xtensa.c:8615
19183 msgid "loop containing less than three instructions may trigger hardware errata"
19184 msgstr ""
19185
19186 #: config/tc-xtensa.c:8687
19187 msgid "undecodable instruction in instruction frag"
19188 msgstr ""
19189
19190 #: config/tc-xtensa.c:8797
19191 msgid "invalid empty loop"
19192 msgstr ""
19193
19194 #: config/tc-xtensa.c:8802
19195 msgid "loop target does not follow loop instruction in section"
19196 msgstr ""
19197
19198 #: config/tc-xtensa.c:9367
19199 msgid "cannot find suitable trampoline"
19200 msgstr ""
19201
19202 #: config/tc-xtensa.c:9622
19203 msgid "bad relaxation state"
19204 msgstr ""
19205
19206 #: config/tc-xtensa.c:9680
19207 #, c-format
19208 msgid "fr_var (%ld) < length (%d)"
19209 msgstr ""
19210
19211 #: config/tc-xtensa.c:10380
19212 msgid "jump target out of range; no usable trampoline found"
19213 msgstr ""
19214
19215 #: config/tc-xtensa.c:10504
19216 msgid "invalid relaxation fragment result"
19217 msgstr ""
19218
19219 #: config/tc-xtensa.c:10586
19220 msgid "unable to widen instruction"
19221 msgstr ""
19222
19223 #: config/tc-xtensa.c:10725
19224 msgid "multiple literals in expansion"
19225 msgstr ""
19226
19227 #: config/tc-xtensa.c:10729
19228 msgid "no registered fragment for literal"
19229 msgstr ""
19230
19231 #: config/tc-xtensa.c:10731
19232 msgid "number of literal tokens != 1"
19233 msgstr ""
19234
19235 #: config/tc-xtensa.c:10860 config/tc-xtensa.c:10866
19236 #, c-format
19237 msgid "unresolved loop target symbol: %s"
19238 msgstr ""
19239
19240 #: config/tc-xtensa.c:10972
19241 #, c-format
19242 msgid "invalid expression evaluation type %d"
19243 msgstr ""
19244
19245 #: config/tc-xtensa.c:10989
19246 msgid "loop too long for LOOP instruction"
19247 msgstr ""
19248
19249 #: config/tc-xtensa.c:11327 config/tc-xtensa.c:11567
19250 msgid "literal pool location required for text-section-literals; specify with .literal_position"
19251 msgstr ""
19252
19253 #: config/tc-xtensa.c:11436
19254 #, c-format
19255 msgid "fixes not all moved from %s"
19256 msgstr ""
19257
19258 #: config/tc-xtensa.c:12395
19259 msgid "too many operands in instruction"
19260 msgstr ""
19261
19262 #: config/tc-xtensa.c:12605
19263 msgid "invalid symbolic operand"
19264 msgstr ""
19265
19266 #: config/tc-xtensa.c:12666
19267 msgid "operand number mismatch"
19268 msgstr ""
19269
19270 #: config/tc-xtensa.c:12670
19271 #, c-format
19272 msgid "cannot encode opcode \"%s\" in the given format \"%s\""
19273 msgstr ""
19274
19275 #: config/tc-xtensa.c:12695
19276 #, c-format
19277 msgid "xtensa-isa failure: %s"
19278 msgstr ""
19279
19280 #: config/tc-xtensa.c:12772
19281 msgid "invalid opcode"
19282 msgstr ""
19283
19284 #: config/tc-xtensa.c:12778
19285 msgid "too few operands"
19286 msgstr ""
19287
19288 #: config/tc-xtensa.c:12828
19289 msgid "multiple writes to the same register"
19290 msgstr ""
19291
19292 #: config/tc-xtensa.c:12942 config/tc-xtensa.c:12948
19293 msgid "out of memory"
19294 msgstr ""
19295
19296 #: config/tc-xtensa.c:13037
19297 msgid "TLS relocation not allowed in FLIX bundle"
19298 msgstr ""
19299
19300 #. Instructions that generate TLS relocations should always be
19301 #. relaxed in the front-end.  If "record_fixup" is set, then this
19302 #. function is being called during back-end relaxation, so flag
19303 #. the unexpected behavior as an error.
19304 #: config/tc-xtensa.c:13043
19305 msgid "unexpected TLS relocation"
19306 msgstr ""
19307
19308 #: config/tc-xtensa.c:13087
19309 msgid "symbolic operand not allowed"
19310 msgstr ""
19311
19312 #: config/tc-xtensa.c:13124
19313 msgid "cannot decode instruction format"
19314 msgstr ""
19315
19316 #: config/tc-xtensa.c:13268
19317 msgid "ignoring extra '-rename-section' delimiter ':'"
19318 msgstr ""
19319
19320 #: config/tc-xtensa.c:13273
19321 #, c-format
19322 msgid "ignoring invalid '-rename-section' specification: '%s'"
19323 msgstr ""
19324
19325 #: config/tc-xtensa.c:13284
19326 #, c-format
19327 msgid "section %s renamed multiple times"
19328 msgstr ""
19329
19330 #: config/tc-xtensa.c:13286
19331 #, c-format
19332 msgid "multiple sections remapped to output section %s"
19333 msgstr ""
19334
19335 #: config/tc-z80.c:326
19336 msgid "-- unterminated string"
19337 msgstr ""
19338
19339 #: config/tc-z80.c:392
19340 msgid "floating point numbers are not implemented"
19341 msgstr ""
19342
19343 #: config/tc-z80.c:517 config/tc-z80.c:523
19344 msgid "mismatched parentheses"
19345 msgstr ""
19346
19347 #: config/tc-z80.c:560
19348 msgid "bad expression syntax"
19349 msgstr ""
19350
19351 #: config/tc-z80.c:722
19352 msgid "cannot make a relative jump to an absolute location"
19353 msgstr ""
19354
19355 #: config/tc-z80.c:734 config/tc-z80.c:2002
19356 msgid "overflow"
19357 msgstr ""
19358
19359 #: config/tc-z80.c:1106 config/tc-z80.c:1149 config/tc-z80.c:1193
19360 #: config/tc-z80.c:1261 config/tc-z80.c:1313 config/tc-z80.c:1367
19361 #: config/tc-z80.c:1636
19362 msgid "bad instruction syntax"
19363 msgstr ""
19364
19365 #: config/tc-z80.c:1239
19366 msgid "condition code invalid for jr"
19367 msgstr ""
19368
19369 #: config/tc-z80.c:1745
19370 msgid "parentheses ignored"
19371 msgstr ""
19372
19373 #: config/tc-z80.c:1977 config/tc-z8k.c:1467 config/tc-z8k.c:1530
19374 msgid "relative jump out of range"
19375 msgstr ""
19376
19377 #: config/tc-z80.c:1994
19378 msgid "index offset out of range"
19379 msgstr ""
19380
19381 #: config/tc-z80.c:2036 config/tc-z8k.c:1538
19382 #, c-format
19383 msgid "md_apply_fix: unknown r_type 0x%x\n"
19384 msgstr ""
19385
19386 #: config/tc-z8k.c:281
19387 #, c-format
19388 msgid "register rr%d out of range"
19389 msgstr ""
19390
19391 #: config/tc-z8k.c:283
19392 #, c-format
19393 msgid "register rr%d does not exist"
19394 msgstr ""
19395
19396 #: config/tc-z8k.c:295
19397 #, c-format
19398 msgid "register rh%d out of range"
19399 msgstr ""
19400
19401 #: config/tc-z8k.c:307
19402 #, c-format
19403 msgid "register rl%d out of range"
19404 msgstr ""
19405
19406 #: config/tc-z8k.c:320
19407 #, c-format
19408 msgid "register rq%d out of range"
19409 msgstr ""
19410
19411 #: config/tc-z8k.c:322
19412 #, c-format
19413 msgid "register rq%d does not exist"
19414 msgstr ""
19415
19416 #: config/tc-z8k.c:334
19417 #, c-format
19418 msgid "register r%d out of range"
19419 msgstr ""
19420
19421 #: config/tc-z8k.c:375
19422 #, c-format
19423 msgid "expected %c"
19424 msgstr ""
19425
19426 #: config/tc-z8k.c:390
19427 #, c-format
19428 msgid "register is wrong size for a word %s"
19429 msgstr ""
19430
19431 #: config/tc-z8k.c:404
19432 #, c-format
19433 msgid "register is wrong size for address %s"
19434 msgstr ""
19435
19436 #: config/tc-z8k.c:538
19437 #, c-format
19438 msgid "unknown interrupt %s"
19439 msgstr ""
19440
19441 #. No interrupt type specified, opcode won't do anything.
19442 #: config/tc-z8k.c:561
19443 msgid "opcode has no effect"
19444 msgstr ""
19445
19446 #: config/tc-z8k.c:672
19447 msgid "Missing ) in ra(rb)"
19448 msgstr ""
19449
19450 #: config/tc-z8k.c:752 config/tc-z8k.c:791
19451 #, c-format
19452 msgid "invalid condition code '%s'"
19453 msgstr ""
19454
19455 #: config/tc-z8k.c:764
19456 #, c-format
19457 msgid "invalid flag '%s'"
19458 msgstr ""
19459
19460 #: config/tc-z8k.c:918 config/tc-z8k.c:924
19461 msgid "invalid indirect register size"
19462 msgstr ""
19463
19464 #: config/tc-z8k.c:941 config/tc-z8k.c:1097 config/tc-z8k.c:1102
19465 msgid "invalid control register name"
19466 msgstr ""
19467
19468 #: config/tc-z8k.c:1086
19469 msgid "immediate must be 1 or 2"
19470 msgstr ""
19471
19472 #: config/tc-z8k.c:1089
19473 msgid "immediate 1 or 2 expected"
19474 msgstr ""
19475
19476 #: config/tc-z8k.c:1120
19477 msgid "can't use R0 here"
19478 msgstr ""
19479
19480 #: config/tc-z8k.c:1278
19481 msgid "Can't find opcode to match operands"
19482 msgstr ""
19483
19484 #: config/tc-z8k.c:1325
19485 #, c-format
19486 msgid "invalid architecture -z%s"
19487 msgstr ""
19488
19489 #: config/tc-z8k.c:1344
19490 #, c-format
19491 msgid ""
19492 " Z8K options:\n"
19493 "  -z8001                  generate segmented code\n"
19494 "  -z8002                  generate unsegmented code\n"
19495 "  -linkrelax              create linker relaxable code\n"
19496 msgstr ""
19497
19498 #: config/tc-z8k.c:1356
19499 #, c-format
19500 msgid "call to md_convert_frag\n"
19501 msgstr ""
19502
19503 #: config/tc-z8k.c:1463 config/tc-z8k.c:1503 config/tc-z8k.c:1526
19504 msgid "cannot branch to odd address"
19505 msgstr ""
19506
19507 #: config/tc-z8k.c:1485
19508 msgid "relative address out of range"
19509 msgstr ""
19510
19511 #: config/tc-z8k.c:1506
19512 msgid "relative call out of range"
19513 msgstr ""
19514
19515 #: config/tc-z8k.c:1550
19516 #, c-format
19517 msgid "call to md_estimate_size_before_relax\n"
19518 msgstr ""
19519
19520 #: config/xtensa-relax.c:1550
19521 #, c-format
19522 msgid "invalid configuration option '%s' in transition rule '%s'"
19523 msgstr ""
19524
19525 #: config/xtensa-relax.c:1675 config/xtensa-relax.c:1685
19526 #, c-format
19527 msgid "opcode '%s': no bound opname '%s' for precondition in '%s'"
19528 msgstr ""
19529
19530 #: config/xtensa-relax.c:1692
19531 #, c-format
19532 msgid "opcode '%s': precondition only contains constants in '%s'"
19533 msgstr ""
19534
19535 #: config/xtensa-relax.c:1739
19536 msgid "expected one operand for generated literal"
19537 msgstr ""
19538
19539 #: config/xtensa-relax.c:1746
19540 msgid "expected 0 operands for generated label"
19541 msgstr ""
19542
19543 #: config/xtensa-relax.c:1759
19544 #, c-format
19545 msgid "invalid opcode '%s' in transition rule '%s'"
19546 msgstr ""
19547
19548 #: config/xtensa-relax.c:1767
19549 #, c-format
19550 msgid "opcode '%s': replacement does not have %d op"
19551 msgid_plural "opcode '%s': replacement does not have %d ops"
19552 msgstr[0] ""
19553 msgstr[1] ""
19554 msgstr[2] ""
19555
19556 #: config/xtensa-relax.c:1783
19557 #, c-format
19558 msgid "opcode '%s': cannot find literal definition"
19559 msgstr ""
19560
19561 #: config/xtensa-relax.c:1799 config/xtensa-relax.c:1829
19562 #, c-format
19563 msgid "opcode '%s': unidentified operand '%s' in '%s'"
19564 msgstr ""
19565
19566 #: config/xtensa-relax.c:1824
19567 #, c-format
19568 msgid "unknown user-defined function %s"
19569 msgstr ""
19570
19571 #: config/xtensa-relax.c:1835
19572 #, c-format
19573 msgid "opcode '%s': could not parse operand '%s' in '%s'"
19574 msgstr ""
19575
19576 #: config/xtensa-relax.c:1875
19577 #, c-format
19578 msgid "could not parse INSN_PATTERN '%s'"
19579 msgstr ""
19580
19581 #: config/xtensa-relax.c:1879
19582 #, c-format
19583 msgid "could not parse INSN_REPL '%s'"
19584 msgstr ""
19585
19586 #: config/xtensa-relax.c:1890
19587 #, c-format
19588 msgid "could not build transition for %s => %s"
19589 msgstr ""
19590
19591 #: depend.c:194
19592 #, c-format
19593 msgid "can't open `%s' for writing"
19594 msgstr ""
19595
19596 #: depend.c:206
19597 #, c-format
19598 msgid "can't close `%s'"
19599 msgstr ""
19600
19601 #: dw2gencfi.c:319 read.c:2441
19602 #, c-format
19603 msgid "bfd_set_section_flags: %s"
19604 msgstr ""
19605
19606 #: dw2gencfi.c:601 dw2gencfi.c:617
19607 #, c-format
19608 msgid "register save offset not a multiple of %u"
19609 msgstr ""
19610
19611 #: dw2gencfi.c:700
19612 msgid "CFI state restore without previous remember"
19613 msgstr ""
19614
19615 #: dw2gencfi.c:758
19616 msgid "missing separator"
19617 msgstr ""
19618
19619 #: dw2gencfi.c:807
19620 msgid "bad register expression"
19621 msgstr ""
19622
19623 #: dw2gencfi.c:828 dw2gencfi.c:958 dw2gencfi.c:996 dw2gencfi.c:1067
19624 #: dw2gencfi.c:1140 dw2gencfi.c:1378
19625 msgid "CFI instruction used without previous .cfi_startproc"
19626 msgstr ""
19627
19628 #: dw2gencfi.c:1021
19629 msgid "invalid or unsupported encoding in .cfi_personality"
19630 msgstr ""
19631
19632 #: dw2gencfi.c:1028
19633 msgid ".cfi_personality requires encoding and symbol arguments"
19634 msgstr ""
19635
19636 #: dw2gencfi.c:1051
19637 msgid "wrong second argument to .cfi_personality"
19638 msgstr ""
19639
19640 #: dw2gencfi.c:1092 dw2gencfi.c:1168
19641 msgid "invalid or unsupported encoding in .cfi_lsda"
19642 msgstr ""
19643
19644 #: dw2gencfi.c:1099
19645 msgid ".cfi_lsda requires encoding and symbol arguments"
19646 msgstr ""
19647
19648 #: dw2gencfi.c:1124
19649 msgid "wrong second argument to .cfi_lsda"
19650 msgstr ""
19651
19652 #: dw2gencfi.c:1190
19653 msgid "wrong third argument to .cfi_val_encoded_addr"
19654 msgstr ""
19655
19656 #: dw2gencfi.c:1280
19657 msgid "inconsistent uses of .cfi_sections"
19658 msgstr ""
19659
19660 #: dw2gencfi.c:1291
19661 msgid "previous CFI entry not closed (missing .cfi_endproc)"
19662 msgstr ""
19663
19664 #: dw2gencfi.c:1332
19665 msgid ".cfi_endproc without corresponding .cfi_startproc"
19666 msgstr ""
19667
19668 #: dw2gencfi.c:1389
19669 msgid "wrong argument to .cfi_personality_id"
19670 msgstr ""
19671
19672 #: dw2gencfi.c:1399
19673 msgid ".cfi_fde_data without corresponding .cfi_startproc"
19674 msgstr ""
19675
19676 #: dw2gencfi.c:1508
19677 msgid "unexpected .cfi_inline_lsda"
19678 msgstr ""
19679
19680 #: dw2gencfi.c:1515
19681 msgid ".cfi_inline_lsda not valid for this frame"
19682 msgstr ""
19683
19684 #: dw2gencfi.c:1523
19685 msgid ".cfi_inline_lsda seen for frame without .cfi_lsda"
19686 msgstr ""
19687
19688 #: dw2gencfi.c:1536
19689 #, c-format
19690 msgid "Alignment too large: %d. assumed."
19691 msgstr ""
19692
19693 #: dw2gencfi.c:1540
19694 msgid "Alignment negative: 0 assumed."
19695 msgstr ""
19696
19697 #: dw2gencfi.c:1566
19698 #, fuzzy
19699 #| msgid "Infinities are not supported by this target\n"
19700 msgid ".cfi_inline_lsda is not supported for this target"
19701 msgstr "Бесконечность не поддерживается этой целью\n"
19702
19703 #: dw2gencfi.c:1573
19704 #, fuzzy
19705 #| msgid "Infinities are not supported by this target\n"
19706 msgid ".cfi_fde_data is not supported for this target"
19707 msgstr "Бесконечность не поддерживается этой целью\n"
19708
19709 #: dw2gencfi.c:1580
19710 #, fuzzy
19711 #| msgid "Infinities are not supported by this target\n"
19712 msgid ".cfi_personality_id is not supported for this target"
19713 msgstr "Бесконечность не поддерживается этой целью\n"
19714
19715 #: dw2gencfi.c:2356 dw2gencfi.c:2512
19716 msgid "open CFI at the end of file; missing .cfi_endproc directive"
19717 msgstr ""
19718
19719 #: dw2gencfi.c:2539
19720 #, fuzzy
19721 #| msgid "NaNs are not supported by this target\n"
19722 msgid "CFI is not supported for this target"
19723 msgstr "NaN не поддерживается этой целью\n"
19724
19725 #: dwarf2dbg.c:371 dwarf2dbg.c:2268
19726 msgid "view number mismatch"
19727 msgstr ""
19728
19729 #: dwarf2dbg.c:779 dwarf2dbg.c:814
19730 msgid "file number less than one"
19731 msgstr ""
19732
19733 #: dwarf2dbg.c:789
19734 #, c-format
19735 msgid "file number %ld already allocated"
19736 msgstr ""
19737
19738 #: dwarf2dbg.c:819 dwarf2dbg.c:1681
19739 #, c-format
19740 msgid "unassigned file number %ld"
19741 msgstr ""
19742
19743 #: dwarf2dbg.c:888
19744 msgid "is_stmt value not 0 or 1"
19745 msgstr ""
19746
19747 #: dwarf2dbg.c:900
19748 msgid "isa number less than zero"
19749 msgstr ""
19750
19751 #: dwarf2dbg.c:912
19752 msgid "discriminator less than zero"
19753 msgstr ""
19754
19755 #: dwarf2dbg.c:931
19756 msgid "numeric view can only be asserted to zero"
19757 msgstr ""
19758
19759 #: dwarf2dbg.c:966
19760 #, c-format
19761 msgid "unknown .loc sub-directive `%s'"
19762 msgstr ""
19763
19764 #: dwarf2dbg.c:1758
19765 msgid "internal error: unknown dwarf2 format"
19766 msgstr ""
19767
19768 #: ecoff.c:1559
19769 #, c-format
19770 msgid "string too big (%lu bytes)"
19771 msgstr ""
19772
19773 #: ecoff.c:1585
19774 #, c-format
19775 msgid "inserting \"%s\" into string hash table: %s"
19776 msgstr ""
19777
19778 #: ecoff.c:1616 ecoff.c:1809 ecoff.c:1832 ecoff.c:1863 ecoff.c:2016
19779 #: ecoff.c:2135
19780 msgid "no current file pointer"
19781 msgstr ""
19782
19783 #: ecoff.c:1703
19784 msgid "too many st_End's"
19785 msgstr ""
19786
19787 #: ecoff.c:2041
19788 #, c-format
19789 msgid "inserting \"%s\" into tag hash table: %s"
19790 msgstr ""
19791
19792 #: ecoff.c:2204
19793 msgid "fake .file after real one"
19794 msgstr ""
19795
19796 #: ecoff.c:2293
19797 msgid "filename goes over one page boundary"
19798 msgstr ""
19799
19800 #: ecoff.c:2426
19801 msgid ".begin directive without a preceding .file directive"
19802 msgstr ""
19803
19804 #: ecoff.c:2433
19805 msgid ".begin directive without a preceding .ent directive"
19806 msgstr ""
19807
19808 #: ecoff.c:2463
19809 msgid ".bend directive without a preceding .file directive"
19810 msgstr ""
19811
19812 #: ecoff.c:2470
19813 msgid ".bend directive without a preceding .ent directive"
19814 msgstr ""
19815
19816 #: ecoff.c:2482
19817 msgid ".bend directive names unknown symbol"
19818 msgstr ""
19819
19820 #: ecoff.c:2524
19821 msgid ".def pseudo-op used inside of .def/.endef; ignored"
19822 msgstr ""
19823
19824 #: ecoff.c:2526
19825 msgid "empty symbol name in .def; ignored"
19826 msgstr ""
19827
19828 #: ecoff.c:2563
19829 msgid ".dim pseudo-op used outside of .def/.endef; ignored"
19830 msgstr ""
19831
19832 #: ecoff.c:2578
19833 msgid "badly formed .dim directive"
19834 msgstr ""
19835
19836 #: ecoff.c:2591
19837 msgid "too many .dim entries"
19838 msgstr ""
19839
19840 #: ecoff.c:2611
19841 msgid ".scl pseudo-op used outside of .def/.endef; ignored"
19842 msgstr ""
19843
19844 #: ecoff.c:2636
19845 msgid ".size pseudo-op used outside of .def/.endef; ignored"
19846 msgstr ""
19847
19848 #: ecoff.c:2651
19849 msgid "badly formed .size directive"
19850 msgstr ""
19851
19852 #: ecoff.c:2664
19853 msgid "too many .size entries"
19854 msgstr ""
19855
19856 #: ecoff.c:2686
19857 msgid ".type pseudo-op used outside of .def/.endef; ignored"
19858 msgstr ""
19859
19860 #. FIXME: We could handle this by setting the continued bit.
19861 #. There would still be a limit: the .type argument can not
19862 #. be infinite.
19863 #: ecoff.c:2704
19864 #, c-format
19865 msgid "the type of %s is too complex; it will be simplified"
19866 msgstr ""
19867
19868 #: ecoff.c:2715
19869 msgid "Unrecognized .type argument"
19870 msgstr ""
19871
19872 #: ecoff.c:2753
19873 msgid ".tag pseudo-op used outside of .def/.endef; ignored"
19874 msgstr ""
19875
19876 #: ecoff.c:2777
19877 msgid ".val pseudo-op used outside of .def/.endef; ignored"
19878 msgstr ""
19879
19880 #: ecoff.c:2785
19881 msgid ".val expression is too complex"
19882 msgstr ""
19883
19884 #: ecoff.c:2815
19885 msgid ".endef pseudo-op used before .def; ignored"
19886 msgstr ""
19887
19888 #: ecoff.c:2841 ecoff.c:2922
19889 msgid "bad COFF debugging information"
19890 msgstr ""
19891
19892 #: ecoff.c:2890
19893 #, c-format
19894 msgid "no tag specified for %s"
19895 msgstr ""
19896
19897 #: ecoff.c:2992
19898 msgid ".end directive without a preceding .file directive"
19899 msgstr ""
19900
19901 #: ecoff.c:3020
19902 msgid ".end directive names unknown symbol"
19903 msgstr ""
19904
19905 #: ecoff.c:3051
19906 msgid "second .ent directive found before .end directive"
19907 msgstr ""
19908
19909 #: ecoff.c:3060
19910 #, c-format
19911 msgid "%s directive has no name"
19912 msgstr ""
19913
19914 #: ecoff.c:3121
19915 msgid "no way to handle .file within .ent/.end section"
19916 msgstr ""
19917
19918 #: ecoff.c:3238
19919 msgid ".loc before .file"
19920 msgstr ""
19921
19922 #: ecoff.c:3440
19923 #, c-format
19924 msgid ".stab%c is not supported"
19925 msgstr ""
19926
19927 #: ecoff.c:3450
19928 #, c-format
19929 msgid ".stab%c: ignoring non-zero other field"
19930 msgstr ""
19931
19932 #: ecoff.c:3484
19933 #, c-format
19934 msgid "line number (%d) for .stab%c directive cannot fit in index field (20 bits)"
19935 msgstr ""
19936
19937 #: ecoff.c:3518
19938 #, c-format
19939 msgid "illegal .stab%c directive, bad character"
19940 msgstr ""
19941
19942 #: ecoff.c:3977 ecoff.c:4166 ecoff.c:4191
19943 msgid ".begin/.bend in different segments"
19944 msgstr ""
19945
19946 #: ecoff.c:4687
19947 msgid "missing .end or .bend at end of file"
19948 msgstr ""
19949
19950 #: ecoff.c:5172
19951 msgid "GP prologue size exceeds field size, using 0 instead"
19952 msgstr ""
19953
19954 #: expr.c:82 read.c:3820
19955 msgid "bignum invalid"
19956 msgstr ""
19957
19958 #: expr.c:84 read.c:3822 read.c:4334 read.c:5310
19959 msgid "floating point number invalid"
19960 msgstr ""
19961
19962 #: expr.c:207
19963 msgid "bad floating-point constant: exponent overflow"
19964 msgstr ""
19965
19966 #: expr.c:211
19967 #, c-format
19968 msgid "bad floating-point constant: unknown error code=%d"
19969 msgstr ""
19970
19971 #: expr.c:396
19972 msgid "a bignum with underscores may not have more than 8 hex digits in any word"
19973 msgstr ""
19974
19975 #: expr.c:419
19976 msgid "a bignum with underscores must have exactly 4 words"
19977 msgstr ""
19978
19979 #. Either not seen or not defined.
19980 #. @@ Should print out the original string instead of
19981 #. the parsed number.
19982 #: expr.c:557
19983 #, c-format
19984 msgid "backward ref to unknown label \"%d:\""
19985 msgstr ""
19986
19987 #: expr.c:675
19988 msgid "character constant too large"
19989 msgstr ""
19990
19991 #: expr.c:970
19992 #, c-format
19993 msgid "found '%c', expected: '%c'"
19994 msgstr ""
19995
19996 #: expr.c:973
19997 #, c-format
19998 msgid "missing '%c'"
19999 msgstr ""
20000
20001 #: expr.c:985 read.c:4761
20002 msgid "EBCDIC constants are not supported"
20003 msgstr ""
20004
20005 #: expr.c:1112
20006 #, c-format
20007 msgid "Unary operator %c ignored because bad operand follows"
20008 msgstr ""
20009
20010 #: expr.c:1162 expr.c:1193
20011 msgid "syntax error in .startof. or .sizeof."
20012 msgstr ""
20013
20014 #: expr.c:1274 expr.c:1640
20015 #, c-format
20016 msgid "invalid use of operator \"%s\""
20017 msgstr ""
20018
20019 #: expr.c:1824
20020 msgid "missing operand; zero assumed"
20021 msgstr ""
20022
20023 #: expr.c:1863
20024 msgid "left operand is a bignum; integer 0 assumed"
20025 msgstr ""
20026
20027 #: expr.c:1865
20028 msgid "left operand is a float; integer 0 assumed"
20029 msgstr ""
20030
20031 #: expr.c:1874
20032 msgid "right operand is a bignum; integer 0 assumed"
20033 msgstr ""
20034
20035 #: expr.c:1876
20036 msgid "right operand is a float; integer 0 assumed"
20037 msgstr ""
20038
20039 #: expr.c:1947 symbols.c:1396
20040 msgid "division by zero"
20041 msgstr ""
20042
20043 #: expr.c:1953
20044 msgid "shift count"
20045 msgstr ""
20046
20047 #: expr.c:2074
20048 msgid "operation combines symbols in different segments"
20049 msgstr ""
20050
20051 #: expr.c:2396
20052 msgid "missing closing '\"'"
20053 msgstr ""
20054
20055 #: frags.c:60
20056 msgid "attempt to allocate data in absolute section"
20057 msgstr ""
20058
20059 #: frags.c:66
20060 msgid "attempt to allocate data in common section"
20061 msgstr ""
20062
20063 #: frags.c:115 write.c:1465
20064 #, c-format
20065 msgid "can't extend frag %lu char"
20066 msgid_plural "can't extend frag %lu chars"
20067 msgstr[0] ""
20068 msgstr[1] ""
20069 msgstr[2] ""
20070
20071 #. For error messages.
20072 #. Detect if we are reading from stdin by examining the file
20073 #. name returned by as_where().
20074 #.
20075 #. [FIXME: We rely upon the name in the strcmp below being the
20076 #. same as the one used by input_scrub_new_file(), if that is
20077 #. not true, then this code will fail].
20078 #.
20079 #. If we are reading from stdin, then we need to save each input
20080 #. line here (assuming of course that we actually have a line of
20081 #. input to read), so that it can be displayed in the listing
20082 #. that is produced at the end of the assembly.
20083 #: input-file.c:136 input-scrub.c:240 listing.c:353
20084 msgid "{standard input}"
20085 msgstr ""
20086
20087 #: input-file.c:141
20088 #, c-format
20089 msgid "can't open %s for reading: %s"
20090 msgstr ""
20091
20092 #: input-file.c:150 input-file.c:224
20093 #, c-format
20094 msgid "can't read from %s: %s"
20095 msgstr ""
20096
20097 #: input-file.c:252 listing.c:1443 output-file.c:71
20098 #, c-format
20099 msgid "can't close %s: %s"
20100 msgstr ""
20101
20102 #: input-scrub.c:267
20103 msgid "macros nested too deeply"
20104 msgstr ""
20105
20106 #: itbl-ops.c:328
20107 #, c-format
20108 msgid "Unable to allocate memory for new instructions\n"
20109 msgstr ""
20110
20111 #: listing.c:253 messages.c:165 messages.c:167 messages.c:170
20112 msgid "Warning: "
20113 msgstr ""
20114
20115 #: listing.c:259 messages.c:230 messages.c:232 messages.c:235
20116 msgid "Error: "
20117 msgstr ""
20118
20119 #: listing.c:625
20120 #, c-format
20121 msgid "unable to rebuffer file: %s\n"
20122 msgstr ""
20123
20124 #: listing.c:1329
20125 #, c-format
20126 msgid ""
20127 "\n"
20128 " time stamp    \t: %s\n"
20129 "\n"
20130 msgstr ""
20131
20132 #: listing.c:1339
20133 #, c-format
20134 msgid "%s "
20135 msgstr ""
20136
20137 #: listing.c:1344
20138 #, c-format
20139 msgid ""
20140 "\n"
20141 "\t%s "
20142 msgstr ""
20143
20144 #: listing.c:1354
20145 msgid ""
20146 "\n"
20147 " options passed\t: "
20148 msgstr ""
20149
20150 #: listing.c:1393
20151 #, c-format
20152 msgid ""
20153 " GNU assembler version %s (%s)\n"
20154 "\t using BFD version %s."
20155 msgstr ""
20156
20157 #: listing.c:1396
20158 #, c-format
20159 msgid ""
20160 "\n"
20161 " input file    \t: %s"
20162 msgstr ""
20163
20164 #: listing.c:1397
20165 #, c-format
20166 msgid ""
20167 "\n"
20168 " output file   \t: %s"
20169 msgstr ""
20170
20171 #: listing.c:1398
20172 #, c-format
20173 msgid ""
20174 "\n"
20175 " target        \t: %s"
20176 msgstr ""
20177
20178 #: listing.c:1422
20179 #, c-format
20180 msgid "can't open %s: %s"
20181 msgstr ""
20182
20183 #: listing.c:1507
20184 msgid "strange paper height, set to no form"
20185 msgstr ""
20186
20187 #: listing.c:1569
20188 msgid "new line in title"
20189 msgstr ""
20190
20191 #. Turns the next expression into a string.
20192 #: macro.c:382
20193 #, no-c-format
20194 msgid "% operator needs absolute expression"
20195 msgstr ""
20196
20197 #: macro.c:536
20198 #, c-format
20199 msgid "Missing parameter qualifier for `%s' in macro `%s'"
20200 msgstr ""
20201
20202 #: macro.c:546
20203 #, c-format
20204 msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'"
20205 msgstr ""
20206
20207 #: macro.c:563
20208 #, c-format
20209 msgid "Pointless default value for required parameter `%s' in macro `%s'"
20210 msgstr ""
20211
20212 #: macro.c:575
20213 #, c-format
20214 msgid "A parameter named `%s' already exists for macro `%s'"
20215 msgstr ""
20216
20217 #: macro.c:612
20218 #, c-format
20219 msgid "Reserved word `%s' used as parameter in macro `%s'"
20220 msgstr ""
20221
20222 #: macro.c:670
20223 #, c-format
20224 msgid "unexpected end of file in macro `%s' definition"
20225 msgstr ""
20226
20227 #: macro.c:682
20228 #, c-format
20229 msgid "missing `)' after formals in macro definition `%s'"
20230 msgstr ""
20231
20232 #: macro.c:697
20233 msgid "Missing macro name"
20234 msgstr ""
20235
20236 #: macro.c:706
20237 #, c-format
20238 msgid "Bad parameter list for macro `%s'"
20239 msgstr ""
20240
20241 #: macro.c:712
20242 #, c-format
20243 msgid "Macro `%s' was already defined"
20244 msgstr ""
20245
20246 #: macro.c:837 macro.c:839
20247 msgid "missing `)'"
20248 msgstr ""
20249
20250 #: macro.c:936
20251 #, c-format
20252 msgid "`%s' was already used as parameter (or another local) name"
20253 msgstr ""
20254
20255 #: macro.c:1094
20256 msgid "confusion in formal parameters"
20257 msgstr ""
20258
20259 #: macro.c:1102
20260 #, c-format
20261 msgid "Parameter named `%s' does not exist for macro `%s'"
20262 msgstr ""
20263
20264 #: macro.c:1113
20265 #, c-format
20266 msgid "Value for parameter `%s' of macro `%s' was already specified"
20267 msgstr ""
20268
20269 #: macro.c:1127
20270 msgid "can't mix positional and keyword arguments"
20271 msgstr ""
20272
20273 #: macro.c:1138
20274 msgid "too many positional arguments"
20275 msgstr ""
20276
20277 #: macro.c:1186
20278 #, c-format
20279 msgid "Missing value for required parameter `%s' of macro `%s'"
20280 msgstr ""
20281
20282 #: macro.c:1304
20283 #, c-format
20284 msgid "Attempt to purge non-existing macro `%s'"
20285 msgstr ""
20286
20287 #: macro.c:1324
20288 msgid "unexpected end of file in irp or irpc"
20289 msgstr ""
20290
20291 #: macro.c:1332
20292 msgid "missing model parameter"
20293 msgstr ""
20294
20295 #: messages.c:91
20296 #, c-format
20297 msgid "Assembler messages:\n"
20298 msgstr ""
20299
20300 #: messages.c:289
20301 #, c-format
20302 msgid "Fatal error: "
20303 msgstr ""
20304
20305 #: messages.c:310
20306 #, c-format
20307 msgid "Internal error (%s).\n"
20308 msgstr ""
20309
20310 #: messages.c:312
20311 #, c-format
20312 msgid "Internal error in %s at %s:%d.\n"
20313 msgstr ""
20314
20315 #: messages.c:314
20316 #, c-format
20317 msgid "Internal error at %s:%d.\n"
20318 msgstr ""
20319
20320 #: messages.c:316
20321 #, c-format
20322 msgid "Please report this bug.\n"
20323 msgstr ""
20324
20325 #: messages.c:400
20326 #, c-format
20327 msgid "%s out of domain (%d is not a multiple of %d)"
20328 msgstr ""
20329
20330 #: messages.c:418
20331 #, c-format
20332 msgid "%s out of range (%d is not between %d and %d)"
20333 msgstr ""
20334
20335 #. xgettext:c-format.
20336 #: messages.c:441
20337 #, c-format
20338 msgid "%s out of range (0x%s is not between 0x%s and 0x%s)"
20339 msgstr ""
20340
20341 #: output-file.c:34
20342 #, c-format
20343 msgid "can't open a bfd on stdout %s"
20344 msgstr ""
20345
20346 #: output-file.c:41
20347 #, c-format
20348 msgid "selected target format '%s' unknown"
20349 msgstr ""
20350
20351 #: output-file.c:43
20352 #, c-format
20353 msgid "can't create %s: %s"
20354 msgstr ""
20355
20356 #: read.c:520
20357 #, c-format
20358 msgid "error constructing %s pseudo-op table: %s"
20359 msgstr ""
20360
20361 #: read.c:702
20362 msgid "cannot change section or subsection inside .bundle_lock"
20363 msgstr ""
20364
20365 #: read.c:718
20366 #, c-format
20367 msgid ".bundle_lock sequence at %u bytes, but .bundle_align_mode limit is %u bytes"
20368 msgstr ""
20369
20370 #: read.c:727
20371 #, c-format
20372 msgid "single instruction is %u bytes long, but .bundle_align_mode limit is %u bytes"
20373 msgstr ""
20374
20375 #: read.c:768 read.c:2811 read.c:3452
20376 msgid "ignoring fill value in absolute section"
20377 msgstr ""
20378
20379 #: read.c:770 read.c:2826 read.c:3491
20380 #, fuzzy, c-format
20381 #| msgid "ignoring changed section type for %s"
20382 msgid "ignoring fill value in section `%s'"
20383 msgstr "игнорируется изменение типа раздела для %s"
20384
20385 #: read.c:1130
20386 #, c-format
20387 msgid "unknown pseudo-op: `%s'"
20388 msgstr ""
20389
20390 #: read.c:1183
20391 msgid "unable to continue with assembly."
20392 msgstr ""
20393
20394 #: read.c:1225
20395 #, c-format
20396 msgid "label \"%d$\" redefined"
20397 msgstr ""
20398
20399 #: read.c:1372
20400 msgid ".bundle_lock with no matching .bundle_unlock"
20401 msgstr ""
20402
20403 #: read.c:1469
20404 msgid ".abort detected.  Abandoning ship."
20405 msgstr ""
20406
20407 #: read.c:1531
20408 #, c-format
20409 msgid "alignment too large: %u assumed"
20410 msgstr ""
20411
20412 #: read.c:1563
20413 msgid "expected fill pattern missing"
20414 msgstr ""
20415
20416 #: read.c:1588
20417 #, c-format
20418 msgid "fill pattern too long, truncating to %u"
20419 msgstr ""
20420
20421 #: read.c:1686
20422 msgid "symbol name not recognised in the current locale"
20423 msgstr ""
20424
20425 #. Some of the back ends can't deal with non-positive line numbers.
20426 #. Besides, it's silly.  GCC however will generate a line number of
20427 #. zero when it is pre-processing builtins for assembler-with-cpp files:
20428 #.
20429 #. # 0 "<built-in>"
20430 #.
20431 #. We do not want to barf on this, especially since such files are used
20432 #. in the GCC and GDB testsuites.  So we check for negative line numbers
20433 #. rather than non-positive line numbers.
20434 #: read.c:2028
20435 #, c-format
20436 msgid "line numbers must be positive; line number %d rejected"
20437 msgstr ""
20438
20439 #: read.c:2065
20440 #, c-format
20441 msgid "incompatible flag %i in line directive"
20442 msgstr ""
20443
20444 #: read.c:2077
20445 #, c-format
20446 msgid "unsupported flag %i in line directive"
20447 msgstr ""
20448
20449 #: read.c:2116
20450 msgid "start address not supported"
20451 msgstr ""
20452
20453 #: read.c:2125
20454 msgid ".err encountered"
20455 msgstr ""
20456
20457 #: read.c:2141
20458 msgid ".error directive invoked in source file"
20459 msgstr ""
20460
20461 #: read.c:2142
20462 msgid ".warning directive invoked in source file"
20463 msgstr ""
20464
20465 #: read.c:2148
20466 #, c-format
20467 msgid "%s argument must be a string"
20468 msgstr ""
20469
20470 #: read.c:2180 read.c:2182
20471 #, c-format
20472 msgid ".fail %ld encountered"
20473 msgstr ""
20474
20475 #: read.c:2222
20476 #, c-format
20477 msgid ".fill size clamped to %d"
20478 msgstr ""
20479
20480 #: read.c:2227
20481 msgid "size negative; .fill ignored"
20482 msgstr ""
20483
20484 #: read.c:2233
20485 msgid "repeat < 0; .fill ignored"
20486 msgstr ""
20487
20488 #: read.c:2242
20489 msgid "non-constant fill count for absolute section"
20490 msgstr ""
20491
20492 #: read.c:2244
20493 msgid "attempt to fill absolute section with non-zero value"
20494 msgstr ""
20495
20496 #: read.c:2250
20497 #, c-format
20498 msgid "attempt to fill section `%s' with non-zero value"
20499 msgstr ""
20500
20501 #: read.c:2407
20502 #, c-format
20503 msgid "unrecognized .linkonce type `%s'"
20504 msgstr ""
20505
20506 #: read.c:2419
20507 msgid ".linkonce is not supported for this object file format"
20508 msgstr ""
20509
20510 #: read.c:2514
20511 msgid "expected alignment after size"
20512 msgstr ""
20513
20514 #: read.c:2733
20515 #, c-format
20516 msgid "attempt to redefine pseudo-op `%s' ignored"
20517 msgstr ""
20518
20519 #: read.c:2752
20520 msgid "ignoring macro exit outside a macro definition."
20521 msgstr ""
20522
20523 #: read.c:2806
20524 #, c-format
20525 msgid "invalid segment \"%s\""
20526 msgstr ""
20527
20528 #: read.c:2814
20529 msgid "only constant offsets supported in absolute section"
20530 msgstr ""
20531
20532 #: read.c:2857
20533 msgid "MRI style ORG pseudo-op not supported"
20534 msgstr ""
20535
20536 #: read.c:3008
20537 #, c-format
20538 msgid "unrecognized section type `%s'"
20539 msgstr ""
20540
20541 #: read.c:3021
20542 msgid "absolute sections are not supported"
20543 msgstr ""
20544
20545 #: read.c:3036
20546 #, c-format
20547 msgid "unrecognized section command `%s'"
20548 msgstr ""
20549
20550 #: read.c:3099
20551 #, c-format
20552 msgid ".end%c encountered without preceding %s"
20553 msgstr ""
20554
20555 #: read.c:3128 read.c:3164
20556 #, c-format
20557 msgid "negative count for %s - ignored"
20558 msgstr ""
20559
20560 #: read.c:3135 read.c:3171
20561 #, c-format
20562 msgid "%s without %s"
20563 msgstr ""
20564
20565 #: read.c:3405
20566 msgid "unsupported variable size or fill value"
20567 msgstr ""
20568
20569 #: read.c:3413
20570 #, c-format
20571 msgid "size value for space directive too large: %lx"
20572 msgstr ""
20573
20574 #: read.c:3442
20575 msgid ".space repeat count is zero, ignored"
20576 msgstr ""
20577
20578 #: read.c:3444
20579 msgid ".space repeat count is negative, ignored"
20580 msgstr ""
20581
20582 #: read.c:3475
20583 msgid "space allocation too complex in absolute section"
20584 msgstr ""
20585
20586 #: read.c:3481
20587 msgid "space allocation too complex in common section"
20588 msgstr ""
20589
20590 #: read.c:3575 read.c:5020
20591 #, c-format
20592 msgid "bad floating literal: %s"
20593 msgstr ""
20594
20595 #: read.c:3708
20596 #, c-format
20597 msgid "%s: would close weakref loop: %s"
20598 msgstr ""
20599
20600 #: read.c:3758
20601 #, c-format
20602 msgid "junk at end of line, first unrecognized character valued 0x%x"
20603 msgstr ""
20604
20605 #: read.c:3886 write.c:2133
20606 #, c-format
20607 msgid "`%s' can't be equated to common symbol `%s'"
20608 msgstr ""
20609
20610 #: read.c:4023
20611 msgid "unexpected `\"' in expression"
20612 msgstr ""
20613
20614 #: read.c:4036
20615 msgid "rva without symbol"
20616 msgstr ""
20617
20618 #: read.c:4105
20619 msgid "missing or bad offset expression"
20620 msgstr ""
20621
20622 #: read.c:4126
20623 msgid "missing reloc type"
20624 msgstr ""
20625
20626 #: read.c:4150
20627 msgid "unrecognized reloc type"
20628 msgstr ""
20629
20630 #: read.c:4166
20631 msgid "bad reloc expression"
20632 msgstr ""
20633
20634 #: read.c:4328 read.c:5304
20635 msgid "zero assumed for missing expression"
20636 msgstr ""
20637
20638 #: read.c:4348 read.c:5333
20639 msgid "attempt to store value in absolute section"
20640 msgstr ""
20641
20642 #: read.c:4355 read.c:5339
20643 #, c-format
20644 msgid "attempt to store non-zero value in section `%s'"
20645 msgstr ""
20646
20647 #: read.c:4441
20648 #, c-format
20649 msgid "value 0x%llx truncated to 0x%llx"
20650 msgstr ""
20651
20652 #: read.c:4444
20653 msgid "value 0x%I64x truncated to 0x%I64x"
20654 msgstr ""
20655
20656 #: read.c:4448
20657 #, c-format
20658 msgid "value 0x%lx truncated to 0x%lx"
20659 msgstr ""
20660
20661 #: read.c:4493
20662 #, c-format
20663 msgid "bignum truncated to %d byte"
20664 msgid_plural "bignum truncated to %d bytes"
20665 msgstr[0] ""
20666 msgstr[1] ""
20667 msgstr[2] ""
20668
20669 #: read.c:4832 read.c:5042
20670 msgid "unresolvable or nonpositive repeat count; using 1"
20671 msgstr ""
20672
20673 #: read.c:4881
20674 #, c-format
20675 msgid "unknown floating type type '%c'"
20676 msgstr ""
20677
20678 #: read.c:4903
20679 msgid "floating point constant too large"
20680 msgstr ""
20681
20682 #: read.c:4967
20683 msgid "attempt to store float in absolute section"
20684 msgstr ""
20685
20686 #: read.c:4974
20687 #, c-format
20688 msgid "attempt to store float in section `%s'"
20689 msgstr ""
20690
20691 #: read.c:5422
20692 #, c-format
20693 msgid "attempt to store non-empty string in section `%s'"
20694 msgstr ""
20695
20696 #: read.c:5484
20697 msgid "strings must be placed into a section"
20698 msgstr ""
20699
20700 #: read.c:5547
20701 msgid "expected <nn>"
20702 msgstr ""
20703
20704 #. To be compatible with BSD 4.2 as: give the luser a linefeed!!
20705 #: read.c:5586 read.c:5672
20706 msgid "unterminated string; newline inserted"
20707 msgstr ""
20708
20709 #: read.c:5686
20710 msgid "bad escaped character in string"
20711 msgstr ""
20712
20713 #: read.c:5711
20714 msgid "expected address expression"
20715 msgstr ""
20716
20717 #: read.c:5730
20718 #, c-format
20719 msgid "symbol \"%s\" undefined; zero assumed"
20720 msgstr ""
20721
20722 #: read.c:5733
20723 msgid "some symbol undefined; zero assumed"
20724 msgstr ""
20725
20726 #: read.c:5768
20727 msgid "this string may not contain '\\0'"
20728 msgstr ""
20729
20730 #: read.c:5804
20731 msgid "missing string"
20732 msgstr ""
20733
20734 #: read.c:5895
20735 #, c-format
20736 msgid ".incbin count zero, ignoring `%s'"
20737 msgstr ""
20738
20739 #: read.c:5921
20740 #, c-format
20741 msgid "file not found: %s"
20742 msgstr ""
20743
20744 #: read.c:5935
20745 #, c-format
20746 msgid "seek to end of .incbin file failed `%s'"
20747 msgstr ""
20748
20749 #: read.c:5946
20750 #, c-format
20751 msgid "skip (%ld) or count (%ld) invalid for file size (%ld)"
20752 msgstr ""
20753
20754 #: read.c:5953
20755 #, c-format
20756 msgid "could not skip to %ld in file `%s'"
20757 msgstr ""
20758
20759 #: read.c:5962
20760 #, c-format
20761 msgid "truncated file `%s', %ld of %ld bytes read"
20762 msgstr ""
20763
20764 #: read.c:6120
20765 msgid "missing .func"
20766 msgstr ""
20767
20768 #: read.c:6137
20769 msgid ".endfunc missing for previous .func"
20770 msgstr ""
20771
20772 #: read.c:6196
20773 #, c-format
20774 msgid ".bundle_align_mode alignment too large (maximum %u)"
20775 msgstr ""
20776
20777 #: read.c:6201
20778 msgid "cannot change .bundle_align_mode inside .bundle_lock"
20779 msgstr ""
20780
20781 #: read.c:6215
20782 msgid ".bundle_lock is meaningless without .bundle_align_mode"
20783 msgstr ""
20784
20785 #: read.c:6236
20786 msgid ".bundle_unlock without preceding .bundle_lock"
20787 msgstr ""
20788
20789 #: read.c:6249
20790 #, c-format
20791 msgid ".bundle_lock sequence is %u bytes, but bundle size is only %u bytes"
20792 msgstr ""
20793
20794 #: read.c:6348
20795 #, c-format
20796 msgid "missing closing `%c'"
20797 msgstr ""
20798
20799 #: read.c:6350
20800 msgid "stray `\\'"
20801 msgstr ""
20802
20803 #: remap.c:53
20804 #, c-format
20805 msgid "invalid argument '%s' to -fdebug-prefix-map"
20806 msgstr ""
20807
20808 #: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249
20809 #, c-format
20810 msgid ".stab%c: missing comma"
20811 msgstr ""
20812
20813 #. This could happen for example with a source file with a huge
20814 #. number of lines.  The only cure is to use a different debug
20815 #. format, probably DWARF.
20816 #: stabs.c:242
20817 #, c-format
20818 msgid ".stab%c: description field '%x' too big, try a different debug format"
20819 msgstr ""
20820
20821 #: stabs.c:423
20822 msgid "comma missing in .xstabs"
20823 msgstr ""
20824
20825 #: symbols.c:287
20826 #, c-format
20827 msgid "cannot define symbol `%s' in absolute section"
20828 msgstr ""
20829
20830 #: symbols.c:421
20831 #, c-format
20832 msgid "symbol `%s' is already defined as \"%s\"/%s%ld"
20833 msgstr ""
20834
20835 #: symbols.c:496 symbols.c:503
20836 #, c-format
20837 msgid "inserting \"%s\" into symbol table failed: %s"
20838 msgstr ""
20839
20840 #: symbols.c:1022
20841 #, c-format
20842 msgid "invalid operands (%s and %s sections) for `%s'"
20843 msgstr ""
20844
20845 #: symbols.c:1026
20846 #, fuzzy, c-format
20847 #| msgid "ignoring changed section type for %s"
20848 msgid "invalid operand (%s section) for `%s'"
20849 msgstr "игнорируется изменение типа раздела для %s"
20850
20851 #: symbols.c:1034
20852 #, c-format
20853 msgid "invalid operands (%s and %s sections) for `%s' when setting `%s'"
20854 msgstr ""
20855
20856 #: symbols.c:1037
20857 #, c-format
20858 msgid "invalid operand (%s section) for `%s' when setting `%s'"
20859 msgstr ""
20860
20861 #: symbols.c:1086
20862 #, c-format
20863 msgid "symbol definition loop encountered at `%s'"
20864 msgstr ""
20865
20866 #: symbols.c:1113
20867 #, c-format
20868 msgid "cannot convert expression symbol %s to complex relocation"
20869 msgstr ""
20870
20871 #: symbols.c:1398
20872 #, c-format
20873 msgid "division by zero when setting `%s'"
20874 msgstr ""
20875
20876 #. See PR 20895 for a reproducer.
20877 #: symbols.c:1438
20878 msgid "Invalid operation on symbol"
20879 msgstr ""
20880
20881 #: symbols.c:1488 write.c:2182
20882 #, c-format
20883 msgid "can't resolve value for symbol `%s'"
20884 msgstr ""
20885
20886 #: symbols.c:1947
20887 #, c-format
20888 msgid "\"%d\" (instance number %d of a %s label)"
20889 msgstr ""
20890
20891 #: symbols.c:1976
20892 #, c-format
20893 msgid "attempt to get value of unresolved symbol `%s'"
20894 msgstr ""
20895
20896 #. Do not reassign section symbols.
20897 #: symbols.c:2264
20898 msgid "section symbols are already global"
20899 msgstr ""
20900
20901 #: symbols.c:2377
20902 #, c-format
20903 msgid "Accessing function `%s' as thread-local object"
20904 msgstr ""
20905
20906 #: symbols.c:2381
20907 #, c-format
20908 msgid "Accessing `%s' as thread-local object"
20909 msgstr ""
20910
20911 #: write.c:167
20912 #, c-format
20913 msgid "field fx_size too small to hold %d"
20914 msgstr ""
20915
20916 #: write.c:453
20917 #, c-format
20918 msgid "attempt to .org/.space backwards? (%ld)"
20919 msgstr ""
20920
20921 #: write.c:471
20922 #, c-format
20923 msgid "leb128 operand is an undefined symbol: %s"
20924 msgstr ""
20925
20926 #: write.c:702
20927 msgid "invalid offset expression"
20928 msgstr ""
20929
20930 #: write.c:724
20931 msgid "invalid reloc expression"
20932 msgstr ""
20933
20934 #: write.c:1109
20935 #, c-format
20936 msgid "value of %s too large for field of %d byte at %s"
20937 msgid_plural "value of %s too large for field of %d bytes at %s"
20938 msgstr[0] ""
20939 msgstr[1] ""
20940 msgstr[2] ""
20941
20942 #: write.c:1125
20943 #, c-format
20944 msgid "signed .word overflow; switch may be too large; %ld at 0x%lx"
20945 msgstr ""
20946
20947 #: write.c:1166
20948 msgid "redefined symbol cannot be used on reloc"
20949 msgstr ""
20950
20951 #: write.c:1179
20952 msgid "relocation out of range"
20953 msgstr ""
20954
20955 #: write.c:1182
20956 #, c-format
20957 msgid "%s:%u: bad return from bfd_install_relocation: %x"
20958 msgstr ""
20959
20960 #: write.c:1210
20961 msgid "reloc not within (fixed part of) section"
20962 msgstr ""
20963
20964 #: write.c:1280
20965 msgid "internal error: fixup not contained within frag"
20966 msgstr ""
20967
20968 #: write.c:1398 write.c:1535
20969 msgid "can't extend frag"
20970 msgstr ""
20971
20972 #: write.c:1603
20973 #, c-format
20974 msgid "can't write %ld byte to section %s of %s: '%s'"
20975 msgid_plural "can't write %ld bytes to section %s of %s: '%s'"
20976 msgstr[0] ""
20977 msgstr[1] ""
20978 msgstr[2] ""
20979
20980 #: write.c:1630 write.c:1666
20981 #, c-format
20982 msgid "can't fill %ld byte in section %s of %s: '%s'"
20983 msgid_plural "can't fill %ld bytes in section %s of %s: '%s'"
20984 msgstr[0] ""
20985 msgstr[1] ""
20986 msgstr[2] ""
20987
20988 #: write.c:2098
20989 #, c-format
20990 msgid "%s: global symbols not supported in common sections"
20991 msgstr ""
20992
20993 #: write.c:2112
20994 #, c-format
20995 msgid "local label `%s' is not defined"
20996 msgstr ""
20997
20998 #: write.c:2140
20999 #, c-format
21000 msgid "can't make global register symbol `%s'"
21001 msgstr ""
21002
21003 #: write.c:2444
21004 #, c-format
21005 msgid "alignment padding (%lu byte) not a multiple of %ld"
21006 msgid_plural "alignment padding (%lu bytes) not a multiple of %ld"
21007 msgstr[0] ""
21008 msgstr[1] ""
21009 msgstr[2] ""
21010
21011 #: write.c:2610
21012 #, c-format
21013 msgid ".word %s-%s+%s didn't fit"
21014 msgstr ""
21015
21016 #: write.c:2704
21017 msgid "padding added"
21018 msgstr ""
21019
21020 #: write.c:2755
21021 msgid "attempt to move .org backwards"
21022 msgstr ""
21023
21024 #: write.c:2779
21025 msgid ".space specifies non-absolute value"
21026 msgstr ""
21027
21028 #: write.c:2794
21029 msgid ".space or .fill with negative value, ignored"
21030 msgstr ""
21031
21032 #: write.c:2865
21033 #, c-format
21034 msgid "Infinite loop encountered whilst attempting to compute the addresses of symbols in section %s"
21035 msgstr ""
21036
21037 #~ msgid "%s: data size %ld\n"
21038 #~ msgstr "%s: размер данных %ld\n"