summaryrefslogtreecommitdiff
path: root/gdb/config/alpha
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-04-21 20:27:29 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-04-21 20:27:29 +0000
commite69223e39fa079a39782c9412bc0c427633748b4 (patch)
tree0b32ece81200df244a0c2b8f216282f4d3f78a0f /gdb/config/alpha
parent4f734ebfabf1d9497948847d8d721adce1bfe54b (diff)
downloadgdb-e69223e39fa079a39782c9412bc0c427633748b4.tar.gz
* config/alpha/tm-alpha.h: Move alpha_software_single_step
prototype from here... * alpha-tdep.h: ...to here.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r--gdb/config/alpha/tm-alpha.h3
1 files changed, 0 insertions, 3 deletions
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 */