From 9a735993c75b205f42a3a24ede5346db6dd6f61e Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 18 Aug 1993 00:35:21 -0600 Subject: [PATCH] pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS. * pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS. * pa-gux7.h, pa-utahmach.h, pa.h (TARGET_DEFAULT): Likewise. * pa1-ghpux.h, pa1-utahmach.h, pa1.h (TARGET_DEFAULT): Likewise. From-SVN: r5174 --- gcc/config/pa/pa-osf.h | 2 +- gcc/config/pa/pa1.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h index 2f7660b0131..1c2cac27bb3 100644 --- a/gcc/config/pa/pa-osf.h +++ b/gcc/config/pa/pa-osf.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define TARGET_DEFAULT 0 +#define TARGET_DEFAULT 128 /* TARGET_GAS */ #include "pa/pa.h" #undef CPP_PREDEFINES diff --git a/gcc/config/pa/pa1.h b/gcc/config/pa/pa1.h index af44f89c173..4888b7c46aa 100644 --- a/gcc/config/pa/pa1.h +++ b/gcc/config/pa/pa1.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define TARGET_DEFAULT 1 /* TARGET_SNAKE */ +#define TARGET_DEFAULT 129 /* TARGET_SNAKE + TARGET_GAS */ /* This is the same as pa.h, except that we generate snake code by default. */ -- 2.30.2