diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-30 21:16:10 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-30 21:16:10 +0000 |
commit | cd65c8f61a794bcdb966abae80f2151d3f28b3c4 (patch) | |
tree | 160c8e49b23ff7cac1cf267138c3cf68dce69a0e /gdb/config/alpha | |
parent | 95ac2dcfbb412c950079cd182299a7d572ed9f90 (diff) | |
download | gdb-cd65c8f61a794bcdb966abae80f2151d3f28b3c4.zip gdb-cd65c8f61a794bcdb966abae80f2151d3f28b3c4.tar.gz gdb-cd65c8f61a794bcdb966abae80f2151d3f28b3c4.tar.bz2 |
2004-10-30 Andrew Cagney <cagney@gnu.org>
* alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
* config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
(alpha_setup_arbitrary_frame): Delete.
* mips-tdep.c (setup_arbitrary_frame): Delete.
* config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
(setup_arbitrary_frame): Delete.
* stack.c (parse_frame_specification_1): When specified, call
create_new_frame with two parameters. Delete #ifdef
SETUP_ARBITRARY_FRAME.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/tm-alpha.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index 0b7878c..d21ef1d 100644 --- a/gdb/config/alpha/tm-alpha.h +++ b/gdb/config/alpha/tm-alpha.h @@ -57,18 +57,4 @@ typedef struct alpha_extra_func_info #define mips_extra_func_info alpha_extra_func_info #define mips_extra_func_info_t alpha_extra_func_info_t -/* It takes two values to specify a frame on the ALPHA. Sigh. - - In fact, at the moment, the *PC* is the primary value that sets up - a frame. The PC is looked up to see what function it's in; symbol - information from that function tells us which register is the frame - pointer base, and what offset from there is the "virtual frame pointer". - (This is usually an offset from SP.) FIXME -- this should be cleaned - up so that the primary value is the SP, and the PC is used to disambiguate - multiple functions with the same SP that are at different stack levels. */ - -#define SETUP_ARBITRARY_FRAME(argc, argv) \ - alpha_setup_arbitrary_frame (argc, argv) -extern struct frame_info *alpha_setup_arbitrary_frame (int, CORE_ADDR *); - #endif /* TM_ALPHA_H */ |