aboutsummaryrefslogtreecommitdiff
path: root/ld/po/ld.pot
blob: 8337fce1cf121ff3f81182fed84c8c54483b9b8f (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
# 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: 2022-07-08 11:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
"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:1304 ldmisc.c:336 pe-dll.c:738
#: pe-dll.c:1304 pe-dll.c:1425 pe-dll.c:1551 earm_wince_pe.c:1486
#: earm_wince_pe.c:1693 earmpe.c:1486 earmpe.c:1693 ei386pe.c:1486
#: ei386pe.c:1693 ei386pe_posix.c:1486 ei386pe_posix.c:1693 ei386pep.c:1475
#: emcorepe.c:1486 emcorepe.c:1693 eshpe.c:1486 eshpe.c:1693
msgid "%F%P: %pB: could not read symbols: %E\n"
msgstr ""

#: ldcref.c:690 ldcref.c:697 ldmain.c:1366 ldmain.c:1373
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:3166 ldlang.c:3180
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 earm_wince_pe.c:1277 earmpe.c:1277 ei386pe.c:1277
#: ei386pe_posix.c:1277 ei386pep.c:1284 emcorepe.c:1277 eshpe.c:1277
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:4018 ldmain.c:1271 earm_wince_pe.c:1804 earmpe.c:1804
#: ei386pe.c:1804 ei386pe_posix.c:1804 ei386pep.c:1699 emcorepe.c:1804
#: eshpe.c:1804
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:1279 ldlang.c:3500 ldlang.c:8062
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:1451
msgid "%P: About to run error handling script '%s' with arguments: '%s' '%s'\n"
msgstr ""

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

#: ldfile.c:487 ldmain.c:1461
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:1363
msgid "%P:%pS: warning: redeclaration of memory region `%s'\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: ldlang.c:2599
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:3069
msgid "%P: %pB: file not recognized: %E; matching formats:"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: ldlang.c:5668
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:5693
msgid "%X%P: address 0x%v of %pB section `%s' is not within region `%s'\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: ldlang.c:9417 ldlang.c:9426 ldlang.c:9444 ldlang.c:9454
msgid "%X%P: duplicate expression `%s' in version information\n"
msgstr ""

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

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

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

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

#: ldlang.c:9687
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:454 ends32belf16m.c:454 ends32belf_linux.c:587
#: ends32elf.c:454 ends32elf16m.c:454 ends32elf_linux.c:587
msgid "%F%P: cannot open map file %s: %E\n"
msgstr ""

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

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

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

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

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

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

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

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

#: ldmain.c:749 ldmain.c:766 ldmain.c:786 ldmain.c:818 pe-dll.c:1385
msgid "%F%P: bfd_hash_table_init failed: %E\n"
msgstr ""

#: ldmain.c:753 ldmain.c:770 ldmain.c:790
msgid "%F%P: bfd_hash_lookup failed: %E\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: ldmain.c:1259
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:1331 ldmain.c:1333 ldmain.c:1335 ldmain.c:1343 ldmain.c:1386
msgid "warning: "
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: ldmisc.c:691
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) 2022 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:425
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:447 lexsup.c:516 lexsup.c:529
#: lexsup.c:533
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:493 lexsup.c:495 lexsup.c:497 lexsup.c:499
#: lexsup.c:501 lexsup.c:503
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:486 lexsup.c:519 lexsup.c:531 lexsup.c:577 lexsup.c:580
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:449 lexsup.c:451
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 "Allow unresolved references in shared libraries"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: lexsup.c:506
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:511
msgid "[=NUMBER]"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: lexsup.c:975 lexsup.c:1449 eaarch64cloudabi.c:844 eaarch64cloudabib.c:844
#: eaarch64elf.c:839 eaarch64elf32.c:839 eaarch64elf32b.c:839
#: eaarch64elfb.c:839 eaarch64fbsd.c:844 eaarch64fbsdb.c:844
#: eaarch64haiku.c:844 eaarch64linux.c:844 eaarch64linux32.c:844
#: eaarch64linux32b.c:844 eaarch64linuxb.c:844 earmelf.c:1105
#: earmelf_fbsd.c:1105 earmelf_fuchsia.c:1110 earmelf_haiku.c:1110
#: earmelf_linux.c:1110 earmelf_linux_eabi.c:1110
#: earmelf_linux_fdpiceabi.c:1110 earmelf_nacl.c:1110 earmelf_nbsd.c:1105
#: earmelf_phoenix.c:1110 earmelf_vxworks.c:1141 earmelfb.c:1105
#: earmelfb_fbsd.c:1105 earmelfb_fuchsia.c:1110 earmelfb_linux.c:1110
#: earmelfb_linux_eabi.c:1110 earmelfb_linux_fdpiceabi.c:1110
#: earmelfb_nacl.c:1110 earmelfb_nbsd.c:1105 earmnto.c:1080 ecskyelf.c:566
#: ecskyelf_linux.c:733 eelf32metag.c:730 eelf64lppc.c:1212
#: eelf64lppc_fbsd.c:1212 eelf64ppc.c:1212 eelf64ppc_fbsd.c:1212 ehppaelf.c:586
#: ehppalinux.c:768 ehppanbsd.c:768 ehppaobsd.c:768
msgid "%F%P: invalid number `%s'\n"
msgstr ""

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

#: lexsup.c:1148
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:1165
msgid "%F%P: unrecognised option: %s\n"
msgstr ""

#: lexsup.c:1168 lexsup.c:1278 lexsup.c:1299 lexsup.c:1418
msgid "%F%P: -r and %s may not be used together\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: lexsup.c:1801
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:1812
msgid "%P%F: cannot create name for linker map file: %E\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: lexsup.c:2070
#, 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:2072
#, c-format
msgid ""
"  -z nounique                 Don't mark DSO as a loadable at most once\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: lexsup.c:2152
#, c-format
msgid "                                Default: zlib-gabi\n"
msgstr ""

#: lexsup.c:2155
#, c-format
msgid "                                Default: none\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: lexsup.c:2209
#, 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:2217
#, c-format
msgid ""
"  --ld-generated-unwind-info  Generate exception handling info for PLT\n"
msgstr ""

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

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

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

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

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

#: lexsup.c:2330
#, 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:2335
#, c-format
msgid "%s: supported targets:"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

#: pe-dll.c:1029 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:574 earmelf_fbsd.c:574 earmelf_fuchsia.c:575
#: earmelf_haiku.c:575 earmelf_linux.c:575 earmelf_linux_eabi.c:575
#: earmelf_linux_fdpiceabi.c:575 earmelf_nacl.c:575 earmelf_nbsd.c:574
#: earmelf_phoenix.c:575 earmelf_vxworks.c:574 earmelfb.c:574
#: earmelfb_fbsd.c:574 earmelfb_fuchsia.c:575 earmelfb_linux.c:575
#: earmelfb_linux_eabi.c:575 earmelfb_linux_fdpiceabi.c:575 earmelfb_nacl.c:575
#: earmelfb_nbsd.c:574 earmnto.c:574 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:1043
msgid "%X%P: can not create .edata section: %E\n"
msgstr ""

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

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

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

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

#: pe-dll.c:1471
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:1542
msgid "%P: zero vma section reloc detected: `%s' #%d f=%d\n"
msgstr ""

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

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

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

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

#: pe-dll.c:2838
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:2859
#, c-format
msgid "%X%P: can't open .lib file: %s\n"
msgstr ""

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

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

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

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

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

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

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

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

#: plugin.c:236 plugin.c:282
msgid "<no plugin>"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: plugin.c:1352
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:2017 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:1426 earmelf.c:546 earmelf_fbsd.c:546
#: earmelf_fuchsia.c:547 earmelf_haiku.c:547 earmelf_linux.c:547
#: earmelf_linux_eabi.c:547 earmelf_linux_fdpiceabi.c:547 earmelf_nacl.c:547
#: earmelf_nbsd.c:546 earmelf_phoenix.c:547 earmelf_vxworks.c:546
#: earmelfb.c:546 earmelfb_fbsd.c:546 earmelfb_fuchsia.c:547
#: earmelfb_linux.c:547 earmelfb_linux_eabi.c:547
#: earmelfb_linux_fdpiceabi.c:547 earmelfb_nacl.c:547 earmelfb_nbsd.c:546
#: earmnto.c:546 earmpe.c:1426 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:1426
#: ei386pe_posix.c:1426 emcorepe.c:1426 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:1426 ev850.c:93 ev850_rh850.c:93
msgid "%F%P: error: cannot change output format whilst linking %s binaries\n"
msgstr ""

#: eaarch64cloudabi.c:596 eaarch64cloudabib.c:596 eaarch64elf.c:595
#: eaarch64elf32.c:595 eaarch64elf32b.c:595 eaarch64elfb.c:595
#: eaarch64fbsd.c:596 eaarch64fbsdb.c:596 eaarch64haiku.c:596
#: eaarch64linux.c:596 eaarch64linux32.c:596 eaarch64linux32b.c:596
#: eaarch64linuxb.c:596 earcelf.c:227 earclinux.c:283 earclinux_nps.c:283
#: earcv2elf.c:211 earcv2elfx.c:211 earmelf.c:838 earmelf_fbsd.c:838
#: earmelf_fuchsia.c:839 earmelf_haiku.c:839 earmelf_linux.c:839
#: earmelf_linux_eabi.c:839 earmelf_linux_fdpiceabi.c:839 earmelf_nacl.c:839
#: earmelf_nbsd.c:838 earmelf_phoenix.c:839 earmelf_vxworks.c:874
#: earmelfb.c:838 earmelfb_fbsd.c:838 earmelfb_fuchsia.c:839
#: earmelfb_linux.c:839 earmelfb_linux_eabi.c:839
#: earmelfb_linux_fdpiceabi.c:839 earmelfb_nacl.c:839 earmelfb_nbsd.c:838
#: earmnto.c:813 eavr1.c:435 eavr2.c:435 eavr25.c:435 eavr3.c:435 eavr31.c:435
#: eavr35.c:435 eavr4.c:435 eavr5.c:435 eavr51.c:435 eavr6.c:435 eavrtiny.c:435
#: eavrxmega1.c:435 eavrxmega2.c:435 eavrxmega3.c:435 eavrxmega4.c:435
#: eavrxmega5.c:435 eavrxmega6.c:435 eavrxmega7.c:435 ecriself.c:226
#: ecrislinux.c:258 ecskyelf.c:470 ecskyelf_linux.c:527 ed10velf.c:211
#: eelf32_sparc.c:283 eelf32_sparc_sol2.c:415 eelf32_sparc_vxworks.c:320
#: eelf32_spu.c:944 eelf32_tic6x_be.c:394 eelf32_tic6x_elf_be.c:394
#: eelf32_tic6x_elf_le.c:394 eelf32_tic6x_le.c:394 eelf32_tic6x_linux_be.c:394
#: eelf32_tic6x_linux_le.c:394 eelf32_x86_64.c:5374 eelf32am33lin.c:257
#: eelf32b4300.c:498 eelf32bfin.c:275 eelf32bfinfd.c:300 eelf32bmip.c:498
#: eelf32bmipn32.c:512 eelf32briscv.c:351 eelf32briscv_ilp32.c:351
#: eelf32briscv_ilp32f.c:351 eelf32bsmip.c:512 eelf32btsmip.c:498
#: eelf32btsmip_fbsd.c:498 eelf32btsmipn32.c:498 eelf32btsmipn32_fbsd.c:498
#: eelf32cr16.c:361 eelf32crx.c:248 eelf32ebmip.c:498 eelf32ebmipvxworks.c:533
#: eelf32elmip.c:498 eelf32elmipvxworks.c:533 eelf32epiphany.c:226
#: eelf32epiphany_4x4.c:213 eelf32frvfd.c:282 eelf32ip2k.c:226
#: eelf32l4300.c:498 eelf32lm32.c:226 eelf32lm32fd.c:282 eelf32lmip.c:498
#: eelf32loongarch.c:333 eelf32lppc.c:546 eelf32lppclinux.c:546
#: eelf32lppcnto.c:546 eelf32lppcsim.c:546 eelf32lr5900.c:467
#: eelf32lr5900n32.c:466 eelf32lriscv.c:351 eelf32lriscv_ilp32.c:351
#: eelf32lriscv_ilp32f.c:351 eelf32lsmip.c:498 eelf32ltsmip.c:498
#: eelf32ltsmip_fbsd.c:498 eelf32ltsmipn32.c:498 eelf32ltsmipn32_fbsd.c:498
#: eelf32m32c.c:237 eelf32mb_linux.c:283 eelf32mbel_linux.c:283
#: eelf32mcore.c:232 eelf32mep.c:211 eelf32metag.c:532 eelf32microblaze.c:211
#: eelf32microblazeel.c:211 eelf32mipswindiss.c:441 eelf32moxie.c:226
#: eelf32or1k.c:227 eelf32or1k_linux.c:283 eelf32ppc.c:546 eelf32ppc_fbsd.c:546
#: eelf32ppchaiku.c:546 eelf32ppclinux.c:546 eelf32ppcnto.c:546
#: eelf32ppcsim.c:546 eelf32ppcvxworks.c:520 eelf32ppcwindiss.c:546
#: eelf32rl78.c:226 eelf32rx.c:254 eelf32rx_linux.c:239 eelf32tilegx.c:283
#: eelf32tilegx_be.c:283 eelf32tilepro.c:283 eelf32vax.c:257 eelf32visium.c:211
#: eelf32xstormy16.c:222 eelf32xtensa.c:2204 eelf32z80.c:238 eelf64_aix.c:257
#: eelf64_ia64.c:314 eelf64_ia64_fbsd.c:314 eelf64_s390.c:353
#: eelf64_sparc.c:283 eelf64_sparc_fbsd.c:283 eelf64_sparc_sol2.c:415
#: eelf64alpha.c:376 eelf64alpha_fbsd.c:376 eelf64alpha_nbsd.c:376
#: eelf64bmip.c:512 eelf64bpf.c:211 eelf64briscv.c:351 eelf64briscv_lp64.c:351
#: eelf64briscv_lp64f.c:351 eelf64btsmip.c:498 eelf64btsmip_fbsd.c:498
#: eelf64hppa.c:227 eelf64loongarch.c:333 eelf64lppc.c:995
#: eelf64lppc_fbsd.c:995 eelf64lriscv.c:351 eelf64lriscv_lp64.c:351
#: eelf64lriscv_lp64f.c:351 eelf64ltsmip.c:498 eelf64ltsmip_fbsd.c:498
#: eelf64mmix.c:368 eelf64ppc.c:995 eelf64ppc_fbsd.c:995 eelf64rdos.c:308
#: eelf64tilegx.c:283 eelf64tilegx_be.c:283 eelf_i386.c:4996 eelf_i386_be.c:281
#: eelf_i386_fbsd.c:317 eelf_i386_haiku.c:317 eelf_i386_ldso.c:292
#: eelf_i386_sol2.c:449 eelf_i386_vxworks.c:344 eelf_iamcu.c:317
#: eelf_mipsel_haiku.c:498 eelf_s390.c:283 eelf_x86_64.c:5374
#: eelf_x86_64_cloudabi.c:317 eelf_x86_64_fbsd.c:317 eelf_x86_64_haiku.c:317
#: eelf_x86_64_sol2.c:449 eh8300elf.c:226 eh8300elf_linux.c:226
#: eh8300helf.c:226 eh8300helf_linux.c:226 eh8300hnelf.c:226 eh8300self.c:226
#: eh8300self_linux.c:226 eh8300snelf.c:226 eh8300sxelf.c:226
#: eh8300sxelf_linux.c:226 eh8300sxnelf.c:226 ehppa64linux.c:257 ehppaelf.c:494
#: ehppalinux.c:566 ehppanbsd.c:566 ehppaobsd.c:566 ei386lynx.c:272
#: ei386moss.c:272 ei386nto.c:272 em32relf.c:226 em32relf_linux.c:282
#: em32rlelf.c:226 em32rlelf_linux.c:282 em68hc11elf.c:496 em68hc11elfb.c:496
#: em68hc12elf.c:496 em68hc12elfb.c:496 em68kelf.c:440 em68kelfnbsd.c:440
#: emn10300.c:257 ends32belf.c:347 ends32belf16m.c:347 ends32belf_linux.c:370
#: ends32elf.c:347 ends32elf16m.c:347 ends32elf_linux.c:370 enios2elf.c:513
#: enios2linux.c:544 epruelf.c:232 escore3_elf.c:279 escore7_elf.c:279
#: eshelf.c:257 eshelf_fd.c:283 eshelf_linux.c:283 eshelf_nbsd.c:257
#: eshelf_nto.c:257 eshelf_uclinux.c:257 eshelf_vxworks.c:294 eshlelf.c:257
#: eshlelf_fd.c:283 eshlelf_linux.c:283 eshlelf_nbsd.c:257 eshlelf_nto.c:257
#: eshlelf_vxworks.c:294 ev850.c:258 ev850_rh850.c:258
msgid "%F%P: invalid --compress-debug-sections option: `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:647 eaarch64cloudabib.c:647 eaarch64elf.c:646
#: eaarch64elf32.c:646 eaarch64elf32b.c:646 eaarch64elfb.c:646
#: eaarch64fbsd.c:647 eaarch64fbsdb.c:647 eaarch64haiku.c:647
#: eaarch64linux.c:647 eaarch64linux32.c:647 eaarch64linux32b.c:647
#: eaarch64linuxb.c:647 earcelf.c:278 earclinux.c:334 earclinux_nps.c:334
#: earmelf.c:889 earmelf_fbsd.c:889 earmelf_fuchsia.c:890 earmelf_haiku.c:890
#: earmelf_linux.c:890 earmelf_linux_eabi.c:890 earmelf_linux_fdpiceabi.c:890
#: earmelf_nacl.c:890 earmelf_nbsd.c:889 earmelf_phoenix.c:890
#: earmelf_vxworks.c:925 earmelfb.c:889 earmelfb_fbsd.c:889
#: earmelfb_fuchsia.c:890 earmelfb_linux.c:890 earmelfb_linux_eabi.c:890
#: earmelfb_linux_fdpiceabi.c:890 earmelfb_nacl.c:890 earmelfb_nbsd.c:889
#: earmnto.c:864 ecrislinux.c:309 ecskyelf_linux.c:578 eelf32_sparc.c:334
#: eelf32_sparc_sol2.c:466 eelf32_sparc_vxworks.c:371 eelf32_tic6x_be.c:445
#: eelf32_tic6x_elf_be.c:445 eelf32_tic6x_elf_le.c:445 eelf32_tic6x_le.c:445
#: eelf32_tic6x_linux_be.c:445 eelf32_tic6x_linux_le.c:445 eelf32_x86_64.c:5425
#: eelf32am33lin.c:308 eelf32b4300.c:549 eelf32bfin.c:326 eelf32bfinfd.c:351
#: eelf32bmip.c:549 eelf32bmipn32.c:563 eelf32briscv.c:402
#: eelf32briscv_ilp32.c:402 eelf32briscv_ilp32f.c:402 eelf32bsmip.c:563
#: eelf32btsmip.c:549 eelf32btsmip_fbsd.c:549 eelf32btsmipn32.c:549
#: eelf32btsmipn32_fbsd.c:549 eelf32ebmip.c:549 eelf32ebmipvxworks.c:584
#: eelf32elmip.c:549 eelf32elmipvxworks.c:584 eelf32frvfd.c:333
#: eelf32l4300.c:549 eelf32lm32fd.c:333 eelf32lmip.c:549 eelf32loongarch.c:384
#: eelf32lppc.c:597 eelf32lppclinux.c:597 eelf32lppcnto.c:597
#: eelf32lppcsim.c:597 eelf32lriscv.c:402 eelf32lriscv_ilp32.c:402
#: eelf32lriscv_ilp32f.c:402 eelf32lsmip.c:549 eelf32ltsmip.c:549
#: eelf32ltsmip_fbsd.c:549 eelf32ltsmipn32.c:549 eelf32ltsmipn32_fbsd.c:549
#: eelf32mb_linux.c:334 eelf32mbel_linux.c:334 eelf32metag.c:583
#: eelf32or1k_linux.c:334 eelf32ppc.c:597 eelf32ppc_fbsd.c:597
#: eelf32ppchaiku.c:597 eelf32ppclinux.c:597 eelf32ppcnto.c:597
#: eelf32ppcsim.c:597 eelf32ppcvxworks.c:571 eelf32ppcwindiss.c:597
#: eelf32tilegx.c:334 eelf32tilegx_be.c:334 eelf32tilepro.c:334 eelf32vax.c:308
#: eelf32xtensa.c:2255 eelf64_aix.c:308 eelf64_ia64.c:365
#: eelf64_ia64_fbsd.c:365 eelf64_s390.c:404 eelf64_sparc.c:334
#: eelf64_sparc_fbsd.c:334 eelf64_sparc_sol2.c:466 eelf64alpha.c:427
#: eelf64alpha_fbsd.c:427 eelf64alpha_nbsd.c:427 eelf64bmip.c:563
#: eelf64briscv.c:402 eelf64briscv_lp64.c:402 eelf64briscv_lp64f.c:402
#: eelf64btsmip.c:549 eelf64btsmip_fbsd.c:549 eelf64hppa.c:278
#: eelf64loongarch.c:384 eelf64lppc.c:1046 eelf64lppc_fbsd.c:1046
#: eelf64lriscv.c:402 eelf64lriscv_lp64.c:402 eelf64lriscv_lp64f.c:402
#: eelf64ltsmip.c:549 eelf64ltsmip_fbsd.c:549 eelf64mmix.c:419 eelf64ppc.c:1046
#: eelf64ppc_fbsd.c:1046 eelf64rdos.c:359 eelf64tilegx.c:334
#: eelf64tilegx_be.c:334 eelf_i386.c:5047 eelf_i386_be.c:332
#: eelf_i386_fbsd.c:368 eelf_i386_haiku.c:368 eelf_i386_ldso.c:343
#: eelf_i386_sol2.c:500 eelf_i386_vxworks.c:395 eelf_iamcu.c:368
#: eelf_mipsel_haiku.c:549 eelf_s390.c:334 eelf_x86_64.c:5425
#: eelf_x86_64_cloudabi.c:368 eelf_x86_64_fbsd.c:368 eelf_x86_64_haiku.c:368
#: eelf_x86_64_sol2.c:500 ehppa64linux.c:308 ehppalinux.c:617 ehppanbsd.c:617
#: ehppaobsd.c:617 ei386lynx.c:323 ei386moss.c:323 ei386nto.c:323
#: em32relf_linux.c:333 em32rlelf_linux.c:333 em68kelf.c:491 em68kelfnbsd.c:491
#: emn10300.c:308 ends32belf_linux.c:421 ends32elf_linux.c:421
#: enios2linux.c:595 escore3_elf.c:330 escore7_elf.c:330 eshelf.c:308
#: eshelf_fd.c:334 eshelf_linux.c:334 eshelf_nbsd.c:308 eshelf_nto.c:308
#: eshelf_uclinux.c:308 eshelf_vxworks.c:345 eshlelf.c:308 eshlelf_fd.c:334
#: eshlelf_linux.c:334 eshlelf_nbsd.c:308 eshlelf_nto.c:308
#: eshlelf_vxworks.c:345
msgid "%F%P: invalid hash style `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:664 eaarch64cloudabib.c:664 eaarch64elf.c:663
#: eaarch64elf32.c:663 eaarch64elf32b.c:663 eaarch64elfb.c:663
#: eaarch64fbsd.c:664 eaarch64fbsdb.c:664 eaarch64haiku.c:664
#: eaarch64linux.c:664 eaarch64linux32.c:664 eaarch64linux32b.c:664
#: eaarch64linuxb.c:664 earcelf.c:295 earclinux.c:351 earclinux_nps.c:351
#: earcv2elf.c:228 earcv2elfx.c:228 earmelf.c:906 earmelf_fbsd.c:906
#: earmelf_fuchsia.c:907 earmelf_haiku.c:907 earmelf_linux.c:907
#: earmelf_linux_eabi.c:907 earmelf_linux_fdpiceabi.c:907 earmelf_nacl.c:907
#: earmelf_nbsd.c:906 earmelf_phoenix.c:907 earmelf_vxworks.c:942
#: earmelfb.c:906 earmelfb_fbsd.c:906 earmelfb_fuchsia.c:907
#: earmelfb_linux.c:907 earmelfb_linux_eabi.c:907
#: earmelfb_linux_fdpiceabi.c:907 earmelfb_nacl.c:907 earmelfb_nbsd.c:906
#: earmnto.c:881 eavr1.c:452 eavr2.c:452 eavr25.c:452 eavr3.c:452 eavr31.c:452
#: eavr35.c:452 eavr4.c:452 eavr5.c:452 eavr51.c:452 eavr6.c:452 eavrtiny.c:452
#: eavrxmega1.c:452 eavrxmega2.c:452 eavrxmega3.c:452 eavrxmega4.c:452
#: eavrxmega5.c:452 eavrxmega6.c:452 eavrxmega7.c:452 ecriself.c:243
#: ecrislinux.c:326 ecskyelf.c:487 ecskyelf_linux.c:595 ed10velf.c:228
#: eelf32_sparc.c:351 eelf32_sparc_sol2.c:483 eelf32_sparc_vxworks.c:388
#: eelf32_spu.c:961 eelf32_tic6x_be.c:462 eelf32_tic6x_elf_be.c:462
#: eelf32_tic6x_elf_le.c:462 eelf32_tic6x_le.c:462 eelf32_tic6x_linux_be.c:462
#: eelf32_tic6x_linux_le.c:462 eelf32_x86_64.c:5442 eelf32am33lin.c:325
#: eelf32b4300.c:566 eelf32bfin.c:343 eelf32bfinfd.c:368 eelf32bmip.c:566
#: eelf32bmipn32.c:580 eelf32briscv.c:419 eelf32briscv_ilp32.c:419
#: eelf32briscv_ilp32f.c:419 eelf32bsmip.c:580 eelf32btsmip.c:566
#: eelf32btsmip_fbsd.c:566 eelf32btsmipn32.c:566 eelf32btsmipn32_fbsd.c:566
#: eelf32cr16.c:378 eelf32crx.c:265 eelf32ebmip.c:566 eelf32ebmipvxworks.c:601
#: eelf32elmip.c:566 eelf32elmipvxworks.c:601 eelf32epiphany.c:243
#: eelf32epiphany_4x4.c:230 eelf32frvfd.c:350 eelf32ip2k.c:243
#: eelf32l4300.c:566 eelf32lm32.c:243 eelf32lm32fd.c:350 eelf32lmip.c:566
#: eelf32loongarch.c:401 eelf32lppc.c:614 eelf32lppclinux.c:614
#: eelf32lppcnto.c:614 eelf32lppcsim.c:614 eelf32lr5900.c:484
#: eelf32lr5900n32.c:483 eelf32lriscv.c:419 eelf32lriscv_ilp32.c:419
#: eelf32lriscv_ilp32f.c:419 eelf32lsmip.c:566 eelf32ltsmip.c:566
#: eelf32ltsmip_fbsd.c:566 eelf32ltsmipn32.c:566 eelf32ltsmipn32_fbsd.c:566
#: eelf32m32c.c:254 eelf32mb_linux.c:351 eelf32mbel_linux.c:351
#: eelf32mcore.c:249 eelf32mep.c:228 eelf32metag.c:600 eelf32microblaze.c:228
#: eelf32microblazeel.c:228 eelf32mipswindiss.c:458 eelf32moxie.c:243
#: eelf32or1k.c:244 eelf32or1k_linux.c:351 eelf32ppc.c:614 eelf32ppc_fbsd.c:614
#: eelf32ppchaiku.c:614 eelf32ppclinux.c:614 eelf32ppcnto.c:614
#: eelf32ppcsim.c:614 eelf32ppcvxworks.c:588 eelf32ppcwindiss.c:614
#: eelf32rl78.c:243 eelf32rx.c:271 eelf32rx_linux.c:256 eelf32tilegx.c:351
#: eelf32tilegx_be.c:351 eelf32tilepro.c:351 eelf32vax.c:325 eelf32visium.c:228
#: eelf32xstormy16.c:239 eelf32xtensa.c:2272 eelf32z80.c:255 eelf64_aix.c:325
#: eelf64_ia64.c:382 eelf64_ia64_fbsd.c:382 eelf64_s390.c:421
#: eelf64_sparc.c:351 eelf64_sparc_fbsd.c:351 eelf64_sparc_sol2.c:483
#: eelf64alpha.c:444 eelf64alpha_fbsd.c:444 eelf64alpha_nbsd.c:444
#: eelf64bmip.c:580 eelf64bpf.c:228 eelf64briscv.c:419 eelf64briscv_lp64.c:419
#: eelf64briscv_lp64f.c:419 eelf64btsmip.c:566 eelf64btsmip_fbsd.c:566
#: eelf64hppa.c:295 eelf64loongarch.c:401 eelf64lppc.c:1063
#: eelf64lppc_fbsd.c:1063 eelf64lriscv.c:419 eelf64lriscv_lp64.c:419
#: eelf64lriscv_lp64f.c:419 eelf64ltsmip.c:566 eelf64ltsmip_fbsd.c:566
#: eelf64mmix.c:436 eelf64ppc.c:1063 eelf64ppc_fbsd.c:1063 eelf64rdos.c:376
#: eelf64tilegx.c:351 eelf64tilegx_be.c:351 eelf_i386.c:5064 eelf_i386_be.c:349
#: eelf_i386_fbsd.c:385 eelf_i386_haiku.c:385 eelf_i386_ldso.c:360
#: eelf_i386_sol2.c:517 eelf_i386_vxworks.c:412 eelf_iamcu.c:385
#: eelf_mipsel_haiku.c:566 eelf_s390.c:351 eelf_x86_64.c:5442
#: eelf_x86_64_cloudabi.c:385 eelf_x86_64_fbsd.c:385 eelf_x86_64_haiku.c:385
#: eelf_x86_64_sol2.c:517 eh8300elf.c:243 eh8300elf_linux.c:243
#: eh8300helf.c:243 eh8300helf_linux.c:243 eh8300hnelf.c:243 eh8300self.c:243
#: eh8300self_linux.c:243 eh8300snelf.c:243 eh8300sxelf.c:243
#: eh8300sxelf_linux.c:243 eh8300sxnelf.c:243 ehppa64linux.c:325 ehppaelf.c:511
#: ehppalinux.c:634 ehppanbsd.c:634 ehppaobsd.c:634 ei386lynx.c:340
#: ei386moss.c:340 ei386nto.c:340 em32relf.c:243 em32relf_linux.c:350
#: em32rlelf.c:243 em32rlelf_linux.c:350 em68hc11elf.c:513 em68hc11elfb.c:513
#: em68hc12elf.c:513 em68hc12elfb.c:513 em68kelf.c:508 em68kelfnbsd.c:508
#: emn10300.c:325 ends32belf.c:364 ends32belf16m.c:364 ends32belf_linux.c:438
#: ends32elf.c:364 ends32elf16m.c:364 ends32elf_linux.c:438 enios2elf.c:530
#: enios2linux.c:612 epruelf.c:249 escore3_elf.c:347 escore7_elf.c:347
#: eshelf.c:325 eshelf_fd.c:351 eshelf_linux.c:351 eshelf_nbsd.c:325
#: eshelf_nto.c:325 eshelf_uclinux.c:325 eshelf_vxworks.c:362 eshlelf.c:325
#: eshlelf_fd.c:351 eshlelf_linux.c:351 eshlelf_nbsd.c:325 eshlelf_nto.c:325
#: eshlelf_vxworks.c:362 ev850.c:275 ev850_rh850.c:275
msgid "%F%P: invalid maximum page size `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:674 eaarch64cloudabib.c:674 eaarch64elf.c:673
#: eaarch64elf32.c:673 eaarch64elf32b.c:673 eaarch64elfb.c:673
#: eaarch64fbsd.c:674 eaarch64fbsdb.c:674 eaarch64haiku.c:674
#: eaarch64linux.c:674 eaarch64linux32.c:674 eaarch64linux32b.c:674
#: eaarch64linuxb.c:674 earcelf.c:305 earclinux.c:361 earclinux_nps.c:361
#: earcv2elf.c:238 earcv2elfx.c:238 earmelf.c:916 earmelf_fbsd.c:916
#: earmelf_fuchsia.c:917 earmelf_haiku.c:917 earmelf_linux.c:917
#: earmelf_linux_eabi.c:917 earmelf_linux_fdpiceabi.c:917 earmelf_nacl.c:917
#: earmelf_nbsd.c:916 earmelf_phoenix.c:917 earmelf_vxworks.c:952
#: earmelfb.c:916 earmelfb_fbsd.c:916 earmelfb_fuchsia.c:917
#: earmelfb_linux.c:917 earmelfb_linux_eabi.c:917
#: earmelfb_linux_fdpiceabi.c:917 earmelfb_nacl.c:917 earmelfb_nbsd.c:916
#: earmnto.c:891 eavr1.c:462 eavr2.c:462 eavr25.c:462 eavr3.c:462 eavr31.c:462
#: eavr35.c:462 eavr4.c:462 eavr5.c:462 eavr51.c:462 eavr6.c:462 eavrtiny.c:462
#: eavrxmega1.c:462 eavrxmega2.c:462 eavrxmega3.c:462 eavrxmega4.c:462
#: eavrxmega5.c:462 eavrxmega6.c:462 eavrxmega7.c:462 ecriself.c:253
#: ecrislinux.c:336 ecskyelf.c:497 ecskyelf_linux.c:605 ed10velf.c:238
#: eelf32_sparc.c:361 eelf32_sparc_sol2.c:493 eelf32_sparc_vxworks.c:398
#: eelf32_spu.c:971 eelf32_tic6x_be.c:472 eelf32_tic6x_elf_be.c:472
#: eelf32_tic6x_elf_le.c:472 eelf32_tic6x_le.c:472 eelf32_tic6x_linux_be.c:472
#: eelf32_tic6x_linux_le.c:472 eelf32_x86_64.c:5452 eelf32am33lin.c:335
#: eelf32b4300.c:576 eelf32bfin.c:353 eelf32bfinfd.c:378 eelf32bmip.c:576
#: eelf32bmipn32.c:590 eelf32briscv.c:429 eelf32briscv_ilp32.c:429
#: eelf32briscv_ilp32f.c:429 eelf32bsmip.c:590 eelf32btsmip.c:576
#: eelf32btsmip_fbsd.c:576 eelf32btsmipn32.c:576 eelf32btsmipn32_fbsd.c:576
#: eelf32cr16.c:388 eelf32crx.c:275 eelf32ebmip.c:576 eelf32ebmipvxworks.c:611
#: eelf32elmip.c:576 eelf32elmipvxworks.c:611 eelf32epiphany.c:253
#: eelf32epiphany_4x4.c:240 eelf32frvfd.c:360 eelf32ip2k.c:253
#: eelf32l4300.c:576 eelf32lm32.c:253 eelf32lm32fd.c:360 eelf32lmip.c:576
#: eelf32loongarch.c:411 eelf32lppc.c:624 eelf32lppclinux.c:624
#: eelf32lppcnto.c:624 eelf32lppcsim.c:624 eelf32lr5900.c:494
#: eelf32lr5900n32.c:493 eelf32lriscv.c:429 eelf32lriscv_ilp32.c:429
#: eelf32lriscv_ilp32f.c:429 eelf32lsmip.c:576 eelf32ltsmip.c:576
#: eelf32ltsmip_fbsd.c:576 eelf32ltsmipn32.c:576 eelf32ltsmipn32_fbsd.c:576
#: eelf32m32c.c:264 eelf32mb_linux.c:361 eelf32mbel_linux.c:361
#: eelf32mcore.c:259 eelf32mep.c:238 eelf32metag.c:610 eelf32microblaze.c:238
#: eelf32microblazeel.c:238 eelf32mipswindiss.c:468 eelf32moxie.c:253
#: eelf32or1k.c:254 eelf32or1k_linux.c:361 eelf32ppc.c:624 eelf32ppc_fbsd.c:624
#: eelf32ppchaiku.c:624 eelf32ppclinux.c:624 eelf32ppcnto.c:624
#: eelf32ppcsim.c:624 eelf32ppcvxworks.c:598 eelf32ppcwindiss.c:624
#: eelf32rl78.c:253 eelf32rx.c:281 eelf32rx_linux.c:266 eelf32tilegx.c:361
#: eelf32tilegx_be.c:361 eelf32tilepro.c:361 eelf32vax.c:335 eelf32visium.c:238
#: eelf32xstormy16.c:249 eelf32xtensa.c:2282 eelf32z80.c:265 eelf64_aix.c:335
#: eelf64_ia64.c:392 eelf64_ia64_fbsd.c:392 eelf64_s390.c:431
#: eelf64_sparc.c:361 eelf64_sparc_fbsd.c:361 eelf64_sparc_sol2.c:493
#: eelf64alpha.c:454 eelf64alpha_fbsd.c:454 eelf64alpha_nbsd.c:454
#: eelf64bmip.c:590 eelf64bpf.c:238 eelf64briscv.c:429 eelf64briscv_lp64.c:429
#: eelf64briscv_lp64f.c:429 eelf64btsmip.c:576 eelf64btsmip_fbsd.c:576
#: eelf64hppa.c:305 eelf64loongarch.c:411 eelf64lppc.c:1073
#: eelf64lppc_fbsd.c:1073 eelf64lriscv.c:429 eelf64lriscv_lp64.c:429
#: eelf64lriscv_lp64f.c:429 eelf64ltsmip.c:576 eelf64ltsmip_fbsd.c:576
#: eelf64mmix.c:446 eelf64ppc.c:1073 eelf64ppc_fbsd.c:1073 eelf64rdos.c:386
#: eelf64tilegx.c:361 eelf64tilegx_be.c:361 eelf_i386.c:5074 eelf_i386_be.c:359
#: eelf_i386_fbsd.c:395 eelf_i386_haiku.c:395 eelf_i386_ldso.c:370
#: eelf_i386_sol2.c:527 eelf_i386_vxworks.c:422 eelf_iamcu.c:395
#: eelf_mipsel_haiku.c:576 eelf_s390.c:361 eelf_x86_64.c:5452
#: eelf_x86_64_cloudabi.c:395 eelf_x86_64_fbsd.c:395 eelf_x86_64_haiku.c:395
#: eelf_x86_64_sol2.c:527 eh8300elf.c:253 eh8300elf_linux.c:253
#: eh8300helf.c:253 eh8300helf_linux.c:253 eh8300hnelf.c:253 eh8300self.c:253
#: eh8300self_linux.c:253 eh8300snelf.c:253 eh8300sxelf.c:253
#: eh8300sxelf_linux.c:253 eh8300sxnelf.c:253 ehppa64linux.c:335 ehppaelf.c:521
#: ehppalinux.c:644 ehppanbsd.c:644 ehppaobsd.c:644 ei386lynx.c:350
#: ei386moss.c:350 ei386nto.c:350 em32relf.c:253 em32relf_linux.c:360
#: em32rlelf.c:253 em32rlelf_linux.c:360 em68hc11elf.c:523 em68hc11elfb.c:523
#: em68hc12elf.c:523 em68hc12elfb.c:523 em68kelf.c:518 em68kelfnbsd.c:518
#: emn10300.c:335 ends32belf.c:374 ends32belf16m.c:374 ends32belf_linux.c:448
#: ends32elf.c:374 ends32elf16m.c:374 ends32elf_linux.c:448 enios2elf.c:540
#: enios2linux.c:622 epruelf.c:259 escore3_elf.c:357 escore7_elf.c:357
#: eshelf.c:335 eshelf_fd.c:361 eshelf_linux.c:361 eshelf_nbsd.c:335
#: eshelf_nto.c:335 eshelf_uclinux.c:335 eshelf_vxworks.c:372 eshlelf.c:335
#: eshlelf_fd.c:361 eshlelf_linux.c:361 eshlelf_nbsd.c:335 eshlelf_nto.c:335
#: eshlelf_vxworks.c:372 ev850.c:285 ev850_rh850.c:285
msgid "%F%P: invalid common page size `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:683 eaarch64cloudabib.c:683 eaarch64elf.c:682
#: eaarch64elf32.c:682 eaarch64elf32b.c:682 eaarch64elfb.c:682
#: eaarch64fbsd.c:683 eaarch64fbsdb.c:683 eaarch64haiku.c:683
#: eaarch64linux.c:683 eaarch64linux32.c:683 eaarch64linux32b.c:683
#: eaarch64linuxb.c:683 earcelf.c:314 earclinux.c:370 earclinux_nps.c:370
#: earcv2elf.c:247 earcv2elfx.c:247 earmelf.c:925 earmelf_fbsd.c:925
#: earmelf_fuchsia.c:926 earmelf_haiku.c:926 earmelf_linux.c:926
#: earmelf_linux_eabi.c:926 earmelf_linux_fdpiceabi.c:926 earmelf_nacl.c:926
#: earmelf_nbsd.c:925 earmelf_phoenix.c:926 earmelf_vxworks.c:961
#: earmelfb.c:925 earmelfb_fbsd.c:925 earmelfb_fuchsia.c:926
#: earmelfb_linux.c:926 earmelfb_linux_eabi.c:926
#: earmelfb_linux_fdpiceabi.c:926 earmelfb_nacl.c:926 earmelfb_nbsd.c:925
#: earmnto.c:900 eavr1.c:471 eavr2.c:471 eavr25.c:471 eavr3.c:471 eavr31.c:471
#: eavr35.c:471 eavr4.c:471 eavr5.c:471 eavr51.c:471 eavr6.c:471 eavrtiny.c:471
#: eavrxmega1.c:471 eavrxmega2.c:471 eavrxmega3.c:471 eavrxmega4.c:471
#: eavrxmega5.c:471 eavrxmega6.c:471 eavrxmega7.c:471 ecriself.c:262
#: ecrislinux.c:345 ecskyelf.c:506 ecskyelf_linux.c:614 ed10velf.c:247
#: eelf32_sparc.c:370 eelf32_sparc_sol2.c:502 eelf32_sparc_vxworks.c:407
#: eelf32_spu.c:980 eelf32_tic6x_be.c:481 eelf32_tic6x_elf_be.c:481
#: eelf32_tic6x_elf_le.c:481 eelf32_tic6x_le.c:481 eelf32_tic6x_linux_be.c:481
#: eelf32_tic6x_linux_le.c:481 eelf32_x86_64.c:5461 eelf32am33lin.c:344
#: eelf32b4300.c:585 eelf32bfin.c:362 eelf32bfinfd.c:387 eelf32bmip.c:585
#: eelf32bmipn32.c:599 eelf32briscv.c:438 eelf32briscv_ilp32.c:438
#: eelf32briscv_ilp32f.c:438 eelf32bsmip.c:599 eelf32btsmip.c:585
#: eelf32btsmip_fbsd.c:585 eelf32btsmipn32.c:585 eelf32btsmipn32_fbsd.c:585
#: eelf32cr16.c:397 eelf32crx.c:284 eelf32ebmip.c:585 eelf32ebmipvxworks.c:620
#: eelf32elmip.c:585 eelf32elmipvxworks.c:620 eelf32epiphany.c:262
#: eelf32epiphany_4x4.c:249 eelf32frvfd.c:369 eelf32ip2k.c:262
#: eelf32l4300.c:585 eelf32lm32.c:262 eelf32lm32fd.c:369 eelf32lmip.c:585
#: eelf32loongarch.c:420 eelf32lppc.c:633 eelf32lppclinux.c:633
#: eelf32lppcnto.c:633 eelf32lppcsim.c:633 eelf32lr5900.c:503
#: eelf32lr5900n32.c:502 eelf32lriscv.c:438 eelf32lriscv_ilp32.c:438
#: eelf32lriscv_ilp32f.c:438 eelf32lsmip.c:585 eelf32ltsmip.c:585
#: eelf32ltsmip_fbsd.c:585 eelf32ltsmipn32.c:585 eelf32ltsmipn32_fbsd.c:585
#: eelf32m32c.c:273 eelf32mb_linux.c:370 eelf32mbel_linux.c:370
#: eelf32mcore.c:268 eelf32mep.c:247 eelf32metag.c:619 eelf32microblaze.c:247
#: eelf32microblazeel.c:247 eelf32mipswindiss.c:477 eelf32moxie.c:262
#: eelf32or1k.c:263 eelf32or1k_linux.c:370 eelf32ppc.c:633 eelf32ppc_fbsd.c:633
#: eelf32ppchaiku.c:633 eelf32ppclinux.c:633 eelf32ppcnto.c:633
#: eelf32ppcsim.c:633 eelf32ppcvxworks.c:607 eelf32ppcwindiss.c:633
#: eelf32rl78.c:262 eelf32rx.c:290 eelf32rx_linux.c:275 eelf32tilegx.c:370
#: eelf32tilegx_be.c:370 eelf32tilepro.c:370 eelf32vax.c:344 eelf32visium.c:247
#: eelf32xstormy16.c:258 eelf32xtensa.c:2291 eelf32z80.c:274 eelf64_aix.c:344
#: eelf64_ia64.c:401 eelf64_ia64_fbsd.c:401 eelf64_s390.c:440
#: eelf64_sparc.c:370 eelf64_sparc_fbsd.c:370 eelf64_sparc_sol2.c:502
#: eelf64alpha.c:463 eelf64alpha_fbsd.c:463 eelf64alpha_nbsd.c:463
#: eelf64bmip.c:599 eelf64bpf.c:247 eelf64briscv.c:438 eelf64briscv_lp64.c:438
#: eelf64briscv_lp64f.c:438 eelf64btsmip.c:585 eelf64btsmip_fbsd.c:585
#: eelf64hppa.c:314 eelf64loongarch.c:420 eelf64lppc.c:1082
#: eelf64lppc_fbsd.c:1082 eelf64lriscv.c:438 eelf64lriscv_lp64.c:438
#: eelf64lriscv_lp64f.c:438 eelf64ltsmip.c:585 eelf64ltsmip_fbsd.c:585
#: eelf64mmix.c:455 eelf64ppc.c:1082 eelf64ppc_fbsd.c:1082 eelf64rdos.c:395
#: eelf64tilegx.c:370 eelf64tilegx_be.c:370 eelf_i386.c:5083 eelf_i386_be.c:368
#: eelf_i386_fbsd.c:404 eelf_i386_haiku.c:404 eelf_i386_ldso.c:379
#: eelf_i386_sol2.c:536 eelf_i386_vxworks.c:431 eelf_iamcu.c:404
#: eelf_mipsel_haiku.c:585 eelf_s390.c:370 eelf_x86_64.c:5461
#: eelf_x86_64_cloudabi.c:404 eelf_x86_64_fbsd.c:404 eelf_x86_64_haiku.c:404
#: eelf_x86_64_sol2.c:536 eh8300elf.c:262 eh8300elf_linux.c:262
#: eh8300helf.c:262 eh8300helf_linux.c:262 eh8300hnelf.c:262 eh8300self.c:262
#: eh8300self_linux.c:262 eh8300snelf.c:262 eh8300sxelf.c:262
#: eh8300sxelf_linux.c:262 eh8300sxnelf.c:262 ehppa64linux.c:344 ehppaelf.c:530
#: ehppalinux.c:653 ehppanbsd.c:653 ehppaobsd.c:653 ei386lynx.c:359
#: ei386moss.c:359 ei386nto.c:359 em32relf.c:262 em32relf_linux.c:369
#: em32rlelf.c:262 em32rlelf_linux.c:369 em68hc11elf.c:532 em68hc11elfb.c:532
#: em68hc12elf.c:532 em68hc12elfb.c:532 em68kelf.c:527 em68kelfnbsd.c:527
#: emn10300.c:344 ends32belf.c:383 ends32belf16m.c:383 ends32belf_linux.c:457
#: ends32elf.c:383 ends32elf16m.c:383 ends32elf_linux.c:457 enios2elf.c:549
#: enios2linux.c:631 epruelf.c:268 escore3_elf.c:366 escore7_elf.c:366
#: eshelf.c:344 eshelf_fd.c:370 eshelf_linux.c:370 eshelf_nbsd.c:344
#: eshelf_nto.c:344 eshelf_uclinux.c:344 eshelf_vxworks.c:381 eshlelf.c:344
#: eshlelf_fd.c:370 eshlelf_linux.c:370 eshlelf_nbsd.c:344 eshlelf_nto.c:344
#: eshlelf_vxworks.c:381 ev850.c:294 ev850_rh850.c:294
msgid "%F%P: invalid stack size `%s'\n"
msgstr ""

#: eaarch64cloudabi.c:722 eaarch64cloudabib.c:722 eaarch64elf.c:721
#: eaarch64elf32.c:721 eaarch64elf32b.c:721 eaarch64elfb.c:721
#: eaarch64fbsd.c:722 eaarch64fbsdb.c:722 eaarch64haiku.c:722
#: eaarch64linux.c:722 eaarch64linux32.c:722 eaarch64linux32b.c:722
#: eaarch64linuxb.c:722 earcelf.c:353 earclinux.c:409 earclinux_nps.c:409
#: earcv2elf.c:286 earcv2elfx.c:286 earmelf.c:964 earmelf_fbsd.c:964
#: earmelf_fuchsia.c:965 earmelf_haiku.c:965 earmelf_linux.c:965
#: earmelf_linux_eabi.c:965 earmelf_linux_fdpiceabi.c:965 earmelf_nacl.c:965
#: earmelf_nbsd.c:964 earmelf_phoenix.c:965 earmelf_vxworks.c:1000
#: earmelfb.c:964 earmelfb_fbsd.c:964 earmelfb_fuchsia.c:965
#: earmelfb_linux.c:965 earmelfb_linux_eabi.c:965
#: earmelfb_linux_fdpiceabi.c:965 earmelfb_nacl.c:965 earmelfb_nbsd.c:964
#: earmnto.c:939 eavr1.c:510 eavr2.c:510 eavr25.c:510 eavr3.c:510 eavr31.c:510
#: eavr35.c:510 eavr4.c:510 eavr5.c:510 eavr51.c:510 eavr6.c:510 eavrtiny.c:510
#: eavrxmega1.c:510 eavrxmega2.c:510 eavrxmega3.c:510 eavrxmega4.c:510
#: eavrxmega5.c:510 eavrxmega6.c:510 eavrxmega7.c:510 ecriself.c:301
#: ecrislinux.c:384 ecskyelf.c:545 ecskyelf_linux.c:653 ed10velf.c:286
#: eelf32_sparc.c:409 eelf32_sparc_sol2.c:541 eelf32_sparc_vxworks.c:446
#: eelf32_spu.c:1019 eelf32_tic6x_be.c:520 eelf32_tic6x_elf_be.c:520
#: eelf32_tic6x_elf_le.c:520 eelf32_tic6x_le.c:520 eelf32_tic6x_linux_be.c:520
#: eelf32_tic6x_linux_le.c:520 eelf32_x86_64.c:5500 eelf32am33lin.c:383
#: eelf32b4300.c:624 eelf32bfin.c:401 eelf32bfinfd.c:426 eelf32bmip.c:624
#: eelf32bmipn32.c:638 eelf32briscv.c:477 eelf32briscv_ilp32.c:477
#: eelf32briscv_ilp32f.c:477 eelf32bsmip.c:638 eelf32btsmip.c:624
#: eelf32btsmip_fbsd.c:624 eelf32btsmipn32.c:624 eelf32btsmipn32_fbsd.c:624
#: eelf32cr16.c:436 eelf32crx.c:323 eelf32ebmip.c:624 eelf32ebmipvxworks.c:659
#: eelf32elmip.c:624 eelf32elmipvxworks.c:659 eelf32epiphany.c:301
#: eelf32epiphany_4x4.c:288 eelf32frvfd.c:408 eelf32ip2k.c:301
#: eelf32l4300.c:624 eelf32lm32.c:301 eelf32lm32fd.c:408 eelf32lmip.c:624
#: eelf32loongarch.c:459 eelf32lppc.c:672 eelf32lppclinux.c:672
#: eelf32lppcnto.c:672 eelf32lppcsim.c:672 eelf32lr5900.c:542
#: eelf32lr5900n32.c:541 eelf32lriscv.c:477 eelf32lriscv_ilp32.c:477
#: eelf32lriscv_ilp32f.c:477 eelf32lsmip.c:624 eelf32ltsmip.c:624
#: eelf32ltsmip_fbsd.c:624 eelf32ltsmipn32.c:624 eelf32ltsmipn32_fbsd.c:624
#: eelf32m32c.c:312 eelf32mb_linux.c:409 eelf32mbel_linux.c:409
#: eelf32mcore.c:307 eelf32mep.c:286 eelf32metag.c:658 eelf32microblaze.c:286
#: eelf32microblazeel.c:286 eelf32mipswindiss.c:516 eelf32moxie.c:301
#: eelf32or1k.c:302 eelf32or1k_linux.c:409 eelf32ppc.c:672 eelf32ppc_fbsd.c:672
#: eelf32ppchaiku.c:672 eelf32ppclinux.c:672 eelf32ppcnto.c:672
#: eelf32ppcsim.c:672 eelf32ppcvxworks.c:646 eelf32ppcwindiss.c:672
#: eelf32rl78.c:301 eelf32rx.c:329 eelf32rx_linux.c:314 eelf32tilegx.c:409
#: eelf32tilegx_be.c:409 eelf32tilepro.c:409 eelf32vax.c:383 eelf32visium.c:286
#: eelf32xstormy16.c:297 eelf32xtensa.c:2330 eelf32z80.c:313 eelf64_aix.c:383
#: eelf64_ia64.c:440 eelf64_ia64_fbsd.c:440 eelf64_s390.c:479
#: eelf64_sparc.c:409 eelf64_sparc_fbsd.c:409 eelf64_sparc_sol2.c:541
#: eelf64alpha.c:502 eelf64alpha_fbsd.c:502 eelf64alpha_nbsd.c:502
#: eelf64bmip.c:638 eelf64bpf.c:286 eelf64briscv.c:477 eelf64briscv_lp64.c:477
#: eelf64briscv_lp64f.c:477 eelf64btsmip.c:624 eelf64btsmip_fbsd.c:624
#: eelf64hppa.c:353 eelf64loongarch.c:459 eelf64lppc.c:1121
#: eelf64lppc_fbsd.c:1121 eelf64lriscv.c:477 eelf64lriscv_lp64.c:477
#: eelf64lriscv_lp64f.c:477 eelf64ltsmip.c:624 eelf64ltsmip_fbsd.c:624
#: eelf64mmix.c:494 eelf64ppc.c:1121 eelf64ppc_fbsd.c:1121 eelf64rdos.c:434
#: eelf64tilegx.c:409 eelf64tilegx_be.c:409 eelf_i386.c:5122 eelf_i386_be.c:407
#: eelf_i386_fbsd.c:443 eelf_i386_haiku.c:443 eelf_i386_ldso.c:418
#: eelf_i386_sol2.c:575 eelf_i386_vxworks.c:470 eelf_iamcu.c:443
#: eelf_mipsel_haiku.c:624 eelf_s390.c:409 eelf_x86_64.c:5500
#: eelf_x86_64_cloudabi.c:443 eelf_x86_64_fbsd.c:443 eelf_x86_64_haiku.c:443
#: eelf_x86_64_sol2.c:575 eh8300elf.c:301 eh8300elf_linux.c:301
#: eh8300helf.c:301 eh8300helf_linux.c:301 eh8300hnelf.c:301 eh8300self.c:301
#: eh8300self_linux.c:301 eh8300snelf.c:301 eh8300sxelf.c:301
#: eh8300sxelf_linux.c:301 eh8300sxnelf.c:301 ehppa64linux.c:383 ehppaelf.c:569
#: ehppalinux.c:692 ehppanbsd.c:692 ehppaobsd.c:692 ei386lynx.c:398
#: ei386moss.c:398 ei386nto.c:398 em32relf.c:301 em32relf_linux.c:408
#: em32rlelf.c:301 em32rlelf_linux.c:408 em68hc11elf.c:571 em68hc11elfb.c:571
#: em68hc12elf.c:571 em68hc12elfb.c:571 em68kelf.c:566 em68kelfnbsd.c:566
#: emn10300.c:383 ends32belf.c:422 ends32belf16m.c:422 ends32belf_linux.c:496
#: ends32elf.c:422 ends32elf16m.c:422 ends32elf_linux.c:496 enios2elf.c:588
#: enios2linux.c:670 epruelf.c:307 escore3_elf.c:405 escore7_elf.c:405
#: eshelf.c:383 eshelf_fd.c:409 eshelf_linux.c:409 eshelf_nbsd.c:383
#: eshelf_nto.c:383 eshelf_uclinux.c:383 eshelf_vxworks.c:420 eshlelf.c:383
#: eshlelf_fd.c:409 eshlelf_linux.c:409 eshlelf_nbsd.c:383 eshlelf_nto.c:383
#: eshlelf_vxworks.c:420 ev850.c:333 ev850_rh850.c:333
msgid ""
"%F%P: invalid visibility in `-z %s'; must be default, internal, hidden, or "
"protected"
msgstr ""

#: eaarch64cloudabi.c:795 eaarch64cloudabib.c:795 eaarch64elf.c:790
#: eaarch64elf32.c:790 eaarch64elf32b.c:790 eaarch64elfb.c:790
#: eaarch64fbsd.c:795 eaarch64fbsdb.c:795 eaarch64haiku.c:795
#: eaarch64linux.c:795 eaarch64linux32.c:795 eaarch64linux32b.c:795
#: eaarch64linuxb.c:795 earcelf.c:413 earclinux.c:473 earclinux_nps.c:473
#: earcv2elf.c:291 earcv2elfx.c:291 earmelf.c:1024 earmelf_fbsd.c:1024
#: earmelf_fuchsia.c:1029 earmelf_haiku.c:1029 earmelf_linux.c:1029
#: earmelf_linux_eabi.c:1029 earmelf_linux_fdpiceabi.c:1029 earmelf_nacl.c:1029
#: earmelf_nbsd.c:1024 earmelf_phoenix.c:1029 earmelf_vxworks.c:1060
#: earmelfb.c:1024 earmelfb_fbsd.c:1024 earmelfb_fuchsia.c:1029
#: earmelfb_linux.c:1029 earmelfb_linux_eabi.c:1029
#: earmelfb_linux_fdpiceabi.c:1029 earmelfb_nacl.c:1029 earmelfb_nbsd.c:1024
#: earmnto.c:999 eavr1.c:515 eavr2.c:515 eavr25.c:515 eavr3.c:515 eavr31.c:515
#: eavr35.c:515 eavr4.c:515 eavr5.c:515 eavr51.c:515 eavr6.c:515 eavrtiny.c:515
#: eavrxmega1.c:515 eavrxmega2.c:515 eavrxmega3.c:515 eavrxmega4.c:515
#: eavrxmega5.c:515 eavrxmega6.c:515 eavrxmega7.c:515 ecriself.c:306
#: ecrislinux.c:448 ecskyelf.c:550 ecskyelf_linux.c:717 ed10velf.c:291
#: eelf32_sparc.c:473 eelf32_sparc_sol2.c:605 eelf32_sparc_vxworks.c:510
#: eelf32_spu.c:1024 eelf32_tic6x_be.c:580 eelf32_tic6x_elf_be.c:580
#: eelf32_tic6x_elf_le.c:580 eelf32_tic6x_le.c:580 eelf32_tic6x_linux_be.c:580
#: eelf32_tic6x_linux_le.c:580 eelf32_x86_64.c:5656 eelf32am33lin.c:443
#: eelf32b4300.c:688 eelf32bfin.c:461 eelf32bfinfd.c:486 eelf32bmip.c:688
#: eelf32bmipn32.c:702 eelf32briscv.c:541 eelf32briscv_ilp32.c:541
#: eelf32briscv_ilp32f.c:541 eelf32bsmip.c:702 eelf32btsmip.c:688
#: eelf32btsmip_fbsd.c:688 eelf32btsmipn32.c:688 eelf32btsmipn32_fbsd.c:688
#: eelf32cr16.c:441 eelf32crx.c:328 eelf32ebmip.c:688 eelf32ebmipvxworks.c:723
#: eelf32elmip.c:688 eelf32elmipvxworks.c:723 eelf32epiphany.c:306
#: eelf32epiphany_4x4.c:293 eelf32frvfd.c:468 eelf32ip2k.c:306
#: eelf32l4300.c:688 eelf32lm32.c:306 eelf32lm32fd.c:468 eelf32lmip.c:688
#: eelf32loongarch.c:523 eelf32lppc.c:742 eelf32lppclinux.c:742
#: eelf32lppcnto.c:742 eelf32lppcsim.c:742 eelf32lr5900.c:547
#: eelf32lr5900n32.c:546 eelf32lriscv.c:541 eelf32lriscv_ilp32.c:541
#: eelf32lriscv_ilp32f.c:541 eelf32lsmip.c:688 eelf32ltsmip.c:688
#: eelf32ltsmip_fbsd.c:688 eelf32ltsmipn32.c:688 eelf32ltsmipn32_fbsd.c:688
#: eelf32m32c.c:317 eelf32mb_linux.c:473 eelf32mbel_linux.c:473
#: eelf32mcore.c:312 eelf32mep.c:291 eelf32metag.c:722 eelf32microblaze.c:291
#: eelf32microblazeel.c:291 eelf32mipswindiss.c:521 eelf32moxie.c:306
#: eelf32or1k.c:307 eelf32or1k_linux.c:473 eelf32ppc.c:742 eelf32ppc_fbsd.c:742
#: eelf32ppchaiku.c:742 eelf32ppclinux.c:742 eelf32ppcnto.c:742
#: eelf32ppcsim.c:742 eelf32ppcvxworks.c:716 eelf32ppcwindiss.c:742
#: eelf32rl78.c:306 eelf32rx.c:334 eelf32rx_linux.c:319 eelf32tilegx.c:473
#: eelf32tilegx_be.c:473 eelf32tilepro.c:473 eelf32vax.c:443 eelf32visium.c:291
#: eelf32xstormy16.c:302 eelf32xtensa.c:2394 eelf32z80.c:318 eelf64_aix.c:443
#: eelf64_ia64.c:500 eelf64_ia64_fbsd.c:500 eelf64_s390.c:543
#: eelf64_sparc.c:473 eelf64_sparc_fbsd.c:473 eelf64_sparc_sol2.c:605
#: eelf64alpha.c:566 eelf64alpha_fbsd.c:566 eelf64alpha_nbsd.c:566
#: eelf64bmip.c:702 eelf64bpf.c:291 eelf64briscv.c:541 eelf64briscv_lp64.c:541
#: eelf64briscv_lp64f.c:541 eelf64btsmip.c:688 eelf64btsmip_fbsd.c:688
#: eelf64hppa.c:413 eelf64loongarch.c:523 eelf64lppc.c:1196
#: eelf64lppc_fbsd.c:1196 eelf64lriscv.c:541 eelf64lriscv_lp64.c:541
#: eelf64lriscv_lp64f.c:541 eelf64ltsmip.c:688 eelf64ltsmip_fbsd.c:688
#: eelf64mmix.c:554 eelf64ppc.c:1196 eelf64ppc_fbsd.c:1196 eelf64rdos.c:498
#: eelf64tilegx.c:473 eelf64tilegx_be.c:473 eelf_i386.c:5275 eelf_i386_be.c:514
#: eelf_i386_fbsd.c:596 eelf_i386_haiku.c:596 eelf_i386_ldso.c:529
#: eelf_i386_sol2.c:686 eelf_i386_vxworks.c:581 eelf_iamcu.c:554
#: eelf_mipsel_haiku.c:688 eelf_s390.c:473 eelf_x86_64.c:5709
#: eelf_x86_64_cloudabi.c:652 eelf_x86_64_fbsd.c:652 eelf_x86_64_haiku.c:652
#: eelf_x86_64_sol2.c:784 eh8300elf.c:306 eh8300elf_linux.c:306
#: eh8300helf.c:306 eh8300helf_linux.c:306 eh8300hnelf.c:306 eh8300self.c:306
#: eh8300self_linux.c:306 eh8300snelf.c:306 eh8300sxelf.c:306
#: eh8300sxelf_linux.c:306 eh8300sxnelf.c:306 ehppa64linux.c:443 ehppaelf.c:574
#: ehppalinux.c:756 ehppanbsd.c:756 ehppaobsd.c:756 ei386lynx.c:458
#: ei386moss.c:458 ei386nto.c:458 em32relf.c:306 em32relf_linux.c:468
#: em32rlelf.c:306 em32rlelf_linux.c:468 em68hc11elf.c:576 em68hc11elfb.c:576
#: em68hc12elf.c:576 em68hc12elfb.c:576 em68kelf.c:630 em68kelfnbsd.c:630
#: emn10300.c:443 ends32belf.c:427 ends32belf16m.c:427 ends32belf_linux.c:560
#: ends32elf.c:427 ends32elf16m.c:427 ends32elf_linux.c:560 enios2elf.c:593
#: enios2linux.c:734 epruelf.c:312 escore3_elf.c:465 escore7_elf.c:465
#: eshelf.c:443 eshelf_fd.c:473 eshelf_linux.c:473 eshelf_nbsd.c:443
#: eshelf_nto.c:443 eshelf_uclinux.c:443 eshelf_vxworks.c:480 eshlelf.c:443
#: eshlelf_fd.c:473 eshlelf_linux.c:473 eshlelf_nbsd.c:443 eshlelf_nto.c:443
#: eshlelf_vxworks.c:480 ev850.c:338 ev850_rh850.c:338
msgid "%P: warning: -z %s ignored\n"
msgstr ""

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

#: eaarch64cloudabi.c:858 eaarch64cloudabib.c:858 eaarch64elf.c:853
#: eaarch64elf32.c:853 eaarch64elf32b.c:853 eaarch64elfb.c:853
#: eaarch64fbsd.c:858 eaarch64fbsdb.c:858 eaarch64haiku.c:858
#: eaarch64linux.c:858 eaarch64linux32.c:858 eaarch64linux32b.c:858
#: eaarch64linuxb.c:858 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-enum-size-warning      Don't warn about objects with incompatible\n"
"                                enum sizes\n"
msgstr ""

#: eaarch64cloudabi.c:860 eaarch64cloudabib.c:860 eaarch64elf.c:855
#: eaarch64elf32.c:855 eaarch64elf32b.c:855 eaarch64elfb.c:855
#: eaarch64fbsd.c:860 eaarch64fbsdb.c:860 eaarch64haiku.c:860
#: eaarch64linux.c:860 eaarch64linux32.c:860 eaarch64linux32b.c:860
#: eaarch64linuxb.c:860 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 ""
"  --no-wchar-size-warning     Don't warn about objects with incompatible\n"
"                                wchar_t sizes\n"
msgstr ""

#: eaarch64cloudabi.c:862 eaarch64cloudabib.c:862 eaarch64elf.c:857
#: eaarch64elf32.c:857 eaarch64elf32b.c:857 eaarch64elfb.c:857
#: eaarch64fbsd.c:862 eaarch64fbsdb.c:862 eaarch64haiku.c:862
#: eaarch64linux.c:862 eaarch64linux32.c:862 eaarch64linux32b.c:862
#: eaarch64linuxb.c:862 earmelf.c:1165 earmelf_fbsd.c:1165
#: earmelf_fuchsia.c:1170 earmelf_haiku.c:1170 earmelf_linux.c:1170
#: earmelf_linux_eabi.c:1170 earmelf_linux_fdpiceabi.c:1170 earmelf_nacl.c:1170
#: earmelf_nbsd.c:1165 earmelf_phoenix.c:1170 earmelf_vxworks.c:1205
#: earmelfb.c:1165 earmelfb_fbsd.c:1165 earmelfb_fuchsia.c:1170
#: earmelfb_linux.c:1170 earmelfb_linux_eabi.c:1170
#: earmelfb_linux_fdpiceabi.c:1170 earmelfb_nacl.c:1170 earmelfb_nbsd.c:1165
#: earmnto.c:1140
#, c-format
msgid ""
"  --pic-veneer                Always generate PIC interworking veneers\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:1172 earmelf_fbsd.c:1172
#: earmelf_fuchsia.c:1177 earmelf_haiku.c:1177 earmelf_linux.c:1177
#: earmelf_linux_eabi.c:1177 earmelf_linux_fdpiceabi.c:1177 earmelf_nacl.c:1177
#: earmelf_nbsd.c:1172 earmelf_phoenix.c:1177 earmelf_vxworks.c:1212
#: earmelfb.c:1172 earmelfb_fbsd.c:1172 earmelfb_fuchsia.c:1177
#: earmelfb_linux.c:1177 earmelfb_linux_eabi.c:1177
#: earmelfb_linux_fdpiceabi.c:1177 earmelfb_nacl.c:1177 earmelfb_nbsd.c:1172
#: earmnto.c:1147
#, 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:872 eaarch64cloudabib.c:872 eaarch64elf.c:867
#: eaarch64elf32.c:867 eaarch64elf32b.c:867 eaarch64elfb.c:867
#: eaarch64fbsd.c:872 eaarch64fbsdb.c:872 eaarch64haiku.c:872
#: eaarch64linux.c:872 eaarch64linux32.c:872 eaarch64linux32b.c:872
#: eaarch64linuxb.c:872
#, c-format
msgid "  --fix-cortex-a53-835769      Fix erratum 835769\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-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:884 eaarch64cloudabib.c:884 eaarch64elf.c:879
#: eaarch64elf32.c:879 eaarch64elf32b.c:879 eaarch64elfb.c:879
#: eaarch64fbsd.c:884 eaarch64fbsdb.c:884 eaarch64haiku.c:884
#: eaarch64linux.c:884 eaarch64linux32.c:884 eaarch64linux32b.c:884
#: eaarch64linuxb.c:884
#, c-format
msgid ""
"  --no-apply-dynamic-relocs    Do not apply link-time values for dynamic "
"relocations\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 ""
"  -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: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 pac-plt                    Protect PLTs with Pointer Authentication.\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:399 earmpe.c:399 ei386pe.c:399 ei386pe_posix.c:399
#: ei386pep.c:383 emcorepe.c:399 eshpe.c:399
#, c-format
msgid ""
"  --base_file <basefile>             Generate a base file for relocatable "
"DLLs\n"
msgstr ""

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#: earm_wince_pe.c:415 earmpe.c:415 ei386pe.c:415 ei386pe_posix.c:415
#: emcorepe.c:415 eshpe.c:415
#, c-format
msgid ""
"  --thumb-entry=<symbol>             Set the entry point to be Thumb "
"<symbol>\n"
msgstr ""

#: earm_wince_pe.c:416 earmpe.c:416 ei386pe.c:416 ei386pe_posix.c:416
#: emcorepe.c:416 eshpe.c:416
#, c-format
msgid ""
"  --[no-]insert-timestamp            Use a real timestamp rather than zero "
"(default).\n"
msgstr ""

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

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

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

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

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

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

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

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

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

#: earm_wince_pe.c:427 earmpe.c:427 ei386pe.c:427 ei386pe_posix.c:427
#: emcorepe.c:427 eshpe.c:427
#, c-format
msgid ""
"                                     export, place into import library "
"instead.\n"
msgstr ""

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

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

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

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

#: earm_wince_pe.c:432 earmpe.c:432 ei386pe.c:432 ei386pe_posix.c:432
#: emcorepe.c:432 eshpe.c:432
#, c-format
msgid ""
"  --compat-implib                    Create backward compatible import "
"libs;\n"
"                                       create __imp_<SYMBOL> as well.\n"
msgstr ""

#: earm_wince_pe.c:433 earmpe.c:433 ei386pe.c:433 ei386pe_posix.c:433
#: emcorepe.c:433 eshpe.c:433
#, 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:434 earmpe.c:434 ei386pe.c:434 ei386pe_posix.c:434
#: emcorepe.c:434 eshpe.c:434
#, c-format
msgid ""
"  --disable-auto-image-base          Do not auto-choose image base. "
"(default)\n"
msgstr ""

#: earm_wince_pe.c:435 earmpe.c:435 ei386pe.c:435 ei386pe_posix.c:435
#: ei386pep.c:418 emcorepe.c:435 eshpe.c:435
#, 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 ""

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

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

#: earm_wince_pe.c:438 earmpe.c:438 ei386pe.c:438 ei386pe_posix.c:438
#: emcorepe.c:438 eshpe.c:438
#, 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:439 earmpe.c:439 ei386pe.c:439 ei386pe_posix.c:439
#: emcorepe.c:439 eshpe.c:439
#, c-format
msgid ""
"  --disable-runtime-pseudo-reloc     Do not add runtime pseudo-relocations "
"for\n"
"                                       auto-imported DATA.\n"
msgstr ""

#: earm_wince_pe.c:440 earmpe.c:440 ei386pe.c:440 ei386pe_posix.c:440
#: emcorepe.c:440 eshpe.c:440
#, 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:442 earmpe.c:442 ei386pe.c:442 ei386pe_posix.c:442
#: emcorepe.c:442 eshpe.c:442
#, c-format
msgid ""
"  --large-address-aware              Executable supports virtual addresses\n"
"                                       greater than 2 gigabytes\n"
msgstr ""

#: earm_wince_pe.c:443 earmpe.c:443 ei386pe.c:443 ei386pe_posix.c:443
#: emcorepe.c:443 eshpe.c:443
#, c-format
msgid ""
"  --disable-large-address-aware      Executable does not support virtual\n"
"                                       addresses greater than 2 gigabytes\n"
msgstr ""

#: earm_wince_pe.c:444 earmpe.c:444 ei386pe.c:444 ei386pe_posix.c:444
#: ei386pep.c:424 emcorepe.c:444 eshpe.c:444
#, c-format
msgid ""
"  --enable-long-section-names        Use long COFF section names even in\n"
"                                       executable image files\n"
msgstr ""

#: earm_wince_pe.c:445 earmpe.c:445 ei386pe.c:445 ei386pe_posix.c:445
#: ei386pep.c:425 emcorepe.c:445 eshpe.c:445
#, c-format
msgid ""
"  --disable-long-section-names       Never use long COFF section names, "
"even\n"
"                                       in object files\n"
msgstr ""

#: earm_wince_pe.c:446 earmpe.c:446 ei386pe.c:446 ei386pe_posix.c:446
#: ei386pep.c:427 emcorepe.c:446 eshpe.c:446
#, c-format
msgid ""
"  --[disable-]dynamicbase            Image base address may be relocated "
"using\n"
"                                       address space layout randomization "
"(ASLR)\n"
msgstr ""

#: earm_wince_pe.c:447 earmpe.c:447 ei386pe.c:447 ei386pe_posix.c:447
#: ei386pep.c:428 emcorepe.c:447 eshpe.c:447
#, c-format
msgid "  --enable-reloc-section             Create the base relocation table\n"
msgstr ""

#: earm_wince_pe.c:448 earmpe.c:448 ei386pe.c:448 ei386pe_posix.c:448
#: ei386pep.c:429 emcorepe.c:448 eshpe.c:448
#, c-format
msgid ""
"  --disable-reloc-section            Do not create the base relocation "
"table\n"
msgstr ""

#: earm_wince_pe.c:449 earmpe.c:449 ei386pe.c:449 ei386pe_posix.c:449
#: ei386pep.c:430 emcorepe.c:449 eshpe.c:449
#, c-format
msgid ""
"  --[disable-]forceinteg             Code integrity checks are enforced\n"
msgstr ""

#: earm_wince_pe.c:450 earmpe.c:450 ei386pe.c:450 ei386pe_posix.c:450
#: ei386pep.c:431 emcorepe.c:450 eshpe.c:450
#, c-format
msgid ""
"  --[disable-]nxcompat               Image is compatible with data "
"execution\n"
"                                       prevention\n"
msgstr ""

#: earm_wince_pe.c:451 earmpe.c:451 ei386pe.c:451 ei386pe_posix.c:451
#: ei386pep.c:432 emcorepe.c:451 eshpe.c:451
#, c-format
msgid ""
"  --[disable-]no-isolation           Image understands isolation but do not\n"
"                                       isolate the image\n"
msgstr ""

#: earm_wince_pe.c:452 earmpe.c:452 ei386pe.c:452 ei386pe_posix.c:452
#: emcorepe.c:452 eshpe.c:452
#, 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:453 earmpe.c:453 ei386pe.c:453 ei386pe_posix.c:453
#: ei386pep.c:434 emcorepe.c:453 eshpe.c:453
#, c-format
msgid "  --[disable-]no-bind                Do not bind this image\n"
msgstr ""

#: earm_wince_pe.c:454 earmpe.c:454 ei386pe.c:454 ei386pe_posix.c:454
#: ei386pep.c:435 emcorepe.c:454 eshpe.c:454
#, c-format
msgid "  --[disable-]wdmdriver              Driver uses the WDM model\n"
msgstr ""

#: earm_wince_pe.c:455 earmpe.c:455 ei386pe.c:455 ei386pe_posix.c:455
#: ei386pep.c:436 emcorepe.c:455 eshpe.c:455
#, c-format
msgid "  --[disable-]tsaware                Image is Terminal Server aware\n"
msgstr ""

#: earm_wince_pe.c:456 earmpe.c:456 ei386pe.c:456 ei386pe_posix.c:456
#: ei386pep.c:437 emcorepe.c:456 eshpe.c:456
#, c-format
msgid "  --build-id[=STYLE]                 Generate build ID\n"
msgstr ""

#: earm_wince_pe.c:584 earmpe.c:584 ei386beos.c:205 ei386pe.c:584
#: ei386pe_posix.c:584 ei386pep.c:562 emcorepe.c:584 eshpe.c:584
msgid "%P: warning: bad version number in -subsystem option\n"
msgstr ""

#: earm_wince_pe.c:609 earmpe.c:609 ei386beos.c:222 ei386pe.c:609
#: ei386pe_posix.c:609 ei386pep.c:587 emcorepe.c:609 eshpe.c:609
msgid "%F%P: invalid subsystem type %s\n"
msgstr ""

#: earm_wince_pe.c:630 earmpe.c:630 ei386beos.c:233 ei386pe.c:630
#: ei386pe_posix.c:630 ei386pep.c:608 emcorepe.c:630 eshpe.c:630
msgid "%F%P: invalid hex number for PE parameter '%s'\n"
msgstr ""

#: earm_wince_pe.c:647 earmpe.c:647 ei386beos.c:250 ei386pe.c:647
#: ei386pe_posix.c:647 ei386pep.c:625 emcorepe.c:647 eshpe.c:647
msgid "%F%P: strange hex info for PE parameter '%s'\n"
msgstr ""

#: earm_wince_pe.c:663 earmpe.c:663 eelf32mcore.c:318 ei386beos.c:266
#: ei386pe.c:663 ei386pe_posix.c:663 ei386pep.c:642 emcorepe.c:663 eshpe.c:663
msgid "%F%P: cannot open base file %s\n"
msgstr ""

#: earm_wince_pe.c:986 earmpe.c:986 ei386beos.c:362 ei386pe.c:986
#: ei386pe_posix.c:986 ei386pep.c:952 emcorepe.c:986 eshpe.c:986
msgid "%P: warning, file alignment > section alignment\n"
msgstr ""

#: earm_wince_pe.c:999 earmpe.c:999 ei386pe.c:999 ei386pe_posix.c:999
#: emcorepe.c:999 eshpe.c:999
msgid ""
"%P: warning: --export-dynamic is not supported for PE targets, did you mean "
"--export-all-symbols?\n"
msgstr ""

#: earm_wince_pe.c:1044 earmpe.c:1044 ei386pe.c:1044 ei386pe_posix.c:1044
#: emcorepe.c:1044 eshpe.c:1044
msgid "%P: warning: resolving %s by linking to %s\n"
msgstr ""

#: earm_wince_pe.c:1049 earmpe.c:1049 ei386pe.c:1049 ei386pe_posix.c:1049
#: ei386pep.c:1038 ei386pep.c:1065 emcorepe.c:1049 eshpe.c:1049
msgid "Use --enable-stdcall-fixup to disable these warnings\n"
msgstr ""

#: earm_wince_pe.c:1050 earmpe.c:1050 ei386pe.c:1050 ei386pe_posix.c:1050
#: ei386pep.c:1039 ei386pep.c:1066 emcorepe.c:1050 eshpe.c:1050
msgid "Use --disable-stdcall-fixup to disable these fixups\n"
msgstr ""

#: earm_wince_pe.c:1119 earmpe.c:1119 ei386pe.c:1119 ei386pe_posix.c:1119
#: ei386pep.c:1117 emcorepe.c:1119 eshpe.c:1119
msgid "%P: %C: cannot get section contents - auto-import exception\n"
msgstr ""

#: earm_wince_pe.c:1204 earmpe.c:1204 ei386pe.c:1204 ei386pe_posix.c:1204
#: ei386pep.c:1211 emcorepe.c:1204 eshpe.c:1204
msgid "%P: warning: .buildid section discarded, --build-id ignored\n"
msgstr ""

#: earm_wince_pe.c:1301 earmpe.c:1301 ei386pe.c:1301 ei386pe_posix.c:1301
#: ei386pep.c:1308 emcorepe.c:1301 eshpe.c:1301
msgid "%P: warning: cannot create .buildid section, --build-id ignored\n"
msgstr ""

#: earm_wince_pe.c:1355 earmpe.c:1355 ei386pe.c:1355 ei386pe_posix.c:1355
#: ei386pep.c:1363 emcorepe.c:1355 eshpe.c:1355
msgid "%F%P: cannot perform PE operations on non PE output file '%pB'\n"
msgstr ""

#: earm_wince_pe.c:1498 earmpe.c:1498 ei386pe.c:1498 ei386pe_posix.c:1498
#: ei386pep.c:1487 emcorepe.c:1498 eshpe.c:1498
msgid "%X%P: unable to process relocs: %E\n"
msgstr ""

#: earm_wince_pe.c:1742 earmpe.c:1742 ei386pe.c:1742 ei386pe_posix.c:1742
#: emcorepe.c:1742 eshpe.c:1742
#, c-format
msgid "%P: errors encountered processing file %s for interworking\n"
msgstr ""

#: earm_wince_pe.c:1909 earmelf.c:526 earmelf_fbsd.c:526 earmelf_fuchsia.c:527
#: earmelf_haiku.c:527 earmelf_linux.c:527 earmelf_linux_eabi.c:527
#: earmelf_linux_fdpiceabi.c:527 earmelf_nacl.c:527 earmelf_nbsd.c:526
#: earmelf_phoenix.c:527 earmelf_vxworks.c:526 earmelfb.c:526
#: earmelfb_fbsd.c:526 earmelfb_fuchsia.c:527 earmelfb_linux.c:527
#: earmelfb_linux_eabi.c:527 earmelfb_linux_fdpiceabi.c:527 earmelfb_nacl.c:527
#: earmelfb_nbsd.c:526 earmnto.c:526 earmpe.c:1909 ei386pe.c:1909
#: ei386pe_posix.c:1909 emcorepe.c:1909 eshpe.c:1909
msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"
msgstr ""

#: earm_wince_pe.c:1914 earmelf.c:531 earmelf_fbsd.c:531 earmelf_fuchsia.c:532
#: earmelf_haiku.c:532 earmelf_linux.c:532 earmelf_linux_eabi.c:532
#: earmelf_linux_fdpiceabi.c:532 earmelf_nacl.c:532 earmelf_nbsd.c:531
#: earmelf_phoenix.c:532 earmelf_vxworks.c:531 earmelfb.c:531
#: earmelfb_fbsd.c:531 earmelfb_fuchsia.c:532 earmelfb_linux.c:532
#: earmelfb_linux_eabi.c:532 earmelfb_linux_fdpiceabi.c:532 earmelfb_nacl.c:532
#: earmelfb_nbsd.c:531 earmnto.c:531 earmpe.c:1914 ei386pe.c:1914
#: ei386pe_posix.c:1914 emcorepe.c:1914 eshpe.c:1914
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: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: can't open: %E\n"
msgstr ""

#: earmelf.c:560 earmelf_fbsd.c:560 earmelf_fuchsia.c:561 earmelf_haiku.c:561
#: earmelf_linux.c:561 earmelf_linux_eabi.c:561 earmelf_linux_fdpiceabi.c:561
#: earmelf_nacl.c:561 earmelf_nbsd.c:560 earmelf_phoenix.c:561
#: earmelf_vxworks.c:560 earmelfb.c:560 earmelfb_fbsd.c:560
#: earmelfb_fuchsia.c:561 earmelfb_linux.c:561 earmelfb_linux_eabi.c:561
#: earmelfb_linux_fdpiceabi.c:561 earmelfb_nacl.c:561 earmelfb_nbsd.c:560
#: earmnto.c:560
msgid "%F%P: %s: not a relocatable file: %E\n"
msgstr ""

#: earmelf.c:1071 earmelf_fbsd.c:1071 earmelf_fuchsia.c:1076
#: earmelf_haiku.c:1076 earmelf_linux.c:1076 earmelf_linux_eabi.c:1076
#: earmelf_linux_fdpiceabi.c:1076 earmelf_nacl.c:1076 earmelf_nbsd.c:1071
#: earmelf_phoenix.c:1076 earmelf_vxworks.c:1107 earmelfb.c:1071
#: earmelfb_fbsd.c:1071 earmelfb_fuchsia.c:1076 earmelfb_linux.c:1076
#: earmelfb_linux_eabi.c:1076 earmelfb_linux_fdpiceabi.c:1076
#: earmelfb_nacl.c:1076 earmelfb_nbsd.c:1071 earmnto.c:1046
msgid "%P: unrecognized VFP11 fix type '%s'\n"
msgstr ""

#: earmelf.c:1084 earmelf_fbsd.c:1084 earmelf_fuchsia.c:1089
#: earmelf_haiku.c:1089 earmelf_linux.c:1089 earmelf_linux_eabi.c:1089
#: earmelf_linux_fdpiceabi.c:1089 earmelf_nacl.c:1089 earmelf_nbsd.c:1084
#: earmelf_phoenix.c:1089 earmelf_vxworks.c:1120 earmelfb.c:1084
#: earmelfb_fbsd.c:1084 earmelfb_fuchsia.c:1089 earmelfb_linux.c:1089
#: earmelfb_linux_eabi.c:1089 earmelfb_linux_fdpiceabi.c:1089
#: earmelfb_nacl.c:1089 earmelfb_nbsd.c:1084 earmnto.c:1059
msgid "%P: unrecognized STM32L4XX fix type '%s'\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 ""
"  --thumb-entry=<sym>         Set the entry point to be Thumb symbol <sym>\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 "  --be8                       Output BE8 format image\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 "  --target1-rel               Interpret R_ARM_TARGET1 as R_ARM_REL32\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 "  --target1-abs               Interpret R_ARM_TARGET1 as R_ARM_ABS32\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 "  --target2=<type>            Specify definition of R_ARM_TARGET2\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 "  --fix-v4bx                  Rewrite BX rn as MOV pc, rn for ARMv4\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 ""
"  --fix-v4bx-interworking     Rewrite BX rn branch to ARMv4 interworking "
"veneer\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 "  --use-blx                   Enable use of BLX instructions\n"
msgstr ""

#: 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 "  --vfp11-denorm-fix          Specify how to fix VFP11 denorm erratum\n"
msgstr ""

#: earmelf.c:1160 earmelf_fbsd.c:1160 earmelf_fuchsia.c:1165
#: earmelf_haiku.c:1165 earmelf_linux.c:1165 earmelf_linux_eabi.c:1165
#: earmelf_linux_fdpiceabi.c:1165 earmelf_nacl.c:1165 earmelf_nbsd.c:1160
#: earmelf_phoenix.c:1165 earmelf_vxworks.c:1200 earmelfb.c:1160
#: earmelfb_fbsd.c:1160 earmelfb_fuchsia.c:1165 earmelfb_linux.c:1165
#: earmelfb_linux_eabi.c:1165 earmelfb_linux_fdpiceabi.c:1165
#: earmelfb_nacl.c:1165 earmelfb_nbsd.c:1160 earmnto.c:1135
#, c-format
msgid ""
"  --fix-stm32l4xx-629360      Specify how to fix STM32L4XX 629360 erratum\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 ""
"  --long-plt                  Generate long .plt entries\n"
"                              to handle large .plt/.got displacements\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 ""
"  --cmse-implib               Make import library to be a secure gateway "
"import\n"
"                                library as per ARMv8-M Security Extensions\n"
msgstr ""

#: 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 ""
"  --in-implib                 Import library whose symbols address must\n"
"                                remain stable\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-cortex-a8        Disable/enable Cortex-A8 Thumb-2 branch "
"erratum fix\n"
msgstr ""

#: earmelf.c:1182 earmelf_fbsd.c:1182 earmelf_fuchsia.c:1187
#: earmelf_haiku.c:1187 earmelf_linux.c:1187 earmelf_linux_eabi.c:1187
#: earmelf_linux_fdpiceabi.c:1187 earmelf_nacl.c:1187 earmelf_nbsd.c:1182
#: earmelf_phoenix.c:1187 earmelf_vxworks.c:1222 earmelfb.c:1182
#: earmelfb_fbsd.c:1182 earmelfb_fuchsia.c:1187 earmelfb_linux.c:1187
#: earmelfb_linux_eabi.c:1187 earmelfb_linux_fdpiceabi.c:1187
#: earmelfb_nacl.c:1187 earmelfb_nbsd.c:1182 earmnto.c:1157
#, c-format
msgid "  --no-merge-exidx-entries    Disable merging exidx entries\n"
msgstr ""

#: earmelf.c:1183 earmelf_fbsd.c:1183 earmelf_fuchsia.c:1188
#: earmelf_haiku.c:1188 earmelf_linux.c:1188 earmelf_linux_eabi.c:1188
#: earmelf_linux_fdpiceabi.c:1188 earmelf_nacl.c:1188 earmelf_nbsd.c:1183
#: earmelf_phoenix.c:1188 earmelf_vxworks.c:1223 earmelfb.c:1183
#: earmelfb_fbsd.c:1183 earmelfb_fuchsia.c:1188 earmelfb_linux.c:1188
#: earmelfb_linux_eabi.c:1188 earmelfb_linux_fdpiceabi.c:1188
#: earmelfb_nacl.c:1188 earmelfb_nbsd.c:1183 earmnto.c:1158
#, c-format
msgid ""
"  --[no-]fix-arm1176          Disable/enable ARM1176 BLX immediate erratum "
"fix\n"
msgstr ""

#: earmelf_vxworks.c:606 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:612 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:1225 eelf32_sparc_vxworks.c:527 eelf32ebmipvxworks.c:785
#: eelf32elmipvxworks.c:785 eelf32ppcvxworks.c:850 eelf_i386_vxworks.c:612
#: eshelf_vxworks.c:497 eshlelf_vxworks.c:497
#, 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:564 eavr2.c:564 eavr25.c:564 eavr3.c:564 eavr31.c:564 eavr35.c:564
#: eavr4.c:564 eavr5.c:564 eavr51.c:564 eavr6.c:564 eavrtiny.c:564
#: eavrxmega1.c:564 eavrxmega2.c:564 eavrxmega3.c:564 eavrxmega4.c:564
#: eavrxmega5.c:564 eavrxmega6.c:564 eavrxmega7.c:564
#, 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:570 eavr2.c:570 eavr25.c:570 eavr3.c:570 eavr31.c:570 eavr35.c:570
#: eavr4.c:570 eavr5.c:570 eavr51.c:570 eavr6.c:570 eavrtiny.c:570
#: eavrxmega1.c:570 eavrxmega2.c:570 eavrxmega3.c:570 eavrxmega4.c:570
#: eavrxmega5.c:570 eavrxmega6.c:570 eavrxmega7.c:570
#, 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:578 eavr2.c:578 eavr25.c:578 eavr3.c:578 eavr31.c:578 eavr35.c:578
#: eavr4.c:578 eavr5.c:578 eavr51.c:578 eavr6.c:578 eavrtiny.c:578
#: eavrxmega1.c:578 eavrxmega2.c:578 eavrxmega3.c:578 eavrxmega4.c:578
#: eavrxmega5.c:578 eavrxmega6.c:578 eavrxmega7.c:578
#, 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:586 eavr2.c:586 eavr25.c:586 eavr3.c:586 eavr31.c:586 eavr35.c:586
#: eavr4.c:586 eavr5.c:586 eavr51.c:586 eavr6.c:586 eavrtiny.c:586
#: eavrxmega1.c:586 eavrxmega2.c:586 eavrxmega3.c:586 eavrxmega4.c:586
#: eavrxmega5.c:586 eavrxmega6.c:586 eavrxmega7.c:586
#, c-format
msgid "  --debug-stubs               Used for debugging avr-ld.\n"
msgstr ""

#: eavr1.c:588 eavr2.c:588 eavr25.c:588 eavr3.c:588 eavr31.c:588 eavr35.c:588
#: eavr4.c:588 eavr5.c:588 eavr51.c:588 eavr6.c:588 eavrtiny.c:588
#: eavrxmega1.c:588 eavrxmega2.c:588 eavrxmega3.c:588 eavrxmega4.c:588
#: eavrxmega5.c:588 eavrxmega6.c:588 eavrxmega7.c:588
#, 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:580 ecskyelf_linux.c:747
#, 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:584 ecskyelf_linux.c:751
#, 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:1057
msgid "%F%P: invalid --local-store address range `%s'\n"
msgstr ""

#: eelf32_spu.c:1093
msgid "%F%P: invalid --num-lines/--num-regions `%u'\n"
msgstr ""

#: eelf32_spu.c:1098
msgid "%F%P: invalid --line-size/--region-size `%u'\n"
msgstr ""

#: eelf32_spu.c:1119
msgid "%F%P: invalid --num-lines/--num-regions `%s'\n"
msgstr ""

#: eelf32_spu.c:1132
msgid "%F%P: invalid --line-size/--region-size `%s'\n"
msgstr ""

#: eelf32_spu.c:1141
msgid "%F%P: invalid --fixed-space value `%s'\n"
msgstr ""

#: eelf32_spu.c:1150
msgid "%F%P: invalid --reserved-space value `%s'\n"
msgstr ""

#: eelf32_spu.c:1159
msgid "%F%P: invalid --extra-stack-space value `%s'\n"
msgstr ""

#: eelf32_spu.c:1196
#, c-format
msgid "  --plugin                    Make SPU plugin\n"
msgstr ""

#: eelf32_spu.c:1198
#, c-format
msgid "  --no-overlays               No overlay handling\n"
msgstr ""

#: eelf32_spu.c:1200
#, c-format
msgid ""
"  --compact-stubs             Use smaller and possibly slower call stubs\n"
msgstr ""

#: eelf32_spu.c:1202
#, c-format
msgid "  --emit-stub-syms            Add symbols on overlay call stubs\n"
msgstr ""

#: eelf32_spu.c:1204
#, c-format
msgid ""
"  --extra-overlay-stubs       Add stubs on all calls out of overlay regions\n"
msgstr ""

#: eelf32_spu.c:1206
#, c-format
msgid "  --local-store=lo:hi         Valid address range\n"
msgstr ""

#: eelf32_spu.c:1208
#, c-format
msgid "  --stack-analysis            Estimate maximum stack requirement\n"
msgstr ""

#: eelf32_spu.c:1210
#, c-format
msgid ""
"  --emit-stack-syms           Add sym giving stack needed for each func\n"
msgstr ""

#: eelf32_spu.c:1212
#, 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:1215
#, c-format
msgid "  --auto-relink               Rerun linker using auto-overlay script\n"
msgstr ""

#: eelf32_spu.c:1217
#, c-format
msgid ""
"  --overlay-rodata            Place read-only data with associated function\n"
"                                code in overlays\n"
msgstr ""

#: eelf32_spu.c:1220
#, c-format
msgid "  --num-regions               Number of overlay buffers (default 1)\n"
msgstr ""

#: eelf32_spu.c:1222
#, c-format
msgid ""
"  --region-size               Size of overlay buffers (default 0, auto)\n"
msgstr ""

#: eelf32_spu.c:1224
#, c-format
msgid ""
"  --fixed-space=bytes         Local store for non-overlay code and data\n"
msgstr ""

#: eelf32_spu.c:1226
#, 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:1229
#, 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:1232
#, c-format
msgid "  --soft-icache               Generate software icache overlays\n"
msgstr ""

#: eelf32_spu.c:1234
#, c-format
msgid ""
"  --num-lines                 Number of soft-icache lines (default 32)\n"
msgstr ""

#: eelf32_spu.c:1236
#, c-format
msgid "  --line-size                 Size of soft-icache lines (default 1k)\n"
msgstr ""

#: eelf32_spu.c:1238
#, c-format
msgid "  --non-ia-text               Allow non-icache code in icache lines\n"
msgstr ""

#: eelf32_spu.c:1240
#, 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:590 eelf32_tic6x_elf_be.c:590 eelf32_tic6x_elf_le.c:590
#: eelf32_tic6x_le.c:590 eelf32_tic6x_linux_be.c:590
#: eelf32_tic6x_linux_le.c:590
msgid "%F%P: invalid --dsbt-index %s\n"
msgstr ""

#: eelf32_tic6x_be.c:600 eelf32_tic6x_elf_be.c:600 eelf32_tic6x_elf_le.c:600
#: eelf32_tic6x_le.c:600 eelf32_tic6x_linux_be.c:600
#: eelf32_tic6x_linux_le.c:600
msgid "%F%P: invalid --dsbt-size %s\n"
msgstr ""

#: eelf32_tic6x_be.c:616 eelf32_tic6x_elf_be.c:616 eelf32_tic6x_elf_le.c:616
#: eelf32_tic6x_le.c:616 eelf32_tic6x_linux_be.c:616
#: eelf32_tic6x_linux_le.c:616
#, c-format
msgid ""
"  --dsbt-index <index>    Use this as the DSBT index for the output object\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-size <index>     Use this as the number of entries in the DSBT "
"table\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 "  --no-merge-exidx-entries\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 "                          Disable merging exidx entries\n"
msgstr ""

#: eelf32_x86_64.c:5596 eelf_i386.c:5215 eelf_i386_be.c:496
#: eelf_i386_fbsd.c:536 eelf_i386_haiku.c:536 eelf_i386_ldso.c:511
#: eelf_i386_sol2.c:668 eelf_i386_vxworks.c:563 eelf_iamcu.c:536
#: eelf_x86_64.c:5596 eelf_x86_64_cloudabi.c:539 eelf_x86_64_fbsd.c:539
#: eelf_x86_64_haiku.c:539 eelf_x86_64_sol2.c:671
msgid "%F%P: invalid number for -z call-nop=prefix-: %s\n"
msgstr ""

#: eelf32_x86_64.c:5605 eelf_i386.c:5224 eelf_i386_be.c:505
#: eelf_i386_fbsd.c:545 eelf_i386_haiku.c:545 eelf_i386_ldso.c:520
#: eelf_i386_sol2.c:677 eelf_i386_vxworks.c:572 eelf_iamcu.c:545
#: eelf_x86_64.c:5605 eelf_x86_64_cloudabi.c:548 eelf_x86_64_fbsd.c:548
#: eelf_x86_64_haiku.c:548 eelf_x86_64_sol2.c:680
msgid "%F%P: invalid number for -z call-nop=suffix-: %s\n"
msgstr ""

#: eelf32_x86_64.c:5610 eelf_i386.c:5229 eelf_i386_be.c:510
#: eelf_i386_fbsd.c:550 eelf_i386_haiku.c:550 eelf_i386_ldso.c:525
#: eelf_i386_sol2.c:682 eelf_i386_vxworks.c:577 eelf_iamcu.c:550
#: eelf_x86_64.c:5610 eelf_x86_64_cloudabi.c:553 eelf_x86_64_fbsd.c:553
#: eelf_x86_64_haiku.c:553 eelf_x86_64_sol2.c:685
msgid "%F%P: unsupported option: -z %s\n"
msgstr ""

#: eelf32_x86_64.c:5632 eelf_i386.c:5251 eelf_i386_fbsd.c:572
#: eelf_i386_haiku.c:572 eelf_x86_64.c:5632 eelf_x86_64_cloudabi.c:575
#: eelf_x86_64_fbsd.c:575 eelf_x86_64_haiku.c:575 eelf_x86_64_sol2.c:707
msgid "%F%P: invalid option for -z cet-report=: %s\n"
msgstr ""

#: eelf32_x86_64.c:5646 eelf_i386.c:5265 eelf_i386_fbsd.c:586
#: eelf_i386_haiku.c:586 eelf_x86_64.c:5646 eelf_x86_64_cloudabi.c:589
#: eelf_x86_64_fbsd.c:589 eelf_x86_64_haiku.c:589 eelf_x86_64_sol2.c:721
msgid "%F%P: invalid x86-64 ISA level: %s\n"
msgstr ""

#: eelf32_x86_64.c:5688 eelf_i386.c:5307 eelf_i386_be.c:526
#: eelf_i386_fbsd.c:628 eelf_i386_haiku.c:628 eelf_i386_ldso.c:550
#: eelf_i386_sol2.c:707 eelf_i386_vxworks.c:598 eelf_iamcu.c:575
#: eelf_x86_64.c:5741 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 noextern-protected-data  Do not treat protected data symbol as "
"external\n"
msgstr ""

#: eelf32_x86_64.c:5690 eelf_i386.c:5309 eelf_i386_be.c:528
#: eelf_i386_fbsd.c:630 eelf_i386_haiku.c:630 eelf_i386_ldso.c:552
#: eelf_i386_sol2.c:709 eelf_i386_vxworks.c:600 eelf_iamcu.c:577
#: eelf_x86_64.c:5743 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 indirect-extern-access   Enable indirect external access\n"
msgstr ""

#: eelf32_x86_64.c:5692 eelf_i386.c:5311 eelf_i386_be.c:530
#: eelf_i386_fbsd.c:632 eelf_i386_haiku.c:632 eelf_i386_ldso.c:554
#: eelf_i386_sol2.c:711 eelf_i386_vxworks.c:602 eelf_iamcu.c:579
#: eelf_x86_64.c:5745 eelf_x86_64_cloudabi.c:688 eelf_x86_64_fbsd.c:688
#: eelf_x86_64_haiku.c:688 eelf_x86_64_sol2.c:820
#, c-format
msgid ""
"  -z noindirect-extern-access Disable indirect external access (default)\n"
msgstr ""

#: eelf32_x86_64.c:5695 eelf32lppc.c:842 eelf32lppclinux.c:842
#: eelf32lppcnto.c:842 eelf32lppcsim.c:842 eelf32ppc.c:842 eelf32ppc_fbsd.c:842
#: eelf32ppchaiku.c:842 eelf32ppclinux.c:842 eelf32ppcnto.c:842
#: eelf32ppcsim.c:842 eelf32ppcvxworks.c:820 eelf32ppcwindiss.c:842
#: eelf64lppc.c:1371 eelf64lppc_fbsd.c:1371 eelf64ppc.c:1371
#: eelf64ppc_fbsd.c:1371 eelf_i386.c:5314 eelf_i386_be.c:533
#: eelf_i386_fbsd.c:635 eelf_i386_haiku.c:635 eelf_i386_ldso.c:557
#: eelf_i386_sol2.c:714 eelf_i386_vxworks.c:605 eelf_iamcu.c:582
#: eelf_x86_64.c:5748 eelf_x86_64_cloudabi.c:691 eelf_x86_64_fbsd.c:691
#: eelf_x86_64_haiku.c:691 eelf_x86_64_sol2.c:823
#, 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:5699 eelf_x86_64.c:5752 eelf_x86_64_cloudabi.c:695
#: eelf_x86_64_fbsd.c:695 eelf_x86_64_haiku.c:695 eelf_x86_64_sol2.c:827
#, c-format
msgid "  -z noreloc-overflow         Disable relocation overflow check\n"
msgstr ""

#: eelf32_x86_64.c:5702 eelf_i386.c:5318 eelf_i386_be.c:537
#: eelf_i386_fbsd.c:639 eelf_i386_haiku.c:639 eelf_i386_ldso.c:561
#: eelf_i386_sol2.c:718 eelf_i386_vxworks.c:609 eelf_iamcu.c:586
#: eelf_x86_64.c:5755 eelf_x86_64_cloudabi.c:698 eelf_x86_64_fbsd.c:698
#: eelf_x86_64_haiku.c:698 eelf_x86_64_sol2.c:830
#, c-format
msgid "  -z call-nop=PADDING         Use PADDING as 1-byte NOP for branch\n"
msgstr ""

#: eelf32_x86_64.c:5705 eelf_i386.c:5321 eelf_i386_fbsd.c:642
#: eelf_i386_haiku.c:642 eelf_x86_64.c:5758 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 ibtplt                   Generate IBT-enabled PLT entries\n"
msgstr ""

#: eelf32_x86_64.c:5707 eelf_i386.c:5323 eelf_i386_fbsd.c:644
#: eelf_i386_haiku.c:644 eelf_x86_64.c:5760 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 ibt                      Generate GNU_PROPERTY_X86_FEATURE_1_IBT\n"
msgstr ""

#: eelf32_x86_64.c:5709 eelf_i386.c:5325 eelf_i386_fbsd.c:646
#: eelf_i386_haiku.c:646 eelf_x86_64.c:5762 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 shstk                    Generate GNU_PROPERTY_X86_FEATURE_1_SHSTK\n"
msgstr ""

#: eelf32_x86_64.c:5711 eelf_i386.c:5327 eelf_i386_fbsd.c:648
#: eelf_i386_haiku.c:648 eelf_x86_64.c:5764 eelf_x86_64_cloudabi.c:707
#: eelf_x86_64_fbsd.c:707 eelf_x86_64_haiku.c:707 eelf_x86_64_sol2.c:839
#, c-format
msgid ""
"  -z cet-report=[none|warning|error] (default: none)\n"
"                              Report missing IBT and SHSTK properties\n"
msgstr ""

#: eelf32_x86_64.c:5715 eelf_i386.c:5331 eelf_i386_fbsd.c:652
#: eelf_i386_haiku.c:652 eelf_x86_64.c:5768 eelf_x86_64_cloudabi.c:711
#: eelf_x86_64_fbsd.c:711 eelf_x86_64_haiku.c:711 eelf_x86_64_sol2.c:843
#, c-format
msgid "  -z report-relative-reloc    Report relative relocations\n"
msgstr ""

#: eelf32_x86_64.c:5718 eelf_i386.c:5334 eelf_i386_fbsd.c:655
#: eelf_i386_haiku.c:655 eelf_x86_64.c:5771 eelf_x86_64_cloudabi.c:714
#: eelf_x86_64_fbsd.c:714 eelf_x86_64_haiku.c:714 eelf_x86_64_sol2.c:846
#, 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:5721 eelf64lppc.c:1375 eelf64lppc_fbsd.c:1375
#: eelf64ppc.c:1375 eelf64ppc_fbsd.c:1375 eelf_i386.c:5337 eelf_i386_fbsd.c:658
#: eelf_i386_haiku.c:658 eelf_x86_64.c:5788 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 pack-relative-relocs     Pack relative relocations\n"
msgstr ""

#: eelf32_x86_64.c:5723 eelf64lppc.c:1377 eelf64lppc_fbsd.c:1377
#: eelf64ppc.c:1377 eelf64ppc_fbsd.c:1377 eelf_i386.c:5339 eelf_i386_fbsd.c:660
#: eelf_i386_haiku.c:660 eelf_x86_64.c:5790 eelf_x86_64_cloudabi.c:733
#: eelf_x86_64_fbsd.c:733 eelf_x86_64_haiku.c:733 eelf_x86_64_sol2.c:865
#, c-format
msgid ""
"  -z nopack-relative-relocs   Do not pack relative relocations (default)\n"
msgstr ""

#: eelf32b4300.c:725 eelf32bmip.c:725 eelf32bmipn32.c:739 eelf32bsmip.c:739
#: eelf32btsmip.c:725 eelf32btsmip_fbsd.c:725 eelf32btsmipn32.c:725
#: eelf32btsmipn32_fbsd.c:725 eelf32ebmip.c:725 eelf32ebmipvxworks.c:764
#: eelf32elmip.c:725 eelf32elmipvxworks.c:764 eelf32l4300.c:725
#: eelf32lmip.c:725 eelf32lr5900.c:584 eelf32lr5900n32.c:583 eelf32lsmip.c:725
#: eelf32ltsmip.c:725 eelf32ltsmip_fbsd.c:725 eelf32ltsmipn32.c:725
#: eelf32ltsmipn32_fbsd.c:725 eelf32mipswindiss.c:558 eelf64bmip.c:739
#: eelf64btsmip.c:725 eelf64btsmip_fbsd.c:725 eelf64ltsmip.c:725
#: eelf64ltsmip_fbsd.c:725 eelf_mipsel_haiku.c:725
#, c-format
msgid ""
"  --insn32                    Only generate 32-bit microMIPS instructions\n"
msgstr ""

#: eelf32b4300.c:728 eelf32bmip.c:728 eelf32bmipn32.c:742 eelf32bsmip.c:742
#: eelf32btsmip.c:728 eelf32btsmip_fbsd.c:728 eelf32btsmipn32.c:728
#: eelf32btsmipn32_fbsd.c:728 eelf32ebmip.c:728 eelf32ebmipvxworks.c:767
#: eelf32elmip.c:728 eelf32elmipvxworks.c:767 eelf32l4300.c:728
#: eelf32lmip.c:728 eelf32lr5900.c:587 eelf32lr5900n32.c:586 eelf32lsmip.c:728
#: eelf32ltsmip.c:728 eelf32ltsmip_fbsd.c:728 eelf32ltsmipn32.c:728
#: eelf32ltsmipn32_fbsd.c:728 eelf32mipswindiss.c:561 eelf64bmip.c:742
#: eelf64btsmip.c:728 eelf64btsmip_fbsd.c:728 eelf64ltsmip.c:728
#: eelf64ltsmip_fbsd.c:728 eelf_mipsel_haiku.c:728
#, c-format
msgid "  --no-insn32                 Generate all microMIPS instructions\n"
msgstr ""

#: eelf32b4300.c:731 eelf32bmip.c:731 eelf32bmipn32.c:745 eelf32bsmip.c:745
#: eelf32btsmip.c:731 eelf32btsmip_fbsd.c:731 eelf32btsmipn32.c:731
#: eelf32btsmipn32_fbsd.c:731 eelf32ebmip.c:731 eelf32ebmipvxworks.c:770
#: eelf32elmip.c:731 eelf32elmipvxworks.c:770 eelf32l4300.c:731
#: eelf32lmip.c:731 eelf32lr5900.c:590 eelf32lr5900n32.c:589 eelf32lsmip.c:731
#: eelf32ltsmip.c:731 eelf32ltsmip_fbsd.c:731 eelf32ltsmipn32.c:731
#: eelf32ltsmipn32_fbsd.c:731 eelf32mipswindiss.c:564 eelf64bmip.c:745
#: eelf64btsmip.c:731 eelf64btsmip_fbsd.c:731 eelf64ltsmip.c:731
#: eelf64ltsmip_fbsd.c:731 eelf_mipsel_haiku.c:731
#, c-format
msgid ""
"  --ignore-branch-isa         Accept invalid branch relocations requiring\n"
"                              an ISA mode switch\n"
msgstr ""

#: eelf32b4300.c:735 eelf32bmip.c:735 eelf32bmipn32.c:749 eelf32bsmip.c:749
#: eelf32btsmip.c:735 eelf32btsmip_fbsd.c:735 eelf32btsmipn32.c:735
#: eelf32btsmipn32_fbsd.c:735 eelf32ebmip.c:735 eelf32ebmipvxworks.c:774
#: eelf32elmip.c:735 eelf32elmipvxworks.c:774 eelf32l4300.c:735
#: eelf32lmip.c:735 eelf32lr5900.c:594 eelf32lr5900n32.c:593 eelf32lsmip.c:735
#: eelf32ltsmip.c:735 eelf32ltsmip_fbsd.c:735 eelf32ltsmipn32.c:735
#: eelf32ltsmipn32_fbsd.c:735 eelf32mipswindiss.c:568 eelf64bmip.c:749
#: eelf64btsmip.c:735 eelf64btsmip_fbsd.c:735 eelf64ltsmip.c:735
#: eelf64ltsmip_fbsd.c:735 eelf_mipsel_haiku.c:735
#, c-format
msgid ""
"  --no-ignore-branch-isa      Reject invalid branch relocations requiring\n"
"                              an ISA mode switch\n"
msgstr ""

#: eelf32b4300.c:739 eelf32bmip.c:739 eelf32bmipn32.c:753 eelf32bsmip.c:753
#: eelf32btsmip.c:739 eelf32btsmip_fbsd.c:739 eelf32btsmipn32.c:739
#: eelf32btsmipn32_fbsd.c:739 eelf32ebmip.c:739 eelf32ebmipvxworks.c:778
#: eelf32elmip.c:739 eelf32elmipvxworks.c:778 eelf32l4300.c:739
#: eelf32lmip.c:739 eelf32lr5900.c:598 eelf32lr5900n32.c:597 eelf32lsmip.c:739
#: eelf32ltsmip.c:739 eelf32ltsmip_fbsd.c:739 eelf32ltsmipn32.c:739
#: eelf32ltsmipn32_fbsd.c:739 eelf32mipswindiss.c:572 eelf64bmip.c:753
#: eelf64btsmip.c:739 eelf64btsmip_fbsd.c:739 eelf64ltsmip.c:739
#: eelf64ltsmip_fbsd.c:739 eelf_mipsel_haiku.c:739
#, c-format
msgid ""
"  --compact-branches          Generate compact branches/jumps for MIPS R6\n"
msgstr ""

#: eelf32b4300.c:742 eelf32bmip.c:742 eelf32bmipn32.c:756 eelf32bsmip.c:756
#: eelf32btsmip.c:742 eelf32btsmip_fbsd.c:742 eelf32btsmipn32.c:742
#: eelf32btsmipn32_fbsd.c:742 eelf32ebmip.c:742 eelf32ebmipvxworks.c:781
#: eelf32elmip.c:742 eelf32elmipvxworks.c:781 eelf32l4300.c:742
#: eelf32lmip.c:742 eelf32lr5900.c:601 eelf32lr5900n32.c:600 eelf32lsmip.c:742
#: eelf32ltsmip.c:742 eelf32ltsmip_fbsd.c:742 eelf32ltsmipn32.c:742
#: eelf32ltsmipn32_fbsd.c:742 eelf32mipswindiss.c:575 eelf64bmip.c:756
#: eelf64btsmip.c:742 eelf64btsmip_fbsd.c:742 eelf64ltsmip.c:742
#: eelf64ltsmip_fbsd.c:742 eelf_mipsel_haiku.c:742
#, c-format
msgid ""
"  --no-compact-branches       Generate delay slot branches/jumps for MIPS "
"R6\n"
msgstr ""

#: eelf32bfin.c:481 eelf32bfinfd.c:506
#, c-format
msgid "  --code-in-l1                Put code in L1\n"
msgstr ""

#: eelf32bfin.c:483 eelf32bfinfd.c:508
#, 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:783 eelf32lppclinux.c:783 eelf32lppcnto.c:783
#: eelf32lppcsim.c:783 eelf32ppc.c:783 eelf32ppc_fbsd.c:783
#: eelf32ppchaiku.c:783 eelf32ppclinux.c:783 eelf32ppcnto.c:783
#: eelf32ppcsim.c:783 eelf32ppcvxworks.c:757 eelf32ppcwindiss.c:783
#: eelf64lppc.c:1238 eelf64lppc_fbsd.c:1238 eelf64ppc.c:1238
#: eelf64ppc_fbsd.c:1238
msgid "%F%P: invalid --plt-align `%s'\n"
msgstr ""

#: eelf32lppc.c:816 eelf32lppclinux.c:816 eelf32lppcnto.c:816
#: eelf32lppcsim.c:816 eelf32ppc.c:816 eelf32ppc_fbsd.c:816
#: eelf32ppchaiku.c:816 eelf32ppclinux.c:816 eelf32ppcnto.c:816
#: eelf32ppcsim.c:816 eelf32ppcvxworks.c:790 eelf32ppcwindiss.c:816
msgid "%F%P: invalid pagesize `%s'\n"
msgstr ""

#: eelf32lppc.c:846 eelf32lppclinux.c:846 eelf32lppcnto.c:846
#: eelf32lppcsim.c:846 eelf32ppc.c:846 eelf32ppc_fbsd.c:846
#: eelf32ppchaiku.c:846 eelf32ppclinux.c:846 eelf32ppcnto.c:846
#: eelf32ppcsim.c:846 eelf32ppcvxworks.c:824 eelf32ppcwindiss.c:846
#: eelf64lppc.c:1423 eelf64lppc_fbsd.c:1423 eelf64ppc.c:1423
#: eelf64ppc_fbsd.c:1423
#, c-format
msgid "  --emit-stub-syms            Label linker stubs with a symbol\n"
msgstr ""

#: eelf32lppc.c:849 eelf32lppclinux.c:849 eelf32lppcnto.c:849
#: eelf32lppcsim.c:849 eelf32ppc.c:849 eelf32ppc_fbsd.c:849
#: eelf32ppchaiku.c:849 eelf32ppclinux.c:849 eelf32ppcnto.c:849
#: eelf32ppcsim.c:849 eelf32ppcvxworks.c:827 eelf32ppcwindiss.c:849
#: eelf64lppc.c:1426 eelf64lppc_fbsd.c:1426 eelf64ppc.c:1426
#: eelf64ppc_fbsd.c:1426
#, c-format
msgid "  --no-emit-stub-syms         Don't label linker stubs with a symbol\n"
msgstr ""

#: eelf32lppc.c:852 eelf32lppclinux.c:852 eelf32lppcnto.c:852
#: eelf32lppcsim.c:852 eelf32ppc.c:852 eelf32ppc_fbsd.c:852
#: eelf32ppchaiku.c:852 eelf32ppclinux.c:852 eelf32ppcnto.c:852
#: eelf32ppcsim.c:852 eelf32ppcvxworks.c:830 eelf32ppcwindiss.c:852
#: eelf64lppc.c:1446 eelf64lppc_fbsd.c:1446 eelf64ppc.c:1446
#: eelf64ppc_fbsd.c:1446
#, c-format
msgid "  --no-tls-optimize           Don't try to optimize TLS accesses\n"
msgstr ""

#: eelf32lppc.c:855 eelf32lppclinux.c:855 eelf32lppcnto.c:855
#: eelf32lppcsim.c:855 eelf32ppc.c:855 eelf32ppc_fbsd.c:855
#: eelf32ppchaiku.c:855 eelf32ppclinux.c:855 eelf32ppcnto.c:855
#: eelf32ppcsim.c:855 eelf32ppcvxworks.c:833 eelf32ppcwindiss.c:855
#: eelf64lppc.c:1452 eelf64lppc_fbsd.c:1452 eelf64ppc.c:1452
#: eelf64ppc_fbsd.c:1452
#, c-format
msgid "  --no-tls-get-addr-optimize  Don't use a special __tls_get_addr call\n"
msgstr ""

#: eelf32lppc.c:858 eelf32lppclinux.c:858 eelf32lppcnto.c:858
#: eelf32lppcsim.c:858 eelf32ppc.c:858 eelf32ppc_fbsd.c:858
#: eelf32ppchaiku.c:858 eelf32ppclinux.c:858 eelf32ppcnto.c:858
#: eelf32ppcsim.c:858 eelf32ppcwindiss.c:858
#, c-format
msgid "  --secure-plt                Use new-style PLT if possible\n"
msgstr ""

#: eelf32lppc.c:861 eelf32lppclinux.c:861 eelf32lppcnto.c:861
#: eelf32lppcsim.c:861 eelf32ppc.c:861 eelf32ppc_fbsd.c:861
#: eelf32ppchaiku.c:861 eelf32ppclinux.c:861 eelf32ppcnto.c:861
#: eelf32ppcsim.c:861 eelf32ppcwindiss.c:861
#, c-format
msgid "  --bss-plt                   Force old-style BSS PLT\n"
msgstr ""

#: eelf32lppc.c:864 eelf32lppclinux.c:864 eelf32lppcnto.c:864
#: eelf32lppcsim.c:864 eelf32ppc.c:864 eelf32ppc_fbsd.c:864
#: eelf32ppchaiku.c:864 eelf32ppclinux.c:864 eelf32ppcnto.c:864
#: eelf32ppcsim.c:864 eelf32ppcwindiss.c:864
#, c-format
msgid "  --plt-align                 Align PLT call stubs to fit cache lines\n"
msgstr ""

#: eelf32lppc.c:867 eelf32lppclinux.c:867 eelf32lppcnto.c:867
#: eelf32lppcsim.c:867 eelf32ppc.c:867 eelf32ppc_fbsd.c:867
#: eelf32ppchaiku.c:867 eelf32ppclinux.c:867 eelf32ppcnto.c:867
#: eelf32ppcsim.c:867 eelf32ppcwindiss.c:867 eelf64lppc.c:1405
#: eelf64lppc_fbsd.c:1405 eelf64ppc.c:1405 eelf64ppc_fbsd.c:1405
#, c-format
msgid "  --no-plt-align              Dont't align individual PLT call stubs\n"
msgstr ""

#: eelf32lppc.c:870 eelf32lppclinux.c:870 eelf32lppcnto.c:870
#: eelf32lppcsim.c:870 eelf32ppc.c:870 eelf32ppc_fbsd.c:870
#: eelf32ppchaiku.c:870 eelf32ppclinux.c:870 eelf32ppcnto.c:870
#: eelf32ppcsim.c:870 eelf32ppcwindiss.c:870 eelf64lppc.c:1464
#: eelf64lppc_fbsd.c:1464 eelf64ppc.c:1464 eelf64ppc_fbsd.c:1464
#, c-format
msgid ""
"  --no-inline-optimize        Don't convert inline PLT to direct calls\n"
msgstr ""

#: eelf32lppc.c:873 eelf32lppclinux.c:873 eelf32lppcnto.c:873
#: eelf32lppcsim.c:873 eelf32ppc.c:873 eelf32ppc_fbsd.c:873
#: eelf32ppchaiku.c:873 eelf32ppclinux.c:873 eelf32ppcnto.c:873
#: eelf32ppcsim.c:873 eelf32ppcwindiss.c:873
#, c-format
msgid "  --sdata-got                 Force GOT location just before .sdata\n"
msgstr ""

#: eelf32lppc.c:876 eelf32lppclinux.c:876 eelf32lppcnto.c:876
#: eelf32lppcsim.c:876 eelf32ppc.c:876 eelf32ppc_fbsd.c:876
#: eelf32ppchaiku.c:876 eelf32ppclinux.c:876 eelf32ppcnto.c:876
#: eelf32ppcsim.c:876 eelf32ppcvxworks.c:836 eelf32ppcwindiss.c:876
#, c-format
msgid ""
"  --ppc476-workaround [=pagesize]\n"
"                              Avoid a cache bug on ppc476\n"
msgstr ""

#: eelf32lppc.c:880 eelf32lppclinux.c:880 eelf32lppcnto.c:880
#: eelf32lppcsim.c:880 eelf32ppc.c:880 eelf32ppc_fbsd.c:880
#: eelf32ppchaiku.c:880 eelf32ppclinux.c:880 eelf32ppcnto.c:880
#: eelf32ppcsim.c:880 eelf32ppcvxworks.c:840 eelf32ppcwindiss.c:880
#, c-format
msgid "  --no-ppc476-workaround      Disable workaround\n"
msgstr ""

#: eelf32lppc.c:883 eelf32lppclinux.c:883 eelf32lppcnto.c:883
#: eelf32lppcsim.c:883 eelf32ppc.c:883 eelf32ppc_fbsd.c:883
#: eelf32ppchaiku.c:883 eelf32ppclinux.c:883 eelf32ppcnto.c:883
#: eelf32ppcsim.c:883 eelf32ppcvxworks.c:843 eelf32ppcwindiss.c:883
#, c-format
msgid "  --no-pic-fixup              Don't edit non-pic to pic\n"
msgstr ""

#: eelf32lppc.c:886 eelf32lppclinux.c:886 eelf32lppcnto.c:886
#: eelf32lppcsim.c:886 eelf32ppc.c:886 eelf32ppc_fbsd.c:886
#: eelf32ppchaiku.c:886 eelf32ppclinux.c:886 eelf32ppcnto.c:886
#: eelf32ppcsim.c:886 eelf32ppcvxworks.c:846 eelf32ppcwindiss.c:886
#, c-format
msgid ""
"  --vle-reloc-fixup           Correct old object file 16A/16D relocation\n"
msgstr ""

#: eelf32mcore.c:331
#, c-format
msgid ""
"  --base_file <basefile>      Generate a base file for relocatable DLLs\n"
msgstr ""

#: eelf32metag.c:744 eelf64lppc.c:1380 eelf64lppc_fbsd.c:1380 eelf64ppc.c:1380
#: eelf64ppc_fbsd.c:1380 ehppaelf.c:604 ehppalinux.c:786 ehppanbsd.c:786
#: ehppaobsd.c:786
#, 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:363
#, c-format
msgid ""
"  --no-flag-mismatch-warnings Don't warn about objects with incompatible\n"
"                                endian or dsp settings\n"
msgstr ""

#: eelf32rx.c:365
#, c-format
msgid ""
"  --flag-mismatch-warnings    Warn about objects with incompatible\n"
"                                endian, dsp or ABI settings\n"
msgstr ""

#: eelf32rx.c:367
#, c-format
msgid ""
"  --ignore-lma                Ignore segment LMAs [default]\n"
"                                (for Renesas Tools compatibility)\n"
msgstr ""

#: eelf32rx.c:369
#, c-format
msgid "  --no-ignore-lma             Don't ignore segment LMAs\n"
msgstr ""

#: eelf32xtensa.c:151
msgid "file already has property tables"
msgstr ""

#: eelf32xtensa.c:161
msgid "failed to read section contents"
msgstr ""

#: eelf32xtensa.c:173
msgid "could not create new section"
msgstr ""

#: eelf32xtensa.c:189
msgid "could not allocate section contents"
msgstr ""

#: eelf32xtensa.c:208
msgid "out of memory"
msgstr ""

#: eelf32xtensa.c:306
msgid ""
"%P: warning: failed to convert %s table in %pB (%s); subsequent disassembly "
"may be incomplete\n"
msgstr ""

#: eelf32xtensa.c:426
msgid "%F%P: %pB: cannot read contents of section %pA\n"
msgstr ""

#: eelf32xtensa.c:437
msgid "%P: %pB: warning: incompatible Xtensa configuration (%s)\n"
msgstr ""

#: eelf32xtensa.c:441
msgid "%P: %pB: warning: cannot parse .xtensa.info section\n"
msgstr ""

#: eelf32xtensa.c:467
msgid "%F%P: little endian output does not match Xtensa configuration\n"
msgstr ""

#: eelf32xtensa.c:473
msgid "%F%P: big endian output does not match Xtensa configuration\n"
msgstr ""

#: eelf32xtensa.c:492
msgid "%F%P: cross-endian linking for %pB not supported\n"
msgstr ""

#: eelf32xtensa.c:523
msgid "%F%P: failed to create .xtensa.info section\n"
msgstr ""

#: eelf32xtensa.c:1264
msgid "%F%P: Relaxation not supported with --enable-non-contiguous-regions.\n"
msgstr ""

#: eelf32xtensa.c:2423
#, c-format
msgid ""
"  --size-opt                  When relaxing longcalls, prefer size\n"
"                                optimization over branch target alignment\n"
msgstr ""

#: eelf32xtensa.c:2426
#, c-format
msgid ""
"  --abi-windowed              Choose windowed ABI for the output object\n"
msgstr ""

#: eelf32xtensa.c:2428
#, 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:517 eelf64_ia64_fbsd.c:517
#, c-format
msgid ""
"  --itanium                   Generate code for Intel Itanium processor\n"
msgstr ""

#: eelf64_s390.c:560
#, c-format
msgid ""
"  --s390-pgste                Tell the kernel to allocate 4k page tables\n"
msgstr ""

#: eelf64alpha.c:589 eelf64alpha_fbsd.c:589 eelf64alpha_nbsd.c:589
#, c-format
msgid ""
"  --taso                      Load executable in the lower 31-bit "
"addressable\n"
"                                virtual address range\n"
msgstr ""

#: eelf64alpha.c:592 eelf64alpha_fbsd.c:592 eelf64alpha_nbsd.c:592
#, c-format
msgid "  --secureplt                 Force PLT in text segment\n"
msgstr ""

#: eelf64alpha.c:594 eelf64alpha_fbsd.c:594 eelf64alpha_nbsd.c:594
#, 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:1267 eelf64lppc_fbsd.c:1267 eelf64ppc.c:1267
#: eelf64ppc_fbsd.c:1267
msgid "%F%P: invalid --power10-stubs argument `%s'\n"
msgstr ""

#: eelf64lppc.c:1390 eelf64ppc.c:1390
#, c-format
msgid ""
"  --plt-static-chain          PLT call stubs should load r11 (default)\n"
msgstr ""

#: eelf64lppc.c:1393 eelf64ppc.c:1393
#, c-format
msgid "  --no-plt-static-chain       PLT call stubs should not load r11\n"
msgstr ""

#: eelf64lppc.c:1396 eelf64lppc_fbsd.c:1396 eelf64ppc.c:1396
#: eelf64ppc_fbsd.c:1396
#, c-format
msgid "  --plt-thread-safe           PLT call stubs with load-load barrier\n"
msgstr ""

#: eelf64lppc.c:1399 eelf64lppc_fbsd.c:1399 eelf64ppc.c:1399
#: eelf64ppc_fbsd.c:1399
#, c-format
msgid "  --no-plt-thread-safe        PLT call stubs without barrier\n"
msgstr ""

#: eelf64lppc.c:1402 eelf64lppc_fbsd.c:1402 eelf64ppc.c:1402
#: eelf64ppc_fbsd.c:1402
#, c-format
msgid "  --plt-align [=<align>]      Align PLT call stubs to fit cache lines\n"
msgstr ""

#: eelf64lppc.c:1408 eelf64lppc_fbsd.c:1408 eelf64ppc.c:1408
#: eelf64ppc_fbsd.c:1408
#, c-format
msgid ""
"  --plt-localentry            Optimize calls to ELFv2 localentry:0 "
"functions\n"
msgstr ""

#: eelf64lppc.c:1411 eelf64lppc_fbsd.c:1411 eelf64ppc.c:1411
#: eelf64ppc_fbsd.c:1411
#, c-format
msgid "  --no-plt-localentry         Don't optimize ELFv2 calls\n"
msgstr ""

#: eelf64lppc.c:1414 eelf64lppc_fbsd.c:1414 eelf64ppc.c:1414
#: eelf64ppc_fbsd.c:1414
#, c-format
msgid ""
"  --power10-stubs [=auto]     Use Power10 PLT call stubs (default auto)\n"
msgstr ""

#: eelf64lppc.c:1417 eelf64lppc_fbsd.c:1417 eelf64ppc.c:1417
#: eelf64ppc_fbsd.c:1417
#, c-format
msgid ""
"  --no-pcrel-optimize         Don't perform R_PPC64_PCREL_OPT optimization\n"
msgstr ""

#: eelf64lppc.c:1420 eelf64lppc_fbsd.c:1420 eelf64ppc.c:1420
#: eelf64ppc_fbsd.c:1420
#, c-format
msgid "  --no-power10-stubs          Don't use Power10 PLT call stubs\n"
msgstr ""

#: eelf64lppc.c:1429 eelf64lppc_fbsd.c:1429 eelf64ppc.c:1429
#: eelf64ppc_fbsd.c:1429
#, 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:1435 eelf64lppc_fbsd.c:1435 eelf64ppc.c:1435
#: eelf64ppc_fbsd.c:1435
#, c-format
msgid ""
"  --no-dotsyms                Don't do anything special in version scripts\n"
msgstr ""

#: eelf64lppc.c:1438 eelf64lppc_fbsd.c:1438 eelf64ppc.c:1438
#: eelf64ppc_fbsd.c:1438
#, 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:1443 eelf64lppc_fbsd.c:1443 eelf64ppc.c:1443
#: eelf64ppc_fbsd.c:1443
#, c-format
msgid "  --no-save-restore-funcs     Don't provide these routines\n"
msgstr ""

#: eelf64lppc.c:1449 eelf64lppc_fbsd.c:1449 eelf64ppc.c:1449
#: eelf64ppc_fbsd.c:1449
#, c-format
msgid ""
"  --tls-get-addr-optimize     Force use of special __tls_get_addr call\n"
msgstr ""

#: eelf64lppc.c:1455 eelf64lppc_fbsd.c:1455 eelf64ppc.c:1455
#: eelf64ppc_fbsd.c:1455
#, c-format
msgid "  --tls-get-addr-regsave      Force register save __tls_get_addr stub\n"
msgstr ""

#: eelf64lppc.c:1458 eelf64lppc_fbsd.c:1458 eelf64ppc.c:1458
#: eelf64ppc_fbsd.c:1458
#, c-format
msgid ""
"  --no-tls-get-addr-regsave   Don't use register save __tls_get_addr stub\n"
msgstr ""

#: eelf64lppc.c:1461 eelf64lppc_fbsd.c:1461 eelf64ppc.c:1461
#: eelf64ppc_fbsd.c:1461
#, c-format
msgid "  --no-opd-optimize           Don't optimize the OPD section\n"
msgstr ""

#: eelf64lppc.c:1467 eelf64lppc_fbsd.c:1467 eelf64ppc.c:1467
#: eelf64ppc_fbsd.c:1467
#, c-format
msgid "  --no-toc-optimize           Don't optimize the TOC section\n"
msgstr ""

#: eelf64lppc.c:1470 eelf64lppc_fbsd.c:1470 eelf64ppc.c:1470
#: eelf64ppc_fbsd.c:1470
#, c-format
msgid ""
"  --no-multi-toc              Disallow automatic multiple toc sections\n"
msgstr ""

#: eelf64lppc.c:1473 eelf64lppc_fbsd.c:1473 eelf64ppc.c:1473
#: eelf64ppc_fbsd.c:1473
#, c-format
msgid "  --no-toc-sort               Don't sort TOC and GOT sections\n"
msgstr ""

#: eelf64lppc.c:1476 eelf64lppc_fbsd.c:1476 eelf64ppc.c:1476
#: eelf64ppc_fbsd.c:1476
#, c-format
msgid ""
"  --non-overlapping-opd       Canonicalize .opd, so that there are no\n"
"                                overlapping .opd entries\n"
msgstr ""

#: eelf64lppc_fbsd.c:1390 eelf64ppc_fbsd.c:1390
#, c-format
msgid "  --plt-static-chain          PLT call stubs should load r111\n"
msgstr ""

#: eelf64lppc_fbsd.c:1393 eelf64ppc_fbsd.c:1393
#, 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:5661 eelf_x86_64_cloudabi.c:604 eelf_x86_64_fbsd.c:604
#: eelf_x86_64_haiku.c:604 eelf_x86_64_sol2.c:736
msgid "%F%P: invalid option for -z lam-u48-report=: %s\n"
msgstr ""

#: eelf_x86_64.c:5675 eelf_x86_64_cloudabi.c:618 eelf_x86_64_fbsd.c:618
#: eelf_x86_64_haiku.c:618 eelf_x86_64_sol2.c:750
msgid "%F%P: invalid option for -z lam-u57-report=: %s\n"
msgstr ""

#: eelf_x86_64.c:5696 eelf_x86_64_cloudabi.c:639 eelf_x86_64_fbsd.c:639
#: eelf_x86_64_haiku.c:639 eelf_x86_64_sol2.c:771
msgid "%F%P: invalid option for -z lam-report=: %s\n"
msgstr ""

#: eelf_x86_64.c:5774 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                  Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U48\n"
msgstr ""

#: eelf_x86_64.c:5776 eelf_x86_64_cloudabi.c:719 eelf_x86_64_fbsd.c:719
#: eelf_x86_64_haiku.c:719 eelf_x86_64_sol2.c:851
#, c-format
msgid ""
"  -z lam-u48-report=[none|warning|error] (default: none)\n"
"                              Report missing LAM_U48 property\n"
msgstr ""

#: eelf_x86_64.c:5779 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                  Generate GNU_PROPERTY_X86_FEATURE_1_LAM_U57\n"
msgstr ""

#: eelf_x86_64.c:5781 eelf_x86_64_cloudabi.c:724 eelf_x86_64_fbsd.c:724
#: eelf_x86_64_haiku.c:724 eelf_x86_64_sol2.c:856
#, c-format
msgid ""
"  -z lam-u57-report=[none|warning|error] (default: none)\n"
"                              Report missing LAM_U57 property\n"
msgstr ""

#: eelf_x86_64.c:5784 eelf_x86_64_cloudabi.c:727 eelf_x86_64_fbsd.c:727
#: eelf_x86_64_haiku.c:727 eelf_x86_64_sol2.c:859
#, c-format
msgid ""
"  -z lam-report=[none|warning|error] (default: none)\n"
"                              Report missing LAM_U48 and LAM_U57 properties\n"
msgstr ""

#: eelf_x86_64.c:5793 eelf_x86_64_cloudabi.c:736 eelf_x86_64_fbsd.c:736
#: eelf_x86_64_haiku.c:736 eelf_x86_64_sol2.c:868
#, c-format
msgid ""
"  -z bndplt                   Always generate BND prefix in PLT entries\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:600 ehppalinux.c:782 ehppanbsd.c:782 ehppaobsd.c:782
#, 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 ""

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

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

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

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

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

#: ei386pep.c:421
#, c-format
msgid ""
"  --enable-runtime-pseudo-reloc      Work around auto-import limitations by\n"
"                                       adding pseudo-relocations resolved "
"at\n"
"                                       runtime\n"
msgstr ""

#: ei386pep.c:422
#, c-format
msgid ""
"  --disable-runtime-pseudo-reloc     Do not add runtime pseudo-relocations "
"for\n"
"                                       auto-imported DATA\n"
msgstr ""

#: ei386pep.c:423
#, c-format
msgid ""
"  --enable-extra-pep-debug            Enable verbose debug output when "
"building\n"
"                                       or linking to DLLs (esp. auto-"
"import)\n"
msgstr ""

#: ei386pep.c:426
#, c-format
msgid ""
"  --[disable-]high-entropy-va        Image is compatible with 64-bit address "
"space\n"
"                                       layout randomization (ASLR)\n"
msgstr ""

#: ei386pep.c:433
#, c-format
msgid ""
"  --[disable-]no-seh                 Image does not use SEH; no SE handler "
"may\n"
"                                       be called in this image\n"
msgstr ""

#: ei386pep.c:965
msgid ""
"%P: warning: --export-dynamic is not supported for PE+ targets, did you mean "
"--export-all-symbols?\n"
msgstr ""

#: ei386pep.c:1033 ei386pep.c:1060
#, c-format
msgid "warning: resolving %s by linking to %s\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:597 em68hc11elfb.c:597 em68hc12elf.c:597 em68hc12elfb.c:597
#, 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:600 em68hc11elfb.c:600 em68hc12elf.c:600 em68hc12elfb.c:600
#, 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:643 em68kelfnbsd.c:643
msgid "%P: unrecognized --got argument '%s'\n"
msgstr ""

#: em68kelf.c:656 em68kelfnbsd.c:656
#, 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:431 ends32belf16m.c:431 ends32belf_linux.c:564 ends32elf.c:431
#: ends32elf16m.c:431 ends32elf_linux.c:564
msgid "%P: --mbaseline is not used anymore\n"
msgstr ""

#: ends32belf.c:442 ends32belf16m.c:442 ends32belf_linux.c:575 ends32elf.c:442
#: ends32elf16m.c:442 ends32elf_linux.c:575
msgid "%P: --relax-[no-]reduce-fp-updat is not used anymore\n"
msgstr ""

#: ends32belf.c:446 ends32belf16m.c:446 ends32belf_linux.c:579 ends32elf.c:446
#: ends32elf16m.c:446 ends32elf_linux.c:579
msgid "%P: missing file for --mexport-symbols\n"
msgstr ""

#: ends32belf.c:459 ends32belf.c:468 ends32belf16m.c:459 ends32belf16m.c:468
#: ends32belf_linux.c:592 ends32belf_linux.c:601 ends32elf.c:459
#: ends32elf.c:468 ends32elf16m.c:459 ends32elf16m.c:468 ends32elf_linux.c:592
#: ends32elf_linux.c:601
msgid "%P: valid arguments to --mhyper-relax=(low|medium|high)\n"
msgstr ""

#: ends32belf.c:488 ends32belf16m.c:488 ends32belf_linux.c:621 ends32elf.c:488
#: ends32elf16m.c:488 ends32elf_linux.c:621
#, c-format
msgid "  --m[no-]fp-as-gp            Disable/enable fp-as-gp relaxation\n"
msgstr ""

#: ends32belf.c:490 ends32belf16m.c:490 ends32belf_linux.c:623 ends32elf.c:490
#: ends32elf16m.c:490 ends32elf_linux.c:623
#, c-format
msgid "  --mexport-symbols=FILE      Exporting symbols in linker script\n"
msgstr ""

#: ends32belf.c:492 ends32belf16m.c:492 ends32belf_linux.c:625 ends32elf.c:492
#: ends32elf16m.c:492 ends32elf_linux.c:625
#, c-format
msgid ""
"  --mhyper-relax=level        Adjust relax level (low|medium|high). default: "
"medium\n"
msgstr ""

#: ends32belf.c:494 ends32belf16m.c:494 ends32belf_linux.c:627 ends32elf.c:494
#: ends32elf16m.c:494 ends32elf_linux.c:627
#, 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 ""