diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 18:16:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 18:16:02 +0000 |
commit | 1952e2e1c1be6f107fa3ce8b10025cfd1cd7943b (patch) | |
tree | 086d9d6c8fbd4fc8fe4495059332f66bc0f8d12b /contrib/gcc/config/i386/seq-gas.h | |
parent | d337ceafd72ec93f99dfbee5ea0e70ed180a2dd6 (diff) |
Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.
These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST.
Notes
Notes:
svn path=/vendor/gcc/dist/; revision=90075
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 |