From dedaa36dc9e7f9b9b786a7f835de7a31293e86b3 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Sun, 9 Jun 1996 02:13:52 +0000 Subject: [PATCH] (SHIFT_DOUBLE_OMITS_COUNT) redefine instead of From-SVN: r12252 --- gcc/config/i386/gas.h | 4 ++-- gcc/config/i386/next.h | 4 ++-- gcc/config/i386/seq-gas.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index b0fece8..ce49d18 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -133,8 +133,8 @@ Boston, MA 02111-1307, USA. */ GAS requires the %cl argument, so override i386/unix.h. */ -#undef AS3_SHIFT_DOUBLE -#define AS3_SHIFT_DOUBLE(a,b,c,d) AS3 (a,b,c,d) +#undef SHIFT_DOUBLE_OMITS_COUNT +#define SHIFT_DOUBLE_OMITS_COUNT 0 /* Print opcodes the way that GAS expects them. */ #define GAS_MNEMONICS 1 diff --git a/gcc/config/i386/next.h b/gcc/config/i386/next.h index c0d6d72..ab36b8c 100644 --- a/gcc/config/i386/next.h +++ b/gcc/config/i386/next.h @@ -124,8 +124,8 @@ Boston, MA 02111-1307, USA. */ GAS requires the %cl argument, so override unx386.h. */ -#undef AS3_SHIFT_DOUBLE -#define AS3_SHIFT_DOUBLE(a,b,c,d) AS3 (a,b,c,d) +#undef SHIFT_DOUBLE_OMITS_COUNT +#define SHIFT_DOUBLE_OMITS_COUNT 0 /* Print opcodes the way that GAS expects them. */ #define GAS_MNEMONICS 1 diff --git a/gcc/config/i386/seq-gas.h b/gcc/config/i386/seq-gas.h index 2ee0719..796eaa2 100644 --- a/gcc/config/i386/seq-gas.h +++ b/gcc/config/i386/seq-gas.h @@ -39,8 +39,8 @@ GAS requires the %cl argument, so override i386/unix.h. */ -#undef AS3_SHIFT_DOUBLE -#define AS3_SHIFT_DOUBLE(a,b,c,d) AS3 (a,b,c,d) +#undef SHIFT_DOUBLE_OMITS_COUNT +#define SHIFT_DOUBLE_OMITS_COUNT 0 /* Print opcodes the way that GAS expects them. */ #define GAS_MNEMONICS 1 -- 2.7.4