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/isc.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/isc.h')
-rw-r--r-- | gcc/config/i386/isc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/isc.h b/gcc/config/i386/isc.h index c07aa066495..542a1c019e7 100644 --- a/gcc/config/i386/isc.h +++ b/gcc/config/i386/isc.h @@ -2,7 +2,7 @@ Interactive Unix System V. Specifically, this is for recent versions that support POSIX. */ -/* Use crt1.o, not crt0.o, as a startup file, and crtn.o as a closing file. */ +/* Use crt1.o, not crt0.o, as a startup file, and crtn.o as a closing file. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC \ "%{!shlib:%{posix:%{pg:mcrtp1.o%s}%{!pg:%{p:mcrtp1.o%s}%{!p:crtp1.o%s}}}\ @@ -33,7 +33,7 @@ the standard calling sequence in which the called function pops the extra arg. */ /* caller has to pop the extra argument passed to functions that return - structures. */ + structures. */ #undef RETURN_POPS_ARGS #define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) \ @@ -56,7 +56,7 @@ ISC's software emulation of a 387 fails to handle the `fucomp' opcode. fucomp is only used when generating IEEE compliant code. - So don't make TARGET_IEEE_FP default for ISC. */ + So don't make TARGET_IEEE_FP default for ISC. */ #undef TARGET_SUBTARGET_DEFAULT #define TARGET_SUBTARGET_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS) @@ -92,5 +92,5 @@ } while (0) /* Work around assembler forward label references generated in exception - handling code. */ + handling code. */ #define DWARF2_UNWIND_INFO 0 |