gcc/boehm-gc
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
..
Mac_files
cord
doc
include Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00
testsuite tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define. 2014-04-24 23:17:32 +02:00
AmigaOS.c
BCC_MAKEFILE
ChangeLog Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00
EMX_MAKEFILE
MacOS.c
MacProjects.sit.hqx
Makefile.DLLs
Makefile.am tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define. 2014-04-24 23:17:32 +02:00
Makefile.direct
Makefile.dist
Makefile.dj
Makefile.in tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define. 2014-04-24 23:17:32 +02:00
NT_MAKEFILE
NT_STATIC_THREADS_MAKEFILE
NT_THREADS_MAKEFILE
OS2_MAKEFILE
PCR-Makefile
SMakefile.amiga
WCC_MAKEFILE
aclocal.m4 Update to Automake 1.11.1. 2010-04-02 18:18:06 +00:00
add_gc_prefix.c
allchblk.c
alloc.c
alpha_mach_dep.S
backgraph.c
blacklst.c
callprocs
checksums.c
configure libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match. 2013-09-20 19:17:52 +09:30
configure.ac configure.ac: Add stanza for *-*-gnu* threads configuration. 2012-11-04 23:56:02 +01:00
configure.host
darwin_stop_world.c
dbg_mlc.c
depcomp
digimars.mak
dyn_load.c configure.ac: Add stanza for *-*-gnu* threads configuration. 2012-11-04 23:56:02 +01:00
finalize.c
gc.mak
gc_cpp.cc
gc_cpp.cpp
gc_dlopen.c
gcc_support.c
gcj_mlc.c
gcname.c
headers.c
hpux_test_and_clear.s
ia64_save_regs_in_stack.s
if_mach.c
if_not_there.c
mach_dep.c
malloc.c
mallocx.c
mark.c
mark_rts.c PR target/42811 (prerequisite) 2010-03-21 19:34:19 +00:00
mips_sgi_mach_dep.s
mips_ultrix_mach_dep.s
misc.c
new_hblk.c
obj_map.c
os_dep.c Use thr_stksegment to determine Solaris stack base 2013-03-06 15:08:58 +00:00
pc_excludes
pcr_interface.c
powerpc_darwin_mach_dep.s update boehm-gc for powerpc m64 darwin. 2010-12-10 10:09:10 +00:00
pthread_stop_world.c
pthread_support.c configure.ac: Add stanza for *-*-gnu* threads configuration. 2012-11-04 23:56:02 +01:00
ptr_chck.c PR target/42811 (prerequisite) 2010-03-21 19:34:19 +00:00
real_malloc.c
reclaim.c
rs6000_mach_dep.s
setjmp_t.c
sparc_mach_dep.S
sparc_netbsd_mach_dep.s
sparc_sunos4_mach_dep.s
specific.c configure.ac: Add stanza for *-*-gnu* threads configuration. 2012-11-04 23:56:02 +01:00
stubborn.c
threadlibs.c configure.ac: Add stanza for *-*-gnu* threads configuration. 2012-11-04 23:56:02 +01:00
threads.mk.in - checkin threads.mk.in. 2008-07-18 10:37:22 +00:00
typd_mlc.c
version.h
win32_threads.c Enable Java on Cygwin-64 2014-05-13 16:23:11 +00:00