[PATCH] Trivial prototype move

Jason R Thorpe thorpej@wasabisystems.com
Sun Apr 21 13:25:00 GMT 2002


Committed as obvious.

        * config/alpha/tm-alpha.h: Move alpha_software_single_step
        prototype from here...
        * alpha-tdep.h: ...to here.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: alpha-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/alpha-tdep.h,v
retrieving revision 1.3
diff -u -r1.3 alpha-tdep.h
--- alpha-tdep.h	21 Apr 2002 18:24:48 -0000	1.3
+++ alpha-tdep.h	21 Apr 2002 20:20:27 -0000
@@ -98,6 +98,8 @@
   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: config/alpha/tm-alpha.h
===================================================================
RCS file: /cvs/src/src/gdb/config/alpha/tm-alpha.h,v
retrieving revision 1.21
diff -u -r1.21 tm-alpha.h
--- config/alpha/tm-alpha.h	21 Apr 2002 17:54:50 -0000	1.21
+++ config/alpha/tm-alpha.h	21 Apr 2002 20:20:29 -0000
@@ -135,7 +135,4 @@
 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 */


More information about the Gdb-patches mailing list