868395e87f
2012-12-04 Marcus Shawcroft <marcus.shawcroft@arm.com> * config/aarch64/sfp-machine.h (FP_RND_MASK): Define. (FP_ROUNDMODE): Use FP_RND_MASK. * config/aarch64/sfp-exceptions.c: New. * config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS): Use __sfp_handle_exceptions. From-SVN: r194142
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
softfp_float_modes := tf
|
|
softfp_int_modes := si di ti
|
|
softfp_extensions := sftf dftf
|
|
softfp_truncations := tfsf tfdf
|
|
softfp_exclude_libgcc2 := n
|
|
|
|
TARGET_LIBGCC2_CFLAGS += -Wno-missing-prototypes
|
|
|
|
LIB2ADD += $(srcdir)/config/aarch64/sfp-exceptions.c
|