This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] PPC32: Correct signal handling
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 19 Jun 2003 15:55:50 -0400
- Subject: Re: [PATCH] PPC32: Correct signal handling
- References: <200306171404.49714@enzo.bigblue.local>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Tue, Jun 17, 2003 at 02:04:49PM +0200, Franz Sirl wrote:
> Hi,
>
> as promised, here is the powerpc part to correct libjava signal handling.
>
> Bootstrapped and regtested on powerpc-linux.
>
> OK to commit to mainline and 3.3 branch?
>
> Franz.
>
> gcc/
> * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
> 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
Please adjust config/rs6000/linux64.h (!defined __powerpc64__) as well.
Jakub