* Testsuite fix
@ 2001-07-12 6:10 Mark Kettenis
2001-07-12 7:03 ` Fernando Nasser
0 siblings, 1 reply; 2+ messages in thread
From: Mark Kettenis @ 2001-07-12 6:10 UTC (permalink / raw)
To: gdb-patches
Noticed this a few days ago. As the comment in the test says, it runs
fine on Linux. Must be a typo. Checked in as an obvious fix.
Mark
Index: testsuite/ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* gdb.base/so-impl-ld.exp: Remove stray space that prevented
running this test on Linux.
Index: testsuite/gdb.base/so-impl-ld.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/so-impl-ld.exp,v
retrieving revision 1.3
diff -u -p -r1.3 so-impl-ld.exp
--- testsuite/gdb.base/so-impl-ld.exp 2001/03/06 08:21:51 1.3
+++ testsuite/gdb.base/so-impl-ld.exp 2001/07/12 13:06:20
@@ -36,7 +36,7 @@ if ![isnative] then {
if {! ([istarget "hppa*-*-*hpux*"]
|| [istarget "sparc-sun-solaris*"]
- || [istarget " *-*-linux-gnu*"]) } {
+ || [istarget "*-*-linux-gnu*"]) } {
return
}
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: Testsuite fix
2001-07-12 6:10 Testsuite fix Mark Kettenis
@ 2001-07-12 7:03 ` Fernando Nasser
0 siblings, 0 replies; 2+ messages in thread
From: Fernando Nasser @ 2001-07-12 7:03 UTC (permalink / raw)
To: Mark Kettenis; +Cc: gdb-patches
Mark Kettenis wrote:
>
> Noticed this a few days ago. As the comment in the test says, it runs
> fine on Linux. Must be a typo. Checked in as an obvious fix.
>
> Mark
>
Thanks Mark. It looks like a typo indeed.
> Index: testsuite/ChangeLog
> from Mark Kettenis <kettenis@gnu.org>
>
> * gdb.base/so-impl-ld.exp: Remove stray space that prevented
> running this test on Linux.
>
> Index: testsuite/gdb.base/so-impl-ld.exp
> ===================================================================
> RCS file: /cvs/src/src/gdb/testsuite/gdb.base/so-impl-ld.exp,v
> retrieving revision 1.3
> diff -u -p -r1.3 so-impl-ld.exp
> --- testsuite/gdb.base/so-impl-ld.exp 2001/03/06 08:21:51 1.3
> +++ testsuite/gdb.base/so-impl-ld.exp 2001/07/12 13:06:20
> @@ -36,7 +36,7 @@ if ![isnative] then {
>
> if {! ([istarget "hppa*-*-*hpux*"]
> || [istarget "sparc-sun-solaris*"]
> - || [istarget " *-*-linux-gnu*"]) } {
> + || [istarget "*-*-linux-gnu*"]) } {
> return
> }
>
--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-07-12 7:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-12 6:10 Testsuite fix Mark Kettenis
2001-07-12 7:03 ` Fernando Nasser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox