diff options
author | YamaArashi <shadow962@live.com> | 2016-04-27 20:01:56 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-27 20:01:56 -0700 |
commit | 5ee708b8adfcb95345187aed24c66b9053a1f15f (patch) | |
tree | 6b31a3d4602cfd7ccf70bfb190da61e06ecb648e /gcc/defaults.h | |
parent | 981039a7fc49438e74ecaa880fd54cb85431e6ce (diff) |
remove SET_ASM_OP
Diffstat (limited to 'gcc/defaults.h')
-rwxr-xr-x | gcc/defaults.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/defaults.h b/gcc/defaults.h index e7241e4..ddbbba7 100755 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -95,19 +95,6 @@ do { fprintf (FILE, "\t%s\t", ASM_LONG); \ while (0) #endif -/* This is how we tell the assembler to equate two values. */ -#ifdef SET_ASM_OP -#ifndef ASM_OUTPUT_DEF -#define ASM_OUTPUT_DEF(FILE,LABEL1,LABEL2) \ - do { fprintf ((FILE), "\t%s\t", SET_ASM_OP); \ - assemble_name (FILE, LABEL1); \ - fprintf (FILE, ","); \ - assemble_name (FILE, LABEL2); \ - fprintf (FILE, "\n"); \ - } while (0) -#endif -#endif - /* This is how to output a reference to a user-level label named NAME. */ #ifndef ASM_OUTPUT_LABELREF |