diff options
| author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-02 17:41:40 +0000 |
|---|---|---|
| committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-02 17:41:40 +0000 |
| commit | e421ceb1ff82e6eb7b88d37332ea4d74e9350953 (patch) | |
| tree | fd94797e82c05207e44c360ac1994cc622f63026 /libjava | |
| parent | e9360a553082ad9885cf5fd1c060658537ad0de5 (diff) | |
| download | ppe42-gcc-e421ceb1ff82e6eb7b88d37332ea4d74e9350953.tar.gz ppe42-gcc-e421ceb1ff82e6eb7b88d37332ea4d74e9350953.zip | |
2006-05-02 Bryce McKinlay <mckinlay@redhat.com>
* 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
Diffstat (limited to 'libjava')
| -rw-r--r-- | libjava/ChangeLog | 5 | ||||
| -rw-r--r-- | libjava/testsuite/lib/libjava.exp | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c002c28eea7..9f826cf92e8 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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. diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 506982e50e9..0094579a705 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -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 } # |

