aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRalf Corsepius <corsepiu@faw.uni-ulm.de>1998-07-13 16:46:00 -0600
committerJeff Law <law@gcc.gnu.org>1998-07-13 16:46:00 -0600
commit6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2 (patch)
treeed51734a3f4a169962b600712e5d2e6ee8f01361 /gcc
parentacefd904b65783c4e4043c6f02a2fbe216e1e8da (diff)
downloadgcc-6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2.zip
gcc-6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2.tar.gz
gcc-6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2.tar.bz2
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')
-rw-r--r--gcc/config/sh/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h
index a56077e..40d4c77 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"