re PR bootstrap/26872 (Internal Compiler Error when bootstrap GCC 4.1.0 with GCC...
authorSteve Ellcey <sje@cup.hp.com>
Tue, 9 May 2006 20:00:55 +0000 (20:00 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 9 May 2006 20:00:55 +0000 (20:00 +0000)
PR bootstrap/26872
* config.gcc (hppa[12]*-*-hpux10*): Set gas to yes.
(hppa*64*-*-hpux11*): Ditto.
(hppa[12]*-*-hpux11*): Ditto.

From-SVN: r113661

gcc/ChangeLog
gcc/config.gcc

index dd7686f7ea29755031ff34f02eac579af9b8a56a..f74f2d3980b98c35200cf9e06f2100e424b5caaf 100644 (file)
@@ -1,3 +1,10 @@
+2006-05-09  Steve Ellcey  <sje@cup.hp.com>
+
+       PR bootstrap/26872
+       * config.gcc (hppa[12]*-*-hpux10*): Set gas to yes.
+       (hppa*64*-*-hpux11*): Ditto.
+       (hppa[12]*-*-hpux11*): Ditto.
+
 2006-05-09  David Edelsohn  <edelsohn@gnu.org>
 
        PR target/26545
index dbc6debdd9f87c6aa441d21cba03c515f2aedd29..7608d042c07765170885a6f23d0a1b06cb30cbad 100644 (file)
@@ -931,6 +931,7 @@ hppa[12]*-*-hpux10*)
        fi
        use_collect2=yes
        use_fixproto=yes
+       gas=yes
        ;;
 hppa*64*-*-hpux11*)
        target_cpu_default="MASK_PA_11|MASK_PA_20"
@@ -938,16 +939,9 @@ hppa*64*-*-hpux11*)
        then
                target_cpu_default="${target_cpu_default}|MASK_GNU_LD"
        fi
-       if test x$gas = xyes
-       then
-               tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
-                        pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
-                        pa/pa-hpux11.h"
-       else
-               tm_file="pa/pa64-start.h ${tm_file} dbxelf.h pa/elf.h \
-                        pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
-                        pa/pa-hpux11.h"
-       fi
+       tm_file="pa/pa64-start.h ${tm_file} dbxelf.h elfos.h \
+                pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux1010.h \
+                pa/pa-hpux11.h"
        case ${target} in
        *-*-hpux11.[1-9]*)
                tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
@@ -974,6 +968,7 @@ hppa*64*-*-hpux11*)
                thread_file=posix 
                ;;
        esac
+       gas=yes
        ;;
 hppa[12]*-*-hpux11*)
        case ${target} in
@@ -1003,6 +998,7 @@ hppa[12]*-*-hpux11*)
                ;;
        esac
        use_collect2=yes
+       gas=yes
        ;;
 i[34567]86-*-darwin*)
        # All the configuration is presently done generically.