* config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with

RRRRR=0 for simulator breakpoint. Previous breakpoint insn was two
words.
This commit is contained in:
Andrew Cagney 1997-09-25 07:01:21 +00:00
parent c1937db3e5
commit 7a3fb4e6ea
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

@ -1,3 +1,7 @@
Wed Sep 24 14:04:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
* v850.igen: Make divh insn with RRRRR==0 breakpoint.
Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.