aboutsummaryrefslogtreecommitdiff
path: root/ld/po/ld.pot
blob: 0bef15741a1d82ebe93e061d5b86a938ba0695e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://sourceware.org/bugzilla/\n"
"POT-Creation-Date: 2023-01-05 10:57+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

#: ldcref.c:170
msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n"
msgstr ""

#: ldcref.c:176
msgid "%X%P: cref_hash_lookup failed: %E\n"
msgstr ""

#: ldcref.c:186
msgid "%X%P: cref alloc failed: %E\n"
msgstr ""

#: ldcref.c:371
#, c-format
msgid ""
"\n"
"Cross Reference Table\n"
"\n"
msgstr ""

#: ldcref.c:372
msgid "Symbol"
msgstr ""

#: ldcref.c:380
#, c-format
msgid "File\n"
msgstr ""

#: ldcref.c:384
#, c-format
msgid "No symbols\n"
msgstr ""

#: ldcref.c:413 ldcref.c:565
msgid "%P: symbol `%pT' missing from main hash table\n"
msgstr ""

#: ldcref.c:517 ldcref.c:628 ldmain.c:1311 ldmisc.c:324 pe-dll.c:758
#: pe-dll.c:1324 pe-dll.c:1445 pe-dll.c:1569 eaarch64pe.c:1573 earm64pe.c:1573
#: earm_wince_pe.c:1575 earm_wince_pe.c:1747 earmpe.c:1575 earmpe.c:1747
#: ei386pe.c:1575 ei386pe.c:1747 ei386pe_posix.c:1575 ei386pe_posix.c:1747
#: ei386pep.c:1573 emcorepe.c:1575 emcorepe.c:1747 eshpe.c:1575 eshpe.c:1747
msgid "%F%P: %pB: could not read symbols: %E\n"
msgstr ""

#: ldcref.c:690 ldcref.c:697 ldmain.c:1373 ldmain.c:1380
msgid "%F%P: %pB: could not read relocs: %E\n"
msgstr ""

#. We found a reloc for the symbol.  The symbol is defined
#. in OUTSECNAME.  This reloc is from a section which is
#. mapped into a section from which references to OUTSECNAME
#. are prohibited.  We must report an error.
#: ldcref.c:724
msgid "%X%P: %C: prohibited cross reference from %s to `%pT' in %s\n"
msgstr ""

#: ldctor.c:84
msgid "%X%P: different relocs used in set %s\n"
msgstr ""

#: ldctor.c:102
msgid "%X%P: different object file formats composing set %s\n"
msgstr ""

#: ldctor.c:278 ldctor.c:299
msgid "%X%P: %s does not support reloc %s for set %s\n"
msgstr ""

#: ldctor.c:294
msgid "%X%P: special section %s does not support reloc %s for set %s\n"
msgstr ""

#: ldctor.c:320
msgid "%X%P: unsupported size %d for set %s\n"
msgstr ""

#: ldctor.c:343
msgid ""
"\n"
"Set                 Symbol\n"
"\n"
msgstr ""

#: ldelf.c:77
msgid "%P: warning: -z dynamic-undefined-weak ignored\n"
msgstr ""

#: ldelf.c:97
msgid "%F%P: common page size (0x%v) > maximum page size (0x%v)\n"
msgstr ""

#: ldelf.c:123
msgid "%F%P: %pB: --just-symbols may not be used on DSO\n"
msgstr ""

#: ldelf.c:225
msgid "%P: %pB: bfd_stat failed: %E\n"
msgstr ""

#: ldelf.c:266
msgid "%P: warning: %s, needed by %pB, may conflict with %s\n"
msgstr ""

#: ldelf.c:286 ldfile.c:133
#, c-format
msgid "attempt to open %s failed\n"
msgstr ""

#: ldelf.c:323
msgid "%F%P: %pB: bfd_elf_get_bfd_needed_list failed: %E\n"
msgstr ""

#: ldelf.c:371
msgid "%F%P: %pB: bfd_stat failed: %E\n"
msgstr ""

#: ldelf.c:377
#, c-format
msgid "found %s at %s\n"
msgstr ""

#: ldelf.c:410 ldlang.c:3013 ldlang.c:3027
msgid "%F%P: %pB: error adding symbols: %E\n"
msgstr ""

#. We only issue an "unrecognised" message in verbose mode
#. as the $<foo> token might be a legitimate component of
#. a path name in the target's file system.
#: ldelf.c:597
#, c-format
msgid "unrecognised or unsupported token '%s' in search path\n"
msgstr ""

#: ldelf.c:1077
#, c-format
msgid "%s needed by %pB\n"
msgstr ""

#: ldelf.c:1186
msgid ""
"%P: warning: %s, needed by %pB, not found (try using -rpath or -rpath-link)\n"
msgstr ""

#: ldelf.c:1202
msgid "%F%P: failed to add DT_NEEDED dynamic tag\n"
msgstr ""

#: ldelf.c:1253
msgid "%F%P: %s: can't open for writing: %E\n"
msgstr ""

#: ldelf.c:1309
msgid "%F%P: cannot use executable file '%pB' as input to a link\n"
msgstr ""

#: ldelf.c:1363
msgid ""
"%F%P: compact frame descriptions incompatible with DWARF2 .eh_frame from %"
"pB\n"
msgstr ""

#: ldelf.c:1399
msgid ""
"%P: warning: cannot create .eh_frame_hdr section, --eh-frame-hdr ignored\n"
msgstr ""

#: ldelf.c:1405
msgid "%F%P: failed to parse EH frame entries\n"
msgstr ""

#: ldelf.c:1447
msgid "%P: warning: .note.gnu.build-id section discarded, --build-id ignored\n"
msgstr ""

#: ldelf.c:1496 eaarch64pe.c:1357 earm64pe.c:1357 earm_wince_pe.c:1341
#: earmpe.c:1341 ei386pe.c:1341 ei386pe_posix.c:1341 ei386pep.c:1357
#: emcorepe.c:1341 eshpe.c:1341
msgid "%P: warning: unrecognized --build-id style ignored\n"
msgstr ""

#: ldelf.c:1515
msgid ""
"%P: warning: cannot create .note.gnu.build-id section, --build-id ignored\n"
msgstr ""

#: ldelf.c:1536
msgid ""
"%P: warning: .note.package section discarded, --package-metadata ignored\n"
msgstr ""

#: ldelf.c:1591
msgid "%P: warning: --package-metadata is empty, ignoring\n"
msgstr ""

#: ldelf.c:1601
msgid ""
"%P: warning: --package-metadata=%s does not contain valid JSON, ignoring: %"
"s\n"
msgstr ""

#: ldelf.c:1630
msgid ""
"%P: warning: cannot create .note.package section, --package-metadata "
"ignored\n"
msgstr ""

#: ldelf.c:1662 eaix5ppc.c:1574 eaix5rs6.c:1574 eaixppc.c:1574 eaixrs6.c:1574
#: eppcmacos.c:1574
msgid "%F%P: failed to record assignment to %s: %E\n"
msgstr ""

#: ldelf.c:1840 ldelf.c:1905 eaix5ppc.c:844 eaix5rs6.c:844 eaixppc.c:844
#: eaixrs6.c:844 eelf64_ia64_vms.c:209 eppcmacos.c:844
msgid "%F%P: failed to set dynamic section sizes: %E\n"
msgstr ""

#: ldelf.c:1877
msgid "%F%P: %pB: can't read contents of section .gnu.warning: %E\n"
msgstr ""

#: ldelfgen.c:284
msgid "%F%P: %pA has both ordered and unordered sections\n"
msgstr ""

#: ldelfgen.c:309
msgid "%F%P: map sections to segments failed: %E\n"
msgstr ""

#: ldelfgen.c:329
msgid "%F%P: looping in map_segments\n"
msgstr ""

#: ldelfgen.c:341
msgid "%F%P: failed to strip zero-sized dynamic sections\n"
msgstr ""

#: ldelfgen.c:419
msgid ""
"%F%P: warning: CTF strtab association failed; strings will not be shared: %"
"s\n"
msgstr ""

#: ldelfgen.c:446
msgid ""
"%F%P: warning: CTF symbol addition failed; CTF will not be tied to symbols: %"
"s\n"
msgstr ""

#: ldelfgen.c:456
msgid ""
"%F%P: warning: CTF symbol shuffling failed; CTF will not be tied to symbols: "
"%s\n"
msgstr ""

#: ldemul.c:317
#, c-format
msgid "%pS SYSLIB ignored\n"
msgstr ""

#: ldemul.c:323
#, c-format
msgid "%pS HLL ignored\n"
msgstr ""

#: ldemul.c:343
msgid "%P: unrecognised emulation mode: %s\n"
msgstr ""

#: ldemul.c:344
msgid "Supported emulations: "
msgstr ""

#: ldemul.c:386
#, c-format
msgid "  no emulation specific options.\n"
msgstr ""

#: ldexp.c:284
msgid "%F%P: bfd_hash_allocate failed creating symbol %s\n"
msgstr ""

#: ldexp.c:315
msgid "%F%P: bfd_hash_lookup failed creating symbol %s\n"
msgstr ""

#: ldexp.c:561
msgid "%P: warning: address of `%s' isn't multiple of maximum page size\n"
msgstr ""

#: ldexp.c:640
msgid "%F%P:%pS %% by zero\n"
msgstr ""

#: ldexp.c:649
msgid "%F%P:%pS / by zero\n"
msgstr ""

#: ldexp.c:745 ldlang.c:3864 ldmain.c:1278 eaarch64pe.c:1762 earm64pe.c:1762
#: earm_wince_pe.c:1858 earmpe.c:1858 ei386pe.c:1858 ei386pe_posix.c:1858
#: ei386pep.c:1762 emcorepe.c:1858 eshpe.c:1858
msgid "%F%P: bfd_link_hash_lookup failed: %E\n"
msgstr ""

#: ldexp.c:758
msgid "%X%P:%pS: unresolvable symbol `%s' referenced in expression\n"
msgstr ""

#: ldexp.c:773
msgid "%F%P:%pS: undefined symbol `%s' referenced in expression\n"
msgstr ""

#: ldexp.c:811 ldexp.c:829 ldexp.c:857
msgid "%F%P:%pS: undefined section `%s' referenced in expression\n"
msgstr ""

#: ldexp.c:896 ldexp.c:910
msgid "%F%P:%pS: undefined MEMORY region `%s' referenced in expression\n"
msgstr ""

#: ldexp.c:922
msgid "%F%P:%pS: unknown constant `%s' referenced in expression\n"
msgstr ""

#: ldexp.c:1070
msgid "%F%P:%pS can not PROVIDE assignment to location counter\n"
msgstr ""

#: ldexp.c:1103
msgid "%F%P:%pS invalid assignment to location counter\n"
msgstr ""

#: ldexp.c:1107
msgid "%F%P:%pS assignment to location counter invalid outside of SECTIONS\n"
msgstr ""

#: ldexp.c:1126
msgid "%F%P:%pS cannot move location counter backwards (from %V to %V)\n"
msgstr ""

#: ldexp.c:1186
msgid "%F%P:%s: hash creation failed\n"
msgstr ""

#: ldexp.c:1558 ldexp.c:1600 ldexp.c:1660
msgid "%F%P:%pS: nonconstant expression for %s\n"
msgstr ""

#: ldexp.c:1686 ldlang.c:1272 ldlang.c:3346 ldlang.c:7906
msgid "%F%P: can not create hash table: %E\n"
msgstr ""

#: ldfile.c:135
#, c-format
msgid "attempt to open %s succeeded\n"
msgstr ""

#: ldfile.c:141
msgid "%F%P: invalid BFD target `%s'\n"
msgstr ""

#: ldfile.c:267 ldfile.c:297
msgid "%P: skipping incompatible %s when searching for %s\n"
msgstr ""

#: ldfile.c:280
msgid "%F%P: attempted static link of dynamic object `%s'\n"
msgstr ""

#: ldfile.c:407
msgid "%P: cannot find %s (%s): %E\n"
msgstr ""

#. We ignore the return status of the script
#. and always print the error message.
#: ldfile.c:410 ldfile.c:494 ldfile.c:498
msgid "%P: cannot find %s: %E\n"
msgstr ""

#: ldfile.c:462
msgid "%P: cannot find %s inside %s\n"
msgstr ""

#: ldfile.c:477 ldmain.c:1458
msgid "%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"
msgstr ""

#: ldfile.c:481 ldmain.c:1462
msgid "error handling script"
msgstr ""

#: ldfile.c:487 ldmain.c:1468
msgid "%P: Failed to run error handling script '%s', reason: "
msgstr ""

#: ldfile.c:508
msgid "%P: note to link with %s use -l:%s or rename it to lib%s\n"
msgstr ""

#: ldfile.c:537
#, c-format
msgid "cannot find script file %s\n"
msgstr ""

#: ldfile.c:539
#, c-format
msgid "opened script file %s\n"
msgstr ""

#: ldfile.c:688
msgid "%F%P: error: linker script file '%s' appears multiple times\n"
msgstr ""

#: ldfile.c:710
msgid "%F%P: cannot open linker script file %s: %E\n"
msgstr ""

#: ldfile.c:783
msgid "%F%P: cannot represent machine `%s'\n"
msgstr ""

#: ldlang.c:1357
msgid "%P:%pS: warning: redeclaration of memory region `%s'\n"
msgstr ""

#: ldlang.c:1363
msgid "%P:%pS: warning: memory region `%s' not declared\n"
msgstr ""

#: ldlang.c:1399
msgid "%F%P:%pS: error: alias for default memory region\n"
msgstr ""

#: ldlang.c:1410
msgid "%F%P:%pS: error: redefinition of memory region alias `%s'\n"
msgstr ""

#: ldlang.c:1417
msgid "%F%P:%pS: error: memory region `%s' for alias `%s' does not exist\n"
msgstr ""

#: ldlang.c:1478 ldlang.c:1513
msgid "%F%P: failed creating section `%s': %E\n"
msgstr ""

#: ldlang.c:2215
msgid ""
"\n"
"As-needed library included to satisfy reference by file (symbol)\n"
"\n"
msgstr ""

#: ldlang.c:2278
#, c-format
msgid ""
"\n"
"Discarded input sections\n"
"\n"
msgstr ""

#: ldlang.c:2286
msgid ""
"\n"
"Memory Configuration\n"
"\n"
msgstr ""

#: ldlang.c:2288
msgid "Name"
msgstr ""

#: ldlang.c:2288
msgid "Origin"
msgstr ""

#: ldlang.c:2288
msgid "Length"
msgstr ""

#: ldlang.c:2288
msgid "Attributes"
msgstr ""

#: ldlang.c:2312
#, c-format
msgid ""
"\n"
"Linker script and memory map\n"
"\n"
msgstr ""

#: ldlang.c:2365
msgid "%F%P: illegal use of `%s' section\n"
msgstr ""

#: ldlang.c:2374
msgid "%F%P: output format %s cannot represent section called %s: %E\n"
msgstr ""

#: ldlang.c:2541
msgid ""
"%P:%pS: warning: --enable-non-contiguous-regions makes section `%pA' from `%"
"pB' match /DISCARD/ clause.\n"
msgstr ""

#: ldlang.c:2574
msgid ""
"%P:%pS: warning: --enable-non-contiguous-regions may change behaviour for "
"section `%pA' from `%pB' (assigned to %pA, but additional match: %pA)\n"
msgstr ""

#: ldlang.c:2916
msgid "%P: %pB: file not recognized: %E; matching formats:"
msgstr ""

#: ldlang.c:2925
msgid "%F%P: %pB: file not recognized: %E\n"
msgstr ""

#: ldlang.c:2998
msgid "%F%P: %pB: member %pB in archive is not an object\n"
msgstr ""

#: ldlang.c:3268
msgid "%F%P: input file '%s' is the same as output file\n"
msgstr ""

#: ldlang.c:3316
msgid ""
"%P: warning: could not find any targets that match endianness requirement\n"
msgstr ""

#: ldlang.c:3330
msgid "%F%P: target %s not found\n"
msgstr ""

#: ldlang.c:3332
msgid "%F%P: cannot open output file %s: %E\n"
msgstr ""

#: ldlang.c:3338
msgid "%F%P: %s: can not make object file: %E\n"
msgstr ""

#: ldlang.c:3342
msgid "%F%P: %s: can not set architecture: %E\n"
msgstr ""

#: ldlang.c:3522
msgid "%P: warning: %s contains output sections; did you forget -T?\n"
msgstr ""

#: ldlang.c:3569
#, c-format
msgid "%s: %s\n"
msgstr ""

#: ldlang.c:3569
msgid "CTF warning"
msgstr ""

#: ldlang.c:3569
msgid "CTF error"
msgstr ""

#: ldlang.c:3575
#, c-format
msgid "CTF error: cannot get CTF errors: `%s'\n"
msgstr ""

#: ldlang.c:3609
msgid ""
"%P: warning: CTF section in %pB not loaded; its types will be discarded: %s\n"
msgstr ""

#: ldlang.c:3638
msgid "%P: warning: CTF output not created: `%s'\n"
msgstr ""

#: ldlang.c:3681
msgid "%P: warning: CTF section in %pB cannot be linked: `%s'\n"
msgstr ""

#: ldlang.c:3701
msgid "%P: warning: CTF linking failed; output will have no CTF section: %s\n"
msgstr ""

#: ldlang.c:3772
msgid ""
"%P: warning: CTF section emission failed; output will have no CTF section: %"
"s\n"
msgstr ""

#: ldlang.c:3811
msgid ""
"%P: warning: CTF section in %pB not linkable: %P was built without support "
"for CTF\n"
msgstr ""

#: ldlang.c:3949
msgid "%X%P: required symbol `%s' not defined\n"
msgstr ""

#: ldlang.c:4147 ldlang.c:4156
msgid "%F%P: invalid type for output section `%s'\n"
msgstr ""

#: ldlang.c:4290
msgid ""
"warning: INSERT statement in linker script is incompatible with --enable-non-"
"contiguous-regions.\n"
msgstr ""

#: ldlang.c:4303
msgid "%F%P: %s not found for insert\n"
msgstr ""

#: ldlang.c:4539
msgid " load address 0x%V"
msgstr ""

#: ldlang.c:4759
msgid "%W (size before relaxing)\n"
msgstr ""

#: ldlang.c:4850
#, c-format
msgid "Address of section %s set to "
msgstr ""

#: ldlang.c:5042
#, c-format
msgid "Fail with %d\n"
msgstr ""

#: ldlang.c:5255
msgid ""
"%F%P: Output section `%pA' not large enough for the linker-created stubs "
"section `%pA'.\n"
msgstr ""

#: ldlang.c:5260
msgid ""
"%F%P: Relaxation not supported with --enable-non-contiguous-regions (section "
"`%pA' would overflow `%pA' after it changed size).\n"
msgstr ""

#: ldlang.c:5369
msgid "%X%P: section %s VMA wraps around address space\n"
msgstr ""

#: ldlang.c:5375
msgid "%X%P: section %s LMA wraps around address space\n"
msgstr ""

#: ldlang.c:5427
msgid "%X%P: section %s LMA [%V,%V] overlaps section %s LMA [%V,%V]\n"
msgstr ""

#: ldlang.c:5471
msgid "%X%P: section %s VMA [%V,%V] overlaps section %s VMA [%V,%V]\n"
msgstr ""

#: ldlang.c:5494
msgid "%X%P: region `%s' overflowed by %lu byte\n"
msgid_plural "%X%P: region `%s' overflowed by %lu bytes\n"
msgstr[0] ""
msgstr[1] ""

#: ldlang.c:5519
msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n"
msgstr ""

#: ldlang.c:5530
msgid "%X%P: %pB section `%s' will not fit in region `%s'\n"
msgstr ""

#: ldlang.c:5616
msgid ""
"%F%P:%pS: non constant or forward reference address expression for section %"
"s\n"
msgstr ""

#: ldlang.c:5641
msgid "%X%P: internal error on COFF shared library section %s\n"
msgstr ""

#: ldlang.c:5699
msgid "%F%P: error: no memory region specified for loadable section `%s'\n"
msgstr ""

#: ldlang.c:5703
msgid "%P: warning: no memory region specified for loadable section `%s'\n"
msgstr ""

#: ldlang.c:5737
msgid "%P: warning: start of section %s changed by %ld\n"
msgstr ""

#: ldlang.c:5829
msgid "%P: warning: dot moved backwards before `%s'\n"
msgstr ""

#: ldlang.c:6010
msgid "%F%P: can't relax section: %E\n"
msgstr ""

#: ldlang.c:6422
msgid "%F%P: invalid data statement\n"
msgstr ""

#: ldlang.c:6455
msgid "%F%P: invalid reloc statement\n"
msgstr ""

#: ldlang.c:6873
msgid ""
"%F%P: --gc-sections requires a defined symbol root specified by -e or -u\n"
msgstr ""

#: ldlang.c:6898
msgid "%F%P: %s: can't set start address\n"
msgstr ""

#: ldlang.c:6911 ldlang.c:6930
msgid "%F%P: can't set start address\n"
msgstr ""

#: ldlang.c:6924
msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n"
msgstr ""

#: ldlang.c:6935 ldlang.c:6943
msgid "%P: warning: cannot find entry symbol %s; not setting start address\n"
msgstr ""

#: ldlang.c:6999
msgid ""
"%F%P: relocatable linking with relocations from format %s (%pB) to format %s "
"(%pB) is not supported\n"
msgstr ""

#: ldlang.c:7009
msgid ""
"%X%P: %s architecture of input file `%pB' is incompatible with %s output\n"
msgstr ""

#: ldlang.c:7033
msgid "%X%P: failed to merge target specific data of file %pB\n"
msgstr ""

#: ldlang.c:7104
msgid "%F%P: could not define common symbol `%pT': %E\n"
msgstr ""

#: ldlang.c:7116
msgid ""
"\n"
"Allocating common symbols\n"
msgstr ""

#: ldlang.c:7117
msgid ""
"Common symbol       size              file\n"
"\n"
msgstr ""

#: ldlang.c:7174
msgid "%X%P: error: unplaced orphan section `%pA' from `%pB'\n"
msgstr ""

#: ldlang.c:7192
msgid ""
"%P: warning: orphan section `%pA' from `%pB' being placed in section `%s'\n"
msgstr ""

#: ldlang.c:7282
msgid "%F%P: invalid character %c (%d) in flags\n"
msgstr ""

#: ldlang.c:7394
msgid "%F%P:%pS: error: align with input and explicit align specified\n"
msgstr ""

#: ldlang.c:7865
msgid ""
"%P: warning: --enable-non-contiguous-regions discards section `%pA' from `%"
"pB'\n"
msgstr ""

#: ldlang.c:7944
msgid "%F%P: %s: plugin reported error after all symbols read\n"
msgstr ""

#: ldlang.c:8409
msgid "%F%P: multiple STARTUP files\n"
msgstr ""

#: ldlang.c:8455
msgid "%X%P:%pS: section has both a load address and a load region\n"
msgstr ""

#: ldlang.c:8561
msgid ""
"%X%P:%pS: PHDRS and FILEHDR are not supported when prior PT_LOAD headers "
"lack them\n"
msgstr ""

#: ldlang.c:8634
msgid "%F%P: no sections assigned to phdrs\n"
msgstr ""

#: ldlang.c:8672
msgid "%F%P: bfd_record_phdr failed: %E\n"
msgstr ""

#: ldlang.c:8692
msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n"
msgstr ""

#: ldlang.c:9115
msgid "%X%P: unknown language `%s' in version information\n"
msgstr ""

#: ldlang.c:9260
msgid ""
"%X%P: anonymous version tag cannot be combined with other version tags\n"
msgstr ""

#: ldlang.c:9269
msgid "%X%P: duplicate version tag `%s'\n"
msgstr ""

#: ldlang.c:9290 ldlang.c:9299 ldlang.c:9317 ldlang.c:9327
msgid "%X%P: duplicate expression `%s' in version information\n"
msgstr ""

#: ldlang.c:9367
msgid "%X%P: unable to find version dependency `%s'\n"
msgstr ""

#: ldlang.c:9390
msgid "%X%P: unable to read .exports section contents\n"
msgstr ""

#: ldlang.c:9436
msgid "%P: invalid origin for memory region %s\n"
msgstr ""

#: ldlang.c:9448
msgid "%P: invalid length for memory region %s\n"
msgstr ""

#: ldlang.c:9560
msgid "%X%P: unknown feature `%s'\n"
msgstr ""

#: ldmain.c:196
msgid "%F%P: cannot open dependency file %s: %E\n"
msgstr ""

#: ldmain.c:264
msgid "%F%P: fatal error: libbfd ABI mismatch\n"
msgstr ""

#: ldmain.c:300
msgid "%X%P: can't set BFD default target to `%s': %E\n"
msgstr ""

#: ldmain.c:405
msgid "built in linker script"
msgstr ""

#: ldmain.c:415
msgid "using external linker script:"
msgstr ""

#: ldmain.c:417
msgid "using internal linker script:"
msgstr ""

#: ldmain.c:464
msgid "%F%P: --no-define-common may not be used without -shared\n"
msgstr ""

#: ldmain.c:470
msgid "%F%P: no input files\n"
msgstr ""

#: ldmain.c:474
msgid "%P: mode %s\n"
msgstr ""

#: ldmain.c:490 ends32belf.c:455 ends32belf16m.c:455 ends32belf_linux.c:588
#: ends32elf.c:455 ends32elf16m.c:455 ends32elf_linux.c:588
msgid "%F%P: cannot open map file %s: %E\n"
msgstr ""

#: ldmain.c:554
msgid "%P: link errors found, deleting executable `%s'\n"
msgstr ""

#: ldmain.c:563
msgid "%F%P: %s: final close failed: %E\n"
msgstr ""

#: ldmain.c:590
msgid "%F%P: unable to open for source of copy `%s'\n"
msgstr ""

#: ldmain.c:593
msgid "%F%P: unable to open for destination of copy `%s'\n"
msgstr ""

#: ldmain.c:600
msgid "%P: error writing file `%s'\n"
msgstr ""

#: ldmain.c:605 pe-dll.c:1968
#, c-format
msgid "%P: error closing file `%s'\n"
msgstr ""

#: ldmain.c:619
#, c-format
msgid "%s: total time in link: %ld.%06ld\n"
msgstr ""

#: ldmain.c:706
msgid "%F%P: missing argument to -m\n"
msgstr ""

#: ldmain.c:760 ldmain.c:777 ldmain.c:797 ldmain.c:829 pe-dll.c:1405
msgid "%F%P: bfd_hash_table_init failed: %E\n"
msgstr ""

#: ldmain.c:764 ldmain.c:781 ldmain.c:801
msgid "%F%P: bfd_hash_lookup failed: %E\n"
msgstr ""

#: ldmain.c:815
msgid "%X%P: error: duplicate retain-symbols-file\n"
msgstr ""

#: ldmain.c:859
msgid "%F%P: bfd_hash_lookup for insertion failed: %E\n"
msgstr ""

#: ldmain.c:864
msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n"
msgstr ""

#: ldmain.c:980
msgid ""
"Archive member included to satisfy reference by file (symbol)\n"
"\n"
msgstr ""

#: ldmain.c:1086
msgid "%P: %C: warning: multiple definition of `%pT'"
msgstr ""

#: ldmain.c:1089
msgid "%X%P: %C: multiple definition of `%pT'"
msgstr ""

#: ldmain.c:1092
msgid "; %D: first defined here"
msgstr ""

#: ldmain.c:1097
msgid "%P: disabling relaxation; it will not work with multiple definitions\n"
msgstr ""

#: ldmain.c:1150
msgid "%P: %pB: warning: definition of `%pT' overriding common from %pB\n"
msgstr ""

#: ldmain.c:1154
msgid "%P: %pB: warning: definition of `%pT' overriding common\n"
msgstr ""

#: ldmain.c:1163
msgid "%P: %pB: warning: common of `%pT' overridden by definition from %pB\n"
msgstr ""

#: ldmain.c:1167
msgid "%P: %pB: warning: common of `%pT' overridden by definition\n"
msgstr ""

#: ldmain.c:1176
msgid ""
"%P: %pB: warning: common of `%pT' overridden by larger common from %pB\n"
msgstr ""

#: ldmain.c:1180
msgid "%P: %pB: warning: common of `%pT' overridden by larger common\n"
msgstr ""

#: ldmain.c:1187
msgid "%P: %pB: warning: common of `%pT' overriding smaller common from %pB\n"
msgstr ""

#: ldmain.c:1191
msgid "%P: %pB: warning: common of `%pT' overriding smaller common\n"
msgstr ""

#: ldmain.c:1198
msgid "%P: %pB and %pB: warning: multiple common of `%pT'\n"
msgstr ""

#: ldmain.c:1201
msgid "%P: %pB: warning: multiple common of `%pT'\n"
msgstr ""

#: ldmain.c:1220 ldmain.c:1256
msgid "%P: warning: global constructor %s used\n"
msgstr ""

#: ldmain.c:1266
msgid "%F%P: BFD backend error: BFD_RELOC_CTOR unsupported\n"
msgstr ""

#. We found a reloc for the symbol we are looking for.
#: ldmain.c:1338 ldmain.c:1340 ldmain.c:1342 ldmain.c:1350 ldmain.c:1393
msgid "warning: "
msgstr ""

#: ldmain.c:1483
msgid "%X%P: %C: undefined reference to `%pT'\n"
msgstr ""

#: ldmain.c:1486
msgid "%P: %C: warning: undefined reference to `%pT'\n"
msgstr ""

#: ldmain.c:1492
msgid "%X%P: %D: more undefined references to `%pT' follow\n"
msgstr ""

#: ldmain.c:1495
msgid "%P: %D: warning: more undefined references to `%pT' follow\n"
msgstr ""

#: ldmain.c:1506
msgid "%X%P: %pB: undefined reference to `%pT'\n"
msgstr ""

#: ldmain.c:1509
msgid "%P: %pB: warning: undefined reference to `%pT'\n"
msgstr ""

#: ldmain.c:1515
msgid "%X%P: %pB: more undefined references to `%pT' follow\n"
msgstr ""

#: ldmain.c:1518
msgid "%P: %pB: warning: more undefined references to `%pT' follow\n"
msgstr ""

#: ldmain.c:1555
msgid " additional relocation overflows omitted from the output\n"
msgstr ""

#: ldmain.c:1568
#, c-format
msgid " relocation truncated to fit: %s against undefined symbol `%pT'"
msgstr ""

#: ldmain.c:1574
#, c-format
msgid ""
" relocation truncated to fit: %s against symbol `%pT' defined in %pA section "
"in %pB"
msgstr ""

#: ldmain.c:1587
#, c-format
msgid " relocation truncated to fit: %s against `%pT'"
msgstr ""

#: ldmain.c:1603
msgid "%X%H: dangerous relocation: %s\n"
msgstr ""

#: ldmain.c:1617
msgid "%X%H: reloc refers to symbol `%pT' which is not being output\n"
msgstr ""

#: ldmain.c:1651
msgid "%P: %pB: reference to %s\n"
msgstr ""

#: ldmain.c:1653
msgid "%P: %pB: definition of %s\n"
msgstr ""

#: ldmisc.c:363
#, c-format
msgid "%pB: in function `%pT':\n"
msgstr ""

#: ldmisc.c:503
#, c-format
msgid "no symbol"
msgstr ""

#: ldmisc.c:610
msgid "%F%P: internal error %s %d\n"
msgstr ""

#: ldmisc.c:674
msgid "%P: internal error: aborting at %s:%d in %s\n"
msgstr ""

#: ldmisc.c:677
msgid "%P: internal error: aborting at %s:%d\n"
msgstr ""

#: ldmisc.c:679
msgid "%F%P: please report this bug\n"
msgstr ""

#. Output for noisy == 2 is intended to follow the GNU standards.
#: ldver.c:38
#, c-format
msgid "GNU ld %s\n"
msgstr ""

#: ldver.c:42
#, c-format
msgid "Copyright (C) 2023 Free Software Foundation, Inc.\n"
msgstr ""

#: ldver.c:43
#, c-format
msgid ""
"This program is free software; you may redistribute it under the terms of\n"
"the GNU General Public License version 3 or (at your option) a later "
"version.\n"
"This program has absolutely no warranty.\n"
msgstr ""

#: ldver.c:53
#, c-format
msgid "  Supported emulations:\n"
msgstr ""

#: ldwrite.c:60 ldwrite.c:170 ldwrite.c:222 ldwrite.c:263
msgid "%F%P: bfd_new_link_order failed\n"
msgstr ""

#: ldwrite.c:332
msgid "%F%P: cannot create split section name for %s\n"
msgstr ""

#: ldwrite.c:344
msgid "%F%P: clone section failed: %E\n"
msgstr ""

#: ldwrite.c:382
#, c-format
msgid "%8x something else\n"
msgstr ""

#: ldwrite.c:552
msgid "%F%P: final link failed: %E\n"
msgstr ""

#: lexsup.c:105 lexsup.c:290
msgid "KEYWORD"
msgstr ""

#: lexsup.c:105
msgid "Shared library control for HP/UX compatibility"
msgstr ""

#: lexsup.c:108
msgid "ARCH"
msgstr ""

#: lexsup.c:108
msgid "Set architecture"
msgstr ""

#: lexsup.c:110 lexsup.c:430
msgid "TARGET"
msgstr ""

#: lexsup.c:110
msgid "Specify target for following input files"
msgstr ""

#: lexsup.c:113 lexsup.c:119 lexsup.c:176 lexsup.c:180 lexsup.c:216
#: lexsup.c:229 lexsup.c:231 lexsup.c:452 lexsup.c:521 lexsup.c:534
#: lexsup.c:538
msgid "FILE"
msgstr ""

#: lexsup.c:113
msgid "Read MRI format linker script"
msgstr ""

#: lexsup.c:115
msgid "Force common symbols to be defined"
msgstr ""

#: lexsup.c:119
msgid "Write dependency file"
msgstr ""

#: lexsup.c:122
msgid "Force group members out of groups"
msgstr ""

#: lexsup.c:124 lexsup.c:498 lexsup.c:500 lexsup.c:502 lexsup.c:504
#: lexsup.c:506 lexsup.c:508
msgid "ADDRESS"
msgstr ""

#: lexsup.c:124
msgid "Set start address"
msgstr ""

#: lexsup.c:126
msgid "Export all dynamic symbols"
msgstr ""

#: lexsup.c:128
msgid "Undo the effect of --export-dynamic"
msgstr ""

#: lexsup.c:130
msgid "Enable support of non-contiguous memory regions"
msgstr ""

#: lexsup.c:132
msgid ""
"Enable warnings when --enable-non-contiguous-regions may cause unexpected "
"behaviour"
msgstr ""

#: lexsup.c:134
msgid "Link big-endian objects"
msgstr ""

#: lexsup.c:136
msgid "Link little-endian objects"
msgstr ""

#: lexsup.c:138 lexsup.c:141
msgid "SHLIB"
msgstr ""

#: lexsup.c:138
msgid "Auxiliary filter for shared object symbol table"
msgstr ""

#: lexsup.c:141
msgid "Filter for shared object symbol table"
msgstr ""

#: lexsup.c:144
msgid "Ignored"
msgstr ""

#: lexsup.c:146
msgid "SIZE"
msgstr ""

#: lexsup.c:146
msgid "Small data size (if no size, same as --shared)"
msgstr ""

#: lexsup.c:149
msgid "FILENAME"
msgstr ""

#: lexsup.c:149
msgid "Set internal name of shared library"
msgstr ""

#: lexsup.c:151
msgid "PROGRAM"
msgstr ""

#: lexsup.c:151
msgid "Set PROGRAM as the dynamic linker to use"
msgstr ""

#: lexsup.c:154
msgid "Produce an executable with no program interpreter header"
msgstr ""

#: lexsup.c:157
msgid "LIBNAME"
msgstr ""

#: lexsup.c:157
msgid "Search for library LIBNAME"
msgstr ""

#: lexsup.c:159
msgid "DIRECTORY"
msgstr ""

#: lexsup.c:159
msgid "Add DIRECTORY to library search path"
msgstr ""

#: lexsup.c:162
msgid "Override the default sysroot location"
msgstr ""

#: lexsup.c:164
msgid "EMULATION"
msgstr ""

#: lexsup.c:164
msgid "Set emulation"
msgstr ""

#: lexsup.c:166
msgid "Print map file on standard output"
msgstr ""

#: lexsup.c:168
msgid "Do not page align data"
msgstr ""

#: lexsup.c:170
msgid "Do not page align data, do not make text readonly"
msgstr ""

#: lexsup.c:173
msgid "Page align data, make text readonly"
msgstr ""

#: lexsup.c:176
msgid "Set output file name"
msgstr ""

#: lexsup.c:178
msgid "Optimize output file"
msgstr ""

#: lexsup.c:180
msgid "Generate import library"
msgstr ""

#: lexsup.c:183 lexsup.c:194
msgid "PLUGIN"
msgstr ""

#: lexsup.c:183
msgid "Load named plugin"
msgstr ""

#: lexsup.c:185 lexsup.c:196
msgid "ARG"
msgstr ""

#: lexsup.c:185
msgid "Send arg to last-loaded plugin"
msgstr ""

#: lexsup.c:187 lexsup.c:190
msgid "Ignored for GCC LTO option compatibility"
msgstr ""

#: lexsup.c:194
msgid "Load named plugin (ignored)"
msgstr ""

#: lexsup.c:196
msgid "Send arg to last-loaded plugin (ignored)"
msgstr ""

#: lexsup.c:199
msgid "Ignored for GCC linker option compatibility"
msgstr ""

#: lexsup.c:202 lexsup.c:205
msgid "Ignored for gold option compatibility"
msgstr ""

#: lexsup.c:208
msgid "Ignored for SVR4 compatibility"
msgstr ""

#: lexsup.c:212
msgid "Generate relocatable output"
msgstr ""

#: lexsup.c:216
msgid "Just link symbols (if directory, same as --rpath)"
msgstr ""

#: lexsup.c:219
msgid "Strip all symbols"
msgstr ""

#: lexsup.c:221
msgid "Strip debugging symbols"
msgstr ""

#: lexsup.c:223
msgid "Strip symbols in discarded sections"
msgstr ""

#: lexsup.c:225
msgid "Do not strip symbols in discarded sections"
msgstr ""

#: lexsup.c:227
msgid "Trace file opens"
msgstr ""

#: lexsup.c:229
msgid "Read linker script"
msgstr ""

#: lexsup.c:231
msgid "Read default linker script"
msgstr ""

#: lexsup.c:235 lexsup.c:238 lexsup.c:256 lexsup.c:348 lexsup.c:372
#: lexsup.c:491 lexsup.c:524 lexsup.c:536 lexsup.c:582 lexsup.c:585
msgid "SYMBOL"
msgstr ""

#: lexsup.c:235
msgid "Start with undefined reference to SYMBOL"
msgstr ""

#: lexsup.c:238
msgid "Require SYMBOL be defined in the final output"
msgstr ""

#: lexsup.c:241
msgid "[=SECTION]"
msgstr ""

#: lexsup.c:242
msgid "Don't merge input [SECTION | orphan] sections"
msgstr ""

#: lexsup.c:244
msgid "Build global constructor/destructor tables"
msgstr ""

#: lexsup.c:246
msgid "Print version information"
msgstr ""

#: lexsup.c:248
msgid "Print version and emulation information"
msgstr ""

#: lexsup.c:250
msgid "Discard all local symbols"
msgstr ""

#: lexsup.c:252
msgid "Discard temporary local symbols (default)"
msgstr ""

#: lexsup.c:254
msgid "Don't discard any local symbols"
msgstr ""

#: lexsup.c:256
msgid "Trace mentions of SYMBOL"
msgstr ""

#: lexsup.c:258 lexsup.c:454 lexsup.c:456
msgid "PATH"
msgstr ""

#: lexsup.c:258
msgid "Default search path for Solaris compatibility"
msgstr ""

#: lexsup.c:261
msgid "Start a group"
msgstr ""

#: lexsup.c:263
msgid "End a group"
msgstr ""

#: lexsup.c:267
msgid "Accept input files whose architecture cannot be determined"
msgstr ""

#: lexsup.c:271
msgid "Reject input files whose architecture is unknown"
msgstr ""

#: lexsup.c:283
msgid "Only set DT_NEEDED for following dynamic libs if used"
msgstr ""

#: lexsup.c:286
msgid ""
"Always set DT_NEEDED for dynamic libraries mentioned on\n"
"                                the command line"
msgstr ""

#: lexsup.c:290
msgid "Ignored for SunOS compatibility"
msgstr ""

#: lexsup.c:292
msgid "Link against shared libraries"
msgstr ""

#: lexsup.c:298
msgid "Do not link against shared libraries"
msgstr ""

#: lexsup.c:306
msgid "Don't bind global references locally"
msgstr ""

#: lexsup.c:308
msgid "Bind global references locally"
msgstr ""

#: lexsup.c:310
msgid "Bind global function references locally"
msgstr ""

#: lexsup.c:312
msgid "Check section addresses for overlaps (default)"
msgstr ""

#: lexsup.c:315
msgid "Do not check section addresses for overlaps"
msgstr ""

#: lexsup.c:319
msgid "Copy DT_NEEDED links mentioned inside DSOs that follow"
msgstr ""

#: lexsup.c:323
msgid "Do not copy DT_NEEDED links mentioned inside DSOs that follow"
msgstr ""

#: lexsup.c:327
msgid "Output cross reference table"
msgstr ""

#: lexsup.c:329
msgid "SYMBOL=EXPRESSION"
msgstr ""

#: lexsup.c:329
msgid "Define a symbol"
msgstr ""

#: lexsup.c:331
msgid "[=STYLE]"
msgstr ""

#: lexsup.c:331
msgid "Demangle symbol names [using STYLE]"
msgstr ""

#: lexsup.c:335
msgid ""
"Do not allow multiple definitions with symbols included\n"
"                                in filename invoked by -R or --just-symbols"
msgstr ""

#: lexsup.c:340
msgid "Generate embedded relocs"
msgstr ""

#: lexsup.c:342
msgid "Treat warnings as errors"
msgstr ""

#: lexsup.c:345
msgid "Do not treat warnings as errors (default)"
msgstr ""

#: lexsup.c:348
msgid "Call SYMBOL at unload-time"
msgstr ""

#: lexsup.c:350
msgid "Force generation of file with .exe suffix"
msgstr ""

#: lexsup.c:352
msgid "Remove unused sections (on some targets)"
msgstr ""

#: lexsup.c:355
msgid "Don't remove unused sections (default)"
msgstr ""

#: lexsup.c:358
msgid "List removed unused sections on stderr"
msgstr ""

#: lexsup.c:361
msgid "Do not list removed unused sections"
msgstr ""

#: lexsup.c:364
msgid "Keep exported symbols when removing unused sections"
msgstr ""

#: lexsup.c:367
msgid "Set default hash table size close to <NUMBER>"
msgstr ""

#: lexsup.c:370
msgid "Print option help"
msgstr ""

#: lexsup.c:372
msgid "Call SYMBOL at load-time"
msgstr ""

#: lexsup.c:374
msgid "FILE/DIR"
msgstr ""

#: lexsup.c:374
msgid "Write a linker map to FILE or DIR/<outputname>.map"
msgstr ""

#: lexsup.c:376
msgid "Do not define Common storage"
msgstr ""

#: lexsup.c:378
msgid "Do not demangle symbol names"
msgstr ""

#: lexsup.c:380
msgid "Use less memory and more disk I/O"
msgstr ""

#: lexsup.c:382
msgid "Do not allow unresolved references in object files"
msgstr ""

#: lexsup.c:385
msgid "Do not display any warning or error messages"
msgstr ""

#: lexsup.c:388
msgid "Allow unresolved references in shared libraries"
msgstr ""

#: lexsup.c:392
msgid "Do not allow unresolved references in shared libs"
msgstr ""

#: lexsup.c:396
msgid "Allow multiple definitions"
msgstr ""

#: lexsup.c:400
msgid "SCRIPT"
msgstr ""

#: lexsup.c:400
msgid "Provide a script to help with undefined symbol errors"
msgstr ""

#: lexsup.c:403
msgid "Allow undefined version"
msgstr ""

#: lexsup.c:405
msgid "Disallow undefined version"
msgstr ""

#: lexsup.c:407
msgid "Create default symbol version"
msgstr ""

#: lexsup.c:410
msgid "Create default symbol version for imported symbols"
msgstr ""

#: lexsup.c:413
msgid "Don't warn about mismatched input files"
msgstr ""

#: lexsup.c:416
msgid "Don't warn on finding an incompatible library"
msgstr ""

#: lexsup.c:419
msgid "Turn off --whole-archive"
msgstr ""

#: lexsup.c:421
msgid "Create an output file even if errors occur"
msgstr ""

#: lexsup.c:426
msgid ""
"Only use library directories specified on\n"
"                                the command line"
msgstr ""

#: lexsup.c:430
msgid "Specify target of output file"
msgstr ""

#: lexsup.c:433
msgid "Print default output format"
msgstr ""

#: lexsup.c:435
msgid "Print current sysroot"
msgstr ""

#: lexsup.c:437
msgid "Ignored for Linux compatibility"
msgstr ""

#: lexsup.c:440
msgid "Reduce memory overheads, possibly taking much longer"
msgstr ""

#: lexsup.c:444
msgid "Set the maximum cache size to SIZE bytes"
msgstr ""

#: lexsup.c:447
msgid "Reduce code size by using target specific optimizations"
msgstr ""

#: lexsup.c:449
msgid "Do not use relaxation techniques to reduce code size"
msgstr ""

#: lexsup.c:452
msgid "Keep only symbols listed in FILE"
msgstr ""

#: lexsup.c:454
msgid "Set runtime shared library search path"
msgstr ""

#: lexsup.c:456
msgid "Set link time shared library search path"
msgstr ""

#: lexsup.c:459
msgid "Create a shared library"
msgstr ""

#: lexsup.c:463
msgid "Create a position independent executable"
msgstr ""

#: lexsup.c:467
msgid "Create a position dependent executable (default)"
msgstr ""

#: lexsup.c:469
msgid "[=ascending|descending]"
msgstr ""

#: lexsup.c:470
msgid "Sort common symbols by alignment [in specified order]"
msgstr ""

#: lexsup.c:475
msgid "name|alignment"
msgstr ""

#: lexsup.c:476
msgid "Sort sections by name or maximum alignment"
msgstr ""

#: lexsup.c:478
msgid "COUNT"
msgstr ""

#: lexsup.c:478
msgid "How many tags to reserve in .dynamic section"
msgstr ""

#: lexsup.c:481
msgid "[=SIZE]"
msgstr ""

#: lexsup.c:481
msgid "Split output sections every SIZE octets"
msgstr ""

#: lexsup.c:484
msgid "[=COUNT]"
msgstr ""

#: lexsup.c:484
msgid "Split output sections every COUNT relocs"
msgstr ""

#: lexsup.c:487
msgid "Print memory usage statistics"
msgstr ""

#: lexsup.c:489
msgid "Display target specific options"
msgstr ""

#: lexsup.c:491
msgid "Do task level linking"
msgstr ""

#: lexsup.c:493
msgid "Use same format as native linker"
msgstr ""

#: lexsup.c:495
msgid "SECTION=ADDRESS"
msgstr ""

#: lexsup.c:495
msgid "Set address of named section"
msgstr ""

#: lexsup.c:498
msgid "Set address of .bss section"
msgstr ""

#: lexsup.c:500
msgid "Set address of .data section"
msgstr ""

#: lexsup.c:502
msgid "Set address of .text section"
msgstr ""

#: lexsup.c:504
msgid "Set address of text segment"
msgstr ""

#: lexsup.c:506
msgid "Set address of rodata segment"
msgstr ""

#: lexsup.c:508
msgid "Set address of ldata segment"
msgstr ""

#: lexsup.c:511
msgid ""
"How to handle unresolved symbols.  <method> is:\n"
"                                ignore-all, report-all, ignore-in-object-"
"files,\n"
"                                ignore-in-shared-libs"
msgstr ""

#: lexsup.c:516
msgid "[=NUMBER]"
msgstr ""

#: lexsup.c:517
msgid "Output lots of information during link"
msgstr ""

#: lexsup.c:521
msgid "Read version information script"
msgstr ""

#: lexsup.c:524
msgid ""
"Take export symbols list from .exports, using\n"
"                                SYMBOL as the version."
msgstr ""

#: lexsup.c:528
msgid "Add data symbols to dynamic list"
msgstr ""

#: lexsup.c:530
msgid "Use C++ operator new/delete dynamic list"
msgstr ""

#: lexsup.c:532
msgid "Use C++ typeinfo dynamic list"
msgstr ""

#: lexsup.c:534
msgid "Read dynamic list"
msgstr ""

#: lexsup.c:536
msgid "Export the specified symbol"
msgstr ""

#: lexsup.c:538
msgid "Read export dynamic symbol list"
msgstr ""

#: lexsup.c:540
msgid "Warn about duplicate common symbols"
msgstr ""

#: lexsup.c:542
msgid "Warn if global constructors/destructors are seen"
msgstr ""

#: lexsup.c:545
msgid "Warn when creating an executable stack"
msgstr ""

#: lexsup.c:547
msgid "Do not warn when creating an executable stack"
msgstr ""

#: lexsup.c:549
msgid "Warn when creating executable segments"
msgstr ""

#: lexsup.c:551
msgid "Do not warn when creating executable segments"
msgstr ""

#: lexsup.c:553
msgid "Warn if the multiple GP values are used"
msgstr ""

#: lexsup.c:555
msgid "Warn only once per undefined symbol"
msgstr ""

#: lexsup.c:557
msgid "Warn if start of section changes due to alignment"
msgstr ""

#: lexsup.c:562
msgid "Warn if output has DT_TEXTREL (default)"
msgstr ""

#: lexsup.c:564
msgid "Warn if output has DT_TEXTREL"
msgstr ""

#: lexsup.c:570
msgid "Warn if an object has alternate ELF machine code"
msgstr ""

#: lexsup.c:574
msgid "Report unresolved symbols as warnings"
msgstr ""

#: lexsup.c:577
msgid "Report unresolved symbols as errors"
msgstr ""

#: lexsup.c:579
msgid "Include all objects from following archives"
msgstr ""

#: lexsup.c:582
msgid "Use wrapper functions for SYMBOL"
msgstr ""

#: lexsup.c:586
msgid "Unresolved SYMBOL will not cause an error or warning"
msgstr ""

#: lexsup.c:588
msgid "Push state of flags governing input file handling"
msgstr ""

#: lexsup.c:591
msgid "Pop state of flags governing input file handling"
msgstr ""

#: lexsup.c:594
msgid "Report target memory usage"
msgstr ""

#: lexsup.c:596
msgid "=MODE"
msgstr ""

#: lexsup.c:596
msgid "Control how orphan sections are handled."
msgstr ""

#: lexsup.c:599
msgid "Show discarded sections in map file output (default)"
msgstr ""

#: lexsup.c:602
msgid "Do not show discarded sections in map file output"
msgstr ""

#: lexsup.c:605
msgid "Emit names and types of static variables in CTF"
msgstr ""

#: lexsup.c:608
msgid "Do not emit names and types of static variables in CTF"
msgstr ""

#: lexsup.c:612
msgid ""
"How to share CTF types between translation units.\n"
"                                <method> is: share-unconflicted (default),\n"
"                                             share-duplicated"
msgstr ""

#: lexsup.c:776
msgid "%F%P: Error: unable to disambiguate: %s (did you mean -%s ?)\n"
msgstr ""

#: lexsup.c:779
msgid "%P: Warning: grouped short command line options are deprecated: %s\n"
msgstr ""

#: lexsup.c:806
msgid "%P: %s: missing argument\n"
msgstr ""

#: lexsup.c:811
msgid "%P: unrecognized option '%s'\n"
msgstr ""

#: lexsup.c:816
msgid "%F%P: use the --help option for usage information\n"
msgstr ""

#: lexsup.c:835
msgid "%F%P: unrecognized -a option `%s'\n"
msgstr ""

#: lexsup.c:848
msgid "%F%P: unrecognized -assert option `%s'\n"
msgstr ""

#: lexsup.c:892
msgid "%F%P: unknown demangling style `%s'\n"
msgstr ""

#: lexsup.c:980 lexsup.c:1457 eaarch64cloudabi.c:845 eaarch64cloudabib.c:845
#: eaarch64elf.c:840 eaarch64elf32.c:840 eaarch64elf32b.c:840
#: eaarch64elfb.c:840 eaarch64fbsd.c:845 eaarch64fbsdb.c:845
#: eaarch64haiku.c:845 eaarch64linux.c:845 eaarch64linux32.c:845
#: eaarch64linux32b.c:845 eaarch64linuxb.c:845 earmelf.c:1103
#: earmelf_fbsd.c:1103 earmelf_fuchsia.c:1108 earmelf_haiku.c:1108
#: earmelf_linux.c:1108 earmelf_linux_eabi.c:1108
#: earmelf_linux_fdpiceabi.c:1108 earmelf_nacl.c:1108 earmelf_nbsd.c:1103
#: earmelf_phoenix.c:1108 earmelf_vxworks.c:1139 earmelfb.c:1103
#: earmelfb_fbsd.c:1103 earmelfb_fuchsia.c:1108 earmelfb_linux.c:1108
#: earmelfb_linux_eabi.c:1108 earmelfb_linux_fdpiceabi.c:1108
#: earmelfb_nacl.c:1108 earmelfb_nbsd.c:1103 earmnto.c:1078 ecskyelf.c:567
#: ecskyelf_linux.c:734 eelf32metag.c:731 eelf64lppc.c:1213
#: eelf64lppc_fbsd.c:1213 eelf64ppc.c:1213 eelf64ppc_fbsd.c:1213
#: ehppaelf.c:587 ehppalinux.c:769 ehppanbsd.c:769 ehppaobsd.c:769
msgid "%F%P: invalid number `%s'\n"
msgstr ""

#: lexsup.c:1076
msgid "%F%P: bad --unresolved-symbols option: %s\n"
msgstr ""

#: lexsup.c:1156
msgid "%F%P: bad -plugin-opt option\n"
msgstr ""

#. This can happen if the user put "-rpath,a" on the command
#. line.  (Or something similar.  The comma is important).
#. Getopt becomes confused and thinks that this is a -r option
#. but it cannot parse the text after the -r so it refuses to
#. increment the optind counter.  Detect this case and issue
#. an error message here.  We cannot just make this a warning,
#. increment optind, and continue because getopt is too confused
#. and will seg-fault the next time around.
#: lexsup.c:1173
msgid "%F%P: unrecognised option: %s\n"
msgstr ""

#: lexsup.c:1176 lexsup.c:1286 lexsup.c:1307 lexsup.c:1426
msgid "%F%P: -r and %s may not be used together\n"
msgstr ""

#: lexsup.c:1298
msgid "%F%P: -shared not supported\n"
msgstr ""

#: lexsup.c:1312
msgid "%F%P: -pie not supported\n"
msgstr ""

#: lexsup.c:1318
msgid "%P: SONAME must not be empty string; keeping previous one\n"
msgstr ""

#: lexsup.c:1324
msgid "descending"
msgstr ""

#: lexsup.c:1326
msgid "ascending"
msgstr ""

#: lexsup.c:1329
msgid "%F%P: invalid common section sorting option: %s\n"
msgstr ""

#: lexsup.c:1333
msgid "name"
msgstr ""

#: lexsup.c:1335
msgid "alignment"
msgstr ""

#: lexsup.c:1338
msgid "%F%P: invalid section sorting option: %s\n"
msgstr ""

#: lexsup.c:1375
msgid "%F%P: invalid argument to option \"--section-start\"\n"
msgstr ""

#: lexsup.c:1382
msgid "%F%P: missing argument(s) to option \"--section-start\"\n"
msgstr ""

#: lexsup.c:1652
msgid "%F%P: group ended before it began (--help for usage)\n"
msgstr ""

#: lexsup.c:1677
msgid "%F%P: invalid cache memory size: %s\n"
msgstr ""

#: lexsup.c:1691
msgid "%X%P: --hash-size needs a numeric argument\n"
msgstr ""

#: lexsup.c:1703
msgid "%F%P: no state pushed before popping\n"
msgstr ""

#: lexsup.c:1726
msgid "%F%P: invalid argument to option \"--orphan-handling\"\n"
msgstr ""

#: lexsup.c:1756
msgid "%F%P: bad --ctf-share-types option: %s\n"
msgstr ""

#: lexsup.c:1774
msgid "%P: no file/directory name provided for map output; ignored\n"
msgstr ""

#: lexsup.c:1802
msgid "%P: cannot stat linker map file: %E\n"
msgstr ""

#: lexsup.c:1814
msgid "%P: linker map file is not a regular file\n"
msgstr ""

#. If the asprintf failed then something is probably very
#. wrong.  Better to halt now rather than continue on
#. into more problems.
#: lexsup.c:1825
msgid "%P%F: cannot create name for linker map file: %E\n"
msgstr ""

#: lexsup.c:1836
msgid "%P: SONAME must not be empty string; ignored\n"
msgstr ""

#: lexsup.c:1842
msgid "%P: missing --end-group; added as last command line option\n"
msgstr ""

#: lexsup.c:1950
msgid "%F%P: -F may not be used without -shared\n"
msgstr ""

#: lexsup.c:1952
msgid "%F%P: -f may not be used without -shared\n"
msgstr ""

#: lexsup.c:1993 lexsup.c:2006
msgid "%F%P: invalid hex number `%s'\n"
msgstr ""

#: lexsup.c:2036
#, c-format
msgid "  --audit=AUDITLIB            Specify a library to use for auditing\n"
msgstr ""

#: lexsup.c:2038
#, c-format
msgid "  -Bgroup                     Selects group name lookup rules for DSO\n"
msgstr ""

#: lexsup.c:2040
#, c-format
msgid "  --disable-new-dtags         Disable new dynamic tags\n"
msgstr ""

#: lexsup.c:2042
#, c-format
msgid "  --enable-new-dtags          Enable new dynamic tags\n"
msgstr ""

#: lexsup.c:2044
#, c-format
msgid "  --eh-frame-hdr              Create .eh_frame_hdr section\n"
msgstr ""

#: lexsup.c:2046
#, c-format
msgid "  --no-eh-frame-hdr           Do not create .eh_frame_hdr section\n"
msgstr ""

#: lexsup.c:2048
#, c-format
msgid "  --exclude-libs=LIBS         Make all symbols in LIBS hidden\n"
msgstr ""

#: lexsup.c:2050
#, c-format
msgid ""
"  --hash-style=STYLE          Set hash style to sysv/gnu/both.  Default: "
msgstr ""

#: lexsup.c:2069
#, c-format
msgid ""
"  -P AUDITLIB, --depaudit=AUDITLIB\n"
"                              Specify a library to use for auditing "
"dependencies\n"
msgstr ""

#: lexsup.c:2072
#, c-format
msgid ""
"  -z combreloc                Merge dynamic relocs into one section and "
"sort\n"
msgstr ""

#: lexsup.c:2074
#, c-format
msgid ""
"  -z nocombreloc              Don't merge dynamic relocs into one section\n"
msgstr ""

#: lexsup.c:2076
#, c-format
msgid ""
"  -z global                   Make symbols in DSO available for "
"subsequently\n"
"                                loaded objects\n"
msgstr ""

#: lexsup.c:2079
#, c-format
msgid ""
"  -z initfirst                Mark DSO to be initialized first at runtime\n"
msgstr ""

#: lexsup.c:2081
#, c-format
msgid ""
"  -z interpose                Mark object to interpose all DSOs but "
"executable\n"
msgstr ""

#: lexsup.c:2083
#, c-format
msgid ""
"  -z unique                   Mark DSO to be loaded at most once by default, "
"and only in the main namespace\n"
msgstr ""

#: lexsup.c:2085
#, c-format
msgid ""
"  -z nounique                 Don't mark DSO as a loadable at most once\n"
msgstr ""

#: lexsup.c:2087
#, c-format
msgid ""
"  -z lazy                     Mark object lazy runtime binding (default)\n"
msgstr ""

#: lexsup.c:2089
#, c-format
msgid "  -z loadfltr                 Mark object requiring immediate process\n"
msgstr ""

#: lexsup.c:2091
#, c-format
msgid "  -z nocopyreloc              Don't create copy relocs\n"
msgstr ""

#: lexsup.c:2093
#, c-format
msgid ""
"  -z nodefaultlib             Mark object not to use default search paths\n"
msgstr ""

#: lexsup.c:2095
#, c-format
msgid "  -z nodelete                 Mark DSO non-deletable at runtime\n"
msgstr ""

#: lexsup.c:2097
#, c-format
msgid "  -z nodlopen                 Mark DSO not available to dlopen\n"
msgstr ""

#: lexsup.c:2099
#, c-format
msgid "  -z nodump                   Mark DSO not available to dldump\n"
msgstr ""

#: lexsup.c:2101
#, c-format
msgid "  -z now                      Mark object non-lazy runtime binding\n"
msgstr ""

#: lexsup.c:2103
#, c-format
msgid ""
"  -z origin                   Mark object requiring immediate $ORIGIN\n"
"                                processing at runtime\n"
msgstr ""

#: lexsup.c:2107
#, c-format
msgid "  -z relro                    Create RELRO program header (default)\n"
msgstr ""

#: lexsup.c:2109
#, c-format
msgid "  -z norelro                  Don't create RELRO program header\n"
msgstr ""

#: lexsup.c:2112
#, c-format
msgid "  -z relro                    Create RELRO program header\n"
msgstr ""

#: lexsup.c:2114
#, c-format
msgid ""
"  -z norelro                  Don't create RELRO program header (default)\n"
msgstr ""

#: lexsup.c:2118
#, c-format
msgid ""
"  -z separate-code            Create separate code program header (default)\n"
msgstr ""

#: lexsup.c:2120
#, c-format
msgid ""
"  -z noseparate-code          Don't create separate code program header\n"
msgstr ""

#: lexsup.c:2123
#, c-format
msgid "  -z separate-code            Create separate code program header\n"
msgstr ""

#: lexsup.c:2125
#, c-format
msgid ""
"  -z noseparate-code          Don't create separate code program header "
"(default)\n"
msgstr ""

#: lexsup.c:2128
#, c-format
msgid ""
"  -z common                   Generate common symbols with STT_COMMON type\n"
msgstr ""

#: lexsup.c:2130
#, c-format
msgid ""
"  -z nocommon                 Generate common symbols with STT_OBJECT type\n"
msgstr ""

#: lexsup.c:2133
#, c-format
msgid ""
"  -z text                     Treat DT_TEXTREL in output as error (default)\n"
msgstr ""

#: lexsup.c:2136
#, c-format
msgid "  -z text                     Treat DT_TEXTREL in output as error\n"
msgstr ""

#: lexsup.c:2140
#, c-format
msgid ""
"  -z notext                   Don't treat DT_TEXTREL in output as error "
"(default)\n"
msgstr ""

#: lexsup.c:2142
#, c-format
msgid ""
"  -z textoff                  Don't treat DT_TEXTREL in output as error "
"(default)\n"
msgstr ""

#: lexsup.c:2147
#, c-format
msgid ""
"  -z notext                   Don't treat DT_TEXTREL in output as error\n"
msgstr ""

#: lexsup.c:2149
#, c-format
msgid ""
"  -z textoff                  Don't treat DT_TEXTREL in output as error\n"
msgstr ""

#: lexsup.c:2157
#, c-format
msgid "  --build-id[=STYLE]          Generate build ID note\n"
msgstr ""

#: lexsup.c:2159
#, c-format
msgid "  --package-metadata[=JSON]   Generate package metadata note\n"
msgstr ""

#: lexsup.c:2161
#, c-format
msgid ""
"  --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi|zstd]\n"
"\t\t\t      Compress DWARF debug sections\n"
msgstr ""

#: lexsup.c:2164
#, c-format
msgid "                                Default: %s\n"
msgstr ""

#: lexsup.c:2167
#, c-format
msgid "  -z common-page-size=SIZE    Set common page size to SIZE\n"
msgstr ""

#: lexsup.c:2169
#, c-format
msgid "  -z max-page-size=SIZE       Set maximum page size to SIZE\n"
msgstr ""

#: lexsup.c:2171
#, c-format
msgid ""
"  -z defs                     Report unresolved symbols in object files\n"
msgstr ""

#: lexsup.c:2173
#, c-format
msgid ""
"  -z undefs                   Ignore unresolved symbols in object files\n"
msgstr ""

#: lexsup.c:2175
#, c-format
msgid "  -z muldefs                  Allow multiple definitions\n"
msgstr ""

#: lexsup.c:2177
#, c-format
msgid "  -z stack-size=SIZE          Set size of stack segment\n"
msgstr ""

#: lexsup.c:2179
#, c-format
msgid ""
"  -z execstack                Mark executable as requiring executable stack\n"
msgstr ""

#: lexsup.c:2181
#, c-format
msgid ""
"  -z noexecstack              Mark executable as not requiring executable "
"stack\n"
msgstr ""

#: lexsup.c:2184
#, c-format
msgid ""
"  --warn-execstack            Generate a warning if the stack is executable "
"(default)\n"
msgstr ""

#: lexsup.c:2187
#, c-format
msgid ""
"  --warn-execstack            Generate a warning if the stack is executable\n"
msgstr ""

#: lexsup.c:2191
#, c-format
msgid ""
"  --no-warn-execstack         Do not generate a warning if the stack is "
"executable (default)\n"
msgstr ""

#: lexsup.c:2194
#, c-format
msgid ""
"  --no-warn-execstack         Do not generate a warning if the stack is "
"executable\n"
msgstr ""

#: lexsup.c:2198
#, c-format
msgid ""
"  --warn-rwx-segments         Generate a warning if a LOAD segment has RWX "
"permissions (default)\n"
msgstr ""

#: lexsup.c:2200
#, c-format
msgid ""
"  --no-warn-rwx-segments      Do not generate a warning if a LOAD segments "
"has RWX permissions\n"
msgstr ""

#: lexsup.c:2203
#, c-format
msgid ""
"  --warn-rwx-segments         Generate a warning if a LOAD segment has RWX "
"permissions\n"
msgstr ""

#: lexsup.c:2205
#, c-format
msgid ""
"  --no-warn-rwx-segments      Do not generate a warning if a LOAD segments "
"has RWX permissions (default)\n"
msgstr ""

#: lexsup.c:2208
#, c-format
msgid "  -z unique-symbol            Avoid duplicated local symbol names\n"
msgstr ""

#: lexsup.c:2210
#, c-format
msgid ""
"  -z nounique-symbol          Keep duplicated local symbol names (default)\n"
msgstr ""

#: lexsup.c:2212
#, c-format
msgid ""
"  -z globalaudit              Mark executable requiring global auditing\n"
msgstr ""

#: lexsup.c:2214
#, c-format
msgid ""
"  -z start-stop-gc            Enable garbage collection on __start/__stop\n"
msgstr ""

#: lexsup.c:2216
#, c-format
msgid ""
"  -z nostart-stop-gc          Don't garbage collect __start/__stop "
"(default)\n"
msgstr ""

#: lexsup.c:2218
#, c-format
msgid ""
"  -z start-stop-visibility=V  Set visibility of built-in __start/__stop "
"symbols\n"
"                                to DEFAULT, PROTECTED, HIDDEN or INTERNAL\n"
msgstr ""

#: lexsup.c:2226
#, c-format
msgid ""
"  --ld-generated-unwind-info  Generate exception handling info for PLT\n"
msgstr ""

#: lexsup.c:2228
#, c-format
msgid ""
"  --no-ld-generated-unwind-info\n"
"                              Don't generate exception handling info for "
"PLT\n"
msgstr ""

#: lexsup.c:2238
#, c-format
msgid "ELF emulations:\n"
msgstr ""

#: lexsup.c:2256
#, c-format
msgid "Usage: %s [options] file...\n"
msgstr ""

#: lexsup.c:2258
#, c-format
msgid "Options:\n"
msgstr ""

#: lexsup.c:2336
#, c-format
msgid "  @FILE"
msgstr ""

#: lexsup.c:2339
#, c-format
msgid "Read options from FILE\n"
msgstr ""

#. Note: Various tools (such as libtool) depend upon the
#. format of the listings below - do not change them.
#: lexsup.c:2344
#, c-format
msgid "%s: supported targets:"
msgstr ""

#: lexsup.c:2352
#, c-format
msgid "%s: supported emulations: "
msgstr ""

#: lexsup.c:2357
#, c-format
msgid "%s: emulation specific options:\n"
msgstr ""

#: lexsup.c:2364
#, c-format
msgid "Report bugs to %s\n"
msgstr ""

#: mri.c:291
msgid "%F%P: unknown format type %s\n"
msgstr ""

#: pdb.c:828 pdb.c:1119
msgid "%P: CodeView symbol references out of range type %v\n"
msgstr ""

#: pdb.c:997
msgid ""
"%P: warning: truncated CodeView record S_LDATA32/S_GDATA32/S_LTHREAD32/"
"S_GTHREAD32\n"
msgstr ""

#: pdb.c:1016
msgid ""
"%P: warning: name for S_LDATA32/S_GDATA32/S_LTHREAD32/S_GTHREAD32 has no "
"terminating zero\n"
msgstr ""

#: pdb.c:1064 pdb.c:1734
msgid "%P: warning: truncated CodeView record S_GPROC32/S_LPROC32\n"
msgstr ""

#: pdb.c:1076 pdb.c:1751
msgid "%P: warning: could not find end of S_GPROC32/S_LPROC32 record\n"
msgstr ""

#: pdb.c:1102
msgid "%P: warning: name for S_GPROC32/S_LPROC32 has no terminating zero\n"
msgstr ""

#: pdb.c:1158
msgid ""
"%P: CodeView S_GPROC32_ID/S_LPROC32_ID symbol referenced unknown type as ID\n"
msgstr ""

#: pdb.c:1232
msgid "%P: warning: truncated CodeView record S_UDT\n"
msgstr ""

#: pdb.c:1243
msgid "%P: warning: name for S_UDT has no terminating zero\n"
msgstr ""

#: pdb.c:1280
msgid "%P: warning: truncated CodeView record S_CONSTANT\n"
msgstr ""

#: pdb.c:1297
msgid "%P: warning: unhandled type %v within S_CONSTANT\n"
msgstr ""

#: pdb.c:1311
msgid "%P: warning: name for S_CONSTANT has no terminating zero\n"
msgstr ""

#: pdb.c:1371
msgid "%P: warning: unexpected CodeView scope start record %v\n"
msgstr ""

#: pdb.c:1393
msgid "%P: warning: truncated CodeView record S_BUILDINFO\n"
msgstr ""

#: pdb.c:1419
msgid "%P: warning: truncated CodeView record S_BLOCK32\n"
msgstr ""

#: pdb.c:1431
msgid "%P: warning: could not find end of S_BLOCK32 record\n"
msgstr ""

#: pdb.c:1456
msgid "%P: warning: truncated CodeView record S_BPREL32\n"
msgstr ""

#: pdb.c:1480
msgid "%P: warning: truncated CodeView record S_REGISTER\n"
msgstr ""

#: pdb.c:1504
msgid "%P: warning: truncated CodeView record S_REGREL32\n"
msgstr ""

#: pdb.c:1528
msgid "%P: warning: truncated CodeView record S_LOCAL\n"
msgstr ""

#: pdb.c:1554
msgid "%P: warning: truncated CodeView record S_INLINESITE\n"
msgstr ""

#: pdb.c:1566
msgid "%P: warning: could not find end of S_INLINESITE record\n"
msgstr ""

#: pdb.c:1599
msgid "%P: warning: truncated CodeView record S_THUNK32\n"
msgstr ""

#: pdb.c:1611
msgid "%P: warning: could not find end of S_THUNK32 record\n"
msgstr ""

#: pdb.c:1636
msgid "%P: warning: truncated CodeView record S_HEAPALLOCSITE\n"
msgstr ""

#: pdb.c:1670 pdb.c:1814
msgid "%P: warning: unrecognized CodeView record %v\n"
msgstr ""

#: pdb.c:1706
msgid "%P: warning: truncated CodeView record S_LDATA32/S_LTHREAD32\n"
msgstr ""

#: pdb.c:2141
msgid "%P: CodeView type %v references other type %v not yet declared\n"
msgstr ""

#: pdb.c:2148
msgid "%P: CodeView type %v references out of range type %v\n"
msgstr ""

#: pdb.c:2208
msgid "%P: warning: truncated CodeView type record LF_UDT_SRC_LINE\n"
msgstr ""

#: pdb.c:2221
msgid ""
"%P: warning: CodeView type record LF_UDT_SRC_LINE referred to unknown type %"
"v\n"
msgstr ""

#: pdb.c:2243
msgid ""
"%P: warning: CodeView type record LF_UDT_SRC_LINE referred to unknown string "
"%v\n"
msgstr ""

#: pdb.c:2252
msgid ""
"%P: warning: CodeView type record LF_UDT_SRC_LINE pointed to unexpected "
"record type\n"
msgstr ""

#: pdb.c:2301
msgid "%P: warning: duplicate CodeView type record LF_UDT_MOD_SRC_LINE\n"
msgstr ""

#: pdb.c:2350
msgid "%P: warning: truncated CodeView type record LF_MODIFIER\n"
msgstr ""

#: pdb.c:2367
msgid "%P: warning: truncated CodeView type record LF_POINTER\n"
msgstr ""

#: pdb.c:2384
msgid "%P: warning: truncated CodeView type record LF_PROCEDURE\n"
msgstr ""

#: pdb.c:2404
msgid "%P: warning: truncated CodeView type record LF_MFUNCTION\n"
msgstr ""

#: pdb.c:2432 pdb.c:2442
msgid "%P: warning: truncated CodeView type record LF_ARGLIST\n"
msgstr ""

#: pdb.c:2467 pdb.c:2537 pdb.c:2674 pdb.c:2721 pdb.c:2939 pdb.c:2986
msgid "%P: warning: truncated CodeView type record LF_FIELDLIST\n"
msgstr ""

#: pdb.c:2484 pdb.c:2512
msgid "%P: warning: truncated CodeView type record LF_MEMBER\n"
msgstr ""

#: pdb.c:2503
msgid "%P: warning: unhandled type %v within LF_MEMBER\n"
msgstr ""

#: pdb.c:2523
msgid "%P: warning: name for LF_MEMBER has no terminating zero\n"
msgstr ""

#: pdb.c:2556 pdb.c:2579 pdb.c:2606
msgid "%P: warning: truncated CodeView type record LF_ENUMERATE\n"
msgstr ""

#: pdb.c:2572
msgid "%P: warning: unhandled type %v within LF_ENUMERATE\n"
msgstr ""

#: pdb.c:2592
msgid "%P: warning: name for LF_ENUMERATE has no terminating zero\n"
msgstr ""

#: pdb.c:2623
msgid "%P: warning: truncated CodeView type record LF_INDEX\n"
msgstr ""

#: pdb.c:2644
msgid "%P: warning: truncated CodeView type record LF_ONEMETHOD\n"
msgstr ""

#: pdb.c:2659
msgid "%P: warning: name for LF_ONEMETHOD has no terminating zero\n"
msgstr ""

#: pdb.c:2692
msgid "%P: warning: truncated CodeView type record LF_METHOD\n"
msgstr ""

#: pdb.c:2707
msgid "%P: warning: name for LF_METHOD has no terminating zero\n"
msgstr ""

#: pdb.c:2740 pdb.c:2769 pdb.c:2780
msgid "%P: warning: truncated CodeView type record LF_BCLASS\n"
msgstr ""

#: pdb.c:2760
msgid "%P: warning: unhandled type %v within LF_BCLASS\n"
msgstr ""

#: pdb.c:2797
msgid "%P: warning: truncated CodeView type record LF_VFUNCTAB\n"
msgstr ""

#: pdb.c:2820 pdb.c:2854 pdb.c:2879 pdb.c:2890
msgid "%P: warning: truncated CodeView type record LF_VBCLASS/LF_IVBCLASS\n"
msgstr ""

#: pdb.c:2845 pdb.c:2870
msgid "%P: warning: unhandled type %v within LF_VBCLASS/LF_IVBCLASS\n"
msgstr ""

#: pdb.c:2909
msgid "%P: warning: truncated CodeView type record LF_STMEMBER\n"
msgstr ""

#: pdb.c:2924
msgid "%P: warning: name for LF_STMEMBER has no terminating zero\n"
msgstr ""

#: pdb.c:2957
msgid "%P: warning: truncated CodeView type record LF_NESTTYPE\n"
msgstr ""

#: pdb.c:2971
msgid "%P: warning: name for LF_NESTTYPE has no terminating zero\n"
msgstr ""

#: pdb.c:2998
msgid "%P: warning: unrecognized CodeView subtype %v\n"
msgstr ""

#: pdb.c:3013
msgid "%P: warning: truncated CodeView type record LF_BITFIELD\n"
msgstr ""

#: pdb.c:3031
msgid "%P: warning: truncated CodeView type record LF_METHODLIST\n"
msgstr ""

#: pdb.c:3039
msgid "%P: warning: malformed CodeView type record LF_METHODLIST\n"
msgstr ""

#: pdb.c:3063
msgid "%P: warning: truncated CodeView type record LF_ARRAY\n"
msgstr ""

#: pdb.c:3086 pdb.c:3120
msgid "%P: warning: truncated CodeView type record LF_CLASS/LF_STRUCTURE\n"
msgstr ""

#: pdb.c:3111
msgid "%P: warning: unhandled type %v within LF_CLASS/LF_STRUCTURE\n"
msgstr ""

#: pdb.c:3130
msgid "%P: warning: name for LF_CLASS/LF_STRUCTURE has no terminating zero\n"
msgstr ""

#: pdb.c:3149
msgid ""
"%P: warning: unique name for LF_CLASS/LF_STRUCTURE has no terminating zero\n"
msgstr ""

#: pdb.c:3173 pdb.c:3201
msgid "%P: warning: truncated CodeView type record LF_UNION\n"
msgstr ""

#: pdb.c:3192
msgid "%P: warning: unhandled type %v within LF_UNION\n"
msgstr ""

#: pdb.c:3211
msgid "%P: warning: name for LF_UNION has no terminating zero\n"
msgstr ""

#: pdb.c:3230
msgid "%P: warning: unique name for LF_UNION has no terminating zero\n"
msgstr ""

#: pdb.c:3254
msgid "%P: warning: truncated CodeView type record LF_ENUM\n"
msgstr ""

#: pdb.c:3269
msgid "%P: warning: name for LF_ENUM has no terminating zero\n"
msgstr ""

#: pdb.c:3287
msgid "%P: warning: unique name for LF_ENUM has no terminating zero\n"
msgstr ""

#: pdb.c:3306
msgid "%P: warning: truncated CodeView type record LF_VFTABLE\n"
msgstr ""

#: pdb.c:3327
msgid "%P: warning: truncated CodeView type record LF_STRING_ID\n"
msgstr ""

#: pdb.c:3340
msgid "%P: warning: string for LF_STRING_ID has no terminating zero\n"
msgstr ""

#: pdb.c:3357 pdb.c:3367
msgid "%P: warning: truncated CodeView type record LF_SUBSTR_LIST\n"
msgstr ""

#: pdb.c:3390 pdb.c:3400
msgid "%P: warning: truncated CodeView type record LF_BUILDINFO\n"
msgstr ""

#: pdb.c:3423
msgid "%P: warning: truncated CodeView type record LF_FUNC_ID\n"
msgstr ""

#: pdb.c:3439
msgid "%P: warning: string for LF_FUNC_ID has no terminating zero\n"
msgstr ""

#: pdb.c:3456
msgid "%P: warning: truncated CodeView type record LF_MFUNC_ID\n"
msgstr ""

#: pdb.c:3472
msgid "%P: warning: string for LF_MFUNC_ID has no terminating zero\n"
msgstr ""

#: pdb.c:3487
msgid "%P: warning: unrecognized CodeView type %v\n"
msgstr ""

#: pdb.c:3654
msgid "%P: warning: unable to get working directory\n"
msgstr ""

#: pdb.c:3662
msgid "%P: warning: unable to get program name\n"
msgstr ""

#: pdb.c:3671
msgid "%P: warning: unable to get full path to PDB\n"
msgstr ""

#: pdb.c:5090
msgid "%P: warning: cannot create PDB file: %E\n"
msgstr ""

#: pdb.c:5105
msgid "%P: warning: cannot create old directory stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5114
msgid "%P: warning: cannot create info stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5123
msgid "%P: warning: cannot create TPI stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5132
msgid "%P: warning: cannot create DBI stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5141
msgid "%P: warning: cannot create IPI stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5150
msgid "%P: warning: cannot create /names stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5159
msgid "%P: warning: cannot create symbol record stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5168
msgid "%P: warning: cannot create publics stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5175
msgid "%P: warning: cannot create section header stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5194
msgid "%P: warning: cannot populate DBI stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5203
msgid "%P: warning: cannot populate TPI stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5214
msgid "%P: warning: cannot populate IPI stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5226
msgid "%P: warning: cannot populate names stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5233
msgid "%P: warning: cannot populate publics stream in PDB file: %E\n"
msgstr ""

#: pdb.c:5240
msgid "%P: warning: cannot populate info stream in PDB file: %E\n"
msgstr ""

#: pe-dll.c:458
msgid "%X%P: unsupported PEI architecture: %s\n"
msgstr ""

#: pe-dll.c:847
msgid "%X%P: cannot export %s: invalid export name\n"
msgstr ""

#: pe-dll.c:899
#, c-format
msgid "%X%P: error, duplicate EXPORT with ordinals: %s (%d vs %d)\n"
msgstr ""

#: pe-dll.c:906
#, c-format
msgid "%P: warning, duplicate EXPORT: %s\n"
msgstr ""

#: pe-dll.c:1013
#, c-format
msgid "%X%P: cannot export %s: symbol not defined\n"
msgstr ""

#: pe-dll.c:1019
#, c-format
msgid "%X%P: cannot export %s: symbol wrong type (%d vs %d)\n"
msgstr ""

#: pe-dll.c:1026
#, c-format
msgid "%X%P: cannot export %s: symbol not found\n"
msgstr ""

#: pe-dll.c:1049 eaarch64cloudabi.c:366 eaarch64cloudabib.c:366
#: eaarch64elf.c:365 eaarch64elf32.c:365 eaarch64elf32b.c:365
#: eaarch64elfb.c:365 eaarch64fbsd.c:366 eaarch64fbsdb.c:366
#: eaarch64haiku.c:366 eaarch64linux.c:366 eaarch64linux32.c:366
#: eaarch64linux32b.c:366 eaarch64linuxb.c:366 eaix5ppc.c:1660 eaix5ppc.c:1670
#: eaix5rs6.c:1660 eaix5rs6.c:1670 eaixppc.c:1660 eaixppc.c:1670
#: eaixrs6.c:1660 eaixrs6.c:1670 earmelf.c:571 earmelf_fbsd.c:571
#: earmelf_fuchsia.c:572 earmelf_haiku.c:572 earmelf_linux.c:572
#: earmelf_linux_eabi.c:572 earmelf_linux_fdpiceabi.c:572 earmelf_nacl.c:572
#: earmelf_nbsd.c:571 earmelf_phoenix.c:572 earmelf_vxworks.c:571
#: earmelfb.c:571 earmelfb_fbsd.c:571 earmelfb_fuchsia.c:572
#: earmelfb_linux.c:572 earmelfb_linux_eabi.c:572
#: earmelfb_linux_fdpiceabi.c:572 earmelfb_nacl.c:572 earmelfb_nbsd.c:571
#: earmnto.c:571 ecskyelf.c:165 ecskyelf_linux.c:165 eelf32b4300.c:174
#: eelf32bmip.c:174 eelf32bmipn32.c:188 eelf32bsmip.c:188 eelf32btsmip.c:174
#: eelf32btsmip_fbsd.c:174 eelf32btsmipn32.c:174 eelf32btsmipn32_fbsd.c:174
#: eelf32ebmip.c:174 eelf32ebmipvxworks.c:174 eelf32elmip.c:174
#: eelf32elmipvxworks.c:174 eelf32l4300.c:174 eelf32lmip.c:174
#: eelf32lr5900.c:174 eelf32lr5900n32.c:174 eelf32lsmip.c:174
#: eelf32ltsmip.c:174 eelf32ltsmip_fbsd.c:174 eelf32ltsmipn32.c:174
#: eelf32ltsmipn32_fbsd.c:174 eelf32metag.c:89 eelf32mipswindiss.c:174
#: eelf64bmip.c:188 eelf64btsmip.c:174 eelf64btsmip_fbsd.c:174
#: eelf64lppc.c:121 eelf64lppc_fbsd.c:121 eelf64ltsmip.c:174
#: eelf64ltsmip_fbsd.c:174 eelf64ppc.c:121 eelf64ppc_fbsd.c:121
#: eelf_mipsel_haiku.c:174 ehppaelf.c:112 ehppalinux.c:112 ehppanbsd.c:112
#: ehppaobsd.c:112 em68hc11elf.c:172 em68hc11elfb.c:172 em68hc12elf.c:172
#: em68hc12elfb.c:172 enios2elf.c:94 enios2linux.c:94 eppcmacos.c:1660
#: eppcmacos.c:1670
msgid "%F%P: can not create BFD: %E\n"
msgstr ""

#: pe-dll.c:1063
msgid "%X%P: can not create .edata section: %E\n"
msgstr ""

#: pe-dll.c:1077
msgid "%X%P: can not create .reloc section: %E\n"
msgstr ""

#: pe-dll.c:1126
#, c-format
msgid "%X%P: error: ordinal used twice: %d (%s vs %s)\n"
msgstr ""

#: pe-dll.c:1162
#, c-format
msgid "%X%P: error: export ordinal too large: %d\n"
msgstr ""

#: pe-dll.c:1485
#, c-format
msgid "Info: resolving %s by linking to %s (auto-import)\n"
msgstr ""

#: pe-dll.c:1491
msgid ""
"%P: warning: auto-importing has been activated without --enable-auto-import "
"specified on the command line; this should work unless it involves constant "
"data structures referencing symbols from auto-imported DLLs\n"
msgstr ""

#: pe-dll.c:1560
msgid "%P: zero vma section reloc detected: `%s' #%d f=%d\n"
msgstr ""

#: pe-dll.c:1643
msgid "%P: base relocation for section `%s' above .reloc section\n"
msgstr ""

#: pe-dll.c:1693
#, c-format
msgid "%X%P: error: %d-bit reloc in dll\n"
msgstr ""

#: pe-dll.c:1815
#, c-format
msgid "%P: can't open output def file %s\n"
msgstr ""

#: pe-dll.c:1964
#, c-format
msgid "; no contents available\n"
msgstr ""

#: pe-dll.c:2867
msgid ""
"%X%P: %C: variable '%pT' can't be auto-imported; please read the "
"documentation for ld's --enable-auto-import for details\n"
msgstr ""

#: pe-dll.c:2888
#, c-format
msgid "%X%P: can't open .lib file: %s\n"
msgstr ""

#: pe-dll.c:2894
#, c-format
msgid "Creating library file: %s\n"
msgstr ""

#: pe-dll.c:2924
msgid "%X%P: bfd_openr %s: %E\n"
msgstr ""

#: pe-dll.c:2936
msgid "%X%P: %s(%s): can't find member in non-archive file"
msgstr ""

#: pe-dll.c:2950
msgid "%X%P: %s(%s): can't find member in archive"
msgstr ""

#: pe-dll.c:3214
msgid "%X%P: add symbols %s: %E\n"
msgstr ""

#: pe-dll.c:3419
msgid "%X%P: open %s: %E\n"
msgstr ""

#: pe-dll.c:3428
msgid "%X%P: %s: this doesn't appear to be a DLL\n"
msgstr ""

#: pe-dll.c:3633
msgid "%X%P: error: can't use long section names on this arch\n"
msgstr ""

#: plugin.c:238 plugin.c:284
msgid "<no plugin>"
msgstr ""

#: plugin.c:253 plugin.c:1116
msgid "%F%P: %s: error loading plugin: %s\n"
msgstr ""

#: plugin.c:260
msgid "%P: %s: duplicated plugin\n"
msgstr ""

#: plugin.c:346
msgid "%F%P: could not create dummy IR bfd: %E\n"
msgstr ""

#: plugin.c:427
msgid "%F%P: %s: non-ELF symbol in ELF BFD!\n"
msgstr ""

#: plugin.c:438
msgid "%F%P: unknown ELF symbol visibility: %d!\n"
msgstr ""

#: plugin.c:547
msgid "%F%P: unsupported input file size: %s (%ld bytes)\n"
msgstr ""

#: plugin.c:692
#, c-format
msgid "unknown LTO kind value %x"
msgstr ""

#: plugin.c:718
#, c-format
msgid "unknown LTO resolution value %x"
msgstr ""

#: plugin.c:738
#, c-format
msgid "unknown LTO visibility value %x"
msgstr ""

#. We should not have a new, indirect or warning symbol here.
#: plugin.c:818
msgid "%F%P: %s: plugin symbol table corrupt (sym type %d)\n"
msgstr ""

#: plugin.c:883
msgid "%P: %pB: symbol `%s' definition: %s, visibility: %s, resolution: %s\n"
msgstr ""

#: plugin.c:960
msgid "%P: warning: "
msgstr ""

#: plugin.c:971
msgid "%P: error: "
msgstr ""

#: plugin.c:1123
msgid "%F%P: %s: plugin error: %d\n"
msgstr ""

#: plugin.c:1178
msgid "%F%P: plugin_strdup failed to allocate memory: %s\n"
msgstr ""

#: plugin.c:1215
msgid "%F%P: plugin failed to allocate memory for input: %s\n"
msgstr ""

#: plugin.c:1243
msgid "%F%P: %s: plugin reported error claiming file\n"
msgstr ""

#: plugin.c:1354
msgid "%P: %s: error in plugin cleanup: %d (ignored)\n"
msgstr ""

#: eaarch64cloudabi.c:229 eaarch64cloudabib.c:229 eaarch64elf.c:228
#: eaarch64elf32.c:228 eaarch64elf32b.c:228 eaarch64elfb.c:228
#: eaarch64fbsd.c:229 eaarch64fbsdb.c:229 eaarch64haiku.c:229
#: eaarch64linux.c:229 eaarch64linux32.c:229 eaarch64linux32b.c:229
#: eaarch64linuxb.c:229 eaix5ppc.c:1125 eaix5rs6.c:1125 eaixppc.c:1125
#: eaixrs6.c:1125 earmelf.c:298 earmelf_fbsd.c:298 earmelf_fuchsia.c:299
#: earmelf_haiku.c:299 earmelf_linux.c:299 earmelf_linux_eabi.c:299
#: earmelf_linux_fdpiceabi.c:299 earmelf_nacl.c:299 earmelf_nbsd.c:298
#: earmelf_phoenix.c:299 earmelf_vxworks.c:298 earmelfb.c:298
#: earmelfb_fbsd.c:298 earmelfb_fuchsia.c:299 earmelfb_linux.c:299
#: earmelfb_linux_eabi.c:299 earmelfb_linux_fdpiceabi.c:299
#: earmelfb_nacl.c:299 earmelfb_nbsd.c:298 earmnto.c:298 eavr1.c:181
#: eavr2.c:181 eavr25.c:181 eavr3.c:181 eavr31.c:181 eavr35.c:181 eavr4.c:181
#: eavr5.c:181 eavr51.c:181 eavr6.c:181 eavrtiny.c:181 eavrxmega1.c:181
#: eavrxmega2.c:181 eavrxmega3.c:181 eavrxmega4.c:181 eavrxmega5.c:181
#: eavrxmega6.c:181 eavrxmega7.c:181 ecskyelf.c:212 ecskyelf_linux.c:212
#: eelf32b4300.c:207 eelf32bmip.c:207 eelf32bmipn32.c:221 eelf32bsmip.c:221
#: eelf32btsmip.c:207 eelf32btsmip_fbsd.c:207 eelf32btsmipn32.c:207
#: eelf32btsmipn32_fbsd.c:207 eelf32ebmip.c:207 eelf32ebmipvxworks.c:207
#: eelf32elmip.c:207 eelf32elmipvxworks.c:207 eelf32l4300.c:207
#: eelf32lmip.c:207 eelf32lr5900.c:207 eelf32lr5900n32.c:207 eelf32lsmip.c:207
#: eelf32ltsmip.c:207 eelf32ltsmip_fbsd.c:207 eelf32ltsmipn32.c:207
#: eelf32ltsmipn32_fbsd.c:207 eelf32metag.c:208 eelf32mipswindiss.c:207
#: eelf64bmip.c:221 eelf64btsmip.c:207 eelf64btsmip_fbsd.c:207
#: eelf64lppc.c:484 eelf64lppc_fbsd.c:484 eelf64ltsmip.c:207
#: eelf64ltsmip_fbsd.c:207 eelf64ppc.c:484 eelf64ppc_fbsd.c:484
#: eelf_mipsel_haiku.c:207 ehppaelf.c:232 ehppalinux.c:232 ehppanbsd.c:232
#: ehppaobsd.c:232 em68hc11elf.c:297 em68hc11elfb.c:297 em68hc12elf.c:297
#: em68hc12elfb.c:297 enios2elf.c:225 enios2linux.c:225 eppcmacos.c:1125
msgid "%X%P: can not make stub section: %E\n"
msgstr ""

#: eaarch64cloudabi.c:272 eaarch64cloudabib.c:272 eaarch64elf.c:271
#: eaarch64elf32.c:271 eaarch64elf32b.c:271 eaarch64elfb.c:271
#: eaarch64fbsd.c:272 eaarch64fbsdb.c:272 eaarch64haiku.c:272
#: eaarch64linux.c:272 eaarch64linux32.c:272 eaarch64linux32b.c:272
#: eaarch64linuxb.c:272 earcelf.c:112 earclinux.c:113 earclinux_nps.c:113
#: earcv2elf.c:112 earcv2elfx.c:112 earmelf.c:410 earmelf_fbsd.c:410
#: earmelf_fuchsia.c:411 earmelf_haiku.c:411 earmelf_linux.c:411
#: earmelf_linux_eabi.c:411 earmelf_linux_fdpiceabi.c:411 earmelf_nacl.c:411
#: earmelf_nbsd.c:410 earmelf_phoenix.c:411 earmelf_vxworks.c:410
#: earmelfb.c:410 earmelfb_fbsd.c:410 earmelfb_fuchsia.c:411
#: earmelfb_linux.c:411 earmelfb_linux_eabi.c:411
#: earmelfb_linux_fdpiceabi.c:411 earmelfb_nacl.c:411 earmelfb_nbsd.c:410
#: earmnto.c:410 eavr1.c:316 eavr2.c:316 eavr25.c:316 eavr3.c:316 eavr31.c:316
#: eavr35.c:316 eavr4.c:316 eavr5.c:316 eavr51.c:316 eavr6.c:316
#: eavrtiny.c:316 eavrxmega1.c:316 eavrxmega2.c:316 eavrxmega3.c:316
#: eavrxmega4.c:316 eavrxmega5.c:316 eavrxmega6.c:316 eavrxmega7.c:316
#: ecriself.c:112 ecrislinux.c:113 ed10velf.c:112 eelf32_sparc.c:113
#: eelf32_sparc_sol2.c:245 eelf32_sparc_vxworks.c:142 eelf32_spu.c:782
#: eelf32_tic6x_be.c:183 eelf32_tic6x_elf_be.c:183 eelf32_tic6x_elf_le.c:183
#: eelf32_tic6x_le.c:183 eelf32_tic6x_linux_be.c:183
#: eelf32_tic6x_linux_le.c:183 eelf32_x86_64.c:137 eelf32am33lin.c:112
#: eelf32b4300.c:309 eelf32bfin.c:122 eelf32bfinfd.c:122 eelf32bmip.c:309
#: eelf32bmipn32.c:323 eelf32briscv.c:91 eelf32briscv_ilp32.c:91
#: eelf32briscv_ilp32f.c:91 eelf32bsmip.c:323 eelf32btsmip.c:309
#: eelf32btsmip_fbsd.c:309 eelf32btsmipn32.c:309 eelf32btsmipn32_fbsd.c:309
#: eelf32cr16.c:262 eelf32crx.c:149 eelf32ebmip.c:309 eelf32ebmipvxworks.c:338
#: eelf32elmip.c:309 eelf32elmipvxworks.c:338 eelf32epiphany.c:112
#: eelf32epiphany_4x4.c:114 eelf32frvfd.c:112 eelf32ip2k.c:112
#: eelf32l4300.c:309 eelf32lm32.c:112 eelf32lm32fd.c:112 eelf32lmip.c:309
#: eelf32loongarch.c:90 eelf32lppc.c:333 eelf32lppclinux.c:333
#: eelf32lppcnto.c:333 eelf32lppcsim.c:333 eelf32lr5900.c:309
#: eelf32lr5900n32.c:308 eelf32lriscv.c:91 eelf32lriscv_ilp32.c:91
#: eelf32lriscv_ilp32f.c:91 eelf32lsmip.c:309 eelf32ltsmip.c:309
#: eelf32ltsmip_fbsd.c:309 eelf32ltsmipn32.c:309 eelf32ltsmipn32_fbsd.c:309
#: eelf32m32c.c:123 eelf32mb_linux.c:113 eelf32mbel_linux.c:113
#: eelf32mcore.c:112 eelf32mep.c:112 eelf32metag.c:258 eelf32microblaze.c:112
#: eelf32microblazeel.c:112 eelf32mipswindiss.c:308 eelf32moxie.c:112
#: eelf32or1k.c:113 eelf32or1k_linux.c:113 eelf32ppc.c:333
#: eelf32ppc_fbsd.c:333 eelf32ppchaiku.c:333 eelf32ppclinux.c:333
#: eelf32ppcnto.c:333 eelf32ppcsim.c:333 eelf32ppcvxworks.c:307
#: eelf32ppcwindiss.c:333 eelf32rl78.c:112 eelf32rx.c:128 eelf32rx_linux.c:125
#: eelf32tilegx.c:113 eelf32tilegx_be.c:113 eelf32tilepro.c:113
#: eelf32vax.c:112 eelf32visium.c:112 eelf32xstormy16.c:123
#: eelf32xtensa.c:2009 eelf32z80.c:139 eelf64_aix.c:112 eelf64_ia64.c:138
#: eelf64_ia64_fbsd.c:138 eelf64_ia64_vms.c:220 eelf64_s390.c:128
#: eelf64_sparc.c:113 eelf64_sparc_fbsd.c:113 eelf64_sparc_sol2.c:245
#: eelf64alpha.c:196 eelf64alpha_fbsd.c:196 eelf64alpha_nbsd.c:196
#: eelf64bmip.c:323 eelf64bpf.c:112 eelf64briscv.c:91 eelf64briscv_lp64.c:91
#: eelf64briscv_lp64f.c:91 eelf64btsmip.c:309 eelf64btsmip_fbsd.c:309
#: eelf64hppa.c:112 eelf64loongarch.c:90 eelf64lppc.c:594
#: eelf64lppc_fbsd.c:594 eelf64lriscv.c:91 eelf64lriscv_lp64.c:91
#: eelf64lriscv_lp64f.c:91 eelf64ltsmip.c:309 eelf64ltsmip_fbsd.c:309
#: eelf64mmix.c:223 eelf64ppc.c:594 eelf64ppc_fbsd.c:594 eelf64rdos.c:128
#: eelf64tilegx.c:113 eelf64tilegx_be.c:113 eelf_i386.c:137 eelf_i386_be.c:136
#: eelf_i386_fbsd.c:137 eelf_i386_haiku.c:137 eelf_i386_ldso.c:137
#: eelf_i386_sol2.c:269 eelf_i386_vxworks.c:166 eelf_iamcu.c:137
#: eelf_mipsel_haiku.c:309 eelf_s390.c:113 eelf_x86_64.c:137
#: eelf_x86_64_cloudabi.c:137 eelf_x86_64_fbsd.c:137 eelf_x86_64_haiku.c:137
#: eelf_x86_64_sol2.c:269 eh8300elf.c:112 eh8300elf_linux.c:112
#: eh8300helf.c:112 eh8300helf_linux.c:112 eh8300hnelf.c:112 eh8300self.c:112
#: eh8300self_linux.c:112 eh8300snelf.c:112 eh8300sxelf.c:112
#: eh8300sxelf_linux.c:112 eh8300sxnelf.c:112 ehppa64linux.c:112
#: ehppaelf.c:282 ehppalinux.c:282 ehppanbsd.c:282 ehppaobsd.c:282
#: ei386lynx.c:127 ei386moss.c:127 ei386nto.c:127 em32relf.c:112
#: em32relf_linux.c:112 em32rlelf.c:112 em32rlelf_linux.c:112
#: em68hc11elf.c:389 em68hc11elfb.c:389 em68hc12elf.c:389 em68hc12elfb.c:389
#: em68kelf.c:264 em68kelfnbsd.c:264 emn10300.c:112 ends32belf.c:220
#: ends32belf16m.c:220 ends32belf_linux.c:220 ends32elf.c:220
#: ends32elf16m.c:220 ends32elf_linux.c:220 enios2elf.c:275 enios2linux.c:275
#: epruelf.c:133 escore3_elf.c:134 escore7_elf.c:134 eshelf.c:112
#: eshelf_fd.c:113 eshelf_linux.c:113 eshelf_nbsd.c:112 eshelf_nto.c:112
#: eshelf_uclinux.c:112 eshelf_vxworks.c:141 eshlelf.c:112 eshlelf_fd.c:113
#: eshlelf_linux.c:113 eshlelf_nbsd.c:112 eshlelf_nto.c:112
#: eshlelf_vxworks.c:141 ev850.c:159 ev850_rh850.c:159
msgid "%X%P: .eh_frame/.stab edit: %E\n"
msgstr ""

#: eaarch64cloudabi.c:288 eaarch64cloudabib.c:288 eaarch64elf.c:287
#: eaarch64elf32.c:287 eaarch64elf32b.c:287 eaarch64elfb.c:287
#: eaarch64fbsd.c:288 eaarch64fbsdb.c:288 eaarch64haiku.c:288
#: eaarch64linux.c:288 eaarch64linux32.c:288 eaarch64linux32b.c:288
#: eaarch64linuxb.c:288 earmelf.c:425 earmelf_fbsd.c:425 earmelf_fuchsia.c:426
#: earmelf_haiku.c:426 earmelf_linux.c:426 earmelf_linux_eabi.c:426
#: earmelf_linux_fdpiceabi.c:426 earmelf_nacl.c:426 earmelf_nbsd.c:425
#: earmelf_phoenix.c:426 earmelf_vxworks.c:425 earmelfb.c:425
#: earmelfb_fbsd.c:425 earmelfb_fuchsia.c:426 earmelfb_linux.c:426
#: earmelfb_linux_eabi.c:426 earmelfb_linux_fdpiceabi.c:426
#: earmelfb_nacl.c:426 earmelfb_nbsd.c:425 earmnto.c:425 ecskyelf.c:262
#: ecskyelf_linux.c:262
msgid "%X%P: could not compute sections lists for stub generation: %E\n"
msgstr ""

#: eaarch64cloudabi.c:303 eaarch64cloudabib.c:303 eaarch64elf.c:302
#: eaarch64elf32.c:302 eaarch64elf32b.c:302 eaarch64elfb.c:302
#: eaarch64fbsd.c:303 eaarch64fbsdb.c:303 eaarch64haiku.c:303
#: eaarch64linux.c:303 eaarch64linux32.c:303 eaarch64linux32b.c:303
#: eaarch64linuxb.c:303 earmelf.c:440 earmelf_fbsd.c:440 earmelf_fuchsia.c:441
#: earmelf_haiku.c:441 earmelf_linux.c:441 earmelf_linux_eabi.c:441
#: earmelf_linux_fdpiceabi.c:441 earmelf_nacl.c:441 earmelf_nbsd.c:440
#: earmelf_phoenix.c:441 earmelf_vxworks.c:440 earmelfb.c:440
#: earmelfb_fbsd.c:440 earmelfb_fuchsia.c:441 earmelfb_linux.c:441
#: earmelfb_linux_eabi.c:441 earmelfb_linux_fdpiceabi.c:441
#: earmelfb_nacl.c:441 earmelfb_nbsd.c:440 earmnto.c:440 eavr1.c:131
#: eavr1.c:195 eavr2.c:131 eavr2.c:195 eavr25.c:131 eavr25.c:195 eavr3.c:131
#: eavr3.c:195 eavr31.c:131 eavr31.c:195 eavr35.c:131 eavr35.c:195 eavr4.c:131
#: eavr4.c:195 eavr5.c:131 eavr5.c:195 eavr51.c:131 eavr51.c:195 eavr6.c:131
#: eavr6.c:195 eavrtiny.c:131 eavrtiny.c:195 eavrxmega1.c:131 eavrxmega1.c:195
#: eavrxmega2.c:131 eavrxmega2.c:195 eavrxmega3.c:131 eavrxmega3.c:195
#: eavrxmega4.c:131 eavrxmega4.c:195 eavrxmega5.c:131 eavrxmega5.c:195
#: eavrxmega6.c:131 eavrxmega6.c:195 eavrxmega7.c:131 eavrxmega7.c:195
#: eelf32metag.c:273 eelf32metag.c:287 eelf64lppc.c:537 eelf64lppc.c:556
#: eelf64lppc.c:583 eelf64lppc_fbsd.c:537 eelf64lppc_fbsd.c:556
#: eelf64lppc_fbsd.c:583 eelf64ppc.c:537 eelf64ppc.c:556 eelf64ppc.c:583
#: eelf64ppc_fbsd.c:537 eelf64ppc_fbsd.c:556 eelf64ppc_fbsd.c:583
#: ehppaelf.c:297 ehppaelf.c:312 ehppalinux.c:297 ehppalinux.c:312
#: ehppanbsd.c:297 ehppanbsd.c:312 ehppaobsd.c:297 ehppaobsd.c:312
#: em68hc11elf.c:92 em68hc11elf.c:102 em68hc11elf.c:319 em68hc11elfb.c:92
#: em68hc11elfb.c:102 em68hc11elfb.c:319 em68hc12elf.c:92 em68hc12elf.c:102
#: em68hc12elf.c:319 em68hc12elfb.c:92 em68hc12elfb.c:102 em68hc12elfb.c:319
#: enios2elf.c:292 enios2elf.c:305 enios2linux.c:292 enios2linux.c:305
msgid "%X%P: can not size stub section: %E\n"
msgstr ""

#: eaarch64cloudabi.c:322 eaarch64cloudabib.c:322 eaarch64elf.c:321
#: eaarch64elf32.c:321 eaarch64elf32b.c:321 eaarch64elfb.c:321
#: eaarch64fbsd.c:322 eaarch64fbsdb.c:322 eaarch64haiku.c:322
#: eaarch64linux.c:322 eaarch64linux32.c:322 eaarch64linux32b.c:322
#: eaarch64linuxb.c:322 eaix5ppc.c:1165 eaix5rs6.c:1165 eaixppc.c:1165
#: eaixrs6.c:1165 earmelf.c:474 earmelf_fbsd.c:474 earmelf_fuchsia.c:475
#: earmelf_haiku.c:475 earmelf_linux.c:475 earmelf_linux_eabi.c:475
#: earmelf_linux_fdpiceabi.c:475 earmelf_nacl.c:475 earmelf_nbsd.c:474
#: earmelf_phoenix.c:475 earmelf_vxworks.c:474 earmelfb.c:474
#: earmelfb_fbsd.c:474 earmelfb_fuchsia.c:475 earmelfb_linux.c:475
#: earmelfb_linux_eabi.c:475 earmelfb_linux_fdpiceabi.c:475
#: earmelfb_nacl.c:475 earmelfb_nbsd.c:474 earmnto.c:474 eavr1.c:204
#: eavr2.c:204 eavr25.c:204 eavr3.c:204 eavr31.c:204 eavr35.c:204 eavr4.c:204
#: eavr5.c:204 eavr51.c:204 eavr6.c:204 eavrtiny.c:204 eavrxmega1.c:204
#: eavrxmega2.c:204 eavrxmega3.c:204 eavrxmega4.c:204 eavrxmega5.c:204
#: eavrxmega6.c:204 eavrxmega7.c:204 eelf32metag.c:302 eelf64lppc.c:633
#: eelf64lppc_fbsd.c:633 eelf64ppc.c:633 eelf64ppc_fbsd.c:633 ehppaelf.c:334
#: ehppalinux.c:334 ehppanbsd.c:334 ehppaobsd.c:334 em68hc11elf.c:323
#: em68hc11elfb.c:323 em68hc12elf.c:323 em68hc12elfb.c:323 enios2elf.c:320
#: enios2linux.c:320 eppcmacos.c:1165
msgid "%X%P: can not build stubs: %E\n"
msgstr ""

#. The arm backend needs special fields in the output hash structure.
#. These will only be created if the output format is an arm format,
#. hence we do not support linking and changing output formats at the
#. same time.  Use a link followed by objcopy to change output formats.
#. The RISC-V backend needs special fields in the output hash structure.
#. These will only be created if the output format is a RISC-V format,
#. hence we do not support linking and changing output formats at the
#. same time.  Use a link followed by objcopy to change output formats.
#. The arm backend needs special fields in the output hash structure.
#. These will only be created if the output format is an arm format,
#. hence we do not support linking and changing output formats at the
#. same time.  Use a link followed by objcopy to change output formats.
#. Check the output target is nds32.
#. The score backend needs special fields in the output hash structure.
#. These will only be created if the output format is an score format,
#. hence we do not support linking and changing output formats at the
#. same time.  Use a link followed by objcopy to change output formats.
#. The arm backend needs special fields in the output hash structure.
#. These will only be created if the output format is an arm format,
#. hence we do not support linking and changing output formats at the
#. same time.  Use a link followed by objcopy to change output formats.
#. The V850 backend needs special fields in the output hash structure.
#. These will only be created if the output format is an arm format,
#. hence we do not support linking and changing output formats at the
#. same time.  Use a link followed by objcopy to change output formats.
#: eaarch64cloudabi.c:340 eaarch64cloudabib.c:340 eaarch64elf.c:339
#: eaarch64elf32.c:339 eaarch64elf32b.c:339 eaarch64elfb.c:339
#: eaarch64fbsd.c:340 eaarch64fbsdb.c:340 eaarch64haiku.c:340
#: eaarch64linux.c:340 eaarch64linux32.c:340 eaarch64linux32b.c:340
#: eaarch64linuxb.c:340 earm_wince_pe.c:1515 earmelf.c:543 earmelf_fbsd.c:543
#: earmelf_fuchsia.c:544 earmelf_haiku.c:544 earmelf_linux.c:544
#: earmelf_linux_eabi.c:544 earmelf_linux_fdpiceabi.c:544 earmelf_nacl.c:544
#: earmelf_nbsd.c:543 earmelf_phoenix.c:544 earmelf_vxworks.c:543
#: earmelfb.c:543 earmelfb_fbsd.c:543 earmelfb_fuchsia.c:544
#: earmelfb_linux.c:544 earmelfb_linux_eabi.c:544
#: earmelfb_linux_fdpiceabi.c:544 earmelfb_nacl.c:544 earmelfb_nbsd.c:543
#: earmnto.c:543 earmpe.c:1515 eavr1.c:144 eavr2.c:144 eavr25.c:144
#: eavr3.c:144 eavr31.c:144 eavr35.c:144 eavr4.c:144 eavr5.c:144 eavr51.c:144
#: eavr6.c:144 eavrtiny.c:144 eavrxmega1.c:144 eavrxmega2.c:144
#: eavrxmega3.c:144 eavrxmega4.c:144 eavrxmega5.c:144 eavrxmega6.c:144
#: eavrxmega7.c:144 eelf32briscv.c:126 eelf32briscv_ilp32.c:126
#: eelf32briscv_ilp32f.c:126 eelf32loongarch.c:108 eelf32lriscv.c:126
#: eelf32lriscv_ilp32.c:126 eelf32lriscv_ilp32f.c:126 eelf64briscv.c:126
#: eelf64briscv_lp64.c:126 eelf64briscv_lp64f.c:126 eelf64loongarch.c:108
#: eelf64lriscv.c:126 eelf64lriscv_lp64.c:126 eelf64lriscv_lp64f.c:126
#: ei386pe.c:1515 ei386pe_posix.c:1515 emcorepe.c:1515 ends32belf.c:76
#: ends32belf16m.c:76 ends32belf_linux.c:76 ends32elf.c:76 ends32elf16m.c:76
#: ends32elf_linux.c:76 escore3_elf.c:81 escore7_elf.c:81 eshpe.c:1515
#: ev850.c:93 ev850_rh850.c:93
msgid "%F%P: error: cannot change output format whilst linking %s binaries\n"
msgstr ""

#: eaarch64cloudabi.c:592 eaarch64cloudabib.c:592 eaarch64elf.c:591
#: eaarch64elf32.c:591 eaarch64elf32b.c:591 eaarch64elfb.c:591
#: eaarch64fbsd.c:592 eaarch64fbsdb.c:592 eaarch64haiku.c:592
#: eaarch64linux.c:592 eaarch64linux32.c:592 eaarch64linux32b.c:592
#: eaarch64linuxb.c:592 earcelf.c:223 earclinux.c:279 earclinux_nps.c:279
#: earcv2elf.c:207 earcv2elfx.c:207 earmelf.c:831 earmelf_fbsd.c:831
#: earmelf_fuchsia.c:832 earmelf_haiku.c:832 earmelf_linux.c:832
#: earmelf_linux_eabi.c:832 earmelf_linux_fdpiceabi.c:832 earmelf_nacl.c:832
#: earmelf_nbsd.c:831 earmelf_phoenix.c:832 earmelf_vxworks.c:867
#: earmelfb.c:831 earmelfb_fbsd.c:831 earmelfb_fuchsia.c:832
#: earmelfb_linux.c:832 earmelfb_linux_eabi.c:832
#: earmelfb_linux_fdpiceabi.c:832 earmelfb_nacl.c:832 earmelfb_nbsd.c:831
#: earmnto.c:806 eavr1.c:431 eavr2.c:431 eavr25.c:431 eavr3.c:431 eavr31.c:431
#: eavr35.c:431 eavr4.c:431 eavr5.c:431 eavr51.c:431 eavr6.c:431
#: eavrtiny.c:431 eavrxmega1.c:431 eavrxmega2.c:431 eavrxmega3.c:431
#: eavrxmega4.c:431 eavrxmega5.c:431 eavrxmega6.c:431 eavrxmega7.c:431
#: ecriself.c:222 ecrislinux.c:254 ecskyelf.c:466 ecskyelf_linux.c:523
#: ed10velf.c:207 eelf32_sparc.c:279 eelf32_sparc_sol2.c:411
#: eelf32_sparc_vxworks.c:316 eelf32_spu.c:940 eelf32_tic6x_be.c:390
#: eelf32_tic6x_elf_be.c:390 eelf32_tic6x_elf_le.c:390 eelf32_tic6x_le.c:390
#: eelf32_tic6x_linux_be.c:390 eelf32_tic6x_linux_le.c:390
#: eelf32_x86_64.c:5414 eelf32am33lin.c:253 eelf32b4300.c:494 eelf32bfin.c:271
#: eelf32bfinfd.c:296 eelf32bmip.c:494 eelf32bmipn32.c:508 eelf32briscv.c:347
#: eelf32briscv_ilp32.c:347 eelf32briscv_ilp32f.c:347 eelf32bsmip.c:508
#: eelf32btsmip.c:494 eelf32btsmip_fbsd.c:494 eelf32btsmipn32.c:494
#: eelf32btsmipn32_fbsd.c:494 eelf32cr16.c:357 eelf32crx.c:244
#: eelf32ebmip.c:494 eelf32ebmipvxworks.c:529 eelf32elmip.c:494
#: eelf32elmipvxworks.c:529 eelf32epiphany.c:222 eelf32epiphany_4x4.c:209
#: eelf32frvfd.c:278 eelf32ip2k.c:222 eelf32l4300.c:494 eelf32lm32.c:222
#: eelf32lm32fd.c:278 eelf32lmip.c:494 eelf32loongarch.c:329 eelf32lppc.c:542
#: eelf32lppclinux.c:542 eelf32lppcnto.c:542 eelf32lppcsim.c:542
#: eelf32lr5900.c:463 eelf32lr5900n32.c:462 eelf32lriscv.c:347
#: eelf32lriscv_ilp32.c:347 eelf32lriscv_ilp32f.c:347 eelf32lsmip.c:494
#: eelf32ltsmip.c:494 eelf32ltsmip_fbsd.c:494 eelf32ltsmipn32.c:494
#: eelf32ltsmipn32_fbsd.c:494 eelf32m32c.c:233 eelf32mb_linux.c:279
#: eelf32mbel_linux.c:279 eelf32mcore.c:228 eelf32mep.c:207 eelf32metag.c:528
#: eelf32microblaze.c:207 eelf32microblazeel.c:207 eelf32mipswindiss.c:437
#: eelf32moxie.c:222 eelf32or1k.c:223 eelf32or1k_linux.c:279 eelf32ppc.c:542
#: eelf32ppc_fbsd.c:542 eelf32ppchaiku.c:542 eelf32ppclinux.c:542
#: eelf32ppcnto.c:542 eelf32ppcsim.c:542 eelf32ppcvxworks.c:516
#: eelf32ppcwindiss.c:542 eelf32rl78.c:222 eelf32rx.c:250 eelf32rx_linux.c:235
#: eelf32tilegx.c:279 eelf32tilegx_be.c:279 eelf32tilepro.c:279
#: eelf32vax.c:253 eelf32visium.c:207 eelf32xstormy16.c:218
#: eelf32xtensa.c:2192 eelf32z80.c:234 eelf64_aix.c:253 eelf64_ia64.c:310
#: eelf64_ia64_fbsd.c:310 eelf64_s390.c:349 eelf64_sparc.c:279
#: eelf64_sparc_fbsd.c:279 eelf64_sparc_sol2.c:411 eelf64alpha.c:372
#: eelf64alpha_fbsd.c:372 eelf64alpha_nbsd.c:372 eelf64bmip.c:508
#: eelf64bpf.c:207 eelf64briscv.c:347 eelf64briscv_lp64.c:347
#: eelf64briscv_lp64f.c:347 eelf64btsmip.c:494 eelf64btsmip_fbsd.c:494
#: eelf64hppa.c:223 eelf64loongarch.c:329 eelf64lppc.c:991
#: eelf64lppc_fbsd.c:991 eelf64lriscv.c:347 eelf64lriscv_lp64.c:347
#: eelf64lriscv_lp64f.c:347 eelf64ltsmip.c:494 eelf64ltsmip_fbsd.c:494
#: eelf64mmix.c:364 eelf64ppc.c:991 eelf64ppc_fbsd.c:991 eelf64rdos.c:304
#: eelf64tilegx.c:279 eelf64tilegx_be.c:279 eelf_i386.c:5036
#: eelf_i386_be.c:277 eelf_i386_fbsd.c:313 eelf_i386_haiku.c:313
#: eelf_i386_ldso.c:288 eelf_i386_sol2.c:445 eelf_i386_vxworks.c:340
#: eelf_iamcu.c:313 eelf_mipsel_haiku.c:494 eelf_s390.c:279 eelf_x86_64.c:5414
#: eelf_x86_64_cloudabi.c:313 eelf_x86_64_fbsd.c:313 eelf_x86_64_haiku.c:313
#: eelf_x86_64_sol2.c:445 eh8300elf.c:222 eh8300elf_linux.c:222
#: eh8300helf.c:222 eh8300helf_linux.c:222 eh8300hnelf.c:222 eh8300self.c:222
#: eh8300self_linux.c:222 eh8300snelf.c:222 eh8300sxelf.c:222
#: eh8300sxelf_linux.c:222 eh8300sxnelf.c:222 ehppa64linux.c:253
#: ehppaelf.c:490 ehppalinux.c:562 ehppanbsd.c:562 ehppaobsd.c:562
#: ei386lynx.c:268 ei386moss.c:268 ei386nto.c:268 em32relf.c:222
#: em32relf_linux.c:278 em32rlelf.c:222 em32rlelf_linux.c:278
#: em68hc11elf.c:492 em68hc11elfb.c:492 em68hc12elf.c:492 em68hc12elfb.c:492
#: em68kelf.c:436 em68kelfnbsd.c:436 emn10300.c:253 ends32belf.c:343
#: ends32belf16m.c:343 ends32belf_linux.c:366 ends32elf.c:343
#: ends32elf16m.c:343 ends32elf_linux.c:366 enios2elf.c:509 enios2linux.c:540
#: epruelf.c:228 escore3_elf.c:275 escore7_elf.c:275 eshelf.c:253
#: eshelf_fd.c:279 eshelf_linux.c:279 eshelf_nbsd.c:253 eshelf_nto.c:253
#: eshelf_uclinux.c:253 eshelf_vxworks.c:290 eshlelf.c:253 eshlelf_fd.c:279
#: eshlelf_linux.c:279 eshlelf_nbsd.c:253 eshlelf_nto.c:253
#: eshlelf_vxworks.c:290 ev850.c:254 ev850_rh850.c:254
msgid ""
"%F%P: --compress-debug-sections=zstd: ld is not built with zstd support\n"
msgstr ""

#: eaarch64cloudabi.c:597 eaarch64cloudabib.c:597 eaarch64elf.c:596
#: eaarch64elf32.c:596 eaarch64elf32b.c:596 eaarch64elfb.c:596
#: eaarch64fbsd.c:597 eaarch64fbsdb.c:597 eaarch64haiku.c:597
#: eaarch64linux.c:597 eaarch64linux32.c:597 eaarch64linux32b.c:597
#: eaarch64linuxb.c:597 earcelf.c:228 earclinux.c:284 earclinux_nps.c:284
#: earcv2elf.c:212 earcv2elfx.c:212 earmelf.c:836 earmelf_fbsd.c:836
#: earmelf_fuchsia.c:837 earmelf_haiku.c:837 earmelf_linux.c:837
#: earmelf_linux_eabi.c:837 earmelf_linux_fdpiceabi.c:837 earmelf_nacl.c:837
#: earmelf_nbsd.c:836 earmelf_phoenix.c:837 earmelf_vxworks.c:872
#: earmelfb.c:836 earmelfb_fbsd.c:836 earmelfb_fuchsia.c:837
#: earmelfb_linux.c:837 earmelfb_linux_eabi.c:837
#: earmelfb_linux_fdpiceabi.c:837 earmelfb_nacl.c:837 earmelfb_nbsd.c:836
#: earmnto.c:811 eavr1.c:436 eavr2.c:436 eavr25.c:436 eavr3.c:436 eavr31.c:436
#: eavr35.c:436 eavr4.c:436 eavr5.c:436 eavr51.c:436 eavr6.c:436
#: eavrtiny.c:436 eavrxmega1.c:436 eavrxmega2.c:436 eavrxmega3.c:436
#: eavrxmega4.c:436 eavrxmega5.c:436 eavrxmega6.c:436 eavrxmega7.c:436
#: ecriself.c:227 ecrislinux.c:259 ecskyelf.c:471 ecskyelf_linux.c:528
#: ed10velf.c:212 eelf32_sparc.c:284 eelf32_sparc_sol2.c:416
#: eelf32_sparc_vxworks.c:321 eelf32_spu.c:945 eelf32_tic6x_be.c:395
#: eelf32_tic6x_elf_be.c:395 eelf32_tic6x_elf_le.c:395 eelf32_tic6x_le.c:395
#: eelf32_tic6x_linux_be.c:395 eelf32_tic6x_linux_le.c:395
#: eelf32_x86_64.c:5419 eelf32am33lin.c:258 eelf32b4300.c:499 eelf32bfin.c:276
#: eelf32bfinfd.c:301 eelf32bmip.c:499 eelf32bmipn32.c:513 eelf32briscv.c:352
#: eelf32briscv_ilp32.c:352 eelf32briscv_ilp32f.c:352 eelf32bsmip.c:513
#: eelf32btsmip.c:499 eelf32btsmip_fbsd.c:499 eelf32btsmipn32.c:499
#: eelf32btsmipn32_fbsd.c:499 eelf32cr16.c:362 eelf32crx.c:249
#: eelf32ebmip.c:499 eelf32ebmipvxworks.c:534 eelf32elmip.c:499
#: eelf32elmipvxworks.c:534 eelf32epiphany.c:227 eelf32epiphany_4x4.c:214
#: eelf32frvfd.c:283 eelf32ip2k.c:227 eelf32l4300.c:499 eelf32lm32.c:227
#: eelf32lm32fd.c:283 eelf32lmip.c:499 eelf32loongarch.c:334 eelf32lppc.c:547
#: eelf32lppclinux.c:547 eelf32lppcnto.c:547 eelf32lppcsim.c:547
#: eelf32lr5900.c:468 eelf32lr5900n32.c:467 eelf32lriscv.c:352
#: eelf32lriscv_ilp32.c:352 eelf32lriscv_ilp32f.c:352 eelf32lsmip.c:499
#: eelf32ltsmip.c:499 eelf32ltsmip_fbsd.c:499 eelf32ltsmipn32.c:499
#: eelf32ltsmipn32_fbsd.c:499 eelf32m32c.c:238 eelf32mb_linux.c:284
#: eelf32mbel_linux.c:284 eelf32mcore.c:233 eelf32mep.c:212 eelf32metag.c:533
#: eelf32microblaze.c:212 eelf32microblazeel.c:212 eelf32mipswindiss.c:442
#: eelf32moxie.c:227 eelf32or1k.c:228 eelf32or1k_linux.c:284 eelf32ppc.c:547
#: eelf32ppc_fbsd.c:547 eelf32ppchaiku.c:547 eelf32ppclinux.c:547
#: eelf32ppcnto.c:547 eelf32ppcsim.c:547 eelf32ppcvxworks.c:521
#: eelf32ppcwindiss.c:547 eelf32rl78.c:227 eelf32rx.c:255 eelf32rx_linux.c:240
#: eelf32tilegx.c:284 eelf32tilegx_be.c:284 eelf32tilepro.c:284
#: eelf32vax.c:258 eelf32visium.c:212 eelf32xstormy16.c:223
#: eelf32xtensa.c:2197 eelf32z80.c:239 eelf64_aix.c:258 eelf64_ia64.c:315
#: eelf64_ia64_fbsd.c:315 eelf64_s390.c:354 eelf64_sparc.c:284
#: eelf64_sparc_fbsd.c:284 eelf64_sparc_sol2.c:416 eelf64alpha.c:377
#: eelf64alpha_fbsd.c:377 eelf64alpha_nbsd.c:377 eelf64bmip.c:513
#: eelf64bpf.c:212 eelf64briscv.c:352 eelf64briscv_lp64.c:352
#: eelf64briscv_lp64f.c:352 eelf64btsmip.c:499 eelf64btsmip_fbsd.c:499
#: eelf64hppa.c:228 eelf64loongarch.c:334 eelf64lppc.c:996
#: eelf64lppc_fbsd.c:996 eelf64lriscv.c:352 eelf64lriscv_lp64.c:352
#: eelf64lriscv_lp64f.c:352 eelf64ltsmip.c:499 eelf64ltsmip_fbsd.c:499
#: eelf64mmix.c:369 eelf64ppc.c:996 eelf64ppc_fbsd.c:996 eelf64rdos.c:309
#: eelf64tilegx.c:284 eelf64tilegx_be.c:284 eelf_i386.c:5041
#: eelf_i386_be.c:282 eelf_i386_fbsd.c:318 eelf_i386_haiku.c:318
#: eelf_i386_ldso.c:293 eelf_i386_sol2.c:450 eelf_i386_vxworks.c:345
#: eelf_iamcu.c:318 eelf_mipsel_haiku.c:499 eelf_s390.c:284 eelf_x86_64.c:5419
#: eelf_x86_64_cloudabi.c:318 eelf_x86_64_fbsd.c:318 eelf_x86_64_haiku.c:318
#: eelf_x86_64_sol2.c:450 eh8300elf.c:227 eh8300elf_linux.c:227
#: eh8300helf.c:227 eh8300helf_linux.c:227 eh8300hnelf.c:227 eh8300self.c:227
#: eh8300self_linux.c:227 eh8300snelf.c:227 eh8300sxelf.c:227
#: eh8300sxelf_linux.c:227 eh8300sxnelf.c:227 ehppa64linux.c:258
#: ehppaelf.c:495 ehppalinux.c:567 ehppanbsd.c:567 ehppaobsd.c:567
#: ei386lynx.c:273 ei386moss.c:273 ei386nto.c:273 em32relf.c:227
#: em32relf_linux.c:283 em32rlelf.c:227 em32rlelf_linux.c:283
#: em68hc11elf.c:497 em68hc11elfb.c:497 em68hc12elf.c:497 em68hc12elfb.c:497
#: em68kelf.c:441 em68kelfnbsd.c:441 emn10300.c:258 ends32belf.c:348
#: ends32belf16m.c:348 ends32belf_linux.c:371 ends32elf.c:348
#: ends32elf16m.c:348 ends32elf_linux.c:371 enios2elf.c:514 enios2linux.c:545
#: epruelf.c:233 escore3_elf.c:280 escore7_elf.c:280 eshelf.c:258
#: eshelf_fd.c:284 eshelf_linux.c:284 eshelf_nbsd.c:258 eshelf_nto.c:258
#: eshelf_uclinux.c:258 eshelf_vxworks.c:295 eshlelf.c:258 eshlelf_fd.c:284
#: eshlelf_linux.c:284 eshlelf_nbsd.c:258 eshlelf_nto.c:258
#: eshlelf_vxworks.c:295 ev850.c:259 ev850_rh850.c:259
msgid "%F%P: invalid --compress-debug-sections option: `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:648 eaarch64cloudabib.c:648 eaarch64elf.c:647
#: eaarch64elf32.c:647 eaarch64elf32b.c:647 eaarch64elfb.c:647
#: eaarch64fbsd.c:648 eaarch64fbsdb.c:648 eaarch64haiku.c:648
#: eaarch64linux.c:648 eaarch64linux32.c:648 eaarch64linux32b.c:648
#: eaarch64linuxb.c:648 earcelf.c:279 earclinux.c:335 earclinux_nps.c:335
#: earmelf.c:887 earmelf_fbsd.c:887 earmelf_fuchsia.c:888 earmelf_haiku.c:888
#: earmelf_linux.c:888 earmelf_linux_eabi.c:888 earmelf_linux_fdpiceabi.c:888
#: earmelf_nacl.c:888 earmelf_nbsd.c:887 earmelf_phoenix.c:888
#: earmelf_vxworks.c:923 earmelfb.c:887 earmelfb_fbsd.c:887
#: earmelfb_fuchsia.c:888 earmelfb_linux.c:888 earmelfb_linux_eabi.c:888
#: earmelfb_linux_fdpiceabi.c:888 earmelfb_nacl.c:888 earmelfb_nbsd.c:887
#: earmnto.c:862 ecrislinux.c:310 ecskyelf_linux.c:579 eelf32_sparc.c:335
#: eelf32_sparc_sol2.c:467 eelf32_sparc_vxworks.c:372 eelf32_tic6x_be.c:446
#: eelf32_tic6x_elf_be.c:446 eelf32_tic6x_elf_le.c:446 eelf32_tic6x_le.c:446
#: eelf32_tic6x_linux_be.c:446 eelf32_tic6x_linux_le.c:446
#: eelf32_x86_64.c:5470 eelf32am33lin.c:309 eelf32b4300.c:550 eelf32bfin.c:327
#: eelf32bfinfd.c:352 eelf32bmip.c:550 eelf32bmipn32.c:564 eelf32briscv.c:403
#: eelf32briscv_ilp32.c:403 eelf32briscv_ilp32f.c:403 eelf32bsmip.c:564
#: eelf32btsmip.c:550 eelf32btsmip_fbsd.c:550 eelf32btsmipn32.c:550
#: eelf32btsmipn32_fbsd.c:550 eelf32ebmip.c:550 eelf32ebmipvxworks.c:585
#: eelf32elmip.c:550 eelf32elmipvxworks.c:585 eelf32frvfd.c:334
#: eelf32l4300.c:550 eelf32lm32fd.c:334 eelf32lmip.c:550 eelf32loongarch.c:385
#: eelf32lppc.c:598 eelf32lppclinux.c:598 eelf32lppcnto.c:598
#: eelf32lppcsim.c:598 eelf32lriscv.c:403 eelf32lriscv_ilp32.c:403
#: eelf32lriscv_ilp32f.c:403 eelf32lsmip.c:550 eelf32ltsmip.c:550
#: eelf32ltsmip_fbsd.c:550 eelf32ltsmipn32.c:550 eelf32ltsmipn32_fbsd.c:550
#: eelf32mb_linux.c:335 eelf32mbel_linux.c:335 eelf32metag.c:584
#: eelf32or1k_linux.c:335 eelf32ppc.c:598 eelf32ppc_fbsd.c:598
#: eelf32ppchaiku.c:598 eelf32ppclinux.c:598 eelf32ppcnto.c:598
#: eelf32ppcsim.c:598 eelf32ppcvxworks.c:572 eelf32ppcwindiss.c:598
#: eelf32tilegx.c:335 eelf32tilegx_be.c:335 eelf32tilepro.c:335
#: eelf32vax.c:309 eelf32xtensa.c:2248 eelf64_aix.c:309 eelf64_ia64.c:366
#: eelf64_ia64_fbsd.c:366 eelf64_s390.c:405 eelf64_sparc.c:335
#: eelf64_sparc_fbsd.c:335 eelf64_sparc_sol2.c:467 eelf64alpha.c:428
#: eelf64alpha_fbsd.c:428 eelf64alpha_nbsd.c:428 eelf64bmip.c:564
#: eelf64briscv.c:403 eelf64briscv_lp64.c:403 eelf64briscv_lp64f.c:403
#: eelf64btsmip.c:550 eelf64btsmip_fbsd.c:550 eelf64hppa.c:279
#: eelf64loongarch.c:385 eelf64lppc.c:1047 eelf64lppc_fbsd.c:1047
#: eelf64lriscv.c:403 eelf64lriscv_lp64.c:403 eelf64lriscv_lp64f.c:403
#: eelf64ltsmip.c:550 eelf64ltsmip_fbsd.c:550 eelf64mmix.c:420
#: eelf64ppc.c:1047 eelf64ppc_fbsd.c:1047 eelf64rdos.c:360 eelf64tilegx.c:335
#: eelf64tilegx_be.c:335 eelf_i386.c:5092 eelf_i386_be.c:333
#: eelf_i386_fbsd.c:369 eelf_i386_haiku.c:369 eelf_i386_ldso.c:344
#: eelf_i386_sol2.c:501 eelf_i386_vxworks.c:396 eelf_iamcu.c:369
#: eelf_mipsel_haiku.c:550 eelf_s390.c:335 eelf_x86_64.c:5470
#: eelf_x86_64_cloudabi.c:369 eelf_x86_64_fbsd.c:369 eelf_x86_64_haiku.c:369
#: eelf_x86_64_sol2.c:501 ehppa64linux.c:309 ehppalinux.c:618 ehppanbsd.c:618
#: ehppaobsd.c:618 ei386lynx.c:324 ei386moss.c:324 ei386nto.c:324
#: em32relf_linux.c:334 em32rlelf_linux.c:334 em68kelf.c:492
#: em68kelfnbsd.c:492 emn10300.c:309 ends32belf_linux.c:422
#: ends32elf_linux.c:422 enios2linux.c:596 escore3_elf.c:331 escore7_elf.c:331
#: eshelf.c:309 eshelf_fd.c:335 eshelf_linux.c:335 eshelf_nbsd.c:309
#: eshelf_nto.c:309 eshelf_uclinux.c:309 eshelf_vxworks.c:346 eshlelf.c:309
#: eshlelf_fd.c:335 eshlelf_linux.c:335 eshlelf_nbsd.c:309 eshlelf_nto.c:309
#: eshlelf_vxworks.c:346
msgid "%F%P: invalid hash style `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:665 eaarch64cloudabib.c:665 eaarch64elf.c:664
#: eaarch64elf32.c:664 eaarch64elf32b.c:664 eaarch64elfb.c:664
#: eaarch64fbsd.c:665 eaarch64fbsdb.c:665 eaarch64haiku.c:665
#: eaarch64linux.c:665 eaarch64linux32.c:665 eaarch64linux32b.c:665
#: eaarch64linuxb.c:665 earcelf.c:296 earclinux.c:352 earclinux_nps.c:352
#: earcv2elf.c:229 earcv2elfx.c:229 earmelf.c:904 earmelf_fbsd.c:904
#: earmelf_fuchsia.c:905 earmelf_haiku.c:905 earmelf_linux.c:905
#: earmelf_linux_eabi.c:905 earmelf_linux_fdpiceabi.c:905 earmelf_nacl.c:905
#: earmelf_nbsd.c:904 earmelf_phoenix.c:905 earmelf_vxworks.c:940
#: earmelfb.c:904 earmelfb_fbsd.c:904 earmelfb_fuchsia.c:905
#: earmelfb_linux.c:905 earmelfb_linux_eabi.c:905
#: earmelfb_linux_fdpiceabi.c:905 earmelfb_nacl.c:905 earmelfb_nbsd.c:904
#: earmnto.c:879 eavr1.c:453 eavr2.c:453 eavr25.c:453 eavr3.c:453 eavr31.c:453
#: eavr35.c:453 eavr4.c:453 eavr5.c:453 eavr51.c:453 eavr6.c:453
#: eavrtiny.c:453 eavrxmega1.c:453 eavrxmega2.c:453 eavrxmega3.c:453
#: eavrxmega4.c:453 eavrxmega5.c:453 eavrxmega6.c:453 eavrxmega7.c:453
#: ecriself.c:244 ecrislinux.c:327 ecskyelf.c:488 ecskyelf_linux.c:596
#: ed10velf.c:229 eelf32_sparc.c:352 eelf32_sparc_sol2.c:484
#: eelf32_sparc_vxworks.c:389 eelf32_spu.c:962 eelf32_tic6x_be.c:463
#: eelf32_tic6x_elf_be.c:463 eelf32_tic6x_elf_le.c:463 eelf32_tic6x_le.c:463
#: eelf32_tic6x_linux_be.c:463 eelf32_tic6x_linux_le.c:463
#: eelf32_x86_64.c:5487 eelf32am33lin.c:326 eelf32b4300.c:567 eelf32bfin.c:344
#: eelf32bfinfd.c:369 eelf32bmip.c:567 eelf32bmipn32.c:581 eelf32briscv.c:420
#: eelf32briscv_ilp32.c:420 eelf32briscv_ilp32f.c:420 eelf32bsmip.c:581
#: eelf32btsmip.c:567 eelf32btsmip_fbsd.c:567 eelf32btsmipn32.c:567
#: eelf32btsmipn32_fbsd.c:567 eelf32cr16.c:379 eelf32crx.c:266
#: eelf32ebmip.c:567 eelf32ebmipvxworks.c:602 eelf32elmip.c:567
#: eelf32elmipvxworks.c:602 eelf32epiphany.c:244 eelf32epiphany_4x4.c:231
#: eelf32frvfd.c:351 eelf32ip2k.c:244 eelf32l4300.c:567 eelf32lm32.c:244
#: eelf32lm32fd.c:351 eelf32lmip.c:567 eelf32loongarch.c:402 eelf32lppc.c:615
#: eelf32lppclinux.c:615 eelf32lppcnto.c:615 eelf32lppcsim.c:615
#: eelf32lr5900.c:485 eelf32lr5900n32.c:484 eelf32lriscv.c:420
#: eelf32lriscv_ilp32.c:420 eelf32lriscv_ilp32f.c:420 eelf32lsmip.c:567
#: eelf32ltsmip.c:567 eelf32ltsmip_fbsd.c:567 eelf32ltsmipn32.c:567
#: eelf32ltsmipn32_fbsd.c:567 eelf32m32c.c:255 eelf32mb_linux.c:352
#: eelf32mbel_linux.c:352 eelf32mcore.c:250 eelf32mep.c:229 eelf32metag.c:601
#: eelf32microblaze.c:229 eelf32microblazeel.c:229 eelf32mipswindiss.c:459
#: eelf32moxie.c:244 eelf32or1k.c:245 eelf32or1k_linux.c:352 eelf32ppc.c:615
#: eelf32ppc_fbsd.c:615 eelf32ppchaiku.c:615 eelf32ppclinux.c:615
#: eelf32ppcnto.c:615 eelf32ppcsim.c:615 eelf32ppcvxworks.c:589
#: eelf32ppcwindiss.c:615 eelf32rl78.c:244 eelf32rx.c:272 eelf32rx_linux.c:257
#: eelf32tilegx.c:352 eelf32tilegx_be.c:352 eelf32tilepro.c:352
#: eelf32vax.c:326 eelf32visium.c:229 eelf32xstormy16.c:240
#: eelf32xtensa.c:2265 eelf32z80.c:256 eelf64_aix.c:326 eelf64_ia64.c:383
#: eelf64_ia64_fbsd.c:383 eelf64_s390.c:422 eelf64_sparc.c:352
#: eelf64_sparc_fbsd.c:352 eelf64_sparc_sol2.c:484 eelf64alpha.c:445
#: eelf64alpha_fbsd.c:445 eelf64alpha_nbsd.c:445 eelf64bmip.c:581
#: eelf64bpf.c:229 eelf64briscv.c:420 eelf64briscv_lp64.c:420
#: eelf64briscv_lp64f.c:420 eelf64btsmip.c:567 eelf64btsmip_fbsd.c:567
#: eelf64hppa.c:296 eelf64loongarch.c:402 eelf64lppc.c:1064
#: eelf64lppc_fbsd.c:1064 eelf64lriscv.c:420 eelf64lriscv_lp64.c:420
#: eelf64lriscv_lp64f.c:420 eelf64ltsmip.c:567 eelf64ltsmip_fbsd.c:567
#: eelf64mmix.c:437 eelf64ppc.c:1064 eelf64ppc_fbsd.c:1064 eelf64rdos.c:377
#: eelf64tilegx.c:352 eelf64tilegx_be.c:352 eelf_i386.c:5109
#: eelf_i386_be.c:350 eelf_i386_fbsd.c:386 eelf_i386_haiku.c:386
#: eelf_i386_ldso.c:361 eelf_i386_sol2.c:518 eelf_i386_vxworks.c:413
#: eelf_iamcu.c:386 eelf_mipsel_haiku.c:567 eelf_s390.c:352 eelf_x86_64.c:5487
#: eelf_x86_64_cloudabi.c:386 eelf_x86_64_fbsd.c:386 eelf_x86_64_haiku.c:386
#: eelf_x86_64_sol2.c:518 eh8300elf.c:244 eh8300elf_linux.c:244
#: eh8300helf.c:244 eh8300helf_linux.c:244 eh8300hnelf.c:244 eh8300self.c:244
#: eh8300self_linux.c:244 eh8300snelf.c:244 eh8300sxelf.c:244
#: eh8300sxelf_linux.c:244 eh8300sxnelf.c:244 ehppa64linux.c:326
#: ehppaelf.c:512 ehppalinux.c:635 ehppanbsd.c:635 ehppaobsd.c:635
#: ei386lynx.c:341 ei386moss.c:341 ei386nto.c:341 em32relf.c:244
#: em32relf_linux.c:351 em32rlelf.c:244 em32rlelf_linux.c:351
#: em68hc11elf.c:514 em68hc11elfb.c:514 em68hc12elf.c:514 em68hc12elfb.c:514
#: em68kelf.c:509 em68kelfnbsd.c:509 emn10300.c:326 ends32belf.c:365
#: ends32belf16m.c:365 ends32belf_linux.c:439 ends32elf.c:365
#: ends32elf16m.c:365 ends32elf_linux.c:439 enios2elf.c:531 enios2linux.c:613
#: epruelf.c:250 escore3_elf.c:348 escore7_elf.c:348 eshelf.c:326
#: eshelf_fd.c:352 eshelf_linux.c:352 eshelf_nbsd.c:326 eshelf_nto.c:326
#: eshelf_uclinux.c:326 eshelf_vxworks.c:363 eshlelf.c:326 eshlelf_fd.c:352
#: eshlelf_linux.c:352 eshlelf_nbsd.c:326 eshlelf_nto.c:326
#: eshlelf_vxworks.c:363 ev850.c:276 ev850_rh850.c:276
msgid "%F%P: invalid maximum page size `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:675 eaarch64cloudabib.c:675 eaarch64elf.c:674
#: eaarch64elf32.c:674 eaarch64elf32b.c:674 eaarch64elfb.c:674
#: eaarch64fbsd.c:675 eaarch64fbsdb.c:675 eaarch64haiku.c:675
#: eaarch64linux.c:675 eaarch64linux32.c:675 eaarch64linux32b.c:675
#: eaarch64linuxb.c:675 earcelf.c:306 earclinux.c:362 earclinux_nps.c:362
#: earcv2elf.c:239 earcv2elfx.c:239 earmelf.c:914 earmelf_fbsd.c:914
#: earmelf_fuchsia.c:915 earmelf_haiku.c:915 earmelf_linux.c:915
#: earmelf_linux_eabi.c:915 earmelf_linux_fdpiceabi.c:915 earmelf_nacl.c:915
#: earmelf_nbsd.c:914 earmelf_phoenix.c:915 earmelf_vxworks.c:950
#: earmelfb.c:914 earmelfb_fbsd.c:914 earmelfb_fuchsia.c:915
#: earmelfb_linux.c:915 earmelfb_linux_eabi.c:915
#: earmelfb_linux_fdpiceabi.c:915 earmelfb_nacl.c:915 earmelfb_nbsd.c:914
#: earmnto.c:889 eavr1.c:463 eavr2.c:463 eavr25.c:463 eavr3.c:463 eavr31.c:463
#: eavr35.c:463 eavr4.c:463 eavr5.c:463 eavr51.c:463 eavr6.c:463
#: eavrtiny.c:463 eavrxmega1.c:463 eavrxmega2.c:463 eavrxmega3.c:463
#: eavrxmega4.c:463 eavrxmega5.c:463 eavrxmega6.c:463 eavrxmega7.c:463
#: ecriself.c:254 ecrislinux.c:337 ecskyelf.c:498 ecskyelf_linux.c:606
#: ed10velf.c:239 eelf32_sparc.c:362 eelf32_sparc_sol2.c:494
#: eelf32_sparc_vxworks.c:399 eelf32_spu.c:972 eelf32_tic6x_be.c:473
#: eelf32_tic6x_elf_be.c:473 eelf32_tic6x_elf_le.c:473 eelf32_tic6x_le.c:473
#: eelf32_tic6x_linux_be.c:473 eelf32_tic6x_linux_le.c:473
#: eelf32_x86_64.c:5497 eelf32am33lin.c:336 eelf32b4300.c:577 eelf32bfin.c:354
#: eelf32bfinfd.c:379 eelf32bmip.c:577 eelf32bmipn32.c:591 eelf32briscv.c:430
#: eelf32briscv_ilp32.c:430 eelf32briscv_ilp32f.c:430 eelf32bsmip.c:591
#: eelf32btsmip.c:577 eelf32btsmip_fbsd.c:577 eelf32btsmipn32.c:577
#: eelf32btsmipn32_fbsd.c:577 eelf32cr16.c:389 eelf32crx.c:276
#: eelf32ebmip.c:577 eelf32ebmipvxworks.c:612 eelf32elmip.c:577
#: eelf32elmipvxworks.c:612 eelf32epiphany.c:254 eelf32epiphany_4x4.c:241
#: eelf32frvfd.c:361 eelf32ip2k.c:254 eelf32l4300.c:577 eelf32lm32.c:254
#: eelf32lm32fd.c:361 eelf32lmip.c:577 eelf32loongarch.c:412 eelf32lppc.c:625
#: eelf32lppclinux.c:625 eelf32lppcnto.c:625 eelf32lppcsim.c:625
#: eelf32lr5900.c:495 eelf32lr5900n32.c:494 eelf32lriscv.c:430
#: eelf32lriscv_ilp32.c:430 eelf32lriscv_ilp32f.c:430 eelf32lsmip.c:577
#: eelf32ltsmip.c:577 eelf32ltsmip_fbsd.c:577 eelf32ltsmipn32.c:577
#: eelf32ltsmipn32_fbsd.c:577 eelf32m32c.c:265 eelf32mb_linux.c:362
#: eelf32mbel_linux.c:362 eelf32mcore.c:260 eelf32mep.c:239 eelf32metag.c:611
#: eelf32microblaze.c:239 eelf32microblazeel.c:239 eelf32mipswindiss.c:469
#: eelf32moxie.c:254 eelf32or1k.c:255 eelf32or1k_linux.c:362 eelf32ppc.c:625
#: eelf32ppc_fbsd.c:625 eelf32ppchaiku.c:625 eelf32ppclinux.c:625
#: eelf32ppcnto.c:625 eelf32ppcsim.c:625 eelf32ppcvxworks.c:599
#: eelf32ppcwindiss.c:625 eelf32rl78.c:254 eelf32rx.c:282 eelf32rx_linux.c:267
#: eelf32tilegx.c:362 eelf32tilegx_be.c:362 eelf32tilepro.c:362
#: eelf32vax.c:336 eelf32visium.c:239 eelf32xstormy16.c:250
#: eelf32xtensa.c:2275 eelf32z80.c:266 eelf64_aix.c:336 eelf64_ia64.c:393
#: eelf64_ia64_fbsd.c:393 eelf64_s390.c:432 eelf64_sparc.c:362
#: eelf64_sparc_fbsd.c:362 eelf64_sparc_sol2.c:494 eelf64alpha.c:455
#: eelf64alpha_fbsd.c:455 eelf64alpha_nbsd.c:455 eelf64bmip.c:591
#: eelf64bpf.c:239 eelf64briscv.c:430 eelf64briscv_lp64.c:430
#: eelf64briscv_lp64f.c:430 eelf64btsmip.c:577 eelf64btsmip_fbsd.c:577
#: eelf64hppa.c:306 eelf64loongarch.c:412 eelf64lppc.c:1074
#: eelf64lppc_fbsd.c:1074 eelf64lriscv.c:430 eelf64lriscv_lp64.c:430
#: eelf64lriscv_lp64f.c:430 eelf64ltsmip.c:577 eelf64ltsmip_fbsd.c:577
#: eelf64mmix.c:447 eelf64ppc.c:1074 eelf64ppc_fbsd.c:1074 eelf64rdos.c:387
#: eelf64tilegx.c:362 eelf64tilegx_be.c:362 eelf_i386.c:5119
#: eelf_i386_be.c:360 eelf_i386_fbsd.c:396 eelf_i386_haiku.c:396
#: eelf_i386_ldso.c:371 eelf_i386_sol2.c:528 eelf_i386_vxworks.c:423
#: eelf_iamcu.c:396 eelf_mipsel_haiku.c:577 eelf_s390.c:362 eelf_x86_64.c:5497
#: eelf_x86_64_cloudabi.c:396 eelf_x86_64_fbsd.c:396 eelf_x86_64_haiku.c:396
#: eelf_x86_64_sol2.c:528 eh8300elf.c:254 eh8300elf_linux.c:254
#: eh8300helf.c:254 eh8300helf_linux.c:254 eh8300hnelf.c:254 eh8300self.c:254
#: eh8300self_linux.c:254 eh8300snelf.c:254 eh8300sxelf.c:254
#: eh8300sxelf_linux.c:254 eh8300sxnelf.c:254 ehppa64linux.c:336
#: ehppaelf.c:522 ehppalinux.c:645 ehppanbsd.c:645 ehppaobsd.c:645
#: ei386lynx.c:351 ei386moss.c:351 ei386nto.c:351 em32relf.c:254
#: em32relf_linux.c:361 em32rlelf.c:254 em32rlelf_linux.c:361
#: em68hc11elf.c:524 em68hc11elfb.c:524 em68hc12elf.c:524 em68hc12elfb.c:524
#: em68kelf.c:519 em68kelfnbsd.c:519 emn10300.c:336 ends32belf.c:375
#: ends32belf16m.c:375 ends32belf_linux.c:449 ends32elf.c:375
#: ends32elf16m.c:375 ends32elf_linux.c:449 enios2elf.c:541 enios2linux.c:623
#: epruelf.c:260 escore3_elf.c:358 escore7_elf.c:358 eshelf.c:336
#: eshelf_fd.c:362 eshelf_linux.c:362 eshelf_nbsd.c:336 eshelf_nto.c:336
#: eshelf_uclinux.c:336 eshelf_vxworks.c:373 eshlelf.c:336 eshlelf_fd.c:362
#: eshlelf_linux.c:362 eshlelf_nbsd.c:336 eshlelf_nto.c:336
#: eshlelf_vxworks.c:373 ev850.c:286 ev850_rh850.c:286
msgid "%F%P: invalid common page size `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:684 eaarch64cloudabib.c:684 eaarch64elf.c:683
#: eaarch64elf32.c:683 eaarch64elf32b.c:683 eaarch64elfb.c:683
#: eaarch64fbsd.c:684 eaarch64fbsdb.c:684 eaarch64haiku.c:684
#: eaarch64linux.c:684 eaarch64linux32.c:684 eaarch64linux32b.c:684
#: eaarch64linuxb.c:684 earcelf.c:315 earclinux.c:371 earclinux_nps.c:371
#: earcv2elf.c:248 earcv2elfx.c:248 earmelf.c:923 earmelf_fbsd.c:923
#: earmelf_fuchsia.c:924 earmelf_haiku.c:924 earmelf_linux.c:924
#: earmelf_linux_eabi.c:924 earmelf_linux_fdpiceabi.c:924 earmelf_nacl.c:924
#: earmelf_nbsd.c:923 earmelf_phoenix.c:924 earmelf_vxworks.c:959
#: earmelfb.c:923 earmelfb_fbsd.c:923 earmelfb_fuchsia.c:924
#: earmelfb_linux.c:924 earmelfb_linux_eabi.c:924
#: earmelfb_linux_fdpiceabi.c:924 earmelfb_nacl.c:924 earmelfb_nbsd.c:923
#: earmnto.c:898 eavr1.c:472 eavr2.c:472 eavr25.c:472 eavr3.c:472 eavr31.c:472
#: eavr35.c:472 eavr4.c:472 eavr5.c:472 eavr51.c:472 eavr6.c:472
#: eavrtiny.c:472 eavrxmega1.c:472 eavrxmega2.c:472 eavrxmega3.c:472
#: eavrxmega4.c:472 eavrxmega5.c:472 eavrxmega6.c:472 eavrxmega7.c:472
#: ecriself.c:263 ecrislinux.c:346 ecskyelf.c:507 ecskyelf_linux.c:615
#: ed10velf.c:248 eelf32_sparc.c:371 eelf32_sparc_sol2.c:503
#: eelf32_sparc_vxworks.c:408 eelf32_spu.c:981 eelf32_tic6x_be.c:482
#: eelf32_tic6x_elf_be.c:482 eelf32_tic6x_elf_le.c:482 eelf32_tic6x_le.c:482
#: eelf32_tic6x_linux_be.c:482 eelf32_tic6x_linux_le.c:482
#: eelf32_x86_64.c:5506 eelf32am33lin.c:345 eelf32b4300.c:586 eelf32bfin.c:363
#: eelf32bfinfd.c:388 eelf32bmip.c:586 eelf32bmipn32.c:600 eelf32briscv.c:439
#: eelf32briscv_ilp32.c:439 eelf32briscv_ilp32f.c:439 eelf32bsmip.c:600
#: eelf32btsmip.c:586 eelf32btsmip_fbsd.c:586 eelf32btsmipn32.c:586
#: eelf32btsmipn32_fbsd.c:586 eelf32cr16.c:398 eelf32crx.c:285
#: eelf32ebmip.c:586 eelf32ebmipvxworks.c:621 eelf32elmip.c:586
#: eelf32elmipvxworks.c:621 eelf32epiphany.c:263 eelf32epiphany_4x4.c:250
#: eelf32frvfd.c:370 eelf32ip2k.c:263 eelf32l4300.c:586 eelf32lm32.c:263
#: eelf32lm32fd.c:370 eelf32lmip.c:586 eelf32loongarch.c:421 eelf32lppc.c:634
#: eelf32lppclinux.c:634 eelf32lppcnto.c:634 eelf32lppcsim.c:634
#: eelf32lr5900.c:504 eelf32lr5900n32.c:503 eelf32lriscv.c:439
#: eelf32lriscv_ilp32.c:439 eelf32lriscv_ilp32f.c:439 eelf32lsmip.c:586
#: eelf32ltsmip.c:586 eelf32ltsmip_fbsd.c:586 eelf32ltsmipn32.c:586
#: eelf32ltsmipn32_fbsd.c:586 eelf32m32c.c:274 eelf32mb_linux.c:371
#: eelf32mbel_linux.c:371 eelf32mcore.c:269 eelf32mep.c:248 eelf32metag.c:620
#: eelf32microblaze.c:248 eelf32microblazeel.c:248 eelf32mipswindiss.c:478
#: eelf32moxie.c:263 eelf32or1k.c:264 eelf32or1k_linux.c:371 eelf32ppc.c:634
#: eelf32ppc_fbsd.c:634 eelf32ppchaiku.c:634 eelf32ppclinux.c:634
#: eelf32ppcnto.c:634 eelf32ppcsim.c:634 eelf32ppcvxworks.c:608
#: eelf32ppcwindiss.c:634 eelf32rl78.c:263 eelf32rx.c:291 eelf32rx_linux.c:276
#: eelf32tilegx.c:371 eelf32tilegx_be.c:371 eelf32tilepro.c:371
#: eelf32vax.c:345 eelf32visium.c:248 eelf32xstormy16.c:259
#: eelf32xtensa.c:2284 eelf32z80.c:275 eelf64_aix.c:345 eelf64_ia64.c:402
#: eelf64_ia64_fbsd.c:402 eelf64_s390.c:441 eelf64_sparc.c:371
#: eelf64_sparc_fbsd.c:371 eelf64_sparc_sol2.c:503 eelf64alpha.c:464
#: eelf64alpha_fbsd.c:464 eelf64alpha_nbsd.c:464 eelf64bmip.c:600
#: eelf64bpf.c:248 eelf64briscv.c:439 eelf64briscv_lp64.c:439
#: eelf64briscv_lp64f.c:439 eelf64btsmip.c:586 eelf64btsmip_fbsd.c:586
#: eelf64hppa.c:315 eelf64loongarch.c:421 eelf64lppc.c:1083
#: eelf64lppc_fbsd.c:1083 eelf64lriscv.c:439 eelf64lriscv_lp64.c:439
#: eelf64lriscv_lp64f.c:439 eelf64ltsmip.c:586 eelf64ltsmip_fbsd.c:586
#: eelf64mmix.c:456 eelf64ppc.c:1083 eelf64ppc_fbsd.c:1083 eelf64rdos.c:396
#: eelf64tilegx.c:371 eelf64tilegx_be.c:371 eelf_i386.c:5128
#: eelf_i386_be.c:369 eelf_i386_fbsd.c:405 eelf_i386_haiku.c:405
#: eelf_i386_ldso.c:380 eelf_i386_sol2.c:537 eelf_i386_vxworks.c:432
#: eelf_iamcu.c:405 eelf_mipsel_haiku.c:586 eelf_s390.c:371 eelf_x86_64.c:5506
#: eelf_x86_64_cloudabi.c:405 eelf_x86_64_fbsd.c:405 eelf_x86_64_haiku.c:405
#: eelf_x86_64_sol2.c:537 eh8300elf.c:263 eh8300elf_linux.c:263
#: eh8300helf.c:263 eh8300helf_linux.c:263 eh8300hnelf.c:263 eh8300self.c:263
#: eh8300self_linux.c:263 eh8300snelf.c:263 eh8300sxelf.c:263
#: eh8300sxelf_linux.c:263 eh8300sxnelf.c:263 ehppa64linux.c:345
#: ehppaelf.c:531 ehppalinux.c:654 ehppanbsd.c:654 ehppaobsd.c:654
#: ei386lynx.c:360 ei386moss.c:360 ei386nto.c:360 em32relf.c:263
#: em32relf_linux.c:370 em32rlelf.c:263 em32rlelf_linux.c:370
#: em68hc11elf.c:533 em68hc11elfb.c:533 em68hc12elf.c:533 em68hc12elfb.c:533
#: em68kelf.c:528 em68kelfnbsd.c:528 emn10300.c:345 ends32belf.c:384
#: ends32belf16m.c:384 ends32belf_linux.c:458 ends32elf.c:384
#: ends32elf16m.c:384 ends32elf_linux.c:458 enios2elf.c:550 enios2linux.c:632
#: epruelf.c:269 escore3_elf.c:367 escore7_elf.c:367 eshelf.c:345
#: eshelf_fd.c:371 eshelf_linux.c:371 eshelf_nbsd.c:345 eshelf_nto.c:345
#: eshelf_uclinux.c:345 eshelf_vxworks.c:382 eshlelf.c:345 eshlelf_fd.c:371
#: eshlelf_linux.c:371 eshlelf_nbsd.c:345 eshlelf_nto.c:345
#: eshlelf_vxworks.c:382 ev850.c:295 ev850_rh850.c:295
msgid "%F%P: invalid stack size `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:723 eaarch64cloudabib.c:723 eaarch64elf.c:722
#: eaarch64elf32.c:722 eaarch64elf32b.c:722 eaarch64elfb.c:722
#: eaarch64fbsd.c:723 eaarch64fbsdb.c:723 eaarch64haiku.c:723
#: eaarch64linux.c:723 eaarch64linux32.c:723 eaarch64linux32b.c:723
#: eaarch64linuxb.c:723 earcelf.c:354 earclinux.c:410 earclinux_nps.c:410
#: earcv2elf.c:287 earcv2elfx.c:287 earmelf.c:962 earmelf_fbsd.c:962
#: earmelf_fuchsia.c:963 earmelf_haiku.c:963 earmelf_linux.c:963
#: earmelf_linux_eabi.c:963 earmelf_linux_fdpiceabi.c:963 earmelf_nacl.c:963
#: earmelf_nbsd.c:962 earmelf_phoenix.c:963 earmelf_vxworks.c:998
#: earmelfb.c:962 earmelfb_fbsd.c:962 earmelfb_fuchsia.c:963
#: earmelfb_linux.c:963 earmelfb_linux_eabi.c:963
#: earmelfb_linux_fdpiceabi.c:963 earmelfb_nacl.c:963 earmelfb_nbsd.c:962
#: earmnto.c:937 eavr1.c:511 eavr2.c:511 eavr25.c:511 eavr3.c:511 eavr31.c:511
#: eavr35.c:511 eavr4.c:511 eavr5.c:511 eavr51.c:511 eavr6.c:511
#: eavrtiny.c:511 eavrxmega1.c:511 eavrxmega2.c:511 eavrxmega3.c:511
#: eavrxmega4.c:511 eavrxmega5.c:511 eavrxmega6.c:511 eavrxmega7.c:511
#: ecriself.c:302 ecrislinux.c:385 ecskyelf.c:546 ecskyelf_linux.c:654
#: ed10velf.c:287 eelf32_sparc.c:410 eelf32_sparc_sol2.c:542
#: eelf32_sparc_vxworks.c:447 eelf32_spu.c:1020 eelf32_tic6x_be.c:521
#: eelf32_tic6x_elf_be.c:521 eelf32_tic6x_elf_le.c:521 eelf32_tic6x_le.c:521
#: eelf32_tic6x_linux_be.c:521 eelf32_tic6x_linux_le.c:521
#: eelf32_x86_64.c:5545 eelf32am33lin.c:384 eelf32b4300.c:625 eelf32bfin.c:402
#: eelf32bfinfd.c:427 eelf32bmip.c:625 eelf32bmipn32.c:639 eelf32briscv.c:478
#: eelf32briscv_ilp32.c:478 eelf32briscv_ilp32f.c:478 eelf32bsmip.c:639
#: eelf32btsmip.c:625 eelf32btsmip_fbsd.c:625 eelf32btsmipn32.c:625
#: eelf32btsmipn32_fbsd.c:625 eelf32cr16.c:437 eelf32crx.c:324
#: eelf32ebmip.c:625 eelf32ebmipvxworks.c:660 eelf32elmip.c:625
#: eelf32elmipvxworks.c:660 eelf32epiphany.c:302 eelf32epiphany_4x4.c:289
#: eelf32frvfd.c:409 eelf32ip2k.c:302 eelf32l4300.c:625 eelf32lm32.c:302
#: eelf32lm32fd.c:409 eelf32lmip.c:625 eelf32loongarch.c:460 eelf32lppc.c:673
#: eelf32lppclinux.c:673 eelf32lppcnto.c:673 eelf32lppcsim.c:673
#: eelf32lr5900.c:543 eelf32lr5900n32.c:542 eelf32lriscv.c:478
#: eelf32lriscv_ilp32.c:478 eelf32lriscv_ilp32f.c:478 eelf32lsmip.c:625
#: eelf32ltsmip.c:625 eelf32ltsmip_fbsd.c:625 eelf32ltsmipn32.c:625
#: eelf32ltsmipn32_fbsd.c:625 eelf32m32c.c:313 eelf32mb_linux.c:410
#: eelf32mbel_linux.c:410 eelf32mcore.c:308 eelf32mep.c:287 eelf32metag.c:659
#: eelf32microblaze.c:287 eelf32microblazeel.c:287 eelf32mipswindiss.c:517
#: eelf32moxie.c:302 eelf32or1k.c:303 eelf32or1k_linux.c:410 eelf32ppc.c:673
#: eelf32ppc_fbsd.c:673 eelf32ppchaiku.c:673 eelf32ppclinux.c:673
#: eelf32ppcnto.c:673 eelf32ppcsim.c:673 eelf32ppcvxworks.c:647
#: eelf32ppcwindiss.c:673 eelf32rl78.c:302 eelf32rx.c:330 eelf32rx_linux.c:315
#: eelf32tilegx.c:410 eelf32tilegx_be.c:410 eelf32tilepro.c:410
#: eelf32vax.c:384 eelf32visium.c:287 eelf32xstormy16.c:298
#: eelf32xtensa.c:2323 eelf32z80.c:314 eelf64_aix.c:384 eelf64_ia64.c:441
#: eelf64_ia64_fbsd.c:441 eelf64_s390.c:480 eelf64_sparc.c:410
#: eelf64_sparc_fbsd.c:410 eelf64_sparc_sol2.c:542 eelf64alpha.c:503
#: eelf64alpha_fbsd.c:503 eelf64alpha_nbsd.c:503 eelf64bmip.c:639
#: eelf64bpf.c:287 eelf64briscv.c:478 eelf64briscv_lp64.c:478
#: eelf64briscv_lp64f.c:478 eelf64btsmip.c:625 eelf64btsmip_fbsd.c:625
#: eelf64hppa.c:354 eelf64loongarch.c:460 eelf64lppc.c:1122
#: eelf64lppc_fbsd.c:1122 eelf64lriscv.c:478 eelf64lriscv_lp64.c:478
#: eelf64lriscv_lp64f.c:478 eelf64ltsmip.c:625 eelf64ltsmip_fbsd.c:625
#: eelf64mmix.c:495 eelf64ppc.c:1122 eelf64ppc_fbsd.c:1122 eelf64rdos.c:435
#: eelf64tilegx.c:410 eelf64tilegx_be.c:410 eelf_i386.c:5167
#: eelf_i386_be.c:408 eelf_i386_fbsd.c:444 eelf_i386_haiku.c:444
#: eelf_i386_ldso.c:419 eelf_i386_sol2.c:576 eelf_i386_vxworks.c:471
#: eelf_iamcu.c:444 eelf_mipsel_haiku.c:625 eelf_s390.c:410 eelf_x86_64.c:5545
#: eelf_x86_64_cloudabi.c:444 eelf_x86_64_fbsd.c:444 eelf_x86_64_haiku.c:444
#: eelf_x86_64_sol2.c:576 eh8300elf.c:302 eh8300elf_linux.c:302
#: eh8300helf.c:302 eh8300helf_linux.c:302 eh8300hnelf.c:302 eh8300self.c:302
#: eh8300self_linux.c:302 eh8300snelf.c:302 eh8300sxelf.c:302
#: eh8300sxelf_linux.c:302 eh8300sxnelf.c:302 ehppa64linux.c:384
#: ehppaelf.c:570 ehppalinux.c:693 ehppanbsd.c:693 ehppaobsd.c:693
#: ei386lynx.c:399 ei386moss.c:399 ei386nto.c:399 em32relf.c:302
#: em32relf_linux.c:409 em32rlelf.c:302 em32rlelf_linux.c:409
#: em68hc11elf.c:572 em68hc11elfb.c:572 em68hc12elf.c:572 em68hc12elfb.c:572
#: em68kelf.c:567 em68kelfnbsd.c:567 emn10300.c:384 ends32belf.c:423
#: ends32belf16m.c:423 ends32belf_linux.c:497 ends32elf.c:423
#: ends32elf16m.c:423 ends32elf_linux.c:497 enios2elf.c:589 enios2linux.c:671
#: epruelf.c:308 escore3_elf.c:406 escore7_elf.c:406 eshelf.c:384
#: eshelf_fd.c:410 eshelf_linux.c:410 eshelf_nbsd.c:384 eshelf_nto.c:384
#: eshelf_uclinux.c:384 eshelf_vxworks.c:421 eshlelf.c:384 eshlelf_fd.c:410
#: eshlelf_linux.c:410 eshlelf_nbsd.c:384 eshlelf_nto.c:384
#: eshlelf_vxworks.c:421 ev850.c:334 ev850_rh850.c:334
msgid ""
"%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or "
"protected"
msgstr ""

#: eaarch64cloudabi.c:796 eaarch64cloudabib.c:796 eaarch64elf.c:791
#: eaarch64elf32.c:791 eaarch64elf32b.c:791 eaarch64elfb.c:791
#: eaarch64fbsd.c:796 eaarch64fbsdb.c:796 eaarch64haiku.c:796
#: eaarch64linux.c:796 eaarch64linux32.c:796 eaarch64linux32b.c:796
#: eaarch64linuxb.c:796 earcelf.c:414 earclinux.c:474 earclinux_nps.c:474
#: earcv2elf.c:292 earcv2elfx.c:292 earmelf.c:1022 earmelf_fbsd.c:1022
#: earmelf_fuchsia.c:1027 earmelf_haiku.c:1027 earmelf_linux.c:1027
#: earmelf_linux_eabi.c:1027 earmelf_linux_fdpiceabi.c:1027
#: earmelf_nacl.c:1027 earmelf_nbsd.c:1022 earmelf_phoenix.c:1027
#: earmelf_vxworks.c:1058 earmelfb.c:1022 earmelfb_fbsd.c:1022
#: earmelfb_fuchsia.c:1027 earmelfb_linux.c:1027 earmelfb_linux_eabi.c:1027
#: earmelfb_linux_fdpiceabi.c:1027 earmelfb_nacl.c:1027 earmelfb_nbsd.c:1022
#: earmnto.c:997 eavr1.c:516 eavr2.c:516 eavr25.c:516 eavr3.c:516 eavr31.c:516
#: eavr35.c:516 eavr4.c:516 eavr5.c:516 eavr51.c:516 eavr6.c:516
#: eavrtiny.c:516 eavrxmega1.c:516 eavrxmega2.c:516 eavrxmega3.c:516
#: eavrxmega4.c:516 eavrxmega5.c:516 eavrxmega6.c:516 eavrxmega7.c:516
#: ecriself.c:307 ecrislinux.c:449 ecskyelf.c:551 ecskyelf_linux.c:718
#: ed10velf.c:292 eelf32_sparc.c:474 eelf32_sparc_sol2.c:606
#: eelf32_sparc_vxworks.c:511 eelf32_spu.c:1025 eelf32_tic6x_be.c:581
#: eelf32_tic6x_elf_be.c:581 eelf32_tic6x_elf_le.c:581 eelf32_tic6x_le.c:581
#: eelf32_tic6x_linux_be.c:581 eelf32_tic6x_linux_le.c:581
#: eelf32_x86_64.c:5701 eelf32am33lin.c:444 eelf32b4300.c:689 eelf32bfin.c:462
#: eelf32bfinfd.c:487 eelf32bmip.c:689 eelf32bmipn32.c:703 eelf32briscv.c:542
#: eelf32briscv_ilp32.c:542 eelf32briscv_ilp32f.c:542 eelf32bsmip.c:703
#: eelf32btsmip.c:689 eelf32btsmip_fbsd.c:689 eelf32btsmipn32.c:689
#: eelf32btsmipn32_fbsd.c:689 eelf32cr16.c:442 eelf32crx.c:329
#: eelf32ebmip.c:689 eelf32ebmipvxworks.c:724 eelf32elmip.c:689
#: eelf32elmipvxworks.c:724 eelf32epiphany.c:307 eelf32epiphany_4x4.c:294
#: eelf32frvfd.c:469 eelf32ip2k.c:307 eelf32l4300.c:689 eelf32lm32.c:307
#: eelf32lm32fd.c:469 eelf32lmip.c:689 eelf32loongarch.c:524 eelf32lppc.c:743
#: eelf32lppclinux.c:743 eelf32lppcnto.c:743 eelf32lppcsim.c:743
#: eelf32lr5900.c:548 eelf32lr5900n32.c:547 eelf32lriscv.c:542
#: eelf32lriscv_ilp32.c:542 eelf32lriscv_ilp32f.c:542 eelf32lsmip.c:689
#: eelf32ltsmip.c:689 eelf32ltsmip_fbsd.c:689 eelf32ltsmipn32.c:689
#: eelf32ltsmipn32_fbsd.c:689 eelf32m32c.c:318 eelf32mb_linux.c:474
#: eelf32mbel_linux.c:474 eelf32mcore.c:313 eelf32mep.c:292 eelf32metag.c:723
#: eelf32microblaze.c:292 eelf32microblazeel.c:292 eelf32mipswindiss.c:522
#: eelf32moxie.c:307 eelf32or1k.c:308 eelf32or1k_linux.c:474 eelf32ppc.c:743
#: eelf32ppc_fbsd.c:743 eelf32ppchaiku.c:743 eelf32ppclinux.c:743
#: eelf32ppcnto.c:743 eelf32ppcsim.c:743 eelf32ppcvxworks.c:717
#: eelf32ppcwindiss.c:743 eelf32rl78.c:307 eelf32rx.c:335 eelf32rx_linux.c:320
#: eelf32tilegx.c:474 eelf32tilegx_be.c:474 eelf32tilepro.c:474
#: eelf32vax.c:444 eelf32visium.c:292 eelf32xstormy16.c:303
#: eelf32xtensa.c:2387 eelf32z80.c:319 eelf64_aix.c:444 eelf64_ia64.c:501
#: eelf64_ia64_fbsd.c:501 eelf64_s390.c:544 eelf64_sparc.c:474
#: eelf64_sparc_fbsd.c:474 eelf64_sparc_sol2.c:606 eelf64alpha.c:567
#: eelf64alpha_fbsd.c:567 eelf64alpha_nbsd.c:567 eelf64bmip.c:703
#: eelf64bpf.c:292 eelf64briscv.c:542 eelf64briscv_lp64.c:542
#: eelf64briscv_lp64f.c:542 eelf64btsmip.c:689 eelf64btsmip_fbsd.c:689
#: eelf64hppa.c:414 eelf64loongarch.c:524 eelf64lppc.c:1197
#: eelf64lppc_fbsd.c:1197 eelf64lriscv.c:542 eelf64lriscv_lp64.c:542
#: eelf64lriscv_lp64f.c:542 eelf64ltsmip.c:689 eelf64ltsmip_fbsd.c:689
#: eelf64mmix.c:555 eelf64ppc.c:1197 eelf64ppc_fbsd.c:1197 eelf64rdos.c:499
#: eelf64tilegx.c:474 eelf64tilegx_be.c:474 eelf_i386.c:5320
#: eelf_i386_be.c:515 eelf_i386_fbsd.c:597 eelf_i386_haiku.c:597
#: eelf_i386_ldso.c:530 eelf_i386_sol2.c:687 eelf_i386_vxworks.c:582
#: eelf_iamcu.c:555 eelf_mipsel_haiku.c:689 eelf_s390.c:474 eelf_x86_64.c:5751
#: eelf_x86_64_cloudabi.c:650 eelf_x86_64_fbsd.c:650 eelf_x86_64_haiku.c:650
#: eelf_x86_64_sol2.c:782 eh8300elf.c:307 eh8300elf_linux.c:307
#: eh8300helf.c:307 eh8300helf_linux.c:307 eh8300hnelf.c:307 eh8300self.c:307
#: eh8300self_linux.c:307 eh8300snelf.c:307 eh8300sxelf.c:307
#: eh8300sxelf_linux.c:307 eh8300sxnelf.c:307 ehppa64linux.c:444
#: ehppaelf.c:575 ehppalinux.c:757 ehppanbsd.c:757 ehppaobsd.c:757
#: ei386lynx.c:459 ei386moss.c:459 ei386nto.c:459 em32relf.c:307
#: em32relf_linux.c:469 em32rlelf.c:307 em32rlelf_linux.c:469
#: em68hc11elf.c:577 em68hc11elfb.c:577 em68hc12elf.c:577 em68hc12elfb.c:577
#: em68kelf.c:631 em68kelfnbsd.c:631 emn10300.c:444 ends32belf.c:428
#: ends32belf16m.c:428 ends32belf_linux.c:561 ends32elf.c:428
#: ends32elf16m.c:428 ends32elf_linux.c:561 enios2elf.c:594 enios2linux.c:735
#: epruelf.c:313 escore3_elf.c:466 escore7_elf.c:466 eshelf.c:444
#: eshelf_fd.c:474 eshelf_linux.c:474 eshelf_nbsd.c:444 eshelf_nto.c:444
#: eshelf_uclinux.c:444 eshelf_vxworks.c:481 eshlelf.c:444 eshlelf_fd.c:474
#: eshlelf_linux.c:474 eshlelf_nbsd.c:444 eshlelf_nto.c:444
#: eshlelf_vxworks.c:481 ev850.c:339 ev850_rh850.c:339
msgid "%P: warning: -z %s ignored\n"
msgstr ""

#: eaarch64cloudabi.c:830 eaarch64cloudabib.c:830 eaarch64elf.c:825
#: eaarch64elf32.c:825 eaarch64elf32b.c:825 eaarch64elfb.c:825
#: eaarch64fbsd.c:830 eaarch64fbsdb.c:830 eaarch64haiku.c:830
#: eaarch64linux.c:830 eaarch64linux32.c:830 eaarch64linux32b.c:830
#: eaarch64linuxb.c:830
msgid "%P: error: unrecognized option for --fix-cortex-a53-843419: %s\n"
msgstr ""

#: eaarch64cloudabi.c:859 eaarch64cloudabib.c:859 eaarch64elf.c:854
#: eaarch64elf32.c:854 eaarch64elf32b.c:854 eaarch64elfb.c:854
#: eaarch64fbsd.c:859 eaarch64fbsdb.c:859 eaarch64haiku.c:859
#: eaarch64linux.c:859 eaarch64linux32.c:859 eaarch64linux32b.c:859
#: eaarch64linuxb.c:859 earmelf.c:1159 earmelf_fbsd.c:1159
#: earmelf_fuchsia.c:1164 earmelf_haiku.c:1164 earmelf_linux.c:1164
#: earmelf_linux_eabi.c:1164 earmelf_linux_fdpiceabi.c:1164
#: earmelf_nacl.c:1164 earmelf_nbsd.c:1159 earmelf_phoenix.c:1164
#: earmelf_vxworks.c:1199 earmelfb.c:1159 earmelfb_fbsd.c:1159
#: earmelfb_fuchsia.c:1164 earmelfb_linux.c:1164 earmelfb_linux_eabi.c:1164
#: earmelfb_linux_fdpiceabi.c:1164 earmelfb_nacl.c:1164 earmelfb_nbsd.c:1159
#: earmnto.c:1134
#, c-format
msgid ""
"  --no-enum-size-warning      Don't warn about objects with incompatible\n"
"                                enum sizes\n"
msgstr ""

#: eaarch64cloudabi.c:861 eaarch64cloudabib.c:861 eaarch64elf.c:856
#: eaarch64elf32.c:856 eaarch64elf32b.c:856 eaarch64elfb.c:856
#: eaarch64fbsd.c:861 eaarch64fbsdb.c:861 eaarch64haiku.c:861
#: eaarch64linux.c:861 eaarch64linux32.c:861 eaarch64linux32b.c:861
#: eaarch64linuxb.c:861 earmelf.c:1161 earmelf_fbsd.c:1161
#: earmelf_fuchsia.c:1166 earmelf_haiku.c:1166 earmelf_linux.c:1166
#: earmelf_linux_eabi.c:1166 earmelf_linux_fdpiceabi.c:1166
#: earmelf_nacl.c:1166 earmelf_nbsd.c:1161 earmelf_phoenix.c:1166
#: earmelf_vxworks.c:1201 earmelfb.c:1161 earmelfb_fbsd.c:1161
#: earmelfb_fuchsia.c:1166 earmelfb_linux.c:1166 earmelfb_linux_eabi.c:1166
#: earmelfb_linux_fdpiceabi.c:1166 earmelfb_nacl.c:1166 earmelfb_nbsd.c:1161
#: earmnto.c:1136
#, c-format
msgid ""
"  --no-wchar-size-warning     Don't warn about objects with incompatible\n"
"                                wchar_t sizes\n"
msgstr ""

#: eaarch64cloudabi.c:863 eaarch64cloudabib.c:863 eaarch64elf.c:858
#: eaarch64elf32.c:858 eaarch64elf32b.c:858 eaarch64elfb.c:858
#: eaarch64fbsd.c:863 eaarch64fbsdb.c:863 eaarch64haiku.c:863
#: eaarch64linux.c:863 eaarch64linux32.c:863 eaarch64linux32b.c:863
#: eaarch64linuxb.c:863 earmelf.c:1163 earmelf_fbsd.c:1163
#: earmelf_fuchsia.c:1168 earmelf_haiku.c:1168 earmelf_linux.c:1168
#: earmelf_linux_eabi.c:1168 earmelf_linux_fdpiceabi.c:1168
#: earmelf_nacl.c:1168 earmelf_nbsd.c:1163 earmelf_phoenix.c:1168
#: earmelf_vxworks.c:1203 earmelfb.c:1163 earmelfb_fbsd.c:1163
#: earmelfb_fuchsia.c:1168 earmelfb_linux.c:1168 earmelfb_linux_eabi.c:1168
#: earmelfb_linux_fdpiceabi.c:1168 earmelfb_nacl.c:1168 earmelfb_nbsd.c:1163
#: earmnto.c:1138
#, c-format
msgid ""
"  --pic-veneer                Always generate PIC interworking veneers\n"
msgstr ""

#: eaarch64cloudabi.c:864 eaarch64cloudabib.c:864 eaarch64elf.c:859
#: eaarch64elf32.c:859 eaarch64elf32b.c:859 eaarch64elfb.c:859
#: eaarch64fbsd.c:864 eaarch64fbsdb.c:864 eaarch64haiku.c:864
#: eaarch64linux.c:864 eaarch64linux32.c:864 eaarch64linux32b.c:864
#: eaarch64linuxb.c:864 earmelf.c:1170 earmelf_fbsd.c:1170
#: earmelf_fuchsia.c:1175 earmelf_haiku.c:1175 earmelf_linux.c:1175
#: earmelf_linux_eabi.c:1175 earmelf_linux_fdpiceabi.c:1175
#: earmelf_nacl.c:1175 earmelf_nbsd.c:1170 earmelf_phoenix.c:1175
#: earmelf_vxworks.c:1210 earmelfb.c:1170 earmelfb_fbsd.c:1170
#: earmelfb_fuchsia.c:1175 earmelfb_linux.c:1175 earmelfb_linux_eabi.c:1175
#: earmelfb_linux_fdpiceabi.c:1175 earmelfb_nacl.c:1175 earmelfb_nbsd.c:1170
#: earmnto.c:1145
#, c-format
msgid ""
"  --stub-group-size=N         Maximum size of a group of input sections "
"that\n"
"                                can be handled by one stub section.  A "
"negative\n"
"                                value locates all stubs after their "
"branches\n"
"                                (with a group size of -N), while a positive\n"
"                                value allows two groups of input sections, "
"one\n"
"                                before, and one after each stub section.\n"
"                                Values of +/-1 indicate the linker should\n"
"                                choose suitable defaults.\n"
msgstr ""

#: eaarch64cloudabi.c:873 eaarch64cloudabib.c:873 eaarch64elf.c:868
#: eaarch64elf32.c:868 eaarch64elf32b.c:868 eaarch64elfb.c:868
#: eaarch64fbsd.c:873 eaarch64fbsdb.c:873 eaarch64haiku.c:873
#: eaarch64linux.c:873 eaarch64linux32.c:873 eaarch64linux32b.c:873
#: eaarch64linuxb.c:873
#, c-format
msgid "  --fix-cortex-a53-835769      Fix erratum 835769\n"
msgstr ""

#: eaarch64cloudabi.c:874 eaarch64cloudabib.c:874 eaarch64elf.c:869
#: eaarch64elf32.c:869 eaarch64elf32b.c:869 eaarch64elfb.c:869
#: eaarch64fbsd.c:874 eaarch64fbsdb.c:874 eaarch64haiku.c:874
#: eaarch64linux.c:874 eaarch64linux32.c:874 eaarch64linux32b.c:874
#: eaarch64linuxb.c:874
#, c-format
msgid ""
"  --fix-cortex-a53-843419[=full|adr|adrp]      Fix erratum 843419 and "
"optionally specify which workaround to use.\n"
"                                               full (default): Use both ADRP "
"and ADR workaround, this will \n"
"                                                 increase the size of your "
"binaries.\n"
"                                               adr: Only use the ADR "
"workaround, this will not cause any increase\n"
"                                                 in binary size but linking "
"will fail if the referenced address is\n"
"                                                 out of range of an ADR "
"instruction.  This will remove the need of using\n"
"                                                 a veneer and results in "
"both performance and size benefits.\n"
"                                               adrp: Use only the ADRP "
"workaround, this will never rewrite your ADRP\n"
"                                                 instruction into an ADR.  "
"As such the workaround will always use a\n"
"                                                 veneer and this will give "
"you both a performance and size overhead.\n"
msgstr ""

#: eaarch64cloudabi.c:885 eaarch64cloudabib.c:885 eaarch64elf.c:880
#: eaarch64elf32.c:880 eaarch64elf32b.c:880 eaarch64elfb.c:880
#: eaarch64fbsd.c:885 eaarch64fbsdb.c:885 eaarch64haiku.c:885
#: eaarch64linux.c:885 eaarch64linux32.c:885 eaarch64linux32b.c:885
#: eaarch64linuxb.c:885
#, c-format
msgid ""
"  --no-apply-dynamic-relocs    Do not apply link-time values for dynamic "
"relocations\n"
msgstr ""

#: eaarch64cloudabi.c:886 eaarch64cloudabib.c:886 eaarch64elf.c:881
#: eaarch64elf32.c:881 eaarch64elf32b.c:881 eaarch64elfb.c:881
#: eaarch64fbsd.c:886 eaarch64fbsdb.c:886 eaarch64haiku.c:886
#: eaarch64linux.c:886 eaarch64linux32.c:886 eaarch64linux32b.c:886
#: eaarch64linuxb.c:886
#, c-format
msgid ""
"  -z force-bti                  Turn on Branch Target Identification "
"mechanism and generate PLTs with BTI. Generate warnings for missing BTI on "
"inputs\n"
msgstr ""

#: eaarch64cloudabi.c:887 eaarch64cloudabib.c:887 eaarch64elf.c:882
#: eaarch64elf32.c:882 eaarch64elf32b.c:882 eaarch64elfb.c:882
#: eaarch64fbsd.c:887 eaarch64fbsdb.c:887 eaarch64haiku.c:887
#: eaarch64linux.c:887 eaarch64linux32.c:887 eaarch64linux32b.c:887
#: eaarch64linuxb.c:887
#, c-format
msgid ""
"  -z pac-plt                    Protect PLTs with Pointer Authentication.\n"
msgstr ""

#: eaarch64pe.c:424 earm64pe.c:424 earm_wince_pe.c:414 earmpe.c:414
#: ei386pe.c:414 ei386pe_posix.c:414 ei386pep.c:424 emcorepe.c:414 eshpe.c:414
#, c-format
msgid ""
"  --base_file <basefile>             Generate a base file for relocatable "
"DLLs\n"
msgstr ""

#: eaarch64pe.c:425 earm64pe.c:425 earm_wince_pe.c:415 earmpe.c:415
#: ei386pe.c:415 ei386pe_posix.c:415 ei386pep.c:425 emcorepe.c:415 eshpe.c:415
#, c-format
msgid ""
"  --dll                              Set image base to the default for DLLs\n"
msgstr ""

#: eaarch64pe.c:426 earm64pe.c:426 earm_wince_pe.c:416 earmpe.c:416
#: ei386pe.c:416 ei386pe_posix.c:416 ei386pep.c:426 emcorepe.c:416 eshpe.c:416
#, c-format
msgid "  --file-alignment <size>            Set file alignment\n"
msgstr ""

#: eaarch64pe.c:427 earm64pe.c:427 earm_wince_pe.c:417 earmpe.c:417
#: ei386pe.c:417 ei386pe_posix.c:417 ei386pep.c:427 emcorepe.c:417 eshpe.c:417
#, c-format
msgid "  --heap <size>                      Set initial size of the heap\n"
msgstr ""

#: eaarch64pe.c:428 earm64pe.c:428 earm_wince_pe.c:418 earmpe.c:418
#: ei386pe.c:418 ei386pe_posix.c:418 ei386pep.c:428 emcorepe.c:418 eshpe.c:418
#, c-format
msgid ""
"  --image-base <address>             Set start address of the executable\n"
msgstr ""

#: eaarch64pe.c:429 earm64pe.c:429 earm_wince_pe.c:419 earmpe.c:419
#: ei386pe.c:419 ei386pe_posix.c:419 ei386pep.c:429 emcorepe.c:419 eshpe.c:419
#, c-format
msgid ""
"  --major-image-version <number>     Set version number of the executable\n"
msgstr ""

#: eaarch64pe.c:430 earm64pe.c:430 earm_wince_pe.c:420 earmpe.c:420
#: ei386pe.c:420 ei386pe_posix.c:420 ei386pep.c:430 emcorepe.c:420 eshpe.c:420
#, c-format
msgid "  --major-os-version <number>        Set minimum required OS version\n"
msgstr ""

#: eaarch64pe.c:431 earm64pe.c:431 earm_wince_pe.c:421 earmpe.c:421
#: ei386pe.c:421 ei386pe_posix.c:421 ei386pep.c:431 emcorepe.c:421 eshpe.c:421
#, c-format
msgid ""
"  --major-subsystem-version <number> Set minimum required OS subsystem "
"version\n"
msgstr ""

#: eaarch64pe.c:432 earm64pe.c:432 earm_wince_pe.c:422 earmpe.c:422
#: ei386pe.c:422 ei386pe_posix.c:422 ei386pep.c:432 emcorepe.c:422 eshpe.c:422
#, c-format
msgid ""
"  --minor-image-version <number>     Set revision number of the executable\n"
msgstr ""

#: eaarch64pe.c:433 earm64pe.c:433 earm_wince_pe.c:423 earmpe.c:423
#: ei386pe.c:423 ei386pe_posix.c:423 ei386pep.c:433 emcorepe.c:423 eshpe.c:423
#, c-format
msgid "  --minor-os-version <number>        Set minimum required OS revision\n"
msgstr ""

#: eaarch64pe.c:434 earm64pe.c:434 earm_wince_pe.c:424 earmpe.c:424
#: ei386pe.c:424 ei386pe_posix.c:424 ei386pep.c:434 emcorepe.c:424 eshpe.c:424
#, c-format
msgid ""
"  --minor-subsystem-version <number> Set minimum required OS subsystem "
"revision\n"
msgstr ""

#: eaarch64pe.c:435 earm64pe.c:435 earm_wince_pe.c:425 earmpe.c:425
#: ei386pe.c:425 ei386pe_posix.c:425 ei386pep.c:435 emcorepe.c:425 eshpe.c:425
#, c-format
msgid "  --section-alignment <size>         Set section alignment\n"
msgstr ""

#: eaarch64pe.c:436 earm64pe.c:436 earm_wince_pe.c:426 earmpe.c:426
#: ei386pe.c:426 ei386pe_posix.c:426 ei386pep.c:436 emcorepe.c:426 eshpe.c:426
#, c-format
msgid "  --stack <size>                     Set size of the initial stack\n"
msgstr ""

#: eaarch64pe.c:437 earm64pe.c:437 earm_wince_pe.c:427 earmpe.c:427
#: ei386pe.c:427 ei386pe_posix.c:427 ei386pep.c:437 emcorepe.c:427 eshpe.c:427
#, c-format
msgid ""
"  --subsystem <name>[:<version>]     Set required OS subsystem [& version]\n"
msgstr ""

#: eaarch64pe.c:438 earm64pe.c:438 earm_wince_pe.c:428 earmpe.c:428
#: ei386pe.c:428 ei386pe_posix.c:428 ei386pep.c:438 emcorepe.c:428 eshpe.c:428
#, c-format
msgid ""
"  --support-old-code                 Support interworking with old code\n"
msgstr ""

#: eaarch64pe.c:439 earm64pe.c:439 earm_wince_pe.c:429 earmpe.c:429
#: ei386pe.c:429 ei386pe_posix.c:429 ei386pep.c:439 emcorepe.c:429 eshpe.c:429
#, c-format
msgid ""
"  --[no-]leading-underscore          Set explicit symbol underscore prefix "
"mode\n"
msgstr ""

#: eaarch64pe.c:440 earm64pe.c:440 ei386pep.c:440
#, c-format
msgid ""
"  --[no-]insert-timestamp            Use a real timestamp rather than zero "
"(default)\n"
msgstr ""

#: eaarch64pe.c:441 earm64pe.c:441 earm_wince_pe.c:432 earmpe.c:432
#: ei386pe.c:432 ei386pe_posix.c:432 ei386pep.c:441 emcorepe.c:432 eshpe.c:432
#, c-format
msgid ""
"                                     This makes binaries non-deterministic\n"
msgstr ""

#: eaarch64pe.c:443 earm64pe.c:443 earm_wince_pe.c:434 earmpe.c:434
#: ei386pe.c:434 ei386pe_posix.c:434 ei386pep.c:443 emcorepe.c:434 eshpe.c:434
#, c-format
msgid ""
"  --add-stdcall-alias                Export symbols with and without @nn\n"
msgstr ""

#: eaarch64pe.c:444 earm64pe.c:444 earm_wince_pe.c:435 earmpe.c:435
#: ei386pe.c:435 ei386pe_posix.c:435 ei386pep.c:444 emcorepe.c:435 eshpe.c:435
#, c-format
msgid "  --disable-stdcall-fixup            Don't link _sym to _sym@nn\n"
msgstr ""

#: eaarch64pe.c:445 earm64pe.c:445 earm_wince_pe.c:436 earmpe.c:436
#: ei386pe.c:436 ei386pe_posix.c:436 ei386pep.c:445 emcorepe.c:436 eshpe.c:436
#, c-format
msgid ""
"  --enable-stdcall-fixup             Link _sym to _sym@nn without warnings\n"
msgstr ""

#: eaarch64pe.c:446 earm64pe.c:446 earm_wince_pe.c:437 earmpe.c:437
#: ei386pe.c:437 ei386pe_posix.c:437 ei386pep.c:446 emcorepe.c:437 eshpe.c:437
#, c-format
msgid ""
"  --exclude-symbols sym,sym,...      Exclude symbols from automatic export\n"
msgstr ""

#: eaarch64pe.c:447 earm64pe.c:447 earm_wince_pe.c:438 earmpe.c:438
#: ei386pe.c:438 ei386pe_posix.c:438 ei386pep.c:447 emcorepe.c:438 eshpe.c:438
#, c-format
msgid ""
"  --exclude-all-symbols              Exclude all symbols from automatic "
"export\n"
msgstr ""

#: eaarch64pe.c:448 earm64pe.c:448 earm_wince_pe.c:439 earmpe.c:439
#: ei386pe.c:439 ei386pe_posix.c:439 ei386pep.c:448 emcorepe.c:439 eshpe.c:439
#, c-format
msgid ""
"  --exclude-libs lib,lib,...         Exclude libraries from automatic "
"export\n"
msgstr ""

#: eaarch64pe.c:449 earm64pe.c:449 earm_wince_pe.c:440 earmpe.c:440
#: ei386pe.c:440 ei386pe_posix.c:440 ei386pep.c:449 emcorepe.c:440 eshpe.c:440
#, c-format
msgid "  --exclude-modules-for-implib mod,mod,...\n"
msgstr ""

#: eaarch64pe.c:450 earm64pe.c:450 earm_wince_pe.c:441 earmpe.c:441
#: ei386pe.c:441 ei386pe_posix.c:441 ei386pep.c:450 emcorepe.c:441 eshpe.c:441
#, c-format
msgid ""
"                                     Exclude objects, archive members from "
"auto\n"
msgstr ""

#: eaarch64pe.c:451 earm64pe.c:451 ei386pep.c:451
#, c-format
msgid ""
"                                     export, place into import library "
"instead\n"
msgstr ""

#: eaarch64pe.c:452 earm64pe.c:452 earm_wince_pe.c:443 earmpe.c:443
#: ei386pe.c:443 ei386pe_posix.c:443 ei386pep.c:452 emcorepe.c:443 eshpe.c:443
#, c-format
msgid ""
"  --export-all-symbols               Automatically export all globals to "
"DLL\n"
msgstr ""

#: eaarch64pe.c:453 earm64pe.c:453 earm_wince_pe.c:444 earmpe.c:444
#: ei386pe.c:444 ei386pe_posix.c:444 ei386pep.c:453 emcorepe.c:444 eshpe.c:444
#, c-format
msgid "  --kill-at                          Remove @nn from exported symbols\n"
msgstr ""

#: eaarch64pe.c:454 earm64pe.c:454 earm_wince_pe.c:445 earmpe.c:445
#: ei386pe.c:445 ei386pe_posix.c:445 ei386pep.c:454 emcorepe.c:445 eshpe.c:445
#, c-format
msgid ""
"  --output-def <file>                Generate a .DEF file for the built DLL\n"
msgstr ""

#: eaarch64pe.c:455 earm64pe.c:455 earm_wince_pe.c:446 earmpe.c:446
#: ei386pe.c:446 ei386pe_posix.c:446 ei386pep.c:455 emcorepe.c:446 eshpe.c:446
#, c-format
msgid "  --warn-duplicate-exports           Warn about duplicate exports\n"
msgstr ""

#: eaarch64pe.c:456 earm64pe.c:456 ei386pep.c:456
#, c-format
msgid ""
"  --compat-implib                    Create backward compatible import "
"libs;\n"
"                                       create __imp_<SYMBOL> as well\n"
msgstr ""

#: eaarch64pe.c:457 earm64pe.c:457 ei386pep.c:457
#, c-format
msgid ""
"  --enable-auto-image-base           Automatically choose image base for "
"DLLs\n"
"                                       unless user specifies one\n"
msgstr ""

#: eaarch64pe.c:458 earm64pe.c:458 ei386pep.c:458
#, c-format
msgid ""
"  --disable-auto-image-base          Do not auto-choose image base "
"(default)\n"
msgstr ""

#: eaarch64pe.c:459 earm64pe.c:459 earm_wince_pe.c:450 earmpe.c:450
#: ei386pe.c:450 ei386pe_posix.c:450 ei386pep.c:459 emcorepe.c:450 eshpe.c:450
#, c-format
msgid ""
"  --dll-search-prefix=<string>       When linking dynamically to a dll "
"without\n"
"                                       an importlib, use <string><basename>."
"dll\n"
"                                       in preference to lib<basename>.dll \n"
msgstr ""

#: eaarch64pe.c:460 earm64pe.c:460 earm_wince_pe.c:451 earmpe.c:451
#: ei386pe.c:451 ei386pe_posix.c:451 ei386pep.c:460 emcorepe.c:451 eshpe.c:451
#, c-format
msgid ""
"  --enable-auto-import               Do sophisticated linking of _sym to\n"
"                                       __imp_sym for DATA references\n"
msgstr ""

#: eaarch64pe.c:461 earm64pe.c:461 earm_wince_pe.c:452 earmpe.c:452
#: ei386pe.c:452 ei386pe_posix.c:452 ei386pep.c:461 emcorepe.c:452 eshpe.c:452
#, c-format
msgid ""
"  --disable-auto-import              Do not auto-import DATA items from "
"DLLs\n"
msgstr ""

#: eaarch64pe.c:462 earm64pe.c:462 ei386pep.c:462
#, c-format
msgid ""
"  --enable-runtime-pseudo-reloc      Work around auto-import limitations by\n"
"                                       adding pseudo-relocations resolved "
"at\n"
"                                       runtime\n"
msgstr ""

#: eaarch64pe.c:463 earm64pe.c:463 ei386pep.c:463
#, c-format
msgid ""
"  --disable-runtime-pseudo-reloc     Do not add runtime pseudo-relocations "
"for\n"
"                                       auto-imported DATA\n"
msgstr ""

#: eaarch64pe.c:464 earm64pe.c:464 ei386pep.c:464
#, c-format
msgid ""
"  --enable-extra-pep-debug            Enable verbose debug output when "
"building\n"
"                                       or linking to DLLs (esp. auto-"
"import)\n"
msgstr ""

#: eaarch64pe.c:465 earm64pe.c:465 earm_wince_pe.c:459 earmpe.c:459
#: ei386pe.c:459 ei386pe_posix.c:459 ei386pep.c:465 emcorepe.c:459 eshpe.c:459
#, c-format
msgid ""
"  --enable-long-section-names        Use long COFF section names even in\n"
"                                       executable image files\n"
msgstr ""

#: eaarch64pe.c:466 earm64pe.c:466 earm_wince_pe.c:460 earmpe.c:460
#: ei386pe.c:460 ei386pe_posix.c:460 ei386pep.c:466 emcorepe.c:460 eshpe.c:460
#, c-format
msgid ""
"  --disable-long-section-names       Never use long COFF section names, "
"even\n"
"                                       in object files\n"
msgstr ""

#: eaarch64pe.c:467 earm64pe.c:467 ei386pep.c:467
#, c-format
msgid ""
"  --[disable-]high-entropy-va        Image is compatible with 64-bit address "
"space\n"
"                                       layout randomization (ASLR)\n"
msgstr ""

#: eaarch64pe.c:468 earm64pe.c:468 earm_wince_pe.c:461 earmpe.c:461
#: ei386pe.c:461 ei386pe_posix.c:461 ei386pep.c:468 emcorepe.c:461 eshpe.c:461
#, c-format
msgid ""
"  --[disable-]dynamicbase            Image base address may be relocated "
"using\n"
"                                       address space layout randomization "
"(ASLR)\n"
msgstr ""

#: eaarch64pe.c:469 earm64pe.c:469 earm_wince_pe.c:462 earmpe.c:462
#: ei386pe.c:462 ei386pe_posix.c:462 ei386pep.c:469 emcorepe.c:462 eshpe.c:462
#, c-format
msgid "  --enable-reloc-section             Create the base relocation table\n"
msgstr ""

#: eaarch64pe.c:470 earm64pe.c:470 earm_wince_pe.c:463 earmpe.c:463
#: ei386pe.c:463 ei386pe_posix.c:463 ei386pep.c:470 emcorepe.c:463 eshpe.c:463
#, c-format
msgid ""
"  --disable-reloc-section            Do not create the base relocation "
"table\n"
msgstr ""

#: eaarch64pe.c:471 earm64pe.c:471 earm_wince_pe.c:464 earmpe.c:464
#: ei386pe.c:464 ei386pe_posix.c:464 ei386pep.c:471 emcorepe.c:464 eshpe.c:464
#, c-format
msgid ""
"  --[disable-]forceinteg             Code integrity checks are enforced\n"
msgstr ""

#: eaarch64pe.c:472 earm64pe.c:472 earm_wince_pe.c:465 earmpe.c:465
#: ei386pe.c:465 ei386pe_posix.c:465 ei386pep.c:472 emcorepe.c:465 eshpe.c:465
#, c-format
msgid ""
"  --[disable-]nxcompat               Image is compatible with data "
"execution\n"
"                                       prevention\n"
msgstr ""

#: eaarch64pe.c:473 earm64pe.c:473 earm_wince_pe.c:466 earmpe.c:466
#: ei386pe.c:466 ei386pe_posix.c:466 ei386pep.c:473 emcorepe.c:466 eshpe.c:466
#, c-format
msgid ""
"  --[disable-]no-isolation           Image understands isolation but do not\n"
"                                       isolate the image\n"
msgstr ""

#: eaarch64pe.c:474 earm64pe.c:474 ei386pep.c:474
#, c-format
msgid ""
"  --[disable-]no-seh                 Image does not use SEH; no SE handler "
"may\n"
"                                       be called in this image\n"
msgstr ""

#: eaarch64pe.c:475 earm64pe.c:475 earm_wince_pe.c:468 earmpe.c:468
#: ei386pe.c:468 ei386pe_posix.c:468 ei386pep.c:475 emcorepe.c:468 eshpe.c:468
#, c-format
msgid "  --[disable-]no-bind                Do not bind this image\n"
msgstr ""

#: eaarch64pe.c:476 earm64pe.c:476 earm_wince_pe.c:469 earmpe.c:469
#: ei386pe.c:469 ei386pe_posix.c:469 ei386pep.c:476 emcorepe.c:469 eshpe.c:469
#, c-format
msgid "  --[disable-]wdmdriver              Driver uses the WDM model\n"
msgstr ""

#: eaarch64pe.c:477 earm64pe.c:477 earm_wince_pe.c:470 earmpe.c:470
#: ei386pe.c:470 ei386pe_posix.c:470 ei386pep.c:477 emcorepe.c:470 eshpe.c:470
#, c-format
msgid "  --[disable-]tsaware                Image is Terminal Server aware\n"
msgstr ""

#: eaarch64pe.c:478 earm64pe.c:478 earm_wince_pe.c:471 earmpe.c:471
#: ei386pe.c:471 ei386pe_posix.c:471 ei386pep.c:478 emcorepe.c:471 eshpe.c:471
#, c-format
msgid "  --build-id[=STYLE]                 Generate build ID\n"
msgstr ""

#: eaarch64pe.c:480 earm64pe.c:480 earm_wince_pe.c:473 earmpe.c:473
#: ei386pe.c:473 ei386pe_posix.c:473 ei386pep.c:480 emcorepe.c:473 eshpe.c:473
#, c-format
msgid "  --pdb=[FILENAME]                   Generate PDB file\n"
msgstr ""

#: eaarch64pe.c:606 earm64pe.c:606 earm_wince_pe.c:619 earmpe.c:619
#: ei386beos.c:205 ei386pe.c:619 ei386pe_posix.c:619 ei386pep.c:606
#: emcorepe.c:619 eshpe.c:619
msgid "%P: warning: bad version number in -subsystem option\n"
msgstr ""

#: eaarch64pe.c:631 earm64pe.c:631 earm_wince_pe.c:644 earmpe.c:644
#: ei386beos.c:222 ei386pe.c:644 ei386pe_posix.c:644 ei386pep.c:631
#: emcorepe.c:644 eshpe.c:644
msgid "%F%P: invalid subsystem type %s\n"
msgstr ""

#: eaarch64pe.c:652 earm64pe.c:652 earm_wince_pe.c:665 earmpe.c:665
#: ei386beos.c:233 ei386pe.c:665 ei386pe_posix.c:665 ei386pep.c:652
#: emcorepe.c:665 eshpe.c:665
msgid "%F%P: invalid hex number for PE parameter '%s'\n"
msgstr ""

#: eaarch64pe.c:669 earm64pe.c:669 earm_wince_pe.c:682 earmpe.c:682
#: ei386beos.c:250 ei386pe.c:682 ei386pe_posix.c:682 ei386pep.c:669
#: emcorepe.c:682 eshpe.c:682
msgid "%F%P: strange hex info for PE parameter '%s'\n"
msgstr ""

#: eaarch64pe.c:686 earm64pe.c:686 earm_wince_pe.c:698 earmpe.c:698
#: eelf32mcore.c:319 ei386beos.c:266 ei386pe.c:698 ei386pe_posix.c:698
#: ei386pep.c:686 emcorepe.c:698 eshpe.c:698
msgid "%F%P: cannot open base file %s\n"
msgstr ""

#: eaarch64pe.c:1003 earm64pe.c:1003 earm_wince_pe.c:1028 earmpe.c:1028
#: ei386beos.c:362 ei386pe.c:1028 ei386pe_posix.c:1028 ei386pep.c:1003
#: emcorepe.c:1028 eshpe.c:1028
msgid "%P: warning, file alignment > section alignment\n"
msgstr ""

#: eaarch64pe.c:1016 earm64pe.c:1016 ei386pep.c:1016
msgid ""
"%P: warning: --export-dynamic is not supported for PE+ targets, did you mean "
"--export-all-symbols?\n"
msgstr ""

#: eaarch64pe.c:1089 eaarch64pe.c:1116 earm64pe.c:1089 earm64pe.c:1116
#: ei386pep.c:1089 ei386pep.c:1116
#, c-format
msgid "warning: resolving %s by linking to %s\n"
msgstr ""

#: eaarch64pe.c:1094 eaarch64pe.c:1121 earm64pe.c:1094 earm64pe.c:1121
#: earm_wince_pe.c:1096 earmpe.c:1096 ei386pe.c:1096 ei386pe_posix.c:1096
#: ei386pep.c:1094 ei386pep.c:1121 emcorepe.c:1096 eshpe.c:1096
msgid "Use --enable-stdcall-fixup to disable these warnings\n"
msgstr ""

#: eaarch64pe.c:1095 eaarch64pe.c:1122 earm64pe.c:1095 earm64pe.c:1122
#: earm_wince_pe.c:1097 earmpe.c:1097 ei386pe.c:1097 ei386pe_posix.c:1097
#: ei386pep.c:1095 ei386pep.c:1122 emcorepe.c:1097 eshpe.c:1097
msgid "Use --disable-stdcall-fixup to disable these fixups\n"
msgstr ""

#: eaarch64pe.c:1173 earm64pe.c:1173 earm_wince_pe.c:1166 earmpe.c:1166
#: ei386pe.c:1166 ei386pe_posix.c:1166 ei386pep.c:1173 emcorepe.c:1166
#: eshpe.c:1166
msgid "%P: %C: cannot get section contents - auto-import exception\n"
msgstr ""

#: eaarch64pe.c:1267 earm64pe.c:1267 earm_wince_pe.c:1251 earmpe.c:1251
#: ei386pe.c:1251 ei386pe_posix.c:1251 ei386pep.c:1267 emcorepe.c:1251
#: eshpe.c:1251
msgid "%P: warning: .buildid section discarded, --build-id ignored\n"
msgstr ""

#: eaarch64pe.c:1385 earm64pe.c:1385 earm_wince_pe.c:1369 earmpe.c:1369
#: ei386pe.c:1369 ei386pe_posix.c:1369 ei386pep.c:1385 emcorepe.c:1369
#: eshpe.c:1369
msgid "%P: warning: cannot create .buildid section, --build-id ignored\n"
msgstr ""

#: eaarch64pe.c:1461 earm64pe.c:1461 earm_wince_pe.c:1444 earmpe.c:1444
#: ei386pe.c:1444 ei386pe_posix.c:1444 ei386pep.c:1461 emcorepe.c:1444
#: eshpe.c:1444
msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n"
msgstr ""

#: eaarch64pe.c:1585 earm64pe.c:1585 earm_wince_pe.c:1587 earmpe.c:1587
#: ei386pe.c:1587 ei386pe_posix.c:1587 ei386pep.c:1585 emcorepe.c:1587
#: eshpe.c:1587
msgid "%X%P: unable to process relocs: %E\n"
msgstr ""

#: eaix5ppc.c:330 eaix5rs6.c:330 eaixppc.c:330 eaixrs6.c:330 eppcmacos.c:330
msgid "%F%P: cannot open %s\n"
msgstr ""

#: eaix5ppc.c:377 eaix5rs6.c:377 eaixppc.c:377 eaixrs6.c:377 eppcmacos.c:377
msgid "%F%P: cannot read %s\n"
msgstr ""

#: eaix5ppc.c:405 eaix5rs6.c:405 eaixppc.c:405 eaixrs6.c:405 eppcmacos.c:405
msgid "%P: warning: ignoring invalid -D number %s\n"
msgstr ""

#: eaix5ppc.c:413 eaix5rs6.c:413 eaixppc.c:413 eaixrs6.c:413 eppcmacos.c:413
msgid "%P: warning: ignoring invalid -H number %s\n"
msgstr ""

#: eaix5ppc.c:525 eaix5rs6.c:525 eaixppc.c:525 eaixrs6.c:525 eppcmacos.c:525
msgid "%P: warning: ignoring invalid -bmaxdata number %s\n"
msgstr ""

#: eaix5ppc.c:534 eaix5rs6.c:534 eaixppc.c:534 eaixrs6.c:534 eppcmacos.c:534
msgid "%P: warning: ignoring invalid -bmaxstack number %s\n"
msgstr ""

#: eaix5ppc.c:547 eaix5rs6.c:547 eaixppc.c:547 eaixrs6.c:547 eppcmacos.c:547
msgid "%P: warning: ignoring invalid module type %s\n"
msgstr ""

#: eaix5ppc.c:577 eaix5rs6.c:577 eaixppc.c:577 eaixrs6.c:577 eppcmacos.c:577
msgid "%P: warning: ignoring invalid -pD number %s\n"
msgstr ""

#: eaix5ppc.c:600 eaix5rs6.c:600 eaixppc.c:600 eaixrs6.c:600 eppcmacos.c:600
msgid "%P: warning: ignoring invalid -pT number %s\n"
msgstr ""

#: eaix5ppc.c:729 eaix5rs6.c:729 eaixppc.c:729 eaixrs6.c:729 eppcmacos.c:729
msgid "%F%P: bfd_xcoff_link_record_set failed: %E\n"
msgstr ""

#: eaix5ppc.c:759 eaix5rs6.c:759 eaixppc.c:759 eaixrs6.c:759 eppcmacos.c:759
msgid "%F%P: bfd_link_hash_lookup of export symbol failed: %E\n"
msgstr ""

#: eaix5ppc.c:761 eaix5rs6.c:761 eaixppc.c:761 eaixrs6.c:761 eppcmacos.c:761
msgid "%F%P: bfd_xcoff_export_symbol failed: %E\n"
msgstr ""

#: eaix5ppc.c:866 eaix5rs6.c:866 eaixppc.c:866 eaixrs6.c:866 eppcmacos.c:866
msgid "%F%P: can't find output section %s\n"
msgstr ""

#: eaix5ppc.c:903 eaix5rs6.c:903 eaixppc.c:903 eaixrs6.c:903 eppcmacos.c:903
msgid "%F%P: can't find %s in output section\n"
msgstr ""

#: eaix5ppc.c:970 eaix5rs6.c:970 eaixppc.c:970 eaixrs6.c:970 eppcmacos.c:970
msgid "%P: can't find required output section %s\n"
msgstr ""

#: eaix5ppc.c:1152 eaix5rs6.c:1152 eaixppc.c:1152 eaixrs6.c:1152
#: eppcmacos.c:1152
msgid "%X%P: can not size stub sections: %E\n"
msgstr ""

#: eaix5ppc.c:1157 eaix5rs6.c:1157 eaixppc.c:1157 eaixrs6.c:1157
#: eppcmacos.c:1157
msgid "%F%P: failed to layout dynamic sections: %E\n"
msgstr ""

#: eaix5ppc.c:1370 eaix5rs6.c:1370 eaixppc.c:1370 eaixrs6.c:1370
#: eppcmacos.c:1370
msgid "%F%P:%s:%d: #! ([member]) is not supported in import files\n"
msgstr ""

#: eaix5ppc.c:1387 eaix5rs6.c:1387 eaixppc.c:1387 eaixrs6.c:1387
#: eppcmacos.c:1387
msgid "%F%P: could not parse import path: %E\n"
msgstr ""

#: eaix5ppc.c:1397 eaix5ppc.c:1409 eaix5rs6.c:1397 eaix5rs6.c:1409
#: eaixppc.c:1397 eaixppc.c:1409 eaixrs6.c:1397 eaixrs6.c:1409
#: eppcmacos.c:1397 eppcmacos.c:1409
msgid "%P:%s:%d: warning: syntax error in import file\n"
msgstr ""

#: eaix5ppc.c:1444 eaix5rs6.c:1444 eaixppc.c:1444 eaixrs6.c:1444
#: eppcmacos.c:1444
msgid "%P:%s%d: warning: syntax error in import/export file\n"
msgstr ""

#: eaix5ppc.c:1462 eaix5rs6.c:1462 eaixppc.c:1462 eaixrs6.c:1462
#: eppcmacos.c:1462
msgid "%P:%s:%d: warning: syntax error in import/export file\n"
msgstr ""

#: eaix5ppc.c:1497 eaix5rs6.c:1497 eaixppc.c:1497 eaixrs6.c:1497
#: eppcmacos.c:1497
msgid "%X%P:%s:%d: failed to import symbol %s: %E\n"
msgstr ""

#: eaix5ppc.c:1507 eaix5rs6.c:1507 eaixppc.c:1507 eaixrs6.c:1507
#: eppcmacos.c:1507
msgid "%P:%s:%d: warning: ignoring unterminated last line\n"
msgstr ""

#: eaix5ppc.c:1542 eaix5rs6.c:1542 eaixppc.c:1542 eaixrs6.c:1542
#: eppcmacos.c:1542
msgid "%F%P: only relocations against symbols are permitted\n"
msgstr ""

#: eaix5ppc.c:1545 eaix5rs6.c:1545 eaixppc.c:1545 eaixrs6.c:1545
#: eppcmacos.c:1545
msgid "%F%P: bfd_xcoff_link_count_reloc failed: %E\n"
msgstr ""

#: eaix5ppc.c:1633 eaix5rs6.c:1633 eaixppc.c:1633 eaixrs6.c:1633
#: eppcmacos.c:1633
msgid "%F%P: can not create stub BFD: %E\n"
msgstr ""

#: eaix5ppc.c:1643 eaix5rs6.c:1643 eaixppc.c:1643 eaixrs6.c:1643
#: eelf64_s390.c:65 eelf64lppc.c:131 eelf64lppc_fbsd.c:131 eelf64ppc.c:131
#: eelf64ppc_fbsd.c:131 eppcmacos.c:1643
msgid "%F%P: can not init BFD: %E\n"
msgstr ""

#: ealphavms.c:167 eelf64_ia64_vms.c:167
#, c-format
msgid ""
"  --identification <string>          Set the identification of the output\n"
msgstr ""

#: earm_wince_pe.c:430 earmpe.c:430 ei386pe.c:430 ei386pe_posix.c:430
#: emcorepe.c:430 eshpe.c:430
#, c-format
msgid ""
"  --thumb-entry=<symbol>             Set the entry point to be Thumb "
"<symbol>\n"
msgstr ""

#: earm_wince_pe.c:431 earmpe.c:431 ei386pe.c:431 ei386pe_posix.c:431
#: emcorepe.c:431 eshpe.c:431
#, c-format
msgid ""
"  --[no-]insert-timestamp            Use a real timestamp rather than zero "
"(default).\n"
msgstr ""

#: earm_wince_pe.c:442 earmpe.c:442 ei386pe.c:442 ei386pe_posix.c:442
#: emcorepe.c:442 eshpe.c:442
#, c-format
msgid ""
"                                     export, place into import library "
"instead.\n"
msgstr ""

#: earm_wince_pe.c:447 earmpe.c:447 ei386pe.c:447 ei386pe_posix.c:447
#: emcorepe.c:447 eshpe.c:447
#, c-format
msgid ""
"  --compat-implib                    Create backward compatible import "
"libs;\n"
"                                       create __imp_<SYMBOL> as well.\n"
msgstr ""

#: earm_wince_pe.c:448 earmpe.c:448 ei386pe.c:448 ei386pe_posix.c:448
#: emcorepe.c:448 eshpe.c:448
#, c-format
msgid ""
"  --enable-auto-image-base[=<address>] Automatically choose image base for "
"DLLs\n"
"                                       (optionally starting with address) "
"unless\n"
"                                       specifically set with --image-base\n"
msgstr ""

#: earm_wince_pe.c:449 earmpe.c:449 ei386pe.c:449 ei386pe_posix.c:449
#: emcorepe.c:449 eshpe.c:449
#, c-format
msgid ""
"  --disable-auto-image-base          Do not auto-choose image base. "
"(default)\n"
msgstr ""

#: earm_wince_pe.c:453 earmpe.c:453 ei386pe.c:453 ei386pe_posix.c:453
#: emcorepe.c:453 eshpe.c:453
#, c-format
msgid ""
"  --enable-runtime-pseudo-reloc      Work around auto-import limitations by\n"
"                                       adding pseudo-relocations resolved "
"at\n"
"                                       runtime.\n"
msgstr ""

#: earm_wince_pe.c:454 earmpe.c:454 ei386pe.c:454 ei386pe_posix.c:454
#: emcorepe.c:454 eshpe.c:454
#, c-format
msgid ""
"  --disable-runtime-pseudo-reloc     Do not add runtime pseudo-relocations "
"for\n"
"                                       auto-imported DATA.\n"
msgstr ""

#: earm_wince_pe.c:455 earmpe.c:455 ei386pe.c:455 ei386pe_posix.c:455
#: emcorepe.c:455 eshpe.c:455
#, c-format
msgid ""
"  --enable-extra-pe-debug            Enable verbose debug output when "
"building\n"
"                                       or linking to DLLs (esp. auto-"
"import)\n"
msgstr ""

#: earm_wince_pe.c:457 earmpe.c:457 ei386pe.c:457 ei386pe_posix.c:457
#: emcorepe.c:457 eshpe.c:457
#, c-format
msgid ""
"  --large-address-aware              Executable supports virtual addresses\n"
"                                       greater than 2 gigabytes\n"
msgstr ""

#: earm_wince_pe.c:458 earmpe.c:458 ei386pe.c:458 ei386pe_posix.c:458
#: emcorepe.c:458 eshpe.c:458
#, c-format
msgid ""
"  --disable-large-address-aware      Executable does not support virtual\n"
"                                       addresses greater than 2 gigabytes\n"
msgstr ""

#: earm_wince_pe.c:467 earmpe.c:467 ei386pe.c:467 ei386pe_posix.c:467
#: emcorepe.c:467 eshpe.c:467
#, c-format
msgid ""
"  --[disable-]no-seh                 Image does not use SEH. No SE handler "
"may\n"
"                                       be called in this image\n"
msgstr ""

#: earm_wince_pe.c:1041 earmpe.c:1041 ei386pe.c:1041 ei386pe_posix.c:1041
#: emcorepe.c:1041 eshpe.c:1041
msgid ""
"%P: warning: --export-dynamic is not supported for PE targets, did you mean "
"--export-all-symbols?\n"
msgstr ""

#: earm_wince_pe.c:1091 earmpe.c:1091 ei386pe.c:1091 ei386pe_posix.c:1091
#: emcorepe.c:1091 eshpe.c:1091
msgid "%P: warning: resolving %s by linking to %s\n"
msgstr ""

#: earm_wince_pe.c:1796 earmpe.c:1796 ei386pe.c:1796 ei386pe_posix.c:1796
#: emcorepe.c:1796 eshpe.c:1796
#, c-format
msgid "%P: errors encountered processing file %s for interworking\n"
msgstr ""

#: earm_wince_pe.c:1960 earmelf.c:523 earmelf_fbsd.c:523 earmelf_fuchsia.c:524
#: earmelf_haiku.c:524 earmelf_linux.c:524 earmelf_linux_eabi.c:524
#: earmelf_linux_fdpiceabi.c:524 earmelf_nacl.c:524 earmelf_nbsd.c:523
#: earmelf_phoenix.c:524 earmelf_vxworks.c:523 earmelfb.c:523
#: earmelfb_fbsd.c:523 earmelfb_fuchsia.c:524 earmelfb_linux.c:524
#: earmelfb_linux_eabi.c:524 earmelfb_linux_fdpiceabi.c:524
#: earmelfb_nacl.c:524 earmelfb_nbsd.c:523 earmnto.c:523 earmpe.c:1960
#: ei386pe.c:1960 ei386pe_posix.c:1960 emcorepe.c:1960 eshpe.c:1960
msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"
msgstr ""

#: earm_wince_pe.c:1965 earmelf.c:528 earmelf_fbsd.c:528 earmelf_fuchsia.c:529
#: earmelf_haiku.c:529 earmelf_linux.c:529 earmelf_linux_eabi.c:529
#: earmelf_linux_fdpiceabi.c:529 earmelf_nacl.c:529 earmelf_nbsd.c:528
#: earmelf_phoenix.c:529 earmelf_vxworks.c:528 earmelfb.c:528
#: earmelfb_fbsd.c:528 earmelfb_fuchsia.c:529 earmelfb_linux.c:529
#: earmelfb_linux_eabi.c:529 earmelfb_linux_fdpiceabi.c:529
#: earmelfb_nacl.c:529 earmelfb_nbsd.c:528 earmnto.c:528 earmpe.c:1965
#: ei386pe.c:1965 ei386pe_posix.c:1965 emcorepe.c:1965 eshpe.c:1965
msgid "%P: warning: cannot find thumb start symbol %s\n"
msgstr ""

#: earmelf.c:144 earmelf_fbsd.c:144 earmelf_fuchsia.c:145 earmelf_haiku.c:145
#: earmelf_linux.c:145 earmelf_linux_eabi.c:145 earmelf_linux_fdpiceabi.c:145
#: earmelf_nacl.c:145 earmelf_nbsd.c:144 earmelf_phoenix.c:145
#: earmelf_vxworks.c:144 earmelfb.c:144 earmelfb_fbsd.c:144
#: earmelfb_fuchsia.c:145 earmelfb_linux.c:145 earmelfb_linux_eabi.c:145
#: earmelfb_linux_fdpiceabi.c:145 earmelfb_nacl.c:145 earmelfb_nbsd.c:144
#: earmnto.c:144 ei386beos.c:615
#, c-format
msgid "%P: errors encountered processing file %s\n"
msgstr ""

#: earmelf.c:554 earmelf_fbsd.c:554 earmelf_fuchsia.c:555 earmelf_haiku.c:555
#: earmelf_linux.c:555 earmelf_linux_eabi.c:555 earmelf_linux_fdpiceabi.c:555
#: earmelf_nacl.c:555 earmelf_nbsd.c:554 earmelf_phoenix.c:555
#: earmelf_vxworks.c:554 earmelfb.c:554 earmelfb_fbsd.c:554
#: earmelfb_fuchsia.c:555 earmelfb_linux.c:555 earmelfb_linux_eabi.c:555
#: earmelfb_linux_fdpiceabi.c:555 earmelfb_nacl.c:555 earmelfb_nbsd.c:554
#: earmnto.c:554
msgid "%F%P: %s: can't open: %E\n"
msgstr ""

#: earmelf.c:557 earmelf_fbsd.c:557 earmelf_fuchsia.c:558 earmelf_haiku.c:558
#: earmelf_linux.c:558 earmelf_linux_eabi.c:558 earmelf_linux_fdpiceabi.c:558
#: earmelf_nacl.c:558 earmelf_nbsd.c:557 earmelf_phoenix.c:558
#: earmelf_vxworks.c:557 earmelfb.c:557 earmelfb_fbsd.c:557
#: earmelfb_fuchsia.c:558 earmelfb_linux.c:558 earmelfb_linux_eabi.c:558
#: earmelfb_linux_fdpiceabi.c:558 earmelfb_nacl.c:558 earmelfb_nbsd.c:557
#: earmnto.c:557
msgid "%F%P: %s: not a relocatable file: %E\n"
msgstr ""

#: earmelf.c:1069 earmelf_fbsd.c:1069 earmelf_fuchsia.c:1074
#: earmelf_haiku.c:1074 earmelf_linux.c:1074 earmelf_linux_eabi.c:1074
#: earmelf_linux_fdpiceabi.c:1074 earmelf_nacl.c:1074 earmelf_nbsd.c:1069
#: earmelf_phoenix.c:1074 earmelf_vxworks.c:1105 earmelfb.c:1069
#: earmelfb_fbsd.c:1069 earmelfb_fuchsia.c:1074 earmelfb_linux.c:1074
#: earmelfb_linux_eabi.c:1074 earmelfb_linux_fdpiceabi.c:1074
#: earmelfb_nacl.c:1074 earmelfb_nbsd.c:1069 earmnto.c:1044
msgid "%P: unrecognized VFP11 fix type '%s'\n"
msgstr ""

#: earmelf.c:1082 earmelf_fbsd.c:1082 earmelf_fuchsia.c:1087
#: earmelf_haiku.c:1087 earmelf_linux.c:1087 earmelf_linux_eabi.c:1087
#: earmelf_linux_fdpiceabi.c:1087 earmelf_nacl.c:1087 earmelf_nbsd.c:1082
#: earmelf_phoenix.c:1087 earmelf_vxworks.c:1118 earmelfb.c:1082
#: earmelfb_fbsd.c:1082 earmelfb_fuchsia.c:1087 earmelfb_linux.c:1087
#: earmelfb_linux_eabi.c:1087 earmelfb_linux_fdpiceabi.c:1087
#: earmelfb_nacl.c:1087 earmelfb_nbsd.c:1082 earmnto.c:1057
msgid "%P: unrecognized STM32L4XX fix type '%s'\n"
msgstr ""

#: earmelf.c:1149 earmelf_fbsd.c:1149 earmelf_fuchsia.c:1154
#: earmelf_haiku.c:1154 earmelf_linux.c:1154 earmelf_linux_eabi.c:1154
#: earmelf_linux_fdpiceabi.c:1154 earmelf_nacl.c:1154 earmelf_nbsd.c:1149
#: earmelf_phoenix.c:1154 earmelf_vxworks.c:1189 earmelfb.c:1149
#: earmelfb_fbsd.c:1149 earmelfb_fuchsia.c:1154 earmelfb_linux.c:1154
#: earmelfb_linux_eabi.c:1154 earmelfb_linux_fdpiceabi.c:1154
#: earmelfb_nacl.c:1154 earmelfb_nbsd.c:1149 earmnto.c:1124
#, c-format
msgid ""
"  --thumb-entry=<sym>         Set the entry point to be Thumb symbol <sym>\n"
msgstr ""

#: earmelf.c:1150 earmelf_fbsd.c:1150 earmelf_fuchsia.c:1155
#: earmelf_haiku.c:1155 earmelf_linux.c:1155 earmelf_linux_eabi.c:1155
#: earmelf_linux_fdpiceabi.c:1155 earmelf_nacl.c:1155 earmelf_nbsd.c:1150
#: earmelf_phoenix.c:1155 earmelf_vxworks.c:1190 earmelfb.c:1150
#: earmelfb_fbsd.c:1150 earmelfb_fuchsia.c:1155 earmelfb_linux.c:1155
#: earmelfb_linux_eabi.c:1155 earmelfb_linux_fdpiceabi.c:1155
#: earmelfb_nacl.c:1155 earmelfb_nbsd.c:1150 earmnto.c:1125
#, c-format
msgid "  --be8                       Output BE8 format image\n"
msgstr ""

#: earmelf.c:1151 earmelf_fbsd.c:1151 earmelf_fuchsia.c:1156
#: earmelf_haiku.c:1156 earmelf_linux.c:1156 earmelf_linux_eabi.c:1156
#: earmelf_linux_fdpiceabi.c:1156 earmelf_nacl.c:1156 earmelf_nbsd.c:1151
#: earmelf_phoenix.c:1156 earmelf_vxworks.c:1191 earmelfb.c:1151
#: earmelfb_fbsd.c:1151 earmelfb_fuchsia.c:1156 earmelfb_linux.c:1156
#: earmelfb_linux_eabi.c:1156 earmelfb_linux_fdpiceabi.c:1156
#: earmelfb_nacl.c:1156 earmelfb_nbsd.c:1151 earmnto.c:1126
#, c-format
msgid "  --target1-rel               Interpret R_ARM_TARGET1 as R_ARM_REL32\n"
msgstr ""

#: earmelf.c:1152 earmelf_fbsd.c:1152 earmelf_fuchsia.c:1157
#: earmelf_haiku.c:1157 earmelf_linux.c:1157 earmelf_linux_eabi.c:1157
#: earmelf_linux_fdpiceabi.c:1157 earmelf_nacl.c:1157 earmelf_nbsd.c:1152
#: earmelf_phoenix.c:1157 earmelf_vxworks.c:1192 earmelfb.c:1152
#: earmelfb_fbsd.c:1152 earmelfb_fuchsia.c:1157 earmelfb_linux.c:1157
#: earmelfb_linux_eabi.c:1157 earmelfb_linux_fdpiceabi.c:1157
#: earmelfb_nacl.c:1157 earmelfb_nbsd.c:1152 earmnto.c:1127
#, c-format
msgid "  --target1-abs               Interpret R_ARM_TARGET1 as R_ARM_ABS32\n"
msgstr ""

#: earmelf.c:1153 earmelf_fbsd.c:1153 earmelf_fuchsia.c:1158
#: earmelf_haiku.c:1158 earmelf_linux.c:1158 earmelf_linux_eabi.c:1158
#: earmelf_linux_fdpiceabi.c:1158 earmelf_nacl.c:1158 earmelf_nbsd.c:1153
#: earmelf_phoenix.c:1158 earmelf_vxworks.c:1193 earmelfb.c:1153
#: earmelfb_fbsd.c:1153 earmelfb_fuchsia.c:1158 earmelfb_linux.c:1158
#: earmelfb_linux_eabi.c:1158 earmelfb_linux_fdpiceabi.c:1158
#: earmelfb_nacl.c:1158 earmelfb_nbsd.c:1153 earmnto.c:1128
#, c-format
msgid "  --target2=<type>            Specify definition of R_ARM_TARGET2\n"
msgstr ""

#: earmelf.c:1154 earmelf_fbsd.c:1154 earmelf_fuchsia.c:1159
#: earmelf_haiku.c:1159 earmelf_linux.c:1159 earmelf_linux_eabi.c:1159
#: earmelf_linux_fdpiceabi.c:1159 earmelf_nacl.c:1159 earmelf_nbsd.c:1154
#: earmelf_phoenix.c:1159 earmelf_vxworks.c:1194 earmelfb.c:1154
#: earmelfb_fbsd.c:1154 earmelfb_fuchsia.c:1159 earmelfb_linux.c:1159
#: earmelfb_linux_eabi.c:1159 earmelfb_linux_fdpiceabi.c:1159
#: earmelfb_nacl.c:1159 earmelfb_nbsd.c:1154 earmnto.c:1129
#, c-format
msgid "  --fix-v4bx                  Rewrite BX rn as MOV pc, rn for ARMv4\n"
msgstr ""

#: earmelf.c:1155 earmelf_fbsd.c:1155 earmelf_fuchsia.c:1160
#: earmelf_haiku.c:1160 earmelf_linux.c:1160 earmelf_linux_eabi.c:1160
#: earmelf_linux_fdpiceabi.c:1160 earmelf_nacl.c:1160 earmelf_nbsd.c:1155
#: earmelf_phoenix.c:1160 earmelf_vxworks.c:1195 earmelfb.c:1155
#: earmelfb_fbsd.c:1155 earmelfb_fuchsia.c:1160 earmelfb_linux.c:1160
#: earmelfb_linux_eabi.c:1160 earmelfb_linux_fdpiceabi.c:1160
#: earmelfb_nacl.c:1160 earmelfb_nbsd.c:1155 earmnto.c:1130
#, c-format
msgid ""
"  --fix-v4bx-interworking     Rewrite BX rn branch to ARMv4 interworking "
"veneer\n"
msgstr ""

#: earmelf.c:1156 earmelf_fbsd.c:1156 earmelf_fuchsia.c:1161
#: earmelf_haiku.c:1161 earmelf_linux.c:1161 earmelf_linux_eabi.c:1161
#: earmelf_linux_fdpiceabi.c:1161 earmelf_nacl.c:1161 earmelf_nbsd.c:1156
#: earmelf_phoenix.c:1161 earmelf_vxworks.c:1196 earmelfb.c:1156
#: earmelfb_fbsd.c:1156 earmelfb_fuchsia.c:1161 earmelfb_linux.c:1161
#: earmelfb_linux_eabi.c:1161 earmelfb_linux_fdpiceabi.c:1161
#: earmelfb_nacl.c:1161 earmelfb_nbsd.c:1156 earmnto.c:1131
#, c-format
msgid "  --use-blx                   Enable use of BLX instructions\n"
msgstr ""

#: earmelf.c:1157 earmelf_fbsd.c:1157 earmelf_fuchsia.c:1162
#: earmelf_haiku.c:1162 earmelf_linux.c:1162 earmelf_linux_eabi.c:1162
#: earmelf_linux_fdpiceabi.c:1162 earmelf_nacl.c:1162 earmelf_nbsd.c:1157
#: earmelf_phoenix.c:1162 earmelf_vxworks.c:1197 earmelfb.c:1157
#: earmelfb_fbsd.c:1157 earmelfb_fuchsia.c:1162 earmelfb_linux.c:1162
#: earmelfb_linux_eabi.c:1162 earmelfb_linux_fdpiceabi.c:1162
#: earmelfb_nacl.c:1162 earmelfb_nbsd.c:1157 earmnto.c:1132
#, c-format
msgid "  --vfp11-denorm-fix          Specify how to fix VFP11 denorm erratum\n"
msgstr ""

#: earmelf.c:1158 earmelf_fbsd.c:1158 earmelf_fuchsia.c:1163
#: earmelf_haiku.c:1163 earmelf_linux.c:1163 earmelf_linux_eabi.c:1163
#: earmelf_linux_fdpiceabi.c:1163 earmelf_nacl.c:1163 earmelf_nbsd.c:1158
#: earmelf_phoenix.c:1163 earmelf_vxworks.c:1198 earmelfb.c:1158
#: earmelfb_fbsd.c:1158 earmelfb_fuchsia.c:1163 earmelfb_linux.c:1163
#: earmelfb_linux_eabi.c:1163 earmelfb_linux_fdpiceabi.c:1163
#: earmelfb_nacl.c:1163 earmelfb_nbsd.c:1158 earmnto.c:1133
#, c-format
msgid ""
"  --fix-stm32l4xx-629360      Specify how to fix STM32L4XX 629360 erratum\n"
msgstr ""

#: earmelf.c:1164 earmelf_fbsd.c:1164 earmelf_fuchsia.c:1169
#: earmelf_haiku.c:1169 earmelf_linux.c:1169 earmelf_linux_eabi.c:1169
#: earmelf_linux_fdpiceabi.c:1169 earmelf_nacl.c:1169 earmelf_nbsd.c:1164
#: earmelf_phoenix.c:1169 earmelf_vxworks.c:1204 earmelfb.c:1164
#: earmelfb_fbsd.c:1164 earmelfb_fuchsia.c:1169 earmelfb_linux.c:1169
#: earmelfb_linux_eabi.c:1169 earmelfb_linux_fdpiceabi.c:1169
#: earmelfb_nacl.c:1169 earmelfb_nbsd.c:1164 earmnto.c:1139
#, c-format
msgid ""
"  --long-plt                  Generate long .plt entries\n"
"                              to handle large .plt/.got displacements\n"
msgstr ""

#: earmelf.c:1166 earmelf_fbsd.c:1166 earmelf_fuchsia.c:1171
#: earmelf_haiku.c:1171 earmelf_linux.c:1171 earmelf_linux_eabi.c:1171
#: earmelf_linux_fdpiceabi.c:1171 earmelf_nacl.c:1171 earmelf_nbsd.c:1166
#: earmelf_phoenix.c:1171 earmelf_vxworks.c:1206 earmelfb.c:1166
#: earmelfb_fbsd.c:1166 earmelfb_fuchsia.c:1171 earmelfb_linux.c:1171
#: earmelfb_linux_eabi.c:1171 earmelfb_linux_fdpiceabi.c:1171
#: earmelfb_nacl.c:1171 earmelfb_nbsd.c:1166 earmnto.c:1141
#, c-format
msgid ""
"  --cmse-implib               Make import library to be a secure gateway "
"import\n"
"                                library as per ARMv8-M Security Extensions\n"
msgstr ""

#: earmelf.c:1168 earmelf_fbsd.c:1168 earmelf_fuchsia.c:1173
#: earmelf_haiku.c:1173 earmelf_linux.c:1173 earmelf_linux_eabi.c:1173
#: earmelf_linux_fdpiceabi.c:1173 earmelf_nacl.c:1173 earmelf_nbsd.c:1168
#: earmelf_phoenix.c:1173 earmelf_vxworks.c:1208 earmelfb.c:1168
#: earmelfb_fbsd.c:1168 earmelfb_fuchsia.c:1173 earmelfb_linux.c:1173
#: earmelfb_linux_eabi.c:1173 earmelfb_linux_fdpiceabi.c:1173
#: earmelfb_nacl.c:1173 earmelfb_nbsd.c:1168 earmnto.c:1143
#, c-format
msgid ""
"  --in-implib                 Import library whose symbols address must\n"
"                                remain stable\n"
msgstr ""

#: earmelf.c:1179 earmelf_fbsd.c:1179 earmelf_fuchsia.c:1184
#: earmelf_haiku.c:1184 earmelf_linux.c:1184 earmelf_linux_eabi.c:1184
#: earmelf_linux_fdpiceabi.c:1184 earmelf_nacl.c:1184 earmelf_nbsd.c:1179
#: earmelf_phoenix.c:1184 earmelf_vxworks.c:1219 earmelfb.c:1179
#: earmelfb_fbsd.c:1179 earmelfb_fuchsia.c:1184 earmelfb_linux.c:1184
#: earmelfb_linux_eabi.c:1184 earmelfb_linux_fdpiceabi.c:1184
#: earmelfb_nacl.c:1184 earmelfb_nbsd.c:1179 earmnto.c:1154
#, c-format
msgid ""
"  --[no-]fix-cortex-a8        Disable/enable Cortex-A8 Thumb-2 branch "
"erratum fix\n"
msgstr ""

#: earmelf.c:1180 earmelf_fbsd.c:1180 earmelf_fuchsia.c:1185
#: earmelf_haiku.c:1185 earmelf_linux.c:1185 earmelf_linux_eabi.c:1185
#: earmelf_linux_fdpiceabi.c:1185 earmelf_nacl.c:1185 earmelf_nbsd.c:1180
#: earmelf_phoenix.c:1185 earmelf_vxworks.c:1220 earmelfb.c:1180
#: earmelfb_fbsd.c:1180 earmelfb_fuchsia.c:1185 earmelfb_linux.c:1185
#: earmelfb_linux_eabi.c:1185 earmelfb_linux_fdpiceabi.c:1185
#: earmelfb_nacl.c:1185 earmelfb_nbsd.c:1180 earmnto.c:1155
#, c-format
msgid "  --no-merge-exidx-entries    Disable merging exidx entries\n"
msgstr ""

#: earmelf.c:1181 earmelf_fbsd.c:1181 earmelf_fuchsia.c:1186
#: earmelf_haiku.c:1186 earmelf_linux.c:1186 earmelf_linux_eabi.c:1186
#: earmelf_linux_fdpiceabi.c:1186 earmelf_nacl.c:1186 earmelf_nbsd.c:1181
#: earmelf_phoenix.c:1186 earmelf_vxworks.c:1221 earmelfb.c:1181
#: earmelfb_fbsd.c:1181 earmelfb_fuchsia.c:1186 earmelfb_linux.c:1186
#: earmelfb_linux_eabi.c:1186 earmelfb_linux_fdpiceabi.c:1186
#: earmelfb_nacl.c:1186 earmelfb_nbsd.c:1181 earmnto.c:1156
#, c-format
msgid ""
"  --[no-]fix-arm1176          Disable/enable ARM1176 BLX immediate erratum "
"fix\n"
msgstr ""

#: earmelf_vxworks.c:603 eelf32_sparc_vxworks.c:73 eelf32ebmipvxworks.c:269
#: eelf32elmipvxworks.c:269 eelf32ppcvxworks.c:238 eelf_i386_vxworks.c:97
#: eshelf_vxworks.c:73 eshlelf_vxworks.c:73
msgid "%X%P: cannot create dynamic sections %E\n"
msgstr ""

#: earmelf_vxworks.c:609 eelf32_sparc_vxworks.c:79 eelf32ebmipvxworks.c:275
#: eelf32elmipvxworks.c:275 eelf32ppcvxworks.c:244 eelf_i386_vxworks.c:103
#: eshelf_vxworks.c:79 eshlelf_vxworks.c:79
msgid "%X%P: dynamic sections created in non-dynamic link\n"
msgstr ""

#: earmelf_vxworks.c:1223 eelf32_sparc_vxworks.c:528 eelf32ebmipvxworks.c:786
#: eelf32elmipvxworks.c:786 eelf32ppcvxworks.c:851 eelf_i386_vxworks.c:613
#: eshelf_vxworks.c:498 eshlelf_vxworks.c:498
#, c-format
msgid "  --force-dynamic             Always create dynamic sections\n"
msgstr ""

#: eavr1.c:124 eavr2.c:124 eavr25.c:124 eavr3.c:124 eavr31.c:124 eavr35.c:124
#: eavr4.c:124 eavr5.c:124 eavr51.c:124 eavr6.c:124 eavrtiny.c:124
#: eavrxmega1.c:124 eavrxmega2.c:124 eavrxmega3.c:124 eavrxmega4.c:124
#: eavrxmega5.c:124 eavrxmega6.c:124 eavrxmega7.c:124
msgid "%X%P: can not setup the input section list: %E\n"
msgstr ""

#: eavr1.c:159 eavr2.c:159 eavr25.c:159 eavr3.c:159 eavr31.c:159 eavr35.c:159
#: eavr4.c:159 eavr5.c:159 eavr51.c:159 eavr6.c:159 eavrtiny.c:159
#: eavrxmega1.c:159 eavrxmega2.c:159 eavrxmega3.c:159 eavrxmega4.c:159
#: eavrxmega5.c:159 eavrxmega6.c:159 eavrxmega7.c:159
msgid "%X%P: can not create stub BFD: %E\n"
msgstr ""

#: eavr1.c:565 eavr2.c:565 eavr25.c:565 eavr3.c:565 eavr31.c:565 eavr35.c:565
#: eavr4.c:565 eavr5.c:565 eavr51.c:565 eavr6.c:565 eavrtiny.c:565
#: eavrxmega1.c:565 eavrxmega2.c:565 eavrxmega3.c:565 eavrxmega4.c:565
#: eavrxmega5.c:565 eavrxmega6.c:565 eavrxmega7.c:565
#, c-format
msgid ""
"  --pmem-wrap-around=<val>    Make the linker relaxation machine assume that "
"a\n"
"                                program counter wrap-around occurs at "
"address\n"
"                                <val>.  Supported values: 8k, 16k, 32k and "
"64k.\n"
msgstr ""

#: eavr1.c:571 eavr2.c:571 eavr25.c:571 eavr3.c:571 eavr31.c:571 eavr35.c:571
#: eavr4.c:571 eavr5.c:571 eavr51.c:571 eavr6.c:571 eavrtiny.c:571
#: eavrxmega1.c:571 eavrxmega2.c:571 eavrxmega3.c:571 eavrxmega4.c:571
#: eavrxmega5.c:571 eavrxmega6.c:571 eavrxmega7.c:571
#, c-format
msgid ""
"  --no-call-ret-replacement   The relaxation machine normally will\n"
"                                substitute two immediately following call/"
"ret\n"
"                                instructions by a single jump instruction.\n"
"                                This option disables this optimization.\n"
msgstr ""

#: eavr1.c:579 eavr2.c:579 eavr25.c:579 eavr3.c:579 eavr31.c:579 eavr35.c:579
#: eavr4.c:579 eavr5.c:579 eavr51.c:579 eavr6.c:579 eavrtiny.c:579
#: eavrxmega1.c:579 eavrxmega2.c:579 eavrxmega3.c:579 eavrxmega4.c:579
#: eavrxmega5.c:579 eavrxmega6.c:579 eavrxmega7.c:579
#, c-format
msgid ""
"  --no-stubs                  If the linker detects to attempt to access\n"
"                                an instruction beyond 128k by a reloc that\n"
"                                is limited to 128k max, it inserts a jump\n"
"                                stub. You can de-active this with this "
"switch.\n"
msgstr ""

#: eavr1.c:587 eavr2.c:587 eavr25.c:587 eavr3.c:587 eavr31.c:587 eavr35.c:587
#: eavr4.c:587 eavr5.c:587 eavr51.c:587 eavr6.c:587 eavrtiny.c:587
#: eavrxmega1.c:587 eavrxmega2.c:587 eavrxmega3.c:587 eavrxmega4.c:587
#: eavrxmega5.c:587 eavrxmega6.c:587 eavrxmega7.c:587
#, c-format
msgid "  --debug-stubs               Used for debugging avr-ld.\n"
msgstr ""

#: eavr1.c:589 eavr2.c:589 eavr25.c:589 eavr3.c:589 eavr31.c:589 eavr35.c:589
#: eavr4.c:589 eavr5.c:589 eavr51.c:589 eavr6.c:589 eavrtiny.c:589
#: eavrxmega1.c:589 eavrxmega2.c:589 eavrxmega3.c:589 eavrxmega4.c:589
#: eavrxmega5.c:589 eavrxmega6.c:589 eavrxmega7.c:589
#, c-format
msgid "  --debug-relax               Used for debugging avr-ld.\n"
msgstr ""

#: ecskyelf.c:277 ecskyelf_linux.c:277
msgid "%X%P: cannot size stub section: %E\n"
msgstr ""

#: ecskyelf.c:294 ecskyelf_linux.c:294
msgid "%X%P: cannot build stubs: %E\n"
msgstr ""

#: ecskyelf.c:581 ecskyelf_linux.c:748
#, c-format
msgid ""
"  --[no-]branch-stub          Disable/enable use of stubs to expand branch\n"
"                                instructions that cannot reach the target.\n"
msgstr ""

#: ecskyelf.c:585 ecskyelf_linux.c:752
#, c-format
msgid ""
"  --stub-group-size=N         Maximum size of a group of input sections\n"
"                                handled by one stub section.\n"
msgstr ""

#: ed30v_e.c:73 ed30v_o.c:73 ed30velf.c:73 eelf32_dlx.c:73 eelf32fr30.c:73
#: eelf32frv.c:73 eelf32ft32.c:73 eelf32iq10.c:73 eelf32iq2000.c:73
#: eelf32mt.c:73 em9s12zelf.c:73 emn10200.c:73 emoxiebox.c:73 emsp430X.c:98
#: emsp430elf.c:98 epjelf.c:73 epjlelf.c:73 exgateelf.c:73
msgid "%X%P: can not size group sections: %E\n"
msgstr ""

#: eelf32_spu.c:257 ev850.c:75 ev850_rh850.c:75
msgid "%X%P: can not create note section: %E\n"
msgstr ""

#: eelf32_spu.c:346
msgid "%F%P: no built-in overlay manager\n"
msgstr ""

#: eelf32_spu.c:356
msgid "%X%P: can not open built-in overlay manager: %E\n"
msgstr ""

#: eelf32_spu.c:362
msgid "%X%P: can not load built-in overlay manager: %E\n"
msgstr ""

#: eelf32_spu.c:422
msgid "%X%P: can not find overlays: %E\n"
msgstr ""

#: eelf32_spu.c:429
msgid "%P: --auto-overlay ignored with user overlay script\n"
msgstr ""

#: eelf32_spu.c:450
msgid "%X%P: can not size overlay stubs: %E\n"
msgstr ""

#: eelf32_spu.c:523
msgid "%F%P: can not open script: %E\n"
msgstr ""

#: eelf32_spu.c:570
msgid "%X%P: %pA exceeds local store range\n"
msgstr ""

#: eelf32_spu.c:573
msgid "%P: --auto-overlay ignored with zero local store range\n"
msgstr ""

#: eelf32_spu.c:677
#, c-format
msgid "running: %s \"%s\" \"%s\" \"%s\" \"%s\"\n"
msgstr ""

#: eelf32_spu.c:1058
msgid "%F%P: invalid --local-store address range `%s'\n"
msgstr ""

#: eelf32_spu.c:1094
msgid "%F%P: invalid --num-lines/--num-regions `%u'\n"
msgstr ""

#: eelf32_spu.c:1099
msgid "%F%P: invalid --line-size/--region-size `%u'\n"
msgstr ""

#: eelf32_spu.c:1120
msgid "%F%P: invalid --num-lines/--num-regions `%s'\n"
msgstr ""

#: eelf32_spu.c:1133
msgid "%F%P: invalid --line-size/--region-size `%s'\n"
msgstr ""

#: eelf32_spu.c:1142
msgid "%F%P: invalid --fixed-space value `%s'\n"
msgstr ""

#: eelf32_spu.c:1151
msgid "%F%P: invalid --reserved-space value `%s'\n"
msgstr ""

#: eelf32_spu.c:1160
msgid "%F%P: invalid --extra-stack-space value `%s'\n"
msgstr ""

#: eelf32_spu.c:1197
#, c-format
msgid "  --plugin                    Make SPU plugin\n"
msgstr ""

#: eelf32_spu.c:1199
#, c-format
msgid "  --no-overlays               No overlay handling\n"
msgstr ""

#: eelf32_spu.c:1201
#, c-format
msgid ""
"  --compact-stubs             Use smaller and possibly slower call stubs\n"
msgstr ""

#: eelf32_spu.c:1203
#, c-format
msgid "  --emit-stub-syms            Add symbols on overlay call stubs\n"
msgstr ""

#: eelf32_spu.c:1205
#, c-format
msgid ""
"  --extra-overlay-stubs       Add stubs on all calls out of overlay regions\n"
msgstr ""

#: eelf32_spu.c:1207
#, c-format
msgid "  --local-store=lo:hi         Valid address range\n"
msgstr ""

#: eelf32_spu.c:1209
#, c-format
msgid "  --stack-analysis            Estimate maximum stack requirement\n"
msgstr ""

#: eelf32_spu.c:1211
#, c-format
msgid ""
"  --emit-stack-syms           Add sym giving stack needed for each func\n"
msgstr ""

#: eelf32_spu.c:1213
#, c-format
msgid ""
"  --auto-overlay [=filename]  Create an overlay script in filename if\n"
"                                executable does not fit in local store\n"
msgstr ""

#: eelf32_spu.c:1216
#, c-format
msgid "  --auto-relink               Rerun linker using auto-overlay script\n"
msgstr ""

#: eelf32_spu.c:1218
#, c-format
msgid ""
"  --overlay-rodata            Place read-only data with associated function\n"
"                                code in overlays\n"
msgstr ""

#: eelf32_spu.c:1221
#, c-format
msgid "  --num-regions               Number of overlay buffers (default 1)\n"
msgstr ""

#: eelf32_spu.c:1223
#, c-format
msgid ""
"  --region-size               Size of overlay buffers (default 0, auto)\n"
msgstr ""

#: eelf32_spu.c:1225
#, c-format
msgid ""
"  --fixed-space=bytes         Local store for non-overlay code and data\n"
msgstr ""

#: eelf32_spu.c:1227
#, c-format
msgid ""
"  --reserved-space=bytes      Local store for stack and heap.  If not "
"specified\n"
"                                ld will estimate stack size and assume no "
"heap\n"
msgstr ""

#: eelf32_spu.c:1230
#, c-format
msgid ""
"  --extra-stack-space=bytes   Space for negative sp access (default 2000) "
"if\n"
"                                --reserved-space not given\n"
msgstr ""

#: eelf32_spu.c:1233
#, c-format
msgid "  --soft-icache               Generate software icache overlays\n"
msgstr ""

#: eelf32_spu.c:1235
#, c-format
msgid ""
"  --num-lines                 Number of soft-icache lines (default 32)\n"
msgstr ""

#: eelf32_spu.c:1237
#, c-format
msgid "  --line-size                 Size of soft-icache lines (default 1k)\n"
msgstr ""

#: eelf32_spu.c:1239
#, c-format
msgid "  --non-ia-text               Allow non-icache code in icache lines\n"
msgstr ""

#: eelf32_spu.c:1241
#, c-format
msgid "  --lrlive-analysis           Scan function prologue for lr liveness\n"
msgstr ""

#: eelf32_tic6x_be.c:90 eelf32_tic6x_elf_be.c:90 eelf32_tic6x_elf_le.c:90
#: eelf32_tic6x_le.c:90 eelf32_tic6x_linux_be.c:90 eelf32_tic6x_linux_le.c:90
msgid "%F%P: invalid --dsbt-index %d, outside DSBT size\n"
msgstr ""

#: eelf32_tic6x_be.c:591 eelf32_tic6x_elf_be.c:591 eelf32_tic6x_elf_le.c:591
#: eelf32_tic6x_le.c:591 eelf32_tic6x_linux_be.c:591
#: eelf32_tic6x_linux_le.c:591
msgid "%F%P: invalid --dsbt-index %s\n"
msgstr ""

#: eelf32_tic6x_be.c:601 eelf32_tic6x_elf_be.c:601 eelf32_tic6x_elf_le.c:601
#: eelf32_tic6x_le.c:601 eelf32_tic6x_linux_be.c:601
#: eelf32_tic6x_linux_le.c:601
msgid "%F%P: invalid --dsbt-size %s\n"
msgstr ""

#: eelf32_tic6x_be.c:617 eelf32_tic6x_elf_be.c:617 eelf32_tic6x_elf_le.c:617
#: eelf32_tic6x_le.c:617 eelf32_tic6x_linux_be.c:617
#: eelf32_tic6x_linux_le.c:617
#, c-format
msgid ""
"  --dsbt-index <index>    Use this as the DSBT index for the output object\n"
msgstr ""

#: eelf32_tic6x_be.c:618 eelf32_tic6x_elf_be.c:618 eelf32_tic6x_elf_le.c:618
#: eelf32_tic6x_le.c:618 eelf32_tic6x_linux_be.c:618
#: eelf32_tic6x_linux_le.c:618
#, c-format
msgid ""
"  --dsbt-size <index>     Use this as the number of entries in the DSBT "
"table\n"
msgstr ""

#: eelf32_tic6x_be.c:619 eelf32_tic6x_elf_be.c:619 eelf32_tic6x_elf_le.c:619
#: eelf32_tic6x_le.c:619 eelf32_tic6x_linux_be.c:619
#: eelf32_tic6x_linux_le.c:619
#, c-format
msgid "  --no-merge-exidx-entries\n"
msgstr ""

#: eelf32_tic6x_be.c:620 eelf32_tic6x_elf_be.c:620 eelf32_tic6x_elf_le.c:620
#: eelf32_tic6x_le.c:620 eelf32_tic6x_linux_be.c:620
#: eelf32_tic6x_linux_le.c:620
#, c-format
msgid "                          Disable merging exidx entries\n"
msgstr ""

#: eelf32_x86_64.c:5641 eelf_i386.c:5260 eelf_i386_be.c:497
#: eelf_i386_fbsd.c:537 eelf_i386_haiku.c:537 eelf_i386_ldso.c:512
#: eelf_i386_sol2.c:669 eelf_i386_vxworks.c:564 eelf_iamcu.c:537
#: eelf_x86_64.c:5641 eelf_x86_64_cloudabi.c:540 eelf_x86_64_fbsd.c:540
#: eelf_x86_64_haiku.c:540 eelf_x86_64_sol2.c:672
msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n"
msgstr ""

#: eelf32_x86_64.c:5650 eelf_i386.c:5269 eelf_i386_be.c:506
#: eelf_i386_fbsd.c:546 eelf_i386_haiku.c:546 eelf_i386_ldso.c:521
#: eelf_i386_sol2.c:678 eelf_i386_vxworks.c:573 eelf_iamcu.c:546
#: eelf_x86_64.c:5650 eelf_x86_64_cloudabi.c:549 eelf_x86_64_fbsd.c:549
#: eelf_x86_64_haiku.c:549 eelf_x86_64_sol2.c:681
msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n"
msgstr ""

#: eelf32_x86_64.c:5655 eelf_i386.c:5274 eelf_i386_be.c:511
#: eelf_i386_fbsd.c:551 eelf_i386_haiku.c:551 eelf_i386_ldso.c:526
#: eelf_i386_sol2.c:683 eelf_i386_vxworks.c:578 eelf_iamcu.c:551
#: eelf_x86_64.c:5655 eelf_x86_64_cloudabi.c:554 eelf_x86_64_fbsd.c:554
#: eelf_x86_64_haiku.c:554 eelf_x86_64_sol2.c:686
msgid "%F%P: unsupported option: -z %s\n"
msgstr ""

#: eelf32_x86_64.c:5677 eelf_i386.c:5296 eelf_i386_fbsd.c:573
#: eelf_i386_haiku.c:573 eelf_x86_64.c:5677 eelf_x86_64_cloudabi.c:576
#: eelf_x86_64_fbsd.c:576 eelf_x86_64_haiku.c:576 eelf_x86_64_sol2.c:708
msgid "%F%P: invalid option for -z cet-report=: %s\n"
msgstr ""

#: eelf32_x86_64.c:5691 eelf_i386.c:5310 eelf_i386_fbsd.c:587
#: eelf_i386_haiku.c:587 eelf_x86_64.c:5691 eelf_x86_64_cloudabi.c:590
#: eelf_x86_64_fbsd.c:590 eelf_x86_64_haiku.c:590 eelf_x86_64_sol2.c:722
msgid "%F%P: invalid x86-64 ISA level: %s\n"
msgstr ""

#: eelf32_x86_64.c:5733 eelf_i386.c:5352 eelf_i386_be.c:527
#: eelf_i386_fbsd.c:629 eelf_i386_haiku.c:629 eelf_i386_ldso.c:551
#: eelf_i386_sol2.c:708 eelf_i386_vxworks.c:599 eelf_iamcu.c:576
#: eelf_x86_64.c:5783 eelf_x86_64_cloudabi.c:682 eelf_x86_64_fbsd.c:682
#: eelf_x86_64_haiku.c:682 eelf_x86_64_sol2.c:814
#, c-format
msgid ""
"  -z noextern-protected-data  Do not treat protected data symbol as "
"external\n"
msgstr ""

#: eelf32_x86_64.c:5735 eelf_i386.c:5354 eelf_i386_be.c:529
#: eelf_i386_fbsd.c:631 eelf_i386_haiku.c:631 eelf_i386_ldso.c:553
#: eelf_i386_sol2.c:710 eelf_i386_vxworks.c:601 eelf_iamcu.c:578
#: eelf_x86_64.c:5785 eelf_x86_64_cloudabi.c:684 eelf_x86_64_fbsd.c:684
#: eelf_x86_64_haiku.c:684 eelf_x86_64_sol2.c:816
#, c-format
msgid "  -z indirect-extern-access   Enable indirect external access\n"
msgstr ""

#: eelf32_x86_64.c:5737 eelf_i386.c:5356 eelf_i386_be.c:531
#: eelf_i386_fbsd.c:633 eelf_i386_haiku.c:633 eelf_i386_ldso.c:555
#: eelf_i386_sol2.c:712 eelf_i386_vxworks.c:603 eelf_iamcu.c:580
#: eelf_x86_64.c:5787 eelf_x86_64_cloudabi.c:686 eelf_x86_64_fbsd.c:686
#: eelf_x86_64_haiku.c:686 eelf_x86_64_sol2.c:818
#, c-format
msgid ""
"  -z noindirect-extern-access Disable indirect external access (default)\n"
msgstr ""

#: eelf32_x86_64.c:5740 eelf32lppc.c:843 eelf32lppclinux.c:843
#: eelf32lppcnto.c:843 eelf32lppcsim.c:843 eelf32ppc.c:843
#: eelf32ppc_fbsd.c:843 eelf32ppchaiku.c:843 eelf32ppclinux.c:843
#: eelf32ppcnto.c:843 eelf32ppcsim.c:843 eelf32ppcvxworks.c:821
#: eelf32ppcwindiss.c:843 eelf64lppc.c:1372 eelf64lppc_fbsd.c:1372
#: eelf64ppc.c:1372 eelf64ppc_fbsd.c:1372 eelf_i386.c:5359 eelf_i386_be.c:534
#: eelf_i386_fbsd.c:636 eelf_i386_haiku.c:636 eelf_i386_ldso.c:558
#: eelf_i386_sol2.c:715 eelf_i386_vxworks.c:606 eelf_iamcu.c:583
#: eelf_x86_64.c:5790 eelf_x86_64_cloudabi.c:689 eelf_x86_64_fbsd.c:689
#: eelf_x86_64_haiku.c:689 eelf_x86_64_sol2.c:821
#, c-format
msgid ""
"  -z dynamic-undefined-weak   Make undefined weak symbols dynamic\n"
"  -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"
msgstr ""

#: eelf32_x86_64.c:5744 eelf_x86_64.c:5794 eelf_x86_64_cloudabi.c:693
#: eelf_x86_64_fbsd.c:693 eelf_x86_64_haiku.c:693 eelf_x86_64_sol2.c:825
#, c-format
msgid "  -z noreloc-overflow         Disable relocation overflow check\n"
msgstr ""

#: eelf32_x86_64.c:5747 eelf_i386.c:5363 eelf_i386_be.c:538
#: eelf_i386_fbsd.c:640 eelf_i386_haiku.c:640 eelf_i386_ldso.c:562
#: eelf_i386_sol2.c:719 eelf_i386_vxworks.c:610 eelf_iamcu.c:587
#: eelf_x86_64.c:5797 eelf_x86_64_cloudabi.c:696 eelf_x86_64_fbsd.c:696
#: eelf_x86_64_haiku.c:696 eelf_x86_64_sol2.c:828
#, c-format
msgid "  -z call-nop=PADDING         Use PADDING as 1-byte NOP for branch\n"
msgstr ""

#: eelf32_x86_64.c:5750 eelf_i386.c:5366 eelf_i386_fbsd.c:643
#: eelf_i386_haiku.c:643 eelf_x86_64.c:5800 eelf_x86_64_cloudabi.c:699
#: eelf_x86_64_fbsd.c:699 eelf_x86_64_haiku.c:699 eelf_x86_64_sol2.c:831
#, c-format
msgid "  -z ibtplt                   Generate IBT-enabled PLT entries\n"
msgstr ""

#: eelf32_x86_64.c:5752 eelf_i386.c:5368 eelf_i386_fbsd.c:645
#: eelf_i386_haiku.c:645 eelf_x86_64.c:5802 eelf_x86_64_cloudabi.c:701
#: eelf_x86_64_fbsd.c:701 eelf_x86_64_haiku.c:701 eelf_x86_64_sol2.c:833
#, c-format
msgid "  -z ibt                      Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n"
msgstr ""

#: eelf32_x86_64.c:5754 eelf_i386.c:5370 eelf_i386_fbsd.c:647
#: eelf_i386_haiku.c:647 eelf_x86_64.c:5804 eelf_x86_64_cloudabi.c:703
#: eelf_x86_64_fbsd.c:703 eelf_x86_64_haiku.c:703 eelf_x86_64_sol2.c:835
#, c-format
msgid ""
"  -z shstk                    Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n"
msgstr ""

#: eelf32_x86_64.c:5756 eelf_i386.c:5372 eelf_i386_fbsd.c:649
#: eelf_i386_haiku.c:649 eelf_x86_64.c:5806 eelf_x86_64_cloudabi.c:705
#: eelf_x86_64_fbsd.c:705 eelf_x86_64_haiku.c:705 eelf_x86_64_sol2.c:837
#, c-format
msgid ""
"  -z cet-report=[none|warning|error] (default: none)\n"
"                              Report missing IBT and SHSTK properties\n"
msgstr ""

#: eelf32_x86_64.c:5760 eelf_i386.c:5376 eelf_i386_fbsd.c:653
#: eelf_i386_haiku.c:653 eelf_x86_64.c:5810 eelf_x86_64_cloudabi.c:709
#: eelf_x86_64_fbsd.c:709 eelf_x86_64_haiku.c:709 eelf_x86_64_sol2.c:841
#, c-format
msgid "  -z report-relative-reloc    Report relative relocations\n"
msgstr ""

#: eelf32_x86_64.c:5763 eelf_i386.c:5379 eelf_i386_fbsd.c:656
#: eelf_i386_haiku.c:656 eelf_x86_64.c:5813 eelf_x86_64_cloudabi.c:712
#: eelf_x86_64_fbsd.c:712 eelf_x86_64_haiku.c:712 eelf_x86_64_sol2.c:844
#, c-format
msgid ""
"  -z x86-64-{baseline|v[234]} Mark x86-64-{baseline|v[234]} ISA level as "
"needed\n"
msgstr ""

#: eelf32_x86_64.c:5766 eelf64lppc.c:1376 eelf64lppc_fbsd.c:1376
#: eelf64ppc.c:1376 eelf64ppc_fbsd.c:1376 eelf_i386.c:5382
#: eelf_i386_fbsd.c:659 eelf_i386_haiku.c:659 eelf_x86_64.c:5830
#: eelf_x86_64_cloudabi.c:729 eelf_x86_64_fbsd.c:729 eelf_x86_64_haiku.c:729
#: eelf_x86_64_sol2.c:861
#, c-format
msgid "  -z pack-relative-relocs     Pack relative relocations\n"
msgstr ""

#: eelf32_x86_64.c:5768 eelf64lppc.c:1378 eelf64lppc_fbsd.c:1378
#: eelf64ppc.c:1378 eelf64ppc_fbsd.c:1378 eelf_i386.c:5384
#: eelf_i386_fbsd.c:661 eelf_i386_haiku.c:661 eelf_x86_64.c:5832
#: eelf_x86_64_cloudabi.c:731 eelf_x86_64_fbsd.c:731 eelf_x86_64_haiku.c:731
#: eelf_x86_64_sol2.c:863
#, c-format
msgid ""
"  -z nopack-relative-relocs   Do not pack relative relocations (default)\n"
msgstr ""

#: eelf32b4300.c:726 eelf32bmip.c:726 eelf32bmipn32.c:740 eelf32bsmip.c:740
#: eelf32btsmip.c:726 eelf32btsmip_fbsd.c:726 eelf32btsmipn32.c:726
#: eelf32btsmipn32_fbsd.c:726 eelf32ebmip.c:726 eelf32ebmipvxworks.c:765
#: eelf32elmip.c:726 eelf32elmipvxworks.c:765 eelf32l4300.c:726
#: eelf32lmip.c:726 eelf32lr5900.c:585 eelf32lr5900n32.c:584 eelf32lsmip.c:726
#: eelf32ltsmip.c:726 eelf32ltsmip_fbsd.c:726 eelf32ltsmipn32.c:726
#: eelf32ltsmipn32_fbsd.c:726 eelf32mipswindiss.c:559 eelf64bmip.c:740
#: eelf64btsmip.c:726 eelf64btsmip_fbsd.c:726 eelf64ltsmip.c:726
#: eelf64ltsmip_fbsd.c:726 eelf_mipsel_haiku.c:726
#, c-format
msgid ""
"  --insn32                    Only generate 32-bit microMIPS instructions\n"
msgstr ""

#: eelf32b4300.c:729 eelf32bmip.c:729 eelf32bmipn32.c:743 eelf32bsmip.c:743
#: eelf32btsmip.c:729 eelf32btsmip_fbsd.c:729 eelf32btsmipn32.c:729
#: eelf32btsmipn32_fbsd.c:729 eelf32ebmip.c:729 eelf32ebmipvxworks.c:768
#: eelf32elmip.c:729 eelf32elmipvxworks.c:768 eelf32l4300.c:729
#: eelf32lmip.c:729 eelf32lr5900.c:588 eelf32lr5900n32.c:587 eelf32lsmip.c:729
#: eelf32ltsmip.c:729 eelf32ltsmip_fbsd.c:729 eelf32ltsmipn32.c:729
#: eelf32ltsmipn32_fbsd.c:729 eelf32mipswindiss.c:562 eelf64bmip.c:743
#: eelf64btsmip.c:729 eelf64btsmip_fbsd.c:729 eelf64ltsmip.c:729
#: eelf64ltsmip_fbsd.c:729 eelf_mipsel_haiku.c:729
#, c-format
msgid "  --no-insn32                 Generate all microMIPS instructions\n"
msgstr ""

#: eelf32b4300.c:732 eelf32bmip.c:732 eelf32bmipn32.c:746 eelf32bsmip.c:746
#: eelf32btsmip.c:732 eelf32btsmip_fbsd.c:732 eelf32btsmipn32.c:732
#: eelf32btsmipn32_fbsd.c:732 eelf32ebmip.c:732 eelf32ebmipvxworks.c:771
#: eelf32elmip.c:732 eelf32elmipvxworks.c:771 eelf32l4300.c:732
#: eelf32lmip.c:732 eelf32lr5900.c:591 eelf32lr5900n32.c:590 eelf32lsmip.c:732
#: eelf32ltsmip.c:732 eelf32ltsmip_fbsd.c:732 eelf32ltsmipn32.c:732
#: eelf32ltsmipn32_fbsd.c:732 eelf32mipswindiss.c:565 eelf64bmip.c:746
#: eelf64btsmip.c:732 eelf64btsmip_fbsd.c:732 eelf64ltsmip.c:732
#: eelf64ltsmip_fbsd.c:732 eelf_mipsel_haiku.c:732
#, c-format
msgid ""
"  --ignore-branch-isa         Accept invalid branch relocations requiring\n"
"                              an ISA mode switch\n"
msgstr ""

#: eelf32b4300.c:736 eelf32bmip.c:736 eelf32bmipn32.c:750 eelf32bsmip.c:750
#: eelf32btsmip.c:736 eelf32btsmip_fbsd.c:736 eelf32btsmipn32.c:736
#: eelf32btsmipn32_fbsd.c:736 eelf32ebmip.c:736 eelf32ebmipvxworks.c:775
#: eelf32elmip.c:736 eelf32elmipvxworks.c:775 eelf32l4300.c:736
#: eelf32lmip.c:736 eelf32lr5900.c:595 eelf32lr5900n32.c:594 eelf32lsmip.c:736
#: eelf32ltsmip.c:736 eelf32ltsmip_fbsd.c:736 eelf32ltsmipn32.c:736
#: eelf32ltsmipn32_fbsd.c:736 eelf32mipswindiss.c:569 eelf64bmip.c:750
#: eelf64btsmip.c:736 eelf64btsmip_fbsd.c:736 eelf64ltsmip.c:736
#: eelf64ltsmip_fbsd.c:736 eelf_mipsel_haiku.c:736
#, c-format
msgid ""
"  --no-ignore-branch-isa      Reject invalid branch relocations requiring\n"
"                              an ISA mode switch\n"
msgstr ""

#: eelf32b4300.c:740 eelf32bmip.c:740 eelf32bmipn32.c:754 eelf32bsmip.c:754
#: eelf32btsmip.c:740 eelf32btsmip_fbsd.c:740 eelf32btsmipn32.c:740
#: eelf32btsmipn32_fbsd.c:740 eelf32ebmip.c:740 eelf32ebmipvxworks.c:779
#: eelf32elmip.c:740 eelf32elmipvxworks.c:779 eelf32l4300.c:740
#: eelf32lmip.c:740 eelf32lr5900.c:599 eelf32lr5900n32.c:598 eelf32lsmip.c:740
#: eelf32ltsmip.c:740 eelf32ltsmip_fbsd.c:740 eelf32ltsmipn32.c:740
#: eelf32ltsmipn32_fbsd.c:740 eelf32mipswindiss.c:573 eelf64bmip.c:754
#: eelf64btsmip.c:740 eelf64btsmip_fbsd.c:740 eelf64ltsmip.c:740
#: eelf64ltsmip_fbsd.c:740 eelf_mipsel_haiku.c:740
#, c-format
msgid ""
"  --compact-branches          Generate compact branches/jumps for MIPS R6\n"
msgstr ""

#: eelf32b4300.c:743 eelf32bmip.c:743 eelf32bmipn32.c:757 eelf32bsmip.c:757
#: eelf32btsmip.c:743 eelf32btsmip_fbsd.c:743 eelf32btsmipn32.c:743
#: eelf32btsmipn32_fbsd.c:743 eelf32ebmip.c:743 eelf32ebmipvxworks.c:782
#: eelf32elmip.c:743 eelf32elmipvxworks.c:782 eelf32l4300.c:743
#: eelf32lmip.c:743 eelf32lr5900.c:602 eelf32lr5900n32.c:601 eelf32lsmip.c:743
#: eelf32ltsmip.c:743 eelf32ltsmip_fbsd.c:743 eelf32ltsmipn32.c:743
#: eelf32ltsmipn32_fbsd.c:743 eelf32mipswindiss.c:576 eelf64bmip.c:757
#: eelf64btsmip.c:743 eelf64btsmip_fbsd.c:743 eelf64ltsmip.c:743
#: eelf64ltsmip_fbsd.c:743 eelf_mipsel_haiku.c:743
#, c-format
msgid ""
"  --no-compact-branches       Generate delay slot branches/jumps for MIPS "
"R6\n"
msgstr ""

#: eelf32bfin.c:482 eelf32bfinfd.c:507
#, c-format
msgid "  --code-in-l1                Put code in L1\n"
msgstr ""

#: eelf32bfin.c:484 eelf32bfinfd.c:509
#, c-format
msgid "  --data-in-l1                Put data in L1\n"
msgstr ""

#: eelf32cr16.c:87
msgid ""
"%F%P: %pB: all input objects must be COFF or ELF for --embedded-relocs\n"
msgstr ""

#: eelf32cr16.c:111 em68kelf.c:115 em68kelfnbsd.c:115
msgid "%F%P: %pB: can not create .emreloc section: %E\n"
msgstr ""

#: eelf32cr16.c:130 em68kelf.c:136 em68kelfnbsd.c:136
msgid "%X%P: %pB: section %s has relocs; can not use --embedded-relocs\n"
msgstr ""

#: eelf32cr16.c:186 em68kelf.c:179 em68kelfnbsd.c:179
msgid "%X%P: %pB: can not create runtime reloc information: %E\n"
msgstr ""

#: eelf32cr16.c:189 em68kelf.c:183 em68kelfnbsd.c:183
msgid "%X%P: %pB: can not create runtime reloc information: %s\n"
msgstr ""

#: eelf32lppc.c:98 eelf32lppclinux.c:98 eelf32lppcnto.c:98 eelf32lppcsim.c:98
#: eelf32ppc.c:98 eelf32ppc_fbsd.c:98 eelf32ppchaiku.c:98 eelf32ppclinux.c:98
#: eelf32ppcnto.c:98 eelf32ppcsim.c:98 eelf32ppcwindiss.c:98
msgid "%X%P: select_plt_layout problem %E\n"
msgstr ""

#: eelf32lppc.c:162 eelf32lppclinux.c:162 eelf32lppcnto.c:162
#: eelf32lppcsim.c:162 eelf32ppc.c:162 eelf32ppc_fbsd.c:162
#: eelf32ppchaiku.c:162 eelf32ppclinux.c:162 eelf32ppcnto.c:162
#: eelf32ppcsim.c:162 eelf32ppcvxworks.c:107 eelf32ppcwindiss.c:162
#: eelf64lppc.c:323 eelf64lppc_fbsd.c:323 eelf64ppc.c:323 eelf64ppc_fbsd.c:323
msgid "%X%P: inline PLT: %E\n"
msgstr ""

#: eelf32lppc.c:170 eelf32lppclinux.c:170 eelf32lppcnto.c:170
#: eelf32lppcsim.c:170 eelf32ppc.c:170 eelf32ppc_fbsd.c:170
#: eelf32ppchaiku.c:170 eelf32ppclinux.c:170 eelf32ppcnto.c:170
#: eelf32ppcsim.c:170 eelf32ppcvxworks.c:115 eelf32ppcwindiss.c:170
#: eelf64lppc.c:327 eelf64lppc.c:346 eelf64lppc_fbsd.c:327
#: eelf64lppc_fbsd.c:346 eelf64ppc.c:327 eelf64ppc.c:346 eelf64ppc_fbsd.c:327
#: eelf64ppc_fbsd.c:346
msgid "%X%P: TLS problem %E\n"
msgstr ""

#: eelf32lppc.c:257 eelf32lppclinux.c:257 eelf32lppcnto.c:257
#: eelf32lppcsim.c:257 eelf32ppc.c:257 eelf32ppc_fbsd.c:257
#: eelf32ppchaiku.c:257 eelf32ppclinux.c:257 eelf32ppcnto.c:257
#: eelf32ppcsim.c:257 eelf32ppcvxworks.c:202 eelf32ppcwindiss.c:257
msgid "%X%P: ppc_finish_symbols problem %E\n"
msgstr ""

#: eelf32lppc.c:784 eelf32lppclinux.c:784 eelf32lppcnto.c:784
#: eelf32lppcsim.c:784 eelf32ppc.c:784 eelf32ppc_fbsd.c:784
#: eelf32ppchaiku.c:784 eelf32ppclinux.c:784 eelf32ppcnto.c:784
#: eelf32ppcsim.c:784 eelf32ppcvxworks.c:758 eelf32ppcwindiss.c:784
#: eelf64lppc.c:1239 eelf64lppc_fbsd.c:1239 eelf64ppc.c:1239
#: eelf64ppc_fbsd.c:1239
msgid "%F%P: invalid --plt-align `%s'\n"
msgstr ""

#: eelf32lppc.c:817 eelf32lppclinux.c:817 eelf32lppcnto.c:817
#: eelf32lppcsim.c:817 eelf32ppc.c:817 eelf32ppc_fbsd.c:817
#: eelf32ppchaiku.c:817 eelf32ppclinux.c:817 eelf32ppcnto.c:817
#: eelf32ppcsim.c:817 eelf32ppcvxworks.c:791 eelf32ppcwindiss.c:817
msgid "%F%P: invalid pagesize `%s'\n"
msgstr ""

#: eelf32lppc.c:847 eelf32lppclinux.c:847 eelf32lppcnto.c:847
#: eelf32lppcsim.c:847 eelf32ppc.c:847 eelf32ppc_fbsd.c:847
#: eelf32ppchaiku.c:847 eelf32ppclinux.c:847 eelf32ppcnto.c:847
#: eelf32ppcsim.c:847 eelf32ppcvxworks.c:825 eelf32ppcwindiss.c:847
#: eelf64lppc.c:1424 eelf64lppc_fbsd.c:1424 eelf64ppc.c:1424
#: eelf64ppc_fbsd.c:1424
#, c-format
msgid "  --emit-stub-syms            Label linker stubs with a symbol\n"
msgstr ""

#: eelf32lppc.c:850 eelf32lppclinux.c:850 eelf32lppcnto.c:850
#: eelf32lppcsim.c:850 eelf32ppc.c:850 eelf32ppc_fbsd.c:850
#: eelf32ppchaiku.c:850 eelf32ppclinux.c:850 eelf32ppcnto.c:850
#: eelf32ppcsim.c:850 eelf32ppcvxworks.c:828 eelf32ppcwindiss.c:850
#: eelf64lppc.c:1427 eelf64lppc_fbsd.c:1427 eelf64ppc.c:1427
#: eelf64ppc_fbsd.c:1427
#, c-format
msgid "  --no-emit-stub-syms         Don't label linker stubs with a symbol\n"
msgstr ""

#: eelf32lppc.c:853 eelf32lppclinux.c:853 eelf32lppcnto.c:853
#: eelf32lppcsim.c:853 eelf32ppc.c:853 eelf32ppc_fbsd.c:853
#: eelf32ppchaiku.c:853 eelf32ppclinux.c:853 eelf32ppcnto.c:853
#: eelf32ppcsim.c:853 eelf32ppcvxworks.c:831 eelf32ppcwindiss.c:853
#: eelf64lppc.c:1447 eelf64lppc_fbsd.c:1447 eelf64ppc.c:1447
#: eelf64ppc_fbsd.c:1447
#, c-format
msgid "  --no-tls-optimize           Don't try to optimize TLS accesses\n"
msgstr ""

#: eelf32lppc.c:856 eelf32lppclinux.c:856 eelf32lppcnto.c:856
#: eelf32lppcsim.c:856 eelf32ppc.c:856 eelf32ppc_fbsd.c:856
#: eelf32ppchaiku.c:856 eelf32ppclinux.c:856 eelf32ppcnto.c:856
#: eelf32ppcsim.c:856 eelf32ppcvxworks.c:834 eelf32ppcwindiss.c:856
#: eelf64lppc.c:1453 eelf64lppc_fbsd.c:1453 eelf64ppc.c:1453
#: eelf64ppc_fbsd.c:1453
#, c-format
msgid "  --no-tls-get-addr-optimize  Don't use a special __tls_get_addr call\n"
msgstr ""

#: eelf32lppc.c:859 eelf32lppclinux.c:859 eelf32lppcnto.c:859
#: eelf32lppcsim.c:859 eelf32ppc.c:859 eelf32ppc_fbsd.c:859
#: eelf32ppchaiku.c:859 eelf32ppclinux.c:859 eelf32ppcnto.c:859
#: eelf32ppcsim.c:859 eelf32ppcwindiss.c:859
#, c-format
msgid "  --secure-plt                Use new-style PLT if possible\n"
msgstr ""

#: eelf32lppc.c:862 eelf32lppclinux.c:862 eelf32lppcnto.c:862
#: eelf32lppcsim.c:862 eelf32ppc.c:862 eelf32ppc_fbsd.c:862
#: eelf32ppchaiku.c:862 eelf32ppclinux.c:862 eelf32ppcnto.c:862
#: eelf32ppcsim.c:862 eelf32ppcwindiss.c:862
#, c-format
msgid "  --bss-plt                   Force old-style BSS PLT\n"
msgstr ""

#: eelf32lppc.c:865 eelf32lppclinux.c:865 eelf32lppcnto.c:865
#: eelf32lppcsim.c:865 eelf32ppc.c:865 eelf32ppc_fbsd.c:865
#: eelf32ppchaiku.c:865 eelf32ppclinux.c:865 eelf32ppcnto.c:865
#: eelf32ppcsim.c:865 eelf32ppcwindiss.c:865
#, c-format
msgid "  --plt-align                 Align PLT call stubs to fit cache lines\n"
msgstr ""

#: eelf32lppc.c:868 eelf32lppclinux.c:868 eelf32lppcnto.c:868
#: eelf32lppcsim.c:868 eelf32ppc.c:868 eelf32ppc_fbsd.c:868
#: eelf32ppchaiku.c:868 eelf32ppclinux.c:868 eelf32ppcnto.c:868
#: eelf32ppcsim.c:868 eelf32ppcwindiss.c:868 eelf64lppc.c:1406
#: eelf64lppc_fbsd.c:1406 eelf64ppc.c:1406 eelf64ppc_fbsd.c:1406
#, c-format
msgid "  --no-plt-align              Dont't align individual PLT call stubs\n"
msgstr ""

#: eelf32lppc.c:871 eelf32lppclinux.c:871 eelf32lppcnto.c:871
#: eelf32lppcsim.c:871 eelf32ppc.c:871 eelf32ppc_fbsd.c:871
#: eelf32ppchaiku.c:871 eelf32ppclinux.c:871 eelf32ppcnto.c:871
#: eelf32ppcsim.c:871 eelf32ppcwindiss.c:871 eelf64lppc.c:1465
#: eelf64lppc_fbsd.c:1465 eelf64ppc.c:1465 eelf64ppc_fbsd.c:1465
#, c-format
msgid ""
"  --no-inline-optimize        Don't convert inline PLT to direct calls\n"
msgstr ""

#: eelf32lppc.c:874 eelf32lppclinux.c:874 eelf32lppcnto.c:874
#: eelf32lppcsim.c:874 eelf32ppc.c:874 eelf32ppc_fbsd.c:874
#: eelf32ppchaiku.c:874 eelf32ppclinux.c:874 eelf32ppcnto.c:874
#: eelf32ppcsim.c:874 eelf32ppcwindiss.c:874
#, c-format
msgid "  --sdata-got                 Force GOT location just before .sdata\n"
msgstr ""

#: eelf32lppc.c:877 eelf32lppclinux.c:877 eelf32lppcnto.c:877
#: eelf32lppcsim.c:877 eelf32ppc.c:877 eelf32ppc_fbsd.c:877
#: eelf32ppchaiku.c:877 eelf32ppclinux.c:877 eelf32ppcnto.c:877
#: eelf32ppcsim.c:877 eelf32ppcvxworks.c:837 eelf32ppcwindiss.c:877
#, c-format
msgid ""
"  --ppc476-workaround [=pagesize]\n"
"                              Avoid a cache bug on ppc476\n"
msgstr ""

#: eelf32lppc.c:881 eelf32lppclinux.c:881 eelf32lppcnto.c:881
#: eelf32lppcsim.c:881 eelf32ppc.c:881 eelf32ppc_fbsd.c:881
#: eelf32ppchaiku.c:881 eelf32ppclinux.c:881 eelf32ppcnto.c:881
#: eelf32ppcsim.c:881 eelf32ppcvxworks.c:841 eelf32ppcwindiss.c:881
#, c-format
msgid "  --no-ppc476-workaround      Disable workaround\n"
msgstr ""

#: eelf32lppc.c:884 eelf32lppclinux.c:884 eelf32lppcnto.c:884
#: eelf32lppcsim.c:884 eelf32ppc.c:884 eelf32ppc_fbsd.c:884
#: eelf32ppchaiku.c:884 eelf32ppclinux.c:884 eelf32ppcnto.c:884
#: eelf32ppcsim.c:884 eelf32ppcvxworks.c:844 eelf32ppcwindiss.c:884
#, c-format
msgid "  --no-pic-fixup              Don't edit non-pic to pic\n"
msgstr ""

#: eelf32lppc.c:887 eelf32lppclinux.c:887 eelf32lppcnto.c:887
#: eelf32lppcsim.c:887 eelf32ppc.c:887 eelf32ppc_fbsd.c:887
#: eelf32ppchaiku.c:887 eelf32ppclinux.c:887 eelf32ppcnto.c:887
#: eelf32ppcsim.c:887 eelf32ppcvxworks.c:847 eelf32ppcwindiss.c:887
#, c-format
msgid ""
"  --vle-reloc-fixup           Correct old object file 16A/16D relocation\n"
msgstr ""

#: eelf32mcore.c:332
#, c-format
msgid ""
"  --base_file <basefile>      Generate a base file for relocatable DLLs\n"
msgstr ""

#: eelf32metag.c:745 eelf64lppc.c:1381 eelf64lppc_fbsd.c:1381 eelf64ppc.c:1381
#: eelf64ppc_fbsd.c:1381 ehppaelf.c:605 ehppalinux.c:787 ehppanbsd.c:787
#: ehppaobsd.c:787
#, c-format
msgid ""
"  --stub-group-size=N         Maximum size of a group of input sections "
"that\n"
"                                can be handled by one stub section.  A "
"negative\n"
"                                value locates all stubs before their "
"branches\n"
"                                (with a group size of -N), while a positive\n"
"                                value allows two groups of input sections, "
"one\n"
"                                before, and one after each stub section.\n"
"                                Values of +/-1 indicate the linker should\n"
"                                choose suitable defaults.\n"
msgstr ""

#: eelf32rx.c:364
#, c-format
msgid ""
"  --no-flag-mismatch-warnings Don't warn about objects with incompatible\n"
"                                endian or dsp settings\n"
msgstr ""

#: eelf32rx.c:366
#, c-format
msgid ""
"  --flag-mismatch-warnings    Warn about objects with incompatible\n"
"                                endian, dsp or ABI settings\n"
msgstr ""

#: eelf32rx.c:368
#, c-format
msgid ""
"  --ignore-lma                Ignore segment LMAs [default]\n"
"                                (for Renesas Tools compatibility)\n"
msgstr ""

#: eelf32rx.c:370
#, c-format
msgid "  --no-ignore-lma             Don't ignore segment LMAs\n"
msgstr ""

#: eelf32xtensa.c:143
msgid "file already has property tables"
msgstr ""

#: eelf32xtensa.c:153
msgid "failed to read section contents"
msgstr ""

#: eelf32xtensa.c:165
msgid "could not create new section"
msgstr ""

#: eelf32xtensa.c:181
msgid "could not allocate section contents"
msgstr ""

#: eelf32xtensa.c:200
msgid "out of memory"
msgstr ""

#: eelf32xtensa.c:298
msgid ""
"%P: warning: failed to convert %s table in %pB (%s); subsequent disassembly "
"may be incomplete\n"
msgstr ""

#: eelf32xtensa.c:418
msgid "%F%P: %pB: cannot read contents of section %pA\n"
msgstr ""

#: eelf32xtensa.c:429
msgid "%P: %pB: warning: incompatible Xtensa configuration (%s)\n"
msgstr ""

#: eelf32xtensa.c:433
msgid "%P: %pB: warning: cannot parse .xtensa.info section\n"
msgstr ""

#: eelf32xtensa.c:459
msgid "%F%P: little endian output does not match Xtensa configuration\n"
msgstr ""

#: eelf32xtensa.c:465
msgid "%F%P: big endian output does not match Xtensa configuration\n"
msgstr ""

#: eelf32xtensa.c:484
msgid "%F%P: cross-endian linking for %pB not supported\n"
msgstr ""

#: eelf32xtensa.c:515
msgid "%F%P: failed to create .xtensa.info section\n"
msgstr ""

#: eelf32xtensa.c:1256
msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n"
msgstr ""

#: eelf32xtensa.c:2416
#, c-format
msgid ""
"  --size-opt                  When relaxing longcalls, prefer size\n"
"                                optimization over branch target alignment\n"
msgstr ""

#: eelf32xtensa.c:2419
#, c-format
msgid ""
"  --abi-windowed              Choose windowed ABI for the output object\n"
msgstr ""

#: eelf32xtensa.c:2421
#, c-format
msgid "  --abi-call0                 Choose call0 ABI for the output object\n"
msgstr ""

#: eelf32z80.c:69 ez80.c:59
msgid "%F%P: %pB: Instruction sets of object files incompatible\n"
msgstr ""

#: eelf64_ia64.c:518 eelf64_ia64_fbsd.c:518
#, c-format
msgid ""
"  --itanium                   Generate code for Intel Itanium processor\n"
msgstr ""

#: eelf64_s390.c:561
#, c-format
msgid ""
"  --s390-pgste                Tell the kernel to allocate 4k page tables\n"
msgstr ""

#: eelf64alpha.c:590 eelf64alpha_fbsd.c:590 eelf64alpha_nbsd.c:590
#, c-format
msgid ""
"  --taso                      Load executable in the lower 31-bit "
"addressable\n"
"                                virtual address range\n"
msgstr ""

#: eelf64alpha.c:593 eelf64alpha_fbsd.c:593 eelf64alpha_nbsd.c:593
#, c-format
msgid "  --secureplt                 Force PLT in text segment\n"
msgstr ""

#: eelf64alpha.c:595 eelf64alpha_fbsd.c:595 eelf64alpha_nbsd.c:595
#, c-format
msgid "  --no-secureplt              Force PLT in data segment\n"
msgstr ""

#: eelf64lppc.c:315 eelf64lppc.c:355 eelf64lppc_fbsd.c:315
#: eelf64lppc_fbsd.c:355 eelf64ppc.c:315 eelf64ppc.c:355 eelf64ppc_fbsd.c:315
#: eelf64ppc_fbsd.c:355
msgid "%X%P: can not edit %s: %E\n"
msgstr ""

#: eelf64lppc.c:518 eelf64lppc_fbsd.c:518 eelf64ppc.c:518 eelf64ppc_fbsd.c:518
msgid "%X%P: linker script separates .got and .toc\n"
msgstr ""

#: eelf64lppc.c:579 eelf64lppc_fbsd.c:579 eelf64ppc.c:579 eelf64ppc_fbsd.c:579
msgid "%P: .init/.fini fragments use differing TOC pointers\n"
msgstr ""

#: eelf64lppc.c:1268 eelf64lppc_fbsd.c:1268 eelf64ppc.c:1268
#: eelf64ppc_fbsd.c:1268
msgid "%F%P: invalid --power10-stubs argument `%s'\n"
msgstr ""

#: eelf64lppc.c:1391 eelf64ppc.c:1391
#, c-format
msgid ""
"  --plt-static-chain          PLT call stubs should load r11 (default)\n"
msgstr ""

#: eelf64lppc.c:1394 eelf64ppc.c:1394
#, c-format
msgid "  --no-plt-static-chain       PLT call stubs should not load r11\n"
msgstr ""

#: eelf64lppc.c:1397 eelf64lppc_fbsd.c:1397 eelf64ppc.c:1397
#: eelf64ppc_fbsd.c:1397
#, c-format
msgid "  --plt-thread-safe           PLT call stubs with load-load barrier\n"
msgstr ""

#: eelf64lppc.c:1400 eelf64lppc_fbsd.c:1400 eelf64ppc.c:1400
#: eelf64ppc_fbsd.c:1400
#, c-format
msgid "  --no-plt-thread-safe        PLT call stubs without barrier\n"
msgstr ""

#: eelf64lppc.c:1403 eelf64lppc_fbsd.c:1403 eelf64ppc.c:1403
#: eelf64ppc_fbsd.c:1403
#, c-format
msgid "  --plt-align [=<align>]      Align PLT call stubs to fit cache lines\n"
msgstr ""

#: eelf64lppc.c:1409 eelf64lppc_fbsd.c:1409 eelf64ppc.c:1409
#: eelf64ppc_fbsd.c:1409
#, c-format
msgid ""
"  --plt-localentry            Optimize calls to ELFv2 localentry:0 "
"functions\n"
msgstr ""

#: eelf64lppc.c:1412 eelf64lppc_fbsd.c:1412 eelf64ppc.c:1412
#: eelf64ppc_fbsd.c:1412
#, c-format
msgid "  --no-plt-localentry         Don't optimize ELFv2 calls\n"
msgstr ""

#: eelf64lppc.c:1415 eelf64lppc_fbsd.c:1415 eelf64ppc.c:1415
#: eelf64ppc_fbsd.c:1415
#, c-format
msgid ""
"  --power10-stubs [=auto]     Use Power10 PLT call stubs (default auto)\n"
msgstr ""

#: eelf64lppc.c:1418 eelf64lppc_fbsd.c:1418 eelf64ppc.c:1418
#: eelf64ppc_fbsd.c:1418
#, c-format
msgid ""
"  --no-pcrel-optimize         Don't perform R_PPC64_PCREL_OPT optimization\n"
msgstr ""

#: eelf64lppc.c:1421 eelf64lppc_fbsd.c:1421 eelf64ppc.c:1421
#: eelf64ppc_fbsd.c:1421
#, c-format
msgid "  --no-power10-stubs          Don't use Power10 PLT call stubs\n"
msgstr ""

#: eelf64lppc.c:1430 eelf64lppc_fbsd.c:1430 eelf64ppc.c:1430
#: eelf64ppc_fbsd.c:1430
#, c-format
msgid ""
"  --dotsyms                   For every version pattern \"foo\" in a "
"version\n"
"                                script, add \".foo\" so that function code\n"
"                                symbols are treated the same as function\n"
"                                descriptor symbols.  Defaults to on.\n"
msgstr ""

#: eelf64lppc.c:1436 eelf64lppc_fbsd.c:1436 eelf64ppc.c:1436
#: eelf64ppc_fbsd.c:1436
#, c-format
msgid ""
"  --no-dotsyms                Don't do anything special in version scripts\n"
msgstr ""

#: eelf64lppc.c:1439 eelf64lppc_fbsd.c:1439 eelf64ppc.c:1439
#: eelf64ppc_fbsd.c:1439
#, c-format
msgid ""
"  --save-restore-funcs        Provide register save and restore routines "
"used\n"
"                                by gcc -Os code.  Defaults to on for normal\n"
"                                final link, off for ld -r.\n"
msgstr ""

#: eelf64lppc.c:1444 eelf64lppc_fbsd.c:1444 eelf64ppc.c:1444
#: eelf64ppc_fbsd.c:1444
#, c-format
msgid "  --no-save-restore-funcs     Don't provide these routines\n"
msgstr ""

#: eelf64lppc.c:1450 eelf64lppc_fbsd.c:1450 eelf64ppc.c:1450
#: eelf64ppc_fbsd.c:1450
#, c-format
msgid ""
"  --tls-get-addr-optimize     Force use of special __tls_get_addr call\n"
msgstr ""

#: eelf64lppc.c:1456 eelf64lppc_fbsd.c:1456 eelf64ppc.c:1456
#: eelf64ppc_fbsd.c:1456
#, c-format
msgid "  --tls-get-addr-regsave      Force register save __tls_get_addr stub\n"
msgstr ""

#: eelf64lppc.c:1459 eelf64lppc_fbsd.c:1459 eelf64ppc.c:1459
#: eelf64ppc_fbsd.c:1459
#, c-format
msgid ""
"  --no-tls-get-addr-regsave   Don't use register save __tls_get_addr stub\n"
msgstr ""

#: eelf64lppc.c:1462 eelf64lppc_fbsd.c:1462 eelf64ppc.c:1462
#: eelf64ppc_fbsd.c:1462
#, c-format
msgid "  --no-opd-optimize           Don't optimize the OPD section\n"
msgstr ""

#: eelf64lppc.c:1468 eelf64lppc_fbsd.c:1468 eelf64ppc.c:1468
#: eelf64ppc_fbsd.c:1468
#, c-format
msgid "  --no-toc-optimize           Don't optimize the TOC section\n"
msgstr ""

#: eelf64lppc.c:1471 eelf64lppc_fbsd.c:1471 eelf64ppc.c:1471
#: eelf64ppc_fbsd.c:1471
#, c-format
msgid ""
"  --no-multi-toc              Disallow automatic multiple toc sections\n"
msgstr ""

#: eelf64lppc.c:1474 eelf64lppc_fbsd.c:1474 eelf64ppc.c:1474
#: eelf64ppc_fbsd.c:1474
#, c-format
msgid "  --no-toc-sort               Don't sort TOC and GOT sections\n"
msgstr ""

#: eelf64lppc.c:1477 eelf64lppc_fbsd.c:1477 eelf64ppc.c:1477
#: eelf64ppc_fbsd.c:1477
#, c-format
msgid ""
"  --non-overlapping-opd       Canonicalize .opd, so that there are no\n"
"                                overlapping .opd entries\n"
msgstr ""

#: eelf64lppc_fbsd.c:1391 eelf64ppc_fbsd.c:1391
#, c-format
msgid "  --plt-static-chain          PLT call stubs should load r111\n"
msgstr ""

#: eelf64lppc_fbsd.c:1394 eelf64ppc_fbsd.c:1394
#, c-format
msgid ""
"  --no-plt-static-chain       PLT call stubs should not load r11 (default)\n"
msgstr ""

#: eelf64mmix.c:83 emmo.c:84
msgid "%X%P: internal problems setting up section %s"
msgstr ""

#: eelf64mmix.c:127 emmo.c:128
msgid "%X%P: too many global registers: %u, max 223\n"
msgstr ""

#. This is a fatal error; make einfo call not return.
#: eelf64mmix.c:145 emmo.c:146
msgid "%F%P: can't finalize linker-allocated global registers\n"
msgstr ""

#: eelf_x86_64.c:5706 eelf_x86_64_cloudabi.c:605 eelf_x86_64_fbsd.c:605
#: eelf_x86_64_haiku.c:605 eelf_x86_64_sol2.c:737
msgid "%F%P: invalid option for -z lam-u48-report=: %s\n"
msgstr ""

#: eelf_x86_64.c:5720 eelf_x86_64_cloudabi.c:619 eelf_x86_64_fbsd.c:619
#: eelf_x86_64_haiku.c:619 eelf_x86_64_sol2.c:751
msgid "%F%P: invalid option for -z lam-u57-report=: %s\n"
msgstr ""

#: eelf_x86_64.c:5741 eelf_x86_64_cloudabi.c:640 eelf_x86_64_fbsd.c:640
#: eelf_x86_64_haiku.c:640 eelf_x86_64_sol2.c:772
msgid "%F%P: invalid option for -z lam-report=: %s\n"
msgstr ""

#: eelf_x86_64.c:5816 eelf_x86_64_cloudabi.c:715 eelf_x86_64_fbsd.c:715
#: eelf_x86_64_haiku.c:715 eelf_x86_64_sol2.c:847
#, c-format
msgid ""
"  -z lam-u48                  Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n"
msgstr ""

#: eelf_x86_64.c:5818 eelf_x86_64_cloudabi.c:717 eelf_x86_64_fbsd.c:717
#: eelf_x86_64_haiku.c:717 eelf_x86_64_sol2.c:849
#, c-format
msgid ""
"  -z lam-u48-report=[none|warning|error] (default: none)\n"
"                              Report missing LAM_U48 property\n"
msgstr ""

#: eelf_x86_64.c:5821 eelf_x86_64_cloudabi.c:720 eelf_x86_64_fbsd.c:720
#: eelf_x86_64_haiku.c:720 eelf_x86_64_sol2.c:852
#, c-format
msgid ""
"  -z lam-u57                  Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n"
msgstr ""

#: eelf_x86_64.c:5823 eelf_x86_64_cloudabi.c:722 eelf_x86_64_fbsd.c:722
#: eelf_x86_64_haiku.c:722 eelf_x86_64_sol2.c:854
#, c-format
msgid ""
"  -z lam-u57-report=[none|warning|error] (default: none)\n"
"                              Report missing LAM_U57 property\n"
msgstr ""

#: eelf_x86_64.c:5826 eelf_x86_64_cloudabi.c:725 eelf_x86_64_fbsd.c:725
#: eelf_x86_64_haiku.c:725 eelf_x86_64_sol2.c:857
#, c-format
msgid ""
"  -z lam-report=[none|warning|error] (default: none)\n"
"                              Report missing LAM_U48 and LAM_U57 properties\n"
msgstr ""

#: ehppaelf.c:326 ehppalinux.c:326 ehppanbsd.c:326 ehppaobsd.c:326
msgid "%X%P: can not set gp\n"
msgstr ""

#: ehppaelf.c:601 ehppalinux.c:783 ehppanbsd.c:783 ehppaobsd.c:783
#, c-format
msgid ""
"  --multi-subspace            Generate import and export stubs to support\n"
"                                multiple sub-space shared libraries\n"
msgstr ""

#: ei386beos.c:376
msgid "%F%P: PE operations on non PE file\n"
msgstr ""

#: ei386beos.c:426 ei386beos.c:431
msgid "%F%P: %pB: can't read contents of section .idata: %E\n"
msgstr ""

#: ei386beos.c:663
msgid "%F%P: section %s has '$' as first character\n"
msgstr ""

#: ei386beos.c:693
msgid "%F%P: *(%s$) missing from linker script\n"
msgstr ""

#: em68hc11elf.c:143 em68hc11elfb.c:143 em68hc12elf.c:143 em68hc12elfb.c:143
msgid ""
"%P: warning: the size of the 'window' memory region is not a power of 2; its "
"size %d is truncated to %d\n"
msgstr ""

#: em68hc11elf.c:158 em68hc11elfb.c:158 em68hc12elf.c:158 em68hc12elfb.c:158
msgid "%X%P: changing output format whilst linking is not supported\n"
msgstr ""

#: em68hc11elf.c:598 em68hc11elfb.c:598 em68hc12elf.c:598 em68hc12elfb.c:598
#, c-format
msgid ""
"  --no-trampoline             Do not generate the far trampolines used to "
"call\n"
"                                a far function using jsr or bsr\n"
msgstr ""

#: em68hc11elf.c:601 em68hc11elfb.c:601 em68hc12elf.c:601 em68hc12elfb.c:601
#, c-format
msgid ""
"  --bank-window NAME          Specify the name of the memory region "
"describing\n"
"                                the layout of the memory bank window\n"
msgstr ""

#: em68kelf.c:91 em68kelfnbsd.c:91
msgid "%F%P: %pB: all input objects must be ELF for --embedded-relocs\n"
msgstr ""

#: em68kelf.c:644 em68kelfnbsd.c:644
msgid "%P: unrecognized --got argument '%s'\n"
msgstr ""

#: em68kelf.c:657 em68kelfnbsd.c:657
#, c-format
msgid "  --got=<type>                Specify GOT handling scheme\n"
msgstr ""

#: emmo.c:333
msgid "%X%P: internal problems scanning %pB after opening it"
msgstr ""

#: emsp430X.c:159 emsp430elf.c:159
msgid "%P: error: unhandled data_statement size\n"
msgstr ""

#: emsp430X.c:299 emsp430elf.c:299
msgid "%P: error: no section named %s or %s in linker script\n"
msgstr ""

#: emsp430X.c:308 emsp430elf.c:308
msgid "%P: error: no section named %s in linker script\n"
msgstr ""

#: emsp430X.c:459 emsp430elf.c:459
#, c-format
msgid ""
"  --code-region={either,lower,upper,none}\n"
"        Transform .text* sections to {either,lower,upper,none}.text* "
"sections\n"
msgstr ""

#: emsp430X.c:460 emsp430elf.c:460
#, c-format
msgid ""
"  --data-region={either,lower,upper,none}\n"
"        Transform .data*, .rodata* and .bss* sections to\n"
"        {either,lower,upper,none}.{bss,data,rodata}* sections\n"
msgstr ""

#: emsp430X.c:461 emsp430elf.c:461
#, c-format
msgid ""
"  --disable-sec-transformation\n"
"        Disable transformation of .{text,data,bss,rodata}* sections to\n"
"        add the {either,lower,upper,none} prefixes\n"
msgstr ""

#: emsp430X.c:480 emsp430elf.c:480
msgid "%P: --code-region requires an argument: {upper,lower,either,none}\n"
msgstr ""

#: emsp430X.c:486 emsp430elf.c:486
msgid "%P: error: unrecognized argument to --code-region= option: \"%s\"\n"
msgstr ""

#: emsp430X.c:503 emsp430elf.c:503
msgid "%P: --data-region requires an argument: {upper,lower,either,none}\n"
msgstr ""

#: emsp430X.c:509 emsp430elf.c:509
msgid "%P: error: unrecognized argument to --data-region= option: \"%s\"\n"
msgstr ""

#. Incompatible objects.
#: ends32belf.c:128 ends32belf16m.c:128 ends32belf_linux.c:128 ends32elf.c:128
#: ends32elf16m.c:128 ends32elf_linux.c:128
msgid "%F%P: %pB: ABI version of object files mismatched\n"
msgstr ""

#: ends32belf.c:432 ends32belf16m.c:432 ends32belf_linux.c:565 ends32elf.c:432
#: ends32elf16m.c:432 ends32elf_linux.c:565
msgid "%P: --mbaseline is not used anymore\n"
msgstr ""

#: ends32belf.c:443 ends32belf16m.c:443 ends32belf_linux.c:576 ends32elf.c:443
#: ends32elf16m.c:443 ends32elf_linux.c:576
msgid "%P: --relax-[no-]reduce-fp-updat is not used anymore\n"
msgstr ""

#: ends32belf.c:447 ends32belf16m.c:447 ends32belf_linux.c:580 ends32elf.c:447
#: ends32elf16m.c:447 ends32elf_linux.c:580
msgid "%P: missing file for --mexport-symbols\n"
msgstr ""

#: ends32belf.c:460 ends32belf.c:469 ends32belf16m.c:460 ends32belf16m.c:469
#: ends32belf_linux.c:593 ends32belf_linux.c:602 ends32elf.c:460
#: ends32elf.c:469 ends32elf16m.c:460 ends32elf16m.c:469 ends32elf_linux.c:593
#: ends32elf_linux.c:602
msgid "%P: valid arguments to --mhyper-relax=(low|medium|high)\n"
msgstr ""

#: ends32belf.c:489 ends32belf16m.c:489 ends32belf_linux.c:622 ends32elf.c:489
#: ends32elf16m.c:489 ends32elf_linux.c:622
#, c-format
msgid "  --m[no-]fp-as-gp            Disable/enable fp-as-gp relaxation\n"
msgstr ""

#: ends32belf.c:491 ends32belf16m.c:491 ends32belf_linux.c:624 ends32elf.c:491
#: ends32elf16m.c:491 ends32elf_linux.c:624
#, c-format
msgid "  --mexport-symbols=FILE      Exporting symbols in linker script\n"
msgstr ""

#: ends32belf.c:493 ends32belf16m.c:493 ends32belf_linux.c:626 ends32elf.c:493
#: ends32elf16m.c:493 ends32elf_linux.c:626
#, c-format
msgid ""
"  --mhyper-relax=level        Adjust relax level (low|medium|high). default: "
"medium\n"
msgstr ""

#: ends32belf.c:495 ends32belf16m.c:495 ends32belf_linux.c:628 ends32elf.c:495
#: ends32elf16m.c:495 ends32elf_linux.c:628
#, c-format
msgid "  --m[no-]tlsdesc-trampoline  Disable/enable TLS DESC trampoline\n"
msgstr ""

#: epdp11.c:82
#, c-format
msgid ""
"  -N, --omagic   Do not make text readonly, do not page align data "
"(default)\n"
msgstr ""

#: epdp11.c:83
#, c-format
msgid "  -n, --nmagic   Make text readonly, align data to next page\n"
msgstr ""

#: epdp11.c:84
#, c-format
msgid ""
"  -z, --imagic   Make text readonly, separate instruction and data spaces\n"
msgstr ""

#: epdp11.c:85
#, c-format
msgid "  --no-omagic    Equivalent to --nmagic\n"
msgstr ""

#: etic3xcoff.c:69 etic3xcoff_onchip.c:69 etic4xcoff.c:69 etic54xcoff.c:69
#, c-format
msgid "  --format 0|1|2              Specify which COFF version to use\n"
msgstr ""

#: etic3xcoff.c:91 etic3xcoff_onchip.c:91 etic4xcoff.c:91 etic54xcoff.c:91
msgid "%F%P: invalid COFF format version %s\n"
msgstr ""