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