aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-09 20:19:15 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-09 20:19:15 +0000
commit5efde11249adf7e041cbbce5e089ac956f9b834b (patch)
treef629bdca5d73fc8b3d9b85cba293751b858d6e3e /gdb/frame.c
parent6aba47ca06d9150c6196a374b745c2711b46e045 (diff)
downloadgdb-5efde11249adf7e041cbbce5e089ac956f9b834b.zip
gdb-5efde11249adf7e041cbbce5e089ac956f9b834b.tar.gz
gdb-5efde11249adf7e041cbbce5e089ac956f9b834b.tar.bz2
* 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 32a97d7..8d39305 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,