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 | fa4ee59046a31debd82978d97029e3faff0bd493 (patch) | |
tree | ed5c89b7d5d8e493afdcf936f323ef164d697335 /gdb/arch-utils.c | |
parent | 8f9c4e1d362508b412559a23b6bb889e66da72ed (diff) | |
download | gdb-fa4ee59046a31debd82978d97029e3faff0bd493.tar.gz |
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 732c40bda6a..a805dbc6b93 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) |