diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:27:29 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-04-21 20:27:29 +0000 |
commit | 4bcbd6cb5f3405b5d9254795fefa0f772c059c57 (patch) | |
tree | b5960b166b2de9872c27527fd2740a8547e862d7 /gdb/config | |
parent | b31da25ee58e2b01aa0c189474a277b443d94517 (diff) | |
download | gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.zip gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.tar.gz gdb-4bcbd6cb5f3405b5d9254795fefa0f772c059c57.tar.bz2 |
* config/alpha/tm-alpha.h: Move alpha_software_single_step
prototype from here...
* alpha-tdep.h: ...to here.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/alpha/tm-alpha.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index d1806f5..bfc2a6e 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 */ |