projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f39821
)
Revert small portion of previous commit. (Delete a #if 0 and #endif that I
author
Kevin Buettner
<kevinb@redhat.com>
Mon, 27 Oct 2003 06:30:49 +0000
(06:30 +0000)
committer
Kevin Buettner
<kevinb@redhat.com>
Mon, 27 Oct 2003 06:30:49 +0000
(06:30 +0000)
had added for testing.)
gdb/frv-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/frv-tdep.c
b/gdb/frv-tdep.c
index 458a4b802f14c621e0b8e6ab5f7d1bf247c38db9..9c579e1406d19b92355894897dbe3754bf2d64a5 100644
(file)
--- 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);