diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-04 13:42:27 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-04 13:42:27 +0000 |
commit | 7bffb68a04b76af896b7f476c34345703f40e9f0 (patch) | |
tree | bb9c4d800a6bb9b5e0cd4539a889e980f8de4e33 /gcc | |
parent | 6ac737c4812a188d131be45d99bffcead407846d (diff) | |
download | gcc-7bffb68a04b76af896b7f476c34345703f40e9f0.zip gcc-7bffb68a04b76af896b7f476c34345703f40e9f0.tar.gz gcc-7bffb68a04b76af896b7f476c34345703f40e9f0.tar.bz2 |
*** empty log message ***
From-SVN: r884
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sysv4.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/i386/sysv4.h b/gcc/config/i386/sysv4.h index e685b9a..f18b33c 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) |