Commit f4ff2d8f by Michael Meissner

Don't define MAX_OFILE_ALIGNMENT twice.

From-SVN: r10953
parent d9518857
...@@ -913,8 +913,3 @@ do { \ ...@@ -913,8 +913,3 @@ do { \
/* All SVR4 targets use the ELF object file format. */ /* All SVR4 targets use the ELF object file format. */
#define OBJECT_FORMAT_ELF #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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment