diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-25 07:01:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-25 07:01:21 +0000 |
commit | 7a3fb4e6ea07d9040490f74889599442ba520f62 (patch) | |
tree | 40703d04bf266b2307b560e6f49b2b7efabd6f0a /gdb/config/v850 | |
parent | c1937db3e578ce777b66db5cc8d14b66099902a8 (diff) | |
download | gdb-7a3fb4e6ea07d9040490f74889599442ba520f62.zip gdb-7a3fb4e6ea07d9040490f74889599442ba520f62.tar.gz gdb-7a3fb4e6ea07d9040490f74889599442ba520f62.tar.bz2 |
* config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with
RRRRR=0 for simulator breakpoint. Previous breakpoint insn was two
words.
Diffstat (limited to 'gdb/config/v850')
-rw-r--r-- | gdb/config/v850/tm-v850.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/v850/tm-v850.h b/gdb/config/v850/tm-v850.h index 07d1e02..9bd7fdb 100644 --- a/gdb/config/v850/tm-v850.h +++ b/gdb/config/v850/tm-v850.h @@ -67,15 +67,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define MAX_REGISTER_VIRTUAL_SIZE 4 -/* start-sanitize-v850e */ -#if 1 #define BREAKPOINT {0x40, 0xf8} /* little-ended */ -#else -/* end-sanitize-v850e */ -#define BREAKPOINT {0xff, 0xff, 0xff, 0xff} -/* start-sanitize-v850e */ -#endif -/* end-sanitize-v850e */ #define FUNCTION_START_OFFSET 0 |