diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-10-09 22:11:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-10-09 22:11:06 +0000 |
commit | 9e95597a3fb00e2a0711fa8aea183e301d88a2bc (patch) | |
tree | b1d7064c48d0617f3bce9599a88311c4e9832e41 | |
parent | 2fb62c6af6848f6fcbbd861039c88b41af7bc599 (diff) | |
download | gcc-9e95597a3fb00e2a0711fa8aea183e301d88a2bc.zip gcc-9e95597a3fb00e2a0711fa8aea183e301d88a2bc.tar.gz gcc-9e95597a3fb00e2a0711fa8aea183e301d88a2bc.tar.bz2 |
Define EMPTY_FIELD_BOUNDARY is 32 (less surprising)
From-SVN: r12942
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |