diff options
author | Ralf Corsepius <corsepiu@faw.uni-ulm.de> | 1998-07-13 16:46:00 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-13 16:46:00 -0600 |
commit | 6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2 (patch) | |
tree | ed51734a3f4a169962b600712e5d2e6ee8f01361 /gcc/config/sh | |
parent | acefd904b65783c4e4043c6f02a2fbe216e1e8da (diff) | |
download | gcc-6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2.tar.gz |
elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.
* sh/elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.
From-SVN: r21122
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h index a56077e544e..40d4c77b204 100644 --- a/gcc/config/sh/elf.h +++ b/gcc/config/sh/elf.h @@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */ #undef ASM_OUTPUT_DESTRUCTOR #undef ASM_DECLARE_FUNCTION_NAME #undef PREFERRED_DEBUGGING_TYPE +#undef MAX_OFILE_ALIGNMENT /* Be ELF-like. */ #include "svr4.h" |