summaryrefslogtreecommitdiffstats
path: root/gdb/target.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-24 02:07:49 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-24 02:07:49 +0000
commit64c4637f9265ae06f5f88887afe243ac33392992 (patch)
tree87cdc3e74baed364dd32523972ad2f1a74954f85 /gdb/target.h
parent61a0eb5b8e81215b3d3d7be207315572af3fe8a8 (diff)
downloadppe42-binutils-64c4637f9265ae06f5f88887afe243ac33392992.tar.gz
ppe42-binutils-64c4637f9265ae06f5f88887afe243ac33392992.zip
* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not multi-arch. * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add. * gdbarch.h, gdbarch.c: Re-generate. * target.h (SOFTWARE_SINGLE_STEP_P) (SOFTWARE_SINGLE_STEP): Delete macro definitions.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/target.h b/gdb/target.h
index fa805830aa..22c152f6d8 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1251,12 +1251,6 @@ extern void push_remote_target (char *name, int from_tty);
/* Imported from machine dependent code */
-#ifndef SOFTWARE_SINGLE_STEP_P
-#define SOFTWARE_SINGLE_STEP_P() 0
-#define SOFTWARE_SINGLE_STEP(sig,bp_p) \
- (internal_error (__FILE__, __LINE__, "SOFTWARE_SINGLE_STEP"), 0)
-#endif /* SOFTWARE_SINGLE_STEP_P */
-
/* Blank target vector entries are initialized to target_ignore. */
void target_ignore (void);
OpenPOWER on IntegriCloud