This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libjava] Fix signal handling on IRIX, Tru64 UNIX (PR libgcj/49315)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]