summaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-01-09 20:19:15 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-01-09 20:19:15 +0000
commitbce73a4b576bbfa94f10509a4118988220c50d3f (patch)
tree7c35c8ae09314d5fd8c960e9d75001be400bd586 /gdb/frame.c
parent3a8345ebaa6ff734d6b36ea3aa5c74e1e7d8f877 (diff)
downloadgdb-bce73a4b576bbfa94f10509a4118988220c50d3f.tar.gz
* alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
frame_unwind_register to recurse. * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise. (alpha_heuristic_frame_prev_register): Likewise. * h8300-tdep.c (h8300_frame_prev_register): Likewise. * m32c-tdep.c (m32c_prev_register): Likewise. * frame.c (frame_register_unwind_location): Remove FIXME.
Diffstat (limited to 'gdb/frame.c')
-rw-r--r--gdb/frame.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/frame.c b/gdb/frame.c
index 32a97d7c6f5..8d393050c68 100644
--- a/gdb/frame.c
+++ b/gdb/frame.c
@@ -1103,10 +1103,7 @@ reinit_frame_cache (void)
/* Find where a register is saved (in memory or another register).
The result of frame_register_unwind is just where it is saved
- relative to this particular frame.
-
- FIXME: alpha, m32c, and h8300 actually do the transitive operation
- themselves. */
+ relative to this particular frame. */
static void
frame_register_unwind_location (struct frame_info *this_frame, int regnum,