]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2006-05-02 Bryce McKinlay <mckinlay@redhat.com>
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 May 2006 17:41:40 +0000 (17:41 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 May 2006 17:41:40 +0000 (17:41 +0000)
        * testsuite/lib/libjava.exp (test_libjava): Test bytecode->native
        -findirect-dispatch compilation.

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

libjava/ChangeLog
libjava/testsuite/lib/libjava.exp

index c002c28eea708b4cceb9aaaeb69c35a548f24674..9f826cf92e8fd20a2995b2f98c96180617aceabe 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-02  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * testsuite/lib/libjava.exp (test_libjava): Test bytecode->native
+       -findirect-dispatch compilation.
+
 2006-05-01  Andreas Tobler  <a.tobler@schweiz.ch>
 
        * configure.ac: Simplify the mmap check a bit more.
index 506982e50e95f1310f63d8d40014ddae54308a8f..0094579a7056494cfa8f2850a198cd3ec78c6223 100644 (file)
@@ -908,6 +908,12 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e
 proc test_libjava { options srcfile compile_args inpfile resultfile exec_args } {
     test_libjava_from_source $options $srcfile $compile_args $inpfile $resultfile $exec_args
     test_libjava_from_javac $options $srcfile $compile_args $inpfile $resultfile $exec_args
+    
+    # Test BC-ABI compilation, currently for bytecode->native only
+    set compile_args_bcabi $compile_args
+    lappend compile_args_bcabi "-findirect-dispatch"
+
+    test_libjava_from_javac $options $srcfile $compile_args_bcabi $inpfile $resultfile $exec_args
  }
 
 #