From: Richard Stallman Date: Mon, 4 May 1992 13:42:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bffb68a04b76af896b7f476c34345703f40e9f0;p=gcc.git *** empty log message *** From-SVN: r884 --- diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index e685b9a1906..f18b33c0826 100644 --- a/gcc/config/i386/sysv4.h +++ b/gcc/config/i386/sysv4.h @@ -213,15 +213,3 @@ extern int maximum_field_alignment; else \ c = getc (FILE); \ } while (1) - -/* This says how to output assembler code to declare an - uninitialized internal linkage data object. Under SVR4, - the linker seems to want the alignment of data objects - to depend on their types. We do exactly that here. */ - -#undef ASM_OUTPUT_ALIGNED_LOCAL -#define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ -do { \ - fprintf (FILE, "\t.local\t%s\n", NAME); \ - ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN); \ -} while (0)