From: Jeff Law Date: Wed, 18 Aug 1993 06:35:21 +0000 (-0600) Subject: pa-ghpux.h (TARGET_DEFAULT): Enable TARGET_GAS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a735993c75b205f42a3a24ede5346db6dd6f61e;p=gcc.git 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 --- 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. */