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. 6msgid "" 7msgstr "" 8"Project-Id-Version: gas 2.20\n" 9"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" 10"POT-Creation-Date: 2009-09-07 14:09+0200\n" 11"PO-Revision-Date: 2010-01-05 21:08+0300\n" 12"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" 13"Language-Team: Russian <gnu@mx.ru>\n" 14"MIME-Version: 1.0\n" 15"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Transfer-Encoding: 8bit\n" 17"X-Generator: KBabel 1.11.4\n" 18"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" 19 20#: app.c:488 app.c:502 21msgid "end of file in comment" 22msgstr "конец файла в комментарии" 23 24#: app.c:580 app.c:627 25#, c-format 26msgid "end of file in string; '%c' inserted" 27msgstr "конец файла в строке; вставлен '%c'" 28 29#: app.c:653 30#, c-format 31msgid "unknown escape '\\%c' in string; ignored" 32msgstr "неизвестная экранирующая последовательность '\\%c' в строке; игнорируется" 33 34#: app.c:816 35msgid "end of file not at end of a line; newline inserted" 36msgstr "конец файла не в конце строки; вставлен символ новой строки" 37 38#: app.c:973 39msgid "end of file in multiline comment" 40msgstr "конец файла в многостроковом комментарии" 41 42#: app.c:1048 43msgid "end of file after a one-character quote; \\0 inserted" 44msgstr "конец файла после одиночной кавычки; вставлен \\0" 45 46#: app.c:1056 47msgid "end of file in escape character" 48msgstr "конец файла в экранированном символе" 49 50#: app.c:1068 51msgid "missing close quote; (assumed)" 52msgstr "отсутствует закрывающая кавычка; (предположительно)" 53 54#: app.c:1137 app.c:1192 app.c:1203 app.c:1277 55msgid "end of file in comment; newline inserted" 56msgstr "конец файла в комментарии; вставлен символ новой строки" 57 58#: as.c:158 59msgid "missing emulation mode name" 60msgstr "пропущено имя режима эмуляции" 61 62#: as.c:173 63#, c-format 64msgid "unrecognized emulation name `%s'" 65msgstr "нераспознанно имя эмуляции `%s'" 66 67#: as.c:220 68#, c-format 69msgid "GNU assembler version %s (%s) using BFD version %s\n" 70msgstr "GNU ассемблер, версия %s (%s); используется BFD версии %s\n" 71 72#: as.c:227 73#, c-format 74msgid "Usage: %s [option...] [asmfile...]\n" 75msgstr "Использование: %s [параметр...] [asm-файл...]\n" 76 77#: as.c:229 78#, c-format 79msgid "" 80"Options:\n" 81" -a[sub-option...]\t turn on listings\n" 82" \t Sub-options [default hls]:\n" 83" \t c omit false conditionals\n" 84" \t d omit debugging directives\n" 85" \t g include general info\n" 86" \t h include high-level source\n" 87" \t l include assembly\n" 88" \t m include macro expansions\n" 89" \t n omit forms processing\n" 90" \t s include symbols\n" 91" \t =FILE list to FILE (must be last sub-option)\n" 92msgstr "" 93"Параметры:\n" 94" -a[доп-параметры...]\t создать листинг\n" 95" \t Доп-параметры [по умолчанию hls]:\n" 96" \t c пропускать ложные ветви\n" 97" \t d пропускать отладочные директивы\n" 98" \t g включать общую информацию\n" 99" \t h включить исходный код высокого уровня\n" 100" \t l включать ассемблерный код\n" 101" \t m включать раскрытие макросов\n" 102" \t n пропускать разбивку на страницы\n" 103" \t s включать символы\n" 104" \t =ФАЙЛ записывать в ФАЙЛ (должно быть последним)\n" 105 106#: as.c:243 107#, c-format 108msgid " --alternate initially turn on alternate macro syntax\n" 109msgstr " --alternate сразу включить альтернативный синтаксис макросов\n" 110 111#: as.c:245 112#, c-format 113msgid " -D produce assembler debugging messages\n" 114msgstr " -D выводить ассемблерные отладочные сообщения\n" 115 116#: as.c:247 117#, c-format 118msgid " --debug-prefix-map OLD=NEW Map OLD to NEW in debug information\n" 119msgstr "" 120" --debug-prefix-map СТА=НОВ Преобразовывать СТАрые на НОВые в отладочной\n" 121" информации\n" 122 123#: as.c:249 124#, c-format 125msgid " --defsym SYM=VAL define symbol SYM to given value\n" 126msgstr " --defsym СИМ=ЗНА назначить СИМволу нужно ЗНАчение\n" 127 128#: as.c:265 129#, c-format 130msgid " emulate output (default %s)\n" 131msgstr " эмулировать вывод (по умолчанию %s)\n" 132 133#: as.c:270 134#, c-format 135msgid " --execstack require executable stack for this object\n" 136msgstr " --execstack требовать исполняемый стек для этого объекта\n" 137 138#: as.c:272 139#, c-format 140msgid " --noexecstack don't require executable stack for this object\n" 141msgstr " --noexecstack не требовать исполняемый стек для этого объекта\n" 142 143#: as.c:275 144#, c-format 145msgid " -f skip whitespace and comment preprocessing\n" 146msgstr " -f не выполнять пред-обработку пробелов и комментариев\n" 147 148#: as.c:277 149#, c-format 150msgid " -g --gen-debug generate debugging information\n" 151msgstr " -g --gen-debug генерировать отладочную информацию\n" 152 153#: as.c:279 154#, c-format 155msgid " --gstabs generate STABS debugging information\n" 156msgstr " --gstabs генерировать отладочную информацию STABS\n" 157 158#: as.c:281 159#, c-format 160msgid " --gstabs+ generate STABS debug info with GNU extensions\n" 161msgstr "" 162" --gstabs+ генерировать отладочную информацию STABS\n" 163" с расширениями GNU\n" 164 165#: as.c:283 166#, c-format 167msgid " --gdwarf-2 generate DWARF2 debugging information\n" 168msgstr " --gdwarf-2 генерировать отладочную информацию DWARF2\n" 169 170#: as.c:285 171#, c-format 172msgid " --hash-size=<value> set the hash table size close to <value>\n" 173msgstr " --hash-size=<знач> задать размер хэш таблицы близким к <значению>\n" 174 175#: as.c:287 176#, c-format 177msgid " --help show this message and exit\n" 178msgstr " --help показать это сообщение и закончить работу\n" 179 180#: as.c:289 181#, c-format 182msgid " --target-help show target specific options\n" 183msgstr " --target-help показать параметры, подходящие только к этой цели\n" 184 185#: as.c:291 186#, c-format 187msgid " -I DIR add DIR to search list for .include directives\n" 188msgstr "" 189" -I КАТ добавить КАТалог в список поиска, используемого\n" 190" директивами .include\n" 191 192#: as.c:293 193#, c-format 194msgid " -J don't warn about signed overflow\n" 195msgstr " -J не предупреждать о знаковом переполнении\n" 196 197#: as.c:295 198#, c-format 199msgid " -K warn when differences altered for long displacements\n" 200msgstr "" 201 202#: as.c:297 203#, c-format 204msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" 205msgstr "" 206" -L,--keep-locals сохранять локальные символы (например,\n" 207" начинающиеся с L)\n" 208 209#: as.c:299 210#, c-format 211msgid " -M,--mri assemble in MRI compatibility mode\n" 212msgstr " -M,--mri ассемблировать в режиме совместимости с MRI\n" 213 214#: as.c:301 215#, c-format 216msgid " --MD FILE write dependency information in FILE (default none)\n" 217msgstr "" 218" --MD ФАЙЛ записывать информацию о зависимостях в ФАЙЛ\n" 219" (по умолчанию не записывается)\n" 220 221#: as.c:303 222#, c-format 223msgid " -nocpp ignored\n" 224msgstr " -nocpp игнорируется\n" 225 226#: as.c:305 227#, c-format 228msgid " -o OBJFILE name the object-file output OBJFILE (default a.out)\n" 229msgstr " -o OBJ-ФАЙЛ имя объектного файла результата (по умолчанию a.out)\n" 230 231#: as.c:307 232#, c-format 233msgid " -R fold data section into text section\n" 234msgstr " -R поместить раздел данных в раздел текста\n" 235 236#: as.c:309 237#, c-format 238msgid "" 239" --reduce-memory-overheads \n" 240" prefer smaller memory use at the cost of longer\n" 241" assembly times\n" 242msgstr "" 243 244#: as.c:313 245#, c-format 246msgid " --statistics print various measured statistics from execution\n" 247msgstr "" 248 249#: as.c:315 250#, c-format 251msgid " --strip-local-absolute strip local absolute symbols\n" 252msgstr " --strip-local-absolute удалить локальные абсолютные символы\n" 253 254#: as.c:317 255#, c-format 256msgid " --traditional-format Use same format as native assembler when possible\n" 257msgstr "" 258" --traditional-format использовать родной для ассемблера формат,\n" 259" если возможно\n" 260 261#: as.c:319 262#, c-format 263msgid " --version print assembler version number and exit\n" 264msgstr " --version показать версию ассемблера и закончить работу\n" 265 266#: as.c:321 267#, c-format 268msgid " -W --no-warn suppress warnings\n" 269msgstr " -W --no-warn не показывать предупреждения\n" 270 271#: as.c:323 272#, c-format 273msgid " --warn don't suppress warnings\n" 274msgstr " --warn показывать предупреждения\n" 275 276#: as.c:325 277#, c-format 278msgid " --fatal-warnings treat warnings as errors\n" 279msgstr " --fatal-warnings считать предупреждения ошибками\n" 280 281#: as.c:328 282#, c-format 283msgid "" 284" --itbl INSTTBL extend instruction set to include instructions\n" 285" matching the specifications defined in file INSTTBL\n" 286msgstr "" 287 288#: as.c:332 289#, c-format 290msgid " -w ignored\n" 291msgstr " -w игнорируется\n" 292 293#: as.c:334 294#, c-format 295msgid " -X ignored\n" 296msgstr " -X игнорируется\n" 297 298#: as.c:336 299#, c-format 300msgid " -Z generate object file even after errors\n" 301msgstr " -Z генерировать объектный файл не смотря на ошибки\n" 302 303#: as.c:338 304#, c-format 305msgid "" 306" --listing-lhs-width set the width in words of the output data column of\n" 307" the listing\n" 308msgstr "" 309 310#: as.c:341 311#, c-format 312msgid "" 313" --listing-lhs-width2 set the width in words of the continuation lines\n" 314" of the output data column; ignored if smaller than\n" 315" the width of the first line\n" 316msgstr "" 317 318#: as.c:345 319#, c-format 320msgid "" 321" --listing-rhs-width set the max width in characters of the lines from\n" 322" the source file\n" 323msgstr "" 324 325#: as.c:348 326#, c-format 327msgid "" 328" --listing-cont-lines set the maximum number of continuation lines used\n" 329" for the output data column of the listing\n" 330msgstr "" 331 332#: as.c:351 333#, c-format 334msgid " @FILE read options from FILE\n" 335msgstr " @ФАЙЛ прочитать парамеры из ФАЙЛа\n" 336 337#: as.c:359 338#, c-format 339msgid "Report bugs to %s\n" 340msgstr "Сообщения об ошибках отправляйте в %s\n" 341 342#: as.c:564 343#, c-format 344msgid "unrecognized option -%c%s" 345msgstr "нераспознанный параметр -%c%s" 346 347#. This output is intended to follow the GNU standards document. 348#: as.c:602 349#, c-format 350msgid "GNU assembler %s\n" 351msgstr "GNU ассемблер %s\n" 352 353#: as.c:603 354#, c-format 355msgid "Copyright 2009 Free Software Foundation, Inc.\n" 356msgstr "Copyright 2009 Free Software Foundation, Inc.\n" 357 358#: as.c:604 359#, c-format 360msgid "" 361"This program is free software; you may redistribute it under the terms of\n" 362"the GNU General Public License version 3 or later.\n" 363"This program has absolutely no warranty.\n" 364msgstr "" 365"Эта программа является открытым программным обеспечением; вы можете\n" 366"распространять её согласно условиям GNU General Public License версии 3 или\n" 367"более новой версии.\n" 368"Эта программа не имеет абсолютно никаких гарантий.\n" 369 370#: as.c:608 371#, c-format 372msgid "This assembler was configured for a target of `%s'.\n" 373msgstr "Ассемблер настроен на цель %s.\n" 374 375#: as.c:615 376msgid "multiple emulation names specified" 377msgstr "указано несколько имён эмуляции" 378 379#: as.c:617 380msgid "emulations not handled in this configuration" 381msgstr "эмуляции не обрабатываются при таких настройках" 382 383#: as.c:622 384#, c-format 385msgid "alias = %s\n" 386msgstr "псевдоним = %s\n" 387 388#: as.c:623 389#, c-format 390msgid "canonical = %s\n" 391msgstr "каноническое = %s\n" 392 393#: as.c:624 394#, c-format 395msgid "cpu-type = %s\n" 396msgstr "тип ЦП = %s\n" 397 398#: as.c:626 399#, c-format 400msgid "format = %s\n" 401msgstr "формат = %s\n" 402 403#: as.c:629 404#, c-format 405msgid "bfd-target = %s\n" 406msgstr "bfd-цель = %s\n" 407 408#: as.c:646 409msgid "bad defsym; format is --defsym name=value" 410msgstr "неверный defsym; формат должен быть --defsym имя=значение" 411 412#: as.c:666 413msgid "no file name following -t option" 414msgstr "для параметра -t не указано имя файла" 415 416#: as.c:681 417#, c-format 418msgid "failed to read instruction table %s\n" 419msgstr "не удалось прочитать таблицу инструкций %s\n" 420 421#: as.c:852 422#, c-format 423msgid "invalid listing option `%c'" 424msgstr "неверный параметр %c для листинга" 425 426#: as.c:905 427msgid "--hash-size needs a numeric argument" 428msgstr "для --hash-size требуется числовой аргумент" 429 430#: as.c:930 431#, c-format 432msgid "%s: total time in assembly: %ld.%06ld\n" 433msgstr "%s: общее время ассемблирования: %ld.%06ld\n" 434 435#: as.c:933 436#, c-format 437msgid "%s: data size %ld\n" 438msgstr "%s: размер данных %ld\n" 439 440#: as.c:1241 441#, c-format 442msgid "%d warnings, treating warnings as errors" 443msgstr "%d предупреждений, предупреждения считаются ошибками" 444 445#: as.h:208 446#, c-format 447msgid "Case value %ld unexpected at line %d of file \"%s\"\n" 448msgstr "" 449 450#. 451#. * We have a GROSS internal error. 452#. * This should never happen. 453#. 454#: atof-generic.c:417 config/tc-m68k.c:3536 455msgid "failed sanity check" 456msgstr "проверка на исправность не пройдена" 457 458#: cgen.c:113 config/tc-alpha.c:2083 config/tc-alpha.c:2107 459#: config/tc-arc.c:1681 config/tc-d10v.c:550 config/tc-d30v.c:538 460#: config/tc-mn10200.c:1100 config/tc-mn10300.c:1749 config/tc-ppc.c:2562 461#: config/tc-ppc.c:2713 config/tc-ppc.c:2834 config/tc-ppc.c:2845 462#: config/tc-s390.c:1218 config/tc-s390.c:1318 config/tc-s390.c:1447 463#: config/tc-v850.c:1730 config/tc-v850.c:1753 config/tc-v850.c:1956 464msgid "too many fixups" 465msgstr "" 466 467#: cgen.c:400 cgen.c:420 config/tc-arc.c:1662 config/tc-d10v.c:461 468#: config/tc-d30v.c:453 config/tc-i370.c:2129 config/tc-mn10200.c:1042 469#: config/tc-mn10300.c:1674 config/tc-ppc.c:2601 config/tc-s390.c:1189 470#: config/tc-v850.c:1932 config/tc-z80.c:422 471msgid "illegal operand" 472msgstr "неверный операнд" 473 474#: cgen.c:424 config/tc-arc.c:1664 config/tc-avr.c:569 config/tc-d10v.c:463 475#: config/tc-d30v.c:455 config/tc-h8300.c:450 config/tc-i370.c:2131 476#: config/tc-mcore.c:662 config/tc-microblaze.c:583 config/tc-mmix.c:488 477#: config/tc-mn10200.c:1045 config/tc-mn10300.c:1677 config/tc-msp430.c:452 478#: config/tc-or32.c:307 config/tc-ppc.c:2603 config/tc-s390.c:1207 479#: config/tc-sh.c:1359 config/tc-sh64.c:2213 config/tc-v850.c:1935 480#: config/tc-z80.c:575 config/tc-z8k.c:350 481msgid "missing operand" 482msgstr "пропущен операнд" 483 484#: cgen.c:799 485msgid "a reloc on this operand implies an overflow" 486msgstr "" 487 488#: cgen.c:822 489msgid "operand mask overflow" 490msgstr "переполнение маски операнда" 491 492#. We can't actually support subtracting a symbol. 493#: cgen.c:885 config/tc-arc.c:1247 config/tc-arm.c:1612 config/tc-arm.c:8617 494#: config/tc-arm.c:8668 config/tc-arm.c:8914 config/tc-arm.c:9704 495#: config/tc-arm.c:10703 config/tc-arm.c:10743 config/tc-arm.c:11051 496#: config/tc-arm.c:11080 config/tc-avr.c:1087 config/tc-cris.c:4044 497#: config/tc-d10v.c:1502 config/tc-d30v.c:1903 config/tc-mips.c:4394 498#: config/tc-mips.c:5518 config/tc-mips.c:6493 config/tc-mips.c:7069 499#: config/tc-msp430.c:1937 config/tc-ppc.c:5769 config/tc-spu.c:959 500#: config/tc-spu.c:983 config/tc-v850.c:2271 config/tc-xstormy16.c:484 501#: config/tc-xtensa.c:5821 config/tc-xtensa.c:11839 502msgid "expression too complex" 503msgstr "слишком сложное выражение" 504 505#: cgen.c:979 config/tc-arc.c:1308 config/tc-ppc.c:5894 config/tc-s390.c:2023 506#: config/tc-v850.c:2311 config/tc-xstormy16.c:538 507msgid "unresolved expression that must be resolved" 508msgstr "нерешаемое выражение, которое должно быть решено" 509 510#: cgen.c:1004 config/tc-xstormy16.c:563 511#, c-format 512msgid "internal error: can't install fix for reloc type %d (`%s')" 513msgstr "" 514 515#: cgen.c:1034 516msgid "relocation is not supported" 517msgstr "перемещение не поддерживается" 518 519#: cond.c:83 520msgid "invalid identifier for \".ifdef\"" 521msgstr "неверный идентификатор для \".ifdef\"" 522 523#: cond.c:150 524msgid "non-constant expression in \".if\" statement" 525msgstr "неконстантное выражение в операторе \".if\"" 526 527#: cond.c:277 528msgid "bad format for ifc or ifnc" 529msgstr "неверный формат для ifc или ifnc" 530 531#: cond.c:307 532msgid "\".elseif\" without matching \".if\"" 533msgstr "\".elseif\" без надлежащего \".if\"" 534 535#: cond.c:311 536msgid "\".elseif\" after \".else\"" 537msgstr "\".elseif\" после \".else\"" 538 539#: cond.c:314 cond.c:420 540msgid "here is the previous \"else\"" 541msgstr "здесь предыдущий \"else\"" 542 543#: cond.c:317 cond.c:423 544msgid "here is the previous \"if\"" 545msgstr "здесь предыдущий \"if\"" 546 547#: cond.c:346 548msgid "non-constant expression in \".elseif\" statement" 549msgstr "неконстантное выражение в операторе \".elseif\"" 550 551#: cond.c:384 552msgid "\".endif\" without \".if\"" 553msgstr "\".endif\" без \".if\"" 554 555#: cond.c:413 556msgid "\".else\" without matching \".if\"" 557msgstr "\".else\" без надлежащего \".if\"" 558 559#: cond.c:417 560msgid "duplicate \"else\"" 561msgstr "повторный \"else\"" 562 563#: cond.c:468 564msgid ".ifeqs syntax error" 565msgstr "синтаксическая ошибка в .ifeqs" 566 567#: cond.c:549 568msgid "end of macro inside conditional" 569msgstr "конец макроса внутри условия" 570 571#: cond.c:551 572msgid "end of file inside conditional" 573msgstr "конец файла внутри условия" 574 575#: cond.c:554 576msgid "here is the start of the unterminated conditional" 577msgstr "вот начало незавершённого условия" 578 579#: cond.c:558 580msgid "here is the \"else\" of the unterminated conditional" 581msgstr "вот \"else\" незавершённого условия" 582 583#: config/atof-ieee.c:141 584msgid "cannot create floating-point number" 585msgstr "не удалось создать число с плавающей точкой" 586 587#: config/atof-ieee.c:288 588msgid "NaNs are not supported by this target\n" 589msgstr "NaN не поддерживается этой целью\n" 590 591#: config/atof-ieee.c:327 config/atof-ieee.c:368 592msgid "Infinities are not supported by this target\n" 593msgstr "Бесконечность не поддерживается этой целью\n" 594 595#: config/atof-ieee.c:784 config/atof-vax.c:450 config/tc-arm.c:1007 596#: config/tc-ia64.c:11332 config/tc-tic30.c:1261 config/tc-tic4x.c:2599 597msgid "Unrecognized or unsupported floating point constant" 598msgstr "Нераспознанная или неподдерживаемая константа с плавающей точкой" 599 600#: config/obj-aout.c:85 601#, c-format 602msgid "Attempt to put a common symbol into set %s" 603msgstr "" 604 605#: config/obj-aout.c:89 606#, c-format 607msgid "Attempt to put an undefined symbol into set %s" 608msgstr "" 609 610#: config/obj-aout.c:116 config/obj-coff.c:1406 611#, c-format 612msgid "Symbol `%s' can not be both weak and common" 613msgstr "" 614 615#: config/obj-coff.c:135 616#, c-format 617msgid "Inserting \"%s\" into structure table failed: %s" 618msgstr "Не удалось вставить \"%s\" в таблицу структур: %s" 619 620#: config/obj-coff.c:214 config/obj-coff.c:1694 config/tc-ppc.c:4859 621#: config/tc-tic54x.c:4011 read.c:2796 622#, c-format 623msgid "error setting flags for \"%s\": %s" 624msgstr "ошибка установки флагов для \"%s\": %s" 625 626#. Zero is used as an end marker in the file. 627#: config/obj-coff.c:433 628msgid "Line numbers must be positive integers\n" 629msgstr "Номера строк должны быть положительными целыми числами\n" 630 631#: config/obj-coff.c:465 632msgid ".ln pseudo-op inside .def/.endef: ignored." 633msgstr "Псевдооперация .in внутри .def/.endef: игнорируется." 634 635#: config/obj-coff.c:507 ecoff.c:3240 636msgid ".loc outside of .text" 637msgstr ".loc вне .text" 638 639#: config/obj-coff.c:514 640msgid ".loc pseudo-op inside .def/.endef: ignored." 641msgstr "Псевдооперация .loc внутри .def/.endef: игнорируется." 642 643#: config/obj-coff.c:595 644msgid ".def pseudo-op used inside of .def/.endef: ignored." 645msgstr "Псевдооперация .def используется внутри .def/.endef: игнорируется." 646 647#: config/obj-coff.c:634 648msgid ".endef pseudo-op used outside of .def/.endef: ignored." 649msgstr "Псевдооперация .endef используется вне .def/.endef: игнорируется." 650 651#: config/obj-coff.c:673 652#, c-format 653msgid "`%s' symbol without preceding function" 654msgstr "" 655 656#: config/obj-coff.c:760 657#, c-format 658msgid "unexpected storage class %d" 659msgstr "неожиданный класс хранения %d" 660 661#: config/obj-coff.c:868 662msgid ".dim pseudo-op used outside of .def/.endef: ignored." 663msgstr "Псевдооперация .dim используется вне .def/.endef: игнорируется." 664 665#: config/obj-coff.c:888 666msgid "badly formed .dim directive ignored" 667msgstr "неправильный формат директивы .dim: игнорируется" 668 669#: config/obj-coff.c:937 670msgid ".size pseudo-op used outside of .def/.endef ignored." 671msgstr "Псевдооперация .size используется вне .def/.endef: игнорируется." 672 673#: config/obj-coff.c:952 674msgid ".scl pseudo-op used outside of .def/.endef ignored." 675msgstr "Псевдооперация .scl используется вне .def/.endef: игнорируется." 676 677#: config/obj-coff.c:969 678msgid ".tag pseudo-op used outside of .def/.endef ignored." 679msgstr "Псевдооперация .tag используется вне .def/.endef: игнорируется." 680 681#: config/obj-coff.c:987 682#, c-format 683msgid "tag not found for .tag %s" 684msgstr "метка не найдена для .tag %s" 685 686#: config/obj-coff.c:1000 687msgid ".type pseudo-op used outside of .def/.endef ignored." 688msgstr "Псевдооперация .type используется вне .def/.endef: игнорируется." 689 690#: config/obj-coff.c:1019 691msgid ".val pseudo-op used outside of .def/.endef ignored." 692msgstr "Псевдооперация .val используется вне .def/.endef: игнорируется." 693 694#: config/obj-coff.c:1186 695msgid "badly formed .weak directive ignored" 696msgstr "неправильный формат директивы.weak: игнорируется" 697 698#: config/obj-coff.c:1364 699msgid "mismatched .eb" 700msgstr "непарная .eb" 701 702#: config/obj-coff.c:1385 703#, c-format 704msgid "C_EFCN symbol for %s out of scope" 705msgstr "" 706 707#: config/obj-coff.c:1439 708#, c-format 709msgid "Warning: internal error: forgetting to set endndx of %s" 710msgstr "Предупреждение: внутренняя ошибка: забыли установить endndx для %s" 711 712#. STYP_INFO 713#. STYP_LIB 714#. STYP_OVER 715#: config/obj-coff.c:1662 716#, c-format 717msgid "unsupported section attribute '%c'" 718msgstr "неподдерживаемый атрибут раздела %c" 719 720#: config/obj-coff.c:1666 config/tc-ppc.c:4841 721#, c-format 722msgid "unknown section attribute '%c'" 723msgstr "неизвестный атрибут раздела %c" 724 725#: config/obj-coff.c:1706 726#, c-format 727msgid "Ignoring changed section attributes for %s" 728msgstr "Игнорируются изменённые атрибуты раздела для %s" 729 730#: config/obj-coff.c:1836 731#, c-format 732msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" 733msgstr "0x%lx: \"%s\" тип = %ld, класс = %d, сегмент = %d\n" 734 735#: config/obj-ecoff.c:125 736msgid "Can't set GP value" 737msgstr "Не удалось установить значение GP" 738 739#: config/obj-ecoff.c:132 740msgid "Can't set register masks" 741msgstr "Не удалось установить значение регистра масок" 742 743#: config/obj-elf.c:334 config/tc-sparc.c:3950 config/tc-v850.c:450 744#, c-format 745msgid "bad .common segment %s" 746msgstr "неправильный сегмент .common %s" 747 748#: config/obj-elf.c:612 749#, c-format 750msgid "setting incorrect section type for %s" 751msgstr "установка некорректного типа раздела для %s" 752 753#: config/obj-elf.c:617 754#, c-format 755msgid "ignoring incorrect section type for %s" 756msgstr "игнорируется некорректный тип раздела для %s" 757 758#: config/obj-elf.c:659 759#, c-format 760msgid "setting incorrect section attributes for %s" 761msgstr "установка некорректных атрибутов раздела для %s" 762 763#: config/obj-elf.c:713 764#, c-format 765msgid "ignoring changed section type for %s" 766msgstr "игнорируется изменение типа раздела для %s" 767 768#: config/obj-elf.c:725 769#, c-format 770msgid "ignoring changed section attributes for %s" 771msgstr "игнорируется изменение атрибутов раздела для %s" 772 773#: config/obj-elf.c:727 774#, c-format 775msgid "ignoring changed section entity size for %s" 776msgstr "игнорируется изменение размера элементов раздела для %s" 777 778#: config/obj-elf.c:780 779msgid "unrecognized .section attribute: want a,w,x,M,S,G,T" 780msgstr "нераспознанный атрибут .section: должно быть a,w,x,M,S,G,T" 781 782#: config/obj-elf.c:822 read.c:2780 783msgid "unrecognized section type" 784msgstr "нераспознанный тип раздела" 785 786#: config/obj-elf.c:852 787msgid "unrecognized section attribute" 788msgstr "нераспознанный атрибут раздела" 789 790#: config/obj-elf.c:883 config/tc-alpha.c:4190 791msgid "missing name" 792msgstr "пропущено имя" 793 794#: config/obj-elf.c:1012 795msgid "invalid merge entity size" 796msgstr "" 797 798#: config/obj-elf.c:1019 799msgid "entity size for SHF_MERGE not specified" 800msgstr "" 801 802#: config/obj-elf.c:1039 803msgid "group name for SHF_GROUP not specified" 804msgstr "не задано имя группы для SHF_GROUP" 805 806#: config/obj-elf.c:1052 807msgid "character following name is not '#'" 808msgstr "символ после имени не #" 809 810#: config/obj-elf.c:1171 811msgid ".previous without corresponding .section; ignored" 812msgstr ".previous без соответствующей .section; игнорируется" 813 814#: config/obj-elf.c:1197 815msgid ".popsection without corresponding .pushsection; ignored" 816msgstr ".popsection без соответствующей .pushsection; игнорируется" 817 818#: config/obj-elf.c:1249 819msgid "expected comma after name in .symver" 820msgstr "ожидается запятая после имени в .symver" 821 822#: config/obj-elf.c:1273 823#, c-format 824msgid "missing version name in `%s' for symbol `%s'" 825msgstr "пропущено имя версии в %s для символа %s" 826 827#: config/obj-elf.c:1284 828#, c-format 829msgid "multiple versions [`%s'|`%s'] for symbol `%s'" 830msgstr "несколько версий [%s|%s] для символа %s" 831 832#: config/obj-elf.c:1321 833#, c-format 834msgid "expected `%s' to have already been set for .vtable_inherit" 835msgstr "" 836 837#: config/obj-elf.c:1331 838msgid "expected comma after name in .vtable_inherit" 839msgstr "ожидается запятая после имени в .vtable_inherit" 840 841#: config/obj-elf.c:1391 842msgid "expected comma after name in .vtable_entry" 843msgstr "ожидается запятая после имени в .vtable_entry" 844 845#: config/obj-elf.c:1514 846msgid "expected quoted string" 847msgstr "ожидается строка в кавычках" 848 849#: config/obj-elf.c:1534 850#, c-format 851msgid "expected comma after name `%s' in .size directive" 852msgstr "ожидается запятая после имени %s в директиве .size" 853 854#: config/obj-elf.c:1543 855msgid "missing expression in .size directive" 856msgstr "пропущено выражение в директиве .size" 857 858#: config/obj-elf.c:1670 859#, c-format 860msgid "symbol '%s' is already defined" 861msgstr "символ %s уже определён" 862 863#: config/obj-elf.c:1690 config/obj-elf.c:1702 864#, c-format 865msgid "symbol type \"%s\" is supported only by GNU targets" 866msgstr "тип символа %s поддерживается только целями GNU" 867 868#: config/obj-elf.c:1713 869#, c-format 870msgid "unrecognized symbol type \"%s\"" 871msgstr "нераспознанный тип символа %s" 872 873#: config/obj-elf.c:1889 874msgid ".size expression too complicated to fix up" 875msgstr "" 876 877#: config/obj-elf.c:1921 878#, c-format 879msgid "invalid attempt to declare external version name as default in symbol `%s'" 880msgstr "" 881 882#: config/obj-elf.c:1982 ecoff.c:3598 883#, c-format 884msgid "symbol `%s' can not be both weak and common" 885msgstr "" 886 887#: config/obj-elf.c:2089 888#, c-format 889msgid "assuming all members of group `%s' are COMDAT" 890msgstr "" 891 892#: config/obj-elf.c:2111 893#, c-format 894msgid "can't create group: %s" 895msgstr "" 896 897#: config/obj-elf.c:2221 898#, c-format 899msgid "failed to set up debugging information: %s" 900msgstr "" 901 902#: config/obj-elf.c:2241 903#, c-format 904msgid "can't start writing .mdebug section: %s" 905msgstr "" 906 907#: config/obj-elf.c:2249 908#, c-format 909msgid "could not write .mdebug section: %s" 910msgstr "" 911 912#: config/obj-som.c:58 913msgid "Only one .compiler pseudo-op per file!" 914msgstr "" 915 916#: config/obj-som.c:75 config/obj-som.c:146 config/obj-som.c:188 917msgid "Expected quoted string" 918msgstr "" 919 920#: config/obj-som.c:88 921msgid ".compiler directive missing language and version" 922msgstr "" 923 924#: config/obj-som.c:98 925msgid ".compiler directive missing version" 926msgstr "" 927 928#: config/obj-som.c:114 929#, c-format 930msgid "FATAL: Attaching compiler header %s" 931msgstr "" 932 933#: config/obj-som.c:129 934msgid "Only one .version pseudo-op per file!" 935msgstr "" 936 937#: config/obj-som.c:153 938#, c-format 939msgid "attaching version header %s: %s" 940msgstr "" 941 942#: config/obj-som.c:171 943msgid "Only one .copyright pseudo-op per file!" 944msgstr "" 945 946#: config/obj-som.c:195 947#, c-format 948msgid "attaching copyright header %s: %s" 949msgstr "" 950 951#: config/tc-alpha.c:643 952#, c-format 953msgid "No !literal!%ld was found" 954msgstr "" 955 956#: config/tc-alpha.c:650 957#, c-format 958msgid "No !tlsgd!%ld was found" 959msgstr "" 960 961#: config/tc-alpha.c:657 962#, c-format 963msgid "No !tlsldm!%ld was found" 964msgstr "" 965 966#: config/tc-alpha.c:666 967#, c-format 968msgid "No ldah !gpdisp!%ld was found" 969msgstr "" 970 971#: config/tc-alpha.c:716 972#, c-format 973msgid "too many !literal!%ld for %s" 974msgstr "" 975 976#: config/tc-alpha.c:746 977#, c-format 978msgid "No lda !gpdisp!%ld was found" 979msgstr "" 980 981#. Only support one relocation op per insn. 982#: config/tc-alpha.c:905 983msgid "More than one relocation op per insn" 984msgstr "" 985 986#: config/tc-alpha.c:921 987msgid "No relocation operand" 988msgstr "" 989 990#: config/tc-alpha.c:931 991#, c-format 992msgid "Unknown relocation operand: !%s" 993msgstr "" 994 995#: config/tc-alpha.c:941 996#, c-format 997msgid "no sequence number after !%s" 998msgstr "" 999 1000#: config/tc-alpha.c:951 1001#, c-format 1002msgid "!%s does not use a sequence number" 1003msgstr "" 1004 1005#: config/tc-alpha.c:961 1006#, c-format 1007msgid "Bad sequence number: !%s!%s" 1008msgstr "" 1009 1010#: config/tc-alpha.c:1176 config/tc-alpha.c:3343 1011#, c-format 1012msgid "inappropriate arguments for opcode `%s'" 1013msgstr "" 1014 1015#: config/tc-alpha.c:1178 config/tc-alpha.c:3345 1016#, c-format 1017msgid "opcode `%s' not supported for target %s" 1018msgstr "" 1019 1020#: config/tc-alpha.c:1182 config/tc-alpha.c:3349 config/tc-avr.c:1356 1021#: config/tc-msp430.c:1829 1022#, c-format 1023msgid "unknown opcode `%s'" 1024msgstr "" 1025 1026#: config/tc-alpha.c:1263 config/tc-alpha.c:1517 1027msgid "overflow in literal (.lita) table" 1028msgstr "" 1029 1030#: config/tc-alpha.c:1270 config/tc-alpha.c:1294 config/tc-alpha.c:1530 1031#: config/tc-alpha.c:2215 config/tc-alpha.c:2260 config/tc-alpha.c:2329 1032#: config/tc-alpha.c:2412 config/tc-alpha.c:2637 config/tc-alpha.c:2735 1033msgid "macro requires $at register while noat in effect" 1034msgstr "" 1035 1036#: config/tc-alpha.c:1272 config/tc-alpha.c:1296 config/tc-alpha.c:1532 1037msgid "macro requires $at while $at in use" 1038msgstr "" 1039 1040#: config/tc-alpha.c:1475 1041msgid "bignum invalid; zero assumed" 1042msgstr "" 1043 1044#: config/tc-alpha.c:1477 1045msgid "floating point number invalid; zero assumed" 1046msgstr "" 1047 1048#: config/tc-alpha.c:1482 1049msgid "can't handle expression" 1050msgstr "" 1051 1052#: config/tc-alpha.c:1523 1053msgid "overflow in literal (.lit8) table" 1054msgstr "" 1055 1056#: config/tc-alpha.c:1819 1057#, c-format 1058msgid "too many ldah insns for !gpdisp!%ld" 1059msgstr "" 1060 1061#: config/tc-alpha.c:1821 config/tc-alpha.c:1833 1062#, c-format 1063msgid "both insns for !gpdisp!%ld must be in the same section" 1064msgstr "" 1065 1066#: config/tc-alpha.c:1831 1067#, c-format 1068msgid "too many lda insns for !gpdisp!%ld" 1069msgstr "" 1070 1071#: config/tc-alpha.c:1887 1072#, c-format 1073msgid "too many lituse insns for !lituse_tlsgd!%ld" 1074msgstr "" 1075 1076#: config/tc-alpha.c:1890 1077#, c-format 1078msgid "too many lituse insns for !lituse_tlsldm!%ld" 1079msgstr "" 1080 1081#: config/tc-alpha.c:1907 1082#, c-format 1083msgid "duplicate !tlsgd!%ld" 1084msgstr "" 1085 1086#: config/tc-alpha.c:1909 1087#, c-format 1088msgid "sequence number in use for !tlsldm!%ld" 1089msgstr "" 1090 1091#: config/tc-alpha.c:1923 1092#, c-format 1093msgid "duplicate !tlsldm!%ld" 1094msgstr "" 1095 1096#: config/tc-alpha.c:1925 1097#, c-format 1098msgid "sequence number in use for !tlsgd!%ld" 1099msgstr "" 1100 1101#: config/tc-alpha.c:1980 config/tc-arc.c:292 config/tc-mn10200.c:856 1102#: config/tc-mn10300.c:1146 config/tc-ppc.c:1676 config/tc-s390.c:604 1103#: config/tc-v850.c:1556 1104msgid "operand" 1105msgstr "" 1106 1107#: config/tc-alpha.c:2119 1108msgid "invalid relocation for instruction" 1109msgstr "" 1110 1111#: config/tc-alpha.c:2132 1112msgid "invalid relocation for field" 1113msgstr "" 1114 1115#: config/tc-alpha.c:2961 1116msgid "can not resolve expression" 1117msgstr "" 1118 1119#: config/tc-alpha.c:3503 config/tc-i370.c:1058 config/tc-microblaze.c:187 1120#: config/tc-ppc.c:2000 config/tc-ppc.c:4604 1121#, c-format 1122msgid ".COMMon length (%ld.) <0! Ignored." 1123msgstr "" 1124 1125#: config/tc-alpha.c:3514 config/tc-sparc.c:3820 config/tc-v850.c:245 1126msgid "Ignoring attempt to re-define symbol" 1127msgstr "" 1128 1129#: config/tc-alpha.c:3606 config/tc-ppc.c:4641 config/tc-sparc.c:3828 1130#, c-format 1131msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." 1132msgstr "" 1133 1134#: config/tc-alpha.c:3713 ecoff.c:3054 1135msgid ".ent directive has no name" 1136msgstr "" 1137 1138#: config/tc-alpha.c:3721 1139msgid "nested .ent directives" 1140msgstr "" 1141 1142#: config/tc-alpha.c:3765 ecoff.c:3005 1143msgid ".end directive has no name" 1144msgstr "" 1145 1146#: config/tc-alpha.c:3774 1147msgid ".end directive without matching .ent" 1148msgstr "" 1149 1150#: config/tc-alpha.c:3776 1151msgid ".end directive names different symbol than .ent" 1152msgstr "" 1153 1154#: config/tc-alpha.c:3819 ecoff.c:3140 1155msgid ".fmask outside of .ent" 1156msgstr "" 1157 1158#: config/tc-alpha.c:3821 config/tc-score.c:5602 ecoff.c:3204 1159msgid ".mask outside of .ent" 1160msgstr "" 1161 1162#: config/tc-alpha.c:3829 ecoff.c:3147 1163msgid "bad .fmask directive" 1164msgstr "" 1165 1166#: config/tc-alpha.c:3831 ecoff.c:3211 1167msgid "bad .mask directive" 1168msgstr "" 1169 1170#: config/tc-alpha.c:3864 config/tc-mips.c:15074 config/tc-score.c:5744 1171#: ecoff.c:3168 1172msgid ".frame outside of .ent" 1173msgstr "" 1174 1175#: config/tc-alpha.c:3875 ecoff.c:3179 1176msgid "bad .frame directive" 1177msgstr "" 1178 1179#: config/tc-alpha.c:3909 1180msgid ".prologue directive without a preceding .ent directive" 1181msgstr "" 1182 1183#: config/tc-alpha.c:3927 1184#, c-format 1185msgid "Invalid argument %d to .prologue." 1186msgstr "" 1187 1188#: config/tc-alpha.c:4018 1189msgid "ECOFF debugging is disabled." 1190msgstr "" 1191 1192#: config/tc-alpha.c:4032 1193msgid ".ent directive without matching .end" 1194msgstr "" 1195 1196#: config/tc-alpha.c:4117 1197msgid ".usepv directive has no name" 1198msgstr "" 1199 1200#: config/tc-alpha.c:4128 1201msgid ".usepv directive has no type" 1202msgstr "" 1203 1204#: config/tc-alpha.c:4143 1205msgid "unknown argument for .usepv" 1206msgstr "" 1207 1208#: config/tc-alpha.c:4250 1209#, c-format 1210msgid "unknown section attribute %s" 1211msgstr "" 1212 1213#: config/tc-alpha.c:4361 1214msgid ".ent directive has no symbol" 1215msgstr "" 1216 1217#: config/tc-alpha.c:4390 1218msgid ".handler directive has no name" 1219msgstr "" 1220 1221#: config/tc-alpha.c:4419 1222msgid "Bad .frame directive 1./2. param" 1223msgstr "" 1224 1225#: config/tc-alpha.c:4431 1226msgid "Bad .frame directive 3./4. param" 1227msgstr "" 1228 1229#: config/tc-alpha.c:4466 1230msgid ".pdesc directive not in link (.link) section" 1231msgstr "" 1232 1233#: config/tc-alpha.c:4474 1234msgid ".pdesc directive has no entry symbol" 1235msgstr "" 1236 1237#: config/tc-alpha.c:4492 1238msgid ".pdesc has no matching .ent" 1239msgstr "" 1240 1241#: config/tc-alpha.c:4510 1242msgid "No comma after .pdesc <entryname>" 1243msgstr "" 1244 1245#: config/tc-alpha.c:4530 1246msgid "unknown procedure kind" 1247msgstr "" 1248 1249#: config/tc-alpha.c:4642 1250msgid ".name directive not in link (.link) section" 1251msgstr "" 1252 1253#: config/tc-alpha.c:4650 1254msgid ".name directive has no symbol" 1255msgstr "" 1256 1257#: config/tc-alpha.c:4682 1258msgid "No symbol after .linkage" 1259msgstr "" 1260 1261#: config/tc-alpha.c:4732 1262msgid "No symbol after .code_address" 1263msgstr "" 1264 1265#: config/tc-alpha.c:4759 config/tc-score.c:5608 1266msgid "Bad .mask directive" 1267msgstr "" 1268 1269#: config/tc-alpha.c:4777 1270msgid "Bad .fmask directive" 1271msgstr "" 1272 1273#: config/tc-alpha.c:4934 1274#, c-format 1275msgid "Expected comma after name \"%s\"" 1276msgstr "" 1277 1278#. *symbol_get_obj (symbolP) = (signed char) temp; 1279#: config/tc-alpha.c:4945 1280#, c-format 1281msgid "unhandled: .proc %s,%d" 1282msgstr "" 1283 1284#: config/tc-alpha.c:4979 1285#, c-format 1286msgid "Tried to .set unrecognized mode `%s'" 1287msgstr "" 1288 1289#: config/tc-alpha.c:5005 1290#, c-format 1291msgid "Bad base register, using $%d." 1292msgstr "" 1293 1294#: config/tc-alpha.c:5026 1295#, c-format 1296msgid "Alignment too large: %d. assumed" 1297msgstr "" 1298 1299#: config/tc-alpha.c:5030 config/tc-d30v.c:2048 1300msgid "Alignment negative: 0 assumed" 1301msgstr "" 1302 1303#: config/tc-alpha.c:5124 config/tc-alpha.c:5617 1304#, c-format 1305msgid "Unknown CPU identifier `%s'" 1306msgstr "" 1307 1308#: config/tc-alpha.c:5315 1309#, c-format 1310msgid "Chose GP value of %lx\n" 1311msgstr "" 1312 1313#: config/tc-alpha.c:5329 1314msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" 1315msgstr "" 1316 1317#: config/tc-alpha.c:5418 1318#, c-format 1319msgid "internal error: can't hash opcode `%s': %s" 1320msgstr "" 1321 1322#: config/tc-alpha.c:5454 1323#, c-format 1324msgid "internal error: can't hash macro `%s': %s" 1325msgstr "" 1326 1327#: config/tc-alpha.c:5539 config/tc-arm.c:6439 config/tc-arm.c:6451 1328#: config/tc-i960.c:708 config/tc-xtensa.c:5294 config/tc-xtensa.c:5372 1329#: config/tc-xtensa.c:5490 config/tc-z80.c:1893 1330msgid "syntax error" 1331msgstr "" 1332 1333#: config/tc-alpha.c:5668 1334msgid "" 1335"Alpha options:\n" 1336"-32addr\t\t\ttreat addresses as 32-bit values\n" 1337"-F\t\t\tlack floating point instructions support\n" 1338"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n" 1339"\t\t\tspecify variant of Alpha architecture\n" 1340"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -m21264b\n" 1341"\t\t\tthese variants include PALcode opcodes\n" 1342msgstr "" 1343 1344#: config/tc-alpha.c:5678 1345msgid "" 1346"VMS options:\n" 1347"-+\t\t\tencode (don't truncate) names longer than 64 characters\n" 1348"-H\t\t\tshow new symbol after hash truncation\n" 1349"-replace/-noreplace\tenable or disable the optimization of procedure calls\n" 1350msgstr "" 1351 1352#: config/tc-alpha.c:5929 1353#, c-format 1354msgid "unhandled relocation type %s" 1355msgstr "" 1356 1357#: config/tc-alpha.c:5942 1358msgid "non-absolute expression in constant field" 1359msgstr "" 1360 1361#: config/tc-alpha.c:5956 1362#, c-format 1363msgid "type %d reloc done?\n" 1364msgstr "" 1365 1366#: config/tc-alpha.c:6003 config/tc-alpha.c:6010 1367msgid "Used $at without \".set noat\"" 1368msgstr "" 1369 1370#: config/tc-alpha.c:6179 1371#, c-format 1372msgid "!samegp reloc against symbol without .prologue: %s" 1373msgstr "" 1374 1375#: config/tc-alpha.c:6223 config/tc-xtensa.c:5996 1376#, c-format 1377msgid "cannot represent `%s' relocation in object file" 1378msgstr "" 1379 1380#: config/tc-alpha.c:6229 1381#, c-format 1382msgid "internal error? cannot generate `%s' relocation" 1383msgstr "" 1384 1385#: config/tc-alpha.c:6336 1386#, c-format 1387msgid "frame reg expected, using $%d." 1388msgstr "" 1389 1390#: config/tc-arc.c:194 config/tc-arc.c:215 config/tc-arc.c:991 1391#: config/tc-h8300.c:77 config/tc-h8300.c:86 config/tc-h8300.c:96 1392#: config/tc-h8300.c:106 config/tc-h8300.c:116 config/tc-h8300.c:127 1393#: config/tc-h8300.c:194 config/tc-hppa.c:6820 config/tc-hppa.c:6826 1394#: config/tc-hppa.c:6832 config/tc-hppa.c:6838 config/tc-hppa.c:8245 1395#: config/tc-mn10300.c:935 config/tc-mn10300.c:940 config/tc-mn10300.c:2433 1396#: config/tc-xc16x.c:79 config/tc-xc16x.c:86 config/tc-xc16x.c:93 1397msgid "could not set architecture and machine" 1398msgstr "" 1399 1400#: config/tc-arc.c:212 config/tc-arm.c:21296 config/tc-score.c:6304 1401#: config/tc-score.c:6533 config/tc-score.c:6538 1402msgid "virtual memory exhausted" 1403msgstr "" 1404 1405#: config/tc-arc.c:432 config/tc-arc.c:670 1406msgid "expected comma after operand name" 1407msgstr "" 1408 1409#: config/tc-arc.c:443 1410#, c-format 1411msgid "negative operand number %d" 1412msgstr "" 1413 1414#: config/tc-arc.c:455 1415msgid "expected comma after register-number" 1416msgstr "" 1417 1418#: config/tc-arc.c:480 1419msgid "invalid mode" 1420msgstr "" 1421 1422#: config/tc-arc.c:497 1423msgid "expected comma after register-mode" 1424msgstr "" 1425 1426#: config/tc-arc.c:514 1427msgid "shortcut designator invalid" 1428msgstr "" 1429 1430#: config/tc-arc.c:529 1431#, c-format 1432msgid "core register value (%d) too large" 1433msgstr "" 1434 1435#: config/tc-arc.c:537 1436#, c-format 1437msgid "condition code value (%d) too large" 1438msgstr "" 1439 1440#: config/tc-arc.c:554 1441#, c-format 1442msgid "attempt to override symbol: %s" 1443msgstr "" 1444 1445#: config/tc-arc.c:625 1446msgid "invalid opertype" 1447msgstr "" 1448 1449#: config/tc-arc.c:682 1450msgid "expected comma after opcode" 1451msgstr "" 1452 1453#: config/tc-arc.c:692 1454#, c-format 1455msgid "negative subopcode %d" 1456msgstr "" 1457 1458#: config/tc-arc.c:701 1459msgid "subcode value found when opcode not equal 0x03" 1460msgstr "" 1461 1462#: config/tc-arc.c:709 1463#, c-format 1464msgid "invalid subopcode %d" 1465msgstr "" 1466 1467#: config/tc-arc.c:720 1468msgid "expected comma after subopcode" 1469msgstr "" 1470 1471#: config/tc-arc.c:739 1472msgid "invalid suffix class" 1473msgstr "" 1474 1475#: config/tc-arc.c:748 1476msgid "expected comma after suffix class" 1477msgstr "" 1478 1479#: config/tc-arc.c:767 1480msgid "invalid syntax class" 1481msgstr "" 1482 1483#: config/tc-arc.c:774 1484msgid "opcode 0x3 and SYNTAX_3OP invalid" 1485msgstr "" 1486 1487#: config/tc-arc.c:794 1488msgid "unknown suffix class" 1489msgstr "" 1490 1491#: config/tc-arc.c:861 1492msgid "expected comma after symbol name" 1493msgstr "" 1494 1495#: config/tc-arc.c:871 1496msgid "negative symbol length" 1497msgstr "" 1498 1499#: config/tc-arc.c:882 1500msgid "ignoring attempt to re-define symbol" 1501msgstr "" 1502 1503#: config/tc-arc.c:889 1504#, c-format 1505msgid "length of symbol \"%s\" already %ld, ignoring %d" 1506msgstr "" 1507 1508#: config/tc-arc.c:903 1509msgid "assuming symbol alignment of zero" 1510msgstr "" 1511 1512#: config/tc-arc.c:970 1513msgid "\".option\" directive must appear before any instructions" 1514msgstr "" 1515 1516#: config/tc-arc.c:980 1517msgid "\".option\" directive conflicts with initial definition" 1518msgstr "" 1519 1520#: config/tc-arc.c:988 1521msgid "\".option\" directive overrides command-line (default) value" 1522msgstr "" 1523 1524#: config/tc-arc.c:998 1525msgid "invalid identifier for \".option\"" 1526msgstr "" 1527 1528#: config/tc-arc.c:1036 config/tc-i860.c:1034 config/tc-ip2k.c:249 1529msgid "relaxation not supported\n" 1530msgstr "" 1531 1532#: config/tc-arc.c:1080 1533msgid "expression too complex code symbol" 1534msgstr "" 1535 1536#: config/tc-arc.c:1107 1537#, c-format 1538msgid "missing ')' in %%-op" 1539msgstr "" 1540 1541#: config/tc-arc.c:1362 config/tc-dlx.c:1201 config/tc-i960.c:2641 1542#: config/tc-m32r.c:2281 config/tc-sparc.c:3508 1543#, c-format 1544msgid "internal error: can't export reloc type %d (`%s')" 1545msgstr "" 1546 1547#: config/tc-arc.c:1494 1548#, c-format 1549msgid "unknown syntax format character `%c'" 1550msgstr "" 1551 1552#: config/tc-arc.c:1632 1553msgid "too many suffixes" 1554msgstr "" 1555 1556#: config/tc-arc.c:1671 1557msgid "symbol as destination register" 1558msgstr "" 1559 1560#: config/tc-arc.c:1756 config/tc-i370.c:2211 config/tc-mn10200.c:1141 1561#: config/tc-mn10300.c:1820 config/tc-ppc.c:2891 config/tc-s390.c:1460 1562#: config/tc-v850.c:2009 1563#, c-format 1564msgid "junk at end of line: `%s'" 1565msgstr "" 1566 1567#: config/tc-arc.c:1795 1568msgid "8 byte instruction in delay slot" 1569msgstr "" 1570 1571#. except for jl addr 1572#: config/tc-arc.c:1798 1573msgid "8 byte jump instruction with delay slot" 1574msgstr "" 1575 1576#: config/tc-arc.c:1806 1577msgid "conditional branch follows set of flags" 1578msgstr "" 1579 1580#: config/tc-arc.c:1890 config/tc-arm.c:15434 1581#, c-format 1582msgid "bad instruction `%s'" 1583msgstr "" 1584 1585#: config/tc-arm.c:516 1586msgid "ARM register expected" 1587msgstr "" 1588 1589#: config/tc-arm.c:517 1590msgid "bad or missing co-processor number" 1591msgstr "" 1592 1593#: config/tc-arm.c:518 1594msgid "co-processor register expected" 1595msgstr "" 1596 1597#: config/tc-arm.c:519 1598msgid "FPA register expected" 1599msgstr "" 1600 1601#: config/tc-arm.c:520 1602msgid "VFP single precision register expected" 1603msgstr "" 1604 1605#: config/tc-arm.c:521 1606msgid "VFP/Neon double precision register expected" 1607msgstr "" 1608 1609#: config/tc-arm.c:522 1610msgid "Neon quad precision register expected" 1611msgstr "" 1612 1613#: config/tc-arm.c:523 1614msgid "VFP single or double precision register expected" 1615msgstr "" 1616 1617#: config/tc-arm.c:524 1618msgid "Neon double or quad precision register expected" 1619msgstr "" 1620 1621#: config/tc-arm.c:525 1622msgid "VFP single, double or Neon quad precision register expected" 1623msgstr "" 1624 1625#: config/tc-arm.c:526 1626msgid "VFP system register expected" 1627msgstr "" 1628 1629#: config/tc-arm.c:527 1630msgid "Maverick MVF register expected" 1631msgstr "" 1632 1633#: config/tc-arm.c:528 1634msgid "Maverick MVD register expected" 1635msgstr "" 1636 1637#: config/tc-arm.c:529 1638msgid "Maverick MVFX register expected" 1639msgstr "" 1640 1641#: config/tc-arm.c:530 1642msgid "Maverick MVDX register expected" 1643msgstr "" 1644 1645#: config/tc-arm.c:531 1646msgid "Maverick MVAX register expected" 1647msgstr "" 1648 1649#: config/tc-arm.c:532 1650msgid "Maverick DSPSC register expected" 1651msgstr "" 1652 1653#: config/tc-arm.c:533 1654msgid "iWMMXt data register expected" 1655msgstr "" 1656 1657#: config/tc-arm.c:534 config/tc-arm.c:6248 1658msgid "iWMMXt control register expected" 1659msgstr "" 1660 1661#: config/tc-arm.c:535 1662msgid "iWMMXt scalar register expected" 1663msgstr "" 1664 1665#: config/tc-arm.c:536 1666msgid "XScale accumulator register expected" 1667msgstr "" 1668 1669#. For score5u : div/mul will pop warning message, mmu/alw/asw will pop error message. 1670#: config/tc-arm.c:685 config/tc-score.c:259 1671msgid "bad arguments to instruction" 1672msgstr "" 1673 1674#: config/tc-arm.c:686 1675msgid "r13 not allowed here" 1676msgstr "" 1677 1678#: config/tc-arm.c:687 1679msgid "r15 not allowed here" 1680msgstr "" 1681 1682#: config/tc-arm.c:688 1683msgid "instruction cannot be conditional" 1684msgstr "" 1685 1686#: config/tc-arm.c:689 1687msgid "registers may not be the same" 1688msgstr "" 1689 1690#: config/tc-arm.c:690 1691msgid "lo register required" 1692msgstr "" 1693 1694#: config/tc-arm.c:691 1695msgid "instruction not supported in Thumb16 mode" 1696msgstr "" 1697 1698#: config/tc-arm.c:692 1699msgid "instruction does not accept this addressing mode" 1700msgstr "" 1701 1702#: config/tc-arm.c:693 1703msgid "branch must be last instruction in IT block" 1704msgstr "" 1705 1706#: config/tc-arm.c:694 1707msgid "instruction not allowed in IT block" 1708msgstr "" 1709 1710#: config/tc-arm.c:695 1711msgid "selected FPU does not support instruction" 1712msgstr "" 1713 1714#: config/tc-arm.c:696 1715msgid "thumb conditional instruction should be in IT block" 1716msgstr "" 1717 1718#: config/tc-arm.c:697 1719msgid "incorrect condition in IT block" 1720msgstr "" 1721 1722#: config/tc-arm.c:698 1723msgid "IT falling in the range of a previous IT block" 1724msgstr "" 1725 1726#: config/tc-arm.c:699 1727msgid "missing .fnstart before unwinding directive" 1728msgstr "" 1729 1730#: config/tc-arm.c:890 1731msgid "immediate expression requires a # prefix" 1732msgstr "" 1733 1734#: config/tc-arm.c:918 read.c:3617 1735msgid "missing expression" 1736msgstr "" 1737 1738#: config/tc-arm.c:918 config/tc-score.c:6520 expr.c:1352 read.c:2464 1739msgid "bad expression" 1740msgstr "" 1741 1742#: config/tc-arm.c:929 config/tc-i860.c:1003 config/tc-sparc.c:2880 1743msgid "bad segment" 1744msgstr "" 1745 1746#: config/tc-arm.c:946 config/tc-arm.c:4744 config/tc-i960.c:1300 1747#: config/tc-score.c:1211 1748msgid "invalid constant" 1749msgstr "" 1750 1751#: config/tc-arm.c:1076 1752msgid "expected #constant" 1753msgstr "" 1754 1755#: config/tc-arm.c:1237 1756#, c-format 1757msgid "unexpected character `%c' in type specifier" 1758msgstr "" 1759 1760#: config/tc-arm.c:1254 1761#, c-format 1762msgid "bad size %d in type specifier" 1763msgstr "" 1764 1765#: config/tc-arm.c:1304 1766msgid "only one type should be specified for operand" 1767msgstr "" 1768 1769#: config/tc-arm.c:1310 1770msgid "vector type expected" 1771msgstr "" 1772 1773#: config/tc-arm.c:1382 1774msgid "can't redefine type for operand" 1775msgstr "" 1776 1777#: config/tc-arm.c:1393 1778msgid "only D registers may be indexed" 1779msgstr "" 1780 1781#: config/tc-arm.c:1399 1782msgid "can't change index for operand" 1783msgstr "" 1784 1785#: config/tc-arm.c:1415 config/tc-arm.c:3274 config/tc-arm.c:4345 1786msgid "constant expression required" 1787msgstr "" 1788 1789#: config/tc-arm.c:1458 1790msgid "register operand expected, but got scalar" 1791msgstr "" 1792 1793#: config/tc-arm.c:1491 1794msgid "scalar must have an index" 1795msgstr "" 1796 1797#: config/tc-arm.c:1496 config/tc-arm.c:14062 config/tc-arm.c:14110 1798#: config/tc-arm.c:14512 1799msgid "scalar index out of range" 1800msgstr "" 1801 1802#: config/tc-arm.c:1544 1803msgid "bad range in register list" 1804msgstr "" 1805 1806#: config/tc-arm.c:1552 config/tc-arm.c:1561 config/tc-arm.c:1602 1807#, c-format 1808msgid "Warning: duplicated register (r%d) in register list" 1809msgstr "" 1810 1811#: config/tc-arm.c:1564 1812msgid "Warning: register range not in ascending order" 1813msgstr "" 1814 1815#: config/tc-arm.c:1575 1816msgid "missing `}'" 1817msgstr "" 1818 1819#: config/tc-arm.c:1591 1820msgid "invalid register mask" 1821msgstr "" 1822 1823#: config/tc-arm.c:1673 1824msgid "expecting {" 1825msgstr "" 1826 1827#: config/tc-arm.c:1728 config/tc-arm.c:1772 1828msgid "register out of range in list" 1829msgstr "" 1830 1831#: config/tc-arm.c:1744 config/tc-arm.c:1789 config/tc-h8300.c:990 1832#: config/tc-mips.c:10561 config/tc-mips.c:10583 1833msgid "invalid register list" 1834msgstr "" 1835 1836#: config/tc-arm.c:1750 config/tc-arm.c:3788 config/tc-arm.c:3921 1837msgid "register list not in ascending order" 1838msgstr "" 1839 1840#: config/tc-arm.c:1781 1841msgid "register range not in ascending order" 1842msgstr "" 1843 1844#: config/tc-arm.c:1814 1845msgid "non-contiguous register range" 1846msgstr "" 1847 1848#: config/tc-arm.c:1874 1849msgid "register stride must be 1 or 2" 1850msgstr "" 1851 1852#: config/tc-arm.c:1875 1853msgid "mismatched element/structure types in list" 1854msgstr "" 1855 1856#: config/tc-arm.c:1940 1857msgid "don't use Rn-Rm syntax with non-unit stride" 1858msgstr "" 1859 1860#: config/tc-arm.c:1995 1861msgid "error parsing element/structure list" 1862msgstr "" 1863 1864#: config/tc-arm.c:2001 1865msgid "expected }" 1866msgstr "" 1867 1868#: config/tc-arm.c:2057 1869#, c-format 1870msgid "ignoring attempt to redefine built-in register '%s'" 1871msgstr "" 1872 1873#: config/tc-arm.c:2062 1874#, c-format 1875msgid "ignoring redefinition of register alias '%s'" 1876msgstr "" 1877 1878#: config/tc-arm.c:2090 1879msgid "attempt to redefine typed alias" 1880msgstr "" 1881 1882#: config/tc-arm.c:2128 1883#, c-format 1884msgid "unknown register '%s' -- .req ignored" 1885msgstr "" 1886 1887#: config/tc-arm.c:2223 1888msgid "bad type for register" 1889msgstr "" 1890 1891#: config/tc-arm.c:2234 1892msgid "expression must be constant" 1893msgstr "" 1894 1895#: config/tc-arm.c:2251 1896msgid "can't redefine the type of a register alias" 1897msgstr "" 1898 1899#: config/tc-arm.c:2258 1900msgid "you must specify a single type only" 1901msgstr "" 1902 1903#: config/tc-arm.c:2271 1904msgid "can't redefine the index of a scalar alias" 1905msgstr "" 1906 1907#: config/tc-arm.c:2279 1908msgid "scalar index must be constant" 1909msgstr "" 1910 1911#: config/tc-arm.c:2288 1912msgid "expecting ]" 1913msgstr "" 1914 1915#: config/tc-arm.c:2326 1916msgid "invalid syntax for .req directive" 1917msgstr "" 1918 1919#: config/tc-arm.c:2332 1920msgid "invalid syntax for .dn directive" 1921msgstr "" 1922 1923#: config/tc-arm.c:2338 1924msgid "invalid syntax for .qn directive" 1925msgstr "" 1926 1927#: config/tc-arm.c:2364 1928msgid "invalid syntax for .unreq directive" 1929msgstr "" 1930 1931#: config/tc-arm.c:2370 1932#, c-format 1933msgid "unknown register alias '%s'" 1934msgstr "" 1935 1936#: config/tc-arm.c:2372 1937#, c-format 1938msgid "ignoring attempt to undefine built-in register '%s'" 1939msgstr "" 1940 1941#: config/tc-arm.c:2610 1942#, c-format 1943msgid "Failed to find real start of function: %s\n" 1944msgstr "" 1945 1946#: config/tc-arm.c:2627 1947msgid "selected processor does not support THUMB opcodes" 1948msgstr "" 1949 1950#: config/tc-arm.c:2640 1951msgid "selected processor does not support ARM opcodes" 1952msgstr "" 1953 1954#: config/tc-arm.c:2652 1955#, c-format 1956msgid "invalid instruction size selected (%d)" 1957msgstr "" 1958 1959#: config/tc-arm.c:2684 1960#, c-format 1961msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" 1962msgstr "" 1963 1964#: config/tc-arm.c:2740 1965#, c-format 1966msgid "expected comma after name \"%s\"" 1967msgstr "" 1968 1969#: config/tc-arm.c:2790 config/tc-m32r.c:588 1970#, c-format 1971msgid "symbol `%s' already defined" 1972msgstr "" 1973 1974#: config/tc-arm.c:2824 1975#, c-format 1976msgid "unrecognized syntax mode \"%s\"" 1977msgstr "" 1978 1979#: config/tc-arm.c:2845 1980#, c-format 1981msgid "alignment too large: %d assumed" 1982msgstr "" 1983 1984#: config/tc-arm.c:2848 1985msgid "alignment negative. 0 assumed." 1986msgstr "" 1987 1988#: config/tc-arm.c:2998 1989msgid "literal pool overflow" 1990msgstr "" 1991 1992#: config/tc-arm.c:3154 config/tc-arm.c:6183 1993msgid "unrecognized relocation suffix" 1994msgstr "" 1995 1996#: config/tc-arm.c:3167 1997msgid "(plt) is only valid on branch targets" 1998msgstr "" 1999 2000#: config/tc-arm.c:3173 config/tc-s390.c:1100 config/tc-s390.c:1725 2001#: config/tc-xtensa.c:1591 2002#, c-format 2003msgid "%s relocations do not fit in %d bytes" 2004msgstr "" 2005 2006#: config/tc-arm.c:3250 2007msgid ".inst.n operand too big. Use .inst.w instead" 2008msgstr "" 2009 2010#: config/tc-arm.c:3270 2011msgid "cannot determine Thumb instruction size. Use .inst.n/.inst.w instead" 2012msgstr "" 2013 2014#: config/tc-arm.c:3300 2015msgid "width suffixes are invalid in ARM mode" 2016msgstr "" 2017 2018#: config/tc-arm.c:3342 dwarf2dbg.c:701 2019msgid "expected 0 or 1" 2020msgstr "" 2021 2022#: config/tc-arm.c:3346 2023msgid "missing comma" 2024msgstr "" 2025 2026#: config/tc-arm.c:3379 2027msgid "duplicate .fnstart directive" 2028msgstr "" 2029 2030#: config/tc-arm.c:3410 2031msgid "duplicate .handlerdata directive" 2032msgstr "" 2033 2034#: config/tc-arm.c:3429 2035msgid ".fnend directive without .fnstart" 2036msgstr "" 2037 2038#: config/tc-arm.c:3495 2039msgid "personality routine specified for cantunwind frame" 2040msgstr "" 2041 2042#: config/tc-arm.c:3512 2043msgid "duplicate .personalityindex directive" 2044msgstr "" 2045 2046#: config/tc-arm.c:3519 2047msgid "bad personality routine number" 2048msgstr "" 2049 2050#: config/tc-arm.c:3541 2051msgid "duplicate .personality directive" 2052msgstr "" 2053 2054#: config/tc-arm.c:3564 config/tc-arm.c:3692 config/tc-arm.c:3740 2055msgid "expected register list" 2056msgstr "" 2057 2058#: config/tc-arm.c:3646 2059msgid "expected , <constant>" 2060msgstr "" 2061 2062#: config/tc-arm.c:3655 2063msgid "number of registers must be in the range [1:4]" 2064msgstr "" 2065 2066#: config/tc-arm.c:3802 config/tc-arm.c:3935 2067msgid "bad register range" 2068msgstr "" 2069 2070#: config/tc-arm.c:3992 2071msgid "register expected" 2072msgstr "" 2073 2074#: config/tc-arm.c:4002 2075msgid "FPA .unwind_save does not take a register list" 2076msgstr "" 2077 2078#: config/tc-arm.c:4021 2079msgid ".unwind_save does not support this kind of register" 2080msgstr "" 2081 2082#: config/tc-arm.c:4060 2083msgid "SP and PC not permitted in .unwind_movsp directive" 2084msgstr "" 2085 2086#: config/tc-arm.c:4065 2087msgid "unexpected .unwind_movsp directive" 2088msgstr "" 2089 2090#: config/tc-arm.c:4092 2091msgid "stack increment must be multiple of 4" 2092msgstr "" 2093 2094#: config/tc-arm.c:4124 2095msgid "expected <reg>, <reg>" 2096msgstr "" 2097 2098#: config/tc-arm.c:4142 2099msgid "register must be either sp or set by a previousunwind_movsp directive" 2100msgstr "" 2101 2102#: config/tc-arm.c:4181 2103msgid "expected <offset>, <opcode>" 2104msgstr "" 2105 2106#: config/tc-arm.c:4193 2107msgid "unwind opcode too long" 2108msgstr "" 2109 2110#: config/tc-arm.c:4198 2111msgid "invalid unwind opcode" 2112msgstr "" 2113 2114#: config/tc-arm.c:4351 config/tc-arm.c:5213 config/tc-arm.c:8917 2115#: config/tc-arm.c:9440 config/tc-arm.c:12568 config/tc-arm.c:20329 2116#: config/tc-arm.c:20354 config/tc-arm.c:20362 config/tc-z8k.c:1144 2117#: config/tc-z8k.c:1154 2118msgid "immediate value out of range" 2119msgstr "" 2120 2121#: config/tc-arm.c:4498 2122msgid "invalid FPA immediate expression" 2123msgstr "" 2124 2125#: config/tc-arm.c:4622 config/tc-arm.c:4630 2126msgid "shift expression expected" 2127msgstr "" 2128 2129#: config/tc-arm.c:4644 2130msgid "'LSL' or 'ASR' required" 2131msgstr "" 2132 2133#: config/tc-arm.c:4652 2134msgid "'LSL' required" 2135msgstr "" 2136 2137#: config/tc-arm.c:4660 2138msgid "'ASR' required" 2139msgstr "" 2140 2141#: config/tc-arm.c:4732 config/tc-arm.c:5207 config/tc-arm.c:6832 2142#: config/tc-v850.c:1827 config/tc-v850.c:1848 2143msgid "constant expression expected" 2144msgstr "" 2145 2146#: config/tc-arm.c:4739 2147msgid "invalid rotation" 2148msgstr "" 2149 2150#: config/tc-arm.c:4899 config/tc-arm.c:5043 2151msgid "unknown group relocation" 2152msgstr "" 2153 2154#: config/tc-arm.c:5012 2155msgid "alignment must be constant" 2156msgstr "" 2157 2158#: config/tc-arm.c:5074 2159msgid "this group relocation is not allowed on this instruction" 2160msgstr "" 2161 2162#: config/tc-arm.c:5086 config/tc-arm.c:5486 2163msgid "']' expected" 2164msgstr "" 2165 2166#: config/tc-arm.c:5104 2167msgid "'}' expected at end of 'option' field" 2168msgstr "" 2169 2170#: config/tc-arm.c:5109 2171msgid "cannot combine index with option" 2172msgstr "" 2173 2174#: config/tc-arm.c:5122 2175msgid "cannot combine pre- and post-indexing" 2176msgstr "" 2177 2178#: config/tc-arm.c:5283 2179msgid "flag for {c}psr instruction expected" 2180msgstr "" 2181 2182#: config/tc-arm.c:5308 2183msgid "unrecognized CPS flag" 2184msgstr "" 2185 2186#: config/tc-arm.c:5315 2187msgid "missing CPS flags" 2188msgstr "" 2189 2190#: config/tc-arm.c:5338 config/tc-arm.c:5344 2191msgid "valid endian specifiers are be or le" 2192msgstr "" 2193 2194#: config/tc-arm.c:5366 2195msgid "missing rotation field after comma" 2196msgstr "" 2197 2198#: config/tc-arm.c:5381 2199msgid "rotation can only be 0, 8, 16, or 24" 2200msgstr "" 2201 2202#: config/tc-arm.c:5410 2203msgid "condition required" 2204msgstr "" 2205 2206#: config/tc-arm.c:5448 config/tc-arm.c:7385 2207msgid "'[' expected" 2208msgstr "" 2209 2210#: config/tc-arm.c:5461 2211msgid "',' expected" 2212msgstr "" 2213 2214#: config/tc-arm.c:5478 2215msgid "invalid shift" 2216msgstr "" 2217 2218#: config/tc-arm.c:5551 2219msgid "can't use Neon quad register here" 2220msgstr "" 2221 2222#: config/tc-arm.c:5617 2223msgid "expected <Rm> or <Dm> or <Qm> operand" 2224msgstr "" 2225 2226#: config/tc-arm.c:5697 2227msgid "parse error" 2228msgstr "" 2229 2230#: config/tc-arm.c:5707 read.c:2135 2231msgid "expected comma" 2232msgstr "" 2233 2234#: config/tc-arm.c:6018 config/tc-arm.c:6088 2235msgid "immediate value is out of range" 2236msgstr "" 2237 2238#: config/tc-arm.c:6233 2239msgid "iWMMXt data or control register expected" 2240msgstr "" 2241 2242#: config/tc-arm.c:6386 2243#, c-format 2244msgid "unhandled operand code %d" 2245msgstr "" 2246 2247#: config/tc-arm.c:6465 config/tc-score.c:264 2248msgid "garbage following instruction" 2249msgstr "" 2250 2251#. If REG is R13 (the stack pointer), warn that its use is 2252#. deprecated. 2253#: config/tc-arm.c:6505 2254msgid "use of r13 is deprecated" 2255msgstr "" 2256 2257#: config/tc-arm.c:6575 2258msgid "D register out of range for selected VFP version" 2259msgstr "" 2260 2261#: config/tc-arm.c:6654 2262msgid "instruction does not accept preindexed addressing" 2263msgstr "" 2264 2265#. unindexed - only for coprocessor 2266#: config/tc-arm.c:6670 config/tc-arm.c:8710 2267msgid "instruction does not accept unindexed addressing" 2268msgstr "" 2269 2270#: config/tc-arm.c:6678 2271msgid "destination register same as write-back base" 2272msgstr "" 2273 2274#: config/tc-arm.c:6679 2275msgid "source register same as write-back base" 2276msgstr "" 2277 2278#: config/tc-arm.c:6725 2279msgid "instruction does not accept scaled register index" 2280msgstr "" 2281 2282#: config/tc-arm.c:6765 2283msgid "instruction does not support unindexed addressing" 2284msgstr "" 2285 2286#: config/tc-arm.c:6780 2287msgid "pc may not be used with write-back" 2288msgstr "" 2289 2290#: config/tc-arm.c:6785 2291msgid "instruction does not support writeback" 2292msgstr "" 2293 2294#: config/tc-arm.c:6827 2295msgid "invalid pseudo operation" 2296msgstr "" 2297 2298#: config/tc-arm.c:6873 2299msgid "literal pool insertion failed" 2300msgstr "" 2301 2302#: config/tc-arm.c:6931 2303msgid "Rn must not overlap other operands" 2304msgstr "" 2305 2306#: config/tc-arm.c:7020 config/tc-arm.c:9276 2307msgid "bad barrier type" 2308msgstr "" 2309 2310#: config/tc-arm.c:7031 config/tc-arm.c:7050 config/tc-arm.c:7063 2311#: config/tc-arm.c:9288 config/tc-arm.c:9319 config/tc-arm.c:9341 2312msgid "bit-field extends past end of register" 2313msgstr "" 2314 2315#: config/tc-arm.c:7092 2316msgid "the only suffix valid here is '(plt)'" 2317msgstr "" 2318 2319#: config/tc-arm.c:7145 2320msgid "use of r15 in blx in ARM mode is not really useful" 2321msgstr "" 2322 2323#: config/tc-arm.c:7167 2324msgid "use of r15 in bx in ARM mode is not really useful" 2325msgstr "" 2326 2327#: config/tc-arm.c:7192 2328msgid "use of r15 in bxj is not really useful" 2329msgstr "" 2330 2331#: config/tc-arm.c:7352 config/tc-arm.c:7361 2332msgid "writeback of base register is UNPREDICTABLE" 2333msgstr "" 2334 2335#: config/tc-arm.c:7355 2336msgid "writeback of base register when in register list is UNPREDICTABLE" 2337msgstr "" 2338 2339#: config/tc-arm.c:7365 2340msgid "if writeback register is in list, it must be the lowest reg in the list" 2341msgstr "" 2342 2343#: config/tc-arm.c:7380 2344msgid "first destination register must be even" 2345msgstr "" 2346 2347#: config/tc-arm.c:7383 config/tc-arm.c:7450 2348msgid "can only load two consecutive registers" 2349msgstr "" 2350 2351#. If op 1 were present and equal to PC, this function wouldn't 2352#. have been called in the first place. 2353#. If op 2 were present and equal to PC, this function wouldn't 2354#. have been called in the first place. 2355#: config/tc-arm.c:7384 config/tc-arm.c:7453 config/tc-arm.c:7982 2356#: config/tc-arm.c:9988 2357msgid "r14 not allowed here" 2358msgstr "" 2359 2360#: config/tc-arm.c:7398 2361msgid "base register written back, and overlaps second destination register" 2362msgstr "" 2363 2364#: config/tc-arm.c:7406 2365msgid "index register overlaps destination register" 2366msgstr "" 2367 2368#: config/tc-arm.c:7436 config/tc-arm.c:7964 2369msgid "offset must be zero in ARM encoding" 2370msgstr "" 2371 2372#: config/tc-arm.c:7447 config/tc-arm.c:7976 2373msgid "even register required" 2374msgstr "" 2375 2376#: config/tc-arm.c:7478 config/tc-arm.c:7509 2377msgid "this instruction requires a post-indexed address" 2378msgstr "" 2379 2380#: config/tc-arm.c:7536 2381msgid "Rd and Rm should be different in mla" 2382msgstr "" 2383 2384#: config/tc-arm.c:7560 config/tc-arm.c:10317 2385msgid ":lower16: not allowed this instruction" 2386msgstr "" 2387 2388#: config/tc-arm.c:7562 2389msgid ":upper16: not allowed instruction" 2390msgstr "" 2391 2392#: config/tc-arm.c:7581 2393msgid "operand 1 must be FPSCR" 2394msgstr "" 2395 2396#: config/tc-arm.c:7614 config/tc-arm.c:10442 2397msgid "'CPSR' or 'SPSR' expected" 2398msgstr "" 2399 2400#: config/tc-arm.c:7651 2401msgid "Rd and Rm should be different in mul" 2402msgstr "" 2403 2404#: config/tc-arm.c:7670 config/tc-arm.c:7909 config/tc-arm.c:10572 2405msgid "rdhi and rdlo must be different" 2406msgstr "" 2407 2408#: config/tc-arm.c:7676 2409msgid "rdhi, rdlo and rm must all be different" 2410msgstr "" 2411 2412#: config/tc-arm.c:7741 2413msgid "'[' expected after PLD mnemonic" 2414msgstr "" 2415 2416#: config/tc-arm.c:7743 config/tc-arm.c:7758 2417msgid "post-indexed expression used in preload instruction" 2418msgstr "" 2419 2420#: config/tc-arm.c:7745 config/tc-arm.c:7760 2421msgid "writeback used in preload instruction" 2422msgstr "" 2423 2424#: config/tc-arm.c:7747 config/tc-arm.c:7762 2425msgid "unindexed addressing used in preload instruction" 2426msgstr "" 2427 2428#: config/tc-arm.c:7756 2429msgid "'[' expected after PLI mnemonic" 2430msgstr "" 2431 2432#: config/tc-arm.c:7935 2433msgid "SRS base register must be r13" 2434msgstr "" 2435 2436#: config/tc-arm.c:7979 2437msgid "can only store two consecutive registers" 2438msgstr "" 2439 2440#: config/tc-arm.c:8074 config/tc-arm.c:8091 2441msgid "only two consecutive VFP SP registers allowed here" 2442msgstr "" 2443 2444#: config/tc-arm.c:8119 config/tc-arm.c:8134 2445msgid "this addressing mode requires base-register writeback" 2446msgstr "" 2447 2448#: config/tc-arm.c:8308 2449msgid "this instruction does not support indexing" 2450msgstr "" 2451 2452#: config/tc-arm.c:8331 2453msgid "only r15 allowed here" 2454msgstr "" 2455 2456#: config/tc-arm.c:8466 2457msgid "immediate operand requires iWMMXt2" 2458msgstr "" 2459 2460#: config/tc-arm.c:8610 2461msgid "shift by register not allowed in thumb mode" 2462msgstr "" 2463 2464#: config/tc-arm.c:8622 config/tc-arm.c:11085 config/tc-arm.c:19719 2465msgid "shift expression is too large" 2466msgstr "" 2467 2468#: config/tc-arm.c:8648 2469msgid "Instruction does not support =N addresses" 2470msgstr "" 2471 2472#: config/tc-arm.c:8653 2473msgid "cannot use register index with PC-relative addressing" 2474msgstr "" 2475 2476#: config/tc-arm.c:8654 2477msgid "cannot use register index with this instruction" 2478msgstr "" 2479 2480#: config/tc-arm.c:8656 2481msgid "Thumb does not support negative register indexing" 2482msgstr "" 2483 2484#: config/tc-arm.c:8658 2485msgid "Thumb does not support register post-indexing" 2486msgstr "" 2487 2488#: config/tc-arm.c:8660 2489msgid "Thumb does not support register indexing with writeback" 2490msgstr "" 2491 2492#: config/tc-arm.c:8662 2493msgid "Thumb supports only LSL in shifted register indexing" 2494msgstr "" 2495 2496#: config/tc-arm.c:8671 config/tc-arm.c:13865 2497msgid "shift out of range" 2498msgstr "" 2499 2500#: config/tc-arm.c:8679 2501msgid "cannot use writeback with PC-relative addressing" 2502msgstr "" 2503 2504#: config/tc-arm.c:8681 2505msgid "cannot use writeback with this instruction" 2506msgstr "" 2507 2508#: config/tc-arm.c:8700 2509msgid "cannot use post-indexing with PC-relative addressing" 2510msgstr "" 2511 2512#: config/tc-arm.c:8701 2513msgid "cannot use post-indexing with this instruction" 2514msgstr "" 2515 2516#: config/tc-arm.c:8912 2517msgid "only SUBS PC, LR, #const allowed" 2518msgstr "" 2519 2520#: config/tc-arm.c:8991 config/tc-arm.c:9142 config/tc-arm.c:9239 2521#: config/tc-arm.c:10396 config/tc-arm.c:10678 2522msgid "shift must be constant" 2523msgstr "" 2524 2525#: config/tc-arm.c:9018 config/tc-arm.c:9157 config/tc-arm.c:9254 2526#: config/tc-arm.c:10409 2527msgid "unshifted register required" 2528msgstr "" 2529 2530#: config/tc-arm.c:9033 config/tc-arm.c:9265 config/tc-arm.c:10533 2531msgid "dest must overlap one source register" 2532msgstr "" 2533 2534#: config/tc-arm.c:9160 2535msgid "dest and source1 must be the same register" 2536msgstr "" 2537 2538#: config/tc-arm.c:9436 2539msgid "instruction is always unconditional" 2540msgstr "" 2541 2542#: config/tc-arm.c:9531 2543msgid "selected processor does not support 'A' form of this instruction" 2544msgstr "" 2545 2546#: config/tc-arm.c:9534 2547msgid "Thumb does not support the 2-argument form of this instruction" 2548msgstr "" 2549 2550#: config/tc-arm.c:9642 2551msgid "SP not allowed in register list" 2552msgstr "" 2553 2554#: config/tc-arm.c:9648 2555msgid "LR and PC should not both be in register list" 2556msgstr "" 2557 2558#: config/tc-arm.c:9655 2559msgid "base register should not be in register list when written back" 2560msgstr "" 2561 2562#: config/tc-arm.c:9661 2563msgid "PC not allowed in register list" 2564msgstr "" 2565 2566#: config/tc-arm.c:9664 config/tc-arm.c:9730 config/tc-arm.c:9770 2567#, c-format 2568msgid "value stored for r%d is UNPREDICTABLE" 2569msgstr "" 2570 2571#: config/tc-arm.c:9706 2572msgid "Thumb load/store multiple does not support {reglist}^" 2573msgstr "" 2574 2575#: config/tc-arm.c:9763 2576msgid "Thumb-2 instruction only valid in unified syntax" 2577msgstr "" 2578 2579#: config/tc-arm.c:9767 config/tc-arm.c:9777 2580msgid "this instruction will write back the base register" 2581msgstr "" 2582 2583#: config/tc-arm.c:9780 2584msgid "this instruction will not write back the base register" 2585msgstr "" 2586 2587#: config/tc-arm.c:9809 2588msgid "r14 not allowed as first register when second register is omitted" 2589msgstr "" 2590 2591#: config/tc-arm.c:9911 config/tc-arm.c:9924 config/tc-arm.c:9960 2592msgid "Thumb does not support this addressing mode" 2593msgstr "" 2594 2595#: config/tc-arm.c:9928 2596msgid "byte or halfword not valid for base register" 2597msgstr "" 2598 2599#: config/tc-arm.c:9931 2600msgid "r15 based store not allowed" 2601msgstr "" 2602 2603#: config/tc-arm.c:9933 2604msgid "invalid base register for register offset" 2605msgstr "" 2606 2607#: config/tc-arm.c:10273 2608msgid "shifts in CMP/MOV instructions are only supported in unified syntax" 2609msgstr "" 2610 2611#: config/tc-arm.c:10301 2612msgid "only lo regs allowed with immediate" 2613msgstr "" 2614 2615#: config/tc-arm.c:10322 2616msgid ":upper16: not allowed this instruction" 2617msgstr "" 2618 2619#: config/tc-arm.c:10432 config/tc-arm.c:10438 config/tc-arm.c:10468 2620#: config/tc-arm.c:10474 2621msgid "selected processor does not support requested special purpose register" 2622msgstr "" 2623 2624#: config/tc-arm.c:10463 2625msgid "Thumb encoding does not support an immediate here" 2626msgstr "" 2627 2628#: config/tc-arm.c:10538 2629msgid "Thumb-2 MUL must not set flags" 2630msgstr "" 2631 2632#: config/tc-arm.c:10603 2633msgid "Thumb does not support NOP with hints" 2634msgstr "" 2635 2636#: config/tc-arm.c:10741 2637msgid "push/pop do not support {reglist}^" 2638msgstr "" 2639 2640#: config/tc-arm.c:10764 2641msgid "invalid register list to push/pop instruction" 2642msgstr "" 2643 2644#: config/tc-arm.c:10997 2645msgid "source1 and dest must be same register" 2646msgstr "" 2647 2648#: config/tc-arm.c:11018 2649msgid "ror #imm not supported" 2650msgstr "" 2651 2652#: config/tc-arm.c:11201 2653msgid "Thumb encoding does not support rotation" 2654msgstr "" 2655 2656#: config/tc-arm.c:11221 2657msgid "instruction requires register index" 2658msgstr "" 2659 2660#: config/tc-arm.c:11230 2661msgid "instruction does not allow shifted index" 2662msgstr "" 2663 2664#: config/tc-arm.c:11640 2665msgid "invalid instruction shape" 2666msgstr "" 2667 2668#: config/tc-arm.c:11883 2669msgid "types specified in both the mnemonic and operands" 2670msgstr "" 2671 2672#: config/tc-arm.c:11920 2673msgid "operand types can't be inferred" 2674msgstr "" 2675 2676#: config/tc-arm.c:11926 2677msgid "type specifier has the wrong number of parts" 2678msgstr "" 2679 2680#: config/tc-arm.c:11981 config/tc-arm.c:13618 config/tc-arm.c:13625 2681msgid "operand size must match register width" 2682msgstr "" 2683 2684#: config/tc-arm.c:11992 2685msgid "bad type in Neon instruction" 2686msgstr "" 2687 2688#: config/tc-arm.c:12003 2689msgid "inconsistent types in Neon instruction" 2690msgstr "" 2691 2692#: config/tc-arm.c:13052 2693msgid "scalar out of range for multiply instruction" 2694msgstr "" 2695 2696#: config/tc-arm.c:13216 config/tc-arm.c:13228 2697msgid "immediate out of range for insert" 2698msgstr "" 2699 2700#: config/tc-arm.c:13240 config/tc-arm.c:14210 2701msgid "immediate out of range for shift" 2702msgstr "" 2703 2704#: config/tc-arm.c:13297 config/tc-arm.c:13324 config/tc-arm.c:13711 2705#: config/tc-arm.c:14156 2706msgid "immediate out of range" 2707msgstr "" 2708 2709#: config/tc-arm.c:13361 2710msgid "immediate out of range for narrowing operation" 2711msgstr "" 2712 2713#: config/tc-arm.c:13486 2714msgid "operands 0 and 1 must be the same register" 2715msgstr "" 2716 2717#: config/tc-arm.c:13685 2718msgid "operand size must be specified for immediate VMOV" 2719msgstr "" 2720 2721#: config/tc-arm.c:13695 2722msgid "immediate has bits set outside the operand size" 2723msgstr "" 2724 2725#: config/tc-arm.c:13891 2726msgid "elements must be smaller than reversal region" 2727msgstr "" 2728 2729#: config/tc-arm.c:14061 config/tc-arm.c:14109 2730msgid "bad type for scalar" 2731msgstr "" 2732 2733#: config/tc-arm.c:14173 config/tc-arm.c:14181 2734msgid "VFP registers must be adjacent" 2735msgstr "" 2736 2737#: config/tc-arm.c:14322 2738msgid "bad list length for table lookup" 2739msgstr "" 2740 2741#: config/tc-arm.c:14352 2742msgid "writeback (!) must be used for VLDMDB and VSTMDB" 2743msgstr "" 2744 2745#: config/tc-arm.c:14355 2746msgid "register list must contain at least 1 and at most 16 registers" 2747msgstr "" 2748 2749#: config/tc-arm.c:14432 2750msgid "bad alignment" 2751msgstr "" 2752 2753#: config/tc-arm.c:14449 2754msgid "bad list type for instruction" 2755msgstr "" 2756 2757#: config/tc-arm.c:14491 2758msgid "unsupported alignment for instruction" 2759msgstr "" 2760 2761#: config/tc-arm.c:14510 config/tc-arm.c:14604 config/tc-arm.c:14615 2762#: config/tc-arm.c:14625 config/tc-arm.c:14639 2763msgid "bad list length" 2764msgstr "" 2765 2766#: config/tc-arm.c:14515 2767msgid "stride of 2 unavailable when element size is 8" 2768msgstr "" 2769 2770#: config/tc-arm.c:14548 config/tc-arm.c:14623 2771msgid "can't use alignment with this instruction" 2772msgstr "" 2773 2774#: config/tc-arm.c:14687 2775msgid "post-index must be a register" 2776msgstr "" 2777 2778#: config/tc-arm.c:14689 2779msgid "bad register for post-index" 2780msgstr "" 2781 2782#: config/tc-arm.c:15003 config/tc-arm.c:15087 2783msgid "conditional infixes are deprecated in unified syntax" 2784msgstr "" 2785 2786#: config/tc-arm.c:15235 2787msgid "Warning: conditional outside an IT block for Thumb." 2788msgstr "" 2789 2790#: config/tc-arm.c:15440 2791msgid "s suffix on comparison instruction is deprecated" 2792msgstr "" 2793 2794#: config/tc-arm.c:15459 config/tc-arm.c:15484 config/tc-arm.c:15548 2795#, c-format 2796msgid "selected processor does not support `%s'" 2797msgstr "" 2798 2799#: config/tc-arm.c:15465 2800msgid "Thumb does not support conditional execution" 2801msgstr "" 2802 2803#: config/tc-arm.c:15509 2804#, c-format 2805msgid "cannot honor width suffix -- `%s'" 2806msgstr "" 2807 2808#: config/tc-arm.c:15553 2809#, c-format 2810msgid "width suffixes are invalid in ARM mode -- `%s'" 2811msgstr "" 2812 2813#: config/tc-arm.c:15583 2814#, c-format 2815msgid "attempt to use an ARM instruction on a Thumb-only processor -- `%s'" 2816msgstr "" 2817 2818#: config/tc-arm.c:15600 2819#, c-format 2820msgid "section '%s' finished with an open IT block." 2821msgstr "" 2822 2823#: config/tc-arm.c:15605 2824msgid "file finished with an open IT block." 2825msgstr "" 2826 2827#: config/tc-arm.c:18509 2828#, c-format 2829msgid "alignments greater than %d bytes not supported in .text sections." 2830msgstr "" 2831 2832#: config/tc-arm.c:18777 config/tc-ia64.c:3458 2833#, c-format 2834msgid "Group section `%s' has no group signature" 2835msgstr "" 2836 2837#: config/tc-arm.c:18822 2838msgid "handlerdata in cantunwind frame" 2839msgstr "" 2840 2841#: config/tc-arm.c:18839 2842msgid "too many unwind opcodes for personality routine 0" 2843msgstr "" 2844 2845#: config/tc-arm.c:18871 2846msgid "too many unwind opcodes" 2847msgstr "" 2848 2849#: config/tc-arm.c:19123 2850msgid "GOT already in the symbol table" 2851msgstr "" 2852 2853#: config/tc-arm.c:19435 config/tc-arm.c:19476 config/tc-arm.c:19746 2854#, c-format 2855msgid "undefined symbol %s used as an immediate value" 2856msgstr "" 2857 2858#: config/tc-arm.c:19444 config/tc-arm.c:19485 2859#, c-format 2860msgid "symbol %s is in a different section" 2861msgstr "" 2862 2863#: config/tc-arm.c:19458 config/tc-arm.c:19785 2864#, c-format 2865msgid "invalid constant (%lx) after fixup" 2866msgstr "" 2867 2868#: config/tc-arm.c:19513 2869#, c-format 2870msgid "unable to compute ADRL instructions for PC offset of 0x%lx" 2871msgstr "" 2872 2873#: config/tc-arm.c:19548 config/tc-arm.c:19573 2874msgid "invalid literal constant: pool needs to be closer" 2875msgstr "" 2876 2877#: config/tc-arm.c:19551 config/tc-arm.c:19589 2878#, c-format 2879msgid "bad immediate value for offset (%ld)" 2880msgstr "" 2881 2882#: config/tc-arm.c:19575 2883#, c-format 2884msgid "bad immediate value for 8-bit offset (%ld)" 2885msgstr "" 2886 2887#: config/tc-arm.c:19630 2888msgid "offset not a multiple of 4" 2889msgstr "" 2890 2891#: config/tc-arm.c:19637 config/tc-arm.c:19652 config/tc-arm.c:19667 2892#: config/tc-arm.c:19678 config/tc-arm.c:19701 config/tc-arm.c:20413 2893#: config/tc-moxie.c:664 config/tc-pj.c:449 config/tc-sh.c:4190 2894msgid "offset out of range" 2895msgstr "" 2896 2897#: config/tc-arm.c:19801 2898msgid "invalid smc expression" 2899msgstr "" 2900 2901#: config/tc-arm.c:19812 config/tc-arm.c:19821 2902msgid "invalid swi expression" 2903msgstr "" 2904 2905#: config/tc-arm.c:19831 2906msgid "invalid expression in load/store multiple" 2907msgstr "" 2908 2909#: config/tc-arm.c:19892 2910#, c-format 2911msgid "blx to '%s' an ARM ISA state function changed to bl" 2912msgstr "" 2913 2914#: config/tc-arm.c:19911 2915msgid "misaligned branch destination" 2916msgstr "" 2917 2918#: config/tc-arm.c:19915 config/tc-arm.c:19952 config/tc-arm.c:19966 2919#: config/tc-arm.c:19979 config/tc-arm.c:20078 config/tc-arm.c:20103 2920msgid "branch out of range" 2921msgstr "" 2922 2923#: config/tc-arm.c:20002 2924msgid "conditional branch out of range" 2925msgstr "" 2926 2927#: config/tc-arm.c:20038 2928#, c-format 2929msgid "blx to Thumb func '%s' from Thumb ISA state changed to bl" 2930msgstr "" 2931 2932#: config/tc-arm.c:20187 2933msgid "rel31 relocation overflow" 2934msgstr "" 2935 2936#: config/tc-arm.c:20199 config/tc-arm.c:20222 2937msgid "co-processor offset out of range" 2938msgstr "" 2939 2940#: config/tc-arm.c:20239 2941#, c-format 2942msgid "invalid offset, target not word aligned (0x%08lX)" 2943msgstr "" 2944 2945#: config/tc-arm.c:20246 config/tc-arm.c:20255 config/tc-arm.c:20263 2946#: config/tc-arm.c:20271 config/tc-arm.c:20279 2947#, c-format 2948msgid "invalid offset, value too big (0x%08lX)" 2949msgstr "" 2950 2951#: config/tc-arm.c:20320 2952msgid "invalid Hi register with immediate" 2953msgstr "" 2954 2955#: config/tc-arm.c:20336 2956msgid "invalid immediate for stack address calculation" 2957msgstr "" 2958 2959#: config/tc-arm.c:20344 2960#, c-format 2961msgid "invalid immediate for address calculation (value = 0x%08lX)" 2962msgstr "" 2963 2964#: config/tc-arm.c:20374 2965#, c-format 2966msgid "invalid immediate: %ld is out of range" 2967msgstr "" 2968 2969#: config/tc-arm.c:20386 2970#, c-format 2971msgid "invalid shift value: %ld" 2972msgstr "" 2973 2974#: config/tc-arm.c:20465 2975#, c-format 2976msgid "the offset 0x%08lX is not representable" 2977msgstr "" 2978 2979#: config/tc-arm.c:20505 2980#, c-format 2981msgid "bad offset 0x%08lX (only 12 bits available for the magnitude)" 2982msgstr "" 2983 2984#: config/tc-arm.c:20544 2985#, c-format 2986msgid "bad offset 0x%08lX (only 8 bits available for the magnitude)" 2987msgstr "" 2988 2989#: config/tc-arm.c:20584 2990#, c-format 2991msgid "bad offset 0x%08lX (must be word-aligned)" 2992msgstr "" 2993 2994#: config/tc-arm.c:20589 2995#, c-format 2996msgid "bad offset 0x%08lX (must be an 8-bit number of words)" 2997msgstr "" 2998 2999#: config/tc-arm.c:20620 config/tc-score.c:7398 3000#, c-format 3001msgid "bad relocation fixup type (%d)" 3002msgstr "" 3003 3004#: config/tc-arm.c:20731 3005msgid "literal referenced across section boundary" 3006msgstr "" 3007 3008#: config/tc-arm.c:20792 3009msgid "internal relocation (type: IMMEDIATE) not fixed up" 3010msgstr "" 3011 3012#: config/tc-arm.c:20797 3013msgid "ADRL used for a symbol not defined in the same file" 3014msgstr "" 3015 3016#: config/tc-arm.c:20812 3017#, c-format 3018msgid "undefined local label `%s'" 3019msgstr "" 3020 3021#: config/tc-arm.c:20818 3022msgid "internal_relocation (type: OFFSET_IMM) not fixed up" 3023msgstr "" 3024 3025#: config/tc-arm.c:20839 config/tc-cris.c:3985 config/tc-mcore.c:1926 3026#: config/tc-microblaze.c:1834 config/tc-mmix.c:2862 config/tc-moxie.c:759 3027#: config/tc-ns32k.c:2248 config/tc-score.c:7491 3028msgid "<unknown>" 3029msgstr "" 3030 3031#: config/tc-arm.c:20842 config/tc-arm.c:20863 config/tc-score.c:7493 3032#, c-format 3033msgid "cannot represent %s relocation in this object file format" 3034msgstr "" 3035 3036#: config/tc-arm.c:21203 3037#, c-format 3038msgid "%s: unexpected function type: %d" 3039msgstr "" 3040 3041#: config/tc-arm.c:21330 3042msgid "use of old and new-style options to set CPU type" 3043msgstr "" 3044 3045#: config/tc-arm.c:21340 3046msgid "use of old and new-style options to set FPU type" 3047msgstr "" 3048 3049#: config/tc-arm.c:21416 3050msgid "hard-float conflicts with specified fpu" 3051msgstr "" 3052 3053#: config/tc-arm.c:21603 3054msgid "generate PIC code" 3055msgstr "" 3056 3057#: config/tc-arm.c:21604 3058msgid "assemble Thumb code" 3059msgstr "" 3060 3061#: config/tc-arm.c:21605 3062msgid "support ARM/Thumb interworking" 3063msgstr "" 3064 3065#: config/tc-arm.c:21607 3066msgid "code uses 32-bit program counter" 3067msgstr "" 3068 3069#: config/tc-arm.c:21608 3070msgid "code uses 26-bit program counter" 3071msgstr "" 3072 3073#: config/tc-arm.c:21609 3074msgid "floating point args are in fp regs" 3075msgstr "" 3076 3077#: config/tc-arm.c:21611 3078msgid "re-entrant code" 3079msgstr "" 3080 3081#: config/tc-arm.c:21612 3082msgid "code is ATPCS conformant" 3083msgstr "" 3084 3085#: config/tc-arm.c:21613 3086msgid "assemble for big-endian" 3087msgstr "" 3088 3089#: config/tc-arm.c:21614 3090msgid "assemble for little-endian" 3091msgstr "" 3092 3093#. These are recognized by the assembler, but have no affect on code. 3094#: config/tc-arm.c:21618 3095msgid "use frame pointer" 3096msgstr "" 3097 3098#: config/tc-arm.c:21619 3099msgid "use stack size checking" 3100msgstr "" 3101 3102#: config/tc-arm.c:21622 3103msgid "do not warn on use of deprecated feature" 3104msgstr "" 3105 3106#. DON'T add any new processors to this list -- we want the whole list 3107#. to go away... Add them to the processors table instead. 3108#: config/tc-arm.c:21639 config/tc-arm.c:21640 3109msgid "use -mcpu=arm1" 3110msgstr "" 3111 3112#: config/tc-arm.c:21641 config/tc-arm.c:21642 3113msgid "use -mcpu=arm2" 3114msgstr "" 3115 3116#: config/tc-arm.c:21643 config/tc-arm.c:21644 3117msgid "use -mcpu=arm250" 3118msgstr "" 3119 3120#: config/tc-arm.c:21645 config/tc-arm.c:21646 3121msgid "use -mcpu=arm3" 3122msgstr "" 3123 3124#: config/tc-arm.c:21647 config/tc-arm.c:21648 3125msgid "use -mcpu=arm6" 3126msgstr "" 3127 3128#: config/tc-arm.c:21649 config/tc-arm.c:21650 3129msgid "use -mcpu=arm600" 3130msgstr "" 3131 3132#: config/tc-arm.c:21651 config/tc-arm.c:21652 3133msgid "use -mcpu=arm610" 3134msgstr "" 3135 3136#: config/tc-arm.c:21653 config/tc-arm.c:21654 3137msgid "use -mcpu=arm620" 3138msgstr "" 3139 3140#: config/tc-arm.c:21655 config/tc-arm.c:21656 3141msgid "use -mcpu=arm7" 3142msgstr "" 3143 3144#: config/tc-arm.c:21657 config/tc-arm.c:21658 3145msgid "use -mcpu=arm70" 3146msgstr "" 3147 3148#: config/tc-arm.c:21659 config/tc-arm.c:21660 3149msgid "use -mcpu=arm700" 3150msgstr "" 3151 3152#: config/tc-arm.c:21661 config/tc-arm.c:21662 3153msgid "use -mcpu=arm700i" 3154msgstr "" 3155 3156#: config/tc-arm.c:21663 config/tc-arm.c:21664 3157msgid "use -mcpu=arm710" 3158msgstr "" 3159 3160#: config/tc-arm.c:21665 config/tc-arm.c:21666 3161msgid "use -mcpu=arm710c" 3162msgstr "" 3163 3164#: config/tc-arm.c:21667 config/tc-arm.c:21668 3165msgid "use -mcpu=arm720" 3166msgstr "" 3167 3168#: config/tc-arm.c:21669 config/tc-arm.c:21670 3169msgid "use -mcpu=arm7d" 3170msgstr "" 3171 3172#: config/tc-arm.c:21671 config/tc-arm.c:21672 3173msgid "use -mcpu=arm7di" 3174msgstr "" 3175 3176#: config/tc-arm.c:21673 config/tc-arm.c:21674 3177msgid "use -mcpu=arm7m" 3178msgstr "" 3179 3180#: config/tc-arm.c:21675 config/tc-arm.c:21676 3181msgid "use -mcpu=arm7dm" 3182msgstr "" 3183 3184#: config/tc-arm.c:21677 config/tc-arm.c:21678 3185msgid "use -mcpu=arm7dmi" 3186msgstr "" 3187 3188#: config/tc-arm.c:21679 config/tc-arm.c:21680 3189msgid "use -mcpu=arm7100" 3190msgstr "" 3191 3192#: config/tc-arm.c:21681 config/tc-arm.c:21682 3193msgid "use -mcpu=arm7500" 3194msgstr "" 3195 3196#: config/tc-arm.c:21683 config/tc-arm.c:21684 3197msgid "use -mcpu=arm7500fe" 3198msgstr "" 3199 3200#: config/tc-arm.c:21685 config/tc-arm.c:21686 config/tc-arm.c:21687 3201#: config/tc-arm.c:21688 3202msgid "use -mcpu=arm7tdmi" 3203msgstr "" 3204 3205#: config/tc-arm.c:21689 config/tc-arm.c:21690 3206msgid "use -mcpu=arm710t" 3207msgstr "" 3208 3209#: config/tc-arm.c:21691 config/tc-arm.c:21692 3210msgid "use -mcpu=arm720t" 3211msgstr "" 3212 3213#: config/tc-arm.c:21693 config/tc-arm.c:21694 3214msgid "use -mcpu=arm740t" 3215msgstr "" 3216 3217#: config/tc-arm.c:21695 config/tc-arm.c:21696 3218msgid "use -mcpu=arm8" 3219msgstr "" 3220 3221#: config/tc-arm.c:21697 config/tc-arm.c:21698 3222msgid "use -mcpu=arm810" 3223msgstr "" 3224 3225#: config/tc-arm.c:21699 config/tc-arm.c:21700 3226msgid "use -mcpu=arm9" 3227msgstr "" 3228 3229#: config/tc-arm.c:21701 config/tc-arm.c:21702 3230msgid "use -mcpu=arm9tdmi" 3231msgstr "" 3232 3233#: config/tc-arm.c:21703 config/tc-arm.c:21704 3234msgid "use -mcpu=arm920" 3235msgstr "" 3236 3237#: config/tc-arm.c:21705 config/tc-arm.c:21706 3238msgid "use -mcpu=arm940" 3239msgstr "" 3240 3241#: config/tc-arm.c:21707 3242msgid "use -mcpu=strongarm" 3243msgstr "" 3244 3245#: config/tc-arm.c:21709 3246msgid "use -mcpu=strongarm110" 3247msgstr "" 3248 3249#: config/tc-arm.c:21711 3250msgid "use -mcpu=strongarm1100" 3251msgstr "" 3252 3253#: config/tc-arm.c:21713 3254msgid "use -mcpu=strongarm1110" 3255msgstr "" 3256 3257#: config/tc-arm.c:21714 3258msgid "use -mcpu=xscale" 3259msgstr "" 3260 3261#: config/tc-arm.c:21715 3262msgid "use -mcpu=iwmmxt" 3263msgstr "" 3264 3265#: config/tc-arm.c:21716 3266msgid "use -mcpu=all" 3267msgstr "" 3268 3269#. Architecture variants -- don't add any more to this list either. 3270#: config/tc-arm.c:21719 config/tc-arm.c:21720 3271msgid "use -march=armv2" 3272msgstr "" 3273 3274#: config/tc-arm.c:21721 config/tc-arm.c:21722 3275msgid "use -march=armv2a" 3276msgstr "" 3277 3278#: config/tc-arm.c:21723 config/tc-arm.c:21724 3279msgid "use -march=armv3" 3280msgstr "" 3281 3282#: config/tc-arm.c:21725 config/tc-arm.c:21726 3283msgid "use -march=armv3m" 3284msgstr "" 3285 3286#: config/tc-arm.c:21727 config/tc-arm.c:21728 3287msgid "use -march=armv4" 3288msgstr "" 3289 3290#: config/tc-arm.c:21729 config/tc-arm.c:21730 3291msgid "use -march=armv4t" 3292msgstr "" 3293 3294#: config/tc-arm.c:21731 config/tc-arm.c:21732 3295msgid "use -march=armv5" 3296msgstr "" 3297 3298#: config/tc-arm.c:21733 config/tc-arm.c:21734 3299msgid "use -march=armv5t" 3300msgstr "" 3301 3302#: config/tc-arm.c:21735 config/tc-arm.c:21736 3303msgid "use -march=armv5te" 3304msgstr "" 3305 3306#. Floating point variants -- don't add any more to this list either. 3307#: config/tc-arm.c:21739 3308msgid "use -mfpu=fpe" 3309msgstr "" 3310 3311#: config/tc-arm.c:21740 3312msgid "use -mfpu=fpa10" 3313msgstr "" 3314 3315#: config/tc-arm.c:21741 3316msgid "use -mfpu=fpa11" 3317msgstr "" 3318 3319#: config/tc-arm.c:21743 3320msgid "use either -mfpu=softfpa or -mfpu=softvfp" 3321msgstr "" 3322 3323#: config/tc-arm.c:22018 3324msgid "invalid architectural extension" 3325msgstr "" 3326 3327#: config/tc-arm.c:22032 3328msgid "missing architectural extension" 3329msgstr "" 3330 3331#: config/tc-arm.c:22045 3332#, c-format 3333msgid "unknown architectural extension `%s'" 3334msgstr "" 3335 3336#: config/tc-arm.c:22069 3337#, c-format 3338msgid "missing cpu name `%s'" 3339msgstr "" 3340 3341#: config/tc-arm.c:22095 config/tc-arm.c:22530 3342#, c-format 3343msgid "unknown cpu `%s'" 3344msgstr "" 3345 3346#: config/tc-arm.c:22113 3347#, c-format 3348msgid "missing architecture name `%s'" 3349msgstr "" 3350 3351#: config/tc-arm.c:22130 config/tc-arm.c:22564 config/tc-arm.c:22595 3352#: config/tc-score.c:7728 3353#, c-format 3354msgid "unknown architecture `%s'\n" 3355msgstr "" 3356 3357#: config/tc-arm.c:22146 config/tc-arm.c:22625 3358#, c-format 3359msgid "unknown floating point format `%s'\n" 3360msgstr "" 3361 3362#: config/tc-arm.c:22162 3363#, c-format 3364msgid "unknown floating point abi `%s'\n" 3365msgstr "" 3366 3367#: config/tc-arm.c:22178 3368#, c-format 3369msgid "unknown EABI `%s'\n" 3370msgstr "" 3371 3372#: config/tc-arm.c:22198 3373#, c-format 3374msgid "unknown implicit IT mode `%s', should be arm, thumb, always, or never." 3375msgstr "" 3376 3377#: config/tc-arm.c:22208 3378msgid "<cpu name>\t assemble for CPU <cpu name>" 3379msgstr "" 3380 3381#: config/tc-arm.c:22210 3382msgid "<arch name>\t assemble for architecture <arch name>" 3383msgstr "" 3384 3385#: config/tc-arm.c:22212 3386msgid "<fpu name>\t assemble for FPU architecture <fpu name>" 3387msgstr "" 3388 3389#: config/tc-arm.c:22214 3390msgid "<abi>\t assemble for floating point ABI <abi>" 3391msgstr "" 3392 3393#: config/tc-arm.c:22217 3394msgid "<ver>\t\t assemble for eabi version <ver>" 3395msgstr "" 3396 3397#: config/tc-arm.c:22220 3398msgid "<mode>\t controls implicit insertion of IT instructions" 3399msgstr "" 3400 3401#: config/tc-arm.c:22264 config/tc-arm.c:22282 config/tc-arm.c:22302 3402#, c-format 3403msgid "option `-%c%s' is deprecated: %s" 3404msgstr "" 3405 3406#: config/tc-arm.c:22322 3407#, c-format 3408msgid " ARM-specific assembler options:\n" 3409msgstr "" 3410 3411#: config/tc-arm.c:22333 3412#, c-format 3413msgid " -EB assemble code for a big-endian cpu\n" 3414msgstr "" 3415 3416#: config/tc-arm.c:22338 3417#, c-format 3418msgid " -EL assemble code for a little-endian cpu\n" 3419msgstr "" 3420 3421#: config/tc-arm.c:22342 3422#, c-format 3423msgid " --fix-v4bx Allow BX in ARMv4 code\n" 3424msgstr "" 3425 3426#: config/tc-avr.c:314 3427#, c-format 3428msgid "Known MCU names:" 3429msgstr "" 3430 3431#: config/tc-avr.c:380 3432#, c-format 3433msgid "" 3434"AVR options:\n" 3435" -mmcu=[avr-name] select microcontroller variant\n" 3436" [avr-name] can be:\n" 3437" avr1 - classic AVR core without data RAM\n" 3438" avr2 - classic AVR core with up to 8K program memory\n" 3439" avr25 - classic AVR core with up to 8K program memory\n" 3440" plus the MOVW instruction\n" 3441" avr3 - classic AVR core with up to 64K program memory\n" 3442" avr31 - classic AVR core with up to 128K program memory\n" 3443" avr35 - classic AVR core with up to 64K program memory\n" 3444" plus the MOVW instruction\n" 3445" avr4 - enhanced AVR core with up to 8K program memory\n" 3446" avr5 - enhanced AVR core with up to 64K program memory\n" 3447" avr51 - enhanced AVR core with up to 128K program memory\n" 3448" avr6 - enhanced AVR core with up to 256K program memory\n" 3449" or immediate microcontroller name.\n" 3450msgstr "" 3451 3452#: config/tc-avr.c:397 3453#, c-format 3454msgid "" 3455" -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" 3456" -mno-skip-bug disable warnings for skipping two-word instructions\n" 3457" (default for avr4, avr5)\n" 3458" -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n" 3459" (default for avr3, avr5)\n" 3460msgstr "" 3461 3462#: config/tc-avr.c:441 config/tc-msp430.c:744 3463#, c-format 3464msgid "unknown MCU: %s\n" 3465msgstr "" 3466 3467#: config/tc-avr.c:450 3468#, c-format 3469msgid "redefinition of mcu type `%s' to `%s'" 3470msgstr "" 3471 3472#: config/tc-avr.c:528 3473msgid "constant value required" 3474msgstr "" 3475 3476#: config/tc-avr.c:531 3477#, c-format 3478msgid "number must be positive and less than %d" 3479msgstr "" 3480 3481#: config/tc-avr.c:557 config/tc-avr.c:694 3482#, c-format 3483msgid "constant out of 8-bit range: %d" 3484msgstr "" 3485 3486#: config/tc-avr.c:625 config/tc-score.c:1200 read.c:3615 3487msgid "illegal expression" 3488msgstr "" 3489 3490#: config/tc-avr.c:654 config/tc-avr.c:1421 3491msgid "`)' required" 3492msgstr "" 3493 3494#: config/tc-avr.c:749 3495msgid "register r16-r23 required" 3496msgstr "" 3497 3498#: config/tc-avr.c:755 3499msgid "register number above 15 required" 3500msgstr "" 3501 3502#: config/tc-avr.c:761 3503msgid "even register number required" 3504msgstr "" 3505 3506#: config/tc-avr.c:767 3507msgid "register r24, r26, r28 or r30 required" 3508msgstr "" 3509 3510#: config/tc-avr.c:773 3511msgid "register name or number from 0 to 31 required" 3512msgstr "" 3513 3514#: config/tc-avr.c:791 3515msgid "pointer register (X, Y or Z) required" 3516msgstr "" 3517 3518#: config/tc-avr.c:798 3519msgid "cannot both predecrement and postincrement" 3520msgstr "" 3521 3522#: config/tc-avr.c:806 3523msgid "addressing mode not supported" 3524msgstr "" 3525 3526#: config/tc-avr.c:812 3527msgid "can't predecrement" 3528msgstr "" 3529 3530#: config/tc-avr.c:815 3531msgid "pointer register Z required" 3532msgstr "" 3533 3534#: config/tc-avr.c:829 3535msgid "postincrement not supported" 3536msgstr "" 3537 3538#: config/tc-avr.c:839 3539msgid "pointer register (Y or Z) required" 3540msgstr "" 3541 3542#: config/tc-avr.c:943 3543#, c-format 3544msgid "unknown constraint `%c'" 3545msgstr "" 3546 3547#: config/tc-avr.c:995 3548msgid "`,' required" 3549msgstr "" 3550 3551#: config/tc-avr.c:1013 3552msgid "undefined combination of operands" 3553msgstr "" 3554 3555#: config/tc-avr.c:1022 3556msgid "skipping two-word instruction" 3557msgstr "" 3558 3559#: config/tc-avr.c:1114 config/tc-avr.c:1130 config/tc-avr.c:1244 3560#: config/tc-msp430.c:1970 config/tc-msp430.c:1988 3561#, c-format 3562msgid "odd address operand: %ld" 3563msgstr "" 3564 3565#: config/tc-avr.c:1122 config/tc-avr.c:1141 config/tc-avr.c:1163 3566#: config/tc-avr.c:1170 config/tc-avr.c:1177 config/tc-d10v.c:503 3567#: config/tc-d30v.c:554 config/tc-msp430.c:1978 config/tc-msp430.c:1993 3568#: config/tc-msp430.c:2003 3569#, c-format 3570msgid "operand out of range: %ld" 3571msgstr "" 3572 3573#: config/tc-avr.c:1253 config/tc-d10v.c:1585 config/tc-d30v.c:2025 3574#: config/tc-msp430.c:2021 3575#, c-format 3576msgid "line %d: unknown relocation type: 0x%x" 3577msgstr "" 3578 3579#: config/tc-avr.c:1267 3580msgid "only constant expression allowed" 3581msgstr "" 3582 3583#. xgettext:c-format. 3584#: config/tc-avr.c:1327 config/tc-bfin.c:811 config/tc-d10v.c:1457 3585#: config/tc-d30v.c:1769 config/tc-mn10200.c:781 config/tc-mn10300.c:2171 3586#: config/tc-msp430.c:2056 config/tc-or32.c:959 config/tc-ppc.c:6273 3587#: config/tc-spu.c:881 config/tc-spu.c:1092 config/tc-v850.c:2187 3588#: config/tc-z80.c:2017 3589#, c-format 3590msgid "reloc %d not supported by object file format" 3591msgstr "" 3592 3593#: config/tc-avr.c:1350 config/tc-h8300.c:1885 config/tc-mcore.c:881 3594#: config/tc-microblaze.c:825 config/tc-moxie.c:178 config/tc-msp430.c:1821 3595#: config/tc-pj.c:253 config/tc-sh.c:2544 config/tc-z8k.c:1216 3596msgid "can't find opcode " 3597msgstr "" 3598 3599#: config/tc-avr.c:1367 3600#, c-format 3601msgid "illegal opcode %s for mcu %s" 3602msgstr "" 3603 3604#: config/tc-avr.c:1376 3605msgid "garbage at end of line" 3606msgstr "" 3607 3608#: config/tc-avr.c:1448 config/tc-avr.c:1455 3609#, c-format 3610msgid "illegal %srelocation size: %d" 3611msgstr "" 3612 3613#: config/tc-bfin.c:96 config/tc-frv.c:1606 config/tc-frv.c:1616 3614msgid "missing ')'" 3615msgstr "" 3616 3617#: config/tc-bfin.c:423 3618#, c-format 3619msgid " BFIN specific command line options:\n" 3620msgstr "" 3621 3622#: config/tc-bfin.c:436 3623msgid "Could not set architecture and machine." 3624msgstr "" 3625 3626#: config/tc-bfin.c:585 3627msgid "Parse failed." 3628msgstr "" 3629 3630#: config/tc-bfin.c:660 3631msgid "pcrel too far BFD_RELOC_BFIN_10" 3632msgstr "" 3633 3634#: config/tc-bfin.c:676 3635msgid "pcrel too far BFD_RELOC_BFIN_12" 3636msgstr "" 3637 3638#: config/tc-bfin.c:696 3639msgid "pcrel too far BFD_RELOC_BFIN_24" 3640msgstr "" 3641 3642#: config/tc-bfin.c:711 3643msgid "pcrel too far BFD_RELOC_BFIN_5" 3644msgstr "" 3645 3646#: config/tc-bfin.c:723 3647msgid "pcrel too far BFD_RELOC_BFIN_11_PCREL" 3648msgstr "" 3649 3650#: config/tc-bfin.c:733 3651msgid "rel too far BFD_RELOC_8" 3652msgstr "" 3653 3654#: config/tc-bfin.c:740 3655msgid "rel too far BFD_RELOC_16" 3656msgstr "" 3657 3658#: config/tc-cr16.c:164 read.c:4346 3659msgid "using a bit field width of zero" 3660msgstr "" 3661 3662#: config/tc-cr16.c:172 read.c:4354 3663#, c-format 3664msgid "field width \"%s\" too complex for a bitfield" 3665msgstr "" 3666 3667#: config/tc-cr16.c:181 read.c:4362 3668#, c-format 3669msgid "field width %lu too big to fit in %d bytes: truncated to %d bits" 3670msgstr "" 3671 3672#: config/tc-cr16.c:203 read.c:4384 3673#, c-format 3674msgid "field value \"%s\" too complex for a bitfield" 3675msgstr "" 3676 3677#: config/tc-cr16.c:384 3678#, c-format 3679msgid "Unknown register pair - index relative mode: `%d'" 3680msgstr "" 3681 3682#: config/tc-cr16.c:570 config/tc-crx.c:344 config/tc-mn10200.c:768 3683#: write.c:976 3684#, c-format 3685msgid "can't resolve `%s' {%s section} - `%s' {%s section}" 3686msgstr "" 3687 3688#: config/tc-cr16.c:602 config/tc-crx.c:360 3689#, c-format 3690msgid "internal error: reloc %d (`%s') not supported by object file format" 3691msgstr "" 3692 3693#: config/tc-cr16.c:695 config/tc-i386.c:8187 config/tc-s390.c:1799 3694msgid "GOT already in symbol table" 3695msgstr "" 3696 3697#: config/tc-cr16.c:804 config/tc-cr16.c:827 config/tc-cris.c:1190 3698#: config/tc-crx.c:534 config/tc-crx.c:561 config/tc-crx.c:579 3699#: config/tc-pdp11.c:194 3700msgid "Virtual memory exhausted" 3701msgstr "" 3702 3703#: config/tc-cr16.c:812 config/tc-crx.c:571 config/tc-crx.c:590 3704#: config/tc-i386.c:2152 config/tc-i386.c:2174 config/tc-m68k.c:4607 3705#: config/tc-maxq.c:2865 3706#, c-format 3707msgid "Internal Error: Can't hash %s: %s" 3708msgstr "" 3709 3710#: config/tc-cr16.c:838 config/tc-cris.c:1224 config/tc-crx.c:544 3711#, c-format 3712msgid "Can't hash `%s': %s\n" 3713msgstr "" 3714 3715#: config/tc-cr16.c:839 config/tc-cris.c:1225 config/tc-crx.c:545 3716msgid "(unknown reason)" 3717msgstr "" 3718 3719#. Missing or bad expr becomes absolute 0. 3720#: config/tc-cr16.c:891 config/tc-crx.c:618 config/tc-maxq.c:1475 3721#, c-format 3722msgid "missing or invalid displacement expression `%s' taken as 0" 3723msgstr "" 3724 3725#: config/tc-cr16.c:941 3726#, c-format 3727msgid "GOT bad expression with %s." 3728msgstr "" 3729 3730#: config/tc-cr16.c:1052 3731#, c-format 3732msgid "operand %d: illegal use expression: `%s`" 3733msgstr "" 3734 3735#: config/tc-cr16.c:1117 config/tc-crx.c:1126 3736#, c-format 3737msgid "Unknown register: `%d'" 3738msgstr "" 3739 3740#. Issue a error message when register is illegal. 3741#: config/tc-cr16.c:1125 config/tc-crx.c:1134 3742#, c-format 3743msgid "Illegal register (`%s') in Instruction: `%s'" 3744msgstr "" 3745 3746#: config/tc-cr16.c:1196 config/tc-cr16.c:1271 config/tc-crx.c:756 3747#: config/tc-crx.c:776 config/tc-crx.c:791 3748#, c-format 3749msgid "Illegal register `%s' in Instruction `%s'" 3750msgstr "" 3751 3752#: config/tc-cr16.c:1224 config/tc-cr16.c:1235 3753#, c-format 3754msgid "Illegal register pair `%s' in Instruction `%s'" 3755msgstr "" 3756 3757#: config/tc-cr16.c:1260 config/tc-i960.c:835 3758msgid "unmatched '['" 3759msgstr "" 3760 3761#: config/tc-cr16.c:1266 config/tc-i960.c:842 3762msgid "garbage after index spec ignored" 3763msgstr "" 3764 3765#: config/tc-cr16.c:1414 config/tc-crx.c:935 3766#, c-format 3767msgid "Illegal operands (whitespace): `%s'" 3768msgstr "" 3769 3770#: config/tc-cr16.c:1426 config/tc-cr16.c:1433 config/tc-cr16.c:1450 3771#: config/tc-crx.c:947 config/tc-crx.c:954 config/tc-crx.c:971 3772#: config/tc-crx.c:1763 3773#, c-format 3774msgid "Missing matching brackets : `%s'" 3775msgstr "" 3776 3777#: config/tc-cr16.c:1482 config/tc-crx.c:997 3778#, c-format 3779msgid "Unknown exception: `%s'" 3780msgstr "" 3781 3782#: config/tc-cr16.c:1569 config/tc-crx.c:1093 3783#, c-format 3784msgid "Illegal `cinv' parameter: `%c'" 3785msgstr "" 3786 3787#: config/tc-cr16.c:1591 config/tc-cr16.c:1630 3788#, c-format 3789msgid "Unknown register pair: `%d'" 3790msgstr "" 3791 3792#. Issue a error message when register pair is illegal. 3793#: config/tc-cr16.c:1599 3794#, c-format 3795msgid "Illegal register pair (`%s') in Instruction: `%s'" 3796msgstr "" 3797 3798#. Issue a error message when register pair is illegal. 3799#: config/tc-cr16.c:1638 3800#, c-format 3801msgid "Illegal index register pair (`%s') in Instruction: `%s'" 3802msgstr "" 3803 3804#: config/tc-cr16.c:1677 3805#, c-format 3806msgid "Unknown processor register : `%d'" 3807msgstr "" 3808 3809#. Issue a error message when register pair is illegal. 3810#: config/tc-cr16.c:1685 3811#, c-format 3812msgid "Illegal processor register (`%s') in Instruction: `%s'" 3813msgstr "" 3814 3815#: config/tc-cr16.c:1733 3816#, c-format 3817msgid "Unknown processor register (32 bit) : `%d'" 3818msgstr "" 3819 3820#. Issue a error message when register pair is illegal. 3821#: config/tc-cr16.c:1741 3822#, c-format 3823msgid "Illegal 32 bit - processor register (`%s') in Instruction: `%s'" 3824msgstr "" 3825 3826#: config/tc-cr16.c:2105 config/tc-crx.c:1661 config/tc-crx.c:1678 3827#, c-format 3828msgid "Same src/dest register is used (`r%d'), result is undefined" 3829msgstr "" 3830 3831#: config/tc-cr16.c:2126 3832msgid "RA register is saved twice." 3833msgstr "" 3834 3835#: config/tc-cr16.c:2130 3836#, c-format 3837msgid "`%s' Illegal use of registers." 3838msgstr "" 3839 3840#: config/tc-cr16.c:2144 3841#, c-format 3842msgid "`%s' Illegal count-register combination." 3843msgstr "" 3844 3845#: config/tc-cr16.c:2150 3846#, c-format 3847msgid "`%s' Illegal use of register." 3848msgstr "" 3849 3850#: config/tc-cr16.c:2159 config/tc-crx.c:1670 3851#, c-format 3852msgid "`%s' has undefined result" 3853msgstr "" 3854 3855#: config/tc-cr16.c:2167 3856#, c-format 3857msgid "Same src/dest register is used (`r%d'),result is undefined" 3858msgstr "" 3859 3860#: config/tc-cr16.c:2338 config/tc-crx.c:1575 3861msgid "Incorrect number of operands" 3862msgstr "" 3863 3864#: config/tc-cr16.c:2340 config/tc-crx.c:1577 3865#, c-format 3866msgid "Illegal type of operand (arg %d)" 3867msgstr "" 3868 3869#: config/tc-cr16.c:2346 config/tc-crx.c:1583 3870#, c-format 3871msgid "Operand out of range (arg %d)" 3872msgstr "" 3873 3874#: config/tc-cr16.c:2349 config/tc-crx.c:1586 3875#, c-format 3876msgid "Operand has odd displacement (arg %d)" 3877msgstr "" 3878 3879#: config/tc-cr16.c:2352 config/tc-cr16.c:2383 config/tc-crx.c:1599 3880#: config/tc-crx.c:1630 3881#, c-format 3882msgid "Illegal operand (arg %d)" 3883msgstr "" 3884 3885#. Give an error if a frag containing code is not aligned to a 2-byte 3886#. boundary. 3887#: config/tc-cr16.c:2485 config/tc-cr16.h:73 config/tc-crx.c:1952 3888#: config/tc-crx.h:76 3889msgid "instruction address is not a multiple of 2" 3890msgstr "" 3891 3892#: config/tc-cr16.c:2562 config/tc-cris.c:1538 config/tc-cris.c:1546 3893#: config/tc-crx.c:1988 config/tc-dlx.c:686 config/tc-hppa.c:3243 3894#: config/tc-hppa.c:3250 config/tc-i860.c:490 config/tc-i860.c:507 3895#: config/tc-i860.c:987 config/tc-sparc.c:1410 config/tc-sparc.c:1418 3896#, c-format 3897msgid "Unknown opcode: `%s'" 3898msgstr "" 3899 3900#: config/tc-cris.c:551 config/tc-m68hc11.c:2744 3901#, c-format 3902msgid "internal inconsistency problem in %s: fr_symbol %lx" 3903msgstr "" 3904 3905#: config/tc-cris.c:555 config/tc-m68hc11.c:2748 config/tc-msp430.c:2247 3906#, c-format 3907msgid "internal inconsistency problem in %s: resolved symbol" 3908msgstr "" 3909 3910#: config/tc-cris.c:565 config/tc-m68hc11.c:2754 3911#, c-format 3912msgid "internal inconsistency problem in %s: fr_subtype %d" 3913msgstr "" 3914 3915#: config/tc-cris.c:905 3916msgid "Relaxation to long branches for .arch common_v10_v32 not implemented" 3917msgstr "" 3918 3919#: config/tc-cris.c:935 3920msgid "Complicated LAPC target operand is not a multiple of two. Use LAPC.D" 3921msgstr "" 3922 3923#: config/tc-cris.c:940 3924#, c-format 3925msgid "Internal error found in md_convert_frag: offset %ld. Please report this." 3926msgstr "" 3927 3928#: config/tc-cris.c:965 3929#, c-format 3930msgid "internal inconsistency in %s: bdapq no symbol" 3931msgstr "" 3932 3933#: config/tc-cris.c:978 3934#, c-format 3935msgid "internal inconsistency in %s: bdap.w with no symbol" 3936msgstr "" 3937 3938#: config/tc-cris.c:1002 3939msgid "section alignment must be >= 4 bytes to check MULS/MULU safeness" 3940msgstr "" 3941 3942#: config/tc-cris.c:1011 3943msgid "dangerous MULS/MULU location; give it higher alignment" 3944msgstr "" 3945 3946#. Bail out for compatibility mode. (It seems it can be implemented, 3947#. perhaps with a 10-byte sequence: "move.d NNNN,$pc/$acr", "jump 3948#. $acr", "nop"; but doesn't seem worth it at the moment.) 3949#: config/tc-cris.c:1052 3950msgid "Out-of-range .word offset handling is not implemented for .arch common_v10_v32" 3951msgstr "" 3952 3953#: config/tc-cris.c:1097 3954msgid ".word case-table handling failed: table too large" 3955msgstr "" 3956 3957#: config/tc-cris.c:1229 3958#, c-format 3959msgid "Buggy opcode: `%s' \"%s\"\n" 3960msgstr "" 3961 3962#: config/tc-cris.c:1644 3963#, c-format 3964msgid "Immediate value not in 5 bit unsigned range: %ld" 3965msgstr "" 3966 3967#: config/tc-cris.c:1660 3968#, c-format 3969msgid "Immediate value not in 4 bit unsigned range: %ld" 3970msgstr "" 3971 3972#: config/tc-cris.c:1712 3973#, c-format 3974msgid "Immediate value not in 6 bit range: %ld" 3975msgstr "" 3976 3977#: config/tc-cris.c:1727 3978#, c-format 3979msgid "Immediate value not in 6 bit unsigned range: %ld" 3980msgstr "" 3981 3982#. Others have a generic warning. 3983#: config/tc-cris.c:1835 3984#, c-format 3985msgid "Unimplemented register `%s' specified" 3986msgstr "" 3987 3988#. We've come to the end of instructions with this 3989#. opcode, so it must be an error. 3990#: config/tc-cris.c:2079 3991msgid "Illegal operands" 3992msgstr "" 3993 3994#: config/tc-cris.c:2120 config/tc-cris.c:2160 3995#, c-format 3996msgid "Immediate value not in 8 bit range: %ld" 3997msgstr "" 3998 3999#: config/tc-cris.c:2130 config/tc-cris.c:2181 4000#, c-format 4001msgid "Immediate value not in 16 bit range: %ld" 4002msgstr "" 4003 4004#: config/tc-cris.c:2165 4005#, c-format 4006msgid "Immediate value not in 8 bit signed range: %ld" 4007msgstr "" 4008 4009#: config/tc-cris.c:2170 4010#, c-format 4011msgid "Immediate value not in 8 bit unsigned range: %ld" 4012msgstr "" 4013 4014#: config/tc-cris.c:2186 4015#, c-format 4016msgid "Immediate value not in 16 bit signed range: %ld" 4017msgstr "" 4018 4019#: config/tc-cris.c:2191 4020#, c-format 4021msgid "Immediate value not in 16 bit unsigned range: %ld" 4022msgstr "" 4023 4024#: config/tc-cris.c:2217 4025msgid "TLS relocation size does not match operand size" 4026msgstr "" 4027 4028#: config/tc-cris.c:2218 4029msgid "PIC relocation size does not match operand size" 4030msgstr "" 4031 4032#: config/tc-cris.c:3366 4033msgid "Calling gen_cond_branch_32 for .arch common_v10_v32\n" 4034msgstr "" 4035 4036#: config/tc-cris.c:3370 4037msgid "32-bit conditional branch generated" 4038msgstr "" 4039 4040#: config/tc-cris.c:3431 4041msgid "Complex expression not supported" 4042msgstr "" 4043 4044#. FIXME: Is this function mentioned in the internals.texi manual? If 4045#. not, add it. 4046#: config/tc-cris.c:3581 4047msgid "Bad call to md_atof () - floating point formats are not supported" 4048msgstr "" 4049 4050#: config/tc-cris.c:3622 4051msgid "PC-relative relocation must be trivially resolved" 4052msgstr "" 4053 4054#: config/tc-cris.c:3694 4055#, c-format 4056msgid "Value not in 16 bit range: %ld" 4057msgstr "" 4058 4059#: config/tc-cris.c:3702 4060#, c-format 4061msgid "Value not in 16 bit signed range: %ld" 4062msgstr "" 4063 4064#: config/tc-cris.c:3710 4065#, c-format 4066msgid "Value not in 8 bit range: %ld" 4067msgstr "" 4068 4069#: config/tc-cris.c:3717 4070#, c-format 4071msgid "Value not in 8 bit signed range: %ld" 4072msgstr "" 4073 4074#: config/tc-cris.c:3727 4075#, c-format 4076msgid "Value not in 4 bit unsigned range: %ld" 4077msgstr "" 4078 4079#: config/tc-cris.c:3734 4080#, c-format 4081msgid "Value not in 5 bit unsigned range: %ld" 4082msgstr "" 4083 4084#: config/tc-cris.c:3741 4085#, c-format 4086msgid "Value not in 6 bit range: %ld" 4087msgstr "" 4088 4089#: config/tc-cris.c:3748 4090#, c-format 4091msgid "Value not in 6 bit unsigned range: %ld" 4092msgstr "" 4093 4094#: config/tc-cris.c:3792 4095#, c-format 4096msgid "Please use --help to see usage and options for this assembler.\n" 4097msgstr "" 4098 4099#: config/tc-cris.c:3804 4100msgid "--no-underscore is invalid with a.out format" 4101msgstr "" 4102 4103#: config/tc-cris.c:3828 4104#, c-format 4105msgid "invalid <arch> in --march=<arch>: %s" 4106msgstr "" 4107 4108#: config/tc-cris.c:3937 config/tc-moxie.c:711 4109msgid "Semantics error. This type of operand can not be relocated, it must be an assembly-time constant" 4110msgstr "" 4111 4112#: config/tc-cris.c:3986 config/tc-moxie.c:760 4113#, c-format 4114msgid "Cannot generate relocation type for symbol %s, code %s" 4115msgstr "" 4116 4117#. The messages are formatted to line up with the generic options. 4118#: config/tc-cris.c:3999 4119#, c-format 4120msgid "CRIS-specific options:\n" 4121msgstr "" 4122 4123#: config/tc-cris.c:4001 4124msgid " -h, -H Don't execute, print this help text. Deprecated.\n" 4125msgstr "" 4126 4127#: config/tc-cris.c:4003 4128msgid " -N Warn when branches are expanded to jumps.\n" 4129msgstr "" 4130 4131#: config/tc-cris.c:4005 4132msgid " --underscore User symbols are normally prepended with underscore.\n" 4133msgstr "" 4134 4135#: config/tc-cris.c:4007 4136msgid " Registers will not need any prefix.\n" 4137msgstr "" 4138 4139#: config/tc-cris.c:4009 4140msgid " --no-underscore User symbols do not have any prefix.\n" 4141msgstr "" 4142 4143#: config/tc-cris.c:4011 4144msgid " Registers will require a `$'-prefix.\n" 4145msgstr "" 4146 4147#: config/tc-cris.c:4013 4148msgid " --pic\t\t\tEnable generation of position-independent code.\n" 4149msgstr "" 4150 4151#: config/tc-cris.c:4015 4152msgid "" 4153" --march=<arch>\t\tGenerate code for <arch>. Valid choices for <arch>\n" 4154"\t\t\t\tare v0_v10, v10, v32 and common_v10_v32.\n" 4155msgstr "" 4156 4157#: config/tc-cris.c:4036 4158msgid "Invalid relocation" 4159msgstr "" 4160 4161#: config/tc-cris.c:4073 4162msgid "Invalid pc-relative relocation" 4163msgstr "" 4164 4165#: config/tc-cris.c:4118 4166#, c-format 4167msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." 4168msgstr "" 4169 4170#: config/tc-cris.c:4148 4171#, c-format 4172msgid ".syntax %s requires command-line option `--underscore'" 4173msgstr "" 4174 4175#: config/tc-cris.c:4157 4176#, c-format 4177msgid ".syntax %s requires command-line option `--no-underscore'" 4178msgstr "" 4179 4180#: config/tc-cris.c:4194 4181msgid "Unknown .syntax operand" 4182msgstr "" 4183 4184#: config/tc-cris.c:4204 4185msgid "Pseudodirective .file is only valid when generating ELF" 4186msgstr "" 4187 4188#: config/tc-cris.c:4216 4189msgid "Pseudodirective .loc is only valid when generating ELF" 4190msgstr "" 4191 4192#: config/tc-cris.c:4231 4193#, c-format 4194msgid "internal inconsistency problem: %s called for %d bytes" 4195msgstr "" 4196 4197#: config/tc-cris.c:4383 4198msgid "unknown operand to .arch" 4199msgstr "" 4200 4201#: config/tc-cris.c:4392 4202msgid ".arch <arch> requires a matching --march=... option" 4203msgstr "" 4204 4205#: config/tc-crx.c:819 4206#, c-format 4207msgid "Illegal Scale - `%d'" 4208msgstr "" 4209 4210#: config/tc-crx.c:1263 4211#, c-format 4212msgid "Illegal Co-processor register in Instruction `%s' " 4213msgstr "" 4214 4215#: config/tc-crx.c:1270 4216#, c-format 4217msgid "Illegal Co-processor special register in Instruction `%s' " 4218msgstr "" 4219 4220#: config/tc-crx.c:1589 4221#, c-format 4222msgid "Invalid DISPU4 operand value (arg %d)" 4223msgstr "" 4224 4225#: config/tc-crx.c:1592 4226#, c-format 4227msgid "Invalid CST4 operand value (arg %d)" 4228msgstr "" 4229 4230#: config/tc-crx.c:1595 4231#, c-format 4232msgid "Operand value is not within upper 64 KB (arg %d)" 4233msgstr "" 4234 4235#: config/tc-crx.c:1732 4236msgid "Invalid Register in Register List" 4237msgstr "" 4238 4239#: config/tc-crx.c:1786 4240#, c-format 4241msgid "Illegal register `%s' in cop-register list" 4242msgstr "" 4243 4244#: config/tc-crx.c:1794 4245#, c-format 4246msgid "Illegal register `%s' in cop-special-register list" 4247msgstr "" 4248 4249#: config/tc-crx.c:1813 4250#, c-format 4251msgid "Illegal register `%s' in user register list" 4252msgstr "" 4253 4254#: config/tc-crx.c:1832 4255#, c-format 4256msgid "Illegal register `%s' in register list" 4257msgstr "" 4258 4259#: config/tc-crx.c:1838 4260#, c-format 4261msgid "Maximum %d bits may be set in `mask16' operand" 4262msgstr "" 4263 4264#: config/tc-crx.c:1847 4265#, c-format 4266msgid "rest of line ignored; first ignored character is `%c'" 4267msgstr "" 4268 4269#: config/tc-crx.c:1855 4270#, c-format 4271msgid "Illegal `mask16' operand, operation is undefined - `%s'" 4272msgstr "" 4273 4274#. HI can't be specified without LO (and vise-versa). 4275#: config/tc-crx.c:1861 4276msgid "HI/LO registers should be specified together" 4277msgstr "" 4278 4279#: config/tc-crx.c:1867 4280msgid "HI/LO registers should be specified without additional registers" 4281msgstr "" 4282 4283#: config/tc-d10v.c:216 4284#, c-format 4285msgid "" 4286"D10V options:\n" 4287"-O Optimize. Will do some operations in parallel.\n" 4288"--gstabs-packing Pack adjacent short instructions together even\n" 4289" when --gstabs is specified. On by default.\n" 4290"--no-gstabs-packing If --gstabs is specified, do not pack adjacent\n" 4291" instructions together.\n" 4292msgstr "" 4293 4294#: config/tc-d10v.c:573 4295msgid "operand is not an immediate" 4296msgstr "" 4297 4298#: config/tc-d10v.c:591 4299#, c-format 4300msgid "operand out of range: %lu" 4301msgstr "" 4302 4303#: config/tc-d10v.c:649 4304msgid "Instruction must be executed in parallel with another instruction." 4305msgstr "" 4306 4307#: config/tc-d10v.c:703 config/tc-d10v.c:711 4308#, c-format 4309msgid "packing conflict: %s must dispatch sequentially" 4310msgstr "" 4311 4312#: config/tc-d10v.c:810 4313#, c-format 4314msgid "resource conflict (R%d)" 4315msgstr "" 4316 4317#: config/tc-d10v.c:813 4318#, c-format 4319msgid "resource conflict (A%d)" 4320msgstr "" 4321 4322#: config/tc-d10v.c:815 4323msgid "resource conflict (PSW)" 4324msgstr "" 4325 4326#: config/tc-d10v.c:817 4327msgid "resource conflict (C flag)" 4328msgstr "" 4329 4330#: config/tc-d10v.c:819 4331msgid "resource conflict (F flag)" 4332msgstr "" 4333 4334#: config/tc-d10v.c:969 4335msgid "Instruction must be executed in parallel" 4336msgstr "" 4337 4338#: config/tc-d10v.c:972 4339msgid "Long instructions may not be combined." 4340msgstr "" 4341 4342#: config/tc-d10v.c:1005 4343msgid "One of these instructions may not be executed in parallel." 4344msgstr "" 4345 4346#: config/tc-d10v.c:1009 config/tc-d30v.c:1036 4347msgid "Two IU instructions may not be executed in parallel" 4348msgstr "" 4349 4350#: config/tc-d10v.c:1011 config/tc-d10v.c:1019 config/tc-d10v.c:1033 4351#: config/tc-d10v.c:1048 config/tc-d30v.c:1037 config/tc-d30v.c:1046 4352msgid "Swapping instruction order" 4353msgstr "" 4354 4355#: config/tc-d10v.c:1017 config/tc-d30v.c:1043 4356msgid "Two MU instructions may not be executed in parallel" 4357msgstr "" 4358 4359#: config/tc-d10v.c:1037 config/tc-d30v.c:1063 4360msgid "IU instruction may not be in the left container" 4361msgstr "" 4362 4363#: config/tc-d10v.c:1039 config/tc-d10v.c:1054 4364msgid "Instruction in R container is squashed by flow control instruction in L container." 4365msgstr "" 4366 4367#: config/tc-d10v.c:1052 config/tc-d30v.c:1074 4368msgid "MU instruction may not be in the right container" 4369msgstr "" 4370 4371#: config/tc-d10v.c:1058 config/tc-d30v.c:1086 4372msgid "unknown execution type passed to write_2_short()" 4373msgstr "" 4374 4375#: config/tc-d10v.c:1186 config/tc-d10v.c:1359 4376msgid "bad opcode or operands" 4377msgstr "" 4378 4379#: config/tc-d10v.c:1261 4380msgid "value out of range" 4381msgstr "" 4382 4383#: config/tc-d10v.c:1335 4384msgid "illegal operand - register name found where none expected" 4385msgstr "" 4386 4387#: config/tc-d10v.c:1370 4388msgid "Register number must be EVEN" 4389msgstr "" 4390 4391#: config/tc-d10v.c:1373 4392msgid "Unsupported use of sp" 4393msgstr "" 4394 4395#: config/tc-d10v.c:1392 4396#, c-format 4397msgid "cr%ld is a reserved control register" 4398msgstr "" 4399 4400#: config/tc-d10v.c:1565 4401#, c-format 4402msgid "line %d: rep or repi must include at least 4 instructions" 4403msgstr "" 4404 4405#: config/tc-d10v.c:1745 4406msgid "can't find previous opcode " 4407msgstr "" 4408 4409#: config/tc-d10v.c:1757 4410#, c-format 4411msgid "could not assemble: %s" 4412msgstr "" 4413 4414#: config/tc-d10v.c:1772 config/tc-d10v.c:1794 config/tc-d30v.c:1742 4415msgid "Unable to mix instructions as specified" 4416msgstr "" 4417 4418#: config/tc-d30v.c:149 4419#, c-format 4420msgid "Register name %s conflicts with symbol of the same name" 4421msgstr "" 4422 4423#: config/tc-d30v.c:239 4424#, c-format 4425msgid "" 4426"\n" 4427"D30V options:\n" 4428"-O Make adjacent short instructions parallel if possible.\n" 4429"-n Warn about all NOPs inserted by the assembler.\n" 4430"-N\t\t\tWarn about NOPs inserted after word multiplies.\n" 4431"-c Warn about symbols whoes names match register names.\n" 4432"-C Opposite of -C. -c is the default.\n" 4433msgstr "" 4434 4435#: config/tc-d30v.c:367 4436msgid "unexpected 12-bit reloc type" 4437msgstr "" 4438 4439#: config/tc-d30v.c:374 4440msgid "unexpected 18-bit reloc type" 4441msgstr "" 4442 4443#: config/tc-d30v.c:624 4444#, c-format 4445msgid "%s NOP inserted" 4446msgstr "" 4447 4448#: config/tc-d30v.c:625 4449msgid "sequential" 4450msgstr "" 4451 4452#: config/tc-d30v.c:625 4453msgid "parallel" 4454msgstr "" 4455 4456#: config/tc-d30v.c:1032 4457msgid "Instructions may not be executed in parallel" 4458msgstr "" 4459 4460#: config/tc-d30v.c:1045 4461#, c-format 4462msgid "Executing %s in IU may not work" 4463msgstr "" 4464 4465#: config/tc-d30v.c:1052 4466#, c-format 4467msgid "Executing %s in IU may not work in parallel execution" 4468msgstr "" 4469 4470#: config/tc-d30v.c:1065 4471#, c-format 4472msgid "special left instruction `%s' kills instruction `%s' in right container" 4473msgstr "" 4474 4475#: config/tc-d30v.c:1076 4476#, c-format 4477msgid "Executing %s in reverse serial with %s may not work" 4478msgstr "" 4479 4480#: config/tc-d30v.c:1079 4481#, c-format 4482msgid "Executing %s in IU in reverse serial may not work" 4483msgstr "" 4484 4485#: config/tc-d30v.c:1268 4486msgid "Odd numbered register used as target of multi-register instruction" 4487msgstr "" 4488 4489#: config/tc-d30v.c:1332 config/tc-d30v.c:1367 4490#, c-format 4491msgid "unknown condition code: %s" 4492msgstr "" 4493 4494#: config/tc-d30v.c:1360 4495#, c-format 4496msgid "cmpu doesn't support condition code %s" 4497msgstr "" 4498 4499#: config/tc-d30v.c:1395 4500#, c-format 4501msgid "unknown opcode: %s" 4502msgstr "" 4503 4504#: config/tc-d30v.c:1406 4505#, c-format 4506msgid "operands for opcode `%s' do not match any valid format" 4507msgstr "" 4508 4509#: config/tc-d30v.c:1621 config/tc-d30v.c:1638 4510msgid "Cannot assemble instruction" 4511msgstr "" 4512 4513#: config/tc-d30v.c:1623 4514msgid "First opcode is long. Unable to mix instructions as specified." 4515msgstr "" 4516 4517#: config/tc-d30v.c:1692 4518msgid "word of NOPs added between word multiply and load" 4519msgstr "" 4520 4521#: config/tc-d30v.c:1694 4522msgid "word of NOPs added between word multiply and 16-bit multiply" 4523msgstr "" 4524 4525#: config/tc-d30v.c:1726 4526msgid "Instruction uses long version, so it cannot be mixed as specified" 4527msgstr "" 4528 4529#: config/tc-d30v.c:1853 4530#, c-format 4531msgid "value too large to fit in %d bits" 4532msgstr "" 4533 4534#: config/tc-d30v.c:1914 4535#, c-format 4536msgid "line %d: unable to place address of symbol '%s' into a byte" 4537msgstr "" 4538 4539#: config/tc-d30v.c:1917 4540#, c-format 4541msgid "line %d: unable to place value %lx into a byte" 4542msgstr "" 4543 4544#: config/tc-d30v.c:1925 4545#, c-format 4546msgid "line %d: unable to place address of symbol '%s' into a short" 4547msgstr "" 4548 4549#: config/tc-d30v.c:1928 4550#, c-format 4551msgid "line %d: unable to place value %lx into a short" 4552msgstr "" 4553 4554#: config/tc-d30v.c:1936 4555#, c-format 4556msgid "line %d: unable to place address of symbol '%s' into a quad" 4557msgstr "" 4558 4559#: config/tc-d30v.c:2044 4560#, c-format 4561msgid "Alignment too large: %d assumed" 4562msgstr "" 4563 4564#: config/tc-dlx.c:212 4565msgid "missing .proc" 4566msgstr "" 4567 4568#: config/tc-dlx.c:229 4569msgid ".endfunc missing for previous .proc" 4570msgstr "" 4571 4572#: config/tc-dlx.c:291 config/tc-i860.c:227 config/tc-mips.c:1903 4573#, c-format 4574msgid "internal error: can't hash `%s': %s\n" 4575msgstr "" 4576 4577#. Probably a memory allocation problem? Give up now. 4578#: config/tc-dlx.c:298 config/tc-hppa.c:8287 config/tc-mips.c:1906 4579#: config/tc-mips.c:1958 config/tc-or32.c:211 config/tc-sparc.c:860 4580msgid "Broken assembler. No assembly attempted." 4581msgstr "" 4582 4583#: config/tc-dlx.c:328 4584#, c-format 4585msgid "Bad operand for a load instruction: <%s>" 4586msgstr "" 4587 4588#: config/tc-dlx.c:442 4589#, c-format 4590msgid "Bad operand for a store instruction: <%s>" 4591msgstr "" 4592 4593#: config/tc-dlx.c:622 4594#, c-format 4595msgid "Expression Error for operand modifier %%hi/%%lo\n" 4596msgstr "" 4597 4598#: config/tc-dlx.c:635 config/tc-or32.c:813 4599#, c-format 4600msgid "Invalid expression after %%%%\n" 4601msgstr "" 4602 4603#: config/tc-dlx.c:704 config/tc-tic4x.c:2488 4604#, c-format 4605msgid "Unknown opcode `%s'." 4606msgstr "" 4607 4608#: config/tc-dlx.c:717 4609msgid "Can not set dlx_skip_hi16_flag" 4610msgstr "" 4611 4612#: config/tc-dlx.c:731 4613#, c-format 4614msgid "Missing arguments for opcode <%s>." 4615msgstr "" 4616 4617#: config/tc-dlx.c:765 4618#, c-format 4619msgid "Too many operands: %s" 4620msgstr "" 4621 4622#: config/tc-dlx.c:802 4623#, c-format 4624msgid "Both the_insn.HI and the_insn.LO are set : %s" 4625msgstr "" 4626 4627#: config/tc-dlx.c:872 4628msgid "failed regnum sanity check." 4629msgstr "" 4630 4631#: config/tc-dlx.c:885 4632msgid "failed general register sanity check." 4633msgstr "" 4634 4635#. Types or values of args don't match. 4636#: config/tc-dlx.c:893 4637msgid "Invalid operands" 4638msgstr "" 4639 4640#: config/tc-dlx.c:1120 config/tc-or32.c:775 4641#, c-format 4642msgid "label \"$%d\" redefined" 4643msgstr "" 4644 4645#: config/tc-dlx.c:1158 4646msgid "Invalid expression after # number\n" 4647msgstr "" 4648 4649#: config/tc-fr30.c:82 4650#, c-format 4651msgid " FR30 specific command line options:\n" 4652msgstr "" 4653 4654#: config/tc-fr30.c:135 4655#, c-format 4656msgid "Instruction %s not allowed in a delay slot." 4657msgstr "" 4658 4659#: config/tc-frv.c:404 4660#, c-format 4661msgid "Unknown cpu -mcpu=%s" 4662msgstr "" 4663 4664#: config/tc-frv.c:457 4665#, c-format 4666msgid "FRV specific command line options:\n" 4667msgstr "" 4668 4669#: config/tc-frv.c:458 4670#, c-format 4671msgid "-G n Put data <= n bytes in the small data area\n" 4672msgstr "" 4673 4674#: config/tc-frv.c:459 4675#, c-format 4676msgid "-mgpr-32 Mark generated file as only using 32 GPRs\n" 4677msgstr "" 4678 4679#: config/tc-frv.c:460 4680#, c-format 4681msgid "-mgpr-64 Mark generated file as using all 64 GPRs\n" 4682msgstr "" 4683 4684#: config/tc-frv.c:461 4685#, c-format 4686msgid "-mfpr-32 Mark generated file as only using 32 FPRs\n" 4687msgstr "" 4688 4689#: config/tc-frv.c:462 4690#, c-format 4691msgid "-mfpr-64 Mark generated file as using all 64 FPRs\n" 4692msgstr "" 4693 4694#: config/tc-frv.c:463 4695#, c-format 4696msgid "-msoft-float Mark generated file as using software FP\n" 4697msgstr "" 4698 4699#: config/tc-frv.c:464 4700#, c-format 4701msgid "-mdword Mark generated file as using a 8-byte stack alignment\n" 4702msgstr "" 4703 4704#: config/tc-frv.c:465 4705#, c-format 4706msgid "-mno-dword Mark generated file as using a 4-byte stack alignment\n" 4707msgstr "" 4708 4709#: config/tc-frv.c:466 4710#, c-format 4711msgid "-mdouble Mark generated file as using double precision FP insns\n" 4712msgstr "" 4713 4714#: config/tc-frv.c:467 4715#, c-format 4716msgid "-mmedia Mark generated file as using media insns\n" 4717msgstr "" 4718 4719#: config/tc-frv.c:468 4720#, c-format 4721msgid "-mmuladd Mark generated file as using multiply add/subtract insns\n" 4722msgstr "" 4723 4724#: config/tc-frv.c:469 4725#, c-format 4726msgid "-mpack Allow instructions to be packed\n" 4727msgstr "" 4728 4729#: config/tc-frv.c:470 4730#, c-format 4731msgid "-mno-pack Do not allow instructions to be packed\n" 4732msgstr "" 4733 4734#: config/tc-frv.c:471 4735#, c-format 4736msgid "-mpic Mark generated file as using small position independent code\n" 4737msgstr "" 4738 4739#: config/tc-frv.c:472 4740#, c-format 4741msgid "-mPIC Mark generated file as using large position independent code\n" 4742msgstr "" 4743 4744#: config/tc-frv.c:473 4745#, c-format 4746msgid "-mlibrary-pic Mark generated file as using position indepedent code for libraries\n" 4747msgstr "" 4748 4749#: config/tc-frv.c:474 4750#, c-format 4751msgid "-mfdpic Assemble for the FDPIC ABI\n" 4752msgstr "" 4753 4754#: config/tc-frv.c:475 4755#, c-format 4756msgid "-mnopic Disable -mpic, -mPIC, -mlibrary-pic and -mfdpic\n" 4757msgstr "" 4758 4759#: config/tc-frv.c:476 4760#, c-format 4761msgid "-mcpu={fr500|fr550|fr400|fr405|fr450|fr300|frv|simple|tomcat}\n" 4762msgstr "" 4763 4764#: config/tc-frv.c:477 4765#, c-format 4766msgid " Record the cpu type\n" 4767msgstr "" 4768 4769#: config/tc-frv.c:478 4770#, c-format 4771msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" 4772msgstr "" 4773 4774#: config/tc-frv.c:479 4775#, c-format 4776msgid "-mtomcat-debug Debug tomcat workarounds\n" 4777msgstr "" 4778 4779#: config/tc-frv.c:1163 4780msgid "VLIW packing used for -mno-pack" 4781msgstr "" 4782 4783#: config/tc-frv.c:1173 4784msgid "Instruction not supported by this architecture" 4785msgstr "" 4786 4787#: config/tc-frv.c:1183 4788msgid "VLIW packing constraint violation" 4789msgstr "" 4790 4791#: config/tc-frv.c:1774 4792#, c-format 4793msgid "Relocation %s is not safe for %s" 4794msgstr "" 4795 4796#: config/tc-h8300.c:396 config/tc-h8300.c:404 4797msgid "Reg not valid for H8/300" 4798msgstr "" 4799 4800#: config/tc-h8300.c:485 4801msgid "invalid operand size requested" 4802msgstr "" 4803 4804#: config/tc-h8300.c:584 4805msgid "Invalid register list for ldm/stm\n" 4806msgstr "" 4807 4808#: config/tc-h8300.c:610 config/tc-h8300.c:615 config/tc-h8300.c:622 4809msgid "mismatch between register and suffix" 4810msgstr "" 4811 4812#: config/tc-h8300.c:627 4813msgid "invalid suffix after register." 4814msgstr "" 4815 4816#: config/tc-h8300.c:649 4817msgid "address too high for vector table jmp/jsr" 4818msgstr "" 4819 4820#: config/tc-h8300.c:676 config/tc-h8300.c:788 config/tc-h8300.c:798 4821msgid "Wrong size pointer register for architecture." 4822msgstr "" 4823 4824#: config/tc-h8300.c:735 config/tc-h8300.c:743 config/tc-h8300.c:772 4825msgid "expected @(exp, reg16)" 4826msgstr "" 4827 4828#: config/tc-h8300.c:761 4829msgid "expected .L, .W or .B for register in indexed addressing mode" 4830msgstr "" 4831 4832#: config/tc-h8300.c:955 4833msgid "expected valid addressing mode for mova: \"@(disp, ea.sz),ERn\"" 4834msgstr "" 4835 4836#: config/tc-h8300.c:973 config/tc-h8300.c:982 4837msgid "expected register" 4838msgstr "" 4839 4840#: config/tc-h8300.c:998 4841msgid "expected closing paren" 4842msgstr "" 4843 4844#: config/tc-h8300.c:1057 4845#, c-format 4846msgid "can't use high part of register in operand %d" 4847msgstr "" 4848 4849#: config/tc-h8300.c:1214 4850#, c-format 4851msgid "Opcode `%s' with these operand types not available in %s mode" 4852msgstr "" 4853 4854#: config/tc-h8300.c:1223 4855msgid "mismatch between opcode size and operand size" 4856msgstr "" 4857 4858#: config/tc-h8300.c:1259 4859#, c-format 4860msgid "operand %s0x%lx out of range." 4861msgstr "" 4862 4863#: config/tc-h8300.c:1366 4864msgid "Can't work out size of operand.\n" 4865msgstr "" 4866 4867#: config/tc-h8300.c:1415 4868#, c-format 4869msgid "Opcode `%s' with these operand types not available in H8/300 mode" 4870msgstr "" 4871 4872#: config/tc-h8300.c:1420 4873#, c-format 4874msgid "Opcode `%s' with these operand types not available in H8/300H mode" 4875msgstr "" 4876 4877#: config/tc-h8300.c:1426 4878#, c-format 4879msgid "Opcode `%s' with these operand types not available in H8/300S mode" 4880msgstr "" 4881 4882#: config/tc-h8300.c:1487 config/tc-h8300.c:1507 4883msgid "Need #1 or #2 here" 4884msgstr "" 4885 4886#: config/tc-h8300.c:1502 4887msgid "#4 not valid on H8/300." 4888msgstr "" 4889 4890#: config/tc-h8300.c:1610 config/tc-h8300.c:1692 4891#, c-format 4892msgid "branch operand has odd offset (%lx)\n" 4893msgstr "" 4894 4895#: config/tc-h8300.c:1730 4896msgid "destination operand must be 16 bit register" 4897msgstr "" 4898 4899#: config/tc-h8300.c:1739 4900msgid "source operand must be 8 bit register" 4901msgstr "" 4902 4903#: config/tc-h8300.c:1747 4904msgid "destination operand must be 16bit absolute address" 4905msgstr "" 4906 4907#: config/tc-h8300.c:1754 4908msgid "destination operand must be 8 bit register" 4909msgstr "" 4910 4911#: config/tc-h8300.c:1762 4912msgid "source operand must be 16bit absolute address" 4913msgstr "" 4914 4915#. This seems more sane than saying "too many operands". We'll 4916#. get here only if the trailing trash starts with a comma. 4917#. Types or values of args don't match. 4918#: config/tc-h8300.c:1770 config/tc-mmix.c:472 config/tc-mmix.c:484 4919#: config/tc-mmix.c:2500 config/tc-mmix.c:2524 config/tc-mmix.c:2797 4920#: config/tc-or32.c:529 4921msgid "invalid operands" 4922msgstr "" 4923 4924#: config/tc-h8300.c:1801 4925msgid "operand/size mis-match" 4926msgstr "" 4927 4928#: config/tc-h8300.c:1902 config/tc-mips.c:10156 config/tc-sh.c:2925 4929#: config/tc-sh64.c:2795 config/tc-z8k.c:1226 4930msgid "unknown opcode" 4931msgstr "" 4932 4933#: config/tc-h8300.c:1935 4934msgid "invalid operand in ldm" 4935msgstr "" 4936 4937#: config/tc-h8300.c:1944 4938msgid "invalid operand in stm" 4939msgstr "" 4940 4941#: config/tc-h8300.c:2070 4942#, c-format 4943msgid "call to tc_aout_fix_to_chars \n" 4944msgstr "" 4945 4946#: config/tc-h8300.c:2079 config/tc-xc16x.c:340 4947#, c-format 4948msgid "call to md_convert_frag \n" 4949msgstr "" 4950 4951#: config/tc-h8300.c:2130 config/tc-xc16x.c:244 4952#, c-format 4953msgid "call to md_estimate_size_before_relax \n" 4954msgstr "" 4955 4956#: config/tc-h8300.c:2159 config/tc-xc16x.c:285 4957msgid "Difference of symbols in different sections is not supported" 4958msgstr "" 4959 4960#: config/tc-h8300.c:2181 config/tc-mcore.c:2199 config/tc-microblaze.c:2295 4961#: config/tc-pj.c:488 config/tc-sh.c:4377 config/tc-xc16x.c:308 4962#, c-format 4963msgid "Cannot represent relocation type %s" 4964msgstr "" 4965 4966#. Simple range checking for FIELD against HIGH and LOW bounds. 4967#. IGNORE is used to suppress the error message. 4968#. Variant of CHECK_FIELD for use in md_apply_fix and other places where 4969#. the current file and line number are not valid. 4970#: config/tc-hppa.c:1028 config/tc-hppa.c:1042 4971#, c-format 4972msgid "Field out of range [%d..%d] (%d)." 4973msgstr "" 4974 4975#. Simple alignment checking for FIELD against ALIGN (a power of two). 4976#. IGNORE is used to suppress the error message. 4977#: config/tc-hppa.c:1056 4978#, c-format 4979msgid "Field not properly aligned [%d] (%d)." 4980msgstr "" 4981 4982#: config/tc-hppa.c:1109 4983msgid "Missing .exit\n" 4984msgstr "" 4985 4986#: config/tc-hppa.c:1112 4987msgid "Missing .procend\n" 4988msgstr "" 4989 4990#: config/tc-hppa.c:1297 4991#, c-format 4992msgid "Invalid field selector. Assuming F%%." 4993msgstr "" 4994 4995#: config/tc-hppa.c:1324 4996msgid "Bad segment in expression." 4997msgstr "" 4998 4999#: config/tc-hppa.c:1349 5000#, c-format 5001msgid "Invalid Nullification: (%c)" 5002msgstr "" 5003 5004#: config/tc-hppa.c:1419 5005msgid "Cannot handle fixup" 5006msgstr "" 5007 5008#: config/tc-hppa.c:1717 5009#, c-format 5010msgid " -Q ignored\n" 5011msgstr "" 5012 5013#: config/tc-hppa.c:1721 5014#, c-format 5015msgid " -c print a warning if a comment is found\n" 5016msgstr "" 5017 5018#: config/tc-hppa.c:1787 5019#, c-format 5020msgid "no hppa_fixup entry for fixup type 0x%x" 5021msgstr "" 5022 5023#: config/tc-hppa.c:1966 5024msgid "Unknown relocation encountered in md_apply_fix." 5025msgstr "" 5026 5027#: config/tc-hppa.c:2154 config/tc-hppa.c:2179 5028#, c-format 5029msgid "Undefined register: '%s'." 5030msgstr "" 5031 5032#: config/tc-hppa.c:2213 5033#, c-format 5034msgid "Non-absolute symbol: '%s'." 5035msgstr "" 5036 5037#: config/tc-hppa.c:2228 5038#, c-format 5039msgid "Undefined absolute constant: '%s'." 5040msgstr "" 5041 5042#: config/tc-hppa.c:2259 config/tc-hppa.c:5689 5043msgid "could not update architecture and machine" 5044msgstr "" 5045 5046#: config/tc-hppa.c:2297 5047#, c-format 5048msgid "Invalid FP Compare Condition: %s" 5049msgstr "" 5050 5051#: config/tc-hppa.c:2352 5052#, c-format 5053msgid "Invalid FTEST completer: %s" 5054msgstr "" 5055 5056#: config/tc-hppa.c:2418 config/tc-hppa.c:2455 5057#, c-format 5058msgid "Invalid FP Operand Format: %3s" 5059msgstr "" 5060 5061#: config/tc-hppa.c:2590 5062msgid "Bad segment (should be absolute)." 5063msgstr "" 5064 5065#: config/tc-hppa.c:2616 5066#, c-format 5067msgid "Invalid argument location: %s\n" 5068msgstr "" 5069 5070#: config/tc-hppa.c:2645 5071#, c-format 5072msgid "Invalid argument description: %d" 5073msgstr "" 5074 5075#: config/tc-hppa.c:3473 5076msgid "Invalid Indexed Load Completer." 5077msgstr "" 5078 5079#: config/tc-hppa.c:3478 5080msgid "Invalid Indexed Load Completer Syntax." 5081msgstr "" 5082 5083#: config/tc-hppa.c:3512 5084msgid "Invalid Short Load/Store Completer." 5085msgstr "" 5086 5087#: config/tc-hppa.c:3572 config/tc-hppa.c:3577 5088msgid "Invalid Store Bytes Short Completer" 5089msgstr "" 5090 5091#: config/tc-hppa.c:3888 config/tc-hppa.c:3894 5092msgid "Invalid left/right combination completer" 5093msgstr "" 5094 5095#: config/tc-hppa.c:3943 config/tc-hppa.c:3950 5096msgid "Invalid permutation completer" 5097msgstr "" 5098 5099#: config/tc-hppa.c:4050 5100#, c-format 5101msgid "Invalid Add Condition: %s" 5102msgstr "" 5103 5104#: config/tc-hppa.c:4061 config/tc-hppa.c:4071 5105msgid "Invalid Add and Branch Condition" 5106msgstr "" 5107 5108#: config/tc-hppa.c:4092 config/tc-hppa.c:4229 5109msgid "Invalid Compare/Subtract Condition" 5110msgstr "" 5111 5112#: config/tc-hppa.c:4132 5113#, c-format 5114msgid "Invalid Bit Branch Condition: %c" 5115msgstr "" 5116 5117#: config/tc-hppa.c:4217 5118#, c-format 5119msgid "Invalid Compare/Subtract Condition: %s" 5120msgstr "" 5121 5122#: config/tc-hppa.c:4244 5123msgid "Invalid Compare and Branch Condition" 5124msgstr "" 5125 5126#: config/tc-hppa.c:4340 5127msgid "Invalid Logical Instruction Condition." 5128msgstr "" 5129 5130#: config/tc-hppa.c:4398 5131msgid "Invalid Shift/Extract/Deposit Condition." 5132msgstr "" 5133 5134#: config/tc-hppa.c:4510 5135msgid "Invalid Unit Instruction Condition." 5136msgstr "" 5137 5138#: config/tc-hppa.c:4985 config/tc-hppa.c:5017 config/tc-hppa.c:5048 5139#: config/tc-hppa.c:5078 5140msgid "Branch to unaligned address" 5141msgstr "" 5142 5143#: config/tc-hppa.c:5262 5144msgid "Invalid SFU identifier" 5145msgstr "" 5146 5147#: config/tc-hppa.c:5312 5148msgid "Invalid COPR identifier" 5149msgstr "" 5150 5151#: config/tc-hppa.c:5441 5152msgid "Invalid Floating Point Operand Format." 5153msgstr "" 5154 5155#: config/tc-hppa.c:5558 config/tc-hppa.c:5578 config/tc-hppa.c:5598 5156#: config/tc-hppa.c:5618 config/tc-hppa.c:5638 5157msgid "Invalid register for single precision fmpyadd or fmpysub" 5158msgstr "" 5159 5160#: config/tc-hppa.c:5706 5161#, c-format 5162msgid "Invalid operands %s" 5163msgstr "" 5164 5165#: config/tc-hppa.c:5716 5166#, c-format 5167msgid "Immediates %d and %d will give undefined behavior." 5168msgstr "" 5169 5170#: config/tc-hppa.c:5768 config/tc-hppa.c:6956 config/tc-hppa.c:7011 5171msgid "Missing function name for .PROC (corrupted label chain)" 5172msgstr "" 5173 5174#: config/tc-hppa.c:5771 config/tc-hppa.c:7014 5175msgid "Missing function name for .PROC" 5176msgstr "" 5177 5178#: config/tc-hppa.c:5830 5179msgid "Argument to .BLOCK/.BLOCKZ must be between 0 and 0x3fffffff" 5180msgstr "" 5181 5182#: config/tc-hppa.c:5926 5183#, c-format 5184msgid "Invalid .CALL argument: %s" 5185msgstr "" 5186 5187#: config/tc-hppa.c:6042 5188msgid ".callinfo is not within a procedure definition" 5189msgstr "" 5190 5191#: config/tc-hppa.c:6062 5192#, c-format 5193msgid "FRAME parameter must be a multiple of 8: %d\n" 5194msgstr "" 5195 5196#: config/tc-hppa.c:6081 5197msgid "Value for ENTRY_GR must be in the range 3..18\n" 5198msgstr "" 5199 5200#: config/tc-hppa.c:6093 5201msgid "Value for ENTRY_FR must be in the range 12..21\n" 5202msgstr "" 5203 5204#: config/tc-hppa.c:6103 5205msgid "Value for ENTRY_SR must be 3\n" 5206msgstr "" 5207 5208#: config/tc-hppa.c:6159 5209#, c-format 5210msgid "Invalid .CALLINFO argument: %s" 5211msgstr "" 5212 5213#: config/tc-hppa.c:6269 5214msgid "The .ENTER pseudo-op is not supported" 5215msgstr "" 5216 5217#: config/tc-hppa.c:6285 5218msgid "Misplaced .entry. Ignored." 5219msgstr "" 5220 5221#: config/tc-hppa.c:6289 5222msgid "Missing .callinfo." 5223msgstr "" 5224 5225#: config/tc-hppa.c:6353 5226msgid ".REG expression must be a register" 5227msgstr "" 5228 5229#: config/tc-hppa.c:6369 5230msgid "bad or irreducible absolute expression; zero assumed" 5231msgstr "" 5232 5233#: config/tc-hppa.c:6380 5234msgid ".REG must use a label" 5235msgstr "" 5236 5237#: config/tc-hppa.c:6382 5238msgid ".EQU must use a label" 5239msgstr "" 5240 5241#: config/tc-hppa.c:6444 5242#, c-format 5243msgid "Symbol '%s' could not be created." 5244msgstr "" 5245 5246#: config/tc-hppa.c:6448 5247msgid "No memory for symbol name." 5248msgstr "" 5249 5250#: config/tc-hppa.c:6497 5251msgid ".EXIT must appear within a procedure" 5252msgstr "" 5253 5254#: config/tc-hppa.c:6501 5255msgid "Missing .callinfo" 5256msgstr "" 5257 5258#: config/tc-hppa.c:6505 5259msgid "No .ENTRY for this .EXIT" 5260msgstr "" 5261 5262#: config/tc-hppa.c:6545 5263#, c-format 5264msgid "Using ENTRY rather than CODE in export directive for %s" 5265msgstr "" 5266 5267#: config/tc-hppa.c:6662 5268#, c-format 5269msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" 5270msgstr "" 5271 5272#: config/tc-hppa.c:6686 5273#, c-format 5274msgid "Cannot define export symbol: %s\n" 5275msgstr "" 5276 5277#: config/tc-hppa.c:6783 5278msgid "Missing label name on .LABEL" 5279msgstr "" 5280 5281#: config/tc-hppa.c:6788 5282msgid "extra .LABEL arguments ignored." 5283msgstr "" 5284 5285#: config/tc-hppa.c:6804 5286msgid "The .LEAVE pseudo-op is not supported" 5287msgstr "" 5288 5289#: config/tc-hppa.c:6842 5290msgid "Unrecognized .LEVEL argument\n" 5291msgstr "" 5292 5293#: config/tc-hppa.c:6876 5294#, c-format 5295msgid "Cannot define static symbol: %s\n" 5296msgstr "" 5297 5298#: config/tc-hppa.c:6910 5299msgid "Nested procedures" 5300msgstr "" 5301 5302#: config/tc-hppa.c:6920 5303msgid "Cannot allocate unwind descriptor\n" 5304msgstr "" 5305 5306#: config/tc-hppa.c:7018 5307msgid "misplaced .procend" 5308msgstr "" 5309 5310#: config/tc-hppa.c:7021 5311msgid "Missing .callinfo for this procedure" 5312msgstr "" 5313 5314#: config/tc-hppa.c:7024 5315msgid "Missing .EXIT for a .ENTRY" 5316msgstr "" 5317 5318#: config/tc-hppa.c:7061 5319msgid "Not in a space.\n" 5320msgstr "" 5321 5322#: config/tc-hppa.c:7064 5323msgid "Not in a subspace.\n" 5324msgstr "" 5325 5326#: config/tc-hppa.c:7153 5327msgid "Invalid .SPACE argument" 5328msgstr "" 5329 5330#: config/tc-hppa.c:7199 5331msgid "Can't change spaces within a procedure definition. Ignored" 5332msgstr "" 5333 5334#: config/tc-hppa.c:7327 5335#, c-format 5336msgid "Undefined space: '%s' Assuming space number = 0." 5337msgstr "" 5338 5339#: config/tc-hppa.c:7350 5340msgid "Must be in a space before changing or declaring subspaces.\n" 5341msgstr "" 5342 5343#: config/tc-hppa.c:7354 5344msgid "Can't change subspaces within a procedure definition. Ignored" 5345msgstr "" 5346 5347#: config/tc-hppa.c:7390 5348msgid "Parameters of an existing subspace can't be modified" 5349msgstr "" 5350 5351#: config/tc-hppa.c:7442 5352msgid "Alignment must be a power of 2" 5353msgstr "" 5354 5355#: config/tc-hppa.c:7489 5356msgid "FIRST not supported as a .SUBSPACE argument" 5357msgstr "" 5358 5359#: config/tc-hppa.c:7491 5360msgid "Invalid .SUBSPACE argument" 5361msgstr "" 5362 5363#: config/tc-hppa.c:7680 5364#, c-format 5365msgid "Internal error: Unable to find containing space for %s." 5366msgstr "" 5367 5368#: config/tc-hppa.c:7718 5369#, c-format 5370msgid "Out of memory: could not allocate new space chain entry: %s\n" 5371msgstr "" 5372 5373#: config/tc-hppa.c:7806 5374#, c-format 5375msgid "Out of memory: could not allocate new subspace chain entry: %s\n" 5376msgstr "" 5377 5378#: config/tc-hppa.c:8251 5379msgid "-R option not supported on this target." 5380msgstr "" 5381 5382#: config/tc-hppa.c:8268 config/tc-sparc.c:815 config/tc-sparc.c:852 5383#, c-format 5384msgid "Internal error: can't hash `%s': %s\n" 5385msgstr "" 5386 5387#: config/tc-hppa.c:8277 config/tc-i860.c:236 5388#, c-format 5389msgid "internal error: losing opcode: `%s' \"%s\"\n" 5390msgstr "" 5391 5392#: config/tc-i370.c:419 config/tc-ppc.c:1141 config/tc-s390.c:404 5393#: config/tc-s390.c:411 5394#, c-format 5395msgid "invalid switch -m%s" 5396msgstr "" 5397 5398#: config/tc-i370.c:516 config/tc-s390.c:510 5399#, c-format 5400msgid "Internal assembler error for instruction %s" 5401msgstr "" 5402 5403#: config/tc-i370.c:535 5404#, c-format 5405msgid "Internal assembler error for macro %s" 5406msgstr "" 5407 5408#: config/tc-i370.c:630 config/tc-ppc.c:1839 5409msgid "identifier+constant@got means identifier@got+constant" 5410msgstr "" 5411 5412#: config/tc-i370.c:684 config/tc-m68k.c:8030 config/tc-ppc.c:1928 5413#, c-format 5414msgid "%s relocations do not fit in %d bytes\n" 5415msgstr "" 5416 5417#: config/tc-i370.c:925 config/tc-i370.c:969 5418msgid "unsupported DC type" 5419msgstr "" 5420 5421#: config/tc-i370.c:939 config/tc-i370.c:951 config/tc-i370.c:1532 5422#: config/tc-i370.c:1542 5423msgid "missing end-quote" 5424msgstr "" 5425 5426#: config/tc-i370.c:999 5427msgid "unsupported alignment" 5428msgstr "" 5429 5430#: config/tc-i370.c:1006 5431msgid "this DS form not yet supported" 5432msgstr "" 5433 5434#: config/tc-i370.c:1049 config/tc-m32r.c:1493 config/tc-microblaze.c:179 5435#: config/tc-ppc.c:1992 config/tc-ppc.c:4596 5436msgid "Expected comma after symbol-name: rest of line ignored." 5437msgstr "" 5438 5439#: config/tc-i370.c:1072 config/tc-m32r.c:1517 config/tc-microblaze.c:201 5440#: config/tc-ppc.c:2014 config/tc-ppc.c:3215 config/tc-ppc.c:4620 5441msgid "ignoring bad alignment" 5442msgstr "" 5443 5444#: config/tc-i370.c:1083 config/tc-m32r.c:1544 config/tc-microblaze.c:212 5445#: config/tc-ppc.c:2025 config/tc-ppc.c:4632 5446#, c-format 5447msgid "Ignoring attempt to re-define symbol `%s'." 5448msgstr "" 5449 5450#: config/tc-i370.c:1091 config/tc-microblaze.c:220 config/tc-ppc.c:2033 5451#, c-format 5452msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld." 5453msgstr "" 5454 5455#: config/tc-i370.c:1110 config/tc-m32r.c:1529 config/tc-microblaze.c:238 5456#: config/tc-ppc.c:2051 config/tc-v850.c:322 5457msgid "Common alignment not a power of 2" 5458msgstr "" 5459 5460#: config/tc-i370.c:1248 5461msgid "Missing or bad .using directive" 5462msgstr "" 5463 5464#: config/tc-i370.c:1293 5465msgid "Literal Pool Overflow" 5466msgstr "" 5467 5468#: config/tc-i370.c:1589 5469msgid "expression not a constant" 5470msgstr "" 5471 5472#: config/tc-i370.c:1596 5473msgid "Unknown/unsupported address literal type" 5474msgstr "" 5475 5476#: config/tc-i370.c:1619 5477#, c-format 5478msgid ".ltorg without prior .using in section %s" 5479msgstr "" 5480 5481#: config/tc-i370.c:1623 5482#, c-format 5483msgid ".ltorg in section %s paired to .using in section %s" 5484msgstr "" 5485 5486#: config/tc-i370.c:1646 5487#, c-format 5488msgid "bad alignment of %d bytes in literal pool" 5489msgstr "" 5490 5491#: config/tc-i370.c:1670 5492msgid "bad literal size\n" 5493msgstr "" 5494 5495#: config/tc-i370.c:1744 5496msgid ".using: base address expression illegal or too complex" 5497msgstr "" 5498 5499#: config/tc-i370.c:1779 config/tc-i370.c:1788 5500#, c-format 5501msgid "droping register %d in section %s does not match using register %d" 5502msgstr "" 5503 5504#: config/tc-i370.c:1792 5505#, c-format 5506msgid "droping register %d in section %s previously used in section %s" 5507msgstr "" 5508 5509#: config/tc-i370.c:1848 config/tc-ppc.c:3030 5510msgid "wrong number of operands" 5511msgstr "" 5512 5513#: config/tc-i370.c:1930 config/tc-mn10200.c:898 config/tc-mn10300.c:1249 5514#: config/tc-ppc.c:2349 config/tc-s390.c:1544 config/tc-v850.c:1604 5515#, c-format 5516msgid "Unrecognized opcode: `%s'" 5517msgstr "" 5518 5519#: config/tc-i370.c:2075 5520msgid "not using any base register" 5521msgstr "" 5522 5523#: config/tc-i370.c:2105 5524#, c-format 5525msgid "expecting a register for operand %d" 5526msgstr "" 5527 5528#. Not used --- don't have any 8 byte instructions. 5529#: config/tc-i370.c:2226 5530msgid "Internal Error: bad instruction length" 5531msgstr "" 5532 5533#: config/tc-i386.c:1776 5534#, c-format 5535msgid "%s shortened to %s" 5536msgstr "" 5537 5538#: config/tc-i386.c:1846 5539msgid "same type of prefix used twice" 5540msgstr "" 5541 5542#: config/tc-i386.c:1867 5543msgid "64bit mode not supported on this CPU." 5544msgstr "" 5545 5546#: config/tc-i386.c:1871 5547msgid "32bit mode not supported on this CPU." 5548msgstr "" 5549 5550#: config/tc-i386.c:1904 5551msgid "bad argument to syntax directive." 5552msgstr "" 5553 5554#: config/tc-i386.c:1953 5555msgid "bad argument to sse_check directive." 5556msgstr "" 5557 5558#: config/tc-i386.c:1957 5559msgid "missing argument for sse_check directive" 5560msgstr "" 5561 5562#: config/tc-i386.c:1987 5563#, c-format 5564msgid "`%s' is not supported on `%s'" 5565msgstr "" 5566 5567#: config/tc-i386.c:2060 5568#, c-format 5569msgid "no such architecture: `%s'" 5570msgstr "" 5571 5572#: config/tc-i386.c:2065 5573msgid "missing cpu architecture" 5574msgstr "" 5575 5576#: config/tc-i386.c:2079 5577#, c-format 5578msgid "no such architecture modifier: `%s'" 5579msgstr "" 5580 5581#: config/tc-i386.c:2094 config/tc-i386.c:2109 5582msgid "Intel L1OM is 64bit ELF only" 5583msgstr "" 5584 5585#: config/tc-i386.c:2118 config/tc-i386.c:8084 config/tc-maxq.c:223 5586msgid "Unknown architecture" 5587msgstr "" 5588 5589#: config/tc-i386.c:2464 5590#, c-format 5591msgid "unknown relocation (%u)" 5592msgstr "" 5593 5594#: config/tc-i386.c:2466 5595#, c-format 5596msgid "%u-byte relocation cannot be applied to %u-byte field" 5597msgstr "" 5598 5599#: config/tc-i386.c:2470 5600msgid "non-pc-relative relocation for pc-relative field" 5601msgstr "" 5602 5603#: config/tc-i386.c:2475 5604msgid "relocated field and relocation type differ in signedness" 5605msgstr "" 5606 5607#: config/tc-i386.c:2484 5608msgid "there are no unsigned pc-relative relocations" 5609msgstr "" 5610 5611#: config/tc-i386.c:2492 5612#, c-format 5613msgid "cannot do %u byte pc-relative relocation" 5614msgstr "" 5615 5616#: config/tc-i386.c:2509 5617#, c-format 5618msgid "cannot do %s %u byte relocation" 5619msgstr "" 5620 5621#: config/tc-i386.c:2769 5622#, c-format 5623msgid "can't use register '%s%s' as operand %d in '%s'." 5624msgstr "" 5625 5626#: config/tc-i386.c:2880 5627#, c-format 5628msgid "SSE instruction `%s' is used" 5629msgstr "" 5630 5631#: config/tc-i386.c:2894 config/tc-i386.c:4219 5632#, c-format 5633msgid "ambiguous operand size for `%s'" 5634msgstr "" 5635 5636#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. 5637#: config/tc-i386.c:2950 5638#, c-format 5639msgid "translating to `%sp'" 5640msgstr "" 5641 5642#: config/tc-i386.c:3001 5643#, c-format 5644msgid "can't encode register '%s%s' in an instruction requiring REX prefix." 5645msgstr "" 5646 5647#: config/tc-i386.c:3044 config/tc-i386.c:3168 config/tc-maxq.c:800 5648#: config/tc-maxq.c:830 5649#, c-format 5650msgid "no such instruction: `%s'" 5651msgstr "" 5652 5653#: config/tc-i386.c:3055 config/tc-i386.c:3201 config/tc-maxq.c:808 5654#, c-format 5655msgid "invalid character %s in mnemonic" 5656msgstr "" 5657 5658#: config/tc-i386.c:3062 5659msgid "expecting prefix; got nothing" 5660msgstr "" 5661 5662#: config/tc-i386.c:3064 5663msgid "expecting mnemonic; got nothing" 5664msgstr "" 5665 5666#: config/tc-i386.c:3079 config/tc-i386.c:3219 5667#, c-format 5668msgid "`%s' is only supported in 64-bit mode" 5669msgstr "" 5670 5671#: config/tc-i386.c:3080 config/tc-i386.c:3218 5672#, c-format 5673msgid "`%s' is not supported in 64-bit mode" 5674msgstr "" 5675 5676#: config/tc-i386.c:3092 5677#, c-format 5678msgid "redundant %s prefix" 5679msgstr "" 5680 5681#: config/tc-i386.c:3225 5682#, c-format 5683msgid "`%s' is not supported on `%s%s'" 5684msgstr "" 5685 5686#: config/tc-i386.c:3236 5687msgid "use .code16 to ensure correct addressing mode" 5688msgstr "" 5689 5690#: config/tc-i386.c:3249 5691#, c-format 5692msgid "expecting string instruction after `%s'" 5693msgstr "" 5694 5695#: config/tc-i386.c:3281 5696#, c-format 5697msgid "invalid character %s before operand %d" 5698msgstr "" 5699 5700#: config/tc-i386.c:3295 5701#, c-format 5702msgid "unbalanced parenthesis in operand %d." 5703msgstr "" 5704 5705#: config/tc-i386.c:3298 config/tc-maxq.c:1850 5706#, c-format 5707msgid "unbalanced brackets in operand %d." 5708msgstr "" 5709 5710#: config/tc-i386.c:3307 5711#, c-format 5712msgid "invalid character %s in operand %d" 5713msgstr "" 5714 5715#: config/tc-i386.c:3335 config/tc-maxq.c:1876 5716#, c-format 5717msgid "spurious operands; (%d operands/instruction max)" 5718msgstr "" 5719 5720#: config/tc-i386.c:3358 config/tc-maxq.c:1896 5721msgid "expecting operand after ','; got nothing" 5722msgstr "" 5723 5724#: config/tc-i386.c:3363 5725msgid "expecting operand before ','; got nothing" 5726msgstr "" 5727 5728#: config/tc-i386.c:3959 5729#, c-format 5730msgid "ambiguous operand size or operands invalid for `%s'" 5731msgstr "" 5732 5733#: config/tc-i386.c:3962 5734#, c-format 5735msgid "suffix or operands invalid for `%s'" 5736msgstr "" 5737 5738#: config/tc-i386.c:3973 5739#, c-format 5740msgid "indirect %s without `*'" 5741msgstr "" 5742 5743#. Warn them that a data or address size prefix doesn't 5744#. affect assembly of the next line of code. 5745#: config/tc-i386.c:3981 5746#, c-format 5747msgid "stand-alone `%s' prefix" 5748msgstr "" 5749 5750#: config/tc-i386.c:4015 config/tc-i386.c:4031 5751#, c-format 5752msgid "`%s' operand %d must use `%ses' segment" 5753msgstr "" 5754 5755#. We have to know the operand size for crc32. 5756#: config/tc-i386.c:4085 5757#, c-format 5758msgid "ambiguous memory operand size for `%s`" 5759msgstr "" 5760 5761#: config/tc-i386.c:4192 5762msgid "no instruction mnemonic suffix given and no register operands; can't size instruction" 5763msgstr "" 5764 5765#: config/tc-i386.c:4333 config/tc-i386.c:4408 config/tc-i386.c:4437 5766#: config/tc-i386.c:4483 config/tc-i386.c:4521 5767#, c-format 5768msgid "Incorrect register `%s%s' used with `%c' suffix" 5769msgstr "" 5770 5771#: config/tc-i386.c:4341 config/tc-i386.c:4415 config/tc-i386.c:4528 5772#, c-format 5773msgid "using `%s%s' instead of `%s%s' due to `%c' suffix" 5774msgstr "" 5775 5776#: config/tc-i386.c:4367 config/tc-i386.c:4391 config/tc-i386.c:4459 5777#: config/tc-i386.c:4504 5778#, c-format 5779msgid "`%s%s' not allowed with `%s%c'" 5780msgstr "" 5781 5782#: config/tc-i386.c:4593 5783msgid "no instruction mnemonic suffix given; can't determine immediate size" 5784msgstr "" 5785 5786#: config/tc-i386.c:4628 5787#, c-format 5788msgid "the last operand of `%s' must be `%s%s'" 5789msgstr "" 5790 5791#: config/tc-i386.c:4631 5792#, c-format 5793msgid "the first operand of `%s' must be `%s%s'" 5794msgstr "" 5795 5796#: config/tc-i386.c:4780 5797#, c-format 5798msgid "you can't `pop %scs'" 5799msgstr "" 5800 5801#. Reversed arguments on faddp, fsubp, etc. 5802#: config/tc-i386.c:4809 5803#, c-format 5804msgid "translating to `%s %s%s,%s%s'" 5805msgstr "" 5806 5807#. Extraneous `l' suffix on fp insn. 5808#: config/tc-i386.c:4816 5809#, c-format 5810msgid "translating to `%s %s%s'" 5811msgstr "" 5812 5813#: config/tc-i386.c:4844 5814#, c-format 5815msgid "segment override on `%s' is ineffectual" 5816msgstr "" 5817 5818#: config/tc-i386.c:5389 config/tc-i386.c:5483 config/tc-i386.c:5528 5819msgid "skipping prefixes on this instruction" 5820msgstr "" 5821 5822#: config/tc-i386.c:5548 5823msgid "16-bit jump out of range" 5824msgstr "" 5825 5826#: config/tc-i386.c:5557 5827#, c-format 5828msgid "can't handle non absolute segment in `%s'" 5829msgstr "" 5830 5831#: config/tc-i386.c:6139 5832#, c-format 5833msgid "@%s reloc is not supported with %d-bit output format" 5834msgstr "" 5835 5836#: config/tc-i386.c:6185 5837#, c-format 5838msgid "missing or invalid expression `%s'" 5839msgstr "" 5840 5841#: config/tc-i386.c:6243 5842#, c-format 5843msgid "at most %d immediate operands are allowed" 5844msgstr "" 5845 5846#: config/tc-i386.c:6265 config/tc-i386.c:6510 config/tc-maxq.c:1462 5847#, c-format 5848msgid "junk `%s' after expression" 5849msgstr "" 5850 5851#: config/tc-i386.c:6285 5852#, c-format 5853msgid "missing or invalid immediate expression `%s'" 5854msgstr "" 5855 5856#: config/tc-i386.c:6308 config/tc-i386.c:6580 config/tc-maxq.c:1492 5857#, c-format 5858msgid "unimplemented segment %s in operand" 5859msgstr "" 5860 5861#: config/tc-i386.c:6314 5862#, c-format 5863msgid "illegal immediate register operand %s" 5864msgstr "" 5865 5866#: config/tc-i386.c:6362 5867#, c-format 5868msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" 5869msgstr "" 5870 5871#: config/tc-i386.c:6371 5872#, c-format 5873msgid "scale factor of %d without an index register" 5874msgstr "" 5875 5876#: config/tc-i386.c:6393 5877#, c-format 5878msgid "at most %d displacement operands are allowed" 5879msgstr "" 5880 5881#: config/tc-i386.c:6565 5882#, c-format 5883msgid "missing or invalid displacement expression `%s'" 5884msgstr "" 5885 5886#: config/tc-i386.c:6667 5887#, c-format 5888msgid "`%s' is not valid here (expected `%c%s%s%c')" 5889msgstr "" 5890 5891#: config/tc-i386.c:6747 5892#, c-format 5893msgid "`%s' is not a valid %s expression" 5894msgstr "" 5895 5896#: config/tc-i386.c:6752 5897#, c-format 5898msgid "`%s' is not a valid %s-bit %s expression" 5899msgstr "" 5900 5901#: config/tc-i386.c:6833 5902#, c-format 5903msgid "bad memory operand `%s'" 5904msgstr "" 5905 5906#: config/tc-i386.c:6848 5907#, c-format 5908msgid "junk `%s' after register" 5909msgstr "" 5910 5911#: config/tc-i386.c:6861 config/tc-i386.c:6977 config/tc-i386.c:7018 5912#, c-format 5913msgid "bad register name `%s'" 5914msgstr "" 5915 5916#: config/tc-i386.c:6869 5917msgid "immediate operand illegal with absolute jump" 5918msgstr "" 5919 5920#: config/tc-i386.c:6891 5921#, c-format 5922msgid "too many memory references for `%s'" 5923msgstr "" 5924 5925#: config/tc-i386.c:6969 5926#, c-format 5927msgid "expecting `,' or `)' after index register in `%s'" 5928msgstr "" 5929 5930#: config/tc-i386.c:6994 5931#, c-format 5932msgid "expecting `)' after scale factor in `%s'" 5933msgstr "" 5934 5935#: config/tc-i386.c:7002 5936#, c-format 5937msgid "expecting index register or scale factor after `,'; got '%c'" 5938msgstr "" 5939 5940#: config/tc-i386.c:7010 5941#, c-format 5942msgid "expecting `,' or `)' after base register in `%s'" 5943msgstr "" 5944 5945#. It's not a memory operand; argh! 5946#: config/tc-i386.c:7054 5947#, c-format 5948msgid "invalid char %s beginning operand %d `%s'" 5949msgstr "" 5950 5951#: config/tc-i386.c:7236 5952msgid "long jump required" 5953msgstr "" 5954 5955#: config/tc-i386.c:7291 5956msgid "jump target out of range" 5957msgstr "" 5958 5959#: config/tc-i386.c:7803 5960msgid "No compiled in support for x86_64" 5961msgstr "" 5962 5963#: config/tc-i386.c:7835 config/tc-i386.c:7887 5964#, c-format 5965msgid "Invalid -march= option: `%s'" 5966msgstr "" 5967 5968#: config/tc-i386.c:7896 config/tc-i386.c:7908 5969#, c-format 5970msgid "Invalid -mtune= option: `%s'" 5971msgstr "" 5972 5973#: config/tc-i386.c:7917 5974#, c-format 5975msgid "Invalid -mmnemonic= option: `%s'" 5976msgstr "" 5977 5978#: config/tc-i386.c:7926 5979#, c-format 5980msgid "Invalid -msyntax= option: `%s'" 5981msgstr "" 5982 5983#: config/tc-i386.c:7953 5984#, c-format 5985msgid "Invalid -msse-check= option: `%s'" 5986msgstr "" 5987 5988#: config/tc-i386.c:7967 5989#, c-format 5990msgid "" 5991" -Q ignored\n" 5992" -V print assembler version number\n" 5993" -k ignored\n" 5994msgstr "" 5995 5996#: config/tc-i386.c:7972 5997#, c-format 5998msgid "" 5999" -n Do not optimize code alignment\n" 6000" -q quieten some warnings\n" 6001msgstr "" 6002 6003#: config/tc-i386.c:7976 6004#, c-format 6005msgid " -s ignored\n" 6006msgstr "" 6007 6008#: config/tc-i386.c:7981 6009#, c-format 6010msgid " --32/--64 generate 32bit/64bit code\n" 6011msgstr "" 6012 6013#: config/tc-i386.c:7985 6014#, c-format 6015msgid " --divide do not treat `/' as a comment character\n" 6016msgstr "" 6017 6018#: config/tc-i386.c:7988 6019#, c-format 6020msgid " --divide ignored\n" 6021msgstr "" 6022 6023#: config/tc-i386.c:7991 6024#, c-format 6025msgid "" 6026" -march=CPU[,+EXTENSION...]\n" 6027" generate code for CPU and EXTENSION, CPU is one of:\n" 6028" i8086, i186, i286, i386, i486, pentium, pentiumpro,\n" 6029" pentiumii, pentiumiii, pentium4, prescott, nocona,\n" 6030" core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n" 6031" amdfam10, generic32, generic64\n" 6032" EXTENSION is combination of:\n" 6033" 8087, 287, 387, no87, mmx, nommx, sse, sse2, sse3,\n" 6034" ssse3, sse4.1, sse4.2, sse4, nosse, avx, noavx,\n" 6035" vmx, smx, xsave, movbe, ept, aes, pclmul, fma,\n" 6036" clflush, syscall, rdtscp, 3dnow, 3dnowa, sse4a,\n" 6037" svme, abm, padlock, fma4\n" 6038msgstr "" 6039 6040#: config/tc-i386.c:8004 6041#, c-format 6042msgid "" 6043" -mtune=CPU optimize for CPU, CPU is one of:\n" 6044" i8086, i186, i286, i386, i486, pentium, pentiumpro,\n" 6045" pentiumii, pentiumiii, pentium4, prescott, nocona,\n" 6046" core, core2, corei7, l1om, k6, k6_2, athlon, k8,\n" 6047" amdfam10, generic32, generic64\n" 6048msgstr "" 6049 6050#: config/tc-i386.c:8010 6051#, c-format 6052msgid " -msse2avx encode SSE instructions with VEX prefix\n" 6053msgstr "" 6054 6055#: config/tc-i386.c:8012 6056#, c-format 6057msgid "" 6058" -msse-check=[none|error|warning]\n" 6059" check SSE instructions\n" 6060msgstr "" 6061 6062#: config/tc-i386.c:8015 6063#, c-format 6064msgid " -mmnemonic=[att|intel] use AT&T/Intel mnemonic\n" 6065msgstr "" 6066 6067#: config/tc-i386.c:8017 6068#, c-format 6069msgid " -msyntax=[att|intel] use AT&T/Intel syntax\n" 6070msgstr "" 6071 6072#: config/tc-i386.c:8019 6073#, c-format 6074msgid " -mindex-reg support pseudo index registers\n" 6075msgstr "" 6076 6077#: config/tc-i386.c:8021 6078#, c-format 6079msgid " -mnaked-reg don't require `%%' prefix for registers\n" 6080msgstr "" 6081 6082#: config/tc-i386.c:8023 6083#, c-format 6084msgid " -mold-gcc support old (<= 2.8.1) versions of gcc\n" 6085msgstr "" 6086 6087#: config/tc-i386.c:8113 6088msgid "Intel L1OM is 64bit only" 6089msgstr "" 6090 6091#: config/tc-i386.c:8336 6092#, c-format 6093msgid "can not do %d byte pc-relative relocation" 6094msgstr "" 6095 6096#: config/tc-i386.c:8354 config/tc-maxq.c:247 6097#, c-format 6098msgid "can not do %d byte relocation" 6099msgstr "" 6100 6101#: config/tc-i386.c:8437 config/tc-maxq.c:274 config/tc-s390.c:2234 6102#, c-format 6103msgid "cannot represent relocation type %s" 6104msgstr "" 6105 6106#: config/tc-i386.c:8544 6107msgid "Bad .section directive: want a,l,w,x,M,S,G,T in string" 6108msgstr "" 6109 6110#: config/tc-i386.c:8547 6111msgid "Bad .section directive: want a,w,x,M,S,G,T in string" 6112msgstr "" 6113 6114#: config/tc-i386.c:8566 6115msgid ".largecomm supported only in 64bit mode, producing .comm" 6116msgstr "" 6117 6118#: config/tc-i860.c:122 6119msgid "Directive .dual available only with -mintel-syntax option" 6120msgstr "" 6121 6122#: config/tc-i860.c:132 6123msgid "Directive .enddual available only with -mintel-syntax option" 6124msgstr "" 6125 6126#: config/tc-i860.c:145 6127msgid "Directive .atmp available only with -mintel-syntax option" 6128msgstr "" 6129 6130#: config/tc-i860.c:167 config/tc-i860.c:171 6131msgid "Unknown temporary pseudo register" 6132msgstr "" 6133 6134#: config/tc-i860.c:247 6135msgid "Defective assembler. No assembly attempted." 6136msgstr "" 6137 6138#: config/tc-i860.c:393 config/tc-i860.c:938 config/tc-m68k.c:3871 6139#: config/tc-m68k.c:3903 config/tc-sparc.c:2697 6140msgid "failed sanity check." 6141msgstr "" 6142 6143#: config/tc-i860.c:400 6144#, c-format 6145msgid "Expanded opcode after delayed branch: `%s'" 6146msgstr "" 6147 6148#: config/tc-i860.c:404 6149#, c-format 6150msgid "Expanded opcode in dual mode: `%s'" 6151msgstr "" 6152 6153#: config/tc-i860.c:408 6154#, c-format 6155msgid "An instruction was expanded (%s)" 6156msgstr "" 6157 6158#: config/tc-i860.c:674 6159msgid "Pipelined instruction: fsrc1 = fdest" 6160msgstr "" 6161 6162#: config/tc-i860.c:877 config/tc-i860.c:884 config/tc-i860.c:891 6163msgid "Assembler does not yet support PIC" 6164msgstr "" 6165 6166#: config/tc-i860.c:955 6167#, c-format 6168msgid "Illegal operands for %s" 6169msgstr "" 6170 6171#: config/tc-i860.c:972 6172#, c-format 6173msgid "'d.%s' must be 8-byte aligned" 6174msgstr "" 6175 6176#: config/tc-i860.c:980 6177#, c-format 6178msgid "Prefix 'd.' invalid for instruction `%s'" 6179msgstr "" 6180 6181#: config/tc-i860.c:1133 6182#, c-format 6183msgid "" 6184" -EL\t\t\t generate code for little endian mode (default)\n" 6185" -EB\t\t\t generate code for big endian mode\n" 6186" -mwarn-expand\t\t warn if pseudo operations are expanded\n" 6187" -mxp\t\t\t enable i860XP support (disabled by default)\n" 6188" -mintel-syntax\t enable Intel syntax (default to AT&T/SVR4)\n" 6189msgstr "" 6190 6191#. SVR4 compatibility flags. 6192#: config/tc-i860.c:1141 6193#, c-format 6194msgid "" 6195" -V\t\t\t print assembler version number\n" 6196" -Qy, -Qn\t\t ignored\n" 6197msgstr "" 6198 6199#: config/tc-i860.c:1204 6200msgid "This immediate requires 0 MOD 2 alignment" 6201msgstr "" 6202 6203#: config/tc-i860.c:1207 6204msgid "This immediate requires 0 MOD 4 alignment" 6205msgstr "" 6206 6207#: config/tc-i860.c:1210 6208msgid "This immediate requires 0 MOD 8 alignment" 6209msgstr "" 6210 6211#: config/tc-i860.c:1213 6212msgid "This immediate requires 0 MOD 16 alignment" 6213msgstr "" 6214 6215#: config/tc-i860.c:1308 6216msgid "5-bit immediate too large" 6217msgstr "" 6218 6219#: config/tc-i860.c:1311 6220msgid "5-bit field must be absolute" 6221msgstr "" 6222 6223#: config/tc-i860.c:1356 config/tc-i860.c:1379 6224msgid "A branch offset requires 0 MOD 4 alignment" 6225msgstr "" 6226 6227#: config/tc-i860.c:1400 6228#, c-format 6229msgid "Unrecognized fix-up (0x%08lx)" 6230msgstr "" 6231 6232#: config/tc-i960.c:486 6233#, c-format 6234msgid "Hashing returned \"%s\"." 6235msgstr "" 6236 6237#: config/tc-i960.c:582 config/tc-i960.c:1112 6238msgid "expression syntax error" 6239msgstr "" 6240 6241#: config/tc-i960.c:618 6242msgid "attempt to branch into different segment" 6243msgstr "" 6244 6245#: config/tc-i960.c:622 6246#, c-format 6247msgid "target of %s instruction must be a label" 6248msgstr "" 6249 6250#: config/tc-i960.c:732 6251msgid "unaligned register" 6252msgstr "" 6253 6254#: config/tc-i960.c:754 6255msgid "no such sfr in this architecture" 6256msgstr "" 6257 6258#: config/tc-i960.c:792 6259msgid "illegal literal" 6260msgstr "" 6261 6262#: config/tc-i960.c:942 6263msgid "invalid index register" 6264msgstr "" 6265 6266#: config/tc-i960.c:965 6267msgid "invalid scale factor" 6268msgstr "" 6269 6270#: config/tc-i960.c:1189 6271msgid "architecture of opcode conflicts with that of earlier instruction(s)" 6272msgstr "" 6273 6274#: config/tc-i960.c:1423 config/tc-xtensa.c:11528 6275msgid "too many operands" 6276msgstr "" 6277 6278#. We never moved: there was no opcode either! 6279#: config/tc-i960.c:1471 6280msgid "missing opcode" 6281msgstr "" 6282 6283#: config/tc-i960.c:1611 6284msgid "branch prediction invalid on this opcode" 6285msgstr "" 6286 6287#: config/tc-i960.c:1649 6288#, c-format 6289msgid "invalid opcode, \"%s\"." 6290msgstr "" 6291 6292#: config/tc-i960.c:1651 6293#, c-format 6294msgid "improper number of operands. expecting %d, got %d" 6295msgstr "" 6296 6297#: config/tc-i960.c:1751 6298#, c-format 6299msgid "Fixup of %ld too large for field width of %d" 6300msgstr "" 6301 6302#: config/tc-i960.c:1861 6303#, c-format 6304msgid "invalid architecture %s" 6305msgstr "" 6306 6307#: config/tc-i960.c:1881 6308#, c-format 6309msgid "I960 options:\n" 6310msgstr "" 6311 6312#: config/tc-i960.c:1884 6313#, c-format 6314msgid "" 6315"\n" 6316"\t\t\tspecify variant of 960 architecture\n" 6317"-b\t\t\tadd code to collect statistics about branches taken\n" 6318"-link-relax\t\tpreserve individual alignment directives so linker\n" 6319"\t\t\tcan do relaxing (b.out format only)\n" 6320"-no-relax\t\tdon't alter compare-and-branch instructions for\n" 6321"\t\t\tlong displacements\n" 6322msgstr "" 6323 6324#: config/tc-i960.c:2148 6325msgid "should have 1 or 2 operands" 6326msgstr "" 6327 6328#: config/tc-i960.c:2156 config/tc-i960.c:2171 6329#, c-format 6330msgid "Redefining leafproc %s" 6331msgstr "" 6332 6333#: config/tc-i960.c:2201 6334msgid "should have two operands" 6335msgstr "" 6336 6337#: config/tc-i960.c:2211 6338msgid "'entry_num' must be absolute number in [0,31]" 6339msgstr "" 6340 6341#: config/tc-i960.c:2219 6342#, c-format 6343msgid "Redefining entrynum for sysproc %s" 6344msgstr "" 6345 6346#. Should not happen: see block comment above. 6347#: config/tc-i960.c:2319 6348#, c-format 6349msgid "Trying to 'bal' to %s" 6350msgstr "" 6351 6352#: config/tc-i960.c:2329 6353msgid "Looks like a proc, but can't tell what kind.\n" 6354msgstr "" 6355 6356#: config/tc-i960.c:2348 6357msgid "big endian mode is not supported" 6358msgstr "" 6359 6360#: config/tc-i960.c:2350 6361#, c-format 6362msgid "ignoring unrecognized .endian type `%s'" 6363msgstr "" 6364 6365#: config/tc-i960.c:2395 6366msgid "can't use COBR format with external label" 6367msgstr "" 6368 6369#: config/tc-i960.c:2570 6370msgid "option --link-relax is only supported in b.out format" 6371msgstr "" 6372 6373#: config/tc-i960.c:2597 6374#, c-format 6375msgid "No 'bal' entry point for leafproc %s" 6376msgstr "" 6377 6378#: config/tc-ia64.c:853 6379msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string" 6380msgstr "" 6381 6382#: config/tc-ia64.c:905 6383msgid "Size of frame exceeds maximum of 96 registers" 6384msgstr "" 6385 6386#: config/tc-ia64.c:910 6387msgid "Size of rotating registers exceeds frame size" 6388msgstr "" 6389 6390#: config/tc-ia64.c:997 6391msgid "Unwind directive not followed by an instruction." 6392msgstr "" 6393 6394#: config/tc-ia64.c:1006 config/tc-ia64.c:7396 6395msgid "qualifying predicate not followed by instruction" 6396msgstr "" 6397 6398#: config/tc-ia64.c:1071 config/tc-ia64.c:1105 6399msgid "record type is not valid" 6400msgstr "" 6401 6402#: config/tc-ia64.c:1174 6403msgid "Invalid record type for P3 format." 6404msgstr "" 6405 6406#: config/tc-ia64.c:1210 6407msgid "Invalid record type for format P6" 6408msgstr "" 6409 6410#: config/tc-ia64.c:1390 config/tc-ia64.c:1442 6411msgid "Invalid record type for format B1" 6412msgstr "" 6413 6414#: config/tc-ia64.c:1475 6415msgid "Invalid record type for format X1" 6416msgstr "" 6417 6418#: config/tc-ia64.c:1517 6419msgid "Invalid record type for format X3" 6420msgstr "" 6421 6422#: config/tc-ia64.c:1555 6423msgid "Previous .save incomplete" 6424msgstr "" 6425 6426#: config/tc-ia64.c:2380 6427msgid "spill_mask record unimplemented." 6428msgstr "" 6429 6430#: config/tc-ia64.c:2437 6431msgid "record_type_not_valid" 6432msgstr "" 6433 6434#: config/tc-ia64.c:2522 6435msgid "Ignoring attempt to spill beyond end of region" 6436msgstr "" 6437 6438#: config/tc-ia64.c:2581 6439msgid "Only constant space allocation is supported" 6440msgstr "" 6441 6442#: config/tc-ia64.c:2595 6443msgid "Only constant offsets are supported" 6444msgstr "" 6445 6446#: config/tc-ia64.c:2618 6447msgid "Section switching in code is not supported." 6448msgstr "" 6449 6450#: config/tc-ia64.c:2660 6451msgid " Insn slot not set in unwind record." 6452msgstr "" 6453 6454#: config/tc-ia64.c:2734 6455msgid "frgr_mem record before region record!" 6456msgstr "" 6457 6458#: config/tc-ia64.c:2745 6459msgid "fr_mem record before region record!" 6460msgstr "" 6461 6462#: config/tc-ia64.c:2754 6463msgid "gr_mem record before region record!" 6464msgstr "" 6465 6466#: config/tc-ia64.c:2763 6467msgid "br_mem record before region record!" 6468msgstr "" 6469 6470#: config/tc-ia64.c:2773 6471msgid "gr_gr record before region record!" 6472msgstr "" 6473 6474#: config/tc-ia64.c:2781 6475msgid "br_gr record before region record!" 6476msgstr "" 6477 6478#: config/tc-ia64.c:2899 6479#, c-format 6480msgid "First operand to .%s must be a predicate" 6481msgstr "" 6482 6483#: config/tc-ia64.c:2903 6484#, c-format 6485msgid "Pointless use of p0 as first operand to .%s" 6486msgstr "" 6487 6488#: config/tc-ia64.c:2959 6489#, c-format 6490msgid "Operand %d to .%s must be a preserved register" 6491msgstr "" 6492 6493#: config/tc-ia64.c:2995 6494#, c-format 6495msgid "Operand %d to .%s must be a writable register" 6496msgstr "" 6497 6498#: config/tc-ia64.c:3020 6499#, c-format 6500msgid "Radix `%s' unsupported or invalid" 6501msgstr "" 6502 6503#: config/tc-ia64.c:3050 config/tc-ia64.c:3055 6504#, c-format 6505msgid ".%s outside of %s" 6506msgstr "" 6507 6508#: config/tc-ia64.c:3140 6509msgid "Tags on unwind pseudo-ops aren't supported, yet" 6510msgstr "" 6511 6512#: config/tc-ia64.c:3162 6513msgid "First operand to .fframe must be a constant" 6514msgstr "" 6515 6516#: config/tc-ia64.c:3182 6517msgid "First operand to .vframe must be a general register" 6518msgstr "" 6519 6520#: config/tc-ia64.c:3190 6521msgid "Operand of .vframe contradicts .prologue" 6522msgstr "" 6523 6524#: config/tc-ia64.c:3200 6525msgid ".vframepsp is meaningless, assuming .vframesp was meant" 6526msgstr "" 6527 6528#: config/tc-ia64.c:3208 6529msgid "Operand to .vframesp must be a constant (sp-relative offset)" 6530msgstr "" 6531 6532#: config/tc-ia64.c:3235 6533msgid "First operand to .save not a register" 6534msgstr "" 6535 6536#: config/tc-ia64.c:3241 6537msgid "Second operand to .save not a valid register" 6538msgstr "" 6539 6540#: config/tc-ia64.c:3272 config/tc-ia64.c:3283 config/tc-ia64.c:3291 6541msgid "Second operand of .save contradicts .prologue" 6542msgstr "" 6543 6544#: config/tc-ia64.c:3298 6545msgid "First operand to .save not a valid register" 6546msgstr "" 6547 6548#: config/tc-ia64.c:3316 6549msgid "First operand to .restore must be stack pointer (sp)" 6550msgstr "" 6551 6552#: config/tc-ia64.c:3325 6553msgid "Second operand to .restore must be a constant >= 0" 6554msgstr "" 6555 6556#: config/tc-ia64.c:3335 6557#, c-format 6558msgid "Epilogue count of %lu exceeds number of nested prologues (%u)" 6559msgstr "" 6560 6561#: config/tc-ia64.c:3422 6562#, c-format 6563msgid "Illegal section name `%s' (causes unwind section name clash)" 6564msgstr "" 6565 6566#: config/tc-ia64.c:3613 6567msgid "First operand to .altrp not a valid branch register" 6568msgstr "" 6569 6570#: config/tc-ia64.c:3642 6571#, c-format 6572msgid "First operand to .%s not a register" 6573msgstr "" 6574 6575#: config/tc-ia64.c:3647 6576#, c-format 6577msgid "Second operand to .%s not a constant" 6578msgstr "" 6579 6580#: config/tc-ia64.c:3714 6581#, c-format 6582msgid "First operand to .%s not a valid register" 6583msgstr "" 6584 6585#: config/tc-ia64.c:3737 6586msgid "First operand to .save.g must be a positive 4-bit constant" 6587msgstr "" 6588 6589#: config/tc-ia64.c:3750 6590msgid "Second operand to .save.g must be a general register" 6591msgstr "" 6592 6593#: config/tc-ia64.c:3755 6594#, c-format 6595msgid "Second operand to .save.g must be the first of %d general registers" 6596msgstr "" 6597 6598#: config/tc-ia64.c:3778 6599msgid "Operand to .save.f must be a positive 20-bit constant" 6600msgstr "" 6601 6602#: config/tc-ia64.c:3801 6603msgid "First operand to .save.b must be a positive 5-bit constant" 6604msgstr "" 6605 6606#: config/tc-ia64.c:3814 6607msgid "Second operand to .save.b must be a general register" 6608msgstr "" 6609 6610#: config/tc-ia64.c:3819 6611#, c-format 6612msgid "Second operand to .save.b must be the first of %d general registers" 6613msgstr "" 6614 6615#: config/tc-ia64.c:3845 6616msgid "First operand to .save.gf must be a non-negative 4-bit constant" 6617msgstr "" 6618 6619#: config/tc-ia64.c:3853 6620msgid "Second operand to .save.gf must be a non-negative 20-bit constant" 6621msgstr "" 6622 6623#: config/tc-ia64.c:3861 6624msgid "Operands to .save.gf may not be both zero" 6625msgstr "" 6626 6627#: config/tc-ia64.c:3878 6628msgid "Operand to .spill must be a constant" 6629msgstr "" 6630 6631#: config/tc-ia64.c:3947 6632#, c-format 6633msgid "Operand %d to .%s must be a constant" 6634msgstr "" 6635 6636#: config/tc-ia64.c:3968 6637#, c-format 6638msgid "Missing .label_state %ld" 6639msgstr "" 6640 6641#: config/tc-ia64.c:4022 6642msgid "Operand to .label_state must be a constant" 6643msgstr "" 6644 6645#: config/tc-ia64.c:4041 6646msgid "Operand to .copy_state must be a constant" 6647msgstr "" 6648 6649#: config/tc-ia64.c:4064 6650msgid "First operand to .unwabi must be a constant" 6651msgstr "" 6652 6653#: config/tc-ia64.c:4070 6654msgid "Second operand to .unwabi must be a constant" 6655msgstr "" 6656 6657#: config/tc-ia64.c:4105 6658msgid "Missing .endp after previous .proc" 6659msgstr "" 6660 6661#: config/tc-ia64.c:4124 6662msgid "Empty argument of .proc" 6663msgstr "" 6664 6665#: config/tc-ia64.c:4129 6666#, c-format 6667msgid "`%s' was already defined" 6668msgstr "" 6669 6670#: config/tc-ia64.c:4172 6671msgid "Initial .body should precede any instructions" 6672msgstr "" 6673 6674#: config/tc-ia64.c:4191 6675msgid ".prologue within prologue" 6676msgstr "" 6677 6678#: config/tc-ia64.c:4196 6679msgid "Initial .prologue should precede any instructions" 6680msgstr "" 6681 6682#: config/tc-ia64.c:4206 6683msgid "First operand to .prologue must be a positive 4-bit constant" 6684msgstr "" 6685 6686#: config/tc-ia64.c:4208 6687msgid "Pointless use of zero first operand to .prologue" 6688msgstr "" 6689 6690#: config/tc-ia64.c:4222 6691msgid "Using a constant as second operand to .prologue is deprecated" 6692msgstr "" 6693 6694#: config/tc-ia64.c:4228 6695msgid "Second operand to .prologue must be a general register" 6696msgstr "" 6697 6698#: config/tc-ia64.c:4233 6699#, c-format 6700msgid "Second operand to .prologue must be the first of %d general registers" 6701msgstr "" 6702 6703#: config/tc-ia64.c:4345 6704#, c-format 6705msgid "`%s' was not defined within procedure" 6706msgstr "" 6707 6708#: config/tc-ia64.c:4383 6709msgid "Empty argument of .endp" 6710msgstr "" 6711 6712#: config/tc-ia64.c:4397 6713#, c-format 6714msgid "`%s' was not specified with previous .proc" 6715msgstr "" 6716 6717#: config/tc-ia64.c:4412 6718#, c-format 6719msgid "`%s' should be an operand to this .endp" 6720msgstr "" 6721 6722#: config/tc-ia64.c:4453 config/tc-ia64.c:4791 config/tc-ia64.c:5098 6723msgid "Comma expected" 6724msgstr "" 6725 6726#: config/tc-ia64.c:4494 6727msgid "Expected '['" 6728msgstr "" 6729 6730#: config/tc-ia64.c:4503 config/tc-ia64.c:7531 6731msgid "Expected ']'" 6732msgstr "" 6733 6734#: config/tc-ia64.c:4508 6735msgid "Number of elements must be positive" 6736msgstr "" 6737 6738#: config/tc-ia64.c:4519 6739#, c-format 6740msgid "Used more than the declared %d rotating registers" 6741msgstr "" 6742 6743#: config/tc-ia64.c:4527 6744msgid "Used more than the available 96 rotating registers" 6745msgstr "" 6746 6747#: config/tc-ia64.c:4534 6748msgid "Used more than the available 48 rotating registers" 6749msgstr "" 6750 6751#: config/tc-ia64.c:4562 6752#, c-format 6753msgid "Attempt to redefine register set `%s'" 6754msgstr "" 6755 6756#: config/tc-ia64.c:4628 6757#, c-format 6758msgid "Unknown psr option `%s'" 6759msgstr "" 6760 6761#: config/tc-ia64.c:4676 6762msgid "Missing section name" 6763msgstr "" 6764 6765#: config/tc-ia64.c:4686 6766msgid "Comma expected after section name" 6767msgstr "" 6768 6769#: config/tc-ia64.c:4697 6770msgid "Creating sections with .xdataN/.xrealN/.xstringZ is deprecated." 6771msgstr "" 6772 6773#: config/tc-ia64.c:4786 6774msgid "Register name expected" 6775msgstr "" 6776 6777#: config/tc-ia64.c:4799 6778msgid "Register value annotation ignored" 6779msgstr "" 6780 6781#: config/tc-ia64.c:4838 6782msgid "Directive invalid within a bundle" 6783msgstr "" 6784 6785#: config/tc-ia64.c:4929 6786msgid "Missing predicate relation type" 6787msgstr "" 6788 6789#: config/tc-ia64.c:4935 6790msgid "Unrecognized predicate relation type" 6791msgstr "" 6792 6793#: config/tc-ia64.c:4981 6794msgid "Bad register range" 6795msgstr "" 6796 6797#: config/tc-ia64.c:4990 config/tc-ia64.c:7476 6798msgid "Predicate register expected" 6799msgstr "" 6800 6801#: config/tc-ia64.c:4995 6802msgid "Duplicate predicate register ignored" 6803msgstr "" 6804 6805#: config/tc-ia64.c:5011 6806msgid "Predicate source and target required" 6807msgstr "" 6808 6809#: config/tc-ia64.c:5013 config/tc-ia64.c:5025 6810msgid "Use of p0 is not valid in this context" 6811msgstr "" 6812 6813#: config/tc-ia64.c:5020 6814msgid "At least two PR arguments expected" 6815msgstr "" 6816 6817#: config/tc-ia64.c:5034 6818msgid "At least one PR argument expected" 6819msgstr "" 6820 6821#: config/tc-ia64.c:5069 6822#, c-format 6823msgid "Inserting \"%s\" into entry hint table failed: %s" 6824msgstr "" 6825 6826#. FIXME -- need 62-bit relocation type 6827#: config/tc-ia64.c:5537 6828msgid "62-bit relocation not yet implemented" 6829msgstr "" 6830 6831#. XXX technically, this is wrong: we should not be issuing warning 6832#. messages until we're sure this instruction pattern is going to 6833#. be used! 6834#: config/tc-ia64.c:5621 6835msgid "lower 16 bits of mask ignored" 6836msgstr "" 6837 6838#: config/tc-ia64.c:5903 6839msgid "Expected separator `='" 6840msgstr "" 6841 6842#: config/tc-ia64.c:5936 6843msgid "Duplicate equal sign (=) in instruction" 6844msgstr "" 6845 6846#: config/tc-ia64.c:5943 6847#, c-format 6848msgid "Illegal operand separator `%c'" 6849msgstr "" 6850 6851#: config/tc-ia64.c:6057 6852#, c-format 6853msgid "Operand %u of `%s' should be %s" 6854msgstr "" 6855 6856#: config/tc-ia64.c:6061 6857msgid "Wrong number of output operands" 6858msgstr "" 6859 6860#: config/tc-ia64.c:6063 6861msgid "Wrong number of input operands" 6862msgstr "" 6863 6864#: config/tc-ia64.c:6065 6865msgid "Operand mismatch" 6866msgstr "" 6867 6868#: config/tc-ia64.c:6147 6869#, c-format 6870msgid "Invalid use of `%c%d' as output operand" 6871msgstr "" 6872 6873#: config/tc-ia64.c:6150 6874#, c-format 6875msgid "Invalid use of `r%d' as base update address operand" 6876msgstr "" 6877 6878#: config/tc-ia64.c:6174 6879#, c-format 6880msgid "Invalid duplicate use of `%c%d'" 6881msgstr "" 6882 6883#: config/tc-ia64.c:6181 6884#, c-format 6885msgid "Invalid simultaneous use of `f%d' and `f%d'" 6886msgstr "" 6887 6888#: config/tc-ia64.c:6187 6889#, c-format 6890msgid "Dangerous simultaneous use of `f%d' and `f%d'" 6891msgstr "" 6892 6893#: config/tc-ia64.c:6231 6894msgid "Value truncated to 62 bits" 6895msgstr "" 6896 6897#: config/tc-ia64.c:6294 6898#, c-format 6899msgid "Bad operand value: %s" 6900msgstr "" 6901 6902#. Give an error if a frag containing code is not aligned to a 16 byte 6903#. boundary. 6904#: config/tc-ia64.c:6369 config/tc-ia64.h:174 6905msgid "instruction address is not a multiple of 16" 6906msgstr "" 6907 6908#: config/tc-ia64.c:6437 6909#, c-format 6910msgid "`%s' must be last in bundle" 6911msgstr "" 6912 6913#: config/tc-ia64.c:6469 6914#, c-format 6915msgid "Internal error: don't know how to force %s to end of instruction group" 6916msgstr "" 6917 6918#: config/tc-ia64.c:6482 6919#, c-format 6920msgid "`%s' must be last in instruction group" 6921msgstr "" 6922 6923#: config/tc-ia64.c:6512 6924msgid "Label must be first in a bundle" 6925msgstr "" 6926 6927#: config/tc-ia64.c:6589 6928msgid "hint in B unit may be treated as nop" 6929msgstr "" 6930 6931#: config/tc-ia64.c:6600 6932msgid "hint in B unit can't be used" 6933msgstr "" 6934 6935#: config/tc-ia64.c:6614 6936msgid "emit_one_bundle: unexpected dynamic op" 6937msgstr "" 6938 6939#: config/tc-ia64.c:6737 6940#, c-format 6941msgid "`%s' does not fit into %s template" 6942msgstr "" 6943 6944#: config/tc-ia64.c:6752 6945#, c-format 6946msgid "`%s' does not fit into bundle" 6947msgstr "" 6948 6949#: config/tc-ia64.c:6764 6950#, c-format 6951msgid "`%s' can't go in %s of %s template" 6952msgstr "" 6953 6954#: config/tc-ia64.c:6770 6955msgid "Missing '}' at end of file" 6956msgstr "" 6957 6958#: config/tc-ia64.c:6917 6959#, c-format 6960msgid "Unrecognized option '-x%s'" 6961msgstr "" 6962 6963#: config/tc-ia64.c:6944 6964msgid "" 6965"IA-64 options:\n" 6966" --mconstant-gp\t mark output file as using the constant-GP model\n" 6967"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n" 6968" --mauto-pic\t\t mark output file as using the constant-GP model\n" 6969"\t\t\t without function descriptors (sets ELF header flag\n" 6970"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n" 6971" -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n" 6972" -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n" 6973" -mtune=[itanium1|itanium2]\n" 6974"\t\t\t tune for a specific CPU (default -mtune=itanium2)\n" 6975" -munwind-check=[warning|error]\n" 6976"\t\t\t unwind directive check (default -munwind-check=warning)\n" 6977" -mhint.b=[ok|warning|error]\n" 6978"\t\t\t hint.b check (default -mhint.b=error)\n" 6979" -x | -xexplicit\t turn on dependency violation checking\n" 6980" -xauto\t\t automagically remove dependency violations (default)\n" 6981" -xnone\t\t turn off dependency violation checking\n" 6982" -xdebug\t\t debug dependency violation checker\n" 6983" -xdebugn\t\t debug dependency violation checker but turn off\n" 6984"\t\t\t dependency violation checking\n" 6985" -xdebugx\t\t debug dependency violation checker and turn on\n" 6986"\t\t\t dependency violation checking\n" 6987msgstr "" 6988 6989#: config/tc-ia64.c:6974 6990msgid "--gstabs is not supported for ia64" 6991msgstr "" 6992 6993#: config/tc-ia64.c:7206 6994#, c-format 6995msgid "ia64.md_begin: can't hash `%s': %s" 6996msgstr "" 6997 6998#: config/tc-ia64.c:7267 6999#, c-format 7000msgid "Inserting \"%s\" into constant hash table failed: %s" 7001msgstr "" 7002 7003#: config/tc-ia64.c:7279 config/tc-mips.c:1892 7004msgid "Could not set architecture and machine" 7005msgstr "" 7006 7007#: config/tc-ia64.c:7411 7008msgid "Explicit stops are ignored in auto mode" 7009msgstr "" 7010 7011#: config/tc-ia64.c:7420 7012msgid "Found '{' when manual bundling is already turned on" 7013msgstr "" 7014 7015#: config/tc-ia64.c:7433 7016msgid "Found '{' after explicit switch to automatic mode" 7017msgstr "" 7018 7019#: config/tc-ia64.c:7439 7020msgid "Found '}' when manual bundling is off" 7021msgstr "" 7022 7023#: config/tc-ia64.c:7466 7024msgid "Expected ')'" 7025msgstr "" 7026 7027#: config/tc-ia64.c:7471 7028msgid "Qualifying predicate expected" 7029msgstr "" 7030 7031#: config/tc-ia64.c:7490 7032msgid "Tag must come before qualifying predicate." 7033msgstr "" 7034 7035#: config/tc-ia64.c:7520 7036msgid "Expected ':'" 7037msgstr "" 7038 7039#: config/tc-ia64.c:7536 7040msgid "Tag name expected" 7041msgstr "" 7042 7043#: config/tc-ia64.c:7638 7044msgid "Rotating register index must be a non-negative constant" 7045msgstr "" 7046 7047#: config/tc-ia64.c:7643 7048#, c-format 7049msgid "Index out of range 0..%u" 7050msgstr "" 7051 7052#: config/tc-ia64.c:7655 7053msgid "Indirect register index must be a general register" 7054msgstr "" 7055 7056#: config/tc-ia64.c:7664 7057msgid "Index can only be applied to rotating or indirect registers" 7058msgstr "" 7059 7060#: config/tc-ia64.c:7700 config/tc-xstormy16.c:146 7061msgid "Expected '('" 7062msgstr "" 7063 7064#: config/tc-ia64.c:7708 config/tc-pdp11.c:448 config/tc-pdp11.c:514 7065#: config/tc-pdp11.c:553 config/tc-xstormy16.c:155 7066msgid "Missing ')'" 7067msgstr "" 7068 7069#: config/tc-ia64.c:7717 config/tc-xstormy16.c:162 7070msgid "Not a symbolic expression" 7071msgstr "" 7072 7073#: config/tc-ia64.c:7722 config/tc-ia64.c:7736 7074msgid "Illegal combination of relocation functions" 7075msgstr "" 7076 7077#: config/tc-ia64.c:7825 7078msgid "No current frame" 7079msgstr "" 7080 7081#: config/tc-ia64.c:7827 7082#, c-format 7083msgid "Register number out of range 0..%u" 7084msgstr "" 7085 7086#: config/tc-ia64.c:7865 7087msgid "Standalone `#' is illegal" 7088msgstr "" 7089 7090#: config/tc-ia64.c:7868 7091msgid "Redundant `#' suffix operators" 7092msgstr "" 7093 7094#: config/tc-ia64.c:8026 7095#, c-format 7096msgid "Unhandled dependency %s for %s (%s), note %d" 7097msgstr "" 7098 7099#: config/tc-ia64.c:9321 7100#, c-format 7101msgid "Unrecognized dependency specifier %d\n" 7102msgstr "" 7103 7104#: config/tc-ia64.c:10197 7105msgid "Only the first path encountering the conflict is reported" 7106msgstr "" 7107 7108#: config/tc-ia64.c:10199 7109msgid "This is the location of the conflicting usage" 7110msgstr "" 7111 7112#: config/tc-ia64.c:10460 7113#, c-format 7114msgid "Unknown opcode `%s'" 7115msgstr "" 7116 7117#: config/tc-ia64.c:10538 7118#, c-format 7119msgid "AR %d can only be accessed by %c-unit" 7120msgstr "" 7121 7122#: config/tc-ia64.c:10550 7123msgid "hint.b may be treated as nop" 7124msgstr "" 7125 7126#: config/tc-ia64.c:10553 7127msgid "hint.b shouldn't be used" 7128msgstr "" 7129 7130#: config/tc-ia64.c:10592 7131#, c-format 7132msgid "`%s' cannot be predicated" 7133msgstr "" 7134 7135#: config/tc-ia64.c:10664 7136msgid "Closing bracket missing" 7137msgstr "" 7138 7139#: config/tc-ia64.c:10673 7140msgid "Index must be a general register" 7141msgstr "" 7142 7143#: config/tc-ia64.c:10838 7144#, c-format 7145msgid "Unsupported fixup size %d" 7146msgstr "" 7147 7148#. This should be an error, but since previously there wasn't any 7149#. diagnostic here, don't make it fail because of this for now. 7150#: config/tc-ia64.c:11105 7151#, c-format 7152msgid "Cannot express %s%d%s relocation" 7153msgstr "" 7154 7155#: config/tc-ia64.c:11124 7156msgid "No addend allowed in @fptr() relocation" 7157msgstr "" 7158 7159#: config/tc-ia64.c:11163 7160msgid "integer operand out of range" 7161msgstr "" 7162 7163#: config/tc-ia64.c:11230 7164#, c-format 7165msgid "%s must have a constant value" 7166msgstr "" 7167 7168#: config/tc-ia64.c:11284 config/tc-z8k.c:1372 7169#, c-format 7170msgid "Cannot represent %s relocation in object file" 7171msgstr "" 7172 7173#: config/tc-ia64.c:11395 7174msgid "Can't add stop bit to mark end of instruction group" 7175msgstr "" 7176 7177#: config/tc-ia64.c:11495 config/tc-score.c:6110 read.c:1448 read.c:2442 7178#: read.c:3088 read.c:3429 read.c:3473 7179msgid "expected symbol name" 7180msgstr "" 7181 7182#: config/tc-ia64.c:11505 read.c:2452 read.c:3098 read.c:3457 stabs.c:468 7183#, c-format 7184msgid "expected comma after \"%s\"" 7185msgstr "" 7186 7187#: config/tc-ia64.c:11547 7188#, c-format 7189msgid "`%s' is already the alias of %s `%s'" 7190msgstr "" 7191 7192#: config/tc-ia64.c:11557 7193#, c-format 7194msgid "%s `%s' already has an alias `%s'" 7195msgstr "" 7196 7197#: config/tc-ia64.c:11568 7198#, c-format 7199msgid "inserting \"%s\" into %s alias hash table failed: %s" 7200msgstr "" 7201 7202#: config/tc-ia64.c:11576 7203#, c-format 7204msgid "inserting \"%s\" into %s name hash table failed: %s" 7205msgstr "" 7206 7207#: config/tc-ia64.c:11602 7208#, c-format 7209msgid "symbol `%s' aliased to `%s' is not used" 7210msgstr "" 7211 7212#: config/tc-ia64.c:11625 7213#, c-format 7214msgid "section `%s' aliased to `%s' is not used" 7215msgstr "" 7216 7217#: config/tc-ip2k.c:158 7218#, c-format 7219msgid "IP2K specific command line options:\n" 7220msgstr "" 7221 7222#: config/tc-ip2k.c:159 7223#, c-format 7224msgid " -mip2022 restrict to IP2022 insns \n" 7225msgstr "" 7226 7227#: config/tc-ip2k.c:160 7228#, c-format 7229msgid " -mip2022ext permit extended IP2022 insn\n" 7230msgstr "" 7231 7232#: config/tc-iq2000.c:364 7233#, c-format 7234msgid "the yielding instruction %s may not be in a delay slot." 7235msgstr "" 7236 7237#: config/tc-iq2000.c:372 7238#, c-format 7239msgid "Register number (R%ld) for double word access must be even." 7240msgstr "" 7241 7242#: config/tc-iq2000.c:381 config/tc-iq2000.c:386 config/tc-iq2000.c:391 7243#: config/tc-iq2000.c:408 config/tc-mt.c:244 config/tc-mt.c:249 7244#, c-format 7245msgid "operand references R%ld of previous load." 7246msgstr "" 7247 7248#: config/tc-iq2000.c:396 7249msgid "instruction implicitly accesses R31 of previous load." 7250msgstr "" 7251 7252#: config/tc-iq2000.c:651 config/tc-mep.c:2010 7253msgid "Unmatched high relocation" 7254msgstr "" 7255 7256#: config/tc-iq2000.c:829 config/tc-mips.c:14935 config/tc-score.c:5820 7257msgid ".end not in text section" 7258msgstr "" 7259 7260#: config/tc-iq2000.c:833 config/tc-mips.c:14939 config/tc-score.c:5823 7261msgid ".end directive without a preceding .ent directive." 7262msgstr "" 7263 7264#: config/tc-iq2000.c:842 config/tc-mips.c:14948 config/tc-score.c:5831 7265msgid ".end symbol does not match .ent symbol." 7266msgstr "" 7267 7268#: config/tc-iq2000.c:845 config/tc-mips.c:14955 config/tc-score.c:5836 7269msgid ".end directive missing or unknown symbol" 7270msgstr "" 7271 7272#: config/tc-iq2000.c:863 7273msgid "Expected simple number." 7274msgstr "" 7275 7276#: config/tc-iq2000.c:892 config/tc-mips.c:14860 config/tc-score.c:5671 7277#, c-format 7278msgid " *input_line_pointer == '%c' 0x%02x\n" 7279msgstr "" 7280 7281#: config/tc-iq2000.c:894 7282msgid "Invalid number" 7283msgstr "" 7284 7285#: config/tc-iq2000.c:929 config/tc-mips.c:15030 config/tc-score.c:5709 7286msgid ".ent or .aent not in text section." 7287msgstr "" 7288 7289#: config/tc-iq2000.c:932 7290msgid "missing `.end'" 7291msgstr "" 7292 7293#: config/tc-lm32.c:234 config/tc-moxie.c:575 7294msgid "bad call to md_atof" 7295msgstr "" 7296 7297#: config/tc-m32c.c:143 7298#, c-format 7299msgid " M32C specific command line options:\n" 7300msgstr "" 7301 7302#. Pretend that we do not recognise this option. 7303#: config/tc-m32r.c:331 7304msgid "Unrecognised option: -hidden" 7305msgstr "" 7306 7307#: config/tc-m32r.c:358 config/tc-sparc.c:583 7308msgid "Unrecognized option following -K" 7309msgstr "" 7310 7311#: config/tc-m32r.c:373 7312#, c-format 7313msgid " M32R specific command line options:\n" 7314msgstr "" 7315 7316#: config/tc-m32r.c:375 7317#, c-format 7318msgid " -m32r disable support for the m32rx instruction set\n" 7319msgstr "" 7320 7321#: config/tc-m32r.c:377 7322#, c-format 7323msgid " -m32rx support the extended m32rx instruction set\n" 7324msgstr "" 7325 7326#: config/tc-m32r.c:379 7327#, c-format 7328msgid " -m32r2 support the extended m32r2 instruction set\n" 7329msgstr "" 7330 7331#: config/tc-m32r.c:381 7332#, c-format 7333msgid " -EL,-little produce little endian code and data\n" 7334msgstr "" 7335 7336#: config/tc-m32r.c:383 7337#, c-format 7338msgid " -EB,-big produce big endian code and data\n" 7339msgstr "" 7340 7341#: config/tc-m32r.c:385 7342#, c-format 7343msgid " -parallel try to combine instructions in parallel\n" 7344msgstr "" 7345 7346#: config/tc-m32r.c:387 7347#, c-format 7348msgid " -no-parallel disable -parallel\n" 7349msgstr "" 7350 7351#: config/tc-m32r.c:389 7352#, c-format 7353msgid " -no-bitinst disallow the M32R2's extended bit-field instructions\n" 7354msgstr "" 7355 7356#: config/tc-m32r.c:391 7357#, c-format 7358msgid " -O try to optimize code. Implies -parallel\n" 7359msgstr "" 7360 7361#: config/tc-m32r.c:394 7362#, c-format 7363msgid " -warn-explicit-parallel-conflicts warn when parallel instructions\n" 7364msgstr "" 7365 7366#: config/tc-m32r.c:396 7367#, c-format 7368msgid " might violate contraints\n" 7369msgstr "" 7370 7371#: config/tc-m32r.c:398 7372#, c-format 7373msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n" 7374msgstr "" 7375 7376#: config/tc-m32r.c:400 7377#, c-format 7378msgid " instructions might violate contraints\n" 7379msgstr "" 7380 7381#: config/tc-m32r.c:402 7382#, c-format 7383msgid " -Wp synonym for -warn-explicit-parallel-conflicts\n" 7384msgstr "" 7385 7386#: config/tc-m32r.c:404 7387#, c-format 7388msgid " -Wnp synonym for -no-warn-explicit-parallel-conflicts\n" 7389msgstr "" 7390 7391#: config/tc-m32r.c:406 7392#, c-format 7393msgid " -ignore-parallel-conflicts do not check parallel instructions\n" 7394msgstr "" 7395 7396#: config/tc-m32r.c:408 7397#, c-format 7398msgid " fo contraint violations\n" 7399msgstr "" 7400 7401#: config/tc-m32r.c:410 7402#, c-format 7403msgid " -no-ignore-parallel-conflicts check parallel instructions for\n" 7404msgstr "" 7405 7406#: config/tc-m32r.c:412 7407#, c-format 7408msgid " contraint violations\n" 7409msgstr "" 7410 7411#: config/tc-m32r.c:414 7412#, c-format 7413msgid " -Ip synonym for -ignore-parallel-conflicts\n" 7414msgstr "" 7415 7416#: config/tc-m32r.c:416 7417#, c-format 7418msgid " -nIp synonym for -no-ignore-parallel-conflicts\n" 7419msgstr "" 7420 7421#: config/tc-m32r.c:419 7422#, c-format 7423msgid " -warn-unmatched-high warn when an (s)high reloc has no matching low reloc\n" 7424msgstr "" 7425 7426#: config/tc-m32r.c:421 7427#, c-format 7428msgid " -no-warn-unmatched-high do not warn about missing low relocs\n" 7429msgstr "" 7430 7431#: config/tc-m32r.c:423 7432#, c-format 7433msgid " -Wuh synonym for -warn-unmatched-high\n" 7434msgstr "" 7435 7436#: config/tc-m32r.c:425 7437#, c-format 7438msgid " -Wnuh synonym for -no-warn-unmatched-high\n" 7439msgstr "" 7440 7441#: config/tc-m32r.c:428 7442#, c-format 7443msgid " -KPIC generate PIC\n" 7444msgstr "" 7445 7446#: config/tc-m32r.c:850 7447msgid "instructions write to the same destination register." 7448msgstr "" 7449 7450#: config/tc-m32r.c:858 7451msgid "Instructions do not use parallel execution pipelines." 7452msgstr "" 7453 7454#: config/tc-m32r.c:866 7455msgid "Instructions share the same execution pipeline" 7456msgstr "" 7457 7458#: config/tc-m32r.c:931 config/tc-m32r.c:1045 7459#, c-format 7460msgid "not a 16 bit instruction '%s'" 7461msgstr "" 7462 7463#: config/tc-m32r.c:943 config/tc-m32r.c:1057 config/tc-m32r.c:1241 7464#, c-format 7465msgid "instruction '%s' is for the M32R2 only" 7466msgstr "" 7467 7468#: config/tc-m32r.c:956 config/tc-m32r.c:1070 config/tc-m32r.c:1254 7469#, c-format 7470msgid "unknown instruction '%s'" 7471msgstr "" 7472 7473#: config/tc-m32r.c:965 config/tc-m32r.c:1077 config/tc-m32r.c:1261 7474#, c-format 7475msgid "instruction '%s' is for the M32RX only" 7476msgstr "" 7477 7478#: config/tc-m32r.c:974 config/tc-m32r.c:1086 7479#, c-format 7480msgid "instruction '%s' cannot be executed in parallel." 7481msgstr "" 7482 7483#: config/tc-m32r.c:1029 config/tc-m32r.c:1111 config/tc-m32r.c:1318 7484msgid "internal error: lookup/get operands failed" 7485msgstr "" 7486 7487#: config/tc-m32r.c:1096 7488#, c-format 7489msgid "'%s': only the NOP instruction can be issued in parallel on the m32r" 7490msgstr "" 7491 7492#: config/tc-m32r.c:1125 7493#, c-format 7494msgid "%s: output of 1st instruction is the same as an input to 2nd instruction - is this intentional ?" 7495msgstr "" 7496 7497#: config/tc-m32r.c:1129 7498#, c-format 7499msgid "%s: output of 2nd instruction is the same as an input to 1st instruction - is this intentional ?" 7500msgstr "" 7501 7502#: config/tc-m32r.c:1503 7503#, c-format 7504msgid ".SCOMMon length (%ld.) <0! Ignored." 7505msgstr "" 7506 7507#: config/tc-m32r.c:1553 7508#, c-format 7509msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." 7510msgstr "" 7511 7512#: config/tc-m32r.c:1789 7513msgid "Addend to unresolved symbol not on word boundary." 7514msgstr "" 7515 7516#: config/tc-m32r.c:1930 config/tc-m32r.c:1983 config/tc-sh.c:747 7517msgid "Invalid PIC expression." 7518msgstr "" 7519 7520#: config/tc-m32r.c:2074 7521msgid "Unmatched high/shigh reloc" 7522msgstr "" 7523 7524#: config/tc-m68hc11.c:371 7525#, c-format 7526msgid "" 7527"Motorola 68HC11/68HC12/68HCS12 options:\n" 7528" -m68hc11 | -m68hc12 |\n" 7529" -m68hcs12 specify the processor [default %s]\n" 7530" -mshort use 16-bit int ABI (default)\n" 7531" -mlong use 32-bit int ABI\n" 7532" -mshort-double use 32-bit double ABI\n" 7533" -mlong-double use 64-bit double ABI (default)\n" 7534" --force-long-branches always turn relative branches into absolute ones\n" 7535" -S,--short-branches do not turn relative branches into absolute ones\n" 7536" when the offset is out of range\n" 7537" --strict-direct-mode do not turn the direct mode into extended mode\n" 7538" when the instruction does not support direct mode\n" 7539" --print-insn-syntax print the syntax of instruction in case of error\n" 7540" --print-opcodes print the list of instructions with syntax\n" 7541" --generate-example generate an example of each instruction\n" 7542" (used for testing)\n" 7543msgstr "" 7544 7545#: config/tc-m68hc11.c:417 7546#, c-format 7547msgid "Default target `%s' is not supported." 7548msgstr "" 7549 7550#. Dump the opcode statistics table. 7551#: config/tc-m68hc11.c:435 7552#, c-format 7553msgid "Name # Modes Min ops Max ops Modes mask # Used\n" 7554msgstr "" 7555 7556#: config/tc-m68hc11.c:501 7557#, c-format 7558msgid "Option `%s' is not recognized." 7559msgstr "" 7560 7561#: config/tc-m68hc11.c:671 7562msgid "#<imm8>" 7563msgstr "" 7564 7565#: config/tc-m68hc11.c:680 7566msgid "#<imm16>" 7567msgstr "" 7568 7569#: config/tc-m68hc11.c:689 config/tc-m68hc11.c:698 7570msgid "<imm8>,X" 7571msgstr "" 7572 7573#: config/tc-m68hc11.c:725 7574msgid "*<abs8>" 7575msgstr "" 7576 7577#: config/tc-m68hc11.c:737 7578msgid "#<mask>" 7579msgstr "" 7580 7581#: config/tc-m68hc11.c:747 7582#, c-format 7583msgid "symbol%d" 7584msgstr "" 7585 7586#: config/tc-m68hc11.c:749 7587msgid "<abs>" 7588msgstr "" 7589 7590#: config/tc-m68hc11.c:768 7591msgid "<label>" 7592msgstr "" 7593 7594#: config/tc-m68hc11.c:784 7595#, c-format 7596msgid "" 7597"# Example of `%s' instructions\n" 7598"\t.sect .text\n" 7599"_start:\n" 7600msgstr "" 7601 7602#: config/tc-m68hc11.c:831 7603#, c-format 7604msgid "Instruction `%s' is not recognized." 7605msgstr "" 7606 7607#: config/tc-m68hc11.c:836 7608#, c-format 7609msgid "Instruction formats for `%s':" 7610msgstr "" 7611 7612#: config/tc-m68hc11.c:966 7613#, c-format 7614msgid "Immediate operand is not allowed for operand %d." 7615msgstr "" 7616 7617#: config/tc-m68hc11.c:1010 7618msgid "Indirect indexed addressing is not valid for 68HC11." 7619msgstr "" 7620 7621#: config/tc-m68hc11.c:1030 7622msgid "Spurious `,' or bad indirect register addressing mode." 7623msgstr "" 7624 7625#: config/tc-m68hc11.c:1052 7626msgid "Missing second register or offset for indexed-indirect mode." 7627msgstr "" 7628 7629#: config/tc-m68hc11.c:1062 7630msgid "Missing second register for indexed-indirect mode." 7631msgstr "" 7632 7633#: config/tc-m68hc11.c:1078 7634msgid "Missing `]' to close indexed-indirect mode." 7635msgstr "" 7636 7637#: config/tc-m68hc11.c:1123 7638msgid "Illegal operand." 7639msgstr "" 7640 7641#: config/tc-m68hc11.c:1128 7642msgid "Missing operand." 7643msgstr "" 7644 7645#: config/tc-m68hc11.c:1181 7646msgid "Pre-increment mode is not valid for 68HC11" 7647msgstr "" 7648 7649#: config/tc-m68hc11.c:1194 7650msgid "Wrong register in register indirect mode." 7651msgstr "" 7652 7653#: config/tc-m68hc11.c:1202 7654msgid "Missing `]' to close register indirect operand." 7655msgstr "" 7656 7657#: config/tc-m68hc11.c:1222 7658msgid "Post-decrement mode is not valid for 68HC11." 7659msgstr "" 7660 7661#: config/tc-m68hc11.c:1230 7662msgid "Post-increment mode is not valid for 68HC11." 7663msgstr "" 7664 7665#: config/tc-m68hc11.c:1248 7666msgid "Invalid indexed indirect mode." 7667msgstr "" 7668 7669#: config/tc-m68hc11.c:1340 7670#, c-format 7671msgid "Trap id `%ld' is out of range." 7672msgstr "" 7673 7674#: config/tc-m68hc11.c:1344 7675msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]." 7676msgstr "" 7677 7678#: config/tc-m68hc11.c:1351 7679#, c-format 7680msgid "Operand out of 8-bit range: `%ld'." 7681msgstr "" 7682 7683#: config/tc-m68hc11.c:1358 7684msgid "The trap id must be a constant." 7685msgstr "" 7686 7687#: config/tc-m68hc11.c:1393 7688#, c-format 7689msgid "Operand `%x' not recognized in fixup8." 7690msgstr "" 7691 7692#: config/tc-m68hc11.c:1410 config/tc-m68hc11.c:1459 7693#, c-format 7694msgid "Operand out of 16-bit range: `%ld'." 7695msgstr "" 7696 7697#: config/tc-m68hc11.c:1442 config/tc-m68hc11.c:1475 7698#, c-format 7699msgid "Operand `%x' not recognized in fixup16." 7700msgstr "" 7701 7702#: config/tc-m68hc11.c:1492 7703#, c-format 7704msgid "Unexpected branch conversion with `%x'" 7705msgstr "" 7706 7707#: config/tc-m68hc11.c:1583 config/tc-m68hc11.c:1721 7708#, c-format 7709msgid "Operand out of range for a relative branch: `%ld'" 7710msgstr "" 7711 7712#: config/tc-m68hc11.c:1689 7713msgid "Invalid register for dbcc/tbcc instruction." 7714msgstr "" 7715 7716#: config/tc-m68hc11.c:1777 7717#, c-format 7718msgid "Increment/decrement value is out of range: `%ld'." 7719msgstr "" 7720 7721#: config/tc-m68hc11.c:1788 7722msgid "Expecting a register." 7723msgstr "" 7724 7725#: config/tc-m68hc11.c:1803 7726msgid "Invalid register for post/pre increment." 7727msgstr "" 7728 7729#: config/tc-m68hc11.c:1833 7730msgid "Invalid register." 7731msgstr "" 7732 7733#: config/tc-m68hc11.c:1840 7734#, c-format 7735msgid "Offset out of 16-bit range: %ld." 7736msgstr "" 7737 7738#: config/tc-m68hc11.c:1845 7739#, c-format 7740msgid "Offset out of 5-bit range for movw/movb insn: %ld." 7741msgstr "" 7742 7743#: config/tc-m68hc11.c:1951 7744msgid "Expecting register D for indexed indirect mode." 7745msgstr "" 7746 7747#: config/tc-m68hc11.c:1953 7748msgid "Indexed indirect mode is not allowed for movb/movw." 7749msgstr "" 7750 7751#: config/tc-m68hc11.c:1970 7752msgid "Invalid accumulator register." 7753msgstr "" 7754 7755#: config/tc-m68hc11.c:1995 7756msgid "Invalid indexed register." 7757msgstr "" 7758 7759#: config/tc-m68hc11.c:2003 7760msgid "Addressing mode not implemented yet." 7761msgstr "" 7762 7763#: config/tc-m68hc11.c:2016 7764msgid "Invalid source register for this instruction, use 'tfr'." 7765msgstr "" 7766 7767#: config/tc-m68hc11.c:2018 7768msgid "Invalid source register." 7769msgstr "" 7770 7771#: config/tc-m68hc11.c:2023 7772msgid "Invalid destination register for this instruction, use 'tfr'." 7773msgstr "" 7774 7775#: config/tc-m68hc11.c:2025 7776msgid "Invalid destination register." 7777msgstr "" 7778 7779#: config/tc-m68hc11.c:2121 7780msgid "Invalid indexed register, expecting register X." 7781msgstr "" 7782 7783#: config/tc-m68hc11.c:2123 7784msgid "Invalid indexed register, expecting register Y." 7785msgstr "" 7786 7787#: config/tc-m68hc11.c:2429 7788msgid "No instruction or missing opcode." 7789msgstr "" 7790 7791#: config/tc-m68hc11.c:2494 7792#, c-format 7793msgid "Opcode `%s' is not recognized." 7794msgstr "" 7795 7796#: config/tc-m68hc11.c:2516 7797#, c-format 7798msgid "Garbage at end of instruction: `%s'." 7799msgstr "" 7800 7801#: config/tc-m68hc11.c:2539 7802#, c-format 7803msgid "Invalid operand for `%s'" 7804msgstr "" 7805 7806#: config/tc-m68hc11.c:2590 7807#, c-format 7808msgid "Invalid mode: %s\n" 7809msgstr "" 7810 7811#: config/tc-m68hc11.c:2650 7812msgid "bad .relax format" 7813msgstr "" 7814 7815#: config/tc-m68hc11.c:2694 7816#, c-format 7817msgid "Relocation %d is not supported by object file format." 7818msgstr "" 7819 7820#: config/tc-m68hc11.c:2973 7821msgid "bra or bsr with undefined symbol." 7822msgstr "" 7823 7824#: config/tc-m68hc11.c:3076 config/tc-m68hc11.c:3133 7825#, c-format 7826msgid "Subtype %d is not recognized." 7827msgstr "" 7828 7829#: config/tc-m68hc11.c:3192 7830msgid "Expression too complex." 7831msgstr "" 7832 7833#: config/tc-m68hc11.c:3225 7834msgid "Value out of 16-bit range." 7835msgstr "" 7836 7837#: config/tc-m68hc11.c:3243 7838#, c-format 7839msgid "Value %ld too large for 8-bit PC-relative branch." 7840msgstr "" 7841 7842#: config/tc-m68hc11.c:3250 7843#, c-format 7844msgid "Auto increment/decrement offset '%ld' is out of range." 7845msgstr "" 7846 7847#: config/tc-m68hc11.c:3263 7848#, c-format 7849msgid "Offset out of 5-bit range for movw/movb insn: %ld" 7850msgstr "" 7851 7852#: config/tc-m68hc11.c:3279 7853#, c-format 7854msgid "Line %d: unknown relocation type: 0x%x." 7855msgstr "" 7856 7857#: config/tc-m68k.c:1146 7858#, c-format 7859msgid "Can not do %d byte pc-relative relocation" 7860msgstr "" 7861 7862#: config/tc-m68k.c:1148 7863#, c-format 7864msgid "Can not do %d byte pc-relative pic relocation" 7865msgstr "" 7866 7867#: config/tc-m68k.c:1153 7868#, c-format 7869msgid "Can not do %d byte relocation" 7870msgstr "" 7871 7872#: config/tc-m68k.c:1155 7873#, c-format 7874msgid "Can not do %d byte pic relocation" 7875msgstr "" 7876 7877#: config/tc-m68k.c:1235 7878#, c-format 7879msgid "Unable to produce reloc against symbol '%s'" 7880msgstr "" 7881 7882#: config/tc-m68k.c:1294 config/tc-vax.c:2365 7883#, c-format 7884msgid "Cannot make %s relocation PC relative" 7885msgstr "" 7886 7887#: config/tc-m68k.c:1393 config/tc-vax.c:1875 7888msgid "No operator" 7889msgstr "" 7890 7891#: config/tc-m68k.c:1423 config/tc-vax.c:1891 7892msgid "Unknown operator" 7893msgstr "" 7894 7895#: config/tc-m68k.c:2326 7896msgid "invalid instruction for this architecture; needs " 7897msgstr "" 7898 7899#: config/tc-m68k.c:2334 7900msgid "hardware divide" 7901msgstr "" 7902 7903#: config/tc-m68k.c:2356 config/tc-m68k.c:2360 config/tc-m68k.c:2364 7904msgid "or higher" 7905msgstr "" 7906 7907#: config/tc-m68k.c:2417 7908msgid "operands mismatch" 7909msgstr "" 7910 7911#: config/tc-m68k.c:2481 config/tc-m68k.c:2487 config/tc-m68k.c:2493 7912#: config/tc-mmix.c:2462 config/tc-mmix.c:2486 7913msgid "operand out of range" 7914msgstr "" 7915 7916#: config/tc-m68k.c:2550 7917#, c-format 7918msgid "Bignum too big for %c format; truncated" 7919msgstr "" 7920 7921#: config/tc-m68k.c:2627 7922msgid "displacement too large for this architecture; needs 68020 or higher" 7923msgstr "" 7924 7925#: config/tc-m68k.c:2738 7926msgid "scale factor invalid on this architecture; needs cpu32 or 68020 or higher" 7927msgstr "" 7928 7929#: config/tc-m68k.c:2743 7930msgid "invalid index size for coldfire" 7931msgstr "" 7932 7933#: config/tc-m68k.c:2796 7934msgid "Forcing byte displacement" 7935msgstr "" 7936 7937#: config/tc-m68k.c:2798 7938msgid "byte displacement out of range" 7939msgstr "" 7940 7941#: config/tc-m68k.c:2846 config/tc-m68k.c:2884 7942msgid "invalid operand mode for this architecture; needs 68020 or higher" 7943msgstr "" 7944 7945#: config/tc-m68k.c:2870 config/tc-m68k.c:2904 7946msgid ":b not permitted; defaulting to :w" 7947msgstr "" 7948 7949#: config/tc-m68k.c:2981 7950msgid "unsupported byte value; use a different suffix" 7951msgstr "" 7952 7953#: config/tc-m68k.c:2996 7954msgid "unknown/incorrect operand" 7955msgstr "" 7956 7957#: config/tc-m68k.c:3039 config/tc-m68k.c:3047 config/tc-m68k.c:3054 7958#: config/tc-m68k.c:3061 7959msgid "out of range" 7960msgstr "" 7961 7962#: config/tc-m68k.c:3134 7963msgid "Can't use long branches on this architecture" 7964msgstr "" 7965 7966#: config/tc-m68k.c:3240 7967msgid "Expression out of range, using 0" 7968msgstr "" 7969 7970#: config/tc-m68k.c:3432 config/tc-m68k.c:3448 7971msgid "Floating point register in register list" 7972msgstr "" 7973 7974#: config/tc-m68k.c:3438 7975msgid "Wrong register in floating-point reglist" 7976msgstr "" 7977 7978#: config/tc-m68k.c:3454 7979msgid "incorrect register in reglist" 7980msgstr "" 7981 7982#: config/tc-m68k.c:3460 7983msgid "wrong register in floating-point reglist" 7984msgstr "" 7985 7986#. ERROR. 7987#: config/tc-m68k.c:3933 7988msgid "Extra )" 7989msgstr "" 7990 7991#. ERROR. 7992#: config/tc-m68k.c:3944 7993msgid "Missing )" 7994msgstr "" 7995 7996#: config/tc-m68k.c:3961 7997msgid "Missing operand" 7998msgstr "" 7999 8000#: config/tc-m68k.c:4280 8001#, c-format 8002msgid "unrecognized default cpu `%s'" 8003msgstr "" 8004 8005#: config/tc-m68k.c:4334 8006#, c-format 8007msgid "%s -- statement `%s' ignored" 8008msgstr "" 8009 8010#: config/tc-m68k.c:4383 8011#, c-format 8012msgid "Don't know how to figure width of %c in md_assemble()" 8013msgstr "" 8014 8015#: config/tc-m68k.c:4552 8016#, c-format 8017msgid "Internal Error: Can't allocate m68k_sorted_opcodes of size %d" 8018msgstr "" 8019 8020#: config/tc-m68k.c:4617 config/tc-m68k.c:4656 8021#, c-format 8022msgid "Internal Error: Can't find %s in hash table" 8023msgstr "" 8024 8025#: config/tc-m68k.c:4620 config/tc-m68k.c:4659 8026#, c-format 8027msgid "Internal Error: Can't hash %s: %s" 8028msgstr "" 8029 8030#: config/tc-m68k.c:4784 8031#, c-format 8032msgid "text label `%s' aligned to odd boundary" 8033msgstr "" 8034 8035#: config/tc-m68k.c:4956 8036#, c-format 8037msgid "value %ld out of range" 8038msgstr "" 8039 8040#: config/tc-m68k.c:4970 8041msgid "invalid byte branch offset" 8042msgstr "" 8043 8044#: config/tc-m68k.c:5007 8045msgid "short branch with zero offset: use :w" 8046msgstr "" 8047 8048#: config/tc-m68k.c:5051 8049msgid "Conversion of PC relative BSR to absolute JSR" 8050msgstr "" 8051 8052#: config/tc-m68k.c:5062 8053msgid "Conversion of PC relative branch to absolute jump" 8054msgstr "" 8055 8056#: config/tc-m68k.c:5079 config/tc-m68k.c:5140 8057msgid "Conversion of PC relative conditional branch to absolute jump" 8058msgstr "" 8059 8060#: config/tc-m68k.c:5120 8061msgid "Conversion of DBcc to absolute jump" 8062msgstr "" 8063 8064#: config/tc-m68k.c:5205 8065msgid "Conversion of PC relative displacement to absolute" 8066msgstr "" 8067 8068#: config/tc-m68k.c:5418 8069msgid "Tried to convert PC relative branch to absolute jump" 8070msgstr "" 8071 8072#: config/tc-m68k.c:5463 config/tc-m68k.c:5474 config/tc-m68k.c:5518 8073msgid "expression out of range: defaulting to 1" 8074msgstr "" 8075 8076#: config/tc-m68k.c:5510 8077msgid "expression out of range: defaulting to 0" 8078msgstr "" 8079 8080#: config/tc-m68k.c:5551 config/tc-m68k.c:5563 8081#, c-format 8082msgid "Can't deal with expression; defaulting to %ld" 8083msgstr "" 8084 8085#: config/tc-m68k.c:5577 8086msgid "expression doesn't fit in BYTE" 8087msgstr "" 8088 8089#: config/tc-m68k.c:5581 8090msgid "expression doesn't fit in WORD" 8091msgstr "" 8092 8093#: config/tc-m68k.c:5668 8094#, c-format 8095msgid "%s: unrecognized processor name" 8096msgstr "" 8097 8098#: config/tc-m68k.c:5729 8099msgid "bad coprocessor id" 8100msgstr "" 8101 8102#: config/tc-m68k.c:5735 8103msgid "unrecognized fopt option" 8104msgstr "" 8105 8106#: config/tc-m68k.c:5868 8107#, c-format 8108msgid "option `%s' may not be negated" 8109msgstr "" 8110 8111#: config/tc-m68k.c:5879 8112#, c-format 8113msgid "option `%s' not recognized" 8114msgstr "" 8115 8116#: config/tc-m68k.c:5908 8117msgid "bad format of OPT NEST=depth" 8118msgstr "" 8119 8120#: config/tc-m68k.c:5964 8121msgid "missing label" 8122msgstr "" 8123 8124#: config/tc-m68k.c:5988 config/tc-m68k.c:6017 8125msgid "bad register list" 8126msgstr "" 8127 8128#: config/tc-m68k.c:5990 8129#, c-format 8130msgid "bad register list: %s" 8131msgstr "" 8132 8133#: config/tc-m68k.c:6088 8134msgid "restore without save" 8135msgstr "" 8136 8137#: config/tc-m68k.c:6242 config/tc-m68k.c:6612 8138msgid "syntax error in structured control directive" 8139msgstr "" 8140 8141#: config/tc-m68k.c:6287 8142msgid "missing condition code in structured control directive" 8143msgstr "" 8144 8145#: config/tc-m68k.c:6358 8146#, c-format 8147msgid "Condition <%c%c> in structured control directive can not be encoded correctly" 8148msgstr "" 8149 8150#: config/tc-m68k.c:6654 8151msgid "missing then" 8152msgstr "" 8153 8154#: config/tc-m68k.c:6735 8155msgid "else without matching if" 8156msgstr "" 8157 8158#: config/tc-m68k.c:6768 8159msgid "endi without matching if" 8160msgstr "" 8161 8162#: config/tc-m68k.c:6808 8163msgid "break outside of structured loop" 8164msgstr "" 8165 8166#: config/tc-m68k.c:6846 8167msgid "next outside of structured loop" 8168msgstr "" 8169 8170#: config/tc-m68k.c:6897 8171msgid "missing =" 8172msgstr "" 8173 8174#: config/tc-m68k.c:6935 8175msgid "missing to or downto" 8176msgstr "" 8177 8178#: config/tc-m68k.c:6971 config/tc-m68k.c:7005 config/tc-m68k.c:7219 8179msgid "missing do" 8180msgstr "" 8181 8182#: config/tc-m68k.c:7106 8183msgid "endf without for" 8184msgstr "" 8185 8186#: config/tc-m68k.c:7160 8187msgid "until without repeat" 8188msgstr "" 8189 8190#: config/tc-m68k.c:7254 8191msgid "endw without while" 8192msgstr "" 8193 8194#: config/tc-m68k.c:7287 config/tc-m68k.c:7315 8195msgid "already assembled instructions" 8196msgstr "" 8197 8198#: config/tc-m68k.c:7392 8199#, c-format 8200msgid "`%s' is deprecated, use `%s'" 8201msgstr "" 8202 8203#: config/tc-m68k.c:7411 8204#, c-format 8205msgid "cpu `%s' unrecognized" 8206msgstr "" 8207 8208#: config/tc-m68k.c:7430 8209#, c-format 8210msgid "architecture `%s' unrecognized" 8211msgstr "" 8212 8213#: config/tc-m68k.c:7451 8214#, c-format 8215msgid "extension `%s' unrecognized" 8216msgstr "" 8217 8218#: config/tc-m68k.c:7570 8219#, c-format 8220msgid "option `-A%s' is deprecated: use `-%s'" 8221msgstr "" 8222 8223#: config/tc-m68k.c:7603 8224msgid "architecture features both enabled and disabled" 8225msgstr "" 8226 8227#: config/tc-m68k.c:7630 8228msgid "selected processor does not have all features of selected architecture" 8229msgstr "" 8230 8231#: config/tc-m68k.c:7639 8232msgid "m68k and cf features both selected" 8233msgstr "" 8234 8235#: config/tc-m68k.c:7651 8236msgid "68040 and 68851 specified; mmu instructions may assemble incorrectly" 8237msgstr "" 8238 8239#: config/tc-m68k.c:7685 8240#, c-format 8241msgid "" 8242"-march=<arch>\t\tset architecture\n" 8243"-mcpu=<cpu>\t\tset cpu [default %s]\n" 8244msgstr "" 8245 8246#: config/tc-m68k.c:7690 8247#, c-format 8248msgid "-m[no-]%-16s enable/disable%s architecture extension\n" 8249msgstr "" 8250 8251#: config/tc-m68k.c:7696 8252#, c-format 8253msgid "" 8254"-l\t\t\tuse 1 word for refs to undefined symbols [default 2]\n" 8255"-pic, -k\t\tgenerate position independent code\n" 8256"-S\t\t\tturn jbsr into jsr\n" 8257"--pcrel never turn PC-relative branches into absolute jumps\n" 8258"--register-prefix-optional\n" 8259"\t\t\trecognize register names without prefix character\n" 8260"--bitwise-or\t\tdo not treat `|' as a comment character\n" 8261"--base-size-default-16\tbase reg without size is 16 bits\n" 8262"--base-size-default-32\tbase reg without size is 32 bits (default)\n" 8263"--disp-size-default-16\tdisplacement with unknown size is 16 bits\n" 8264"--disp-size-default-32\tdisplacement with unknown size is 32 bits (default)\n" 8265msgstr "" 8266 8267#: config/tc-m68k.c:7710 8268#, c-format 8269msgid "Architecture variants are: " 8270msgstr "" 8271 8272#: config/tc-m68k.c:7719 8273#, c-format 8274msgid "Processor variants are: " 8275msgstr "" 8276 8277#: config/tc-m68k.c:7726 config/tc-xtensa.c:6238 8278#, c-format 8279msgid "\n" 8280msgstr "" 8281 8282#: config/tc-m68k.c:7757 8283#, c-format 8284msgid "Error %s in %s\n" 8285msgstr "" 8286 8287#: config/tc-m68k.c:7761 8288#, c-format 8289msgid "Opcode(%d.%s): " 8290msgstr "" 8291 8292#: config/tc-m68k.c:7921 8293msgid "Not a defined coldfire architecture" 8294msgstr "" 8295 8296#. Over here we will fill the description of the machine specific options. 8297#: config/tc-maxq.c:209 8298#, c-format 8299msgid " MAXQ-specific assembler options:\n" 8300msgstr "" 8301 8302#: config/tc-maxq.c:211 8303#, c-format 8304msgid "" 8305"\t-MAXQ20\t\t generate obj for MAXQ20(default)\n" 8306"\t-MAXQ10\t\t generate obj for MAXQ10\n" 8307"\t" 8308msgstr "" 8309 8310#: config/tc-maxq.c:377 8311#, c-format 8312msgid "Illegal Reloc type in md_estimate_size_before_relax for line : %d" 8313msgstr "" 8314 8315#: config/tc-maxq.c:454 8316#, c-format 8317msgid "Cant make long jump/call into short jump/call : %d" 8318msgstr "" 8319 8320#: config/tc-maxq.c:933 8321#, c-format 8322msgid "Invalid register value %s" 8323msgstr "" 8324 8325#: config/tc-maxq.c:1051 8326#, c-format 8327msgid "Invalid bit number : '%c'" 8328msgstr "" 8329 8330#: config/tc-maxq.c:1063 8331#, c-format 8332msgid "Illegal character after operand '%s'" 8333msgstr "" 8334 8335#: config/tc-maxq.c:1139 config/tc-maxq.c:1316 8336#, c-format 8337msgid "Invalid Character in immediate Value : %c" 8338msgstr "" 8339 8340#: config/tc-maxq.c:1159 config/tc-maxq.c:1336 8341#, c-format 8342msgid "Invalid Character in immediate value : %c" 8343msgstr "" 8344 8345#: config/tc-maxq.c:1175 8346msgid "Immediate value greater than 16 bits" 8347msgstr "" 8348 8349#: config/tc-maxq.c:1189 8350msgid "Attempt to move a value in the stack pointer greater than the size of the stack" 8351msgstr "" 8352 8353#: config/tc-maxq.c:1198 8354msgid "Attempt to move 16 bit value into an 8 bit register.Truncating..\n" 8355msgstr "" 8356 8357#: config/tc-maxq.c:1260 8358msgid "Invalid immediate move operation" 8359msgstr "" 8360 8361#: config/tc-maxq.c:1533 8362#, c-format 8363msgid "Size of Operand '%s' greater than %d" 8364msgstr "" 8365 8366#: config/tc-maxq.c:1688 8367#, c-format 8368msgid "illegal immediate operand '%s'" 8369msgstr "" 8370 8371#: config/tc-maxq.c:1710 8372#, c-format 8373msgid "Invalid operand for memory access '%s'" 8374msgstr "" 8375 8376#: config/tc-maxq.c:1772 8377msgid "illegal displacement operand " 8378msgstr "" 8379 8380#: config/tc-maxq.c:1837 8381#, c-format 8382msgid "invalid character %c before operand %d" 8383msgstr "" 8384 8385#: config/tc-maxq.c:1859 8386#, c-format 8387msgid "invalid character %c in operand %d" 8388msgstr "" 8389 8390#. We found no match. 8391#: config/tc-maxq.c:2004 8392#, c-format 8393msgid "operand %d is invalid for `%s'" 8394msgstr "" 8395 8396#: config/tc-maxq.c:2037 8397msgid "The Accumulator cannot be used as a source in ALU instructions\n" 8398msgstr "" 8399 8400#: config/tc-maxq.c:2055 8401#, c-format 8402msgid "'%s' operand cant be used as destination in %s" 8403msgstr "" 8404 8405#: config/tc-maxq.c:2071 config/tc-maxq.c:2102 config/tc-maxq.c:2116 8406#, c-format 8407msgid "Invalid Instruction '%s' operand cant be used with %s" 8408msgstr "" 8409 8410#: config/tc-maxq.c:2087 config/tc-maxq.c:2138 8411#, c-format 8412msgid "'%s' operand cant be used as source in %s" 8413msgstr "" 8414 8415#: config/tc-maxq.c:2147 8416#, c-format 8417msgid "'%s' instruction cant have first operand as Immediate vale" 8418msgstr "" 8419 8420#: config/tc-maxq.c:2160 8421#, c-format 8422msgid "SP cannot be used with %s\n" 8423msgstr "" 8424 8425#: config/tc-maxq.c:2167 8426msgid "@SP-- cannot be used with PUSH\n" 8427msgstr "" 8428 8429#: config/tc-maxq.c:2183 config/tc-maxq.c:2191 8430msgid "Operands either contradictory or use the data bus in read/write state together" 8431msgstr "" 8432 8433#: config/tc-maxq.c:2198 8434msgid "MOVE Cant Use NUL as SRC" 8435msgstr "" 8436 8437#: config/tc-maxq.c:2220 8438msgid "Contradictory movement between DP register and memory access using DP" 8439msgstr "" 8440 8441#: config/tc-maxq.c:2228 8442msgid "SP and @SP-- cannot be used together in a move instruction" 8443msgstr "" 8444 8445#: config/tc-maxq.c:2247 8446msgid "Only Module 8 system registers allowed in this operation" 8447msgstr "" 8448 8449#: config/tc-maxq.c:2273 config/tc-maxq.c:2282 config/tc-maxq.c:2308 8450msgid "Read only Register used as destination" 8451msgstr "" 8452 8453#: config/tc-maxq.c:2290 8454#, c-format 8455msgid "Bit No '%d'exceeds register size in this operation" 8456msgstr "" 8457 8458#: config/tc-maxq.c:2315 config/tc-maxq.c:2336 8459#, c-format 8460msgid "Bit No '%d' exceeds register size in this operation" 8461msgstr "" 8462 8463#: config/tc-maxq.c:2352 8464msgid "Memory References cannot be used with branching operations\n" 8465msgstr "" 8466 8467#: config/tc-maxq.c:2361 8468msgid "DJNZ uses only LC[n] register \n" 8469msgstr "" 8470 8471#: config/tc-maxq.c:2387 8472#, c-format 8473msgid "'%s' operand cant be used as destination in %s" 8474msgstr "" 8475 8476#: config/tc-maxq.c:2397 8477#, c-format 8478msgid "Read only register used for writing purposes '%s'" 8479msgstr "" 8480 8481#: config/tc-maxq.c:2409 8482msgid "Invalid destination for this kind of source." 8483msgstr "" 8484 8485#: config/tc-maxq.c:2416 8486msgid "Invalid register as destination for this kind of source.Only data pointers can be used." 8487msgstr "" 8488 8489#: config/tc-maxq.c:2504 config/tc-maxq.c:2592 8490msgid "Invalid Instruction" 8491msgstr "" 8492 8493#: config/tc-maxq.c:2790 8494msgid "Cannot allocate memory" 8495msgstr "" 8496 8497#: config/tc-maxq.c:2862 8498msgid "Internal Error: Illegal Architecure specified" 8499msgstr "" 8500 8501#: config/tc-maxq.c:2900 8502msgid "Invalid architecture type" 8503msgstr "" 8504 8505#: config/tc-maxq.c:2905 config/tc-maxq.c:2916 config/tc-maxq.c:2929 8506#: config/tc-maxq.c:2941 config/tc-maxq.c:2954 8507#, c-format 8508msgid "Internal Error : Can't Hash %s : %s" 8509msgstr "" 8510 8511#: config/tc-maxq.c:3071 8512#, c-format 8513msgid "Ineffective insntruction %s \n" 8514msgstr "" 8515 8516#: config/tc-mcore.c:521 config/tc-microblaze.c:496 config/tc-microblaze.c:524 8517#: config/tc-microblaze.c:550 config/tc-microblaze.c:562 8518#, c-format 8519msgid "register expected, but saw '%.6s'" 8520msgstr "" 8521 8522#: config/tc-mcore.c:603 8523#, c-format 8524msgid "control register expected, but saw '%.6s'" 8525msgstr "" 8526 8527#: config/tc-mcore.c:639 8528msgid "bad/missing psr specifier" 8529msgstr "" 8530 8531#: config/tc-mcore.c:689 8532msgid "more than 65K literal pools" 8533msgstr "" 8534 8535#: config/tc-mcore.c:743 8536msgid "missing ']'" 8537msgstr "" 8538 8539#: config/tc-mcore.c:782 8540msgid "operand must be a constant" 8541msgstr "" 8542 8543#: config/tc-mcore.c:784 8544#, c-format 8545msgid "operand must be absolute in range %u..%u, not %ld" 8546msgstr "" 8547 8548#: config/tc-mcore.c:819 8549msgid "operand must be a multiple of 4" 8550msgstr "" 8551 8552#: config/tc-mcore.c:826 8553msgid "operand must be a multiple of 2" 8554msgstr "" 8555 8556#: config/tc-mcore.c:840 config/tc-mcore.c:1356 config/tc-mcore.c:1410 8557msgid "base register expected" 8558msgstr "" 8559 8560#: config/tc-mcore.c:888 config/tc-microblaze.c:832 config/tc-microblaze.c:968 8561#: config/tc-microblaze.c:1000 config/tc-microblaze.c:1450 8562#: config/tc-microblaze.c:1517 config/tc-microblaze.c:1591 8563#: config/tc-microblaze.c:1964 config/tc-microblaze.c:2005 8564#, c-format 8565msgid "unknown opcode \"%s\"" 8566msgstr "" 8567 8568#: config/tc-mcore.c:931 8569msgid "invalid register: r15 illegal" 8570msgstr "" 8571 8572#: config/tc-mcore.c:980 config/tc-mcore.c:1561 8573msgid "M340 specific opcode used when assembling for M210" 8574msgstr "" 8575 8576#: config/tc-mcore.c:998 config/tc-mcore.c:1038 config/tc-mcore.c:1057 8577#: config/tc-mcore.c:1076 config/tc-mcore.c:1104 config/tc-mcore.c:1133 8578#: config/tc-mcore.c:1170 config/tc-mcore.c:1205 config/tc-mcore.c:1224 8579#: config/tc-mcore.c:1243 config/tc-mcore.c:1277 config/tc-mcore.c:1302 8580#: config/tc-mcore.c:1359 config/tc-mcore.c:1413 config/tc-mcore.c:1449 8581#: config/tc-mcore.c:1508 config/tc-mcore.c:1530 config/tc-mcore.c:1553 8582msgid "second operand missing" 8583msgstr "" 8584 8585#: config/tc-mcore.c:1014 8586msgid "destination register must be r1" 8587msgstr "" 8588 8589#: config/tc-mcore.c:1035 8590msgid "source register must be r1" 8591msgstr "" 8592 8593#: config/tc-mcore.c:1099 config/tc-mcore.c:1156 8594msgid "immediate is not a power of two" 8595msgstr "" 8596 8597#: config/tc-mcore.c:1127 8598msgid "translating bgeni to movi" 8599msgstr "" 8600 8601#: config/tc-mcore.c:1164 8602msgid "translating mgeni to movi" 8603msgstr "" 8604 8605#: config/tc-mcore.c:1196 8606msgid "translating bmaski to movi" 8607msgstr "" 8608 8609#: config/tc-mcore.c:1272 8610#, c-format 8611msgid "displacement too large (%d)" 8612msgstr "" 8613 8614#: config/tc-mcore.c:1286 8615msgid "Invalid register: r0 and r15 illegal" 8616msgstr "" 8617 8618#: config/tc-mcore.c:1317 8619msgid "bad starting register: r0 and r15 invalid" 8620msgstr "" 8621 8622#: config/tc-mcore.c:1330 8623msgid "ending register must be r15" 8624msgstr "" 8625 8626#: config/tc-mcore.c:1350 8627msgid "bad base register: must be r0" 8628msgstr "" 8629 8630#: config/tc-mcore.c:1368 8631msgid "first register must be r4" 8632msgstr "" 8633 8634#: config/tc-mcore.c:1379 8635msgid "last register must be r7" 8636msgstr "" 8637 8638#: config/tc-mcore.c:1416 8639msgid "reg-reg expected" 8640msgstr "" 8641 8642#: config/tc-mcore.c:1527 8643msgid "second operand must be 1" 8644msgstr "" 8645 8646#: config/tc-mcore.c:1548 8647msgid "zero used as immediate value" 8648msgstr "" 8649 8650#: config/tc-mcore.c:1575 8651msgid "duplicated psr bit specifier" 8652msgstr "" 8653 8654#: config/tc-mcore.c:1581 8655msgid "`af' must appear alone" 8656msgstr "" 8657 8658#: config/tc-mcore.c:1588 config/tc-microblaze.c:1611 8659#, c-format 8660msgid "unimplemented opcode \"%s\"" 8661msgstr "" 8662 8663#: config/tc-mcore.c:1597 config/tc-microblaze.c:1620 8664#, c-format 8665msgid "ignoring operands: %s " 8666msgstr "" 8667 8668#: config/tc-mcore.c:1667 8669#, c-format 8670msgid "unrecognised cpu type '%s'" 8671msgstr "" 8672 8673#: config/tc-mcore.c:1685 8674#, c-format 8675msgid "" 8676"MCORE specific options:\n" 8677" -{no-}jsri2bsr\t {dis}able jsri to bsr transformation (def: dis)\n" 8678" -{no-}sifilter\t {dis}able silicon filter behavior (def: dis)\n" 8679" -cpu=[210|340] select CPU type\n" 8680" -EB assemble for a big endian system (default)\n" 8681" -EL assemble for a little endian system\n" 8682msgstr "" 8683 8684#: config/tc-mcore.c:1703 config/tc-microblaze.c:1729 8685msgid "failed sanity check: short_jump" 8686msgstr "" 8687 8688#: config/tc-mcore.c:1713 config/tc-microblaze.c:1739 8689msgid "failed sanity check: long_jump" 8690msgstr "" 8691 8692#: config/tc-mcore.c:1739 8693#, c-format 8694msgid "odd displacement at %x" 8695msgstr "" 8696 8697#. Variable not in small data read only segment accessed 8698#. using small data read only anchor. 8699#: config/tc-mcore.c:1921 config/tc-microblaze.c:1826 8700#: config/tc-microblaze.c:2117 config/tc-microblaze.c:2140 8701msgid "unknown" 8702msgstr "" 8703 8704#: config/tc-mcore.c:1948 8705#, c-format 8706msgid "odd distance branch (0x%lx bytes)" 8707msgstr "" 8708 8709#: config/tc-mcore.c:1952 8710#, c-format 8711msgid "pcrel for branch to %s too far (0x%lx)" 8712msgstr "" 8713 8714#: config/tc-mcore.c:1972 8715#, c-format 8716msgid "pcrel for lrw/jmpi/jsri to %s too far (0x%lx)" 8717msgstr "" 8718 8719#: config/tc-mcore.c:1984 8720#, c-format 8721msgid "pcrel for loopt too far (0x%lx)" 8722msgstr "" 8723 8724#: config/tc-mcore.c:2180 config/tc-microblaze.c:2272 config/tc-tic30.c:1384 8725#, c-format 8726msgid "Can not do %d byte %srelocation" 8727msgstr "" 8728 8729#: config/tc-mcore.c:2182 config/tc-microblaze.c:2274 8730msgid "pc-relative" 8731msgstr "" 8732 8733#: config/tc-mep.c:343 8734#, c-format 8735msgid "" 8736"MeP specific command line options:\n" 8737" -EB assemble for a big endian system\n" 8738" -EL assemble for a little endian system (default)\n" 8739" -mconfig=<name> specify a chip configuration to use\n" 8740" -maverage -mno-average -mmult -mno-mult -mdiv -mno-div\n" 8741" -mbitops -mno-bitops -mleadz -mno-leadz -mabsdiff -mno-absdiff\n" 8742" -mminmax -mno-minmax -mclip -mno-clip -msatur -mno-satur -mcop32\n" 8743" enable/disable the given opcodes\n" 8744"\n" 8745" If -mconfig is given, the other -m options modify it. Otherwise,\n" 8746" if no -m options are given, all core opcodes are enabled;\n" 8747" if any enabling -m options are given, only those are enabled;\n" 8748" if only disabling -m options are given, only those are disabled.\n" 8749msgstr "" 8750 8751#: config/tc-mep.c:412 8752msgid "$hi and $lo are disabled when MUL and DIV are off" 8753msgstr "" 8754 8755#: config/tc-mep.c:419 8756msgid "$mb0, $me0, $mb1, and $me1 are disabled when COP is off" 8757msgstr "" 8758 8759#: config/tc-mep.c:424 8760msgid "$dbg and $depc are disabled when DEBUG is off" 8761msgstr "" 8762 8763#: config/tc-mep.c:615 8764msgid "core and copro insn lengths must total 32 bits." 8765msgstr "" 8766 8767#: config/tc-mep.c:618 config/tc-mep.c:755 8768msgid "vliw group must consist of 1 core and 1 copro insn." 8769msgstr "" 8770 8771#: config/tc-mep.c:752 8772msgid "core and copro insn lengths must total 64 bits." 8773msgstr "" 8774 8775#: config/tc-mep.c:984 8776#, c-format 8777msgid "cannot pack %s with a 16-bit insn" 8778msgstr "" 8779 8780#: config/tc-mep.c:1002 8781#, c-format 8782msgid "cannot pack %s and %s together with a 16-bit insn" 8783msgstr "" 8784 8785#: config/tc-mep.c:1008 8786msgid "too many IVC2 insns to pack with a 16-bit core insn" 8787msgstr "" 8788 8789#: config/tc-mep.c:1023 8790#, c-format 8791msgid "cannot pack %s into slot P1" 8792msgstr "" 8793 8794#: config/tc-mep.c:1029 8795msgid "too many IVC2 insns to pack with a 32-bit core insn" 8796msgstr "" 8797 8798#: config/tc-mep.c:1047 8799#, c-format 8800msgid "unable to pack %s by itself?" 8801msgstr "" 8802 8803#: config/tc-mep.c:1077 8804#, c-format 8805msgid "cannot pack %s and %s together" 8806msgstr "" 8807 8808#: config/tc-mep.c:1083 8809msgid "too many IVC2 insns to pack together" 8810msgstr "" 8811 8812#. There are no insns in the queue and a plus is present. 8813#. This is a syntax error. Let's not tolerate this. 8814#. We can relax this later if necessary. 8815#: config/tc-mep.c:1320 8816msgid "Invalid use of parallelization operator." 8817msgstr "" 8818 8819#: config/tc-mep.c:1366 8820msgid "Leading plus sign not allowed in core mode" 8821msgstr "" 8822 8823#: config/tc-mep.c:1894 8824#, c-format 8825msgid "Don't know how to relocate plain operands of type %s" 8826msgstr "" 8827 8828#: config/tc-mep.c:1904 8829#, c-format 8830msgid "Perhaps you are missing %%tpoff()?" 8831msgstr "" 8832 8833#: config/tc-mep.c:2091 8834msgid "Bad .section directive: want a,v,w,x,M,S in string" 8835msgstr "" 8836 8837#: config/tc-mep.c:2149 8838msgid ".vliw unavailable when VLIW is disabled." 8839msgstr "" 8840 8841#: config/tc-microblaze.c:501 config/tc-microblaze.c:530 8842#: config/tc-microblaze.c:556 8843#, c-format 8844msgid "Invalid register number at '%.6s'" 8845msgstr "" 8846 8847#: config/tc-microblaze.c:651 8848msgid "operand must be a constant or a label" 8849msgstr "" 8850 8851#: config/tc-microblaze.c:655 8852#, c-format 8853msgid "operand must be absolute in range %d..%d, not %d" 8854msgstr "" 8855 8856#: config/tc-microblaze.c:846 config/tc-microblaze.c:853 8857#: config/tc-microblaze.c:860 config/tc-microblaze.c:893 8858#: config/tc-microblaze.c:900 config/tc-microblaze.c:906 8859#: config/tc-microblaze.c:1023 config/tc-microblaze.c:1030 8860#: config/tc-microblaze.c:1036 config/tc-microblaze.c:1067 8861#: config/tc-microblaze.c:1074 config/tc-microblaze.c:1094 8862#: config/tc-microblaze.c:1101 config/tc-microblaze.c:1121 8863#: config/tc-microblaze.c:1128 config/tc-microblaze.c:1146 8864#: config/tc-microblaze.c:1153 config/tc-microblaze.c:1175 8865#: config/tc-microblaze.c:1182 config/tc-microblaze.c:1200 8866#: config/tc-microblaze.c:1215 config/tc-microblaze.c:1233 8867#: config/tc-microblaze.c:1250 config/tc-microblaze.c:1257 8868#: config/tc-microblaze.c:1299 config/tc-microblaze.c:1306 8869#: config/tc-microblaze.c:1348 config/tc-microblaze.c:1355 8870#: config/tc-microblaze.c:1378 config/tc-microblaze.c:1385 8871#: config/tc-microblaze.c:1405 config/tc-microblaze.c:1411 8872#: config/tc-microblaze.c:1472 config/tc-microblaze.c:1478 8873#: config/tc-microblaze.c:1539 8874msgid "Error in statement syntax" 8875msgstr "" 8876 8877#: config/tc-microblaze.c:866 config/tc-microblaze.c:868 8878#: config/tc-microblaze.c:870 config/tc-microblaze.c:910 8879#: config/tc-microblaze.c:912 config/tc-microblaze.c:1040 8880#: config/tc-microblaze.c:1042 config/tc-microblaze.c:1080 8881#: config/tc-microblaze.c:1082 config/tc-microblaze.c:1107 8882#: config/tc-microblaze.c:1109 config/tc-microblaze.c:1134 8883#: config/tc-microblaze.c:1157 config/tc-microblaze.c:1188 8884#: config/tc-microblaze.c:1205 config/tc-microblaze.c:1221 8885#: config/tc-microblaze.c:1239 config/tc-microblaze.c:1361 8886#: config/tc-microblaze.c:1363 config/tc-microblaze.c:1391 8887#: config/tc-microblaze.c:1393 config/tc-microblaze.c:1415 8888#: config/tc-microblaze.c:1482 config/tc-microblaze.c:1545 8889msgid "Cannot use special register with this instruction" 8890msgstr "" 8891 8892#: config/tc-microblaze.c:920 8893msgid "lmi pseudo instruction should not use a label in imm field" 8894msgstr "" 8895 8896#: config/tc-microblaze.c:922 8897msgid "smi pseudo instruction should not use a label in imm field" 8898msgstr "" 8899 8900#: config/tc-microblaze.c:1045 8901msgid "Symbol used as immediate for shift instruction" 8902msgstr "" 8903 8904#: config/tc-microblaze.c:1054 8905#, c-format 8906msgid "Shift value > 32. using <value %% 32>" 8907msgstr "" 8908 8909#: config/tc-microblaze.c:1160 8910msgid "Symbol used as immediate value for msrset/msrclr instructions" 8911msgstr "" 8912 8913#: config/tc-microblaze.c:1288 config/tc-microblaze.c:1337 8914msgid "invalid value for special purpose register" 8915msgstr "" 8916 8917#: config/tc-microblaze.c:1553 8918msgid "An IMM instruction should not be present in the .s file" 8919msgstr "" 8920 8921#: config/tc-microblaze.c:1681 8922msgid "Bad call to MD_NTOF()" 8923msgstr "" 8924 8925#: config/tc-microblaze.c:1917 8926#, c-format 8927msgid "pcrel for branch to %s too far (0x%x)" 8928msgstr "" 8929 8930#. We know the abs value: Should never happen. 8931#: config/tc-microblaze.c:2066 8932msgid "Absolute PC-relative value in relaxation code. Assembler error....." 8933msgstr "" 8934 8935#. Cannot have a PC-relative branch to a diff segment. 8936#: config/tc-microblaze.c:2079 8937#, c-format 8938msgid "PC relative branch to label %s which is not in the instruction space" 8939msgstr "" 8940 8941#: config/tc-microblaze.c:2120 8942msgid "Variable is accessed using small data read only anchor, but it is not in the small data read only section" 8943msgstr "" 8944 8945#: config/tc-microblaze.c:2143 8946msgid "Variable is accessed using small data read write anchor, but it is not in the small data read write section" 8947msgstr "" 8948 8949#: config/tc-microblaze.c:2152 8950msgid "Incorrect fr_opcode value in frag. Internal error....." 8951msgstr "" 8952 8953#. We know the abs value: Should never happen. 8954#: config/tc-microblaze.c:2159 8955msgid "Absolute value in relaxation code. Assembler error....." 8956msgstr "" 8957 8958#: config/tc-microblaze.c:2364 config/tc-mn10300.c:1065 config/tc-sh.c:776 8959#: config/tc-z80.c:671 read.c:4275 8960#, c-format 8961msgid "unsupported BFD relocation size %u" 8962msgstr "" 8963 8964#. Prototypes for static functions. 8965#: config/tc-mips.c:1042 8966#, c-format 8967msgid "internal Error, line %d, %s" 8968msgstr "" 8969 8970#: config/tc-mips.c:1795 config/tc-mips.c:12826 8971#, c-format 8972msgid "Unrecognized register name `%s'" 8973msgstr "" 8974 8975#: config/tc-mips.c:1887 8976msgid "-G may not be used in position-independent code" 8977msgstr "" 8978 8979#: config/tc-mips.c:1934 8980#, c-format 8981msgid "internal: can't hash `%s': %s" 8982msgstr "" 8983 8984#: config/tc-mips.c:1942 8985#, c-format 8986msgid "internal error: bad mips16 opcode: %s %s\n" 8987msgstr "" 8988 8989#: config/tc-mips.c:2114 8990#, c-format 8991msgid "returned from mips_ip(%s) insn_opcode = 0x%x\n" 8992msgstr "" 8993 8994#: config/tc-mips.c:2890 config/tc-mips.c:14521 8995msgid "extended instruction in delay slot" 8996msgstr "" 8997 8998#: config/tc-mips.c:2954 config/tc-mips.c:2961 8999#, c-format 9000msgid "jump to misaligned address (0x%lx)" 9001msgstr "" 9002 9003#: config/tc-mips.c:2971 config/tc-mips.c:3742 9004#, c-format 9005msgid "branch to misaligned address (0x%lx)" 9006msgstr "" 9007 9008#: config/tc-mips.c:2976 config/tc-mips.c:3745 9009#, c-format 9010msgid "branch address range overflow (0x%lx)" 9011msgstr "" 9012 9013#. To reproduce this failure try assembling gas/testsuites/ 9014#. gas/mips/mips16-intermix.s with a mips-ecoff targeted 9015#. assembler. 9016#: config/tc-mips.c:3003 9017#, c-format 9018msgid "Unsupported MIPS relocation number %d" 9019msgstr "" 9020 9021#: config/tc-mips.c:3475 9022msgid "Macro instruction expanded into multiple instructions in a branch delay slot" 9023msgstr "" 9024 9025#: config/tc-mips.c:3478 9026msgid "Macro instruction expanded into multiple instructions" 9027msgstr "" 9028 9029#: config/tc-mips.c:4014 config/tc-mips.c:8012 config/tc-mips.c:8036 9030#: config/tc-mips.c:8109 config/tc-mips.c:8132 9031msgid "operand overflow" 9032msgstr "" 9033 9034#: config/tc-mips.c:4033 config/tc-mips.c:4633 config/tc-mips.c:7383 9035#: config/tc-mips.c:8199 9036msgid "Macro used $at after \".set noat\"" 9037msgstr "" 9038 9039#: config/tc-mips.c:4062 9040msgid "unsupported large constant" 9041msgstr "" 9042 9043#: config/tc-mips.c:4064 9044#, c-format 9045msgid "Instruction %s requires absolute expression" 9046msgstr "" 9047 9048#: config/tc-mips.c:4197 config/tc-mips.c:6503 config/tc-mips.c:7079 9049#, c-format 9050msgid "Number (0x%s) larger than 32 bits" 9051msgstr "" 9052 9053#: config/tc-mips.c:4217 9054msgid "Number larger than 64 bits" 9055msgstr "" 9056 9057#: config/tc-mips.c:4511 config/tc-mips.c:4539 config/tc-mips.c:4577 9058#: config/tc-mips.c:4622 config/tc-mips.c:6712 config/tc-mips.c:6751 9059#: config/tc-mips.c:6790 config/tc-mips.c:7194 config/tc-mips.c:7246 9060msgid "PIC code offset overflow (max 16 signed bits)" 9061msgstr "" 9062 9063#: config/tc-mips.c:4944 config/tc-mips.c:5010 config/tc-mips.c:5098 9064#: config/tc-mips.c:5145 config/tc-mips.c:5206 config/tc-mips.c:5254 9065#: config/tc-mips.c:8293 config/tc-mips.c:8300 config/tc-mips.c:8307 9066#: config/tc-mips.c:8414 9067msgid "Unsupported large constant" 9068msgstr "" 9069 9070#. result is always true 9071#: config/tc-mips.c:4976 9072#, c-format 9073msgid "Branch %s is always true" 9074msgstr "" 9075 9076#: config/tc-mips.c:5217 config/tc-mips.c:5265 config/tc-mips.c:9065 9077#: config/tc-mips.c:9222 9078#, c-format 9079msgid "Improper position (%lu)" 9080msgstr "" 9081 9082#: config/tc-mips.c:5223 config/tc-mips.c:9132 9083#, c-format 9084msgid "Improper extract size (%lu, position %lu)" 9085msgstr "" 9086 9087#: config/tc-mips.c:5271 config/tc-mips.c:9096 9088#, c-format 9089msgid "Improper insert size (%lu, position %lu)" 9090msgstr "" 9091 9092#: config/tc-mips.c:5308 config/tc-mips.c:5405 9093msgid "Divide by zero." 9094msgstr "" 9095 9096#: config/tc-mips.c:5491 9097msgid "dla used to load 32-bit register" 9098msgstr "" 9099 9100#: config/tc-mips.c:5494 9101msgid "la used to load 64-bit address" 9102msgstr "" 9103 9104#: config/tc-mips.c:5606 config/tc-z80.c:700 9105msgid "offset too large" 9106msgstr "" 9107 9108#: config/tc-mips.c:5780 config/tc-mips.c:6059 9109msgid "PIC code offset overflow (max 32 signed bits)" 9110msgstr "" 9111 9112#: config/tc-mips.c:6142 9113msgid "MIPS PIC call to register other than $25" 9114msgstr "" 9115 9116#: config/tc-mips.c:6148 config/tc-mips.c:6159 config/tc-mips.c:6281 9117#: config/tc-mips.c:6292 9118msgid "No .cprestore pseudo-op used in PIC code" 9119msgstr "" 9120 9121#: config/tc-mips.c:6153 config/tc-mips.c:6286 9122msgid "No .frame pseudo-op used in PIC code" 9123msgstr "" 9124 9125#: config/tc-mips.c:6307 9126msgid "Non-PIC jump used in PIC library" 9127msgstr "" 9128 9129#: config/tc-mips.c:6470 config/tc-mips.c:7346 9130#, c-format 9131msgid "opcode not supported on this processor: %s" 9132msgstr "" 9133 9134#: config/tc-mips.c:7552 config/tc-mips.c:7583 config/tc-mips.c:7634 9135#: config/tc-mips.c:7664 9136msgid "Improper rotate count" 9137msgstr "" 9138 9139#: config/tc-mips.c:7714 9140#, c-format 9141msgid "Instruction %s: result is always false" 9142msgstr "" 9143 9144#: config/tc-mips.c:7875 9145#, c-format 9146msgid "Instruction %s: result is always true" 9147msgstr "" 9148 9149#. FIXME: Check if this is one of the itbl macros, since they 9150#. are added dynamically. 9151#: config/tc-mips.c:8195 9152#, c-format 9153msgid "Macro %s not implemented yet" 9154msgstr "" 9155 9156#: config/tc-mips.c:8445 9157#, c-format 9158msgid "internal: bad mips opcode (mask error): %s %s" 9159msgstr "" 9160 9161#: config/tc-mips.c:8485 config/tc-mips.c:9296 9162#, c-format 9163msgid "internal: bad mips opcode (unknown extension operand type `+%c'): %s %s" 9164msgstr "" 9165 9166#: config/tc-mips.c:8564 9167#, c-format 9168msgid "internal: bad mips opcode (unknown operand type `%c'): %s %s" 9169msgstr "" 9170 9171#: config/tc-mips.c:8571 9172#, c-format 9173msgid "internal: bad mips opcode (bits 0x%lx undefined): %s %s" 9174msgstr "" 9175 9176#: config/tc-mips.c:8694 config/tc-mips.c:8702 config/tc-mips.c:10165 9177#: config/tc-score.c:2696 config/tc-score.c:2742 9178msgid "unrecognized opcode" 9179msgstr "" 9180 9181#: config/tc-mips.c:8729 config/tc-mips.c:10191 9182#, c-format 9183msgid "opcode not supported on this processor: %s (%s)" 9184msgstr "" 9185 9186#: config/tc-mips.c:8763 9187#, c-format 9188msgid "BALIGN immediate not 1 or 3 (%lu)" 9189msgstr "" 9190 9191#: config/tc-mips.c:8776 config/tc-mips.c:8789 config/tc-mips.c:8802 9192#: config/tc-mips.c:8815 config/tc-mips.c:8841 config/tc-mips.c:8885 9193#, c-format 9194msgid "DSP immediate not in range 0..%d (%lu)" 9195msgstr "" 9196 9197#: config/tc-mips.c:8833 config/tc-mips.c:8860 9198msgid "Invalid dsp acc register" 9199msgstr "" 9200 9201#: config/tc-mips.c:8871 config/tc-mips.c:8902 config/tc-mips.c:8919 9202#, c-format 9203msgid "DSP immediate not in range %ld..%ld (%ld)" 9204msgstr "" 9205 9206#: config/tc-mips.c:8932 9207#, c-format 9208msgid "MT usermode bit not 0 or 1 (%lu)" 9209msgstr "" 9210 9211#: config/tc-mips.c:8943 9212#, c-format 9213msgid "MT load high bit not 0 or 1 (%lu)" 9214msgstr "" 9215 9216#: config/tc-mips.c:8960 config/tc-mips.c:8973 9217msgid "Invalid dsp/smartmips acc register" 9218msgstr "" 9219 9220#: config/tc-mips.c:9038 9221#, c-format 9222msgid "Illegal %s number (%lu, 0x%lx)" 9223msgstr "" 9224 9225#: config/tc-mips.c:9151 config/tc-mips.c:9704 9226msgid "absolute expression required" 9227msgstr "" 9228 9229#: config/tc-mips.c:9174 9230#, c-format 9231msgid "Invalid register number (%d)" 9232msgstr "" 9233 9234#: config/tc-mips.c:9182 9235msgid "Invalid coprocessor 0 register number" 9236msgstr "" 9237 9238#: config/tc-mips.c:9192 9239#, c-format 9240msgid "Improper bit index (%lu)" 9241msgstr "" 9242 9243#: config/tc-mips.c:9253 config/tc-mips.c:9270 9244#, c-format 9245msgid "Improper size (%lu)" 9246msgstr "" 9247 9248#: config/tc-mips.c:9286 9249#, c-format 9250msgid "Improper immediate (%ld)" 9251msgstr "" 9252 9253#: config/tc-mips.c:9313 9254#, c-format 9255msgid "Improper shift amount (%lu)" 9256msgstr "" 9257 9258#: config/tc-mips.c:9337 config/tc-mips.c:10512 config/tc-mips.c:10765 9259#, c-format 9260msgid "Invalid value for `%s' (%lu)" 9261msgstr "" 9262 9263#: config/tc-mips.c:9354 9264#, c-format 9265msgid "Code for %s not in range 0..1023 (%lu)" 9266msgstr "" 9267 9268#: config/tc-mips.c:9366 9269#, c-format 9270msgid "Lower code for %s not in range 0..1023 (%lu)" 9271msgstr "" 9272 9273#: config/tc-mips.c:9378 9274#, c-format 9275msgid "Code for %s not in range 0..1048575 (%lu)" 9276msgstr "" 9277 9278#: config/tc-mips.c:9391 9279#, c-format 9280msgid "Coproccesor code > 25 bits (%lu)" 9281msgstr "" 9282 9283#: config/tc-mips.c:9405 9284#, c-format 9285msgid "Illegal 19-bit code (%lu)" 9286msgstr "" 9287 9288#: config/tc-mips.c:9418 9289#, c-format 9290msgid "Invalid performance register (%lu)" 9291msgstr "" 9292 9293#: config/tc-mips.c:9461 config/tc-mips.c:10372 9294msgid "used $at without \".set noat\"" 9295msgstr "" 9296 9297#: config/tc-mips.c:9463 config/tc-mips.c:10374 9298#, c-format 9299msgid "used $%u with \".set at=$%u\"" 9300msgstr "" 9301 9302#: config/tc-mips.c:9489 9303msgid "source and destination must be different" 9304msgstr "" 9305 9306#: config/tc-mips.c:9494 9307msgid "a destination register must be supplied" 9308msgstr "" 9309 9310#: config/tc-mips.c:9563 9311#, c-format 9312msgid "Improper align amount (%ld), using low bits" 9313msgstr "" 9314 9315#: config/tc-mips.c:9577 9316#, c-format 9317msgid "Invalid MDMX Immediate (%ld)" 9318msgstr "" 9319 9320#: config/tc-mips.c:9615 9321#, c-format 9322msgid "Float register should be even, was %d" 9323msgstr "" 9324 9325#: config/tc-mips.c:9654 9326#, c-format 9327msgid "Bad element selector %ld" 9328msgstr "" 9329 9330#: config/tc-mips.c:9662 9331#, c-format 9332msgid "Expecting ']' found '%s'" 9333msgstr "" 9334 9335#: config/tc-mips.c:9768 9336#, c-format 9337msgid "Bad floating point constant: %s" 9338msgstr "" 9339 9340#: config/tc-mips.c:9888 9341msgid "Can't use floating point insn in this section" 9342msgstr "" 9343 9344#: config/tc-mips.c:9949 9345msgid "expression out of range" 9346msgstr "" 9347 9348#: config/tc-mips.c:9989 9349msgid "lui expression not in range 0..65535" 9350msgstr "" 9351 9352#: config/tc-mips.c:10010 9353#, c-format 9354msgid "Condition code register should be even for %s, was %d" 9355msgstr "" 9356 9357#: config/tc-mips.c:10015 9358#, c-format 9359msgid "Condition code register should be 0 or 4 for %s, was %d" 9360msgstr "" 9361 9362#: config/tc-mips.c:10041 9363msgid "invalid coprocessor sub-selection value (0-7)" 9364msgstr "" 9365 9366#: config/tc-mips.c:10053 config/tc-mips.c:10070 9367#, c-format 9368msgid "bad byte vector index (%ld)" 9369msgstr "" 9370 9371#: config/tc-mips.c:10081 9372#, c-format 9373msgid "bad char = '%c'\n" 9374msgstr "" 9375 9376#: config/tc-mips.c:10092 config/tc-mips.c:10097 config/tc-mips.c:10790 9377msgid "illegal operands" 9378msgstr "" 9379 9380#: config/tc-mips.c:10548 config/tc-mips.c:10629 config/tc-mips.c:10644 9381msgid "can't parse register list" 9382msgstr "" 9383 9384#: config/tc-mips.c:10617 9385msgid "more than one frame size in list" 9386msgstr "" 9387 9388#: config/tc-mips.c:10672 9389msgid "unexpected register in list" 9390msgstr "" 9391 9392#: config/tc-mips.c:10682 9393msgid "arg/static registers overlap" 9394msgstr "" 9395 9396#: config/tc-mips.c:10700 9397msgid "invalid arg register list" 9398msgstr "" 9399 9400#: config/tc-mips.c:10709 config/tc-mips.c:10732 9401msgid "invalid static register list" 9402msgstr "" 9403 9404#: config/tc-mips.c:10739 9405msgid "missing frame size" 9406msgstr "" 9407 9408#: config/tc-mips.c:10742 9409msgid "invalid frame size" 9410msgstr "" 9411 9412#: config/tc-mips.c:10908 9413msgid "extended operand requested but not required" 9414msgstr "" 9415 9416#: config/tc-mips.c:10910 9417msgid "invalid unextended operand value" 9418msgstr "" 9419 9420#: config/tc-mips.c:10938 9421msgid "operand value out of range for instruction" 9422msgstr "" 9423 9424#: config/tc-mips.c:11043 9425#, c-format 9426msgid "relocation %s isn't supported by the current ABI" 9427msgstr "" 9428 9429#: config/tc-mips.c:11099 9430msgid "unclosed '('" 9431msgstr "" 9432 9433#: config/tc-mips.c:11374 9434#, c-format 9435msgid "A different %s was already specified, is now %s" 9436msgstr "" 9437 9438#: config/tc-mips.c:11621 9439msgid "-call_shared is supported only for ELF format" 9440msgstr "" 9441 9442#: config/tc-mips.c:11631 9443msgid "-call_nonpic is supported only for ELF format" 9444msgstr "" 9445 9446#: config/tc-mips.c:11641 9447msgid "-non_shared is supported only for ELF format" 9448msgstr "" 9449 9450#: config/tc-mips.c:11674 9451msgid "-n32 is supported for ELF format only" 9452msgstr "" 9453 9454#: config/tc-mips.c:11683 9455msgid "-64 is supported for ELF format only" 9456msgstr "" 9457 9458#: config/tc-mips.c:11688 config/tc-mips.c:11741 9459msgid "No compiled in support for 64 bit object file format" 9460msgstr "" 9461 9462#: config/tc-mips.c:11728 9463msgid "-mabi is supported for ELF format only" 9464msgstr "" 9465 9466#: config/tc-mips.c:11748 9467#, c-format 9468msgid "invalid abi -mabi=%s" 9469msgstr "" 9470 9471#: config/tc-mips.c:11826 9472msgid "-G not supported in this configuration." 9473msgstr "" 9474 9475#: config/tc-mips.c:11852 9476#, c-format 9477msgid "-%s conflicts with the other architecture options, which imply -%s" 9478msgstr "" 9479 9480#: config/tc-mips.c:11864 9481#, c-format 9482msgid "-march=%s is not compatible with the selected ABI" 9483msgstr "" 9484 9485#: config/tc-mips.c:11883 9486msgid "-mgp64 used with a 32-bit processor" 9487msgstr "" 9488 9489#: config/tc-mips.c:11885 9490msgid "-mgp32 used with a 64-bit ABI" 9491msgstr "" 9492 9493#: config/tc-mips.c:11887 9494msgid "-mgp64 used with a 32-bit ABI" 9495msgstr "" 9496 9497#: config/tc-mips.c:11925 9498msgid "-mfp64 used with a 32-bit fpu" 9499msgstr "" 9500 9501#: config/tc-mips.c:11928 9502msgid "-mfp64 used with a 32-bit ABI" 9503msgstr "" 9504 9505#: config/tc-mips.c:11932 9506msgid "-mfp32 used with a 64-bit ABI" 9507msgstr "" 9508 9509#: config/tc-mips.c:11946 9510msgid "trap exception not supported at ISA 1" 9511msgstr "" 9512 9513#: config/tc-mips.c:11956 9514msgid "-mfp32 used with -mips3d" 9515msgstr "" 9516 9517#: config/tc-mips.c:11962 9518msgid "-mfp32 used with -mdmx" 9519msgstr "" 9520 9521#: config/tc-mips.c:11967 9522#, c-format 9523msgid "%s ISA does not support SmartMIPS" 9524msgstr "" 9525 9526#: config/tc-mips.c:11973 config/tc-mips.c:12918 9527#, c-format 9528msgid "%s ISA does not support DSP ASE" 9529msgstr "" 9530 9531#: config/tc-mips.c:11982 config/tc-mips.c:12931 9532#, c-format 9533msgid "%s ISA does not support DSP R2 ASE" 9534msgstr "" 9535 9536#: config/tc-mips.c:11988 config/tc-mips.c:12944 9537#, c-format 9538msgid "%s ISA does not support MT ASE" 9539msgstr "" 9540 9541#: config/tc-mips.c:12037 9542msgid "PC relative MIPS16 instruction references a different section" 9543msgstr "" 9544 9545#: config/tc-mips.c:12335 config/tc-sparc.c:3184 config/tc-sparc.c:3191 9546#: config/tc-sparc.c:3198 config/tc-sparc.c:3205 config/tc-sparc.c:3212 9547#: config/tc-sparc.c:3221 config/tc-sparc.c:3232 config/tc-sparc.c:3254 9548#: config/tc-sparc.c:3278 write.c:1122 9549msgid "relocation overflow" 9550msgstr "" 9551 9552#: config/tc-mips.c:12345 9553#, c-format 9554msgid "Branch to misaligned address (%lx)" 9555msgstr "" 9556 9557#: config/tc-mips.c:12392 9558msgid "Branch out of range" 9559msgstr "" 9560 9561#: config/tc-mips.c:12474 9562#, c-format 9563msgid "Alignment too large: %d. assumed." 9564msgstr "" 9565 9566#: config/tc-mips.c:12477 9567msgid "Alignment negative: 0 assumed." 9568msgstr "" 9569 9570#: config/tc-mips.c:12723 9571#, c-format 9572msgid "%s: no such section" 9573msgstr "" 9574 9575#: config/tc-mips.c:12772 9576#, c-format 9577msgid ".option pic%d not supported" 9578msgstr "" 9579 9580#: config/tc-mips.c:12777 config/tc-mips.c:13084 9581msgid "-G may not be used with SVR4 PIC code" 9582msgstr "" 9583 9584#: config/tc-mips.c:12783 9585#, c-format 9586msgid "Unrecognized option \"%s\"" 9587msgstr "" 9588 9589#: config/tc-mips.c:12843 9590msgid "`noreorder' must be set before `nomacro'" 9591msgstr "" 9592 9593#: config/tc-mips.c:12869 9594#, c-format 9595msgid "%s isa does not support 64-bit registers" 9596msgstr "" 9597 9598#: config/tc-mips.c:12880 9599#, c-format 9600msgid "%s isa does not support 64-bit floating point registers" 9601msgstr "" 9602 9603#: config/tc-mips.c:12901 9604#, c-format 9605msgid "%s ISA does not support SmartMIPS ASE" 9606msgstr "" 9607 9608#: config/tc-mips.c:12968 9609#, c-format 9610msgid "unknown architecture %s" 9611msgstr "" 9612 9613#: config/tc-mips.c:12981 config/tc-mips.c:13011 9614#, c-format 9615msgid "unknown ISA level %s" 9616msgstr "" 9617 9618#: config/tc-mips.c:12989 9619#, c-format 9620msgid "unknown ISA or architecture %s" 9621msgstr "" 9622 9623#: config/tc-mips.c:13039 9624msgid ".set pop with no .set push" 9625msgstr "" 9626 9627#: config/tc-mips.c:13068 9628#, c-format 9629msgid "Tried to set unrecognized symbol: %s\n" 9630msgstr "" 9631 9632#: config/tc-mips.c:13126 9633msgid ".cpload not in noreorder section" 9634msgstr "" 9635 9636#: config/tc-mips.c:13194 config/tc-mips.c:13213 9637msgid "missing argument separator ',' for .cpsetup" 9638msgstr "" 9639 9640#: config/tc-mips.c:13371 9641#, c-format 9642msgid "Unsupported use of %s" 9643msgstr "" 9644 9645#: config/tc-mips.c:13453 config/tc-score.c:6036 9646msgid "Unsupported use of .gpword" 9647msgstr "" 9648 9649#: config/tc-mips.c:13493 9650msgid "Unsupported use of .gpdword" 9651msgstr "" 9652 9653#: config/tc-mips.c:13587 9654#, c-format 9655msgid "ignoring attempt to redefine symbol %s" 9656msgstr "" 9657 9658#: config/tc-mips.c:13602 ecoff.c:3368 9659msgid "bad .weakext directive" 9660msgstr "" 9661 9662#: config/tc-mips.c:13838 9663msgid "unsupported PC relative reference to different section" 9664msgstr "" 9665 9666#: config/tc-mips.c:13951 config/tc-xtensa.c:1583 config/tc-xtensa.c:1858 9667msgid "unsupported relocation" 9668msgstr "" 9669 9670#: config/tc-mips.c:14200 config/tc-pdp11.c:1431 9671#, c-format 9672msgid "Can not represent %s relocation in this object file format" 9673msgstr "" 9674 9675#: config/tc-mips.c:14285 9676msgid "relaxed out-of-range branch into a jump" 9677msgstr "" 9678 9679#: config/tc-mips.c:14819 9680msgid "missing .end at end of assembly" 9681msgstr "" 9682 9683#: config/tc-mips.c:14834 config/tc-score.c:5645 9684msgid "expected simple number" 9685msgstr "" 9686 9687#: config/tc-mips.c:14862 config/tc-score.c:5672 9688msgid "invalid number" 9689msgstr "" 9690 9691#: config/tc-mips.c:15033 config/tc-score.c:5711 9692msgid "missing .end" 9693msgstr "" 9694 9695#: config/tc-mips.c:15085 9696msgid "Bad .frame directive" 9697msgstr "" 9698 9699#: config/tc-mips.c:15117 9700msgid ".mask/.fmask outside of .ent" 9701msgstr "" 9702 9703#: config/tc-mips.c:15124 9704msgid "Bad .mask/.fmask directive" 9705msgstr "" 9706 9707#: config/tc-mips.c:15399 9708#, c-format 9709msgid "Bad value (%s) for %s" 9710msgstr "" 9711 9712#: config/tc-mips.c:15463 9713#, c-format 9714msgid "" 9715"MIPS options:\n" 9716"-EB\t\t\tgenerate big endian output\n" 9717"-EL\t\t\tgenerate little endian output\n" 9718"-g, -g2\t\t\tdo not remove unneeded NOPs or swap branches\n" 9719"-G NUM\t\t\tallow referencing objects up to NUM bytes\n" 9720"\t\t\timplicitly with the gp register [default 8]\n" 9721msgstr "" 9722 9723#: config/tc-mips.c:15470 9724#, c-format 9725msgid "" 9726"-mips1\t\t\tgenerate MIPS ISA I instructions\n" 9727"-mips2\t\t\tgenerate MIPS ISA II instructions\n" 9728"-mips3\t\t\tgenerate MIPS ISA III instructions\n" 9729"-mips4\t\t\tgenerate MIPS ISA IV instructions\n" 9730"-mips5 generate MIPS ISA V instructions\n" 9731"-mips32 generate MIPS32 ISA instructions\n" 9732"-mips32r2 generate MIPS32 release 2 ISA instructions\n" 9733"-mips64 generate MIPS64 ISA instructions\n" 9734"-mips64r2 generate MIPS64 release 2 ISA instructions\n" 9735"-march=CPU/-mtune=CPU\tgenerate code/schedule for CPU, where CPU is one of:\n" 9736msgstr "" 9737 9738#: config/tc-mips.c:15489 9739#, c-format 9740msgid "" 9741"-mCPU\t\t\tequivalent to -march=CPU -mtune=CPU. Deprecated.\n" 9742"-no-mCPU\t\tdon't generate code specific to CPU.\n" 9743"\t\t\tFor -mCPU and -no-mCPU, CPU must be one of:\n" 9744msgstr "" 9745 9746#: config/tc-mips.c:15502 9747#, c-format 9748msgid "" 9749"-mips16\t\t\tgenerate mips16 instructions\n" 9750"-no-mips16\t\tdo not generate mips16 instructions\n" 9751msgstr "" 9752 9753#: config/tc-mips.c:15505 9754#, c-format 9755msgid "" 9756"-msmartmips\t\tgenerate smartmips instructions\n" 9757"-mno-smartmips\t\tdo not generate smartmips instructions\n" 9758msgstr "" 9759 9760#: config/tc-mips.c:15508 9761#, c-format 9762msgid "" 9763"-mdsp\t\t\tgenerate DSP instructions\n" 9764"-mno-dsp\t\tdo not generate DSP instructions\n" 9765msgstr "" 9766 9767#: config/tc-mips.c:15511 9768#, c-format 9769msgid "" 9770"-mdspr2\t\t\tgenerate DSP R2 instructions\n" 9771"-mno-dspr2\t\tdo not generate DSP R2 instructions\n" 9772msgstr "" 9773 9774#: config/tc-mips.c:15514 9775#, c-format 9776msgid "" 9777"-mmt\t\t\tgenerate MT instructions\n" 9778"-mno-mt\t\t\tdo not generate MT instructions\n" 9779msgstr "" 9780 9781#: config/tc-mips.c:15517 9782#, c-format 9783msgid "" 9784"-mfix-vr4120\t\twork around certain VR4120 errata\n" 9785"-mfix-vr4130\t\twork around VR4130 mflo/mfhi errata\n" 9786"-mfix-24k\t\tinsert a nop after ERET and DERET instructions\n" 9787"-mgp32\t\t\tuse 32-bit GPRs, regardless of the chosen ISA\n" 9788"-mfp32\t\t\tuse 32-bit FPRs, regardless of the chosen ISA\n" 9789"-msym32\t\t\tassume all symbols have 32-bit values\n" 9790"-O0\t\t\tremove unneeded NOPs, do not swap branches\n" 9791"-O\t\t\tremove unneeded NOPs and swap branches\n" 9792"--trap, --no-break\ttrap exception on div by 0 and mult overflow\n" 9793"--break, --no-trap\tbreak exception on div by 0 and mult overflow\n" 9794msgstr "" 9795 9796#: config/tc-mips.c:15528 9797#, c-format 9798msgid "" 9799"-mhard-float\t\tallow floating-point instructions\n" 9800"-msoft-float\t\tdo not allow floating-point instructions\n" 9801"-msingle-float\t\tonly allow 32-bit floating-point operations\n" 9802"-mdouble-float\t\tallow 32-bit and 64-bit floating-point operations\n" 9803"--[no-]construct-floats [dis]allow floating point values to be constructed\n" 9804msgstr "" 9805 9806#: config/tc-mips.c:15536 9807#, c-format 9808msgid "" 9809"-KPIC, -call_shared\tgenerate SVR4 position independent code\n" 9810"-call_nonpic\t\tgenerate non-PIC code that can operate with DSOs\n" 9811"-mvxworks-pic\t\tgenerate VxWorks position independent code\n" 9812"-non_shared\t\tdo not generate code that can operate with DSOs\n" 9813"-xgot\t\t\tassume a 32 bit GOT\n" 9814"-mpdr, -mno-pdr\t\tenable/disable creation of .pdr sections\n" 9815"-mshared, -mno-shared disable/enable .cpload optimization for\n" 9816" position dependent (non shared) code\n" 9817"-mabi=ABI\t\tcreate ABI conformant object file for:\n" 9818msgstr "" 9819 9820#: config/tc-mips.c:15557 9821#, c-format 9822msgid "" 9823"-32\t\t\tcreate o32 ABI object file (default)\n" 9824"-n32\t\t\tcreate n32 ABI object file\n" 9825"-64\t\t\tcreate 64 ABI object file\n" 9826msgstr "" 9827 9828#: config/tc-mmix.c:693 9829#, c-format 9830msgid " MMIX-specific command line options:\n" 9831msgstr "" 9832 9833#: config/tc-mmix.c:694 9834#, c-format 9835msgid "" 9836" -fixed-special-register-names\n" 9837" Allow only the original special register names.\n" 9838msgstr "" 9839 9840#: config/tc-mmix.c:697 9841#, c-format 9842msgid " -globalize-symbols Make all symbols global.\n" 9843msgstr "" 9844 9845#: config/tc-mmix.c:699 9846#, c-format 9847msgid " -gnu-syntax Turn off mmixal syntax compatibility.\n" 9848msgstr "" 9849 9850#: config/tc-mmix.c:701 9851#, c-format 9852msgid " -relax Create linker relaxable code.\n" 9853msgstr "" 9854 9855#: config/tc-mmix.c:703 9856#, c-format 9857msgid "" 9858" -no-predefined-syms Do not provide mmixal built-in constants.\n" 9859" Implies -fixed-special-register-names.\n" 9860msgstr "" 9861 9862#: config/tc-mmix.c:706 9863#, c-format 9864msgid "" 9865" -no-expand Do not expand GETA, branches, PUSHJ or JUMP\n" 9866" into multiple instructions.\n" 9867msgstr "" 9868 9869#: config/tc-mmix.c:709 9870#, c-format 9871msgid " -no-merge-gregs Do not merge GREG definitions with nearby values.\n" 9872msgstr "" 9873 9874#: config/tc-mmix.c:711 9875#, c-format 9876msgid " -linker-allocated-gregs If there's no suitable GREG definition for the operands of an instruction, let the linker resolve.\n" 9877msgstr "" 9878 9879#: config/tc-mmix.c:714 9880#, c-format 9881msgid "" 9882" -x Do not warn when an operand to GETA, a branch,\n" 9883" PUSHJ or JUMP is not known to be within range.\n" 9884" The linker will catch any errors. Implies\n" 9885" -linker-allocated-gregs." 9886msgstr "" 9887 9888#: config/tc-mmix.c:840 9889#, c-format 9890msgid "unknown opcode: `%s'" 9891msgstr "" 9892 9893#: config/tc-mmix.c:962 config/tc-mmix.c:977 9894msgid "specified location wasn't TETRA-aligned" 9895msgstr "" 9896 9897#: config/tc-mmix.c:964 config/tc-mmix.c:979 config/tc-mmix.c:4109 9898#: config/tc-mmix.c:4125 9899msgid "unaligned data at an absolute location is not supported" 9900msgstr "" 9901 9902#: config/tc-mmix.c:1089 9903#, c-format 9904msgid "invalid operand to opcode %s: `%s'" 9905msgstr "" 9906 9907#: config/tc-mmix.c:1111 config/tc-mmix.c:1138 config/tc-mmix.c:1171 9908#: config/tc-mmix.c:1179 config/tc-mmix.c:1196 config/tc-mmix.c:1224 9909#: config/tc-mmix.c:1245 config/tc-mmix.c:1270 config/tc-mmix.c:1318 9910#: config/tc-mmix.c:1419 config/tc-mmix.c:1444 config/tc-mmix.c:1476 9911#: config/tc-mmix.c:1508 config/tc-mmix.c:1538 config/tc-mmix.c:1591 9912#: config/tc-mmix.c:1608 config/tc-mmix.c:1635 config/tc-mmix.c:1663 9913#: config/tc-mmix.c:1690 config/tc-mmix.c:1716 config/tc-mmix.c:1732 9914#: config/tc-mmix.c:1758 config/tc-mmix.c:1774 config/tc-mmix.c:1790 9915#: config/tc-mmix.c:1853 config/tc-mmix.c:1869 9916#, c-format 9917msgid "invalid operands to opcode %s: `%s'" 9918msgstr "" 9919 9920#: config/tc-mmix.c:1846 9921#, c-format 9922msgid "unsupported operands to %s: `%s'" 9923msgstr "" 9924 9925#: config/tc-mmix.c:1971 9926msgid "internal: mmix_prefix_name but empty prefix" 9927msgstr "" 9928 9929#: config/tc-mmix.c:2015 9930#, c-format 9931msgid "too many GREG registers allocated (max %d)" 9932msgstr "" 9933 9934#: config/tc-mmix.c:2073 9935msgid "BSPEC already active. Nesting is not supported." 9936msgstr "" 9937 9938#: config/tc-mmix.c:2082 9939msgid "invalid BSPEC expression" 9940msgstr "" 9941 9942#: config/tc-mmix.c:2098 9943#, c-format 9944msgid "can't create section %s" 9945msgstr "" 9946 9947#: config/tc-mmix.c:2103 9948#, c-format 9949msgid "can't set section flags for section %s" 9950msgstr "" 9951 9952#: config/tc-mmix.c:2124 9953msgid "ESPEC without preceding BSPEC" 9954msgstr "" 9955 9956#: config/tc-mmix.c:2153 9957msgid "missing local expression" 9958msgstr "" 9959 9960#: config/tc-mmix.c:2363 9961msgid "operand out of range, instruction expanded" 9962msgstr "" 9963 9964#. The BFD_RELOC_MMIX_LOCAL-specific message is supposed to be 9965#. user-friendly, though a little bit non-substantial. 9966#: config/tc-mmix.c:2614 9967msgid "directive LOCAL must be placed in code or data" 9968msgstr "" 9969 9970#: config/tc-mmix.c:2615 9971msgid "internal confusion: relocation in a section without contents" 9972msgstr "" 9973 9974#: config/tc-mmix.c:2729 9975msgid "internal: BFD_RELOC_MMIX_BASE_PLUS_OFFSET not resolved to section" 9976msgstr "" 9977 9978#: config/tc-mmix.c:2777 9979msgid "no suitable GREG definition for operands" 9980msgstr "" 9981 9982#: config/tc-mmix.c:2836 9983msgid "operands were not reducible at assembly-time" 9984msgstr "" 9985 9986#: config/tc-mmix.c:2863 9987#, c-format 9988msgid "cannot generate relocation type for symbol %s, code %s" 9989msgstr "" 9990 9991#: config/tc-mmix.c:2883 9992#, c-format 9993msgid "internal: unhandled label %s" 9994msgstr "" 9995 9996#: config/tc-mmix.c:2913 9997msgid "[0-9]H labels may not appear alone on a line" 9998msgstr "" 9999 10000#: config/tc-mmix.c:2922 10001msgid "[0-9]H labels do not mix with dot-pseudos" 10002msgstr "" 10003 10004#: config/tc-mmix.c:3010 10005msgid "invalid characters in input" 10006msgstr "" 10007 10008#: config/tc-mmix.c:3116 10009msgid "empty label field for IS" 10010msgstr "" 10011 10012#: config/tc-mmix.c:3442 10013#, c-format 10014msgid "internal: unexpected relax type %d:%d" 10015msgstr "" 10016 10017#: config/tc-mmix.c:3465 10018msgid "BSPEC without ESPEC." 10019msgstr "" 10020 10021#: config/tc-mmix.c:3670 10022msgid "GREG expression too complicated" 10023msgstr "" 10024 10025#: config/tc-mmix.c:3685 10026msgid "internal: GREG expression not resolved to section" 10027msgstr "" 10028 10029#: config/tc-mmix.c:3734 10030msgid "register section has contents\n" 10031msgstr "" 10032 10033#: config/tc-mmix.c:3861 10034msgid "section change from within a BSPEC/ESPEC pair is not supported" 10035msgstr "" 10036 10037#: config/tc-mmix.c:3882 10038msgid "directive LOC from within a BSPEC/ESPEC pair is not supported" 10039msgstr "" 10040 10041#: config/tc-mmix.c:3893 10042msgid "invalid LOC expression" 10043msgstr "" 10044 10045#: config/tc-mmix.c:3920 config/tc-mmix.c:3947 10046msgid "LOC expression stepping backwards is not supported" 10047msgstr "" 10048 10049#. We will only get here in rare cases involving #NO_APP, 10050#. where the unterminated string is not recognized by the 10051#. preformatting pass. 10052#: config/tc-mmix.c:4031 config/tc-mmix.c:4191 config/tc-z80.c:1691 10053msgid "unterminated string" 10054msgstr "" 10055 10056#: config/tc-mmix.c:4048 10057msgid "BYTE expression not a pure number" 10058msgstr "" 10059 10060#. Note that mmixal does not allow negative numbers in 10061#. BYTE sequences, so neither should we. 10062#: config/tc-mmix.c:4057 10063msgid "BYTE expression not in the range 0..255" 10064msgstr "" 10065 10066#: config/tc-mmix.c:4107 config/tc-mmix.c:4123 10067msgid "data item with alignment larger than location" 10068msgstr "" 10069 10070#. Since integer_constant is local to expr.c, we have to make this a 10071#. macro. FIXME: Do it cleaner. 10072#: config/tc-mmix.h:105 10073msgid "`&' serial number operator is not supported" 10074msgstr "" 10075 10076#: config/tc-mn10200.c:304 10077#, c-format 10078msgid "" 10079"MN10200 options:\n" 10080"none yet\n" 10081msgstr "" 10082 10083#: config/tc-mn10300.c:441 10084#, c-format 10085msgid "" 10086"MN10300 assembler options:\n" 10087"none yet\n" 10088msgstr "" 10089 10090#: config/tc-mn10300.c:1266 10091msgid "Invalid opcode/operands" 10092msgstr "" 10093 10094#: config/tc-mn10300.c:1791 10095msgid "Invalid register specification." 10096msgstr "" 10097 10098#: config/tc-mn10300.c:2383 10099#, c-format 10100msgid "Bad relocation fixup type (%d)" 10101msgstr "" 10102 10103#: config/tc-moxie.c:100 10104msgid "expecting register" 10105msgstr "" 10106 10107#: config/tc-moxie.c:119 config/tc-moxie.c:135 10108msgid "illegal register number" 10109msgstr "" 10110 10111#: config/tc-moxie.c:184 config/tc-pj.c:260 10112#, c-format 10113msgid "unknown opcode %s" 10114msgstr "" 10115 10116#: config/tc-moxie.c:202 config/tc-moxie.c:221 config/tc-moxie.c:312 10117#: config/tc-moxie.c:358 10118msgid "expecting comma delimited register operands" 10119msgstr "" 10120 10121#: config/tc-moxie.c:228 config/tc-moxie.c:288 config/tc-moxie.c:300 10122#: config/tc-moxie.c:333 config/tc-moxie.c:365 config/tc-moxie.c:398 10123#: config/tc-moxie.c:452 config/tc-moxie.c:506 config/tc-moxie.c:516 10124#: config/tc-moxie.c:544 config/tc-pj.c:307 10125msgid "extra stuff on line ignored" 10126msgstr "" 10127 10128#: config/tc-moxie.c:248 config/tc-moxie.c:388 config/tc-moxie.c:418 10129#: config/tc-moxie.c:493 10130msgid "expecting comma delimited operands" 10131msgstr "" 10132 10133#: config/tc-moxie.c:316 config/tc-moxie.c:344 10134msgid "expecting indirect register `($rA)'" 10135msgstr "" 10136 10137#: config/tc-moxie.c:324 config/tc-moxie.c:352 config/tc-moxie.c:443 10138#: config/tc-moxie.c:485 10139msgid "missing closing parenthesis" 10140msgstr "" 10141 10142#: config/tc-moxie.c:435 config/tc-moxie.c:477 10143msgid "expecting indirect register `($rX)'" 10144msgstr "" 10145 10146#: config/tc-moxie.c:547 config/tc-pj.c:312 10147msgid "Something forgot to clean up\n" 10148msgstr "" 10149 10150#: config/tc-moxie.c:651 10151msgid "pcrel too far BFD_RELOC_MOXIE_10" 10152msgstr "" 10153 10154#: config/tc-msp430.c:547 10155msgid ".profiler pseudo requires at least two operands." 10156msgstr "" 10157 10158#: config/tc-msp430.c:606 10159msgid "unknown profiling flag - ignored." 10160msgstr "" 10161 10162#: config/tc-msp430.c:622 10163msgid "ambiguous flags combination - '.profiler' directive ignored." 10164msgstr "" 10165 10166#: config/tc-msp430.c:632 10167msgid "profiling in absolute section?" 10168msgstr "" 10169 10170#: config/tc-msp430.c:721 10171#, c-format 10172msgid "Known MCU names:\n" 10173msgstr "" 10174 10175#: config/tc-msp430.c:724 10176#, c-format 10177msgid "\t %s\n" 10178msgstr "" 10179 10180#: config/tc-msp430.c:750 10181#, c-format 10182msgid "redefinition of mcu type %s' to %s'" 10183msgstr "" 10184 10185#: config/tc-msp430.c:793 10186#, c-format 10187msgid "" 10188"MSP430 options:\n" 10189" -mmcu=[msp430-name] select microcontroller type\n" 10190" msp430x110 msp430x112\n" 10191" msp430x1101 msp430x1111\n" 10192" msp430x1121 msp430x1122 msp430x1132\n" 10193" msp430x122 msp430x123\n" 10194" msp430x1222 msp430x1232\n" 10195" msp430x133 msp430x135\n" 10196" msp430x1331 msp430x1351\n" 10197" msp430x147 msp430x148 msp430x149\n" 10198" msp430x155 msp430x156 msp430x157\n" 10199" msp430x167 msp430x168 msp430x169\n" 10200" msp430x1610 msp430x1611 msp430x1612\n" 10201" msp430x311 msp430x312 msp430x313 msp430x314 msp430x315\n" 10202" msp430x323 msp430x325\n" 10203" msp430x336 msp430x337\n" 10204" msp430x412 msp430x413 msp430x415 msp430x417\n" 10205" msp430xE423 msp430xE425 msp430E427\n" 10206" msp430xW423 msp430xW425 msp430W427\n" 10207" msp430xG437 msp430xG438 msp430G439\n" 10208" msp430x435 msp430x436 msp430x437\n" 10209" msp430x447 msp430x448 msp430x449\n" 10210msgstr "" 10211 10212#: config/tc-msp430.c:816 10213#, c-format 10214msgid "" 10215" -mQ - enable relaxation at assembly time. DANGEROUS!\n" 10216" -mP - enable polymorph instructions\n" 10217msgstr "" 10218 10219#: config/tc-msp430.c:970 10220#, c-format 10221msgid "value %d out of range. Use #lo() or #hi()" 10222msgstr "" 10223 10224#: config/tc-msp430.c:1058 10225#, c-format 10226msgid "unknown expression in operand %s. use #llo() #lhi() #hlo() #hhi() " 10227msgstr "" 10228 10229#: config/tc-msp430.c:1109 10230#, c-format 10231msgid "Registers cannot be used within immediate expression [%s]" 10232msgstr "" 10233 10234#: config/tc-msp430.c:1111 10235#, c-format 10236msgid "unknown operand %s" 10237msgstr "" 10238 10239#: config/tc-msp430.c:1133 config/tc-msp430.c:1268 10240#, c-format 10241msgid "value out of range: %d" 10242msgstr "" 10243 10244#: config/tc-msp430.c:1144 10245#, c-format 10246msgid "Registers cannot be used within absolute expression [%s]" 10247msgstr "" 10248 10249#: config/tc-msp430.c:1146 config/tc-msp430.c:1289 10250#, c-format 10251msgid "unknown expression in operand %s" 10252msgstr "" 10253 10254#: config/tc-msp430.c:1160 config/tc-msp430.c:1167 10255#, c-format 10256msgid "unknown addressing mode %s" 10257msgstr "" 10258 10259#: config/tc-msp430.c:1175 10260#, c-format 10261msgid "Bad register name r%s" 10262msgstr "" 10263 10264#: config/tc-msp430.c:1187 10265#, c-format 10266msgid "MSP430 does not have %d registers" 10267msgstr "" 10268 10269#: config/tc-msp430.c:1207 10270msgid "')' required" 10271msgstr "" 10272 10273#: config/tc-msp430.c:1220 10274#, c-format 10275msgid "unknown operator %s. Did you mean X(Rn) or #[hl][hl][oi](CONST) ?" 10276msgstr "" 10277 10278#: config/tc-msp430.c:1229 10279#, c-format 10280msgid "unknown operator (r%s substituted as a register name" 10281msgstr "" 10282 10283#: config/tc-msp430.c:1241 config/tc-msp430.c:1252 10284#, c-format 10285msgid "unknown operator %s" 10286msgstr "" 10287 10288#: config/tc-msp430.c:1246 10289msgid "r2 should not be used in indexed addressing mode" 10290msgstr "" 10291 10292#: config/tc-msp430.c:1287 10293#, c-format 10294msgid "Registers cannot be used as a prefix of indexed expression [%s]" 10295msgstr "" 10296 10297#. Unreachable. 10298#: config/tc-msp430.c:1336 10299#, c-format 10300msgid "unknown addressing mode for operand %s" 10301msgstr "" 10302 10303#: config/tc-msp430.c:1361 10304#, c-format 10305msgid "Internal bug. Try to use 0(r%d) instead of @r%d" 10306msgstr "" 10307 10308#: config/tc-msp430.c:1371 10309msgid "this addressing mode is not applicable for destination operand" 10310msgstr "" 10311 10312#: config/tc-msp430.c:1415 10313#, c-format 10314msgid "instruction %s requires %d operand(s)" 10315msgstr "" 10316 10317#: config/tc-msp430.c:1668 10318#, c-format 10319msgid "Even number required. Rounded to %d" 10320msgstr "" 10321 10322#: config/tc-msp430.c:1679 10323#, c-format 10324msgid "Wrong displacement %d" 10325msgstr "" 10326 10327#: config/tc-msp430.c:1696 10328msgid "instruction requires label sans '$'" 10329msgstr "" 10330 10331#: config/tc-msp430.c:1701 10332msgid "instruction requires label or value in range -511:512" 10333msgstr "" 10334 10335#: config/tc-msp430.c:1708 config/tc-msp430.c:1752 config/tc-msp430.c:1791 10336msgid "instruction requires label" 10337msgstr "" 10338 10339#: config/tc-msp430.c:1716 config/tc-msp430.c:1758 10340msgid "polymorphs are not enabled. Use -mP option to enable." 10341msgstr "" 10342 10343#: config/tc-msp430.c:1795 10344msgid "Illegal instruction or not implemented opcode." 10345msgstr "" 10346 10347#: config/tc-msp430.c:2145 10348#, c-format 10349msgid "internal inconsistency problem in %s: insn %04lx" 10350msgstr "" 10351 10352#: config/tc-msp430.c:2175 config/tc-msp430.c:2198 10353#, c-format 10354msgid "internal inconsistency problem in %s: ext. insn %04lx" 10355msgstr "" 10356 10357#: config/tc-msp430.c:2210 10358#, c-format 10359msgid "internal inconsistency problem in %s: %lx" 10360msgstr "" 10361 10362#: config/tc-mt.c:151 10363#, c-format 10364msgid "MT specific command line options:\n" 10365msgstr "" 10366 10367#: config/tc-mt.c:152 10368#, c-format 10369msgid " -march=ms1-64-001 allow ms1-64-001 instructions\n" 10370msgstr "" 10371 10372#: config/tc-mt.c:153 10373#, c-format 10374msgid " -march=ms1-16-002 allow ms1-16-002 instructions (default)\n" 10375msgstr "" 10376 10377#: config/tc-mt.c:154 10378#, c-format 10379msgid " -march=ms1-16-003 allow ms1-16-003 instructions\n" 10380msgstr "" 10381 10382#: config/tc-mt.c:155 10383#, c-format 10384msgid " -march=ms2 allow ms2 instructions \n" 10385msgstr "" 10386 10387#: config/tc-mt.c:156 10388#, c-format 10389msgid " -nosched disable scheduling restrictions\n" 10390msgstr "" 10391 10392#: config/tc-mt.c:224 10393#, c-format 10394msgid "instruction %s may not follow another memory access instruction." 10395msgstr "" 10396 10397#: config/tc-mt.c:230 10398#, c-format 10399msgid "instruction %s may not follow another I/O instruction." 10400msgstr "" 10401 10402#: config/tc-mt.c:236 10403#, c-format 10404msgid "%s may not occupy the delay slot of another branch insn." 10405msgstr "" 10406 10407#: config/tc-mt.c:261 10408#, c-format 10409msgid "operand references R%ld of previous instrutcion." 10410msgstr "" 10411 10412#: config/tc-mt.c:267 10413#, c-format 10414msgid "operand references R%ld of instructcion before previous." 10415msgstr "" 10416 10417#: config/tc-mt.c:281 config/tc-mt.c:286 10418#, c-format 10419msgid "conditional branch or jal insn's operand references R%ld of previous arithmetic or logic insn." 10420msgstr "" 10421 10422#: config/tc-mt.c:348 10423msgid "md_estimate_size_before_relax\n" 10424msgstr "" 10425 10426#: config/tc-ns32k.c:439 10427msgid "Invalid syntax in PC-relative addressing mode" 10428msgstr "" 10429 10430#: config/tc-ns32k.c:463 10431msgid "Invalid syntax in External addressing mode" 10432msgstr "" 10433 10434#: config/tc-ns32k.c:544 10435msgid "Invalid syntax in Memory Relative addressing mode" 10436msgstr "" 10437 10438#: config/tc-ns32k.c:611 10439msgid "Invalid scaled-indexed mode, use (b,w,d,q)" 10440msgstr "" 10441 10442#: config/tc-ns32k.c:616 10443msgid "Syntax in scaled-indexed mode, use [Rn:m] where n=[0..7] m={b,w,d,q}" 10444msgstr "" 10445 10446#: config/tc-ns32k.c:621 10447msgid "Scaled-indexed addressing mode combined with scaled-index" 10448msgstr "" 10449 10450#: config/tc-ns32k.c:632 10451msgid "Invalid or illegal addressing mode combined with scaled-index" 10452msgstr "" 10453 10454#: config/tc-ns32k.c:755 10455msgid "Premature end of suffix -- Defaulting to d" 10456msgstr "" 10457 10458#: config/tc-ns32k.c:768 10459msgid "Bad suffix after ':' use {b|w|d} Defaulting to d" 10460msgstr "" 10461 10462#: config/tc-ns32k.c:813 10463msgid "Very short instr to option, ie you can't do it on a NULLstr" 10464msgstr "" 10465 10466#: config/tc-ns32k.c:863 10467msgid "No such entry in list. (cpu/mmu register)" 10468msgstr "" 10469 10470#: config/tc-ns32k.c:920 10471msgid "Internal consistency error. check ns32k-opcode.h" 10472msgstr "" 10473 10474#: config/tc-ns32k.c:944 10475msgid "Address of immediate operand" 10476msgstr "" 10477 10478#: config/tc-ns32k.c:945 10479msgid "Invalid immediate write operand." 10480msgstr "" 10481 10482#: config/tc-ns32k.c:1075 10483msgid "Bad opcode-table-option, check in file ns32k-opcode.h" 10484msgstr "" 10485 10486#: config/tc-ns32k.c:1108 10487msgid "No such opcode" 10488msgstr "" 10489 10490#: config/tc-ns32k.c:1183 10491msgid "Bad suffix, defaulting to d" 10492msgstr "" 10493 10494#: config/tc-ns32k.c:1210 10495msgid "Too many operands passed to instruction" 10496msgstr "" 10497 10498#. Check error in default. 10499#: config/tc-ns32k.c:1222 10500msgid "Wrong numbers of operands in default, check ns32k-opcodes.h" 10501msgstr "" 10502 10503#: config/tc-ns32k.c:1225 10504msgid "Wrong number of operands" 10505msgstr "" 10506 10507#: config/tc-ns32k.c:1298 10508#, c-format 10509msgid "Can not do %d byte pc-relative relocation for storage type %d" 10510msgstr "" 10511 10512#: config/tc-ns32k.c:1301 10513#, c-format 10514msgid "Can not do %d byte relocation for storage type %d" 10515msgstr "" 10516 10517#: config/tc-ns32k.c:1393 10518#, c-format 10519msgid "value of %ld out of byte displacement range." 10520msgstr "" 10521 10522#: config/tc-ns32k.c:1403 10523#, c-format 10524msgid "value of %ld out of word displacement range." 10525msgstr "" 10526 10527#: config/tc-ns32k.c:1418 10528#, c-format 10529msgid "value of %ld out of double word displacement range." 10530msgstr "" 10531 10532#: config/tc-ns32k.c:1439 10533#, c-format 10534msgid "Internal logic error. line %d, file \"%s\"" 10535msgstr "" 10536 10537#: config/tc-ns32k.c:1487 10538#, c-format 10539msgid "Internal logic error. line %d, file \"%s\"" 10540msgstr "" 10541 10542#: config/tc-ns32k.c:1588 10543msgid "Bit field out of range" 10544msgstr "" 10545 10546#: config/tc-ns32k.c:1688 10547msgid "iif convert internal pcrel/binary" 10548msgstr "" 10549 10550#: config/tc-ns32k.c:1705 10551msgid "Bignum too big for long" 10552msgstr "" 10553 10554#: config/tc-ns32k.c:1782 10555msgid "iif convert internal pcrel/pointer" 10556msgstr "" 10557 10558#: config/tc-ns32k.c:1787 10559msgid "Internal logic error in iif.iifP[n].type" 10560msgstr "" 10561 10562#. We cant relax this case. 10563#: config/tc-ns32k.c:1823 10564msgid "Can't relax difference" 10565msgstr "" 10566 10567#: config/tc-ns32k.c:1864 10568msgid "Displacement too large for :d" 10569msgstr "" 10570 10571#: config/tc-ns32k.c:1877 10572msgid "Internal logic error in iif.iifP[].type" 10573msgstr "" 10574 10575#. Fatal. 10576#: config/tc-ns32k.c:1909 10577#, c-format 10578msgid "Can't hash %s: %s" 10579msgstr "" 10580 10581#: config/tc-ns32k.c:2145 10582#, c-format 10583msgid "invalid architecture option -m%s, ignored" 10584msgstr "" 10585 10586#: config/tc-ns32k.c:2158 10587#, c-format 10588msgid "invalid default displacement size \"%s\". Defaulting to %d." 10589msgstr "" 10590 10591#: config/tc-ns32k.c:2174 10592#, c-format 10593msgid "" 10594"NS32K options:\n" 10595"-m32032 | -m32532\tselect variant of NS32K architecture\n" 10596"--disp-size-default=<1|2|4>\n" 10597msgstr "" 10598 10599#: config/tc-ns32k.c:2249 10600#, c-format 10601msgid "Cannot find relocation type for symbol %s, code %d" 10602msgstr "" 10603 10604#: config/tc-or32.c:362 10605#, c-format 10606msgid "unknown opcode1: `%s'" 10607msgstr "" 10608 10609#: config/tc-or32.c:368 10610#, c-format 10611msgid "unknown opcode2 `%s'." 10612msgstr "" 10613 10614#: config/tc-or32.c:405 10615#, c-format 10616msgid "instruction not allowed: %s" 10617msgstr "" 10618 10619#: config/tc-or32.c:408 10620#, c-format 10621msgid "too many operands: %s" 10622msgstr "" 10623 10624#: config/tc-or32.c:492 10625msgid "call/jmp target out of range (1)" 10626msgstr "" 10627 10628#: config/tc-or32.c:614 10629msgid "call/jmp target out of range (2)" 10630msgstr "" 10631 10632#: config/tc-or32.c:633 10633#, c-format 10634msgid "bad relocation type: 0x%02x" 10635msgstr "" 10636 10637#: config/tc-or32.c:825 10638msgid "invalid register in & expression" 10639msgstr "" 10640 10641#: config/tc-pdp11.c:339 config/tc-pdp11.c:357 config/tc-pdp11.c:382 10642#: config/tc-pdp11.c:388 config/tc-pdp11.c:401 10643msgid "Bad register name" 10644msgstr "" 10645 10646#: config/tc-pdp11.c:420 config/tc-pdp11.c:484 config/tc-pdp11.c:495 10647msgid "Error in expression" 10648msgstr "" 10649 10650#: config/tc-pdp11.c:492 10651msgid "Low order bits truncated in immediate float operand" 10652msgstr "" 10653 10654#: config/tc-pdp11.c:532 10655msgid "Label expected" 10656msgstr "" 10657 10658#: config/tc-pdp11.c:618 10659msgid "Float AC not legal as integer operand" 10660msgstr "" 10661 10662#: config/tc-pdp11.c:638 10663msgid "General register not legal as float operand" 10664msgstr "" 10665 10666#: config/tc-pdp11.c:671 10667msgid "No instruction found" 10668msgstr "" 10669 10670#: config/tc-pdp11.c:681 config/tc-z80.c:1890 config/tc-z80.c:1903 10671#, c-format 10672msgid "Unknown instruction '%s'" 10673msgstr "" 10674 10675#: config/tc-pdp11.c:687 10676#, c-format 10677msgid "Unsupported instruction set extension: %s" 10678msgstr "" 10679 10680#: config/tc-pdp11.c:723 10681msgid "operand is not an absolute constant" 10682msgstr "" 10683 10684#: config/tc-pdp11.c:731 10685msgid "3-bit immediate out of range" 10686msgstr "" 10687 10688#: config/tc-pdp11.c:738 10689msgid "6-bit immediate out of range" 10690msgstr "" 10691 10692#: config/tc-pdp11.c:745 10693msgid "8-bit immediate out of range" 10694msgstr "" 10695 10696#: config/tc-pdp11.c:762 config/tc-pdp11.c:955 10697msgid "Symbol expected" 10698msgstr "" 10699 10700#: config/tc-pdp11.c:767 10701msgid "8-bit displacement out of range" 10702msgstr "" 10703 10704#: config/tc-pdp11.c:809 config/tc-pdp11.c:830 config/tc-pdp11.c:847 10705#: config/tc-pdp11.c:868 config/tc-pdp11.c:885 config/tc-pdp11.c:906 10706#: config/tc-pdp11.c:925 config/tc-pdp11.c:946 10707msgid "Missing ','" 10708msgstr "" 10709 10710#: config/tc-pdp11.c:960 10711msgid "6-bit displacement out of range" 10712msgstr "" 10713 10714#: config/tc-pdp11.c:981 config/tc-vax.c:1946 10715msgid "Too many operands" 10716msgstr "" 10717 10718#: config/tc-pj.c:65 config/tc-pj.c:74 10719msgid "confusing relocation expressions" 10720msgstr "" 10721 10722#: config/tc-pj.c:157 10723msgid "can't have relocation for ipush" 10724msgstr "" 10725 10726#: config/tc-pj.c:288 10727msgid "expected expresssion" 10728msgstr "" 10729 10730#: config/tc-pj.c:354 10731#, c-format 10732msgid "" 10733"PJ options:\n" 10734"-little\t\t\tgenerate little endian code\n" 10735"-big\t\t\tgenerate big endian code\n" 10736msgstr "" 10737 10738#: config/tc-pj.c:381 config/tc-sh.c:4059 config/tc-sh.c:4066 10739#: config/tc-sh.c:4073 config/tc-sh.c:4080 10740msgid "pcrel too far" 10741msgstr "" 10742 10743#: config/tc-pj.h:38 10744msgid "convert_frag\n" 10745msgstr "" 10746 10747#: config/tc-pj.h:39 10748msgid "estimate size\n" 10749msgstr "" 10750 10751#: config/tc-ppc.c:1075 10752#, c-format 10753msgid "%s unsupported" 10754msgstr "" 10755 10756#: config/tc-ppc.c:1177 10757#, c-format 10758msgid "" 10759"PowerPC options:\n" 10760"-a32\t\t\tgenerate ELF32/XCOFF32\n" 10761"-a64\t\t\tgenerate ELF64/XCOFF64\n" 10762"-u\t\t\tignored\n" 10763"-mpwrx, -mpwr2\t\tgenerate code for POWER/2 (RIOS2)\n" 10764"-mpwr\t\t\tgenerate code for POWER (RIOS1)\n" 10765"-m601\t\t\tgenerate code for PowerPC 601\n" 10766"-mppc, -mppc32, -m603, -m604\n" 10767"\t\t\tgenerate code for PowerPC 603/604\n" 10768"-m403\t\t\tgenerate code for PowerPC 403\n" 10769"-m405\t\t\tgenerate code for PowerPC 405\n" 10770"-m440\t\t\tgenerate code for PowerPC 440\n" 10771"-m464\t\t\tgenerate code for PowerPC 464\n" 10772"-m7400, -m7410, -m7450, -m7455\n" 10773"\t\t\tgenerate code for PowerPC 7400/7410/7450/7455\n" 10774"-m750cl\t\t\tgenerate code for PowerPC 750cl\n" 10775msgstr "" 10776 10777#: config/tc-ppc.c:1194 10778#, c-format 10779msgid "" 10780"-mppc64, -m620\t\tgenerate code for PowerPC 620/625/630\n" 10781"-mppc64bridge\t\tgenerate code for PowerPC 64, including bridge insns\n" 10782"-mbooke\t\t\tgenerate code for 32-bit PowerPC BookE\n" 10783"-mpower4\t\tgenerate code for Power4 architecture\n" 10784"-mpower5\t\tgenerate code for Power5 architecture\n" 10785"-mpower6\t\tgenerate code for Power6 architecture\n" 10786"-mpower7\t\tgenerate code for Power7 architecture\n" 10787"-mcell\t\t\tgenerate code for Cell Broadband Engine architecture\n" 10788"-mcom\t\t\tgenerate code Power/PowerPC common instructions\n" 10789"-many\t\t\tgenerate code for any architecture (PWR/PWRX/PPC)\n" 10790msgstr "" 10791 10792#: config/tc-ppc.c:1205 10793#, c-format 10794msgid "" 10795"-maltivec\t\tgenerate code for AltiVec\n" 10796"-mvsx\t\t\tgenerate code for Vector-Scalar (VSX) instructions\n" 10797"-me300\t\t\tgenerate code for PowerPC e300 family\n" 10798"-me500, -me500x2\tgenerate code for Motorola e500 core complex\n" 10799"-me500mc, generate code for Freescale e500mc core complex\n" 10800"-mspe\t\t\tgenerate code for Motorola SPE instructions\n" 10801"-mregnames\t\tAllow symbolic names for registers\n" 10802"-mno-regnames\t\tDo not allow symbolic names for registers\n" 10803msgstr "" 10804 10805#: config/tc-ppc.c:1215 10806#, c-format 10807msgid "" 10808"-mrelocatable\t\tsupport for GCC's -mrelocatble option\n" 10809"-mrelocatable-lib\tsupport for GCC's -mrelocatble-lib option\n" 10810"-memb\t\t\tset PPC_EMB bit in ELF flags\n" 10811"-mlittle, -mlittle-endian, -l, -le\n" 10812"\t\t\tgenerate code for a little endian machine\n" 10813"-mbig, -mbig-endian, -b, -be\n" 10814"\t\t\tgenerate code for a big endian machine\n" 10815"-msolaris\t\tgenerate code for Solaris\n" 10816"-mno-solaris\t\tdo not generate code for Solaris\n" 10817"-V\t\t\tprint assembler version number\n" 10818"-Qy, -Qn\t\tignored\n" 10819msgstr "" 10820 10821#: config/tc-ppc.c:1252 10822#, c-format 10823msgid "Unknown default cpu = %s, os = %s" 10824msgstr "" 10825 10826#: config/tc-ppc.c:1278 10827msgid "Neither Power nor PowerPC opcodes were selected." 10828msgstr "" 10829 10830#: config/tc-ppc.c:1357 10831#, c-format 10832msgid "powerpc_operands[%d].bitm invalid" 10833msgstr "" 10834 10835#: config/tc-ppc.c:1364 10836#, c-format 10837msgid "powerpc_operands[%d] duplicates powerpc_operands[%d]" 10838msgstr "" 10839 10840#: config/tc-ppc.c:1386 10841#, c-format 10842msgid "major opcode is not sorted for %s" 10843msgstr "" 10844 10845#: config/tc-ppc.c:1422 10846#, c-format 10847msgid "%s (%08lx %08lx) after %s (%08lx %08lx)" 10848msgstr "" 10849 10850#: config/tc-ppc.c:1431 10851#, c-format 10852msgid "mask trims opcode bits for %s" 10853msgstr "" 10854 10855#: config/tc-ppc.c:1440 10856#, c-format 10857msgid "operand index error for %s" 10858msgstr "" 10859 10860#: config/tc-ppc.c:1452 10861#, c-format 10862msgid "operand %d overlap in %s" 10863msgstr "" 10864 10865#: config/tc-ppc.c:1478 10866#, c-format 10867msgid "duplicate instruction %s" 10868msgstr "" 10869 10870#: config/tc-ppc.c:1502 10871#, c-format 10872msgid "duplicate macro %s" 10873msgstr "" 10874 10875#: config/tc-ppc.c:1859 10876msgid "symbol+offset not supported for got tls" 10877msgstr "" 10878 10879#: config/tc-ppc.c:2113 10880msgid "Relocation cannot be done when using -mrelocatable" 10881msgstr "" 10882 10883#: config/tc-ppc.c:2162 10884msgid "TOC section size exceeds 64k" 10885msgstr "" 10886 10887#: config/tc-ppc.c:2243 10888#, c-format 10889msgid "syntax error: invalid toc specifier `%s'" 10890msgstr "" 10891 10892#: config/tc-ppc.c:2257 10893#, c-format 10894msgid "syntax error: expected `]', found `%c'" 10895msgstr "" 10896 10897#: config/tc-ppc.c:2534 10898msgid "[tocv] symbol is not a toc symbol" 10899msgstr "" 10900 10901#: config/tc-ppc.c:2545 10902msgid "Unimplemented toc32 expression modifier" 10903msgstr "" 10904 10905#: config/tc-ppc.c:2550 10906msgid "Unimplemented toc64 expression modifier" 10907msgstr "" 10908 10909#: config/tc-ppc.c:2554 10910#, c-format 10911msgid "Unexpected return value [%d] from parse_toc_entry!\n" 10912msgstr "" 10913 10914#: config/tc-ppc.c:2826 10915msgid "unsupported relocation for DS offset field" 10916msgstr "" 10917 10918#: config/tc-ppc.c:2879 10919#, c-format 10920msgid "syntax error; found `%c' but expected `%c'" 10921msgstr "" 10922 10923#: config/tc-ppc.c:2919 config/tc-ppc.h:94 10924msgid "instruction address is not a multiple of 4" 10925msgstr "" 10926 10927#: config/tc-ppc.c:3084 10928msgid "Bad .section directive: want a,e,w,x,M,S,G,T in string" 10929msgstr "" 10930 10931#: config/tc-ppc.c:3190 10932msgid "missing size" 10933msgstr "" 10934 10935#: config/tc-ppc.c:3199 10936msgid "negative size" 10937msgstr "" 10938 10939#: config/tc-ppc.c:3236 10940msgid "missing real symbol name" 10941msgstr "" 10942 10943#: config/tc-ppc.c:3257 10944msgid "attempt to redefine symbol" 10945msgstr "" 10946 10947#: config/tc-ppc.c:3499 10948msgid "The XCOFF file format does not support arbitrary sections" 10949msgstr "" 10950 10951#: config/tc-ppc.c:3573 10952msgid "missing rename string" 10953msgstr "" 10954 10955#: config/tc-ppc.c:3603 config/tc-ppc.c:4145 read.c:3314 10956msgid "missing value" 10957msgstr "" 10958 10959#: config/tc-ppc.c:3621 10960msgid "illegal .stabx expression; zero assumed" 10961msgstr "" 10962 10963#: config/tc-ppc.c:3653 10964msgid "missing class" 10965msgstr "" 10966 10967#: config/tc-ppc.c:3662 10968msgid "missing type" 10969msgstr "" 10970 10971#: config/tc-ppc.c:3742 10972msgid "missing symbol name" 10973msgstr "" 10974 10975#: config/tc-ppc.c:3932 10976msgid "nested .bs blocks" 10977msgstr "" 10978 10979#: config/tc-ppc.c:3964 10980msgid ".es without preceding .bs" 10981msgstr "" 10982 10983#: config/tc-ppc.c:4137 10984msgid "non-constant byte count" 10985msgstr "" 10986 10987#: config/tc-ppc.c:4184 10988msgid ".tc not in .toc section" 10989msgstr "" 10990 10991#: config/tc-ppc.c:4203 10992msgid ".tc with no label" 10993msgstr "" 10994 10995#: config/tc-ppc.c:4296 10996msgid ".machine stack overflow" 10997msgstr "" 10998 10999#: config/tc-ppc.c:4303 11000msgid ".machine stack underflow" 11001msgstr "" 11002 11003#: config/tc-ppc.c:4310 11004#, c-format 11005msgid "invalid machine `%s'" 11006msgstr "" 11007 11008#: config/tc-ppc.c:4361 11009msgid "No previous section to return to. Directive ignored." 11010msgstr "" 11011 11012#. Section Contents 11013#. unknown 11014#: config/tc-ppc.c:4771 11015msgid "Unsupported section attribute -- 'a'" 11016msgstr "" 11017 11018#: config/tc-ppc.c:4955 11019msgid "bad symbol suffix" 11020msgstr "" 11021 11022#: config/tc-ppc.c:5047 11023msgid "Unrecognized symbol suffix" 11024msgstr "" 11025 11026#: config/tc-ppc.c:5135 11027msgid "two .function pseudo-ops with no intervening .ef" 11028msgstr "" 11029 11030#: config/tc-ppc.c:5148 11031msgid ".ef with no preceding .function" 11032msgstr "" 11033 11034#: config/tc-ppc.c:5277 11035#, c-format 11036msgid "warning: symbol %s has no csect" 11037msgstr "" 11038 11039#: config/tc-ppc.c:5522 11040msgid "symbol in .toc does not match any .tc" 11041msgstr "" 11042 11043#: config/tc-ppc.c:5897 11044#, c-format 11045msgid "unsupported relocation against %s" 11046msgstr "" 11047 11048#: config/tc-ppc.c:5970 11049#, c-format 11050msgid "cannot emit PC relative %s relocation against %s" 11051msgstr "" 11052 11053#: config/tc-ppc.c:5975 11054#, c-format 11055msgid "cannot emit PC relative %s relocation" 11056msgstr "" 11057 11058#: config/tc-ppc.c:6159 11059#, c-format 11060msgid "Unable to handle reference to symbol %s" 11061msgstr "" 11062 11063#: config/tc-ppc.c:6162 11064msgid "Unable to resolve expression" 11065msgstr "" 11066 11067#: config/tc-ppc.c:6189 11068msgid "must branch to an address a multiple of 4" 11069msgstr "" 11070 11071#: config/tc-ppc.c:6193 11072#, c-format 11073msgid "@local or @plt branch destination is too far away, %ld bytes" 11074msgstr "" 11075 11076#: config/tc-ppc.c:6224 11077#, c-format 11078msgid "Gas failure, reloc value %d\n" 11079msgstr "" 11080 11081#: config/tc-s390.c:327 config/tc-sparc.c:272 11082msgid "Invalid default architecture, broken assembler." 11083msgstr "" 11084 11085#: config/tc-s390.c:423 config/tc-sparc.c:475 11086#, c-format 11087msgid "invalid architecture -A%s" 11088msgstr "" 11089 11090#: config/tc-s390.c:446 11091#, c-format 11092msgid "" 11093" S390 options:\n" 11094" -mregnames Allow symbolic names for registers\n" 11095" -mwarn-areg-zero Warn about zero base/index registers\n" 11096" -mno-regnames Do not allow symbolic names for registers\n" 11097" -m31 Set file format to 31 bit format\n" 11098" -m64 Set file format to 64 bit format\n" 11099msgstr "" 11100 11101#: config/tc-s390.c:453 11102#, c-format 11103msgid "" 11104" -V print assembler version number\n" 11105" -Qy, -Qn ignored\n" 11106msgstr "" 11107 11108#: config/tc-s390.c:472 11109msgid "The 64 bit file format is used without esame instructions." 11110msgstr "" 11111 11112#: config/tc-s390.c:489 11113#, c-format 11114msgid "Internal assembler error for instruction format %s" 11115msgstr "" 11116 11117#: config/tc-s390.c:562 11118#, c-format 11119msgid "operand out of range (%s not between %ld and %ld)" 11120msgstr "" 11121 11122#: config/tc-s390.c:744 11123#, c-format 11124msgid "identifier+constant@%s means identifier@%s+constant" 11125msgstr "" 11126 11127#: config/tc-s390.c:825 11128msgid "Can't handle O_big in s390_exp_compare" 11129msgstr "" 11130 11131#: config/tc-s390.c:906 11132msgid "Invalid suffix for literal pool entry" 11133msgstr "" 11134 11135#: config/tc-s390.c:963 11136msgid "Big number is too big" 11137msgstr "" 11138 11139#: config/tc-s390.c:1110 11140msgid "relocation not applicable" 11141msgstr "" 11142 11143#: config/tc-s390.c:1229 11144msgid "index register specified but zero" 11145msgstr "" 11146 11147#: config/tc-s390.c:1233 11148msgid "base register specified but zero" 11149msgstr "" 11150 11151#: config/tc-s390.c:1314 11152msgid "invalid operand suffix" 11153msgstr "" 11154 11155#: config/tc-s390.c:1337 11156msgid "syntax error; missing '(' after displacement" 11157msgstr "" 11158 11159#: config/tc-s390.c:1353 config/tc-s390.c:1397 config/tc-s390.c:1427 11160msgid "syntax error; expected ," 11161msgstr "" 11162 11163#: config/tc-s390.c:1385 11164msgid "syntax error; missing ')' after base register" 11165msgstr "" 11166 11167#: config/tc-s390.c:1414 11168msgid "syntax error; ')' not allowed here" 11169msgstr "" 11170 11171#: config/tc-s390.c:1549 11172#, c-format 11173msgid "Opcode %s not available in this mode" 11174msgstr "" 11175 11176#: config/tc-s390.c:1604 config/tc-s390.c:1627 config/tc-s390.c:1640 11177msgid "Invalid .insn format\n" 11178msgstr "" 11179 11180#: config/tc-s390.c:1612 11181#, c-format 11182msgid "Unrecognized opcode format: `%s'" 11183msgstr "" 11184 11185#: config/tc-s390.c:1643 11186msgid "second operand of .insn not a constant\n" 11187msgstr "" 11188 11189#: config/tc-s390.c:1646 11190msgid "missing comma after insn constant\n" 11191msgstr "" 11192 11193#: config/tc-s390.c:1938 11194#, c-format 11195msgid "cannot emit relocation %s against subsy symbol %s" 11196msgstr "" 11197 11198#: config/tc-s390.c:2026 11199msgid "unsupported relocation type" 11200msgstr "" 11201 11202#: config/tc-s390.c:2073 11203#, c-format 11204msgid "cannot emit PC relative %s relocation%s%s" 11205msgstr "" 11206 11207#: config/tc-s390.c:2198 11208#, c-format 11209msgid "Gas failure, reloc type %s\n" 11210msgstr "" 11211 11212#: config/tc-s390.c:2200 11213#, c-format 11214msgid "Gas failure, reloc type #%i\n" 11215msgstr "" 11216 11217#: config/tc-score.c:260 11218msgid "div / mul are reserved instructions" 11219msgstr "" 11220 11221#: config/tc-score.c:261 11222msgid "This architecture doesn't support mmu" 11223msgstr "" 11224 11225#: config/tc-score.c:262 11226msgid "This architecture doesn't support atomic instruction" 11227msgstr "" 11228 11229#: config/tc-score.c:469 11230msgid "S+core register expected" 11231msgstr "" 11232 11233#: config/tc-score.c:470 11234msgid "S+core special-register expected" 11235msgstr "" 11236 11237#: config/tc-score.c:471 11238msgid "S+core co-processor register expected" 11239msgstr "" 11240 11241#: config/tc-score.c:1074 config/tc-score.c:2073 11242msgid "Using temp register(r1)" 11243msgstr "" 11244 11245#: config/tc-score.c:1093 11246#, c-format 11247msgid "register expected, not '%.100s'" 11248msgstr "" 11249 11250#: config/tc-score.c:1149 config/tc-score.c:5489 11251msgid "rd must be even number." 11252msgstr "" 11253 11254#: config/tc-score.c:1520 config/tc-score.c:1527 11255#, c-format 11256msgid "invalid constant: %d bit expression not in range %u..%u" 11257msgstr "" 11258 11259#: config/tc-score.c:1533 config/tc-score.c:1540 config/tc-score.c:2900 11260#: config/tc-score.c:2905 config/tc-score.c:3173 config/tc-score.c:3178 11261#: config/tc-score.c:3471 11262#, c-format 11263msgid "invalid constant: %d bit expression not in range %d..%d" 11264msgstr "" 11265 11266#: config/tc-score.c:1565 11267msgid "invalid constant: bit expression not defined" 11268msgstr "" 11269 11270#: config/tc-score.c:2087 11271#, c-format 11272msgid "low register(r0-r15)expected, not '%.100s'" 11273msgstr "" 11274 11275#: config/tc-score.c:2149 config/tc-score.c:3492 config/tc-score.c:3660 11276#: config/tc-score.c:3705 11277#, c-format 11278msgid "missing [" 11279msgstr "" 11280 11281#: config/tc-score.c:2163 config/tc-score.c:3110 config/tc-score.c:3313 11282#: config/tc-score.c:3329 config/tc-score.c:3400 config/tc-score.c:3456 11283#: config/tc-score.c:3681 config/tc-score.c:3726 config/tc-score.c:3875 11284#: config/tc-score.c:3929 config/tc-score.c:3975 11285#, c-format 11286msgid "missing ]" 11287msgstr "" 11288 11289#: config/tc-score.c:2352 11290#, c-format 11291msgid "Fix data dependency: %s %s -- %s %s (insert %d nop!/%d)" 11292msgstr "" 11293 11294#: config/tc-score.c:2371 11295#, c-format 11296msgid "Fix data dependency: %s %s -- %s %s (insert 1 pflush/%d)" 11297msgstr "" 11298 11299#: config/tc-score.c:2387 config/tc-score.c:2394 11300#, c-format 11301msgid "data dependency: %s %s -- %s %s (%d/%d bubble)" 11302msgstr "" 11303 11304#: config/tc-score.c:2755 config/tc-score.c:6509 11305#, c-format 11306msgid "%s -- `%s'" 11307msgstr "" 11308 11309#: config/tc-score.c:2843 11310msgid "address offset must be half word alignment" 11311msgstr "" 11312 11313#: config/tc-score.c:2851 11314msgid "address offset must be word alignment" 11315msgstr "" 11316 11317#: config/tc-score.c:2993 config/tc-score.c:3130 11318msgid "register same as write-back base" 11319msgstr "" 11320 11321#: config/tc-score.c:3100 11322msgid "pre-indexed expression expected" 11323msgstr "" 11324 11325#: config/tc-score.c:3431 11326#, c-format 11327msgid "invalid register number: %d is not in [r0--r7]" 11328msgstr "" 11329 11330#: config/tc-score.c:3448 11331msgid "comma is expected" 11332msgstr "" 11333 11334#: config/tc-score.c:3479 11335#, c-format 11336msgid "invalid constant: %d is not word align integer" 11337msgstr "" 11338 11339#: config/tc-score.c:3519 config/tc-score.c:3562 11340msgid "invalid constant: 32 bit expression not word align" 11341msgstr "" 11342 11343#: config/tc-score.c:3528 config/tc-score.c:3571 11344msgid "invalid constant: 32 bit expression not in range [0, 0xffffffff]" 11345msgstr "" 11346 11347#: config/tc-score.c:3604 11348msgid "invalid constant: 32 bit expression not in range [-0x80000000, 0x7fffffff]" 11349msgstr "" 11350 11351#: config/tc-score.c:3793 config/tc-score.c:3821 11352msgid "imm5 should >= 2" 11353msgstr "" 11354 11355#: config/tc-score.c:3798 config/tc-score.c:3827 11356msgid "reg should <= 31" 11357msgstr "" 11358 11359#: config/tc-score.c:3869 config/tc-score.c:3920 11360msgid "missing +" 11361msgstr "" 11362 11363#: config/tc-score.c:3913 11364#, c-format 11365msgid "%s register same as write-back base" 11366msgstr "" 11367 11368#: config/tc-score.c:3915 11369msgid "destination" 11370msgstr "" 11371 11372#: config/tc-score.c:3915 11373msgid "source" 11374msgstr "" 11375 11376#: config/tc-score.c:4245 config/tc-score.c:4321 config/tc-score.c:4950 11377msgid "expression error" 11378msgstr "" 11379 11380#: config/tc-score.c:4251 11381msgid "value not in range [0, 0xffffffff]" 11382msgstr "" 11383 11384#: config/tc-score.c:4327 11385msgid "value not in range [-0xffffffff, 0xffffffff]" 11386msgstr "" 11387 11388#: config/tc-score.c:4355 11389msgid "li rd label isn't correct instruction form" 11390msgstr "" 11391 11392#: config/tc-score.c:4524 config/tc-score.c:4675 config/tc-score.c:5201 11393#: config/tc-score.c:5229 11394msgid "lacking label " 11395msgstr "" 11396 11397#: config/tc-score.c:4900 11398msgid "s3_PIC code offset overflow (max 16 signed bits)" 11399msgstr "" 11400 11401#: config/tc-score.c:4956 11402msgid "value not in range [0, 0x7fffffff]" 11403msgstr "" 11404 11405#: config/tc-score.c:4961 11406msgid "end on line error" 11407msgstr "" 11408 11409#: config/tc-score.c:5208 11410msgid "invalid constant: 25 bit expression not in range [-16777216, 16777215]" 11411msgstr "" 11412 11413#: config/tc-score.c:5235 11414msgid "invalid constant: 20 bit expression not in range -2^19..2^19" 11415msgstr "" 11416 11417#: config/tc-score.c:5268 11418msgid "lacking label" 11419msgstr "" 11420 11421#: config/tc-score.c:5273 11422msgid "invalid constant: 10 bit expression not in range [-2^9, 2^9-1]" 11423msgstr "" 11424 11425#: config/tc-score.c:5369 11426msgid "pce instruction error (16 bit || 16 bit)'" 11427msgstr "" 11428 11429#: config/tc-score.c:5387 config/tc-score.c:5411 config/tc-score.c:5438 11430#: config/tc-score.c:5467 config/tc-score.c:5516 11431msgid "score3d instruction." 11432msgstr "" 11433 11434#: config/tc-score.c:6127 read.c:1465 11435msgid "missing size expression" 11436msgstr "" 11437 11438#: config/tc-score.c:6133 11439#, c-format 11440msgid "BSS length (%d) < 0 ignored" 11441msgstr "" 11442 11443#: config/tc-score.c:6148 read.c:2306 11444#, c-format 11445msgid "error setting flags for \".sbss\": %s" 11446msgstr "" 11447 11448#: config/tc-score.c:6162 config/tc-sparc.c:3695 11449msgid "missing alignment" 11450msgstr "" 11451 11452#: config/tc-score.c:6199 11453#, c-format 11454msgid "alignment too large; %d assumed" 11455msgstr "" 11456 11457#: config/tc-score.c:6204 read.c:2367 11458msgid "alignment negative; 0 assumed" 11459msgstr "" 11460 11461#: config/tc-score.c:6271 config/tc-z80.c:289 ecoff.c:3355 read.c:1484 11462#: read.c:1597 read.c:2484 read.c:3048 read.c:3441 symbols.c:326 symbols.c:432 11463#, c-format 11464msgid "symbol `%s' is already defined" 11465msgstr "" 11466 11467#. Error routine. 11468#: config/tc-score.c:6613 config/tc-score.c:6637 11469msgid "size is not 4 or 6" 11470msgstr "" 11471 11472#: config/tc-score.c:6696 11473msgid "bad call to MD_ATOF()" 11474msgstr "" 11475 11476#: config/tc-score.c:7204 11477#, c-format 11478msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]" 11479msgstr "" 11480 11481#: config/tc-score.c:7219 config/tc-score.c:7248 config/tc-score.c:7300 11482#, c-format 11483msgid " branch relocation truncate (0x%x) [-2^19 ~ 2^19]" 11484msgstr "" 11485 11486#: config/tc-score.c:7270 config/tc-score.c:7325 11487#, c-format 11488msgid " branch relocation truncate (0x%x) [-2^9 ~ 2^9]" 11489msgstr "" 11490 11491#: config/tc-score.c:7501 11492#, c-format 11493msgid "cannot represent %s relocation in this object file format1" 11494msgstr "" 11495 11496#: config/tc-score.c:7792 11497#, c-format 11498msgid "Sunplus-v2-0-0-20060510\n" 11499msgstr "" 11500 11501#: config/tc-score.c:7812 11502#, c-format 11503msgid " Score-specific assembler options:\n" 11504msgstr "" 11505 11506#: config/tc-score.c:7814 11507#, c-format 11508msgid " -EB\t\tassemble code for a big-endian cpu\n" 11509msgstr "" 11510 11511#: config/tc-score.c:7819 11512#, c-format 11513msgid " -EL\t\tassemble code for a little-endian cpu\n" 11514msgstr "" 11515 11516#: config/tc-score.c:7823 11517#, c-format 11518msgid " -FIXDD\t\tassemble code for fix data dependency\n" 11519msgstr "" 11520 11521#: config/tc-score.c:7825 11522#, c-format 11523msgid " -NWARN\t\tassemble code for no warning message for fix data dependency\n" 11524msgstr "" 11525 11526#: config/tc-score.c:7827 11527#, c-format 11528msgid " -SCORE5\t\tassemble code for target is SCORE5\n" 11529msgstr "" 11530 11531#: config/tc-score.c:7829 11532#, c-format 11533msgid " -SCORE5U\tassemble code for target is SCORE5U\n" 11534msgstr "" 11535 11536#: config/tc-score.c:7831 11537#, c-format 11538msgid " -SCORE7\t\tassemble code for target is SCORE7, this is default setting\n" 11539msgstr "" 11540 11541#: config/tc-score.c:7833 11542#, c-format 11543msgid " -SCORE3\t\tassemble code for target is SCORE3\n" 11544msgstr "" 11545 11546#: config/tc-score.c:7835 11547#, c-format 11548msgid " -march=score7\tassemble code for target is SCORE7, this is default setting\n" 11549msgstr "" 11550 11551#: config/tc-score.c:7837 11552#, c-format 11553msgid " -march=score3\tassemble code for target is SCORE3\n" 11554msgstr "" 11555 11556#: config/tc-score.c:7839 11557#, c-format 11558msgid " -USE_R1\t\tassemble code for no warning message when using temp register r1\n" 11559msgstr "" 11560 11561#: config/tc-score.c:7841 11562#, c-format 11563msgid " -KPIC\t\tassemble code for PIC\n" 11564msgstr "" 11565 11566#: config/tc-score.c:7843 11567#, c-format 11568msgid " -O0\t\tassembler will not perform any optimizations\n" 11569msgstr "" 11570 11571#: config/tc-score.c:7845 11572#, c-format 11573msgid " -G gpnum\tassemble code for setting gpsize and default is 8 byte\n" 11574msgstr "" 11575 11576#: config/tc-score.c:7847 11577#, c-format 11578msgid " -V \t\tSunplus release version \n" 11579msgstr "" 11580 11581#: config/tc-sh.c:63 11582msgid "directive .big encountered when option -big required" 11583msgstr "" 11584 11585#: config/tc-sh.c:73 11586msgid "directive .little encountered when option -little required" 11587msgstr "" 11588 11589#: config/tc-sh.c:1364 11590msgid "misplaced PIC operand" 11591msgstr "" 11592 11593#: config/tc-sh.c:1402 11594msgid "illegal double indirection" 11595msgstr "" 11596 11597#: config/tc-sh.c:1411 11598msgid "illegal register after @-" 11599msgstr "" 11600 11601#: config/tc-sh.c:1427 11602msgid "must be @(r0,...)" 11603msgstr "" 11604 11605#: config/tc-sh.c:1451 11606msgid "syntax error in @(r0,...)" 11607msgstr "" 11608 11609#: config/tc-sh.c:1456 11610msgid "syntax error in @(r0...)" 11611msgstr "" 11612 11613#: config/tc-sh.c:1501 11614msgid "Deprecated syntax." 11615msgstr "" 11616 11617#: config/tc-sh.c:1513 config/tc-sh.c:1518 11618msgid "syntax error in @(disp,[Rn, gbr, pc])" 11619msgstr "" 11620 11621#: config/tc-sh.c:1523 11622msgid "expecting )" 11623msgstr "" 11624 11625#: config/tc-sh.c:1531 11626msgid "illegal register after @" 11627msgstr "" 11628 11629#: config/tc-sh.c:2202 11630#, c-format 11631msgid "unhandled %d\n" 11632msgstr "" 11633 11634#: config/tc-sh.c:2368 11635#, c-format 11636msgid "Invalid register: 'r%d'" 11637msgstr "" 11638 11639#: config/tc-sh.c:2472 11640#, c-format 11641msgid "failed for %d\n" 11642msgstr "" 11643 11644#: config/tc-sh.c:2585 config/tc-sh.c:2984 11645msgid "invalid operands for opcode" 11646msgstr "" 11647 11648#: config/tc-sh.c:2590 11649msgid "insn can't be combined with parallel processing insn" 11650msgstr "" 11651 11652#: config/tc-sh.c:2597 config/tc-sh.c:2608 config/tc-sh.c:2640 11653msgid "multiple movx specifications" 11654msgstr "" 11655 11656#: config/tc-sh.c:2602 config/tc-sh.c:2624 config/tc-sh.c:2663 11657msgid "multiple movy specifications" 11658msgstr "" 11659 11660#: config/tc-sh.c:2611 config/tc-sh.c:2644 11661msgid "invalid movx address register" 11662msgstr "" 11663 11664#: config/tc-sh.c:2613 11665msgid "insn cannot be combined with non-nopy" 11666msgstr "" 11667 11668#: config/tc-sh.c:2627 config/tc-sh.c:2683 11669msgid "invalid movy address register" 11670msgstr "" 11671 11672#: config/tc-sh.c:2629 11673msgid "insn cannot be combined with non-nopx" 11674msgstr "" 11675 11676#: config/tc-sh.c:2642 11677msgid "previous movy requires nopx" 11678msgstr "" 11679 11680#: config/tc-sh.c:2650 config/tc-sh.c:2655 11681msgid "invalid movx dsp register" 11682msgstr "" 11683 11684#: config/tc-sh.c:2665 11685msgid "previous movx requires nopy" 11686msgstr "" 11687 11688#: config/tc-sh.c:2674 config/tc-sh.c:2679 11689msgid "invalid movy dsp register" 11690msgstr "" 11691 11692#: config/tc-sh.c:2689 11693msgid "dsp immediate shift value not constant" 11694msgstr "" 11695 11696#: config/tc-sh.c:2703 config/tc-sh.c:2729 11697msgid "multiple parallel processing specifications" 11698msgstr "" 11699 11700#: config/tc-sh.c:2722 11701msgid "multiple condition specifications" 11702msgstr "" 11703 11704#: config/tc-sh.c:2760 11705msgid "insn cannot be combined with pmuls" 11706msgstr "" 11707 11708#: config/tc-sh.c:2776 11709msgid "bad combined pmuls output operand" 11710msgstr "" 11711 11712#: config/tc-sh.c:2786 11713msgid "destination register is same for parallel insns" 11714msgstr "" 11715 11716#: config/tc-sh.c:2795 11717msgid "condition not followed by conditionalizable insn" 11718msgstr "" 11719 11720#: config/tc-sh.c:2805 11721msgid "unrecognized characters at end of parallel processing insn" 11722msgstr "" 11723 11724#: config/tc-sh.c:2921 11725msgid "opcode not valid for this cpu variant" 11726msgstr "" 11727 11728#: config/tc-sh.c:2954 11729msgid "Delayed branches not available on SH1" 11730msgstr "" 11731 11732#: config/tc-sh.c:2989 11733#, c-format 11734msgid "excess operands: '%s'" 11735msgstr "" 11736 11737#: config/tc-sh.c:3066 11738msgid ".uses pseudo-op seen when not relaxing" 11739msgstr "" 11740 11741#: config/tc-sh.c:3072 11742msgid "bad .uses format" 11743msgstr "" 11744 11745#: config/tc-sh.c:3176 11746msgid "Invalid combination: --isa=SHcompact with --isa=SHmedia" 11747msgstr "" 11748 11749#: config/tc-sh.c:3182 11750msgid "Invalid combination: --isa=SHmedia with --isa=SHcompact" 11751msgstr "" 11752 11753#: config/tc-sh.c:3184 11754msgid "Invalid combination: --abi=64 with --isa=SHcompact" 11755msgstr "" 11756 11757#: config/tc-sh.c:3216 11758#, c-format 11759msgid "Invalid argument to --isa option: %s" 11760msgstr "" 11761 11762#: config/tc-sh.c:3225 11763msgid "Invalid combination: --abi=32 with --abi=64" 11764msgstr "" 11765 11766#: config/tc-sh.c:3231 11767msgid "Invalid combination: --abi=64 with --abi=32" 11768msgstr "" 11769 11770#: config/tc-sh.c:3233 11771msgid "Invalid combination: --isa=SHcompact with --abi=64" 11772msgstr "" 11773 11774#: config/tc-sh.c:3237 11775#, c-format 11776msgid "Invalid argument to --abi option: %s" 11777msgstr "" 11778 11779#: config/tc-sh.c:3271 11780#, c-format 11781msgid "" 11782"SH options:\n" 11783"--little\t\tgenerate little endian code\n" 11784"--big\t\t\tgenerate big endian code\n" 11785"--relax\t\t\talter jump instructions for long displacements\n" 11786"--renesas\t\tdisable optimization with section symbol for\n" 11787"\t\t\tcompatibility with Renesas assembler.\n" 11788"--small\t\t\talign sections to 4 byte boundaries, not 16\n" 11789"--dsp\t\t\tenable sh-dsp insns, and disable floating-point ISAs.\n" 11790"--allow-reg-prefix\tallow '$' as a register name prefix.\n" 11791"--isa=[any\t\tuse most appropriate isa\n" 11792" | dsp same as '-dsp'\n" 11793" | fp" 11794msgstr "" 11795 11796#: config/tc-sh.c:3297 11797#, c-format 11798msgid "" 11799"--isa=[shmedia\t\tset as the default instruction set for SH64\n" 11800" | SHmedia\n" 11801" | shcompact\n" 11802" | SHcompact]\n" 11803msgstr "" 11804 11805#: config/tc-sh.c:3302 11806#, c-format 11807msgid "" 11808"--abi=[32|64]\t\tset size of expanded SHmedia operands and object\n" 11809"\t\t\tfile type\n" 11810"--shcompact-const-crange emit code-range descriptors for constants in\n" 11811"\t\t\tSHcompact code sections\n" 11812"--no-mix\t\tdisallow SHmedia code in the same section as\n" 11813"\t\t\tconstants and SHcompact code\n" 11814"--no-expand\t\tdo not expand MOVI, PT, PTA or PTB instructions\n" 11815"--expand-pt32\t\twith -abi=64, expand PT, PTA and PTB instructions\n" 11816"\t\t\tto 32 bits only\n" 11817msgstr "" 11818 11819#: config/tc-sh.c:3401 11820msgid ".uses does not refer to a local symbol in the same section" 11821msgstr "" 11822 11823#: config/tc-sh.c:3420 11824msgid "can't find fixup pointed to by .uses" 11825msgstr "" 11826 11827#: config/tc-sh.c:3440 11828msgid ".uses target does not refer to a local symbol in the same section" 11829msgstr "" 11830 11831#: config/tc-sh.c:3517 11832msgid "displacement overflows 12-bit field" 11833msgstr "" 11834 11835#: config/tc-sh.c:3520 11836#, c-format 11837msgid "displacement to defined symbol %s overflows 12-bit field" 11838msgstr "" 11839 11840#: config/tc-sh.c:3524 11841#, c-format 11842msgid "displacement to undefined symbol %s overflows 12-bit field" 11843msgstr "" 11844 11845#: config/tc-sh.c:3597 11846msgid "displacement overflows 8-bit field" 11847msgstr "" 11848 11849#: config/tc-sh.c:3600 11850#, c-format 11851msgid "displacement to defined symbol %s overflows 8-bit field" 11852msgstr "" 11853 11854#: config/tc-sh.c:3604 11855#, c-format 11856msgid "displacement to undefined symbol %s overflows 8-bit field " 11857msgstr "" 11858 11859#: config/tc-sh.c:3621 11860#, c-format 11861msgid "overflow in branch to %s; converted into longer instruction sequence" 11862msgstr "" 11863 11864#: config/tc-sh.c:3687 config/tc-sh.c:3734 config/tc-sparc.c:4204 11865#: config/tc-sparc.c:4228 11866msgid "misaligned data" 11867msgstr "" 11868 11869#: config/tc-sh.c:4036 11870msgid "offset to unaligned destination" 11871msgstr "" 11872 11873#: config/tc-sh.c:4041 11874msgid "negative offset" 11875msgstr "" 11876 11877#: config/tc-sh.c:4179 11878msgid "misaligned offset" 11879msgstr "" 11880 11881#: config/tc-sh64.c:568 11882msgid "This operand must be constant at assembly time" 11883msgstr "" 11884 11885#: config/tc-sh64.c:681 11886msgid "Invalid operand expression" 11887msgstr "" 11888 11889#: config/tc-sh64.c:773 config/tc-sh64.c:877 11890msgid "PTB operand is a SHmedia symbol" 11891msgstr "" 11892 11893#: config/tc-sh64.c:776 config/tc-sh64.c:874 11894msgid "PTA operand is a SHcompact symbol" 11895msgstr "" 11896 11897#: config/tc-sh64.c:792 11898msgid "invalid expression in operand" 11899msgstr "" 11900 11901#: config/tc-sh64.c:1483 11902#, c-format 11903msgid "invalid operand, not a 5-bit unsigned value: %d" 11904msgstr "" 11905 11906#: config/tc-sh64.c:1488 11907#, c-format 11908msgid "invalid operand, not a 6-bit signed value: %d" 11909msgstr "" 11910 11911#: config/tc-sh64.c:1493 11912#, c-format 11913msgid "invalid operand, not a 6-bit unsigned value: %d" 11914msgstr "" 11915 11916#: config/tc-sh64.c:1498 config/tc-sh64.c:1510 11917#, c-format 11918msgid "invalid operand, not a 11-bit signed value: %d" 11919msgstr "" 11920 11921#: config/tc-sh64.c:1500 11922#, c-format 11923msgid "invalid operand, not a multiple of 32: %d" 11924msgstr "" 11925 11926#: config/tc-sh64.c:1505 11927#, c-format 11928msgid "invalid operand, not a 10-bit signed value: %d" 11929msgstr "" 11930 11931#: config/tc-sh64.c:1512 11932#, c-format 11933msgid "invalid operand, not an even value: %d" 11934msgstr "" 11935 11936#: config/tc-sh64.c:1517 11937#, c-format 11938msgid "invalid operand, not a 12-bit signed value: %d" 11939msgstr "" 11940 11941#: config/tc-sh64.c:1519 11942#, c-format 11943msgid "invalid operand, not a multiple of 4: %d" 11944msgstr "" 11945 11946#: config/tc-sh64.c:1524 11947#, c-format 11948msgid "invalid operand, not a 13-bit signed value: %d" 11949msgstr "" 11950 11951#: config/tc-sh64.c:1526 11952#, c-format 11953msgid "invalid operand, not a multiple of 8: %d" 11954msgstr "" 11955 11956#: config/tc-sh64.c:1531 11957#, c-format 11958msgid "invalid operand, not a 16-bit signed value: %d" 11959msgstr "" 11960 11961#: config/tc-sh64.c:1536 11962#, c-format 11963msgid "invalid operand, not a 16-bit unsigned value: %d" 11964msgstr "" 11965 11966#: config/tc-sh64.c:1542 11967msgid "operand out of range for PT, PTA and PTB" 11968msgstr "" 11969 11970#: config/tc-sh64.c:1544 11971#, c-format 11972msgid "operand not a multiple of 4 for PT, PTA or PTB: %d" 11973msgstr "" 11974 11975#: config/tc-sh64.c:2064 11976#, c-format 11977msgid "MOVI operand is not a 32-bit signed value: 0x%8x%08x" 11978msgstr "" 11979 11980#: config/tc-sh64.c:2421 config/tc-sh64.c:2584 config/tc-sh64.c:2599 11981msgid "invalid PIC reference" 11982msgstr "" 11983 11984#: config/tc-sh64.c:2478 11985msgid "can't find opcode" 11986msgstr "" 11987 11988#: config/tc-sh64.c:2681 config/tc-sh64.c:2721 11989msgid "invalid operand: expression in PT target" 11990msgstr "" 11991 11992#: config/tc-sh64.c:2812 11993#, c-format 11994msgid "invalid operands to %s" 11995msgstr "" 11996 11997#: config/tc-sh64.c:2818 11998#, c-format 11999msgid "excess operands to %s" 12000msgstr "" 12001 12002#: config/tc-sh64.c:2863 12003#, c-format 12004msgid "The `.mode %s' directive is not valid with this architecture" 12005msgstr "" 12006 12007#: config/tc-sh64.c:2871 12008#, c-format 12009msgid "Invalid argument to .mode: %s" 12010msgstr "" 12011 12012#: config/tc-sh64.c:2901 12013#, c-format 12014msgid "The `.abi %s' directive is not valid with this architecture" 12015msgstr "" 12016 12017#: config/tc-sh64.c:2907 12018msgid "`.abi 64' but command-line options do not specify 64-bit ABI" 12019msgstr "" 12020 12021#: config/tc-sh64.c:2912 12022msgid "`.abi 32' but command-line options do not specify 32-bit ABI" 12023msgstr "" 12024 12025#: config/tc-sh64.c:2915 12026#, c-format 12027msgid "Invalid argument to .abi: %s" 12028msgstr "" 12029 12030#: config/tc-sh64.c:2970 12031msgid "-no-mix is invalid without specifying SHcompact or SHmedia" 12032msgstr "" 12033 12034#: config/tc-sh64.c:2975 12035msgid "-shcompact-const-crange is invalid without SHcompact" 12036msgstr "" 12037 12038#: config/tc-sh64.c:2978 12039msgid "-expand-pt32 only valid with -abi=64" 12040msgstr "" 12041 12042#: config/tc-sh64.c:2981 12043msgid "-no-expand only valid with SHcompact or SHmedia" 12044msgstr "" 12045 12046#: config/tc-sh64.c:2984 12047msgid "-expand-pt32 invalid together with -no-expand" 12048msgstr "" 12049 12050#: config/tc-sh64.c:3198 12051msgid "SHmedia code not allowed in same section as constants and SHcompact code" 12052msgstr "" 12053 12054#: config/tc-sh64.c:3216 12055msgid "No segment info for current section" 12056msgstr "" 12057 12058#: config/tc-sh64.c:3255 12059msgid "duplicate datalabel operator ignored" 12060msgstr "" 12061 12062#: config/tc-sh64.c:3325 12063msgid "Invalid DataLabel expression" 12064msgstr "" 12065 12066#: config/tc-sparc.c:276 config/tc-sparc.c:481 12067msgid "Bad opcode table, broken assembler." 12068msgstr "" 12069 12070#: config/tc-sparc.c:473 12071#, c-format 12072msgid "invalid architecture -xarch=%s" 12073msgstr "" 12074 12075#: config/tc-sparc.c:542 12076#, c-format 12077msgid "No compiled in support for %d bit object file format" 12078msgstr "" 12079 12080#: config/tc-sparc.c:623 12081#, c-format 12082msgid "SPARC options:\n" 12083msgstr "" 12084 12085#: config/tc-sparc.c:652 12086#, c-format 12087msgid "" 12088"\n" 12089"\t\t\tspecify variant of SPARC architecture\n" 12090"-bump\t\t\twarn when assembler switches architectures\n" 12091"-sparc\t\t\tignored\n" 12092"--enforce-aligned-data\tforce .long, etc., to be aligned correctly\n" 12093"-relax\t\t\trelax jumps and branches (default)\n" 12094"-no-relax\t\tavoid changing any jumps and branches\n" 12095msgstr "" 12096 12097#: config/tc-sparc.c:660 12098#, c-format 12099msgid "-k\t\t\tgenerate PIC\n" 12100msgstr "" 12101 12102#: config/tc-sparc.c:664 12103#, c-format 12104msgid "" 12105"-32\t\t\tcreate 32 bit object file\n" 12106"-64\t\t\tcreate 64 bit object file\n" 12107msgstr "" 12108 12109#: config/tc-sparc.c:667 12110#, c-format 12111msgid "\t\t\t[default is %d]\n" 12112msgstr "" 12113 12114#: config/tc-sparc.c:669 12115#, c-format 12116msgid "" 12117"-TSO\t\t\tuse Total Store Ordering\n" 12118"-PSO\t\t\tuse Partial Store Ordering\n" 12119"-RMO\t\t\tuse Relaxed Memory Ordering\n" 12120msgstr "" 12121 12122#: config/tc-sparc.c:673 12123#, c-format 12124msgid "\t\t\t[default is %s]\n" 12125msgstr "" 12126 12127#: config/tc-sparc.c:675 12128#, c-format 12129msgid "" 12130"-KPIC\t\t\tgenerate PIC\n" 12131"-V\t\t\tprint assembler version number\n" 12132"-undeclared-regs\tignore application global register usage without\n" 12133"\t\t\tappropriate .register directive (default)\n" 12134"-no-undeclared-regs\tforce error on application global register usage\n" 12135"\t\t\twithout appropriate .register directive\n" 12136"-q\t\t\tignored\n" 12137"-Qy, -Qn\t\tignored\n" 12138"-s\t\t\tignored\n" 12139msgstr "" 12140 12141#: config/tc-sparc.c:687 12142#, c-format 12143msgid "" 12144"-EL\t\t\tgenerate code for a little endian machine\n" 12145"-EB\t\t\tgenerate code for a big endian machine\n" 12146"--little-endian-data\tgenerate code for a machine having big endian\n" 12147" instructions and little endian data.\n" 12148msgstr "" 12149 12150#: config/tc-sparc.c:823 12151#, c-format 12152msgid "Internal error: losing opcode: `%s' \"%s\"\n" 12153msgstr "" 12154 12155#: config/tc-sparc.c:842 12156#, c-format 12157msgid "Internal error: can't find opcode `%s' for `%s'\n" 12158msgstr "" 12159 12160#: config/tc-sparc.c:983 12161msgid "Support for 64-bit arithmetic not compiled in." 12162msgstr "" 12163 12164#: config/tc-sparc.c:1029 12165msgid "set: number not in 0..4294967295 range" 12166msgstr "" 12167 12168#: config/tc-sparc.c:1036 12169msgid "set: number not in -2147483648..4294967295 range" 12170msgstr "" 12171 12172#: config/tc-sparc.c:1095 12173msgid "setsw: number not in -2147483648..4294967295 range" 12174msgstr "" 12175 12176#: config/tc-sparc.c:1143 12177msgid "setx: temporary register same as destination register" 12178msgstr "" 12179 12180#: config/tc-sparc.c:1214 12181msgid "setx: illegal temporary register g0" 12182msgstr "" 12183 12184#: config/tc-sparc.c:1311 12185msgid "FP branch in delay slot" 12186msgstr "" 12187 12188#: config/tc-sparc.c:1326 12189msgid "FP branch preceded by FP instruction; NOP inserted" 12190msgstr "" 12191 12192#: config/tc-sparc.c:1366 12193msgid "failed special case insn sanity check" 12194msgstr "" 12195 12196#: config/tc-sparc.c:1454 12197msgid ": invalid membar mask name" 12198msgstr "" 12199 12200#: config/tc-sparc.c:1470 12201msgid ": invalid membar mask expression" 12202msgstr "" 12203 12204#: config/tc-sparc.c:1475 12205msgid ": invalid membar mask number" 12206msgstr "" 12207 12208#: config/tc-sparc.c:1490 12209msgid ": invalid siam mode expression" 12210msgstr "" 12211 12212#: config/tc-sparc.c:1495 12213msgid ": invalid siam mode number" 12214msgstr "" 12215 12216#: config/tc-sparc.c:1511 12217msgid ": invalid prefetch function name" 12218msgstr "" 12219 12220#: config/tc-sparc.c:1519 12221msgid ": invalid prefetch function expression" 12222msgstr "" 12223 12224#: config/tc-sparc.c:1524 12225msgid ": invalid prefetch function number" 12226msgstr "" 12227 12228#: config/tc-sparc.c:1552 config/tc-sparc.c:1564 12229msgid ": unrecognizable privileged register" 12230msgstr "" 12231 12232#: config/tc-sparc.c:1588 config/tc-sparc.c:1600 12233msgid ": unrecognizable hyperprivileged register" 12234msgstr "" 12235 12236#: config/tc-sparc.c:1624 config/tc-sparc.c:1649 12237msgid ": unrecognizable v9a or v9b ancillary state register" 12238msgstr "" 12239 12240#: config/tc-sparc.c:1629 12241msgid ": rd on write only ancillary state register" 12242msgstr "" 12243 12244#. %sys_tick and %sys_tick_cmpr are v9bnotv9a 12245#: config/tc-sparc.c:1637 12246msgid ": unrecognizable v9a ancillary state register" 12247msgstr "" 12248 12249#: config/tc-sparc.c:1673 12250msgid ": asr number must be between 16 and 31" 12251msgstr "" 12252 12253#: config/tc-sparc.c:1681 12254msgid ": asr number must be between 0 and 31" 12255msgstr "" 12256 12257#: config/tc-sparc.c:1691 12258#, c-format 12259msgid ": expecting %asrN" 12260msgstr "" 12261 12262#: config/tc-sparc.c:1878 config/tc-sparc.c:1916 config/tc-sparc.c:2329 12263#: config/tc-sparc.c:2365 12264#, c-format 12265msgid "Illegal operands: %%%s requires arguments in ()" 12266msgstr "" 12267 12268#: config/tc-sparc.c:1884 12269#, c-format 12270msgid "Illegal operands: %%%s cannot be used together with other relocs in the insn ()" 12271msgstr "" 12272 12273#: config/tc-sparc.c:1895 12274#, c-format 12275msgid "Illegal operands: %%%s can be only used with call __tls_get_addr" 12276msgstr "" 12277 12278#: config/tc-sparc.c:2102 12279msgid "detected global register use not covered by .register pseudo-op" 12280msgstr "" 12281 12282#: config/tc-sparc.c:2173 12283msgid ": There are only 64 f registers; [0-63]" 12284msgstr "" 12285 12286#: config/tc-sparc.c:2175 config/tc-sparc.c:2193 12287msgid ": There are only 32 f registers; [0-31]" 12288msgstr "" 12289 12290#: config/tc-sparc.c:2185 12291msgid ": There are only 32 single precision f registers; [0-31]" 12292msgstr "" 12293 12294#: config/tc-sparc.c:2377 12295#, c-format 12296msgid "Illegal operands: Can't do arithmetics other than + and - involving %%%s()" 12297msgstr "" 12298 12299#: config/tc-sparc.c:2487 12300#, c-format 12301msgid "Illegal operands: Can't add non-constant expression to %%%s()" 12302msgstr "" 12303 12304#: config/tc-sparc.c:2497 12305#, c-format 12306msgid "Illegal operands: Can't do arithmetics involving %%%s() of a relocatable symbol" 12307msgstr "" 12308 12309#: config/tc-sparc.c:2515 12310msgid ": PC-relative operand can't be a constant" 12311msgstr "" 12312 12313#: config/tc-sparc.c:2522 12314msgid ": TLS operand can't be a constant" 12315msgstr "" 12316 12317#: config/tc-sparc.c:2555 12318msgid ": invalid ASI name" 12319msgstr "" 12320 12321#: config/tc-sparc.c:2563 12322msgid ": invalid ASI expression" 12323msgstr "" 12324 12325#: config/tc-sparc.c:2568 12326msgid ": invalid ASI number" 12327msgstr "" 12328 12329#: config/tc-sparc.c:2665 12330msgid "OPF immediate operand out of range (0-0x1ff)" 12331msgstr "" 12332 12333#: config/tc-sparc.c:2670 12334msgid "non-immediate OPF operand, ignored" 12335msgstr "" 12336 12337#: config/tc-sparc.c:2689 12338msgid ": invalid cpreg name" 12339msgstr "" 12340 12341#: config/tc-sparc.c:2718 12342#, c-format 12343msgid "Illegal operands%s" 12344msgstr "" 12345 12346#: config/tc-sparc.c:2752 12347#, c-format 12348msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\"" 12349msgstr "" 12350 12351#: config/tc-sparc.c:2788 12352#, c-format 12353msgid "Architecture mismatch on \"%s\"." 12354msgstr "" 12355 12356#: config/tc-sparc.c:2789 12357#, c-format 12358msgid " (Requires %s; requested architecture is %s.)" 12359msgstr "" 12360 12361#: config/tc-sparc.c:3324 12362#, c-format 12363msgid "bad or unhandled relocation type: 0x%02x" 12364msgstr "" 12365 12366#: config/tc-sparc.c:3657 12367msgid "Expected comma after name" 12368msgstr "" 12369 12370#: config/tc-sparc.c:3666 12371#, c-format 12372msgid "BSS length (%d.) <0! Ignored." 12373msgstr "" 12374 12375#: config/tc-sparc.c:3678 12376msgid "bad .reserve segment -- expected BSS segment" 12377msgstr "" 12378 12379#: config/tc-sparc.c:3706 12380#, c-format 12381msgid "alignment too large; assuming %d" 12382msgstr "" 12383 12384#: config/tc-sparc.c:3712 config/tc-sparc.c:3862 12385msgid "negative alignment" 12386msgstr "" 12387 12388#: config/tc-sparc.c:3722 config/tc-sparc.c:3885 read.c:1321 read.c:2379 12389msgid "alignment not a power of 2" 12390msgstr "" 12391 12392#: config/tc-sparc.c:3775 12393#, c-format 12394msgid "Ignoring attempt to re-define symbol %s" 12395msgstr "" 12396 12397#: config/tc-sparc.c:3799 config/tc-v850.c:222 12398msgid "Expected comma after symbol-name" 12399msgstr "" 12400 12401#: config/tc-sparc.c:3809 12402#, c-format 12403msgid ".COMMon length (%lu) out of range ignored" 12404msgstr "" 12405 12406#: config/tc-sparc.c:3842 12407msgid "Expected comma after common length" 12408msgstr "" 12409 12410#: config/tc-sparc.c:3856 12411#, c-format 12412msgid "alignment too large; assuming %ld" 12413msgstr "" 12414 12415#: config/tc-sparc.c:4000 12416msgid "Unknown segment type" 12417msgstr "" 12418 12419#: config/tc-sparc.c:4075 config/tc-sparc.c:4085 12420#, c-format 12421msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}" 12422msgstr "" 12423 12424#: config/tc-sparc.c:4103 12425msgid "redefinition of global register" 12426msgstr "" 12427 12428#: config/tc-sparc.c:4114 12429#, c-format 12430msgid "Register symbol %s already defined." 12431msgstr "" 12432 12433#: config/tc-sparc.c:4319 12434#, c-format 12435msgid "Illegal operands: %%r_plt in %d-byte data field" 12436msgstr "" 12437 12438#: config/tc-sparc.c:4329 12439#, c-format 12440msgid "Illegal operands: %%r_tls_dtpoff in %d-byte data field" 12441msgstr "" 12442 12443#: config/tc-sparc.c:4366 config/tc-vax.c:3313 12444#, c-format 12445msgid "Illegal operands: Only %%r_%s%d allowed in %d-byte data fields" 12446msgstr "" 12447 12448#: config/tc-sparc.c:4374 config/tc-sparc.c:4405 config/tc-sparc.c:4414 12449#: config/tc-vax.c:3321 config/tc-vax.c:3352 config/tc-vax.c:3361 12450#, c-format 12451msgid "Illegal operands: %%r_%s%d requires arguments in ()" 12452msgstr "" 12453 12454#: config/tc-sparc.c:4423 config/tc-vax.c:3370 12455#, c-format 12456msgid "Illegal operands: garbage after %%r_%s%d()" 12457msgstr "" 12458 12459#: config/tc-sparc.h:60 12460msgid "sparc convert_frag\n" 12461msgstr "" 12462 12463#: config/tc-sparc.h:62 config/tc-z80.h:53 12464msgid "estimate_size_before_relax called" 12465msgstr "" 12466 12467#: config/tc-spu.c:132 12468#, c-format 12469msgid "Can't hash instruction '%s':%s" 12470msgstr "" 12471 12472#: config/tc-spu.c:186 12473msgid "" 12474"SPU options:\n" 12475" --apuasm\t\t emulate behaviour of apuasm\n" 12476msgstr "" 12477 12478#: config/tc-spu.c:292 12479#, c-format 12480msgid "Invalid mnemonic '%s'" 12481msgstr "" 12482 12483#: config/tc-spu.c:298 12484#, c-format 12485msgid "'%s' is only available in DD2.0 or higher." 12486msgstr "" 12487 12488#: config/tc-spu.c:330 12489#, c-format 12490msgid "Error in argument %d. Expecting: \"%s\"" 12491msgstr "" 12492 12493#: config/tc-spu.c:341 12494msgid "Mixing register syntax, with and without '$'." 12495msgstr "" 12496 12497#: config/tc-spu.c:347 12498#, c-format 12499msgid "Treating '%-*s' as a symbol." 12500msgstr "" 12501 12502#: config/tc-spu.c:566 12503msgid "'SPU_RdEventMask' (channel 11) is only available in DD2.0 or higher." 12504msgstr "" 12505 12506#: config/tc-spu.c:568 12507msgid "'MFC_RdTagMask' (channel 12) is only available in DD2.0 or higher." 12508msgstr "" 12509 12510#: config/tc-spu.c:611 12511#, c-format 12512msgid "Using old style, %%lo(expr), please change to PPC style, expr@l." 12513msgstr "" 12514 12515#: config/tc-spu.c:617 12516#, c-format 12517msgid "Using old style, %%hi(expr), please change to PPC style, expr@h." 12518msgstr "" 12519 12520#: config/tc-spu.c:687 config/tc-spu.c:690 12521#, c-format 12522msgid "Constant expression %d out of range, [%d, %d]." 12523msgstr "" 12524 12525#: config/tc-spu.c:792 12526#, c-format 12527msgid "invalid priority '%lu'" 12528msgstr "" 12529 12530#: config/tc-spu.c:798 12531#, c-format 12532msgid "invalid lrlive '%lu'" 12533msgstr "" 12534 12535#: config/tc-spu.c:857 12536msgid "Relaxation should never occur" 12537msgstr "" 12538 12539#: config/tc-spu.c:1007 12540#, c-format 12541msgid "Relocation doesn't fit. (relocation value = 0x%lx)" 12542msgstr "" 12543 12544#: config/tc-spu.h:85 12545msgid "spu convert_frag\n" 12546msgstr "" 12547 12548#: config/tc-tic30.c:483 12549msgid "More than one AR register found in indirect reference" 12550msgstr "" 12551 12552#: config/tc-tic30.c:488 12553msgid "Illegal AR register in indirect reference" 12554msgstr "" 12555 12556#: config/tc-tic30.c:508 12557msgid "More than one displacement found in indirect reference" 12558msgstr "" 12559 12560#: config/tc-tic30.c:516 12561msgid "Invalid displacement in indirect reference" 12562msgstr "" 12563 12564#: config/tc-tic30.c:533 12565msgid "AR register not found in indirect reference" 12566msgstr "" 12567 12568#. Maybe an implied displacement of 1 again. 12569#: config/tc-tic30.c:549 12570msgid "required displacement wasn't given in indirect reference" 12571msgstr "" 12572 12573#: config/tc-tic30.c:555 12574msgid "illegal indirect reference" 12575msgstr "" 12576 12577#: config/tc-tic30.c:561 12578msgid "displacement must be an unsigned 8-bit number" 12579msgstr "" 12580 12581#: config/tc-tic30.c:749 config/tc-tic30.c:1496 12582#, c-format 12583msgid "Invalid character %s before %s operand" 12584msgstr "" 12585 12586#: config/tc-tic30.c:768 config/tc-tic30.c:1511 12587#, c-format 12588msgid "Unbalanced parenthesis in %s operand." 12589msgstr "" 12590 12591#: config/tc-tic30.c:784 config/tc-tic30.c:1521 12592#, c-format 12593msgid "Invalid character %s in %s operand" 12594msgstr "" 12595 12596#: config/tc-tic30.c:803 config/tc-tic30.c:1538 12597#, c-format 12598msgid "Spurious operands; (%d operands/instruction max)" 12599msgstr "" 12600 12601#. Just skip it, if it's \n complain. 12602#: config/tc-tic30.c:821 config/tc-tic30.c:837 config/tc-tic30.c:1555 12603#: config/tc-tic30.c:1571 12604msgid "Expecting operand after ','; got nothing" 12605msgstr "" 12606 12607#: config/tc-tic30.c:826 config/tc-tic30.c:1560 12608msgid "Expecting operand before ','; got nothing" 12609msgstr "" 12610 12611#: config/tc-tic30.c:864 12612msgid "incorrect number of operands given in the first instruction" 12613msgstr "" 12614 12615#: config/tc-tic30.c:870 12616msgid "incorrect number of operands given in the second instruction" 12617msgstr "" 12618 12619#: config/tc-tic30.c:891 12620#, c-format 12621msgid "%s instruction, operand %d doesn't match" 12622msgstr "" 12623 12624#. Shouldn't get here. 12625#: config/tc-tic30.c:915 config/tc-tic30.c:922 12626msgid "incorrect format for multiply parallel instruction" 12627msgstr "" 12628 12629#: config/tc-tic30.c:929 12630msgid "destination for multiply can only be R0 or R1" 12631msgstr "" 12632 12633#: config/tc-tic30.c:936 12634msgid "destination for add/subtract can only be R2 or R3" 12635msgstr "" 12636 12637#: config/tc-tic30.c:1003 12638msgid "loading the same register in parallel operation" 12639msgstr "" 12640 12641#: config/tc-tic30.c:1385 12642msgid "pc-relative " 12643msgstr "" 12644 12645#: config/tc-tic30.c:1446 12646#, c-format 12647msgid "Invalid character %s in opcode" 12648msgstr "" 12649 12650#: config/tc-tic30.c:1476 12651#, c-format 12652msgid "Unknown TMS320C30 instruction: %s" 12653msgstr "" 12654 12655#: config/tc-tic30.c:1596 12656msgid "Incorrect number of operands given" 12657msgstr "" 12658 12659#: config/tc-tic30.c:1629 12660#, c-format 12661msgid "The %s operand doesn't match" 12662msgstr "" 12663 12664#. Shouldn't make it to this stage. 12665#: config/tc-tic30.c:1654 config/tc-tic30.c:1666 12666msgid "Incompatible first and second operands in instruction" 12667msgstr "" 12668 12669#: config/tc-tic30.c:1780 12670msgid "invalid short form floating point immediate operand" 12671msgstr "" 12672 12673#: config/tc-tic30.c:1790 12674msgid "rounding down first operand float to unsigned int" 12675msgstr "" 12676 12677#: config/tc-tic30.c:1792 12678msgid "only lower 16-bits of first operand are used" 12679msgstr "" 12680 12681#: config/tc-tic30.c:1802 12682msgid "rounding down first operand float to signed int" 12683msgstr "" 12684 12685#: config/tc-tic30.c:1807 config/tc-tic30.c:1878 12686msgid "first operand is too large for 16-bit signed int" 12687msgstr "" 12688 12689#: config/tc-tic30.c:1872 12690msgid "first operand is floating point" 12691msgstr "" 12692 12693#. Shouldn't get here. 12694#: config/tc-tic30.c:1903 12695msgid "interrupt vector for trap instruction out of range" 12696msgstr "" 12697 12698#: config/tc-tic30.c:1948 12699msgid "LDP instruction needs a 24-bit operand" 12700msgstr "" 12701 12702#: config/tc-tic30.c:1972 12703msgid "first operand is too large for a 24-bit displacement" 12704msgstr "" 12705 12706#: config/tc-tic4x.c:399 12707msgid "Nan, using zero." 12708msgstr "" 12709 12710#: config/tc-tic4x.c:521 12711#, c-format 12712msgid "Cannot represent exponent in %d bits" 12713msgstr "" 12714 12715#: config/tc-tic4x.c:604 config/tc-tic4x.c:614 12716msgid "Invalid floating point number" 12717msgstr "" 12718 12719#: config/tc-tic4x.c:734 12720msgid "Comma expected\n" 12721msgstr "" 12722 12723#: config/tc-tic4x.c:774 config/tc-tic54x.c:479 12724msgid ".bss size argument missing\n" 12725msgstr "" 12726 12727#: config/tc-tic4x.c:782 12728#, c-format 12729msgid ".bss size %ld < 0!" 12730msgstr "" 12731 12732#: config/tc-tic4x.c:916 12733msgid "Non-constant symbols not allowed\n" 12734msgstr "" 12735 12736#: config/tc-tic4x.c:947 12737msgid "Symbol missing\n" 12738msgstr "" 12739 12740#. Get terminator. 12741#. Skip null symbol terminator. 12742#: config/tc-tic4x.c:994 12743msgid ".sect: subsection name ignored" 12744msgstr "" 12745 12746#: config/tc-tic4x.c:1022 config/tc-tic4x.c:1122 config/tc-tic54x.c:1442 12747#, c-format 12748msgid "Error setting flags for \"%s\": %s" 12749msgstr "" 12750 12751#: config/tc-tic4x.c:1053 12752msgid ".set syntax invalid\n" 12753msgstr "" 12754 12755#: config/tc-tic4x.c:1111 12756msgid ".usect: non-zero alignment flag ignored" 12757msgstr "" 12758 12759#: config/tc-tic4x.c:1142 12760#, c-format 12761msgid "This assembler does not support processor generation %ld" 12762msgstr "" 12763 12764#: config/tc-tic4x.c:1146 12765msgid "Changing processor generation on fly not supported..." 12766msgstr "" 12767 12768#: config/tc-tic4x.c:1445 12769msgid "Auxiliary register AR0--AR7 required for indirect" 12770msgstr "" 12771 12772#: config/tc-tic4x.c:1459 12773#, c-format 12774msgid "Bad displacement %d (require 0--255)\n" 12775msgstr "" 12776 12777#: config/tc-tic4x.c:1477 12778msgid "Index register IR0,IR1 required for displacement" 12779msgstr "" 12780 12781#: config/tc-tic4x.c:1546 12782msgid "Expecting a register name" 12783msgstr "" 12784 12785#: config/tc-tic4x.c:1558 config/tc-tic4x.c:1581 config/tc-tic4x.c:1650 12786msgid "Number too large" 12787msgstr "" 12788 12789#: config/tc-tic4x.c:1598 12790msgid "Expecting a constant value" 12791msgstr "" 12792 12793#: config/tc-tic4x.c:1605 12794#, c-format 12795msgid "Bad direct addressing construct %s" 12796msgstr "" 12797 12798#: config/tc-tic4x.c:1609 12799#, c-format 12800msgid "Direct value of %ld is not suitable" 12801msgstr "" 12802 12803#: config/tc-tic4x.c:1633 12804msgid "Unknown indirect addressing mode" 12805msgstr "" 12806 12807#: config/tc-tic4x.c:1730 12808#, c-format 12809msgid "Immediate value of %ld is too large for ldf" 12810msgstr "" 12811 12812#: config/tc-tic4x.c:1770 12813msgid "Destination register must be ARn" 12814msgstr "" 12815 12816#: config/tc-tic4x.c:1789 config/tc-tic4x.c:2162 config/tc-tic4x.c:2221 12817#, c-format 12818msgid "Immediate value of %ld is too large" 12819msgstr "" 12820 12821#: config/tc-tic4x.c:1818 config/tc-tic4x.c:2023 12822msgid "Invalid indirect addressing mode" 12823msgstr "" 12824 12825#: config/tc-tic4x.c:1842 config/tc-tic4x.c:1882 config/tc-tic4x.c:2073 12826#: config/tc-tic4x.c:2095 12827msgid "Register must be Rn" 12828msgstr "" 12829 12830#: config/tc-tic4x.c:1896 config/tc-tic4x.c:1966 config/tc-tic4x.c:1980 12831msgid "Register must be R0--R7" 12832msgstr "" 12833 12834#: config/tc-tic4x.c:1920 config/tc-tic4x.c:1948 12835#, c-format 12836msgid "Invalid indirect addressing mode displacement %d" 12837msgstr "" 12838 12839#: config/tc-tic4x.c:1994 12840msgid "Destination register must be R2 or R3" 12841msgstr "" 12842 12843#: config/tc-tic4x.c:2008 12844msgid "Destination register must be R0 or R1" 12845msgstr "" 12846 12847#: config/tc-tic4x.c:2045 12848#, c-format 12849msgid "Displacement value of %ld is too large" 12850msgstr "" 12851 12852#: config/tc-tic4x.c:2106 config/tc-tic4x.c:2237 12853msgid "Floating point number not valid in expression" 12854msgstr "" 12855 12856#: config/tc-tic4x.c:2120 12857#, c-format 12858msgid "Signed immediate value %ld too large" 12859msgstr "" 12860 12861#: config/tc-tic4x.c:2183 12862#, c-format 12863msgid "Unsigned immediate value %ld too large" 12864msgstr "" 12865 12866#: config/tc-tic4x.c:2251 12867#, c-format 12868msgid "Immediate value %ld too large" 12869msgstr "" 12870 12871#: config/tc-tic4x.c:2270 config/tc-tic4x.c:2298 12872msgid "Register must be ivtp or tvtp" 12873msgstr "" 12874 12875#: config/tc-tic4x.c:2284 12876msgid "Register must be address register" 12877msgstr "" 12878 12879#: config/tc-tic4x.c:2357 12880msgid "Source and destination register should not be equal" 12881msgstr "" 12882 12883#: config/tc-tic4x.c:2372 12884msgid "Equal parallell destination registers, one result will be discarded" 12885msgstr "" 12886 12887#: config/tc-tic4x.c:2413 12888msgid "Too many operands scanned" 12889msgstr "" 12890 12891#: config/tc-tic4x.c:2443 12892msgid "Parallel opcode cannot contain more than two instructions" 12893msgstr "" 12894 12895#: config/tc-tic4x.c:2516 12896#, c-format 12897msgid "Invalid operands for %s" 12898msgstr "" 12899 12900#: config/tc-tic4x.c:2519 12901#, c-format 12902msgid "Invalid instruction %s" 12903msgstr "" 12904 12905#: config/tc-tic4x.c:2668 12906#, c-format 12907msgid "Bad relocation type: 0x%02x" 12908msgstr "" 12909 12910#: config/tc-tic4x.c:2726 12911#, c-format 12912msgid "Unsupported processor generation %d" 12913msgstr "" 12914 12915#: config/tc-tic4x.c:2734 12916msgid "Option -b is depreciated, please use -mbig" 12917msgstr "" 12918 12919#: config/tc-tic4x.c:2740 12920msgid "Option -p is depreciated, please use -mmemparm" 12921msgstr "" 12922 12923#: config/tc-tic4x.c:2746 12924msgid "Option -r is depreciated, please use -mregparm" 12925msgstr "" 12926 12927#: config/tc-tic4x.c:2752 12928msgid "Option -s is depreciated, please use -msmall" 12929msgstr "" 12930 12931#: config/tc-tic4x.c:2780 12932#, c-format 12933msgid "" 12934"\n" 12935"TIC4X options:\n" 12936" -mcpu=CPU -mCPU select architecture variant. CPU can be:\n" 12937" 30 - TMS320C30\n" 12938" 31 - TMS320C31, TMS320LC31\n" 12939" 32 - TMS320C32\n" 12940" 33 - TMS320VC33\n" 12941" 40 - TMS320C40\n" 12942" 44 - TMS320C44\n" 12943" -mrev=REV set cpu hardware revision (integer numbers).\n" 12944" Combinations of -mcpu and -mrev will enable/disable\n" 12945" the appropriate options (-midle2, -mlowpower and\n" 12946" -menhanced) according to the selected type\n" 12947" -mbig select big memory model\n" 12948" -msmall select small memory model (default)\n" 12949" -mregparm select register parameters (default)\n" 12950" -mmemparm select memory parameters\n" 12951" -midle2 enable IDLE2 support\n" 12952" -mlowpower enable LOPOWER and MAXSPEED support\n" 12953" -menhanced enable enhanced opcode support\n" 12954msgstr "" 12955 12956#: config/tc-tic4x.c:2825 12957#, c-format 12958msgid "Label \"$%d\" redefined" 12959msgstr "" 12960 12961#: config/tc-tic4x.c:3033 12962#, c-format 12963msgid "Reloc %d not supported by object file format" 12964msgstr "" 12965 12966#. Only word (et al.), align, or conditionals are allowed within 12967#. .struct/.union. 12968#: config/tc-tic54x.c:220 12969msgid "pseudo-op illegal within .struct/.union" 12970msgstr "" 12971 12972#: config/tc-tic54x.c:234 12973#, c-format 12974msgid "C54x-specific command line options:\n" 12975msgstr "" 12976 12977#: config/tc-tic54x.c:235 12978#, c-format 12979msgid "-mfar-mode | -mf Use extended addressing\n" 12980msgstr "" 12981 12982#: config/tc-tic54x.c:236 12983#, c-format 12984msgid "-mcpu=<CPU version> Specify the CPU version\n" 12985msgstr "" 12986 12987#: config/tc-tic54x.c:237 12988#, c-format 12989msgid "-merrors-to-file <filename>\n" 12990msgstr "" 12991 12992#: config/tc-tic54x.c:238 12993#, c-format 12994msgid "-me <filename> Redirect errors to a file\n" 12995msgstr "" 12996 12997#: config/tc-tic54x.c:350 12998msgid "Comma and symbol expected for '.asg STRING, SYMBOL'" 12999msgstr "" 13000 13001#: config/tc-tic54x.c:359 13002msgid "symbols assigned with .asg must begin with a letter" 13003msgstr "" 13004 13005#: config/tc-tic54x.c:403 13006msgid "Unterminated string after absolute expression" 13007msgstr "" 13008 13009#: config/tc-tic54x.c:411 13010msgid "Comma and symbol expected for '.eval EXPR, SYMBOL'" 13011msgstr "" 13012 13013#: config/tc-tic54x.c:423 13014msgid "symbols assigned with .eval must begin with a letter" 13015msgstr "" 13016 13017#: config/tc-tic54x.c:488 13018#, c-format 13019msgid ".bss size %d < 0!" 13020msgstr "" 13021 13022#: config/tc-tic54x.c:677 13023msgid "Offset on nested structures is ignored" 13024msgstr "" 13025 13026#: config/tc-tic54x.c:727 13027#, c-format 13028msgid ".end%s without preceding .%s" 13029msgstr "" 13030 13031#: config/tc-tic54x.c:793 13032#, c-format 13033msgid "Unrecognized struct/union tag '%s'" 13034msgstr "" 13035 13036#: config/tc-tic54x.c:795 13037msgid ".tag requires a structure tag" 13038msgstr "" 13039 13040#: config/tc-tic54x.c:801 13041msgid "Label required for .tag" 13042msgstr "" 13043 13044#: config/tc-tic54x.c:820 13045#, c-format 13046msgid ".tag target '%s' undefined" 13047msgstr "" 13048 13049#: config/tc-tic54x.c:882 13050#, c-format 13051msgid ".field count '%d' out of range (1 <= X <= 32)" 13052msgstr "" 13053 13054#: config/tc-tic54x.c:910 13055#, c-format 13056msgid "Unrecognized field type '%c'" 13057msgstr "" 13058 13059#: config/tc-tic54x.c:1033 13060msgid "Overflow in expression, truncated to 8 bits" 13061msgstr "" 13062 13063#: config/tc-tic54x.c:1038 13064msgid "Overflow in expression, truncated to 16 bits" 13065msgstr "" 13066 13067#. Disallow .byte with a non constant expression that will 13068#. require relocation. 13069#: config/tc-tic54x.c:1046 13070msgid "Relocatable values require at least WORD storage" 13071msgstr "" 13072 13073#: config/tc-tic54x.c:1107 13074msgid "Use of .def/.ref is deprecated. Use .global instead" 13075msgstr "" 13076 13077#: config/tc-tic54x.c:1301 13078msgid ".space/.bes repeat count is negative, ignored" 13079msgstr "" 13080 13081#: config/tc-tic54x.c:1306 13082msgid ".space/.bes repeat count is zero, ignored" 13083msgstr "" 13084 13085#: config/tc-tic54x.c:1383 13086msgid "Missing size argument" 13087msgstr "" 13088 13089#: config/tc-tic54x.c:1517 13090msgid "CPU version has already been set" 13091msgstr "" 13092 13093#: config/tc-tic54x.c:1521 13094#, c-format 13095msgid "Unrecognized version '%s'" 13096msgstr "" 13097 13098#: config/tc-tic54x.c:1527 13099msgid "Changing of CPU version on the fly not supported" 13100msgstr "" 13101 13102#: config/tc-tic54x.c:1660 13103msgid "p2align not supported on this target" 13104msgstr "" 13105 13106#: config/tc-tic54x.c:1672 13107msgid "Argument to .even ignored" 13108msgstr "" 13109 13110#: config/tc-tic54x.c:1718 13111msgid "Invalid field size, must be from 1 to 32" 13112msgstr "" 13113 13114#: config/tc-tic54x.c:1731 13115msgid "field size must be 16 when value is relocatable" 13116msgstr "" 13117 13118#: config/tc-tic54x.c:1746 13119msgid "field value truncated" 13120msgstr "" 13121 13122#: config/tc-tic54x.c:1853 config/tc-tic54x.c:2159 13123#, c-format 13124msgid "Unrecognized section '%s'" 13125msgstr "" 13126 13127#: config/tc-tic54x.c:1862 13128msgid "Current section is unitialized, section name required for .clink" 13129msgstr "" 13130 13131#: config/tc-tic54x.c:2069 13132msgid "ENDLOOP without corresponding LOOP" 13133msgstr "" 13134 13135#: config/tc-tic54x.c:2110 13136msgid "Mixing of normal and extended addressing not supported" 13137msgstr "" 13138 13139#: config/tc-tic54x.c:2116 13140msgid "Extended addressing not supported on the specified CPU" 13141msgstr "" 13142 13143#: config/tc-tic54x.c:2165 13144msgid ".sblock may be used for initialized sections only" 13145msgstr "" 13146 13147#: config/tc-tic54x.c:2195 13148msgid "Symbol missing for .set/.equ" 13149msgstr "" 13150 13151#: config/tc-tic54x.c:2251 13152msgid ".var may only be used within a macro definition" 13153msgstr "" 13154 13155#: config/tc-tic54x.c:2259 13156msgid "Substitution symbols must begin with a letter" 13157msgstr "" 13158 13159#: config/tc-tic54x.c:2352 13160#, c-format 13161msgid "can't open macro library file '%s' for reading: %s" 13162msgstr "" 13163 13164#: config/tc-tic54x.c:2359 13165#, c-format 13166msgid "File '%s' not in macro archive format" 13167msgstr "" 13168 13169#: config/tc-tic54x.c:2489 13170#, c-format 13171msgid "Bad COFF version '%s'" 13172msgstr "" 13173 13174#: config/tc-tic54x.c:2498 13175#, c-format 13176msgid "Bad CPU version '%s'" 13177msgstr "" 13178 13179#: config/tc-tic54x.c:2511 config/tc-tic54x.c:2514 13180#, c-format 13181msgid "Can't redirect stderr to the file '%s'" 13182msgstr "" 13183 13184#: config/tc-tic54x.c:2629 13185#, c-format 13186msgid "Undefined substitution symbol '%s'" 13187msgstr "" 13188 13189#: config/tc-tic54x.c:3131 13190#, c-format 13191msgid "Unbalanced parenthesis in operand %d" 13192msgstr "" 13193 13194#: config/tc-tic54x.c:3162 config/tc-tic54x.c:3170 13195msgid "Expecting operand after ','" 13196msgstr "" 13197 13198#: config/tc-tic54x.c:3181 13199msgid "Extra junk on line" 13200msgstr "" 13201 13202#: config/tc-tic54x.c:3218 13203msgid "Badly formed address expression" 13204msgstr "" 13205 13206#: config/tc-tic54x.c:3471 13207#, c-format 13208msgid "Invalid dmad syntax '%s'" 13209msgstr "" 13210 13211#: config/tc-tic54x.c:3535 13212#, c-format 13213msgid "Use the .mmregs directive to use memory-mapped register names such as '%s'" 13214msgstr "" 13215 13216#: config/tc-tic54x.c:3586 13217msgid "Address mode *+ARx is write-only. Results of reading are undefined." 13218msgstr "" 13219 13220#: config/tc-tic54x.c:3606 13221#, c-format 13222msgid "Unrecognized indirect address format \"%s\"" 13223msgstr "" 13224 13225#: config/tc-tic54x.c:3644 13226#, c-format 13227msgid "Operand '%s' out of range (%d <= x <= %d)" 13228msgstr "" 13229 13230#: config/tc-tic54x.c:3664 13231msgid "Error in relocation handling" 13232msgstr "" 13233 13234#: config/tc-tic54x.c:3683 config/tc-tic54x.c:3745 config/tc-tic54x.c:3773 13235#, c-format 13236msgid "Unrecognized condition code \"%s\"" 13237msgstr "" 13238 13239#: config/tc-tic54x.c:3700 13240#, c-format 13241msgid "Condition \"%s\" does not match preceding group" 13242msgstr "" 13243 13244#: config/tc-tic54x.c:3708 13245#, c-format 13246msgid "Condition \"%s\" uses a different accumulator from a preceding condition" 13247msgstr "" 13248 13249#: config/tc-tic54x.c:3715 13250msgid "Only one comparison conditional allowed" 13251msgstr "" 13252 13253#: config/tc-tic54x.c:3720 13254msgid "Only one overflow conditional allowed" 13255msgstr "" 13256 13257#: config/tc-tic54x.c:3728 13258#, c-format 13259msgid "Duplicate %s conditional" 13260msgstr "" 13261 13262#: config/tc-tic54x.c:3759 13263msgid "Invalid auxiliary register (use AR0-AR7)" 13264msgstr "" 13265 13266#: config/tc-tic54x.c:3790 13267msgid "lk addressing modes are invalid for memory-mapped register addressing" 13268msgstr "" 13269 13270#: config/tc-tic54x.c:3798 13271msgid "Address mode *+ARx is not allowed in memory-mapped register addressing. Resulting behavior is undefined." 13272msgstr "" 13273 13274#: config/tc-tic54x.c:3824 13275msgid "Destination accumulator for each part of this parallel instruction must be different" 13276msgstr "" 13277 13278#: config/tc-tic54x.c:3873 13279#, c-format 13280msgid "Memory mapped register \"%s\" out of range" 13281msgstr "" 13282 13283#: config/tc-tic54x.c:3912 13284msgid "Invalid operand (use 1, 2, or 3)" 13285msgstr "" 13286 13287#: config/tc-tic54x.c:3937 13288msgid "A status register or status bit name is required" 13289msgstr "" 13290 13291#: config/tc-tic54x.c:3947 13292#, c-format 13293msgid "Unrecognized status bit \"%s\"" 13294msgstr "" 13295 13296#: config/tc-tic54x.c:3970 13297#, c-format 13298msgid "Invalid status register \"%s\"" 13299msgstr "" 13300 13301#: config/tc-tic54x.c:3982 13302#, c-format 13303msgid "Operand \"%s\" out of range (use 1 or 2)" 13304msgstr "" 13305 13306#: config/tc-tic54x.c:4185 13307#, c-format 13308msgid "Unrecognized instruction \"%s\"" 13309msgstr "" 13310 13311#: config/tc-tic54x.c:4214 13312#, c-format 13313msgid "Unrecognized operand list '%s' for instruction '%s'" 13314msgstr "" 13315 13316#: config/tc-tic54x.c:4243 13317#, c-format 13318msgid "Unrecognized parallel instruction \"%s\"" 13319msgstr "" 13320 13321#: config/tc-tic54x.c:4292 13322#, c-format 13323msgid "Invalid operand (s) for parallel instruction \"%s\"" 13324msgstr "" 13325 13326#: config/tc-tic54x.c:4295 13327#, c-format 13328msgid "Unrecognized parallel instruction combination \"%s || %s\"" 13329msgstr "" 13330 13331#: config/tc-tic54x.c:4522 13332#, c-format 13333msgid "%s symbol recursion stopped at second appearance of '%s'" 13334msgstr "" 13335 13336#: config/tc-tic54x.c:4562 13337msgid "Unrecognized substitution symbol function" 13338msgstr "" 13339 13340#: config/tc-tic54x.c:4567 13341msgid "Missing '(' after substitution symbol function" 13342msgstr "" 13343 13344#: config/tc-tic54x.c:4581 13345msgid "Expecting second argument" 13346msgstr "" 13347 13348#: config/tc-tic54x.c:4594 config/tc-tic54x.c:4644 13349msgid "Extra junk in function call, expecting ')'" 13350msgstr "" 13351 13352#: config/tc-tic54x.c:4620 13353msgid "Function expects two arguments" 13354msgstr "" 13355 13356#: config/tc-tic54x.c:4633 13357msgid "Expecting character constant argument" 13358msgstr "" 13359 13360#: config/tc-tic54x.c:4639 13361msgid "Both arguments must be substitution symbols" 13362msgstr "" 13363 13364#: config/tc-tic54x.c:4692 13365#, c-format 13366msgid "Invalid subscript (use 1 to %d)" 13367msgstr "" 13368 13369#: config/tc-tic54x.c:4702 13370#, c-format 13371msgid "Invalid length (use 0 to %d" 13372msgstr "" 13373 13374#: config/tc-tic54x.c:4712 13375msgid "Missing ')' in subscripted substitution symbol expression" 13376msgstr "" 13377 13378#: config/tc-tic54x.c:4732 13379msgid "Missing forced substitution terminator ':'" 13380msgstr "" 13381 13382#: config/tc-tic54x.c:4886 13383#, c-format 13384msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left)" 13385msgstr "" 13386 13387#: config/tc-tic54x.c:4927 13388#, c-format 13389msgid "Unrecognized parallel instruction '%s'" 13390msgstr "" 13391 13392#: config/tc-tic54x.c:4939 13393#, c-format 13394msgid "Instruction '%s' requires an LP cpu version" 13395msgstr "" 13396 13397#: config/tc-tic54x.c:4946 13398#, c-format 13399msgid "Instruction '%s' requires far mode addressing" 13400msgstr "" 13401 13402#: config/tc-tic54x.c:4958 13403#, c-format 13404msgid "Instruction does not fit in available delay slots (%d-word insn, %d slots left). Resulting behavior is undefined." 13405msgstr "" 13406 13407#: config/tc-tic54x.c:4968 13408msgid "Instructions which cause PC discontinuity are not allowed in a delay slot. Resulting behavior is undefined." 13409msgstr "" 13410 13411#: config/tc-tic54x.c:4979 13412#, c-format 13413msgid "'%s' is not repeatable. Resulting behavior is undefined." 13414msgstr "" 13415 13416#: config/tc-tic54x.c:4983 13417msgid "Instructions using long offset modifiers or absolute addresses are not repeatable. Resulting behavior is undefined." 13418msgstr "" 13419 13420#: config/tc-tic54x.c:5135 13421#, c-format 13422msgid "Unsupported relocation size %d" 13423msgstr "" 13424 13425#: config/tc-tic54x.c:5266 13426msgid "non-absolute value used with .space/.bes" 13427msgstr "" 13428 13429#: config/tc-tic54x.c:5270 13430#, c-format 13431msgid "negative value ignored in %s" 13432msgstr "" 13433 13434#: config/tc-tic54x.c:5358 13435#, c-format 13436msgid "attempt to .space/.bes backwards? (%ld)" 13437msgstr "" 13438 13439#: config/tc-tic54x.c:5390 13440#, c-format 13441msgid "Invalid label '%s'" 13442msgstr "" 13443 13444#: config/tc-v850.c:233 13445#, c-format 13446msgid ".COMMon length (%d.) < 0! Ignored." 13447msgstr "" 13448 13449#: config/tc-v850.c:254 13450#, c-format 13451msgid "Length of .comm \"%s\" is already %ld. Not changed to %d." 13452msgstr "" 13453 13454#: config/tc-v850.c:280 13455msgid "Common alignment negative; 0 assumed" 13456msgstr "" 13457 13458#: config/tc-v850.c:480 13459msgid ".longcall pseudo-op seen when not relaxing" 13460msgstr "" 13461 13462#: config/tc-v850.c:482 13463msgid ".longjump pseudo-op seen when not relaxing" 13464msgstr "" 13465 13466#: config/tc-v850.c:489 13467msgid "bad .longcall format" 13468msgstr "" 13469 13470#: config/tc-v850.c:938 13471#, c-format 13472msgid "unknown operand shift: %x\n" 13473msgstr "" 13474 13475#: config/tc-v850.c:939 13476msgid "internal failure in parse_register_list" 13477msgstr "" 13478 13479#: config/tc-v850.c:955 13480msgid "constant expression or register list expected" 13481msgstr "" 13482 13483#: config/tc-v850.c:960 config/tc-v850.c:973 config/tc-v850.c:992 13484msgid "high bits set in register list expression" 13485msgstr "" 13486 13487#: config/tc-v850.c:1031 config/tc-v850.c:1094 13488msgid "illegal register included in list" 13489msgstr "" 13490 13491#: config/tc-v850.c:1037 13492msgid "system registers cannot be included in list" 13493msgstr "" 13494 13495#: config/tc-v850.c:1042 13496msgid "PSW cannot be included in list" 13497msgstr "" 13498 13499#: config/tc-v850.c:1049 13500msgid "High value system registers cannot be included in list" 13501msgstr "" 13502 13503#: config/tc-v850.c:1073 13504msgid "second register should follow dash in register list" 13505msgstr "" 13506 13507#: config/tc-v850.c:1118 13508#, c-format 13509msgid " V850 options:\n" 13510msgstr "" 13511 13512#: config/tc-v850.c:1119 13513#, c-format 13514msgid " -mwarn-signed-overflow Warn if signed immediate values overflow\n" 13515msgstr "" 13516 13517#: config/tc-v850.c:1120 13518#, c-format 13519msgid " -mwarn-unsigned-overflow Warn if unsigned immediate values overflow\n" 13520msgstr "" 13521 13522#: config/tc-v850.c:1121 13523#, c-format 13524msgid " -mv850 The code is targeted at the v850\n" 13525msgstr "" 13526 13527#: config/tc-v850.c:1122 13528#, c-format 13529msgid " -mv850e The code is targeted at the v850e\n" 13530msgstr "" 13531 13532#: config/tc-v850.c:1123 13533#, c-format 13534msgid " -mv850e1 The code is targeted at the v850e1\n" 13535msgstr "" 13536 13537#: config/tc-v850.c:1124 13538#, c-format 13539msgid " -mv850any The code is generic, despite any processor specific instructions\n" 13540msgstr "" 13541 13542#: config/tc-v850.c:1125 13543#, c-format 13544msgid " -mrelax Enable relaxation\n" 13545msgstr "" 13546 13547#: config/tc-v850.c:1291 13548#, c-format 13549msgid "Unable to determine default target processor from string: %s" 13550msgstr "" 13551 13552#: config/tc-v850.c:1326 13553msgid "lo() relocation used on an instruction which does not support it" 13554msgstr "" 13555 13556#: config/tc-v850.c:1343 13557msgid "ctoff() relocation used on an instruction which does not support it" 13558msgstr "" 13559 13560#: config/tc-v850.c:1365 13561msgid "sdaoff() relocation used on an instruction which does not support it" 13562msgstr "" 13563 13564#: config/tc-v850.c:1387 13565msgid "zdaoff() relocation used on an instruction which does not support it" 13566msgstr "" 13567 13568#: config/tc-v850.c:1420 13569msgid "tdaoff() relocation used on an instruction which does not support it" 13570msgstr "" 13571 13572#: config/tc-v850.c:1625 13573msgid "Target processor does not support this instruction." 13574msgstr "" 13575 13576#: config/tc-v850.c:1714 config/tc-v850.c:1743 config/tc-v850.c:1923 13577msgid "immediate operand is too large" 13578msgstr "" 13579 13580#: config/tc-v850.c:1725 13581msgid "AAARG -> unhandled constant reloc" 13582msgstr "" 13583 13584#: config/tc-v850.c:1768 13585msgid "invalid register name" 13586msgstr "" 13587 13588#: config/tc-v850.c:1772 13589msgid "register r0 cannot be used here" 13590msgstr "" 13591 13592#: config/tc-v850.c:1783 13593msgid "invalid system register name" 13594msgstr "" 13595 13596#: config/tc-v850.c:1795 13597msgid "expected EP register" 13598msgstr "" 13599 13600#: config/tc-v850.c:1811 13601msgid "invalid condition code name" 13602msgstr "" 13603 13604#: config/tc-v850.c:1831 config/tc-v850.c:1835 13605msgid "constant too big to fit into instruction" 13606msgstr "" 13607 13608#: config/tc-v850.c:1888 13609msgid "syntax error: value is missing before the register name" 13610msgstr "" 13611 13612#: config/tc-v850.c:1890 13613msgid "syntax error: register not expected" 13614msgstr "" 13615 13616#: config/tc-v850.c:1903 13617msgid "syntax error: system register not expected" 13618msgstr "" 13619 13620#: config/tc-v850.c:1907 13621msgid "syntax error: condition code not expected" 13622msgstr "" 13623 13624#: config/tc-v850.c:1941 config/tc-xtensa.c:11825 13625msgid "invalid operand" 13626msgstr "" 13627 13628#: config/tc-vax.c:1342 13629msgid "no '[' to match ']'" 13630msgstr "" 13631 13632#: config/tc-vax.c:1358 13633msgid "bad register in []" 13634msgstr "" 13635 13636#: config/tc-vax.c:1360 13637msgid "[PC] index banned" 13638msgstr "" 13639 13640#: config/tc-vax.c:1396 13641msgid "no '(' to match ')'" 13642msgstr "" 13643 13644#: config/tc-vax.c:1512 13645msgid "invalid branch operand" 13646msgstr "" 13647 13648#: config/tc-vax.c:1539 13649msgid "address prohibits @" 13650msgstr "" 13651 13652#: config/tc-vax.c:1541 13653msgid "address prohibits #" 13654msgstr "" 13655 13656#: config/tc-vax.c:1545 13657msgid "address prohibits -()" 13658msgstr "" 13659 13660#: config/tc-vax.c:1547 13661msgid "address prohibits ()+" 13662msgstr "" 13663 13664#: config/tc-vax.c:1550 13665msgid "address prohibits ()" 13666msgstr "" 13667 13668#: config/tc-vax.c:1552 13669msgid "address prohibits []" 13670msgstr "" 13671 13672#: config/tc-vax.c:1554 13673msgid "address prohibits register" 13674msgstr "" 13675 13676#: config/tc-vax.c:1556 13677msgid "address prohibits displacement length specifier" 13678msgstr "" 13679 13680#: config/tc-vax.c:1584 13681msgid "invalid operand of S^#" 13682msgstr "" 13683 13684#: config/tc-vax.c:1597 13685msgid "S^# needs expression" 13686msgstr "" 13687 13688#: config/tc-vax.c:1604 13689msgid "S^# may only read-access" 13690msgstr "" 13691 13692#: config/tc-vax.c:1627 13693msgid "invalid operand of -()" 13694msgstr "" 13695 13696#: config/tc-vax.c:1633 13697msgid "-(PC) unpredictable" 13698msgstr "" 13699 13700#: config/tc-vax.c:1635 13701msgid "[]index same as -()register: unpredictable" 13702msgstr "" 13703 13704#: config/tc-vax.c:1667 13705msgid "invalid operand of ()+" 13706msgstr "" 13707 13708#: config/tc-vax.c:1673 13709msgid "(PC)+ unpredictable" 13710msgstr "" 13711 13712#: config/tc-vax.c:1675 13713msgid "[]index same as ()+register: unpredictable" 13714msgstr "" 13715 13716#: config/tc-vax.c:1698 13717msgid "# conflicts length" 13718msgstr "" 13719 13720#: config/tc-vax.c:1700 13721msgid "# bars register" 13722msgstr "" 13723 13724#: config/tc-vax.c:1720 13725msgid "writing or modifying # is unpredictable" 13726msgstr "" 13727 13728#: config/tc-vax.c:1746 13729msgid "length not needed" 13730msgstr "" 13731 13732#: config/tc-vax.c:1753 13733msgid "can't []index a register, because it has no address" 13734msgstr "" 13735 13736#: config/tc-vax.c:1755 13737msgid "a register has no address" 13738msgstr "" 13739 13740#: config/tc-vax.c:1764 13741msgid "PC part of operand unpredictable" 13742msgstr "" 13743 13744#: config/tc-vax.c:1920 13745msgid "odd number of bytes in operand description" 13746msgstr "" 13747 13748#: config/tc-vax.c:1934 13749msgid "Bad operand" 13750msgstr "" 13751 13752#: config/tc-vax.c:1939 13753msgid "Not enough operands" 13754msgstr "" 13755 13756#: config/tc-vax.c:2216 13757msgid "SYMBOL TABLE not implemented" 13758msgstr "" 13759 13760#: config/tc-vax.c:2220 13761msgid "TOKEN TRACE not implemented" 13762msgstr "" 13763 13764#: config/tc-vax.c:2224 13765#, c-format 13766msgid "Displacement length %s ignored!" 13767msgstr "" 13768 13769#: config/tc-vax.c:2228 13770#, c-format 13771msgid "I don't need or use temp. file \"%s\"." 13772msgstr "" 13773 13774#: config/tc-vax.c:2232 13775msgid "I don't use an interpass file! -V ignored" 13776msgstr "" 13777 13778#: config/tc-vax.c:2289 13779#, c-format 13780msgid "" 13781"VAX options:\n" 13782"-d LENGTH\t\tignored\n" 13783"-J\t\t\tignored\n" 13784"-S\t\t\tignored\n" 13785"-t FILE\t\t\tignored\n" 13786"-T\t\t\tignored\n" 13787"-V\t\t\tignored\n" 13788msgstr "" 13789 13790#: config/tc-vax.c:2298 13791#, c-format 13792msgid "" 13793"VMS options:\n" 13794"-+\t\t\thash encode names longer than 31 characters\n" 13795"-1\t\t\t`const' handling compatible with gcc 1.x\n" 13796"-H\t\t\tshow new symbol after hash truncation\n" 13797"-h NUM\t\t\tdon't hash mixed-case names, and adjust case:\n" 13798"\t\t\t0 = upper, 2 = lower, 3 = preserve case\n" 13799"-v\"VERSION\"\t\tcode being assembled was produced by compiler \"VERSION\"\n" 13800msgstr "" 13801 13802#: config/tc-vax.c:2463 13803#, c-format 13804msgid "Ignoring statement due to \"%s\"" 13805msgstr "" 13806 13807#: config/tc-vax.c:2480 13808#, c-format 13809msgid "Aborting because statement has \"%s\"" 13810msgstr "" 13811 13812#: config/tc-vax.c:2525 13813msgid "Can't relocate expression" 13814msgstr "" 13815 13816#: config/tc-vax.c:2628 13817msgid "Bignum not permitted in short literal. Immediate mode assumed." 13818msgstr "" 13819 13820#: config/tc-vax.c:2637 13821msgid "Can't do flonum short literal: immediate mode used." 13822msgstr "" 13823 13824#: config/tc-vax.c:2684 13825#, c-format 13826msgid "A bignum/flonum may not be a displacement: 0x%lx used" 13827msgstr "" 13828 13829#: config/tc-vax.c:2995 13830#, c-format 13831msgid "Short literal overflow(%ld.), immediate mode assumed." 13832msgstr "" 13833 13834#: config/tc-vax.c:3004 13835#, c-format 13836msgid "Forced short literal to immediate mode. now_seg=%s to_seg=%s" 13837msgstr "" 13838 13839#: config/tc-vax.c:3069 13840msgid "Length specification ignored. Address mode 9F used" 13841msgstr "" 13842 13843#: config/tc-vax.c:3127 13844msgid "Invalid operand: immediate value used as base address." 13845msgstr "" 13846 13847#: config/tc-vax.c:3129 13848msgid "Invalid operand: immediate value used as address." 13849msgstr "" 13850 13851#: config/tc-vax.c:3154 13852#, c-format 13853msgid "Symbol %s used as immediate operand in PIC mode." 13854msgstr "" 13855 13856#: config/tc-vax.c:3259 13857#, c-format 13858msgid "VIP_BEGIN error:%s" 13859msgstr "" 13860 13861#: config/tc-xc16x.c:211 13862#, c-format 13863msgid " XC16X specific command line options:\n" 13864msgstr "" 13865 13866#: config/tc-xstormy16.c:78 13867#, c-format 13868msgid " XSTORMY16 specific command line options:\n" 13869msgstr "" 13870 13871#: config/tc-xstormy16.c:226 13872#, c-format 13873msgid "unsupported fptr fixup size %d" 13874msgstr "" 13875 13876#: config/tc-xstormy16.c:238 13877#, c-format 13878msgid "unsupported fixup size %d" 13879msgstr "" 13880 13881#: config/tc-xstormy16.c:269 13882msgid "unsupported fptr fixup" 13883msgstr "" 13884 13885#: config/tc-xtensa.c:622 13886msgid "illegal range of target hardware versions" 13887msgstr "" 13888 13889#: config/tc-xtensa.c:779 13890msgid "--density option is ignored" 13891msgstr "" 13892 13893#: config/tc-xtensa.c:782 13894msgid "--no-density option is ignored" 13895msgstr "" 13896 13897#: config/tc-xtensa.c:800 13898msgid "--generics is deprecated; use --transform instead" 13899msgstr "" 13900 13901#: config/tc-xtensa.c:803 13902msgid "--no-generics is deprecated; use --no-transform instead" 13903msgstr "" 13904 13905#: config/tc-xtensa.c:806 13906msgid "--relax is deprecated; use --transform instead" 13907msgstr "" 13908 13909#: config/tc-xtensa.c:809 13910msgid "--no-relax is deprecated; use --no-transform instead" 13911msgstr "" 13912 13913#: config/tc-xtensa.c:826 13914msgid "--absolute-literals option not supported in this Xtensa configuration" 13915msgstr "" 13916 13917#: config/tc-xtensa.c:899 13918msgid "prefer-l32r conflicts with prefer-const16" 13919msgstr "" 13920 13921#: config/tc-xtensa.c:905 13922msgid "prefer-const16 conflicts with prefer-l32r" 13923msgstr "" 13924 13925#: config/tc-xtensa.c:913 config/tc-xtensa.c:922 config/tc-xtensa.c:926 13926msgid "invalid target hardware version" 13927msgstr "" 13928 13929#: config/tc-xtensa.c:1110 13930msgid "unmatched end directive" 13931msgstr "" 13932 13933#: config/tc-xtensa.c:1139 13934msgid ".begin directive with no matching .end directive" 13935msgstr "" 13936 13937#: config/tc-xtensa.c:1180 13938msgid "[no-]generics is deprecated; use [no-]transform instead" 13939msgstr "" 13940 13941#: config/tc-xtensa.c:1185 13942msgid "[no-]relax is deprecated; use [no-]transform instead" 13943msgstr "" 13944 13945#: config/tc-xtensa.c:1198 13946#, c-format 13947msgid "directive %s cannot be negated" 13948msgstr "" 13949 13950#: config/tc-xtensa.c:1204 13951msgid "unknown directive" 13952msgstr "" 13953 13954#: config/tc-xtensa.c:1225 config/tc-xtensa.c:1321 config/tc-xtensa.c:1563 13955#: config/tc-xtensa.c:5754 13956msgid "directives are not valid inside bundles" 13957msgstr "" 13958 13959#: config/tc-xtensa.c:1237 13960msgid ".begin literal is deprecated; use .literal instead" 13961msgstr "" 13962 13963#: config/tc-xtensa.c:1251 13964msgid "cannot set literal_prefix inside literal fragment" 13965msgstr "" 13966 13967#: config/tc-xtensa.c:1284 13968msgid ".begin [no-]density is ignored" 13969msgstr "" 13970 13971#: config/tc-xtensa.c:1291 config/tc-xtensa.c:1341 13972msgid "Xtensa absolute literals option not supported; ignored" 13973msgstr "" 13974 13975#: config/tc-xtensa.c:1334 13976msgid ".end [no-]density is ignored" 13977msgstr "" 13978 13979#: config/tc-xtensa.c:1359 13980#, c-format 13981msgid "does not match begin %s%s at %s:%d" 13982msgstr "" 13983 13984#: config/tc-xtensa.c:1414 13985msgid ".literal_position inside literal directive; ignoring" 13986msgstr "" 13987 13988#: config/tc-xtensa.c:1434 13989msgid ".literal not allowed inside .begin literal region" 13990msgstr "" 13991 13992#: config/tc-xtensa.c:1470 13993msgid "expected comma or colon after symbol name; rest of line ignored" 13994msgstr "" 13995 13996#: config/tc-xtensa.c:1532 13997msgid "fall through frequency must be greater than 0" 13998msgstr "" 13999 14000#: config/tc-xtensa.c:1540 14001msgid "branch target frequency must be greater than 0" 14002msgstr "" 14003 14004#: config/tc-xtensa.c:1588 14005#, c-format 14006msgid "opcode-specific %s relocation used outside an instruction" 14007msgstr "" 14008 14009#: config/tc-xtensa.c:1596 14010#, c-format 14011msgid "invalid use of %s relocation" 14012msgstr "" 14013 14014#: config/tc-xtensa.c:1792 config/tc-xtensa.c:1809 14015#, c-format 14016msgid "bad register name: %s" 14017msgstr "" 14018 14019#: config/tc-xtensa.c:1798 14020#, c-format 14021msgid "bad register number: %s" 14022msgstr "" 14023 14024#: config/tc-xtensa.c:1861 14025msgid "pcrel relocation not allowed in an instruction" 14026msgstr "" 14027 14028#: config/tc-xtensa.c:1878 14029msgid "register number out of range" 14030msgstr "" 14031 14032#: config/tc-xtensa.c:1962 14033msgid "extra comma" 14034msgstr "" 14035 14036#: config/tc-xtensa.c:1964 14037msgid "extra colon" 14038msgstr "" 14039 14040#: config/tc-xtensa.c:1966 14041msgid "missing argument" 14042msgstr "" 14043 14044#: config/tc-xtensa.c:1968 14045msgid "missing comma or colon" 14046msgstr "" 14047 14048#: config/tc-xtensa.c:2025 14049msgid "incorrect register number, ignoring" 14050msgstr "" 14051 14052#: config/tc-xtensa.c:2032 14053msgid "too many arguments" 14054msgstr "" 14055 14056#: config/tc-xtensa.c:2106 14057#, c-format 14058msgid "cannot encode opcode \"%s\"" 14059msgstr "" 14060 14061#: config/tc-xtensa.c:2200 14062#, c-format 14063msgid "not enough operands (%d) for '%s'; expected %d" 14064msgstr "" 14065 14066#: config/tc-xtensa.c:2207 14067#, c-format 14068msgid "too many operands (%d) for '%s'; expected %d" 14069msgstr "" 14070 14071#: config/tc-xtensa.c:2258 14072#, c-format 14073msgid "invalid register '%s' for '%s' instruction" 14074msgstr "" 14075 14076#: config/tc-xtensa.c:2265 14077#, c-format 14078msgid "invalid register number (%ld) for '%s' instruction" 14079msgstr "" 14080 14081#: config/tc-xtensa.c:2333 14082#, c-format 14083msgid "invalid register number (%ld) for '%s'" 14084msgstr "" 14085 14086#: config/tc-xtensa.c:2724 14087#, c-format 14088msgid "operand %d of '%s' has out of range value '%u'" 14089msgstr "" 14090 14091#: config/tc-xtensa.c:2730 14092#, c-format 14093msgid "operand %d of '%s' has invalid value '%u'" 14094msgstr "" 14095 14096#: config/tc-xtensa.c:2777 14097#, c-format 14098msgid "internal error: unknown option name '%s'" 14099msgstr "" 14100 14101#: config/tc-xtensa.c:3884 14102msgid "can't handle generation of literal/labels yet" 14103msgstr "" 14104 14105#: config/tc-xtensa.c:3888 14106msgid "can't handle undefined OP TYPE" 14107msgstr "" 14108 14109#: config/tc-xtensa.c:3949 14110#, c-format 14111msgid "found %d operands for '%s': Expected %d" 14112msgstr "" 14113 14114#: config/tc-xtensa.c:3956 14115#, c-format 14116msgid "found too many (%d) operands for '%s': Expected %d" 14117msgstr "" 14118 14119#: config/tc-xtensa.c:3977 14120msgid "immediate operands sum to greater than 32" 14121msgstr "" 14122 14123#: config/tc-xtensa.c:4108 14124msgid "invalid immediate" 14125msgstr "" 14126 14127#: config/tc-xtensa.c:4229 14128#, c-format 14129msgid "invalid relocation for operand %i of '%s'" 14130msgstr "" 14131 14132#: config/tc-xtensa.c:4239 14133#, c-format 14134msgid "invalid expression for operand %i of '%s'" 14135msgstr "" 14136 14137#: config/tc-xtensa.c:4249 14138#, c-format 14139msgid "invalid relocation in instruction slot %i" 14140msgstr "" 14141 14142#: config/tc-xtensa.c:4256 14143#, c-format 14144msgid "undefined symbol for opcode \"%s\"" 14145msgstr "" 14146 14147#: config/tc-xtensa.c:4730 14148msgid "opcode 'NOP.N' unavailable in this configuration" 14149msgstr "" 14150 14151#: config/tc-xtensa.c:4790 14152msgid "get_expanded_loop_offset: invalid opcode" 14153msgstr "" 14154 14155#: config/tc-xtensa.c:4923 14156#, c-format 14157msgid "assembly state not set for first frag in section %s" 14158msgstr "" 14159 14160#: config/tc-xtensa.c:4976 14161#, c-format 14162msgid "unaligned branch target: %d bytes at 0x%lx" 14163msgstr "" 14164 14165#: config/tc-xtensa.c:5015 14166#, c-format 14167msgid "unaligned loop: %d bytes at 0x%lx" 14168msgstr "" 14169 14170#: config/tc-xtensa.c:5039 14171msgid "unexpected fix" 14172msgstr "" 14173 14174#: config/tc-xtensa.c:5050 config/tc-xtensa.c:5054 14175msgid "undecodable fix" 14176msgstr "" 14177 14178#: config/tc-xtensa.c:5192 14179msgid "labels are not valid inside bundles" 14180msgstr "" 14181 14182#: config/tc-xtensa.c:5212 14183msgid "invalid last instruction for a zero-overhead loop" 14184msgstr "" 14185 14186#: config/tc-xtensa.c:5279 14187msgid "extra opening brace" 14188msgstr "" 14189 14190#: config/tc-xtensa.c:5289 14191msgid "extra closing brace" 14192msgstr "" 14193 14194#: config/tc-xtensa.c:5316 14195msgid "missing closing brace" 14196msgstr "" 14197 14198#: config/tc-xtensa.c:5416 config/tc-xtensa.c:5446 14199#, c-format 14200msgid "wrong number of operands for '%s'" 14201msgstr "" 14202 14203#: config/tc-xtensa.c:5433 14204#, c-format 14205msgid "bad relocation expression for '%s'" 14206msgstr "" 14207 14208#: config/tc-xtensa.c:5468 14209#, c-format 14210msgid "unknown opcode or format name '%s'" 14211msgstr "" 14212 14213#: config/tc-xtensa.c:5474 14214msgid "format names only valid inside bundles" 14215msgstr "" 14216 14217#: config/tc-xtensa.c:5479 14218#, c-format 14219msgid "multiple formats specified for one bundle; using '%s'" 14220msgstr "" 14221 14222#: config/tc-xtensa.c:5529 14223msgid "entry instruction with stack decrement < 16" 14224msgstr "" 14225 14226#: config/tc-xtensa.c:5582 14227msgid "unaligned entry instruction" 14228msgstr "" 14229 14230#: config/tc-xtensa.c:5647 14231msgid "bad instruction format" 14232msgstr "" 14233 14234#: config/tc-xtensa.c:5650 14235msgid "invalid relocation" 14236msgstr "" 14237 14238#: config/tc-xtensa.c:5661 14239#, c-format 14240msgid "invalid relocation for '%s' instruction" 14241msgstr "" 14242 14243#: config/tc-xtensa.c:5673 14244#, c-format 14245msgid "invalid relocation for operand %d of '%s'" 14246msgstr "" 14247 14248#: config/tc-xtensa.c:5853 14249msgid "cannot represent subtraction with an offset" 14250msgstr "" 14251 14252#: config/tc-xtensa.c:5953 14253#, c-format 14254msgid "unhandled local relocation fix %s" 14255msgstr "" 14256 14257#: config/tc-xtensa.c:6004 14258#, c-format 14259msgid "internal error; cannot generate `%s' relocation" 14260msgstr "" 14261 14262#: config/tc-xtensa.c:6223 14263msgid "The option \"--no-allow-flix\" prohibits multi-slot flix." 14264msgstr "" 14265 14266#: config/tc-xtensa.c:6232 14267msgid "couldn't find a valid instruction format" 14268msgstr "" 14269 14270#: config/tc-xtensa.c:6233 14271#, c-format 14272msgid " ops were: " 14273msgstr "" 14274 14275#: config/tc-xtensa.c:6235 14276#, c-format 14277msgid " %s;" 14278msgstr "" 14279 14280#: config/tc-xtensa.c:6246 14281#, c-format 14282msgid "format '%s' allows %d slots, but there are %d opcodes" 14283msgstr "" 14284 14285#: config/tc-xtensa.c:6257 config/tc-xtensa.c:6355 14286msgid "illegal resource usage in bundle" 14287msgstr "" 14288 14289#: config/tc-xtensa.c:6442 14290#, c-format 14291msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same register" 14292msgstr "" 14293 14294#: config/tc-xtensa.c:6447 14295#, c-format 14296msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same state" 14297msgstr "" 14298 14299#: config/tc-xtensa.c:6452 14300#, c-format 14301msgid "opcodes '%s' (slot %d) and '%s' (slot %d) write the same port" 14302msgstr "" 14303 14304#: config/tc-xtensa.c:6457 14305#, c-format 14306msgid "opcodes '%s' (slot %d) and '%s' (slot %d) both have volatile port accesses" 14307msgstr "" 14308 14309#: config/tc-xtensa.c:6473 14310msgid "multiple branches or jumps in the same bundle" 14311msgstr "" 14312 14313#: config/tc-xtensa.c:6925 14314msgid "cannot assemble into a literal fragment" 14315msgstr "" 14316 14317#: config/tc-xtensa.c:6927 14318msgid "..." 14319msgstr "" 14320 14321#: config/tc-xtensa.c:7535 14322msgid "instruction sequence (write a0, branch, retw) may trigger hardware errata" 14323msgstr "" 14324 14325#: config/tc-xtensa.c:7647 14326msgid "branching or jumping to a loop end may trigger hardware errata" 14327msgstr "" 14328 14329#: config/tc-xtensa.c:7729 14330msgid "loop end too close to another loop end may trigger hardware errata" 14331msgstr "" 14332 14333#: config/tc-xtensa.c:7738 14334#, c-format 14335msgid "fr_var %lu < length %d" 14336msgstr "" 14337 14338#: config/tc-xtensa.c:7897 14339msgid "loop containing less than three instructions may trigger hardware errata" 14340msgstr "" 14341 14342#: config/tc-xtensa.c:7969 14343msgid "undecodable instruction in instruction frag" 14344msgstr "" 14345 14346#: config/tc-xtensa.c:8079 14347msgid "invalid empty loop" 14348msgstr "" 14349 14350#: config/tc-xtensa.c:8084 14351msgid "loop target does not follow loop instruction in section" 14352msgstr "" 14353 14354#: config/tc-xtensa.c:8662 14355msgid "bad relaxation state" 14356msgstr "" 14357 14358#: config/tc-xtensa.c:8720 14359#, c-format 14360msgid "fr_var (%ld) < length (%d)" 14361msgstr "" 14362 14363#: config/tc-xtensa.c:9421 14364msgid "invalid relaxation fragment result" 14365msgstr "" 14366 14367#: config/tc-xtensa.c:9500 14368msgid "unable to widen instruction" 14369msgstr "" 14370 14371#: config/tc-xtensa.c:9640 14372msgid "multiple literals in expansion" 14373msgstr "" 14374 14375#: config/tc-xtensa.c:9644 14376msgid "no registered fragment for literal" 14377msgstr "" 14378 14379#: config/tc-xtensa.c:9646 14380msgid "number of literal tokens != 1" 14381msgstr "" 14382 14383#: config/tc-xtensa.c:9776 config/tc-xtensa.c:9782 14384#, c-format 14385msgid "unresolved loop target symbol: %s" 14386msgstr "" 14387 14388#: config/tc-xtensa.c:9888 14389#, c-format 14390msgid "invalid expression evaluation type %d" 14391msgstr "" 14392 14393#: config/tc-xtensa.c:9905 14394msgid "loop too long for LOOP instruction" 14395msgstr "" 14396 14397#: config/tc-xtensa.c:10175 14398#, c-format 14399msgid "fixes not all moved from %s" 14400msgstr "" 14401 14402#: config/tc-xtensa.c:10306 14403msgid "literal pool location required for text-section-literals; specify with .literal_position" 14404msgstr "" 14405 14406#: config/tc-xtensa.c:11138 14407msgid "too many operands in instruction" 14408msgstr "" 14409 14410#: config/tc-xtensa.c:11349 14411msgid "invalid symbolic operand" 14412msgstr "" 14413 14414#: config/tc-xtensa.c:11410 14415msgid "operand number mismatch" 14416msgstr "" 14417 14418#: config/tc-xtensa.c:11414 14419#, c-format 14420msgid "cannot encode opcode \"%s\" in the given format \"%s\"" 14421msgstr "" 14422 14423#: config/tc-xtensa.c:11439 14424#, c-format 14425msgid "xtensa-isa failure: %s" 14426msgstr "" 14427 14428#: config/tc-xtensa.c:11516 14429msgid "invalid opcode" 14430msgstr "" 14431 14432#: config/tc-xtensa.c:11522 14433msgid "too few operands" 14434msgstr "" 14435 14436#: config/tc-xtensa.c:11572 14437msgid "multiple writes to the same register" 14438msgstr "" 14439 14440#: config/tc-xtensa.c:11686 config/tc-xtensa.c:11692 14441msgid "out of memory" 14442msgstr "" 14443 14444#: config/tc-xtensa.c:11781 14445msgid "TLS relocation not allowed in FLIX bundle" 14446msgstr "" 14447 14448#. Instructions that generate TLS relocations should always be 14449#. relaxed in the front-end. If "record_fixup" is set, then this 14450#. function is being called during back-end relaxation, so flag 14451#. the unexpected behavior as an error. 14452#: config/tc-xtensa.c:11787 14453msgid "unexpected TLS relocation" 14454msgstr "" 14455 14456#: config/tc-xtensa.c:11831 14457msgid "symbolic operand not allowed" 14458msgstr "" 14459 14460#: config/tc-xtensa.c:11868 14461msgid "cannot decode instruction format" 14462msgstr "" 14463 14464#: config/tc-xtensa.c:12012 14465msgid "ignoring extra '-rename-section' delimiter ':'" 14466msgstr "" 14467 14468#: config/tc-xtensa.c:12017 14469#, c-format 14470msgid "ignoring invalid '-rename-section' specification: '%s'" 14471msgstr "" 14472 14473#: config/tc-xtensa.c:12028 14474#, c-format 14475msgid "section %s renamed multiple times" 14476msgstr "" 14477 14478#: config/tc-xtensa.c:12030 14479#, c-format 14480msgid "multiple sections remapped to output section %s" 14481msgstr "" 14482 14483#: config/tc-z80.c:244 14484msgid "-- unterminated string" 14485msgstr "" 14486 14487#: config/tc-z80.c:314 14488msgid "floating point numbers are not implemented" 14489msgstr "" 14490 14491#: config/tc-z80.c:493 config/tc-z80.c:499 14492msgid "mismatched parentheses" 14493msgstr "" 14494 14495#: config/tc-z80.c:553 14496msgid "bad offset expression syntax" 14497msgstr "" 14498 14499#: config/tc-z80.c:577 14500msgid "bad expression syntax" 14501msgstr "" 14502 14503#: config/tc-z80.c:690 14504msgid "cannot make a relative jump to an absolute location" 14505msgstr "" 14506 14507#: config/tc-z80.c:702 config/tc-z80.c:1960 14508msgid "overflow" 14509msgstr "" 14510 14511#: config/tc-z80.c:1070 config/tc-z80.c:1113 config/tc-z80.c:1157 14512#: config/tc-z80.c:1277 config/tc-z80.c:1331 config/tc-z80.c:1600 14513msgid "bad intruction syntax" 14514msgstr "" 14515 14516#: config/tc-z80.c:1203 14517msgid "condition code invalid for jr" 14518msgstr "" 14519 14520#: config/tc-z80.c:1225 14521msgid "bad instruction syntax" 14522msgstr "" 14523 14524#: config/tc-z80.c:1704 14525msgid "parentheses ignored" 14526msgstr "" 14527 14528#: config/tc-z80.c:1909 read.c:3556 14529#, c-format 14530msgid "junk at end of line, first unrecognized character is `%c'" 14531msgstr "" 14532 14533#: config/tc-z80.c:1935 config/tc-z8k.c:1461 config/tc-z8k.c:1524 14534msgid "relative jump out of range" 14535msgstr "" 14536 14537#: config/tc-z80.c:1952 14538msgid "index offset out of range" 14539msgstr "" 14540 14541#: config/tc-z80.c:1994 config/tc-z8k.c:1532 14542#, c-format 14543msgid "md_apply_fix: unknown r_type 0x%x\n" 14544msgstr "" 14545 14546#: config/tc-z8k.c:282 14547#, c-format 14548msgid "register rr%d out of range" 14549msgstr "" 14550 14551#: config/tc-z8k.c:284 14552#, c-format 14553msgid "register rr%d does not exist" 14554msgstr "" 14555 14556#: config/tc-z8k.c:296 14557#, c-format 14558msgid "register rh%d out of range" 14559msgstr "" 14560 14561#: config/tc-z8k.c:308 14562#, c-format 14563msgid "register rl%d out of range" 14564msgstr "" 14565 14566#: config/tc-z8k.c:321 14567#, c-format 14568msgid "register rq%d out of range" 14569msgstr "" 14570 14571#: config/tc-z8k.c:323 14572#, c-format 14573msgid "register rq%d does not exist" 14574msgstr "" 14575 14576#: config/tc-z8k.c:335 14577#, c-format 14578msgid "register r%d out of range" 14579msgstr "" 14580 14581#: config/tc-z8k.c:376 14582#, c-format 14583msgid "expected %c" 14584msgstr "" 14585 14586#: config/tc-z8k.c:391 14587#, c-format 14588msgid "register is wrong size for a word %s" 14589msgstr "" 14590 14591#: config/tc-z8k.c:405 14592#, c-format 14593msgid "register is wrong size for address %s" 14594msgstr "" 14595 14596#: config/tc-z8k.c:539 14597#, c-format 14598msgid "unknown interrupt %s" 14599msgstr "" 14600 14601#. No interrupt type specified, opcode won't do anything. 14602#: config/tc-z8k.c:562 14603msgid "opcode has no effect" 14604msgstr "" 14605 14606#: config/tc-z8k.c:673 14607msgid "Missing ) in ra(rb)" 14608msgstr "" 14609 14610#: config/tc-z8k.c:753 config/tc-z8k.c:792 14611#, c-format 14612msgid "invalid condition code '%s'" 14613msgstr "" 14614 14615#: config/tc-z8k.c:765 14616#, c-format 14617msgid "invalid flag '%s'" 14618msgstr "" 14619 14620#: config/tc-z8k.c:919 config/tc-z8k.c:925 14621msgid "invalid indirect register size" 14622msgstr "" 14623 14624#: config/tc-z8k.c:942 config/tc-z8k.c:1090 config/tc-z8k.c:1095 14625msgid "invalid control register name" 14626msgstr "" 14627 14628#: config/tc-z8k.c:1079 14629msgid "immediate must be 1 or 2" 14630msgstr "" 14631 14632#: config/tc-z8k.c:1082 14633msgid "immediate 1 or 2 expected" 14634msgstr "" 14635 14636#: config/tc-z8k.c:1113 14637msgid "can't use R0 here" 14638msgstr "" 14639 14640#: config/tc-z8k.c:1271 14641msgid "Can't find opcode to match operands" 14642msgstr "" 14643 14644#: config/tc-z8k.c:1318 14645#, c-format 14646msgid "invalid architecture -z%s" 14647msgstr "" 14648 14649#: config/tc-z8k.c:1338 14650#, c-format 14651msgid "" 14652" Z8K options:\n" 14653" -z8001 generate segmented code\n" 14654" -z8002 generate unsegmented code\n" 14655" -linkrelax create linker relaxable code\n" 14656msgstr "" 14657 14658#: config/tc-z8k.c:1350 14659#, c-format 14660msgid "call to md_convert_frag\n" 14661msgstr "" 14662 14663#: config/tc-z8k.c:1457 config/tc-z8k.c:1497 config/tc-z8k.c:1520 14664msgid "cannot branch to odd address" 14665msgstr "" 14666 14667#: config/tc-z8k.c:1479 14668msgid "relative address out of range" 14669msgstr "" 14670 14671#: config/tc-z8k.c:1500 14672msgid "relative call out of range" 14673msgstr "" 14674 14675#: config/tc-z8k.c:1544 14676#, c-format 14677msgid "call to md_estimate_size_before_relax\n" 14678msgstr "" 14679 14680#: config/xtensa-relax.c:1556 14681#, c-format 14682msgid "invalid configuration option '%s' in transition rule '%s'" 14683msgstr "" 14684 14685#: config/xtensa-relax.c:1681 14686#, c-format 14687msgid "opcode '%s': no bound opname '%s' for precondition in '%s'" 14688msgstr "" 14689 14690#: config/xtensa-relax.c:1691 14691#, c-format 14692msgid "opcode '%s': no bound opname '%s' for precondition in %s" 14693msgstr "" 14694 14695#: config/xtensa-relax.c:1698 14696#, c-format 14697msgid "opcode '%s': precondition only contains constants in '%s'" 14698msgstr "" 14699 14700#: config/xtensa-relax.c:1745 14701msgid "expected one operand for generated literal" 14702msgstr "" 14703 14704#: config/xtensa-relax.c:1752 14705msgid "expected 0 operands for generated label" 14706msgstr "" 14707 14708#: config/xtensa-relax.c:1765 14709#, c-format 14710msgid "invalid opcode '%s' in transition rule '%s'" 14711msgstr "" 14712 14713#: config/xtensa-relax.c:1773 14714#, c-format 14715msgid "opcode '%s': replacement does not have %d ops" 14716msgstr "" 14717 14718#: config/xtensa-relax.c:1787 14719#, c-format 14720msgid "opcode '%s': cannot find literal definition" 14721msgstr "" 14722 14723#: config/xtensa-relax.c:1803 config/xtensa-relax.c:1833 14724#, c-format 14725msgid "opcode %s: unidentified operand '%s' in '%s'" 14726msgstr "" 14727 14728#: config/xtensa-relax.c:1828 14729#, c-format 14730msgid "unknown user-defined function %s" 14731msgstr "" 14732 14733#: config/xtensa-relax.c:1839 14734#, c-format 14735msgid "opcode %s: could not parse operand '%s' in '%s'" 14736msgstr "" 14737 14738#: config/xtensa-relax.c:1880 14739#, c-format 14740msgid "could not parse INSN_PATTERN '%s'" 14741msgstr "" 14742 14743#: config/xtensa-relax.c:1884 14744#, c-format 14745msgid "could not parse INSN_REPL '%s'" 14746msgstr "" 14747 14748#: config/xtensa-relax.c:1895 14749#, c-format 14750msgid "could not build transition for %s => %s" 14751msgstr "" 14752 14753#: depend.c:194 14754#, c-format 14755msgid "can't open `%s' for writing" 14756msgstr "" 14757 14758#: depend.c:206 14759#, c-format 14760msgid "can't close `%s'" 14761msgstr "" 14762 14763#: dw2gencfi.c:294 14764#, c-format 14765msgid "register save offset not a multiple of %u" 14766msgstr "" 14767 14768#: dw2gencfi.c:377 14769msgid "CFI state restore without previous remember" 14770msgstr "" 14771 14772#: dw2gencfi.c:432 14773msgid "missing separator" 14774msgstr "" 14775 14776#: dw2gencfi.c:482 14777msgid "bad register expression" 14778msgstr "" 14779 14780#: dw2gencfi.c:503 dw2gencfi.c:626 dw2gencfi.c:664 dw2gencfi.c:734 14781#: dw2gencfi.c:806 14782msgid "CFI instruction used without previous .cfi_startproc" 14783msgstr "" 14784 14785#: dw2gencfi.c:688 14786msgid "invalid or unsupported encoding in .cfi_personality" 14787msgstr "" 14788 14789#: dw2gencfi.c:695 14790msgid ".cfi_personality requires encoding and symbol arguments" 14791msgstr "" 14792 14793#: dw2gencfi.c:718 14794msgid "wrong second argument to .cfi_personality" 14795msgstr "" 14796 14797#: dw2gencfi.c:758 dw2gencfi.c:834 14798msgid "invalid or unsupported encoding in .cfi_lsda" 14799msgstr "" 14800 14801#: dw2gencfi.c:765 14802msgid ".cfi_lsda requires encoding and symbol arguments" 14803msgstr "" 14804 14805#: dw2gencfi.c:790 14806msgid "wrong second argument to .cfi_lsda" 14807msgstr "" 14808 14809#: dw2gencfi.c:855 14810msgid "wrong third argument to .cfi_val_encoded_addr" 14811msgstr "" 14812 14813#: dw2gencfi.c:870 14814msgid "previous CFI entry not closed (missing .cfi_endproc)" 14815msgstr "" 14816 14817#: dw2gencfi.c:905 14818msgid ".cfi_endproc without corresponding .cfi_startproc" 14819msgstr "" 14820 14821#: dw2gencfi.c:1515 14822msgid "open CFI at the end of file; missing .cfi_endproc directive" 14823msgstr "" 14824 14825#: dwarf2dbg.c:542 dwarf2dbg.c:577 14826msgid "file number less than one" 14827msgstr "" 14828 14829#: dwarf2dbg.c:552 14830#, c-format 14831msgid "file number %ld already allocated" 14832msgstr "" 14833 14834#: dwarf2dbg.c:582 dwarf2dbg.c:1335 14835#, c-format 14836msgid "unassigned file number %ld" 14837msgstr "" 14838 14839#: dwarf2dbg.c:651 14840msgid "is_stmt value not 0 or 1" 14841msgstr "" 14842 14843#: dwarf2dbg.c:663 14844msgid "isa number less than zero" 14845msgstr "" 14846 14847#: dwarf2dbg.c:675 14848msgid "discriminator less than zero" 14849msgstr "" 14850 14851#: dwarf2dbg.c:681 14852#, c-format 14853msgid "unknown .loc sub-directive `%s'" 14854msgstr "" 14855 14856#: dwarf2dbg.c:1398 14857msgid "internal error: unknown dwarf2 format" 14858msgstr "" 14859 14860#: ecoff.c:1552 14861#, c-format 14862msgid "string too big (%lu bytes)" 14863msgstr "" 14864 14865#: ecoff.c:1578 14866#, c-format 14867msgid "inserting \"%s\" into string hash table: %s" 14868msgstr "" 14869 14870#: ecoff.c:1609 ecoff.c:1802 ecoff.c:1825 ecoff.c:1856 ecoff.c:2009 14871#: ecoff.c:2120 14872msgid "no current file pointer" 14873msgstr "" 14874 14875#: ecoff.c:1696 14876msgid "too many st_End's" 14877msgstr "" 14878 14879#: ecoff.c:2034 14880#, c-format 14881msgid "inserting \"%s\" into tag hash table: %s" 14882msgstr "" 14883 14884#: ecoff.c:2195 14885msgid "fake .file after real one" 14886msgstr "" 14887 14888#: ecoff.c:2285 14889msgid "filename goes over one page boundary" 14890msgstr "" 14891 14892#: ecoff.c:2418 14893msgid ".begin directive without a preceding .file directive" 14894msgstr "" 14895 14896#: ecoff.c:2425 14897msgid ".begin directive without a preceding .ent directive" 14898msgstr "" 14899 14900#: ecoff.c:2456 14901msgid ".bend directive without a preceding .file directive" 14902msgstr "" 14903 14904#: ecoff.c:2463 14905msgid ".bend directive without a preceding .ent directive" 14906msgstr "" 14907 14908#: ecoff.c:2476 14909msgid ".bend directive names unknown symbol" 14910msgstr "" 14911 14912#: ecoff.c:2519 14913msgid ".def pseudo-op used inside of .def/.endef; ignored" 14914msgstr "" 14915 14916#: ecoff.c:2521 14917msgid "empty symbol name in .def; ignored" 14918msgstr "" 14919 14920#: ecoff.c:2558 14921msgid ".dim pseudo-op used outside of .def/.endef; ignored" 14922msgstr "" 14923 14924#: ecoff.c:2573 14925msgid "badly formed .dim directive" 14926msgstr "" 14927 14928#: ecoff.c:2586 14929msgid "too many .dim entries" 14930msgstr "" 14931 14932#: ecoff.c:2606 14933msgid ".scl pseudo-op used outside of .def/.endef; ignored" 14934msgstr "" 14935 14936#: ecoff.c:2631 14937msgid ".size pseudo-op used outside of .def/.endef; ignored" 14938msgstr "" 14939 14940#: ecoff.c:2646 14941msgid "badly formed .size directive" 14942msgstr "" 14943 14944#: ecoff.c:2659 14945msgid "too many .size entries" 14946msgstr "" 14947 14948#: ecoff.c:2681 14949msgid ".type pseudo-op used outside of .def/.endef; ignored" 14950msgstr "" 14951 14952#. FIXME: We could handle this by setting the continued bit. 14953#. There would still be a limit: the .type argument can not 14954#. be infinite. 14955#: ecoff.c:2699 14956#, c-format 14957msgid "the type of %s is too complex; it will be simplified" 14958msgstr "" 14959 14960#: ecoff.c:2710 14961msgid "Unrecognized .type argument" 14962msgstr "" 14963 14964#: ecoff.c:2748 14965msgid ".tag pseudo-op used outside of .def/.endef; ignored" 14966msgstr "" 14967 14968#: ecoff.c:2773 14969msgid ".val pseudo-op used outside of .def/.endef; ignored" 14970msgstr "" 14971 14972#: ecoff.c:2781 14973msgid ".val expression is too complex" 14974msgstr "" 14975 14976#: ecoff.c:2811 14977msgid ".endef pseudo-op used before .def; ignored" 14978msgstr "" 14979 14980#: ecoff.c:2837 ecoff.c:2918 14981msgid "bad COFF debugging information" 14982msgstr "" 14983 14984#: ecoff.c:2886 14985#, c-format 14986msgid "no tag specified for %s" 14987msgstr "" 14988 14989#: ecoff.c:2988 14990msgid ".end directive without a preceding .file directive" 14991msgstr "" 14992 14993#: ecoff.c:2995 14994msgid ".end directive without a preceding .ent directive" 14995msgstr "" 14996 14997#: ecoff.c:3017 14998msgid ".end directive names unknown symbol" 14999msgstr "" 15000 15001#: ecoff.c:3044 15002msgid "second .ent directive found before .end directive" 15003msgstr "" 15004 15005#: ecoff.c:3116 15006msgid "no way to handle .file within .ent/.end section" 15007msgstr "" 15008 15009#: ecoff.c:3233 15010msgid ".loc before .file" 15011msgstr "" 15012 15013#: ecoff.c:3436 15014#, c-format 15015msgid ".stab%c is not supported" 15016msgstr "" 15017 15018#: ecoff.c:3446 15019#, c-format 15020msgid ".stab%c: ignoring non-zero other field" 15021msgstr "" 15022 15023#: ecoff.c:3480 15024#, c-format 15025msgid "line number (%d) for .stab%c directive cannot fit in index field (20 bits)" 15026msgstr "" 15027 15028#: ecoff.c:3516 15029#, c-format 15030msgid "illegal .stab%c directive, bad character" 15031msgstr "" 15032 15033#: ecoff.c:3975 ecoff.c:4164 ecoff.c:4189 15034msgid ".begin/.bend in different segments" 15035msgstr "" 15036 15037#: ecoff.c:4685 15038msgid "missing .end or .bend at end of file" 15039msgstr "" 15040 15041#: ecoff.c:5170 15042msgid "GP prologue size exceeds field size, using 0 instead" 15043msgstr "" 15044 15045#: expr.c:88 read.c:3621 15046msgid "bignum invalid" 15047msgstr "" 15048 15049#: expr.c:90 read.c:3623 read.c:4091 read.c:4957 15050msgid "floating point number invalid" 15051msgstr "" 15052 15053#: expr.c:211 15054msgid "bad floating-point constant: exponent overflow" 15055msgstr "" 15056 15057#: expr.c:215 15058#, c-format 15059msgid "bad floating-point constant: unknown error code=%d" 15060msgstr "" 15061 15062#: expr.c:394 15063msgid "a bignum with underscores may not have more than 8 hex digits in any word" 15064msgstr "" 15065 15066#: expr.c:417 15067msgid "a bignum with underscores must have exactly 4 words" 15068msgstr "" 15069 15070#. Either not seen or not defined. 15071#. @@ Should print out the original string instead of 15072#. the parsed number. 15073#: expr.c:540 15074#, c-format 15075msgid "backward ref to unknown label \"%d:\"" 15076msgstr "" 15077 15078#: expr.c:658 15079msgid "character constant too large" 15080msgstr "" 15081 15082#: expr.c:904 15083#, c-format 15084msgid "expr.c(operand): bad atof_generic return val %d" 15085msgstr "" 15086 15087#: expr.c:970 15088#, c-format 15089msgid "missing '%c'" 15090msgstr "" 15091 15092#: expr.c:981 read.c:4437 15093msgid "EBCDIC constants are not supported" 15094msgstr "" 15095 15096#: expr.c:1096 15097#, c-format 15098msgid "Unary operator %c ignored because bad operand follows" 15099msgstr "" 15100 15101#: expr.c:1142 expr.c:1167 15102msgid "syntax error in .startof. or .sizeof." 15103msgstr "" 15104 15105#: expr.c:1248 expr.c:1602 15106#, c-format 15107msgid "invalid use of operator \"%s\"" 15108msgstr "" 15109 15110#: expr.c:1746 15111msgid "missing operand; zero assumed" 15112msgstr "" 15113 15114#: expr.c:1785 15115msgid "left operand is a bignum; integer 0 assumed" 15116msgstr "" 15117 15118#: expr.c:1787 15119msgid "left operand is a float; integer 0 assumed" 15120msgstr "" 15121 15122#: expr.c:1796 15123msgid "right operand is a bignum; integer 0 assumed" 15124msgstr "" 15125 15126#: expr.c:1798 15127msgid "right operand is a float; integer 0 assumed" 15128msgstr "" 15129 15130#: expr.c:1866 symbols.c:1356 15131msgid "division by zero" 15132msgstr "" 15133 15134#: expr.c:1872 15135msgid "shift count" 15136msgstr "" 15137 15138#: expr.c:1975 15139msgid "operation combines symbols in different segments" 15140msgstr "" 15141 15142#: frags.c:48 15143msgid "attempt to allocate data in absolute section" 15144msgstr "" 15145 15146#: frags.c:54 15147msgid "attempt to allocate data in common section" 15148msgstr "" 15149 15150#: frags.c:112 15151#, c-format 15152msgid "can't extend frag %u chars" 15153msgstr "" 15154 15155#. For error messages. 15156#. Detect if we are reading from stdin by examining the file 15157#. name returned by as_where(). 15158#. 15159#. [FIXME: We rely upon the name in the strcmp below being the 15160#. same as the one used by input_scrub_new_file(), if that is 15161#. not true, then this code will fail]. 15162#. 15163#. If we are reading from stdin, then we need to save each input 15164#. line here (assuming of course that we actually have a line of 15165#. input to read), so that it can be displayed in the listing 15166#. that is produced at the end of the assembly. 15167#: input-file.c:138 input-scrub.c:241 listing.c:334 15168msgid "{standard input}" 15169msgstr "" 15170 15171#: input-file.c:143 15172#, c-format 15173msgid "can't open %s for reading: %s" 15174msgstr "" 15175 15176#: input-file.c:152 input-file.c:215 input-file.c:241 15177#, c-format 15178msgid "can't read from %s: %s" 15179msgstr "" 15180 15181#: input-file.c:249 listing.c:1389 output-file.c:69 15182#, c-format 15183msgid "can't close %s: %s" 15184msgstr "" 15185 15186#: input-scrub.c:266 15187msgid "macros nested too deeply" 15188msgstr "" 15189 15190#: input-scrub.c:375 input-scrub.c:399 15191msgid "partial line at end of file ignored" 15192msgstr "" 15193 15194#: itbl-ops.c:329 15195#, c-format 15196msgid "Unable to allocate memory for new instructions\n" 15197msgstr "" 15198 15199#: listing.c:240 15200msgid "Warning:" 15201msgstr "" 15202 15203#: listing.c:246 15204msgid "Error:" 15205msgstr "" 15206 15207#: listing.c:1275 15208#, c-format 15209msgid "" 15210"\n" 15211" time stamp \t: %s\n" 15212"\n" 15213msgstr "" 15214 15215#: listing.c:1285 15216#, c-format 15217msgid "%s " 15218msgstr "" 15219 15220#: listing.c:1290 15221#, c-format 15222msgid "" 15223"\n" 15224"\t%s " 15225msgstr "" 15226 15227#: listing.c:1300 15228msgid "" 15229"\n" 15230" options passed\t: " 15231msgstr "" 15232 15233#: listing.c:1339 15234#, c-format 15235msgid "" 15236" GNU assembler version %s (%s)\n" 15237"\t using BFD version %s." 15238msgstr "" 15239 15240#: listing.c:1342 15241#, c-format 15242msgid "" 15243"\n" 15244" input file \t: %s" 15245msgstr "" 15246 15247#: listing.c:1343 15248#, c-format 15249msgid "" 15250"\n" 15251" output file \t: %s" 15252msgstr "" 15253 15254#: listing.c:1344 15255#, c-format 15256msgid "" 15257"\n" 15258" target \t: %s" 15259msgstr "" 15260 15261#: listing.c:1368 15262#, c-format 15263msgid "can't open %s: %s" 15264msgstr "" 15265 15266#: listing.c:1461 15267msgid "strange paper height, set to no form" 15268msgstr "" 15269 15270#: listing.c:1525 15271msgid "new line in title" 15272msgstr "" 15273 15274#. Turns the next expression into a string. 15275#: macro.c:371 15276#, no-c-format 15277msgid "% operator needs absolute expression" 15278msgstr "" 15279 15280#: macro.c:521 15281#, c-format 15282msgid "Missing parameter qualifier for `%s' in macro `%s'" 15283msgstr "" 15284 15285#: macro.c:531 15286#, c-format 15287msgid "`%s' is not a valid parameter qualifier for `%s' in macro `%s'" 15288msgstr "" 15289 15290#: macro.c:548 15291#, c-format 15292msgid "Pointless default value for required parameter `%s' in macro `%s'" 15293msgstr "" 15294 15295#: macro.c:560 15296#, c-format 15297msgid "A parameter named `%s' already exists for macro `%s'" 15298msgstr "" 15299 15300#: macro.c:597 15301#, c-format 15302msgid "Reserved word `%s' used as parameter in macro `%s'" 15303msgstr "" 15304 15305#: macro.c:635 15306#, c-format 15307msgid "unexpected end of file in macro `%s' definition" 15308msgstr "" 15309 15310#: macro.c:647 15311#, c-format 15312msgid "missing `)' after formals in macro definition `%s'" 15313msgstr "" 15314 15315#: macro.c:662 15316msgid "Missing macro name" 15317msgstr "" 15318 15319#: macro.c:671 15320#, c-format 15321msgid "Bad parameter list for macro `%s'" 15322msgstr "" 15323 15324#: macro.c:677 15325#, c-format 15326msgid "Macro `%s' was already defined" 15327msgstr "" 15328 15329#: macro.c:800 macro.c:802 15330msgid "missing `)'" 15331msgstr "" 15332 15333#: macro.c:897 15334#, c-format 15335msgid "`%s' was already used as parameter (or another local) name" 15336msgstr "" 15337 15338#: macro.c:1055 15339msgid "confusion in formal parameters" 15340msgstr "" 15341 15342#: macro.c:1062 15343#, c-format 15344msgid "Parameter named `%s' does not exist for macro `%s'" 15345msgstr "" 15346 15347#: macro.c:1070 15348#, c-format 15349msgid "Value for parameter `%s' of macro `%s' was already specified" 15350msgstr "" 15351 15352#: macro.c:1084 15353msgid "can't mix positional and keyword arguments" 15354msgstr "" 15355 15356#: macro.c:1095 15357msgid "too many positional arguments" 15358msgstr "" 15359 15360#: macro.c:1143 15361#, c-format 15362msgid "Missing value for required parameter `%s' of macro `%s'" 15363msgstr "" 15364 15365#: macro.c:1282 15366#, c-format 15367msgid "Attempt to purge non-existant macro `%s'" 15368msgstr "" 15369 15370#: macro.c:1301 15371msgid "unexpected end of file in irp or irpc" 15372msgstr "" 15373 15374#: macro.c:1309 15375msgid "missing model parameter" 15376msgstr "" 15377 15378#: messages.c:82 15379#, c-format 15380msgid "Assembler messages:\n" 15381msgstr "" 15382 15383#: messages.c:166 15384#, c-format 15385msgid "Warning: " 15386msgstr "" 15387 15388#: messages.c:267 15389#, c-format 15390msgid "Error: " 15391msgstr "" 15392 15393#: messages.c:362 messages.c:382 15394#, c-format 15395msgid "Fatal error: " 15396msgstr "" 15397 15398#: messages.c:397 15399#, c-format 15400msgid "Internal error!\n" 15401msgstr "" 15402 15403#: messages.c:399 15404#, c-format 15405msgid "Assertion failure in %s at %s line %d.\n" 15406msgstr "" 15407 15408#: messages.c:402 15409#, c-format 15410msgid "Assertion failure at %s line %d.\n" 15411msgstr "" 15412 15413#: messages.c:403 messages.c:420 15414#, c-format 15415msgid "Please report this bug.\n" 15416msgstr "" 15417 15418#: messages.c:415 15419#, c-format 15420msgid "Internal error, aborting at %s line %d in %s\n" 15421msgstr "" 15422 15423#: messages.c:418 15424#, c-format 15425msgid "Internal error, aborting at %s line %d\n" 15426msgstr "" 15427 15428#: messages.c:467 15429#, c-format 15430msgid "%s out of domain (%d is not a multiple of %d)" 15431msgstr "" 15432 15433#: messages.c:485 15434#, c-format 15435msgid "%s out of range (%d is not between %d and %d)" 15436msgstr "" 15437 15438#. xgettext:c-format. 15439#: messages.c:508 15440#, c-format 15441msgid "%s out of range (0x%s is not between 0x%s and 0x%s)" 15442msgstr "" 15443 15444#: output-file.c:35 15445#, c-format 15446msgid "can't open a bfd on stdout %s" 15447msgstr "" 15448 15449#: output-file.c:42 15450#, c-format 15451msgid "selected target format '%s' unknown" 15452msgstr "" 15453 15454#: output-file.c:44 15455#, c-format 15456msgid "can't create %s: %s" 15457msgstr "" 15458 15459#: read.c:463 15460msgid "bad or irreducible absolute expression" 15461msgstr "" 15462 15463#: read.c:489 15464#, c-format 15465msgid "error constructing %s pseudo-op table: %s" 15466msgstr "" 15467 15468#: read.c:899 15469#, c-format 15470msgid "unknown pseudo-op: `%s'" 15471msgstr "" 15472 15473#: read.c:986 15474#, c-format 15475msgid "label \"%d$\" redefined" 15476msgstr "" 15477 15478#: read.c:1221 15479msgid ".abort detected. Abandoning ship." 15480msgstr "" 15481 15482#: read.c:1239 read.c:2651 15483msgid "ignoring fill value in absolute section" 15484msgstr "" 15485 15486#: read.c:1330 15487#, c-format 15488msgid "alignment too large: %u assumed" 15489msgstr "" 15490 15491#: read.c:1362 15492msgid "expected fill pattern missing" 15493msgstr "" 15494 15495#: read.c:1471 15496#, c-format 15497msgid "size (%ld) out of range, ignored" 15498msgstr "" 15499 15500#: read.c:1500 15501#, c-format 15502msgid "size of \"%s\" is already %ld; not changing to %ld" 15503msgstr "" 15504 15505#. Some of the back ends can't deal with non-positive line numbers. 15506#. Besides, it's silly. GCC however will generate a line number of 15507#. zero when it is pre-processing builtins for assembler-with-cpp files: 15508#. 15509#. # 0 "<built-in>" 15510#. 15511#. We do not want to barf on this, especially since such files are used 15512#. in the GCC and GDB testsuites. So we check for negative line numbers 15513#. rather than non-positive line numbers. 15514#: read.c:1750 15515#, c-format 15516msgid "line numbers must be positive; line number %d rejected" 15517msgstr "" 15518 15519#: read.c:1787 15520#, c-format 15521msgid "incompatible flag %i in line directive" 15522msgstr "" 15523 15524#: read.c:1799 15525#, c-format 15526msgid "unsupported flag %i in line directive" 15527msgstr "" 15528 15529#: read.c:1838 15530msgid "start address not supported" 15531msgstr "" 15532 15533#: read.c:1847 15534msgid ".err encountered" 15535msgstr "" 15536 15537#: read.c:1863 15538msgid ".error directive invoked in source file" 15539msgstr "" 15540 15541#: read.c:1864 15542msgid ".warning directive invoked in source file" 15543msgstr "" 15544 15545#: read.c:1870 15546#, c-format 15547msgid "%s argument must be a string" 15548msgstr "" 15549 15550#: read.c:1902 read.c:1904 15551#, c-format 15552msgid ".fail %ld encountered" 15553msgstr "" 15554 15555#: read.c:1944 15556#, c-format 15557msgid ".fill size clamped to %d" 15558msgstr "" 15559 15560#: read.c:1949 15561msgid "size negative; .fill ignored" 15562msgstr "" 15563 15564#: read.c:1955 15565msgid "repeat < 0; .fill ignored" 15566msgstr "" 15567 15568#: read.c:2111 15569#, c-format 15570msgid "Attribute name not recognised: %s" 15571msgstr "" 15572 15573#: read.c:2126 15574msgid "expected numeric constant" 15575msgstr "" 15576 15577#: read.c:2167 15578msgid "bad string constant" 15579msgstr "" 15580 15581#: read.c:2171 15582msgid "expected <tag> , <value>" 15583msgstr "" 15584 15585#: read.c:2246 15586#, c-format 15587msgid "unrecognized .linkonce type `%s'" 15588msgstr "" 15589 15590#: read.c:2258 15591msgid ".linkonce is not supported for this object file format" 15592msgstr "" 15593 15594#: read.c:2280 15595#, c-format 15596msgid "bfd_set_section_flags: %s" 15597msgstr "" 15598 15599#: read.c:2353 15600msgid "expected alignment after size" 15601msgstr "" 15602 15603#: read.c:2580 15604#, c-format 15605msgid "attempt to redefine pseudo-op `%s' ignored" 15606msgstr "" 15607 15608#: read.c:2599 15609msgid "ignoring macro exit outside a macro definition." 15610msgstr "" 15611 15612#: read.c:2646 15613#, c-format 15614msgid "invalid segment \"%s\"" 15615msgstr "" 15616 15617#: read.c:2654 15618msgid "only constant offsets supported in absolute section" 15619msgstr "" 15620 15621#: read.c:2693 15622msgid "MRI style ORG pseudo-op not supported" 15623msgstr "" 15624 15625#: read.c:2846 15626#, c-format 15627msgid "unrecognized section type `%s'" 15628msgstr "" 15629 15630#: read.c:2860 15631msgid "absolute sections are not supported" 15632msgstr "" 15633 15634#: read.c:2875 15635#, c-format 15636msgid "unrecognized section command `%s'" 15637msgstr "" 15638 15639#: read.c:2939 15640#, c-format 15641msgid ".end%c encountered without preceeding %s" 15642msgstr "" 15643 15644#: read.c:2969 15645#, c-format 15646msgid "%s without %s" 15647msgstr "" 15648 15649#: read.c:3197 15650msgid "unsupported variable size or fill value" 15651msgstr "" 15652 15653#: read.c:3225 15654msgid ".space repeat count is zero, ignored" 15655msgstr "" 15656 15657#: read.c:3227 15658msgid ".space repeat count is negative, ignored" 15659msgstr "" 15660 15661#: read.c:3256 15662msgid "space allocation too complex in absolute section" 15663msgstr "" 15664 15665#: read.c:3262 15666msgid "space allocation too complex in common section" 15667msgstr "" 15668 15669#: read.c:3353 read.c:4683 15670#, c-format 15671msgid "bad floating literal: %s" 15672msgstr "" 15673 15674#: read.c:3513 15675#, c-format 15676msgid "%s: would close weakref loop: %s" 15677msgstr "" 15678 15679#: read.c:3559 15680#, c-format 15681msgid "junk at end of line, first unrecognized character valued 0x%x" 15682msgstr "" 15683 15684#: read.c:3687 15685#, c-format 15686msgid "`%s' can't be equated to common symbol '%s'" 15687msgstr "" 15688 15689#: read.c:3815 15690msgid "rva without symbol" 15691msgstr "" 15692 15693#: read.c:3872 15694msgid "missing or bad offset expression" 15695msgstr "" 15696 15697#: read.c:3893 15698msgid "missing reloc type" 15699msgstr "" 15700 15701#: read.c:3905 15702msgid "unrecognized reloc type" 15703msgstr "" 15704 15705#: read.c:3921 15706msgid "bad reloc expression" 15707msgstr "" 15708 15709#: read.c:4047 15710msgid "attempt to store value in absolute section" 15711msgstr "" 15712 15713#: read.c:4085 read.c:4951 15714msgid "zero assumed for missing expression" 15715msgstr "" 15716 15717#: read.c:4097 read.c:4963 write.c:268 write.c:973 15718msgid "register value used as expression" 15719msgstr "" 15720 15721#: read.c:4177 15722#, c-format 15723msgid "value 0x%llx truncated to 0x%llx" 15724msgstr "" 15725 15726#: read.c:4180 15727msgid "value 0x%I64x truncated to 0x%I64x" 15728msgstr "" 15729 15730#: read.c:4184 15731#, c-format 15732msgid "value 0x%lx truncated to 0x%lx" 15733msgstr "" 15734 15735#: read.c:4201 15736#, c-format 15737msgid "bignum truncated to %d bytes" 15738msgstr "" 15739 15740#: read.c:4510 read.c:4705 15741msgid "unresolvable or nonpositive repeat count; using 1" 15742msgstr "" 15743 15744#: read.c:4559 15745#, c-format 15746msgid "unknown floating type type '%c'" 15747msgstr "" 15748 15749#: read.c:4581 15750msgid "floating point constant too large" 15751msgstr "" 15752 15753#: read.c:5117 15754msgid "strings must be placed into a section" 15755msgstr "" 15756 15757#: read.c:5165 15758msgid "expected <nn>" 15759msgstr "" 15760 15761#. To be compatible with BSD 4.2 as: give the luser a linefeed!! 15762#: read.c:5198 read.c:5284 15763msgid "unterminated string; newline inserted" 15764msgstr "" 15765 15766#: read.c:5292 15767msgid "bad escaped character in string" 15768msgstr "" 15769 15770#: read.c:5317 15771msgid "expected address expression" 15772msgstr "" 15773 15774#: read.c:5336 15775#, c-format 15776msgid "symbol \"%s\" undefined; zero assumed" 15777msgstr "" 15778 15779#: read.c:5339 15780msgid "some symbol undefined; zero assumed" 15781msgstr "" 15782 15783#: read.c:5375 15784msgid "this string may not contain '\\0'" 15785msgstr "" 15786 15787#: read.c:5411 15788msgid "missing string" 15789msgstr "" 15790 15791#: read.c:5502 15792#, c-format 15793msgid ".incbin count zero, ignoring `%s'" 15794msgstr "" 15795 15796#: read.c:5528 15797#, c-format 15798msgid "file not found: %s" 15799msgstr "" 15800 15801#: read.c:5542 15802#, c-format 15803msgid "seek to end of .incbin file failed `%s'" 15804msgstr "" 15805 15806#: read.c:5553 15807#, c-format 15808msgid "skip (%ld) or count (%ld) invalid for file size (%ld)" 15809msgstr "" 15810 15811#: read.c:5560 15812#, c-format 15813msgid "could not skip to %ld in file `%s'" 15814msgstr "" 15815 15816#: read.c:5569 15817#, c-format 15818msgid "truncated file `%s', %ld of %ld bytes read" 15819msgstr "" 15820 15821#: read.c:5727 15822msgid "missing .func" 15823msgstr "" 15824 15825#: read.c:5744 15826msgid ".endfunc missing for previous .func" 15827msgstr "" 15828 15829#: read.c:5881 15830#, c-format 15831msgid "missing closing `%c'" 15832msgstr "" 15833 15834#: read.c:5883 15835msgid "stray `\\'" 15836msgstr "" 15837 15838#: remap.c:52 15839#, c-format 15840msgid "invalid argument '%s' to -fdebug-prefix-map" 15841msgstr "" 15842 15843#: stabs.c:214 stabs.c:222 stabs.c:230 stabs.c:249 15844#, c-format 15845msgid ".stab%c: missing comma" 15846msgstr "" 15847 15848#. This could happen for example with a source file with a huge 15849#. number of lines. The only cure is to use a different debug 15850#. format, probably DWARF. 15851#: stabs.c:242 15852#, c-format 15853msgid ".stab%c: description field '%x' too big, try a different debug format" 15854msgstr "" 15855 15856#: stabs.c:423 15857msgid "comma missing in .xstabs" 15858msgstr "" 15859 15860#: symbols.c:277 15861#, c-format 15862msgid "cannot define symbol `%s' in absolute section" 15863msgstr "" 15864 15865#: symbols.c:417 15866#, c-format 15867msgid "symbol `%s' is already defined as \"%s\"/%s%ld" 15868msgstr "" 15869 15870#: symbols.c:494 symbols.c:501 15871#, c-format 15872msgid "inserting \"%s\" into symbol table failed: %s" 15873msgstr "" 15874 15875#: symbols.c:964 symbols.c:968 15876#, c-format 15877msgid "undefined symbol `%s' in operation" 15878msgstr "" 15879 15880#: symbols.c:975 15881#, c-format 15882msgid "invalid sections for operation on `%s' and `%s'" 15883msgstr "" 15884 15885#: symbols.c:979 15886#, c-format 15887msgid "invalid section for operation on `%s'" 15888msgstr "" 15889 15890#: symbols.c:987 symbols.c:990 15891#, c-format 15892msgid "undefined symbol `%s' in operation setting `%s'" 15893msgstr "" 15894 15895#: symbols.c:996 15896#, c-format 15897msgid "invalid sections for operation on `%s' and `%s' setting `%s'" 15898msgstr "" 15899 15900#: symbols.c:999 15901#, c-format 15902msgid "invalid section for operation on `%s' setting `%s'" 15903msgstr "" 15904 15905#: symbols.c:1049 15906#, c-format 15907msgid "symbol definition loop encountered at `%s'" 15908msgstr "" 15909 15910#: symbols.c:1076 15911#, c-format 15912msgid "cannot convert expression symbol %s to complex relocation" 15913msgstr "" 15914 15915#: symbols.c:1358 15916#, c-format 15917msgid "division by zero when setting `%s'" 15918msgstr "" 15919 15920#: symbols.c:1439 write.c:1846 15921#, c-format 15922msgid "can't resolve value for symbol `%s'" 15923msgstr "" 15924 15925#: symbols.c:1889 15926#, c-format 15927msgid "\"%d\" (instance number %d of a %s label)" 15928msgstr "" 15929 15930#: symbols.c:1918 15931#, c-format 15932msgid "attempt to get value of unresolved symbol `%s'" 15933msgstr "" 15934 15935#: symbols.c:2193 15936msgid "section symbols are already global" 15937msgstr "" 15938 15939#: symbols.c:2306 15940#, c-format 15941msgid "Accessing function `%s' as thread-local object" 15942msgstr "" 15943 15944#: symbols.c:2310 15945#, c-format 15946msgid "Accessing `%s' as thread-local object" 15947msgstr "" 15948 15949#: write.c:167 15950#, c-format 15951msgid "field fx_size too small to hold %d" 15952msgstr "" 15953 15954#: write.c:444 15955#, c-format 15956msgid "attempt to .org/.space backwards? (%ld)" 15957msgstr "" 15958 15959#: write.c:675 15960msgid "invalid offset expression" 15961msgstr "" 15962 15963#: write.c:697 15964msgid "invalid reloc expression" 15965msgstr "" 15966 15967#: write.c:1056 15968#, c-format 15969msgid "value of %s too large for field of %d bytes at %s" 15970msgstr "" 15971 15972#: write.c:1068 15973#, c-format 15974msgid "signed .word overflow; switch may be too large; %ld at 0x%lx" 15975msgstr "" 15976 15977#: write.c:1112 15978msgid "redefined symbol cannot be used on reloc" 15979msgstr "" 15980 15981#: write.c:1125 15982msgid "relocation out of range" 15983msgstr "" 15984 15985#: write.c:1128 15986#, c-format 15987msgid "%s:%u: bad return from bfd_install_relocation: %x" 15988msgstr "" 15989 15990#: write.c:1192 15991msgid "internal error: fixup not contained within frag" 15992msgstr "" 15993 15994#: write.c:1245 15995msgid "reloc not within (fixed part of) section" 15996msgstr "" 15997 15998#: write.c:1312 write.c:1333 15999#, c-format 16000msgid "can't write %s: %s" 16001msgstr "" 16002 16003#: write.c:1363 16004msgid "cannot write to output file" 16005msgstr "" 16006 16007#: write.c:1517 16008#, c-format 16009msgid "%d error%s, %d warning%s, generating bad object file" 16010msgstr "" 16011 16012#: write.c:1524 16013#, c-format 16014msgid "%d error%s, %d warning%s, no object file generated" 16015msgstr "" 16016 16017#: write.c:1763 16018#, c-format 16019msgid "%s: global symbols not supported in common sections" 16020msgstr "" 16021 16022#: write.c:1777 16023#, c-format 16024msgid "local label `%s' is not defined" 16025msgstr "" 16026 16027#: write.c:1797 16028#, c-format 16029msgid "Local symbol `%s' can't be equated to common symbol `%s'" 16030msgstr "" 16031 16032#: write.c:1804 16033#, c-format 16034msgid "can't make global register symbol `%s'" 16035msgstr "" 16036 16037#: write.c:2075 16038#, c-format 16039msgid "alignment padding (%lu bytes) not a multiple of %ld" 16040msgstr "" 16041 16042#: write.c:2233 16043#, c-format 16044msgid ".word %s-%s+%s didn't fit" 16045msgstr "" 16046 16047#: write.c:2328 16048msgid "padding added" 16049msgstr "" 16050 16051#: write.c:2378 16052msgid "attempt to move .org backwards" 16053msgstr "" 16054 16055#: write.c:2402 16056msgid ".space specifies non-absolute value" 16057msgstr "" 16058 16059#: write.c:2417 16060msgid ".space or .fill with negative value, ignored" 16061msgstr "" 16062 16063#: write.c:2488 16064#, c-format 16065msgid "Infinite loop encountered whilst attempting to compute the addresses of symbols in section %s" 16066msgstr "" 16067