]> Git Repo - binutils.git/blame - bfd/po/bfd.pot
* gas/i860/dir-intel03-err.l: Update for junk at end line becoming
[binutils.git] / bfd / po / bfd.pot
CommitLineData
252b5132 1# SOME DESCRIPTIVE TITLE.
05864e2a
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"
05864e2a
AM
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2004-03-19 14:59+1030\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 <[email protected]>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
328577ad 17"Content-Transfer-Encoding: 8bit\n"
252b5132 18
e30ddb24 19#: aout-adobe.c:204
252b5132
RH
20#, c-format
21msgid "%s: Unknown section type in a.out.adobe file: %x\n"
22msgstr ""
23
e30ddb24 24#: aout-cris.c:207
06c15ad7
HPN
25#, c-format
26msgid "%s: Invalid relocation type exported: %d"
27msgstr ""
28
e30ddb24 29#: aout-cris.c:251
06c15ad7
HPN
30#, c-format
31msgid "%s: Invalid relocation type imported: %d"
32msgstr ""
33
e30ddb24 34#: aout-cris.c:262
06c15ad7
HPN
35#, c-format
36msgid "%s: Bad relocation record imported: %d"
37msgstr ""
38
05864e2a 39#: aoutx.h:1296 aoutx.h:1717
252b5132
RH
40#, c-format
41msgid "%s: can not represent section `%s' in a.out object file format"
42msgstr ""
43
05864e2a 44#: aoutx.h:1683
252b5132
RH
45#, c-format
46msgid ""
47"%s: can not represent section for symbol `%s' in a.out object file format"
48msgstr ""
49
05864e2a 50#: aoutx.h:1685
252b5132
RH
51msgid "*unknown*"
52msgstr ""
53
05864e2a 54#: aoutx.h:3777
252b5132 55#, c-format
fce00800 56msgid "%s: relocatable link from %s to %s not supported"
252b5132
RH
57msgstr ""
58
fce00800 59#: archive.c:1751
252b5132
RH
60msgid "Warning: writing archive was slow: rewriting timestamp\n"
61msgstr ""
62
fce00800 63#: archive.c:2014
252b5132
RH
64msgid "Reading archive file mod timestamp"
65msgstr ""
66
fce00800 67#: archive.c:2040
252b5132
RH
68msgid "Writing updated armap timestamp"
69msgstr ""
70
fce00800 71#: bfd.c:280
252b5132
RH
72msgid "No error"
73msgstr ""
74
fce00800 75#: bfd.c:281
252b5132
RH
76msgid "System call error"
77msgstr ""
78
fce00800 79#: bfd.c:282
252b5132
RH
80msgid "Invalid bfd target"
81msgstr ""
82
fce00800 83#: bfd.c:283
252b5132
RH
84msgid "File in wrong format"
85msgstr ""
86
fce00800 87#: bfd.c:284
3c3bdf30
NC
88msgid "Archive object file in wrong format"
89msgstr ""
90
fce00800 91#: bfd.c:285
252b5132
RH
92msgid "Invalid operation"
93msgstr ""
94
fce00800 95#: bfd.c:286
252b5132
RH
96msgid "Memory exhausted"
97msgstr ""
98
fce00800 99#: bfd.c:287
252b5132
RH
100msgid "No symbols"
101msgstr ""
102
fce00800 103#: bfd.c:288
252b5132
RH
104msgid "Archive has no index; run ranlib to add one"
105msgstr ""
106
fce00800 107#: bfd.c:289
252b5132
RH
108msgid "No more archived files"
109msgstr ""
110
fce00800 111#: bfd.c:290
252b5132
RH
112msgid "Malformed archive"
113msgstr ""
114
fce00800 115#: bfd.c:291
252b5132
RH
116msgid "File format not recognized"
117msgstr ""
118
fce00800 119#: bfd.c:292
252b5132
RH
120msgid "File format is ambiguous"
121msgstr ""
122
fce00800 123#: bfd.c:293
252b5132
RH
124msgid "Section has no contents"
125msgstr ""
126
fce00800 127#: bfd.c:294
252b5132
RH
128msgid "Nonrepresentable section on output"
129msgstr ""
130
fce00800 131#: bfd.c:295
252b5132
RH
132msgid "Symbol needs debug section which does not exist"
133msgstr ""
134
fce00800 135#: bfd.c:296
252b5132
RH
136msgid "Bad value"
137msgstr ""
138
fce00800 139#: bfd.c:297
252b5132
RH
140msgid "File truncated"
141msgstr ""
142
fce00800 143#: bfd.c:298
252b5132
RH
144msgid "File too big"
145msgstr ""
146
fce00800 147#: bfd.c:299
252b5132
RH
148msgid "#<Invalid error code>"
149msgstr ""
150
fce00800 151#: bfd.c:687
252b5132 152#, c-format
3c3bdf30 153msgid "BFD %s assertion fail %s:%d"
252b5132
RH
154msgstr ""
155
fce00800 156#: bfd.c:703
a74801ba 157#, c-format
3c3bdf30 158msgid "BFD %s internal error, aborting at %s line %d in %s\n"
a74801ba
ILT
159msgstr ""
160
fce00800 161#: bfd.c:707
a74801ba 162#, c-format
3b16e843 163msgid "BFD %s internal error, aborting at %s line %d\n"
a74801ba
ILT
164msgstr ""
165
fce00800 166#: bfd.c:709
a74801ba
ILT
167msgid "Please report this bug.\n"
168msgstr ""
169
fce00800 170#: bfdwin.c:202
e30ddb24
NC
171#, c-format
172msgid "not mapping: data=%lx mapped=%d\n"
173msgstr ""
174
fce00800 175#: bfdwin.c:205
05864e2a 176#, c-format
e30ddb24
NC
177msgid "not mapping: env var not set\n"
178msgstr ""
179
05864e2a 180#: binary.c:308
252b5132
RH
181#, c-format
182msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx."
183msgstr ""
184
05864e2a 185#: coff64-rs6000.c:2108 coff-rs6000.c:3615
76bff705
NC
186#, c-format
187msgid "%s: symbol `%s' has unrecognized smclas %d"
188msgstr ""
189
fce00800 190#: coff-a29k.c:120
252b5132
RH
191msgid "Missing IHCONST"
192msgstr ""
193
fce00800 194#: coff-a29k.c:181
252b5132
RH
195msgid "Missing IHIHALF"
196msgstr ""
197
fce00800 198#: coff-a29k.c:213 coff-or32.c:236
252b5132
RH
199msgid "Unrecognized reloc"
200msgstr ""
201
fce00800 202#: coff-a29k.c:409
252b5132
RH
203msgid "missing IHCONST reloc"
204msgstr ""
205
fce00800 206#: coff-a29k.c:499
252b5132
RH
207msgid "missing IHIHALF reloc"
208msgstr ""
209
e30ddb24 210#: coff-alpha.c:884 coff-alpha.c:921 coff-alpha.c:1992 coff-mips.c:1397
252b5132
RH
211msgid "GP relative relocation used when GP not defined"
212msgstr ""
213
e30ddb24 214#: coff-alpha.c:1488
252b5132
RH
215msgid "using multiple gp values"
216msgstr ""
217
05864e2a 218#: coff-arm.c:1066 elf32-arm.h:465
252b5132
RH
219#, c-format
220msgid "%s: unable to find THUMB glue '%s' for `%s'"
221msgstr ""
222
05864e2a 223#: coff-arm.c:1096 elf32-arm.h:500
252b5132
RH
224#, c-format
225msgid "%s: unable to find ARM glue '%s' for `%s'"
226msgstr ""
227
05864e2a 228#: coff-arm.c:1400 coff-arm.c:1495 elf32-arm.h:1063 elf32-arm.h:1170
252b5132
RH
229#, c-format
230msgid "%s(%s): warning: interworking not enabled."
231msgstr ""
232
05864e2a 233#: coff-arm.c:1404 elf32-arm.h:1173
252b5132
RH
234#, c-format
235msgid " first occurrence: %s: arm call to thumb"
236msgstr ""
237
05864e2a 238#: coff-arm.c:1499 elf32-arm.h:1066
252b5132
RH
239#, c-format
240msgid " first occurrence: %s: thumb call to arm"
241msgstr ""
242
05864e2a 243#: coff-arm.c:1502
252b5132
RH
244msgid " consider relinking with --support-old-code enabled"
245msgstr ""
246
05864e2a 247#: coff-arm.c:1797 cofflink.c:2987 coff-tic80.c:687
252b5132
RH
248#, c-format
249msgid "%s: bad reloc address 0x%lx in section `%s'"
250msgstr ""
251
05864e2a 252#: coff-arm.c:2141
a74801ba
ILT
253#, c-format
254msgid "%s: illegal symbol index in reloc: %d"
255msgstr ""
256
05864e2a 257#: coff-arm.c:2274
252b5132 258#, c-format
fbca6ad9 259msgid "ERROR: %s is compiled for APCS-%d, whereas %s is compiled for APCS-%d"
252b5132
RH
260msgstr ""
261
05864e2a 262#: coff-arm.c:2289 elf32-arm.h:2494
252b5132
RH
263#, c-format
264msgid ""
fbca6ad9
AO
265"ERROR: %s passes floats in float registers, whereas %s passes them in "
266"integer registers"
252b5132
RH
267msgstr ""
268
05864e2a 269#: coff-arm.c:2292 elf32-arm.h:2499
252b5132
RH
270#, c-format
271msgid ""
fbca6ad9
AO
272"ERROR: %s passes floats in integer registers, whereas %s passes them in "
273"float registers"
252b5132
RH
274msgstr ""
275
05864e2a 276#: coff-arm.c:2307
252b5132
RH
277#, c-format
278msgid ""
fbca6ad9 279"ERROR: %s is compiled as position independent code, whereas target %s is "
252b5132
RH
280"absolute position"
281msgstr ""
282
05864e2a 283#: coff-arm.c:2310
252b5132
RH
284#, c-format
285msgid ""
fbca6ad9
AO
286"ERROR: %s is compiled as absolute position code, whereas target %s is "
287"position independent"
252b5132
RH
288msgstr ""
289
05864e2a 290#: coff-arm.c:2339 elf32-arm.h:2571
252b5132 291#, c-format
fbca6ad9 292msgid "Warning: %s supports interworking, whereas %s does not"
252b5132
RH
293msgstr ""
294
05864e2a 295#: coff-arm.c:2342 elf32-arm.h:2578
252b5132 296#, c-format
fbca6ad9 297msgid "Warning: %s does not support interworking, whereas %s does"
252b5132
RH
298msgstr ""
299
05864e2a 300#: coff-arm.c:2369
252b5132
RH
301#, c-format
302msgid "private flags = %x:"
303msgstr ""
304
05864e2a
AM
305#: coff-arm.c:2377 elf32-arm.h:2633
306#, c-format
252b5132
RH
307msgid " [floats passed in float registers]"
308msgstr ""
309
05864e2a
AM
310#: coff-arm.c:2379
311#, c-format
252b5132
RH
312msgid " [floats passed in integer registers]"
313msgstr ""
314
05864e2a
AM
315#: coff-arm.c:2382 elf32-arm.h:2636
316#, c-format
252b5132
RH
317msgid " [position independent]"
318msgstr ""
319
05864e2a
AM
320#: coff-arm.c:2384
321#, c-format
252b5132
RH
322msgid " [absolute position]"
323msgstr ""
324
05864e2a
AM
325#: coff-arm.c:2388
326#, c-format
252b5132
RH
327msgid " [interworking flag not initialised]"
328msgstr ""
329
05864e2a
AM
330#: coff-arm.c:2390
331#, c-format
252b5132
RH
332msgid " [interworking supported]"
333msgstr ""
334
05864e2a
AM
335#: coff-arm.c:2392
336#, c-format
252b5132
RH
337msgid " [interworking not supported]"
338msgstr ""
339
05864e2a 340#: coff-arm.c:2440 elf32-arm.h:2298
252b5132
RH
341#, c-format
342msgid ""
3b16e843 343"Warning: Not setting interworking flag of %s since it has already been "
252b5132
RH
344"specified as non-interworking"
345msgstr ""
346
05864e2a 347#: coff-arm.c:2444 elf32-arm.h:2302
252b5132
RH
348#, c-format
349msgid "Warning: Clearing the interworking flag of %s due to outside request"
350msgstr ""
351
05864e2a 352#: coffcode.h:1112
e30ddb24 353#, c-format
76bff705 354msgid "%s (%s): Section flag %s (0x%x) ignored"
328577ad
NC
355msgstr ""
356
05864e2a 357#: coffcode.h:2224
76bff705
NC
358#, c-format
359msgid "Unrecognized TI COFF target id '0x%x'"
328577ad
NC
360msgstr ""
361
05864e2a
AM
362#: coffcode.h:4428
363#, c-format
364msgid "%s: warning: line number table read failed"
365msgstr ""
366
367#: coffcode.h:4461
76bff705
NC
368#, c-format
369msgid "%s: warning: illegal symbol index %ld in line numbers"
328577ad
NC
370msgstr ""
371
05864e2a 372#: coffcode.h:4475
76bff705
NC
373#, c-format
374msgid "%s: warning: duplicate line number information for `%s'"
328577ad
NC
375msgstr ""
376
05864e2a 377#: coffcode.h:4831
76bff705
NC
378#, c-format
379msgid "%s: Unrecognized storage class %d for %s symbol `%s'"
fce00800
AM
380msgstr ""
381
05864e2a 382#: coffcode.h:4964
328577ad 383#, c-format
76bff705 384msgid "warning: %s: local symbol `%s' has no section"
328577ad
NC
385msgstr ""
386
05864e2a 387#: coffcode.h:5071 coff-i860.c:610 coff-tic4x.c:218 coff-tic54x.c:366
328577ad 388#, c-format
76bff705 389msgid "%s: warning: illegal symbol index %ld in relocs"
328577ad
NC
390msgstr ""
391
05864e2a 392#: coffcode.h:5109
328577ad 393#, c-format
76bff705 394msgid "%s: illegal relocation type %d at address 0x%lx"
328577ad
NC
395msgstr ""
396
76bff705 397#: coffgen.c:1666
328577ad 398#, c-format
76bff705 399msgid "%s: bad string table size %lu"
328577ad
NC
400msgstr ""
401
05864e2a 402#: coff-h8300.c:1124
328577ad 403#, c-format
76bff705 404msgid "cannot handle R_MEM_INDIRECT reloc when using %s output"
328577ad
NC
405msgstr ""
406
05864e2a
AM
407#: coff-i860.c:142
408#, c-format
409msgid "Relocation `%s' not yet implemented\n"
410msgstr ""
411
76bff705
NC
412#: coff-i960.c:137 coff-i960.c:486
413msgid "uncertain calling convention for non-COFF symbol"
328577ad
NC
414msgstr ""
415
05864e2a 416#: cofflink.c:506 elflink.h:945
1276aefa 417#, c-format
76bff705 418msgid "Warning: type of symbol `%s' changed from %d to %d in %s"
1276aefa
NC
419msgstr ""
420
05864e2a 421#: cofflink.c:2293
252b5132 422#, c-format
76bff705 423msgid "%s: relocs in section `%s', but it has no contents"
252b5132
RH
424msgstr ""
425
05864e2a 426#: cofflink.c:2629 coffswap.h:890
252b5132 427#, c-format
76bff705 428msgid "%s: %s: reloc overflow: 0x%lx > 0xffff"
252b5132
RH
429msgstr ""
430
05864e2a 431#: cofflink.c:2638 coffswap.h:876
252b5132 432#, c-format
76bff705 433msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff"
252b5132
RH
434msgstr ""
435
05864e2a 436#: coff-m68k.c:482 coff-mips.c:2394 elf32-m68k.c:2153 elf32-mips.c:1405
76bff705 437msgid "unsupported reloc type"
252b5132
RH
438msgstr ""
439
05864e2a 440#: coff-mips.c:839 elf32-mips.c:795 elf64-mips.c:1490 elfn32-mips.c:1301
76bff705 441msgid "GP relative relocation when _gp not defined"
e30ddb24
NC
442msgstr ""
443
76bff705
NC
444#. No other sections should appear in -membedded-pic
445#. code.
446#: coff-mips.c:2431
447msgid "reloc against unsupported section"
e30ddb24
NC
448msgstr ""
449
76bff705
NC
450#: coff-mips.c:2439
451msgid "reloc not properly aligned"
a74801ba
ILT
452msgstr ""
453
05864e2a 454#: coff-rs6000.c:2789
252b5132 455#, c-format
76bff705 456msgid "%s: unsupported relocation type 0x%02x"
252b5132
RH
457msgstr ""
458
05864e2a 459#: coff-rs6000.c:2882
252b5132 460#, c-format
76bff705 461msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"
252b5132
RH
462msgstr ""
463
05864e2a 464#: coff-tic4x.c:170 coff-tic54x.c:281 coff-tic80.c:450
252b5132 465#, c-format
76bff705 466msgid "Unrecognized reloc type 0x%x"
252b5132
RH
467msgstr ""
468
76bff705 469#: coff-w65.c:364
252b5132 470#, c-format
76bff705 471msgid "ignoring reloc %s\n"
252b5132
RH
472msgstr ""
473
e30ddb24 474#: cpu-arm.c:196 cpu-arm.c:206
252b5132 475#, c-format
e30ddb24 476msgid "ERROR: %s is compiled for the EP9312, whereas %s is compiled for XScale"
252b5132
RH
477msgstr ""
478
e30ddb24 479#: cpu-arm.c:344
252b5132 480#, c-format
e30ddb24 481msgid "warning: unable to update contents of %s section in %s"
252b5132
RH
482msgstr ""
483
05864e2a 484#: dwarf2.c:289
328577ad 485msgid "Dwarf Error: Can't find .debug_str section."
59ff2774
NC
486msgstr ""
487
05864e2a 488#: dwarf2.c:306
59ff2774 489#, c-format
328577ad 490msgid ""
e30ddb24
NC
491"Dwarf Error: DW_FORM_strp offset (%lu) greater than or equal to .debug_str "
492"size (%lu)."
59ff2774
NC
493msgstr ""
494
05864e2a 495#: dwarf2.c:441
252b5132
RH
496msgid "Dwarf Error: Can't find .debug_abbrev section."
497msgstr ""
498
05864e2a 499#: dwarf2.c:456
252b5132 500#, c-format
d1cf510e 501msgid ""
e30ddb24
NC
502"Dwarf Error: Abbrev offset (%lu) greater than or equal to .debug_abbrev size "
503"(%lu)."
252b5132
RH
504msgstr ""
505
05864e2a 506#: dwarf2.c:654
252b5132 507#, c-format
e30ddb24 508msgid "Dwarf Error: Invalid or unhandled FORM value: %u."
252b5132
RH
509msgstr ""
510
05864e2a 511#: dwarf2.c:827
e0a2c38a
RH
512msgid "Dwarf Error: mangled line number section (bad file number)."
513msgstr ""
514
05864e2a 515#: dwarf2.c:920
252b5132
RH
516msgid "Dwarf Error: Can't find .debug_line section."
517msgstr ""
518
05864e2a 519#: dwarf2.c:937
60bcf0fa 520#, c-format
3b16e843 521msgid ""
e30ddb24
NC
522"Dwarf Error: Line offset (%lu) greater than or equal to .debug_line size (%"
523"lu)."
60bcf0fa
NC
524msgstr ""
525
05864e2a 526#: dwarf2.c:1142
252b5132
RH
527msgid "Dwarf Error: mangled line number section."
528msgstr ""
529
05864e2a 530#: dwarf2.c:1352 dwarf2.c:1501
252b5132 531#, c-format
e30ddb24 532msgid "Dwarf Error: Could not find abbrev number %u."
252b5132
RH
533msgstr ""
534
05864e2a 535#: dwarf2.c:1462
252b5132
RH
536#, c-format
537msgid ""
e30ddb24 538"Dwarf Error: found dwarf version '%u', this reader only handles version 2 "
252b5132
RH
539"information."
540msgstr ""
541
05864e2a 542#: dwarf2.c:1469
252b5132
RH
543#, c-format
544msgid ""
545"Dwarf Error: found address size '%u', this reader can not handle sizes "
546"greater than '%u'."
547msgstr ""
548
05864e2a 549#: dwarf2.c:1492
252b5132 550#, c-format
e30ddb24 551msgid "Dwarf Error: Bad abbrev number: %u."
252b5132
RH
552msgstr ""
553
fce00800 554#: ecoff.c:1339
252b5132
RH
555#, c-format
556msgid "Unknown basic type %d"
557msgstr ""
558
fce00800 559#: ecoff.c:1599
252b5132
RH
560#, c-format
561msgid ""
562"\n"
563" End+1 symbol: %ld"
564msgstr ""
565
fce00800 566#: ecoff.c:1606 ecoff.c:1609
252b5132
RH
567#, c-format
568msgid ""
569"\n"
570" First symbol: %ld"
571msgstr ""
572
fce00800 573#: ecoff.c:1621
252b5132
RH
574#, c-format
575msgid ""
576"\n"
577" End+1 symbol: %-7ld Type: %s"
578msgstr ""
579
fce00800 580#: ecoff.c:1628
252b5132
RH
581#, c-format
582msgid ""
583"\n"
584" Local symbol: %ld"
585msgstr ""
586
fce00800 587#: ecoff.c:1636
252b5132
RH
588#, c-format
589msgid ""
590"\n"
591" struct; End+1 symbol: %ld"
592msgstr ""
593
fce00800 594#: ecoff.c:1641
252b5132
RH
595#, c-format
596msgid ""
597"\n"
598" union; End+1 symbol: %ld"
599msgstr ""
600
fce00800 601#: ecoff.c:1646
252b5132
RH
602#, c-format
603msgid ""
604"\n"
605" enum; End+1 symbol: %ld"
606msgstr ""
607
fce00800 608#: ecoff.c:1652
252b5132
RH
609#, c-format
610msgid ""
611"\n"
612" Type: %s"
613msgstr ""
614
05864e2a 615#: elf32-arm.h:1428
76bff705
NC
616#, c-format
617msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'."
618msgstr ""
619
05864e2a 620#: elf32-arm.h:1624
76bff705
NC
621#, c-format
622msgid "%s: Warning: Thumb BLX instruction targets thumb function '%s'."
623msgstr ""
624
05864e2a 625#: elf32-arm.h:2092 elf32-sh.c:4819 elf64-sh64.c:1596
76bff705
NC
626#, c-format
627msgid "%s(%s+0x%lx): %s relocation against SEC_MERGE section"
628msgstr ""
629
05864e2a 630#: elf32-arm.h:2184
a74801ba
ILT
631#, c-format
632msgid ""
76bff705 633"%s: warning: unresolvable relocation %d against symbol `%s' from %s section"
328577ad
NC
634msgstr ""
635
05864e2a
AM
636#: elf32-arm.h:2236 elf32-avr.c:812 elf32-cris.c:1352 elf32-d10v.c:579
637#: elf32-fr30.c:634 elf32-frv.c:2499 elf32-h8300.c:509 elf32-i860.c:1218
638#: elf32-ip2k.c:1565 elf32-iq2000.c:665 elf32-m32r.c:3202 elf32-m68hc1x.c:1214
639#: elf32-msp430.c:510 elf32-openrisc.c:436 elf32-v850.c:1777
640#: elf32-xstormy16.c:976 elf64-mmix.c:1545 elf-m10200.c:442 elf-m10300.c:1677
e30ddb24 641msgid "internal error: out of range error"
328577ad
NC
642msgstr ""
643
05864e2a
AM
644#: elf32-arm.h:2240 elf32-avr.c:816 elf32-cris.c:1356 elf32-d10v.c:583
645#: elf32-fr30.c:638 elf32-frv.c:2503 elf32-h8300.c:513 elf32-i860.c:1222
646#: elf32-iq2000.c:669 elf32-m32r.c:3206 elf32-m68hc1x.c:1218
647#: elf32-msp430.c:514 elf32-openrisc.c:440 elf32-v850.c:1781
648#: elf32-xstormy16.c:980 elf64-mmix.c:1549 elf-m10200.c:446 elf-m10300.c:1681
649#: elfxx-mips.c:6470
e30ddb24 650msgid "internal error: unsupported relocation error"
328577ad
NC
651msgstr ""
652
05864e2a
AM
653#: elf32-arm.h:2244 elf32-d10v.c:587 elf32-h8300.c:517 elf32-m32r.c:3210
654#: elf32-m68hc1x.c:1222 elf-m10200.c:450 elf-m10300.c:1685
e30ddb24 655msgid "internal error: dangerous error"
328577ad
NC
656msgstr ""
657
05864e2a
AM
658#: elf32-arm.h:2248 elf32-avr.c:824 elf32-cris.c:1364 elf32-d10v.c:591
659#: elf32-fr30.c:646 elf32-frv.c:2511 elf32-h8300.c:521 elf32-i860.c:1230
660#: elf32-ip2k.c:1580 elf32-iq2000.c:677 elf32-m32r.c:3214 elf32-m68hc1x.c:1226
661#: elf32-msp430.c:522 elf32-openrisc.c:448 elf32-v850.c:1801
662#: elf32-xstormy16.c:988 elf64-mmix.c:1557 elf-m10200.c:454 elf-m10300.c:1689
e30ddb24 663msgid "internal error: unknown error"
a74801ba
ILT
664msgstr ""
665
05864e2a 666#: elf32-arm.h:2350
328577ad
NC
667#, c-format
668msgid ""
3b16e843
NC
669"Warning: Clearing the interworking flag of %s because non-interworking code "
670"in %s has been linked with it"
a74801ba
ILT
671msgstr ""
672
05864e2a 673#: elf32-arm.h:2468
a74801ba 674#, c-format
3c3bdf30 675msgid ""
fbca6ad9
AO
676"ERROR: %s is compiled for EABI version %d, whereas %s is compiled for "
677"version %d"
a74801ba
ILT
678msgstr ""
679
05864e2a 680#: elf32-arm.h:2482
328577ad 681#, c-format
fbca6ad9 682msgid "ERROR: %s is compiled for APCS-%d, whereas target %s uses APCS-%d"
a74801ba
ILT
683msgstr ""
684
05864e2a 685#: elf32-arm.h:2510
e30ddb24
NC
686#, c-format
687msgid "ERROR: %s uses VFP instructions, whereas %s does not"
688msgstr ""
689
05864e2a 690#: elf32-arm.h:2515
a74801ba 691#, c-format
e30ddb24 692msgid "ERROR: %s uses FPA instructions, whereas %s does not"
a74801ba
ILT
693msgstr ""
694
05864e2a 695#: elf32-arm.h:2526
328577ad 696#, c-format
e30ddb24 697msgid "ERROR: %s uses Maverick instructions, whereas %s does not"
a74801ba
ILT
698msgstr ""
699
05864e2a
AM
700#: elf32-arm.h:2531
701#, c-format
702msgid "ERROR: %s does not use Maverick instructions, whereas %s does"
703msgstr ""
704
705#: elf32-arm.h:2551
328577ad 706#, c-format
fbca6ad9 707msgid "ERROR: %s uses software FP, whereas %s uses hardware FP"
a74801ba
ILT
708msgstr ""
709
05864e2a 710#: elf32-arm.h:2556
328577ad 711#, c-format
fbca6ad9 712msgid "ERROR: %s uses hardware FP, whereas %s uses software FP"
3c3bdf30
NC
713msgstr ""
714
7a6cc5fb
NC
715#. Ignore init flag - it may not be set, despite the flags field
716#. containing valid data.
05864e2a
AM
717#. Ignore init flag - it may not be set, despite the flags field containing valid data.
718#: elf32-arm.h:2609 elf32-cris.c:2938 elf32-m68hc1x.c:1362 elf32-m68k.c:397
719#: elf32-vax.c:546 elfxx-mips.c:9179
a74801ba
ILT
720#, c-format
721msgid "private flags = %lx:"
722msgstr ""
723
05864e2a
AM
724#: elf32-arm.h:2618
725#, c-format
a74801ba
ILT
726msgid " [interworking enabled]"
727msgstr ""
728
05864e2a
AM
729#: elf32-arm.h:2626
730#, c-format
328577ad
NC
731msgid " [VFP float format]"
732msgstr ""
733
05864e2a
AM
734#: elf32-arm.h:2628
735#, c-format
e30ddb24
NC
736msgid " [Maverick float format]"
737msgstr ""
738
05864e2a
AM
739#: elf32-arm.h:2630
740#, c-format
328577ad
NC
741msgid " [FPA float format]"
742msgstr ""
743
05864e2a
AM
744#: elf32-arm.h:2639
745#, c-format
60bcf0fa
NC
746msgid " [new ABI]"
747msgstr ""
748
05864e2a
AM
749#: elf32-arm.h:2642
750#, c-format
60bcf0fa
NC
751msgid " [old ABI]"
752msgstr ""
753
05864e2a
AM
754#: elf32-arm.h:2645
755#, c-format
60bcf0fa
NC
756msgid " [software FP]"
757msgstr ""
758
05864e2a
AM
759#: elf32-arm.h:2654
760#, c-format
60bcf0fa
NC
761msgid " [Version1 EABI]"
762msgstr ""
763
05864e2a
AM
764#: elf32-arm.h:2657 elf32-arm.h:2668
765#, c-format
60bcf0fa
NC
766msgid " [sorted symbol table]"
767msgstr ""
768
05864e2a
AM
769#: elf32-arm.h:2659 elf32-arm.h:2670
770#, c-format
60bcf0fa
NC
771msgid " [unsorted symbol table]"
772msgstr ""
773
05864e2a
AM
774#: elf32-arm.h:2665
775#, c-format
3cac17ae
NC
776msgid " [Version2 EABI]"
777msgstr ""
778
05864e2a
AM
779#: elf32-arm.h:2673
780#, c-format
3cac17ae
NC
781msgid " [dynamic symbols use segment index]"
782msgstr ""
783
05864e2a
AM
784#: elf32-arm.h:2676
785#, c-format
3cac17ae
NC
786msgid " [mapping symbols precede others]"
787msgstr ""
788
05864e2a
AM
789#: elf32-arm.h:2683
790#, c-format
60bcf0fa
NC
791msgid " <EABI version unrecognised>"
792msgstr ""
793
05864e2a
AM
794#: elf32-arm.h:2690
795#, c-format
60bcf0fa
NC
796msgid " [relocatable executable]"
797msgstr ""
798
05864e2a
AM
799#: elf32-arm.h:2693
800#, c-format
60bcf0fa
NC
801msgid " [has entry point]"
802msgstr ""
803
05864e2a
AM
804#: elf32-arm.h:2698
805#, c-format
60bcf0fa
NC
806msgid "<Unrecognised flag bits set>"
807msgstr ""
808
05864e2a
AM
809#: elf32-avr.c:820 elf32-cris.c:1360 elf32-fr30.c:642 elf32-frv.c:2507
810#: elf32-i860.c:1226 elf32-ip2k.c:1576 elf32-iq2000.c:673 elf32-msp430.c:518
fce00800 811#: elf32-openrisc.c:444 elf32-v850.c:1785 elf32-xstormy16.c:984
05864e2a 812#: elf64-mmix.c:1553
a74801ba
ILT
813msgid "internal error: dangerous relocation"
814msgstr ""
815
05864e2a 816#: elf32-cris.c:918
55c80943
NC
817#, c-format
818msgid "%s: unresolvable relocation %s against symbol `%s' from %s section"
819msgstr ""
820
05864e2a 821#: elf32-cris.c:964
55c80943
NC
822#, c-format
823msgid ""
824"%s: No PLT nor GOT for relocation %s against symbol `%s' from %s section"
825msgstr ""
826
05864e2a 827#: elf32-cris.c:967 elf32-cris.c:1093
55c80943
NC
828msgid "[whose name is lost]"
829msgstr ""
830
05864e2a 831#: elf32-cris.c:1082
55c80943
NC
832#, c-format
833msgid ""
834"%s: relocation %s with non-zero addend %d against local symbol from %s "
835"section"
836msgstr ""
837
05864e2a 838#: elf32-cris.c:1089
55c80943
NC
839#, c-format
840msgid ""
841"%s: relocation %s with non-zero addend %d against symbol `%s' from %s section"
842msgstr ""
843
05864e2a 844#: elf32-cris.c:1114
55c80943
NC
845#, c-format
846msgid ""
847"%s: relocation %s is not allowed for global symbol: `%s' from %s section"
848msgstr ""
849
05864e2a 850#: elf32-cris.c:1129
3b16e843
NC
851#, c-format
852msgid "%s: relocation %s in section %s with no GOT created"
853msgstr ""
854
05864e2a 855#: elf32-cris.c:1248
55c80943
NC
856#, c-format
857msgid "%s: Internal inconsistency; no relocation section %s"
858msgstr ""
859
05864e2a 860#: elf32-cris.c:2463
55c80943
NC
861#, c-format
862msgid ""
863"%s, section %s:\n"
864" relocation %s should not be used in a shared object; recompile with -fPIC"
865msgstr ""
866
05864e2a
AM
867#: elf32-cris.c:2941
868#, c-format
4da81684
HPN
869msgid " [symbols have a _ prefix]"
870msgstr ""
871
05864e2a 872#: elf32-cris.c:2980
59ff2774
NC
873#, c-format
874msgid "%s: uses _-prefixed symbols, but writing file with non-prefixed symbols"
875msgstr ""
876
05864e2a 877#: elf32-cris.c:2981
59ff2774
NC
878#, c-format
879msgid "%s: uses non-prefixed symbols, but writing file with _-prefixed symbols"
880msgstr ""
881
05864e2a
AM
882#: elf32-frv.c:2013
883msgid "Dynamic relocation references symbol with nonzero addend"
884msgstr ""
885
886#: elf32-frv.c:2026
887msgid "relocation references symbol not defined in the module"
888msgstr ""
889
890#: elf32-frv.c:2120
891msgid "R_FRV_FUNCDESC references dynamic symbol with nonzero addend"
892msgstr ""
893
894#: elf32-frv.c:2158 elf32-frv.c:2257
895msgid "cannot emit fixups in read-only section"
896msgstr ""
897
898#: elf32-frv.c:2181 elf32-frv.c:2294
899msgid "cannot emit dynamic relocations in read-only section"
900msgstr ""
901
902#: elf32-frv.c:2216
903msgid "R_FRV_FUNCDESC_VALUE references dynamic symbol with nonzero addend"
904msgstr ""
905
906#: elf32-frv.c:2386
907msgid "relocations between different segments are not supported"
908msgstr ""
909
910#: elf32-frv.c:2387
911msgid "warning: relocation references a different segment"
912msgstr ""
913
914#: elf32-frv.c:4390
e30ddb24
NC
915#, c-format
916msgid ""
917"%s: compiled with %s and linked with modules that use non-pic relocations"
918msgstr ""
919
05864e2a 920#: elf32-frv.c:4443 elf32-iq2000.c:861
e30ddb24
NC
921#, c-format
922msgid "%s: compiled with %s and linked with modules compiled with %s"
923msgstr ""
924
05864e2a 925#: elf32-frv.c:4455
e30ddb24
NC
926#, c-format
927msgid ""
928"%s: uses different unknown e_flags (0x%lx) fields than previous modules (0x%"
929"lx)"
930msgstr ""
931
05864e2a 932#: elf32-frv.c:4491 elf32-iq2000.c:899
e30ddb24
NC
933#, c-format
934msgid "private flags = 0x%lx:"
935msgstr ""
936
937#: elf32-gen.c:83 elf64-gen.c:82
b3baf5d0
NC
938#, c-format
939msgid "%s: Relocations in generic ELF (EM: %d)"
940msgstr ""
941
05864e2a 942#: elf32-hppa.c:542 elf32-m68hc1x.c:170 elf64-ppc.c:3186
5b343f5a
NC
943#, c-format
944msgid "%s: cannot create stub entry %s"
945msgstr ""
946
05864e2a 947#: elf32-hppa.c:795 elf32-hppa.c:3326
5b343f5a
NC
948#, c-format
949msgid "%s(%s+0x%lx): cannot reach %s, recompile with -ffunction-sections"
950msgstr ""
951
05864e2a 952#: elf32-hppa.c:1166 elf64-x86-64.c:665 elf64-x86-64.c:790
5b343f5a
NC
953#, c-format
954msgid ""
955"%s: relocation %s can not be used when making a shared object; recompile "
956"with -fPIC"
957msgstr ""
958
05864e2a 959#: elf32-hppa.c:1186
5b343f5a
NC
960#, c-format
961msgid ""
962"%s: relocation %s should not be used when making a shared object; recompile "
963"with -fPIC"
964msgstr ""
965
05864e2a 966#: elf32-hppa.c:1378
3c3bdf30
NC
967#, c-format
968msgid "Could not find relocation section for %s"
969msgstr ""
970
05864e2a 971#: elf32-hppa.c:2584
83ea41ad 972#, c-format
5b343f5a 973msgid "%s: duplicate export stub %s"
83ea41ad
NC
974msgstr ""
975
05864e2a
AM
976#: elf32-hppa.c:3174
977#, c-format
978msgid ""
979"%s(%s+0x%lx): %s fixup for insn 0x%x is not supported in a non-shared link"
980msgstr ""
981
982#: elf32-hppa.c:3204
83ea41ad 983#, c-format
5b343f5a 984msgid "%s(%s+0x%lx): fixing %s"
83ea41ad
NC
985msgstr ""
986
05864e2a 987#: elf32-hppa.c:3820
83ea41ad 988#, c-format
5b343f5a 989msgid "%s(%s+0x%lx): cannot handle %s for %s"
83ea41ad
NC
990msgstr ""
991
05864e2a 992#: elf32-hppa.c:4113
59ff2774
NC
993msgid ".got section not immediately after .plt section"
994msgstr ""
995
fce00800 996#: elf32-i386.c:326
a74801ba
ILT
997#, c-format
998msgid "%s: invalid relocation type %d"
252b5132
RH
999msgstr ""
1000
05864e2a
AM
1001#: elf32-i386.c:864 elf32-s390.c:983 elf32-sparc.c:916 elf32-xtensa.c:648
1002#: elf64-s390.c:936 elf64-x86-64.c:643
87748b32
NC
1003#, c-format
1004msgid "%s: bad symbol index: %d"
1005msgstr ""
1006
05864e2a
AM
1007#: elf32-i386.c:972 elf32-s390.c:1161 elf32-sh.c:6603 elf32-sparc.c:1040
1008#: elf64-s390.c:1122
e30ddb24
NC
1009#, c-format
1010msgid "%s: `%s' accessed both as normal and thread local symbol"
1011msgstr ""
1012
05864e2a
AM
1013#: elf32-i386.c:1089 elf32-s390.c:1272 elf64-ppc.c:4018 elf64-s390.c:1236
1014#: elf64-x86-64.c:879
175aa013
NC
1015#, c-format
1016msgid "%s: bad relocation section name `%s'"
1017msgstr ""
1018
05864e2a
AM
1019#: elf32-i386.c:2897 elf32-m68k.c:1717 elf32-s390.c:3007 elf32-sparc.c:2868
1020#: elf32-xtensa.c:2119 elf64-s390.c:3003 elf64-sparc.c:2631
1021#: elf64-x86-64.c:2400
7c8ca0e4
NC
1022#, c-format
1023msgid "%s(%s+0x%lx): unresolvable relocation against symbol `%s'"
1024msgstr ""
1025
05864e2a
AM
1026#: elf32-i386.c:2936 elf32-m68k.c:1756 elf32-s390.c:3057 elf64-s390.c:3053
1027#: elf64-x86-64.c:2438
328577ad
NC
1028#, c-format
1029msgid "%s(%s+0x%lx): reloc against `%s': error %d"
1030msgstr ""
1031
e30ddb24
NC
1032#: elf32-ip2k.c:565 elf32-ip2k.c:571 elf32-ip2k.c:734 elf32-ip2k.c:740
1033msgid ""
1034"ip2k relaxer: switch table without complete matching relocation information."
252b5132
RH
1035msgstr ""
1036
e30ddb24
NC
1037#: elf32-ip2k.c:588 elf32-ip2k.c:767
1038msgid "ip2k relaxer: switch table header corrupt."
252b5132
RH
1039msgstr ""
1040
e30ddb24 1041#: elf32-ip2k.c:1395
252b5132 1042#, c-format
e30ddb24 1043msgid "ip2k linker: missing page instruction at 0x%08lx (dest = 0x%08lx)."
252b5132
RH
1044msgstr ""
1045
e30ddb24 1046#: elf32-ip2k.c:1409
252b5132 1047#, c-format
e30ddb24 1048msgid "ip2k linker: redundant page instruction at 0x%08lx (dest = 0x%08lx)."
252b5132
RH
1049msgstr ""
1050
e30ddb24 1051#. Only if it's not an unresolved symbol.
05864e2a 1052#: elf32-ip2k.c:1572
e30ddb24
NC
1053msgid "unsupported relocation between data/insn address spaces"
1054msgstr ""
1055
05864e2a
AM
1056#: elf32-iq2000.c:873 elf32-m68hc1x.c:1336 elf32-ppc.c:2293 elf64-sparc.c:3039
1057#: elfxx-mips.c:9140
252b5132 1058#, c-format
e30ddb24 1059msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)"
252b5132
RH
1060msgstr ""
1061
05864e2a 1062#: elf32-m32r.c:1487
e30ddb24 1063msgid "SDA relocation when _SDA_BASE_ not defined"
252b5132
RH
1064msgstr ""
1065
05864e2a
AM
1066#: elf32-m32r.c:2575 elf64-alpha.c:4199 elf64-alpha.c:4325 elf32-ia64.c:3920
1067#: elf64-ia64.c:3920
e30ddb24
NC
1068#, c-format
1069msgid "%s: unknown relocation type %d"
e0a2c38a
RH
1070msgstr ""
1071
05864e2a
AM
1072#: elf32-m32r.c:2763 elf64-sh64.c:1689 elf-hppa.h:1387 elf-hppa.h:1421
1073#: elf-hppa.h:1437 elf-m10300.c:1632
1074#, c-format
1075msgid ""
1076"%s: warning: unresolvable relocation against symbol `%s' from %s section"
1077msgstr ""
1078
1079#: elf32-m32r.c:3139
e30ddb24
NC
1080#, c-format
1081msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)"
e0a2c38a
RH
1082msgstr ""
1083
05864e2a 1084#: elf32-m32r.c:4222
e0a2c38a 1085#, c-format
e30ddb24 1086msgid "%s: Instruction set mismatch with previous modules"
e0a2c38a
RH
1087msgstr ""
1088
05864e2a 1089#: elf32-m32r.c:4245
e0a2c38a 1090#, c-format
e30ddb24 1091msgid "private flags = %lx"
e0a2c38a
RH
1092msgstr ""
1093
05864e2a
AM
1094#: elf32-m32r.c:4250
1095#, c-format
e30ddb24 1096msgid ": m32r instructions"
e0a2c38a
RH
1097msgstr ""
1098
05864e2a
AM
1099#: elf32-m32r.c:4251
1100#, c-format
e30ddb24 1101msgid ": m32rx instructions"
e0a2c38a
RH
1102msgstr ""
1103
05864e2a
AM
1104#: elf32-m32r.c:4252
1105#, c-format
1106msgid ": m32r2 instructions"
1107msgstr ""
1108
1109#: elf32-m68hc1x.c:1126
e0a2c38a 1110#, c-format
e30ddb24
NC
1111msgid ""
1112"Reference to the far symbol `%s' using a wrong relocation may result in "
1113"incorrect execution"
e0a2c38a
RH
1114msgstr ""
1115
05864e2a 1116#: elf32-m68hc1x.c:1149
e0a2c38a 1117#, c-format
e30ddb24
NC
1118msgid ""
1119"banked address [%lx:%04lx] (%lx) is not in the same bank as current banked "
1120"address [%lx:%04lx] (%lx)"
e0a2c38a
RH
1121msgstr ""
1122
05864e2a 1123#: elf32-m68hc1x.c:1168
e0a2c38a 1124#, c-format
e30ddb24
NC
1125msgid ""
1126"reference to a banked address [%lx:%04lx] in the normal address space at %"
1127"04lx"
e0a2c38a
RH
1128msgstr ""
1129
05864e2a 1130#: elf32-m68hc1x.c:1301
e0a2c38a 1131#, c-format
e30ddb24
NC
1132msgid ""
1133"%s: linking files compiled for 16-bit integers (-mshort) and others for 32-"
1134"bit integers"
e0a2c38a
RH
1135msgstr ""
1136
05864e2a 1137#: elf32-m68hc1x.c:1309
e0a2c38a 1138#, c-format
e30ddb24
NC
1139msgid ""
1140"%s: linking files compiled for 32-bit double (-fshort-double) and others for "
1141"64-bit double"
e0a2c38a
RH
1142msgstr ""
1143
05864e2a 1144#: elf32-m68hc1x.c:1319
e0a2c38a 1145#, c-format
e30ddb24 1146msgid "%s: linking files compiled for HCS12 with others compiled for HC12"
e0a2c38a
RH
1147msgstr ""
1148
05864e2a
AM
1149#: elf32-m68hc1x.c:1365
1150#, c-format
e30ddb24 1151msgid "[abi=32-bit int, "
e0a2c38a
RH
1152msgstr ""
1153
05864e2a
AM
1154#: elf32-m68hc1x.c:1367
1155#, c-format
e30ddb24 1156msgid "[abi=16-bit int, "
e0a2c38a
RH
1157msgstr ""
1158
05864e2a
AM
1159#: elf32-m68hc1x.c:1370
1160#, c-format
e30ddb24 1161msgid "64-bit double, "
e0a2c38a
RH
1162msgstr ""
1163
05864e2a
AM
1164#: elf32-m68hc1x.c:1372
1165#, c-format
e30ddb24 1166msgid "32-bit double, "
e0a2c38a
RH
1167msgstr ""
1168
05864e2a
AM
1169#: elf32-m68hc1x.c:1375
1170#, c-format
e30ddb24 1171msgid "cpu=HC11]"
e0a2c38a
RH
1172msgstr ""
1173
05864e2a
AM
1174#: elf32-m68hc1x.c:1377
1175#, c-format
e30ddb24 1176msgid "cpu=HCS12]"
a74801ba
ILT
1177msgstr ""
1178
05864e2a
AM
1179#: elf32-m68hc1x.c:1379
1180#, c-format
e30ddb24 1181msgid "cpu=HC12]"
a74801ba
ILT
1182msgstr ""
1183
05864e2a
AM
1184#: elf32-m68hc1x.c:1382
1185#, c-format
e30ddb24 1186msgid " [memory=bank-model]"
e0a2c38a
RH
1187msgstr ""
1188
05864e2a
AM
1189#: elf32-m68hc1x.c:1384
1190#, c-format
e30ddb24 1191msgid " [memory=flat]"
e0a2c38a
RH
1192msgstr ""
1193
e30ddb24 1194#: elf32-m68k.c:400
05864e2a 1195#, c-format
e30ddb24 1196msgid " [cpu32]"
e0a2c38a
RH
1197msgstr ""
1198
e30ddb24 1199#: elf32-m68k.c:403
05864e2a 1200#, c-format
e30ddb24 1201msgid " [m68000]"
e0a2c38a
RH
1202msgstr ""
1203
e30ddb24
NC
1204#: elf32-mcore.c:353 elf32-mcore.c:456
1205#, c-format
1206msgid "%s: Relocation %s (%d) is not currently supported.\n"
e0a2c38a
RH
1207msgstr ""
1208
e30ddb24
NC
1209#: elf32-mcore.c:441
1210#, c-format
1211msgid "%s: Unknown relocation type %d\n"
84ea6cf2
NC
1212msgstr ""
1213
05864e2a 1214#: elf32-mips.c:968 elf64-mips.c:1693 elfn32-mips.c:1488
e30ddb24
NC
1215#, c-format
1216msgid "Linking mips16 objects into %s format is not supported"
84ea6cf2
NC
1217msgstr ""
1218
05864e2a 1219#: elf32-ppc.c:2174
fce00800
AM
1220#, c-format
1221msgid "generic linker can't handle %s"
1222msgstr ""
1223
05864e2a 1224#: elf32-ppc.c:2256
e30ddb24
NC
1225#, c-format
1226msgid ""
1227"%s: compiled with -mrelocatable and linked with modules compiled normally"
e0a2c38a
RH
1228msgstr ""
1229
05864e2a 1230#: elf32-ppc.c:2265
e30ddb24
NC
1231#, c-format
1232msgid ""
1233"%s: compiled normally and linked with modules compiled with -mrelocatable"
e0a2c38a
RH
1234msgstr ""
1235
05864e2a 1236#: elf32-ppc.c:3545
e30ddb24 1237#, c-format
fce00800 1238msgid "%s: relocation %s cannot be used when making a shared object"
e0a2c38a
RH
1239msgstr ""
1240
05864e2a 1241#: elf32-ppc.c:3751
e30ddb24 1242#, c-format
fce00800 1243msgid "%s(%s+0x%lx): %s reloc against local symbol"
e0a2c38a
RH
1244msgstr ""
1245
05864e2a 1246#: elf32-ppc.c:4956 elf64-ppc.c:8015
e0a2c38a 1247#, c-format
e30ddb24 1248msgid "%s: unknown relocation type %d for symbol %s"
e0a2c38a
RH
1249msgstr ""
1250
05864e2a 1251#: elf32-ppc.c:5207
e30ddb24
NC
1252#, c-format
1253msgid "%s(%s+0x%lx): non-zero addend on %s reloc against `%s'"
e0a2c38a
RH
1254msgstr ""
1255
05864e2a 1256#: elf32-ppc.c:5518 elf32-ppc.c:5544 elf32-ppc.c:5603
e0a2c38a 1257#, c-format
e30ddb24
NC
1258msgid ""
1259"%s: the target (%s) of a %s relocation is in the wrong output section (%s)"
e0a2c38a
RH
1260msgstr ""
1261
05864e2a 1262#: elf32-ppc.c:5658
3eb6f68f 1263#, c-format
e30ddb24 1264msgid "%s: relocation %s is not yet supported for symbol %s."
3eb6f68f
NC
1265msgstr ""
1266
05864e2a 1267#: elf32-ppc.c:5713 elf64-ppc.c:8687
e0a2c38a 1268#, c-format
e30ddb24
NC
1269msgid "%s(%s+0x%lx): unresolvable %s relocation against symbol `%s'"
1270msgstr ""
1271
05864e2a 1272#: elf32-ppc.c:5763 elf64-ppc.c:8733
e30ddb24
NC
1273#, c-format
1274msgid "%s(%s+0x%lx): %s reloc against `%s': error %d"
1275msgstr ""
1276
05864e2a 1277#: elf32-ppc.c:6007
e30ddb24
NC
1278#, c-format
1279msgid "corrupt or empty %s section in %s"
1280msgstr ""
1281
05864e2a 1282#: elf32-ppc.c:6014
e30ddb24
NC
1283#, c-format
1284msgid "unable to read in %s section from %s"
1285msgstr ""
1286
05864e2a 1287#: elf32-ppc.c:6020
e30ddb24
NC
1288#, c-format
1289msgid "corrupt %s section in %s"
1290msgstr ""
1291
05864e2a 1292#: elf32-ppc.c:6063
e30ddb24
NC
1293#, c-format
1294msgid "warning: unable to set size of %s section in %s"
1295msgstr ""
1296
05864e2a 1297#: elf32-ppc.c:6113
e30ddb24
NC
1298msgid "failed to allocate space for new APUinfo section."
1299msgstr ""
1300
05864e2a 1301#: elf32-ppc.c:6132
e30ddb24
NC
1302msgid "failed to compute new APUinfo section."
1303msgstr ""
1304
05864e2a 1305#: elf32-ppc.c:6135
e30ddb24
NC
1306msgid "failed to install new APUinfo section."
1307msgstr ""
1308
05864e2a 1309#: elf32-s390.c:2245 elf64-s390.c:2215
e30ddb24
NC
1310#, c-format
1311msgid "%s(%s+0x%lx): invalid instruction for TLS relocation %s"
1312msgstr ""
1313
05864e2a 1314#: elf32-sh64.c:215 elf64-sh64.c:2382
e30ddb24 1315#, c-format
76bff705 1316msgid "%s: compiled as 32-bit object and %s is 64-bit"
e30ddb24
NC
1317msgstr ""
1318
05864e2a 1319#: elf32-sh64.c:218 elf64-sh64.c:2385
e30ddb24 1320#, c-format
76bff705 1321msgid "%s: compiled as 64-bit object and %s is 32-bit"
e30ddb24
NC
1322msgstr ""
1323
05864e2a 1324#: elf32-sh64.c:220 elf64-sh64.c:2387
e30ddb24 1325#, c-format
76bff705 1326msgid "%s: object size does not match that of target %s"
e30ddb24
NC
1327msgstr ""
1328
05864e2a 1329#: elf32-sh64.c:442 elf64-sh64.c:2954
e30ddb24 1330#, c-format
76bff705 1331msgid "%s: encountered datalabel symbol in input"
e30ddb24
NC
1332msgstr ""
1333
05864e2a 1334#: elf32-sh64.c:519
76bff705 1335msgid "PTB mismatch: a SHmedia address (bit 0 == 1)"
e30ddb24
NC
1336msgstr ""
1337
05864e2a 1338#: elf32-sh64.c:522
76bff705 1339msgid "PTA mismatch: a SHcompact address (bit 0 == 0)"
e30ddb24
NC
1340msgstr ""
1341
05864e2a 1342#: elf32-sh64.c:540
e30ddb24 1343#, c-format
76bff705 1344msgid "%s: GAS error: unexpected PTB insn with R_SH_PT_16"
e30ddb24
NC
1345msgstr ""
1346
05864e2a 1347#: elf32-sh64.c:589 elf64-sh64.c:1735
e30ddb24 1348#, c-format
76bff705 1349msgid "%s: error: unaligned relocation type %d at %08x reloc %08x\n"
e30ddb24
NC
1350msgstr ""
1351
05864e2a 1352#: elf32-sh64.c:670
76bff705
NC
1353#, c-format
1354msgid "%s: could not write out added .cranges entries"
e30ddb24
NC
1355msgstr ""
1356
05864e2a 1357#: elf32-sh64.c:732
e30ddb24 1358#, c-format
76bff705 1359msgid "%s: could not write out sorted .cranges entries"
e30ddb24
NC
1360msgstr ""
1361
05864e2a 1362#: elf32-sh.c:2252
e30ddb24 1363#, c-format
76bff705 1364msgid "%s: 0x%lx: warning: bad R_SH_USES offset"
e30ddb24
NC
1365msgstr ""
1366
05864e2a 1367#: elf32-sh.c:2264
e30ddb24 1368#, c-format
76bff705 1369msgid "%s: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x"
e30ddb24
NC
1370msgstr ""
1371
05864e2a 1372#: elf32-sh.c:2281
e30ddb24 1373#, c-format
76bff705 1374msgid "%s: 0x%lx: warning: bad R_SH_USES load offset"
e30ddb24
NC
1375msgstr ""
1376
05864e2a 1377#: elf32-sh.c:2296
e30ddb24 1378#, c-format
76bff705 1379msgid "%s: 0x%lx: warning: could not find expected reloc"
e30ddb24
NC
1380msgstr ""
1381
05864e2a 1382#: elf32-sh.c:2324
e30ddb24 1383#, c-format
76bff705 1384msgid "%s: 0x%lx: warning: symbol in unexpected section"
e30ddb24
NC
1385msgstr ""
1386
05864e2a 1387#: elf32-sh.c:2449
e30ddb24 1388#, c-format
76bff705 1389msgid "%s: 0x%lx: warning: could not find expected COUNT reloc"
e30ddb24
NC
1390msgstr ""
1391
05864e2a 1392#: elf32-sh.c:2458
76bff705
NC
1393#, c-format
1394msgid "%s: 0x%lx: warning: bad count"
e30ddb24
NC
1395msgstr ""
1396
05864e2a 1397#: elf32-sh.c:2858 elf32-sh.c:3227
76bff705
NC
1398#, c-format
1399msgid "%s: 0x%lx: fatal: reloc overflow while relaxing"
e30ddb24
NC
1400msgstr ""
1401
05864e2a 1402#: elf32-sh.c:4767 elf64-sh64.c:1568
76bff705 1403msgid "Unexpected STO_SH5_ISA32 on local symbol is not handled"
e30ddb24
NC
1404msgstr ""
1405
05864e2a 1406#: elf32-sh.c:4924
e30ddb24 1407#, c-format
76bff705 1408msgid "%s: unresolvable relocation against symbol `%s' from %s section"
e30ddb24
NC
1409msgstr ""
1410
05864e2a 1411#: elf32-sh.c:4997
e30ddb24 1412#, c-format
76bff705 1413msgid "%s: 0x%lx: fatal: unaligned branch target for relax-support relocation"
e30ddb24
NC
1414msgstr ""
1415
05864e2a
AM
1416#: elf32-sh.c:5030 elf32-sh.c:5045
1417#, c-format
1418msgid "%s: 0x%lx: fatal: unaligned %s relocation 0x%lx"
1419msgstr ""
1420
1421#: elf32-sh.c:5059
1422#, c-format
1423msgid "%s: 0x%lx: fatal: R_SH_PSHA relocation %d not in range -32..32"
1424msgstr ""
1425
1426#: elf32-sh.c:5073
1427#, c-format
1428msgid "%s: 0x%lx: fatal: R_SH_PSHL relocation %d not in range -32..32"
1429msgstr ""
1430
1431#: elf32-sh.c:6815 elf64-alpha.c:4744
e30ddb24 1432#, c-format
76bff705 1433msgid "%s: TLS local exec code cannot be linked into shared objects"
e30ddb24
NC
1434msgstr ""
1435
05864e2a 1436#: elf32-sparc.c:2510 elf64-sparc.c:2281
e30ddb24
NC
1437#, c-format
1438msgid "%s: probably compiled without -fPIC?"
1439msgstr ""
1440
05864e2a 1441#: elf32-sparc.c:3336
e30ddb24
NC
1442#, c-format
1443msgid "%s: compiled for a 64 bit system and target is 32 bit"
1444msgstr ""
1445
05864e2a 1446#: elf32-sparc.c:3350
e30ddb24
NC
1447#, c-format
1448msgid "%s: linking little endian files with big endian files"
1449msgstr ""
1450
fce00800 1451#: elf32-v850.c:753
e30ddb24
NC
1452#, c-format
1453msgid "Variable `%s' cannot occupy in multiple small data regions"
1454msgstr ""
1455
fce00800 1456#: elf32-v850.c:756
e30ddb24
NC
1457#, c-format
1458msgid ""
1459"Variable `%s' can only be in one of the small, zero, and tiny data regions"
1460msgstr ""
1461
fce00800 1462#: elf32-v850.c:759
e30ddb24
NC
1463#, c-format
1464msgid ""
1465"Variable `%s' cannot be in both small and zero data regions simultaneously"
1466msgstr ""
1467
fce00800 1468#: elf32-v850.c:762
e30ddb24
NC
1469#, c-format
1470msgid ""
1471"Variable `%s' cannot be in both small and tiny data regions simultaneously"
1472msgstr ""
1473
fce00800 1474#: elf32-v850.c:765
e30ddb24
NC
1475#, c-format
1476msgid ""
1477"Variable `%s' cannot be in both zero and tiny data regions simultaneously"
1478msgstr ""
1479
fce00800 1480#: elf32-v850.c:1144
05864e2a 1481#, c-format
e30ddb24
NC
1482msgid "FAILED to find previous HI16 reloc\n"
1483msgstr ""
1484
fce00800 1485#: elf32-v850.c:1789
e30ddb24
NC
1486msgid "could not locate special linker symbol __gp"
1487msgstr ""
1488
fce00800 1489#: elf32-v850.c:1793
e30ddb24
NC
1490msgid "could not locate special linker symbol __ep"
1491msgstr ""
1492
fce00800 1493#: elf32-v850.c:1797
e30ddb24
NC
1494msgid "could not locate special linker symbol __ctbp"
1495msgstr ""
1496
05864e2a 1497#: elf32-v850.c:1982
e30ddb24
NC
1498#, c-format
1499msgid "%s: Architecture mismatch with previous modules"
1500msgstr ""
1501
05864e2a 1502#: elf32-v850.c:2003
e30ddb24
NC
1503#, c-format
1504msgid "private flags = %lx: "
1505msgstr ""
1506
05864e2a
AM
1507#: elf32-v850.c:2008
1508#, c-format
e30ddb24
NC
1509msgid "v850 architecture"
1510msgstr ""
1511
05864e2a
AM
1512#: elf32-v850.c:2009
1513#, c-format
e30ddb24
NC
1514msgid "v850e architecture"
1515msgstr ""
1516
05864e2a
AM
1517#: elf32-v850.c:2010
1518#, c-format
1519msgid "v850e1 architecture"
1520msgstr ""
1521
e30ddb24 1522#: elf32-vax.c:549
05864e2a 1523#, c-format
e30ddb24
NC
1524msgid " [nonpic]"
1525msgstr ""
1526
1527#: elf32-vax.c:552
05864e2a 1528#, c-format
e30ddb24
NC
1529msgid " [d-float]"
1530msgstr ""
1531
1532#: elf32-vax.c:555
05864e2a 1533#, c-format
e30ddb24
NC
1534msgid " [g-float]"
1535msgstr ""
1536
1537#: elf32-vax.c:663
1538#, c-format
1539msgid ""
1540"%s: warning: GOT addend of %ld to `%s' does not match previous GOT addend of "
1541"%ld"
1542msgstr ""
1543
05864e2a 1544#: elf32-vax.c:1645
e30ddb24
NC
1545#, c-format
1546msgid "%s: warning: PLT addend of %d to `%s' from %s section ignored"
1547msgstr ""
1548
05864e2a 1549#: elf32-vax.c:1771
e30ddb24
NC
1550#, c-format
1551msgid "%s: warning: %s relocation against symbol `%s' from %s section"
1552msgstr ""
1553
05864e2a 1554#: elf32-vax.c:1777
e30ddb24
NC
1555#, c-format
1556msgid "%s: warning: %s relocation to 0x%x from %s section"
1557msgstr ""
1558
05864e2a 1559#: elf32-xstormy16.c:462 elf32-ia64.c:2417 elf64-ia64.c:2417
e30ddb24
NC
1560msgid "non-zero addend in @fptr reloc"
1561msgstr ""
1562
05864e2a 1563#: elf64-alpha.c:1067
e30ddb24
NC
1564msgid "GPDISP relocation did not find ldah and lda instructions"
1565msgstr ""
1566
05864e2a
AM
1567#: elf64-alpha.c:3565
1568#, c-format
1569msgid "Symbol %s has no GOT subsection for offset 0x%x"
1570msgstr ""
1571
1572#: elf64-alpha.c:3651
e30ddb24
NC
1573#, c-format
1574msgid "%s: .got subsegment exceeds 64K (size %d)"
1575msgstr ""
1576
05864e2a 1577#: elf64-alpha.c:4498 elf64-alpha.c:4510
e30ddb24
NC
1578#, c-format
1579msgid "%s: gp-relative relocation against dynamic symbol %s"
1580msgstr ""
1581
05864e2a 1582#: elf64-alpha.c:4536 elf64-alpha.c:4669
e30ddb24
NC
1583#, c-format
1584msgid "%s: pc-relative relocation against dynamic symbol %s"
1585msgstr ""
1586
05864e2a 1587#: elf64-alpha.c:4564
e30ddb24
NC
1588#, c-format
1589msgid "%s: change in gp: BRSGP %s"
1590msgstr ""
1591
05864e2a 1592#: elf64-alpha.c:4589
e30ddb24
NC
1593msgid "<unknown>"
1594msgstr ""
1595
05864e2a 1596#: elf64-alpha.c:4594
e30ddb24
NC
1597#, c-format
1598msgid "%s: !samegp reloc against symbol without .prologue: %s"
1599msgstr ""
1600
05864e2a 1601#: elf64-alpha.c:4645
e30ddb24
NC
1602#, c-format
1603msgid "%s: unhandled dynamic relocation against %s"
1604msgstr ""
1605
05864e2a 1606#: elf64-alpha.c:4728
e30ddb24
NC
1607#, c-format
1608msgid "%s: dtp-relative relocation against dynamic symbol %s"
1609msgstr ""
1610
05864e2a 1611#: elf64-alpha.c:4751
e30ddb24
NC
1612#, c-format
1613msgid "%s: tp-relative relocation against dynamic symbol %s"
1614msgstr ""
1615
05864e2a 1616#: elf64-hppa.c:2082
e30ddb24
NC
1617#, c-format
1618msgid "stub entry for %s cannot load .plt, dp offset = %ld"
1619msgstr ""
1620
05864e2a
AM
1621#: elf64-mips.c:1599 elfn32-mips.c:1388
1622msgid "32bits gp relative relocation occurs for an external symbol"
1623msgstr ""
1624
1625#: elf64-mmix.c:1171
e30ddb24
NC
1626#, c-format
1627msgid ""
1628"%s: Internal inconsistency error for value for\n"
1629" linker-allocated global register: linked: 0x%lx%08lx != relaxed: 0x%lx%"
1630"08lx\n"
1631msgstr ""
1632
05864e2a 1633#: elf64-mmix.c:1630
e30ddb24
NC
1634#, c-format
1635msgid ""
1636"%s: base-plus-offset relocation against register symbol: (unknown) in %s"
1637msgstr ""
1638
05864e2a 1639#: elf64-mmix.c:1635
e30ddb24
NC
1640#, c-format
1641msgid "%s: base-plus-offset relocation against register symbol: %s in %s"
1642msgstr ""
1643
05864e2a 1644#: elf64-mmix.c:1679
e30ddb24
NC
1645#, c-format
1646msgid "%s: register relocation against non-register symbol: (unknown) in %s"
1647msgstr ""
1648
05864e2a 1649#: elf64-mmix.c:1684
e30ddb24
NC
1650#, c-format
1651msgid "%s: register relocation against non-register symbol: %s in %s"
1652msgstr ""
1653
05864e2a 1654#: elf64-mmix.c:1721
e30ddb24
NC
1655#, c-format
1656msgid "%s: directive LOCAL valid only with a register or absolute value"
1657msgstr ""
1658
05864e2a 1659#: elf64-mmix.c:1749
e30ddb24
NC
1660#, c-format
1661msgid ""
1662"%s: LOCAL directive: Register $%ld is not a local register. First global "
1663"register is $%ld."
1664msgstr ""
1665
05864e2a 1666#: elf64-mmix.c:2229
e30ddb24
NC
1667#, c-format
1668msgid ""
1669"%s: Error: multiple definition of `%s'; start of %s is set in a earlier "
1670"linked file\n"
1671msgstr ""
1672
05864e2a 1673#: elf64-mmix.c:2288
e30ddb24
NC
1674msgid "Register section has contents\n"
1675msgstr ""
1676
05864e2a 1677#: elf64-mmix.c:2494
e30ddb24
NC
1678#, c-format
1679msgid ""
1680"Internal inconsistency: remaining %u != max %u.\n"
1681" Please report this bug."
1682msgstr ""
1683
05864e2a 1684#: elf64-ppc.c:2431 libbfd.c:821
e30ddb24
NC
1685#, c-format
1686msgid "%s: compiled for a big endian system and target is little endian"
1687msgstr ""
1688
05864e2a 1689#: elf64-ppc.c:2434 libbfd.c:823
e30ddb24
NC
1690#, c-format
1691msgid "%s: compiled for a little endian system and target is big endian"
1692msgstr ""
1693
05864e2a 1694#: elf64-ppc.c:4638
e30ddb24 1695#, c-format
05864e2a
AM
1696msgid ""
1697"copy reloc against `%s' requires lazy plt linking; avoid setting "
1698"LD_BIND_NOW=1 or upgrade gcc"
e0a2c38a
RH
1699msgstr ""
1700
05864e2a 1701#: elf64-ppc.c:5009
e0a2c38a 1702#, c-format
e30ddb24 1703msgid "%s: .opd is not a regular array of opd entries"
e0a2c38a
RH
1704msgstr ""
1705
05864e2a
AM
1706#: elf64-ppc.c:5019
1707#, c-format
1708msgid "%s: unexpected reloc type %u in .opd section"
1709msgstr ""
1710
1711#: elf64-ppc.c:5039
e0a2c38a 1712#, c-format
e30ddb24 1713msgid "%s: undefined sym `%s' in .opd section"
e0a2c38a
RH
1714msgstr ""
1715
05864e2a 1716#: elf64-ppc.c:6265
e0a2c38a 1717#, c-format
e30ddb24 1718msgid "can't find branch stub `%s'"
e0a2c38a
RH
1719msgstr ""
1720
05864e2a 1721#: elf64-ppc.c:6304 elf64-ppc.c:6379
e0a2c38a 1722#, c-format
e30ddb24 1723msgid "linkage table error against `%s'"
e0a2c38a
RH
1724msgstr ""
1725
05864e2a 1726#: elf64-ppc.c:6496
e0a2c38a 1727#, c-format
e30ddb24 1728msgid "can't build branch stub `%s'"
e0a2c38a
RH
1729msgstr ""
1730
05864e2a 1731#: elf64-ppc.c:7215
fce00800
AM
1732msgid ".glink and .plt too far apart"
1733msgstr ""
1734
05864e2a 1735#: elf64-ppc.c:7327
e30ddb24 1736msgid "stubs don't match calculated size"
e0a2c38a
RH
1737msgstr ""
1738
05864e2a 1739#: elf64-ppc.c:7339
e0a2c38a 1740#, c-format
fce00800
AM
1741msgid ""
1742"linker stubs in %u groups\n"
1743" branch %lu\n"
1744" toc adjust %lu\n"
1745" long branch %lu\n"
1746" long toc adj %lu\n"
1747" plt call %lu"
e0a2c38a
RH
1748msgstr ""
1749
05864e2a
AM
1750#: elf64-ppc.c:7537
1751#, c-format
1752msgid "%s(%s+0x%lx): %s used with TLS symbol %s"
1753msgstr ""
1754
1755#: elf64-ppc.c:7538
1756#, c-format
1757msgid "%s(%s+0x%lx): %s used with non-TLS symbol %s"
1758msgstr ""
1759
1760#: elf64-ppc.c:7949
e0a2c38a 1761#, c-format
fce00800
AM
1762msgid ""
1763"%s(%s+0x%lx): automatic multiple TOCs not supported using your crt files; "
1764"recompile with -mminimal-toc or upgrade gcc"
e0a2c38a
RH
1765msgstr ""
1766
05864e2a 1767#: elf64-ppc.c:7957
e0a2c38a 1768#, c-format
e30ddb24 1769msgid ""
fce00800
AM
1770"%s(%s+0x%lx): sibling call optimization to `%s' does not allow automatic "
1771"multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, "
1772"or make `%s' extern"
1773msgstr ""
1774
05864e2a 1775#: elf64-ppc.c:8555
fce00800
AM
1776#, c-format
1777msgid "%s: relocation %s is not supported for symbol %s."
1778msgstr ""
1779
05864e2a 1780#: elf64-ppc.c:8634
fce00800
AM
1781#, c-format
1782msgid "%s: error: relocation %s not a multiple of %d"
e0a2c38a
RH
1783msgstr ""
1784
05864e2a 1785#: elf64-sparc.c:1371
e0a2c38a 1786#, c-format
e30ddb24 1787msgid "%s: check_relocs: unhandled reloc type %d"
e0a2c38a
RH
1788msgstr ""
1789
05864e2a 1790#: elf64-sparc.c:1408
e0a2c38a 1791#, c-format
e30ddb24 1792msgid "%s: Only registers %%g[2367] can be declared using STT_REGISTER"
e0a2c38a
RH
1793msgstr ""
1794
05864e2a 1795#: elf64-sparc.c:1428
e0a2c38a 1796#, c-format
e30ddb24 1797msgid "Register %%g%d used incompatibly: %s in %s, previously %s in %s"
e0a2c38a
RH
1798msgstr ""
1799
05864e2a 1800#: elf64-sparc.c:1451
e0a2c38a 1801#, c-format
e30ddb24 1802msgid "Symbol `%s' has differing types: REGISTER in %s, previously %s in %s"
e0a2c38a
RH
1803msgstr ""
1804
05864e2a 1805#: elf64-sparc.c:1497
e0a2c38a 1806#, c-format
e30ddb24 1807msgid "Symbol `%s' has differing types: %s in %s, previously REGISTER in %s"
e0a2c38a
RH
1808msgstr ""
1809
05864e2a 1810#: elf64-sparc.c:3020
e0a2c38a 1811#, c-format
e30ddb24 1812msgid "%s: linking UltraSPARC specific with HAL specific code"
e0a2c38a
RH
1813msgstr ""
1814
05864e2a 1815#: elf64-x86-64.c:732
e30ddb24
NC
1816#, c-format
1817msgid "%s: %s' accessed both as normal and thread local symbol"
fbca6ad9
AO
1818msgstr ""
1819
05864e2a 1820#: elf.c:295
76bff705
NC
1821#, c-format
1822msgid "%s: invalid string offset %u >= %lu for section `%s'"
1823msgstr ""
1824
05864e2a 1825#: elf.c:538
76bff705
NC
1826#, c-format
1827msgid "%s: invalid SHT_GROUP entry"
1828msgstr ""
1829
05864e2a 1830#: elf.c:609
76bff705
NC
1831#, c-format
1832msgid "%s: no group info for section %s"
1833msgstr ""
1834
05864e2a
AM
1835#: elf.c:952
1836#, c-format
76bff705
NC
1837msgid ""
1838"\n"
1839"Program Header:\n"
1840msgstr ""
1841
05864e2a
AM
1842#: elf.c:1003
1843#, c-format
76bff705
NC
1844msgid ""
1845"\n"
1846"Dynamic Section:\n"
1847msgstr ""
1848
05864e2a
AM
1849#: elf.c:1131
1850#, c-format
76bff705
NC
1851msgid ""
1852"\n"
1853"Version definitions:\n"
1854msgstr ""
1855
05864e2a
AM
1856#: elf.c:1154
1857#, c-format
76bff705
NC
1858msgid ""
1859"\n"
1860"Version References:\n"
1861msgstr ""
1862
05864e2a 1863#: elf.c:1159
76bff705
NC
1864#, c-format
1865msgid " required from %s:\n"
1866msgstr ""
1867
05864e2a 1868#: elf.c:1826
76bff705
NC
1869#, c-format
1870msgid "%s: invalid link %lu for reloc section %s (index %u)"
1871msgstr ""
1872
05864e2a 1873#: elf.c:3684
76bff705
NC
1874#, c-format
1875msgid "%s: Not enough room for program headers (allocated %u, need %u)"
1876msgstr ""
1877
1878#: elf.c:3791
1879#, c-format
1880msgid "%s: Not enough room for program headers, try linking with -N"
1881msgstr ""
1882
05864e2a 1883#: elf.c:3924
76bff705
NC
1884#, c-format
1885msgid ""
1886"Error: First section in segment (%s) starts at 0x%x whereas the segment "
1887"starts at 0x%x"
1888msgstr ""
1889
05864e2a 1890#: elf.c:4243
76bff705
NC
1891#, c-format
1892msgid "%s: warning: allocated section `%s' not in segment"
1893msgstr ""
1894
05864e2a 1895#: elf.c:4557
76bff705
NC
1896#, c-format
1897msgid "%s: symbol `%s' required but not present"
1898msgstr ""
1899
05864e2a 1900#: elf.c:4845
76bff705
NC
1901#, c-format
1902msgid "%s: warning: Empty loadable segment detected, is this intentional ?\n"
1903msgstr ""
1904
05864e2a 1905#: elf.c:5479
76bff705
NC
1906#, c-format
1907msgid ""
1908"Unable to find equivalent output section for symbol '%s' from section '%s'"
1909msgstr ""
1910
05864e2a 1911#: elf.c:6264
76bff705
NC
1912#, c-format
1913msgid "%s: unsupported relocation type %s"
1914msgstr ""
1915
05864e2a 1916#: elfcode.h:1068
e0a2c38a 1917#, c-format
e30ddb24 1918msgid "%s: version count (%ld) does not match symbol count (%ld)"
e0a2c38a
RH
1919msgstr ""
1920
05864e2a 1921#: elfcode.h:1294
e0a2c38a 1922#, c-format
e30ddb24 1923msgid "%s(%s): relocation %d has invalid symbol index %ld"
e0a2c38a
RH
1924msgstr ""
1925
05864e2a 1926#: elflink.c:1349
e30ddb24
NC
1927#, c-format
1928msgid "%s: warning: unexpected redefinition of indirect versioned symbol `%s'"
e0a2c38a
RH
1929msgstr ""
1930
05864e2a 1931#: elflink.c:1668
e30ddb24
NC
1932#, c-format
1933msgid "%s: undefined versioned symbol name %s"
e0a2c38a
RH
1934msgstr ""
1935
05864e2a
AM
1936#: elflink.c:1817
1937#, c-format
1938msgid ""
1939"%s: bad reloc symbol index (0x%lx >= 0x%lx) for offset 0x%lx in section `%s'"
1940msgstr ""
1941
1942#: elflink.c:2006
e30ddb24
NC
1943#, c-format
1944msgid "%s: relocation size mismatch in %s section %s"
e0a2c38a
RH
1945msgstr ""
1946
05864e2a 1947#: elflink.c:2295
e0a2c38a 1948#, c-format
e30ddb24 1949msgid "warning: type and size of dynamic symbol `%s' are not defined"
e0a2c38a
RH
1950msgstr ""
1951
05864e2a
AM
1952#: elflink.h:196
1953msgid "warning: "
1954msgstr ""
1955
1956#: elflink.h:691
e0a2c38a 1957#, c-format
e30ddb24 1958msgid "%s: %s: invalid version %u (max %d)"
e0a2c38a
RH
1959msgstr ""
1960
05864e2a 1961#: elflink.h:732
e30ddb24
NC
1962#, c-format
1963msgid "%s: %s: invalid needed version %d"
e0a2c38a
RH
1964msgstr ""
1965
05864e2a 1966#: elflink.h:907
e30ddb24
NC
1967#, c-format
1968msgid "Warning: alignment %u of symbol `%s' in %s is smaller than %u in %s"
e0a2c38a
RH
1969msgstr ""
1970
05864e2a 1971#: elflink.h:921
e30ddb24
NC
1972#, c-format
1973msgid "Warning: size of symbol `%s' changed from %lu in %s to %lu in %s"
e0a2c38a
RH
1974msgstr ""
1975
05864e2a 1976#: elflink.h:1858
e30ddb24
NC
1977#, c-format
1978msgid "%s: undefined version: %s"
3b16e843
NC
1979msgstr ""
1980
05864e2a 1981#: elflink.h:1924
e30ddb24
NC
1982#, c-format
1983msgid "%s: .preinit_array section is not allowed in DSO"
e0a2c38a
RH
1984msgstr ""
1985
05864e2a 1986#: elflink.h:2750
e30ddb24 1987msgid "Not enough memory to sort relocations"
e0a2c38a
RH
1988msgstr ""
1989
05864e2a 1990#: elflink.h:3609 elflink.h:3652
3c3bdf30 1991#, c-format
e30ddb24 1992msgid "%s: could not find output section %s"
3c3bdf30
NC
1993msgstr ""
1994
05864e2a 1995#: elflink.h:3615
175aa013 1996#, c-format
e30ddb24 1997msgid "warning: %s section has zero size"
175aa013
NC
1998msgstr ""
1999
05864e2a 2000#: elflink.h:4124
fbca6ad9 2001#, c-format
e30ddb24 2002msgid "%s: %s symbol `%s' in %s is referenced by DSO"
fbca6ad9
AO
2003msgstr ""
2004
05864e2a 2005#: elflink.h:4205
fbca6ad9 2006#, c-format
e30ddb24 2007msgid "%s: could not find output section %s for input section %s"
fbca6ad9
AO
2008msgstr ""
2009
05864e2a 2010#: elflink.h:4307
fbca6ad9 2011#, c-format
e30ddb24 2012msgid "%s: %s symbol `%s' isn't defined"
fbca6ad9
AO
2013msgstr ""
2014
05864e2a 2015#: elflink.h:4691 elflink.h:4733
fce00800 2016msgid "%T: discarded in section `%s' from %s\n"
3c3bdf30
NC
2017msgstr ""
2018
05864e2a
AM
2019#: elflink.h:5542
2020msgid "Warning: gc-sections option ignored"
2021msgstr ""
2022
2023#: elfxx-mips.c:899
e30ddb24 2024msgid "static procedure (no name)"
3c3bdf30
NC
2025msgstr ""
2026
05864e2a 2027#: elfxx-mips.c:2037
e30ddb24 2028msgid "not enough GOT space for local GOT entries"
3c3bdf30
NC
2029msgstr ""
2030
05864e2a 2031#: elfxx-mips.c:3786
e0a2c38a 2032#, c-format
e30ddb24 2033msgid "%s: %s+0x%lx: jump to stub routine which is not jal"
59ff2774
NC
2034msgstr ""
2035
05864e2a 2036#: elfxx-mips.c:5271
328577ad 2037#, c-format
e30ddb24 2038msgid "%s: Malformed reloc detected for section %s"
59ff2774
NC
2039msgstr ""
2040
05864e2a 2041#: elfxx-mips.c:5345
e30ddb24
NC
2042#, c-format
2043msgid "%s: CALL16 reloc at 0x%lx not against global symbol"
59ff2774
NC
2044msgstr ""
2045
05864e2a 2046#: elfxx-mips.c:8642
328577ad 2047#, c-format
e30ddb24 2048msgid "%s: illegal section name `%s'"
59ff2774
NC
2049msgstr ""
2050
05864e2a 2051#: elfxx-mips.c:8965
59ff2774 2052#, c-format
e30ddb24 2053msgid "%s: endianness incompatible with that of the selected emulation"
59ff2774
NC
2054msgstr ""
2055
05864e2a 2056#: elfxx-mips.c:8977
59ff2774 2057#, c-format
e30ddb24 2058msgid "%s: ABI is incompatible with that of the selected emulation"
59ff2774
NC
2059msgstr ""
2060
05864e2a 2061#: elfxx-mips.c:9049
e30ddb24
NC
2062#, c-format
2063msgid "%s: warning: linking PIC files with non-PIC files"
59ff2774
NC
2064msgstr ""
2065
05864e2a 2066#: elfxx-mips.c:9066
59ff2774 2067#, c-format
e30ddb24 2068msgid "%s: linking 32-bit code with 64-bit code"
59ff2774
NC
2069msgstr ""
2070
05864e2a 2071#: elfxx-mips.c:9094
59ff2774 2072#, c-format
e30ddb24 2073msgid "%s: linking %s module with previous %s modules"
59ff2774
NC
2074msgstr ""
2075
05864e2a 2076#: elfxx-mips.c:9117
59ff2774 2077#, c-format
e30ddb24 2078msgid "%s: ABI mismatch: linking %s module with previous %s modules"
59ff2774
NC
2079msgstr ""
2080
05864e2a
AM
2081#: elfxx-mips.c:9182
2082#, c-format
e30ddb24 2083msgid " [abi=O32]"
59ff2774
NC
2084msgstr ""
2085
05864e2a
AM
2086#: elfxx-mips.c:9184
2087#, c-format
e30ddb24 2088msgid " [abi=O64]"
59ff2774
NC
2089msgstr ""
2090
05864e2a
AM
2091#: elfxx-mips.c:9186
2092#, c-format
e30ddb24 2093msgid " [abi=EABI32]"
59ff2774
NC
2094msgstr ""
2095
05864e2a
AM
2096#: elfxx-mips.c:9188
2097#, c-format
e30ddb24 2098msgid " [abi=EABI64]"
59ff2774
NC
2099msgstr ""
2100
05864e2a
AM
2101#: elfxx-mips.c:9190
2102#, c-format
e30ddb24 2103msgid " [abi unknown]"
59ff2774
NC
2104msgstr ""
2105
05864e2a
AM
2106#: elfxx-mips.c:9192
2107#, c-format
e30ddb24 2108msgid " [abi=N32]"
e0a2c38a
RH
2109msgstr ""
2110
05864e2a
AM
2111#: elfxx-mips.c:9194
2112#, c-format
e30ddb24 2113msgid " [abi=64]"
e0a2c38a
RH
2114msgstr ""
2115
05864e2a
AM
2116#: elfxx-mips.c:9196
2117#, c-format
e30ddb24 2118msgid " [no abi set]"
a74801ba
ILT
2119msgstr ""
2120
05864e2a
AM
2121#: elfxx-mips.c:9199
2122#, c-format
e30ddb24 2123msgid " [mips1]"
a74801ba
ILT
2124msgstr ""
2125
05864e2a
AM
2126#: elfxx-mips.c:9201
2127#, c-format
e30ddb24 2128msgid " [mips2]"
a74801ba
ILT
2129msgstr ""
2130
05864e2a
AM
2131#: elfxx-mips.c:9203
2132#, c-format
e30ddb24 2133msgid " [mips3]"
a74801ba
ILT
2134msgstr ""
2135
05864e2a
AM
2136#: elfxx-mips.c:9205
2137#, c-format
e30ddb24 2138msgid " [mips4]"
a74801ba
ILT
2139msgstr ""
2140
05864e2a
AM
2141#: elfxx-mips.c:9207
2142#, c-format
e30ddb24 2143msgid " [mips5]"
a74801ba
ILT
2144msgstr ""
2145
05864e2a
AM
2146#: elfxx-mips.c:9209
2147#, c-format
e30ddb24 2148msgid " [mips32]"
7c8ca0e4
NC
2149msgstr ""
2150
05864e2a
AM
2151#: elfxx-mips.c:9211
2152#, c-format
e30ddb24 2153msgid " [mips64]"
3c3bdf30
NC
2154msgstr ""
2155
05864e2a
AM
2156#: elfxx-mips.c:9213
2157#, c-format
e30ddb24 2158msgid " [mips32r2]"
a74801ba
ILT
2159msgstr ""
2160
05864e2a
AM
2161#: elfxx-mips.c:9215
2162#, c-format
2163msgid " [mips64r2]"
2164msgstr ""
2165
2166#: elfxx-mips.c:9217
2167#, c-format
e30ddb24 2168msgid " [unknown ISA]"
e135f41b
NC
2169msgstr ""
2170
05864e2a
AM
2171#: elfxx-mips.c:9220
2172#, c-format
e30ddb24 2173msgid " [mdmx]"
328577ad
NC
2174msgstr ""
2175
05864e2a
AM
2176#: elfxx-mips.c:9223
2177#, c-format
e30ddb24
NC
2178msgid " [mips16]"
2179msgstr ""
2180
05864e2a
AM
2181#: elfxx-mips.c:9226
2182#, c-format
e30ddb24
NC
2183msgid " [32bitmode]"
2184msgstr ""
2185
05864e2a
AM
2186#: elfxx-mips.c:9228
2187#, c-format
e30ddb24 2188msgid " [not 32bitmode]"
328577ad
NC
2189msgstr ""
2190
e30ddb24 2191#: i386linux.c:457 m68klinux.c:461 sparclinux.c:458
e0a2c38a
RH
2192#, c-format
2193msgid "Output file requires shared library `%s'\n"
2194msgstr ""
2195
e30ddb24 2196#: i386linux.c:465 m68klinux.c:469 sparclinux.c:466
e0a2c38a
RH
2197#, c-format
2198msgid "Output file requires shared library `%s.so.%s'\n"
2199msgstr ""
2200
e30ddb24
NC
2201#: i386linux.c:654 i386linux.c:704 m68klinux.c:661 m68klinux.c:709
2202#: sparclinux.c:656 sparclinux.c:706
e0a2c38a
RH
2203#, c-format
2204msgid "Symbol %s not defined for fixups\n"
2205msgstr ""
2206
e30ddb24 2207#: i386linux.c:728 m68klinux.c:733 sparclinux.c:730
e0a2c38a
RH
2208msgid "Warning: fixup count mismatch\n"
2209msgstr ""
2210
e30ddb24 2211#: ieee.c:293
e0a2c38a
RH
2212#, c-format
2213msgid "%s: string too long (%d chars, max 65535)"
2214msgstr ""
2215
e30ddb24 2216#: ieee.c:428
e0a2c38a
RH
2217#, c-format
2218msgid "%s: unrecognized symbol `%s' flags 0x%x"
2219msgstr ""
2220
e30ddb24 2221#: ieee.c:938
e0a2c38a 2222#, c-format
3b16e843 2223msgid "%s: unimplemented ATI record %u for symbol %u"
e0a2c38a
RH
2224msgstr ""
2225
e30ddb24 2226#: ieee.c:963
e0a2c38a
RH
2227#, c-format
2228msgid "%s: unexpected ATN type %d in external part"
2229msgstr ""
2230
e30ddb24 2231#: ieee.c:985
e0a2c38a
RH
2232#, c-format
2233msgid "%s: unexpected type after ATN"
2234msgstr ""
2235
e30ddb24 2236#: ihex.c:264
e0a2c38a
RH
2237#, c-format
2238msgid "%s:%d: unexpected character `%s' in Intel Hex file\n"
2239msgstr ""
2240
e30ddb24 2241#: ihex.c:372
e0a2c38a 2242#, c-format
3c3bdf30 2243msgid "%s:%u: bad checksum in Intel Hex file (expected %u, found %u)"
e0a2c38a
RH
2244msgstr ""
2245
e30ddb24 2246#: ihex.c:426
e0a2c38a 2247#, c-format
3c3bdf30 2248msgid "%s:%u: bad extended address record length in Intel Hex file"
e0a2c38a
RH
2249msgstr ""
2250
e30ddb24 2251#: ihex.c:443
e0a2c38a 2252#, c-format
3c3bdf30 2253msgid "%s:%u: bad extended start address length in Intel Hex file"
e0a2c38a
RH
2254msgstr ""
2255
e30ddb24 2256#: ihex.c:460
e0a2c38a 2257#, c-format
3c3bdf30 2258msgid "%s:%u: bad extended linear address record length in Intel Hex file"
e0a2c38a
RH
2259msgstr ""
2260
e30ddb24 2261#: ihex.c:477
e0a2c38a 2262#, c-format
3c3bdf30 2263msgid "%s:%u: bad extended linear start address length in Intel Hex file"
e0a2c38a
RH
2264msgstr ""
2265
e30ddb24 2266#: ihex.c:494
e0a2c38a 2267#, c-format
3c3bdf30 2268msgid "%s:%u: unrecognized ihex type %u in Intel Hex file\n"
e0a2c38a
RH
2269msgstr ""
2270
e30ddb24 2271#: ihex.c:619
e0a2c38a
RH
2272#, c-format
2273msgid "%s: internal error in ihex_read_section"
2274msgstr ""
2275
e30ddb24 2276#: ihex.c:654
e0a2c38a
RH
2277#, c-format
2278msgid "%s: bad section length in ihex_read_section"
2279msgstr ""
2280
e30ddb24 2281#: ihex.c:872
e0a2c38a 2282#, c-format
3b16e843 2283msgid "%s: address 0x%s out of range for Intel Hex file"
e0a2c38a
RH
2284msgstr ""
2285
05864e2a 2286#: libbfd.c:851
60bcf0fa 2287#, c-format
3b16e843 2288msgid "Deprecated %s called at %s line %d in %s\n"
60bcf0fa
NC
2289msgstr ""
2290
05864e2a 2291#: libbfd.c:854
60bcf0fa 2292#, c-format
3b16e843 2293msgid "Deprecated %s called\n"
60bcf0fa
NC
2294msgstr ""
2295
fce00800 2296#: linker.c:1829
d1cf510e
NC
2297#, c-format
2298msgid "%s: indirect symbol `%s' to `%s' is a loop"
2299msgstr ""
2300
fce00800 2301#: linker.c:2697
e0a2c38a 2302#, c-format
fce00800 2303msgid "Attempt to do relocatable link with %s input and %s output"
e0a2c38a
RH
2304msgstr ""
2305
05864e2a 2306#: merge.c:797
b3baf5d0
NC
2307#, c-format
2308msgid "%s: access beyond end of merged section (%ld + %ld)"
2309msgstr ""
2310
e30ddb24 2311#: mmo.c:503
328577ad
NC
2312#, c-format
2313msgid "%s: No core to allocate section name %s\n"
2314msgstr ""
2315
e30ddb24 2316#: mmo.c:579
328577ad
NC
2317#, c-format
2318msgid "%s: No core to allocate a symbol %d bytes long\n"
2319msgstr ""
2320
e30ddb24 2321#: mmo.c:1287
328577ad
NC
2322#, c-format
2323msgid "%s: invalid mmo file: initialization value for $255 is not `Main'\n"
2324msgstr ""
2325
e30ddb24 2326#: mmo.c:1433
328577ad
NC
2327#, c-format
2328msgid ""
2329"%s: unsupported wide character sequence 0x%02X 0x%02X after symbol name "
2330"starting with `%s'\n"
2331msgstr ""
2332
e30ddb24 2333#: mmo.c:1674
328577ad
NC
2334#, c-format
2335msgid "%s: invalid mmo file: unsupported lopcode `%d'\n"
2336msgstr ""
2337
e30ddb24 2338#: mmo.c:1684
328577ad
NC
2339#, c-format
2340msgid "%s: invalid mmo file: expected YZ = 1 got YZ = %d for lop_quote\n"
2341msgstr ""
2342
e30ddb24 2343#: mmo.c:1720
328577ad
NC
2344#, c-format
2345msgid "%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_loc\n"
2346msgstr ""
2347
e30ddb24 2348#: mmo.c:1766
328577ad
NC
2349#, c-format
2350msgid ""
2351"%s: invalid mmo file: expected z = 1 or z = 2, got z = %d for lop_fixo\n"
2352msgstr ""
2353
e30ddb24 2354#: mmo.c:1805
328577ad
NC
2355#, c-format
2356msgid "%s: invalid mmo file: expected y = 0, got y = %d for lop_fixrx\n"
2357msgstr ""
2358
e30ddb24 2359#: mmo.c:1814
328577ad
NC
2360#, c-format
2361msgid ""
2362"%s: invalid mmo file: expected z = 16 or z = 24, got z = %d for lop_fixrx\n"
2363msgstr ""
2364
e30ddb24 2365#: mmo.c:1837
328577ad
NC
2366#, c-format
2367msgid ""
2368"%s: invalid mmo file: leading byte of operand word must be 0 or 1, got %d "
2369"for lop_fixrx\n"
2370msgstr ""
2371
e30ddb24 2372#: mmo.c:1860
328577ad
NC
2373#, c-format
2374msgid "%s: cannot allocate file name for file number %d, %d bytes\n"
2375msgstr ""
2376
e30ddb24 2377#: mmo.c:1880
328577ad
NC
2378#, c-format
2379msgid ""
2380"%s: invalid mmo file: file number %d `%s', was already entered as `%s'\n"
2381msgstr ""
2382
e30ddb24 2383#: mmo.c:1893
328577ad
NC
2384#, c-format
2385msgid ""
2386"%s: invalid mmo file: file name for number %d was not specified before use\n"
2387msgstr ""
2388
e30ddb24 2389#: mmo.c:1999
328577ad
NC
2390#, c-format
2391msgid ""
2392"%s: invalid mmo file: fields y and z of lop_stab non-zero, y: %d, z: %d\n"
2393msgstr ""
2394
e30ddb24 2395#: mmo.c:2035
328577ad
NC
2396#, c-format
2397msgid "%s: invalid mmo file: lop_end not last item in file\n"
2398msgstr ""
2399
e30ddb24 2400#: mmo.c:2048
328577ad
NC
2401#, c-format
2402msgid ""
2403"%s: invalid mmo file: YZ of lop_end (%ld) not equal to the number of tetras "
2404"to the preceding lop_stab (%ld)\n"
2405msgstr ""
2406
e30ddb24 2407#: mmo.c:2698
328577ad
NC
2408#, c-format
2409msgid "%s: invalid symbol table: duplicate symbol `%s'\n"
2410msgstr ""
2411
e30ddb24 2412#: mmo.c:2949
328577ad
NC
2413#, c-format
2414msgid ""
2415"%s: Bad symbol definition: `Main' set to %s rather than the start address %"
2416"s\n"
2417msgstr ""
2418
e30ddb24 2419#: mmo.c:3039
328577ad
NC
2420#, c-format
2421msgid ""
2422"%s: warning: symbol table too large for mmo, larger than 65535 32-bit words: "
2423"%d. Only `Main' will be emitted.\n"
2424msgstr ""
2425
e30ddb24 2426#: mmo.c:3084
328577ad
NC
2427#, c-format
2428msgid "%s: internal error, symbol table changed size from %d to %d words\n"
2429msgstr ""
2430
e30ddb24 2431#: mmo.c:3139
328577ad
NC
2432#, c-format
2433msgid "%s: internal error, internal register section %s had contents\n"
2434msgstr ""
2435
e30ddb24 2436#: mmo.c:3191
328577ad
NC
2437#, c-format
2438msgid "%s: no initialized registers; section length 0\n"
2439msgstr ""
2440
e30ddb24 2441#: mmo.c:3197
328577ad
NC
2442#, c-format
2443msgid "%s: too many initialized registers; section length %ld\n"
2444msgstr ""
2445
e30ddb24 2446#: mmo.c:3202
328577ad
NC
2447#, c-format
2448msgid ""
2449"%s: invalid start address for initialized registers of length %ld: 0x%lx%"
2450"08lx\n"
2451msgstr ""
2452
e30ddb24 2453#: oasys.c:1052
e0a2c38a
RH
2454#, c-format
2455msgid "%s: can not represent section `%s' in oasys"
2456msgstr ""
2457
e30ddb24 2458#: osf-core.c:137
e0a2c38a
RH
2459#, c-format
2460msgid "Unhandled OSF/1 core file section type %d\n"
2461msgstr ""
2462
e30ddb24
NC
2463#. XXX code yet to be written.
2464#: peicode.h:787
328577ad 2465#, c-format
e30ddb24 2466msgid "%s: Unhandled import type; %x"
328577ad
NC
2467msgstr ""
2468
e30ddb24 2469#: peicode.h:792
328577ad 2470#, c-format
e30ddb24 2471msgid "%s: Unrecognised import type; %x"
328577ad
NC
2472msgstr ""
2473
e30ddb24 2474#: peicode.h:806
328577ad 2475#, c-format
e30ddb24 2476msgid "%s: Unrecognised import name type; %x"
328577ad
NC
2477msgstr ""
2478
05864e2a 2479#: peicode.h:1194
328577ad 2480#, c-format
e30ddb24 2481msgid "%s: Unrecognised machine type (0x%x) in Import Library Format archive"
328577ad
NC
2482msgstr ""
2483
05864e2a 2484#: peicode.h:1206
8ad3436c 2485#, c-format
e30ddb24
NC
2486msgid ""
2487"%s: Recognised but unhandled machine type (0x%x) in Import Library Format "
2488"archive"
8ad3436c
AM
2489msgstr ""
2490
05864e2a 2491#: peicode.h:1223
8ad3436c 2492#, c-format
e30ddb24 2493msgid "%s: size field is zero in Import Library Format header"
8ad3436c
AM
2494msgstr ""
2495
05864e2a 2496#: peicode.h:1254
8ad3436c 2497#, c-format
e30ddb24 2498msgid "%s: string not null terminated in ILF object file."
8ad3436c
AM
2499msgstr ""
2500
76bff705
NC
2501#: pe-mips.c:659
2502#, c-format
2503msgid "%s: `ld -r' not supported with PE MIPS objects\n"
2504msgstr ""
2505
2506#. OK, at this point the following variables are set up:
2507#. src = VMA of the memory we're fixing up
2508#. mem = pointer to memory we're fixing up
2509#. val = VMA of what we need to refer to
2510#.
2511#: pe-mips.c:795
2512#, c-format
2513msgid "%s: unimplemented %s\n"
2514msgstr ""
2515
2516#: pe-mips.c:821
2517#, c-format
2518msgid "%s: jump too far away\n"
2519msgstr ""
2520
2521#: pe-mips.c:848
2522#, c-format
2523msgid "%s: bad pair/reflo after refhi\n"
2524msgstr ""
2525
328577ad 2526#: ppcboot.c:416
05864e2a 2527#, c-format
e0a2c38a
RH
2528msgid ""
2529"\n"
2530"ppcboot header:\n"
2531msgstr ""
2532
328577ad 2533#: ppcboot.c:417
e0a2c38a
RH
2534#, c-format
2535msgid "Entry offset = 0x%.8lx (%ld)\n"
2536msgstr ""
2537
328577ad 2538#: ppcboot.c:418
e0a2c38a
RH
2539#, c-format
2540msgid "Length = 0x%.8lx (%ld)\n"
2541msgstr ""
2542
328577ad 2543#: ppcboot.c:421
e0a2c38a
RH
2544#, c-format
2545msgid "Flag field = 0x%.2x\n"
2546msgstr ""
2547
328577ad 2548#: ppcboot.c:427
e0a2c38a
RH
2549#, c-format
2550msgid "Partition name = \"%s\"\n"
2551msgstr ""
2552
328577ad 2553#: ppcboot.c:446
e0a2c38a
RH
2554#, c-format
2555msgid ""
2556"\n"
2557"Partition[%d] start = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
2558msgstr ""
2559
328577ad 2560#: ppcboot.c:452
e0a2c38a
RH
2561#, c-format
2562msgid "Partition[%d] end = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n"
2563msgstr ""
2564
328577ad 2565#: ppcboot.c:458
e0a2c38a
RH
2566#, c-format
2567msgid "Partition[%d] sector = 0x%.8lx (%ld)\n"
2568msgstr ""
2569
328577ad 2570#: ppcboot.c:459
e0a2c38a
RH
2571#, c-format
2572msgid "Partition[%d] length = 0x%.8lx (%ld)\n"
2573msgstr ""
2574
e30ddb24 2575#: som.c:5422
e0a2c38a
RH
2576msgid "som_sizeof_headers unimplemented"
2577msgstr ""
2578
e30ddb24 2579#: srec.c:302
e0a2c38a
RH
2580#, c-format
2581msgid "%s:%d: Unexpected character `%s' in S-record file\n"
2582msgstr ""
2583
05864e2a 2584#: stabs.c:326
e30ddb24
NC
2585#, c-format
2586msgid "%s(%s+0x%lx): Stabs entry has invalid string index."
2587msgstr ""
2588
fce00800 2589#: syms.c:1019
e0a2c38a
RH
2590msgid "Unsupported .stab relocation"
2591msgstr ""
2592
328577ad 2593#: vms-gsd.c:356
a74801ba
ILT
2594#, c-format
2595msgid "bfd_make_section (%s) failed"
2596msgstr ""
2597
328577ad 2598#: vms-gsd.c:371
a74801ba
ILT
2599#, c-format
2600msgid "bfd_set_section_flags (%s, %x) failed"
2601msgstr ""
2602
328577ad 2603#: vms-gsd.c:407
a74801ba
ILT
2604#, c-format
2605msgid "Size mismatch section %s=%lx, %s=%lx"
2606msgstr ""
2607
328577ad 2608#: vms-gsd.c:704
e0a2c38a
RH
2609#, c-format
2610msgid "unknown gsd/egsd subtype %d"
2611msgstr ""
2612
e30ddb24 2613#: vms-hdr.c:408
e0a2c38a
RH
2614msgid "Object module NOT error-free !\n"
2615msgstr ""
2616
e30ddb24 2617#: vms-misc.c:541
e0a2c38a
RH
2618#, c-format
2619msgid "Stack overflow (%d) in _bfd_vms_push"
2620msgstr ""
2621
e30ddb24 2622#: vms-misc.c:559
e0a2c38a
RH
2623msgid "Stack underflow in _bfd_vms_pop"
2624msgstr ""
2625
e30ddb24 2626#: vms-misc.c:918
e0a2c38a
RH
2627msgid "_bfd_vms_output_counted called with zero bytes"
2628msgstr ""
2629
e30ddb24 2630#: vms-misc.c:923
e0a2c38a
RH
2631msgid "_bfd_vms_output_counted called with too many bytes"
2632msgstr ""
2633
e30ddb24 2634#: vms-misc.c:1054
e0a2c38a
RH
2635#, c-format
2636msgid "Symbol %s replaced by %s\n"
2637msgstr ""
2638
3c3bdf30 2639#: vms-misc.c:1117
e0a2c38a
RH
2640#, c-format
2641msgid "failed to enter %s"
2642msgstr ""
2643
e30ddb24 2644#: vms-tir.c:102
e0a2c38a
RH
2645msgid "No Mem !"
2646msgstr ""
2647
e30ddb24 2648#: vms-tir.c:383
e0a2c38a 2649#, c-format
3b16e843 2650msgid "bad section index in %s"
e0a2c38a
RH
2651msgstr ""
2652
e30ddb24 2653#: vms-tir.c:396
e0a2c38a 2654#, c-format
3b16e843 2655msgid "unsupported STA cmd %s"
e0a2c38a
RH
2656msgstr ""
2657
e30ddb24 2658#: vms-tir.c:401 vms-tir.c:1261
e0a2c38a 2659#, c-format
3b16e843 2660msgid "reserved STA cmd %d"
e0a2c38a
RH
2661msgstr ""
2662
e30ddb24 2663#: vms-tir.c:512 vms-tir.c:535
e0a2c38a 2664#, c-format
3b16e843 2665msgid "%s: no symbol \"%s\""
e0a2c38a
RH
2666msgstr ""
2667
3b16e843
NC
2668#. unsigned shift
2669#. rotate
2670#. Redefine symbol to current location.
2671#. Define a literal.
e30ddb24
NC
2672#: vms-tir.c:602 vms-tir.c:714 vms-tir.c:824 vms-tir.c:842 vms-tir.c:850
2673#: vms-tir.c:859 vms-tir.c:1584
e0a2c38a 2674#, c-format
3b16e843 2675msgid "%s: not supported"
e0a2c38a
RH
2676msgstr ""
2677
e30ddb24 2678#: vms-tir.c:607 vms-tir.c:1439
e0a2c38a 2679#, c-format
3b16e843 2680msgid "%s: not implemented"
e0a2c38a
RH
2681msgstr ""
2682
e30ddb24 2683#: vms-tir.c:611 vms-tir.c:1443
e0a2c38a 2684#, c-format
3b16e843 2685msgid "reserved STO cmd %d"
e0a2c38a
RH
2686msgstr ""
2687
e30ddb24 2688#: vms-tir.c:729 vms-tir.c:1589
3b16e843
NC
2689#, c-format
2690msgid "reserved OPR cmd %d"
e0a2c38a
RH
2691msgstr ""
2692
e30ddb24 2693#: vms-tir.c:797 vms-tir.c:1653
3b16e843
NC
2694#, c-format
2695msgid "reserved CTL cmd %d"
e0a2c38a
RH
2696msgstr ""
2697
3b16e843
NC
2698#. stack byte from image
2699#. arg: none.
e30ddb24 2700#: vms-tir.c:1169
3b16e843 2701msgid "stack-from-image not implemented"
e0a2c38a
RH
2702msgstr ""
2703
e30ddb24 2704#: vms-tir.c:1187
3b16e843 2705msgid "stack-entry-mask not fully implemented"
e0a2c38a
RH
2706msgstr ""
2707
3b16e843
NC
2708#. compare procedure argument
2709#. arg: cs symbol name
2710#. by argument index
2711#. da argument descriptor
e0a2c38a 2712#.
3b16e843
NC
2713#. compare argument descriptor with symbol argument (ARG$V_PASSMECH)
2714#. and stack TRUE (args match) or FALSE (args dont match) value.
e30ddb24 2715#: vms-tir.c:1201
e0a2c38a
RH
2716msgid "PASSMECH not fully implemented"
2717msgstr ""
2718
e30ddb24 2719#: vms-tir.c:1220
3b16e843 2720msgid "stack-local-symbol not fully implemented"
e0a2c38a
RH
2721msgstr ""
2722
e30ddb24 2723#: vms-tir.c:1233
3b16e843 2724msgid "stack-literal not fully implemented"
e0a2c38a
RH
2725msgstr ""
2726
e30ddb24 2727#: vms-tir.c:1254
3b16e843 2728msgid "stack-local-symbol-entry-point-mask not fully implemented"
e0a2c38a
RH
2729msgstr ""
2730
e30ddb24
NC
2731#: vms-tir.c:1531 vms-tir.c:1543 vms-tir.c:1555 vms-tir.c:1567 vms-tir.c:1632
2732#: vms-tir.c:1640 vms-tir.c:1648
e0a2c38a 2733#, c-format
3b16e843 2734msgid "%s: not fully implemented"
e0a2c38a
RH
2735msgstr ""
2736
e30ddb24 2737#: vms-tir.c:1705
e0a2c38a 2738#, c-format
3b16e843 2739msgid "obj code %d not found"
e0a2c38a
RH
2740msgstr ""
2741
e30ddb24 2742#: vms-tir.c:2043
e0a2c38a
RH
2743#, c-format
2744msgid "SEC_RELOC with no relocs in section %s"
2745msgstr ""
2746
e30ddb24 2747#: vms-tir.c:2331
e0a2c38a
RH
2748#, c-format
2749msgid "Unhandled relocation %s"
2750msgstr ""
2751
e30ddb24 2752#: xcofflink.c:1244
e0a2c38a
RH
2753#, c-format
2754msgid "%s: `%s' has line numbers but no enclosing section"
2755msgstr ""
2756
e30ddb24 2757#: xcofflink.c:1297
e0a2c38a
RH
2758#, c-format
2759msgid "%s: class %d symbol `%s' has no aux entries"
2760msgstr ""
2761
e30ddb24 2762#: xcofflink.c:1320
e0a2c38a
RH
2763#, c-format
2764msgid "%s: symbol `%s' has unrecognized csect type %d"
2765msgstr ""
2766
e30ddb24 2767#: xcofflink.c:1332
e0a2c38a
RH
2768#, c-format
2769msgid "%s: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d"
2770msgstr ""
2771
e30ddb24 2772#: xcofflink.c:1368
e0a2c38a
RH
2773#, c-format
2774msgid "%s: XMC_TC0 symbol `%s' is class %d scnlen %d"
2775msgstr ""
2776
e30ddb24 2777#: xcofflink.c:1520
e0a2c38a
RH
2778#, c-format
2779msgid "%s: csect `%s' not in enclosing section"
2780msgstr ""
2781
e30ddb24 2782#: xcofflink.c:1627
e0a2c38a
RH
2783#, c-format
2784msgid "%s: misplaced XTY_LD `%s'"
2785msgstr ""
2786
e30ddb24 2787#: xcofflink.c:1958
e0a2c38a
RH
2788#, c-format
2789msgid "%s: reloc %s:%d not in csect"
2790msgstr ""
2791
e30ddb24 2792#: xcofflink.c:2095
e0a2c38a
RH
2793#, c-format
2794msgid "%s: XCOFF shared object when not producing XCOFF output"
2795msgstr ""
2796
e30ddb24 2797#: xcofflink.c:2116
e0a2c38a
RH
2798#, c-format
2799msgid "%s: dynamic object with no .loader section"
2800msgstr ""
2801
e30ddb24 2802#: xcofflink.c:2761
e0a2c38a
RH
2803#, c-format
2804msgid "%s: no such symbol"
2805msgstr ""
2806
e30ddb24 2807#: xcofflink.c:2894
7c8ca0e4
NC
2808msgid "error: undefined symbol __rtinit"
2809msgstr ""
2810
e30ddb24 2811#: xcofflink.c:3455
e0a2c38a
RH
2812#, c-format
2813msgid "warning: attempt to export undefined symbol `%s'"
2814msgstr ""
2815
e30ddb24 2816#: xcofflink.c:4448
e0a2c38a
RH
2817#, c-format
2818msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling"
2819msgstr ""
2820
e30ddb24 2821#: xcofflink.c:5288 xcofflink.c:5755 xcofflink.c:5817 xcofflink.c:6119
e0a2c38a
RH
2822#, c-format
2823msgid "%s: loader reloc in unrecognized section `%s'"
2824msgstr ""
2825
e30ddb24 2826#: xcofflink.c:5310 xcofflink.c:6130
e0a2c38a
RH
2827#, c-format
2828msgid "%s: `%s' in loader reloc but not loader sym"
2829msgstr ""
2830
e30ddb24 2831#: xcofflink.c:5325
e0a2c38a
RH
2832#, c-format
2833msgid "%s: loader reloc in read-only section %s"
2834msgstr ""
2835
05864e2a 2836#: elf32-ia64.c:2362 elf64-ia64.c:2362
55c80943
NC
2837msgid "@pltoff reloc against local symbol"
2838msgstr ""
2839
05864e2a 2840#: elf32-ia64.c:3767 elf64-ia64.c:3767
55c80943
NC
2841#, c-format
2842msgid "%s: short data segment overflowed (0x%lx >= 0x400000)"
2843msgstr ""
2844
05864e2a 2845#: elf32-ia64.c:3778 elf64-ia64.c:3778
55c80943
NC
2846#, c-format
2847msgid "%s: __gp does not cover short data segment"
2848msgstr ""
2849
05864e2a 2850#: elf32-ia64.c:4026 elf64-ia64.c:4026
55c80943 2851#, c-format
05864e2a 2852msgid "%s: non-pic code with imm relocation against dynamic symbol `%s'"
55c80943
NC
2853msgstr ""
2854
05864e2a 2855#: elf32-ia64.c:4091 elf64-ia64.c:4091
55c80943
NC
2856#, c-format
2857msgid "%s: @gprel relocation against dynamic symbol %s"
2858msgstr ""
2859
05864e2a 2860#: elf32-ia64.c:4151 elf64-ia64.c:4151
fce00800
AM
2861#, c-format
2862msgid "%s: linking non-pic code in a position independent executable"
2863msgstr ""
2864
05864e2a 2865#: elf32-ia64.c:4288 elf64-ia64.c:4288
e30ddb24
NC
2866#, c-format
2867msgid "%s: @internal branch to dynamic symbol %s"
2868msgstr ""
2869
05864e2a 2870#: elf32-ia64.c:4290 elf64-ia64.c:4290
55c80943 2871#, c-format
e30ddb24 2872msgid "%s: speculation fixup to dynamic symbol %s"
55c80943
NC
2873msgstr ""
2874
05864e2a 2875#: elf32-ia64.c:4292 elf64-ia64.c:4292
55c80943 2876#, c-format
e30ddb24 2877msgid "%s: @pcrel relocation against dynamic symbol %s"
55c80943
NC
2878msgstr ""
2879
05864e2a 2880#: elf32-ia64.c:4504 elf64-ia64.c:4504
55c80943
NC
2881msgid "unsupported reloc"
2882msgstr ""
2883
05864e2a 2884#: elf32-ia64.c:4783 elf64-ia64.c:4783
55c80943
NC
2885#, c-format
2886msgid "%s: linking trap-on-NULL-dereference with non-trapping files"
2887msgstr ""
2888
05864e2a 2889#: elf32-ia64.c:4792 elf64-ia64.c:4792
55c80943
NC
2890#, c-format
2891msgid "%s: linking big-endian files with little-endian files"
2892msgstr ""
2893
05864e2a 2894#: elf32-ia64.c:4801 elf64-ia64.c:4801
55c80943
NC
2895#, c-format
2896msgid "%s: linking 64-bit files with 32-bit files"
2897msgstr ""
2898
05864e2a 2899#: elf32-ia64.c:4810 elf64-ia64.c:4810
55c80943
NC
2900#, c-format
2901msgid "%s: linking constant-gp files with non-constant-gp files"
2902msgstr ""
2903
05864e2a 2904#: elf32-ia64.c:4820 elf64-ia64.c:4820
55c80943
NC
2905#, c-format
2906msgid "%s: linking auto-pic files with non-auto-pic files"
2907msgstr ""
2908
05864e2a 2909#: peigen.c:1031 pepigen.c:1031
55c80943
NC
2910#, c-format
2911msgid "%s: line number overflow: 0x%lx > 0xffff"
2912msgstr ""
2913
05864e2a 2914#: peigen.c:1052 pepigen.c:1052
55c80943
NC
2915#, c-format
2916msgid "%s: reloc overflow 1: 0x%lx > 0xffff"
2917msgstr ""
2918
05864e2a 2919#: peigen.c:1066 pepigen.c:1066
55c80943
NC
2920msgid "Export Directory [.edata (or where ever we found it)]"
2921msgstr ""
2922
05864e2a 2923#: peigen.c:1067 pepigen.c:1067
55c80943
NC
2924msgid "Import Directory [parts of .idata]"
2925msgstr ""
2926
05864e2a 2927#: peigen.c:1068 pepigen.c:1068
55c80943
NC
2928msgid "Resource Directory [.rsrc]"
2929msgstr ""
2930
05864e2a 2931#: peigen.c:1069 pepigen.c:1069
55c80943
NC
2932msgid "Exception Directory [.pdata]"
2933msgstr ""
2934
05864e2a 2935#: peigen.c:1070 pepigen.c:1070
55c80943
NC
2936msgid "Security Directory"
2937msgstr ""
2938
05864e2a 2939#: peigen.c:1071 pepigen.c:1071
55c80943
NC
2940msgid "Base Relocation Directory [.reloc]"
2941msgstr ""
2942
05864e2a 2943#: peigen.c:1072 pepigen.c:1072
55c80943
NC
2944msgid "Debug Directory"
2945msgstr ""
2946
05864e2a 2947#: peigen.c:1073 pepigen.c:1073
55c80943
NC
2948msgid "Description Directory"
2949msgstr ""
2950
05864e2a 2951#: peigen.c:1074 pepigen.c:1074
55c80943
NC
2952msgid "Special Directory"
2953msgstr ""
2954
05864e2a 2955#: peigen.c:1075 pepigen.c:1075
55c80943
NC
2956msgid "Thread Storage Directory [.tls]"
2957msgstr ""
2958
05864e2a 2959#: peigen.c:1076 pepigen.c:1076
55c80943
NC
2960msgid "Load Configuration Directory"
2961msgstr ""
2962
05864e2a 2963#: peigen.c:1077 pepigen.c:1077
55c80943
NC
2964msgid "Bound Import Directory"
2965msgstr ""
2966
05864e2a 2967#: peigen.c:1078 pepigen.c:1078
55c80943
NC
2968msgid "Import Address Table Directory"
2969msgstr ""
2970
05864e2a 2971#: peigen.c:1079 pepigen.c:1079
55c80943
NC
2972msgid "Delay Import Directory"
2973msgstr ""
2974
05864e2a 2975#: peigen.c:1080 peigen.c:1081 pepigen.c:1080 pepigen.c:1081
55c80943
NC
2976msgid "Reserved"
2977msgstr ""
2978
05864e2a
AM
2979#: peigen.c:1144 pepigen.c:1144
2980#, c-format
55c80943
NC
2981msgid ""
2982"\n"
2983"There is an import table, but the section containing it could not be found\n"
2984msgstr ""
2985
05864e2a 2986#: peigen.c:1149 pepigen.c:1149
55c80943
NC
2987#, c-format
2988msgid ""
2989"\n"
2990"There is an import table in %s at 0x%lx\n"
2991msgstr ""
2992
05864e2a 2993#: peigen.c:1186 pepigen.c:1186
55c80943
NC
2994#, c-format
2995msgid ""
2996"\n"
2997"Function descriptor located at the start address: %04lx\n"
2998msgstr ""
2999
05864e2a 3000#: peigen.c:1189 pepigen.c:1189
55c80943
NC
3001#, c-format
3002msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n"
3003msgstr ""
3004
05864e2a
AM
3005#: peigen.c:1195 pepigen.c:1195
3006#, c-format
55c80943
NC
3007msgid ""
3008"\n"
3009"No reldata section! Function descriptor not decoded.\n"
3010msgstr ""
3011
05864e2a 3012#: peigen.c:1200 pepigen.c:1200
55c80943
NC
3013#, c-format
3014msgid ""
3015"\n"
3016"The Import Tables (interpreted %s section contents)\n"
3017msgstr ""
3018
05864e2a
AM
3019#: peigen.c:1203 pepigen.c:1203
3020#, c-format
3b16e843
NC
3021msgid ""
3022" vma: Hint Time Forward DLL First\n"
3023" Table Stamp Chain Name Thunk\n"
55c80943
NC
3024msgstr ""
3025
05864e2a 3026#: peigen.c:1254 pepigen.c:1254
55c80943
NC
3027#, c-format
3028msgid ""
3029"\n"
3030"\tDLL Name: %s\n"
3031msgstr ""
3032
05864e2a
AM
3033#: peigen.c:1265 pepigen.c:1265
3034#, c-format
e30ddb24 3035msgid "\tvma: Hint/Ord Member-Name Bound-To\n"
55c80943
NC
3036msgstr ""
3037
05864e2a
AM
3038#: peigen.c:1290 pepigen.c:1290
3039#, c-format
e30ddb24
NC
3040msgid ""
3041"\n"
3042"There is a first thunk, but the section containing it could not be found\n"
55c80943
NC
3043msgstr ""
3044
05864e2a
AM
3045#: peigen.c:1430 pepigen.c:1430
3046#, c-format
55c80943
NC
3047msgid ""
3048"\n"
3049"There is an export table, but the section containing it could not be found\n"
3050msgstr ""
3051
05864e2a 3052#: peigen.c:1435 pepigen.c:1435
55c80943
NC
3053#, c-format
3054msgid ""
3055"\n"
3056"There is an export table in %s at 0x%lx\n"
3057msgstr ""
3058
05864e2a 3059#: peigen.c:1466 pepigen.c:1466
55c80943
NC
3060#, c-format
3061msgid ""
3062"\n"
3063"The Export Tables (interpreted %s section contents)\n"
3064"\n"
3065msgstr ""
3066
05864e2a 3067#: peigen.c:1470 pepigen.c:1470
55c80943
NC
3068#, c-format
3069msgid "Export Flags \t\t\t%lx\n"
3070msgstr ""
3071
05864e2a 3072#: peigen.c:1473 pepigen.c:1473
55c80943
NC
3073#, c-format
3074msgid "Time/Date stamp \t\t%lx\n"
3075msgstr ""
3076
05864e2a 3077#: peigen.c:1476 pepigen.c:1476
55c80943
NC
3078#, c-format
3079msgid "Major/Minor \t\t\t%d/%d\n"
3080msgstr ""
3081
05864e2a
AM
3082#: peigen.c:1479 pepigen.c:1479
3083#, c-format
55c80943
NC
3084msgid "Name \t\t\t\t"
3085msgstr ""
3086
05864e2a 3087#: peigen.c:1485 pepigen.c:1485
55c80943
NC
3088#, c-format
3089msgid "Ordinal Base \t\t\t%ld\n"
3090msgstr ""
3091
05864e2a
AM
3092#: peigen.c:1488 pepigen.c:1488
3093#, c-format
55c80943
NC
3094msgid "Number in:\n"
3095msgstr ""
3096
05864e2a 3097#: peigen.c:1491 pepigen.c:1491
55c80943
NC
3098#, c-format
3099msgid "\tExport Address Table \t\t%08lx\n"
3100msgstr ""
3101
05864e2a 3102#: peigen.c:1495 pepigen.c:1495
55c80943
NC
3103#, c-format
3104msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n"
3105msgstr ""
3106
05864e2a
AM
3107#: peigen.c:1498 pepigen.c:1498
3108#, c-format
55c80943
NC
3109msgid "Table Addresses\n"
3110msgstr ""
3111
05864e2a
AM
3112#: peigen.c:1501 pepigen.c:1501
3113#, c-format
55c80943
NC
3114msgid "\tExport Address Table \t\t"
3115msgstr ""
3116
05864e2a
AM
3117#: peigen.c:1506 pepigen.c:1506
3118#, c-format
55c80943
NC
3119msgid "\tName Pointer Table \t\t"
3120msgstr ""
3121
05864e2a
AM
3122#: peigen.c:1511 pepigen.c:1511
3123#, c-format
55c80943
NC
3124msgid "\tOrdinal Table \t\t\t"
3125msgstr ""
3126
05864e2a 3127#: peigen.c:1526 pepigen.c:1526
55c80943
NC
3128#, c-format
3129msgid ""
3130"\n"
3131"Export Address Table -- Ordinal Base %ld\n"
3132msgstr ""
3133
05864e2a 3134#: peigen.c:1545 pepigen.c:1545
55c80943
NC
3135msgid "Forwarder RVA"
3136msgstr ""
3137
05864e2a 3138#: peigen.c:1556 pepigen.c:1556
55c80943
NC
3139msgid "Export RVA"
3140msgstr ""
3141
05864e2a
AM
3142#: peigen.c:1563 pepigen.c:1563
3143#, c-format
55c80943
NC
3144msgid ""
3145"\n"
3146"[Ordinal/Name Pointer] Table\n"
3147msgstr ""
3148
05864e2a 3149#: peigen.c:1618 pepigen.c:1618
55c80943
NC
3150#, c-format
3151msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n"
3152msgstr ""
3153
05864e2a
AM
3154#: peigen.c:1622 pepigen.c:1622
3155#, c-format
55c80943
NC
3156msgid ""
3157"\n"
3158"The Function Table (interpreted .pdata section contents)\n"
3159msgstr ""
3160
05864e2a
AM
3161#: peigen.c:1625 pepigen.c:1625
3162#, c-format
55c80943
NC
3163msgid " vma:\t\t\tBegin Address End Address Unwind Info\n"
3164msgstr ""
3165
05864e2a
AM
3166#: peigen.c:1627 pepigen.c:1627
3167#, c-format
3b16e843
NC
3168msgid ""
3169" vma:\t\tBegin End EH EH PrologEnd Exception\n"
3170" \t\tAddress Address Handler Data Address Mask\n"
55c80943
NC
3171msgstr ""
3172
05864e2a
AM
3173#: peigen.c:1697 pepigen.c:1697
3174#, c-format
55c80943
NC
3175msgid " Register save millicode"
3176msgstr ""
3177
05864e2a
AM
3178#: peigen.c:1700 pepigen.c:1700
3179#, c-format
55c80943
NC
3180msgid " Register restore millicode"
3181msgstr ""
3182
05864e2a
AM
3183#: peigen.c:1703 pepigen.c:1703
3184#, c-format
55c80943
NC
3185msgid " Glue code sequence"
3186msgstr ""
3187
05864e2a
AM
3188#: peigen.c:1755 pepigen.c:1755
3189#, c-format
55c80943
NC
3190msgid ""
3191"\n"
3192"\n"
3193"PE File Base Relocations (interpreted .reloc section contents)\n"
3194msgstr ""
3195
05864e2a 3196#: peigen.c:1785 pepigen.c:1785
55c80943
NC
3197#, c-format
3198msgid ""
3199"\n"
3200"Virtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n"
3201msgstr ""
3202
05864e2a 3203#: peigen.c:1798 pepigen.c:1798
55c80943
NC
3204#, c-format
3205msgid "\treloc %4d offset %4x [%4lx] %s"
3206msgstr ""
3207
3208#. The MS dumpbin program reportedly ands with 0xff0f before
3209#. printing the characteristics field. Not sure why. No reason to
3210#. emulate it here.
05864e2a 3211#: peigen.c:1838 pepigen.c:1838
55c80943
NC
3212#, c-format
3213msgid ""
3214"\n"
3215"Characteristics 0x%x\n"
3216msgstr ""
This page took 1.066096 seconds and 4 git commands to generate.