aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-12-10 09:55:34 +0000
committerJohn Gilmore <gnu@cygnus>1992-12-10 09:55:34 +0000
commitc8aac932c67f25af5183ecc83dc490191ffe24ae (patch)
treec96cdfe3bce424035a345a74e6ecdb799000d35c /gdb
parentc09fde96d8cdb0f22d3c9ecf53bb654b40dadaf7 (diff)
downloadgdb-c8aac932c67f25af5183ecc83dc490191ffe24ae.zip
gdb-c8aac932c67f25af5183ecc83dc490191ffe24ae.tar.gz
gdb-c8aac932c67f25af5183ecc83dc490191ffe24ae.tar.bz2
* mipsread.c (parse_symbol): When checking whether a structured
type is an enum, check qualifiers of its first member, as well as the base type of the member. Bug found and fixed by John M. Farrell, <farrell@fjort.reo.dec.com>. * config/{vxworks68,vxworks960}: Don't include xdr_regs.o.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6cfe59b..0660265 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,8 +1,14 @@
Wed Dec 9 19:53:25 1992 John Gilmore (gnu@cygnus.com)
+ * mipsread.c (parse_symbol): When checking whether a structured
+ type is an enum, check qualifiers of its first member, as well as
+ the base type of the member. Bug found and fixed by John M.
+ Farrell, <farrell@fjort.reo.dec.com>.
+
* vx-share/{reg.h,xdr_regs.h,xdr_regs.c}: Remove, unused.
* remote-vx.c: Don't include vx-share/reg.h.
* vx-share/ptrace.h: Reproduce from scratch.
+ * config/{vxworks68,vxworks960}: Don't include xdr_regs.o.
Tue Dec 8 13:30:58 1992 Fred Fish (fnf@cygnus.com)