summaryrefslogtreecommitdiff
path: root/gdb/testsuite
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
parent8fb87725a313c13c1a9fd5a7f53b387670c7653d (diff)
downloadbinutils-gdb-3f3c6e550355631a383176459791b539e4700704.tar.gz
* gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog2
-rw-r--r--gdb/testsuite/gdb.c++/templates.exp8
2 files changed, 6 insertions, 4 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 3d3b5f8d112..02d4ac1b1e4 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.c++/templates.exp b/gdb/testsuite/gdb.c++/templates.exp
index d2f1a6a594f..14e6b23f3e8 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"