* target.h (enum target_signal): Move definition from here.
[deliverable/binutils-gdb.git] / gdb / config / rs6000 / tm-rs6000.h
index 015169aeedd6cc2dd486748e56515480212beae5..d16ca9a43a8fc4fa347a7bccb4acdf20cd6f79f0 100644 (file)
@@ -99,7 +99,7 @@ extern void aix_process_linenos (void);
 /* RS6000/AIX does not support PT_STEP.  Has to be simulated.  */
 
 #define SOFTWARE_SINGLE_STEP_P() 1
-extern void rs6000_software_single_step (unsigned int, int);
+extern void rs6000_software_single_step (enum target_signal, int);
 #define SOFTWARE_SINGLE_STEP(sig,bp_p) rs6000_software_single_step (sig, bp_p)
 
 /* Notice when a new child process is started. */
This page took 0.023179 seconds and 4 git commands to generate.