From 2eaa1d7ed6aa7a0b287d225c5176404b412b5264 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 9 Oct 1996 22:11:27 +0000 Subject: [PATCH] Don't define EMPTY_FIELD_BOUNDARY From-SVN: r12943 --- gcc/config/mips/abi64.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/mips/abi64.h b/gcc/config/mips/abi64.h index 9a0a6e928050..9e1a4b98537e 100644 --- a/gcc/config/mips/abi64.h +++ b/gcc/config/mips/abi64.h @@ -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)