2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-04 20:21:36 +08:00

Don't define EMPTY_FIELD_BOUNDARY

From-SVN: r12943
This commit is contained in:
Ian Lance Taylor 1996-10-09 22:11:27 +00:00
parent 9e95597a3f
commit 2eaa1d7ed6

@ -25,9 +25,6 @@ Boston, MA 02111-1307, USA. */
#define SUBTARGET_TARGET_OPTIONS\
{ "abi=", &mips_abi_string },
#undef EMPTY_FIELD_BOUNDARY
#define EMPTY_FIELD_BOUNDARY 32
#undef STACK_BOUNDARY
#define STACK_BOUNDARY (mips_abi == ABI_32 ? 64 : 128)