From 6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 13 Jul 1998 16:46:00 -0600 Subject: [PATCH] elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h. * sh/elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h. From-SVN: r21122 --- gcc/config/sh/elf.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2