diff options
author | Kevin Buettner <kevinb@redhat.com> | 2003-10-27 06:30:49 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2003-10-27 06:30:49 +0000 |
commit | 322702e1e584754d8857af8109d56c3acd188757 (patch) | |
tree | 4947770ba1516200ba2959fd29a4bcc6a057d90d /gdb/frv-tdep.c | |
parent | 7f39821656c5150e7b26a8d967d698f20493ac2e (diff) | |
download | gdb-322702e1e584754d8857af8109d56c3acd188757.zip gdb-322702e1e584754d8857af8109d56c3acd188757.tar.gz gdb-322702e1e584754d8857af8109d56c3acd188757.tar.bz2 |
Revert small portion of previous commit. (Delete a #if 0 and #endif that I
had added for testing.)
Diffstat (limited to 'gdb/frv-tdep.c')
-rw-r--r-- | gdb/frv-tdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index 458a4b8..9c579e1 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -994,12 +994,10 @@ frv_frame_this_id (struct frame_info *next_frame, /* The FUNC is easy. */ func = frame_func_unwind (next_frame); -#if 0 /* This is meant to halt the backtrace at "_start". Make sure we don't halt it at a generic dummy frame. */ if (inside_entry_func (func)) return; -#endif /* Check if the stack is empty. */ msym_stack = lookup_minimal_symbol ("_stack", NULL, NULL); |