forked from bminor/binutils-gdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbinutils.pot
8865 lines (7167 loc) · 165 KB
/
binutils.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
"POT-Creation-Date: 2014-02-10 09:42+1030\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: addr2line.c:81
#, c-format
msgid "Usage: %s [option(s)] [addr(s)]\n"
msgstr ""
#: addr2line.c:82
#, c-format
msgid " Convert addresses into line number/file name pairs.\n"
msgstr ""
#: addr2line.c:83
#, c-format
msgid ""
" If no addresses are specified on the command line, they will be read from "
"stdin\n"
msgstr ""
#: addr2line.c:84
#, c-format
msgid ""
" The options are:\n"
" @<file> Read options from <file>\n"
" -a --addresses Show addresses\n"
" -b --target=<bfdname> Set the binary file format\n"
" -e --exe=<executable> Set the input file name (default is a.out)\n"
" -i --inlines Unwind inlined functions\n"
" -j --section=<name> Read section-relative offsets instead of addresses\n"
" -p --pretty-print Make the output easier to read for humans\n"
" -s --basenames Strip directory names\n"
" -f --functions Show function names\n"
" -C --demangle[=style] Demangle function names\n"
" -h --help Display this information\n"
" -v --version Display the program's version\n"
"\n"
msgstr ""
#: addr2line.c:101 ar.c:332 ar.c:369 coffdump.c:471 dlltool.c:3969
#: dllwrap.c:518 elfedit.c:651 nlmconv.c:1113 objcopy.c:606 objcopy.c:656
#: readelf.c:3705 size.c:99 srconv.c:1744 strings.c:653 sysdump.c:653
#: windmc.c:228 windres.c:687
#, c-format
msgid "Report bugs to %s\n"
msgstr ""
#. Note for translators: This printf is used to join the
#. function name just printed above to the line number/
#. file name pair that is about to be printed below. Eg:
#.
#. foo at 123:bar.c
#: addr2line.c:297
#, c-format
msgid " at "
msgstr ""
#. Note for translators: This printf is used to join the
#. line number/file name pair that has just been printed with
#. the line number/file name pair that is going to be printed
#. by the next iteration of the while loop. Eg:
#.
#. 123:bar.c (inlined by) 456:main.c
#: addr2line.c:338
#, c-format
msgid " (inlined by) "
msgstr ""
#: addr2line.c:371
#, c-format
msgid "%s: cannot get addresses from archive"
msgstr ""
#: addr2line.c:388
#, c-format
msgid "%s: cannot find section %s"
msgstr ""
#: addr2line.c:457 nm.c:1572 objdump.c:3479
#, c-format
msgid "unknown demangling style `%s'"
msgstr ""
#: ar.c:253
#, c-format
msgid "no entry %s in archive\n"
msgstr ""
#: ar.c:267
#, c-format
msgid ""
"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin "
"<name>] [member-name] [count] archive-file file...\n"
msgstr ""
#: ar.c:273
#, c-format
msgid ""
"Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] "
"[count] archive-file file...\n"
msgstr ""
#: ar.c:281
#, c-format
msgid " %s -M [<mri-script]\n"
msgstr ""
#: ar.c:282
#, c-format
msgid " commands:\n"
msgstr ""
#: ar.c:283
#, c-format
msgid " d - delete file(s) from the archive\n"
msgstr ""
#: ar.c:284
#, c-format
msgid " m[ab] - move file(s) in the archive\n"
msgstr ""
#: ar.c:285
#, c-format
msgid " p - print file(s) found in the archive\n"
msgstr ""
#: ar.c:286
#, c-format
msgid " q[f] - quick append file(s) to the archive\n"
msgstr ""
#: ar.c:287
#, c-format
msgid ""
" r[ab][f][u] - replace existing or insert new file(s) into the archive\n"
msgstr ""
#: ar.c:288
#, c-format
msgid " s - act as ranlib\n"
msgstr ""
#: ar.c:289
#, c-format
msgid " t - display contents of archive\n"
msgstr ""
#: ar.c:290
#, c-format
msgid " x[o] - extract file(s) from the archive\n"
msgstr ""
#: ar.c:291
#, c-format
msgid " command specific modifiers:\n"
msgstr ""
#: ar.c:292
#, c-format
msgid " [a] - put file(s) after [member-name]\n"
msgstr ""
#: ar.c:293
#, c-format
msgid " [b] - put file(s) before [member-name] (same as [i])\n"
msgstr ""
#: ar.c:296
#, c-format
msgid " [D] - use zero for timestamps and uids/gids (default)\n"
msgstr ""
#: ar.c:298
#, c-format
msgid " [U] - use actual timestamps and uids/gids\n"
msgstr ""
#: ar.c:303
#, c-format
msgid " [D] - use zero for timestamps and uids/gids\n"
msgstr ""
#: ar.c:305
#, c-format
msgid " [U] - use actual timestamps and uids/gids (default)\n"
msgstr ""
#: ar.c:308
#, c-format
msgid " [N] - use instance [count] of name\n"
msgstr ""
#: ar.c:309
#, c-format
msgid " [f] - truncate inserted file names\n"
msgstr ""
#: ar.c:310
#, c-format
msgid " [P] - use full path names when matching\n"
msgstr ""
#: ar.c:311
#, c-format
msgid " [o] - preserve original dates\n"
msgstr ""
#: ar.c:312
#, c-format
msgid ""
" [u] - only replace files that are newer than current archive "
"contents\n"
msgstr ""
#: ar.c:313
#, c-format
msgid " generic modifiers:\n"
msgstr ""
#: ar.c:314
#, c-format
msgid " [c] - do not warn if the library had to be created\n"
msgstr ""
#: ar.c:315
#, c-format
msgid " [s] - create an archive index (cf. ranlib)\n"
msgstr ""
#: ar.c:316
#, c-format
msgid " [S] - do not build a symbol table\n"
msgstr ""
#: ar.c:317
#, c-format
msgid " [T] - make a thin archive\n"
msgstr ""
#: ar.c:318
#, c-format
msgid " [v] - be verbose\n"
msgstr ""
#: ar.c:319
#, c-format
msgid " [V] - display the version number\n"
msgstr ""
#: ar.c:320
#, c-format
msgid " @<file> - read options from <file>\n"
msgstr ""
#: ar.c:321
#, c-format
msgid " --target=BFDNAME - specify the target object format as BFDNAME\n"
msgstr ""
#: ar.c:323
#, c-format
msgid " optional:\n"
msgstr ""
#: ar.c:324
#, c-format
msgid " --plugin <p> - load the specified plugin\n"
msgstr ""
#: ar.c:345
#, c-format
msgid "Usage: %s [options] archive\n"
msgstr ""
#: ar.c:346
#, c-format
msgid " Generate an index to speed access to archives\n"
msgstr ""
#: ar.c:347
#, c-format
msgid ""
" The options are:\n"
" @<file> Read options from <file>\n"
msgstr ""
#: ar.c:350
#, c-format
msgid " --plugin <name> Load the specified plugin\n"
msgstr ""
#: ar.c:354
#, c-format
msgid ""
" -D Use zero for symbol map timestamp (default)\n"
" -U Use an actual symbol map timestamp\n"
msgstr ""
#: ar.c:358
#, c-format
msgid ""
" -D Use zero for symbol map timestamp\n"
" -U Use actual symbol map timestamp (default)\n"
msgstr ""
#: ar.c:361
#, c-format
msgid ""
" -t Update the archive's symbol map timestamp\n"
" -h --help Print this help message\n"
" -v --version Print version information\n"
msgstr ""
#: ar.c:485
msgid "two different operation options specified"
msgstr ""
#: ar.c:577 ar.c:638 nm.c:1654
#, c-format
msgid "sorry - this program has been built without plugin support\n"
msgstr ""
#: ar.c:761
msgid "no operation specified"
msgstr ""
#: ar.c:764
msgid "`u' is only meaningful with the `r' option."
msgstr ""
#: ar.c:767
msgid "`u' is not meaningful with the `D' option."
msgstr ""
#: ar.c:770
msgid "`u' modifier ignored since `D' is the default (see `U')"
msgstr ""
#: ar.c:781
msgid "`N' is only meaningful with the `x' and `d' options."
msgstr ""
#: ar.c:784
msgid "Value for `N' must be positive."
msgstr ""
#: ar.c:798
msgid "`x' cannot be used on thin archives."
msgstr ""
#: ar.c:845
#, c-format
msgid "internal error -- this option not implemented"
msgstr ""
#: ar.c:914
#, c-format
msgid "creating %s"
msgstr ""
#: ar.c:945
#, c-format
msgid "Cannot convert existing library %s to thin format"
msgstr ""
#: ar.c:951
#, c-format
msgid "Cannot convert existing thin library %s to normal format"
msgstr ""
#: ar.c:983 ar.c:1037 ar.c:1366 objcopy.c:2294
#, c-format
msgid "internal stat error on %s"
msgstr ""
#: ar.c:1002 ar.c:1070
#, c-format
msgid "%s is not a valid archive"
msgstr ""
#: ar.c:1128
msgid "could not create temporary file whilst writing archive"
msgstr ""
#: ar.c:1271
#, c-format
msgid "No member named `%s'\n"
msgstr ""
#: ar.c:1321
#, c-format
msgid "no entry %s in archive %s!"
msgstr ""
#: ar.c:1460
#, c-format
msgid "%s: no archive map to update"
msgstr ""
#: arsup.c:89
#, c-format
msgid "No entry %s in archive.\n"
msgstr ""
#: arsup.c:114
#, c-format
msgid "Can't open file %s\n"
msgstr ""
#: arsup.c:164
#, c-format
msgid "%s: Can't open output archive %s\n"
msgstr ""
#: arsup.c:181
#, c-format
msgid "%s: Can't open input archive %s\n"
msgstr ""
#: arsup.c:190
#, c-format
msgid "%s: file %s is not an archive\n"
msgstr ""
#: arsup.c:230
#, c-format
msgid "%s: no output archive specified yet\n"
msgstr ""
#: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:353 arsup.c:419
#, c-format
msgid "%s: no open output archive\n"
msgstr ""
#: arsup.c:261 arsup.c:374 arsup.c:400
#, c-format
msgid "%s: can't open file %s\n"
msgstr ""
#: arsup.c:315 arsup.c:396 arsup.c:477
#, c-format
msgid "%s: can't find module file %s\n"
msgstr ""
#: arsup.c:428
#, c-format
msgid "Current open archive is %s\n"
msgstr ""
#: arsup.c:452
#, c-format
msgid "%s: no open archive\n"
msgstr ""
#: binemul.c:39
#, c-format
msgid " No emulation specific options\n"
msgstr ""
#. Macros for common output.
#: binemul.h:49
#, c-format
msgid " emulation options: \n"
msgstr ""
#: bucomm.c:164
#, c-format
msgid "can't set BFD default target to `%s': %s"
msgstr ""
#: bucomm.c:176
#, c-format
msgid "%s: Matching formats:"
msgstr ""
#: bucomm.c:191
#, c-format
msgid "Supported targets:"
msgstr ""
#: bucomm.c:193
#, c-format
msgid "%s: supported targets:"
msgstr ""
#: bucomm.c:211
#, c-format
msgid "Supported architectures:"
msgstr ""
#: bucomm.c:213
#, c-format
msgid "%s: supported architectures:"
msgstr ""
#: bucomm.c:229
msgid "big endian"
msgstr ""
#: bucomm.c:230
msgid "little endian"
msgstr ""
#: bucomm.c:231
msgid "endianness unknown"
msgstr ""
#: bucomm.c:252
#, c-format
msgid ""
"%s\n"
" (header %s, data %s)\n"
msgstr ""
#: bucomm.c:408
#, c-format
msgid "BFD header file version %s\n"
msgstr ""
#: bucomm.c:562
#, c-format
msgid "%s: bad number: %s"
msgstr ""
#: bucomm.c:579 strings.c:408
#, c-format
msgid "'%s': No such file"
msgstr ""
#: bucomm.c:581 strings.c:410
#, c-format
msgid "Warning: could not locate '%s'. reason: %s"
msgstr ""
#: bucomm.c:585
#, c-format
msgid "Warning: '%s' is not an ordinary file"
msgstr ""
#: bucomm.c:587
#, c-format
msgid "Warning: '%s' has negative size, probably it is too large"
msgstr ""
#: coffdump.c:107
#, c-format
msgid "#lines %d "
msgstr ""
#: coffdump.c:130
#, c-format
msgid "size %d "
msgstr ""
#: coffdump.c:135
#, c-format
msgid "section definition at %x size %x\n"
msgstr ""
#: coffdump.c:141
#, c-format
msgid "pointer to"
msgstr ""
#: coffdump.c:146
#, c-format
msgid "array [%d] of"
msgstr ""
#: coffdump.c:151
#, c-format
msgid "function returning"
msgstr ""
#: coffdump.c:155
#, c-format
msgid "arguments"
msgstr ""
#: coffdump.c:159
#, c-format
msgid "code"
msgstr ""
#: coffdump.c:165
#, c-format
msgid "structure definition"
msgstr ""
#: coffdump.c:171
#, c-format
msgid "structure ref to UNKNOWN struct"
msgstr ""
#: coffdump.c:173
#, c-format
msgid "structure ref to %s"
msgstr ""
#: coffdump.c:176
#, c-format
msgid "enum ref to %s"
msgstr ""
#: coffdump.c:179
#, c-format
msgid "enum definition"
msgstr ""
#: coffdump.c:252
#, c-format
msgid "Stack offset %x"
msgstr ""
#: coffdump.c:255
#, c-format
msgid "Memory section %s+%x"
msgstr ""
#: coffdump.c:258
#, c-format
msgid "Register %d"
msgstr ""
#: coffdump.c:261
#, c-format
msgid "Struct Member offset %x"
msgstr ""
#: coffdump.c:264
#, c-format
msgid "Enum Member offset %x"
msgstr ""
#: coffdump.c:267
#, c-format
msgid "Undefined symbol"
msgstr ""
#: coffdump.c:334
#, c-format
msgid "List of symbols"
msgstr ""
#: coffdump.c:341
#, c-format
msgid "Symbol %s, tag %d, number %d"
msgstr ""
#: coffdump.c:345 readelf.c:13103 readelf.c:13177
#, c-format
msgid "Type"
msgstr ""
#: coffdump.c:350
#, c-format
msgid "Where"
msgstr ""
#: coffdump.c:354
#, c-format
msgid "Visible"
msgstr ""
#: coffdump.c:370
msgid "List of blocks "
msgstr ""
#: coffdump.c:383
#, c-format
msgid "vars %d"
msgstr ""
#: coffdump.c:386
#, c-format
msgid "blocks"
msgstr ""
#: coffdump.c:404
#, c-format
msgid "List of source files"
msgstr ""
#: coffdump.c:410
#, c-format
msgid "Source file %s"
msgstr ""
#: coffdump.c:424
#, c-format
msgid "section %s %d %d address %x size %x number %d nrelocs %d"
msgstr ""
#: coffdump.c:449
#, c-format
msgid "#sources %d"
msgstr ""
#: coffdump.c:462 sysdump.c:646
#, c-format
msgid "Usage: %s [option(s)] in-file\n"
msgstr ""
#: coffdump.c:463
#, c-format
msgid " Print a human readable interpretation of a COFF object file\n"
msgstr ""
#: coffdump.c:464
#, c-format
msgid ""
" The options are:\n"
" @<file> Read options from <file>\n"
" -h --help Display this information\n"
" -v --version Display the program's version\n"
"\n"
msgstr ""
#: coffdump.c:533 srconv.c:1834 sysdump.c:710
msgid "no input file specified"
msgstr ""
#: cxxfilt.c:119 nm.c:270 objdump.c:281
#, c-format
msgid "Report bugs to %s.\n"
msgstr ""
#: debug.c:647
msgid "debug_add_to_current_namespace: no current file"
msgstr ""
#: debug.c:726
msgid "debug_start_source: no debug_set_filename call"
msgstr ""
#: debug.c:780
msgid "debug_record_function: no debug_set_filename call"
msgstr ""
#: debug.c:832
msgid "debug_record_parameter: no current function"
msgstr ""
#: debug.c:864
msgid "debug_end_function: no current function"
msgstr ""
#: debug.c:870
msgid "debug_end_function: some blocks were not closed"
msgstr ""
#: debug.c:898
msgid "debug_start_block: no current block"
msgstr ""
#: debug.c:934
msgid "debug_end_block: no current block"
msgstr ""
#: debug.c:941
msgid "debug_end_block: attempt to close top level block"
msgstr ""
#: debug.c:964
msgid "debug_record_line: no current unit"
msgstr ""
#. FIXME
#: debug.c:1017
msgid "debug_start_common_block: not implemented"
msgstr ""
#. FIXME
#: debug.c:1028
msgid "debug_end_common_block: not implemented"
msgstr ""
#. FIXME.
#: debug.c:1112
msgid "debug_record_label: not implemented"
msgstr ""
#: debug.c:1134
msgid "debug_record_variable: no current file"
msgstr ""
#: debug.c:1662
msgid "debug_make_undefined_type: unsupported kind"
msgstr ""
#: debug.c:1839
msgid "debug_name_type: no current file"
msgstr ""
#: debug.c:1884
msgid "debug_tag_type: no current file"
msgstr ""
#: debug.c:1892
msgid "debug_tag_type: extra tag attempted"
msgstr ""
#: debug.c:1929
#, c-format
msgid "Warning: changing type size from %d to %d\n"
msgstr ""
#: debug.c:1951
msgid "debug_find_named_type: no current compilation unit"
msgstr ""
#: debug.c:2054
#, c-format
msgid "debug_get_real_type: circular debug information for %s\n"
msgstr ""
#: debug.c:2481
msgid "debug_write_type: illegal type encountered"
msgstr ""
#: dlltool.c:918 dlltool.c:944 dlltool.c:975
#, c-format
msgid "Internal error: Unknown machine type: %d"
msgstr ""
#: dlltool.c:1016
#, c-format
msgid "Can't open def file: %s"
msgstr ""
#: dlltool.c:1021
#, c-format
msgid "Processing def file: %s"
msgstr ""
#: dlltool.c:1025
msgid "Processed def file"
msgstr ""
#: dlltool.c:1049
#, c-format
msgid "Syntax error in def file %s:%d"
msgstr ""
#: dlltool.c:1086
#, c-format
msgid "%s: Path components stripped from image name, '%s'."
msgstr ""
#: dlltool.c:1104
#, c-format
msgid "NAME: %s base: %x"
msgstr ""
#: dlltool.c:1107 dlltool.c:1128
msgid "Can't have LIBRARY and NAME"
msgstr ""
#: dlltool.c:1125
#, c-format
msgid "LIBRARY: %s base: %x"
msgstr ""
#: dlltool.c:1282
#, c-format
msgid "VERSION %d.%d\n"
msgstr ""
#: dlltool.c:1330
#, c-format
msgid "run: %s %s"
msgstr ""
#: dlltool.c:1370 resrc.c:288
#, c-format
msgid "wait: %s"
msgstr ""
#: dlltool.c:1375 dllwrap.c:416 resrc.c:293
#, c-format
msgid "subprocess got fatal signal %d"
msgstr ""
#: dlltool.c:1381 dllwrap.c:423 resrc.c:300
#, c-format
msgid "%s exited with status %d"
msgstr ""
#: dlltool.c:1412
#, c-format
msgid "Sucking in info from %s section in %s"
msgstr ""
#: dlltool.c:1552
#, c-format
msgid "Excluding symbol: %s"
msgstr ""
#: dlltool.c:1641 dlltool.c:1652 nm.c:1006 nm.c:1016 nm.c:1025
#, c-format
msgid "%s: no symbols"
msgstr ""
#. FIXME: we ought to read in and block out the base relocations.
#: dlltool.c:1678
#, c-format
msgid "Done reading %s"
msgstr ""
#: dlltool.c:1688
#, c-format
msgid "Unable to open object file: %s: %s"
msgstr ""
#: dlltool.c:1691
#, c-format
msgid "Scanning object file %s"
msgstr ""
#: dlltool.c:1708
#, c-format
msgid "Cannot produce mcore-elf dll from archive file: %s"
msgstr ""
#: dlltool.c:1810
msgid "Adding exports to output file"
msgstr ""
#: dlltool.c:1862
msgid "Added exports to output file"
msgstr ""
#: dlltool.c:2004
#, c-format
msgid "Generating export file: %s"
msgstr ""
#: dlltool.c:2009
#, c-format
msgid "Unable to open temporary assembler file: %s"
msgstr ""
#: dlltool.c:2012
#, c-format
msgid "Opened temporary file: %s"
msgstr ""
#: dlltool.c:2189
msgid "failed to read the number of entries from base file"
msgstr ""
#: dlltool.c:2237
msgid "Generated exports file"
msgstr ""
#: dlltool.c:2447
#, c-format
msgid "bfd_open failed open stub file: %s: %s"
msgstr ""
#: dlltool.c:2451
#, c-format
msgid "Creating stub file: %s"
msgstr ""
#: dlltool.c:2922
#, c-format
msgid "bfd_open failed reopen stub file: %s: %s"
msgstr ""
#: dlltool.c:2936 dlltool.c:3012
#, c-format
msgid "failed to open temporary head file: %s"
msgstr ""
#: dlltool.c:2998 dlltool.c:3081
#, c-format
msgid "failed to open temporary head file: %s: %s"
msgstr ""
#: dlltool.c:3095
#, c-format
msgid "failed to open temporary tail file: %s"