aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1998-05-04 21:26:02 +0000
committerStu Grossman <grossman@cygnus>1998-05-04 21:26:02 +0000
commita41292bacd89726379e0c798ca8b459ab7f62a11 (patch)
treeda21813c3e0a7a96a3de0d48a39ec4ce0e55467d /gdb
parent83657d850c3ca66cfb4baae276de83b403a225da (diff)
downloadgdb-a41292bacd89726379e0c798ca8b459ab7f62a11.zip
gdb-a41292bacd89726379e0c798ca8b459ab7f62a11.tar.gz
gdb-a41292bacd89726379e0c798ca8b459ab7f62a11.tar.bz2
* ocd.h: Add new flags, function codes, and processor types to support
new Wiggler capabilities. * (ocd_write_bytes_size): New function to allow atomic writes of memory in sizes larger than a byte.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 72d9e9f..7f61a17 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Sat May 2 09:35:07 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
+ * ocd.h: Add new flags, function codes, and processor types to support
+ new Wiggler capabilities.
+ * (ocd_write_bytes_size): New function to allow atomic writes of
+ memory in sizes larger than a byte.
+
* ser-unix.c (baudtab): Add 57600, 115200, 230400, and 460800 baud.
Fri May 1 19:51:32 1998 Frank Ch. Eigler <fche@cygnus.com>