aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-09-22 17:45:02 +0000
committerAndrew Cagney <cagney@redhat.com>2003-09-22 17:45:02 +0000
commit5d6eb653a494cfa3f7f85fae4f0e4937d1e8e298 (patch)
treedf8d3ff64d6c6d17914f24d606297568a5a5ccce /gdb/mips-tdep.c
parent5324d1855acc70deb308aba1f6d975181fcf4c74 (diff)
downloadgdb-5d6eb653a494cfa3f7f85fae4f0e4937d1e8e298.zip
gdb-5d6eb653a494cfa3f7f85fae4f0e4937d1e8e298.tar.gz
gdb-5d6eb653a494cfa3f7f85fae4f0e4937d1e8e298.tar.bz2
2003-09-22 Andrew Cagney <cagney@redhat.com>
* arch-utils.h (init_frame_pc_noop): Delete declaration. * arch-utils.c (init_frame_pc_noop): Delete function. * mn10300-tdep.c (mn10300_gdbarch_init): Do not set "init_frame_pc". * mips-tdep.c (mips_gdbarch_init): Ditto. * i386-interix-tdep.c (i386_interix_init_abi): Ditto. * config/sparc/tm-sparc.h (init_frame_pc_noop): Delete declaration. (DEPRECATED_INIT_FRAME_PC): Delete macro. * config/rs6000/tm-rs6000.h (init_frame_pc_noop): Delete declaration. (DEPRECATED_INIT_FRAME_PC): Delete macro.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index 0ead243..027cf44 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -6056,7 +6056,6 @@ mips_gdbarch_init (struct gdbarch_info info,
/* There's a mess in stack frame creation. See comments in
blockframe.c near reference to DEPRECATED_INIT_FRAME_PC_FIRST. */
set_gdbarch_deprecated_init_frame_pc_first (gdbarch, mips_init_frame_pc_first);
- set_gdbarch_deprecated_init_frame_pc (gdbarch, init_frame_pc_noop);
/* Map debug register numbers onto internal register numbers. */
set_gdbarch_stab_reg_to_regnum (gdbarch, mips_stab_reg_to_regnum);