public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kai Tietz <ktietz70@googlemail.com>
To: Bernd Edlinger <bernd.edlinger@hotmail.de>
Cc: "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
		"java-patches@gcc.gnu.org" <java-patches@gcc.gnu.org>,
	Rainer Orth <ro@cebitec.uni-bielefeld.de>
Subject: Re: [PATCH] Enable Java on Cygwin-64
Date: Mon, 12 May 2014 16:07:00 -0000	[thread overview]
Message-ID: <CAEwic4Y8VD+YbUAJ6Vo=bz6E7akS=XDkRDZiK4gSRG3w5sdNJQ@mail.gmail.com> (raw)
In-Reply-To: <DUB118-W36635B73214FEBB0B9CA0BE44A0@phx.gbl>

Hi,

I have the following comment.

boehm-gc/ChangeLog:

2014-05-11  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.

That change is ok.  Please don't miss to post the changes also to boehm-gc's ML.

In general it is better to splitt patches into seprate patches.  To
put all in one isn't ease review here.

libffi/ChangeLog:

2014-05-11  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.

Patch is ok IMO.  Nevertheless this part shall go also to libffi's ML.

libgcc/ChangeLog:

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

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

This part of the patch is ok.  Please apply to trunk.

libjava/ChangeLog:

2014-05-11  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.

This part of the patch looks ok too.  As here a libjava-maintainer
needs to look into too, you should post this part again to ML with
prominent marking libjava in subject line.

libjava/classpath/ChangeLog:

2014-05-11  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.

Same here.  Looks ok to me, too.  Nevertheless please post it as
separate thread to ML.

Thanks,
Kai

      reply	other threads:[~2014-05-12 16:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-11 11:16 Bernd Edlinger
2014-05-12 16:07 ` Kai Tietz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwic4Y8VD+YbUAJ6Vo=bz6E7akS=XDkRDZiK4gSRG3w5sdNJQ@mail.gmail.com' \
    --to=ktietz70@googlemail.com \
    --cc=bernd.edlinger@hotmail.de \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-patches@gcc.gnu.org \
    --cc=ro@cebitec.uni-bielefeld.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).