Commit 5da71a15 by Andreas Tobler Committed by Andreas Tobler

jvmti-interp.exp (gij_jvmti_test_one): Pass the cxxldlibflags to exec_gij to…

jvmti-interp.exp (gij_jvmti_test_one): Pass the cxxldlibflags to exec_gij to have the right libstdc++ invoked.

2007-06-28  Andreas Tobler  <a.tobler@schweiz.org>

	* testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
	the cxxldlibflags to exec_gij to have the right libstdc++ invoked.

From-SVN: r126083
parent f46fe0e6
2007-06-28 Andreas Tobler <a.tobler@schweiz.org>
* testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
the cxxldlibflags to exec_gij to have the right libstdc++ invoked.
2007-07-21 Keith Seitz <keiths@redhat.com>
* gnu/classpath/jdwp/VMVirtualMachine.h: Regenerate.
......
......@@ -131,10 +131,11 @@ proc gij_jvmti_test_one {file} {
}
libjava_arguments
set jarfile [file join [file dirname $file] $main.jar]
set gij_flags {-agentlib:dummyagent}
if {! [exec_gij $jarfile [file rootname $file].out {} $gij_flags]} {
if {! [exec_gij $jarfile [file rootname $file].out $cxxldlibflags $gij_flags]}
{
return 0
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment