From 4dd8c5ad25d5c164c4572a45b9804fed89b5b497 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 19 May 1996 23:01:42 -0400 Subject: [PATCH] No longer include pa-hpux.h. (TARGET_DEFAULT): Don't need to set here. From-SVN: r12053 --- gcc/config/pa/pa-hpux9.h | 6 +----- gcc/config/pa/pa-oldas.h | 10 +--------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/gcc/config/pa/pa-hpux9.h b/gcc/config/pa/pa-hpux9.h index e48dc25434d..c76e426e517 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 0c469a5e946..8ff741f1435 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" - -- 2.30.2