| 1 | # SOME DESCRIPTIVE TITLE. |
| 2 | # Copyright (C) YEAR Free Software Foundation, Inc. |
| 3 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
| 4 | # |
| 5 | #, fuzzy |
| 6 | msgid "" |
| 7 | msgstr "" |
| 8 | "Project-Id-Version: PACKAGE VERSION\n" |
| 9 | "POT-Creation-Date: 2000-09-26 04:13+0200\n" |
| 10 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 11 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 12 | "Language-Team: LANGUAGE <LL@li.org>\n" |
| 13 | "MIME-Version: 1.0\n" |
| 14 | "Content-Type: text/plain; charset=CHARSET\n" |
| 15 | "Content-Transfer-Encoding: ENCODING\n" |
| 16 | |
| 17 | #: app.c:465 app.c:479 |
| 18 | msgid "end of file in comment" |
| 19 | msgstr "" |
| 20 | |
| 21 | #: app.c:558 |
| 22 | msgid "end of file in string: inserted '\"'" |
| 23 | msgstr "" |
| 24 | |
| 25 | #: app.c:624 |
| 26 | #, c-format |
| 27 | msgid "Unknown escape '\\%c' in string: Ignored" |
| 28 | msgstr "" |
| 29 | |
| 30 | #: app.c:633 |
| 31 | msgid "End of file in string: '\"' inserted" |
| 32 | msgstr "" |
| 33 | |
| 34 | #: app.c:753 |
| 35 | msgid "end of file not at end of a line; newline inserted" |
| 36 | msgstr "" |
| 37 | |
| 38 | #: app.c:910 |
| 39 | msgid "end of file in multiline comment" |
| 40 | msgstr "" |
| 41 | |
| 42 | #: app.c:974 |
| 43 | msgid "end of file after a one-character quote; \\0 inserted" |
| 44 | msgstr "" |
| 45 | |
| 46 | #: app.c:982 |
| 47 | msgid "end of file in escape character" |
| 48 | msgstr "" |
| 49 | |
| 50 | #: app.c:994 |
| 51 | msgid "Missing close quote: (assumed)" |
| 52 | msgstr "" |
| 53 | |
| 54 | #: app.c:1057 app.c:1111 app.c:1184 |
| 55 | msgid "end of file in comment; newline inserted" |
| 56 | msgstr "" |
| 57 | |
| 58 | #: app.c:1121 |
| 59 | msgid "EOF in Comment: Newline inserted" |
| 60 | msgstr "" |
| 61 | |
| 62 | #: as.c:148 |
| 63 | msgid "missing emulation mode name" |
| 64 | msgstr "" |
| 65 | |
| 66 | #: as.c:163 |
| 67 | #, c-format |
| 68 | msgid "unrecognized emulation name `%s'" |
| 69 | msgstr "" |
| 70 | |
| 71 | #: as.c:210 |
| 72 | #, c-format |
| 73 | msgid "GNU assembler version %s (%s) using BFD version %s" |
| 74 | msgstr "" |
| 75 | |
| 76 | #: as.c:213 |
| 77 | #, c-format |
| 78 | msgid "GNU assembler version %s (%s)" |
| 79 | msgstr "" |
| 80 | |
| 81 | #: as.c:222 |
| 82 | #, c-format |
| 83 | msgid "Usage: %s [option...] [asmfile...]\n" |
| 84 | msgstr "" |
| 85 | |
| 86 | #: as.c:224 |
| 87 | msgid "" |
| 88 | "Options:\n" |
| 89 | " -a[sub-option...]\t turn on listings\n" |
| 90 | " \t Sub-options [default hls]:\n" |
| 91 | " \t c omit false conditionals\n" |
| 92 | " \t d omit debugging directives\n" |
| 93 | " \t h include high-level source\n" |
| 94 | " \t l include assembly\n" |
| 95 | " \t m include macro expansions\n" |
| 96 | " \t n omit forms processing\n" |
| 97 | " \t s include symbols\n" |
| 98 | " \t L include line debug statistics (if " |
| 99 | "applicable)\n" |
| 100 | " \t =FILE list to FILE (must be last sub-option)\n" |
| 101 | msgstr "" |
| 102 | |
| 103 | #: as.c:238 |
| 104 | msgid " -D produce assembler debugging messages\n" |
| 105 | msgstr "" |
| 106 | |
| 107 | #: as.c:240 |
| 108 | msgid " --defsym SYM=VAL define symbol SYM to given value\n" |
| 109 | msgstr "" |
| 110 | |
| 111 | #: as.c:256 |
| 112 | #, c-format |
| 113 | msgid " emulate output (default %s)\n" |
| 114 | msgstr "" |
| 115 | |
| 116 | #: as.c:260 |
| 117 | msgid " -f skip whitespace and comment preprocessing\n" |
| 118 | msgstr "" |
| 119 | |
| 120 | #: as.c:262 |
| 121 | msgid " --gstabs generate stabs debugging information\n" |
| 122 | msgstr "" |
| 123 | |
| 124 | #: as.c:264 |
| 125 | msgid " --gdwarf2 generate DWARF2 debugging information\n" |
| 126 | msgstr "" |
| 127 | |
| 128 | #: as.c:266 |
| 129 | msgid " --help show this message and exit\n" |
| 130 | msgstr "" |
| 131 | |
| 132 | #: as.c:268 |
| 133 | msgid "" |
| 134 | " -I DIR add DIR to search list for .include directives\n" |
| 135 | msgstr "" |
| 136 | |
| 137 | #: as.c:270 |
| 138 | msgid " -J don't warn about signed overflow\n" |
| 139 | msgstr "" |
| 140 | |
| 141 | #: as.c:272 |
| 142 | msgid "" |
| 143 | " -K warn when differences altered for long " |
| 144 | "displacements\n" |
| 145 | msgstr "" |
| 146 | |
| 147 | #: as.c:274 |
| 148 | msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" |
| 149 | msgstr "" |
| 150 | |
| 151 | #: as.c:276 |
| 152 | msgid " -M,--mri assemble in MRI compatibility mode\n" |
| 153 | msgstr "" |
| 154 | |
| 155 | #: as.c:278 |
| 156 | msgid "" |
| 157 | " --MD FILE write dependency information in FILE (default " |
| 158 | "none)\n" |
| 159 | msgstr "" |
| 160 | |
| 161 | #: as.c:280 |
| 162 | msgid " -nocpp ignored\n" |
| 163 | msgstr "" |
| 164 | |
| 165 | #: as.c:282 |
| 166 | msgid "" |
| 167 | " -o OBJFILE name the object-file output OBJFILE (default " |
| 168 | "a.out)\n" |
| 169 | msgstr "" |
| 170 | |
| 171 | #: as.c:284 |
| 172 | msgid " -R fold data section into text section\n" |
| 173 | msgstr "" |
| 174 | |
| 175 | #: as.c:286 |
| 176 | msgid "" |
| 177 | " --statistics print various measured statistics from execution\n" |
| 178 | msgstr "" |
| 179 | |
| 180 | #: as.c:288 |
| 181 | msgid " --strip-local-absolute strip local absolute symbols\n" |
| 182 | msgstr "" |
| 183 | |
| 184 | #: as.c:290 |
| 185 | msgid "" |
| 186 | " --traditional-format Use same format as native assembler when possible\n" |
| 187 | msgstr "" |
| 188 | |
| 189 | #: as.c:292 |
| 190 | msgid " --version print assembler version number and exit\n" |
| 191 | msgstr "" |
| 192 | |
| 193 | #: as.c:294 |
| 194 | msgid " -W --no-warn suppress warnings\n" |
| 195 | msgstr "" |
| 196 | |
| 197 | #: as.c:296 |
| 198 | msgid " --warn don't suppress warnings\n" |
| 199 | msgstr "" |
| 200 | |
| 201 | #: as.c:298 |
| 202 | msgid " --fatal-warnings treat warnings as errors\n" |
| 203 | msgstr "" |
| 204 | |
| 205 | #: as.c:300 |
| 206 | msgid "" |
| 207 | " --itbl INSTTBL extend instruction set to include instructions\n" |
| 208 | " matching the specifications defined in file " |
| 209 | "INSTTBL\n" |
| 210 | msgstr "" |
| 211 | |
| 212 | #: as.c:303 |
| 213 | msgid " -w ignored\n" |
| 214 | msgstr "" |
| 215 | |
| 216 | #: as.c:305 |
| 217 | msgid " -X ignored\n" |
| 218 | msgstr "" |
| 219 | |
| 220 | #: as.c:307 |
| 221 | msgid " -Z generate object file even after errors\n" |
| 222 | msgstr "" |
| 223 | |
| 224 | #: as.c:309 |
| 225 | msgid "" |
| 226 | " --listing-lhs-width set the width in words of the output data column " |
| 227 | "of\n" |
| 228 | " the listing\n" |
| 229 | msgstr "" |
| 230 | |
| 231 | #: as.c:312 |
| 232 | msgid "" |
| 233 | " --listing-lhs-width2 set the width in words of the continuation lines\n" |
| 234 | " of the output data column; ignored if smaller " |
| 235 | "than\n" |
| 236 | " the width of the first line\n" |
| 237 | msgstr "" |
| 238 | |
| 239 | #: as.c:316 |
| 240 | msgid "" |
| 241 | " --listing-rhs-width set the max width in characters of the lines from\n" |
| 242 | " the source file\n" |
| 243 | msgstr "" |
| 244 | |
| 245 | #: as.c:319 |
| 246 | msgid "" |
| 247 | " --listing-cont-lines set the maximum number of continuation lines used\n" |
| 248 | " for the output data column of the listing\n" |
| 249 | msgstr "" |
| 250 | |
| 251 | #: as.c:326 gasp.c:3543 |
| 252 | #, c-format |
| 253 | msgid "Report bugs to %s\n" |
| 254 | msgstr "" |
| 255 | |
| 256 | #. This output is intended to follow the GNU standards document. |
| 257 | #: as.c:519 |
| 258 | #, c-format |
| 259 | msgid "GNU assembler %s\n" |
| 260 | msgstr "" |
| 261 | |
| 262 | #: as.c:520 |
| 263 | msgid "Copyright 2000 Free Software Foundation, Inc.\n" |
| 264 | msgstr "" |
| 265 | |
| 266 | #: as.c:521 gasp.c:3637 |
| 267 | msgid "" |
| 268 | "This program is free software; you may redistribute it under the terms of\n" |
| 269 | "the GNU General Public License. This program has absolutely no warranty.\n" |
| 270 | msgstr "" |
| 271 | |
| 272 | #: as.c:524 |
| 273 | #, c-format |
| 274 | msgid "This assembler was configured for a target of `%s'.\n" |
| 275 | msgstr "" |
| 276 | |
| 277 | #: as.c:531 |
| 278 | msgid "multiple emulation names specified" |
| 279 | msgstr "" |
| 280 | |
| 281 | #: as.c:533 |
| 282 | msgid "emulations not handled in this configuration" |
| 283 | msgstr "" |
| 284 | |
| 285 | #: as.c:538 |
| 286 | #, c-format |
| 287 | msgid "alias = %s\n" |
| 288 | msgstr "" |
| 289 | |
| 290 | #: as.c:539 |
| 291 | #, c-format |
| 292 | msgid "canonical = %s\n" |
| 293 | msgstr "" |
| 294 | |
| 295 | #: as.c:540 |
| 296 | #, c-format |
| 297 | msgid "cpu-type = %s\n" |
| 298 | msgstr "" |
| 299 | |
| 300 | #: as.c:542 |
| 301 | #, c-format |
| 302 | msgid "format = %s\n" |
| 303 | msgstr "" |
| 304 | |
| 305 | #: as.c:545 |
| 306 | #, c-format |
| 307 | msgid "bfd-target = %s\n" |
| 308 | msgstr "" |
| 309 | |
| 310 | #: as.c:558 |
| 311 | msgid "bad defsym; format is --defsym name=value" |
| 312 | msgstr "" |
| 313 | |
| 314 | #: as.c:582 |
| 315 | msgid "No file name following -t option\n" |
| 316 | msgstr "" |
| 317 | |
| 318 | #: as.c:598 |
| 319 | #, c-format |
| 320 | msgid "Failed to read instruction table %s\n" |
| 321 | msgstr "" |
| 322 | |
| 323 | #: as.c:715 |
| 324 | #, c-format |
| 325 | msgid "invalid listing option `%c'" |
| 326 | msgstr "" |
| 327 | |
| 328 | #: as.c:910 |
| 329 | #, c-format |
| 330 | msgid "%d warnings, treating warnings as errors" |
| 331 | msgstr "" |
| 332 | |
| 333 | #: as.c:941 |
| 334 | #, c-format |
| 335 | msgid "%s: total time in assembly: %ld.%06ld\n" |
| 336 | msgstr "" |
| 337 | |
| 338 | #: as.c:944 |
| 339 | #, c-format |
| 340 | msgid "%s: data size %ld\n" |
| 341 | msgstr "" |
| 342 | |
| 343 | #. |
| 344 | #. * We have a GROSS internal error. |
| 345 | #. * This should never happen. |
| 346 | #. |
| 347 | #: atof-generic.c:437 config/tc-a29k.c:544 config/tc-i860.c:340 |
| 348 | #: config/tc-i860.c:832 config/tc-m68k.c:3176 config/tc-m68k.c:3205 |
| 349 | #: config/tc-sparc.c:2512 |
| 350 | msgid "failed sanity check." |
| 351 | msgstr "" |
| 352 | |
| 353 | #: cond.c:79 |
| 354 | msgid "invalid identifier for \".ifdef\"" |
| 355 | msgstr "" |
| 356 | |
| 357 | #: cond.c:133 |
| 358 | msgid "non-constant expression in \".if\" statement" |
| 359 | msgstr "" |
| 360 | |
| 361 | #: cond.c:229 |
| 362 | msgid "bad format for ifc or ifnc" |
| 363 | msgstr "" |
| 364 | |
| 365 | #: cond.c:263 |
| 366 | msgid "\".elseif\" without matching \".if\" - ignored" |
| 367 | msgstr "" |
| 368 | |
| 369 | #: cond.c:268 |
| 370 | msgid "\".elseif\" after \".else\" - ignored" |
| 371 | msgstr "" |
| 372 | |
| 373 | #: cond.c:271 cond.c:380 |
| 374 | msgid "here is the previous \"else\"" |
| 375 | msgstr "" |
| 376 | |
| 377 | #: cond.c:274 cond.c:383 |
| 378 | msgid "here is the previous \"if\"" |
| 379 | msgstr "" |
| 380 | |
| 381 | #: cond.c:307 |
| 382 | msgid "non-constant expression in \".elseif\" statement" |
| 383 | msgstr "" |
| 384 | |
| 385 | #: cond.c:342 |
| 386 | msgid "\".endif\" without \".if\"" |
| 387 | msgstr "" |
| 388 | |
| 389 | #: cond.c:372 |
| 390 | msgid ".else without matching .if - ignored" |
| 391 | msgstr "" |
| 392 | |
| 393 | #: cond.c:377 |
| 394 | msgid "duplicate \"else\" - ignored" |
| 395 | msgstr "" |
| 396 | |
| 397 | #: cond.c:428 |
| 398 | msgid ".ifeqs syntax error" |
| 399 | msgstr "" |
| 400 | |
| 401 | #: cond.c:511 |
| 402 | msgid "end of macro inside conditional" |
| 403 | msgstr "" |
| 404 | |
| 405 | #: cond.c:513 |
| 406 | msgid "end of file inside conditional" |
| 407 | msgstr "" |
| 408 | |
| 409 | #: cond.c:516 |
| 410 | msgid "here is the start of the unterminated conditional" |
| 411 | msgstr "" |
| 412 | |
| 413 | #: cond.c:520 |
| 414 | msgid "here is the \"else\" of the unterminated conditional" |
| 415 | msgstr "" |
| 416 | |
| 417 | #: config/obj-aout.c:162 |
| 418 | #, c-format |
| 419 | msgid "Attempt to put a common symbol into set %s" |
| 420 | msgstr "" |
| 421 | |
| 422 | #: config/obj-aout.c:166 |
| 423 | #, c-format |
| 424 | msgid "Attempt to put an undefined symbol into set %s" |
| 425 | msgstr "" |
| 426 | |
| 427 | #: config/obj-aout.c:197 config/obj-coff.c:1246 config/obj-elf.c:1714 |
| 428 | #: ecoff.c:3646 |
| 429 | #, c-format |
| 430 | msgid "Symbol `%s' can not be both weak and common" |
| 431 | msgstr "" |
| 432 | |
| 433 | #: config/obj-aout.c:255 config/obj-coff.c:1981 |
| 434 | msgid "unresolved relocation" |
| 435 | msgstr "" |
| 436 | |
| 437 | #: config/obj-aout.c:257 config/obj-coff.c:1983 |
| 438 | #, c-format |
| 439 | msgid "bad relocation: symbol `%s' not in symbol table" |
| 440 | msgstr "" |
| 441 | |
| 442 | #: config/obj-aout.c:344 |
| 443 | #, c-format |
| 444 | msgid "%s: bad type for weak symbol" |
| 445 | msgstr "" |
| 446 | |
| 447 | #: config/obj-aout.c:458 config/obj-coff.c:2911 write.c:1844 |
| 448 | #, c-format |
| 449 | msgid "%s: global symbols not supported in common sections" |
| 450 | msgstr "" |
| 451 | |
| 452 | #: config/obj-aout.c:524 |
| 453 | #, c-format |
| 454 | msgid "Local symbol %s never defined." |
| 455 | msgstr "" |
| 456 | |
| 457 | #: config/obj-aout.c:612 |
| 458 | msgid "subsegment index too high" |
| 459 | msgstr "" |
| 460 | |
| 461 | #: config/obj-bout.c:319 config/obj-vms.c:561 |
| 462 | #, c-format |
| 463 | msgid "Local symbol %s never defined" |
| 464 | msgstr "" |
| 465 | |
| 466 | #: config/obj-coff.c:156 |
| 467 | #, c-format |
| 468 | msgid "Inserting \"%s\" into structure table failed: %s" |
| 469 | msgstr "" |
| 470 | |
| 471 | #. Zero is used as an end marker in the file. |
| 472 | #: config/obj-coff.c:451 |
| 473 | msgid "Line numbers must be positive integers\n" |
| 474 | msgstr "" |
| 475 | |
| 476 | #: config/obj-coff.c:484 config/obj-coff.c:2326 |
| 477 | msgid ".ln pseudo-op inside .def/.endef: ignored." |
| 478 | msgstr "" |
| 479 | |
| 480 | #: config/obj-coff.c:527 ecoff.c:3282 |
| 481 | msgid ".loc outside of .text" |
| 482 | msgstr "" |
| 483 | |
| 484 | #: config/obj-coff.c:534 |
| 485 | msgid ".loc pseudo-op inside .def/.endef: ignored." |
| 486 | msgstr "" |
| 487 | |
| 488 | #: config/obj-coff.c:622 config/obj-coff.c:2383 |
| 489 | msgid ".def pseudo-op used inside of .def/.endef: ignored." |
| 490 | msgstr "" |
| 491 | |
| 492 | #: config/obj-coff.c:668 config/obj-coff.c:2435 |
| 493 | msgid ".endef pseudo-op used outside of .def/.endef: ignored." |
| 494 | msgstr "" |
| 495 | |
| 496 | #: config/obj-coff.c:706 |
| 497 | #, c-format |
| 498 | msgid "`%s' symbol without preceding function" |
| 499 | msgstr "" |
| 500 | |
| 501 | #: config/obj-coff.c:793 config/obj-coff.c:2510 |
| 502 | #, c-format |
| 503 | msgid "unexpected storage class %d" |
| 504 | msgstr "" |
| 505 | |
| 506 | #: config/obj-coff.c:906 config/obj-coff.c:2617 |
| 507 | msgid ".dim pseudo-op used outside of .def/.endef: ignored." |
| 508 | msgstr "" |
| 509 | |
| 510 | #: config/obj-coff.c:926 config/obj-coff.c:2637 |
| 511 | msgid "badly formed .dim directive ignored" |
| 512 | msgstr "" |
| 513 | |
| 514 | #: config/obj-coff.c:977 config/obj-coff.c:2700 |
| 515 | msgid ".size pseudo-op used outside of .def/.endef ignored." |
| 516 | msgstr "" |
| 517 | |
| 518 | #: config/obj-coff.c:993 config/obj-coff.c:2716 |
| 519 | msgid ".scl pseudo-op used outside of .def/.endef ignored." |
| 520 | msgstr "" |
| 521 | |
| 522 | #: config/obj-coff.c:1011 config/obj-coff.c:2734 |
| 523 | msgid ".tag pseudo-op used outside of .def/.endef ignored." |
| 524 | msgstr "" |
| 525 | |
| 526 | #: config/obj-coff.c:1030 config/obj-coff.c:2752 |
| 527 | #, c-format |
| 528 | msgid "tag not found for .tag %s" |
| 529 | msgstr "" |
| 530 | |
| 531 | #: config/obj-coff.c:1045 config/obj-coff.c:2767 |
| 532 | msgid ".type pseudo-op used outside of .def/.endef ignored." |
| 533 | msgstr "" |
| 534 | |
| 535 | #: config/obj-coff.c:1067 config/obj-coff.c:2789 |
| 536 | msgid ".val pseudo-op used outside of .def/.endef ignored." |
| 537 | msgstr "" |
| 538 | |
| 539 | #: config/obj-coff.c:1207 config/obj-coff.c:2984 |
| 540 | msgid "mismatched .eb" |
| 541 | msgstr "" |
| 542 | |
| 543 | #: config/obj-coff.c:1225 config/obj-coff.c:3024 |
| 544 | msgid "C_EFCN symbol out of scope" |
| 545 | msgstr "" |
| 546 | |
| 547 | #. STYP_INFO |
| 548 | #. STYP_LIB |
| 549 | #. STYP_OVER |
| 550 | #: config/obj-coff.c:1447 |
| 551 | #, c-format |
| 552 | msgid "unsupported section attribute '%c'" |
| 553 | msgstr "" |
| 554 | |
| 555 | #: config/obj-coff.c:1452 config/obj-coff.c:3721 config/tc-ppc.c:3918 |
| 556 | #, c-format |
| 557 | msgid "unknown section attribute '%c'" |
| 558 | msgstr "" |
| 559 | |
| 560 | #: config/obj-coff.c:1482 config/tc-ppc.c:3936 read.c:2520 |
| 561 | #, c-format |
| 562 | msgid "error setting flags for \"%s\": %s" |
| 563 | msgstr "" |
| 564 | |
| 565 | #: config/obj-coff.c:1493 config/obj-elf.c:723 |
| 566 | #, c-format |
| 567 | msgid "Ignoring changed section attributes for %s" |
| 568 | msgstr "" |
| 569 | |
| 570 | #: config/obj-coff.c:1629 |
| 571 | #, c-format |
| 572 | msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" |
| 573 | msgstr "" |
| 574 | |
| 575 | #: config/obj-coff.c:1809 config/obj-ieee.c:69 |
| 576 | msgid "Out of step\n" |
| 577 | msgstr "" |
| 578 | |
| 579 | #: config/obj-coff.c:2242 |
| 580 | msgid "bfd_coff_swap_scnhdr_out failed" |
| 581 | msgstr "" |
| 582 | |
| 583 | #: config/obj-coff.c:2467 |
| 584 | msgid "`.bf' symbol without preceding function\n" |
| 585 | msgstr "" |
| 586 | |
| 587 | #: config/obj-coff.c:3420 config/obj-ieee.c:507 output-file.c:52 |
| 588 | #: output-file.c:119 |
| 589 | #, c-format |
| 590 | msgid "FATAL: Can't create %s" |
| 591 | msgstr "" |
| 592 | |
| 593 | #: config/obj-coff.c:3595 |
| 594 | #, c-format |
| 595 | msgid "Can't close %s: %s" |
| 596 | msgstr "" |
| 597 | |
| 598 | #: config/obj-coff.c:3629 |
| 599 | #, c-format |
| 600 | msgid "Too many new sections; can't add \"%s\"" |
| 601 | msgstr "" |
| 602 | |
| 603 | #: config/obj-coff.c:4036 config/tc-m88k.c:1257 config/tc-sparc.c:3494 |
| 604 | msgid "Expected comma after name" |
| 605 | msgstr "" |
| 606 | |
| 607 | #: config/obj-coff.c:4042 read.c:1964 |
| 608 | msgid "Missing size expression" |
| 609 | msgstr "" |
| 610 | |
| 611 | #: config/obj-coff.c:4048 |
| 612 | #, c-format |
| 613 | msgid "lcomm length (%d.) <0! Ignored." |
| 614 | msgstr "" |
| 615 | |
| 616 | #: config/obj-coff.c:4076 read.c:2198 |
| 617 | #, c-format |
| 618 | msgid "Symbol %s already defined" |
| 619 | msgstr "" |
| 620 | |
| 621 | #: config/obj-coff.c:4170 config/tc-i960.c:3215 |
| 622 | #, c-format |
| 623 | msgid "No 'bal' entry point for leafproc %s" |
| 624 | msgstr "" |
| 625 | |
| 626 | #: config/obj-coff.c:4249 write.c:2541 |
| 627 | #, c-format |
| 628 | msgid "Negative of non-absolute symbol %s" |
| 629 | msgstr "" |
| 630 | |
| 631 | #: config/obj-coff.c:4270 write.c:2555 |
| 632 | msgid "callj to difference of 2 symbols" |
| 633 | msgstr "" |
| 634 | |
| 635 | #: config/obj-coff.c:4316 |
| 636 | #, c-format |
| 637 | msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld." |
| 638 | msgstr "" |
| 639 | |
| 640 | #. This is a COBR instruction. They have only a 13-bit |
| 641 | #. displacement and are only to be used for local branches: |
| 642 | #. flag as error, don't generate relocation. |
| 643 | #: config/obj-coff.c:4405 config/tc-i960.c:3235 write.c:2699 |
| 644 | msgid "can't use COBR format with external label" |
| 645 | msgstr "" |
| 646 | |
| 647 | #: config/obj-coff.c:4484 |
| 648 | #, c-format |
| 649 | msgid "Value of %ld too large for field of %d bytes at 0x%lx" |
| 650 | msgstr "" |
| 651 | |
| 652 | #: config/obj-coff.c:4498 write.c:2789 |
| 653 | #, c-format |
| 654 | msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx" |
| 655 | msgstr "" |
| 656 | |
| 657 | #: config/obj-ecoff.c:241 |
| 658 | msgid "Can't set GP value" |
| 659 | msgstr "" |
| 660 | |
| 661 | #: config/obj-ecoff.c:248 |
| 662 | msgid "Can't set register masks" |
| 663 | msgstr "" |
| 664 | |
| 665 | #: config/obj-elf.c:308 config/tc-sparc.c:3637 config/tc-v850.c:261 |
| 666 | msgid "Expected comma after symbol-name" |
| 667 | msgstr "" |
| 668 | |
| 669 | #: config/obj-elf.c:315 config/tc-arc.c:780 config/tc-sparc.c:3647 |
| 670 | #, c-format |
| 671 | msgid ".COMMon length (%d.) <0! Ignored." |
| 672 | msgstr "" |
| 673 | |
| 674 | #: config/obj-elf.c:325 config/tc-alpha.c:4319 config/tc-sparc.c:3657 |
| 675 | #: config/tc-v850.c:284 |
| 676 | msgid "Ignoring attempt to re-define symbol" |
| 677 | msgstr "" |
| 678 | |
| 679 | #: config/obj-elf.c:333 config/tc-arc.c:798 config/tc-sparc.c:3665 |
| 680 | #: config/tc-v850.c:294 |
| 681 | #, c-format |
| 682 | msgid "Length of .comm \"%s\" is already %ld. Not changed to %d." |
| 683 | msgstr "" |
| 684 | |
| 685 | #: config/obj-elf.c:356 config/tc-arc.c:817 config/tc-v850.c:321 |
| 686 | msgid "Common alignment negative; 0 assumed" |
| 687 | msgstr "" |
| 688 | |
| 689 | #: config/obj-elf.c:375 config/tc-m32r.c:1296 config/tc-ppc.c:1515 |
| 690 | #: config/tc-v850.c:384 |
| 691 | msgid "Common alignment not a power of 2" |
| 692 | msgstr "" |
| 693 | |
| 694 | #: config/obj-elf.c:438 config/tc-arc.c:877 config/tc-sparc.c:3789 |
| 695 | #: config/tc-v850.c:566 |
| 696 | #, c-format |
| 697 | msgid "bad .common segment %s" |
| 698 | msgstr "" |
| 699 | |
| 700 | #: config/obj-elf.c:664 |
| 701 | #, c-format |
| 702 | msgid "Setting incorrect section type for %s" |
| 703 | msgstr "" |
| 704 | |
| 705 | #: config/obj-elf.c:668 |
| 706 | #, c-format |
| 707 | msgid "Ignoring incorrect section type for %s" |
| 708 | msgstr "" |
| 709 | |
| 710 | #: config/obj-elf.c:681 |
| 711 | #, c-format |
| 712 | msgid "Setting incorrect section attributes for %s" |
| 713 | msgstr "" |
| 714 | |
| 715 | #: config/obj-elf.c:753 |
| 716 | msgid "Unrecognized .section attribute: want a,w,x" |
| 717 | msgstr "" |
| 718 | |
| 719 | #: config/obj-elf.c:793 |
| 720 | msgid "Unrecognized section attribute" |
| 721 | msgstr "" |
| 722 | |
| 723 | #: config/obj-elf.c:815 |
| 724 | msgid "Unrecognized section type" |
| 725 | msgstr "" |
| 726 | |
| 727 | #: config/obj-elf.c:866 |
| 728 | msgid "Missing section name" |
| 729 | msgstr "" |
| 730 | |
| 731 | #: config/obj-elf.c:932 |
| 732 | msgid "Bad .section directive - character following name is not '#'" |
| 733 | msgstr "" |
| 734 | |
| 735 | #: config/obj-elf.c:1033 |
| 736 | msgid ".previous without corresponding .section; ignored" |
| 737 | msgstr "" |
| 738 | |
| 739 | #: config/obj-elf.c:1060 |
| 740 | msgid ".popsection without corresponding .pushsection; ignored" |
| 741 | msgstr "" |
| 742 | |
| 743 | #: config/obj-elf.c:1112 |
| 744 | #, c-format |
| 745 | msgid "multiple .symver directives for symbol `%s'" |
| 746 | msgstr "" |
| 747 | |
| 748 | #: config/obj-elf.c:1121 |
| 749 | msgid "expected comma after name in .symver" |
| 750 | msgstr "" |
| 751 | |
| 752 | #: config/obj-elf.c:1142 |
| 753 | #, c-format |
| 754 | msgid "missing version name in `%s' for symbol `%s'" |
| 755 | msgstr "" |
| 756 | |
| 757 | #: config/obj-elf.c:1351 config/obj-som.c:155 config/obj-som.c:201 |
| 758 | msgid "Expected quoted string" |
| 759 | msgstr "" |
| 760 | |
| 761 | #: config/obj-elf.c:1372 |
| 762 | #, c-format |
| 763 | msgid "expected comma after name `%s' in .size directive" |
| 764 | msgstr "" |
| 765 | |
| 766 | #: config/obj-elf.c:1381 |
| 767 | msgid "missing expression in .size directive" |
| 768 | msgstr "" |
| 769 | |
| 770 | #: config/obj-elf.c:1457 |
| 771 | #, c-format |
| 772 | msgid "ignoring unrecognized symbol type \"%s\"" |
| 773 | msgstr "" |
| 774 | |
| 775 | #: config/obj-elf.c:1638 |
| 776 | msgid ".size expression too complicated to fix up" |
| 777 | msgstr "" |
| 778 | |
| 779 | #: config/obj-elf.c:1669 |
| 780 | #, c-format |
| 781 | msgid "" |
| 782 | "invalid attempt to declare external version name as default in symbol `%s'" |
| 783 | msgstr "" |
| 784 | |
| 785 | #: config/obj-elf.c:1801 |
| 786 | #, c-format |
| 787 | msgid "Failed to set up debugging information: %s" |
| 788 | msgstr "" |
| 789 | |
| 790 | #: config/obj-elf.c:1821 |
| 791 | #, c-format |
| 792 | msgid "Can't start writing .mdebug section: %s" |
| 793 | msgstr "" |
| 794 | |
| 795 | #: config/obj-elf.c:1829 |
| 796 | #, c-format |
| 797 | msgid "Could not write .mdebug section: %s" |
| 798 | msgstr "" |
| 799 | |
| 800 | #: config/obj-ieee.c:455 |
| 801 | msgid "too many sections" |
| 802 | msgstr "" |
| 803 | |
| 804 | #: config/obj-som.c:138 |
| 805 | msgid "Only one .version pseudo-op per file!" |
| 806 | msgstr "" |
| 807 | |
| 808 | #: config/obj-som.c:164 |
| 809 | #, c-format |
| 810 | msgid "FATAL: Attaching version header %s" |
| 811 | msgstr "" |
| 812 | |
| 813 | #: config/obj-som.c:184 |
| 814 | msgid "Only one .copyright pseudo-op per file!" |
| 815 | msgstr "" |
| 816 | |
| 817 | #: config/obj-som.c:210 |
| 818 | #, c-format |
| 819 | msgid "FATAL: Attaching copyright header %s" |
| 820 | msgstr "" |
| 821 | |
| 822 | #: config/obj-vms.c:462 |
| 823 | #, c-format |
| 824 | msgid "compiler emitted zero-size common symbol `%s' already defined" |
| 825 | msgstr "" |
| 826 | |
| 827 | #: config/obj-vms.c:472 |
| 828 | #, c-format |
| 829 | msgid "compiler redefined zero-size common symbol `%s'" |
| 830 | msgstr "" |
| 831 | |
| 832 | #: config/obj-vms.c:591 |
| 833 | #, c-format |
| 834 | msgid "Couldn't create VMS object file \"%s\"" |
| 835 | msgstr "" |
| 836 | |
| 837 | #: config/obj-vms.c:616 |
| 838 | msgid "I/O error writing VMS object file (length prefix)" |
| 839 | msgstr "" |
| 840 | |
| 841 | #: config/obj-vms.c:630 |
| 842 | msgid "I/O error writing VMS object file" |
| 843 | msgstr "" |
| 844 | |
| 845 | #: config/obj-vms.c:1220 |
| 846 | msgid "Couldn't find source file \"%s\", status=%%X%x" |
| 847 | msgstr "" |
| 848 | |
| 849 | #: config/obj-vms.c:1718 config/obj-vms.c:2894 |
| 850 | #, c-format |
| 851 | msgid "debugger forward reference error, dbx type %d" |
| 852 | msgstr "" |
| 853 | |
| 854 | #: config/obj-vms.c:1793 |
| 855 | #, c-format |
| 856 | msgid "Variable descriptor %d too complicated. Defined as `void *'." |
| 857 | msgstr "" |
| 858 | |
| 859 | #: config/obj-vms.c:2107 |
| 860 | msgid "" |
| 861 | "***Warning - the assembly code generated by the compiler has placed \n" |
| 862 | " global constant(s) in the text psect. These will not be available to \n" |
| 863 | " other modules, since this is not the correct way to handle this. You \n" |
| 864 | " have two options: 1) get a patched compiler that does not put global \n" |
| 865 | " constants in the text psect, or 2) remove the 'const' keyword from \n" |
| 866 | " definitions of global variables in your source module(s). Don't say \n" |
| 867 | " I didn't warn you! \n" |
| 868 | msgstr "" |
| 869 | |
| 870 | #: config/obj-vms.c:2421 |
| 871 | #, c-format |
| 872 | msgid "debugginer output: %d is an unknown untyped variable." |
| 873 | msgstr "" |
| 874 | |
| 875 | #: config/obj-vms.c:2639 |
| 876 | #, c-format |
| 877 | msgid "debugger output: structure element `%s' has undefined type" |
| 878 | msgstr "" |
| 879 | |
| 880 | #: config/obj-vms.c:2750 |
| 881 | #, c-format |
| 882 | msgid "debugger output: %d is an unknown type of variable." |
| 883 | msgstr "" |
| 884 | |
| 885 | #: config/obj-vms.c:2883 |
| 886 | #, c-format |
| 887 | msgid "debugger output: Unable to resolve %d circular references." |
| 888 | msgstr "" |
| 889 | |
| 890 | #: config/obj-vms.c:3085 |
| 891 | #, c-format |
| 892 | msgid "Module name truncated: %s\n" |
| 893 | msgstr "" |
| 894 | |
| 895 | #: config/obj-vms.c:3363 |
| 896 | #, c-format |
| 897 | msgid "Symbol %s replaced by %s\n" |
| 898 | msgstr "" |
| 899 | |
| 900 | #. impossible |
| 901 | #: config/obj-vms.c:3646 |
| 902 | #, c-format |
| 903 | msgid "Unknown VMS psect type (%ld)" |
| 904 | msgstr "" |
| 905 | |
| 906 | #: config/obj-vms.c:3687 |
| 907 | #, c-format |
| 908 | msgid "Globalsymbol attribute for symbol %s was unexpected." |
| 909 | msgstr "" |
| 910 | |
| 911 | #: config/obj-vms.c:3836 |
| 912 | msgid "Invalid data type for globalvalue" |
| 913 | msgstr "" |
| 914 | |
| 915 | #: config/obj-vms.c:3848 |
| 916 | #, c-format |
| 917 | msgid "Invalid globalvalue of %s" |
| 918 | msgstr "" |
| 919 | |
| 920 | #: config/obj-vms.c:4198 |
| 921 | msgid "Couldn't find fixup fragment when checking for indirect reference" |
| 922 | msgstr "" |
| 923 | |
| 924 | #: config/obj-vms.c:4541 config/obj-vms.c:4682 |
| 925 | msgid "Fixup data addsy and subsy don't have the same type" |
| 926 | msgstr "" |
| 927 | |
| 928 | #: config/obj-vms.c:4545 config/obj-vms.c:4686 |
| 929 | msgid "Fixup data addsy and subsy don't have an appropriate type" |
| 930 | msgstr "" |
| 931 | |
| 932 | #: config/obj-vms.c:4548 config/obj-vms.c:4689 |
| 933 | msgid "Fixup data is erroneously \"pcrel\"" |
| 934 | msgstr "" |
| 935 | |
| 936 | #: config/obj-vms.c:4564 config/obj-vms.c:4708 |
| 937 | msgid "Fixup datum is not a longword" |
| 938 | msgstr "" |
| 939 | |
| 940 | #: config/obj-vms.c:4568 config/obj-vms.c:4712 |
| 941 | msgid "Fixup datum is not \"fixP->fx_addsy\"" |
| 942 | msgstr "" |
| 943 | |
| 944 | #: config/obj-vms.c:4783 |
| 945 | #, c-format |
| 946 | msgid "" |
| 947 | "g++ wrote an extern reference to `%s' as a routine.\n" |
| 948 | "I will fix it, but I hope that it was note really a routine." |
| 949 | msgstr "" |
| 950 | |
| 951 | #: config/obj-vms.c:4915 |
| 952 | msgid "Can't handle global xtors symbols yet." |
| 953 | msgstr "" |
| 954 | |
| 955 | #: config/obj-vms.c:4918 |
| 956 | #, c-format |
| 957 | msgid "Unknown %s" |
| 958 | msgstr "" |
| 959 | |
| 960 | #. |
| 961 | #. * Error otherwise. |
| 962 | #. |
| 963 | #: config/obj-vms.c:5003 |
| 964 | #, c-format |
| 965 | msgid "unhandled stab type %d" |
| 966 | msgstr "" |
| 967 | |
| 968 | #: config/tc-a29k.c:160 config/tc-sparc.c:3841 |
| 969 | msgid "Unknown segment type" |
| 970 | msgstr "" |
| 971 | |
| 972 | #. Probably a memory allocation problem? Give up now. |
| 973 | #: config/tc-a29k.c:330 config/tc-hppa.c:1413 config/tc-mips.c:1107 |
| 974 | #: config/tc-mips.c:1149 config/tc-sparc.c:838 |
| 975 | msgid "Broken assembler. No assembly attempted." |
| 976 | msgstr "" |
| 977 | |
| 978 | #: config/tc-a29k.c:375 config/tc-arc.c:536 config/tc-avr.c:1124 |
| 979 | #: config/tc-d10v.c:511 config/tc-d30v.c:552 config/tc-h8300.c:296 |
| 980 | #: config/tc-h8500.c:294 config/tc-mcore.c:655 config/tc-mn10200.c:954 |
| 981 | #: config/tc-mn10300.c:1337 config/tc-ppc.c:1971 config/tc-sh.c:834 |
| 982 | #: config/tc-tic80.c:283 config/tc-v850.c:2081 config/tc-w65.c:247 |
| 983 | #: config/tc-z8k.c:340 |
| 984 | msgid "missing operand" |
| 985 | msgstr "" |
| 986 | |
| 987 | #: config/tc-a29k.c:415 config/tc-cris.c:897 config/tc-cris.c:905 |
| 988 | #: config/tc-hppa.c:1559 config/tc-i860.c:431 config/tc-i860.c:448 |
| 989 | #: config/tc-sparc.c:1403 config/tc-sparc.c:1409 |
| 990 | #, c-format |
| 991 | msgid "Unknown opcode: `%s'" |
| 992 | msgstr "" |
| 993 | |
| 994 | #: config/tc-a29k.c:420 |
| 995 | #, c-format |
| 996 | msgid "Unknown opcode `%s'." |
| 997 | msgstr "" |
| 998 | |
| 999 | #: config/tc-a29k.c:452 |
| 1000 | #, c-format |
| 1001 | msgid "Too many operands: %s" |
| 1002 | msgstr "" |
| 1003 | |
| 1004 | #: config/tc-a29k.c:474 config/tc-a29k.c:505 |
| 1005 | #, c-format |
| 1006 | msgid "Immediate value of %ld is too large" |
| 1007 | msgstr "" |
| 1008 | |
| 1009 | #: config/tc-a29k.c:890 |
| 1010 | #, c-format |
| 1011 | msgid "bad relocation type: 0x%02x" |
| 1012 | msgstr "" |
| 1013 | |
| 1014 | #: config/tc-a29k.c:914 |
| 1015 | #, c-format |
| 1016 | msgid "need %o3\n" |
| 1017 | msgstr "" |
| 1018 | |
| 1019 | #: config/tc-a29k.c:930 |
| 1020 | msgid "a29k_convert_frag\n" |
| 1021 | msgstr "" |
| 1022 | |
| 1023 | #: config/tc-a29k.c:939 |
| 1024 | msgid "a29k_estimate_size_before_relax\n" |
| 1025 | msgstr "" |
| 1026 | |
| 1027 | #: config/tc-a29k.c:1090 |
| 1028 | #, c-format |
| 1029 | msgid "label \"$%d\" redefined" |
| 1030 | msgstr "" |
| 1031 | |
| 1032 | #: config/tc-a29k.c:1163 |
| 1033 | msgid "Invalid expression after %%%%\n" |
| 1034 | msgstr "" |
| 1035 | |
| 1036 | #: config/tc-a29k.c:1174 |
| 1037 | msgid "Invalid register in & expression" |
| 1038 | msgstr "" |
| 1039 | |
| 1040 | #: config/tc-alpha.c:833 |
| 1041 | #, c-format |
| 1042 | msgid "internal error: can't hash opcode `%s': %s" |
| 1043 | msgstr "" |
| 1044 | |
| 1045 | #: config/tc-alpha.c:867 |
| 1046 | #, c-format |
| 1047 | msgid "internal error: can't hash macro `%s': %s" |
| 1048 | msgstr "" |
| 1049 | |
| 1050 | #: config/tc-alpha.c:950 config/tc-i960.c:2700 |
| 1051 | msgid "syntax error" |
| 1052 | msgstr "" |
| 1053 | |
| 1054 | #: config/tc-alpha.c:1024 config/tc-arm.c:5443 config/tc-h8300.c:1373 |
| 1055 | #: config/tc-h8500.c:1197 config/tc-hppa.c:3953 config/tc-i860.c:931 |
| 1056 | #: config/tc-m68hc11.c:480 config/tc-m68k.c:4179 config/tc-m88k.c:1105 |
| 1057 | #: config/tc-ns32k.c:1663 config/tc-sparc.c:2793 config/tc-z8k.c:1332 |
| 1058 | msgid "Bad call to MD_ATOF()" |
| 1059 | msgstr "" |
| 1060 | |
| 1061 | #: config/tc-alpha.c:1074 |
| 1062 | #, c-format |
| 1063 | msgid "Unknown CPU identifier `%s'" |
| 1064 | msgstr "" |
| 1065 | |
| 1066 | #: config/tc-alpha.c:1118 |
| 1067 | msgid "" |
| 1068 | "Alpha options:\n" |
| 1069 | "-32addr\t\t\ttreat addresses as 32-bit values\n" |
| 1070 | "-F\t\t\tlack floating point instructions support\n" |
| 1071 | "-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mall\n" |
| 1072 | "\t\t\tspecify variant of Alpha architecture\n" |
| 1073 | "-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n" |
| 1074 | "\t\t\tthese variants include PALcode opcodes\n" |
| 1075 | msgstr "" |
| 1076 | |
| 1077 | #: config/tc-alpha.c:1128 |
| 1078 | msgid "" |
| 1079 | "VMS options:\n" |
| 1080 | "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n" |
| 1081 | "-H\t\t\tshow new symbol after hash truncation\n" |
| 1082 | msgstr "" |
| 1083 | |
| 1084 | #: config/tc-alpha.c:1297 |
| 1085 | #, c-format |
| 1086 | msgid "unhandled relocation type %s" |
| 1087 | msgstr "" |
| 1088 | |
| 1089 | #: config/tc-alpha.c:1310 |
| 1090 | msgid "non-absolute expression in constant field" |
| 1091 | msgstr "" |
| 1092 | |
| 1093 | #: config/tc-alpha.c:1324 |
| 1094 | #, c-format |
| 1095 | msgid "type %d reloc done?\n" |
| 1096 | msgstr "" |
| 1097 | |
| 1098 | #: config/tc-alpha.c:1375 config/tc-alpha.c:1382 config/tc-mips.c:7422 |
| 1099 | msgid "Used $at without \".set noat\"" |
| 1100 | msgstr "" |
| 1101 | |
| 1102 | #: config/tc-alpha.c:1560 |
| 1103 | #, c-format |
| 1104 | msgid "cannot represent `%s' relocation in object file" |
| 1105 | msgstr "" |
| 1106 | |
| 1107 | #: config/tc-alpha.c:1567 |
| 1108 | #, c-format |
| 1109 | msgid "internal error? cannot generate `%s' relocation" |
| 1110 | msgstr "" |
| 1111 | |
| 1112 | #: config/tc-alpha.c:1621 |
| 1113 | #, c-format |
| 1114 | msgid "frame reg expected, using $%d." |
| 1115 | msgstr "" |
| 1116 | |
| 1117 | #: config/tc-alpha.c:1746 |
| 1118 | #, c-format |
| 1119 | msgid "No !literal!%d was found" |
| 1120 | msgstr "" |
| 1121 | |
| 1122 | #. only support one relocation op per insn |
| 1123 | #: config/tc-alpha.c:1934 |
| 1124 | msgid "More than one relocation op per insn" |
| 1125 | msgstr "" |
| 1126 | |
| 1127 | #: config/tc-alpha.c:1951 |
| 1128 | msgid "No relocation operand" |
| 1129 | msgstr "" |
| 1130 | |
| 1131 | #: config/tc-alpha.c:1957 |
| 1132 | #, c-format |
| 1133 | msgid "No !sequence-number after !%s" |
| 1134 | msgstr "" |
| 1135 | |
| 1136 | #: config/tc-alpha.c:1970 |
| 1137 | #, c-format |
| 1138 | msgid "Unknown relocation operand: !%s" |
| 1139 | msgstr "" |
| 1140 | |
| 1141 | #: config/tc-alpha.c:1983 |
| 1142 | #, c-format |
| 1143 | msgid "Bad sequence number: !%s!%s" |
| 1144 | msgstr "" |
| 1145 | |
| 1146 | #: config/tc-alpha.c:2334 |
| 1147 | #, c-format |
| 1148 | msgid "operand out of range (%s not between %d and %d)" |
| 1149 | msgstr "" |
| 1150 | |
| 1151 | #: config/tc-alpha.c:2433 config/tc-arc.c:549 config/tc-d10v.c:600 |
| 1152 | #: config/tc-d30v.c:640 config/tc-mn10200.c:1009 config/tc-mn10300.c:1408 |
| 1153 | #: config/tc-ppc.c:1937 config/tc-ppc.c:2045 config/tc-ppc.c:2057 |
| 1154 | #: config/tc-v850.c:1861 config/tc-v850.c:1884 config/tc-v850.c:2104 |
| 1155 | msgid "too many fixups" |
| 1156 | msgstr "" |
| 1157 | |
| 1158 | #: config/tc-alpha.c:2644 config/tc-alpha.c:2713 |
| 1159 | #, c-format |
| 1160 | msgid "inappropriate arguments for opcode `%s'" |
| 1161 | msgstr "" |
| 1162 | |
| 1163 | #: config/tc-alpha.c:2646 config/tc-alpha.c:2715 |
| 1164 | #, c-format |
| 1165 | msgid "opcode `%s' not supported for target %s" |
| 1166 | msgstr "" |
| 1167 | |
| 1168 | #: config/tc-alpha.c:2650 config/tc-alpha.c:2718 config/tc-avr.c:1090 |
| 1169 | #, c-format |
| 1170 | msgid "unknown opcode `%s'" |
| 1171 | msgstr "" |
| 1172 | |
| 1173 | #: config/tc-alpha.c:2690 config/tc-alpha.c:2757 config/tc-alpha.c:3268 |
| 1174 | #: config/tc-alpha.c:3328 config/tc-alpha.c:3380 config/tc-alpha.c:3455 |
| 1175 | #: config/tc-alpha.c:3540 config/tc-alpha.c:3666 config/tc-alpha.c:3843 |
| 1176 | #: config/tc-alpha.c:3900 config/tc-alpha.c:4010 config/tc-alpha.c:4117 |
| 1177 | #: config/tc-alpha.c:4194 |
| 1178 | #, c-format |
| 1179 | msgid "Cannot use !%s!%d with %s" |
| 1180 | msgstr "" |
| 1181 | |
| 1182 | #: config/tc-alpha.c:2778 |
| 1183 | msgid "can not resolve expression" |
| 1184 | msgstr "" |
| 1185 | |
| 1186 | #: config/tc-alpha.c:2920 config/tc-alpha.c:3112 |
| 1187 | msgid "overflow in literal (.lita) table" |
| 1188 | msgstr "" |
| 1189 | |
| 1190 | #: config/tc-alpha.c:2927 config/tc-alpha.c:2950 config/tc-alpha.c:3125 |
| 1191 | #: config/tc-alpha.c:3469 config/tc-alpha.c:3547 config/tc-alpha.c:3595 |
| 1192 | #: config/tc-alpha.c:3695 config/tc-alpha.c:3920 config/tc-alpha.c:4032 |
| 1193 | msgid "macro requires $at register while noat in effect" |
| 1194 | msgstr "" |
| 1195 | |
| 1196 | #: config/tc-alpha.c:2929 config/tc-alpha.c:2952 config/tc-alpha.c:3127 |
| 1197 | msgid "macro requires $at while $at in use" |
| 1198 | msgstr "" |
| 1199 | |
| 1200 | #: config/tc-alpha.c:3074 expr.c:84 read.c:3172 |
| 1201 | msgid "bignum invalid; zero assumed" |
| 1202 | msgstr "" |
| 1203 | |
| 1204 | #: config/tc-alpha.c:3076 expr.c:86 read.c:3174 read.c:3507 read.c:4404 |
| 1205 | msgid "floating point number invalid; zero assumed" |
| 1206 | msgstr "" |
| 1207 | |
| 1208 | #: config/tc-alpha.c:3081 |
| 1209 | msgid "can't handle expression" |
| 1210 | msgstr "" |
| 1211 | |
| 1212 | #: config/tc-alpha.c:3118 |
| 1213 | msgid "overflow in literal (.lit8) table" |
| 1214 | msgstr "" |
| 1215 | |
| 1216 | #: config/tc-alpha.c:3290 |
| 1217 | #, c-format |
| 1218 | msgid "bad instruction format for lda !%s!%d" |
| 1219 | msgstr "" |
| 1220 | |
| 1221 | #: config/tc-alpha.c:4290 config/tc-ppc.c:1464 config/tc-ppc.c:3682 |
| 1222 | #: read.c:1377 |
| 1223 | #, c-format |
| 1224 | msgid ".COMMon length (%ld.) <0! Ignored." |
| 1225 | msgstr "" |
| 1226 | |
| 1227 | #: config/tc-alpha.c:4328 config/tc-alpha.c:4337 config/tc-ppc.c:3719 |
| 1228 | #: read.c:1401 |
| 1229 | #, c-format |
| 1230 | msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." |
| 1231 | msgstr "" |
| 1232 | |
| 1233 | #: config/tc-alpha.c:4439 ecoff.c:3086 |
| 1234 | msgid ".ent directive has no name" |
| 1235 | msgstr "" |
| 1236 | |
| 1237 | #: config/tc-alpha.c:4447 |
| 1238 | msgid "nested .ent directives" |
| 1239 | msgstr "" |
| 1240 | |
| 1241 | #: config/tc-alpha.c:4483 ecoff.c:3034 |
| 1242 | msgid ".end directive has no name" |
| 1243 | msgstr "" |
| 1244 | |
| 1245 | #: config/tc-alpha.c:4492 |
| 1246 | msgid ".end directive names different symbol than .ent" |
| 1247 | msgstr "" |
| 1248 | |
| 1249 | #: config/tc-alpha.c:4567 |
| 1250 | #, c-format |
| 1251 | msgid "Invalid argument %d to .prologue." |
| 1252 | msgstr "" |
| 1253 | |
| 1254 | #: config/tc-alpha.c:4595 |
| 1255 | msgid "ECOFF debugging is disabled." |
| 1256 | msgstr "" |
| 1257 | |
| 1258 | #: config/tc-alpha.c:4616 |
| 1259 | msgid "Unknown section directive" |
| 1260 | msgstr "" |
| 1261 | |
| 1262 | #: config/tc-alpha.c:4652 |
| 1263 | msgid ".ent directive has no symbol" |
| 1264 | msgstr "" |
| 1265 | |
| 1266 | #: config/tc-alpha.c:4679 |
| 1267 | msgid "Bad .frame directive 1./2. param" |
| 1268 | msgstr "" |
| 1269 | |
| 1270 | #: config/tc-alpha.c:4691 |
| 1271 | msgid "Bad .frame directive 3./4. param" |
| 1272 | msgstr "" |
| 1273 | |
| 1274 | #: config/tc-alpha.c:4716 |
| 1275 | msgid ".pdesc directive not in link (.link) section" |
| 1276 | msgstr "" |
| 1277 | |
| 1278 | #: config/tc-alpha.c:4724 |
| 1279 | msgid ".pdesc has no matching .ent" |
| 1280 | msgstr "" |
| 1281 | |
| 1282 | #: config/tc-alpha.c:4735 |
| 1283 | msgid ".pdesc directive has no entry symbol" |
| 1284 | msgstr "" |
| 1285 | |
| 1286 | #: config/tc-alpha.c:4748 |
| 1287 | msgid "No comma after .pdesc <entryname>" |
| 1288 | msgstr "" |
| 1289 | |
| 1290 | #: config/tc-alpha.c:4771 |
| 1291 | msgid "unknown procedure kind" |
| 1292 | msgstr "" |
| 1293 | |
| 1294 | #: config/tc-alpha.c:4865 |
| 1295 | msgid ".name directive not in link (.link) section" |
| 1296 | msgstr "" |
| 1297 | |
| 1298 | #: config/tc-alpha.c:4873 |
| 1299 | msgid ".name directive has no symbol" |
| 1300 | msgstr "" |
| 1301 | |
| 1302 | #: config/tc-alpha.c:4907 |
| 1303 | msgid "No symbol after .linkage" |
| 1304 | msgstr "" |
| 1305 | |
| 1306 | #: config/tc-alpha.c:4935 |
| 1307 | msgid "No symbol after .code_address" |
| 1308 | msgstr "" |
| 1309 | |
| 1310 | #: config/tc-alpha.c:4968 ecoff.c:3252 |
| 1311 | msgid "Bad .mask directive" |
| 1312 | msgstr "" |
| 1313 | |
| 1314 | #: config/tc-alpha.c:4989 ecoff.c:3182 |
| 1315 | msgid "Bad .fmask directive" |
| 1316 | msgstr "" |
| 1317 | |
| 1318 | #: config/tc-alpha.c:5159 config/tc-arm.c:1507 read.c:2158 read.c:2745 |
| 1319 | #: stabs.c:459 |
| 1320 | #, c-format |
| 1321 | msgid "Expected comma after name \"%s\"" |
| 1322 | msgstr "" |
| 1323 | |
| 1324 | #. *symbol_get_obj (symbolP) = (signed char) temp; |
| 1325 | #: config/tc-alpha.c:5170 |
| 1326 | #, c-format |
| 1327 | msgid "unhandled: .proc %s,%d" |
| 1328 | msgstr "" |
| 1329 | |
| 1330 | #: config/tc-alpha.c:5205 |
| 1331 | #, c-format |
| 1332 | msgid "Tried to .set unrecognized mode `%s'" |
| 1333 | msgstr "" |
| 1334 | |
| 1335 | #. not fatal, but it might not work in the end |
| 1336 | #: config/tc-alpha.c:5222 |
| 1337 | msgid "File overrides no-base-register option." |
| 1338 | msgstr "" |
| 1339 | |
| 1340 | #: config/tc-alpha.c:5239 |
| 1341 | #, c-format |
| 1342 | msgid "Bad base register, using $%d." |
| 1343 | msgstr "" |
| 1344 | |
| 1345 | #: config/tc-alpha.c:5261 |
| 1346 | #, c-format |
| 1347 | msgid "Alignment too large: %d. assumed" |
| 1348 | msgstr "" |
| 1349 | |
| 1350 | #: config/tc-alpha.c:5265 config/tc-d30v.c:2219 |
| 1351 | msgid "Alignment negative: 0 assumed" |
| 1352 | msgstr "" |
| 1353 | |
| 1354 | #: config/tc-alpha.c:5578 |
| 1355 | #, c-format |
| 1356 | msgid "Chose GP value of %lx\n" |
| 1357 | msgstr "" |
| 1358 | |
| 1359 | #: config/tc-arc.c:138 |
| 1360 | msgid "" |
| 1361 | "ARC options:\n" |
| 1362 | "-EB\t\t\tgenerate big endian output\n" |
| 1363 | "-EL\t\t\tgenerate little endian output\n" |
| 1364 | msgstr "" |
| 1365 | |
| 1366 | #: config/tc-arc.c:156 config/tc-arc.c:179 config/tc-arc.c:923 |
| 1367 | #: config/tc-hppa.c:1373 config/tc-hppa.c:6840 config/tc-hppa.c:6846 |
| 1368 | #: config/tc-hppa.c:6852 config/tc-hppa.c:6858 config/tc-mn10300.c:926 |
| 1369 | #: config/tc-mn10300.c:2131 |
| 1370 | msgid "could not set architecture and machine" |
| 1371 | msgstr "" |
| 1372 | |
| 1373 | #: config/tc-arc.c:176 |
| 1374 | msgid "virtual memory exhausted" |
| 1375 | msgstr "" |
| 1376 | |
| 1377 | #: config/tc-arc.c:255 config/tc-mn10200.c:1374 config/tc-mn10300.c:2043 |
| 1378 | #: config/tc-ppc.c:1221 config/tc-v850.c:1662 |
| 1379 | #, c-format |
| 1380 | msgid "operand out of range (%s not between %ld and %ld)" |
| 1381 | msgstr "" |
| 1382 | |
| 1383 | #: config/tc-arc.c:390 |
| 1384 | #, c-format |
| 1385 | msgid "unknown syntax format character `%c'" |
| 1386 | msgstr "" |
| 1387 | |
| 1388 | #: config/tc-arc.c:489 |
| 1389 | msgid "too many suffixes" |
| 1390 | msgstr "" |
| 1391 | |
| 1392 | #: config/tc-arc.c:534 config/tc-d10v.c:509 config/tc-d30v.c:550 |
| 1393 | #: config/tc-mn10200.c:951 config/tc-mn10300.c:1334 config/tc-ppc.c:1969 |
| 1394 | #: config/tc-tic80.c:279 config/tc-v850.c:2078 |
| 1395 | msgid "illegal operand" |
| 1396 | msgstr "" |
| 1397 | |
| 1398 | #: config/tc-arc.c:621 config/tc-mn10200.c:1050 config/tc-mn10300.c:1478 |
| 1399 | #: config/tc-ppc.c:2094 config/tc-v850.c:2157 |
| 1400 | #, c-format |
| 1401 | msgid "junk at end of line: `%s'" |
| 1402 | msgstr "" |
| 1403 | |
| 1404 | #: config/tc-arc.c:661 |
| 1405 | msgid "8 byte instruction in delay slot" |
| 1406 | msgstr "" |
| 1407 | |
| 1408 | #: config/tc-arc.c:663 |
| 1409 | msgid "8 byte jump instruction with delay slot" |
| 1410 | msgstr "" |
| 1411 | |
| 1412 | #: config/tc-arc.c:671 |
| 1413 | msgid "conditional branch follows set of flags" |
| 1414 | msgstr "" |
| 1415 | |
| 1416 | #: config/tc-arc.c:750 config/tc-arm.c:6668 |
| 1417 | #, c-format |
| 1418 | msgid "bad instruction `%s'" |
| 1419 | msgstr "" |
| 1420 | |
| 1421 | #: config/tc-arc.c:773 |
| 1422 | msgid "expected comma after symbol-name" |
| 1423 | msgstr "" |
| 1424 | |
| 1425 | #: config/tc-arc.c:790 |
| 1426 | msgid "ignoring attempt to re-define symbol" |
| 1427 | msgstr "" |
| 1428 | |
| 1429 | #: config/tc-arc.c:805 |
| 1430 | msgid "expected comma after common length" |
| 1431 | msgstr "" |
| 1432 | |
| 1433 | #: config/tc-arc.c:898 |
| 1434 | msgid ".cpu command must appear before any instructions" |
| 1435 | msgstr "" |
| 1436 | |
| 1437 | #: config/tc-arc.c:917 |
| 1438 | msgid ".cpu conflicts with previous value" |
| 1439 | msgstr "" |
| 1440 | |
| 1441 | #: config/tc-arc.c:928 |
| 1442 | msgid "bad .cpu op" |
| 1443 | msgstr "" |
| 1444 | |
| 1445 | #: config/tc-arc.c:952 config/tc-ppc.c:2742 |
| 1446 | msgid "missing rename string" |
| 1447 | msgstr "" |
| 1448 | |
| 1449 | #: config/tc-arc.c:964 |
| 1450 | msgid "invalid symbol to rename to" |
| 1451 | msgstr "" |
| 1452 | |
| 1453 | #: config/tc-arc.c:1011 config/tc-avr.c:372 config/tc-d10v.c:291 |
| 1454 | #: config/tc-d30v.c:366 config/tc-mips.c:8850 config/tc-mn10200.c:375 |
| 1455 | #: config/tc-pj.c:356 config/tc-ppc.c:4511 config/tc-sh.c:2069 |
| 1456 | #: config/tc-v850.c:1297 |
| 1457 | msgid "bad call to md_atof" |
| 1458 | msgstr "" |
| 1459 | |
| 1460 | #: config/tc-arc.c:1098 |
| 1461 | #, c-format |
| 1462 | msgid "missing ')' in %-op" |
| 1463 | msgstr "" |
| 1464 | |
| 1465 | #: config/tc-arc.c:1132 |
| 1466 | msgid "expression too complex for %%st" |
| 1467 | msgstr "" |
| 1468 | |
| 1469 | #: config/tc-arc.c:1327 config/tc-arm.c:3411 config/tc-avr.c:852 |
| 1470 | #: config/tc-cris.c:2718 config/tc-d10v.c:1538 config/tc-d30v.c:1865 |
| 1471 | #: config/tc-mips.c:3293 config/tc-mips.c:4225 config/tc-mips.c:5010 |
| 1472 | #: config/tc-mips.c:5556 config/tc-ppc.c:4847 config/tc-v850.c:2385 |
| 1473 | msgid "expression too complex" |
| 1474 | msgstr "" |
| 1475 | |
| 1476 | #: config/tc-arc.c:1393 config/tc-ppc.c:4949 config/tc-v850.c:2431 |
| 1477 | msgid "unresolved expression that must be resolved" |
| 1478 | msgstr "" |
| 1479 | |
| 1480 | #: config/tc-arc.c:1458 config/tc-sparc.c:3343 |
| 1481 | #, c-format |
| 1482 | msgid "internal error: can't export reloc type %d (`%s')" |
| 1483 | msgstr "" |
| 1484 | |
| 1485 | #: config/tc-arm.c:1203 |
| 1486 | msgid "Literal Pool Overflow" |
| 1487 | msgstr "" |
| 1488 | |
| 1489 | #: config/tc-arm.c:1345 |
| 1490 | msgid "Invalid syntax for .req directive." |
| 1491 | msgstr "" |
| 1492 | |
| 1493 | #: config/tc-arm.c:1420 config/tc-mips.c:10088 read.c:2043 |
| 1494 | #, c-format |
| 1495 | msgid "Alignment too large: %d. assumed." |
| 1496 | msgstr "" |
| 1497 | |
| 1498 | #: config/tc-arm.c:1423 read.c:2048 |
| 1499 | msgid "Alignment negative. 0 assumed." |
| 1500 | msgstr "" |
| 1501 | |
| 1502 | #: config/tc-arm.c:1557 config/tc-m32r.c:427 read.c:2803 read.c:4864 |
| 1503 | #, c-format |
| 1504 | msgid "symbol `%s' already defined" |
| 1505 | msgstr "" |
| 1506 | |
| 1507 | #: config/tc-arm.c:1628 |
| 1508 | msgid "selected processor does not support THUMB opcodes" |
| 1509 | msgstr "" |
| 1510 | |
| 1511 | #: config/tc-arm.c:1641 |
| 1512 | msgid "selected processor does not support ARM opcodes" |
| 1513 | msgstr "" |
| 1514 | |
| 1515 | #: config/tc-arm.c:1653 |
| 1516 | #, c-format |
| 1517 | msgid "invalid instruction size selected (%d)" |
| 1518 | msgstr "" |
| 1519 | |
| 1520 | #: config/tc-arm.c:1688 |
| 1521 | #, c-format |
| 1522 | msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" |
| 1523 | msgstr "" |
| 1524 | |
| 1525 | #: config/tc-arm.c:1699 |
| 1526 | msgid "Garbage following instruction" |
| 1527 | msgstr "" |
| 1528 | |
| 1529 | #. In the few cases where we might be able to accept something else |
| 1530 | #. this error can be overridden. |
| 1531 | #: config/tc-arm.c:1749 |
| 1532 | #, c-format |
| 1533 | msgid "Register expected, not '%.100s'" |
| 1534 | msgstr "" |
| 1535 | |
| 1536 | #. In the few cases where we might be able to accept |
| 1537 | #. something else this error can be overridden. |
| 1538 | #: config/tc-arm.c:1814 |
| 1539 | msgid "flag for {c}psr instruction expected" |
| 1540 | msgstr "" |
| 1541 | |
| 1542 | #: config/tc-arm.c:1844 |
| 1543 | msgid "Illegal co-processor number" |
| 1544 | msgstr "" |
| 1545 | |
| 1546 | #: config/tc-arm.c:1851 |
| 1547 | msgid "Bad or missing co-processor number" |
| 1548 | msgstr "" |
| 1549 | |
| 1550 | #: config/tc-arm.c:1875 |
| 1551 | msgid "bad or missing expression" |
| 1552 | msgstr "" |
| 1553 | |
| 1554 | #: config/tc-arm.c:1881 |
| 1555 | msgid "immediate co-processor expression too large" |
| 1556 | msgstr "" |
| 1557 | |
| 1558 | #. In the few cases where we might be able to accept something else |
| 1559 | #. this error can be overridden. |
| 1560 | #: config/tc-arm.c:1906 |
| 1561 | msgid "Co-processor register expected" |
| 1562 | msgstr "" |
| 1563 | |
| 1564 | #. In the few cases where we might be able to accept something else |
| 1565 | #. this error can be overridden. |
| 1566 | #: config/tc-arm.c:1930 |
| 1567 | msgid "Floating point register expected" |
| 1568 | msgstr "" |
| 1569 | |
| 1570 | #: config/tc-arm.c:1947 |
| 1571 | msgid "immediate expression expected" |
| 1572 | msgstr "" |
| 1573 | |
| 1574 | #: config/tc-arm.c:1962 |
| 1575 | msgid "co-processor address must be word aligned" |
| 1576 | msgstr "" |
| 1577 | |
| 1578 | #: config/tc-arm.c:1968 |
| 1579 | msgid "offset too large" |
| 1580 | msgstr "" |
| 1581 | |
| 1582 | #: config/tc-arm.c:2016 |
| 1583 | msgid "pc may not be used in post-increment" |
| 1584 | msgstr "" |
| 1585 | |
| 1586 | #: config/tc-arm.c:2032 config/tc-arm.c:3200 |
| 1587 | msgid "pre-indexed expression expected" |
| 1588 | msgstr "" |
| 1589 | |
| 1590 | #: config/tc-arm.c:2045 config/tc-arm.c:3212 config/tc-arm.c:3558 |
| 1591 | msgid "missing ]" |
| 1592 | msgstr "" |
| 1593 | |
| 1594 | #: config/tc-arm.c:2055 |
| 1595 | msgid "pc may not be used with write-back" |
| 1596 | msgstr "" |
| 1597 | |
| 1598 | #: config/tc-arm.c:2110 |
| 1599 | msgid "comma expected after register name" |
| 1600 | msgstr "" |
| 1601 | |
| 1602 | #: config/tc-arm.c:2129 |
| 1603 | msgid "{C|S}PSR expected" |
| 1604 | msgstr "" |
| 1605 | |
| 1606 | #: config/tc-arm.c:2157 |
| 1607 | msgid "comma missing after psr flags" |
| 1608 | msgstr "" |
| 1609 | |
| 1610 | #: config/tc-arm.c:2174 config/tc-arm.c:2184 |
| 1611 | msgid "only a register or immediate value can follow a psr flag" |
| 1612 | msgstr "" |
| 1613 | |
| 1614 | #: config/tc-arm.c:2190 |
| 1615 | msgid "can only set flag field with immediate value" |
| 1616 | msgstr "" |
| 1617 | |
| 1618 | #: config/tc-arm.c:2207 config/tc-arm.c:2515 config/tc-arm.c:2781 |
| 1619 | #: config/tc-arm.c:2801 |
| 1620 | msgid "Invalid constant" |
| 1621 | msgstr "" |
| 1622 | |
| 1623 | #: config/tc-arm.c:2257 |
| 1624 | msgid "rdhi, rdlo and rm must all be different" |
| 1625 | msgstr "" |
| 1626 | |
| 1627 | #: config/tc-arm.c:2313 |
| 1628 | msgid "rd and rm should be different in mul" |
| 1629 | msgstr "" |
| 1630 | |
| 1631 | #: config/tc-arm.c:2369 |
| 1632 | msgid "rd and rm should be different in mla" |
| 1633 | msgstr "" |
| 1634 | |
| 1635 | #: config/tc-arm.c:2499 |
| 1636 | msgid "bad_segment" |
| 1637 | msgstr "" |
| 1638 | |
| 1639 | #: config/tc-arm.c:2545 config/tc-arm.c:2556 |
| 1640 | msgid "Shift expression expected" |
| 1641 | msgstr "" |
| 1642 | |
| 1643 | #: config/tc-arm.c:2580 |
| 1644 | msgid "shift requires register or #expression" |
| 1645 | msgstr "" |
| 1646 | |
| 1647 | #: config/tc-arm.c:2581 |
| 1648 | msgid "shift requires #expression" |
| 1649 | msgstr "" |
| 1650 | |
| 1651 | #: config/tc-arm.c:2611 |
| 1652 | msgid "Shift of 0 ignored." |
| 1653 | msgstr "" |
| 1654 | |
| 1655 | #: config/tc-arm.c:2617 |
| 1656 | msgid "Invalid immediate shift" |
| 1657 | msgstr "" |
| 1658 | |
| 1659 | #: config/tc-arm.c:2772 config/tc-arm.c:3242 |
| 1660 | msgid "Constant expression expected" |
| 1661 | msgstr "" |
| 1662 | |
| 1663 | #: config/tc-arm.c:2814 |
| 1664 | msgid "Register or shift expression expected" |
| 1665 | msgstr "" |
| 1666 | |
| 1667 | #: config/tc-arm.c:2867 |
| 1668 | msgid "Invalid floating point immediate expression" |
| 1669 | msgstr "" |
| 1670 | |
| 1671 | #: config/tc-arm.c:2871 |
| 1672 | msgid "Floating point register or immediate expression expected" |
| 1673 | msgstr "" |
| 1674 | |
| 1675 | #: config/tc-arm.c:3040 |
| 1676 | msgid "address offset too large" |
| 1677 | msgstr "" |
| 1678 | |
| 1679 | #: config/tc-arm.c:3117 |
| 1680 | msgid "Processor does not support halfwords or signed bytes" |
| 1681 | msgstr "" |
| 1682 | |
| 1683 | #: config/tc-arm.c:3138 |
| 1684 | msgid "Address expected" |
| 1685 | msgstr "" |
| 1686 | |
| 1687 | #: config/tc-arm.c:3168 config/tc-arm.c:3183 config/tc-arm.c:3221 |
| 1688 | #, c-format |
| 1689 | msgid "%s register same as write-back base" |
| 1690 | msgstr "" |
| 1691 | |
| 1692 | #: config/tc-arm.c:3170 config/tc-arm.c:3185 config/tc-arm.c:3223 |
| 1693 | msgid "destination" |
| 1694 | msgstr "" |
| 1695 | |
| 1696 | #: config/tc-arm.c:3170 config/tc-arm.c:3185 config/tc-arm.c:3223 |
| 1697 | msgid "source" |
| 1698 | msgstr "" |
| 1699 | |
| 1700 | #: config/tc-arm.c:3262 |
| 1701 | msgid "literal pool insertion failed" |
| 1702 | msgstr "" |
| 1703 | |
| 1704 | #: config/tc-arm.c:3301 |
| 1705 | msgid "Pre-increment instruction with translate" |
| 1706 | msgstr "" |
| 1707 | |
| 1708 | #: config/tc-arm.c:3342 |
| 1709 | msgid "Bad range in register list" |
| 1710 | msgstr "" |
| 1711 | |
| 1712 | #: config/tc-arm.c:3350 config/tc-arm.c:3359 config/tc-arm.c:3401 |
| 1713 | #, c-format |
| 1714 | msgid "Warning: Duplicated register (r%d) in register list" |
| 1715 | msgstr "" |
| 1716 | |
| 1717 | #: config/tc-arm.c:3362 |
| 1718 | msgid "Warning: Register range not in ascending order" |
| 1719 | msgstr "" |
| 1720 | |
| 1721 | #: config/tc-arm.c:3374 |
| 1722 | msgid "Missing `}'" |
| 1723 | msgstr "" |
| 1724 | |
| 1725 | #: config/tc-arm.c:3390 |
| 1726 | msgid "invalid register mask" |
| 1727 | msgstr "" |
| 1728 | |
| 1729 | #: config/tc-arm.c:3450 |
| 1730 | msgid "r15 not allowed as base register" |
| 1731 | msgstr "" |
| 1732 | |
| 1733 | #: config/tc-arm.c:3518 config/tc-arm.c:3532 |
| 1734 | msgid "r15 not allowed in swap" |
| 1735 | msgstr "" |
| 1736 | |
| 1737 | #: config/tc-arm.c:3630 |
| 1738 | msgid "Use of r15 in bx in ARM mode is not really useful" |
| 1739 | msgstr "" |
| 1740 | |
| 1741 | #: config/tc-arm.c:3886 config/tc-v850.c:1964 config/tc-v850.c:1985 |
| 1742 | msgid "constant expression expected" |
| 1743 | msgstr "" |
| 1744 | |
| 1745 | #: config/tc-arm.c:3892 |
| 1746 | msgid "Constant value required for number of registers" |
| 1747 | msgstr "" |
| 1748 | |
| 1749 | #: config/tc-arm.c:3900 |
| 1750 | msgid "number of registers must be in the range [1:4]" |
| 1751 | msgstr "" |
| 1752 | |
| 1753 | #: config/tc-arm.c:3961 |
| 1754 | msgid "R15 not allowed as base register with write-back" |
| 1755 | msgstr "" |
| 1756 | |
| 1757 | #: config/tc-arm.c:4209 |
| 1758 | msgid "lo register required" |
| 1759 | msgstr "" |
| 1760 | |
| 1761 | #: config/tc-arm.c:4217 |
| 1762 | msgid "hi register required" |
| 1763 | msgstr "" |
| 1764 | |
| 1765 | #: config/tc-arm.c:4287 |
| 1766 | msgid "dest and source1 must be the same register" |
| 1767 | msgstr "" |
| 1768 | |
| 1769 | #: config/tc-arm.c:4294 |
| 1770 | msgid "subtract valid only on lo regs" |
| 1771 | msgstr "" |
| 1772 | |
| 1773 | #: config/tc-arm.c:4318 |
| 1774 | msgid "invalid Hi register with immediate" |
| 1775 | msgstr "" |
| 1776 | |
| 1777 | #: config/tc-arm.c:4345 config/tc-arm.c:4378 config/tc-arm.c:4388 |
| 1778 | msgid "immediate value out of range" |
| 1779 | msgstr "" |
| 1780 | |
| 1781 | #: config/tc-arm.c:4356 |
| 1782 | msgid "invalid immediate value for stack adjust" |
| 1783 | msgstr "" |
| 1784 | |
| 1785 | #: config/tc-arm.c:4367 |
| 1786 | msgid "invalid immediate for address calculation" |
| 1787 | msgstr "" |
| 1788 | |
| 1789 | #: config/tc-arm.c:4454 |
| 1790 | msgid "source1 and dest must be same register" |
| 1791 | msgstr "" |
| 1792 | |
| 1793 | #: config/tc-arm.c:4488 |
| 1794 | msgid "Invalid immediate for shift" |
| 1795 | msgstr "" |
| 1796 | |
| 1797 | #: config/tc-arm.c:4567 |
| 1798 | msgid "only lo regs allowed with immediate" |
| 1799 | msgstr "" |
| 1800 | |
| 1801 | #: config/tc-arm.c:4586 |
| 1802 | msgid "invalid immediate" |
| 1803 | msgstr "" |
| 1804 | |
| 1805 | #: config/tc-arm.c:4640 |
| 1806 | msgid "expected ']'" |
| 1807 | msgstr "" |
| 1808 | |
| 1809 | #: config/tc-arm.c:4707 |
| 1810 | msgid "byte or halfword not valid for base register" |
| 1811 | msgstr "" |
| 1812 | |
| 1813 | #: config/tc-arm.c:4712 |
| 1814 | msgid "R15 based store not allowed" |
| 1815 | msgstr "" |
| 1816 | |
| 1817 | #: config/tc-arm.c:4717 |
| 1818 | msgid "Invalid base register for register offset" |
| 1819 | msgstr "" |
| 1820 | |
| 1821 | #: config/tc-arm.c:4735 |
| 1822 | msgid "invalid offset" |
| 1823 | msgstr "" |
| 1824 | |
| 1825 | #: config/tc-arm.c:4746 |
| 1826 | msgid "invalid base register in load/store" |
| 1827 | msgstr "" |
| 1828 | |
| 1829 | #: config/tc-arm.c:4770 |
| 1830 | msgid "Invalid offset" |
| 1831 | msgstr "" |
| 1832 | |
| 1833 | #: config/tc-arm.c:4845 |
| 1834 | msgid "dest and source1 one must be the same register" |
| 1835 | msgstr "" |
| 1836 | |
| 1837 | #: config/tc-arm.c:4853 |
| 1838 | msgid "Rs and Rd must be different in MUL" |
| 1839 | msgstr "" |
| 1840 | |
| 1841 | #: config/tc-arm.c:4997 |
| 1842 | msgid "" |
| 1843 | "Inserted missing '!': load/store multiple always writes back base register" |
| 1844 | msgstr "" |
| 1845 | |
| 1846 | #: config/tc-arm.c:5013 config/tc-arm.c:5113 |
| 1847 | msgid "Expression too complex" |
| 1848 | msgstr "" |
| 1849 | |
| 1850 | #: config/tc-arm.c:5019 |
| 1851 | msgid "only lo-regs valid in load/store multiple" |
| 1852 | msgstr "" |
| 1853 | |
| 1854 | #: config/tc-arm.c:5065 |
| 1855 | msgid "Syntax: ldrs[b] Rd, [Rb, Ro]" |
| 1856 | msgstr "" |
| 1857 | |
| 1858 | #: config/tc-arm.c:5129 |
| 1859 | msgid "invalid register list to push/pop instruction" |
| 1860 | msgstr "" |
| 1861 | |
| 1862 | #: config/tc-arm.c:5271 config/tc-cris.c:658 |
| 1863 | msgid "Virtual memory exhausted" |
| 1864 | msgstr "" |
| 1865 | |
| 1866 | #: config/tc-arm.c:5649 |
| 1867 | #, c-format |
| 1868 | msgid "invalid constant (%lx) after fixup" |
| 1869 | msgstr "" |
| 1870 | |
| 1871 | #: config/tc-arm.c:5685 |
| 1872 | #, c-format |
| 1873 | msgid "Unable to compute ADRL instructions for PC offset of 0x%x" |
| 1874 | msgstr "" |
| 1875 | |
| 1876 | #: config/tc-arm.c:5715 |
| 1877 | #, c-format |
| 1878 | msgid "bad immediate value for offset (%ld)" |
| 1879 | msgstr "" |
| 1880 | |
| 1881 | #: config/tc-arm.c:5737 config/tc-arm.c:5759 |
| 1882 | msgid "invalid literal constant: pool needs to be closer" |
| 1883 | msgstr "" |
| 1884 | |
| 1885 | #: config/tc-arm.c:5739 |
| 1886 | #, c-format |
| 1887 | msgid "bad immediate value for half-word offset (%ld)" |
| 1888 | msgstr "" |
| 1889 | |
| 1890 | #: config/tc-arm.c:5776 |
| 1891 | msgid "shift expression is too large" |
| 1892 | msgstr "" |
| 1893 | |
| 1894 | #: config/tc-arm.c:5795 config/tc-arm.c:5804 |
| 1895 | msgid "Invalid swi expression" |
| 1896 | msgstr "" |
| 1897 | |
| 1898 | #: config/tc-arm.c:5814 |
| 1899 | msgid "Invalid expression in load/store multiple" |
| 1900 | msgstr "" |
| 1901 | |
| 1902 | #: config/tc-arm.c:5867 |
| 1903 | msgid "gas can't handle same-section branch dest >= 0x04000000" |
| 1904 | msgstr "" |
| 1905 | |
| 1906 | #: config/tc-arm.c:5876 |
| 1907 | msgid "out of range branch" |
| 1908 | msgstr "" |
| 1909 | |
| 1910 | #: config/tc-arm.c:5909 config/tc-arm.c:5925 config/tc-mips.c:9915 |
| 1911 | msgid "Branch out of range" |
| 1912 | msgstr "" |
| 1913 | |
| 1914 | #: config/tc-arm.c:5948 |
| 1915 | msgid "Branch with link out of range" |
| 1916 | msgstr "" |
| 1917 | |
| 1918 | #: config/tc-arm.c:6015 |
| 1919 | msgid "Illegal value for co-processor offset" |
| 1920 | msgstr "" |
| 1921 | |
| 1922 | #: config/tc-arm.c:6039 |
| 1923 | #, c-format |
| 1924 | msgid "Invalid offset, target not word aligned (0x%08X)" |
| 1925 | msgstr "" |
| 1926 | |
| 1927 | #: config/tc-arm.c:6045 config/tc-arm.c:6054 config/tc-arm.c:6061 |
| 1928 | #: config/tc-arm.c:6068 config/tc-arm.c:6075 |
| 1929 | #, c-format |
| 1930 | msgid "Invalid offset, value too big (0x%08X)" |
| 1931 | msgstr "" |
| 1932 | |
| 1933 | #: config/tc-arm.c:6114 |
| 1934 | msgid "Invalid immediate for stack address calculation" |
| 1935 | msgstr "" |
| 1936 | |
| 1937 | #: config/tc-arm.c:6123 |
| 1938 | #, c-format |
| 1939 | msgid "Invalid immediate for address calculation (value = 0x%08lX)" |
| 1940 | msgstr "" |
| 1941 | |
| 1942 | #: config/tc-arm.c:6133 |
| 1943 | msgid "Invalid 8bit immediate" |
| 1944 | msgstr "" |
| 1945 | |
| 1946 | #: config/tc-arm.c:6141 |
| 1947 | msgid "Invalid 3bit immediate" |
| 1948 | msgstr "" |
| 1949 | |
| 1950 | #: config/tc-arm.c:6157 |
| 1951 | #, c-format |
| 1952 | msgid "Invalid immediate: %ld is too large" |
| 1953 | msgstr "" |
| 1954 | |
| 1955 | #: config/tc-arm.c:6172 |
| 1956 | #, c-format |
| 1957 | msgid "Illegal Thumb shift value: %ld" |
| 1958 | msgstr "" |
| 1959 | |
| 1960 | #: config/tc-arm.c:6186 config/tc-mn10300.c:1959 |
| 1961 | #, c-format |
| 1962 | msgid "Bad relocation fixup type (%d)" |
| 1963 | msgstr "" |
| 1964 | |
| 1965 | #: config/tc-arm.c:6259 |
| 1966 | msgid "Literal referenced across section boundary (Implicit dump?)" |
| 1967 | msgstr "" |
| 1968 | |
| 1969 | #: config/tc-arm.c:6272 |
| 1970 | #, c-format |
| 1971 | msgid "Internal_relocation (type %d) not fixed up (IMMEDIATE)" |
| 1972 | msgstr "" |
| 1973 | |
| 1974 | #: config/tc-arm.c:6278 |
| 1975 | msgid "ADRL used for a symbol not defined in the same file" |
| 1976 | msgstr "" |
| 1977 | |
| 1978 | #: config/tc-arm.c:6284 |
| 1979 | #, c-format |
| 1980 | msgid "Internal_relocation (type %d) not fixed up (OFFSET_IMM)" |
| 1981 | msgstr "" |
| 1982 | |
| 1983 | #: config/tc-arm.c:6305 config/tc-cris.c:2657 config/tc-mcore.c:2109 |
| 1984 | #: config/tc-ns32k.c:2369 |
| 1985 | msgid "<unknown>" |
| 1986 | msgstr "" |
| 1987 | |
| 1988 | #: config/tc-arm.c:6308 |
| 1989 | #, c-format |
| 1990 | msgid "Can not represent %s relocation in this object file format (%d)" |
| 1991 | msgstr "" |
| 1992 | |
| 1993 | #: config/tc-arm.c:6329 config/tc-mips.c:11428 config/tc-sh.c:3258 |
| 1994 | #, c-format |
| 1995 | msgid "Can not represent %s relocation in this object file format" |
| 1996 | msgstr "" |
| 1997 | |
| 1998 | #: config/tc-arm.c:6347 |
| 1999 | msgid "md_estimate_size_before_relax\n" |
| 2000 | msgstr "" |
| 2001 | |
| 2002 | #: config/tc-arm.c:6424 |
| 2003 | #, c-format |
| 2004 | msgid "No operator -- statement `%s'\n" |
| 2005 | msgstr "" |
| 2006 | |
| 2007 | #: config/tc-arm.c:6442 |
| 2008 | msgid "selected processor does not support this opcode" |
| 2009 | msgstr "" |
| 2010 | |
| 2011 | #: config/tc-arm.c:6488 |
| 2012 | #, c-format |
| 2013 | msgid "Opcode `%s' must have suffix from list: <%s>" |
| 2014 | msgstr "" |
| 2015 | |
| 2016 | #: config/tc-arm.c:6519 |
| 2017 | msgid "Warning: Use of the 'nv' conditional is deprecated\n" |
| 2018 | msgstr "" |
| 2019 | |
| 2020 | #: config/tc-arm.c:6536 |
| 2021 | #, c-format |
| 2022 | msgid "Opcode `%s' is unconditional\n" |
| 2023 | msgstr "" |
| 2024 | |
| 2025 | #: config/tc-arm.c:6560 |
| 2026 | #, c-format |
| 2027 | msgid "Opcode `%s' must have suffix from <%s>\n" |
| 2028 | msgstr "" |
| 2029 | |
| 2030 | #: config/tc-arm.c:6646 |
| 2031 | #, c-format |
| 2032 | msgid "register '%s' does not exist\n" |
| 2033 | msgstr "" |
| 2034 | |
| 2035 | #: config/tc-arm.c:6651 |
| 2036 | #, c-format |
| 2037 | msgid "ignoring redefinition of register alias '%s'" |
| 2038 | msgstr "" |
| 2039 | |
| 2040 | #: config/tc-arm.c:6657 |
| 2041 | #, c-format |
| 2042 | msgid "" |
| 2043 | "ignoring redefinition of register alias '%s' to non-existant register '%s'" |
| 2044 | msgstr "" |
| 2045 | |
| 2046 | #: config/tc-arm.c:6661 |
| 2047 | msgid "ignoring incomplete .req pseuso op" |
| 2048 | msgstr "" |
| 2049 | |
| 2050 | #: config/tc-arm.c:6841 |
| 2051 | #, c-format |
| 2052 | msgid "Unrecognised APCS switch -m%s" |
| 2053 | msgstr "" |
| 2054 | |
| 2055 | #: config/tc-arm.c:6985 config/tc-arm.c:6998 config/tc-arm.c:7011 |
| 2056 | #: config/tc-arm.c:7023 config/tc-arm.c:7029 |
| 2057 | #, c-format |
| 2058 | msgid "Invalid architecture variant -m%s" |
| 2059 | msgstr "" |
| 2060 | |
| 2061 | #: config/tc-arm.c:7036 |
| 2062 | #, c-format |
| 2063 | msgid "Invalid processor variant -m%s" |
| 2064 | msgstr "" |
| 2065 | |
| 2066 | #: config/tc-arm.c:7059 |
| 2067 | msgid "" |
| 2068 | " ARM Specific Assembler Options:\n" |
| 2069 | " -m[arm][<processor name>] select processor variant\n" |
| 2070 | " -m[arm]v[2|2a|3|3m|4|4t|5[t][e]] select architecture variant\n" |
| 2071 | " -mthumb only allow Thumb instructions\n" |
| 2072 | " -mthumb-interwork mark the assembled code as supporting " |
| 2073 | "interworking\n" |
| 2074 | " -mall allow any instruction\n" |
| 2075 | " -mfpa10, -mfpa11 select floating point architecture\n" |
| 2076 | " -mfpe-old don't allow floating-point multiple " |
| 2077 | "instructions\n" |
| 2078 | " -mno-fpu don't allow any floating-point instructions.\n" |
| 2079 | " -k generate PIC code.\n" |
| 2080 | msgstr "" |
| 2081 | |
| 2082 | #: config/tc-arm.c:7071 |
| 2083 | msgid "" |
| 2084 | " -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to " |
| 2085 | "use\n" |
| 2086 | " -mapcs-float floating point args are passed in FP regs\n" |
| 2087 | " -mapcs-reentrant the code is position independent/reentrant\n" |
| 2088 | msgstr "" |
| 2089 | |
| 2090 | #: config/tc-arm.c:7077 |
| 2091 | msgid " -moabi support the old ELF ABI\n" |
| 2092 | msgstr "" |
| 2093 | |
| 2094 | #: config/tc-arm.c:7081 |
| 2095 | msgid "" |
| 2096 | " -EB assemble code for a big endian cpu\n" |
| 2097 | " -EL assemble code for a little endian cpu\n" |
| 2098 | msgstr "" |
| 2099 | |
| 2100 | #: config/tc-arm.c:7234 |
| 2101 | #, c-format |
| 2102 | msgid "%s: unexpected function type: %d" |
| 2103 | msgstr "" |
| 2104 | |
| 2105 | #: config/tc-avr.c:185 |
| 2106 | msgid "Known MCU names:" |
| 2107 | msgstr "" |
| 2108 | |
| 2109 | #: config/tc-avr.c:254 |
| 2110 | msgid "" |
| 2111 | "AVR options:\n" |
| 2112 | " -mmcu=[avr-name] select microcontroller variant\n" |
| 2113 | " [avr-name] can be:\n" |
| 2114 | " avr1 - AT90S1200, ATtiny1x, ATtiny28\n" |
| 2115 | " avr2 - AT90S2xxx, AT90S4xxx, AT90S8xxx, ATtiny22\n" |
| 2116 | " avr3 - ATmega103, ATmega603\n" |
| 2117 | " avr4 - ATmega83, ATmega85\n" |
| 2118 | " avr5 - ATmega161, ATmega163, ATmega32, AT94K\n" |
| 2119 | " or immediate microcontroller name.\n" |
| 2120 | msgstr "" |
| 2121 | |
| 2122 | #: config/tc-avr.c:264 |
| 2123 | msgid "" |
| 2124 | " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" |
| 2125 | " -mno-skip-bug disable warnings for skipping two-word instructions\n" |
| 2126 | " (default for avr4, avr5)\n" |
| 2127 | " -mno-wrap reject rjmp/rcall instructions with 8K wrap-around\n" |
| 2128 | " (default for avr3, avr5)\n" |
| 2129 | msgstr "" |
| 2130 | |
| 2131 | #: config/tc-avr.c:312 |
| 2132 | #, c-format |
| 2133 | msgid "unknown MCU: %s\n" |
| 2134 | msgstr "" |
| 2135 | |
| 2136 | #: config/tc-avr.c:321 |
| 2137 | #, c-format |
| 2138 | msgid "redefinition of mcu type `%s' to `%s'" |
| 2139 | msgstr "" |
| 2140 | |
| 2141 | #: config/tc-avr.c:435 |
| 2142 | msgid "constant value required" |
| 2143 | msgstr "" |
| 2144 | |
| 2145 | #: config/tc-avr.c:438 |
| 2146 | #, c-format |
| 2147 | msgid "number must be less than %d" |
| 2148 | msgstr "" |
| 2149 | |
| 2150 | #: config/tc-avr.c:490 |
| 2151 | msgid "`,' required" |
| 2152 | msgstr "" |
| 2153 | |
| 2154 | #: config/tc-avr.c:509 |
| 2155 | msgid "undefined combination of operands" |
| 2156 | msgstr "" |
| 2157 | |
| 2158 | #: config/tc-avr.c:518 |
| 2159 | msgid "skipping two-word instruction" |
| 2160 | msgstr "" |
| 2161 | |
| 2162 | #: config/tc-avr.c:580 |
| 2163 | msgid "register r16-r23 required" |
| 2164 | msgstr "" |
| 2165 | |
| 2166 | #: config/tc-avr.c:586 |
| 2167 | msgid "register number above 15 required" |
| 2168 | msgstr "" |
| 2169 | |
| 2170 | #: config/tc-avr.c:592 |
| 2171 | msgid "even register number required" |
| 2172 | msgstr "" |
| 2173 | |
| 2174 | #: config/tc-avr.c:598 |
| 2175 | msgid "register r24, r26, r28 or r30 required" |
| 2176 | msgstr "" |
| 2177 | |
| 2178 | #: config/tc-avr.c:604 |
| 2179 | msgid "register name or number from 0 to 31 required" |
| 2180 | msgstr "" |
| 2181 | |
| 2182 | #: config/tc-avr.c:622 |
| 2183 | msgid "pointer register (X, Y or Z) required" |
| 2184 | msgstr "" |
| 2185 | |
| 2186 | #: config/tc-avr.c:629 |
| 2187 | msgid "cannot both predecrement and postincrement" |
| 2188 | msgstr "" |
| 2189 | |
| 2190 | #: config/tc-avr.c:637 |
| 2191 | msgid "addressing mode not supported" |
| 2192 | msgstr "" |
| 2193 | |
| 2194 | #: config/tc-avr.c:643 |
| 2195 | msgid "can't predecrement" |
| 2196 | msgstr "" |
| 2197 | |
| 2198 | #: config/tc-avr.c:646 |
| 2199 | msgid "pointer register Z required" |
| 2200 | msgstr "" |
| 2201 | |
| 2202 | #: config/tc-avr.c:664 |
| 2203 | msgid "pointer register (Y or Z) required" |
| 2204 | msgstr "" |
| 2205 | |
| 2206 | #: config/tc-avr.c:769 |
| 2207 | #, c-format |
| 2208 | msgid "unknown constraint `%c'" |
| 2209 | msgstr "" |
| 2210 | |
| 2211 | #: config/tc-avr.c:882 config/tc-avr.c:898 config/tc-avr.c:999 |
| 2212 | #, c-format |
| 2213 | msgid "odd address operand: %ld" |
| 2214 | msgstr "" |
| 2215 | |
| 2216 | #: config/tc-avr.c:890 config/tc-avr.c:909 |
| 2217 | #, c-format |
| 2218 | msgid "operand out of range: %ld" |
| 2219 | msgstr "" |
| 2220 | |
| 2221 | #: config/tc-avr.c:1008 config/tc-d10v.c:1609 config/tc-d30v.c:1990 |
| 2222 | #, c-format |
| 2223 | msgid "line %d: unknown relocation type: 0x%x" |
| 2224 | msgstr "" |
| 2225 | |
| 2226 | #: config/tc-avr.c:1022 |
| 2227 | msgid "only constant expression allowed" |
| 2228 | msgstr "" |
| 2229 | |
| 2230 | #: config/tc-avr.c:1060 config/tc-d10v.c:1473 config/tc-d30v.c:1807 |
| 2231 | #: config/tc-mn10200.c:1254 config/tc-mn10300.c:1825 config/tc-ppc.c:5154 |
| 2232 | #: config/tc-v850.c:2301 |
| 2233 | #, c-format |
| 2234 | msgid "reloc %d not supported by object file format" |
| 2235 | msgstr "" |
| 2236 | |
| 2237 | #: config/tc-avr.c:1084 config/tc-d10v.c:1080 config/tc-d10v.c:1094 |
| 2238 | #: config/tc-h8300.c:1239 config/tc-h8500.c:1098 config/tc-mcore.c:988 |
| 2239 | #: config/tc-pj.c:265 config/tc-sh.c:1636 config/tc-z8k.c:1203 |
| 2240 | msgid "can't find opcode " |
| 2241 | msgstr "" |
| 2242 | |
| 2243 | #: config/tc-avr.c:1101 |
| 2244 | #, c-format |
| 2245 | msgid "illegal opcode %s for mcu %s" |
| 2246 | msgstr "" |
| 2247 | |
| 2248 | #: config/tc-avr.c:1109 |
| 2249 | msgid "garbage at end of line" |
| 2250 | msgstr "" |
| 2251 | |
| 2252 | #: config/tc-avr.c:1173 |
| 2253 | msgid "illegal expression" |
| 2254 | msgstr "" |
| 2255 | |
| 2256 | #: config/tc-avr.c:1199 config/tc-avr.c:1265 |
| 2257 | msgid "`)' required" |
| 2258 | msgstr "" |
| 2259 | |
| 2260 | #: config/tc-avr.c:1219 |
| 2261 | #, c-format |
| 2262 | msgid "constant out of 8-bit range: %d" |
| 2263 | msgstr "" |
| 2264 | |
| 2265 | #: config/tc-avr.c:1222 |
| 2266 | msgid "expression possibly out of 8-bit range" |
| 2267 | msgstr "" |
| 2268 | |
| 2269 | #: config/tc-avr.c:1293 config/tc-avr.c:1300 |
| 2270 | #, c-format |
| 2271 | msgid "illegal %srelocation size: %d" |
| 2272 | msgstr "" |
| 2273 | |
| 2274 | #: config/tc-cris.c:666 |
| 2275 | #, c-format |
| 2276 | msgid "Can't hash `%s': %s\n" |
| 2277 | msgstr "" |
| 2278 | |
| 2279 | #: config/tc-cris.c:667 |
| 2280 | msgid "(unknown reason)" |
| 2281 | msgstr "" |
| 2282 | |
| 2283 | #: config/tc-cris.c:671 |
| 2284 | #, c-format |
| 2285 | msgid "Buggy opcode: `%s' \"%s\"\n" |
| 2286 | msgstr "" |
| 2287 | |
| 2288 | #: config/tc-cris.c:986 |
| 2289 | #, c-format |
| 2290 | msgid "Immediate value not in 5 bit unsigned range: %ld" |
| 2291 | msgstr "" |
| 2292 | |
| 2293 | #: config/tc-cris.c:1002 |
| 2294 | #, c-format |
| 2295 | msgid "Immediate value not in 4 bit unsigned range: %ld" |
| 2296 | msgstr "" |
| 2297 | |
| 2298 | #: config/tc-cris.c:1041 |
| 2299 | #, c-format |
| 2300 | msgid "Immediate value not in 6 bit range: %ld" |
| 2301 | msgstr "" |
| 2302 | |
| 2303 | #: config/tc-cris.c:1056 |
| 2304 | #, c-format |
| 2305 | msgid "Immediate value not in 6 bit unsigned range: %ld" |
| 2306 | msgstr "" |
| 2307 | |
| 2308 | #. Others have a generic warning. |
| 2309 | #: config/tc-cris.c:1143 |
| 2310 | #, c-format |
| 2311 | msgid "Unimplemented register `%s' specified" |
| 2312 | msgstr "" |
| 2313 | |
| 2314 | #. We've come to the end of instructions with this |
| 2315 | #. opcode, so it must be an error. |
| 2316 | #: config/tc-cris.c:1293 |
| 2317 | msgid "Illegal operands" |
| 2318 | msgstr "" |
| 2319 | |
| 2320 | #: config/tc-cris.c:1325 config/tc-cris.c:1356 |
| 2321 | #, c-format |
| 2322 | msgid "Immediate value not in 8 bit range: %ld" |
| 2323 | msgstr "" |
| 2324 | |
| 2325 | #: config/tc-cris.c:1335 config/tc-cris.c:1363 |
| 2326 | #, c-format |
| 2327 | msgid "Immediate value not in 16 bit range: %ld" |
| 2328 | msgstr "" |
| 2329 | |
| 2330 | #. FIXME: Find out and change to as_warn_where. Add testcase. |
| 2331 | #: config/tc-cris.c:2300 |
| 2332 | msgid "32-bit conditional branch generated" |
| 2333 | msgstr "" |
| 2334 | |
| 2335 | #. FIXME: Is this function mentioned in the internals.texi manual? If |
| 2336 | #. not, add it. |
| 2337 | #: config/tc-cris.c:2379 |
| 2338 | msgid "Bad call to md_atof () - floating point formats are not supported" |
| 2339 | msgstr "" |
| 2340 | |
| 2341 | #: config/tc-cris.c:2440 |
| 2342 | #, c-format |
| 2343 | msgid "Value not in 16 bit range: %ld" |
| 2344 | msgstr "" |
| 2345 | |
| 2346 | #: config/tc-cris.c:2450 |
| 2347 | #, c-format |
| 2348 | msgid "Value not in 8 bit range: %ld" |
| 2349 | msgstr "" |
| 2350 | |
| 2351 | #: config/tc-cris.c:2457 |
| 2352 | #, c-format |
| 2353 | msgid "Value not in 4 bit unsigned range: %ld" |
| 2354 | msgstr "" |
| 2355 | |
| 2356 | #: config/tc-cris.c:2464 |
| 2357 | #, c-format |
| 2358 | msgid "Value not in 5 bit unsigned range: %ld" |
| 2359 | msgstr "" |
| 2360 | |
| 2361 | #: config/tc-cris.c:2471 |
| 2362 | #, c-format |
| 2363 | msgid "Value not in 6 bit range: %ld" |
| 2364 | msgstr "" |
| 2365 | |
| 2366 | #: config/tc-cris.c:2478 |
| 2367 | #, c-format |
| 2368 | msgid "Value not in 6 bit unsigned range: %ld" |
| 2369 | msgstr "" |
| 2370 | |
| 2371 | #: config/tc-cris.c:2527 |
| 2372 | msgid "Please use --help to see usage and options for this assembler.\n" |
| 2373 | msgstr "" |
| 2374 | |
| 2375 | #: config/tc-cris.c:2539 |
| 2376 | msgid "--no-underscore is invalid with a.out format" |
| 2377 | msgstr "" |
| 2378 | |
| 2379 | #: config/tc-cris.c:2604 |
| 2380 | msgid "" |
| 2381 | "Semantics error. This type of operand can not be relocated, it must be an " |
| 2382 | "assembly-time constant" |
| 2383 | msgstr "" |
| 2384 | |
| 2385 | #: config/tc-cris.c:2658 |
| 2386 | #, c-format |
| 2387 | msgid "Cannot generate relocation type for symbol %s, code %s" |
| 2388 | msgstr "" |
| 2389 | |
| 2390 | #: config/tc-cris.c:2671 |
| 2391 | msgid "CRIS-specific options:\n" |
| 2392 | msgstr "" |
| 2393 | |
| 2394 | #: config/tc-cris.c:2673 |
| 2395 | msgid " -h, -H : Don't execute, print this help text. Deprecated.\n" |
| 2396 | msgstr "" |
| 2397 | |
| 2398 | #: config/tc-cris.c:2675 |
| 2399 | msgid " -N : Warn when branches are expanded to jumps.\n" |
| 2400 | msgstr "" |
| 2401 | |
| 2402 | #: config/tc-cris.c:2677 |
| 2403 | msgid " --underscore : Symbols are normally prepended with underscore.\n" |
| 2404 | msgstr "" |
| 2405 | |
| 2406 | #: config/tc-cris.c:2679 |
| 2407 | msgid " Registers will not need any prefix.\n" |
| 2408 | msgstr "" |
| 2409 | |
| 2410 | #: config/tc-cris.c:2681 |
| 2411 | msgid " --no-underscore : Symbols do not have any particular prefix.\n" |
| 2412 | msgstr "" |
| 2413 | |
| 2414 | #: config/tc-cris.c:2683 |