summaryrefslogtreecommitdiff
path: root/gcc/config/i960/i960-coff.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-05-18 14:13:47 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-05-18 14:13:47 -0400
commit554411b4d611301d0b70d958f85a04ca170f66b7 (patch)
treedec46d2a88eb668707deea85d413aa489f86b571 /gcc/config/i960/i960-coff.h
parent0bd4d2eeb92b584e97fcfe9bacfb66c2fb0f3fd7 (diff)
downloadgcc-554411b4d611301d0b70d958f85a04ca170f66b7.tar.gz
No longer include i960.h and dbxcoff.h.
From-SVN: r12030
Diffstat (limited to 'gcc/config/i960/i960-coff.h')
-rw-r--r--gcc/config/i960/i960-coff.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/gcc/config/i960/i960-coff.h b/gcc/config/i960/i960-coff.h
index 66e11cf5abf..76170aaeac5 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)