aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips/elf64.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-07 22:00:44 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-07 22:00:44 +0000
commit4bafd739ede2575855faeae3c6c839eb66ff8980 (patch)
treeae0fa4f4cb62e8f49030e67f1da3956b7e629025 /gcc/config/mips/elf64.h
parentb7c41817d34fcb1a2d445190f315b4c98f6df980 (diff)
Allow large alignments on ELF systems
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10951 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/elf64.h')
-rw-r--r--gcc/config/mips/elf64.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/mips/elf64.h b/gcc/config/mips/elf64.h
index 081266529ce..c9e1b2afea5 100644
--- a/gcc/config/mips/elf64.h
+++ b/gcc/config/mips/elf64.h
@@ -69,6 +69,13 @@ Boston, MA 02111-1307, USA. */
#include "gofast.h"
#define INIT_TARGET_OPTABS INIT_GOFAST_OPTABS
+/* Biggest alignment supported by the object file format of this
+ machine. Use this macro to limit the alignment which can be
+ specified using the `__attribute__ ((aligned (N)))' construct. If
+ not defined, the default value is `BIGGEST_ALIGNMENT'. */
+
+#define MAX_OFILE_ALIGNMENT (32768*8)
+
/* We need to use .esize and .etype instead of .size and .type to
avoid conflicting with ELF directives. */
#undef PUT_SDB_SIZE