aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
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