summaryrefslogtreecommitdiff
path: root/gcc/config/i860
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-18 18:11:41 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-18 18:11:41 +0000
commit9ef0be47e300a51dd1a2df38a8a3d3adf8697dac (patch)
tree8e313d5fa2d4e05f59eacb18a993ea8058421733 /gcc/config/i860
parent08ca1eed3d98b9a642bc0fac0186c5f4d6d747ab (diff)
downloadgcc-9ef0be47e300a51dd1a2df38a8a3d3adf8697dac.tar.gz
No longer include i860.h and svr3.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12029 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i860')
-rw-r--r--gcc/config/i860/paragon.h10
-rw-r--r--gcc/config/i860/sysv3.h8
-rw-r--r--gcc/config/i860/sysv4.h23
3 files changed, 7 insertions, 34 deletions
diff --git a/gcc/config/i860/paragon.h b/gcc/config/i860/paragon.h
index f4fd4bdaf5d..c6bfbba09e9 100644
--- a/gcc/config/i860/paragon.h
+++ b/gcc/config/i860/paragon.h
@@ -1,10 +1,9 @@
/* Target definitions for GNU compiler for Intel 80860 running OSF/1AD
Copyright (C) 1991, 1996 Free Software Foundation, Inc.
-
- Based upon original work of Ron Guilmette (rfg@netcom.com).
- Whacked into submission by Andy Pfiffer (andyp@ssd.intel.com).
+ Based upon original work of Ron Guilmette (rfg@monkeys.com).
+ Contributed by Andy Pfiffer (andyp@ssd.intel.com).
Partially inspired by
- Pete Beckman @ Indiana University (beckman@cs.indiana.edu)
+ Pete Beckman of Indiana University (beckman@cs.indiana.edu)
Harry Dolan of Intel Corporation (dolan@ssd.intel.com)
This file is part of GNU CC.
@@ -24,9 +23,6 @@ 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 "i860/i860.h"
-#include "svr3.h"
-
/* For the sake of libgcc2.c, indicate target supports atexit. */
#define HAVE_ATEXIT
diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h
index 6a7c6a5b66e..56f8e49a3e7 100644
--- a/gcc/config/i860/sysv3.h
+++ b/gcc/config/i860/sysv3.h
@@ -1,7 +1,6 @@
/* Target definitions for GNU compiler for Intel 80860 running System V.3
- Copyright (C) 1991 Free Software Foundation, Inc.
-
- Written by Ron Guilmette (rfg@netcom.com).
+ Copyright (C) 1991, 1996 Free Software Foundation, Inc.
+ Contributed by Ron Guilmette (rfg@monkeys.com).
This file is part of GNU CC.
@@ -20,9 +19,6 @@ 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 "i860/i860.h"
-#include "svr3.h"
-
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860, System V Release 3)")
diff --git a/gcc/config/i860/sysv4.h b/gcc/config/i860/sysv4.h
index d8b0a8eafeb..eca6b79ce2e 100644
--- a/gcc/config/i860/sysv4.h
+++ b/gcc/config/i860/sysv4.h
@@ -1,7 +1,6 @@
/* Target definitions for GNU compiler for Intel 80860 running System V.4
- Copyright (C) 1991 Free Software Foundation, Inc.
-
- Written by Ron Guilmette (rfg@netcom.com).
+ Copyright (C) 1991, 1996 Free Software Foundation, Inc.
+ Contributed by Ron Guilmette (rfg@monkeys.com).
This file is part of GNU CC.
@@ -20,9 +19,6 @@ 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 "i860/i860.h"
-#include "svr4.h"
-
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860 System V Release 4)");
@@ -195,18 +191,3 @@ tdesc_section () \
} \
}
-#ifdef OUTPUT_TDESC
-#undef ASM_FILE_END
-#define ASM_FILE_END(FILE) \
-do { \
- if (current_function_original_name != NULL) { \
- tdesc_section(); \
- fprintf ((FILE), "%s __ETEXT\n", ASM_LONG); \
- fprintf ((FILE), "%s 0\n", ASM_LONG); \
- text_section(); \
- fputs("__ETEXT:\n", (FILE)); \
- } \
- fprintf ((FILE), "\t.ident\t\"GCC: (GNU) %s\"\n", \
- version_string); \
- } while (0)
-#endif