This is the mail archive of the gcc@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: BUG? -fomit-frame-pointer and exceptions or setjmp/longjmp


On Fri, Jun 14, 2002 at 11:21:09PM +0100, Nix wrote:
> So all I need to do is learn how to read FDEs from the DWARF2 spec. I've
> read enough to realise it's not *at all* simple; the sort of thing
> that's better done with scripts to make sense of the info, even when
> reading them from .S files

readelf -wf on .o files; gcc -dA -S for .s files.


r~


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