aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2001-12-20 16:53:52 +0000
committerJeff Law <law@redhat.com>2001-12-20 16:53:52 +0000
commit3f3c6e550355631a383176459791b539e4700704 (patch)
tree0079e97f517555c73bf450e4789686ccfe735dbb /gdb/testsuite/gdb.c++
parent8fb87725a313c13c1a9fd5a7f53b387670c7653d (diff)
downloadbinutils-3f3c6e550355631a383176459791b539e4700704.zip
binutils-3f3c6e550355631a383176459791b539e4700704.tar.gz
binutils-3f3c6e550355631a383176459791b539e4700704.tar.bz2
* gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
Diffstat (limited to 'gdb/testsuite/gdb.c++')
-rw-r--r--gdb/testsuite/gdb.c++/templates.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.c++/templates.exp b/gdb/testsuite/gdb.c++/templates.exp
index d2f1a6a..14e6b23 100644
--- a/gdb/testsuite/gdb.c++/templates.exp
+++ b/gdb/testsuite/gdb.c++/templates.exp
@@ -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"