summaryrefslogtreecommitdiff
path: root/gdb/frv-tdep.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2003-10-27 06:30:49 +0000
committerKevin Buettner <kevinb@redhat.com>2003-10-27 06:30:49 +0000
commitf55b11f3085316845469c24a375a70c204a88e37 (patch)
tree282b9c04b2ce7d530c48ab2449f2b92cb27ddc76 /gdb/frv-tdep.c
parentb88be835b3b6c164785f7cc4a419e78d0af72a18 (diff)
downloadgdb-f55b11f3085316845469c24a375a70c204a88e37.tar.gz
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c
index 458a4b802f1..9c579e1406d 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);