gcc/libjava
Matthew Fortune 0d355cf973 Fix return type handling for Proxy classes
libjava/

	* 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.

From-SVN: r238312
2016-07-13 21:34:52 +00:00
..
classpath config.guess: Revert r235676. 2016-04-30 10:26:14 +00:00
contrib aot-compile.in: Fix typo in option list. 2013-06-27 13:58:20 +00:00
gcj libjava: Bump to automake 1.11.6 2015-05-13 11:09:22 +00:00
gnu gcc.c (process_command): Update copyright notice dates. 2016-01-04 14:03:35 +01:00
include libtool-version: Bump soversion. 2016-01-03 11:38:51 +00:00
java Fix return type handling for Proxy classes 2016-07-13 21:34:52 +00:00
javax Import GNU Classpath (20121202). 2012-12-19 17:03:15 +00:00
libltdl re PR other/66259 (Combined gcc and binutils build from git-master fails, with gas/as-new not existing) 2015-07-24 12:20:44 -06:00
org
scripts
sun
sysdep sjlj.m4: New file. 2015-05-13 21:15:31 +00:00
testsuite Fix return type handling for Proxy classes 2016-07-13 21:34:52 +00:00
COPYING
ChangeLog Fix return type handling for Proxy classes 2016-07-13 21:34:52 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011 2012-01-09 Richard Guenther <rguenther@suse.de> 2012-01-09 10:11:38 +00:00
ChangeLog-2012 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
ChangeLog-2013 Small ChangeLog fixes. 2014-01-02 22:56:58 +01:00
ChangeLog-2014 gcc.c (process_command): Update copyright notice dates. 2015-01-05 13:05:46 +01:00
ChangeLog-2015 gcc.c (process_command): Update copyright notice dates. 2016-01-04 14:03:35 +01:00
HACKING
LIBGCJ_LICENSE
Makefile.am re PR libgcj/64219 (Rename libgcj-5.0.pc to libgcj-5.pc) 2015-01-13 09:23:31 +01:00
Makefile.in libjava: Bump to automake 1.11.6 2015-05-13 11:09:22 +00:00
NEWS
README
THANKS
aclocal.m4 libjava: Bump to automake 1.11.6 2015-05-13 11:09:22 +00:00
boehm.cc Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00
configure re PR other/66259 (Combined gcc and binutils build from git-master fails, with gas/as-new not existing) 2015-07-24 12:20:44 -06:00
configure.ac configure.host: Add bits for FreeBSD amd64 and i386. 2015-05-28 20:13:55 +02:00
configure.host configure.host: Add bits for FreeBSD amd64 and i386. 2015-05-28 20:13:55 +02:00
darwin.cc
defineclass.cc Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
ecjx.cc
exception.cc sjlj.m4: New file. 2015-05-13 21:15:31 +00:00
gij.cc
headers.txt
interpret-run.cc Fix the use of FFI closures in the java interpreter for integer returns 2016-07-13 21:34:35 +00:00
interpret.cc re PR libgcj/51500 (106 unexpected libjava testsuite failures with mingw32) 2012-02-01 11:46:36 +01:00
jni-libjvm.cc
jni.cc
jvmti.cc
libgcj-noncore-dummy.def
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libgcj.ver eh_personality.cc (__gxx_personality_seh0): New function. 2012-07-19 07:29:24 +00:00
libgcj_bc.c
libtool-version libtool-version: Bump soversion. 2016-06-01 20:10:48 +00:00
link.cc
mauve-libgcj
mingwld.m4
no-threads.cc
nogc.cc
pkg.m4 pkg.m4 (PKG_CHECK_MODULES): Use AC_PATH_TOOL to check for pkg-config. 2013-06-20 13:16:57 +00:00
posix-threads.cc
posix.cc
prims.cc re PR bootstrap/50888 (Bootstrap failure in libjava against latest git glibc) 2011-11-24 08:18:16 +01:00
shlibpath.m4 Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
sources.am Import GNU Classpath (20121202). 2012-12-19 17:03:15 +00:00
stacktrace.cc sjlj.m4: New file. 2015-05-13 21:15:31 +00:00
standard.omit.in
verify.cc
win32-threads.cc
win32.cc

README

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/

BUGS
====

Please refer to

		http://gcc.gnu.org/bugs/

on when and how to submit a bug report.