Home
last modified time | relevance | path

Searched refs:FPU_DEFAULT (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dte-armfbsdvfp.h22 #define FPU_DEFAULT FPU_ARCH_VFP macro
Dte-armlinuxeabi.h23 #define FPU_DEFAULT FPU_ARCH_VFP macro
Dte-armeabi.h21 #define FPU_DEFAULT FPU_ARCH_VFP macro
Dte-nacl.h27 #define FPU_DEFAULT FPU_ARCH_VFP macro
Dtc-arm.c106 #ifndef FPU_DEFAULT
108 # define FPU_DEFAULT FPU_ARCH_FPA macro
111 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, but VFP order. */ macro
114 # define FPU_DEFAULT FPU_ARCH_FPA /* Soft-float, but FPA order. */ macro
117 # define FPU_DEFAULT FPU_ARCH_VFP /* Soft-float, VFP order. */ macro
120 # define FPU_DEFAULT FPU_ARCH_FPA macro
157 static const arm_feature_set fpu_default = FPU_DEFAULT;
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20092033 * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
2034 * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
2035 * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
DChangeLog-20121443 * config/te-nacl.h (FPU_DEFAULT, EABI_DEFAULT): Define.
DChangeLog-2004108 * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
DChangeLog-02031620 * tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.
1621 (FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF,
DChangeLog-20054228 * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
DChangeLog-0001505 (FPU_DEFAULT): Default to FPA.