diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-25 04:47:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-25 04:47:56 +0000 |
commit | 7d6a26a7dc968a6be160d59fe45219bd646b1a1c (patch) | |
tree | f1f1b7bee5b799dd8a93ea40a8484bf949b89d30 /gdb/arch-utils.c | |
parent | aeb5439ec8681a66d6aad77c671103cfcf2cc8f8 (diff) | |
download | gdb-7d6a26a7dc968a6be160d59fe45219bd646b1a1c.zip gdb-7d6a26a7dc968a6be160d59fe45219bd646b1a1c.tar.gz gdb-7d6a26a7dc968a6be160d59fe45219bd646b1a1c.tar.bz2 |
2002-11-24 Andrew Cagney <ac131313@redhat.com>
* gdbarch.sh (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Change
default to get_frame_base.
* gdbarch.h, gdbarch.c: Regenerate.
* arch-utils.c (default_frame_address): Delete function.
* arch-utils.h (default_frame_address): Delete declaration
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index 732c40b..a805dbc 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -313,13 +313,6 @@ no_op_reg_to_regnum (int reg) return reg; } -/* For use by frame_args_address and frame_locals_address. */ -CORE_ADDR -default_frame_address (struct frame_info *fi) -{ - return fi->frame; -} - /* Default prepare_to_procced(). */ int default_prepare_to_proceed (int select_it) |