]> gcc.gnu.org Git - gcc.git/commitdiff
(SHIFT_DOUBLE_OMITS_COUNT) redefine instead of
authorStan Cox <coxs@gnu.org>
Sun, 9 Jun 1996 02:13:52 +0000 (02:13 +0000)
committerStan Cox <coxs@gnu.org>
Sun, 9 Jun 1996 02:13:52 +0000 (02:13 +0000)
From-SVN: r12252

gcc/config/i386/gas.h
gcc/config/i386/next.h
gcc/config/i386/seq-gas.h

index b0fece888bf18ba88d6571d28f19d1afeabc3427..ce49d185b1e63fba7e36041f255ca8b3be2bc9bc 100644 (file)
@@ -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
index c0d6d7296f18bbb9fe6b1e77ebd766933e041c1b..ab36b8cef7aafa2432391eb7c18113f6d12fd6bf 100644 (file)
@@ -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
index 2ee071925bc76897c34e8ee835920aaceb492143..796eaa24d62298abb0b3f4b13a3320f116df97ce 100644 (file)
@@ -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
This page took 0.197012 seconds and 5 git commands to generate.