* gdb.base/so-impl-ld.exp: Remove stray space that prevented
running this test on Linux.
This commit is contained in:
parent
a433f9e473
commit
63cf1c791c
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -36,7 +36,7 @@ if ![isnative] then {
|
|||
|
||||
if {! ([istarget "hppa*-*-*hpux*"]
|
||||
|| [istarget "sparc-sun-solaris*"]
|
||||
|| [istarget " *-*-linux-gnu*"]) } {
|
||||
|| [istarget "*-*-linux-gnu*"]) } {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue