diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-03-24 02:07:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-03-24 02:07:49 +0000 |
commit | 64c4637f9265ae06f5f88887afe243ac33392992 (patch) | |
tree | 87cdc3e74baed364dd32523972ad2f1a74954f85 /gdb/target.h | |
parent | 61a0eb5b8e81215b3d3d7be207315572af3fe8a8 (diff) | |
download | gdb-64c4637f9265ae06f5f88887afe243ac33392992.zip gdb-64c4637f9265ae06f5f88887afe243ac33392992.tar.gz gdb-64c4637f9265ae06f5f88887afe243ac33392992.tar.bz2 |
* 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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/target.h b/gdb/target.h index fa80583..22c152f 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); |