From 6b0bd7a3ba339ec6aa14ab3fc8a552b171c2b0bb Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 13 Jan 1996 00:03:10 +0000 Subject: [PATCH] (COMMON_ASM_OP): Delete, use sysv4.h's. From-SVN: r10971 --- gcc/config/sparc/sol2.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index ab35ed3366d..17ac65cc69b 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. */ -- 2.30.2