45f775f5f8
These two symbols have been emitted since 4.8, but were not added to the Darwin exports, so we have been using the ones from libgcc.a. Added to libgcc_s now. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> libgcc/ChangeLog: * config/i386/libgcc-darwin.ver: Add Symbols for __cpu_model, __cpu_indicator_init.
25 lines
320 B
Plaintext
25 lines
320 B
Plaintext
GCC_4.8.0 {
|
|
__cpu_model
|
|
__cpu_indicator_init
|
|
}
|
|
|
|
%inherit GCC_12.0.0 GCC_7.0.0
|
|
GCC_12.0.0 {
|
|
__divhc3
|
|
__mulhc3
|
|
__eqhf2
|
|
__nehf2
|
|
__extendhfdf2
|
|
__extendhfsf2
|
|
__extendhftf2
|
|
__extendhfxf2
|
|
__fixhfti
|
|
__fixunshfti
|
|
__floattihf
|
|
__floatuntihf
|
|
__truncdfhf2
|
|
__truncsfhf2
|
|
__trunctfhf2
|
|
__truncxfhf2
|
|
}
|