projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb62c6
)
Define EMPTY_FIELD_BOUNDARY is 32 (less surprising)
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 9 Oct 1996 22:11:06 +0000
(22:11 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/gcc/config/mips/mips.h
b/gcc/config/mips/mips.h
index 1b360c8f6716fafddc81dd9b782b1e5fd5afaae4..fc065619576fe007bcf4f636abab29ebff165aab 100644
(file)
--- 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. */