From 4df39ffd6ca00357bb1748ce1249d4e96bb953ca Mon Sep 17 00:00:00 2001 From: meissner Date: Sun, 7 Jan 1996 22:44:36 +0000 Subject: Don't define MAX_OFILE_ALIGNMENT twice. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10953 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/svr4.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 18eaca59cdc..7dfd1da928c 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -913,8 +913,3 @@ do { \ /* All SVR4 targets use the ELF object file format. */ #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 -- cgit v1.2.1