aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-17 06:51:28 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-17 06:51:28 +0000
commite2bdc01eaa62b069c7635a067db59f0882de4fe8 (patch)
treee61cf78f0f3d0b8a644d6b9e9be0bd48182e1204 /gdb
parentf9e0cf0b839f02ed36c17f711f1373df677ab014 (diff)
downloadfsf-binutils-gdb-e2bdc01eaa62b069c7635a067db59f0882de4fe8.zip
fsf-binutils-gdb-e2bdc01eaa62b069c7635a067db59f0882de4fe8.tar.gz
fsf-binutils-gdb-e2bdc01eaa62b069c7635a067db59f0882de4fe8.tar.bz2
Change v850 break-point instruction to loop. Get around lack of 16
bit breakpoint.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/config/v850/tm-v850.h2
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index df2b8fb..07e67eb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Wed May 17 16:48:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ From 2000-04-14 Gary Thomas <gthomas@redhat.com>:
+ * config/v850/tm-v850.h: Change breakpoint sequence to be
+ 'br *' since there is no 16bit "illegal" instruction on this
+ processor.
+
Tue May 16 18:57:14 2000 Andrew Cagney <cagney@b1.cygnus.com>
* TODO: Review. Delete anything that is no longer applicable.
diff --git a/gdb/config/v850/tm-v850.h b/gdb/config/v850/tm-v850.h
index 256606a..05edaff 100644
--- a/gdb/config/v850/tm-v850.h
+++ b/gdb/config/v850/tm-v850.h
@@ -82,7 +82,7 @@ extern char **v850_register_names;
#define MAX_REGISTER_VIRTUAL_SIZE 4
-#define BREAKPOINT {0x40, 0xF8} /* little-ended */
+#define BREAKPOINT {0x85, 0x05} /* little-ended */
#define FUNCTION_START_OFFSET 0