diff options
author | Doug Evans <dje@gnu.org> | 1996-01-13 00:03:10 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-01-13 00:03:10 +0000 |
commit | 6b0bd7a3ba339ec6aa14ab3fc8a552b171c2b0bb (patch) | |
tree | 6ed510d4abb2681a349ddee8f90f39acc2bcd13f | |
parent | ef185f22f2c879365920487dcc3f8cbe5203a7f2 (diff) | |
download | gcc-6b0bd7a3ba339ec6aa14ab3fc8a552b171c2b0bb.zip gcc-6b0bd7a3ba339ec6aa14ab3fc8a552b171c2b0bb.tar.gz gcc-6b0bd7a3ba339ec6aa14ab3fc8a552b171c2b0bb.tar.bz2 |
(COMMON_ASM_OP): Delete, use sysv4.h's.
From-SVN: r10971
-rw-r--r-- | gcc/config/sparc/sol2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index ab35ed3..17ac65c 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -69,9 +69,6 @@ do { \ ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ } while (0) -#undef COMMON_ASM_OP -#define COMMON_ASM_OP "\t.common" - /* This is how to output a definition of an internal numbered label where PREFIX is the class of label and NUM is the number within the class. */ |