Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c576 #ifndef ASM_DEBUG_SPEC
579 # define ASM_DEBUG_SPEC \ macro
585 # define ASM_DEBUG_SPEC "%{g*:%{!g0:--gstabs}}" ASM_MAP macro
588 # define ASM_DEBUG_SPEC "%{g*:%{!g0:--gdwarf2}}" ASM_MAP macro
592 #ifndef ASM_DEBUG_SPEC
593 # define ASM_DEBUG_SPEC "" macro
6176 asm_debug = ASM_DEBUG_SPEC; in main()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c840 #ifndef ASM_DEBUG_SPEC
843 # define ASM_DEBUG_SPEC \ macro
851 # define ASM_DEBUG_SPEC "%{g*:%{%:debug-level-gt(0):--gstabs}}" ASM_MAP macro
854 # define ASM_DEBUG_SPEC "%{g*:%{%:debug-level-gt(0):--gdwarf2}}" ASM_MAP macro
858 #ifndef ASM_DEBUG_SPEC
859 # define ASM_DEBUG_SPEC "" macro
1073 static const char *asm_debug = ASM_DEBUG_SPEC;