diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-07 22:44:36 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-07 22:44:36 +0000 |
commit | 4df39ffd6ca00357bb1748ce1249d4e96bb953ca (patch) | |
tree | 741aa41031ce1537b69746eb6291ef1906e5a4b2 | |
parent | f2156a9c2fc9672eb0a4985a35c61f5051a76eb2 (diff) | |
download | gcc-4df39ffd6ca00357bb1748ce1249d4e96bb953ca.tar.gz |
Don't define MAX_OFILE_ALIGNMENT twice.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10953 138bc75d-0d04-0410-961f-82ee72b054a4
-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 |