Mail Archives: djgpp/1997/09/18/12:31:28
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 *
*****************************************************************
- Raw text -