Commit 2eaa1d7e by Ian Lance Taylor

Don't define EMPTY_FIELD_BOUNDARY

From-SVN: r12943
parent 9e95597a
...@@ -25,9 +25,6 @@ Boston, MA 02111-1307, USA. */ ...@@ -25,9 +25,6 @@ Boston, MA 02111-1307, USA. */
#define SUBTARGET_TARGET_OPTIONS\ #define SUBTARGET_TARGET_OPTIONS\
{ "abi=", &mips_abi_string }, { "abi=", &mips_abi_string },
#undef EMPTY_FIELD_BOUNDARY
#define EMPTY_FIELD_BOUNDARY 32
#undef STACK_BOUNDARY #undef STACK_BOUNDARY
#define STACK_BOUNDARY (mips_abi == ABI_32 ? 64 : 128) #define STACK_BOUNDARY (mips_abi == ABI_32 ? 64 : 128)
......
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