diff options
author | Jeff Law <law@redhat.com> | 2001-12-20 23:37:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-12-20 23:37:33 +0000 |
commit | ca344dff5c340979f9aaf15316c518eec515a28a (patch) | |
tree | cd6f101e14e9094ca9eaacb212a798a8f221d2a5 /gdb/testsuite/gdb.hp/gdb.defects | |
parent | 45229ea46c0dc45182c4de2720e4ccf0b0148d6f (diff) | |
download | gdb-ca344dff5c340979f9aaf15316c518eec515a28a.zip gdb-ca344dff5c340979f9aaf15316c518eec515a28a.tar.gz 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.defects')
-rw-r--r-- | gdb/testsuite/gdb.hp/gdb.defects/bs15503.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.defects/bs15503.exp b/gdb/testsuite/gdb.hp/gdb.defects/bs15503.exp index 4fafbbb..cb496a2 100644 --- a/gdb/testsuite/gdb.hp/gdb.defects/bs15503.exp +++ b/gdb/testsuite/gdb.hp/gdb.defects/bs15503.exp @@ -42,7 +42,7 @@ gdb_reinitialize_dir $srcdir/$subdir # file or module boundaries", "No symbols in psymtab for file ..." or # "File ... has ending address after starting address of next file..." -if [istarget "hppa2.0w-hp-hpux*" ] { +if [istarget "hppa64-hp-hpux*" ] { gdb_test "file $binfile" \ "Detected 64-bit executable..*Invoking .*gdb64..*Use \"run\" to continue execution." \ "loading $binfile" |