diff options
Diffstat (limited to 'contrib/gcc/config/i386/seq-gas.h')
-rw-r--r-- | contrib/gcc/config/i386/seq-gas.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gcc/config/i386/seq-gas.h b/contrib/gcc/config/i386/seq-gas.h index 796eaa24d622..d11c4c1f388f 100644 --- a/contrib/gcc/config/i386/seq-gas.h +++ b/contrib/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 |