This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [arm] Use EABI unwind library


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]