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
This commit is contained in:
Andreas Tobler 2007-06-28 19:03:55 +00:00 committed by Andreas Tobler
parent f46fe0e64c
commit 5da71a15a6
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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
}