* rs6000-tdep.c (frameless_function_invocation): Don't even think

about framlessness except on the innermost frame.
This commit is contained in:
Jim Kingdon 1993-04-02 20:28:52 +00:00
parent 0848ad1c4d
commit b0e932ad45
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Fri Apr 2 08:23:14 1993 Jim Kingdon (kingdon@cygnus.com)
* rs6000-tdep.c (frameless_function_invocation): Don't even think
about framlessness except on the innermost frame.
* xcoffexec.c: Call fatal() not abort().
* stabsread.c (patch_block_stabs): If stab & no symbol, make

View File

@ -956,6 +956,10 @@ int pcsaved;
CORE_ADDR func_start;
struct aix_framedata fdata;
if (fi->next != NULL)
/* Don't even think about framelessness except on the innermost frame. */
return 0;
func_start = get_pc_function_start (fi->pc) + FUNCTION_START_OFFSET;
/* If we failed to find the start of the function, it is a mistake