OSDN Git Service

* gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
authorJeff Law <law@redhat.com>
Thu, 20 Dec 2001 16:53:52 +0000 (16:53 +0000)
committerJeff Law <law@redhat.com>
Thu, 20 Dec 2001 16:53:52 +0000 (16:53 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/templates.exp

index 3d3b5f8..02d4ac1 100644 (file)
@@ -1,5 +1,7 @@
 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
 
+       * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
+
        * gdb.base/annota1.exp: Expect failure for hpux11 when posting
        a SIGTRAP to the inferior.
 
index d2f1a6a..14e6b23 100644 (file)
@@ -253,7 +253,7 @@ gdb_expect {
 
 # Template Foo<T>
 
-setup_xfail hppa2.0w-*-* CLLbs16092
+setup_xfail hppa64-*-* CLLbs16092
 # g++ can't do the template instantiation in debug info trick, so we
 # fail this because it's not a real type.
 if {!$hp_aCC_compiler} { setup_xfail *-*-* }
@@ -303,7 +303,7 @@ gdb_expect {
 
 # Template Bar<T, int>
 
-setup_xfail hppa2.0w-*-* CLLbs16092
+setup_xfail hppa64-*-* CLLbs16092
 # same as Foo for g++
 if {!$hp_aCC_compiler} { setup_xfail *-*-* }
 send_gdb "ptype Bar\n"   
@@ -339,7 +339,7 @@ gdb_expect {
 
 # Template Baz<T, char>
 
-setup_xfail hppa2.0w-*-* CLLbs16092
+setup_xfail hppa64-*-* CLLbs16092
 # Same as Foo, for g++
 if {!$hp_aCC_compiler} { setup_xfail *-*-* }
 send_gdb "ptype Baz\n"   
@@ -402,7 +402,7 @@ gdb_expect {
 
 # Template Spec<T1, T2>
 
-setup_xfail hppa2.0w-*-* CLLbs16092
+setup_xfail hppa64-*-* CLLbs16092
 # Same as Foo for g++
 if {!$hp_aCC_compiler} { setup_xfail *-*-* }
 send_gdb "ptype Spec\n"