diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-05-11 19:46:09 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-05-11 19:46:09 +0000 |
commit | c258506581e6275edf3c0aa11d28af04aebe4d1e (patch) | |
tree | e81c5333d2cd59d700357a9dde723afa99568337 /gcc | |
parent | 19cd230478f970696c294ee59566db2c5c2db1a0 (diff) | |
download | gcc-c258506581e6275edf3c0aa11d28af04aebe4d1e.zip gcc-c258506581e6275edf3c0aa11d28af04aebe4d1e.tar.gz gcc-c258506581e6275edf3c0aa11d28af04aebe4d1e.tar.bz2 |
entered into RCS
From-SVN: r958
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/unix.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index 6f517e5..0594adf 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -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 |