This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Enable DWARF2 exceptions on PPC
- To: Kevin Hendricks <khendricks at ivey dot uwo dot ca>
- Subject: Re: Enable DWARF2 exceptions on PPC
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- Date: Tue, 22 May 2001 14:40:44 +0100 (BST)
- Cc: java at gcc dot gnu dot org
- References: <200105221336.f4MDaJj10245@ashley.ivey.uwo.ca>
Kevin Hendricks writes:
> Hi,
>
> > 2001-05-18 Andrew Haley <aph@cambridge.redhat.com>
> >
> > * include/dwarf2-signal.h: New file.
> > * configure.in (SYSDEP_SOURCES): Add dwarf2-signal.h for PPC.
> > * configure.host (EXCEPTIONSPEC): Don't use sjlj on PPC.
> > * configure: Rebuilt.
>
> Someone might want to look at the libffi changes I contributed to
> support ppc linux for the java interpreter.
Yes, I guess that's true.
> If I remember correctly, I think somewhere there is a define to use sjlj
> exception handling.
>
> Perhaps that should be changed as well?
I've tested on PPC / gcc 3.0 branch and it uses dwarf2 exceptions
throughtout. If you see anything that says otherwise please let me
know.
Andrew.