diff options
Diffstat (limited to 'gcc/config/i386/seq-gas.h')
-rw-r--r-- | gcc/config/i386/seq-gas.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/seq-gas.h b/gcc/config/i386/seq-gas.h index 796eaa2..d11c4c1 100644 --- a/gcc/config/i386/seq-gas.h +++ b/gcc/config/i386/seq-gas.h @@ -1,7 +1,7 @@ /* Definitions for Sequent Intel 386 using GAS. Copyright (C) 1992 Free Software Foundation, Inc. -/* Mostly it's like a Sequent 386 without GAS. */ +/* Mostly it's like a Sequent 386 without GAS. */ #include "i386/sequent.h" @@ -37,10 +37,10 @@ count is in %cl. Some assemblers require %cl as an argument; some don't. - GAS requires the %cl argument, so override i386/unix.h. */ + GAS requires the %cl argument, so override i386/unix.h. */ #undef SHIFT_DOUBLE_OMITS_COUNT #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 |