gcc/libgcc/config/i386/libgcc-darwin.ver
Iain Sandoe 45f775f5f8 libgcc, X86, Darwin: Export cpu_model and indicator.
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.
2021-09-28 20:02:48 +01:00

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
}