Home
last modified time | relevance | path

Searched refs:MASK_DEBUG_ARG (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h95 #define MASK_DEBUG_ARG 0x10000000 /* debug argument handling */ macro
100 #define TARGET_DEBUG_ARG (target_flags & MASK_DEBUG_ARG)
119 { "debug-arg", MASK_DEBUG_ARG, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h328 #define MASK_DEBUG_ARG 0x40000000 /* debug argument handling */ macro
353 #define TARGET_DEBUG_ARG ((target_flags & MASK_DEBUG_ARG) != 0)
451 { "debug-arg", MASK_DEBUG_ARG, "Internal debug switch" }, \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.6811 * i386.h (MASK_MIX_SSE_I387, MASK_INTEL_SYNTAX, MASK_DEBUG_ARG,