From f4ff2d8fb71185c0c0fafbf79949f4c390aa37e4 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 7 Jan 1996 22:44:36 +0000 Subject: Don't define MAX_OFILE_ALIGNMENT twice. From-SVN: r10953 --- gcc/config/svr4.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gcc/config/svr4.h') 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