diff options
author | Stan Cox <coxs@gnu.org> | 1996-06-09 02:13:52 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-06-09 02:13:52 +0000 |
commit | dedaa36dc9e7f9b9b786a7f835de7a31293e86b3 (patch) | |
tree | abdc987e9b56d33d23d5b4bbcba6bb99b59f8f8a /gcc | |
parent | b95a06683099961ad46c1d96bf17c18bb11c00cc (diff) | |
download | gcc-dedaa36dc9e7f9b9b786a7f835de7a31293e86b3.zip gcc-dedaa36dc9e7f9b9b786a7f835de7a31293e86b3.tar.gz gcc-dedaa36dc9e7f9b9b786a7f835de7a31293e86b3.tar.bz2 |
(SHIFT_DOUBLE_OMITS_COUNT) redefine instead of
From-SVN: r12252
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/gas.h | 4 | ||||
-rw-r--r-- | gcc/config/i386/next.h | 4 | ||||
-rw-r--r-- | 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 |