diff options
Diffstat (limited to 'gcc/defaults.h')
-rwxr-xr-x | gcc/defaults.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index 0fbf2b9..cd6f75f 100755 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -95,16 +95,6 @@ do { fprintf (FILE, "\t%s\t", ASM_LONG); \ while (0) #endif -#ifndef ASM_IDENTIFY_GCC - /* Default the definition, only if ASM_IDENTIFY_GCC is not set, - because if it is set, we might not want ASM_IDENTIFY_LANGUAGE - outputting labels, if we do want it to, then it must be defined - in the tm.h file. */ -#ifndef ASM_IDENTIFY_LANGUAGE -#define ASM_IDENTIFY_LANGUAGE(FILE) output_lang_identify (FILE); -#endif -#endif - /* This is how we tell the assembler to equate two values. */ #ifdef SET_ASM_OP #ifndef ASM_OUTPUT_DEF |