From: Kung Hsu Date: Thu, 9 Jun 1994 23:22:56 +0000 (+0000) Subject: Modified Files: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c012f9efc6acc49ef6caa456f292517a304e615;p=binutils-gdb.git Modified Files: ChangeLog * remote-os9k.c (rombuf_command): fix a bug accepting rombug output. * stabsread.c (read_struct_fields): os9k nested structure does not have terminating ';', instead it just get to ',' and bit position and length. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8964125a578..c5192288659 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Thu Jun 9 14:59:58 1994 Kung Hsu (kung@mexican.cygnus.com) + + * remote-os9k.c (rombuf_command): fix a bug accepting rombug + output. + * stabsread.c (read_struct_fields): os9k nested structure does not + have terminating ';', instead it just get to ',' and bit position + and length. + Wed Jun 8 23:20:45 1994 Stu Grossman (grossman@cygnus.com) * nlmread.c (nlm_symtab_read): Clean up a bit.