From: brolley Date: Tue, 28 Oct 2003 18:24:59 +0000 (+0000) Subject: 2003-10-28 Dave Brolley X-Git-Tag: corinna-01~194 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4e5d2427a5d71fe1adbe04afe84efcc511000955;p=pf3gnuchains%2Fpf3gnuchains4x.git 2003-10-28 Dave Brolley * lib/cpudefs.exp (run-sid-tests-raw): Use sid_find_sid. --- diff --git a/sid/component/testsuite/ChangeLog b/sid/component/testsuite/ChangeLog index 4083de72da..b42627fe3f 100644 --- a/sid/component/testsuite/ChangeLog +++ b/sid/component/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-10-28 Dave Brolley + + * lib/cpudefs.exp (run-sid-tests-raw): Use sid_find_sid. + 2002-11-26 Ben Elliston * lib/cpudefs.exp (run-sid-tests-raw): Process all configline diff --git a/sid/component/testsuite/lib/cpudefs.exp b/sid/component/testsuite/lib/cpudefs.exp index c159b90c16..beeadaad97 100644 --- a/sid/component/testsuite/lib/cpudefs.exp +++ b/sid/component/testsuite/lib/cpudefs.exp @@ -44,7 +44,7 @@ proc run-sid-tests-raw { toolchain-prefix all-machs testcase-srcdir pattern as-o set as [sid_find_gas ${toolchain-prefix}] set ld [sid_find_ld ${toolchain-prefix}] - set sid [find_rawsid] + set sid [sid_find_sid] set runner sid-run-conf foreach src [lsort [glob -nocomplain ${testcase-srcdir}/$pattern]] {