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: bug-binutils@gnu.org\n" 11"POT-Creation-Date: 2014-02-10 09:42+1030\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"Language: \n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=CHARSET\n" 18"Content-Transfer-Encoding: 8bit\n" 19 20#: emultempl/armcoff.em:73 21#, c-format 22msgid " --support-old-code Support interworking with old code\n" 23msgstr "" 24 25#: emultempl/armcoff.em:74 26#, c-format 27msgid "" 28" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n" 29msgstr "" 30 31#: emultempl/armcoff.em:122 32#, c-format 33msgid "Errors encountered processing file %s" 34msgstr "" 35 36#: emultempl/armcoff.em:192 emultempl/pe.em:1827 37msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" 38msgstr "" 39 40#: emultempl/armcoff.em:197 emultempl/pe.em:1832 41msgid "%P: warning: cannot find thumb start symbol %s\n" 42msgstr "" 43 44#: emultempl/pe.em:425 45#, c-format 46msgid "" 47" --base_file <basefile> Generate a base file for relocatable " 48"DLLs\n" 49msgstr "" 50 51#: emultempl/pe.em:426 52#, c-format 53msgid "" 54" --dll Set image base to the default for DLLs\n" 55msgstr "" 56 57#: emultempl/pe.em:427 58#, c-format 59msgid " --file-alignment <size> Set file alignment\n" 60msgstr "" 61 62#: emultempl/pe.em:428 63#, c-format 64msgid " --heap <size> Set initial size of the heap\n" 65msgstr "" 66 67#: emultempl/pe.em:429 68#, c-format 69msgid "" 70" --image-base <address> Set start address of the executable\n" 71msgstr "" 72 73#: emultempl/pe.em:430 74#, c-format 75msgid "" 76" --major-image-version <number> Set version number of the executable\n" 77msgstr "" 78 79#: emultempl/pe.em:431 80#, c-format 81msgid " --major-os-version <number> Set minimum required OS version\n" 82msgstr "" 83 84#: emultempl/pe.em:432 85#, c-format 86msgid "" 87" --major-subsystem-version <number> Set minimum required OS subsystem " 88"version\n" 89msgstr "" 90 91#: emultempl/pe.em:433 92#, c-format 93msgid "" 94" --minor-image-version <number> Set revision number of the executable\n" 95msgstr "" 96 97#: emultempl/pe.em:434 98#, c-format 99msgid " --minor-os-version <number> Set minimum required OS revision\n" 100msgstr "" 101 102#: emultempl/pe.em:435 103#, c-format 104msgid "" 105" --minor-subsystem-version <number> Set minimum required OS subsystem " 106"revision\n" 107msgstr "" 108 109#: emultempl/pe.em:436 110#, c-format 111msgid " --section-alignment <size> Set section alignment\n" 112msgstr "" 113 114#: emultempl/pe.em:437 115#, c-format 116msgid " --stack <size> Set size of the initial stack\n" 117msgstr "" 118 119#: emultempl/pe.em:438 120#, c-format 121msgid "" 122" --subsystem <name>[:<version>] Set required OS subsystem [& version]\n" 123msgstr "" 124 125#: emultempl/pe.em:439 126#, c-format 127msgid "" 128" --support-old-code Support interworking with old code\n" 129msgstr "" 130 131#: emultempl/pe.em:440 132#, c-format 133msgid "" 134" --[no-]leading-underscore Set explicit symbol underscore prefix " 135"mode\n" 136msgstr "" 137 138#: emultempl/pe.em:441 139#, c-format 140msgid "" 141" --thumb-entry=<symbol> Set the entry point to be Thumb " 142"<symbol>\n" 143msgstr "" 144 145#: emultempl/pe.em:442 146#, c-format 147msgid "" 148" --insert-timestamp Use a real timestamp rather than zero.\n" 149msgstr "" 150 151#: emultempl/pe.em:443 152#, c-format 153msgid "" 154" This makes binaries non-deterministic\n" 155msgstr "" 156 157#: emultempl/pe.em:445 158#, c-format 159msgid "" 160" --add-stdcall-alias Export symbols with and without @nn\n" 161msgstr "" 162 163#: emultempl/pe.em:446 164#, c-format 165msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" 166msgstr "" 167 168#: emultempl/pe.em:447 169#, c-format 170msgid "" 171" --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" 172msgstr "" 173 174#: emultempl/pe.em:448 175#, c-format 176msgid "" 177" --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" 178msgstr "" 179 180#: emultempl/pe.em:449 181#, c-format 182msgid "" 183" --exclude-all-symbols Exclude all symbols from automatic " 184"export\n" 185msgstr "" 186 187#: emultempl/pe.em:450 188#, c-format 189msgid "" 190" --exclude-libs lib,lib,... Exclude libraries from automatic " 191"export\n" 192msgstr "" 193 194#: emultempl/pe.em:451 195#, c-format 196msgid " --exclude-modules-for-implib mod,mod,...\n" 197msgstr "" 198 199#: emultempl/pe.em:452 200#, c-format 201msgid "" 202" Exclude objects, archive members from " 203"auto\n" 204msgstr "" 205 206#: emultempl/pe.em:453 207#, c-format 208msgid "" 209" export, place into import library " 210"instead.\n" 211msgstr "" 212 213#: emultempl/pe.em:454 214#, c-format 215msgid "" 216" --export-all-symbols Automatically export all globals to " 217"DLL\n" 218msgstr "" 219 220#: emultempl/pe.em:455 221#, c-format 222msgid " --kill-at Remove @nn from exported symbols\n" 223msgstr "" 224 225#: emultempl/pe.em:456 226#, c-format 227msgid " --out-implib <file> Generate import library\n" 228msgstr "" 229 230#: emultempl/pe.em:457 231#, c-format 232msgid "" 233" --output-def <file> Generate a .DEF file for the built DLL\n" 234msgstr "" 235 236#: emultempl/pe.em:458 237#, c-format 238msgid " --warn-duplicate-exports Warn about duplicate exports.\n" 239msgstr "" 240 241#: emultempl/pe.em:459 242#, c-format 243msgid "" 244" --compat-implib Create backward compatible import " 245"libs;\n" 246" create __imp_<SYMBOL> as well.\n" 247msgstr "" 248 249#: emultempl/pe.em:461 250#, c-format 251msgid "" 252" --enable-auto-image-base Automatically choose image base for " 253"DLLs\n" 254" unless user specifies one\n" 255msgstr "" 256 257#: emultempl/pe.em:463 258#, c-format 259msgid "" 260" --disable-auto-image-base Do not auto-choose image base. " 261"(default)\n" 262msgstr "" 263 264#: emultempl/pe.em:464 265#, c-format 266msgid "" 267" --dll-search-prefix=<string> When linking dynamically to a dll " 268"without\n" 269" an importlib, use <string><basename>." 270"dll\n" 271" in preference to lib<basename>.dll \n" 272msgstr "" 273 274#: emultempl/pe.em:467 275#, c-format 276msgid "" 277" --enable-auto-import Do sophisticated linking of _sym to\n" 278" __imp_sym for DATA references\n" 279msgstr "" 280 281#: emultempl/pe.em:469 282#, c-format 283msgid "" 284" --disable-auto-import Do not auto-import DATA items from " 285"DLLs\n" 286msgstr "" 287 288#: emultempl/pe.em:470 289#, c-format 290msgid "" 291" --enable-runtime-pseudo-reloc Work around auto-import limitations by\n" 292" adding pseudo-relocations resolved " 293"at\n" 294" runtime.\n" 295msgstr "" 296 297#: emultempl/pe.em:473 298#, c-format 299msgid "" 300" --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations " 301"for\n" 302" auto-imported DATA.\n" 303msgstr "" 304 305#: emultempl/pe.em:475 306#, c-format 307msgid "" 308" --enable-extra-pe-debug Enable verbose debug output when " 309"building\n" 310" or linking to DLLs (esp. auto-" 311"import)\n" 312msgstr "" 313 314#: emultempl/pe.em:478 315#, c-format 316msgid "" 317" --large-address-aware Executable supports virtual addresses\n" 318" greater than 2 gigabytes\n" 319msgstr "" 320 321#: emultempl/pe.em:480 322#, c-format 323msgid "" 324" --disable-large-address-aware Executable does not support virtual\n" 325" addresses greater than 2 gigabytes\n" 326msgstr "" 327 328#: emultempl/pe.em:482 329#, c-format 330msgid "" 331" --enable-long-section-names Use long COFF section names even in\n" 332" executable image files\n" 333msgstr "" 334 335#: emultempl/pe.em:484 336#, c-format 337msgid "" 338" --disable-long-section-names Never use long COFF section names, " 339"even\n" 340" in object files\n" 341msgstr "" 342 343#: emultempl/pe.em:486 344#, c-format 345msgid "" 346" --dynamicbase\t\t\t Image base address may be relocated using\n" 347"\t\t\t\t address space layout randomization (ASLR)\n" 348msgstr "" 349 350#: emultempl/pe.em:488 351#, c-format 352msgid " --forceinteg\t\t Code integrity checks are enforced\n" 353msgstr "" 354 355#: emultempl/pe.em:489 356#, c-format 357msgid " --nxcompat\t\t Image is compatible with data execution prevention\n" 358msgstr "" 359 360#: emultempl/pe.em:490 361#, c-format 362msgid "" 363" --no-isolation\t\t Image understands isolation but do not isolate the " 364"image\n" 365msgstr "" 366 367#: emultempl/pe.em:491 368#, c-format 369msgid "" 370" --no-seh\t\t\t Image does not use SEH. No SE handler may\n" 371"\t\t\t\t be called in this image\n" 372msgstr "" 373 374#: emultempl/pe.em:493 375#, c-format 376msgid " --no-bind\t\t\t Do not bind this image\n" 377msgstr "" 378 379#: emultempl/pe.em:494 380#, c-format 381msgid " --wdmdriver\t\t Driver uses the WDM model\n" 382msgstr "" 383 384#: emultempl/pe.em:495 385#, c-format 386msgid " --tsaware Image is Terminal Server aware\n" 387msgstr "" 388 389#: emultempl/pe.em:624 390msgid "%P: warning: bad version number in -subsystem option\n" 391msgstr "" 392 393#: emultempl/pe.em:649 394msgid "%P%F: invalid subsystem type %s\n" 395msgstr "" 396 397#: emultempl/pe.em:670 398msgid "%P%F: invalid hex number for PE parameter '%s'\n" 399msgstr "" 400 401#: emultempl/pe.em:687 402msgid "%P%F: strange hex info for PE parameter '%s'\n" 403msgstr "" 404 405#: emultempl/pe.em:702 406msgid "%F%P: cannot open base file %s\n" 407msgstr "" 408 409#: emultempl/pe.em:981 410msgid "%P: warning, file alignment > section alignment.\n" 411msgstr "" 412 413#: emultempl/pe.em:994 414msgid "" 415"%P: warning: --export-dynamic is not supported for PE targets, did you mean " 416"--export-all-symbols?\n" 417msgstr "" 418 419#: emultempl/pe.em:1070 emultempl/pe.em:1097 420#, c-format 421msgid "Warning: resolving %s by linking to %s\n" 422msgstr "" 423 424#: emultempl/pe.em:1075 emultempl/pe.em:1102 425msgid "Use --enable-stdcall-fixup to disable these warnings\n" 426msgstr "" 427 428#: emultempl/pe.em:1076 emultempl/pe.em:1103 429msgid "Use --disable-stdcall-fixup to disable these fixups\n" 430msgstr "" 431 432#: emultempl/pe.em:1122 433#, c-format 434msgid "%C: Cannot get section contents - auto-import exception\n" 435msgstr "" 436 437#: emultempl/pe.em:1162 438#, c-format 439msgid "Info: resolving %s by linking to %s (auto-import)\n" 440msgstr "" 441 442#: emultempl/pe.em:1169 443msgid "" 444"%P: warning: auto-importing has been activated without --enable-auto-import " 445"specified on the command line.\n" 446"This should work unless it involves constant data structures referencing " 447"symbols from auto-imported DLLs.\n" 448msgstr "" 449 450#: emultempl/pe.em:1176 emultempl/pe.em:1383 emultempl/pe.em:1590 ldcref.c:503 451#: ldcref.c:601 ldmain.c:1183 ldmisc.c:300 pe-dll.c:710 pe-dll.c:1276 452#: pe-dll.c:1371 453msgid "%B%F: could not read symbols: %E\n" 454msgstr "" 455 456#: emultempl/pe.em:1258 457msgid "%F%P: cannot perform PE operations on non PE output file '%B'.\n" 458msgstr "" 459 460#: emultempl/pe.em:1633 461#, c-format 462msgid "Errors encountered processing file %s\n" 463msgstr "" 464 465#: emultempl/pe.em:1656 466#, c-format 467msgid "Errors encountered processing file %s for interworking\n" 468msgstr "" 469 470#: emultempl/pe.em:1718 ldexp.c:631 ldlang.c:3451 ldmain.c:1128 471msgid "%P%F: bfd_link_hash_lookup failed: %E\n" 472msgstr "" 473 474#: ldcref.c:167 475msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n" 476msgstr "" 477 478#: ldcref.c:173 479msgid "%X%P: cref_hash_lookup failed: %E\n" 480msgstr "" 481 482#: ldcref.c:183 483msgid "%X%P: cref alloc failed: %E\n" 484msgstr "" 485 486#: ldcref.c:365 487#, c-format 488msgid "" 489"\n" 490"Cross Reference Table\n" 491"\n" 492msgstr "" 493 494#: ldcref.c:366 495msgid "Symbol" 496msgstr "" 497 498#: ldcref.c:374 499#, c-format 500msgid "File\n" 501msgstr "" 502 503#: ldcref.c:378 504#, c-format 505msgid "No symbols\n" 506msgstr "" 507 508#: ldcref.c:545 509msgid "%P: symbol `%T' missing from main hash table\n" 510msgstr "" 511 512#: ldcref.c:663 ldcref.c:670 ldmain.c:1217 ldmain.c:1224 513msgid "%B%F: could not read relocs: %E\n" 514msgstr "" 515 516#. We found a reloc for the symbol. The symbol is defined 517#. in OUTSECNAME. This reloc is from a section which is 518#. mapped into a section from which references to OUTSECNAME 519#. are prohibited. We must report an error. 520#: ldcref.c:697 521msgid "%X%C: prohibited cross reference from %s to `%T' in %s\n" 522msgstr "" 523 524#: ldctor.c:85 525msgid "%P%X: Different relocs used in set %s\n" 526msgstr "" 527 528#: ldctor.c:103 529msgid "%P%X: Different object file formats composing set %s\n" 530msgstr "" 531 532#: ldctor.c:281 ldctor.c:295 533msgid "%P%X: %s does not support reloc %s for set %s\n" 534msgstr "" 535 536#: ldctor.c:316 537msgid "%P%X: Unsupported size %d for set %s\n" 538msgstr "" 539 540#: ldctor.c:339 541msgid "" 542"\n" 543"Set Symbol\n" 544"\n" 545msgstr "" 546 547#: ldemul.c:265 548#, c-format 549msgid "%S SYSLIB ignored\n" 550msgstr "" 551 552#: ldemul.c:271 553#, c-format 554msgid "%S HLL ignored\n" 555msgstr "" 556 557#: ldemul.c:291 558msgid "%P: unrecognised emulation mode: %s\n" 559msgstr "" 560 561#: ldemul.c:292 562msgid "Supported emulations: " 563msgstr "" 564 565#: ldemul.c:334 566#, c-format 567msgid " no emulation specific options.\n" 568msgstr "" 569 570#: ldexp.c:346 571msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n" 572msgstr "" 573 574#: ldexp.c:439 575#, c-format 576msgid "%F%S %% by zero\n" 577msgstr "" 578 579#: ldexp.c:449 580#, c-format 581msgid "%F%S / by zero\n" 582msgstr "" 583 584#: ldexp.c:643 585#, c-format 586msgid "%X%S: unresolvable symbol `%s' referenced in expression\n" 587msgstr "" 588 589#: ldexp.c:658 590#, c-format 591msgid "%F%S: undefined symbol `%s' referenced in expression\n" 592msgstr "" 593 594#: ldexp.c:680 ldexp.c:698 ldexp.c:726 595#, c-format 596msgid "%F%S: undefined section `%s' referenced in expression\n" 597msgstr "" 598 599#: ldexp.c:756 ldexp.c:771 600#, c-format 601msgid "%F%S: undefined MEMORY region `%s' referenced in expression\n" 602msgstr "" 603 604#: ldexp.c:783 605#, c-format 606msgid "%F%S: unknown constant `%s' referenced in expression\n" 607msgstr "" 608 609#: ldexp.c:931 610#, c-format 611msgid "%F%S can not PROVIDE assignment to location counter\n" 612msgstr "" 613 614#: ldexp.c:957 615#, c-format 616msgid "%F%S invalid assignment to location counter\n" 617msgstr "" 618 619#: ldexp.c:961 620#, c-format 621msgid "%F%S assignment to location counter invalid outside of SECTIONS\n" 622msgstr "" 623 624#: ldexp.c:980 625msgid "%F%S cannot move location counter backwards (from %V to %V)\n" 626msgstr "" 627 628#: ldexp.c:1035 629msgid "%P%F:%s: hash creation failed\n" 630msgstr "" 631 632#: ldexp.c:1368 ldexp.c:1394 ldexp.c:1454 633#, c-format 634msgid "%F%S: nonconstant expression for %s\n" 635msgstr "" 636 637#: ldfile.c:132 638#, c-format 639msgid "attempt to open %s failed\n" 640msgstr "" 641 642#: ldfile.c:134 643#, c-format 644msgid "attempt to open %s succeeded\n" 645msgstr "" 646 647#: ldfile.c:140 648msgid "%F%P: invalid BFD target `%s'\n" 649msgstr "" 650 651#: ldfile.c:257 ldfile.c:286 652msgid "%P: skipping incompatible %s when searching for %s\n" 653msgstr "" 654 655#: ldfile.c:270 656msgid "%F%P: attempted static link of dynamic object `%s'\n" 657msgstr "" 658 659#: ldfile.c:408 660msgid "%P: cannot find %s (%s): %E\n" 661msgstr "" 662 663#: ldfile.c:411 664msgid "%P: cannot find %s: %E\n" 665msgstr "" 666 667#: ldfile.c:446 668msgid "%P: cannot find %s inside %s\n" 669msgstr "" 670 671#: ldfile.c:449 672msgid "%P: cannot find %s\n" 673msgstr "" 674 675#: ldfile.c:471 676#, c-format 677msgid "cannot find script file %s\n" 678msgstr "" 679 680#: ldfile.c:473 681#, c-format 682msgid "opened script file %s\n" 683msgstr "" 684 685#: ldfile.c:604 686msgid "%P%F: cannot open linker script file %s: %E\n" 687msgstr "" 688 689#: ldfile.c:669 690msgid "%P%F: cannot represent machine `%s'\n" 691msgstr "" 692 693#: ldlang.c:1194 ldlang.c:1232 ldlang.c:3154 694msgid "%P%F: can not create hash table: %E\n" 695msgstr "" 696 697#: ldlang.c:1288 698msgid "%P:%S: warning: redeclaration of memory region `%s'\n" 699msgstr "" 700 701#: ldlang.c:1294 702msgid "%P:%S: warning: memory region `%s' not declared\n" 703msgstr "" 704 705#: ldlang.c:1329 706msgid "%F%P:%S: error: alias for default memory region\n" 707msgstr "" 708 709#: ldlang.c:1340 710msgid "%F%P:%S: error: redefinition of memory region alias `%s'\n" 711msgstr "" 712 713#: ldlang.c:1347 714msgid "%F%P:%S: error: memory region `%s' for alias `%s' does not exist\n" 715msgstr "" 716 717#: ldlang.c:1406 ldlang.c:1445 718msgid "%P%F: failed creating section `%s': %E\n" 719msgstr "" 720 721#: ldlang.c:2000 722#, c-format 723msgid "" 724"\n" 725"As-needed library included to satisfy reference by file (symbol)\n" 726"\n" 727msgstr "" 728 729#: ldlang.c:2068 730#, c-format 731msgid "" 732"\n" 733"Discarded input sections\n" 734"\n" 735msgstr "" 736 737#: ldlang.c:2076 738msgid "" 739"\n" 740"Memory Configuration\n" 741"\n" 742msgstr "" 743 744#: ldlang.c:2078 745msgid "Name" 746msgstr "" 747 748#: ldlang.c:2078 749msgid "Origin" 750msgstr "" 751 752#: ldlang.c:2078 753msgid "Length" 754msgstr "" 755 756#: ldlang.c:2078 757msgid "Attributes" 758msgstr "" 759 760#: ldlang.c:2118 761#, c-format 762msgid "" 763"\n" 764"Linker script and memory map\n" 765"\n" 766msgstr "" 767 768#: ldlang.c:2168 769msgid "%P%F: Illegal use of `%s' section\n" 770msgstr "" 771 772#: ldlang.c:2177 773msgid "%P%F: output format %s cannot represent section called %s\n" 774msgstr "" 775 776#: ldlang.c:2739 777msgid "%B: file not recognized: %E\n" 778msgstr "" 779 780#: ldlang.c:2740 781msgid "%B: matching formats:" 782msgstr "" 783 784#: ldlang.c:2747 785msgid "%F%B: file not recognized: %E\n" 786msgstr "" 787 788#: ldlang.c:2821 789msgid "%F%B: member %B in archive is not an object\n" 790msgstr "" 791 792#: ldlang.c:2836 ldlang.c:2850 793msgid "%F%B: error adding symbols: %E\n" 794msgstr "" 795 796#: ldlang.c:3124 797msgid "" 798"%P: warning: could not find any targets that match endianness requirement\n" 799msgstr "" 800 801#: ldlang.c:3138 802msgid "%P%F: target %s not found\n" 803msgstr "" 804 805#: ldlang.c:3140 806msgid "%P%F: cannot open output file %s: %E\n" 807msgstr "" 808 809#: ldlang.c:3146 810msgid "%P%F:%s: can not make object file: %E\n" 811msgstr "" 812 813#: ldlang.c:3150 814msgid "%P%F:%s: can not set architecture: %E\n" 815msgstr "" 816 817#: ldlang.c:3322 818msgid "%P: warning: %s contains output sections; did you forget -T?\n" 819msgstr "" 820 821#: ldlang.c:3372 822msgid "%P%F: bfd_hash_allocate failed creating symbol %s\n" 823msgstr "" 824 825#: ldlang.c:3402 826msgid "%P%F: bfd_hash_lookup failed creating symbol %s\n" 827msgstr "" 828 829#: ldlang.c:3759 830msgid "%F%P: %s not found for insert\n" 831msgstr "" 832 833#: ldlang.c:3974 834msgid " load address 0x%V" 835msgstr "" 836 837#: ldlang.c:4201 838msgid "%W (size before relaxing)\n" 839msgstr "" 840 841#: ldlang.c:4292 842#, c-format 843msgid "Address of section %s set to " 844msgstr "" 845 846#: ldlang.c:4445 847#, c-format 848msgid "Fail with %d\n" 849msgstr "" 850 851#: ldlang.c:4733 852msgid "" 853"%X%P: section %s loaded at [%V,%V] overlaps section %s loaded at [%V,%V]\n" 854msgstr "" 855 856#: ldlang.c:4749 857msgid "%X%P: region `%s' overflowed by %ld bytes\n" 858msgstr "" 859 860#: ldlang.c:4772 861msgid "%X%P: address 0x%v of %B section `%s' is not within region `%s'\n" 862msgstr "" 863 864#: ldlang.c:4783 865msgid "%X%P: %B section `%s' will not fit in region `%s'\n" 866msgstr "" 867 868#: ldlang.c:4840 869#, c-format 870msgid "" 871"%F%S: non constant or forward reference address expression for section %s\n" 872msgstr "" 873 874#: ldlang.c:4865 875msgid "%P%X: Internal error on COFF shared library section %s\n" 876msgstr "" 877 878#: ldlang.c:4923 879msgid "%P%F: error: no memory region specified for loadable section `%s'\n" 880msgstr "" 881 882#: ldlang.c:4928 883msgid "%P: warning: no memory region specified for loadable section `%s'\n" 884msgstr "" 885 886#: ldlang.c:4951 887msgid "%P: warning: changing start of section %s by %lu bytes\n" 888msgstr "" 889 890#: ldlang.c:5040 891msgid "%P: warning: dot moved backwards before `%s'\n" 892msgstr "" 893 894#: ldlang.c:5212 895msgid "%P%F: can't relax section: %E\n" 896msgstr "" 897 898#: ldlang.c:5557 899msgid "%F%P: invalid data statement\n" 900msgstr "" 901 902#: ldlang.c:5590 903msgid "%F%P: invalid reloc statement\n" 904msgstr "" 905 906#: ldlang.c:5802 907msgid "%P%F: gc-sections requires either an entry or an undefined symbol\n" 908msgstr "" 909 910#: ldlang.c:5827 911msgid "%P%F:%s: can't set start address\n" 912msgstr "" 913 914#: ldlang.c:5840 ldlang.c:5859 915msgid "%P%F: can't set start address\n" 916msgstr "" 917 918#: ldlang.c:5852 919msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" 920msgstr "" 921 922#: ldlang.c:5864 923msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" 924msgstr "" 925 926#: ldlang.c:5916 927msgid "" 928"%P%F: Relocatable linking with relocations from format %s (%B) to format %s " 929"(%B) is not supported\n" 930msgstr "" 931 932#: ldlang.c:5926 933msgid "" 934"%P%X: %s architecture of input file `%B' is incompatible with %s output\n" 935msgstr "" 936 937#: ldlang.c:5948 938msgid "%P%X: failed to merge target specific data of file %B\n" 939msgstr "" 940 941#: ldlang.c:6019 942msgid "%P%F: Could not define common symbol `%T': %E\n" 943msgstr "" 944 945#: ldlang.c:6031 946msgid "" 947"\n" 948"Allocating common symbols\n" 949msgstr "" 950 951#: ldlang.c:6032 952msgid "" 953"Common symbol size file\n" 954"\n" 955msgstr "" 956 957#: ldlang.c:6178 958msgid "%P%F: invalid syntax in flags\n" 959msgstr "" 960 961#: ldlang.c:6304 962msgid "%F%P:%S: error: align with input and explicit align specified\n" 963msgstr "" 964 965#: ldlang.c:6645 966msgid "%P%F: Failed to create hash table\n" 967msgstr "" 968 969#: ldlang.c:6668 970msgid "%P%F: %s: plugin reported error after all symbols read\n" 971msgstr "" 972 973#: ldlang.c:6991 974msgid "%P%F: multiple STARTUP files\n" 975msgstr "" 976 977#: ldlang.c:7037 978msgid "%X%P:%S: section has both a load address and a load region\n" 979msgstr "" 980 981#: ldlang.c:7162 982msgid "" 983"%X%P:%S: PHDRS and FILEHDR are not supported when prior PT_LOAD headers lack " 984"them\n" 985msgstr "" 986 987#: ldlang.c:7235 988msgid "%F%P: no sections assigned to phdrs\n" 989msgstr "" 990 991#: ldlang.c:7273 992msgid "%F%P: bfd_record_phdr failed: %E\n" 993msgstr "" 994 995#: ldlang.c:7293 996msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" 997msgstr "" 998 999#: ldlang.c:7705 1000msgid "%X%P: unknown language `%s' in version information\n" 1001msgstr "" 1002 1003#: ldlang.c:7850 1004msgid "" 1005"%X%P: anonymous version tag cannot be combined with other version tags\n" 1006msgstr "" 1007 1008#: ldlang.c:7859 1009msgid "%X%P: duplicate version tag `%s'\n" 1010msgstr "" 1011 1012#: ldlang.c:7880 ldlang.c:7889 ldlang.c:7907 ldlang.c:7917 1013msgid "%X%P: duplicate expression `%s' in version information\n" 1014msgstr "" 1015 1016#: ldlang.c:7957 1017msgid "%X%P: unable to find version dependency `%s'\n" 1018msgstr "" 1019 1020#: ldlang.c:7980 1021msgid "%X%P: unable to read .exports section contents\n" 1022msgstr "" 1023 1024#: ldlang.c:8104 1025msgid "%X%P: unknown feature `%s'\n" 1026msgstr "" 1027 1028#: ldmain.c:246 1029msgid "%X%P: can't set BFD default target to `%s': %E\n" 1030msgstr "" 1031 1032#: ldmain.c:336 1033msgid "built in linker script" 1034msgstr "" 1035 1036#: ldmain.c:346 1037msgid "using external linker script:" 1038msgstr "" 1039 1040#: ldmain.c:348 1041msgid "using internal linker script:" 1042msgstr "" 1043 1044#: ldmain.c:385 1045msgid "%P%F: no input files\n" 1046msgstr "" 1047 1048#: ldmain.c:389 1049msgid "%P: mode %s\n" 1050msgstr "" 1051 1052#: ldmain.c:405 1053msgid "%P%F: cannot open map file %s: %E\n" 1054msgstr "" 1055 1056#: ldmain.c:437 1057msgid "%P: link errors found, deleting executable `%s'\n" 1058msgstr "" 1059 1060#: ldmain.c:446 1061msgid "%F%B: final close failed: %E\n" 1062msgstr "" 1063 1064#: ldmain.c:472 1065msgid "%X%P: unable to open for source of copy `%s'\n" 1066msgstr "" 1067 1068#: ldmain.c:475 1069msgid "%X%P: unable to open for destination of copy `%s'\n" 1070msgstr "" 1071 1072#: ldmain.c:482 1073msgid "%P: Error writing file `%s'\n" 1074msgstr "" 1075 1076#: ldmain.c:487 pe-dll.c:1761 1077#, c-format 1078msgid "%P: Error closing file `%s'\n" 1079msgstr "" 1080 1081#: ldmain.c:504 1082#, c-format 1083msgid "%s: total time in link: %ld.%06ld\n" 1084msgstr "" 1085 1086#: ldmain.c:507 1087#, c-format 1088msgid "%s: data size %ld\n" 1089msgstr "" 1090 1091#: ldmain.c:591 1092msgid "%P%F: missing argument to -m\n" 1093msgstr "" 1094 1095#: ldmain.c:639 ldmain.c:656 ldmain.c:676 ldmain.c:708 1096msgid "%P%F: bfd_hash_table_init failed: %E\n" 1097msgstr "" 1098 1099#: ldmain.c:643 ldmain.c:660 ldmain.c:680 1100msgid "%P%F: bfd_hash_lookup failed: %E\n" 1101msgstr "" 1102 1103#: ldmain.c:694 1104msgid "%X%P: error: duplicate retain-symbols-file\n" 1105msgstr "" 1106 1107#: ldmain.c:738 1108msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n" 1109msgstr "" 1110 1111#: ldmain.c:743 1112msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" 1113msgstr "" 1114 1115#: ldmain.c:844 1116#, c-format 1117msgid "" 1118"Archive member included to satisfy reference by file (symbol)\n" 1119"\n" 1120msgstr "" 1121 1122#: ldmain.c:951 1123msgid "%X%C: multiple definition of `%T'\n" 1124msgstr "" 1125 1126#: ldmain.c:954 1127msgid "%D: first defined here\n" 1128msgstr "" 1129 1130#: ldmain.c:958 1131msgid "%P: Disabling relaxation: it will not work with multiple definitions\n" 1132msgstr "" 1133 1134#: ldmain.c:1012 1135msgid "%B: warning: definition of `%T' overriding common\n" 1136msgstr "" 1137 1138#: ldmain.c:1015 1139msgid "%B: warning: common is here\n" 1140msgstr "" 1141 1142#: ldmain.c:1022 1143msgid "%B: warning: common of `%T' overridden by definition\n" 1144msgstr "" 1145 1146#: ldmain.c:1025 1147msgid "%B: warning: defined here\n" 1148msgstr "" 1149 1150#: ldmain.c:1032 1151msgid "%B: warning: common of `%T' overridden by larger common\n" 1152msgstr "" 1153 1154#: ldmain.c:1035 1155msgid "%B: warning: larger common is here\n" 1156msgstr "" 1157 1158#: ldmain.c:1039 1159msgid "%B: warning: common of `%T' overriding smaller common\n" 1160msgstr "" 1161 1162#: ldmain.c:1042 1163msgid "%B: warning: smaller common is here\n" 1164msgstr "" 1165 1166#: ldmain.c:1046 1167msgid "%B: warning: multiple common of `%T'\n" 1168msgstr "" 1169 1170#: ldmain.c:1048 1171msgid "%B: warning: previous common is here\n" 1172msgstr "" 1173 1174#: ldmain.c:1068 ldmain.c:1106 1175msgid "%P: warning: global constructor %s used\n" 1176msgstr "" 1177 1178#: ldmain.c:1116 1179msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" 1180msgstr "" 1181 1182#. We found a reloc for the symbol we are looking for. 1183#: ldmain.c:1170 ldmain.c:1172 ldmain.c:1174 ldmain.c:1192 ldmain.c:1237 1184msgid "warning: " 1185msgstr "" 1186 1187#: ldmain.c:1290 1188msgid "%X%C: undefined reference to `%T'\n" 1189msgstr "" 1190 1191#: ldmain.c:1293 1192msgid "%C: warning: undefined reference to `%T'\n" 1193msgstr "" 1194 1195#: ldmain.c:1299 1196msgid "%X%D: more undefined references to `%T' follow\n" 1197msgstr "" 1198 1199#: ldmain.c:1302 1200msgid "%D: warning: more undefined references to `%T' follow\n" 1201msgstr "" 1202 1203#: ldmain.c:1313 1204msgid "%X%B: undefined reference to `%T'\n" 1205msgstr "" 1206 1207#: ldmain.c:1316 1208msgid "%B: warning: undefined reference to `%T'\n" 1209msgstr "" 1210 1211#: ldmain.c:1322 1212msgid "%X%B: more undefined references to `%T' follow\n" 1213msgstr "" 1214 1215#: ldmain.c:1325 1216msgid "%B: warning: more undefined references to `%T' follow\n" 1217msgstr "" 1218 1219#: ldmain.c:1364 1220msgid " additional relocation overflows omitted from the output\n" 1221msgstr "" 1222 1223#: ldmain.c:1377 1224msgid " relocation truncated to fit: %s against undefined symbol `%T'" 1225msgstr "" 1226 1227#: ldmain.c:1382 1228msgid "" 1229" relocation truncated to fit: %s against symbol `%T' defined in %A section " 1230"in %B" 1231msgstr "" 1232 1233#: ldmain.c:1394 1234msgid " relocation truncated to fit: %s against `%T'" 1235msgstr "" 1236 1237#: ldmain.c:1411 1238msgid "%X%H: dangerous relocation: %s\n" 1239msgstr "" 1240 1241#: ldmain.c:1426 1242msgid "%X%H: reloc refers to symbol `%T' which is not being output\n" 1243msgstr "" 1244 1245#: ldmisc.c:154 1246#, c-format 1247msgid "no symbol" 1248msgstr "" 1249 1250#: ldmisc.c:339 1251msgid "%B: In function `%T':\n" 1252msgstr "" 1253 1254#: ldmisc.c:474 1255msgid "%F%P: internal error %s %d\n" 1256msgstr "" 1257 1258#: ldmisc.c:538 1259msgid "%P: internal error: aborting at %s line %d in %s\n" 1260msgstr "" 1261 1262#: ldmisc.c:541 1263msgid "%P: internal error: aborting at %s line %d\n" 1264msgstr "" 1265 1266#: ldmisc.c:543 1267msgid "%P%F: please report this bug\n" 1268msgstr "" 1269 1270#. Output for noisy == 2 is intended to follow the GNU standards. 1271#: ldver.c:39 1272#, c-format 1273msgid "GNU ld %s\n" 1274msgstr "" 1275 1276#: ldver.c:43 1277#, c-format 1278msgid "Copyright 2014 Free Software Foundation, Inc.\n" 1279msgstr "" 1280 1281#: ldver.c:44 1282#, c-format 1283msgid "" 1284"This program is free software; you may redistribute it under the terms of\n" 1285"the GNU General Public License version 3 or (at your option) a later " 1286"version.\n" 1287"This program has absolutely no warranty.\n" 1288msgstr "" 1289 1290#: ldver.c:54 1291#, c-format 1292msgid " Supported emulations:\n" 1293msgstr "" 1294 1295#: ldwrite.c:62 ldwrite.c:208 1296msgid "%P%F: bfd_new_link_order failed\n" 1297msgstr "" 1298 1299#: ldwrite.c:366 1300msgid "%F%P: cannot create split section name for %s\n" 1301msgstr "" 1302 1303#: ldwrite.c:378 1304msgid "%F%P: clone section failed: %E\n" 1305msgstr "" 1306 1307#: ldwrite.c:419 1308#, c-format 1309msgid "%8x something else\n" 1310msgstr "" 1311 1312#: ldwrite.c:589 1313msgid "%F%P: final link failed: %E\n" 1314msgstr "" 1315 1316#: lexsup.c:104 lexsup.c:261 1317msgid "KEYWORD" 1318msgstr "" 1319 1320#: lexsup.c:104 1321msgid "Shared library control for HP/UX compatibility" 1322msgstr "" 1323 1324#: lexsup.c:107 1325msgid "ARCH" 1326msgstr "" 1327 1328#: lexsup.c:107 1329msgid "Set architecture" 1330msgstr "" 1331 1332#: lexsup.c:109 lexsup.c:380 1333msgid "TARGET" 1334msgstr "" 1335 1336#: lexsup.c:109 1337msgid "Specify target for following input files" 1338msgstr "" 1339 1340#: lexsup.c:112 lexsup.c:163 lexsup.c:190 lexsup.c:203 lexsup.c:205 1341#: lexsup.c:334 lexsup.c:396 lexsup.c:463 lexsup.c:476 1342msgid "FILE" 1343msgstr "" 1344 1345#: lexsup.c:112 1346msgid "Read MRI format linker script" 1347msgstr "" 1348 1349#: lexsup.c:114 1350msgid "Force common symbols to be defined" 1351msgstr "" 1352 1353#: lexsup.c:118 lexsup.c:440 lexsup.c:442 lexsup.c:444 lexsup.c:446 1354#: lexsup.c:448 lexsup.c:450 1355msgid "ADDRESS" 1356msgstr "" 1357 1358#: lexsup.c:118 1359msgid "Set start address" 1360msgstr "" 1361 1362#: lexsup.c:120 1363msgid "Export all dynamic symbols" 1364msgstr "" 1365 1366#: lexsup.c:122 1367msgid "Undo the effect of --export-dynamic" 1368msgstr "" 1369 1370#: lexsup.c:124 1371msgid "Link big-endian objects" 1372msgstr "" 1373 1374#: lexsup.c:126 1375msgid "Link little-endian objects" 1376msgstr "" 1377 1378#: lexsup.c:128 lexsup.c:131 1379msgid "SHLIB" 1380msgstr "" 1381 1382#: lexsup.c:128 1383msgid "Auxiliary filter for shared object symbol table" 1384msgstr "" 1385 1386#: lexsup.c:131 1387msgid "Filter for shared object symbol table" 1388msgstr "" 1389 1390#: lexsup.c:134 1391msgid "Ignored" 1392msgstr "" 1393 1394#: lexsup.c:136 1395msgid "SIZE" 1396msgstr "" 1397 1398#: lexsup.c:136 1399msgid "Small data size (if no size, same as --shared)" 1400msgstr "" 1401 1402#: lexsup.c:139 1403msgid "FILENAME" 1404msgstr "" 1405 1406#: lexsup.c:139 1407msgid "Set internal name of shared library" 1408msgstr "" 1409 1410#: lexsup.c:141 1411msgid "PROGRAM" 1412msgstr "" 1413 1414#: lexsup.c:141 1415msgid "Set PROGRAM as the dynamic linker to use" 1416msgstr "" 1417 1418#: lexsup.c:144 1419msgid "LIBNAME" 1420msgstr "" 1421 1422#: lexsup.c:144 1423msgid "Search for library LIBNAME" 1424msgstr "" 1425 1426#: lexsup.c:146 1427msgid "DIRECTORY" 1428msgstr "" 1429 1430#: lexsup.c:146 1431msgid "Add DIRECTORY to library search path" 1432msgstr "" 1433 1434#: lexsup.c:149 1435msgid "Override the default sysroot location" 1436msgstr "" 1437 1438#: lexsup.c:151 1439msgid "EMULATION" 1440msgstr "" 1441 1442#: lexsup.c:151 1443msgid "Set emulation" 1444msgstr "" 1445 1446#: lexsup.c:153 1447msgid "Print map file on standard output" 1448msgstr "" 1449 1450#: lexsup.c:155 1451msgid "Do not page align data" 1452msgstr "" 1453 1454#: lexsup.c:157 1455msgid "Do not page align data, do not make text readonly" 1456msgstr "" 1457 1458#: lexsup.c:160 1459msgid "Page align data, make text readonly" 1460msgstr "" 1461 1462#: lexsup.c:163 1463msgid "Set output file name" 1464msgstr "" 1465 1466#: lexsup.c:165 1467msgid "Optimize output file" 1468msgstr "" 1469 1470#: lexsup.c:168 1471msgid "PLUGIN" 1472msgstr "" 1473 1474#: lexsup.c:168 1475msgid "Load named plugin" 1476msgstr "" 1477 1478#: lexsup.c:170 1479msgid "ARG" 1480msgstr "" 1481 1482#: lexsup.c:170 1483msgid "Send arg to last-loaded plugin" 1484msgstr "" 1485 1486#: lexsup.c:172 lexsup.c:175 1487msgid "Ignored for GCC LTO option compatibility" 1488msgstr "" 1489 1490#: lexsup.c:179 1491msgid "Ignored for GCC linker option compatibility" 1492msgstr "" 1493 1494#: lexsup.c:182 1495msgid "Ignored for SVR4 compatibility" 1496msgstr "" 1497 1498#: lexsup.c:186 1499msgid "Generate relocatable output" 1500msgstr "" 1501 1502#: lexsup.c:190 1503msgid "Just link symbols (if directory, same as --rpath)" 1504msgstr "" 1505 1506#: lexsup.c:193 1507msgid "Strip all symbols" 1508msgstr "" 1509 1510#: lexsup.c:195 1511msgid "Strip debugging symbols" 1512msgstr "" 1513 1514#: lexsup.c:197 1515msgid "Strip symbols in discarded sections" 1516msgstr "" 1517 1518#: lexsup.c:199 1519msgid "Do not strip symbols in discarded sections" 1520msgstr "" 1521 1522#: lexsup.c:201 1523msgid "Trace file opens" 1524msgstr "" 1525 1526#: lexsup.c:203 1527msgid "Read linker script" 1528msgstr "" 1529 1530#: lexsup.c:205 1531msgid "Read default linker script" 1532msgstr "" 1533 1534#: lexsup.c:209 lexsup.c:227 lexsup.c:311 lexsup.c:332 lexsup.c:433 1535#: lexsup.c:466 lexsup.c:505 lexsup.c:508 1536msgid "SYMBOL" 1537msgstr "" 1538 1539#: lexsup.c:209 1540msgid "Start with undefined reference to SYMBOL" 1541msgstr "" 1542 1543#: lexsup.c:212 1544msgid "[=SECTION]" 1545msgstr "" 1546 1547#: lexsup.c:213 1548msgid "Don't merge input [SECTION | orphan] sections" 1549msgstr "" 1550 1551#: lexsup.c:215 1552msgid "Build global constructor/destructor tables" 1553msgstr "" 1554 1555#: lexsup.c:217 1556msgid "Print version information" 1557msgstr "" 1558 1559#: lexsup.c:219 1560msgid "Print version and emulation information" 1561msgstr "" 1562 1563#: lexsup.c:221 1564msgid "Discard all local symbols" 1565msgstr "" 1566 1567#: lexsup.c:223 1568msgid "Discard temporary local symbols (default)" 1569msgstr "" 1570 1571#: lexsup.c:225 1572msgid "Don't discard any local symbols" 1573msgstr "" 1574 1575#: lexsup.c:227 1576msgid "Trace mentions of SYMBOL" 1577msgstr "" 1578 1579#: lexsup.c:229 lexsup.c:398 lexsup.c:400 1580msgid "PATH" 1581msgstr "" 1582 1583#: lexsup.c:229 1584msgid "Default search path for Solaris compatibility" 1585msgstr "" 1586 1587#: lexsup.c:232 1588msgid "Start a group" 1589msgstr "" 1590 1591#: lexsup.c:234 1592msgid "End a group" 1593msgstr "" 1594 1595#: lexsup.c:238 1596msgid "Accept input files whose architecture cannot be determined" 1597msgstr "" 1598 1599#: lexsup.c:242 1600msgid "Reject input files whose architecture is unknown" 1601msgstr "" 1602 1603#: lexsup.c:254 1604msgid "Only set DT_NEEDED for following dynamic libs if used" 1605msgstr "" 1606 1607#: lexsup.c:257 1608msgid "" 1609"Always set DT_NEEDED for dynamic libraries mentioned on\n" 1610" the command line" 1611msgstr "" 1612 1613#: lexsup.c:261 1614msgid "Ignored for SunOS compatibility" 1615msgstr "" 1616 1617#: lexsup.c:263 1618msgid "Link against shared libraries" 1619msgstr "" 1620 1621#: lexsup.c:269 1622msgid "Do not link against shared libraries" 1623msgstr "" 1624 1625#: lexsup.c:277 1626msgid "Bind global references locally" 1627msgstr "" 1628 1629#: lexsup.c:279 1630msgid "Bind global function references locally" 1631msgstr "" 1632 1633#: lexsup.c:281 1634msgid "Check section addresses for overlaps (default)" 1635msgstr "" 1636 1637#: lexsup.c:284 1638msgid "Do not check section addresses for overlaps" 1639msgstr "" 1640 1641#: lexsup.c:288 1642msgid "Copy DT_NEEDED links mentioned inside DSOs that follow" 1643msgstr "" 1644 1645#: lexsup.c:292 1646msgid "Do not copy DT_NEEDED links mentioned inside DSOs that follow" 1647msgstr "" 1648 1649#: lexsup.c:296 1650msgid "Output cross reference table" 1651msgstr "" 1652 1653#: lexsup.c:298 1654msgid "SYMBOL=EXPRESSION" 1655msgstr "" 1656 1657#: lexsup.c:298 1658msgid "Define a symbol" 1659msgstr "" 1660 1661#: lexsup.c:300 1662msgid "[=STYLE]" 1663msgstr "" 1664 1665#: lexsup.c:300 1666msgid "Demangle symbol names [using STYLE]" 1667msgstr "" 1668 1669#: lexsup.c:303 1670msgid "Generate embedded relocs" 1671msgstr "" 1672 1673#: lexsup.c:305 1674msgid "Treat warnings as errors" 1675msgstr "" 1676 1677#: lexsup.c:308 1678msgid "Do not treat warnings as errors (default)" 1679msgstr "" 1680 1681#: lexsup.c:311 1682msgid "Call SYMBOL at unload-time" 1683msgstr "" 1684 1685#: lexsup.c:313 1686msgid "Force generation of file with .exe suffix" 1687msgstr "" 1688 1689#: lexsup.c:315 1690msgid "Remove unused sections (on some targets)" 1691msgstr "" 1692 1693#: lexsup.c:318 1694msgid "Don't remove unused sections (default)" 1695msgstr "" 1696 1697#: lexsup.c:321 1698msgid "List removed unused sections on stderr" 1699msgstr "" 1700 1701#: lexsup.c:324 1702msgid "Do not list removed unused sections" 1703msgstr "" 1704 1705#: lexsup.c:327 1706msgid "Set default hash table size close to <NUMBER>" 1707msgstr "" 1708 1709#: lexsup.c:330 1710msgid "Print option help" 1711msgstr "" 1712 1713#: lexsup.c:332 1714msgid "Call SYMBOL at load-time" 1715msgstr "" 1716 1717#: lexsup.c:334 1718msgid "Write a map file" 1719msgstr "" 1720 1721#: lexsup.c:336 1722msgid "Do not define Common storage" 1723msgstr "" 1724 1725#: lexsup.c:338 1726msgid "Do not demangle symbol names" 1727msgstr "" 1728 1729#: lexsup.c:340 1730msgid "Use less memory and more disk I/O" 1731msgstr "" 1732 1733#: lexsup.c:342 1734msgid "Do not allow unresolved references in object files" 1735msgstr "" 1736 1737#: lexsup.c:345 1738msgid "Allow unresolved references in shared libraries" 1739msgstr "" 1740 1741#: lexsup.c:349 1742msgid "Do not allow unresolved references in shared libs" 1743msgstr "" 1744 1745#: lexsup.c:353 1746msgid "Allow multiple definitions" 1747msgstr "" 1748 1749#: lexsup.c:355 1750msgid "Disallow undefined version" 1751msgstr "" 1752 1753#: lexsup.c:357 1754msgid "Create default symbol version" 1755msgstr "" 1756 1757#: lexsup.c:360 1758msgid "Create default symbol version for imported symbols" 1759msgstr "" 1760 1761#: lexsup.c:363 1762msgid "Don't warn about mismatched input files" 1763msgstr "" 1764 1765#: lexsup.c:366 1766msgid "Don't warn on finding an incompatible library" 1767msgstr "" 1768 1769#: lexsup.c:369 1770msgid "Turn off --whole-archive" 1771msgstr "" 1772 1773#: lexsup.c:371 1774msgid "Create an output file even if errors occur" 1775msgstr "" 1776 1777#: lexsup.c:376 1778msgid "" 1779"Only use library directories specified on\n" 1780" the command line" 1781msgstr "" 1782 1783#: lexsup.c:380 1784msgid "Specify target of output file" 1785msgstr "" 1786 1787#: lexsup.c:383 1788msgid "Print default output format" 1789msgstr "" 1790 1791#: lexsup.c:385 1792msgid "Ignored for Linux compatibility" 1793msgstr "" 1794 1795#: lexsup.c:388 1796msgid "Reduce memory overheads, possibly taking much longer" 1797msgstr "" 1798 1799#: lexsup.c:391 1800msgid "Reduce code size by using target specific optimizations" 1801msgstr "" 1802 1803#: lexsup.c:393 1804msgid "Do not use relaxation techniques to reduce code size" 1805msgstr "" 1806 1807#: lexsup.c:396 1808msgid "Keep only symbols listed in FILE" 1809msgstr "" 1810 1811#: lexsup.c:398 1812msgid "Set runtime shared library search path" 1813msgstr "" 1814 1815#: lexsup.c:400 1816msgid "Set link time shared library search path" 1817msgstr "" 1818 1819#: lexsup.c:403 1820msgid "Create a shared library" 1821msgstr "" 1822 1823#: lexsup.c:407 1824msgid "Create a position independent executable" 1825msgstr "" 1826 1827#: lexsup.c:411 1828msgid "[=ascending|descending]" 1829msgstr "" 1830 1831#: lexsup.c:412 1832msgid "Sort common symbols by alignment [in specified order]" 1833msgstr "" 1834 1835#: lexsup.c:417 1836msgid "name|alignment" 1837msgstr "" 1838 1839#: lexsup.c:418 1840msgid "Sort sections by name or maximum alignment" 1841msgstr "" 1842 1843#: lexsup.c:420 1844msgid "COUNT" 1845msgstr "" 1846 1847#: lexsup.c:420 1848msgid "How many tags to reserve in .dynamic section" 1849msgstr "" 1850 1851#: lexsup.c:423 1852msgid "[=SIZE]" 1853msgstr "" 1854 1855#: lexsup.c:423 1856msgid "Split output sections every SIZE octets" 1857msgstr "" 1858 1859#: lexsup.c:426 1860msgid "[=COUNT]" 1861msgstr "" 1862 1863#: lexsup.c:426 1864msgid "Split output sections every COUNT relocs" 1865msgstr "" 1866 1867#: lexsup.c:429 1868msgid "Print memory usage statistics" 1869msgstr "" 1870 1871#: lexsup.c:431 1872msgid "Display target specific options" 1873msgstr "" 1874 1875#: lexsup.c:433 1876msgid "Do task level linking" 1877msgstr "" 1878 1879#: lexsup.c:435 1880msgid "Use same format as native linker" 1881msgstr "" 1882 1883#: lexsup.c:437 1884msgid "SECTION=ADDRESS" 1885msgstr "" 1886 1887#: lexsup.c:437 1888msgid "Set address of named section" 1889msgstr "" 1890 1891#: lexsup.c:440 1892msgid "Set address of .bss section" 1893msgstr "" 1894 1895#: lexsup.c:442 1896msgid "Set address of .data section" 1897msgstr "" 1898 1899#: lexsup.c:444 1900msgid "Set address of .text section" 1901msgstr "" 1902 1903#: lexsup.c:446 1904msgid "Set address of text segment" 1905msgstr "" 1906 1907#: lexsup.c:448 1908msgid "Set address of rodata segment" 1909msgstr "" 1910 1911#: lexsup.c:450 1912msgid "Set address of ldata segment" 1913msgstr "" 1914 1915#: lexsup.c:453 1916msgid "" 1917"How to handle unresolved symbols. <method> is:\n" 1918" ignore-all, report-all, ignore-in-object-" 1919"files,\n" 1920" ignore-in-shared-libs" 1921msgstr "" 1922 1923#: lexsup.c:458 1924msgid "[=NUMBER]" 1925msgstr "" 1926 1927#: lexsup.c:459 1928msgid "Output lots of information during link" 1929msgstr "" 1930 1931#: lexsup.c:463 1932msgid "Read version information script" 1933msgstr "" 1934 1935#: lexsup.c:466 1936msgid "" 1937"Take export symbols list from .exports, using\n" 1938" SYMBOL as the version." 1939msgstr "" 1940 1941#: lexsup.c:470 1942msgid "Add data symbols to dynamic list" 1943msgstr "" 1944 1945#: lexsup.c:472 1946msgid "Use C++ operator new/delete dynamic list" 1947msgstr "" 1948 1949#: lexsup.c:474 1950msgid "Use C++ typeinfo dynamic list" 1951msgstr "" 1952 1953#: lexsup.c:476 1954msgid "Read dynamic list" 1955msgstr "" 1956 1957#: lexsup.c:478 1958msgid "Warn about duplicate common symbols" 1959msgstr "" 1960 1961#: lexsup.c:480 1962msgid "Warn if global constructors/destructors are seen" 1963msgstr "" 1964 1965#: lexsup.c:483 1966msgid "Warn if the multiple GP values are used" 1967msgstr "" 1968 1969#: lexsup.c:485 1970msgid "Warn only once per undefined symbol" 1971msgstr "" 1972 1973#: lexsup.c:487 1974msgid "Warn if start of section changes due to alignment" 1975msgstr "" 1976 1977#: lexsup.c:490 1978msgid "Warn if shared object has DT_TEXTREL" 1979msgstr "" 1980 1981#: lexsup.c:493 1982msgid "Warn if an object has alternate ELF machine code" 1983msgstr "" 1984 1985#: lexsup.c:497 1986msgid "Report unresolved symbols as warnings" 1987msgstr "" 1988 1989#: lexsup.c:500 1990msgid "Report unresolved symbols as errors" 1991msgstr "" 1992 1993#: lexsup.c:502 1994msgid "Include all objects from following archives" 1995msgstr "" 1996 1997#: lexsup.c:505 1998msgid "Use wrapper functions for SYMBOL" 1999msgstr "" 2000 2001#: lexsup.c:509 2002msgid "Unresolved SYMBOL will not cause an error or warning" 2003msgstr "" 2004 2005#: lexsup.c:659 2006msgid "%P: unrecognized option '%s'\n" 2007msgstr "" 2008 2009#: lexsup.c:663 2010msgid "%P%F: use the --help option for usage information\n" 2011msgstr "" 2012 2013#: lexsup.c:681 2014msgid "%P%F: unrecognized -a option `%s'\n" 2015msgstr "" 2016 2017#: lexsup.c:694 2018msgid "%P%F: unrecognized -assert option `%s'\n" 2019msgstr "" 2020 2021#: lexsup.c:735 2022msgid "%F%P: unknown demangling style `%s'\n" 2023msgstr "" 2024 2025#: lexsup.c:801 lexsup.c:1239 2026msgid "%P%F: invalid number `%s'\n" 2027msgstr "" 2028 2029#: lexsup.c:899 2030msgid "%P%F: bad --unresolved-symbols option: %s\n" 2031msgstr "" 2032 2033#: lexsup.c:968 2034msgid "%P%F: bad -plugin-opt option\n" 2035msgstr "" 2036 2037#. This can happen if the user put "-rpath,a" on the command 2038#. line. (Or something similar. The comma is important). 2039#. Getopt becomes confused and thinks that this is a -r option 2040#. but it cannot parse the text after the -r so it refuses to 2041#. increment the optind counter. Detect this case and issue 2042#. an error message here. We cannot just make this a warning, 2043#. increment optind, and continue because getopt is too confused 2044#. and will seg-fault the next time around. 2045#: lexsup.c:985 2046msgid "%P%F: bad -rpath option\n" 2047msgstr "" 2048 2049#: lexsup.c:1099 2050msgid "%P%F: -shared not supported\n" 2051msgstr "" 2052 2053#: lexsup.c:1108 2054msgid "%P%F: -pie not supported\n" 2055msgstr "" 2056 2057#: lexsup.c:1116 2058msgid "descending" 2059msgstr "" 2060 2061#: lexsup.c:1118 2062msgid "ascending" 2063msgstr "" 2064 2065#: lexsup.c:1121 2066msgid "%P%F: invalid common section sorting option: %s\n" 2067msgstr "" 2068 2069#: lexsup.c:1125 2070msgid "name" 2071msgstr "" 2072 2073#: lexsup.c:1127 2074msgid "alignment" 2075msgstr "" 2076 2077#: lexsup.c:1130 2078msgid "%P%F: invalid section sorting option: %s\n" 2079msgstr "" 2080 2081#: lexsup.c:1164 2082msgid "%P%F: invalid argument to option \"--section-start\"\n" 2083msgstr "" 2084 2085#: lexsup.c:1171 2086msgid "%P%F: missing argument(s) to option \"--section-start\"\n" 2087msgstr "" 2088 2089#: lexsup.c:1414 2090msgid "%P%F: group ended before it began (--help for usage)\n" 2091msgstr "" 2092 2093#: lexsup.c:1442 2094msgid "%P%X: --hash-size needs a numeric argument\n" 2095msgstr "" 2096 2097#: lexsup.c:1473 2098msgid "%P%F: -r and -shared may not be used together\n" 2099msgstr "" 2100 2101#: lexsup.c:1516 2102msgid "%P%F: -F may not be used without -shared\n" 2103msgstr "" 2104 2105#: lexsup.c:1518 2106msgid "%P%F: -f may not be used without -shared\n" 2107msgstr "" 2108 2109#: lexsup.c:1562 lexsup.c:1575 2110msgid "%P%F: invalid hex number `%s'\n" 2111msgstr "" 2112 2113#: lexsup.c:1611 2114#, c-format 2115msgid "Usage: %s [options] file...\n" 2116msgstr "" 2117 2118#: lexsup.c:1613 2119#, c-format 2120msgid "Options:\n" 2121msgstr "" 2122 2123#: lexsup.c:1691 2124#, c-format 2125msgid " @FILE" 2126msgstr "" 2127 2128#: lexsup.c:1694 2129#, c-format 2130msgid "Read options from FILE\n" 2131msgstr "" 2132 2133#. Note: Various tools (such as libtool) depend upon the 2134#. format of the listings below - do not change them. 2135#: lexsup.c:1699 2136#, c-format 2137msgid "%s: supported targets:" 2138msgstr "" 2139 2140#: lexsup.c:1707 2141#, c-format 2142msgid "%s: supported emulations: " 2143msgstr "" 2144 2145#: lexsup.c:1712 2146#, c-format 2147msgid "%s: emulation specific options:\n" 2148msgstr "" 2149 2150#: lexsup.c:1717 2151#, c-format 2152msgid "Report bugs to %s\n" 2153msgstr "" 2154 2155#: mri.c:294 2156msgid "%P%F: unknown format type %s\n" 2157msgstr "" 2158 2159#: pe-dll.c:430 2160#, c-format 2161msgid "%XUnsupported PEI architecture: %s\n" 2162msgstr "" 2163 2164#: pe-dll.c:799 2165#, c-format 2166msgid "%XCannot export %s: invalid export name\n" 2167msgstr "" 2168 2169#: pe-dll.c:851 2170#, c-format 2171msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n" 2172msgstr "" 2173 2174#: pe-dll.c:858 2175#, c-format 2176msgid "Warning, duplicate EXPORT: %s\n" 2177msgstr "" 2178 2179#: pe-dll.c:961 2180#, c-format 2181msgid "%XCannot export %s: symbol not defined\n" 2182msgstr "" 2183 2184#: pe-dll.c:967 2185#, c-format 2186msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n" 2187msgstr "" 2188 2189#: pe-dll.c:974 2190#, c-format 2191msgid "%XCannot export %s: symbol not found\n" 2192msgstr "" 2193 2194#: pe-dll.c:1088 2195#, c-format 2196msgid "%XError, ordinal used twice: %d (%s vs %s)\n" 2197msgstr "" 2198 2199#: pe-dll.c:1478 2200#, c-format 2201msgid "%XError: %d-bit reloc in dll\n" 2202msgstr "" 2203 2204#: pe-dll.c:1606 2205#, c-format 2206msgid "%s: Can't open output def file %s\n" 2207msgstr "" 2208 2209#: pe-dll.c:1757 2210#, c-format 2211msgid "; no contents available\n" 2212msgstr "" 2213 2214#: pe-dll.c:2684 2215msgid "" 2216"%C: variable '%T' can't be auto-imported. Please read the documentation for " 2217"ld's --enable-auto-import for details.\n" 2218msgstr "" 2219 2220#: pe-dll.c:2714 2221#, c-format 2222msgid "%XCan't open .lib file: %s\n" 2223msgstr "" 2224 2225#: pe-dll.c:2720 2226#, c-format 2227msgid "Creating library file: %s\n" 2228msgstr "" 2229 2230#: pe-dll.c:2749 2231#, c-format 2232msgid "%Xbfd_openr %s: %E\n" 2233msgstr "" 2234 2235#: pe-dll.c:2761 2236#, c-format 2237msgid "%X%s(%s): can't find member in non-archive file" 2238msgstr "" 2239 2240#: pe-dll.c:2773 2241#, c-format 2242msgid "%X%s(%s): can't find member in archive" 2243msgstr "" 2244 2245#: pe-dll.c:3356 2246#, c-format 2247msgid "%XError: can't use long section names on this arch\n" 2248msgstr "" 2249 2250#: plugin.c:185 plugin.c:218 2251msgid "<no plugin>" 2252msgstr "" 2253 2254#: plugin.c:199 plugin.c:814 2255msgid "%P%F: %s: error loading plugin: %s\n" 2256msgstr "" 2257 2258#: plugin.c:257 2259#, c-format 2260msgid "could not create dummy IR bfd: %F%E\n" 2261msgstr "" 2262 2263#: plugin.c:350 2264msgid "%P%F: %s: non-ELF symbol in ELF BFD!\n" 2265msgstr "" 2266 2267#: plugin.c:354 2268msgid "%P%F: unknown ELF symbol visibility: %d!\n" 2269msgstr "" 2270 2271#: plugin.c:591 2272msgid "%P: %B: symbol `%s' definition: %d, visibility: %d, resolution: %d\n" 2273msgstr "" 2274 2275#: plugin.c:821 2276msgid "%P%F: %s: plugin error: %d\n" 2277msgstr "" 2278 2279#: plugin.c:871 2280msgid "%P%F: %s: plugin reported error claiming file\n" 2281msgstr "" 2282 2283#: plugin.c:936 2284msgid "%P: %s: error in plugin cleanup: %d (ignored)\n" 2285msgstr "" 2286