Fix the use of FFI closures in the java interpreter for integer returns
[gcc.git] / libjava / ChangeLog
1 2016-07-13 Matthew Fortune <matthew.fortune@imgtec.com>
2
3 * interpret-run.cc: Use ffi_arg for FFI integer return types.
4 * testsuite/libjava.jar/arraysort.java: New file.
5 * testsuite/libjava.jar/arraysort.jar: New file.
6 * testsuite/libjava.jar/arraysort.out: New file.
7 * testsuite/libjava.jar/arraysort.xfail: New file.
8
9 2016-06-01 Matthias Klose <doko@ubuntu.com>
10
11 * libtool-version: Bump soversion.
12
13 2016-05-31 Roger Sayle <roger@nextmovesoftware.com>
14
15 * testsuite/libjava.lang/BuiltinBitCount.java: New test case.
16 * testsuite/libjava.lang/BuiltinReverseBytes.java: Likewise.
17
18 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
19
20 * classpath/config.guess: Revert r235676.
21 * classpath/config.sub: Revert r235676.
22
23 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
24
25 * classpath/config.guess: Remove SH5 support.
26 * classpath/config.sub: Likewise.
27
28 2016-04-20 Ben Elliston <bje@gnu.org>
29
30 PR testsuite/70719
31 * testsuite/lib/libjava.exp (libjava_arguments): Use 'file
32 normalize' rather than the defunct DejaGnu 'absolute' proc.
33
34 2016-01-04 Jakub Jelinek <jakub@redhat.com>
35
36 * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update
37 copyright notice dates.
38 * classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto.
39 * gnu/gcj/convert/Convert.java (version): Update copyright notice
40 dates.
41 * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
42
43 2016-01-03 Matthias Klose <doko@ubuntu.com>
44
45 * libtool-version: Bump soversion.
46 * include/jvm.h (GCJ_CXX_ABI_VERSION): Don't encode __GNUC_MINOR__.
47 \f
48 Copyright (C) 2016 Free Software Foundation, Inc.
49
50 Copying and distribution of this file, with or without modification,
51 are permitted in any medium without royalty provided the copyright
52 notice and this notice are preserved.