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.
# 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 *-*-* }
# 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"
# 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"
# 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"