aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.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.base-hp/dollar.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.base-hp/dollar.exp')
-rw-r--r--gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp b/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp
index 8f372d8..b3a6335 100644
--- a/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp
+++ b/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp
@@ -65,8 +65,8 @@ if ![runto_main] then {
}
# Test for millicode routines
-# hppa2.0w does not support dyncall
-if ![istarget "hppa2.0w*-*-*"] {
+# hppa64 does not support dyncall
+if ![istarget "hppa64*-*-*"] {
send_gdb "print \$\$dyncall\n"
gdb_expect {
-re "\\$\[0-9\]* = \\{<text variable, no debug info>\\} $hex <>.*$gdb_prompt $" { pass "print \$\$dyncall" }
@@ -114,8 +114,8 @@ gdb_expect {
}
# Try out some other $ name, not millicode
-if [istarget "hppa2.0w*-*-*"] {
- #hppa2.0w uses __argv instead of $ARGV.
+if [istarget "hppa64*-*-*"] {
+ #hppa64 uses __argv instead of $ARGV.
send_gdb "print \__argv\n"
gdb_expect {
-re "\\$\[0-9\]* = \[0-9\]*.*$gdb_prompt $" { pass "print \__argv" }