gcc/libgcc/config/aarch64/t-softfp
Richard Sandiford 1923f615f7 aarch64: Add HF routines to libgcc_s.so
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.
2020-09-28 11:26:53 +01:00

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