OSDN Git Service

(ASM_OUTPUT_ALIGNED_LOCAL): Delete, use svr4.h's.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Jan 1996 20:14:31 +0000 (20:14 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Jan 1996 20:14:31 +0000 (20:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11087 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sol2.h

index cf89db8..77e3653 100644 (file)
@@ -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.  */