* config/v850/tm-v850.h (BREAKPOINT): Use 1 word DIVH insn with
authorAndrew Cagney <cagney@redhat.com>
Thu, 25 Sep 1997 07:01:21 +0000 (07:01 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 25 Sep 1997 07:01:21 +0000 (07:01 +0000)
RRRRR=0 for simulator breakpoint. Previous breakpoint insn was two
words.

gdb/config/v850/tm-v850.h
sim/v850/ChangeLog

index 07d1e024b2f0d78cb1e4b2844aa5376fd79ddd34..9bd7fdb8ee245477a5d038c2d7fc1b578ba3c4a1 100644 (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
 
index 2ce5289c97ccb935e779937125f31227a2e356b9..e09652d08bfcc056ae7abcf5b216a5b605acd2cb 100644 (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.