libffi-dg.exp: Set LD_LIBRARY_PATH_64 for SPARC64.

2003-10-01  Andreas Tobler  <a.tobler@schweiz.ch>

	* testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
	SPARC64. Cleanup whitespaces.

From-SVN: r71982
This commit is contained in:
Andreas Tobler 2003-10-01 19:11:02 +02:00 committed by Andreas Tobler
parent e39dd1ce52
commit 7a54c8507f
2 changed files with 19 additions and 13 deletions

View File

@ -1,3 +1,8 @@
2003-10-01 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_64 for
SPARC64. Cleanup whitespaces.
2003-09-19 Andreas Tobler <a.tobler@schweiz.ch>
* testsuite/libffi.call/closure_fn0.c: Xfail mips, arm,

View File

@ -83,7 +83,7 @@ proc libffi-init { args } {
set gccdir [lookfor_file $tool_root_dir gcc/libgcc.a]
if {$gccdir != ""} {
set gccdir [file dirname $gccdir]
set gccdir [file dirname $gccdir]
}
verbose "gccdir $gccdir"
@ -133,6 +133,7 @@ proc libffi-init { args } {
setenv SHLIB_PATH $ld_library_path
setenv LD_LIBRARYN32_PATH $ld_library_path
setenv LD_LIBRARY64_PATH $ld_library_path
setenv LD_LIBRARY_PATH_64 $ld_library_path
}
proc libffi_target_compile { source dest type options } {
@ -191,7 +192,7 @@ proc libffi-dg-runtest { testcases default-extra-flags } {
# them, skip it.
if ![runtest_file_p $runtests $test] {
continue
}
}
# Look for a loop within the source code - if we don't find one,
# don't pass -funroll[-all]-loops.