Commit 9e95597a by Ian Lance Taylor

Define EMPTY_FIELD_BOUNDARY is 32 (less surprising)

From-SVN: r12942
parent 2fb62c6a
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment