diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-13 22:46:00 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-07-13 22:46:00 +0000 |
commit | 328a7fa03fec6fa467587823d9ddb2f9ed557c71 (patch) | |
tree | ed51734a3f4a169962b600712e5d2e6ee8f01361 /gcc/config/sh/elf.h | |
parent | 099fa744936a299cb1d1aa7e09a3794ab6fcc5dd (diff) | |
download | gcc-328a7fa03fec6fa467587823d9ddb2f9ed557c71.tar.gz |
* sh/elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@21122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/elf.h')
-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" |