diff options
author | Doug Evans <dje@gnu.org> | 1995-11-29 22:51:27 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-11-29 22:51:27 +0000 |
commit | b89bcb5971e9bad65eda7aeef02905ce1a47172a (patch) | |
tree | 85ad8d06ff587d60c2c03294bc6a3b68d514fb5f /gcc | |
parent | b9431ba27dc89ea7a7e8b5f01c40a6bd1a6e4ea4 (diff) | |
download | gcc-b89bcb5971e9bad65eda7aeef02905ce1a47172a.zip gcc-b89bcb5971e9bad65eda7aeef02905ce1a47172a.tar.gz gcc-b89bcb5971e9bad65eda7aeef02905ce1a47172a.tar.bz2 |
(MAX_OFILE_ALIGNMENT): Moved to config/svr4.h.
From-SVN: r10629
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sol2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index dfd359c..d0772df 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -166,8 +166,3 @@ 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 |