* config/alpha/tm-alpha.h: Move alpha_software_single_step
authorJason Thorpe <thorpej@netbsd.org>
Sun, 21 Apr 2002 20:27:29 +0000 (20:27 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sun, 21 Apr 2002 20:27:29 +0000 (20:27 +0000)
prototype from here...
* alpha-tdep.h: ...to here.

gdb/ChangeLog
gdb/alpha-tdep.h
gdb/config/alpha/tm-alpha.h

index 61a7ef7..f6fd36b 100644 (file)
@@ -1,3 +1,9 @@
+2002-04-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/alpha/tm-alpha.h: Move alpha_software_single_step
+       prototype from here...
+       * alpha-tdep.h: ...to here.
+
 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
 
        * frame.h (selected_frame_level): Document as deprecated.
index e89275f..618d47c 100644 (file)
@@ -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 *));
index d1806f5..bfc2a6e 100644 (file)
@@ -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 */