diff options
author | Kung Hsu <kung@cygnus> | 1994-06-09 23:22:56 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-06-09 23:22:56 +0000 |
commit | 2c012f9efc6acc49ef6caa456f292517a304e615 (patch) | |
tree | f570e4467fff4ab71b27848577ca6b6a14df333a /gdb | |
parent | 605f94ba350cd1a2a72ab918105a0e7a0859eaae (diff) | |
download | gdb-2c012f9efc6acc49ef6caa456f292517a304e615.zip gdb-2c012f9efc6acc49ef6caa456f292517a304e615.tar.gz gdb-2c012f9efc6acc49ef6caa456f292517a304e615.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8964125..c519228 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. |