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/dwarf2out.c | |
parent | 981039a7fc49438e74ecaa880fd54cb85431e6ce (diff) |
remove SET_ASM_OP
Diffstat (limited to 'gcc/dwarf2out.c')
-rwxr-xr-x | gcc/dwarf2out.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 9678771..50da3da 100755 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -414,20 +414,6 @@ static unsigned reg_number (rtx); #endif /* UNALIGNED_INT_ASM_OP */ -#ifdef SET_ASM_OP -#ifndef ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL -#define ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL(FILE, SY, HI, LO) \ - do { \ - fprintf (FILE, "\t%s\t", SET_ASM_OP); \ - assemble_name (FILE, SY); \ - fputc (',', FILE); \ - assemble_name (FILE, HI); \ - fputc ('-', FILE); \ - assemble_name (FILE, LO); \ - } while (0) -#endif -#endif /* SET_ASM_OP */ - /* This is similar to the default ASM_OUTPUT_ASCII, except that no trailing newline is produced. When flag_debug_asm is asserted, we add commentary at the end of the line, so we must avoid output of a newline here. */ |