*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Mon, 4 May 1992 13:42:27 +0000 (13:42 +0000)
committerRichard Stallman <rms@gnu.org>
Mon, 4 May 1992 13:42:27 +0000 (13:42 +0000)
From-SVN: r884

gcc/config/i386/sysv4.h

index e685b9a19064e6e248d9e7c17cab0cdd8a5a5ee6..f18b33c0826a4b89253a2ec7151268807953ec5d 100644 (file)
@@ -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)