summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-05 14:12:40 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-05 14:12:40 +0000
commitae327a28aca44d3cc5794d56809baaeb50d2b008 (patch)
treebff9fa8aaa95ba0eea798d9143fe955fa15cf1d4 /gdb/arch-utils.h
parent0e4d9f84c18e4e1d8feb90819739900906dbb5ff (diff)
downloadgdb-ae327a28aca44d3cc5794d56809baaeb50d2b008.tar.gz
2004-08-05 Andrew Cagney <cagney@gnu.org>
* gdbarch.sh (deprecated_frame_saved_pc): Delete. * gdbarch.h, gdbarch.c: Re-generate. * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete. * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete. * frame.h: Delete deprecated_read_fp from comments. * arch-utils.c (deprecated_init_frame_pc_default): Delete. * arch-utils.h (deprecated_init_frame_pc_default): Delete. Index: doc/ChangeLog 2004-08-05 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Target Architecture Definition): Delete reference to deprecated_read_fp.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 4d1e48ee7fc..cf63b318254 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -72,10 +72,6 @@ extern gdbarch_convert_from_func_ptr_addr_ftype convert_from_func_ptr_addr_ident
extern int no_op_reg_to_regnum (int reg);
-/* Versions of init_frame_pc(). Do nothing; do the default. */
-
-extern CORE_ADDR deprecated_init_frame_pc_default (int fromleaf, struct frame_info *prev);
-
/* Do nothing version of elf_make_msymbol_special. */
void default_elf_make_msymbol_special (asymbol *sym, struct minimal_symbol *msym);