diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 12:29:51 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1995-11-29 12:29:51 -0800 |
commit | cafe2dc334ffd4a3b9de8fca0795c930be36ae33 (patch) | |
tree | 563cfa015ec8bc3b92797324d8b0dca6dbc6c35c | |
parent | f0434189864a07e06d5d3b5c8c5196fbde7b51fa (diff) | |
download | gcc-cafe2dc334ffd4a3b9de8fca0795c930be36ae33.zip gcc-cafe2dc334ffd4a3b9de8fca0795c930be36ae33.tar.gz gcc-cafe2dc334ffd4a3b9de8fca0795c930be36ae33.tar.bz2 |
(MAX_OFILE_ALIGNMENT): Define.
From-SVN: r10626
-rw-r--r-- | gcc/config/sparc/sol2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index d0772df..dfd359c 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -166,3 +166,8 @@ do { \ /* Define for support of TFmode long double and REAL_ARITHMETIC. Sparc ABI says that long double is 4 words. */ #define LONG_DOUBLE_TYPE_SIZE 128 + +/* The maximum alignment which the object file format can support. There + doesn't seem to be any limit on Solaris, but we've got to override the + default (which is BIGGEST_ALIGNMENT). */ +#define MAX_OFILE_ALIGNMENT 0x10000 |