OSDN Git Service

2007-06-28 Andreas Tobler <a.tobler@schweiz.org>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jun 2007 19:03:55 +0000 (19:03 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jun 2007 19:03:55 +0000 (19:03 +0000)
* testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Pass
the cxxldlibflags to exec_gij to have the right libstdc++ invoked.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126083 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 98e17e6..5189d15 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 c99dd34..8e4efb5 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
   }