aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1993-08-18 00:35:21 -0600
committerJeff Law <law@gcc.gnu.org>1993-08-18 00:35:21 -0600
commit9a735993c75b205f42a3a24ede5346db6dd6f61e (patch)
treed00caded724939ccab05cd692567428565cbf78b
parentc87ba6712cd424d06dfa450b1b4ea4bc86fb3198 (diff)
downloadgcc-9a735993c75b205f42a3a24ede5346db6dd6f61e.zip
gcc-9a735993c75b205f42a3a24ede5346db6dd6f61e.tar.gz
gcc-9a735993c75b205f42a3a24ede5346db6dd6f61e.tar.bz2
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
-rw-r--r--gcc/config/pa/pa-osf.h2
-rw-r--r--gcc/config/pa/pa1.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/pa-osf.h b/gcc/config/pa/pa-osf.h
index 2f7660b..1c2cac2 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 af44f89..4888b7c 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. */