From c81460e465fb601f826d19654a2c8486358b7896 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 19 Feb 2001 17:15:53 +0000 Subject: [PATCH] config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to target_cpu_default. * config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to target_cpu_default. Remove dead assignment to target_cpu_default. From-SVN: r39895 --- gcc/ChangeLog | 6 ++++++ gcc/config.gcc | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index da7acf71516..28c7af6e83f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 19 10:17:47 2001 Jeffrey A Law (law@cygnus.com) + + * config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to + target_cpu_default. Remove dead assignment to + target_cpu_default. + Mon Feb 19 16:47:39 CET 2001 Jan Hubicka * regclass.c (contains_reg_of_mode): Make global. diff --git a/gcc/config.gcc b/gcc/config.gcc index 049d5d4c598..e7ed8394d3a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -830,14 +830,13 @@ hppa1.0-*-hpux10*) use_collect2=yes ;; hppa*64*-*-hpux11*) - target_cpu_default="MASK_PA_11" xm_file=pa/xm-pa64hpux.h xmake_file=pa/x-pa-hpux tmake_file=pa/t-pa tm_file="pa/pa64-start.h ${tm_file} pa/pa64-regs.h pa/long_double.h pa/elf.h pa/pa-hpux.h pa/pa-hpux11.h pa/pa-64.h" float_format=i128 tmake_file=pa/t-pa64 - target_cpu_default="(MASK_PA_11|MASK_PA_20)" + target_cpu_default="(MASK_PA_11|MASK_PA_20|MASK_GAS)" if [ x$gas = xyes ] then -- 2.30.2