From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: Asm Question Date: Thu, 18 Sep 1997 15:58:39 +0200 Organization: TU Chemnitz-Zwickau Lines: 20 Message-ID: <3421338F.2B9D7E41@Mathematik.TU-Chemnitz.DE> References: <342115E7 DOT 43D8 AT rug DOT ac DOT be> NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Vik Heyndrickx wrote: > > Does this then mean that program's compiled with the > -fomit-frame-pointer option, that access local variables directly > relative to %esp can yield problems with symify? local variables have nothing to do with symify, but when your program was compiled with -fomit-frame-pointer you will get an (in most cases) unusable traceback, since the traceback is created by eximining the information stored in the stack, which is not done with -fomit-frame-pointer. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************