aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2016-09-30 16:24:48 +0000
committerAndrew Haley <aph@gcc.gnu.org>2016-09-30 16:24:48 +0000
commit07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch)
tree3f22b3241c513ad168c8353805614ae1249410f4 /libjava/ChangeLog
parenteae993948bae8b788c53772bcb9217c063716f93 (diff)
downloadgcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip
gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz
gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com> * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog64
1 files changed, 0 insertions, 64 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
deleted file mode 100644
index f7c282f..0000000
--- a/libjava/ChangeLog
+++ /dev/null
@@ -1,64 +0,0 @@
-2016-07-13 Matthew Fortune <matthew.fortune@imgtec.com>
-
- * java/lang/reflect/natVMProxy.cc (unbox): Use ffi_arg for
- integer return types smaller than a word.
- * testsuite/libjava.jar/ReturnInvocationHandler.java: New file.
- * testsuite/libjava.jar/ReturnProxyTest.jar: Likewise.
- * testsuite/libjava.jar/ReturnProxyTest.java: Likewise.
- * testsuite/libjava.jar/ReturnProxyTest.out: Likewise.
- * testsuite/libjava.jar/ReturnProxyTest.xfail: Likewise.
- * testsuite/libjava.jar/ReturnTypes.java: Likewise.
- * testsuite/libjava.jar/ReturnTypesImpl.java: Likewise.
-
-2016-07-13 Matthew Fortune <matthew.fortune@imgtec.com>
-
- * interpret-run.cc: Use ffi_arg for FFI integer return types.
- * testsuite/libjava.jar/arraysort.java: New file.
- * testsuite/libjava.jar/arraysort.jar: New file.
- * testsuite/libjava.jar/arraysort.out: New file.
- * testsuite/libjava.jar/arraysort.xfail: New file.
-
-2016-06-01 Matthias Klose <doko@ubuntu.com>
-
- * libtool-version: Bump soversion.
-
-2016-05-31 Roger Sayle <roger@nextmovesoftware.com>
-
- * testsuite/libjava.lang/BuiltinBitCount.java: New test case.
- * testsuite/libjava.lang/BuiltinReverseBytes.java: Likewise.
-
-2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
-
- * classpath/config.guess: Revert r235676.
- * classpath/config.sub: Revert r235676.
-
-2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
-
- * classpath/config.guess: Remove SH5 support.
- * classpath/config.sub: Likewise.
-
-2016-04-20 Ben Elliston <bje@gnu.org>
-
- PR testsuite/70719
- * testsuite/lib/libjava.exp (libjava_arguments): Use 'file
- normalize' rather than the defunct DejaGnu 'absolute' proc.
-
-2016-01-04 Jakub Jelinek <jakub@redhat.com>
-
- * classpath/gnu/java/rmi/registry/RegistryImpl.java (version): Update
- copyright notice dates.
- * classpath/tools/gnu/classpath/tools/orbd/Main.java (run): Ditto.
- * gnu/gcj/convert/Convert.java (version): Update copyright notice
- dates.
- * gnu/gcj/tools/gcj_dbtool/Main.java (main): Ditto.
-
-2016-01-03 Matthias Klose <doko@ubuntu.com>
-
- * libtool-version: Bump soversion.
- * include/jvm.h (GCJ_CXX_ABI_VERSION): Don't encode __GNUC_MINOR__.
-
-Copyright (C) 2016 Free Software Foundation, Inc.
-
-Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.