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]

Re: libffi unwinder data


On Tue, Jun 05, 2001 at 10:29:00AM +0100, Andrew Haley wrote:
> This reminds me of something.  I've been wondering if it is worth
> adding unwinder directives to gas rather than doing it all as .byte
> commands in gcc...

Well, for plain assembler, Alpha actually has enough information with
the .frame, .mask, .fmask, and .prologue directives to construct the
entire .eh_frame (or .debug_frame) section itself.

Which is probably the best way to go, really.  No one wants to fiddle
with the details of skipping etc at all.



r~


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