diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1996-01-07 22:44:36 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1996-01-07 22:44:36 +0000 |
commit | f4ff2d8fb71185c0c0fafbf79949f4c390aa37e4 (patch) | |
tree | 741aa41031ce1537b69746eb6291ef1906e5a4b2 /gcc/config/svr4.h | |
parent | d95188571bdc0356d993cfff890f017afbc4a7c7 (diff) | |
download | gcc-f4ff2d8fb71185c0c0fafbf79949f4c390aa37e4.tar.gz |
Don't define MAX_OFILE_ALIGNMENT twice.
From-SVN: r10953
Diffstat (limited to 'gcc/config/svr4.h')
-rw-r--r-- | gcc/config/svr4.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 18eaca59cdc..7dfd1da928c 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -913,8 +913,3 @@ do { \ /* All SVR4 targets use the ELF object file format. */ #define OBJECT_FORMAT_ELF - -/* The maximum alignment which the object file format can support. - ELF doesn't have a limit, but we've got to override the default - (which is BIGGEST_ALIGNMENT). */ -#define MAX_OFILE_ALIGNMENT 0x10000 |