]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/po/binutils.pot
bfd:
[thirdparty/binutils-gdb.git] / binutils / po / binutils.pot
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
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
11 "POT-Creation-Date: 2011-10-25 11:20+0100\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=CHARSET\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: addr2line.c:81
21 #, c-format
22 msgid "Usage: %s [option(s)] [addr(s)]\n"
23 msgstr ""
24
25 #: addr2line.c:82
26 #, c-format
27 msgid " Convert addresses into line number/file name pairs.\n"
28 msgstr ""
29
30 #: addr2line.c:83
31 #, c-format
32 msgid ""
33 " If no addresses are specified on the command line, they will be read from "
34 "stdin\n"
35 msgstr ""
36
37 #: addr2line.c:84
38 #, c-format
39 msgid ""
40 " The options are:\n"
41 " @<file> Read options from <file>\n"
42 " -a --addresses Show addresses\n"
43 " -b --target=<bfdname> Set the binary file format\n"
44 " -e --exe=<executable> Set the input file name (default is a.out)\n"
45 " -i --inlines Unwind inlined functions\n"
46 " -j --section=<name> Read section-relative offsets instead of addresses\n"
47 " -p --pretty-print Make the output easier to read for humans\n"
48 " -s --basenames Strip directory names\n"
49 " -f --functions Show function names\n"
50 " -C --demangle[=style] Demangle function names\n"
51 " -h --help Display this information\n"
52 " -v --version Display the program's version\n"
53 "\n"
54 msgstr ""
55
56 #: addr2line.c:101 ar.c:304 ar.c:333 coffdump.c:471 dlltool.c:3938
57 #: dllwrap.c:524 elfedit.c:653 nlmconv.c:1114 objcopy.c:576 objcopy.c:611
58 #: readelf.c:3214 size.c:99 srconv.c:1743 strings.c:667 sysdump.c:653
59 #: windmc.c:228 windres.c:695
60 #, c-format
61 msgid "Report bugs to %s\n"
62 msgstr ""
63
64 #. Note for translators: This printf is used to join the
65 #. function name just printed above to the line number/
66 #. file name pair that is about to be printed below. Eg:
67 #.
68 #. foo at 123:bar.c
69 #: addr2line.c:276
70 #, c-format
71 msgid " at "
72 msgstr ""
73
74 #. Note for translators: This printf is used to join the
75 #. line number/file name pair that has just been printed with
76 #. the line number/file name pair that is going to be printed
77 #. by the next iteration of the while loop. Eg:
78 #.
79 #. 123:bar.c (inlined by) 456:main.c
80 #: addr2line.c:308
81 #, c-format
82 msgid " (inlined by) "
83 msgstr ""
84
85 #: addr2line.c:341
86 #, c-format
87 msgid "%s: cannot get addresses from archive"
88 msgstr ""
89
90 #: addr2line.c:358
91 #, c-format
92 msgid "%s: cannot find section %s"
93 msgstr ""
94
95 #: addr2line.c:427 nm.c:1570 objdump.c:3423
96 #, c-format
97 msgid "unknown demangling style `%s'"
98 msgstr ""
99
100 #: ar.c:238
101 #, c-format
102 msgid "no entry %s in archive\n"
103 msgstr ""
104
105 #: ar.c:254
106 #, c-format
107 msgid ""
108 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [--plugin "
109 "<name>] [member-name] [count] archive-file file...\n"
110 msgstr ""
111
112 #: ar.c:260
113 #, c-format
114 msgid ""
115 "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoPsSTuvV] [member-name] "
116 "[count] archive-file file...\n"
117 msgstr ""
118
119 #: ar.c:266
120 #, c-format
121 msgid " %s -M [<mri-script]\n"
122 msgstr ""
123
124 #: ar.c:267
125 #, c-format
126 msgid " commands:\n"
127 msgstr ""
128
129 #: ar.c:268
130 #, c-format
131 msgid " d - delete file(s) from the archive\n"
132 msgstr ""
133
134 #: ar.c:269
135 #, c-format
136 msgid " m[ab] - move file(s) in the archive\n"
137 msgstr ""
138
139 #: ar.c:270
140 #, c-format
141 msgid " p - print file(s) found in the archive\n"
142 msgstr ""
143
144 #: ar.c:271
145 #, c-format
146 msgid " q[f] - quick append file(s) to the archive\n"
147 msgstr ""
148
149 #: ar.c:272
150 #, c-format
151 msgid ""
152 " r[ab][f][u] - replace existing or insert new file(s) into the archive\n"
153 msgstr ""
154
155 #: ar.c:273
156 #, c-format
157 msgid " s - act as ranlib\n"
158 msgstr ""
159
160 #: ar.c:274
161 #, c-format
162 msgid " t - display contents of archive\n"
163 msgstr ""
164
165 #: ar.c:275
166 #, c-format
167 msgid " x[o] - extract file(s) from the archive\n"
168 msgstr ""
169
170 #: ar.c:276
171 #, c-format
172 msgid " command specific modifiers:\n"
173 msgstr ""
174
175 #: ar.c:277
176 #, c-format
177 msgid " [a] - put file(s) after [member-name]\n"
178 msgstr ""
179
180 #: ar.c:278
181 #, c-format
182 msgid " [b] - put file(s) before [member-name] (same as [i])\n"
183 msgstr ""
184
185 #: ar.c:279
186 #, c-format
187 msgid " [D] - use zero for timestamps and uids/gids\n"
188 msgstr ""
189
190 #: ar.c:280
191 #, c-format
192 msgid " [N] - use instance [count] of name\n"
193 msgstr ""
194
195 #: ar.c:281
196 #, c-format
197 msgid " [f] - truncate inserted file names\n"
198 msgstr ""
199
200 #: ar.c:282
201 #, c-format
202 msgid " [P] - use full path names when matching\n"
203 msgstr ""
204
205 #: ar.c:283
206 #, c-format
207 msgid " [o] - preserve original dates\n"
208 msgstr ""
209
210 #: ar.c:284
211 #, c-format
212 msgid ""
213 " [u] - only replace files that are newer than current archive "
214 "contents\n"
215 msgstr ""
216
217 #: ar.c:285
218 #, c-format
219 msgid " generic modifiers:\n"
220 msgstr ""
221
222 #: ar.c:286
223 #, c-format
224 msgid " [c] - do not warn if the library had to be created\n"
225 msgstr ""
226
227 #: ar.c:287
228 #, c-format
229 msgid " [s] - create an archive index (cf. ranlib)\n"
230 msgstr ""
231
232 #: ar.c:288
233 #, c-format
234 msgid " [S] - do not build a symbol table\n"
235 msgstr ""
236
237 #: ar.c:289
238 #, c-format
239 msgid " [T] - make a thin archive\n"
240 msgstr ""
241
242 #: ar.c:290
243 #, c-format
244 msgid " [v] - be verbose\n"
245 msgstr ""
246
247 #: ar.c:291
248 #, c-format
249 msgid " [V] - display the version number\n"
250 msgstr ""
251
252 #: ar.c:292
253 #, c-format
254 msgid " @<file> - read options from <file>\n"
255 msgstr ""
256
257 #: ar.c:293
258 #, c-format
259 msgid " --target=BFDNAME - specify the target object format as BFDNAME\n"
260 msgstr ""
261
262 #: ar.c:295
263 #, c-format
264 msgid " optional:\n"
265 msgstr ""
266
267 #: ar.c:296
268 #, c-format
269 msgid " --plugin <p> - load the specified plugin\n"
270 msgstr ""
271
272 #: ar.c:317
273 #, c-format
274 msgid "Usage: %s [options] archive\n"
275 msgstr ""
276
277 #: ar.c:318
278 #, c-format
279 msgid " Generate an index to speed access to archives\n"
280 msgstr ""
281
282 #: ar.c:319
283 #, c-format
284 msgid ""
285 " The options are:\n"
286 " @<file> Read options from <file>\n"
287 msgstr ""
288
289 #: ar.c:322
290 #, c-format
291 msgid " --plugin <name> Load the specified plugin\n"
292 msgstr ""
293
294 #: ar.c:325
295 #, c-format
296 msgid ""
297 " -t Update the archive's symbol map timestamp\n"
298 " -h --help Print this help message\n"
299 " -v --version Print version information\n"
300 msgstr ""
301
302 #: ar.c:449
303 msgid "two different operation options specified"
304 msgstr ""
305
306 #: ar.c:538 nm.c:1643
307 #, c-format
308 msgid "sorry - this program has been built without plugin support\n"
309 msgstr ""
310
311 #: ar.c:693
312 msgid "no operation specified"
313 msgstr ""
314
315 #: ar.c:696
316 msgid "`u' is only meaningful with the `r' option."
317 msgstr ""
318
319 #: ar.c:699
320 msgid "`u' is not meaningful with the `D' option."
321 msgstr ""
322
323 #: ar.c:707
324 msgid "`N' is only meaningful with the `x' and `d' options."
325 msgstr ""
326
327 #: ar.c:710
328 msgid "Value for `N' must be positive."
329 msgstr ""
330
331 #: ar.c:724
332 msgid "`x' cannot be used on thin archives."
333 msgstr ""
334
335 #: ar.c:771
336 #, c-format
337 msgid "internal error -- this option not implemented"
338 msgstr ""
339
340 #: ar.c:840
341 #, c-format
342 msgid "creating %s"
343 msgstr ""
344
345 #: ar.c:889 ar.c:943 ar.c:1272 objcopy.c:2080
346 #, c-format
347 msgid "internal stat error on %s"
348 msgstr ""
349
350 #: ar.c:908 ar.c:976
351 #, c-format
352 msgid "%s is not a valid archive"
353 msgstr ""
354
355 #: ar.c:1034
356 msgid "could not create temporary file whilst writing archive"
357 msgstr ""
358
359 #: ar.c:1177
360 #, c-format
361 msgid "No member named `%s'\n"
362 msgstr ""
363
364 #: ar.c:1227
365 #, c-format
366 msgid "no entry %s in archive %s!"
367 msgstr ""
368
369 #: ar.c:1366
370 #, c-format
371 msgid "%s: no archive map to update"
372 msgstr ""
373
374 #: arsup.c:89
375 #, c-format
376 msgid "No entry %s in archive.\n"
377 msgstr ""
378
379 #: arsup.c:114
380 #, c-format
381 msgid "Can't open file %s\n"
382 msgstr ""
383
384 #: arsup.c:164
385 #, c-format
386 msgid "%s: Can't open output archive %s\n"
387 msgstr ""
388
389 #: arsup.c:181
390 #, c-format
391 msgid "%s: Can't open input archive %s\n"
392 msgstr ""
393
394 #: arsup.c:190
395 #, c-format
396 msgid "%s: file %s is not an archive\n"
397 msgstr ""
398
399 #: arsup.c:230
400 #, c-format
401 msgid "%s: no output archive specified yet\n"
402 msgstr ""
403
404 #: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:350 arsup.c:416
405 #, c-format
406 msgid "%s: no open output archive\n"
407 msgstr ""
408
409 #: arsup.c:261 arsup.c:371 arsup.c:397
410 #, c-format
411 msgid "%s: can't open file %s\n"
412 msgstr ""
413
414 #: arsup.c:315 arsup.c:393 arsup.c:474
415 #, c-format
416 msgid "%s: can't find module file %s\n"
417 msgstr ""
418
419 #: arsup.c:425
420 #, c-format
421 msgid "Current open archive is %s\n"
422 msgstr ""
423
424 #: arsup.c:449
425 #, c-format
426 msgid "%s: no open archive\n"
427 msgstr ""
428
429 #: binemul.c:39
430 #, c-format
431 msgid " No emulation specific options\n"
432 msgstr ""
433
434 #. Macros for common output.
435 #: binemul.h:49
436 #, c-format
437 msgid " emulation options: \n"
438 msgstr ""
439
440 #: bucomm.c:163
441 #, c-format
442 msgid "can't set BFD default target to `%s': %s"
443 msgstr ""
444
445 #: bucomm.c:175
446 #, c-format
447 msgid "%s: Matching formats:"
448 msgstr ""
449
450 #: bucomm.c:190
451 #, c-format
452 msgid "Supported targets:"
453 msgstr ""
454
455 #: bucomm.c:192
456 #, c-format
457 msgid "%s: supported targets:"
458 msgstr ""
459
460 #: bucomm.c:210
461 #, c-format
462 msgid "Supported architectures:"
463 msgstr ""
464
465 #: bucomm.c:212
466 #, c-format
467 msgid "%s: supported architectures:"
468 msgstr ""
469
470 #: bucomm.c:228
471 msgid "big endian"
472 msgstr ""
473
474 #: bucomm.c:229
475 msgid "little endian"
476 msgstr ""
477
478 #: bucomm.c:230
479 msgid "endianness unknown"
480 msgstr ""
481
482 #: bucomm.c:251
483 #, c-format
484 msgid ""
485 "%s\n"
486 " (header %s, data %s)\n"
487 msgstr ""
488
489 #: bucomm.c:407
490 #, c-format
491 msgid "BFD header file version %s\n"
492 msgstr ""
493
494 #: bucomm.c:559
495 #, c-format
496 msgid "%s: bad number: %s"
497 msgstr ""
498
499 #: bucomm.c:576 strings.c:409
500 #, c-format
501 msgid "'%s': No such file"
502 msgstr ""
503
504 #: bucomm.c:578 strings.c:411
505 #, c-format
506 msgid "Warning: could not locate '%s'. reason: %s"
507 msgstr ""
508
509 #: bucomm.c:582
510 #, c-format
511 msgid "Warning: '%s' is not an ordinary file"
512 msgstr ""
513
514 #: bucomm.c:584
515 #, c-format
516 msgid "Warning: '%s' has negative size, probably it is too large"
517 msgstr ""
518
519 #: coffdump.c:107
520 #, c-format
521 msgid "#lines %d "
522 msgstr ""
523
524 #: coffdump.c:130
525 #, c-format
526 msgid "size %d "
527 msgstr ""
528
529 #: coffdump.c:135
530 #, c-format
531 msgid "section definition at %x size %x\n"
532 msgstr ""
533
534 #: coffdump.c:141
535 #, c-format
536 msgid "pointer to"
537 msgstr ""
538
539 #: coffdump.c:146
540 #, c-format
541 msgid "array [%d] of"
542 msgstr ""
543
544 #: coffdump.c:151
545 #, c-format
546 msgid "function returning"
547 msgstr ""
548
549 #: coffdump.c:155
550 #, c-format
551 msgid "arguments"
552 msgstr ""
553
554 #: coffdump.c:159
555 #, c-format
556 msgid "code"
557 msgstr ""
558
559 #: coffdump.c:165
560 #, c-format
561 msgid "structure definition"
562 msgstr ""
563
564 #: coffdump.c:171
565 #, c-format
566 msgid "structure ref to UNKNOWN struct"
567 msgstr ""
568
569 #: coffdump.c:173
570 #, c-format
571 msgid "structure ref to %s"
572 msgstr ""
573
574 #: coffdump.c:176
575 #, c-format
576 msgid "enum ref to %s"
577 msgstr ""
578
579 #: coffdump.c:179
580 #, c-format
581 msgid "enum definition"
582 msgstr ""
583
584 #: coffdump.c:252
585 #, c-format
586 msgid "Stack offset %x"
587 msgstr ""
588
589 #: coffdump.c:255
590 #, c-format
591 msgid "Memory section %s+%x"
592 msgstr ""
593
594 #: coffdump.c:258
595 #, c-format
596 msgid "Register %d"
597 msgstr ""
598
599 #: coffdump.c:261
600 #, c-format
601 msgid "Struct Member offset %x"
602 msgstr ""
603
604 #: coffdump.c:264
605 #, c-format
606 msgid "Enum Member offset %x"
607 msgstr ""
608
609 #: coffdump.c:267
610 #, c-format
611 msgid "Undefined symbol"
612 msgstr ""
613
614 #: coffdump.c:334
615 #, c-format
616 msgid "List of symbols"
617 msgstr ""
618
619 #: coffdump.c:341
620 #, c-format
621 msgid "Symbol %s, tag %d, number %d"
622 msgstr ""
623
624 #: coffdump.c:345 readelf.c:12215 readelf.c:12289
625 #, c-format
626 msgid "Type"
627 msgstr ""
628
629 #: coffdump.c:350
630 #, c-format
631 msgid "Where"
632 msgstr ""
633
634 #: coffdump.c:354
635 #, c-format
636 msgid "Visible"
637 msgstr ""
638
639 #: coffdump.c:370
640 msgid "List of blocks "
641 msgstr ""
642
643 #: coffdump.c:383
644 #, c-format
645 msgid "vars %d"
646 msgstr ""
647
648 #: coffdump.c:386
649 #, c-format
650 msgid "blocks"
651 msgstr ""
652
653 #: coffdump.c:404
654 #, c-format
655 msgid "List of source files"
656 msgstr ""
657
658 #: coffdump.c:410
659 #, c-format
660 msgid "Source file %s"
661 msgstr ""
662
663 #: coffdump.c:424
664 #, c-format
665 msgid "section %s %d %d address %x size %x number %d nrelocs %d"
666 msgstr ""
667
668 #: coffdump.c:449
669 #, c-format
670 msgid "#sources %d"
671 msgstr ""
672
673 #: coffdump.c:462 sysdump.c:646
674 #, c-format
675 msgid "Usage: %s [option(s)] in-file\n"
676 msgstr ""
677
678 #: coffdump.c:463
679 #, c-format
680 msgid " Print a human readable interpretation of a COFF object file\n"
681 msgstr ""
682
683 #: coffdump.c:464
684 #, c-format
685 msgid ""
686 " The options are:\n"
687 " @<file> Read options from <file>\n"
688 " -h --help Display this information\n"
689 " -v --version Display the program's version\n"
690 "\n"
691 msgstr ""
692
693 #: coffdump.c:533 srconv.c:1833 sysdump.c:710
694 msgid "no input file specified"
695 msgstr ""
696
697 #: cxxfilt.c:119 nm.c:269 objdump.c:281
698 #, c-format
699 msgid "Report bugs to %s.\n"
700 msgstr ""
701
702 #: debug.c:648
703 msgid "debug_add_to_current_namespace: no current file"
704 msgstr ""
705
706 #: debug.c:727
707 msgid "debug_start_source: no debug_set_filename call"
708 msgstr ""
709
710 #: debug.c:781
711 msgid "debug_record_function: no debug_set_filename call"
712 msgstr ""
713
714 #: debug.c:833
715 msgid "debug_record_parameter: no current function"
716 msgstr ""
717
718 #: debug.c:865
719 msgid "debug_end_function: no current function"
720 msgstr ""
721
722 #: debug.c:871
723 msgid "debug_end_function: some blocks were not closed"
724 msgstr ""
725
726 #: debug.c:899
727 msgid "debug_start_block: no current block"
728 msgstr ""
729
730 #: debug.c:935
731 msgid "debug_end_block: no current block"
732 msgstr ""
733
734 #: debug.c:942
735 msgid "debug_end_block: attempt to close top level block"
736 msgstr ""
737
738 #: debug.c:965
739 msgid "debug_record_line: no current unit"
740 msgstr ""
741
742 #. FIXME
743 #: debug.c:1018
744 msgid "debug_start_common_block: not implemented"
745 msgstr ""
746
747 #. FIXME
748 #: debug.c:1029
749 msgid "debug_end_common_block: not implemented"
750 msgstr ""
751
752 #. FIXME.
753 #: debug.c:1113
754 msgid "debug_record_label: not implemented"
755 msgstr ""
756
757 #: debug.c:1135
758 msgid "debug_record_variable: no current file"
759 msgstr ""
760
761 #: debug.c:1663
762 msgid "debug_make_undefined_type: unsupported kind"
763 msgstr ""
764
765 #: debug.c:1840
766 msgid "debug_name_type: no current file"
767 msgstr ""
768
769 #: debug.c:1885
770 msgid "debug_tag_type: no current file"
771 msgstr ""
772
773 #: debug.c:1893
774 msgid "debug_tag_type: extra tag attempted"
775 msgstr ""
776
777 #: debug.c:1930
778 #, c-format
779 msgid "Warning: changing type size from %d to %d\n"
780 msgstr ""
781
782 #: debug.c:1952
783 msgid "debug_find_named_type: no current compilation unit"
784 msgstr ""
785
786 #: debug.c:2055
787 #, c-format
788 msgid "debug_get_real_type: circular debug information for %s\n"
789 msgstr ""
790
791 #: debug.c:2482
792 msgid "debug_write_type: illegal type encountered"
793 msgstr ""
794
795 #: dlltool.c:902 dlltool.c:928 dlltool.c:959
796 #, c-format
797 msgid "Internal error: Unknown machine type: %d"
798 msgstr ""
799
800 #: dlltool.c:1000
801 #, c-format
802 msgid "Can't open def file: %s"
803 msgstr ""
804
805 #: dlltool.c:1005
806 #, c-format
807 msgid "Processing def file: %s"
808 msgstr ""
809
810 #: dlltool.c:1009
811 msgid "Processed def file"
812 msgstr ""
813
814 #: dlltool.c:1033
815 #, c-format
816 msgid "Syntax error in def file %s:%d"
817 msgstr ""
818
819 #: dlltool.c:1070
820 #, c-format
821 msgid "%s: Path components stripped from image name, '%s'."
822 msgstr ""
823
824 #: dlltool.c:1088
825 #, c-format
826 msgid "NAME: %s base: %x"
827 msgstr ""
828
829 #: dlltool.c:1091 dlltool.c:1112
830 msgid "Can't have LIBRARY and NAME"
831 msgstr ""
832
833 #: dlltool.c:1109
834 #, c-format
835 msgid "LIBRARY: %s base: %x"
836 msgstr ""
837
838 #: dlltool.c:1266
839 #, c-format
840 msgid "VERSION %d.%d\n"
841 msgstr ""
842
843 #: dlltool.c:1314
844 #, c-format
845 msgid "run: %s %s"
846 msgstr ""
847
848 #: dlltool.c:1354 resrc.c:293
849 #, c-format
850 msgid "wait: %s"
851 msgstr ""
852
853 #: dlltool.c:1359 dllwrap.c:422 resrc.c:298
854 #, c-format
855 msgid "subprocess got fatal signal %d"
856 msgstr ""
857
858 #: dlltool.c:1365 dllwrap.c:429 resrc.c:305
859 #, c-format
860 msgid "%s exited with status %d"
861 msgstr ""
862
863 #: dlltool.c:1396
864 #, c-format
865 msgid "Sucking in info from %s section in %s"
866 msgstr ""
867
868 #: dlltool.c:1536
869 #, c-format
870 msgid "Excluding symbol: %s"
871 msgstr ""
872
873 #: dlltool.c:1625 dlltool.c:1636 nm.c:1012 nm.c:1023
874 #, c-format
875 msgid "%s: no symbols"
876 msgstr ""
877
878 #. FIXME: we ought to read in and block out the base relocations.
879 #: dlltool.c:1662
880 #, c-format
881 msgid "Done reading %s"
882 msgstr ""
883
884 #: dlltool.c:1672
885 #, c-format
886 msgid "Unable to open object file: %s: %s"
887 msgstr ""
888
889 #: dlltool.c:1675
890 #, c-format
891 msgid "Scanning object file %s"
892 msgstr ""
893
894 #: dlltool.c:1690
895 #, c-format
896 msgid "Cannot produce mcore-elf dll from archive file: %s"
897 msgstr ""
898
899 #: dlltool.c:1792
900 msgid "Adding exports to output file"
901 msgstr ""
902
903 #: dlltool.c:1844
904 msgid "Added exports to output file"
905 msgstr ""
906
907 #: dlltool.c:1986
908 #, c-format
909 msgid "Generating export file: %s"
910 msgstr ""
911
912 #: dlltool.c:1991
913 #, c-format
914 msgid "Unable to open temporary assembler file: %s"
915 msgstr ""
916
917 #: dlltool.c:1994
918 #, c-format
919 msgid "Opened temporary file: %s"
920 msgstr ""
921
922 #: dlltool.c:2171
923 msgid "failed to read the number of entries from base file"
924 msgstr ""
925
926 #: dlltool.c:2219
927 msgid "Generated exports file"
928 msgstr ""
929
930 #: dlltool.c:2428
931 #, c-format
932 msgid "bfd_open failed open stub file: %s: %s"
933 msgstr ""
934
935 #: dlltool.c:2432
936 #, c-format
937 msgid "Creating stub file: %s"
938 msgstr ""
939
940 #: dlltool.c:2894
941 #, c-format
942 msgid "bfd_open failed reopen stub file: %s: %s"
943 msgstr ""
944
945 #: dlltool.c:2908 dlltool.c:2984
946 #, c-format
947 msgid "failed to open temporary head file: %s"
948 msgstr ""
949
950 #: dlltool.c:2970 dlltool.c:3050
951 #, c-format
952 msgid "failed to open temporary head file: %s: %s"
953 msgstr ""
954
955 #: dlltool.c:3064
956 #, c-format
957 msgid "failed to open temporary tail file: %s"
958 msgstr ""
959
960 #: dlltool.c:3121
961 #, c-format
962 msgid "failed to open temporary tail file: %s: %s"
963 msgstr ""
964
965 #: dlltool.c:3143
966 #, c-format
967 msgid "Can't create .lib file: %s: %s"
968 msgstr ""
969
970 #: dlltool.c:3147
971 #, c-format
972 msgid "Creating library file: %s"
973 msgstr ""
974
975 #: dlltool.c:3239 dlltool.c:3245
976 #, c-format
977 msgid "cannot delete %s: %s"
978 msgstr ""
979
980 #: dlltool.c:3250
981 msgid "Created lib file"
982 msgstr ""
983
984 #: dlltool.c:3462
985 #, c-format
986 msgid "Can't open .lib file: %s: %s"
987 msgstr ""
988
989 #: dlltool.c:3470 dlltool.c:3492
990 #, c-format
991 msgid "%s is not a library"
992 msgstr ""
993
994 #: dlltool.c:3510
995 #, c-format
996 msgid "Import library `%s' specifies two or more dlls"
997 msgstr ""
998
999 #: dlltool.c:3521
1000 #, c-format
1001 msgid "Unable to determine dll name for `%s' (not an import library?)"
1002 msgstr ""
1003
1004 #: dlltool.c:3745
1005 #, c-format
1006 msgid "Warning, ignoring duplicate EXPORT %s %d,%d"
1007 msgstr ""
1008
1009 #: dlltool.c:3751
1010 #, c-format
1011 msgid "Error, duplicate EXPORT with ordinals: %s"
1012 msgstr ""
1013
1014 #: dlltool.c:3856
1015 msgid "Processing definitions"
1016 msgstr ""
1017
1018 #: dlltool.c:3888
1019 msgid "Processed definitions"
1020 msgstr ""
1021
1022 #. xgetext:c-format
1023 #: dlltool.c:3895 dllwrap.c:483
1024 #, c-format
1025 msgid "Usage %s <option(s)> <object-file(s)>\n"
1026 msgstr ""
1027
1028 #. xgetext:c-format
1029 #: dlltool.c:3897
1030 #, c-format
1031 msgid ""
1032 " -m --machine <machine> Create as DLL for <machine>. [default: %s]\n"
1033 msgstr ""
1034
1035 #: dlltool.c:3898
1036 #, c-format
1037 msgid ""
1038 " possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, "
1039 "ppc, thumb\n"
1040 msgstr ""
1041
1042 #: dlltool.c:3899
1043 #, c-format
1044 msgid " -e --output-exp <outname> Generate an export file.\n"
1045 msgstr ""
1046
1047 #: dlltool.c:3900
1048 #, c-format
1049 msgid " -l --output-lib <outname> Generate an interface library.\n"
1050 msgstr ""
1051
1052 #: dlltool.c:3901
1053 #, c-format
1054 msgid " -y --output-delaylib <outname> Create a delay-import library.\n"
1055 msgstr ""
1056
1057 #: dlltool.c:3902
1058 #, c-format
1059 msgid " -a --add-indirect Add dll indirects to export file.\n"
1060 msgstr ""
1061
1062 #: dlltool.c:3903
1063 #, c-format
1064 msgid ""
1065 " -D --dllname <name> Name of input dll to put into interface lib.\n"
1066 msgstr ""
1067
1068 #: dlltool.c:3904
1069 #, c-format
1070 msgid " -d --input-def <deffile> Name of .def file to be read in.\n"
1071 msgstr ""
1072
1073 #: dlltool.c:3905
1074 #, c-format
1075 msgid " -z --output-def <deffile> Name of .def file to be created.\n"
1076 msgstr ""
1077
1078 #: dlltool.c:3906
1079 #, c-format
1080 msgid " --export-all-symbols Export all symbols to .def\n"
1081 msgstr ""
1082
1083 #: dlltool.c:3907
1084 #, c-format
1085 msgid " --no-export-all-symbols Only export listed symbols\n"
1086 msgstr ""
1087
1088 #: dlltool.c:3908
1089 #, c-format
1090 msgid " --exclude-symbols <list> Don't export <list>\n"
1091 msgstr ""
1092
1093 #: dlltool.c:3909
1094 #, c-format
1095 msgid " --no-default-excludes Clear default exclude symbols\n"
1096 msgstr ""
1097
1098 #: dlltool.c:3910
1099 #, c-format
1100 msgid " -b --base-file <basefile> Read linker generated base file.\n"
1101 msgstr ""
1102
1103 #: dlltool.c:3911
1104 #, c-format
1105 msgid " -x --no-idata4 Don't generate idata$4 section.\n"
1106 msgstr ""
1107
1108 #: dlltool.c:3912
1109 #, c-format
1110 msgid " -c --no-idata5 Don't generate idata$5 section.\n"
1111 msgstr ""
1112
1113 #: dlltool.c:3913
1114 #, c-format
1115 msgid ""
1116 " --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata"
1117 "$5.\n"
1118 msgstr ""
1119
1120 #: dlltool.c:3914
1121 #, c-format
1122 msgid ""
1123 " -U --add-underscore Add underscores to all symbols in interface "
1124 "library.\n"
1125 msgstr ""
1126
1127 #: dlltool.c:3915
1128 #, c-format
1129 msgid ""
1130 " --add-stdcall-underscore Add underscores to stdcall symbols in "
1131 "interface library.\n"
1132 msgstr ""
1133
1134 #: dlltool.c:3916
1135 #, c-format
1136 msgid ""
1137 " --no-leading-underscore All symbols shouldn't be prefixed by an "
1138 "underscore.\n"
1139 msgstr ""
1140
1141 #: dlltool.c:3917
1142 #, c-format
1143 msgid ""
1144 " --leading-underscore All symbols should be prefixed by an "
1145 "underscore.\n"
1146 msgstr ""
1147
1148 #: dlltool.c:3918
1149 #, c-format
1150 msgid " -k --kill-at Kill @<n> from exported names.\n"
1151 msgstr ""
1152
1153 #: dlltool.c:3919
1154 #, c-format
1155 msgid " -A --add-stdcall-alias Add aliases without @<n>.\n"
1156 msgstr ""
1157
1158 #: dlltool.c:3920
1159 #, c-format
1160 msgid " -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
1161 msgstr ""
1162
1163 #: dlltool.c:3921
1164 #, c-format
1165 msgid " -S --as <name> Use <name> for assembler.\n"
1166 msgstr ""
1167
1168 #: dlltool.c:3922
1169 #, c-format
1170 msgid " -f --as-flags <flags> Pass <flags> to the assembler.\n"
1171 msgstr ""
1172
1173 #: dlltool.c:3923
1174 #, c-format
1175 msgid ""
1176 " -C --compat-implib Create backward compatible import library.\n"
1177 msgstr ""
1178
1179 #: dlltool.c:3924
1180 #, c-format
1181 msgid ""
1182 " -n --no-delete Keep temp files (repeat for extra "
1183 "preservation).\n"
1184 msgstr ""
1185
1186 #: dlltool.c:3925
1187 #, c-format
1188 msgid ""
1189 " -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
1190 msgstr ""
1191
1192 #: dlltool.c:3926
1193 #, c-format
1194 msgid ""
1195 " -I --identify <implib> Report the name of the DLL associated with "
1196 "<implib>.\n"
1197 msgstr ""
1198
1199 #: dlltool.c:3927
1200 #, c-format
1201 msgid ""
1202 " --identify-strict Causes --identify to report error when multiple "
1203 "DLLs.\n"
1204 msgstr ""
1205
1206 #: dlltool.c:3928
1207 #, c-format
1208 msgid " -v --verbose Be verbose.\n"
1209 msgstr ""
1210
1211 #: dlltool.c:3929
1212 #, c-format
1213 msgid " -V --version Display the program version.\n"
1214 msgstr ""
1215
1216 #: dlltool.c:3930
1217 #, c-format
1218 msgid " -h --help Display this information.\n"
1219 msgstr ""
1220
1221 #: dlltool.c:3931
1222 #, c-format
1223 msgid " @<file> Read options from <file>.\n"
1224 msgstr ""
1225
1226 #: dlltool.c:3933
1227 #, c-format
1228 msgid ""
1229 " -M --mcore-elf <outname> Process mcore-elf object files into <outname>.\n"
1230 msgstr ""
1231
1232 #: dlltool.c:3934
1233 #, c-format
1234 msgid " -L --linker <name> Use <name> as the linker.\n"
1235 msgstr ""
1236
1237 #: dlltool.c:3935
1238 #, c-format
1239 msgid " -F --linker-flags <flags> Pass <flags> to the linker.\n"
1240 msgstr ""
1241
1242 #: dlltool.c:4082
1243 #, c-format
1244 msgid "Path components stripped from dllname, '%s'."
1245 msgstr ""
1246
1247 #: dlltool.c:4130
1248 #, c-format
1249 msgid "Unable to open base-file: %s"
1250 msgstr ""
1251
1252 #: dlltool.c:4165
1253 #, c-format
1254 msgid "Machine '%s' not supported"
1255 msgstr ""
1256
1257 #: dlltool.c:4245
1258 #, c-format
1259 msgid "Warning, machine type (%d) not supported for delayimport."
1260 msgstr ""
1261
1262 #: dlltool.c:4313 dllwrap.c:213
1263 #, c-format
1264 msgid "Tried file: %s"
1265 msgstr ""
1266
1267 #: dlltool.c:4320 dllwrap.c:220
1268 #, c-format
1269 msgid "Using file: %s"
1270 msgstr ""
1271
1272 #: dllwrap.c:303
1273 #, c-format
1274 msgid "Keeping temporary base file %s"
1275 msgstr ""
1276
1277 #: dllwrap.c:305
1278 #, c-format
1279 msgid "Deleting temporary base file %s"
1280 msgstr ""
1281
1282 #: dllwrap.c:319
1283 #, c-format
1284 msgid "Keeping temporary exp file %s"
1285 msgstr ""
1286
1287 #: dllwrap.c:321
1288 #, c-format
1289 msgid "Deleting temporary exp file %s"
1290 msgstr ""
1291
1292 #: dllwrap.c:334
1293 #, c-format
1294 msgid "Keeping temporary def file %s"
1295 msgstr ""
1296
1297 #: dllwrap.c:336
1298 #, c-format
1299 msgid "Deleting temporary def file %s"
1300 msgstr ""
1301
1302 #: dllwrap.c:417
1303 #, c-format
1304 msgid "pwait returns: %s"
1305 msgstr ""
1306
1307 #: dllwrap.c:484
1308 #, c-format
1309 msgid " Generic options:\n"
1310 msgstr ""
1311
1312 #: dllwrap.c:485
1313 #, c-format
1314 msgid " @<file> Read options from <file>\n"
1315 msgstr ""
1316
1317 #: dllwrap.c:486
1318 #, c-format
1319 msgid " --quiet, -q Work quietly\n"
1320 msgstr ""
1321
1322 #: dllwrap.c:487
1323 #, c-format
1324 msgid " --verbose, -v Verbose\n"
1325 msgstr ""
1326
1327 #: dllwrap.c:488
1328 #, c-format
1329 msgid " --version Print dllwrap version\n"
1330 msgstr ""
1331
1332 #: dllwrap.c:489
1333 #, c-format
1334 msgid " --implib <outname> Synonym for --output-lib\n"
1335 msgstr ""
1336
1337 #: dllwrap.c:490
1338 #, c-format
1339 msgid " Options for %s:\n"
1340 msgstr ""
1341
1342 #: dllwrap.c:491
1343 #, c-format
1344 msgid " --driver-name <driver> Defaults to \"gcc\"\n"
1345 msgstr ""
1346
1347 #: dllwrap.c:492
1348 #, c-format
1349 msgid " --driver-flags <flags> Override default ld flags\n"
1350 msgstr ""
1351
1352 #: dllwrap.c:493
1353 #, c-format
1354 msgid " --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1355 msgstr ""
1356
1357 #: dllwrap.c:494
1358 #, c-format
1359 msgid " --entry <entry> Specify alternate DLL entry point\n"
1360 msgstr ""
1361
1362 #: dllwrap.c:495
1363 #, c-format
1364 msgid " --image-base <base> Specify image base address\n"
1365 msgstr ""
1366
1367 #: dllwrap.c:496
1368 #, c-format
1369 msgid " --target <machine> i386-cygwin32 or i386-mingw32\n"
1370 msgstr ""
1371
1372 #: dllwrap.c:497
1373 #, c-format
1374 msgid " --dry-run Show what needs to be run\n"
1375 msgstr ""
1376
1377 #: dllwrap.c:498
1378 #, c-format
1379 msgid " --mno-cygwin Create Mingw DLL\n"
1380 msgstr ""
1381
1382 #: dllwrap.c:499
1383 #, c-format
1384 msgid " Options passed to DLLTOOL:\n"
1385 msgstr ""
1386
1387 #: dllwrap.c:500
1388 #, c-format
1389 msgid " --machine <machine>\n"
1390 msgstr ""
1391
1392 #: dllwrap.c:501
1393 #, c-format
1394 msgid " --output-exp <outname> Generate export file.\n"
1395 msgstr ""
1396
1397 #: dllwrap.c:502
1398 #, c-format
1399 msgid " --output-lib <outname> Generate input library.\n"
1400 msgstr ""
1401
1402 #: dllwrap.c:503
1403 #, c-format
1404 msgid " --add-indirect Add dll indirects to export file.\n"
1405 msgstr ""
1406
1407 #: dllwrap.c:504
1408 #, c-format
1409 msgid " --dllname <name> Name of input dll to put into output lib.\n"
1410 msgstr ""
1411
1412 #: dllwrap.c:505
1413 #, c-format
1414 msgid " --def <deffile> Name input .def file\n"
1415 msgstr ""
1416
1417 #: dllwrap.c:506
1418 #, c-format
1419 msgid " --output-def <deffile> Name output .def file\n"
1420 msgstr ""
1421
1422 #: dllwrap.c:507
1423 #, c-format
1424 msgid " --export-all-symbols Export all symbols to .def\n"
1425 msgstr ""
1426
1427 #: dllwrap.c:508
1428 #, c-format
1429 msgid " --no-export-all-symbols Only export .drectve symbols\n"
1430 msgstr ""
1431
1432 #: dllwrap.c:509
1433 #, c-format
1434 msgid " --exclude-symbols <list> Exclude <list> from .def\n"
1435 msgstr ""
1436
1437 #: dllwrap.c:510
1438 #, c-format
1439 msgid " --no-default-excludes Zap default exclude symbols\n"
1440 msgstr ""
1441
1442 #: dllwrap.c:511
1443 #, c-format
1444 msgid " --base-file <basefile> Read linker generated base file\n"
1445 msgstr ""
1446
1447 #: dllwrap.c:512
1448 #, c-format
1449 msgid " --no-idata4 Don't generate idata$4 section\n"
1450 msgstr ""
1451
1452 #: dllwrap.c:513
1453 #, c-format
1454 msgid " --no-idata5 Don't generate idata$5 section\n"
1455 msgstr ""
1456
1457 #: dllwrap.c:514
1458 #, c-format
1459 msgid " -U Add underscores to .lib\n"
1460 msgstr ""
1461
1462 #: dllwrap.c:515
1463 #, c-format
1464 msgid " -k Kill @<n> from exported names\n"
1465 msgstr ""
1466
1467 #: dllwrap.c:516
1468 #, c-format
1469 msgid " --add-stdcall-alias Add aliases without @<n>\n"
1470 msgstr ""
1471
1472 #: dllwrap.c:517
1473 #, c-format
1474 msgid " --as <name> Use <name> for assembler\n"
1475 msgstr ""
1476
1477 #: dllwrap.c:518
1478 #, c-format
1479 msgid " --nodelete Keep temp files.\n"
1480 msgstr ""
1481
1482 #: dllwrap.c:519
1483 #, c-format
1484 msgid " --no-leading-underscore Entrypoint without underscore\n"
1485 msgstr ""
1486
1487 #: dllwrap.c:520
1488 #, c-format
1489 msgid " --leading-underscore Entrypoint with underscore.\n"
1490 msgstr ""
1491
1492 #: dllwrap.c:521
1493 #, c-format
1494 msgid " Rest are passed unmodified to the language driver\n"
1495 msgstr ""
1496
1497 #: dllwrap.c:805
1498 msgid "Must provide at least one of -o or --dllname options"
1499 msgstr ""
1500
1501 #: dllwrap.c:834
1502 msgid ""
1503 "no export definition file provided.\n"
1504 "Creating one, but that may not be what you want"
1505 msgstr ""
1506
1507 #: dllwrap.c:1023
1508 #, c-format
1509 msgid "DLLTOOL name : %s\n"
1510 msgstr ""
1511
1512 #: dllwrap.c:1024
1513 #, c-format
1514 msgid "DLLTOOL options : %s\n"
1515 msgstr ""
1516
1517 #: dllwrap.c:1025
1518 #, c-format
1519 msgid "DRIVER name : %s\n"
1520 msgstr ""
1521
1522 #: dllwrap.c:1026
1523 #, c-format
1524 msgid "DRIVER options : %s\n"
1525 msgstr ""
1526
1527 #: dwarf.c:132
1528 msgid "Wrong size in print_dwarf_vma"
1529 msgstr ""
1530
1531 #: dwarf.c:256 dwarf.c:3027
1532 msgid "badly formed extended line op encountered!\n"
1533 msgstr ""
1534
1535 #: dwarf.c:263
1536 #, c-format
1537 msgid " Extended opcode %d: "
1538 msgstr ""
1539
1540 #: dwarf.c:268
1541 #, c-format
1542 msgid ""
1543 "End of Sequence\n"
1544 "\n"
1545 msgstr ""
1546
1547 #: dwarf.c:274
1548 #, c-format
1549 msgid "set Address to 0x%s\n"
1550 msgstr ""
1551
1552 #: dwarf.c:280
1553 #, c-format
1554 msgid " define new File Table entry\n"
1555 msgstr ""
1556
1557 #: dwarf.c:281 dwarf.c:2555
1558 #, c-format
1559 msgid " Entry\tDir\tTime\tSize\tName\n"
1560 msgstr ""
1561
1562 #: dwarf.c:295
1563 #, c-format
1564 msgid "set Discriminator to %s\n"
1565 msgstr ""
1566
1567 #: dwarf.c:370
1568 #, c-format
1569 msgid " UNKNOWN DW_LNE_HP_SFC opcode (%u)\n"
1570 msgstr ""
1571
1572 #. The test against DW_LNW_hi_user is redundant due to
1573 #. the limited range of the unsigned char data type used
1574 #. for op_code.
1575 #. && op_code <= DW_LNE_hi_user
1576 #: dwarf.c:387
1577 #, c-format
1578 msgid "user defined: "
1579 msgstr ""
1580
1581 #: dwarf.c:389
1582 #, c-format
1583 msgid "UNKNOWN: "
1584 msgstr ""
1585
1586 #: dwarf.c:390
1587 #, c-format
1588 msgid "length %d ["
1589 msgstr ""
1590
1591 #: dwarf.c:407
1592 msgid "<no .debug_str section>"
1593 msgstr ""
1594
1595 #: dwarf.c:413
1596 #, c-format
1597 msgid "DW_FORM_strp offset too big: %s\n"
1598 msgstr ""
1599
1600 #: dwarf.c:415
1601 msgid "<offset is too big>"
1602 msgstr ""
1603
1604 #: dwarf.c:655
1605 #, c-format
1606 msgid "Unknown TAG value: %lx"
1607 msgstr ""
1608
1609 #: dwarf.c:696
1610 #, c-format
1611 msgid "Unknown FORM value: %lx"
1612 msgstr ""
1613
1614 #: dwarf.c:705
1615 #, c-format
1616 msgid " %s byte block: "
1617 msgstr ""
1618
1619 #: dwarf.c:1050
1620 #, c-format
1621 msgid "(DW_OP_call_ref in frame info)"
1622 msgstr ""
1623
1624 #: dwarf.c:1075
1625 #, c-format
1626 msgid "size: %s "
1627 msgstr ""
1628
1629 #: dwarf.c:1078
1630 #, c-format
1631 msgid "offset: %s "
1632 msgstr ""
1633
1634 #: dwarf.c:1098
1635 #, c-format
1636 msgid "DW_OP_GNU_push_tls_address or DW_OP_HP_unknown"
1637 msgstr ""
1638
1639 #: dwarf.c:1122
1640 #, c-format
1641 msgid "(DW_OP_GNU_implicit_pointer in frame info)"
1642 msgstr ""
1643
1644 #: dwarf.c:1234
1645 #, c-format
1646 msgid "(User defined location op)"
1647 msgstr ""
1648
1649 #: dwarf.c:1236
1650 #, c-format
1651 msgid "(Unknown location op)"
1652 msgstr ""
1653
1654 #: dwarf.c:1283
1655 msgid "Internal error: DWARF version is not 2, 3 or 4.\n"
1656 msgstr ""
1657
1658 #: dwarf.c:1389
1659 msgid "DW_FORM_data8 is unsupported when sizeof (dwarf_vma) != 8\n"
1660 msgstr ""
1661
1662 #: dwarf.c:1439
1663 #, c-format
1664 msgid " (indirect string, offset: 0x%s): %s"
1665 msgstr ""
1666
1667 #: dwarf.c:1464
1668 #, c-format
1669 msgid "Unrecognized form: %lu\n"
1670 msgstr ""
1671
1672 #: dwarf.c:1557
1673 #, c-format
1674 msgid "(not inlined)"
1675 msgstr ""
1676
1677 #: dwarf.c:1560
1678 #, c-format
1679 msgid "(inlined)"
1680 msgstr ""
1681
1682 #: dwarf.c:1563
1683 #, c-format
1684 msgid "(declared as inline but ignored)"
1685 msgstr ""
1686
1687 #: dwarf.c:1566
1688 #, c-format
1689 msgid "(declared as inline and inlined)"
1690 msgstr ""
1691
1692 #: dwarf.c:1569
1693 #, c-format
1694 msgid " (Unknown inline attribute value: %s)"
1695 msgstr ""
1696
1697 #: dwarf.c:1608
1698 #, c-format
1699 msgid "(implementation defined: %s)"
1700 msgstr ""
1701
1702 #: dwarf.c:1611
1703 #, c-format
1704 msgid "(Unknown: %s)"
1705 msgstr ""
1706
1707 #: dwarf.c:1649
1708 #, c-format
1709 msgid "(user defined type)"
1710 msgstr ""
1711
1712 #: dwarf.c:1651
1713 #, c-format
1714 msgid "(unknown type)"
1715 msgstr ""
1716
1717 #: dwarf.c:1663
1718 #, c-format
1719 msgid "(unknown accessibility)"
1720 msgstr ""
1721
1722 #: dwarf.c:1674
1723 #, c-format
1724 msgid "(unknown visibility)"
1725 msgstr ""
1726
1727 #: dwarf.c:1684
1728 #, c-format
1729 msgid "(unknown virtuality)"
1730 msgstr ""
1731
1732 #: dwarf.c:1695
1733 #, c-format
1734 msgid "(unknown case)"
1735 msgstr ""
1736
1737 #: dwarf.c:1708
1738 #, c-format
1739 msgid "(user defined)"
1740 msgstr ""
1741
1742 #: dwarf.c:1710
1743 #, c-format
1744 msgid "(unknown convention)"
1745 msgstr ""
1746
1747 #: dwarf.c:1717
1748 #, c-format
1749 msgid "(undefined)"
1750 msgstr ""
1751
1752 #: dwarf.c:1740
1753 #, c-format
1754 msgid "(location list)"
1755 msgstr ""
1756
1757 #: dwarf.c:1761 dwarf.c:4045
1758 #, c-format
1759 msgid " [without DW_AT_frame_base]"
1760 msgstr ""
1761
1762 #: dwarf.c:1777
1763 #, c-format
1764 msgid ""
1765 "Offset %s used as value for DW_AT_import attribute of DIE at offset %lx is "
1766 "too big.\n"
1767 msgstr ""
1768
1769 #: dwarf.c:1787
1770 #, c-format
1771 msgid "[Abbrev Number: %ld"
1772 msgstr ""
1773
1774 #: dwarf.c:1978
1775 #, c-format
1776 msgid "Unknown AT value: %lx"
1777 msgstr ""
1778
1779 #: dwarf.c:2049
1780 #, c-format
1781 msgid "Reserved length value (0x%s) found in section %s\n"
1782 msgstr ""
1783
1784 #: dwarf.c:2061
1785 #, c-format
1786 msgid "Corrupt unit length (0x%s) found in section %s\n"
1787 msgstr ""
1788
1789 #: dwarf.c:2069
1790 #, c-format
1791 msgid "No comp units in %s section ?"
1792 msgstr ""
1793
1794 #: dwarf.c:2078
1795 #, c-format
1796 msgid "Not enough memory for a debug info array of %u entries"
1797 msgstr ""
1798
1799 #: dwarf.c:2087 dwarf.c:3296 dwarf.c:3390 dwarf.c:3551 dwarf.c:3779
1800 #: dwarf.c:3911 dwarf.c:4081 dwarf.c:4150 dwarf.c:4354
1801 #, c-format
1802 msgid ""
1803 "Contents of the %s section:\n"
1804 "\n"
1805 msgstr ""
1806
1807 #: dwarf.c:2095
1808 #, c-format
1809 msgid "Unable to locate %s section!\n"
1810 msgstr ""
1811
1812 #: dwarf.c:2176
1813 #, c-format
1814 msgid " Compilation Unit @ offset 0x%s:\n"
1815 msgstr ""
1816
1817 #: dwarf.c:2178
1818 #, c-format
1819 msgid " Length: 0x%s (%s)\n"
1820 msgstr ""
1821
1822 #: dwarf.c:2181
1823 #, c-format
1824 msgid " Version: %d\n"
1825 msgstr ""
1826
1827 #: dwarf.c:2182
1828 #, c-format
1829 msgid " Abbrev Offset: %s\n"
1830 msgstr ""
1831
1832 #: dwarf.c:2184
1833 #, c-format
1834 msgid " Pointer Size: %d\n"
1835 msgstr ""
1836
1837 #: dwarf.c:2188
1838 #, c-format
1839 msgid " Signature: "
1840 msgstr ""
1841
1842 #: dwarf.c:2192
1843 #, c-format
1844 msgid " Type Offset: 0x%s\n"
1845 msgstr ""
1846
1847 #: dwarf.c:2200
1848 #, c-format
1849 msgid ""
1850 "Debug info is corrupted, length of CU at %s extends beyond end of section "
1851 "(length = %s)\n"
1852 msgstr ""
1853
1854 #: dwarf.c:2213
1855 #, c-format
1856 msgid "CU at offset %s contains corrupt or unsupported version number: %d.\n"
1857 msgstr ""
1858
1859 #: dwarf.c:2224
1860 #, c-format
1861 msgid ""
1862 "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section "
1863 "size (%lx)\n"
1864 msgstr ""
1865
1866 #: dwarf.c:2274
1867 #, c-format
1868 msgid ""
1869 "Bogus end-of-siblings marker detected at offset %lx in .debug_info section\n"
1870 msgstr ""
1871
1872 #: dwarf.c:2278
1873 msgid "Further warnings about bogus end-of-sibling markers suppressed\n"
1874 msgstr ""
1875
1876 #: dwarf.c:2297
1877 #, c-format
1878 msgid " <%d><%lx>: Abbrev Number: %lu"
1879 msgstr ""
1880
1881 #: dwarf.c:2301
1882 #, c-format
1883 msgid " <%d><%lx>: ...\n"
1884 msgstr ""
1885
1886 #: dwarf.c:2320
1887 #, c-format
1888 msgid ""
1889 "DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
1890 msgstr ""
1891
1892 #: dwarf.c:2422
1893 #, c-format
1894 msgid ""
1895 "Raw dump of debug contents of section %s:\n"
1896 "\n"
1897 msgstr ""
1898
1899 #: dwarf.c:2460
1900 #, c-format
1901 msgid ""
1902 "The information in section %s appears to be corrupt - the section is too "
1903 "small\n"
1904 msgstr ""
1905
1906 #: dwarf.c:2472 dwarf.c:2840
1907 msgid "Only DWARF version 2, 3 and 4 line info is currently supported.\n"
1908 msgstr ""
1909
1910 #: dwarf.c:2486 dwarf.c:2855
1911 msgid "Invalid maximum operations per insn.\n"
1912 msgstr ""
1913
1914 #: dwarf.c:2505 dwarf.c:3574
1915 #, c-format
1916 msgid " Offset: 0x%lx\n"
1917 msgstr ""
1918
1919 #: dwarf.c:2506
1920 #, c-format
1921 msgid " Length: %ld\n"
1922 msgstr ""
1923
1924 #: dwarf.c:2507
1925 #, c-format
1926 msgid " DWARF Version: %d\n"
1927 msgstr ""
1928
1929 #: dwarf.c:2508
1930 #, c-format
1931 msgid " Prologue Length: %d\n"
1932 msgstr ""
1933
1934 #: dwarf.c:2509
1935 #, c-format
1936 msgid " Minimum Instruction Length: %d\n"
1937 msgstr ""
1938
1939 #: dwarf.c:2511
1940 #, c-format
1941 msgid " Maximum Ops per Instruction: %d\n"
1942 msgstr ""
1943
1944 #: dwarf.c:2512
1945 #, c-format
1946 msgid " Initial value of 'is_stmt': %d\n"
1947 msgstr ""
1948
1949 #: dwarf.c:2513
1950 #, c-format
1951 msgid " Line Base: %d\n"
1952 msgstr ""
1953
1954 #: dwarf.c:2514
1955 #, c-format
1956 msgid " Line Range: %d\n"
1957 msgstr ""
1958
1959 #: dwarf.c:2515
1960 #, c-format
1961 msgid " Opcode Base: %d\n"
1962 msgstr ""
1963
1964 #: dwarf.c:2524
1965 #, c-format
1966 msgid ""
1967 "\n"
1968 " Opcodes:\n"
1969 msgstr ""
1970
1971 #: dwarf.c:2527
1972 #, c-format
1973 msgid " Opcode %d has %d args\n"
1974 msgstr ""
1975
1976 #: dwarf.c:2533
1977 #, c-format
1978 msgid ""
1979 "\n"
1980 " The Directory Table is empty.\n"
1981 msgstr ""
1982
1983 #: dwarf.c:2536
1984 #, c-format
1985 msgid ""
1986 "\n"
1987 " The Directory Table:\n"
1988 msgstr ""
1989
1990 #: dwarf.c:2551
1991 #, c-format
1992 msgid ""
1993 "\n"
1994 " The File Name Table is empty.\n"
1995 msgstr ""
1996
1997 #: dwarf.c:2554
1998 #, c-format
1999 msgid ""
2000 "\n"
2001 " The File Name Table:\n"
2002 msgstr ""
2003
2004 #. Now display the statements.
2005 #: dwarf.c:2584
2006 #, c-format
2007 msgid ""
2008 "\n"
2009 " Line Number Statements:\n"
2010 msgstr ""
2011
2012 #: dwarf.c:2603
2013 #, c-format
2014 msgid " Special opcode %d: advance Address by %s to 0x%s"
2015 msgstr ""
2016
2017 #: dwarf.c:2617
2018 #, c-format
2019 msgid " Special opcode %d: advance Address by %s to 0x%s[%d]"
2020 msgstr ""
2021
2022 #: dwarf.c:2625
2023 #, c-format
2024 msgid " and Line by %s to %d\n"
2025 msgstr ""
2026
2027 #: dwarf.c:2635
2028 #, c-format
2029 msgid " Copy\n"
2030 msgstr ""
2031
2032 #: dwarf.c:2645
2033 #, c-format
2034 msgid " Advance PC by %s to 0x%s\n"
2035 msgstr ""
2036
2037 #: dwarf.c:2658
2038 #, c-format
2039 msgid " Advance PC by %s to 0x%s[%d]\n"
2040 msgstr ""
2041
2042 #: dwarf.c:2669
2043 #, c-format
2044 msgid " Advance Line by %s to %d\n"
2045 msgstr ""
2046
2047 #: dwarf.c:2677
2048 #, c-format
2049 msgid " Set File Name to entry %s in the File Name Table\n"
2050 msgstr ""
2051
2052 #: dwarf.c:2685
2053 #, c-format
2054 msgid " Set column to %s\n"
2055 msgstr ""
2056
2057 #: dwarf.c:2693
2058 #, c-format
2059 msgid " Set is_stmt to %s\n"
2060 msgstr ""
2061
2062 #: dwarf.c:2698
2063 #, c-format
2064 msgid " Set basic block\n"
2065 msgstr ""
2066
2067 #: dwarf.c:2708
2068 #, c-format
2069 msgid " Advance PC by constant %s to 0x%s\n"
2070 msgstr ""
2071
2072 #: dwarf.c:2721
2073 #, c-format
2074 msgid " Advance PC by constant %s to 0x%s[%d]\n"
2075 msgstr ""
2076
2077 #: dwarf.c:2733
2078 #, c-format
2079 msgid " Advance PC by fixed size amount %s to 0x%s\n"
2080 msgstr ""
2081
2082 #: dwarf.c:2739
2083 #, c-format
2084 msgid " Set prologue_end to true\n"
2085 msgstr ""
2086
2087 #: dwarf.c:2743
2088 #, c-format
2089 msgid " Set epilogue_begin to true\n"
2090 msgstr ""
2091
2092 #: dwarf.c:2749
2093 #, c-format
2094 msgid " Set ISA to %s\n"
2095 msgstr ""
2096
2097 #: dwarf.c:2753 dwarf.c:3168
2098 #, c-format
2099 msgid " Unknown opcode %d with operands: "
2100 msgstr ""
2101
2102 #: dwarf.c:2787
2103 #, c-format
2104 msgid ""
2105 "Decoded dump of debug contents of section %s:\n"
2106 "\n"
2107 msgstr ""
2108
2109 #: dwarf.c:2828
2110 msgid "The line info appears to be corrupt - the section is too small\n"
2111 msgstr ""
2112
2113 #: dwarf.c:2960
2114 #, c-format
2115 msgid "CU: %s:\n"
2116 msgstr ""
2117
2118 #: dwarf.c:2961 dwarf.c:2972
2119 #, c-format
2120 msgid "File name Line number Starting address\n"
2121 msgstr ""
2122
2123 #: dwarf.c:2968
2124 #, c-format
2125 msgid "CU: %s/%s:\n"
2126 msgstr ""
2127
2128 #: dwarf.c:3059
2129 #, c-format
2130 msgid "UNKNOWN: length %d\n"
2131 msgstr ""
2132
2133 #: dwarf.c:3164
2134 #, c-format
2135 msgid " Set ISA to %lu\n"
2136 msgstr ""
2137
2138 #: dwarf.c:3330 dwarf.c:4195
2139 #, c-format
2140 msgid ""
2141 ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
2142 msgstr ""
2143
2144 #: dwarf.c:3344
2145 msgid "Only DWARF 2 and 3 pubnames are currently supported\n"
2146 msgstr ""
2147
2148 #: dwarf.c:3351
2149 #, c-format
2150 msgid " Length: %ld\n"
2151 msgstr ""
2152
2153 #: dwarf.c:3353
2154 #, c-format
2155 msgid " Version: %d\n"
2156 msgstr ""
2157
2158 #: dwarf.c:3355
2159 #, c-format
2160 msgid " Offset into .debug_info section: 0x%lx\n"
2161 msgstr ""
2162
2163 #: dwarf.c:3357
2164 #, c-format
2165 msgid " Size of area in .debug_info section: %ld\n"
2166 msgstr ""
2167
2168 #: dwarf.c:3360
2169 #, c-format
2170 msgid ""
2171 "\n"
2172 " Offset\tName\n"
2173 msgstr ""
2174
2175 #: dwarf.c:3411
2176 #, c-format
2177 msgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
2178 msgstr ""
2179
2180 #: dwarf.c:3417
2181 #, c-format
2182 msgid " DW_MACINFO_end_file\n"
2183 msgstr ""
2184
2185 #: dwarf.c:3425
2186 #, c-format
2187 msgid " DW_MACINFO_define - lineno : %d macro : %s\n"
2188 msgstr ""
2189
2190 #: dwarf.c:3434
2191 #, c-format
2192 msgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
2193 msgstr ""
2194
2195 #: dwarf.c:3446
2196 #, c-format
2197 msgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
2198 msgstr ""
2199
2200 #: dwarf.c:3566
2201 #, c-format
2202 msgid "Only GNU extension to DWARF 4 of %s is currently supported.\n"
2203 msgstr ""
2204
2205 #: dwarf.c:3576
2206 #, c-format
2207 msgid " Version: %d\n"
2208 msgstr ""
2209
2210 #: dwarf.c:3577
2211 #, c-format
2212 msgid " Offset size: %d\n"
2213 msgstr ""
2214
2215 #: dwarf.c:3582
2216 #, c-format
2217 msgid " Offset into .debug_line: 0x%lx\n"
2218 msgstr ""
2219
2220 #: dwarf.c:3593
2221 #, c-format
2222 msgid " Extension opcode arguments:\n"
2223 msgstr ""
2224
2225 #: dwarf.c:3601
2226 #, c-format
2227 msgid " DW_MACRO_GNU_%02x has no arguments\n"
2228 msgstr ""
2229
2230 #: dwarf.c:3604
2231 #, c-format
2232 msgid " DW_MACRO_GNU_%02x arguments: "
2233 msgstr ""
2234
2235 #: dwarf.c:3628
2236 #, c-format
2237 msgid "Invalid extension opcode form %s\n"
2238 msgstr ""
2239
2240 #: dwarf.c:3645
2241 msgid ".debug_macro section not zero terminated\n"
2242 msgstr ""
2243
2244 #: dwarf.c:3666
2245 msgid "DW_MACRO_GNU_start_file used, but no .debug_line offset provided.\n"
2246 msgstr ""
2247
2248 #: dwarf.c:3672
2249 #, c-format
2250 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d\n"
2251 msgstr ""
2252
2253 #: dwarf.c:3675
2254 #, c-format
2255 msgid " DW_MACRO_GNU_start_file - lineno: %d filenum: %d filename: %s%s%s\n"
2256 msgstr ""
2257
2258 #: dwarf.c:3683
2259 #, c-format
2260 msgid " DW_MACRO_GNU_end_file\n"
2261 msgstr ""
2262
2263 #: dwarf.c:3691
2264 #, c-format
2265 msgid " DW_MACRO_GNU_define - lineno : %d macro : %s\n"
2266 msgstr ""
2267
2268 #: dwarf.c:3700
2269 #, c-format
2270 msgid " DW_MACRO_GNU_undef - lineno : %d macro : %s\n"
2271 msgstr ""
2272
2273 #: dwarf.c:3710
2274 #, c-format
2275 msgid " DW_MACRO_GNU_define_indirect - lineno : %d macro : %s\n"
2276 msgstr ""
2277
2278 #: dwarf.c:3720
2279 #, c-format
2280 msgid " DW_MACRO_GNU_undef_indirect - lineno : %d macro : %s\n"
2281 msgstr ""
2282
2283 #: dwarf.c:3727
2284 #, c-format
2285 msgid " DW_MACRO_GNU_transparent_include - offset : 0x%lx\n"
2286 msgstr ""
2287
2288 #: dwarf.c:3734
2289 #, c-format
2290 msgid " Unknown macro opcode %02x seen\n"
2291 msgstr ""
2292
2293 #: dwarf.c:3746
2294 #, c-format
2295 msgid " DW_MACRO_GNU_%02x\n"
2296 msgstr ""
2297
2298 #: dwarf.c:3749
2299 #, c-format
2300 msgid " DW_MACRO_GNU_%02x -"
2301 msgstr ""
2302
2303 #: dwarf.c:3790
2304 #, c-format
2305 msgid " Number TAG\n"
2306 msgstr ""
2307
2308 #: dwarf.c:3799
2309 msgid "has children"
2310 msgstr ""
2311
2312 #: dwarf.c:3799
2313 msgid "no children"
2314 msgstr ""
2315
2316 #: dwarf.c:3850 dwarf.c:4077 dwarf.c:4311
2317 #, c-format
2318 msgid ""
2319 "\n"
2320 "The %s section is empty.\n"
2321 msgstr ""
2322
2323 #: dwarf.c:3856 dwarf.c:4317
2324 #, c-format
2325 msgid ""
2326 "Unable to load/parse the .debug_info section, so cannot interpret the %s "
2327 "section.\n"
2328 msgstr ""
2329
2330 #: dwarf.c:3900
2331 msgid "No location lists in .debug_info section!\n"
2332 msgstr ""
2333
2334 #: dwarf.c:3905
2335 #, c-format
2336 msgid "Location lists in %s section start at 0x%s\n"
2337 msgstr ""
2338
2339 #: dwarf.c:3912
2340 #, c-format
2341 msgid " Offset Begin End Expression\n"
2342 msgstr ""
2343
2344 #: dwarf.c:3961
2345 #, c-format
2346 msgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
2347 msgstr ""
2348
2349 #: dwarf.c:3965
2350 #, c-format
2351 msgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
2352 msgstr ""
2353
2354 #: dwarf.c:3973
2355 #, c-format
2356 msgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
2357 msgstr ""
2358
2359 #: dwarf.c:3982 dwarf.c:4017 dwarf.c:4027
2360 #, c-format
2361 msgid "Location list starting at offset 0x%lx is not terminated.\n"
2362 msgstr ""
2363
2364 #: dwarf.c:4001 dwarf.c:4405
2365 #, c-format
2366 msgid "<End of list>\n"
2367 msgstr ""
2368
2369 #: dwarf.c:4011
2370 #, c-format
2371 msgid "(base address)\n"
2372 msgstr ""
2373
2374 #: dwarf.c:4048
2375 msgid " (start == end)"
2376 msgstr ""
2377
2378 #: dwarf.c:4050
2379 msgid " (start > end)"
2380 msgstr ""
2381
2382 #: dwarf.c:4060
2383 #, c-format
2384 msgid "There are %ld unused bytes at the end of section %s\n"
2385 msgstr ""
2386
2387 #: dwarf.c:4206
2388 msgid "Only DWARF 2 and 3 aranges are currently supported.\n"
2389 msgstr ""
2390
2391 #: dwarf.c:4210
2392 #, c-format
2393 msgid " Length: %ld\n"
2394 msgstr ""
2395
2396 #: dwarf.c:4212
2397 #, c-format
2398 msgid " Version: %d\n"
2399 msgstr ""
2400
2401 #: dwarf.c:4213
2402 #, c-format
2403 msgid " Offset into .debug_info: 0x%lx\n"
2404 msgstr ""
2405
2406 #: dwarf.c:4215
2407 #, c-format
2408 msgid " Pointer Size: %d\n"
2409 msgstr ""
2410
2411 #: dwarf.c:4216
2412 #, c-format
2413 msgid " Segment Size: %d\n"
2414 msgstr ""
2415
2416 #: dwarf.c:4222
2417 #, c-format
2418 msgid "Invalid address size in %s section!\n"
2419 msgstr ""
2420
2421 #: dwarf.c:4232
2422 msgid "Pointer size + Segment size is not a power of two.\n"
2423 msgstr ""
2424
2425 #: dwarf.c:4237
2426 #, c-format
2427 msgid ""
2428 "\n"
2429 " Address Length\n"
2430 msgstr ""
2431
2432 #: dwarf.c:4239
2433 #, c-format
2434 msgid ""
2435 "\n"
2436 " Address Length\n"
2437 msgstr ""
2438
2439 #: dwarf.c:4327
2440 msgid "No range lists in .debug_info section!\n"
2441 msgstr ""
2442
2443 #: dwarf.c:4351
2444 #, c-format
2445 msgid "Range lists in %s section start at 0x%lx\n"
2446 msgstr ""
2447
2448 #: dwarf.c:4355
2449 #, c-format
2450 msgid " Offset Begin End\n"
2451 msgstr ""
2452
2453 #: dwarf.c:4376
2454 #, c-format
2455 msgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
2456 msgstr ""
2457
2458 #: dwarf.c:4380
2459 #, c-format
2460 msgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
2461 msgstr ""
2462
2463 #: dwarf.c:4423
2464 msgid "(start == end)"
2465 msgstr ""
2466
2467 #: dwarf.c:4425
2468 msgid "(start > end)"
2469 msgstr ""
2470
2471 #: dwarf.c:4678
2472 msgid "bad register: "
2473 msgstr ""
2474
2475 #. The documentation for the format of this file is in gdb/dwarf2read.c.
2476 #: dwarf.c:4681 dwarf.c:5490
2477 #, c-format
2478 msgid "Contents of the %s section:\n"
2479 msgstr ""
2480
2481 #: dwarf.c:5451
2482 #, c-format
2483 msgid " DW_CFA_??? (User defined call frame op: %#x)\n"
2484 msgstr ""
2485
2486 #: dwarf.c:5453
2487 #, c-format
2488 msgid "unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
2489 msgstr ""
2490
2491 #: dwarf.c:5494
2492 #, c-format
2493 msgid "Truncated header in the %s section.\n"
2494 msgstr ""
2495
2496 #: dwarf.c:5499
2497 #, c-format
2498 msgid "Version %ld\n"
2499 msgstr ""
2500
2501 #: dwarf.c:5506
2502 msgid "The address table data in version 3 may be wrong.\n"
2503 msgstr ""
2504
2505 #: dwarf.c:5509
2506 msgid "Version 4 does not support case insensitive lookups.\n"
2507 msgstr ""
2508
2509 #: dwarf.c:5514
2510 #, c-format
2511 msgid "Unsupported version %lu.\n"
2512 msgstr ""
2513
2514 #: dwarf.c:5530
2515 #, c-format
2516 msgid "Corrupt header in the %s section.\n"
2517 msgstr ""
2518
2519 #: dwarf.c:5545
2520 #, c-format
2521 msgid ""
2522 "\n"
2523 "CU table:\n"
2524 msgstr ""
2525
2526 #: dwarf.c:5551
2527 #, c-format
2528 msgid "[%3u] 0x%lx - 0x%lx\n"
2529 msgstr ""
2530
2531 #: dwarf.c:5556
2532 #, c-format
2533 msgid ""
2534 "\n"
2535 "TU table:\n"
2536 msgstr ""
2537
2538 #: dwarf.c:5563
2539 #, c-format
2540 msgid "[%3u] 0x%lx 0x%lx "
2541 msgstr ""
2542
2543 #: dwarf.c:5570
2544 #, c-format
2545 msgid ""
2546 "\n"
2547 "Address table:\n"
2548 msgstr ""
2549
2550 #: dwarf.c:5579
2551 #, c-format
2552 msgid "%lu\n"
2553 msgstr ""
2554
2555 #: dwarf.c:5582
2556 #, c-format
2557 msgid ""
2558 "\n"
2559 "Symbol table:\n"
2560 msgstr ""
2561
2562 #: dwarf.c:5616
2563 #, c-format
2564 msgid "Displaying the debug contents of section %s is not yet supported.\n"
2565 msgstr ""
2566
2567 #: dwarf.c:5752 dwarf.c:5822
2568 #, c-format
2569 msgid "Unrecognized debug option '%s'\n"
2570 msgstr ""
2571
2572 #: elfcomm.c:39
2573 #, c-format
2574 msgid "%s: Error: "
2575 msgstr ""
2576
2577 #: elfcomm.c:50
2578 #, c-format
2579 msgid "%s: Warning: "
2580 msgstr ""
2581
2582 #: elfcomm.c:82 elfcomm.c:117 elfcomm.c:167 elfcomm.c:216
2583 #, c-format
2584 msgid "Unhandled data length: %d\n"
2585 msgstr ""
2586
2587 #: elfcomm.c:263 elfcomm.c:277 elfcomm.c:645 readelf.c:3683 readelf.c:3991
2588 #: readelf.c:4034 readelf.c:4108 readelf.c:4187 readelf.c:4965 readelf.c:4989
2589 #: readelf.c:7397 readelf.c:7443 readelf.c:7642 readelf.c:8863 readelf.c:8877
2590 #: readelf.c:9423 readelf.c:9439 readelf.c:9482 readelf.c:9507 readelf.c:11904
2591 #: readelf.c:12096 readelf.c:12929
2592 msgid "Out of memory\n"
2593 msgstr ""
2594
2595 #: elfcomm.c:312
2596 #, c-format
2597 msgid "%s: failed to seek to first archive header\n"
2598 msgstr ""
2599
2600 #: elfcomm.c:321 elfcomm.c:611 elfedit.c:340 readelf.c:13418
2601 #, c-format
2602 msgid "%s: failed to read archive header\n"
2603 msgstr ""
2604
2605 #: elfcomm.c:347
2606 #, c-format
2607 msgid "%s: the archive index is empty\n"
2608 msgstr ""
2609
2610 #: elfcomm.c:355 elfcomm.c:381
2611 #, c-format
2612 msgid "%s: failed to read archive index\n"
2613 msgstr ""
2614
2615 #: elfcomm.c:365
2616 #, c-format
2617 msgid ""
2618 "%s: the archive index is supposed to have %ld entries, but the size in the "
2619 "header is too small\n"
2620 msgstr ""
2621
2622 #: elfcomm.c:373
2623 msgid "Out of memory whilst trying to read archive symbol index\n"
2624 msgstr ""
2625
2626 #: elfcomm.c:392
2627 msgid "Out of memory whilst trying to convert the archive symbol index\n"
2628 msgstr ""
2629
2630 #: elfcomm.c:405
2631 #, c-format
2632 msgid "%s: the archive has an index but no symbols\n"
2633 msgstr ""
2634
2635 #: elfcomm.c:413
2636 msgid "Out of memory whilst trying to read archive index symbol table\n"
2637 msgstr ""
2638
2639 #: elfcomm.c:419
2640 #, c-format
2641 msgid "%s: failed to read archive index symbol table\n"
2642 msgstr ""
2643
2644 #: elfcomm.c:428
2645 #, c-format
2646 msgid "%s: failed to skip archive symbol table\n"
2647 msgstr ""
2648
2649 #: elfcomm.c:440
2650 #, c-format
2651 msgid "%s: failed to read archive header following archive index\n"
2652 msgstr ""
2653
2654 #: elfcomm.c:446
2655 #, c-format
2656 msgid "%s has no archive index\n"
2657 msgstr ""
2658
2659 #: elfcomm.c:457
2660 msgid "Out of memory reading long symbol names in archive\n"
2661 msgstr ""
2662
2663 #: elfcomm.c:465
2664 #, c-format
2665 msgid "%s: failed to read long symbol name string table\n"
2666 msgstr ""
2667
2668 #: elfcomm.c:605
2669 #, c-format
2670 msgid "%s: failed to seek to next file name\n"
2671 msgstr ""
2672
2673 #: elfcomm.c:616 elfedit.c:347 readelf.c:13424
2674 #, c-format
2675 msgid "%s: did not find a valid archive header\n"
2676 msgstr ""
2677
2678 #: elfedit.c:73
2679 #, c-format
2680 msgid "%s: Not an ELF file - wrong magic bytes at the start\n"
2681 msgstr ""
2682
2683 #: elfedit.c:81
2684 #, c-format
2685 msgid "%s: Unsupported EI_VERSION: %d is not %d\n"
2686 msgstr ""
2687
2688 #: elfedit.c:97
2689 #, c-format
2690 msgid "%s: Unmatched EI_CLASS: %d is not %d\n"
2691 msgstr ""
2692
2693 #: elfedit.c:108
2694 #, c-format
2695 msgid "%s: Unmatched e_machine: %d is not %d\n"
2696 msgstr ""
2697
2698 #: elfedit.c:119
2699 #, c-format
2700 msgid "%s: Unmatched e_type: %d is not %d\n"
2701 msgstr ""
2702
2703 #: elfedit.c:130
2704 #, c-format
2705 msgid "%s: Unmatched EI_OSABI: %d is not %d\n"
2706 msgstr ""
2707
2708 #: elfedit.c:163
2709 #, c-format
2710 msgid "%s: Failed to update ELF header: %s\n"
2711 msgstr ""
2712
2713 #: elfedit.c:196
2714 #, c-format
2715 msgid "Unsupported EI_CLASS: %d\n"
2716 msgstr ""
2717
2718 #: elfedit.c:229
2719 msgid ""
2720 "This executable has been built without support for a\n"
2721 "64 bit data type and so it cannot process 64 bit ELF files.\n"
2722 msgstr ""
2723
2724 #: elfedit.c:270
2725 #, c-format
2726 msgid "%s: Failed to read ELF header\n"
2727 msgstr ""
2728
2729 #: elfedit.c:277
2730 #, c-format
2731 msgid "%s: Failed to seek to ELF header\n"
2732 msgstr ""
2733
2734 #: elfedit.c:331 readelf.c:13410
2735 #, c-format
2736 msgid "%s: failed to seek to next archive header\n"
2737 msgstr ""
2738
2739 #: elfedit.c:362 elfedit.c:371 readelf.c:13438 readelf.c:13447
2740 #, c-format
2741 msgid "%s: bad archive file name\n"
2742 msgstr ""
2743
2744 #: elfedit.c:391 elfedit.c:483
2745 #, c-format
2746 msgid "Input file '%s' is not readable\n"
2747 msgstr ""
2748
2749 #: elfedit.c:415
2750 #, c-format
2751 msgid "%s: failed to seek to archive member\n"
2752 msgstr ""
2753
2754 #: elfedit.c:454 readelf.c:13533
2755 #, c-format
2756 msgid "'%s': No such file\n"
2757 msgstr ""
2758
2759 #: elfedit.c:456 readelf.c:13535
2760 #, c-format
2761 msgid "Could not locate '%s'. System error message: %s\n"
2762 msgstr ""
2763
2764 #: elfedit.c:463 readelf.c:13542
2765 #, c-format
2766 msgid "'%s' is not an ordinary file\n"
2767 msgstr ""
2768
2769 #: elfedit.c:489 readelf.c:13555
2770 #, c-format
2771 msgid "%s: Failed to read file's magic number\n"
2772 msgstr ""
2773
2774 #: elfedit.c:547
2775 #, c-format
2776 msgid "Unknown OSABI: %s\n"
2777 msgstr ""
2778
2779 #: elfedit.c:568
2780 #, c-format
2781 msgid "Unknown machine type: %s\n"
2782 msgstr ""
2783
2784 #: elfedit.c:587
2785 #, c-format
2786 msgid "Unknown machine type: %d\n"
2787 msgstr ""
2788
2789 #: elfedit.c:606
2790 #, c-format
2791 msgid "Unknown type: %s\n"
2792 msgstr ""
2793
2794 #: elfedit.c:637
2795 #, c-format
2796 msgid "Usage: %s <option(s)> elffile(s)\n"
2797 msgstr ""
2798
2799 #: elfedit.c:639
2800 #, c-format
2801 msgid " Update the ELF header of ELF files\n"
2802 msgstr ""
2803
2804 #: elfedit.c:640 objcopy.c:475 objcopy.c:585
2805 #, c-format
2806 msgid " The options are:\n"
2807 msgstr ""
2808
2809 #: elfedit.c:641
2810 #, c-format
2811 msgid ""
2812 " --input-mach <machine> Set input machine type to <machine>\n"
2813 " --output-mach <machine> Set output machine type to <machine>\n"
2814 " --input-type <type> Set input file type to <type>\n"
2815 " --output-type <type> Set output file type to <type>\n"
2816 " --input-osabi <osabi> Set input OSABI to <osabi>\n"
2817 " --output-osabi <osabi> Set output OSABI to <osabi>\n"
2818 " -h --help Display this information\n"
2819 " -v --version Display the version number of %s\n"
2820 msgstr ""
2821
2822 #: emul_aix.c:45
2823 #, c-format
2824 msgid " [-g] - 32 bit small archive\n"
2825 msgstr ""
2826
2827 #: emul_aix.c:46
2828 #, c-format
2829 msgid " [-X32] - ignores 64 bit objects\n"
2830 msgstr ""
2831
2832 #: emul_aix.c:47
2833 #, c-format
2834 msgid " [-X64] - ignores 32 bit objects\n"
2835 msgstr ""
2836
2837 #: emul_aix.c:48
2838 #, c-format
2839 msgid " [-X32_64] - accepts 32 and 64 bit objects\n"
2840 msgstr ""
2841
2842 #: ieee.c:311
2843 msgid "unexpected end of debugging information"
2844 msgstr ""
2845
2846 #: ieee.c:398
2847 msgid "invalid number"
2848 msgstr ""
2849
2850 #: ieee.c:451
2851 msgid "invalid string length"
2852 msgstr ""
2853
2854 #: ieee.c:506 ieee.c:547
2855 msgid "expression stack overflow"
2856 msgstr ""
2857
2858 #: ieee.c:526
2859 msgid "unsupported IEEE expression operator"
2860 msgstr ""
2861
2862 #: ieee.c:541
2863 msgid "unknown section"
2864 msgstr ""
2865
2866 #: ieee.c:562
2867 msgid "expression stack underflow"
2868 msgstr ""
2869
2870 #: ieee.c:576
2871 msgid "expression stack mismatch"
2872 msgstr ""
2873
2874 #: ieee.c:613
2875 msgid "unknown builtin type"
2876 msgstr ""
2877
2878 #: ieee.c:758
2879 msgid "BCD float type not supported"
2880 msgstr ""
2881
2882 #: ieee.c:895
2883 msgid "unexpected number"
2884 msgstr ""
2885
2886 #: ieee.c:902
2887 msgid "unexpected record type"
2888 msgstr ""
2889
2890 #: ieee.c:935
2891 msgid "blocks left on stack at end"
2892 msgstr ""
2893
2894 #: ieee.c:1208
2895 msgid "unknown BB type"
2896 msgstr ""
2897
2898 #: ieee.c:1217
2899 msgid "stack overflow"
2900 msgstr ""
2901
2902 #: ieee.c:1240
2903 msgid "stack underflow"
2904 msgstr ""
2905
2906 #: ieee.c:1352 ieee.c:1422 ieee.c:2120
2907 msgid "illegal variable index"
2908 msgstr ""
2909
2910 #: ieee.c:1400
2911 msgid "illegal type index"
2912 msgstr ""
2913
2914 #: ieee.c:1410 ieee.c:1447
2915 msgid "unknown TY code"
2916 msgstr ""
2917
2918 #: ieee.c:1429
2919 msgid "undefined variable in TY"
2920 msgstr ""
2921
2922 #. Pascal file name. FIXME.
2923 #: ieee.c:1841
2924 msgid "Pascal file name not supported"
2925 msgstr ""
2926
2927 #: ieee.c:1889
2928 msgid "unsupported qualifier"
2929 msgstr ""
2930
2931 #: ieee.c:2158
2932 msgid "undefined variable in ATN"
2933 msgstr ""
2934
2935 #: ieee.c:2201
2936 msgid "unknown ATN type"
2937 msgstr ""
2938
2939 #. Reserved for FORTRAN common.
2940 #: ieee.c:2323
2941 msgid "unsupported ATN11"
2942 msgstr ""
2943
2944 #. We have no way to record this information. FIXME.
2945 #: ieee.c:2350
2946 msgid "unsupported ATN12"
2947 msgstr ""
2948
2949 #: ieee.c:2410
2950 msgid "unexpected string in C++ misc"
2951 msgstr ""
2952
2953 #: ieee.c:2423
2954 msgid "bad misc record"
2955 msgstr ""
2956
2957 #: ieee.c:2464
2958 msgid "unrecognized C++ misc record"
2959 msgstr ""
2960
2961 #: ieee.c:2579
2962 msgid "undefined C++ object"
2963 msgstr ""
2964
2965 #: ieee.c:2613
2966 msgid "unrecognized C++ object spec"
2967 msgstr ""
2968
2969 #: ieee.c:2649
2970 msgid "unsupported C++ object type"
2971 msgstr ""
2972
2973 #: ieee.c:2659
2974 msgid "C++ base class not defined"
2975 msgstr ""
2976
2977 #: ieee.c:2671 ieee.c:2776
2978 msgid "C++ object has no fields"
2979 msgstr ""
2980
2981 #: ieee.c:2690
2982 msgid "C++ base class not found in container"
2983 msgstr ""
2984
2985 #: ieee.c:2797
2986 msgid "C++ data member not found in container"
2987 msgstr ""
2988
2989 #: ieee.c:2838 ieee.c:2988
2990 msgid "unknown C++ visibility"
2991 msgstr ""
2992
2993 #: ieee.c:2872
2994 msgid "bad C++ field bit pos or size"
2995 msgstr ""
2996
2997 #: ieee.c:2964
2998 msgid "bad type for C++ method function"
2999 msgstr ""
3000
3001 #: ieee.c:2974
3002 msgid "no type information for C++ method function"
3003 msgstr ""
3004
3005 #: ieee.c:3013
3006 msgid "C++ static virtual method"
3007 msgstr ""
3008
3009 #: ieee.c:3108
3010 msgid "unrecognized C++ object overhead spec"
3011 msgstr ""
3012
3013 #: ieee.c:3147
3014 msgid "undefined C++ vtable"
3015 msgstr ""
3016
3017 #: ieee.c:3216
3018 msgid "C++ default values not in a function"
3019 msgstr ""
3020
3021 #: ieee.c:3256
3022 msgid "unrecognized C++ default type"
3023 msgstr ""
3024
3025 #: ieee.c:3287
3026 msgid "reference parameter is not a pointer"
3027 msgstr ""
3028
3029 #: ieee.c:3370
3030 msgid "unrecognized C++ reference type"
3031 msgstr ""
3032
3033 #: ieee.c:3452
3034 msgid "C++ reference not found"
3035 msgstr ""
3036
3037 #: ieee.c:3460
3038 msgid "C++ reference is not pointer"
3039 msgstr ""
3040
3041 #: ieee.c:3486 ieee.c:3494
3042 msgid "missing required ASN"
3043 msgstr ""
3044
3045 #: ieee.c:3521 ieee.c:3529
3046 msgid "missing required ATN65"
3047 msgstr ""
3048
3049 #: ieee.c:3543
3050 msgid "bad ATN65 record"
3051 msgstr ""
3052
3053 #: ieee.c:4171
3054 #, c-format
3055 msgid "IEEE numeric overflow: 0x"
3056 msgstr ""
3057
3058 #: ieee.c:4215
3059 #, c-format
3060 msgid "IEEE string length overflow: %u\n"
3061 msgstr ""
3062
3063 #: ieee.c:5213
3064 #, c-format
3065 msgid "IEEE unsupported integer type size %u\n"
3066 msgstr ""
3067
3068 #: ieee.c:5247
3069 #, c-format
3070 msgid "IEEE unsupported float type size %u\n"
3071 msgstr ""
3072
3073 #: ieee.c:5281
3074 #, c-format
3075 msgid "IEEE unsupported complex type size %u\n"
3076 msgstr ""
3077
3078 #: mclex.c:241
3079 msgid "Duplicate symbol entered into keyword list."
3080 msgstr ""
3081
3082 #: nlmconv.c:274 srconv.c:1824
3083 msgid "input and output files must be different"
3084 msgstr ""
3085
3086 #: nlmconv.c:321
3087 msgid "input file named both on command line and with INPUT"
3088 msgstr ""
3089
3090 #: nlmconv.c:330
3091 msgid "no input file"
3092 msgstr ""
3093
3094 #: nlmconv.c:360
3095 msgid "no name for output file"
3096 msgstr ""
3097
3098 #: nlmconv.c:374
3099 msgid "warning: input and output formats are not compatible"
3100 msgstr ""
3101
3102 #: nlmconv.c:404
3103 msgid "make .bss section"
3104 msgstr ""
3105
3106 #: nlmconv.c:414
3107 msgid "make .nlmsections section"
3108 msgstr ""
3109
3110 #: nlmconv.c:442
3111 msgid "set .bss vma"
3112 msgstr ""
3113
3114 #: nlmconv.c:449
3115 msgid "set .data size"
3116 msgstr ""
3117
3118 #: nlmconv.c:629
3119 #, c-format
3120 msgid "warning: symbol %s imported but not in import list"
3121 msgstr ""
3122
3123 #: nlmconv.c:649
3124 msgid "set start address"
3125 msgstr ""
3126
3127 #: nlmconv.c:698
3128 #, c-format
3129 msgid "warning: START procedure %s not defined"
3130 msgstr ""
3131
3132 #: nlmconv.c:700
3133 #, c-format
3134 msgid "warning: EXIT procedure %s not defined"
3135 msgstr ""
3136
3137 #: nlmconv.c:702
3138 #, c-format
3139 msgid "warning: CHECK procedure %s not defined"
3140 msgstr ""
3141
3142 #: nlmconv.c:722 nlmconv.c:908
3143 msgid "custom section"
3144 msgstr ""
3145
3146 #: nlmconv.c:742 nlmconv.c:937
3147 msgid "help section"
3148 msgstr ""
3149
3150 #: nlmconv.c:764 nlmconv.c:955
3151 msgid "message section"
3152 msgstr ""
3153
3154 #: nlmconv.c:779 nlmconv.c:988
3155 msgid "module section"
3156 msgstr ""
3157
3158 #: nlmconv.c:798 nlmconv.c:1004
3159 msgid "rpc section"
3160 msgstr ""
3161
3162 #. There is no place to record this information.
3163 #: nlmconv.c:834
3164 #, c-format
3165 msgid "%s: warning: shared libraries can not have uninitialized data"
3166 msgstr ""
3167
3168 #: nlmconv.c:855 nlmconv.c:1023
3169 msgid "shared section"
3170 msgstr ""
3171
3172 #: nlmconv.c:863
3173 msgid "warning: No version number given"
3174 msgstr ""
3175
3176 #: nlmconv.c:903 nlmconv.c:932 nlmconv.c:950 nlmconv.c:999 nlmconv.c:1018
3177 #, c-format
3178 msgid "%s: read: %s"
3179 msgstr ""
3180
3181 #: nlmconv.c:925
3182 msgid "warning: FULLMAP is not supported; try ld -M"
3183 msgstr ""
3184
3185 #: nlmconv.c:1101
3186 #, c-format
3187 msgid "Usage: %s [option(s)] [in-file [out-file]]\n"
3188 msgstr ""
3189
3190 #: nlmconv.c:1102
3191 #, c-format
3192 msgid " Convert an object file into a NetWare Loadable Module\n"
3193 msgstr ""
3194
3195 #: nlmconv.c:1103
3196 #, c-format
3197 msgid ""
3198 " The options are:\n"
3199 " -I --input-target=<bfdname> Set the input binary file format\n"
3200 " -O --output-target=<bfdname> Set the output binary file format\n"
3201 " -T --header-file=<file> Read <file> for NLM header information\n"
3202 " -l --linker=<linker> Use <linker> for any linking\n"
3203 " -d --debug Display on stderr the linker command line\n"
3204 " @<file> Read options from <file>.\n"
3205 " -h --help Display this information\n"
3206 " -v --version Display the program's version\n"
3207 msgstr ""
3208
3209 #: nlmconv.c:1144
3210 #, c-format
3211 msgid "support not compiled in for %s"
3212 msgstr ""
3213
3214 #: nlmconv.c:1181
3215 msgid "make section"
3216 msgstr ""
3217
3218 #: nlmconv.c:1195
3219 msgid "set section size"
3220 msgstr ""
3221
3222 #: nlmconv.c:1201
3223 msgid "set section alignment"
3224 msgstr ""
3225
3226 #: nlmconv.c:1205
3227 msgid "set section flags"
3228 msgstr ""
3229
3230 #: nlmconv.c:1216
3231 msgid "set .nlmsections size"
3232 msgstr ""
3233
3234 #: nlmconv.c:1297 nlmconv.c:1305 nlmconv.c:1314 nlmconv.c:1319
3235 msgid "set .nlmsection contents"
3236 msgstr ""
3237
3238 #: nlmconv.c:1796
3239 msgid "stub section sizes"
3240 msgstr ""
3241
3242 #: nlmconv.c:1843
3243 msgid "writing stub"
3244 msgstr ""
3245
3246 #: nlmconv.c:1927
3247 #, c-format
3248 msgid "unresolved PC relative reloc against %s"
3249 msgstr ""
3250
3251 #: nlmconv.c:1991
3252 #, c-format
3253 msgid "overflow when adjusting relocation against %s"
3254 msgstr ""
3255
3256 #: nlmconv.c:2118
3257 #, c-format
3258 msgid "%s: execution of %s failed: "
3259 msgstr ""
3260
3261 #: nlmconv.c:2133
3262 #, c-format
3263 msgid "Execution of %s failed"
3264 msgstr ""
3265
3266 #: nm.c:225 size.c:78 strings.c:650
3267 #, c-format
3268 msgid "Usage: %s [option(s)] [file(s)]\n"
3269 msgstr ""
3270
3271 #: nm.c:226
3272 #, c-format
3273 msgid " List symbols in [file(s)] (a.out by default).\n"
3274 msgstr ""
3275
3276 #: nm.c:227
3277 #, c-format
3278 msgid ""
3279 " The options are:\n"
3280 " -a, --debug-syms Display debugger-only symbols\n"
3281 " -A, --print-file-name Print name of the input file before every symbol\n"
3282 " -B Same as --format=bsd\n"
3283 " -C, --demangle[=STYLE] Decode low-level symbol names into user-level "
3284 "names\n"
3285 " The STYLE, if specified, can be `auto' (the "
3286 "default),\n"
3287 " `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', "
3288 "`java'\n"
3289 " or `gnat'\n"
3290 " --no-demangle Do not demangle low-level symbol names\n"
3291 " -D, --dynamic Display dynamic symbols instead of normal symbols\n"
3292 " --defined-only Display only defined symbols\n"
3293 " -e (ignored)\n"
3294 " -f, --format=FORMAT Use the output format FORMAT. FORMAT can be "
3295 "`bsd',\n"
3296 " `sysv' or `posix'. The default is `bsd'\n"
3297 " -g, --extern-only Display only external symbols\n"
3298 " -l, --line-numbers Use debugging information to find a filename and\n"
3299 " line number for each symbol\n"
3300 " -n, --numeric-sort Sort symbols numerically by address\n"
3301 " -o Same as -A\n"
3302 " -p, --no-sort Do not sort the symbols\n"
3303 " -P, --portability Same as --format=posix\n"
3304 " -r, --reverse-sort Reverse the sense of the sort\n"
3305 msgstr ""
3306
3307 #: nm.c:250
3308 #, c-format
3309 msgid " --plugin NAME Load the specified plugin\n"
3310 msgstr ""
3311
3312 #: nm.c:253
3313 #, c-format
3314 msgid ""
3315 " -S, --print-size Print size of defined symbols\n"
3316 " -s, --print-armap Include index for symbols from archive members\n"
3317 " --size-sort Sort symbols by size\n"
3318 " --special-syms Include special symbols in the output\n"
3319 " --synthetic Display synthetic symbols as well\n"
3320 " -t, --radix=RADIX Use RADIX for printing symbol values\n"
3321 " --target=BFDNAME Specify the target object format as BFDNAME\n"
3322 " -u, --undefined-only Display only undefined symbols\n"
3323 " -X 32_64 (ignored)\n"
3324 " @FILE Read options from FILE\n"
3325 " -h, --help Display this information\n"
3326 " -V, --version Display this program's version number\n"
3327 "\n"
3328 msgstr ""
3329
3330 #: nm.c:301
3331 #, c-format
3332 msgid "%s: invalid radix"
3333 msgstr ""
3334
3335 #: nm.c:325
3336 #, c-format
3337 msgid "%s: invalid output format"
3338 msgstr ""
3339
3340 #: nm.c:346 readelf.c:8616 readelf.c:8661
3341 #, c-format
3342 msgid "<processor specific>: %d"
3343 msgstr ""
3344
3345 #: nm.c:348 readelf.c:8625 readelf.c:8679
3346 #, c-format
3347 msgid "<OS specific>: %d"
3348 msgstr ""
3349
3350 #: nm.c:350 readelf.c:8628 readelf.c:8682
3351 #, c-format
3352 msgid "<unknown>: %d"
3353 msgstr ""
3354
3355 #: nm.c:390
3356 #, c-format
3357 msgid ""
3358 "\n"
3359 "Archive index:\n"
3360 msgstr ""
3361
3362 #: nm.c:1258
3363 #, c-format
3364 msgid ""
3365 "\n"
3366 "\n"
3367 "Undefined symbols from %s:\n"
3368 "\n"
3369 msgstr ""
3370
3371 #: nm.c:1260
3372 #, c-format
3373 msgid ""
3374 "\n"
3375 "\n"
3376 "Symbols from %s:\n"
3377 "\n"
3378 msgstr ""
3379
3380 #: nm.c:1262 nm.c:1313
3381 #, c-format
3382 msgid ""
3383 "Name Value Class Type Size Line "
3384 "Section\n"
3385 "\n"
3386 msgstr ""
3387
3388 #: nm.c:1265 nm.c:1316
3389 #, c-format
3390 msgid ""
3391 "Name Value Class Type "
3392 "Size Line Section\n"
3393 "\n"
3394 msgstr ""
3395
3396 #: nm.c:1309
3397 #, c-format
3398 msgid ""
3399 "\n"
3400 "\n"
3401 "Undefined symbols from %s[%s]:\n"
3402 "\n"
3403 msgstr ""
3404
3405 #: nm.c:1311
3406 #, c-format
3407 msgid ""
3408 "\n"
3409 "\n"
3410 "Symbols from %s[%s]:\n"
3411 "\n"
3412 msgstr ""
3413
3414 #: nm.c:1403
3415 #, c-format
3416 msgid "Print width has not been initialized (%d)"
3417 msgstr ""
3418
3419 #: nm.c:1631
3420 msgid "Only -X 32_64 is supported"
3421 msgstr ""
3422
3423 #: nm.c:1660
3424 msgid "Using the --size-sort and --undefined-only options together"
3425 msgstr ""
3426
3427 #: nm.c:1661
3428 msgid "will produce no output, since undefined symbols have no size."
3429 msgstr ""
3430
3431 #: nm.c:1689
3432 #, c-format
3433 msgid "data size %ld"
3434 msgstr ""
3435
3436 #: objcopy.c:473 srconv.c:1732
3437 #, c-format
3438 msgid "Usage: %s [option(s)] in-file [out-file]\n"
3439 msgstr ""
3440
3441 #: objcopy.c:474
3442 #, c-format
3443 msgid " Copies a binary file, possibly transforming it in the process\n"
3444 msgstr ""
3445
3446 #: objcopy.c:476
3447 #, c-format
3448 msgid ""
3449 " -I --input-target <bfdname> Assume input file is in format <bfdname>\n"
3450 " -O --output-target <bfdname> Create an output file in format "
3451 "<bfdname>\n"
3452 " -B --binary-architecture <arch> Set output arch, when input is arch-less\n"
3453 " -F --target <bfdname> Set both input and output format to "
3454 "<bfdname>\n"
3455 " --debugging Convert debugging information, if "
3456 "possible\n"
3457 " -p --preserve-dates Copy modified/access timestamps to the "
3458 "output\n"
3459 " -j --only-section <name> Only copy section <name> into the output\n"
3460 " --add-gnu-debuglink=<file> Add section .gnu_debuglink linking to "
3461 "<file>\n"
3462 " -R --remove-section <name> Remove section <name> from the output\n"
3463 " -S --strip-all Remove all symbol and relocation "
3464 "information\n"
3465 " -g --strip-debug Remove all debugging symbols & sections\n"
3466 " --strip-unneeded Remove all symbols not needed by "
3467 "relocations\n"
3468 " -N --strip-symbol <name> Do not copy symbol <name>\n"
3469 " --strip-unneeded-symbol <name>\n"
3470 " Do not copy symbol <name> unless needed "
3471 "by\n"
3472 " relocations\n"
3473 " --only-keep-debug Strip everything but the debug "
3474 "information\n"
3475 " --extract-symbol Remove section contents but keep symbols\n"
3476 " -K --keep-symbol <name> Do not strip symbol <name>\n"
3477 " --keep-file-symbols Do not strip file symbol(s)\n"
3478 " --localize-hidden Turn all ELF hidden symbols into locals\n"
3479 " -L --localize-symbol <name> Force symbol <name> to be marked as a "
3480 "local\n"
3481 " --globalize-symbol <name> Force symbol <name> to be marked as a "
3482 "global\n"
3483 " -G --keep-global-symbol <name> Localize all symbols except <name>\n"
3484 " -W --weaken-symbol <name> Force symbol <name> to be marked as a "
3485 "weak\n"
3486 " --weaken Force all global symbols to be marked as "
3487 "weak\n"
3488 " -w --wildcard Permit wildcard in symbol comparison\n"
3489 " -x --discard-all Remove all non-global symbols\n"
3490 " -X --discard-locals Remove any compiler-generated symbols\n"
3491 " -i --interleave [<number>] Only copy N out of every <number> bytes\n"
3492 " --interleave-width <number> Set N for --interleave\n"
3493 " -b --byte <num> Select byte <num> in every interleaved "
3494 "block\n"
3495 " --gap-fill <val> Fill gaps between sections with <val>\n"
3496 " --pad-to <addr> Pad the last section up to address "
3497 "<addr>\n"
3498 " --set-start <addr> Set the start address to <addr>\n"
3499 " {--change-start|--adjust-start} <incr>\n"
3500 " Add <incr> to the start address\n"
3501 " {--change-addresses|--adjust-vma} <incr>\n"
3502 " Add <incr> to LMA, VMA and start "
3503 "addresses\n"
3504 " {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
3505 " Change LMA and VMA of section <name> by "
3506 "<val>\n"
3507 " --change-section-lma <name>{=|+|-}<val>\n"
3508 " Change the LMA of section <name> by "
3509 "<val>\n"
3510 " --change-section-vma <name>{=|+|-}<val>\n"
3511 " Change the VMA of section <name> by "
3512 "<val>\n"
3513 " {--[no-]change-warnings|--[no-]adjust-warnings}\n"
3514 " Warn if a named section does not exist\n"
3515 " --set-section-flags <name>=<flags>\n"
3516 " Set section <name>'s properties to "
3517 "<flags>\n"
3518 " --add-section <name>=<file> Add section <name> found in <file> to "
3519 "output\n"
3520 " --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
3521 " --long-section-names {enable|disable|keep}\n"
3522 " Handle long section names in Coff "
3523 "objects.\n"
3524 " --change-leading-char Force output format's leading character "
3525 "style\n"
3526 " --remove-leading-char Remove leading character from global "
3527 "symbols\n"
3528 " --reverse-bytes=<num> Reverse <num> bytes at a time, in output "
3529 "sections with content\n"
3530 " --redefine-sym <old>=<new> Redefine symbol name <old> to <new>\n"
3531 " --redefine-syms <file> --redefine-sym for all symbol pairs \n"
3532 " listed in <file>\n"
3533 " --srec-len <number> Restrict the length of generated "
3534 "Srecords\n"
3535 " --srec-forceS3 Restrict the type of generated Srecords "
3536 "to S3\n"
3537 " --strip-symbols <file> -N for all symbols listed in <file>\n"
3538 " --strip-unneeded-symbols <file>\n"
3539 " --strip-unneeded-symbol for all symbols "
3540 "listed\n"
3541 " in <file>\n"
3542 " --keep-symbols <file> -K for all symbols listed in <file>\n"
3543 " --localize-symbols <file> -L for all symbols listed in <file>\n"
3544 " --globalize-symbols <file> --globalize-symbol for all in <file>\n"
3545 " --keep-global-symbols <file> -G for all symbols listed in <file>\n"
3546 " --weaken-symbols <file> -W for all symbols listed in <file>\n"
3547 " --alt-machine-code <index> Use the target's <index>'th alternative "
3548 "machine\n"
3549 " --writable-text Mark the output text as writable\n"
3550 " --readonly-text Make the output text write protected\n"
3551 " --pure Mark the output file as demand paged\n"
3552 " --impure Mark the output file as impure\n"
3553 " --prefix-symbols <prefix> Add <prefix> to start of every symbol "
3554 "name\n"
3555 " --prefix-sections <prefix> Add <prefix> to start of every section "
3556 "name\n"
3557 " --prefix-alloc-sections <prefix>\n"
3558 " Add <prefix> to start of every "
3559 "allocatable\n"
3560 " section name\n"
3561 " --file-alignment <num> Set PE file alignment to <num>\n"
3562 " --heap <reserve>[,<commit>] Set PE reserve/commit heap to <reserve>/\n"
3563 " <commit>\n"
3564 " --image-base <address> Set PE image base to <address>\n"
3565 " --section-alignment <num> Set PE section alignment to <num>\n"
3566 " --stack <reserve>[,<commit>] Set PE reserve/commit stack to "
3567 "<reserve>/\n"
3568 " <commit>\n"
3569 " --subsystem <name>[:<version>]\n"
3570 " Set PE subsystem to <name> [& <version>]\n"
3571 " --compress-debug-sections Compress DWARF debug sections using zlib\n"
3572 " --decompress-debug-sections Decompress DWARF debug sections using "
3573 "zlib\n"
3574 " -v --verbose List all object files modified\n"
3575 " @<file> Read options from <file>\n"
3576 " -V --version Display this program's version number\n"
3577 " -h --help Display this output\n"
3578 " --info List object formats & architectures "
3579 "supported\n"
3580 msgstr ""
3581
3582 #: objcopy.c:583
3583 #, c-format
3584 msgid "Usage: %s <option(s)> in-file(s)\n"
3585 msgstr ""
3586
3587 #: objcopy.c:584
3588 #, c-format
3589 msgid " Removes symbols and sections from files\n"
3590 msgstr ""
3591
3592 #: objcopy.c:586
3593 #, c-format
3594 msgid ""
3595 " -I --input-target=<bfdname> Assume input file is in format <bfdname>\n"
3596 " -O --output-target=<bfdname> Create an output file in format "
3597 "<bfdname>\n"
3598 " -F --target=<bfdname> Set both input and output format to "
3599 "<bfdname>\n"
3600 " -p --preserve-dates Copy modified/access timestamps to the "
3601 "output\n"
3602 " -R --remove-section=<name> Remove section <name> from the output\n"
3603 " -s --strip-all Remove all symbol and relocation "
3604 "information\n"
3605 " -g -S -d --strip-debug Remove all debugging symbols & sections\n"
3606 " --strip-unneeded Remove all symbols not needed by "
3607 "relocations\n"
3608 " --only-keep-debug Strip everything but the debug "
3609 "information\n"
3610 " -N --strip-symbol=<name> Do not copy symbol <name>\n"
3611 " -K --keep-symbol=<name> Do not strip symbol <name>\n"
3612 " --keep-file-symbols Do not strip file symbol(s)\n"
3613 " -w --wildcard Permit wildcard in symbol comparison\n"
3614 " -x --discard-all Remove all non-global symbols\n"
3615 " -X --discard-locals Remove any compiler-generated symbols\n"
3616 " -v --verbose List all object files modified\n"
3617 " -V --version Display this program's version number\n"
3618 " -h --help Display this output\n"
3619 " --info List object formats & architectures "
3620 "supported\n"
3621 " -o <file> Place stripped output into <file>\n"
3622 msgstr ""
3623
3624 #: objcopy.c:659
3625 #, c-format
3626 msgid "unrecognized section flag `%s'"
3627 msgstr ""
3628
3629 #: objcopy.c:660
3630 #, c-format
3631 msgid "supported flags: %s"
3632 msgstr ""
3633
3634 #: objcopy.c:761
3635 #, c-format
3636 msgid "cannot open '%s': %s"
3637 msgstr ""
3638
3639 #: objcopy.c:764 objcopy.c:3417
3640 #, c-format
3641 msgid "%s: fread failed"
3642 msgstr ""
3643
3644 #: objcopy.c:837
3645 #, c-format
3646 msgid "%s:%d: Ignoring rubbish found on this line"
3647 msgstr ""
3648
3649 #: objcopy.c:1153
3650 #, c-format
3651 msgid "not stripping symbol `%s' because it is named in a relocation"
3652 msgstr ""
3653
3654 #: objcopy.c:1236
3655 #, c-format
3656 msgid "%s: Multiple redefinition of symbol \"%s\""
3657 msgstr ""
3658
3659 #: objcopy.c:1240
3660 #, c-format
3661 msgid "%s: Symbol \"%s\" is target of more than one redefinition"
3662 msgstr ""
3663
3664 #: objcopy.c:1268
3665 #, c-format
3666 msgid "couldn't open symbol redefinition file %s (error: %s)"
3667 msgstr ""
3668
3669 #: objcopy.c:1346
3670 #, c-format
3671 msgid "%s:%d: garbage found at end of line"
3672 msgstr ""
3673
3674 #: objcopy.c:1349
3675 #, c-format
3676 msgid "%s:%d: missing new symbol name"
3677 msgstr ""
3678
3679 #: objcopy.c:1359
3680 #, c-format
3681 msgid "%s:%d: premature end of file"
3682 msgstr ""
3683
3684 #: objcopy.c:1385
3685 #, c-format
3686 msgid "stat returns negative size for `%s'"
3687 msgstr ""
3688
3689 #: objcopy.c:1397
3690 #, c-format
3691 msgid "copy from `%s' [unknown] to `%s' [unknown]\n"
3692 msgstr ""
3693
3694 #: objcopy.c:1454
3695 msgid "Unable to change endianness of input file(s)"
3696 msgstr ""
3697
3698 #: objcopy.c:1463
3699 #, c-format
3700 msgid "copy from `%s' [%s] to `%s' [%s]\n"
3701 msgstr ""
3702
3703 #: objcopy.c:1512
3704 #, c-format
3705 msgid "Input file `%s' ignores binary architecture parameter."
3706 msgstr ""
3707
3708 #: objcopy.c:1520
3709 #, c-format
3710 msgid "Unable to recognise the format of the input file `%s'"
3711 msgstr ""
3712
3713 #: objcopy.c:1523
3714 #, c-format
3715 msgid "Output file cannot represent architecture `%s'"
3716 msgstr ""
3717
3718 #: objcopy.c:1586
3719 #, c-format
3720 msgid "warning: file alignment (0x%s) > section alignment (0x%s)"
3721 msgstr ""
3722
3723 #: objcopy.c:1645
3724 #, c-format
3725 msgid "can't add section '%s'"
3726 msgstr ""
3727
3728 #: objcopy.c:1659
3729 #, c-format
3730 msgid "can't create section `%s'"
3731 msgstr ""
3732
3733 #: objcopy.c:1705
3734 #, c-format
3735 msgid "cannot create debug link section `%s'"
3736 msgstr ""
3737
3738 #: objcopy.c:1798
3739 msgid "Can't fill gap after section"
3740 msgstr ""
3741
3742 #: objcopy.c:1822
3743 msgid "can't add padding"
3744 msgstr ""
3745
3746 #: objcopy.c:1913
3747 #, c-format
3748 msgid "cannot fill debug link section `%s'"
3749 msgstr ""
3750
3751 #: objcopy.c:1976
3752 msgid "error copying private BFD data"
3753 msgstr ""
3754
3755 #: objcopy.c:1987
3756 #, c-format
3757 msgid "this target does not support %lu alternative machine codes"
3758 msgstr ""
3759
3760 #: objcopy.c:1991
3761 msgid "treating that number as an absolute e_machine value instead"
3762 msgstr ""
3763
3764 #: objcopy.c:1995
3765 msgid "ignoring the alternative value"
3766 msgstr ""
3767
3768 #: objcopy.c:2027 objcopy.c:2063
3769 #, c-format
3770 msgid "cannot create tempdir for archive copying (error: %s)"
3771 msgstr ""
3772
3773 #: objcopy.c:2093
3774 msgid "Unable to recognise the format of file"
3775 msgstr ""
3776
3777 #: objcopy.c:2220
3778 #, c-format
3779 msgid "error: the input file '%s' is empty"
3780 msgstr ""
3781
3782 #: objcopy.c:2364
3783 #, c-format
3784 msgid "Multiple renames of section %s"
3785 msgstr ""
3786
3787 #: objcopy.c:2415
3788 msgid "error in private header data"
3789 msgstr ""
3790
3791 #: objcopy.c:2493
3792 msgid "failed to create output section"
3793 msgstr ""
3794
3795 #: objcopy.c:2507
3796 msgid "failed to set size"
3797 msgstr ""
3798
3799 #: objcopy.c:2521
3800 msgid "failed to set vma"
3801 msgstr ""
3802
3803 #: objcopy.c:2546
3804 msgid "failed to set alignment"
3805 msgstr ""
3806
3807 #: objcopy.c:2580
3808 msgid "failed to copy private data"
3809 msgstr ""
3810
3811 #: objcopy.c:2662
3812 msgid "relocation count is negative"
3813 msgstr ""
3814
3815 #. User must pad the section up in order to do this.
3816 #: objcopy.c:2723
3817 #, c-format
3818 msgid ""
3819 "cannot reverse bytes: length of section %s must be evenly divisible by %d"
3820 msgstr ""
3821
3822 #: objcopy.c:2909
3823 msgid "can't create debugging section"
3824 msgstr ""
3825
3826 #: objcopy.c:2922
3827 msgid "can't set debugging section contents"
3828 msgstr ""
3829
3830 #: objcopy.c:2930
3831 #, c-format
3832 msgid "don't know how to write debugging information for %s"
3833 msgstr ""
3834
3835 #: objcopy.c:3073
3836 msgid "could not create temporary file to hold stripped copy"
3837 msgstr ""
3838
3839 #: objcopy.c:3145
3840 #, c-format
3841 msgid "%s: bad version in PE subsystem"
3842 msgstr ""
3843
3844 #: objcopy.c:3175
3845 #, c-format
3846 msgid "unknown PE subsystem: %s"
3847 msgstr ""
3848
3849 #: objcopy.c:3237
3850 msgid "byte number must be non-negative"
3851 msgstr ""
3852
3853 #: objcopy.c:3243
3854 #, c-format
3855 msgid "architecture %s unknown"
3856 msgstr ""
3857
3858 #: objcopy.c:3251
3859 msgid "interleave must be positive"
3860 msgstr ""
3861
3862 #: objcopy.c:3260
3863 msgid "interleave width must be positive"
3864 msgstr ""
3865
3866 #: objcopy.c:3280 objcopy.c:3288
3867 #, c-format
3868 msgid "%s both copied and removed"
3869 msgstr ""
3870
3871 #: objcopy.c:3387 objcopy.c:3467 objcopy.c:3575 objcopy.c:3606 objcopy.c:3630
3872 #: objcopy.c:3634 objcopy.c:3654
3873 #, c-format
3874 msgid "bad format for %s"
3875 msgstr ""
3876
3877 #: objcopy.c:3399
3878 #, c-format
3879 msgid "cannot open: %s: %s"
3880 msgstr ""
3881
3882 #: objcopy.c:3544
3883 #, c-format
3884 msgid "Warning: truncating gap-fill from 0x%s to 0x%x"
3885 msgstr ""
3886
3887 #: objcopy.c:3705
3888 #, c-format
3889 msgid "unknown long section names option '%s'"
3890 msgstr ""
3891
3892 #: objcopy.c:3723
3893 msgid "unable to parse alternative machine code"
3894 msgstr ""
3895
3896 #: objcopy.c:3768
3897 msgid "number of bytes to reverse must be positive and even"
3898 msgstr ""
3899
3900 #: objcopy.c:3771
3901 #, c-format
3902 msgid "Warning: ignoring previous --reverse-bytes value of %d"
3903 msgstr ""
3904
3905 #: objcopy.c:3786
3906 #, c-format
3907 msgid "%s: invalid reserve value for --heap"
3908 msgstr ""
3909
3910 #: objcopy.c:3792
3911 #, c-format
3912 msgid "%s: invalid commit value for --heap"
3913 msgstr ""
3914
3915 #: objcopy.c:3817
3916 #, c-format
3917 msgid "%s: invalid reserve value for --stack"
3918 msgstr ""
3919
3920 #: objcopy.c:3823
3921 #, c-format
3922 msgid "%s: invalid commit value for --stack"
3923 msgstr ""
3924
3925 #: objcopy.c:3852
3926 msgid "interleave start byte must be set with --byte"
3927 msgstr ""
3928
3929 #: objcopy.c:3855
3930 msgid "byte number must be less than interleave"
3931 msgstr ""
3932
3933 #: objcopy.c:3858
3934 msgid "interleave width must be less than or equal to interleave - byte`"
3935 msgstr ""
3936
3937 #: objcopy.c:3885
3938 #, c-format
3939 msgid "unknown input EFI target: %s"
3940 msgstr ""
3941
3942 #: objcopy.c:3916
3943 #, c-format
3944 msgid "unknown output EFI target: %s"
3945 msgstr ""
3946
3947 #: objcopy.c:3929
3948 #, c-format
3949 msgid "warning: could not locate '%s'. System error message: %s"
3950 msgstr ""
3951
3952 #: objcopy.c:3941
3953 #, c-format
3954 msgid ""
3955 "warning: could not create temporary file whilst copying '%s', (error: %s)"
3956 msgstr ""
3957
3958 #: objcopy.c:3969 objcopy.c:3983
3959 #, c-format
3960 msgid "%s %s%c0x%s never used"
3961 msgstr ""
3962
3963 #: objdump.c:201
3964 #, c-format
3965 msgid "Usage: %s <option(s)> <file(s)>\n"
3966 msgstr ""
3967
3968 #: objdump.c:202
3969 #, c-format
3970 msgid " Display information from object <file(s)>.\n"
3971 msgstr ""
3972
3973 #: objdump.c:203
3974 #, c-format
3975 msgid " At least one of the following switches must be given:\n"
3976 msgstr ""
3977
3978 #: objdump.c:204
3979 #, c-format
3980 msgid ""
3981 " -a, --archive-headers Display archive header information\n"
3982 " -f, --file-headers Display the contents of the overall file header\n"
3983 " -p, --private-headers Display object format specific file header "
3984 "contents\n"
3985 " -P, --private=OPT,OPT... Display object format specific contents\n"
3986 " -h, --[section-]headers Display the contents of the section headers\n"
3987 " -x, --all-headers Display the contents of all headers\n"
3988 " -d, --disassemble Display assembler contents of executable "
3989 "sections\n"
3990 " -D, --disassemble-all Display assembler contents of all sections\n"
3991 " -S, --source Intermix source code with disassembly\n"
3992 " -s, --full-contents Display the full contents of all sections "
3993 "requested\n"
3994 " -g, --debugging Display debug information in object file\n"
3995 " -e, --debugging-tags Display debug information using ctags style\n"
3996 " -G, --stabs Display (in raw form) any STABS info in the file\n"
3997 " -W[lLiaprmfFsoRt] or\n"
3998 " --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
3999 "=frames,\n"
4000 " =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
4001 " =gdb_index,=trace_info,=trace_abbrev,=trace_aranges]\n"
4002 " Display DWARF info in the file\n"
4003 " -t, --syms Display the contents of the symbol table(s)\n"
4004 " -T, --dynamic-syms Display the contents of the dynamic symbol table\n"
4005 " -r, --reloc Display the relocation entries in the file\n"
4006 " -R, --dynamic-reloc Display the dynamic relocation entries in the "
4007 "file\n"
4008 " @<file> Read options from <file>\n"
4009 " -v, --version Display this program's version number\n"
4010 " -i, --info List object formats and architectures supported\n"
4011 " -H, --help Display this information\n"
4012 msgstr ""
4013
4014 #: objdump.c:236
4015 #, c-format
4016 msgid ""
4017 "\n"
4018 " The following switches are optional:\n"
4019 msgstr ""
4020
4021 #: objdump.c:237
4022 #, c-format
4023 msgid ""
4024 " -b, --target=BFDNAME Specify the target object format as "
4025 "BFDNAME\n"
4026 " -m, --architecture=MACHINE Specify the target architecture as MACHINE\n"
4027 " -j, --section=NAME Only display information for section NAME\n"
4028 " -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
4029 " -EB --endian=big Assume big endian format when "
4030 "disassembling\n"
4031 " -EL --endian=little Assume little endian format when "
4032 "disassembling\n"
4033 " --file-start-context Include context from start of file (with -"
4034 "S)\n"
4035 " -I, --include=DIR Add DIR to search list for source files\n"
4036 " -l, --line-numbers Include line numbers and filenames in "
4037 "output\n"
4038 " -F, --file-offsets Include file offsets when displaying "
4039 "information\n"
4040 " -C, --demangle[=STYLE] Decode mangled/processed symbol names\n"
4041 " The STYLE, if specified, can be `auto', "
4042 "`gnu',\n"
4043 " `lucid', `arm', `hp', `edg', `gnu-v3', "
4044 "`java'\n"
4045 " or `gnat'\n"
4046 " -w, --wide Format output for more than 80 columns\n"
4047 " -z, --disassemble-zeroes Do not skip blocks of zeroes when "
4048 "disassembling\n"
4049 " --start-address=ADDR Only process data whose address is >= ADDR\n"
4050 " --stop-address=ADDR Only process data whose address is <= ADDR\n"
4051 " --prefix-addresses Print complete address alongside "
4052 "disassembly\n"
4053 " --[no-]show-raw-insn Display hex alongside symbolic disassembly\n"
4054 " --insn-width=WIDTH Display WIDTH bytes on a single line for -"
4055 "d\n"
4056 " --adjust-vma=OFFSET Add OFFSET to all displayed section "
4057 "addresses\n"
4058 " --special-syms Include special symbols in symbol dumps\n"
4059 " --prefix=PREFIX Add PREFIX to absolute paths for -S\n"
4060 " --prefix-strip=LEVEL Strip initial directory names for -S\n"
4061 msgstr ""
4062
4063 #: objdump.c:263
4064 #, c-format
4065 msgid ""
4066 " --dwarf-depth=N Do not display DIEs at depth N or greater\n"
4067 " --dwarf-start=N Display DIEs starting with N, at the same "
4068 "depth\n"
4069 " or deeper\n"
4070 "\n"
4071 msgstr ""
4072
4073 #: objdump.c:275
4074 #, c-format
4075 msgid ""
4076 "\n"
4077 "Options supported for -P/--private switch:\n"
4078 msgstr ""
4079
4080 #: objdump.c:426
4081 #, c-format
4082 msgid "section '%s' mentioned in a -j option, but not found in any input file"
4083 msgstr ""
4084
4085 #: objdump.c:530
4086 #, c-format
4087 msgid "Sections:\n"
4088 msgstr ""
4089
4090 #: objdump.c:533 objdump.c:537
4091 #, c-format
4092 msgid "Idx Name Size VMA LMA File off Algn"
4093 msgstr ""
4094
4095 #: objdump.c:539
4096 #, c-format
4097 msgid ""
4098 "Idx Name Size VMA LMA File off "
4099 "Algn"
4100 msgstr ""
4101
4102 #: objdump.c:543
4103 #, c-format
4104 msgid " Flags"
4105 msgstr ""
4106
4107 #: objdump.c:586
4108 #, c-format
4109 msgid "%s: not a dynamic object"
4110 msgstr ""
4111
4112 #: objdump.c:1012 objdump.c:1036
4113 #, c-format
4114 msgid " (File Offset: 0x%lx)"
4115 msgstr ""
4116
4117 #: objdump.c:1662
4118 #, c-format
4119 msgid "disassemble_fn returned length %d"
4120 msgstr ""
4121
4122 #: objdump.c:1967
4123 #, c-format
4124 msgid ""
4125 "\n"
4126 "Disassembly of section %s:\n"
4127 msgstr ""
4128
4129 #: objdump.c:2143
4130 #, c-format
4131 msgid "can't use supplied machine %s"
4132 msgstr ""
4133
4134 #: objdump.c:2162
4135 #, c-format
4136 msgid "can't disassemble for architecture %s\n"
4137 msgstr ""
4138
4139 #: objdump.c:2242 objdump.c:2265
4140 #, c-format
4141 msgid ""
4142 "\n"
4143 "Can't get contents for section '%s'.\n"
4144 msgstr ""
4145
4146 #: objdump.c:2406
4147 #, c-format
4148 msgid ""
4149 "No %s section present\n"
4150 "\n"
4151 msgstr ""
4152
4153 #: objdump.c:2415
4154 #, c-format
4155 msgid "reading %s section of %s failed: %s"
4156 msgstr ""
4157
4158 #: objdump.c:2459
4159 #, c-format
4160 msgid ""
4161 "Contents of %s section:\n"
4162 "\n"
4163 msgstr ""
4164
4165 #: objdump.c:2590
4166 #, c-format
4167 msgid "architecture: %s, "
4168 msgstr ""
4169
4170 #: objdump.c:2593
4171 #, c-format
4172 msgid "flags 0x%08x:\n"
4173 msgstr ""
4174
4175 #: objdump.c:2607
4176 #, c-format
4177 msgid ""
4178 "\n"
4179 "start address 0x"
4180 msgstr ""
4181
4182 #: objdump.c:2633
4183 msgid "option -P/--private not supported by this file"
4184 msgstr ""
4185
4186 #: objdump.c:2657
4187 #, c-format
4188 msgid "target specific dump '%s' not supported"
4189 msgstr ""
4190
4191 #: objdump.c:2721
4192 #, c-format
4193 msgid "Contents of section %s:"
4194 msgstr ""
4195
4196 #: objdump.c:2723
4197 #, c-format
4198 msgid " (Starting at file offset: 0x%lx)"
4199 msgstr ""
4200
4201 #: objdump.c:2729
4202 msgid "Reading section failed"
4203 msgstr ""
4204
4205 #: objdump.c:2832
4206 #, c-format
4207 msgid "no symbols\n"
4208 msgstr ""
4209
4210 #: objdump.c:2839
4211 #, c-format
4212 msgid "no information for symbol number %ld\n"
4213 msgstr ""
4214
4215 #: objdump.c:2842
4216 #, c-format
4217 msgid "could not determine the type of symbol number %ld\n"
4218 msgstr ""
4219
4220 #: objdump.c:3163
4221 #, c-format
4222 msgid ""
4223 "\n"
4224 "%s: file format %s\n"
4225 msgstr ""
4226
4227 #: objdump.c:3223
4228 #, c-format
4229 msgid "%s: printing debugging information failed"
4230 msgstr ""
4231
4232 #: objdump.c:3327
4233 #, c-format
4234 msgid "In archive %s:\n"
4235 msgstr ""
4236
4237 #: objdump.c:3438
4238 msgid "error: the start address should be before the end address"
4239 msgstr ""
4240
4241 #: objdump.c:3443
4242 msgid "error: the stop address should be after the start address"
4243 msgstr ""
4244
4245 #: objdump.c:3455
4246 msgid "error: prefix strip must be non-negative"
4247 msgstr ""
4248
4249 #: objdump.c:3460
4250 msgid "error: instruction width must be positive"
4251 msgstr ""
4252
4253 #: objdump.c:3469
4254 msgid "unrecognized -E option"
4255 msgstr ""
4256
4257 #: objdump.c:3480
4258 #, c-format
4259 msgid "unrecognized --endian type `%s'"
4260 msgstr ""
4261
4262 #: od-xcoff.c:75
4263 #, c-format
4264 msgid ""
4265 "For XCOFF files:\n"
4266 " header Display the file header\n"
4267 " aout Display the auxiliary header\n"
4268 " sections Display the section headers\n"
4269 " syms Display the symbols table\n"
4270 " relocs Display the relocation entries\n"
4271 " lineno Display the line number entries\n"
4272 " loader Display loader section\n"
4273 " except Display exception table\n"
4274 " typchk Display type-check section\n"
4275 " traceback Display traceback tags\n"
4276 " toc Display toc symbols\n"
4277 msgstr ""
4278
4279 #: od-xcoff.c:416
4280 #, c-format
4281 msgid " nbr sections: %d\n"
4282 msgstr ""
4283
4284 #: od-xcoff.c:417
4285 #, c-format
4286 msgid " time and date: 0x%08x - "
4287 msgstr ""
4288
4289 #: od-xcoff.c:419
4290 #, c-format
4291 msgid "not set\n"
4292 msgstr ""
4293
4294 #: od-xcoff.c:426
4295 #, c-format
4296 msgid " symbols off: 0x%08x\n"
4297 msgstr ""
4298
4299 #: od-xcoff.c:427
4300 #, c-format
4301 msgid " nbr symbols: %d\n"
4302 msgstr ""
4303
4304 #: od-xcoff.c:428
4305 #, c-format
4306 msgid " opt hdr sz: %d\n"
4307 msgstr ""
4308
4309 #: od-xcoff.c:429
4310 #, c-format
4311 msgid " flags: 0x%04x "
4312 msgstr ""
4313
4314 #: od-xcoff.c:443
4315 #, c-format
4316 msgid "Auxiliary header:\n"
4317 msgstr ""
4318
4319 #: od-xcoff.c:446
4320 #, c-format
4321 msgid " No aux header\n"
4322 msgstr ""
4323
4324 #: od-xcoff.c:451
4325 #, c-format
4326 msgid "warning: optionnal header size too large (> %d)\n"
4327 msgstr ""
4328
4329 #: od-xcoff.c:457
4330 msgid "cannot read auxhdr"
4331 msgstr ""
4332
4333 #: od-xcoff.c:522
4334 #, c-format
4335 msgid "Section headers (at %u+%u=0x%08x to 0x%08x):\n"
4336 msgstr ""
4337
4338 #: od-xcoff.c:527
4339 #, c-format
4340 msgid " No section header\n"
4341 msgstr ""
4342
4343 #: od-xcoff.c:532 od-xcoff.c:544 od-xcoff.c:599
4344 msgid "cannot read section header"
4345 msgstr ""
4346
4347 #: od-xcoff.c:558
4348 #, c-format
4349 msgid " Flags: %08x "
4350 msgstr ""
4351
4352 #: od-xcoff.c:566
4353 #, c-format
4354 msgid "overflow - nreloc: %u, nlnno: %u\n"
4355 msgstr ""
4356
4357 #: od-xcoff.c:587 od-xcoff.c:922 od-xcoff.c:978
4358 msgid "cannot read section headers"
4359 msgstr ""
4360
4361 #: od-xcoff.c:646
4362 msgid "cannot read strings table length"
4363 msgstr ""
4364
4365 #: od-xcoff.c:662
4366 msgid "cannot read strings table"
4367 msgstr ""
4368
4369 #: od-xcoff.c:670
4370 msgid "cannot read symbol table"
4371 msgstr ""
4372
4373 #: od-xcoff.c:685
4374 msgid "cannot read symbol entry"
4375 msgstr ""
4376
4377 #: od-xcoff.c:720
4378 msgid "cannot read symbol aux entry"
4379 msgstr ""
4380
4381 #: od-xcoff.c:742
4382 #, c-format
4383 msgid "Symbols table (strtable at 0x%08x)"
4384 msgstr ""
4385
4386 #: od-xcoff.c:747
4387 #, c-format
4388 msgid ""
4389 ":\n"
4390 " No symbols\n"
4391 msgstr ""
4392
4393 #: od-xcoff.c:753
4394 #, c-format
4395 msgid " (no strings):\n"
4396 msgstr ""
4397
4398 #: od-xcoff.c:755
4399 #, c-format
4400 msgid " (strings size: %08x):\n"
4401 msgstr ""
4402
4403 #. Translators: 'sc' is for storage class, 'off' for offset.
4404 #: od-xcoff.c:769
4405 #, c-format
4406 msgid " # sc value section type aux name/off\n"
4407 msgstr ""
4408
4409 #. Section length, number of relocs and line number.
4410 #: od-xcoff.c:821
4411 #, c-format
4412 msgid " scnlen: %08x nreloc: %-6u nlinno: %-6u\n"
4413 msgstr ""
4414
4415 #. Section length and number of relocs.
4416 #: od-xcoff.c:828
4417 #, c-format
4418 msgid " scnlen: %08x nreloc: %-6u\n"
4419 msgstr ""
4420
4421 #: od-xcoff.c:891
4422 #, c-format
4423 msgid "offset: %08x"
4424 msgstr ""
4425
4426 #: od-xcoff.c:934
4427 #, c-format
4428 msgid "Relocations for %s (%u)\n"
4429 msgstr ""
4430
4431 #: od-xcoff.c:937
4432 msgid "cannot read relocations"
4433 msgstr ""
4434
4435 #: od-xcoff.c:950
4436 msgid "cannot read relocation entry"
4437 msgstr ""
4438
4439 #: od-xcoff.c:990
4440 #, c-format
4441 msgid "Line numbers for %s (%u)\n"
4442 msgstr ""
4443
4444 #: od-xcoff.c:993
4445 msgid "cannot read line numbers"
4446 msgstr ""
4447
4448 #. Line number, symbol index and physical address.
4449 #: od-xcoff.c:997
4450 #, c-format
4451 msgid "lineno symndx/paddr\n"
4452 msgstr ""
4453
4454 #: od-xcoff.c:1005
4455 msgid "cannot read line number entry"
4456 msgstr ""
4457
4458 #: od-xcoff.c:1048
4459 #, c-format
4460 msgid "no .loader section in file\n"
4461 msgstr ""
4462
4463 #: od-xcoff.c:1054
4464 #, c-format
4465 msgid "section .loader is too short\n"
4466 msgstr ""
4467
4468 #: od-xcoff.c:1061
4469 #, c-format
4470 msgid "Loader header:\n"
4471 msgstr ""
4472
4473 #: od-xcoff.c:1063
4474 #, c-format
4475 msgid " version: %u\n"
4476 msgstr ""
4477
4478 #: od-xcoff.c:1066
4479 #, c-format
4480 msgid " Unhandled version\n"
4481 msgstr ""
4482
4483 #: od-xcoff.c:1071
4484 #, c-format
4485 msgid " nbr symbols: %u\n"
4486 msgstr ""
4487
4488 #: od-xcoff.c:1073
4489 #, c-format
4490 msgid " nbr relocs: %u\n"
4491 msgstr ""
4492
4493 #. Import string table length.
4494 #: od-xcoff.c:1075
4495 #, c-format
4496 msgid " import strtab len: %u\n"
4497 msgstr ""
4498
4499 #: od-xcoff.c:1078
4500 #, c-format
4501 msgid " nbr import files: %u\n"
4502 msgstr ""
4503
4504 #: od-xcoff.c:1080
4505 #, c-format
4506 msgid " import file off: %u\n"
4507 msgstr ""
4508
4509 #: od-xcoff.c:1082
4510 #, c-format
4511 msgid " string table len: %u\n"
4512 msgstr ""
4513
4514 #: od-xcoff.c:1084
4515 #, c-format
4516 msgid " string table off: %u\n"
4517 msgstr ""
4518
4519 #: od-xcoff.c:1087
4520 #, c-format
4521 msgid "Dynamic symbols:\n"
4522 msgstr ""
4523
4524 #: od-xcoff.c:1094
4525 #, c-format
4526 msgid " %4u %08x %3u "
4527 msgstr ""
4528
4529 #: od-xcoff.c:1107
4530 #, c-format
4531 msgid " %3u %3u "
4532 msgstr ""
4533
4534 #: od-xcoff.c:1116
4535 #, c-format
4536 msgid "(bad offset: %u)"
4537 msgstr ""
4538
4539 #: od-xcoff.c:1123
4540 #, c-format
4541 msgid "Dynamic relocs:\n"
4542 msgstr ""
4543
4544 #: od-xcoff.c:1163
4545 #, c-format
4546 msgid "Import files:\n"
4547 msgstr ""
4548
4549 #: od-xcoff.c:1195
4550 #, c-format
4551 msgid "no .except section in file\n"
4552 msgstr ""
4553
4554 #: od-xcoff.c:1203
4555 #, c-format
4556 msgid "Exception table:\n"
4557 msgstr ""
4558
4559 #: od-xcoff.c:1238
4560 #, c-format
4561 msgid "no .typchk section in file\n"
4562 msgstr ""
4563
4564 #: od-xcoff.c:1245
4565 #, c-format
4566 msgid "Type-check section:\n"
4567 msgstr ""
4568
4569 #: od-xcoff.c:1292
4570 #, c-format
4571 msgid " address beyond section size\n"
4572 msgstr ""
4573
4574 #: od-xcoff.c:1302
4575 #, c-format
4576 msgid " tags at %08x\n"
4577 msgstr ""
4578
4579 #: od-xcoff.c:1380
4580 #, c-format
4581 msgid " number of CTL anchors: %u\n"
4582 msgstr ""
4583
4584 #: od-xcoff.c:1399
4585 #, c-format
4586 msgid " Name (len: %u): "
4587 msgstr ""
4588
4589 #: od-xcoff.c:1402
4590 #, c-format
4591 msgid "[truncated]\n"
4592 msgstr ""
4593
4594 #: od-xcoff.c:1421
4595 #, c-format
4596 msgid " (end of tags at %08x)\n"
4597 msgstr ""
4598
4599 #: od-xcoff.c:1424
4600 #, c-format
4601 msgid " no tags found\n"
4602 msgstr ""
4603
4604 #: od-xcoff.c:1428
4605 #, c-format
4606 msgid " Truncated .text section\n"
4607 msgstr ""
4608
4609 #: od-xcoff.c:1513
4610 #, c-format
4611 msgid "TOC:\n"
4612 msgstr ""
4613
4614 #: od-xcoff.c:1556
4615 #, c-format
4616 msgid "Nbr entries: %-8u Size: %08x (%u)\n"
4617 msgstr ""
4618
4619 #: od-xcoff.c:1640
4620 msgid "cannot read header"
4621 msgstr ""
4622
4623 #: od-xcoff.c:1648
4624 #, c-format
4625 msgid "File header:\n"
4626 msgstr ""
4627
4628 #: od-xcoff.c:1649
4629 #, c-format
4630 msgid " magic: 0x%04x (0%04o) "
4631 msgstr ""
4632
4633 #: od-xcoff.c:1653
4634 #, c-format
4635 msgid "(WRMAGIC: writable text segments)"
4636 msgstr ""
4637
4638 #: od-xcoff.c:1656
4639 #, c-format
4640 msgid "(ROMAGIC: readonly sharablee text segments)"
4641 msgstr ""
4642
4643 #: od-xcoff.c:1659
4644 #, c-format
4645 msgid "(TOCMAGIC: readonly text segments and TOC)"
4646 msgstr ""
4647
4648 #: od-xcoff.c:1662
4649 #, c-format
4650 msgid "unknown magic"
4651 msgstr ""
4652
4653 #: od-xcoff.c:1669
4654 #, c-format
4655 msgid " Unhandled magic\n"
4656 msgstr ""
4657
4658 #: rclex.c:197
4659 msgid "invalid value specified for pragma code_page.\n"
4660 msgstr ""
4661
4662 #: rdcoff.c:198
4663 #, c-format
4664 msgid "parse_coff_type: Bad type code 0x%x"
4665 msgstr ""
4666
4667 #: rdcoff.c:406 rdcoff.c:511 rdcoff.c:699
4668 #, c-format
4669 msgid "bfd_coff_get_syment failed: %s"
4670 msgstr ""
4671
4672 #: rdcoff.c:422 rdcoff.c:719
4673 #, c-format
4674 msgid "bfd_coff_get_auxent failed: %s"
4675 msgstr ""
4676
4677 #: rdcoff.c:786
4678 #, c-format
4679 msgid "%ld: .bf without preceding function"
4680 msgstr ""
4681
4682 #: rdcoff.c:836
4683 #, c-format
4684 msgid "%ld: unexpected .ef\n"
4685 msgstr ""
4686
4687 #: rddbg.c:88
4688 #, c-format
4689 msgid "%s: no recognized debugging information"
4690 msgstr ""
4691
4692 #: rddbg.c:402
4693 #, c-format
4694 msgid "Last stabs entries before error:\n"
4695 msgstr ""
4696
4697 #: readelf.c:268
4698 msgid "<none>"
4699 msgstr ""
4700
4701 #: readelf.c:269
4702 msgid "<no-name>"
4703 msgstr ""
4704
4705 #: readelf.c:270 readelf.c:5083 readelf.c:5594 readelf.c:8132 readelf.c:8250
4706 #: readelf.c:9233 readelf.c:9327 readelf.c:9388 readelf.c:12391
4707 #: readelf.c:12394
4708 msgid "<corrupt>"
4709 msgstr ""
4710
4711 #: readelf.c:309
4712 #, c-format
4713 msgid "Unable to seek to 0x%lx for %s\n"
4714 msgstr ""
4715
4716 #: readelf.c:324
4717 #, c-format
4718 msgid "Out of memory allocating 0x%lx bytes for %s\n"
4719 msgstr ""
4720
4721 #: readelf.c:334
4722 #, c-format
4723 msgid "Unable to read in 0x%lx bytes of %s\n"
4724 msgstr ""
4725
4726 #: readelf.c:638
4727 msgid "Don't know about relocations on this machine architecture\n"
4728 msgstr ""
4729
4730 #: readelf.c:659 readelf.c:757
4731 msgid "32-bit relocation data"
4732 msgstr ""
4733
4734 #: readelf.c:671 readelf.c:701 readelf.c:768 readelf.c:797
4735 msgid "out of memory parsing relocs\n"
4736 msgstr ""
4737
4738 #: readelf.c:689 readelf.c:786
4739 msgid "64-bit relocation data"
4740 msgstr ""
4741
4742 #: readelf.c:902
4743 #, c-format
4744 msgid ""
4745 " Offset Info Type Sym. Value Symbol's Name + Addend\n"
4746 msgstr ""
4747
4748 #: readelf.c:904
4749 #, c-format
4750 msgid " Offset Info Type Sym.Value Sym. Name + Addend\n"
4751 msgstr ""
4752
4753 #: readelf.c:909
4754 #, c-format
4755 msgid " Offset Info Type Sym. Value Symbol's Name\n"
4756 msgstr ""
4757
4758 #: readelf.c:911
4759 #, c-format
4760 msgid " Offset Info Type Sym.Value Sym. Name\n"
4761 msgstr ""
4762
4763 #: readelf.c:919
4764 #, c-format
4765 msgid ""
4766 " Offset Info Type Symbol's Value "
4767 "Symbol's Name + Addend\n"
4768 msgstr ""
4769
4770 #: readelf.c:921
4771 #, c-format
4772 msgid ""
4773 " Offset Info Type Sym. Value Sym. Name + "
4774 "Addend\n"
4775 msgstr ""
4776
4777 #: readelf.c:926
4778 #, c-format
4779 msgid ""
4780 " Offset Info Type Symbol's Value "
4781 "Symbol's Name\n"
4782 msgstr ""
4783
4784 #: readelf.c:928
4785 #, c-format
4786 msgid ""
4787 " Offset Info Type Sym. Value Sym. Name\n"
4788 msgstr ""
4789
4790 #: readelf.c:1245 readelf.c:1405 readelf.c:1413
4791 #, c-format
4792 msgid "unrecognized: %-7lx"
4793 msgstr ""
4794
4795 #: readelf.c:1270
4796 #, c-format
4797 msgid "<unknown addend: %lx>"
4798 msgstr ""
4799
4800 #: readelf.c:1277
4801 #, c-format
4802 msgid " bad symbol index: %08lx"
4803 msgstr ""
4804
4805 #: readelf.c:1363
4806 #, c-format
4807 msgid "<string table index: %3ld>"
4808 msgstr ""
4809
4810 #: readelf.c:1365
4811 #, c-format
4812 msgid "<corrupt string table index: %3ld>"
4813 msgstr ""
4814
4815 #: readelf.c:1758
4816 #, c-format
4817 msgid "Processor Specific: %lx"
4818 msgstr ""
4819
4820 #: readelf.c:1782
4821 #, c-format
4822 msgid "Operating System specific: %lx"
4823 msgstr ""
4824
4825 #: readelf.c:1786 readelf.c:2858
4826 #, c-format
4827 msgid "<unknown>: %lx"
4828 msgstr ""
4829
4830 #: readelf.c:1799
4831 msgid "NONE (None)"
4832 msgstr ""
4833
4834 #: readelf.c:1800
4835 msgid "REL (Relocatable file)"
4836 msgstr ""
4837
4838 #: readelf.c:1801
4839 msgid "EXEC (Executable file)"
4840 msgstr ""
4841
4842 #: readelf.c:1802
4843 msgid "DYN (Shared object file)"
4844 msgstr ""
4845
4846 #: readelf.c:1803
4847 msgid "CORE (Core file)"
4848 msgstr ""
4849
4850 #: readelf.c:1807
4851 #, c-format
4852 msgid "Processor Specific: (%x)"
4853 msgstr ""
4854
4855 #: readelf.c:1809
4856 #, c-format
4857 msgid "OS Specific: (%x)"
4858 msgstr ""
4859
4860 #: readelf.c:1811
4861 #, c-format
4862 msgid "<unknown>: %x"
4863 msgstr ""
4864
4865 #: readelf.c:1823
4866 msgid "None"
4867 msgstr ""
4868
4869 #: readelf.c:1994
4870 #, c-format
4871 msgid "<unknown>: 0x%x"
4872 msgstr ""
4873
4874 #: readelf.c:2180
4875 msgid ", <unknown>"
4876 msgstr ""
4877
4878 #: readelf.c:2266 readelf.c:7485
4879 msgid "unknown"
4880 msgstr ""
4881
4882 #: readelf.c:2267
4883 msgid "unknown mac"
4884 msgstr ""
4885
4886 #: readelf.c:2331
4887 msgid ", relocatable"
4888 msgstr ""
4889
4890 #: readelf.c:2334
4891 msgid ", relocatable-lib"
4892 msgstr ""
4893
4894 #: readelf.c:2357
4895 msgid ", unknown v850 architecture variant"
4896 msgstr ""
4897
4898 #: readelf.c:2414
4899 msgid ", unknown CPU"
4900 msgstr ""
4901
4902 #: readelf.c:2429
4903 msgid ", unknown ABI"
4904 msgstr ""
4905
4906 #: readelf.c:2452 readelf.c:2486
4907 msgid ", unknown ISA"
4908 msgstr ""
4909
4910 #: readelf.c:2663
4911 msgid "Standalone App"
4912 msgstr ""
4913
4914 #: readelf.c:2672
4915 msgid "Bare-metal C6000"
4916 msgstr ""
4917
4918 #: readelf.c:2682 readelf.c:3471 readelf.c:3487
4919 #, c-format
4920 msgid "<unknown: %x>"
4921 msgstr ""
4922
4923 #. This message is probably going to be displayed in a 15
4924 #. character wide field, so put the hex value first.
4925 #: readelf.c:3108
4926 #, c-format
4927 msgid "%08x: <unknown>"
4928 msgstr ""
4929
4930 #: readelf.c:3163
4931 #, c-format
4932 msgid "Usage: readelf <option(s)> elf-file(s)\n"
4933 msgstr ""
4934
4935 #: readelf.c:3164
4936 #, c-format
4937 msgid " Display information about the contents of ELF format files\n"
4938 msgstr ""
4939
4940 #: readelf.c:3165
4941 #, c-format
4942 msgid ""
4943 " Options are:\n"
4944 " -a --all Equivalent to: -h -l -S -s -r -d -V -A -I\n"
4945 " -h --file-header Display the ELF file header\n"
4946 " -l --program-headers Display the program headers\n"
4947 " --segments An alias for --program-headers\n"
4948 " -S --section-headers Display the sections' header\n"
4949 " --sections An alias for --section-headers\n"
4950 " -g --section-groups Display the section groups\n"
4951 " -t --section-details Display the section details\n"
4952 " -e --headers Equivalent to: -h -l -S\n"
4953 " -s --syms Display the symbol table\n"
4954 " --symbols An alias for --syms\n"
4955 " --dyn-syms Display the dynamic symbol table\n"
4956 " -n --notes Display the core notes (if present)\n"
4957 " -r --relocs Display the relocations (if present)\n"
4958 " -u --unwind Display the unwind info (if present)\n"
4959 " -d --dynamic Display the dynamic section (if present)\n"
4960 " -V --version-info Display the version sections (if present)\n"
4961 " -A --arch-specific Display architecture specific information (if "
4962 "any).\n"
4963 " -c --archive-index Display the symbol/file index in an archive\n"
4964 " -D --use-dynamic Use the dynamic section info when displaying "
4965 "symbols\n"
4966 " -x --hex-dump=<number|name>\n"
4967 " Dump the contents of section <number|name> as "
4968 "bytes\n"
4969 " -p --string-dump=<number|name>\n"
4970 " Dump the contents of section <number|name> as "
4971 "strings\n"
4972 " -R --relocated-dump=<number|name>\n"
4973 " Dump the contents of section <number|name> as "
4974 "relocated bytes\n"
4975 " -w[lLiaprmfFsoRt] or\n"
4976 " --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,"
4977 "=frames,\n"
4978 " =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
4979 " =gdb_index,=trace_info,=trace_abbrev,=trace_aranges]\n"
4980 " Display the contents of DWARF2 debug sections\n"
4981 msgstr ""
4982
4983 #: readelf.c:3197
4984 #, c-format
4985 msgid ""
4986 " --dwarf-depth=N Do not display DIEs at depth N or greater\n"
4987 " --dwarf-start=N Display DIEs starting with N, at the same depth\n"
4988 " or deeper\n"
4989 msgstr ""
4990
4991 #: readelf.c:3202
4992 #, c-format
4993 msgid ""
4994 " -i --instruction-dump=<number|name>\n"
4995 " Disassemble the contents of section <number|name>\n"
4996 msgstr ""
4997
4998 #: readelf.c:3206
4999 #, c-format
5000 msgid ""
5001 " -I --histogram Display histogram of bucket list lengths\n"
5002 " -W --wide Allow output width to exceed 80 characters\n"
5003 " @<file> Read options from <file>\n"
5004 " -H --help Display this information\n"
5005 " -v --version Display the version number of readelf\n"
5006 msgstr ""
5007
5008 #: readelf.c:3235 readelf.c:3264 readelf.c:3268 readelf.c:13623
5009 msgid "Out of memory allocating dump request table.\n"
5010 msgstr ""
5011
5012 #: readelf.c:3440
5013 #, c-format
5014 msgid "Invalid option '-%c'\n"
5015 msgstr ""
5016
5017 #: readelf.c:3455
5018 msgid "Nothing to do.\n"
5019 msgstr ""
5020
5021 #: readelf.c:3467 readelf.c:3483 readelf.c:8068
5022 msgid "none"
5023 msgstr ""
5024
5025 #: readelf.c:3484
5026 msgid "2's complement, little endian"
5027 msgstr ""
5028
5029 #: readelf.c:3485
5030 msgid "2's complement, big endian"
5031 msgstr ""
5032
5033 #: readelf.c:3503
5034 msgid "Not an ELF file - it has the wrong magic bytes at the start\n"
5035 msgstr ""
5036
5037 #: readelf.c:3513
5038 #, c-format
5039 msgid "ELF Header:\n"
5040 msgstr ""
5041
5042 #: readelf.c:3514
5043 #, c-format
5044 msgid " Magic: "
5045 msgstr ""
5046
5047 #: readelf.c:3518
5048 #, c-format
5049 msgid " Class: %s\n"
5050 msgstr ""
5051
5052 #: readelf.c:3520
5053 #, c-format
5054 msgid " Data: %s\n"
5055 msgstr ""
5056
5057 #: readelf.c:3522
5058 #, c-format
5059 msgid " Version: %d %s\n"
5060 msgstr ""
5061
5062 #: readelf.c:3527
5063 #, c-format
5064 msgid "<unknown: %lx>"
5065 msgstr ""
5066
5067 #: readelf.c:3529
5068 #, c-format
5069 msgid " OS/ABI: %s\n"
5070 msgstr ""
5071
5072 #: readelf.c:3531
5073 #, c-format
5074 msgid " ABI Version: %d\n"
5075 msgstr ""
5076
5077 #: readelf.c:3533
5078 #, c-format
5079 msgid " Type: %s\n"
5080 msgstr ""
5081
5082 #: readelf.c:3535
5083 #, c-format
5084 msgid " Machine: %s\n"
5085 msgstr ""
5086
5087 #: readelf.c:3537
5088 #, c-format
5089 msgid " Version: 0x%lx\n"
5090 msgstr ""
5091
5092 #: readelf.c:3540
5093 #, c-format
5094 msgid " Entry point address: "
5095 msgstr ""
5096
5097 #: readelf.c:3542
5098 #, c-format
5099 msgid ""
5100 "\n"
5101 " Start of program headers: "
5102 msgstr ""
5103
5104 #: readelf.c:3544
5105 #, c-format
5106 msgid ""
5107 " (bytes into file)\n"
5108 " Start of section headers: "
5109 msgstr ""
5110
5111 #: readelf.c:3546
5112 #, c-format
5113 msgid " (bytes into file)\n"
5114 msgstr ""
5115
5116 #: readelf.c:3548
5117 #, c-format
5118 msgid " Flags: 0x%lx%s\n"
5119 msgstr ""
5120
5121 #: readelf.c:3551
5122 #, c-format
5123 msgid " Size of this header: %ld (bytes)\n"
5124 msgstr ""
5125
5126 #: readelf.c:3553
5127 #, c-format
5128 msgid " Size of program headers: %ld (bytes)\n"
5129 msgstr ""
5130
5131 #: readelf.c:3555
5132 #, c-format
5133 msgid " Number of program headers: %ld"
5134 msgstr ""
5135
5136 #: readelf.c:3562
5137 #, c-format
5138 msgid " Size of section headers: %ld (bytes)\n"
5139 msgstr ""
5140
5141 #: readelf.c:3564
5142 #, c-format
5143 msgid " Number of section headers: %ld"
5144 msgstr ""
5145
5146 #: readelf.c:3569
5147 #, c-format
5148 msgid " Section header string table index: %ld"
5149 msgstr ""
5150
5151 #: readelf.c:3576
5152 #, c-format
5153 msgid " <corrupt: out of range>"
5154 msgstr ""
5155
5156 #: readelf.c:3610 readelf.c:3644
5157 msgid "program headers"
5158 msgstr ""
5159
5160 #: readelf.c:3711
5161 msgid ""
5162 "possibly corrupt ELF header - it has a non-zero program header offset, but "
5163 "no program headers"
5164 msgstr ""
5165
5166 #: readelf.c:3714
5167 #, c-format
5168 msgid ""
5169 "\n"
5170 "There are no program headers in this file.\n"
5171 msgstr ""
5172
5173 #: readelf.c:3720
5174 #, c-format
5175 msgid ""
5176 "\n"
5177 "Elf file type is %s\n"
5178 msgstr ""
5179
5180 #: readelf.c:3721
5181 #, c-format
5182 msgid "Entry point "
5183 msgstr ""
5184
5185 #: readelf.c:3723
5186 #, c-format
5187 msgid ""
5188 "\n"
5189 "There are %d program headers, starting at offset "
5190 msgstr ""
5191
5192 #: readelf.c:3735 readelf.c:3737
5193 #, c-format
5194 msgid ""
5195 "\n"
5196 "Program Headers:\n"
5197 msgstr ""
5198
5199 #: readelf.c:3741
5200 #, c-format
5201 msgid ""
5202 " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n"
5203 msgstr ""
5204
5205 #: readelf.c:3744
5206 #, c-format
5207 msgid ""
5208 " Type Offset VirtAddr PhysAddr FileSiz "
5209 "MemSiz Flg Align\n"
5210 msgstr ""
5211
5212 #: readelf.c:3748
5213 #, c-format
5214 msgid " Type Offset VirtAddr PhysAddr\n"
5215 msgstr ""
5216
5217 #: readelf.c:3750
5218 #, c-format
5219 msgid " FileSiz MemSiz Flags Align\n"
5220 msgstr ""
5221
5222 #: readelf.c:3843
5223 msgid "more than one dynamic segment\n"
5224 msgstr ""
5225
5226 #: readelf.c:3862
5227 msgid "no .dynamic section in the dynamic segment\n"
5228 msgstr ""
5229
5230 #: readelf.c:3877
5231 msgid "the .dynamic section is not contained within the dynamic segment\n"
5232 msgstr ""
5233
5234 #: readelf.c:3880
5235 msgid "the .dynamic section is not the first section in the dynamic segment.\n"
5236 msgstr ""
5237
5238 #: readelf.c:3888
5239 msgid "Unable to find program interpreter name\n"
5240 msgstr ""
5241
5242 #: readelf.c:3895
5243 msgid ""
5244 "Internal error: failed to create format string to display program "
5245 "interpreter\n"
5246 msgstr ""
5247
5248 #: readelf.c:3899
5249 msgid "Unable to read program interpreter name\n"
5250 msgstr ""
5251
5252 #: readelf.c:3902
5253 #, c-format
5254 msgid ""
5255 "\n"
5256 " [Requesting program interpreter: %s]"
5257 msgstr ""
5258
5259 #: readelf.c:3914
5260 #, c-format
5261 msgid ""
5262 "\n"
5263 " Section to Segment mapping:\n"
5264 msgstr ""
5265
5266 #: readelf.c:3915
5267 #, c-format
5268 msgid " Segment Sections...\n"
5269 msgstr ""
5270
5271 #: readelf.c:3951
5272 msgid "Cannot interpret virtual addresses without program headers.\n"
5273 msgstr ""
5274
5275 #: readelf.c:3967
5276 #, c-format
5277 msgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
5278 msgstr ""
5279
5280 #: readelf.c:3982 readelf.c:4025
5281 msgid "section headers"
5282 msgstr ""
5283
5284 #: readelf.c:4074 readelf.c:4154
5285 msgid "sh_entsize is zero\n"
5286 msgstr ""
5287
5288 #: readelf.c:4082 readelf.c:4162
5289 msgid "Invalid sh_entsize\n"
5290 msgstr ""
5291
5292 #: readelf.c:4087 readelf.c:4167
5293 msgid "symbols"
5294 msgstr ""
5295
5296 #: readelf.c:4099 readelf.c:4178
5297 msgid "symbol table section indicies"
5298 msgstr ""
5299
5300 #: readelf.c:4439
5301 #, c-format
5302 msgid "UNKNOWN (%*.*lx)"
5303 msgstr ""
5304
5305 #: readelf.c:4461
5306 msgid ""
5307 "possibly corrupt ELF file header - it has a non-zero section header offset, "
5308 "but no section headers\n"
5309 msgstr ""
5310
5311 #: readelf.c:4464
5312 #, c-format
5313 msgid ""
5314 "\n"
5315 "There are no sections in this file.\n"
5316 msgstr ""
5317
5318 #: readelf.c:4470
5319 #, c-format
5320 msgid "There are %d section headers, starting at offset 0x%lx:\n"
5321 msgstr ""
5322
5323 #: readelf.c:4491 readelf.c:5079 readelf.c:5491 readelf.c:5797 readelf.c:6210
5324 #: readelf.c:7093 readelf.c:9213
5325 msgid "string table"
5326 msgstr ""
5327
5328 #: readelf.c:4558
5329 #, c-format
5330 msgid "Section %d has invalid sh_entsize %lx (expected %lx)\n"
5331 msgstr ""
5332
5333 #: readelf.c:4578
5334 msgid "File contains multiple dynamic symbol tables\n"
5335 msgstr ""
5336
5337 #: readelf.c:4590
5338 msgid "File contains multiple dynamic string tables\n"
5339 msgstr ""
5340
5341 #: readelf.c:4596
5342 msgid "dynamic strings"
5343 msgstr ""
5344
5345 #: readelf.c:4603
5346 msgid "File contains multiple symtab shndx tables\n"
5347 msgstr ""
5348
5349 #: readelf.c:4674
5350 #, c-format
5351 msgid ""
5352 "\n"
5353 "Section Headers:\n"
5354 msgstr ""
5355
5356 #: readelf.c:4676
5357 #, c-format
5358 msgid ""
5359 "\n"
5360 "Section Header:\n"
5361 msgstr ""
5362
5363 #: readelf.c:4682 readelf.c:4693 readelf.c:4704
5364 #, c-format
5365 msgid " [Nr] Name\n"
5366 msgstr ""
5367
5368 #: readelf.c:4683
5369 #, c-format
5370 msgid " Type Addr Off Size ES Lk Inf Al\n"
5371 msgstr ""
5372
5373 #: readelf.c:4687
5374 #, c-format
5375 msgid ""
5376 " [Nr] Name Type Addr Off Size ES Flg Lk "
5377 "Inf Al\n"
5378 msgstr ""
5379
5380 #: readelf.c:4694
5381 #, c-format
5382 msgid " Type Address Off Size ES Lk Inf Al\n"
5383 msgstr ""
5384
5385 #: readelf.c:4698
5386 #, c-format
5387 msgid ""
5388 " [Nr] Name Type Address Off Size ES "
5389 "Flg Lk Inf Al\n"
5390 msgstr ""
5391
5392 #: readelf.c:4705
5393 #, c-format
5394 msgid " Type Address Offset Link\n"
5395 msgstr ""
5396
5397 #: readelf.c:4706
5398 #, c-format
5399 msgid " Size EntSize Info Align\n"
5400 msgstr ""
5401
5402 #: readelf.c:4710
5403 #, c-format
5404 msgid " [Nr] Name Type Address Offset\n"
5405 msgstr ""
5406
5407 #: readelf.c:4711
5408 #, c-format
5409 msgid " Size EntSize Flags Link Info Align\n"
5410 msgstr ""
5411
5412 #: readelf.c:4716
5413 #, c-format
5414 msgid " Flags\n"
5415 msgstr ""
5416
5417 #: readelf.c:4796
5418 #, c-format
5419 msgid "section %u: sh_link value of %u is larger than the number of sections\n"
5420 msgstr ""
5421
5422 #: readelf.c:4896
5423 #, c-format
5424 msgid ""
5425 "Key to Flags:\n"
5426 " W (write), A (alloc), X (execute), M (merge), S (strings), l (large)\n"
5427 " I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
5428 " O (extra OS processing required) o (OS specific), p (processor specific)\n"
5429 msgstr ""
5430
5431 #: readelf.c:4901
5432 #, c-format
5433 msgid ""
5434 "Key to Flags:\n"
5435 " W (write), A (alloc), X (execute), M (merge), S (strings)\n"
5436 " I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
5437 " O (extra OS processing required) o (OS specific), p (processor specific)\n"
5438 msgstr ""
5439
5440 #: readelf.c:4923
5441 #, c-format
5442 msgid "[<unknown>: 0x%x] "
5443 msgstr ""
5444
5445 #: readelf.c:4949
5446 #, c-format
5447 msgid ""
5448 "\n"
5449 "There are no sections to group in this file.\n"
5450 msgstr ""
5451
5452 #: readelf.c:4956
5453 msgid "Section headers are not available!\n"
5454 msgstr ""
5455
5456 #: readelf.c:4980
5457 #, c-format
5458 msgid ""
5459 "\n"
5460 "There are no section groups in this file.\n"
5461 msgstr ""
5462
5463 #: readelf.c:5018
5464 #, c-format
5465 msgid "Bad sh_link in group section `%s'\n"
5466 msgstr ""
5467
5468 #: readelf.c:5032
5469 #, c-format
5470 msgid "Corrupt header in group section `%s'\n"
5471 msgstr ""
5472
5473 #: readelf.c:5038 readelf.c:5049
5474 #, c-format
5475 msgid "Bad sh_info in group section `%s'\n"
5476 msgstr ""
5477
5478 #: readelf.c:5088
5479 msgid "section data"
5480 msgstr ""
5481
5482 #: readelf.c:5099
5483 #, c-format
5484 msgid ""
5485 "\n"
5486 "%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
5487 msgstr ""
5488
5489 #: readelf.c:5102
5490 #, c-format
5491 msgid " [Index] Name\n"
5492 msgstr ""
5493
5494 #: readelf.c:5116
5495 #, c-format
5496 msgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
5497 msgstr ""
5498
5499 #: readelf.c:5125
5500 #, c-format
5501 msgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
5502 msgstr ""
5503
5504 #: readelf.c:5138
5505 #, c-format
5506 msgid "section 0 in group section [%5u]\n"
5507 msgstr ""
5508
5509 #: readelf.c:5205
5510 msgid "dynamic section image fixups"
5511 msgstr ""
5512
5513 #: readelf.c:5217
5514 #, c-format
5515 msgid ""
5516 "\n"
5517 "Image fixups for needed library #%d: %s - ident: %lx\n"
5518 msgstr ""
5519
5520 #: readelf.c:5220
5521 #, c-format
5522 msgid "Seg Offset Type SymVec DataType\n"
5523 msgstr ""
5524
5525 #: readelf.c:5252
5526 msgid "dynamic section image relocations"
5527 msgstr ""
5528
5529 #: readelf.c:5256
5530 #, c-format
5531 msgid ""
5532 "\n"
5533 "Image relocs\n"
5534 msgstr ""
5535
5536 #: readelf.c:5258
5537 #, c-format
5538 msgid ""
5539 "Seg Offset Type Addend Seg Sym Off\n"
5540 msgstr ""
5541
5542 #: readelf.c:5313
5543 msgid "dynamic string section"
5544 msgstr ""
5545
5546 #: readelf.c:5414
5547 #, c-format
5548 msgid ""
5549 "\n"
5550 "'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
5551 msgstr ""
5552
5553 #: readelf.c:5429
5554 #, c-format
5555 msgid ""
5556 "\n"
5557 "There are no dynamic relocations in this file.\n"
5558 msgstr ""
5559
5560 #: readelf.c:5453
5561 #, c-format
5562 msgid ""
5563 "\n"
5564 "Relocation section "
5565 msgstr ""
5566
5567 #: readelf.c:5460 readelf.c:5890 readelf.c:6227
5568 #, c-format
5569 msgid " at offset 0x%lx contains %lu entries:\n"
5570 msgstr ""
5571
5572 #: readelf.c:5510
5573 #, c-format
5574 msgid ""
5575 "\n"
5576 "There are no relocations in this file.\n"
5577 msgstr ""
5578
5579 #: readelf.c:5648
5580 #, c-format
5581 msgid "\tUnknown version.\n"
5582 msgstr ""
5583
5584 #: readelf.c:5701 readelf.c:6074
5585 msgid "unwind table"
5586 msgstr ""
5587
5588 #: readelf.c:5743 readelf.c:6156 readelf.c:6415
5589 #, c-format
5590 msgid "Skipping unexpected relocation type %s\n"
5591 msgstr ""
5592
5593 #: readelf.c:5805 readelf.c:6218 readelf.c:7101 readelf.c:7148
5594 #, c-format
5595 msgid ""
5596 "\n"
5597 "There are no unwind sections in this file.\n"
5598 msgstr ""
5599
5600 #: readelf.c:5868
5601 #, c-format
5602 msgid ""
5603 "\n"
5604 "Could not find unwind info section for "
5605 msgstr ""
5606
5607 #: readelf.c:5873 readelf.c:5888 readelf.c:6225
5608 #, c-format
5609 msgid "'%s'"
5610 msgstr ""
5611
5612 #: readelf.c:5880
5613 msgid "unwind info"
5614 msgstr ""
5615
5616 #: readelf.c:5883 readelf.c:6224
5617 #, c-format
5618 msgid ""
5619 "\n"
5620 "Unwind section "
5621 msgstr ""
5622
5623 #: readelf.c:6333
5624 msgid "unwind data"
5625 msgstr ""
5626
5627 #: readelf.c:6386
5628 #, c-format
5629 msgid "Skipping unexpected relocation at offset 0x%lx\n"
5630 msgstr ""
5631
5632 #: readelf.c:6490
5633 #, c-format
5634 msgid "[Truncated opcode]\n"
5635 msgstr ""
5636
5637 #: readelf.c:6534 readelf.c:6734
5638 #, c-format
5639 msgid "Refuse to unwind"
5640 msgstr ""
5641
5642 #: readelf.c:6557
5643 #, c-format
5644 msgid " [Reserved]"
5645 msgstr ""
5646
5647 #: readelf.c:6585
5648 #, c-format
5649 msgid " finish"
5650 msgstr ""
5651
5652 #: readelf.c:6590 readelf.c:6676
5653 #, c-format
5654 msgid "[Spare]"
5655 msgstr ""
5656
5657 #: readelf.c:6697 readelf.c:6831
5658 #, c-format
5659 msgid " [unsupported opcode]"
5660 msgstr ""
5661
5662 #: readelf.c:6781
5663 #, c-format
5664 msgid "pop frame {"
5665 msgstr ""
5666
5667 #: readelf.c:6792
5668 msgid "[pad]"
5669 msgstr ""
5670
5671 #: readelf.c:6820
5672 #, c-format
5673 msgid "sp = sp + %ld"
5674 msgstr ""
5675
5676 #: readelf.c:6878
5677 #, c-format
5678 msgid " Personality routine: "
5679 msgstr ""
5680
5681 #: readelf.c:6896
5682 #, c-format
5683 msgid " [Truncated data]\n"
5684 msgstr ""
5685
5686 #: readelf.c:6911
5687 #, c-format
5688 msgid " Compact model %d\n"
5689 msgstr ""
5690
5691 #: readelf.c:6947
5692 #, c-format
5693 msgid " Restore stack from frame pointer\n"
5694 msgstr ""
5695
5696 #: readelf.c:6949
5697 #, c-format
5698 msgid " Stack increment %d\n"
5699 msgstr ""
5700
5701 #: readelf.c:6950
5702 #, c-format
5703 msgid " Registers restored: "
5704 msgstr ""
5705
5706 #: readelf.c:6955
5707 #, c-format
5708 msgid " Return register: %s\n"
5709 msgstr ""
5710
5711 #: readelf.c:7038
5712 #, c-format
5713 msgid "Could not locate .ARM.extab section containing 0x%lx.\n"
5714 msgstr ""
5715
5716 #: readelf.c:7107
5717 #, c-format
5718 msgid ""
5719 "\n"
5720 "Unwind table index '%s' at offset 0x%lx contains %lu entries:\n"
5721 msgstr ""
5722
5723 #: readelf.c:7159
5724 #, c-format
5725 msgid "NONE\n"
5726 msgstr ""
5727
5728 #: readelf.c:7185
5729 #, c-format
5730 msgid "Interface Version: %s\n"
5731 msgstr ""
5732
5733 #: readelf.c:7187
5734 #, c-format
5735 msgid "<corrupt: %ld>\n"
5736 msgstr ""
5737
5738 #: readelf.c:7200
5739 #, c-format
5740 msgid "Time Stamp: %s\n"
5741 msgstr ""
5742
5743 #: readelf.c:7377 readelf.c:7423
5744 msgid "dynamic section"
5745 msgstr ""
5746
5747 #: readelf.c:7501
5748 #, c-format
5749 msgid ""
5750 "\n"
5751 "There is no dynamic section in this file.\n"
5752 msgstr ""
5753
5754 #: readelf.c:7539
5755 msgid "Unable to seek to end of file!\n"
5756 msgstr ""
5757
5758 #: readelf.c:7552
5759 msgid "Unable to determine the number of symbols to load\n"
5760 msgstr ""
5761
5762 #: readelf.c:7585
5763 msgid "Unable to seek to end of file\n"
5764 msgstr ""
5765
5766 #: readelf.c:7592
5767 msgid "Unable to determine the length of the dynamic string table\n"
5768 msgstr ""
5769
5770 #: readelf.c:7598
5771 msgid "dynamic string table"
5772 msgstr ""
5773
5774 #: readelf.c:7635
5775 msgid "symbol information"
5776 msgstr ""
5777
5778 #: readelf.c:7660
5779 #, c-format
5780 msgid ""
5781 "\n"
5782 "Dynamic section at offset 0x%lx contains %u entries:\n"
5783 msgstr ""
5784
5785 #: readelf.c:7663
5786 #, c-format
5787 msgid " Tag Type Name/Value\n"
5788 msgstr ""
5789
5790 #: readelf.c:7699
5791 #, c-format
5792 msgid "Auxiliary library"
5793 msgstr ""
5794
5795 #: readelf.c:7703
5796 #, c-format
5797 msgid "Filter library"
5798 msgstr ""
5799
5800 #: readelf.c:7707
5801 #, c-format
5802 msgid "Configuration file"
5803 msgstr ""
5804
5805 #: readelf.c:7711
5806 #, c-format
5807 msgid "Dependency audit library"
5808 msgstr ""
5809
5810 #: readelf.c:7715
5811 #, c-format
5812 msgid "Audit library"
5813 msgstr ""
5814
5815 #: readelf.c:7733 readelf.c:7761 readelf.c:7789
5816 #, c-format
5817 msgid "Flags:"
5818 msgstr ""
5819
5820 #: readelf.c:7736 readelf.c:7764 readelf.c:7791
5821 #, c-format
5822 msgid " None\n"
5823 msgstr ""
5824
5825 #: readelf.c:7912
5826 #, c-format
5827 msgid "Shared library: [%s]"
5828 msgstr ""
5829
5830 #: readelf.c:7915
5831 #, c-format
5832 msgid " program interpreter"
5833 msgstr ""
5834
5835 #: readelf.c:7919
5836 #, c-format
5837 msgid "Library soname: [%s]"
5838 msgstr ""
5839
5840 #: readelf.c:7923
5841 #, c-format
5842 msgid "Library rpath: [%s]"
5843 msgstr ""
5844
5845 #: readelf.c:7927
5846 #, c-format
5847 msgid "Library runpath: [%s]"
5848 msgstr ""
5849
5850 #: readelf.c:7960
5851 #, c-format
5852 msgid " (bytes)\n"
5853 msgstr ""
5854
5855 #: readelf.c:7990
5856 #, c-format
5857 msgid "Not needed object: [%s]\n"
5858 msgstr ""
5859
5860 #: readelf.c:8090
5861 msgid "| <unknown>"
5862 msgstr ""
5863
5864 #: readelf.c:8123
5865 #, c-format
5866 msgid ""
5867 "\n"
5868 "Version definition section '%s' contains %u entries:\n"
5869 msgstr ""
5870
5871 #: readelf.c:8126
5872 #, c-format
5873 msgid " Addr: 0x"
5874 msgstr ""
5875
5876 #: readelf.c:8128 readelf.c:8246 readelf.c:8390
5877 #, c-format
5878 msgid " Offset: %#08lx Link: %u (%s)\n"
5879 msgstr ""
5880
5881 #: readelf.c:8136
5882 msgid "version definition section"
5883 msgstr ""
5884
5885 #: readelf.c:8169
5886 #, c-format
5887 msgid " %#06x: Rev: %d Flags: %s"
5888 msgstr ""
5889
5890 #: readelf.c:8172
5891 #, c-format
5892 msgid " Index: %d Cnt: %d "
5893 msgstr ""
5894
5895 #: readelf.c:8188
5896 #, c-format
5897 msgid "Name: %s\n"
5898 msgstr ""
5899
5900 #: readelf.c:8190
5901 #, c-format
5902 msgid "Name index: %ld\n"
5903 msgstr ""
5904
5905 #: readelf.c:8212
5906 #, c-format
5907 msgid " %#06x: Parent %d: %s\n"
5908 msgstr ""
5909
5910 #: readelf.c:8215
5911 #, c-format
5912 msgid " %#06x: Parent %d, name index: %ld\n"
5913 msgstr ""
5914
5915 #: readelf.c:8220
5916 #, c-format
5917 msgid " Version def aux past end of section\n"
5918 msgstr ""
5919
5920 #: readelf.c:8226
5921 #, c-format
5922 msgid " Version definition past end of section\n"
5923 msgstr ""
5924
5925 #: readelf.c:8241
5926 #, c-format
5927 msgid ""
5928 "\n"
5929 "Version needs section '%s' contains %u entries:\n"
5930 msgstr ""
5931
5932 #: readelf.c:8244
5933 #, c-format
5934 msgid " Addr: 0x"
5935 msgstr ""
5936
5937 #: readelf.c:8255
5938 msgid "Version Needs section"
5939 msgstr ""
5940
5941 #: readelf.c:8283
5942 #, c-format
5943 msgid " %#06x: Version: %d"
5944 msgstr ""
5945
5946 #: readelf.c:8286
5947 #, c-format
5948 msgid " File: %s"
5949 msgstr ""
5950
5951 #: readelf.c:8288
5952 #, c-format
5953 msgid " File: %lx"
5954 msgstr ""
5955
5956 #: readelf.c:8290
5957 #, c-format
5958 msgid " Cnt: %d\n"
5959 msgstr ""
5960
5961 #: readelf.c:8315
5962 #, c-format
5963 msgid " %#06x: Name: %s"
5964 msgstr ""
5965
5966 #: readelf.c:8318
5967 #, c-format
5968 msgid " %#06x: Name index: %lx"
5969 msgstr ""
5970
5971 #: readelf.c:8321
5972 #, c-format
5973 msgid " Flags: %s Version: %d\n"
5974 msgstr ""
5975
5976 #: readelf.c:8334
5977 msgid "Missing Version Needs auxillary information\n"
5978 msgstr ""
5979
5980 #: readelf.c:8340
5981 msgid "Missing Version Needs information\n"
5982 msgstr ""
5983
5984 #: readelf.c:8378
5985 msgid "version string table"
5986 msgstr ""
5987
5988 #: readelf.c:8385
5989 #, c-format
5990 msgid ""
5991 "\n"
5992 "Version symbols section '%s' contains %d entries:\n"
5993 msgstr ""
5994
5995 #: readelf.c:8388
5996 #, c-format
5997 msgid " Addr: "
5998 msgstr ""
5999
6000 #: readelf.c:8399
6001 msgid "version symbol data"
6002 msgstr ""
6003
6004 #: readelf.c:8427
6005 msgid " 0 (*local*) "
6006 msgstr ""
6007
6008 #: readelf.c:8431
6009 msgid " 1 (*global*) "
6010 msgstr ""
6011
6012 #: readelf.c:8442
6013 msgid "invalid index into symbol array\n"
6014 msgstr ""
6015
6016 #: readelf.c:8476 readelf.c:9279
6017 msgid "version need"
6018 msgstr ""
6019
6020 #: readelf.c:8487
6021 msgid "version need aux (2)"
6022 msgstr ""
6023
6024 #: readelf.c:8508 readelf.c:8570
6025 msgid "*invalid*"
6026 msgstr ""
6027
6028 #: readelf.c:8538 readelf.c:9357
6029 msgid "version def"
6030 msgstr ""
6031
6032 #: readelf.c:8564 readelf.c:9379
6033 msgid "version def aux"
6034 msgstr ""
6035
6036 #: readelf.c:8599
6037 #, c-format
6038 msgid ""
6039 "\n"
6040 "No version information found in this file.\n"
6041 msgstr ""
6042
6043 #: readelf.c:8807
6044 #, c-format
6045 msgid "<other>: %x"
6046 msgstr ""
6047
6048 #: readelf.c:8869
6049 msgid "Unable to read in dynamic data\n"
6050 msgstr ""
6051
6052 #: readelf.c:8919
6053 #, c-format
6054 msgid " <corrupt: %14ld>"
6055 msgstr ""
6056
6057 #: readelf.c:8962 readelf.c:9014 readelf.c:9038 readelf.c:9068 readelf.c:9092
6058 msgid "Unable to seek to start of dynamic information\n"
6059 msgstr ""
6060
6061 #: readelf.c:8968 readelf.c:9020
6062 msgid "Failed to read in number of buckets\n"
6063 msgstr ""
6064
6065 #: readelf.c:8974
6066 msgid "Failed to read in number of chains\n"
6067 msgstr ""
6068
6069 #: readelf.c:9076
6070 msgid "Failed to determine last chain length\n"
6071 msgstr ""
6072
6073 #: readelf.c:9120
6074 #, c-format
6075 msgid ""
6076 "\n"
6077 "Symbol table for image:\n"
6078 msgstr ""
6079
6080 #: readelf.c:9122 readelf.c:9140
6081 #, c-format
6082 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
6083 msgstr ""
6084
6085 #: readelf.c:9124 readelf.c:9142
6086 #, c-format
6087 msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n"
6088 msgstr ""
6089
6090 #: readelf.c:9138
6091 #, c-format
6092 msgid ""
6093 "\n"
6094 "Symbol table of `.gnu.hash' for image:\n"
6095 msgstr ""
6096
6097 #: readelf.c:9182
6098 #, c-format
6099 msgid ""
6100 "\n"
6101 "Symbol table '%s' has a sh_entsize of zero!\n"
6102 msgstr ""
6103
6104 #: readelf.c:9187
6105 #, c-format
6106 msgid ""
6107 "\n"
6108 "Symbol table '%s' contains %lu entries:\n"
6109 msgstr ""
6110
6111 #: readelf.c:9192
6112 #, c-format
6113 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
6114 msgstr ""
6115
6116 #: readelf.c:9194
6117 #, c-format
6118 msgid " Num: Value Size Type Bind Vis Ndx Name\n"
6119 msgstr ""
6120
6121 #: readelf.c:9249
6122 msgid "version data"
6123 msgstr ""
6124
6125 #: readelf.c:9298
6126 msgid "version need aux (3)"
6127 msgstr ""
6128
6129 #: readelf.c:9332
6130 msgid "bad dynamic symbol\n"
6131 msgstr ""
6132
6133 #: readelf.c:9404
6134 #, c-format
6135 msgid ""
6136 "\n"
6137 "Dynamic symbol information is not available for displaying symbols.\n"
6138 msgstr ""
6139
6140 #: readelf.c:9416
6141 #, c-format
6142 msgid ""
6143 "\n"
6144 "Histogram for bucket list length (total of %lu buckets):\n"
6145 msgstr ""
6146
6147 #: readelf.c:9418 readelf.c:9488
6148 #, c-format
6149 msgid " Length Number %% of total Coverage\n"
6150 msgstr ""
6151
6152 #: readelf.c:9486
6153 #, c-format
6154 msgid ""
6155 "\n"
6156 "Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
6157 msgstr ""
6158
6159 #: readelf.c:9552
6160 #, c-format
6161 msgid ""
6162 "\n"
6163 "Dynamic info segment at offset 0x%lx contains %d entries:\n"
6164 msgstr ""
6165
6166 #: readelf.c:9555
6167 #, c-format
6168 msgid " Num: Name BoundTo Flags\n"
6169 msgstr ""
6170
6171 #: readelf.c:9564
6172 #, c-format
6173 msgid "<corrupt: %19ld>"
6174 msgstr ""
6175
6176 #: readelf.c:9646
6177 msgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc"
6178 msgstr ""
6179
6180 #: readelf.c:9813
6181 #, c-format
6182 msgid ""
6183 "Missing knowledge of 32-bit reloc types used in DWARF sections of machine "
6184 "number %d\n"
6185 msgstr ""
6186
6187 #: readelf.c:10138
6188 #, c-format
6189 msgid "unable to apply unsupported reloc type %d to section %s\n"
6190 msgstr ""
6191
6192 #: readelf.c:10146
6193 #, c-format
6194 msgid "skipping invalid relocation offset 0x%lx in section %s\n"
6195 msgstr ""
6196
6197 #: readelf.c:10155
6198 #, c-format
6199 msgid "skipping invalid relocation symbol index 0x%lx in section %s\n"
6200 msgstr ""
6201
6202 #: readelf.c:10177
6203 #, c-format
6204 msgid "skipping unexpected symbol type %s in %ld'th relocation in section %s\n"
6205 msgstr ""
6206
6207 #: readelf.c:10223
6208 #, c-format
6209 msgid ""
6210 "\n"
6211 "Assembly dump of section %s\n"
6212 msgstr ""
6213
6214 #: readelf.c:10244
6215 #, c-format
6216 msgid ""
6217 "\n"
6218 "Section '%s' has no data to dump.\n"
6219 msgstr ""
6220
6221 #: readelf.c:10250
6222 msgid "section contents"
6223 msgstr ""
6224
6225 #: readelf.c:10269
6226 #, c-format
6227 msgid ""
6228 "\n"
6229 "String dump of section '%s':\n"
6230 msgstr ""
6231
6232 #: readelf.c:10287
6233 #, c-format
6234 msgid ""
6235 " Note: This section has relocations against it, but these have NOT been "
6236 "applied to this dump.\n"
6237 msgstr ""
6238
6239 #: readelf.c:10318
6240 #, c-format
6241 msgid " No strings found in this section."
6242 msgstr ""
6243
6244 #: readelf.c:10340
6245 #, c-format
6246 msgid ""
6247 "\n"
6248 "Hex dump of section '%s':\n"
6249 msgstr ""
6250
6251 #: readelf.c:10364
6252 #, c-format
6253 msgid ""
6254 " NOTE: This section has relocations against it, but these have NOT been "
6255 "applied to this dump.\n"
6256 msgstr ""
6257
6258 #: readelf.c:10498
6259 #, c-format
6260 msgid "%s section data"
6261 msgstr ""
6262
6263 #: readelf.c:10568
6264 #, c-format
6265 msgid ""
6266 "\n"
6267 "Section '%s' has no debugging data.\n"
6268 msgstr ""
6269
6270 #. There is no point in dumping the contents of a debugging section
6271 #. which has the NOBITS type - the bits in the file will be random.
6272 #. This can happen when a file containing a .eh_frame section is
6273 #. stripped with the --only-keep-debug command line option.
6274 #: readelf.c:10577
6275 #, c-format
6276 msgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
6277 msgstr ""
6278
6279 #: readelf.c:10613
6280 #, c-format
6281 msgid "Unrecognized debug section: %s\n"
6282 msgstr ""
6283
6284 #: readelf.c:10641
6285 #, c-format
6286 msgid "Section '%s' was not dumped because it does not exist!\n"
6287 msgstr ""
6288
6289 #: readelf.c:10682
6290 #, c-format
6291 msgid "Section %d was not dumped because it does not exist!\n"
6292 msgstr ""
6293
6294 #: readelf.c:10860 readelf.c:10874 readelf.c:10893 readelf.c:11293
6295 #, c-format
6296 msgid "None\n"
6297 msgstr ""
6298
6299 #: readelf.c:10861
6300 #, c-format
6301 msgid "Application\n"
6302 msgstr ""
6303
6304 #: readelf.c:10862
6305 #, c-format
6306 msgid "Realtime\n"
6307 msgstr ""
6308
6309 #: readelf.c:10863
6310 #, c-format
6311 msgid "Microcontroller\n"
6312 msgstr ""
6313
6314 #: readelf.c:10864
6315 #, c-format
6316 msgid "Application or Realtime\n"
6317 msgstr ""
6318
6319 #: readelf.c:10875 readelf.c:10895 readelf.c:11347 readelf.c:11365
6320 #: readelf.c:11440 readelf.c:11461
6321 #, c-format
6322 msgid "8-byte\n"
6323 msgstr ""
6324
6325 #: readelf.c:10876 readelf.c:11443 readelf.c:11464
6326 #, c-format
6327 msgid "4-byte\n"
6328 msgstr ""
6329
6330 #: readelf.c:10880 readelf.c:10899
6331 #, c-format
6332 msgid "8-byte and up to %d-byte extended\n"
6333 msgstr ""
6334
6335 #: readelf.c:10894
6336 #, c-format
6337 msgid "8-byte, except leaf SP\n"
6338 msgstr ""
6339
6340 #: readelf.c:10910 readelf.c:11000 readelf.c:11479
6341 #, c-format
6342 msgid "flag = %d, vendor = %s\n"
6343 msgstr ""
6344
6345 #: readelf.c:10916
6346 #, c-format
6347 msgid "True\n"
6348 msgstr ""
6349
6350 #: readelf.c:11045 readelf.c:11231
6351 #, c-format
6352 msgid "Hard or soft float\n"
6353 msgstr ""
6354
6355 #: readelf.c:11048
6356 #, c-format
6357 msgid "Hard float\n"
6358 msgstr ""
6359
6360 #: readelf.c:11051 readelf.c:11240
6361 #, c-format
6362 msgid "Soft float\n"
6363 msgstr ""
6364
6365 #: readelf.c:11054
6366 #, c-format
6367 msgid "Single-precision hard float\n"
6368 msgstr ""
6369
6370 #: readelf.c:11071 readelf.c:11097
6371 #, c-format
6372 msgid "Any\n"
6373 msgstr ""
6374
6375 #: readelf.c:11074
6376 #, c-format
6377 msgid "Generic\n"
6378 msgstr ""
6379
6380 #: readelf.c:11103
6381 #, c-format
6382 msgid "Memory\n"
6383 msgstr ""
6384
6385 #: readelf.c:11234
6386 #, c-format
6387 msgid "Hard float (double precision)\n"
6388 msgstr ""
6389
6390 #: readelf.c:11237
6391 #, c-format
6392 msgid "Hard float (single precision)\n"
6393 msgstr ""
6394
6395 #: readelf.c:11243
6396 #, c-format
6397 msgid "Hard float (MIPS32r2 64-bit FPU)\n"
6398 msgstr ""
6399
6400 #: readelf.c:11326
6401 #, c-format
6402 msgid "Not used\n"
6403 msgstr ""
6404
6405 #: readelf.c:11329
6406 #, c-format
6407 msgid "2 bytes\n"
6408 msgstr ""
6409
6410 #: readelf.c:11332
6411 #, c-format
6412 msgid "4 bytes\n"
6413 msgstr ""
6414
6415 #: readelf.c:11350 readelf.c:11368 readelf.c:11446 readelf.c:11467
6416 #, c-format
6417 msgid "16-byte\n"
6418 msgstr ""
6419
6420 #: readelf.c:11383
6421 #, c-format
6422 msgid "DSBT addressing not used\n"
6423 msgstr ""
6424
6425 #: readelf.c:11386
6426 #, c-format
6427 msgid "DSBT addressing used\n"
6428 msgstr ""
6429
6430 #: readelf.c:11401
6431 #, c-format
6432 msgid "Data addressing position-dependent\n"
6433 msgstr ""
6434
6435 #: readelf.c:11404
6436 #, c-format
6437 msgid "Data addressing position-independent, GOT near DP\n"
6438 msgstr ""
6439
6440 #: readelf.c:11407
6441 #, c-format
6442 msgid "Data addressing position-independent, GOT far from DP\n"
6443 msgstr ""
6444
6445 #: readelf.c:11422
6446 #, c-format
6447 msgid "Code addressing position-dependent\n"
6448 msgstr ""
6449
6450 #: readelf.c:11425
6451 #, c-format
6452 msgid "Code addressing position-independent\n"
6453 msgstr ""
6454
6455 #: readelf.c:11531
6456 msgid "attributes"
6457 msgstr ""
6458
6459 #: readelf.c:11552
6460 #, c-format
6461 msgid "ERROR: Bad section length (%d > %d)\n"
6462 msgstr ""
6463
6464 #: readelf.c:11558
6465 #, c-format
6466 msgid "Attribute Section: %s\n"
6467 msgstr ""
6468
6469 #: readelf.c:11583
6470 #, c-format
6471 msgid "ERROR: Bad subsection length (%d > %d)\n"
6472 msgstr ""
6473
6474 #: readelf.c:11595
6475 #, c-format
6476 msgid "File Attributes\n"
6477 msgstr ""
6478
6479 #: readelf.c:11598
6480 #, c-format
6481 msgid "Section Attributes:"
6482 msgstr ""
6483
6484 #: readelf.c:11601
6485 #, c-format
6486 msgid "Symbol Attributes:"
6487 msgstr ""
6488
6489 #: readelf.c:11616
6490 #, c-format
6491 msgid "Unknown tag: %d\n"
6492 msgstr ""
6493
6494 #. ??? Do something sensible, like dump hex.
6495 #: readelf.c:11635
6496 #, c-format
6497 msgid " Unknown section contexts\n"
6498 msgstr ""
6499
6500 #: readelf.c:11642
6501 #, c-format
6502 msgid "Unknown format '%c'\n"
6503 msgstr ""
6504
6505 #: readelf.c:11693 readelf.c:11715
6506 msgid "<unknown>"
6507 msgstr ""
6508
6509 #: readelf.c:11810 readelf.c:12344
6510 msgid "liblist section data"
6511 msgstr ""
6512
6513 #: readelf.c:11813
6514 #, c-format
6515 msgid ""
6516 "\n"
6517 "Section '.liblist' contains %lu entries:\n"
6518 msgstr ""
6519
6520 #: readelf.c:11815
6521 msgid ""
6522 " Library Time Stamp Checksum Version Flags\n"
6523 msgstr ""
6524
6525 #: readelf.c:11841
6526 #, c-format
6527 msgid "<corrupt: %9ld>"
6528 msgstr ""
6529
6530 #: readelf.c:11846
6531 msgid " NONE"
6532 msgstr ""
6533
6534 #: readelf.c:11897
6535 msgid "options"
6536 msgstr ""
6537
6538 #: readelf.c:11928
6539 #, c-format
6540 msgid ""
6541 "\n"
6542 "Section '%s' contains %d entries:\n"
6543 msgstr ""
6544
6545 #: readelf.c:12089
6546 msgid "conflict list found without a dynamic symbol table\n"
6547 msgstr ""
6548
6549 #: readelf.c:12106 readelf.c:12121
6550 msgid "conflict"
6551 msgstr ""
6552
6553 #: readelf.c:12131
6554 #, c-format
6555 msgid ""
6556 "\n"
6557 "Section '.conflict' contains %lu entries:\n"
6558 msgstr ""
6559
6560 #: readelf.c:12133
6561 msgid " Num: Index Value Name"
6562 msgstr ""
6563
6564 #: readelf.c:12145 readelf.c:12234 readelf.c:12305
6565 #, c-format
6566 msgid "<corrupt: %14ld>"
6567 msgstr ""
6568
6569 #: readelf.c:12167
6570 msgid "Global Offset Table data"
6571 msgstr ""
6572
6573 #: readelf.c:12171
6574 #, c-format
6575 msgid ""
6576 "\n"
6577 "Primary GOT:\n"
6578 msgstr ""
6579
6580 #: readelf.c:12172
6581 #, c-format
6582 msgid " Canonical gp value: "
6583 msgstr ""
6584
6585 #: readelf.c:12176 readelf.c:12276
6586 #, c-format
6587 msgid " Reserved entries:\n"
6588 msgstr ""
6589
6590 #: readelf.c:12177
6591 #, c-format
6592 msgid " %*s %10s %*s Purpose\n"
6593 msgstr ""
6594
6595 #: readelf.c:12178 readelf.c:12195 readelf.c:12211 readelf.c:12278
6596 #: readelf.c:12287
6597 msgid "Address"
6598 msgstr ""
6599
6600 #: readelf.c:12178 readelf.c:12195 readelf.c:12212
6601 msgid "Access"
6602 msgstr ""
6603
6604 #: readelf.c:12179 readelf.c:12196 readelf.c:12213 readelf.c:12278
6605 #: readelf.c:12288
6606 msgid "Initial"
6607 msgstr ""
6608
6609 #: readelf.c:12181
6610 #, c-format
6611 msgid " Lazy resolver\n"
6612 msgstr ""
6613
6614 #: readelf.c:12187
6615 #, c-format
6616 msgid " Module pointer (GNU extension)\n"
6617 msgstr ""
6618
6619 #: readelf.c:12193
6620 #, c-format
6621 msgid " Local entries:\n"
6622 msgstr ""
6623
6624 #: readelf.c:12209
6625 #, c-format
6626 msgid " Global entries:\n"
6627 msgstr ""
6628
6629 #: readelf.c:12214 readelf.c:12289
6630 msgid "Sym.Val."
6631 msgstr ""
6632
6633 #. Note for translators: "Ndx" = abbreviated form of "Index".
6634 #: readelf.c:12217 readelf.c:12289
6635 msgid "Ndx"
6636 msgstr ""
6637
6638 #: readelf.c:12217 readelf.c:12289
6639 msgid "Name"
6640 msgstr ""
6641
6642 #: readelf.c:12271
6643 msgid "Procedure Linkage Table data"
6644 msgstr ""
6645
6646 #: readelf.c:12277
6647 #, c-format
6648 msgid " %*s %*s Purpose\n"
6649 msgstr ""
6650
6651 #: readelf.c:12280
6652 #, c-format
6653 msgid " PLT lazy resolver\n"
6654 msgstr ""
6655
6656 #: readelf.c:12282
6657 #, c-format
6658 msgid " Module pointer\n"
6659 msgstr ""
6660
6661 #: readelf.c:12285
6662 #, c-format
6663 msgid " Entries:\n"
6664 msgstr ""
6665
6666 #: readelf.c:12352
6667 msgid "liblist string table"
6668 msgstr ""
6669
6670 #: readelf.c:12362
6671 #, c-format
6672 msgid ""
6673 "\n"
6674 "Library list section '%s' contains %lu entries:\n"
6675 msgstr ""
6676
6677 #: readelf.c:12366
6678 msgid " Library Time Stamp Checksum Version Flags"
6679 msgstr ""
6680
6681 #: readelf.c:12416
6682 msgid "NT_AUXV (auxiliary vector)"
6683 msgstr ""
6684
6685 #: readelf.c:12418
6686 msgid "NT_PRSTATUS (prstatus structure)"
6687 msgstr ""
6688
6689 #: readelf.c:12420
6690 msgid "NT_FPREGSET (floating point registers)"
6691 msgstr ""
6692
6693 #: readelf.c:12422
6694 msgid "NT_PRPSINFO (prpsinfo structure)"
6695 msgstr ""
6696
6697 #: readelf.c:12424
6698 msgid "NT_TASKSTRUCT (task structure)"
6699 msgstr ""
6700
6701 #: readelf.c:12426
6702 msgid "NT_PRXFPREG (user_xfpregs structure)"
6703 msgstr ""
6704
6705 #: readelf.c:12428
6706 msgid "NT_PPC_VMX (ppc Altivec registers)"
6707 msgstr ""
6708
6709 #: readelf.c:12430
6710 msgid "NT_PPC_VSX (ppc VSX registers)"
6711 msgstr ""
6712
6713 #: readelf.c:12432
6714 msgid "NT_X86_XSTATE (x86 XSAVE extended state)"
6715 msgstr ""
6716
6717 #: readelf.c:12434
6718 msgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
6719 msgstr ""
6720
6721 #: readelf.c:12436
6722 msgid "NT_S390_TIMER (s390 timer register)"
6723 msgstr ""
6724
6725 #: readelf.c:12438
6726 msgid "NT_S390_TODCMP (s390 TOD comparator register)"
6727 msgstr ""
6728
6729 #: readelf.c:12440
6730 msgid "NT_S390_TODPREG (s390 TOD programmable register)"
6731 msgstr ""
6732
6733 #: readelf.c:12442
6734 msgid "NT_S390_CTRS (s390 control registers)"
6735 msgstr ""
6736
6737 #: readelf.c:12444
6738 msgid "NT_S390_PREFIX (s390 prefix register)"
6739 msgstr ""
6740
6741 #: readelf.c:12446
6742 msgid "NT_ARM_VFP (arm VFP registers)"
6743 msgstr ""
6744
6745 #: readelf.c:12448
6746 msgid "NT_PSTATUS (pstatus structure)"
6747 msgstr ""
6748
6749 #: readelf.c:12450
6750 msgid "NT_FPREGS (floating point registers)"
6751 msgstr ""
6752
6753 #: readelf.c:12452
6754 msgid "NT_PSINFO (psinfo structure)"
6755 msgstr ""
6756
6757 #: readelf.c:12454
6758 msgid "NT_LWPSTATUS (lwpstatus_t structure)"
6759 msgstr ""
6760
6761 #: readelf.c:12456
6762 msgid "NT_LWPSINFO (lwpsinfo_t structure)"
6763 msgstr ""
6764
6765 #: readelf.c:12458
6766 msgid "NT_WIN32PSTATUS (win32_pstatus structure)"
6767 msgstr ""
6768
6769 #: readelf.c:12466
6770 msgid "NT_VERSION (version)"
6771 msgstr ""
6772
6773 #: readelf.c:12468
6774 msgid "NT_ARCH (architecture)"
6775 msgstr ""
6776
6777 #: readelf.c:12473 readelf.c:12496 readelf.c:12575 readelf.c:12633
6778 #: readelf.c:12710
6779 #, c-format
6780 msgid "Unknown note type: (0x%08x)"
6781 msgstr ""
6782
6783 #: readelf.c:12485
6784 msgid "NT_GNU_ABI_TAG (ABI version tag)"
6785 msgstr ""
6786
6787 #: readelf.c:12487
6788 msgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
6789 msgstr ""
6790
6791 #: readelf.c:12489
6792 msgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
6793 msgstr ""
6794
6795 #: readelf.c:12491
6796 msgid "NT_GNU_GOLD_VERSION (gold version)"
6797 msgstr ""
6798
6799 #: readelf.c:12509
6800 #, c-format
6801 msgid " Build ID: "
6802 msgstr ""
6803
6804 #: readelf.c:12548
6805 #, c-format
6806 msgid " OS: %s, ABI: %ld.%ld.%ld\n"
6807 msgstr ""
6808
6809 #. NetBSD core "procinfo" structure.
6810 #: readelf.c:12565
6811 msgid "NetBSD procinfo structure"
6812 msgstr ""
6813
6814 #: readelf.c:12592 readelf.c:12606
6815 msgid "PT_GETREGS (reg structure)"
6816 msgstr ""
6817
6818 #: readelf.c:12594 readelf.c:12608
6819 msgid "PT_GETFPREGS (fpreg structure)"
6820 msgstr ""
6821
6822 #: readelf.c:12627
6823 msgid "NT_STAPSDT (SystemTap probe descriptors)"
6824 msgstr ""
6825
6826 #: readelf.c:12660
6827 #, c-format
6828 msgid " Provider: %s\n"
6829 msgstr ""
6830
6831 #: readelf.c:12661
6832 #, c-format
6833 msgid " Name: %s\n"
6834 msgstr ""
6835
6836 #: readelf.c:12662
6837 #, c-format
6838 msgid " Location: "
6839 msgstr ""
6840
6841 #: readelf.c:12664
6842 #, c-format
6843 msgid ", Base: "
6844 msgstr ""
6845
6846 #: readelf.c:12666
6847 #, c-format
6848 msgid ", Semaphore: "
6849 msgstr ""
6850
6851 #: readelf.c:12669
6852 #, c-format
6853 msgid " Arguments: %s\n"
6854 msgstr ""
6855
6856 #: readelf.c:12682
6857 msgid "NT_VMS_MHD (module header)"
6858 msgstr ""
6859
6860 #: readelf.c:12684
6861 msgid "NT_VMS_LNM (language name)"
6862 msgstr ""
6863
6864 #: readelf.c:12686
6865 msgid "NT_VMS_SRC (source files)"
6866 msgstr ""
6867
6868 #: readelf.c:12690
6869 msgid "NT_VMS_EIDC (consistency check)"
6870 msgstr ""
6871
6872 #: readelf.c:12692
6873 msgid "NT_VMS_FPMODE (FP mode)"
6874 msgstr ""
6875
6876 #: readelf.c:12696
6877 msgid "NT_VMS_IMGNAM (image name)"
6878 msgstr ""
6879
6880 #: readelf.c:12698
6881 msgid "NT_VMS_IMGID (image id)"
6882 msgstr ""
6883
6884 #: readelf.c:12700
6885 msgid "NT_VMS_LINKID (link id)"
6886 msgstr ""
6887
6888 #: readelf.c:12702
6889 msgid "NT_VMS_IMGBID (build id)"
6890 msgstr ""
6891
6892 #: readelf.c:12704
6893 msgid "NT_VMS_GSTNAM (sym table name)"
6894 msgstr ""
6895
6896 #: readelf.c:12724
6897 #, c-format
6898 msgid " Creation date : %.17s\n"
6899 msgstr ""
6900
6901 #: readelf.c:12725
6902 #, c-format
6903 msgid " Last patch date: %.17s\n"
6904 msgstr ""
6905
6906 #: readelf.c:12726
6907 #, c-format
6908 msgid " Module name : %s\n"
6909 msgstr ""
6910
6911 #: readelf.c:12727
6912 #, c-format
6913 msgid " Module version : %s\n"
6914 msgstr ""
6915
6916 #: readelf.c:12730
6917 #, c-format
6918 msgid " Invalid size\n"
6919 msgstr ""
6920
6921 #: readelf.c:12733
6922 #, c-format
6923 msgid " Language: %s\n"
6924 msgstr ""
6925
6926 #: readelf.c:12737
6927 #, c-format
6928 msgid " Floating Point mode: "
6929 msgstr ""
6930
6931 #: readelf.c:12742
6932 #, c-format
6933 msgid " Link time: "
6934 msgstr ""
6935
6936 #: readelf.c:12748
6937 #, c-format
6938 msgid " Patch time: "
6939 msgstr ""
6940
6941 #: readelf.c:12754
6942 #, c-format
6943 msgid " Major id: %u, minor id: %u\n"
6944 msgstr ""
6945
6946 #: readelf.c:12757
6947 #, c-format
6948 msgid " Last modified : "
6949 msgstr ""
6950
6951 #: readelf.c:12760
6952 #, c-format
6953 msgid ""
6954 "\n"
6955 " Link flags : "
6956 msgstr ""
6957
6958 #: readelf.c:12763
6959 #, c-format
6960 msgid " Header flags: 0x%08x\n"
6961 msgstr ""
6962
6963 #: readelf.c:12765
6964 #, c-format
6965 msgid " Image id : %s\n"
6966 msgstr ""
6967
6968 #: readelf.c:12769
6969 #, c-format
6970 msgid " Image name: %s\n"
6971 msgstr ""
6972
6973 #: readelf.c:12772
6974 #, c-format
6975 msgid " Global symbol table name: %s\n"
6976 msgstr ""
6977
6978 #: readelf.c:12775
6979 #, c-format
6980 msgid " Image id: %s\n"
6981 msgstr ""
6982
6983 #: readelf.c:12778
6984 #, c-format
6985 msgid " Linker id: %s\n"
6986 msgstr ""
6987
6988 #: readelf.c:12853
6989 msgid "notes"
6990 msgstr ""
6991
6992 #: readelf.c:12859
6993 #, c-format
6994 msgid ""
6995 "\n"
6996 "Notes at offset 0x%08lx with length 0x%08lx:\n"
6997 msgstr ""
6998
6999 #: readelf.c:12861
7000 #, c-format
7001 msgid " %-20s %10s\tDescription\n"
7002 msgstr ""
7003
7004 #: readelf.c:12861
7005 msgid "Owner"
7006 msgstr ""
7007
7008 #: readelf.c:12861
7009 msgid "Data size"
7010 msgstr ""
7011
7012 #: readelf.c:12899 readelf.c:12912
7013 #, c-format
7014 msgid "corrupt note found at offset %lx into core notes\n"
7015 msgstr ""
7016
7017 #: readelf.c:12901 readelf.c:12914
7018 #, c-format
7019 msgid " type: %lx, namesize: %08lx, descsize: %08lx\n"
7020 msgstr ""
7021
7022 #: readelf.c:13010
7023 #, c-format
7024 msgid "No note segments present in the core file.\n"
7025 msgstr ""
7026
7027 #: readelf.c:13102
7028 msgid ""
7029 "This instance of readelf has been built without support for a\n"
7030 "64 bit data type and so it cannot read 64 bit ELF files.\n"
7031 msgstr ""
7032
7033 #: readelf.c:13149
7034 #, c-format
7035 msgid "%s: Failed to read file header\n"
7036 msgstr ""
7037
7038 #: readelf.c:13163
7039 #, c-format
7040 msgid ""
7041 "\n"
7042 "File: %s\n"
7043 msgstr ""
7044
7045 #: readelf.c:13335
7046 #, c-format
7047 msgid "%s: unable to dump the index as none was found\n"
7048 msgstr ""
7049
7050 #: readelf.c:13341
7051 #, c-format
7052 msgid "Index of archive %s: (%ld entries, 0x%lx bytes in the symbol table)\n"
7053 msgstr ""
7054
7055 #: readelf.c:13359
7056 #, c-format
7057 msgid "Binary %s contains:\n"
7058 msgstr ""
7059
7060 #: readelf.c:13367
7061 #, c-format
7062 msgid "%s: end of the symbol table reached before the end of the index\n"
7063 msgstr ""
7064
7065 #: readelf.c:13378
7066 #, c-format
7067 msgid ""
7068 "%s: symbols remain in the index symbol table, but without corresponding "
7069 "entries in the index table\n"
7070 msgstr ""
7071
7072 #: readelf.c:13383
7073 #, c-format
7074 msgid "%s: failed to seek back to start of object files in the archive\n"
7075 msgstr ""
7076
7077 #: readelf.c:13466 readelf.c:13549
7078 #, c-format
7079 msgid "Input file '%s' is not readable.\n"
7080 msgstr ""
7081
7082 #: readelf.c:13488
7083 #, c-format
7084 msgid "%s: failed to seek to archive member.\n"
7085 msgstr ""
7086
7087 #: readelf.c:13567
7088 #, c-format
7089 msgid "File %s is not an archive so its index cannot be displayed.\n"
7090 msgstr ""
7091
7092 #: rename.c:124
7093 #, c-format
7094 msgid "%s: cannot set time: %s"
7095 msgstr ""
7096
7097 #. We have to clean up here.
7098 #: rename.c:159 rename.c:197
7099 #, c-format
7100 msgid "unable to rename '%s'; reason: %s"
7101 msgstr ""
7102
7103 #: rename.c:205
7104 #, c-format
7105 msgid "unable to copy file '%s'; reason: %s"
7106 msgstr ""
7107
7108 #: resbin.c:120
7109 #, c-format
7110 msgid "%s: not enough binary data"
7111 msgstr ""
7112
7113 #: resbin.c:136
7114 msgid "null terminated unicode string"
7115 msgstr ""
7116
7117 #: resbin.c:163 resbin.c:169
7118 msgid "resource ID"
7119 msgstr ""
7120
7121 #: resbin.c:208
7122 msgid "cursor"
7123 msgstr ""
7124
7125 #: resbin.c:239 resbin.c:246
7126 msgid "menu header"
7127 msgstr ""
7128
7129 #: resbin.c:255
7130 msgid "menuex header"
7131 msgstr ""
7132
7133 #: resbin.c:259
7134 msgid "menuex offset"
7135 msgstr ""
7136
7137 #: resbin.c:264
7138 #, c-format
7139 msgid "unsupported menu version %d"
7140 msgstr ""
7141
7142 #: resbin.c:289 resbin.c:304 resbin.c:366
7143 msgid "menuitem header"
7144 msgstr ""
7145
7146 #: resbin.c:396
7147 msgid "menuitem"
7148 msgstr ""
7149
7150 #: resbin.c:433 resbin.c:461
7151 msgid "dialog header"
7152 msgstr ""
7153
7154 #: resbin.c:451
7155 #, c-format
7156 msgid "unexpected DIALOGEX version %d"
7157 msgstr ""
7158
7159 #: resbin.c:496
7160 msgid "dialog font point size"
7161 msgstr ""
7162
7163 #: resbin.c:504
7164 msgid "dialogex font information"
7165 msgstr ""
7166
7167 #: resbin.c:530 resbin.c:548
7168 msgid "dialog control"
7169 msgstr ""
7170
7171 #: resbin.c:540
7172 msgid "dialogex control"
7173 msgstr ""
7174
7175 #: resbin.c:569
7176 msgid "dialog control end"
7177 msgstr ""
7178
7179 #: resbin.c:581
7180 msgid "dialog control data"
7181 msgstr ""
7182
7183 #: resbin.c:621
7184 msgid "stringtable string length"
7185 msgstr ""
7186
7187 #: resbin.c:631
7188 msgid "stringtable string"
7189 msgstr ""
7190
7191 #: resbin.c:661
7192 msgid "fontdir header"
7193 msgstr ""
7194
7195 #: resbin.c:675
7196 msgid "fontdir"
7197 msgstr ""
7198
7199 #: resbin.c:692
7200 msgid "fontdir device name"
7201 msgstr ""
7202
7203 #: resbin.c:698
7204 msgid "fontdir face name"
7205 msgstr ""
7206
7207 #: resbin.c:738
7208 msgid "accelerator"
7209 msgstr ""
7210
7211 #: resbin.c:797
7212 msgid "group cursor header"
7213 msgstr ""
7214
7215 #: resbin.c:801 resrc.c:1355
7216 #, c-format
7217 msgid "unexpected group cursor type %d"
7218 msgstr ""
7219
7220 #: resbin.c:816
7221 msgid "group cursor"
7222 msgstr ""
7223
7224 #: resbin.c:852
7225 msgid "group icon header"
7226 msgstr ""
7227
7228 #: resbin.c:856 resrc.c:1302
7229 #, c-format
7230 msgid "unexpected group icon type %d"
7231 msgstr ""
7232
7233 #: resbin.c:871
7234 msgid "group icon"
7235 msgstr ""
7236
7237 #: resbin.c:935 resbin.c:1173
7238 msgid "unexpected version string"
7239 msgstr ""
7240
7241 #: resbin.c:966
7242 #, c-format
7243 msgid "version length %d does not match resource length %lu"
7244 msgstr ""
7245
7246 #: resbin.c:970
7247 #, c-format
7248 msgid "unexpected version type %d"
7249 msgstr ""
7250
7251 #: resbin.c:982
7252 #, c-format
7253 msgid "unexpected fixed version information length %ld"
7254 msgstr ""
7255
7256 #: resbin.c:985
7257 msgid "fixed version info"
7258 msgstr ""
7259
7260 #: resbin.c:989
7261 #, c-format
7262 msgid "unexpected fixed version signature %lu"
7263 msgstr ""
7264
7265 #: resbin.c:993
7266 #, c-format
7267 msgid "unexpected fixed version info version %lu"
7268 msgstr ""
7269
7270 #: resbin.c:1022
7271 msgid "version var info"
7272 msgstr ""
7273
7274 #: resbin.c:1039
7275 #, c-format
7276 msgid "unexpected stringfileinfo value length %ld"
7277 msgstr ""
7278
7279 #: resbin.c:1059
7280 msgid "version stringtable"
7281 msgstr ""
7282
7283 #: resbin.c:1067
7284 #, c-format
7285 msgid "unexpected version stringtable value length %ld"
7286 msgstr ""
7287
7288 #: resbin.c:1084
7289 msgid "version string"
7290 msgstr ""
7291
7292 #: resbin.c:1101
7293 #, c-format
7294 msgid "unexpected version string length %ld != %ld + %ld"
7295 msgstr ""
7296
7297 #: resbin.c:1108
7298 #, c-format
7299 msgid "unexpected version string length %ld < %ld"
7300 msgstr ""
7301
7302 #: resbin.c:1133
7303 #, c-format
7304 msgid "unexpected varfileinfo value length %ld"
7305 msgstr ""
7306
7307 #: resbin.c:1152
7308 msgid "version varfileinfo"
7309 msgstr ""
7310
7311 #: resbin.c:1167
7312 #, c-format
7313 msgid "unexpected version value length %ld"
7314 msgstr ""
7315
7316 #: rescoff.c:124
7317 msgid "filename required for COFF input"
7318 msgstr ""
7319
7320 #: rescoff.c:141
7321 #, c-format
7322 msgid "%s: no resource section"
7323 msgstr ""
7324
7325 #: rescoff.c:173
7326 #, c-format
7327 msgid "%s: %s: address out of bounds"
7328 msgstr ""
7329
7330 #: rescoff.c:190
7331 msgid "directory"
7332 msgstr ""
7333
7334 #: rescoff.c:218
7335 msgid "named directory entry"
7336 msgstr ""
7337
7338 #: rescoff.c:227
7339 msgid "directory entry name"
7340 msgstr ""
7341
7342 #: rescoff.c:247
7343 msgid "named subdirectory"
7344 msgstr ""
7345
7346 #: rescoff.c:255
7347 msgid "named resource"
7348 msgstr ""
7349
7350 #: rescoff.c:270
7351 msgid "ID directory entry"
7352 msgstr ""
7353
7354 #: rescoff.c:287
7355 msgid "ID subdirectory"
7356 msgstr ""
7357
7358 #: rescoff.c:295
7359 msgid "ID resource"
7360 msgstr ""
7361
7362 #: rescoff.c:320
7363 msgid "resource type unknown"
7364 msgstr ""
7365
7366 #: rescoff.c:323
7367 msgid "data entry"
7368 msgstr ""
7369
7370 #: rescoff.c:331
7371 msgid "resource data"
7372 msgstr ""
7373
7374 #: rescoff.c:336
7375 msgid "resource data size"
7376 msgstr ""
7377
7378 #: rescoff.c:431
7379 msgid "filename required for COFF output"
7380 msgstr ""
7381
7382 #: rescoff.c:715
7383 msgid "can't get BFD_RELOC_RVA relocation type"
7384 msgstr ""
7385
7386 #: resrc.c:262 resrc.c:333
7387 #, c-format
7388 msgid "can't open temporary file `%s': %s"
7389 msgstr ""
7390
7391 #: resrc.c:268
7392 #, c-format
7393 msgid "can't redirect stdout: `%s': %s"
7394 msgstr ""
7395
7396 #: resrc.c:329
7397 #, c-format
7398 msgid "can't execute `%s': %s"
7399 msgstr ""
7400
7401 #: resrc.c:338
7402 #, c-format
7403 msgid "Using temporary file `%s' to read preprocessor output\n"
7404 msgstr ""
7405
7406 #: resrc.c:345
7407 #, c-format
7408 msgid "can't popen `%s': %s"
7409 msgstr ""
7410
7411 #: resrc.c:347
7412 #, c-format
7413 msgid "Using popen to read preprocessor output\n"
7414 msgstr ""
7415
7416 #: resrc.c:413
7417 #, c-format
7418 msgid "Tried `%s'\n"
7419 msgstr ""
7420
7421 #: resrc.c:424
7422 #, c-format
7423 msgid "Using `%s'\n"
7424 msgstr ""
7425
7426 #: resrc.c:608
7427 msgid "preprocessing failed."
7428 msgstr ""
7429
7430 #: resrc.c:639
7431 #, c-format
7432 msgid "%s: unexpected EOF"
7433 msgstr ""
7434
7435 #: resrc.c:688
7436 #, c-format
7437 msgid "%s: read of %lu returned %lu"
7438 msgstr ""
7439
7440 #: resrc.c:727 resrc.c:1502
7441 #, c-format
7442 msgid "stat failed on bitmap file `%s': %s"
7443 msgstr ""
7444
7445 #: resrc.c:778
7446 #, c-format
7447 msgid "cursor file `%s' does not contain cursor data"
7448 msgstr ""
7449
7450 #: resrc.c:810 resrc.c:1210
7451 #, c-format
7452 msgid "%s: fseek to %lu failed: %s"
7453 msgstr ""
7454
7455 #: resrc.c:936
7456 msgid "help ID requires DIALOGEX"
7457 msgstr ""
7458
7459 #: resrc.c:938
7460 msgid "control data requires DIALOGEX"
7461 msgstr ""
7462
7463 #: resrc.c:966
7464 #, c-format
7465 msgid "stat failed on font file `%s': %s"
7466 msgstr ""
7467
7468 #: resrc.c:1179
7469 #, c-format
7470 msgid "icon file `%s' does not contain icon data"
7471 msgstr ""
7472
7473 #: resrc.c:1724 resrc.c:1759
7474 #, c-format
7475 msgid "stat failed on file `%s': %s"
7476 msgstr ""
7477
7478 #: resrc.c:1958
7479 #, c-format
7480 msgid "can't open `%s' for output: %s"
7481 msgstr ""
7482
7483 #: size.c:79
7484 #, c-format
7485 msgid " Displays the sizes of sections inside binary files\n"
7486 msgstr ""
7487
7488 #: size.c:80
7489 #, c-format
7490 msgid " If no input file(s) are specified, a.out is assumed\n"
7491 msgstr ""
7492
7493 #: size.c:81
7494 #, c-format
7495 msgid ""
7496 " The options are:\n"
7497 " -A|-B --format={sysv|berkeley} Select output style (default is %s)\n"
7498 " -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or "
7499 "hex\n"
7500 " -t --totals Display the total sizes (Berkeley "
7501 "only)\n"
7502 " --common Display total size for *COM* syms\n"
7503 " --target=<bfdname> Set the binary file format\n"
7504 " @<file> Read options from <file>\n"
7505 " -h --help Display this information\n"
7506 " -v --version Display the program's version\n"
7507 "\n"
7508 msgstr ""
7509
7510 #: size.c:160
7511 #, c-format
7512 msgid "invalid argument to --format: %s"
7513 msgstr ""
7514
7515 #: size.c:187
7516 #, c-format
7517 msgid "Invalid radix: %s\n"
7518 msgstr ""
7519
7520 #: srconv.c:1733
7521 #, c-format
7522 msgid "Convert a COFF object file into a SYSROFF object file\n"
7523 msgstr ""
7524
7525 #: srconv.c:1734
7526 #, c-format
7527 msgid ""
7528 " The options are:\n"
7529 " -q --quick (Obsolete - ignored)\n"
7530 " -n --noprescan Do not perform a scan to convert commons into defs\n"
7531 " -d --debug Display information about what is being done\n"
7532 " @<file> Read options from <file>\n"
7533 " -h --help Display this information\n"
7534 " -v --version Print the program's version number\n"
7535 msgstr ""
7536
7537 #: srconv.c:1880
7538 #, c-format
7539 msgid "unable to open output file %s"
7540 msgstr ""
7541
7542 #: stabs.c:328 stabs.c:1717
7543 msgid "numeric overflow"
7544 msgstr ""
7545
7546 #: stabs.c:338
7547 #, c-format
7548 msgid "Bad stab: %s\n"
7549 msgstr ""
7550
7551 #: stabs.c:346
7552 #, c-format
7553 msgid "Warning: %s: %s\n"
7554 msgstr ""
7555
7556 #: stabs.c:456
7557 #, c-format
7558 msgid "N_LBRAC not within function\n"
7559 msgstr ""
7560
7561 #: stabs.c:495
7562 #, c-format
7563 msgid "Too many N_RBRACs\n"
7564 msgstr ""
7565
7566 #: stabs.c:727
7567 msgid "unknown C++ encoded name"
7568 msgstr ""
7569
7570 #. Complain and keep going, so compilers can invent new
7571 #. cross-reference types.
7572 #: stabs.c:1262
7573 msgid "unrecognized cross reference type"
7574 msgstr ""
7575
7576 #. Does this actually ever happen? Is that why we are worrying
7577 #. about dealing with it rather than just calling error_type?
7578 #: stabs.c:1809
7579 msgid "missing index type"
7580 msgstr ""
7581
7582 #: stabs.c:2129
7583 msgid "unknown virtual character for baseclass"
7584 msgstr ""
7585
7586 #: stabs.c:2147
7587 msgid "unknown visibility character for baseclass"
7588 msgstr ""
7589
7590 #: stabs.c:2337
7591 msgid "unnamed $vb type"
7592 msgstr ""
7593
7594 #: stabs.c:2343
7595 msgid "unrecognized C++ abbreviation"
7596 msgstr ""
7597
7598 #: stabs.c:2419
7599 msgid "unknown visibility character for field"
7600 msgstr ""
7601
7602 #: stabs.c:2679
7603 msgid "const/volatile indicator missing"
7604 msgstr ""
7605
7606 #: stabs.c:2924
7607 #, c-format
7608 msgid "No mangling for \"%s\"\n"
7609 msgstr ""
7610
7611 #: stabs.c:3224
7612 msgid "Undefined N_EXCL"
7613 msgstr ""
7614
7615 #: stabs.c:3304
7616 #, c-format
7617 msgid "Type file number %d out of range\n"
7618 msgstr ""
7619
7620 #: stabs.c:3309
7621 #, c-format
7622 msgid "Type index number %d out of range\n"
7623 msgstr ""
7624
7625 #: stabs.c:3388
7626 #, c-format
7627 msgid "Unrecognized XCOFF type %d\n"
7628 msgstr ""
7629
7630 #: stabs.c:3680
7631 #, c-format
7632 msgid "bad mangled name `%s'\n"
7633 msgstr ""
7634
7635 #: stabs.c:3775
7636 #, c-format
7637 msgid "no argument types in mangled string\n"
7638 msgstr ""
7639
7640 #: stabs.c:5125
7641 #, c-format
7642 msgid "Demangled name is not a function\n"
7643 msgstr ""
7644
7645 #: stabs.c:5167
7646 #, c-format
7647 msgid "Unexpected type in v3 arglist demangling\n"
7648 msgstr ""
7649
7650 #: stabs.c:5234
7651 #, c-format
7652 msgid "Unrecognized demangle component %d\n"
7653 msgstr ""
7654
7655 #: stabs.c:5286
7656 #, c-format
7657 msgid "Failed to print demangled template\n"
7658 msgstr ""
7659
7660 #: stabs.c:5366
7661 #, c-format
7662 msgid "Couldn't get demangled builtin type\n"
7663 msgstr ""
7664
7665 #: stabs.c:5415
7666 #, c-format
7667 msgid "Unexpected demangled varargs\n"
7668 msgstr ""
7669
7670 #: stabs.c:5422
7671 #, c-format
7672 msgid "Unrecognized demangled builtin type\n"
7673 msgstr ""
7674
7675 #: strings.c:186 strings.c:245
7676 #, c-format
7677 msgid "invalid integer argument %s"
7678 msgstr ""
7679
7680 #: strings.c:248
7681 #, c-format
7682 msgid "invalid minimum string length %d"
7683 msgstr ""
7684
7685 #: strings.c:651
7686 #, c-format
7687 msgid " Display printable strings in [file(s)] (stdin by default)\n"
7688 msgstr ""
7689
7690 #: strings.c:652
7691 #, c-format
7692 msgid ""
7693 " The options are:\n"
7694 " -a - --all Scan the entire file, not just the data section\n"
7695 " -f --print-file-name Print the name of the file before each string\n"
7696 " -n --bytes=[number] Locate & print any NUL-terminated sequence of "
7697 "at\n"
7698 " -<number> least [number] characters (default 4).\n"
7699 " -t --radix={o,d,x} Print the location of the string in base 8, 10 "
7700 "or 16\n"
7701 " -o An alias for --radix=o\n"
7702 " -T --target=<BFDNAME> Specify the binary file format\n"
7703 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
7704 " s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-"
7705 "bit\n"
7706 " @<file> Read options from <file>\n"
7707 " -h --help Display this information\n"
7708 " -v -V --version Print the program's version number\n"
7709 msgstr ""
7710
7711 #: sysdump.c:66
7712 msgid "*undefined*"
7713 msgstr ""
7714
7715 #: sysdump.c:137
7716 #, c-format
7717 msgid "SUM IS %x\n"
7718 msgstr ""
7719
7720 #: sysdump.c:503
7721 #, c-format
7722 msgid "GOT A %x\n"
7723 msgstr ""
7724
7725 #: sysdump.c:521
7726 #, c-format
7727 msgid "WANTED %x!!\n"
7728 msgstr ""
7729
7730 #: sysdump.c:539
7731 msgid "SYMBOL INFO"
7732 msgstr ""
7733
7734 #: sysdump.c:557
7735 msgid "DERIVED TYPE"
7736 msgstr ""
7737
7738 #: sysdump.c:614
7739 msgid "MODULE***\n"
7740 msgstr ""
7741
7742 #: sysdump.c:647
7743 #, c-format
7744 msgid "Print a human readable interpretation of a SYSROFF object file\n"
7745 msgstr ""
7746
7747 #: sysdump.c:648
7748 #, c-format
7749 msgid ""
7750 " The options are:\n"
7751 " -h --help Display this information\n"
7752 " -v --version Print the program's version number\n"
7753 msgstr ""
7754
7755 #: sysdump.c:715
7756 #, c-format
7757 msgid "cannot open input file %s"
7758 msgstr ""
7759
7760 #: version.c:36
7761 #, c-format
7762 msgid "Copyright 2011 Free Software Foundation, Inc.\n"
7763 msgstr ""
7764
7765 #: version.c:37
7766 #, c-format
7767 msgid ""
7768 "This program is free software; you may redistribute it under the terms of\n"
7769 "the GNU General Public License version 3 or (at your option) any later "
7770 "version.\n"
7771 "This program has absolutely no warranty.\n"
7772 msgstr ""
7773
7774 #: windmc.c:190
7775 #, c-format
7776 msgid "can't create %s file `%s' for output.\n"
7777 msgstr ""
7778
7779 #: windmc.c:198
7780 #, c-format
7781 msgid "Usage: %s [option(s)] [input-file]\n"
7782 msgstr ""
7783
7784 #: windmc.c:200
7785 #, c-format
7786 msgid ""
7787 " The options are:\n"
7788 " -a --ascii_in Read input file as ASCII file\n"
7789 " -A --ascii_out Write binary messages as ASCII\n"
7790 " -b --binprefix .bin filename is prefixed by .mc filename_ "
7791 "for uniqueness.\n"
7792 " -c --customflag Set custom flags for messages\n"
7793 " -C --codepage_in=<val> Set codepage when reading mc text file\n"
7794 " -d --decimal_values Print values to text files decimal\n"
7795 " -e --extension=<extension> Set header extension used on export header "
7796 "file\n"
7797 " -F --target <target> Specify output target for endianness.\n"
7798 " -h --headerdir=<directory> Set the export directory for headers\n"
7799 " -u --unicode_in Read input file as UTF16 file\n"
7800 " -U --unicode_out Write binary messages as UFT16\n"
7801 " -m --maxlength=<val> Set the maximal allowed message length\n"
7802 " -n --nullterminate Automatic add a zero termination to strings\n"
7803 " -o --hresult_use Use HRESULT definition instead of status code "
7804 "definition\n"
7805 " -O --codepage_out=<val> Set codepage used for writing text file\n"
7806 " -r --rcdir=<directory> Set the export directory for rc files\n"
7807 " -x --xdbg=<directory> Where to create the .dbg C include file\n"
7808 " that maps message ID's to their symbolic "
7809 "name.\n"
7810 msgstr ""
7811
7812 #: windmc.c:220
7813 #, c-format
7814 msgid ""
7815 " -H --help Print this help message\n"
7816 " -v --verbose Verbose - tells you what it's doing\n"
7817 " -V --version Print version information\n"
7818 msgstr ""
7819
7820 #: windmc.c:261 windres.c:411
7821 #, c-format
7822 msgid "%s: warning: "
7823 msgstr ""
7824
7825 #: windmc.c:262
7826 #, c-format
7827 msgid "A codepage was specified switch `%s' and UTF16.\n"
7828 msgstr ""
7829
7830 #: windmc.c:263
7831 #, c-format
7832 msgid "\tcodepage settings are ignored.\n"
7833 msgstr ""
7834
7835 #: windmc.c:307
7836 msgid "try to add a ill language."
7837 msgstr ""
7838
7839 #: windmc.c:1116
7840 #, c-format
7841 msgid "unable to open file `%s' for input.\n"
7842 msgstr ""
7843
7844 #: windmc.c:1124
7845 #, c-format
7846 msgid "unable to read contents of %s"
7847 msgstr ""
7848
7849 #: windmc.c:1136
7850 msgid "input file does not seems to be UFT16.\n"
7851 msgstr ""
7852
7853 #: windres.c:216
7854 #, c-format
7855 msgid "can't open %s `%s': %s"
7856 msgstr ""
7857
7858 #: windres.c:390
7859 #, c-format
7860 msgid ": expected to be a directory\n"
7861 msgstr ""
7862
7863 #: windres.c:402
7864 #, c-format
7865 msgid ": expected to be a leaf\n"
7866 msgstr ""
7867
7868 #: windres.c:413
7869 #, c-format
7870 msgid ": duplicate value\n"
7871 msgstr ""
7872
7873 #: windres.c:563
7874 #, c-format
7875 msgid "unknown format type `%s'"
7876 msgstr ""
7877
7878 #: windres.c:564
7879 #, c-format
7880 msgid "%s: supported formats:"
7881 msgstr ""
7882
7883 #. Otherwise, we give up.
7884 #: windres.c:647
7885 #, c-format
7886 msgid "can not determine type of file `%s'; use the -J option"
7887 msgstr ""
7888
7889 #: windres.c:659
7890 #, c-format
7891 msgid "Usage: %s [option(s)] [input-file] [output-file]\n"
7892 msgstr ""
7893
7894 #: windres.c:661
7895 #, c-format
7896 msgid ""
7897 " The options are:\n"
7898 " -i --input=<file> Name input file\n"
7899 " -o --output=<file> Name output file\n"
7900 " -J --input-format=<format> Specify input format\n"
7901 " -O --output-format=<format> Specify output format\n"
7902 " -F --target=<target> Specify COFF target\n"
7903 " --preprocessor=<program> Program to use to preprocess rc file\n"
7904 " --preprocessor-arg=<arg> Additional preprocessor argument\n"
7905 " -I --include-dir=<dir> Include directory when preprocessing rc file\n"
7906 " -D --define <sym>[=<val>] Define SYM when preprocessing rc file\n"
7907 " -U --undefine <sym> Undefine SYM when preprocessing rc file\n"
7908 " -v --verbose Verbose - tells you what it's doing\n"
7909 " -c --codepage=<codepage> Specify default codepage\n"
7910 " -l --language=<val> Set language when reading rc file\n"
7911 " --use-temp-file Use a temporary file instead of popen to "
7912 "read\n"
7913 " the preprocessor output\n"
7914 " --no-use-temp-file Use popen (default)\n"
7915 msgstr ""
7916
7917 #: windres.c:679
7918 #, c-format
7919 msgid " --yydebug Turn on parser debugging\n"
7920 msgstr ""
7921
7922 #: windres.c:682
7923 #, c-format
7924 msgid ""
7925 " -r Ignored for compatibility with rc\n"
7926 " @<file> Read options from <file>\n"
7927 " -h --help Print this help message\n"
7928 " -V --version Print version information\n"
7929 msgstr ""
7930
7931 #: windres.c:687
7932 #, c-format
7933 msgid ""
7934 "FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
7935 "extension if not specified. A single file name is an input file.\n"
7936 "No input-file is stdin, default rc. No output-file is stdout, default rc.\n"
7937 msgstr ""
7938
7939 #: windres.c:850
7940 msgid "invalid codepage specified.\n"
7941 msgstr ""
7942
7943 #: windres.c:865
7944 msgid "invalid option -f\n"
7945 msgstr ""
7946
7947 #: windres.c:870
7948 msgid "No filename following the -fo option.\n"
7949 msgstr ""
7950
7951 #: windres.c:959
7952 #, c-format
7953 msgid ""
7954 "Option -I is deprecated for setting the input format, please use -J "
7955 "instead.\n"
7956 msgstr ""
7957
7958 #: windres.c:1072
7959 msgid "no resources"
7960 msgstr ""
7961
7962 #: wrstabs.c:354 wrstabs.c:1915
7963 #, c-format
7964 msgid "string_hash_lookup failed: %s"
7965 msgstr ""
7966
7967 #: wrstabs.c:637
7968 #, c-format
7969 msgid "stab_int_type: bad size %u"
7970 msgstr ""
7971
7972 #: wrstabs.c:1393
7973 #, c-format
7974 msgid "%s: warning: unknown size for field `%s' in struct"
7975 msgstr ""