aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/rs6000
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-21 18:31:48 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-21 18:31:48 +0000
commit379d08a1d41314fa7cc30ea75e0cb0937d3d77ee (patch)
tree087c59e0bd5de085d0452aa6a62733cd859aa8b7 /gdb/config/rs6000
parentb0dad76219a3b884d7e9c7df867e885ba99b9288 (diff)
downloadfsf-binutils-gdb-379d08a1d41314fa7cc30ea75e0cb0937d3d77ee.zip
fsf-binutils-gdb-379d08a1d41314fa7cc30ea75e0cb0937d3d77ee.tar.gz
fsf-binutils-gdb-379d08a1d41314fa7cc30ea75e0cb0937d3d77ee.tar.bz2
* target.h (enum target_signal): Move definition from here.
* defs.h (enum target_signal): To here. * config/arc/tm-arc.h (arc_software_single_step): Change type of first parameter to enum target_signal. * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto. * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto. * rs6000-tdep.c (rs6000_software_single_step): Update.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r--gdb/config/rs6000/tm-rs6000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000/tm-rs6000.h b/gdb/config/rs6000/tm-rs6000.h
index 015169a..d16ca9a 100644
--- a/gdb/config/rs6000/tm-rs6000.h
+++ b/gdb/config/rs6000/tm-rs6000.h
@@ -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. */