aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-05-19 23:01:42 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-05-19 23:01:42 -0400
commit4dd8c5ad25d5c164c4572a45b9804fed89b5b497 (patch)
treebc9e8767f5b95c271b89e3ea1afd3392bd5c5e9e
parentedd367a60b19bfa197e354da24bde2f750e6ba3e (diff)
downloadgcc-4dd8c5ad25d5c164c4572a45b9804fed89b5b497.zip
gcc-4dd8c5ad25d5c164c4572a45b9804fed89b5b497.tar.gz
gcc-4dd8c5ad25d5c164c4572a45b9804fed89b5b497.tar.bz2
No longer include pa-hpux.h.
(TARGET_DEFAULT): Don't need to set here. From-SVN: r12053
-rw-r--r--gcc/config/pa/pa-hpux9.h6
-rw-r--r--gcc/config/pa/pa-oldas.h10
2 files changed, 2 insertions, 14 deletions
diff --git a/gcc/config/pa/pa-hpux9.h b/gcc/config/pa/pa-hpux9.h
index e48dc25..c76e426 100644
--- a/gcc/config/pa/pa-hpux9.h
+++ b/gcc/config/pa/pa-hpux9.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Contributed by Tim Moore (moore@defmacro.cs.utah.edu)
This file is part of GNU CC.
@@ -19,10 +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. */
-#define TARGET_DEFAULT 0
-
-#include "pa/pa-hpux.h"
-
/* We can debug dynamically linked executables on hpux9; we also want
dereferecing of a NULL pointer to cause a SEGV. */
#undef LINK_SPEC
diff --git a/gcc/config/pa/pa-oldas.h b/gcc/config/pa/pa-oldas.h
index 0c469a5..8ff741f 100644
--- a/gcc/config/pa/pa-oldas.h
+++ b/gcc/config/pa/pa-oldas.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for HP PA-RISC 1.1
- Copyright (C) 1991 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1996 Free Software Foundation, Inc.
Contributed by Tim Moore (moore@defmacro.cs.utah.edu)
This file is part of GNU CC.
@@ -19,12 +19,4 @@ 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. */
-/* This is the same as pa-hpux.h, except that we generate snake code by
- default and emits assembly code accepted by the 8.02 assembler. */
-
-
-#define TARGET_DEFAULT 0
#define HP_FP_ARG_DESCRIPTOR_REVERSED
-
-#include "pa/pa-hpux.h"
-