Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/d30v/
H A Dd30v.h97 #define MASK_DEBUG_ADDR 0x40000000 /* debug GO_IF_LEGITIMATE_ADDRESS */ macro
102 #define TARGET_DEBUG_ADDR (target_flags & MASK_DEBUG_ADDR)
125 { "debug-addr", MASK_DEBUG_ADDR, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.h329 #define MASK_DEBUG_ADDR 0x20000000 /* debug go_if_legitimate_address */ macro
354 #define TARGET_DEBUG_ADDR ((target_flags & MASK_DEBUG_ADDR) != 0)
452 { "debug-addr", MASK_DEBUG_ADDR, "Internal debug switch" }, \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.6812 MASK_DEBUG_ADDR): Kill.