This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [3.3 PATCH] Fix broken libgcj signal handling
Andrew Haley wrote:
Ulrich Weigand writes:
>
> ChangeLog:
>
> * prims.cc (catch_segv): Unblock correct signal.
> (catch_fpe): Likewise.
OK, Thanks.
Andrew.
Isn't this system dependent?
Sparc and MIPS are configured for SA_NODEFER so this is not needed.
Seems to me that unblocking should be handled in a similar manner to
setting up the singal handlers.
Just my $0.02.
David Daney.