|
From: Julian S. <js...@ac...> - 2005-11-05 14:48:49
|
> As there is no reliable/easy way to get the calling functions stack > and frame pointers my best fix at the moment is to use the current > value of the PC instead of the return address. A patch for that is > attached which works on x86/amd64 but needs a small assembly tweak > for ppc32 to get the PC value. Looks good. I committed it. (am not unhappy to wave bye-bye to __builtin_return_address). ppc was a little tricky :-) J |