diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-10-09 22:11:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1996-10-09 22:11:27 +0000 |
commit | 2eaa1d7ed6aa7a0b287d225c5176404b412b5264 (patch) | |
tree | 90a5ec42dc854e05b918d88a5d0e57e9a45457e9 | |
parent | 9e95597a3fb00e2a0711fa8aea183e301d88a2bc (diff) | |
download | gcc-2eaa1d7ed6aa7a0b287d225c5176404b412b5264.zip gcc-2eaa1d7ed6aa7a0b287d225c5176404b412b5264.tar.gz gcc-2eaa1d7ed6aa7a0b287d225c5176404b412b5264.tar.bz2 |
Don't define EMPTY_FIELD_BOUNDARY
From-SVN: r12943
-rw-r--r-- | gcc/config/mips/abi64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mips/abi64.h b/gcc/config/mips/abi64.h index 9a0a6e9..9e1a4b9 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) |