1923f615f7
The libgcc HF support routines were being linked into libgcc_s.so, but weren't being exported. libgcc/ * config/aarch64/libgcc-softfp.ver: New file. * config/aarch64/t-softfp (SHLIB_MAPFILES): Add it.
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
softfp_float_modes := tf
|
|
softfp_int_modes := si di ti
|
|
softfp_extensions := sftf dftf hftf
|
|
softfp_truncations := tfsf tfdf tfhf
|
|
softfp_exclude_libgcc2 := n
|
|
softfp_extras := fixhfti fixunshfti floattihf floatuntihf
|
|
|
|
TARGET_LIBGCC2_CFLAGS += -Wno-missing-prototypes
|
|
|
|
LIB2ADD += $(srcdir)/config/aarch64/sfp-exceptions.c
|
|
SHLIB_MAPFILES += $(srcdir)/config/aarch64/libgcc-softfp.ver
|