Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/arm/
HDsemi.h41 #ifndef TARGET_DEFAULT_FLOAT_ABI
42 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD macro
HDcoff.h33 #undef TARGET_DEFAULT_FLOAT_ABI
34 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
HDlinux-eabi.h36 #undef TARGET_DEFAULT_FLOAT_ABI
37 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
HDlinux-elf.h31 #undef TARGET_DEFAULT_FLOAT_ABI
32 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD macro
HDfreebsd.h72 #undef TARGET_DEFAULT_FLOAT_ABI
73 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
HDsemiaof.h35 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD macro
HDarm.h276 #ifndef TARGET_DEFAULT_FLOAT_ABI
277 #define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT macro
HDarm.c1234 arm_float_abi = TARGET_DEFAULT_FLOAT_ABI; in arm_override_options()
/NextBSD/contrib/gcc/
HDChangeLog-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.