diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-07-16 11:03:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-07-16 11:03:41 +0000 |
commit | d7b7af6f3a94a8da1f9ca9c94f70fa618d693a31 (patch) | |
tree | d539044740349652f00a993b032de462e776ab3c /gdb/gdbarch.h | |
parent | 1cd566a4445b89fd79300cce04b715389623fdad (diff) | |
download | gdb-d7b7af6f3a94a8da1f9ca9c94f70fa618d693a31.zip gdb-d7b7af6f3a94a8da1f9ca9c94f70fa618d693a31.tar.gz gdb-d7b7af6f3a94a8da1f9ca9c94f70fa618d693a31.tar.bz2 |
* gdbarch.sh (deprecated_saved_pc_after_call): Delete.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 48bcd7a..a4764f8 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -1001,31 +1001,6 @@ extern void set_gdbarch_unwind_sp (struct gdbarch *gdbarch, gdbarch_unwind_sp_ft /* DEPRECATED_FRAME_LOCALS_ADDRESS as been replaced by the per-frame frame-base. Enable frame-base before frame-unwind. */ -#if defined (DEPRECATED_SAVED_PC_AFTER_CALL) -/* Legacy for systems yet to multi-arch DEPRECATED_SAVED_PC_AFTER_CALL */ -#if !defined (DEPRECATED_SAVED_PC_AFTER_CALL_P) -#define DEPRECATED_SAVED_PC_AFTER_CALL_P() (1) -#endif -#endif - -extern int gdbarch_deprecated_saved_pc_after_call_p (struct gdbarch *gdbarch); -#if !defined (GDB_TM_FILE) && defined (DEPRECATED_SAVED_PC_AFTER_CALL_P) -#error "Non multi-arch definition of DEPRECATED_SAVED_PC_AFTER_CALL" -#endif -#if !defined (DEPRECATED_SAVED_PC_AFTER_CALL_P) -#define DEPRECATED_SAVED_PC_AFTER_CALL_P() (gdbarch_deprecated_saved_pc_after_call_p (current_gdbarch)) -#endif - -typedef CORE_ADDR (gdbarch_deprecated_saved_pc_after_call_ftype) (struct frame_info *frame); -extern CORE_ADDR gdbarch_deprecated_saved_pc_after_call (struct gdbarch *gdbarch, struct frame_info *frame); -extern void set_gdbarch_deprecated_saved_pc_after_call (struct gdbarch *gdbarch, gdbarch_deprecated_saved_pc_after_call_ftype *deprecated_saved_pc_after_call); -#if !defined (GDB_TM_FILE) && defined (DEPRECATED_SAVED_PC_AFTER_CALL) -#error "Non multi-arch definition of DEPRECATED_SAVED_PC_AFTER_CALL" -#endif -#if !defined (DEPRECATED_SAVED_PC_AFTER_CALL) -#define DEPRECATED_SAVED_PC_AFTER_CALL(frame) (gdbarch_deprecated_saved_pc_after_call (current_gdbarch, frame)) -#endif - #if defined (FRAME_NUM_ARGS) /* Legacy for systems yet to multi-arch FRAME_NUM_ARGS */ #if !defined (FRAME_NUM_ARGS_P) |