This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [arm] Use EABI unwind library
- From: Richard Henderson <rth at redhat dot com>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>, Richard Earnshaw <rearnsha at arm dot com>
- Date: Wed, 22 Sep 2004 23:32:03 -0700
- Subject: Re: [arm] Use EABI unwind library
- References: <200409220346.19550.paul@codesourcery.com>
On Wed, Sep 22, 2004 at 03:46:19AM +0100, Paul Brook wrote:
> b) Provide a custom personality routine that uses tables similar to teh
> existing dwarf2 unwinder.
If you're defining your own personality routine, and your own lsda,
why can't it be *exactly* like the existing dwarf2 unwinder instead
of only sort of like it?
> * unwind.h: Include unwind-arm.h when using ARM EABI unwinder.
I don't like this at all. This is an installed header. If you
want to replace the file in its entirety, then you should do so
instead of playing ifdef games.
I'm not going to look at the rest, since the first question needs
answering.
r~