OSDN Git Service

entered into RCS
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 May 1992 19:46:09 +0000 (19:46 +0000)
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 May 1992 19:46:09 +0000 (19:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@958 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/unix.h

index 6f517e5..0594adf 100644 (file)
@@ -38,6 +38,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define AS3(a,b,c,d) "a b,c,d"
 #endif  
 
+/* Define macro used to output shift-double opcodes when the shift
+   count is in %cl.  Some assemblers require %cl as an argument;
+   some don't.  This macro controls what to do: by default, don't
+   print %cl.  */
+#define AS3_SHIFT_DOUBLE(a,b,c,d) AS2 (a,c,d)
+
 /* Output the size-letter for an opcode.
    CODE is the letter used in an operand spec (L, B, W, S or Q).
    CH is the corresponding lower case letter