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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
.cvsignore | Loading commit data... | |
Makefile.am | Loading commit data... | |
Makefile.in | Loading commit data... | |
dtoa.c | Loading commit data... | |
e_acos.c | Loading commit data... | |
e_asin.c | Loading commit data... | |
e_atan2.c | Loading commit data... | |
e_cosh.c | Loading commit data... | |
e_exp.c | Loading commit data... | |
e_fmod.c | Loading commit data... | |
e_hypot.c | Loading commit data... | |
e_log.c | Loading commit data... | |
e_log10.c | Loading commit data... | |
e_pow.c | Loading commit data... | |
e_rem_pio2.c | Loading commit data... | |
e_remainder.c | Loading commit data... | |
e_scalb.c | Loading commit data... | |
e_sinh.c | Loading commit data... | |
e_sqrt.c | Loading commit data... | |
fdlibm.h | Loading commit data... | |
ieeefp.h | Loading commit data... | |
k_cos.c | Loading commit data... | |
k_rem_pio2.c | Loading commit data... | |
k_sin.c | Loading commit data... | |
k_tan.c | Loading commit data... | |
mprec.c | Loading commit data... | |
mprec.h | Loading commit data... | |
namespace.h | Loading commit data... | |
s_atan.c | Loading commit data... | |
s_cbrt.c | Loading commit data... | |
s_ceil.c | Loading commit data... | |
s_copysign.c | Loading commit data... | |
s_cos.c | Loading commit data... | |
s_expm1.c | Loading commit data... | |
s_fabs.c | Loading commit data... | |
s_finite.c | Loading commit data... | |
s_floor.c | Loading commit data... | |
s_log1p.c | Loading commit data... | |
s_rint.c | Loading commit data... | |
s_scalbn.c | Loading commit data... | |
s_sin.c | Loading commit data... | |
s_tan.c | Loading commit data... | |
s_tanh.c | Loading commit data... | |
sf_fabs.c | Loading commit data... | |
sf_rint.c | Loading commit data... | |
strtod.c | Loading commit data... | |
w_acos.c | Loading commit data... | |
w_asin.c | Loading commit data... | |
w_atan2.c | Loading commit data... | |
w_cosh.c | Loading commit data... | |
w_exp.c | Loading commit data... | |
w_fmod.c | Loading commit data... | |
w_hypot.c | Loading commit data... | |
w_log.c | Loading commit data... | |
w_log10.c | Loading commit data... | |
w_pow.c | Loading commit data... | |
w_remainder.c | Loading commit data... | |
w_sinh.c | Loading commit data... | |
w_sqrt.c | Loading commit data... |