No longer include i960.h and dbxcoff.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 18 May 1996 18:13:47 +0000 (14:13 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 18 May 1996 18:13:47 +0000 (14:13 -0400)
From-SVN: r12030

gcc/config/i960/i960-coff.h

index 66e11cf..76170aa 100644 (file)
@@ -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)