diff options
| author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-06 17:54:30 +0000 |
|---|---|---|
| committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-06 17:54:30 +0000 |
| commit | c86fc1d1a8b2ad3e5e48ada5d364314920e999ae (patch) | |
| tree | 5abf05521ce86907d94933b8221e112810578f22 /libjava/ChangeLog | |
| parent | 78425cf348ffec46a6275d138b77442d0a1289fa (diff) | |
| download | ppe42-gcc-c86fc1d1a8b2ad3e5e48ada5d364314920e999ae.tar.gz ppe42-gcc-c86fc1d1a8b2ad3e5e48ada5d364314920e999ae.zip | |
Run the jni tests using the interpreter.
* testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Append
options_cxx to shared lib compile command.
(gcj_jni_test_one): Pass cxxflags to gcj_jni_compile_c_to_so, so
they are used to link the shared lib, not the main binary.
Use libjava_invoke to run gij.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81574 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index e6512ac92e6..e286911f3ab 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,12 @@ +2004-05-06 Bryce McKinlay <mckinlay@redhat.com> + + Run the jni tests using the interpreter. + * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Append + options_cxx to shared lib compile command. + (gcj_jni_test_one): Pass cxxflags to gcj_jni_compile_c_to_so, so + they are used to link the shared lib, not the main binary. + Use libjava_invoke to run gij. + 2004-05-06 Michael Koch <konqueror@gmx.de> * java/util/logging/Level.java |

