1# SOME DESCRIPTIVE TITLE. 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. 5# 6#, fuzzy 7msgid "" 8msgstr "" 9"Project-Id-Version: PACKAGE VERSION\n" 10"Report-Msgid-Bugs-To: \n" 11"POT-Creation-Date: 2006-03-25 18:36+0100\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=CHARSET\n" 17"Content-Transfer-Encoding: 8bit\n" 18 19#: emultempl/armcoff.em:72 20#, c-format 21msgid " --support-old-code Support interworking with old code\n" 22msgstr "" 23 24#: emultempl/armcoff.em:73 25#, c-format 26msgid " --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n" 27msgstr "" 28 29#: emultempl/armcoff.em:121 30#, c-format 31msgid "Errors encountered processing file %s" 32msgstr "" 33 34#: emultempl/armcoff.em:190 emultempl/pe.em:1460 35msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" 36msgstr "" 37 38#: emultempl/armcoff.em:195 emultempl/pe.em:1465 39msgid "%P: warning: connot find thumb start symbol %s\n" 40msgstr "" 41 42#: emultempl/pe.em:304 43#, c-format 44msgid "" 45" --base_file <basefile> Generate a base file for relocatable " 46"DLLs\n" 47msgstr "" 48 49#: emultempl/pe.em:305 50#, c-format 51msgid "" 52" --dll Set image base to the default for DLLs\n" 53msgstr "" 54 55#: emultempl/pe.em:306 56#, c-format 57msgid " --file-alignment <size> Set file alignment\n" 58msgstr "" 59 60#: emultempl/pe.em:307 61#, c-format 62msgid " --heap <size> Set initial size of the heap\n" 63msgstr "" 64 65#: emultempl/pe.em:308 66#, c-format 67msgid "" 68" --image-base <address> Set start address of the executable\n" 69msgstr "" 70 71#: emultempl/pe.em:309 72#, c-format 73msgid "" 74" --major-image-version <number> Set version number of the executable\n" 75msgstr "" 76 77#: emultempl/pe.em:310 78#, c-format 79msgid " --major-os-version <number> Set minimum required OS version\n" 80msgstr "" 81 82#: emultempl/pe.em:311 83#, c-format 84msgid "" 85" --major-subsystem-version <number> Set minimum required OS subsystem " 86"version\n" 87msgstr "" 88 89#: emultempl/pe.em:312 90#, c-format 91msgid "" 92" --minor-image-version <number> Set revision number of the executable\n" 93msgstr "" 94 95#: emultempl/pe.em:313 96#, c-format 97msgid " --minor-os-version <number> Set minimum required OS revision\n" 98msgstr "" 99 100#: emultempl/pe.em:314 101#, c-format 102msgid "" 103" --minor-subsystem-version <number> Set minimum required OS subsystem " 104"revision\n" 105msgstr "" 106 107#: emultempl/pe.em:315 108#, c-format 109msgid " --section-alignment <size> Set section alignment\n" 110msgstr "" 111 112#: emultempl/pe.em:316 113#, c-format 114msgid " --stack <size> Set size of the initial stack\n" 115msgstr "" 116 117#: emultempl/pe.em:317 118#, c-format 119msgid "" 120" --subsystem <name>[:<version>] Set required OS subsystem [& version]\n" 121msgstr "" 122 123#: emultempl/pe.em:318 124#, c-format 125msgid "" 126" --support-old-code Support interworking with old code\n" 127msgstr "" 128 129#: emultempl/pe.em:319 130#, c-format 131msgid "" 132" --thumb-entry=<symbol> Set the entry point to be Thumb " 133"<symbol>\n" 134msgstr "" 135 136#: emultempl/pe.em:321 137#, c-format 138msgid "" 139" --add-stdcall-alias Export symbols with and without @nn\n" 140msgstr "" 141 142#: emultempl/pe.em:322 143#, c-format 144msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" 145msgstr "" 146 147#: emultempl/pe.em:323 148#, c-format 149msgid "" 150" --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" 151msgstr "" 152 153#: emultempl/pe.em:324 154#, c-format 155msgid "" 156" --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" 157msgstr "" 158 159#: emultempl/pe.em:325 160#, c-format 161msgid "" 162" --exclude-libs lib,lib,... Exclude libraries from automatic " 163"export\n" 164msgstr "" 165 166#: emultempl/pe.em:326 167#, c-format 168msgid "" 169" --export-all-symbols Automatically export all globals to " 170"DLL\n" 171msgstr "" 172 173#: emultempl/pe.em:327 174#, c-format 175msgid " --kill-at Remove @nn from exported symbols\n" 176msgstr "" 177 178#: emultempl/pe.em:328 179#, c-format 180msgid " --out-implib <file> Generate import library\n" 181msgstr "" 182 183#: emultempl/pe.em:329 184#, c-format 185msgid "" 186" --output-def <file> Generate a .DEF file for the built DLL\n" 187msgstr "" 188 189#: emultempl/pe.em:330 190#, c-format 191msgid " --warn-duplicate-exports Warn about duplicate exports.\n" 192msgstr "" 193 194#: emultempl/pe.em:331 195#, c-format 196msgid "" 197" --compat-implib Create backward compatible import " 198"libs;\n" 199" create __imp_<SYMBOL> as well.\n" 200msgstr "" 201 202#: emultempl/pe.em:333 203#, c-format 204msgid "" 205" --enable-auto-image-base Automatically choose image base for " 206"DLLs\n" 207" unless user specifies one\n" 208msgstr "" 209 210#: emultempl/pe.em:335 211#, c-format 212msgid "" 213" --disable-auto-image-base Do not auto-choose image base. " 214"(default)\n" 215msgstr "" 216 217#: emultempl/pe.em:336 218#, c-format 219msgid "" 220" --dll-search-prefix=<string> When linking dynamically to a dll " 221"without\n" 222" an importlib, use <string><basename>." 223"dll\n" 224" in preference to lib<basename>.dll \n" 225msgstr "" 226 227#: emultempl/pe.em:339 228#, c-format 229msgid "" 230" --enable-auto-import Do sophistcated linking of _sym to\n" 231" __imp_sym for DATA references\n" 232msgstr "" 233 234#: emultempl/pe.em:341 235#, c-format 236msgid "" 237" --disable-auto-import Do not auto-import DATA items from " 238"DLLs\n" 239msgstr "" 240 241#: emultempl/pe.em:342 242#, c-format 243msgid "" 244" --enable-runtime-pseudo-reloc Work around auto-import limitations by\n" 245" adding pseudo-relocations resolved " 246"at\n" 247" runtime.\n" 248msgstr "" 249 250#: emultempl/pe.em:345 251#, c-format 252msgid "" 253" --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations " 254"for\n" 255" auto-imported DATA.\n" 256msgstr "" 257 258#: emultempl/pe.em:347 259#, c-format 260msgid "" 261" --enable-extra-pe-debug Enable verbose debug output when " 262"building\n" 263" or linking to DLLs (esp. auto-" 264"import)\n" 265msgstr "" 266 267#: emultempl/pe.em:350 268#, c-format 269msgid "" 270" --large-address-aware Executable supports virtual addresses\n" 271" greater than 2 gigabytes\n" 272msgstr "" 273 274#: emultempl/pe.em:417 275msgid "%P: warning: bad version number in -subsystem option\n" 276msgstr "" 277 278#: emultempl/pe.em:448 279msgid "%P%F: invalid subsystem type %s\n" 280msgstr "" 281 282#: emultempl/pe.em:487 283msgid "%P%F: invalid hex number for PE parameter '%s'\n" 284msgstr "" 285 286#: emultempl/pe.em:504 287msgid "%P%F: strange hex info for PE parameter '%s'\n" 288msgstr "" 289 290#: emultempl/pe.em:521 291#, c-format 292msgid "%s: Can't open base file %s\n" 293msgstr "" 294 295#: emultempl/pe.em:737 296msgid "%P: warning, file alignment > section alignment.\n" 297msgstr "" 298 299#: emultempl/pe.em:824 emultempl/pe.em:851 300#, c-format 301msgid "Warning: resolving %s by linking to %s\n" 302msgstr "" 303 304#: emultempl/pe.em:829 emultempl/pe.em:856 305msgid "Use --enable-stdcall-fixup to disable these warnings\n" 306msgstr "" 307 308#: emultempl/pe.em:830 emultempl/pe.em:857 309msgid "Use --disable-stdcall-fixup to disable these fixups\n" 310msgstr "" 311 312#: emultempl/pe.em:876 313#, c-format 314msgid "%C: Cannot get section contents - auto-import exception\n" 315msgstr "" 316 317#: emultempl/pe.em:913 318#, c-format 319msgid "Info: resolving %s by linking to %s (auto-import)\n" 320msgstr "" 321 322#: emultempl/pe.em:986 323msgid "%F%P: PE operations on non PE file.\n" 324msgstr "" 325 326#: emultempl/pe.em:1261 327#, c-format 328msgid "Errors encountered processing file %s\n" 329msgstr "" 330 331#: emultempl/pe.em:1284 332#, c-format 333msgid "Errors encountered processing file %s for interworking" 334msgstr "" 335 336#: emultempl/pe.em:1345 ldexp.c:522 ldlang.c:2946 ldlang.c:5800 ldlang.c:5831 337#: ldmain.c:1167 338msgid "%P%F: bfd_link_hash_lookup failed: %E\n" 339msgstr "" 340 341#: ldcref.c:154 342msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n" 343msgstr "" 344 345#: ldcref.c:160 346msgid "%X%P: cref_hash_lookup failed: %E\n" 347msgstr "" 348 349#: ldcref.c:226 350#, c-format 351msgid "" 352"\n" 353"Cross Reference Table\n" 354"\n" 355msgstr "" 356 357#: ldcref.c:227 358msgid "Symbol" 359msgstr "" 360 361#: ldcref.c:235 362#, c-format 363msgid "File\n" 364msgstr "" 365 366#: ldcref.c:239 367#, c-format 368msgid "No symbols\n" 369msgstr "" 370 371#: ldcref.c:360 ldcref.c:482 372msgid "%B%F: could not read symbols; %E\n" 373msgstr "" 374 375#: ldcref.c:364 ldcref.c:486 ldmain.c:1232 ldmain.c:1236 376msgid "%B%F: could not read symbols: %E\n" 377msgstr "" 378 379#: ldcref.c:415 380msgid "%P: symbol `%T' missing from main hash table\n" 381msgstr "" 382 383#: ldcref.c:557 ldcref.c:564 ldmain.c:1279 ldmain.c:1286 384msgid "%B%F: could not read relocs: %E\n" 385msgstr "" 386 387#. We found a reloc for the symbol. The symbol is defined 388#. in OUTSECNAME. This reloc is from a section which is 389#. mapped into a section from which references to OUTSECNAME 390#. are prohibited. We must report an error. 391#: ldcref.c:591 392msgid "%X%C: prohibited cross reference from %s to `%T' in %s\n" 393msgstr "" 394 395#: ldctor.c:84 396msgid "%P%X: Different relocs used in set %s\n" 397msgstr "" 398 399#: ldctor.c:102 400msgid "%P%X: Different object file formats composing set %s\n" 401msgstr "" 402 403#: ldctor.c:281 ldctor.c:295 404msgid "%P%X: %s does not support reloc %s for set %s\n" 405msgstr "" 406 407#: ldctor.c:316 408msgid "%P%X: Unsupported size %d for set %s\n" 409msgstr "" 410 411#: ldctor.c:337 412msgid "" 413"\n" 414"Set Symbol\n" 415"\n" 416msgstr "" 417 418#: ldemul.c:236 419#, c-format 420msgid "%S SYSLIB ignored\n" 421msgstr "" 422 423#: ldemul.c:242 424#, c-format 425msgid "%S HLL ignored\n" 426msgstr "" 427 428#: ldemul.c:262 429msgid "%P: unrecognised emulation mode: %s\n" 430msgstr "" 431 432#: ldemul.c:263 433msgid "Supported emulations: " 434msgstr "" 435 436#: ldemul.c:305 437#, c-format 438msgid " no emulation specific options.\n" 439msgstr "" 440 441#: ldexp.c:338 442#, c-format 443msgid "%F%S %% by zero\n" 444msgstr "" 445 446#: ldexp.c:346 447#, c-format 448msgid "%F%S / by zero\n" 449msgstr "" 450 451#: ldexp.c:536 452#, c-format 453msgid "%X%S: unresolvable symbol `%s' referenced in expression\n" 454msgstr "" 455 456#: ldexp.c:547 457#, c-format 458msgid "%F%S: undefined symbol `%s' referenced in expression\n" 459msgstr "" 460 461#: ldexp.c:608 ldexp.c:621 462#, c-format 463msgid "%F%S: undefined MEMORY region `%s' referenced in expression\n" 464msgstr "" 465 466#: ldexp.c:683 467#, c-format 468msgid "%F%S can not PROVIDE assignment to location counter\n" 469msgstr "" 470 471#: ldexp.c:697 472#, c-format 473msgid "%F%S invalid assignment to location counter\n" 474msgstr "" 475 476#: ldexp.c:700 477#, c-format 478msgid "%F%S assignment to location counter invalid outside of SECTION\n" 479msgstr "" 480 481#: ldexp.c:709 482msgid "%F%S cannot move location counter backwards (from %V to %V)\n" 483msgstr "" 484 485#: ldexp.c:748 486msgid "%P%F:%s: hash creation failed\n" 487msgstr "" 488 489#: ldexp.c:1000 ldexp.c:1025 490#, c-format 491msgid "%F%S nonconstant expression for %s\n" 492msgstr "" 493 494#: ldexp.c:1082 495#, c-format 496msgid "%F%S non constant expression for %s\n" 497msgstr "" 498 499#: ldfile.c:139 500#, c-format 501msgid "attempt to open %s failed\n" 502msgstr "" 503 504#: ldfile.c:141 505#, c-format 506msgid "attempt to open %s succeeded\n" 507msgstr "" 508 509#: ldfile.c:147 510msgid "%F%P: invalid BFD target `%s'\n" 511msgstr "" 512 513#: ldfile.c:255 ldfile.c:282 514msgid "%P: skipping incompatible %s when searching for %s\n" 515msgstr "" 516 517#: ldfile.c:267 518msgid "%F%P: attempted static link of dynamic object `%s'\n" 519msgstr "" 520 521#: ldfile.c:384 522msgid "%F%P: %s (%s): No such file: %E\n" 523msgstr "" 524 525#: ldfile.c:387 526msgid "%F%P: %s: No such file: %E\n" 527msgstr "" 528 529#: ldfile.c:417 530msgid "%F%P: cannot find %s inside %s\n" 531msgstr "" 532 533#: ldfile.c:420 534msgid "%F%P: cannot find %s\n" 535msgstr "" 536 537#: ldfile.c:437 ldfile.c:453 538#, c-format 539msgid "cannot find script file %s\n" 540msgstr "" 541 542#: ldfile.c:439 ldfile.c:455 543#, c-format 544msgid "opened script file %s\n" 545msgstr "" 546 547#: ldfile.c:499 548msgid "%P%F: cannot open linker script file %s: %E\n" 549msgstr "" 550 551#: ldfile.c:546 552msgid "%P%F: cannot represent machine `%s'\n" 553msgstr "" 554 555#: ldlang.c:940 ldlang.c:982 ldlang.c:2695 556msgid "%P%F: can not create hash table: %E\n" 557msgstr "" 558 559#: ldlang.c:1025 560msgid "%P:%S: warning: redeclaration of memory region '%s'\n" 561msgstr "" 562 563#: ldlang.c:1031 564msgid "%P:%S: warning: memory region %s not declared\n" 565msgstr "" 566 567#: ldlang.c:1108 ldlang.c:1135 568msgid "%P%F: failed creating section `%s': %E\n" 569msgstr "" 570 571#: ldlang.c:1601 572msgid "" 573"\n" 574"Memory Configuration\n" 575"\n" 576msgstr "" 577 578#: ldlang.c:1603 579msgid "Name" 580msgstr "" 581 582#: ldlang.c:1603 583msgid "Origin" 584msgstr "" 585 586#: ldlang.c:1603 587msgid "Length" 588msgstr "" 589 590#: ldlang.c:1603 591msgid "Attributes" 592msgstr "" 593 594#: ldlang.c:1643 595#, c-format 596msgid "" 597"\n" 598"Linker script and memory map\n" 599"\n" 600msgstr "" 601 602#: ldlang.c:1709 603msgid "%P%F: Illegal use of `%s' section\n" 604msgstr "" 605 606#: ldlang.c:1716 607msgid "%P%F: output format %s cannot represent section called %s\n" 608msgstr "" 609 610#: ldlang.c:2313 611msgid "%B: file not recognized: %E\n" 612msgstr "" 613 614#: ldlang.c:2314 615msgid "%B: matching formats:" 616msgstr "" 617 618#: ldlang.c:2321 619msgid "%F%B: file not recognized: %E\n" 620msgstr "" 621 622#: ldlang.c:2385 623msgid "%F%B: member %B in archive is not an object\n" 624msgstr "" 625 626#: ldlang.c:2396 ldlang.c:2410 627msgid "%F%B: could not read symbols: %E\n" 628msgstr "" 629 630#: ldlang.c:2665 631msgid "" 632"%P: warning: could not find any targets that match endianness requirement\n" 633msgstr "" 634 635#: ldlang.c:2679 636msgid "%P%F: target %s not found\n" 637msgstr "" 638 639#: ldlang.c:2681 640msgid "%P%F: cannot open output file %s: %E\n" 641msgstr "" 642 643#: ldlang.c:2687 644msgid "%P%F:%s: can not make object file: %E\n" 645msgstr "" 646 647#: ldlang.c:2691 648msgid "%P%F:%s: can not set architecture: %E\n" 649msgstr "" 650 651#: ldlang.c:2839 652msgid "%P%F: bfd_hash_lookup failed creating symbol %s\n" 653msgstr "" 654 655#: ldlang.c:2857 656msgid "%P%F: bfd_hash_allocate failed creating symbol %s\n" 657msgstr "" 658 659#: ldlang.c:3288 660msgid " load address 0x%V" 661msgstr "" 662 663#: ldlang.c:3528 664msgid "%W (size before relaxing)\n" 665msgstr "" 666 667#: ldlang.c:3615 668#, c-format 669msgid "Address of section %s set to " 670msgstr "" 671 672#: ldlang.c:3768 673#, c-format 674msgid "Fail with %d\n" 675msgstr "" 676 677#: ldlang.c:4040 678msgid "%X%P: section %s [%V -> %V] overlaps section %s [%V -> %V]\n" 679msgstr "" 680 681#: ldlang.c:4065 682msgid "%X%P: address 0x%v of %B section %s is not within region %s\n" 683msgstr "" 684 685#: ldlang.c:4074 686msgid "%X%P: region %s is full (%B section %s)\n" 687msgstr "" 688 689#: ldlang.c:4114 690#, c-format 691msgid "" 692"%F%S: non constant or forward reference address expression for section %s\n" 693msgstr "" 694 695#: ldlang.c:4139 696msgid "%P%X: Internal error on COFF shared library section %s\n" 697msgstr "" 698 699#: ldlang.c:4197 700msgid "%P%F: error: no memory region specified for loadable section `%s'\n" 701msgstr "" 702 703#: ldlang.c:4202 704msgid "%P: warning: no memory region specified for loadable section `%s'\n" 705msgstr "" 706 707#: ldlang.c:4224 708msgid "%P: warning: changing start of section %s by %lu bytes\n" 709msgstr "" 710 711#: ldlang.c:4388 712msgid "%P%F: can't relax section: %E\n" 713msgstr "" 714 715#: ldlang.c:4636 716msgid "%F%P: invalid data statement\n" 717msgstr "" 718 719#: ldlang.c:4669 720msgid "%F%P: invalid reloc statement\n" 721msgstr "" 722 723#: ldlang.c:4802 724msgid "%P%F:%s: can't set start address\n" 725msgstr "" 726 727#: ldlang.c:4815 ldlang.c:4834 728msgid "%P%F: can't set start address\n" 729msgstr "" 730 731#: ldlang.c:4827 732msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" 733msgstr "" 734 735#: ldlang.c:4839 736msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" 737msgstr "" 738 739#: ldlang.c:4888 740msgid "" 741"%P%F: Relocatable linking with relocations from format %s (%B) to format %s " 742"(%B) is not supported\n" 743msgstr "" 744 745#: ldlang.c:4898 746msgid "" 747"%P: warning: %s architecture of input file `%B' is incompatible with %s " 748"output\n" 749msgstr "" 750 751#: ldlang.c:4920 752msgid "%P%X: failed to merge target specific data of file %B\n" 753msgstr "" 754 755#: ldlang.c:5004 756msgid "" 757"\n" 758"Allocating common symbols\n" 759msgstr "" 760 761#: ldlang.c:5005 762msgid "" 763"Common symbol size file\n" 764"\n" 765msgstr "" 766 767#: ldlang.c:5131 768msgid "%P%F: invalid syntax in flags\n" 769msgstr "" 770 771#: ldlang.c:5406 772msgid "%P%F: Failed to create hash table\n" 773msgstr "" 774 775#: ldlang.c:5722 776msgid "%P%F: multiple STARTUP files\n" 777msgstr "" 778 779#: ldlang.c:5770 780msgid "%X%P:%S: section has both a load address and a load region\n" 781msgstr "" 782 783#: ldlang.c:6007 784msgid "%F%P: bfd_record_phdr failed: %E\n" 785msgstr "" 786 787#: ldlang.c:6027 788msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" 789msgstr "" 790 791#: ldlang.c:6418 792msgid "%X%P: unknown language `%s' in version information\n" 793msgstr "" 794 795#: ldlang.c:6560 796msgid "" 797"%X%P: anonymous version tag cannot be combined with other version tags\n" 798msgstr "" 799 800#: ldlang.c:6569 801msgid "%X%P: duplicate version tag `%s'\n" 802msgstr "" 803 804#: ldlang.c:6589 ldlang.c:6598 ldlang.c:6615 ldlang.c:6625 805msgid "%X%P: duplicate expression `%s' in version information\n" 806msgstr "" 807 808#: ldlang.c:6665 809msgid "%X%P: unable to find version dependency `%s'\n" 810msgstr "" 811 812#: ldlang.c:6687 813msgid "%X%P: unable to read .exports section contents\n" 814msgstr "" 815 816#: ldmain.c:232 817msgid "%X%P: can't set BFD default target to `%s': %E\n" 818msgstr "" 819 820#: ldmain.c:345 821msgid "%P%F: --relax and -r may not be used together\n" 822msgstr "" 823 824#: ldmain.c:347 825msgid "%P%F: -r and -shared may not be used together\n" 826msgstr "" 827 828#: ldmain.c:353 829msgid "%P%F: -F may not be used without -shared\n" 830msgstr "" 831 832#: ldmain.c:355 833msgid "%P%F: -f may not be used without -shared\n" 834msgstr "" 835 836#: ldmain.c:397 837msgid "using external linker script:" 838msgstr "" 839 840#: ldmain.c:399 841msgid "using internal linker script:" 842msgstr "" 843 844#: ldmain.c:433 845msgid "%P%F: no input files\n" 846msgstr "" 847 848#: ldmain.c:437 849msgid "%P: mode %s\n" 850msgstr "" 851 852#: ldmain.c:453 853msgid "%P%F: cannot open map file %s: %E\n" 854msgstr "" 855 856#: ldmain.c:485 857msgid "%P: link errors found, deleting executable `%s'\n" 858msgstr "" 859 860#: ldmain.c:494 861msgid "%F%B: final close failed: %E\n" 862msgstr "" 863 864#: ldmain.c:520 865msgid "%X%P: unable to open for source of copy `%s'\n" 866msgstr "" 867 868#: ldmain.c:523 869msgid "%X%P: unable to open for destination of copy `%s'\n" 870msgstr "" 871 872#: ldmain.c:530 873msgid "%P: Error writing file `%s'\n" 874msgstr "" 875 876#: ldmain.c:535 pe-dll.c:1494 877#, c-format 878msgid "%P: Error closing file `%s'\n" 879msgstr "" 880 881#: ldmain.c:551 882#, c-format 883msgid "%s: total time in link: %ld.%06ld\n" 884msgstr "" 885 886#: ldmain.c:554 887#, c-format 888msgid "%s: data size %ld\n" 889msgstr "" 890 891#: ldmain.c:637 892msgid "%P%F: missing argument to -m\n" 893msgstr "" 894 895#: ldmain.c:784 ldmain.c:803 ldmain.c:834 896msgid "%P%F: bfd_hash_table_init failed: %E\n" 897msgstr "" 898 899#: ldmain.c:788 ldmain.c:807 900msgid "%P%F: bfd_hash_lookup failed: %E\n" 901msgstr "" 902 903#: ldmain.c:821 904msgid "%X%P: error: duplicate retain-symbols-file\n" 905msgstr "" 906 907#: ldmain.c:864 908msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n" 909msgstr "" 910 911#: ldmain.c:869 912msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" 913msgstr "" 914 915#: ldmain.c:944 916#, c-format 917msgid "" 918"Archive member included because of file (symbol)\n" 919"\n" 920msgstr "" 921 922#: ldmain.c:1014 923msgid "%X%C: multiple definition of `%T'\n" 924msgstr "" 925 926#: ldmain.c:1017 927msgid "%D: first defined here\n" 928msgstr "" 929 930#: ldmain.c:1021 931msgid "%P: Disabling relaxation: it will not work with multiple definitions\n" 932msgstr "" 933 934#: ldmain.c:1051 935msgid "%B: warning: definition of `%T' overriding common\n" 936msgstr "" 937 938#: ldmain.c:1054 939msgid "%B: warning: common is here\n" 940msgstr "" 941 942#: ldmain.c:1061 943msgid "%B: warning: common of `%T' overridden by definition\n" 944msgstr "" 945 946#: ldmain.c:1064 947msgid "%B: warning: defined here\n" 948msgstr "" 949 950#: ldmain.c:1071 951msgid "%B: warning: common of `%T' overridden by larger common\n" 952msgstr "" 953 954#: ldmain.c:1074 955msgid "%B: warning: larger common is here\n" 956msgstr "" 957 958#: ldmain.c:1078 959msgid "%B: warning: common of `%T' overriding smaller common\n" 960msgstr "" 961 962#: ldmain.c:1081 963msgid "%B: warning: smaller common is here\n" 964msgstr "" 965 966#: ldmain.c:1085 967msgid "%B: warning: multiple common of `%T'\n" 968msgstr "" 969 970#: ldmain.c:1087 971msgid "%B: warning: previous common is here\n" 972msgstr "" 973 974#: ldmain.c:1107 ldmain.c:1145 975msgid "%P: warning: global constructor %s used\n" 976msgstr "" 977 978#: ldmain.c:1155 979msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" 980msgstr "" 981 982#. We found a reloc for the symbol we are looking for. 983#: ldmain.c:1209 ldmain.c:1211 ldmain.c:1213 ldmain.c:1251 ldmain.c:1299 984msgid "warning: " 985msgstr "" 986 987#: ldmain.c:1334 988msgid "%F%P: bfd_hash_table_init failed: %E\n" 989msgstr "" 990 991#: ldmain.c:1341 992msgid "%F%P: bfd_hash_lookup failed: %E\n" 993msgstr "" 994 995#: ldmain.c:1362 996msgid "%X%C: undefined reference to `%T'\n" 997msgstr "" 998 999#: ldmain.c:1365 1000msgid "%C: warning: undefined reference to `%T'\n" 1001msgstr "" 1002 1003#: ldmain.c:1371 1004msgid "%X%D: more undefined references to `%T' follow\n" 1005msgstr "" 1006 1007#: ldmain.c:1374 1008msgid "%D: warning: more undefined references to `%T' follow\n" 1009msgstr "" 1010 1011#: ldmain.c:1385 1012msgid "%X%B: undefined reference to `%T'\n" 1013msgstr "" 1014 1015#: ldmain.c:1388 1016msgid "%B: warning: undefined reference to `%T'\n" 1017msgstr "" 1018 1019#: ldmain.c:1394 1020msgid "%X%B: more undefined references to `%T' follow\n" 1021msgstr "" 1022 1023#: ldmain.c:1397 1024msgid "%B: warning: more undefined references to `%T' follow\n" 1025msgstr "" 1026 1027#: ldmain.c:1436 1028msgid " additional relocation overflows omitted from the output\n" 1029msgstr "" 1030 1031#: ldmain.c:1449 1032msgid " relocation truncated to fit: %s against undefined symbol `%T'" 1033msgstr "" 1034 1035#: ldmain.c:1454 1036msgid "" 1037" relocation truncated to fit: %s against symbol `%T' defined in %A section " 1038"in %B" 1039msgstr "" 1040 1041#: ldmain.c:1466 1042msgid " relocation truncated to fit: %s against `%T'" 1043msgstr "" 1044 1045#: ldmain.c:1483 1046#, c-format 1047msgid "%X%C: dangerous relocation: %s\n" 1048msgstr "" 1049 1050#: ldmain.c:1498 1051msgid "%X%C: reloc refers to symbol `%T' which is not being output\n" 1052msgstr "" 1053 1054#: ldmisc.c:147 1055#, c-format 1056msgid "no symbol" 1057msgstr "" 1058 1059#: ldmisc.c:238 1060#, c-format 1061msgid "built in linker script:%u" 1062msgstr "" 1063 1064#: ldmisc.c:294 ldmisc.c:298 1065msgid "%B%F: could not read symbols\n" 1066msgstr "" 1067 1068#: ldmisc.c:340 1069msgid "%B: In function `%T'" 1070msgstr "" 1071 1072#: ldmisc.c:510 1073msgid "%F%P: internal error %s %d\n" 1074msgstr "" 1075 1076#: ldmisc.c:556 1077msgid "%P: internal error: aborting at %s line %d in %s\n" 1078msgstr "" 1079 1080#: ldmisc.c:559 1081msgid "%P: internal error: aborting at %s line %d\n" 1082msgstr "" 1083 1084#: ldmisc.c:561 1085msgid "%P%F: please report this bug\n" 1086msgstr "" 1087 1088#. Output for noisy == 2 is intended to follow the GNU standards. 1089#: ldver.c:38 1090#, c-format 1091msgid "GNU ld version %s\n" 1092msgstr "" 1093 1094#: ldver.c:42 1095#, c-format 1096msgid "Copyright 2005 Free Software Foundation, Inc.\n" 1097msgstr "" 1098 1099#: ldver.c:43 1100#, c-format 1101msgid "" 1102"This program is free software; you may redistribute it under the terms of\n" 1103"the GNU General Public License. This program has absolutely no warranty.\n" 1104msgstr "" 1105 1106#: ldver.c:52 1107#, c-format 1108msgid " Supported emulations:\n" 1109msgstr "" 1110 1111#: ldwrite.c:55 ldwrite.c:191 1112msgid "%P%F: bfd_new_link_order failed\n" 1113msgstr "" 1114 1115#: ldwrite.c:344 1116msgid "%F%P: cannot create split section name for %s\n" 1117msgstr "" 1118 1119#: ldwrite.c:356 1120msgid "%F%P: clone section failed: %E\n" 1121msgstr "" 1122 1123#: ldwrite.c:394 1124#, c-format 1125msgid "%8x something else\n" 1126msgstr "" 1127 1128#: ldwrite.c:564 1129msgid "%F%P: final link failed: %E\n" 1130msgstr "" 1131 1132#: lexsup.c:196 lexsup.c:328 1133msgid "KEYWORD" 1134msgstr "" 1135 1136#: lexsup.c:196 1137msgid "Shared library control for HP/UX compatibility" 1138msgstr "" 1139 1140#: lexsup.c:199 1141msgid "ARCH" 1142msgstr "" 1143 1144#: lexsup.c:199 1145msgid "Set architecture" 1146msgstr "" 1147 1148#: lexsup.c:201 lexsup.c:422 1149msgid "TARGET" 1150msgstr "" 1151 1152#: lexsup.c:201 1153msgid "Specify target for following input files" 1154msgstr "" 1155 1156#: lexsup.c:204 lexsup.c:253 lexsup.c:265 lexsup.c:278 lexsup.c:381 1157#: lexsup.c:434 lexsup.c:491 1158msgid "FILE" 1159msgstr "" 1160 1161#: lexsup.c:204 1162msgid "Read MRI format linker script" 1163msgstr "" 1164 1165#: lexsup.c:206 1166msgid "Force common symbols to be defined" 1167msgstr "" 1168 1169#: lexsup.c:210 lexsup.c:476 lexsup.c:478 lexsup.c:480 1170msgid "ADDRESS" 1171msgstr "" 1172 1173#: lexsup.c:210 1174msgid "Set start address" 1175msgstr "" 1176 1177#: lexsup.c:212 1178msgid "Export all dynamic symbols" 1179msgstr "" 1180 1181#: lexsup.c:214 1182msgid "Link big-endian objects" 1183msgstr "" 1184 1185#: lexsup.c:216 1186msgid "Link little-endian objects" 1187msgstr "" 1188 1189#: lexsup.c:218 lexsup.c:221 1190msgid "SHLIB" 1191msgstr "" 1192 1193#: lexsup.c:218 1194msgid "Auxiliary filter for shared object symbol table" 1195msgstr "" 1196 1197#: lexsup.c:221 1198msgid "Filter for shared object symbol table" 1199msgstr "" 1200 1201#: lexsup.c:224 1202msgid "Ignored" 1203msgstr "" 1204 1205#: lexsup.c:226 1206msgid "SIZE" 1207msgstr "" 1208 1209#: lexsup.c:226 1210msgid "Small data size (if no size, same as --shared)" 1211msgstr "" 1212 1213#: lexsup.c:229 1214msgid "FILENAME" 1215msgstr "" 1216 1217#: lexsup.c:229 1218msgid "Set internal name of shared library" 1219msgstr "" 1220 1221#: lexsup.c:231 1222msgid "PROGRAM" 1223msgstr "" 1224 1225#: lexsup.c:231 1226msgid "Set PROGRAM as the dynamic linker to use" 1227msgstr "" 1228 1229#: lexsup.c:234 1230msgid "LIBNAME" 1231msgstr "" 1232 1233#: lexsup.c:234 1234msgid "Search for library LIBNAME" 1235msgstr "" 1236 1237#: lexsup.c:236 1238msgid "DIRECTORY" 1239msgstr "" 1240 1241#: lexsup.c:236 1242msgid "Add DIRECTORY to library search path" 1243msgstr "" 1244 1245#: lexsup.c:239 1246msgid "Override the default sysroot location" 1247msgstr "" 1248 1249#: lexsup.c:241 1250msgid "EMULATION" 1251msgstr "" 1252 1253#: lexsup.c:241 1254msgid "Set emulation" 1255msgstr "" 1256 1257#: lexsup.c:243 1258msgid "Print map file on standard output" 1259msgstr "" 1260 1261#: lexsup.c:245 1262msgid "Do not page align data" 1263msgstr "" 1264 1265#: lexsup.c:247 1266msgid "Do not page align data, do not make text readonly" 1267msgstr "" 1268 1269#: lexsup.c:250 1270msgid "Page align data, make text readonly" 1271msgstr "" 1272 1273#: lexsup.c:253 1274msgid "Set output file name" 1275msgstr "" 1276 1277#: lexsup.c:255 1278msgid "Optimize output file" 1279msgstr "" 1280 1281#: lexsup.c:257 1282msgid "Ignored for SVR4 compatibility" 1283msgstr "" 1284 1285#: lexsup.c:261 1286msgid "Generate relocatable output" 1287msgstr "" 1288 1289#: lexsup.c:265 1290msgid "Just link symbols (if directory, same as --rpath)" 1291msgstr "" 1292 1293#: lexsup.c:268 1294msgid "Strip all symbols" 1295msgstr "" 1296 1297#: lexsup.c:270 1298msgid "Strip debugging symbols" 1299msgstr "" 1300 1301#: lexsup.c:272 1302msgid "Strip symbols in discarded sections" 1303msgstr "" 1304 1305#: lexsup.c:274 1306msgid "Do not strip symbols in discarded sections" 1307msgstr "" 1308 1309#: lexsup.c:276 1310msgid "Trace file opens" 1311msgstr "" 1312 1313#: lexsup.c:278 1314msgid "Read linker script" 1315msgstr "" 1316 1317#: lexsup.c:280 lexsup.c:298 lexsup.c:364 lexsup.c:379 lexsup.c:469 1318#: lexsup.c:494 lexsup.c:521 1319msgid "SYMBOL" 1320msgstr "" 1321 1322#: lexsup.c:280 1323msgid "Start with undefined reference to SYMBOL" 1324msgstr "" 1325 1326#: lexsup.c:283 1327msgid "[=SECTION]" 1328msgstr "" 1329 1330#: lexsup.c:284 1331msgid "Don't merge input [SECTION | orphan] sections" 1332msgstr "" 1333 1334#: lexsup.c:286 1335msgid "Build global constructor/destructor tables" 1336msgstr "" 1337 1338#: lexsup.c:288 1339msgid "Print version information" 1340msgstr "" 1341 1342#: lexsup.c:290 1343msgid "Print version and emulation information" 1344msgstr "" 1345 1346#: lexsup.c:292 1347msgid "Discard all local symbols" 1348msgstr "" 1349 1350#: lexsup.c:294 1351msgid "Discard temporary local symbols (default)" 1352msgstr "" 1353 1354#: lexsup.c:296 1355msgid "Don't discard any local symbols" 1356msgstr "" 1357 1358#: lexsup.c:298 1359msgid "Trace mentions of SYMBOL" 1360msgstr "" 1361 1362#: lexsup.c:300 lexsup.c:436 lexsup.c:438 1363msgid "PATH" 1364msgstr "" 1365 1366#: lexsup.c:300 1367msgid "Default search path for Solaris compatibility" 1368msgstr "" 1369 1370#: lexsup.c:303 1371msgid "Start a group" 1372msgstr "" 1373 1374#: lexsup.c:305 1375msgid "End a group" 1376msgstr "" 1377 1378#: lexsup.c:309 1379msgid "Accept input files whose architecture cannot be determined" 1380msgstr "" 1381 1382#: lexsup.c:313 1383msgid "Reject input files whose architecture is unknown" 1384msgstr "" 1385 1386#: lexsup.c:316 1387msgid "" 1388"Set DT_NEEDED tags for DT_NEEDED entries in\n" 1389"\t\t\t\tfollowing dynamic libs" 1390msgstr "" 1391 1392#: lexsup.c:319 1393msgid "" 1394"Do not set DT_NEEDED tags for DT_NEEDED entries\n" 1395"\t\t\t\tin following dynamic libs" 1396msgstr "" 1397 1398#: lexsup.c:322 1399msgid "Only set DT_NEEDED for following dynamic libs if used" 1400msgstr "" 1401 1402#: lexsup.c:325 1403msgid "Always set DT_NEEDED for following dynamic libs" 1404msgstr "" 1405 1406#: lexsup.c:328 1407msgid "Ignored for SunOS compatibility" 1408msgstr "" 1409 1410#: lexsup.c:330 1411msgid "Link against shared libraries" 1412msgstr "" 1413 1414#: lexsup.c:336 1415msgid "Do not link against shared libraries" 1416msgstr "" 1417 1418#: lexsup.c:344 1419msgid "Bind global references locally" 1420msgstr "" 1421 1422#: lexsup.c:346 1423msgid "Check section addresses for overlaps (default)" 1424msgstr "" 1425 1426#: lexsup.c:349 1427msgid "Do not check section addresses for overlaps" 1428msgstr "" 1429 1430#: lexsup.c:352 1431msgid "Output cross reference table" 1432msgstr "" 1433 1434#: lexsup.c:354 1435msgid "SYMBOL=EXPRESSION" 1436msgstr "" 1437 1438#: lexsup.c:354 1439msgid "Define a symbol" 1440msgstr "" 1441 1442#: lexsup.c:356 1443msgid "[=STYLE]" 1444msgstr "" 1445 1446#: lexsup.c:356 1447msgid "Demangle symbol names [using STYLE]" 1448msgstr "" 1449 1450#: lexsup.c:359 1451msgid "Generate embedded relocs" 1452msgstr "" 1453 1454#: lexsup.c:361 1455msgid "Treat warnings as errors" 1456msgstr "" 1457 1458#: lexsup.c:364 1459msgid "Call SYMBOL at unload-time" 1460msgstr "" 1461 1462#: lexsup.c:366 1463msgid "Force generation of file with .exe suffix" 1464msgstr "" 1465 1466#: lexsup.c:368 1467msgid "Remove unused sections (on some targets)" 1468msgstr "" 1469 1470#: lexsup.c:371 1471msgid "Don't remove unused sections (default)" 1472msgstr "" 1473 1474#: lexsup.c:374 1475msgid "Set default hash table size close to <NUMBER>" 1476msgstr "" 1477 1478#: lexsup.c:377 1479msgid "Print option help" 1480msgstr "" 1481 1482#: lexsup.c:379 1483msgid "Call SYMBOL at load-time" 1484msgstr "" 1485 1486#: lexsup.c:381 1487msgid "Write a map file" 1488msgstr "" 1489 1490#: lexsup.c:383 1491msgid "Do not define Common storage" 1492msgstr "" 1493 1494#: lexsup.c:385 1495msgid "Do not demangle symbol names" 1496msgstr "" 1497 1498#: lexsup.c:387 1499msgid "Use less memory and more disk I/O" 1500msgstr "" 1501 1502#: lexsup.c:389 1503msgid "Do not allow unresolved references in object files" 1504msgstr "" 1505 1506#: lexsup.c:392 1507msgid "Allow unresolved references in shared libaries" 1508msgstr "" 1509 1510#: lexsup.c:396 1511msgid "Do not allow unresolved references in shared libs" 1512msgstr "" 1513 1514#: lexsup.c:400 1515msgid "Allow multiple definitions" 1516msgstr "" 1517 1518#: lexsup.c:402 1519msgid "Disallow undefined version" 1520msgstr "" 1521 1522#: lexsup.c:404 1523msgid "Create default symbol version" 1524msgstr "" 1525 1526#: lexsup.c:407 1527msgid "Create default symbol version for imported symbols" 1528msgstr "" 1529 1530#: lexsup.c:410 1531msgid "Don't warn about mismatched input files" 1532msgstr "" 1533 1534#: lexsup.c:412 1535msgid "Turn off --whole-archive" 1536msgstr "" 1537 1538#: lexsup.c:414 1539msgid "Create an output file even if errors occur" 1540msgstr "" 1541 1542#: lexsup.c:419 1543msgid "" 1544"Only use library directories specified on\n" 1545"\t\t\t\tthe command line" 1546msgstr "" 1547 1548#: lexsup.c:422 1549msgid "Specify target of output file" 1550msgstr "" 1551 1552#: lexsup.c:425 1553msgid "Ignored for Linux compatibility" 1554msgstr "" 1555 1556#: lexsup.c:428 1557msgid "Reduce memory overheads, possibly taking much longer" 1558msgstr "" 1559 1560#: lexsup.c:431 1561msgid "Relax branches on certain targets" 1562msgstr "" 1563 1564#: lexsup.c:434 1565msgid "Keep only symbols listed in FILE" 1566msgstr "" 1567 1568#: lexsup.c:436 1569msgid "Set runtime shared library search path" 1570msgstr "" 1571 1572#: lexsup.c:438 1573msgid "Set link time shared library search path" 1574msgstr "" 1575 1576#: lexsup.c:441 1577msgid "Create a shared library" 1578msgstr "" 1579 1580#: lexsup.c:445 1581msgid "Create a position independent executable" 1582msgstr "" 1583 1584#: lexsup.c:449 1585msgid "Sort common symbols by size" 1586msgstr "" 1587 1588#: lexsup.c:453 1589msgid "name|alignment" 1590msgstr "" 1591 1592#: lexsup.c:454 1593msgid "Sort sections by name or maximum alignment" 1594msgstr "" 1595 1596#: lexsup.c:456 1597msgid "COUNT" 1598msgstr "" 1599 1600#: lexsup.c:456 1601msgid "How many tags to reserve in .dynamic section" 1602msgstr "" 1603 1604#: lexsup.c:459 1605msgid "[=SIZE]" 1606msgstr "" 1607 1608#: lexsup.c:459 1609msgid "Split output sections every SIZE octets" 1610msgstr "" 1611 1612#: lexsup.c:462 1613msgid "[=COUNT]" 1614msgstr "" 1615 1616#: lexsup.c:462 1617msgid "Split output sections every COUNT relocs" 1618msgstr "" 1619 1620#: lexsup.c:465 1621msgid "Print memory usage statistics" 1622msgstr "" 1623 1624#: lexsup.c:467 1625msgid "Display target specific options" 1626msgstr "" 1627 1628#: lexsup.c:469 1629msgid "Do task level linking" 1630msgstr "" 1631 1632#: lexsup.c:471 1633msgid "Use same format as native linker" 1634msgstr "" 1635 1636#: lexsup.c:473 1637msgid "SECTION=ADDRESS" 1638msgstr "" 1639 1640#: lexsup.c:473 1641msgid "Set address of named section" 1642msgstr "" 1643 1644#: lexsup.c:476 1645msgid "Set address of .bss section" 1646msgstr "" 1647 1648#: lexsup.c:478 1649msgid "Set address of .data section" 1650msgstr "" 1651 1652#: lexsup.c:480 1653msgid "Set address of .text section" 1654msgstr "" 1655 1656#: lexsup.c:483 1657msgid "" 1658"How to handle unresolved symbols. <method> is:\n" 1659"\t\t\t\tignore-all, report-all, ignore-in-object-files,\n" 1660"\t\t\t\tignore-in-shared-libs" 1661msgstr "" 1662 1663#: lexsup.c:487 1664msgid "Output lots of information during link" 1665msgstr "" 1666 1667#: lexsup.c:491 1668msgid "Read version information script" 1669msgstr "" 1670 1671#: lexsup.c:494 1672msgid "" 1673"Take export symbols list from .exports, using\n" 1674"\t\t\t\tSYMBOL as the version." 1675msgstr "" 1676 1677#: lexsup.c:497 1678msgid "Warn about duplicate common symbols" 1679msgstr "" 1680 1681#: lexsup.c:499 1682msgid "Warn if global constructors/destructors are seen" 1683msgstr "" 1684 1685#: lexsup.c:502 1686msgid "Warn if the multiple GP values are used" 1687msgstr "" 1688 1689#: lexsup.c:504 1690msgid "Warn only once per undefined symbol" 1691msgstr "" 1692 1693#: lexsup.c:506 1694msgid "Warn if start of section changes due to alignment" 1695msgstr "" 1696 1697#: lexsup.c:509 1698msgid "Warn if shared object has DT_TEXTREL" 1699msgstr "" 1700 1701#: lexsup.c:513 1702msgid "Report unresolved symbols as warnings" 1703msgstr "" 1704 1705#: lexsup.c:516 1706msgid "Report unresolved symbols as errors" 1707msgstr "" 1708 1709#: lexsup.c:518 1710msgid "Include all objects from following archives" 1711msgstr "" 1712 1713#: lexsup.c:521 1714msgid "Use wrapper functions for SYMBOL" 1715msgstr "" 1716 1717#: lexsup.c:668 1718msgid "%P: unrecognized option '%s'\n" 1719msgstr "" 1720 1721#: lexsup.c:670 1722msgid "%P%F: use the --help option for usage information\n" 1723msgstr "" 1724 1725#: lexsup.c:688 1726msgid "%P%F: unrecognized -a option `%s'\n" 1727msgstr "" 1728 1729#: lexsup.c:701 1730msgid "%P%F: unrecognized -assert option `%s'\n" 1731msgstr "" 1732 1733#: lexsup.c:744 1734msgid "%F%P: unknown demangling style `%s'" 1735msgstr "" 1736 1737#: lexsup.c:806 1738msgid "%P%F: invalid number `%s'\n" 1739msgstr "" 1740 1741#: lexsup.c:898 1742msgid "%P%F: bad --unresolved-symbols option: %s\n" 1743msgstr "" 1744 1745#. This can happen if the user put "-rpath,a" on the command 1746#. line. (Or something similar. The comma is important). 1747#. Getopt becomes confused and thinks that this is a -r option 1748#. but it cannot parse the text after the -r so it refuses to 1749#. increment the optind counter. Detect this case and issue 1750#. an error message here. We cannot just make this a warning, 1751#. increment optind, and continue because getopt is too confused 1752#. and will seg-fault the next time around. 1753#: lexsup.c:969 1754msgid "%P%F: bad -rpath option\n" 1755msgstr "" 1756 1757#: lexsup.c:1081 1758msgid "%P%F: -shared not supported\n" 1759msgstr "" 1760 1761#: lexsup.c:1090 1762msgid "%P%F: -pie not supported\n" 1763msgstr "" 1764 1765#: lexsup.c:1100 1766msgid "name" 1767msgstr "" 1768 1769#: lexsup.c:1102 1770msgid "alignment" 1771msgstr "" 1772 1773#: lexsup.c:1105 1774msgid "%P%F: invalid section sorting option: %s\n" 1775msgstr "" 1776 1777#: lexsup.c:1131 1778msgid "%P%F: invalid argument to option \"--section-start\"\n" 1779msgstr "" 1780 1781#: lexsup.c:1138 1782msgid "%P%F: missing argument(s) to option \"--section-start\"\n" 1783msgstr "" 1784 1785#: lexsup.c:1312 1786msgid "%P%F: may not nest groups (--help for usage)\n" 1787msgstr "" 1788 1789#: lexsup.c:1319 1790msgid "%P%F: group ended before it began (--help for usage)\n" 1791msgstr "" 1792 1793#: lexsup.c:1347 1794msgid "%P%X: --hash-size needs a numeric argument\n" 1795msgstr "" 1796 1797#: lexsup.c:1398 lexsup.c:1411 1798msgid "%P%F: invalid hex number `%s'\n" 1799msgstr "" 1800 1801#: lexsup.c:1447 1802#, c-format 1803msgid "Usage: %s [options] file...\n" 1804msgstr "" 1805 1806#: lexsup.c:1449 1807#, c-format 1808msgid "Options:\n" 1809msgstr "" 1810 1811#: lexsup.c:1527 1812#, c-format 1813msgid " @FILE" 1814msgstr "" 1815 1816#: lexsup.c:1530 1817#, c-format 1818msgid "Read options from FILE\n" 1819msgstr "" 1820 1821#. Note: Various tools (such as libtool) depend upon the 1822#. format of the listings below - do not change them. 1823#: lexsup.c:1535 1824#, c-format 1825msgid "%s: supported targets:" 1826msgstr "" 1827 1828#: lexsup.c:1543 1829#, c-format 1830msgid "%s: supported emulations: " 1831msgstr "" 1832 1833#: lexsup.c:1548 1834#, c-format 1835msgid "%s: emulation specific options:\n" 1836msgstr "" 1837 1838#: lexsup.c:1552 1839#, c-format 1840msgid "Report bugs to %s\n" 1841msgstr "" 1842 1843#: mri.c:291 1844msgid "%P%F: unknown format type %s\n" 1845msgstr "" 1846 1847#: pe-dll.c:303 1848#, c-format 1849msgid "%XUnsupported PEI architecture: %s\n" 1850msgstr "" 1851 1852#: pe-dll.c:604 1853#, c-format 1854msgid "%XCannot export %s: invalid export name\n" 1855msgstr "" 1856 1857#: pe-dll.c:657 1858#, c-format 1859msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n" 1860msgstr "" 1861 1862#: pe-dll.c:664 1863#, c-format 1864msgid "Warning, duplicate EXPORT: %s\n" 1865msgstr "" 1866 1867#: pe-dll.c:751 1868#, c-format 1869msgid "%XCannot export %s: symbol not defined\n" 1870msgstr "" 1871 1872#: pe-dll.c:757 1873#, c-format 1874msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n" 1875msgstr "" 1876 1877#: pe-dll.c:764 1878#, c-format 1879msgid "%XCannot export %s: symbol not found\n" 1880msgstr "" 1881 1882#: pe-dll.c:877 1883#, c-format 1884msgid "%XError, ordinal used twice: %d (%s vs %s)\n" 1885msgstr "" 1886 1887#: pe-dll.c:1219 1888#, c-format 1889msgid "%XError: %d-bit reloc in dll\n" 1890msgstr "" 1891 1892#: pe-dll.c:1347 1893#, c-format 1894msgid "%s: Can't open output def file %s\n" 1895msgstr "" 1896 1897#: pe-dll.c:1490 1898#, c-format 1899msgid "; no contents available\n" 1900msgstr "" 1901 1902#: pe-dll.c:2252 1903msgid "" 1904"%C: variable '%T' can't be auto-imported. Please read the documentation for " 1905"ld's --enable-auto-import for details.\n" 1906msgstr "" 1907 1908#: pe-dll.c:2282 1909#, c-format 1910msgid "%XCan't open .lib file: %s\n" 1911msgstr "" 1912 1913#: pe-dll.c:2287 1914#, c-format 1915msgid "Creating library file: %s\n" 1916msgstr "" 1917