diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 68de221..c0d79ec 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -85,7 +85,7 @@ 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_default (int fromleaf, struct frame_info *prev); +extern CORE_ADDR deprecated_init_frame_pc_default (int fromleaf, struct frame_info *prev); /* Do nothing version of elf_make_msymbol_special. */ |