* gdb.base/so-impl-ld.exp: Remove stray space that prevented
authorMark Kettenis <kettenis@gnu.org>
Thu, 12 Jul 2001 13:07:32 +0000 (13:07 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 12 Jul 2001 13:07:32 +0000 (13:07 +0000)
running this test on Linux.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/so-impl-ld.exp

index a10cd41be5bc23dd0388e0e8a4312b655f607182..ebaaeda68303ec3a4f15290dd4add9267c61a463 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/so-impl-ld.exp: Remove stray space that prevented
+       running this test on Linux.
+
 2001-06-24  Michael Chastain  <chastain@redhat.com>
 
        * gdb.base/arithmet.exp: Remove some tests to make all test names
index a5e7bd04ebb7b614da15de18bdef00fc1e55db43..68a1bf41c00fabf9a65cdcb5efe3af39141304a5 100644 (file)
@@ -36,7 +36,7 @@ if ![isnative] then {
  
 if {! ([istarget "hppa*-*-*hpux*"]
        || [istarget "sparc-sun-solaris*"]
-       || [istarget " *-*-linux-gnu*"]) } {
+       || [istarget "*-*-linux-gnu*"]) } {
         return
 }
 
This page took 0.031863 seconds and 4 git commands to generate.