diff options
author | Doug Evans <dje@gnu.org> | 1995-11-29 22:50:54 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-11-29 22:50:54 +0000 |
commit | b9431ba27dc89ea7a7e8b5f01c40a6bd1a6e4ea4 (patch) | |
tree | b3143a50b98937e0dba7816f022b9fb891e59327 /gcc | |
parent | 18a3fd67dc2e1d433120f8bf7f45064418197fc7 (diff) | |
download | gcc-b9431ba27dc89ea7a7e8b5f01c40a6bd1a6e4ea4.zip gcc-b9431ba27dc89ea7a7e8b5f01c40a6bd1a6e4ea4.tar.gz gcc-b9431ba27dc89ea7a7e8b5f01c40a6bd1a6e4ea4.tar.bz2 |
(MAX_OFILE_ALIGNMENT): Define.
From-SVN: r10628
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/svr4.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |