From: Stu Grossman Date: Mon, 4 May 1998 21:26:02 +0000 (+0000) Subject: * ocd.h: Add new flags, function codes, and processor types to support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a41292bacd89726379e0c798ca8b459ab7f62a11;p=binutils-gdb.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 72d9e9fed8d..7f61a1790f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Sat May 2 09:35:07 1998 Stu Grossman + * 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