diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-01 03:03:26 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-01 03:03:26 +0000 |
commit | c5908080840556d9cdedae381d21b166114b975c (patch) | |
tree | b84916b7b3080aa4a78b58f3a5f39a3b4644fcb5 | |
parent | d49debfe04c7afdf4a1a59ae8bfad1652ef84a82 (diff) | |
download | gcc-c5908080840556d9cdedae381d21b166114b975c.zip gcc-c5908080840556d9cdedae381d21b166114b975c.tar.gz gcc-c5908080840556d9cdedae381d21b166114b975c.tar.bz2 |
entered into RCS
From-SVN: r4615
-rw-r--r-- | gcc/config/i386/iscdbx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/i386/iscdbx.h b/gcc/config/i386/iscdbx.h index 01b2cc1..7a3f22d 100644 --- a/gcc/config/i386/iscdbx.h +++ b/gcc/config/i386/iscdbx.h @@ -1,7 +1,6 @@ /* Definitions for Intel 386 running Interactive Unix System V, using dbx-in-coff encapsulation. - Specifically, this is for recent versions that support POSIX; - for version 2.0.2, use configuration option i386-sysv instead. + Specifically, this is for recent versions that support POSIX. Copyright (C) 1992 Free Software Foundation, Inc. This file is part of GNU CC. |