From 92acadfe28d63a3ecee7bc8ee87339667a59ed08 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Tue, 23 Jan 1996 20:14:31 +0000 Subject: [PATCH] (ASM_OUTPUT_ALIGNED_LOCAL): Delete, use svr4.h's. From-SVN: r11087 --- gcc/config/sparc/sol2.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index cf89db810db..77e36537aef 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -60,15 +60,6 @@ Boston, MA 02111-1307, USA. */ #define ASM_OUTPUT_SKIP(FILE,SIZE) \ fprintf (FILE, "\t.skip %u\n", (SIZE)) -#undef ASM_OUTPUT_ALIGNED_LOCAL -#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ -do { \ - fputs ("\t.local\t", (FILE)); \ - assemble_name ((FILE), (NAME)); \ - putc ('\n', (FILE)); \ - ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ -} while (0) - /* 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