jvmti-interp.exp (gij_jvmti_test_one): Pass the cxxldlibflags to exec_gij to have...
authorAndreas Tobler <a.tobler@schweiz.org>
Thu, 28 Jun 2007 19:03:55 +0000 (19:03 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 28 Jun 2007 19:03:55 +0000 (21:03 +0200)
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

libjava/ChangeLog
libjava/testsuite/libjava.jvmti/jvmti-interp.exp

index 98e17e6445298cb2bcf57b0b17e85a600131a3fe..5189d15f2bacf50074d28ffebd33e166c168e8d6 100644 (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.
index c99dd34ee02c8e164f89a392f534e0b22a20bfa3..8e4efb54bcf02cceccb1029f08252d8a52324053 100644 (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
   }