diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-10 22:41:33 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-09-10 22:41:33 -0400 |
commit | 7c8b87a06505b96b1ac2e2fe306d2ae6c1b09522 (patch) | |
tree | 2b92f4ff8585073f70bc7238657f6c357d866e29 | |
parent | f647b9f2e5f3e995fd6ccb8fe7f8bf8c99fe777c (diff) | |
download | gcc-7c8b87a06505b96b1ac2e2fe306d2ae6c1b09522.zip gcc-7c8b87a06505b96b1ac2e2fe306d2ae6c1b09522.tar.gz gcc-7c8b87a06505b96b1ac2e2fe306d2ae6c1b09522.tar.bz2 |
Don't include xm-i386.h.
From-SVN: r12698
-rw-r--r-- | gcc/config/i386/xm-cygwin32.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/config/i386/xm-cygwin32.h b/gcc/config/i386/xm-cygwin32.h index f3f985b..786c4fe 100644 --- a/gcc/config/i386/xm-cygwin32.h +++ b/gcc/config/i386/xm-cygwin32.h @@ -1,6 +1,6 @@ /* Configuration for GNU C-compiler for hosting on Windows NT. using a unix style C library. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -16,13 +16,10 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #define NO_STAB_H - -#include "i386/xm-i386.h" - #define HAVE_STRERROR #define HAVE_RUSAGE #define HAVE_FILE_H |