summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/so-impl-ld.exp
diff options
context:
space:
mode:
authorScott Bambrough <scottb@netwinder.org>2000-07-28 20:17:28 +0000
committerScott Bambrough <scottb@netwinder.org>2000-07-28 20:17:28 +0000
commitb22a60275347d3cba34d19c892a3da2e97e329e9 (patch)
treeb63c21962f87d44f875b84f0810cb4834146b449 /gdb/testsuite/gdb.base/so-impl-ld.exp
parentfb409745932dbedf748359fa7be4b21491c5ad36 (diff)
2000-07-26 Scott Bambrough <scottb@netwinder.org>
* gdb.base/recurse.exp: Run tests for all targets. * gdb.base/so-impl-ld.exp: Added wildcard to handle the gnu-oldld case on ARM. * gdb.base/watchpoint.exp (test_stepping): Clear xfail for ARM targets.
Diffstat (limited to 'gdb/testsuite/gdb.base/so-impl-ld.exp')
-rw-r--r--gdb/testsuite/gdb.base/so-impl-ld.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/so-impl-ld.exp b/gdb/testsuite/gdb.base/so-impl-ld.exp
index e55cff9e7f..f14733744a 100644
--- a/gdb/testsuite/gdb.base/so-impl-ld.exp
+++ b/gdb/testsuite/gdb.base/so-impl-ld.exp
@@ -36,7 +36,7 @@ if ![isnative] then {
if {! ([istarget "hppa*-*-*hpux*"]
|| [istarget "sparc-sun-solaris*"]
- || [istarget " *-*-linux-gnu"]) } {
+ || [istarget " *-*-linux-gnu*"]) } {
return
}