gcc/libjava
Bernd Edlinger 54fde020cc Enable Java on Cygwin-64
Currently it is not possible to build GCC's libjava support on Cygwin-64.

This patch fixes the current build-problems on Cygwin-64 and the most
fundamental bugs on that platform.

Note you must still add --enable-threads=posix to successfully build the
java language support.


boehm-gc/ChangeLog:

2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        Fix current cygwin-64 build problems.
        * include/gc_config_macros.h (GC_PTHREADS): Use __CYGWIN__ instead
        of __CYGWIN32__ here.
        * win32_threads.c (GC_push_all_stacks): Push all X86_64 registers.
        (GC_get_thread_stack_base): Get the stack base for X86_64.

libffi/ChangeLog:

2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        Fix current cygwin-64 build problems.
        * src/java_raw_api.c: Remove if !defined(FFI_NO_RAW_API).
        * src/x86/ffi.c: Add if defined(__CYGWIN__).
        * src/x86/win64.S (ffi_closure_win64, ffi_call_win64): Added
        handling for FFI_TYPE_UINT64, FFI_TYPE_POINTER and FFI_TYPE_INT.
        Added SEH information.  Fixed formatting.

libgcc/ChangeLog:

2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * unwind-seh.c (_Unwind_Backtrace): Uncommented, finished
        implementation.

libjava/ChangeLog:

2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        Fix current cygwin-64 build problems.
        * configure.host: Added handling for x86_64-*-cygwin/mingw.
        * boehm.cc (_Jv_GCAttachThread, _Jv_GCDetachThread): Don't compile if
        GC_WIN32_THREADS is defined.
        * java/lang/natClass.cc (_Jv_InterfaceAssignableFrom): Rename interface
        to source_interface.

libjava/classpath/ChangeLog:

2014-05-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        Fix current cygwin-64 build problems.
        * native/fdlibm/mprec.c (_REENT_CHECK_MP, _REENT_MP_FREELIST,
        _REENT_MP_P5S, __ULong, __Long): Undefine previous definitions.

From-SVN: r210386
2014-05-13 16:23:11 +00:00
..
classpath Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00
contrib aot-compile.in: Fix typo in option list. 2013-06-27 13:58:20 +00:00
gcj
gnu gnat_ugn.texi: Bump @copying's copyright year. 2014-01-02 22:25:41 +01:00
include dwarf2-signal.h: Update copyright year. 2014-03-12 12:19:05 +01:00
java Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00
javax
libltdl libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match. 2013-09-20 19:17:52 +09:30
org
scripts
sun
sysdep
testsuite XFAIL sourcelocation (PR libgcj/55637) 2014-02-20 14:04:53 +00:00
COPYING
ChangeLog Enable Java on Cygwin-64 2014-05-13 16:23:11 +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
ChangeLog-2012
ChangeLog-2013 Small ChangeLog fixes. 2014-01-02 22:56:58 +01:00
HACKING
LIBGCJ_LICENSE
Makefile.am re PR java/60261 (Weird java install with --enable-version-specific-runtime-libs) 2014-02-20 08:43:04 +00:00
Makefile.in re PR java/60261 (Weird java install with --enable-version-specific-runtime-libs) 2014-02-20 08:43:04 +00:00
NEWS
README
THANKS
aclocal.m4
boehm.cc Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00
configure Remove obsolete Solaris 9 support 2014-04-22 12:30:59 +00:00
configure.ac Remove obsolete Solaris 9 support 2014-04-22 12:30:59 +00:00
configure.host Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00
darwin.cc
defineclass.cc
ecjx.cc
exception.cc
gij.cc
headers.txt
interpret-run.cc
interpret.cc
jni-libjvm.cc
jni.cc
jvmti.cc
libgcj-noncore-dummy.def
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libgcj.ver
libgcj_bc.c
libtool-version
link.cc
mauve-libgcj
mingwld.m4
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc
posix.cc
prims.cc
shlibpath.m4
sources.am
stacktrace.cc
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.