From 554411b4d611301d0b70d958f85a04ca170f66b7 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 18 May 1996 14:13:47 -0400 Subject: [PATCH] No longer include i960.h and dbxcoff.h. From-SVN: r12030 --- gcc/config/i960/i960-coff.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/gcc/config/i960/i960-coff.h b/gcc/config/i960/i960-coff.h index 66e11cf..76170aa 100644 --- a/gcc/config/i960/i960-coff.h +++ b/gcc/config/i960/i960-coff.h @@ -1,13 +1,10 @@ /* Definitions of target machine for GNU compiler, for "naked" Intel 80960 using coff object format and coff debugging symbols. - Copyright (C) 1988, 1989, 1991 Intel Corp. - Copyright (C) 1996 Free Software Foundation. + Copyright (C) 1988, 1989, 1991, 1996 Free Software Foundation. Contributed by Steven McGeady (mcg@omepd.intel.com) Additional work by Glenn Colon-Bonet, Jonathan Shapiro, Andy Wilson Converted to GCC 2.0 by Michael Tiemann, Cygnus Support. - */ -/* This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify @@ -25,16 +22,12 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "i960/i960.h" +/* Support -gstabs using stabs in COFF sections. */ /* Generate SDB_DEBUGGING_INFO by default. */ #undef PREFERRED_DEBUGGING_TYPE #define PREFERRED_DEBUGGING_TYPE SDB_DEBUG -/* Support -gstabs using stabs in COFF sections. */ - -#include "dbxcoff.h" - #undef ASM_FILE_START #define ASM_FILE_START(FILE) \ output_file_directive ((FILE), main_input_filename) -- 2.7.4