config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for *-*-hpux11.[1-9]*, not...
authorJoseph Myers <joseph@codesourcery.com>
Sat, 5 Mar 2005 01:47:27 +0000 (01:47 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 5 Mar 2005 01:47:27 +0000 (01:47 +0000)
* config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
*-*-hpux11.[1-9]*, not just for *-*-hpux11.11.

From-SVN: r95918

gcc/ChangeLog
gcc/config.gcc

index 6ce3ca2bde5fef8a8a2d86aef46b201bc251f8ea..a725fcb8bb405f55e310126baea889596f3173b4 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-05  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * config.gcc (hppa*64*-*-hpux11*): Use pa/pa-hpux1111.h for
+       *-*-hpux11.[1-9]*, not just for *-*-hpux11.11.
+
 2005-03-04  Jeff Law  <law@redhat.com>
 
        * basic-block.h (rediscover_loops_after_threading): Declare.
index bfe694745d74dfdef2f705482eb0fcfb4bdfa45b..cd5218bbf08f5c19f16af16917175017d588c2ca 100644 (file)
@@ -857,7 +857,7 @@ hppa*64*-*-hpux11*)
                         pa/pa64-regs.h pa/pa-hpux.h pa/pa-hpux11.h"
        fi
        case ${target} in
-       *-*-hpux11.11)
+       *-*-hpux11.[1-9]*)
                tm_file="${tm_file} pa/pa-hpux1111.h pa/pa-64.h pa/pa64-hpux.h"
                ;;
        *)