Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dsysv4.h110 { "relocatable", MASK_RELOCATABLE | MASK_MINIMAL_TOC | MASK_NO_FP_IN_TOC, \
114 { "relocatable-lib", MASK_RELOCATABLE | MASK_MINIMAL_TOC | MASK_NO_FP_IN_TOC, \
300 target_flags |= MASK_RELOCATABLE | MASK_MINIMAL_TOC | MASK_NO_FP_IN_TOC; \
H A Drs6000.h142 #define MASK_NO_FP_IN_TOC 0x00000080 macro
197 #define TARGET_NO_FP_IN_TOC (target_flags & MASK_NO_FP_IN_TOC)
274 {"full-toc", - (MASK_NO_FP_IN_TOC | MASK_NO_SUM_IN_TOC \
277 {"fp-in-toc", - MASK_NO_FP_IN_TOC, \
279 {"no-fp-in-toc", MASK_NO_FP_IN_TOC, \
287 {"minimal-toc", - (MASK_NO_FP_IN_TOC | MASK_NO_SUM_IN_TOC), \