This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Enable DWARF2 exceptions on PPC
- To: java at gcc dot gnu dot org, aph at cambridge dot redhat dot com
- Subject: Re: Enable DWARF2 exceptions on PPC
- From: Kevin Hendricks <khendricks at ivey dot uwo dot ca>
- Date: Tue, 22 May 2001 09:35:43 -0400
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.
If I remember correctly, I think somewhere there is a define to use sjlj exception handling.
Perhaps that should be changed as well?
Kevin