Home
last modified time | relevance | path

Searched refs:TARGET_DEFAULT_FLOAT_ABI (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
Dsemi.h41 #ifndef TARGET_DEFAULT_FLOAT_ABI
42 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD macro
Dcoff.h33 #undef TARGET_DEFAULT_FLOAT_ABI
34 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
Dlinux-eabi.h36 #undef TARGET_DEFAULT_FLOAT_ABI
37 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
Dlinux-elf.h31 #undef TARGET_DEFAULT_FLOAT_ABI
32 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD macro
Dfreebsd.h72 #undef TARGET_DEFAULT_FLOAT_ABI
73 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
Dsemiaof.h35 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD macro
Darm.h276 #ifndef TARGET_DEFAULT_FLOAT_ABI
277 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
Darm.c1234 arm_float_abi = TARGET_DEFAULT_FLOAT_ABI; in arm_override_options()
/freebsd-10-stable/contrib/gcc/
DChangeLog-20044636 (arm_override_options): Use TARGET_DEFAULT_FLOAT_ABI and
4642 (TARGET_DEFAULT_FLOAT_ABI): Define.
4643 * config/arm/coff.h (TARGET_DEFAULT_FLOAT_ABI): Define
4651 * config/arm/linux-elf.h (TARGET_DEFAULT_FLOAT_ABI): Define.
4652 * config/arm/semi.h (TARGET_DEFAULT_FLOAT_ABI): Define.
4653 * config/arm/semiaof.h (TARGET_DEFAULT_FLOAT_ABI): Define.