Home
last modified time | relevance | path

Searched refs:EF_RH850_FPU_SINGLE (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dv850.h160 #define EF_RH850_FPU_SINGLE 0x00000002 /* sizeof(double) == 4. */ macro
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3212 if ((e_flags & (EF_RH850_FPU_DOUBLE | EF_RH850_FPU_SINGLE)) == 0) in get_machine_flags()
3235 case EF_RH850_FPU_SINGLE: strcat (buf, ", single precision FPU"); break; in get_machine_flags()