mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
Define EMPTY_FIELD_BOUNDARY is 32 (less surprising)
From-SVN: r12942
This commit is contained in:
parent
2fb62c6af6
commit
9e95597a3f
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user