From 8e9f3932d7e21ece4840965a5018bcd3c23c5a1b Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Fri, 12 Feb 2016 15:21:09 -0800 Subject: remove more objc stuff --- gcc/defaults.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gcc/defaults.h') 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 -- cgit v1.2.3