aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-29 13:28:24 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-29 13:28:24 +0000
commit1211c4e429f8a2e8e70558160e94d6af6490c51f (patch)
tree151b4ec86fd2214335788ed929c7414d4694016e /gdb/config
parent2fc18c15d20c966ea7df140334e182753c3bde0e (diff)
downloadfsf-binutils-gdb-1211c4e429f8a2e8e70558160e94d6af6490c51f.zip
fsf-binutils-gdb-1211c4e429f8a2e8e70558160e94d6af6490c51f.tar.gz
fsf-binutils-gdb-1211c4e429f8a2e8e70558160e94d6af6490c51f.tar.bz2
From J.T.: Convert i386 to updated frame_saved_regs.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/tm-i386.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h
index 5181845..6e3207e 100644
--- a/gdb/config/i386/tm-i386.h
+++ b/gdb/config/i386/tm-i386.h
@@ -357,11 +357,9 @@ extern int i386_frame_num_args PARAMS ((struct frame_info *));
ways in the stack frame. sp is even more special:
the address we return for it IS the sp for the next frame. */
-#define FRAME_FIND_SAVED_REGS(frame_info, frame_saved_regs) \
-{ i386_frame_find_saved_regs ((frame_info), &(frame_saved_regs)); }
+extern void i386_frame_init_saved_regs PARAMS ((struct frame_info *));
+#define FRAME_INIT_SAVED_REGS(FI) i386_frame_init_saved_regs (FI)
-extern void i386_frame_find_saved_regs PARAMS ((struct frame_info *,
- struct frame_saved_regs *));
/* Things needed for making the inferior call functions. */