* gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
This commit is contained in:
parent
8fb87725a3
commit
3f3c6e5503
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user