aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2001-12-20 23:37:33 +0000
committerJeff Law <law@redhat.com>2001-12-20 23:37:33 +0000
commitca344dff5c340979f9aaf15316c518eec515a28a (patch)
treecd6f101e14e9094ca9eaacb212a798a8f221d2a5 /gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp
parent45229ea46c0dc45182c4de2720e4ccf0b0148d6f (diff)
downloadfsf-binutils-gdb-ca344dff5c340979f9aaf15316c518eec515a28a.zip
fsf-binutils-gdb-ca344dff5c340979f9aaf15316c518eec515a28a.tar.gz
fsf-binutils-gdb-ca344dff5c340979f9aaf15316c518eec515a28a.tar.bz2
* gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
to match current gdb output. Update due to using auto-solib-limit for limiting instead of overloading auto-solib-add. * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the test program. * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*" * gdb.hp/gdb.base-hp/dollar.exp: Likewise * gdb.hp/gdb.base-hp/pxdb.exp: Likewise. * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise. * gdb.hp/gdb.base-hp/reg.exp: Likewise. * gdb.hp/gdb.compat/xdb3.exp: Likewise. * gdb.hp/gdb.defects/bs15503.exp: Likewise. * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise. * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise. * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp')
-rw-r--r--gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp b/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp
index 288a9c2..7a7e57a 100644
--- a/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp
+++ b/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp
@@ -65,7 +65,7 @@ gdb_test "s 1" "foo3 .*/x3.cc:5.*"
gdb_test "s 1" ".*6.*"
gdb_test "s 1" "main .*/x1.cc:15.*"
gdb_test "s 1" ".*16.*"
-if [istarget "hppa2.0w-*-*"] {
+if [istarget "hppa64-*-*"] {
gdb_test "s 1" "0x\[0-9a-f\]+ in .*START.*"
gdb_test "c" ".*Program exited normally.*"
} else {