diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 5dbcb22..98bbb9e 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -1534,9 +1534,6 @@ assemble_variable (tree decl, int top_level ATTRIBUTE_UNUSED, /* Some object file formats have a maximum alignment which they support. In particular, a.out format supports a maximum alignment of 4. */ -#ifndef MAX_OFILE_ALIGNMENT -#define MAX_OFILE_ALIGNMENT BIGGEST_ALIGNMENT -#endif if (align > MAX_OFILE_ALIGNMENT) { warning ("%Jalignment of '%D' is greater than maximum object " |