Define EMPTY_FIELD_BOUNDARY is 32 (less surprising)
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 9 Oct 1996 22:11:06 +0000 (22:11 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 9 Oct 1996 22:11:06 +0000 (22:11 +0000)
From-SVN: r12942

gcc/config/mips/mips.h

index 1b360c8f6716fafddc81dd9b782b1e5fd5afaae4..fc065619576fe007bcf4f636abab29ebff165aab 100644 (file)
@@ -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.  */