From b89bcb5971e9bad65eda7aeef02905ce1a47172a Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 29 Nov 1995 22:51:27 +0000 Subject: [PATCH] (MAX_OFILE_ALIGNMENT): Moved to config/svr4.h. From-SVN: r10629 --- gcc/config/sparc/sol2.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index dfd359c431f..d0772dfe88c 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 -- 2.30.2