From a34dc1433c1e6d90b17867a26b1de82d959ebe30 Mon Sep 17 00:00:00 2001 From: kettenis Date: Thu, 12 Jul 2001 13:07:32 +0000 Subject: [PATCH] * gdb.base/so-impl-ld.exp: Remove stray space that prevented running this test on Linux. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/so-impl-ld.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a10cd41be5..ebaaeda683 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-07-12 Mark Kettenis + + * gdb.base/so-impl-ld.exp: Remove stray space that prevented + running this test on Linux. + 2001-06-24 Michael Chastain * gdb.base/arithmet.exp: Remove some tests to make all test names diff --git a/gdb/testsuite/gdb.base/so-impl-ld.exp b/gdb/testsuite/gdb.base/so-impl-ld.exp index a5e7bd04eb..68a1bf41c0 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 } -- 2.11.0