From 4bcbd6cb5f3405b5d9254795fefa0f772c059c57 Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Sun, 21 Apr 2002 20:27:29 +0000 Subject: [PATCH] * config/alpha/tm-alpha.h: Move alpha_software_single_step prototype from here... * alpha-tdep.h: ...to here. --- gdb/ChangeLog | 6 ++++++ gdb/alpha-tdep.h | 2 ++ gdb/config/alpha/tm-alpha.h | 3 --- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 61a7ef78372..f6fd36b180a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-04-21 Jason Thorpe + + * config/alpha/tm-alpha.h: Move alpha_software_single_step + prototype from here... + * alpha-tdep.h: ...to here. + 2002-04-21 Andrew Cagney * frame.h (selected_frame_level): Document as deprecated. diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index e89275f81f4..618d47c9260 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -98,6 +98,8 @@ struct gdbarch_tdep CORE_ADDR vm_min_address; /* used by heuristic_proc_start */ }; +void alpha_software_single_step (enum target_signal, int); + void alpha_gdbarch_register_os_abi (enum alpha_abi, void (*init_abi)(struct gdbarch_info, struct gdbarch *)); diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index d1806f537c8..bfc2a6eb5bd 100644 --- a/gdb/config/alpha/tm-alpha.h +++ b/gdb/config/alpha/tm-alpha.h @@ -135,7 +135,4 @@ extern struct frame_info *alpha_setup_arbitrary_frame (int, CORE_ADDR *); extern CORE_ADDR alpha_osf_skip_sigtramp_frame (struct frame_info *, CORE_ADDR); -/* Single step based on where the current instruction will take us. */ -extern void alpha_software_single_step (enum target_signal, int); - #endif /* TM_ALPHA_H */ -- 2.30.2