From 7c8b87a06505b96b1ac2e2fe306d2ae6c1b09522 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 10 Sep 1996 22:41:33 -0400 Subject: [PATCH] Don't include xm-i386.h. From-SVN: r12698 --- gcc/config/i386/xm-cygwin32.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gcc/config/i386/xm-cygwin32.h b/gcc/config/i386/xm-cygwin32.h index f3f985bbeef..786c4fe66f5 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 -- 2.30.2