Commit dedaa36d by Stan Cox

(SHIFT_DOUBLE_OMITS_COUNT) redefine instead of

From-SVN: r12252
parent b95a0668
...@@ -133,8 +133,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -133,8 +133,8 @@ Boston, MA 02111-1307, USA. */
GAS requires the %cl argument, so override i386/unix.h. */ GAS requires the %cl argument, so override i386/unix.h. */
#undef AS3_SHIFT_DOUBLE #undef SHIFT_DOUBLE_OMITS_COUNT
#define AS3_SHIFT_DOUBLE(a,b,c,d) AS3 (a,b,c,d) #define SHIFT_DOUBLE_OMITS_COUNT 0
/* Print opcodes the way that GAS expects them. */ /* Print opcodes the way that GAS expects them. */
#define GAS_MNEMONICS 1 #define GAS_MNEMONICS 1
......
...@@ -124,8 +124,8 @@ Boston, MA 02111-1307, USA. */ ...@@ -124,8 +124,8 @@ Boston, MA 02111-1307, USA. */
GAS requires the %cl argument, so override unx386.h. */ GAS requires the %cl argument, so override unx386.h. */
#undef AS3_SHIFT_DOUBLE #undef SHIFT_DOUBLE_OMITS_COUNT
#define AS3_SHIFT_DOUBLE(a,b,c,d) AS3 (a,b,c,d) #define SHIFT_DOUBLE_OMITS_COUNT 0
/* Print opcodes the way that GAS expects them. */ /* Print opcodes the way that GAS expects them. */
#define GAS_MNEMONICS 1 #define GAS_MNEMONICS 1
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
GAS requires the %cl argument, so override i386/unix.h. */ GAS requires the %cl argument, so override i386/unix.h. */
#undef AS3_SHIFT_DOUBLE #undef SHIFT_DOUBLE_OMITS_COUNT
#define AS3_SHIFT_DOUBLE(a,b,c,d) AS3 (a,b,c,d) #define SHIFT_DOUBLE_OMITS_COUNT 0
/* Print opcodes the way that GAS expects them. */ /* Print opcodes the way that GAS expects them. */
#define GAS_MNEMONICS 1 #define GAS_MNEMONICS 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment