summaryrefslogtreecommitdiff
path: root/gcc/defaults.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-12 15:21:09 -0800
committerYamaArashi <shadow962@live.com>2016-02-12 15:21:09 -0800
commit8e9f3932d7e21ece4840965a5018bcd3c23c5a1b (patch)
treebdcde1004e64486518406f85bb7c0815cd26b711 /gcc/defaults.h
parentfb95ff91be532f3b63786339ea3cb28694aef172 (diff)
remove more objc stuff
Diffstat (limited to 'gcc/defaults.h')
-rwxr-xr-xgcc/defaults.h10
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