From b9431ba27dc89ea7a7e8b5f01c40a6bd1a6e4ea4 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 29 Nov 1995 22:50:54 +0000 Subject: (MAX_OFILE_ALIGNMENT): Define. From-SVN: r10628 --- gcc/config/svr4.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc') diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index bc80297..d2cab2e 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -885,3 +885,8 @@ 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.1