On Fri, 21 Oct 2011 01:13:59 +0200 (CEST)
Wojciech Puchar <woj...@wojtek.tensor.gdynia.pl> wrote:

> >
> > -fno-asynchronous-unwind-tables should get rid of unwind
> > information, a.k.a. 'crap'.
> and this worked. found it just before getting your mail ;)
> 
> yes and this is crap... possibly it is needed for some cases and some 
> languages and i would not call it crap if it would not be included by 
> default!
> 

It is part of the amd64 ABI, which defaults to not pushing stack frames
on entry into each function, which is different from usual x86
convention.
Asynchronous unwind info (yeah, same stuff you keep referring to as
crap), is the only way you can debug your program or get anything
remotely close to usable backtrace, by default. 

-- 
Alexander Kabaev

Attachment: signature.asc
Description: PGP signature

Reply via email to