This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [libjava] Fix signal handling on IRIX, Tru64 UNIX (PR libgcj/49315)
- From: Andrew Haley <aph at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Thu, 16 Jun 2011 13:52:28 +0100
- Subject: Re: [libjava] Fix signal handling on IRIX, Tru64 UNIX (PR libgcj/49315)
- References: <yddy612ugbo.fsf@manam.CeBiTec.Uni-Bielefeld.DE>
On 06/16/2011 01:11 PM, Rainer Orth wrote:
> 2011-06-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
>
> PR libgcj/49315
> * include/solaris-signal.h: Rename to ...
> * include/posix-signal.h: ... this.
> (SA_FLAGS): Define.
> (SIGNAL_HANDLER): Handle non-SA_SIGINFO case.
> (sa_signal_handler): Define.
> (_INIT_SIG_HANDLER): New macro.
> (INIT_SEGV, INIT_FPE): Use it.
> * configure.ac (SIGNAL_HANDLER): Use it on alpha*-dec-osf*,
> mips-sgi-irix*, *-*-solaris2*
> * configure: Regenerate.
> * include/aix-signal.h: Refer to AIX.
> * configure.host (alpha*-dec-osf*): Enable can_unwind_signal.
> (mips-sgi-irix6*): Likewise.
Great, thanks!
Andrew.