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