Home
last modified time | relevance | path

Searched refs:EF_FRV_FPR_NONE (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dfrv.h66 #define EF_FRV_FPR_NONE 0x0000000c /* -msoft-float */ macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dfrv.h82 #define EF_FRV_FPR_NONE 0x0000000c /* -msoft-float */ macro
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-frv.c4422 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
4430 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break;
4646 case EF_FRV_FPR_NONE: fprintf (file, " -msoft-float"); break;
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-frv.c297 frv_flags = (frv_flags & ~EF_FRV_FPR_MASK) | EF_FRV_FPR_NONE;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-frv.c298 frv_flags = (frv_flags & ~EF_FRV_FPR_MASK) | EF_FRV_FPR_NONE;
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-frv.c6566 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6574 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break;
6793 case EF_FRV_FPR_NONE: fprintf (file, " -msoft-float"); break;