diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-22 17:45:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-22 17:45:02 +0000 |
commit | e830d3371e7dc111fe1bd56b4be23df50ea8fd4b (patch) | |
tree | db811f318ec0ed9aa072f1c40392a09ef318e48c /gdb/arch-utils.h | |
parent | 4265eab4bd19ef1aaca66b96e1eb8b55f8c697f4 (diff) | |
download | gdb-e830d3371e7dc111fe1bd56b4be23df50ea8fd4b.tar.gz |
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/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 06f7bf30bda..68de221babe 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -85,8 +85,6 @@ extern int no_op_reg_to_regnum (int reg); /* Versions of init_frame_pc(). Do nothing; do the default. */ -extern CORE_ADDR init_frame_pc_noop (int fromleaf, struct frame_info *prev); - extern CORE_ADDR init_frame_pc_default (int fromleaf, struct frame_info *prev); /* Do nothing version of elf_make_msymbol_special. */ |