diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:10:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-15 23:10:55 +0000 |
commit | 10312cc4d25cc384e349900124dacff806955797 (patch) | |
tree | 8374ffa3ffdc22353254f7aa9fc6e3dccb986038 /gdb/config | |
parent | dd80620e6b85a692434015686adb5e0242734089 (diff) | |
download | gdb-10312cc4d25cc384e349900124dacff806955797.zip gdb-10312cc4d25cc384e349900124dacff806955797.tar.gz gdb-10312cc4d25cc384e349900124dacff806955797.tar.bz2 |
Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 8c28860..a207950 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -383,15 +383,6 @@ extern void mips_pop_frame (void); #define CALL_DUMMY_ADDRESS() (mips_call_dummy_address ()) extern CORE_ADDR mips_call_dummy_address (void); -/* There's a mess in stack frame creation. See comments in blockframe.c - near reference to INIT_FRAME_PC_FIRST. */ - -#define INIT_FRAME_PC(fromleaf, prev) /* nada */ - -#define INIT_FRAME_PC_FIRST(fromleaf, prev) \ - mips_init_frame_pc_first(fromleaf, prev) -extern void mips_init_frame_pc_first (int, struct frame_info *); - /* Special symbol found in blocks associated with routines. We can hang mips_extra_func_info_t's off of this. */ |