diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-10-31 14:32:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-10-31 14:32:30 +0000 |
commit | 892a2d681f1049b4411a5327a2992da8bddf0dbc (patch) | |
tree | 3d9c41512783a90c7c913933fd5b39dfe79f9de8 /gcc/config/i386/gas.h | |
parent | 5519a4f9b04a770177893eb159102abe37483a70 (diff) | |
download | gcc-892a2d681f1049b4411a5327a2992da8bddf0dbc.tar.gz |
att.h: Fix comment formatting.
* config/i386/att.h: Fix comment formatting.
* config/i386/beos-elf.h: Likewise.
* config/i386/bsd.h: Likewise.
* config/i386/bsd386.h: Likewise.
* config/i386/crtdll.h: Likewise.
* config/i386/cygwin.asm: Likewise.
* config/i386/cygwin.h: Likewise.
* config/i386/djgpp.h: Likewise.
* config/i386/freebsd-aout.h: Likewise.
* config/i386/freebsd.h: Likewise.
* config/i386/gas.h: Likewise.
* config/i386/i386-interix.h: Likewise.
* config/i386/i386-protos.h: Likewise.
* config/i386/i386.c: Likewise.
* config/i386/i386.h: Likewise.
* config/i386/i386.md: Likewise.
* config/i386/i386elf.h: Likewise.
* config/i386/interix.c: Likewise.
* config/i386/isc.h: Likewise.
* config/i386/isccoff.h: Likewise.
* config/i386/iscdbx.h: Likewise.
* config/i386/linux.h: Likewise.
* config/i386/lynx.h: Likewise.
* config/i386/mingw32.h: Likewise.
* config/i386/netbsd-elf.h: Likewise.
* config/i386/next.h: Likewise.
* config/i386/osf1elf.h: Likewise.
* config/i386/osfrose.h: Likewise.
* config/i386/sco5.h: Likewise.
* config/i386/seq-gas.h: Likewise.
* config/i386/seq-sysv3.h: Likewise.
* config/i386/sequent.h: Likewise.
* config/i386/sol2.h: Likewise.
* config/i386/sun386.h: Likewise.
* config/i386/uwin.asm: Likewise.
* config/i386/uwin.h: Likewise.
* config/i386/vxi386.h: Likewise.
* config/i386/win32.h: Likewise.
* config/i386/winnt.c: Likewise.
* config/i386/xm-cygwin.h: Likewise.
* config/i386/xm-mingw32.h: Likewise.
From-SVN: r46677
Diffstat (limited to 'gcc/config/i386/gas.h')
-rw-r--r-- | gcc/config/i386/gas.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/gas.h b/gcc/config/i386/gas.h index 6c28bf9a0ee..19b28596579 100644 --- a/gcc/config/i386/gas.h +++ b/gcc/config/i386/gas.h @@ -19,7 +19,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Note that i386/seq-gas.h is a GAS configuration that does not use this - file. */ + file. */ #include "i386/i386.h" @@ -131,12 +131,12 @@ Boston, MA 02111-1307, USA. */ 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 #ifdef NO_UNDERSCORES /* If user-symbols don't have underscores, |