No longer include pa-hpux.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 20 May 1996 03:01:42 +0000 (23:01 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 20 May 1996 03:01:42 +0000 (23:01 -0400)
(TARGET_DEFAULT): Don't need to set here.

From-SVN: r12053

gcc/config/pa/pa-hpux9.h
gcc/config/pa/pa-oldas.h

index e48dc25434daf1466da907e072066e7d6a64ba08..c76e426e5173217749475f3fc513672d6d2926e1 100644 (file)
@@ -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
index 0c469a5e946523e8e024fc90d301a3b42c1e3ee8..8ff741f14357484547a79dd65f16e6cc309bc882 100644 (file)
@@ -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"
-