aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-tdep.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-02 20:28:52 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-02 20:28:52 +0000
commitb0e932ad4557ff6261dc46ffd87eec774170caca (patch)
tree7871353c1f939d84fb1868e74883c1fa88b50d5d /gdb/rs6000-tdep.c
parent0848ad1c4da297c06f56855124aaf11b2cc30c71 (diff)
downloadgdb-b0e932ad4557ff6261dc46ffd87eec774170caca.zip
gdb-b0e932ad4557ff6261dc46ffd87eec774170caca.tar.gz
gdb-b0e932ad4557ff6261dc46ffd87eec774170caca.tar.bz2
* rs6000-tdep.c (frameless_function_invocation): Don't even think
about framlessness except on the innermost frame.
Diffstat (limited to 'gdb/rs6000-tdep.c')
-rw-r--r--gdb/rs6000-tdep.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c
index 94aadf2..4d1b73a 100644
--- a/gdb/rs6000-tdep.c
+++ b/gdb/rs6000-tdep.c
@@ -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