repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
match: Improve handling of double convert [PR117776]
[gcc.git]
/
libgcc
/
config
/
i386
/
libgcc-darwin.ver
blob
06560d6b47f14983d2146a91cc27affadcab5394
1
2
# NOTE: Darwin does not version individual symbols, the grouping is
3
# preserved here to document at which GCC revision they were introduced.
4
5
GCC_4.8.0 {
6
__cpu_model
7
__cpu_indicator_init
8
}
9
10
GCC_12.0.0 {
11
__divhc3
12
__mulhc3
13
__eqhf2
14
__nehf2
15
__extendhfdf2
16
__extendhfsf2
17
__extendhftf2
18
__extendhfxf2
19
__fixhfti
20
__fixunshfti
21
__floattihf
22
__floatuntihf
23
__truncdfhf2
24
__truncsfhf2
25
__trunctfhf2
26
__truncxfhf2
27
}
28
29
GCC_14.0.0 {
30
# Added to GCC_13.0.0 in i386/libgcc-glibc.ver.
31
__extendbfsf2
32
__floattibf
33
__floatuntibf
34
__truncdfbf2
35
__truncsfbf2
36
__trunctfbf2
37
__truncxfbf2
38
__trunchfbf2
39
# Added to GCC_14.0.0 in i386/libgcc-glibc.ver.
40
__fixxfbitint
41
__fixtfbitint
42
__floatbitintbf
43
__floatbitinthf
44
__floatbitintxf
45
__floatbitinttf
46
}