* 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 07d1e02..9bd7fdb 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 2ce5289..e09652d 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.