blob: 06560d6b47f14983d2146a91cc27affadcab5394 (
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
|
# NOTE: Darwin does not version individual symbols, the grouping is
# preserved here to document at which GCC revision they were introduced.
GCC_4.8.0 {
__cpu_model
__cpu_indicator_init
}
GCC_12.0.0 {
__divhc3
__mulhc3
__eqhf2
__nehf2
__extendhfdf2
__extendhfsf2
__extendhftf2
__extendhfxf2
__fixhfti
__fixunshfti
__floattihf
__floatuntihf
__truncdfhf2
__truncsfhf2
__trunctfhf2
__truncxfhf2
}
GCC_14.0.0 {
# Added to GCC_13.0.0 in i386/libgcc-glibc.ver.
__extendbfsf2
__floattibf
__floatuntibf
__truncdfbf2
__truncsfbf2
__trunctfbf2
__truncxfbf2
__trunchfbf2
# Added to GCC_14.0.0 in i386/libgcc-glibc.ver.
__fixxfbitint
__fixtfbitint
__floatbitintbf
__floatbitinthf
__floatbitintxf
__floatbitinttf
}
|