From 9e95597a3fb00e2a0711fa8aea183e301d88a2bc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 9 Oct 1996 22:11:06 +0000 Subject: Define EMPTY_FIELD_BOUNDARY is 32 (less surprising) From-SVN: r12942 --- gcc/config/mips/mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 1b360c8..fc06561 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1113,7 +1113,7 @@ do { \ #define FUNCTION_BOUNDARY 32 /* Alignment of field after `int : 0' in a structure. */ -#define EMPTY_FIELD_BOUNDARY (TARGET_LONG64 ? 64 : 32) +#define EMPTY_FIELD_BOUNDARY 32 /* Every structure's size must be a multiple of this. */ /* 8 is observed right on a DECstation and on riscos 4.02. */ -- cgit v1.1