diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-10-30 21:15:56 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-10-30 21:15:56 +0000 |
commit | e8860ec2cfe96704af71f6572288562ea46d944b (patch) | |
tree | a9c27d67c8489e8874209b27edf531065b4b1161 /gdb/ChangeLog | |
parent | f9e0997d4ccf2ec87236d9dfebbfb36fdc4e4669 (diff) | |
download | gdb-e8860ec2cfe96704af71f6572288562ea46d944b.zip gdb-e8860ec2cfe96704af71f6572288562ea46d944b.tar.gz gdb-e8860ec2cfe96704af71f6572288562ea46d944b.tar.bz2 |
2000-10-19 Josef Ezra <jezra@emc.com>
* ax-gdb.c (gen_struct_ref): while generating data code, cases of
"collect p1->p2->data" where not covered if p2 is a 'typedefed'
type. this simple fix should forward the type pointer to the real
type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c819b1b..d741bc5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -228,6 +228,13 @@ Fri Oct 20 19:08:47 2000 Andrew Cagney <cagney@b1.cygnus.com> * MAINTAINERS: Add Fred Fish to Blanket Write Privs list. +2000-10-19 Josef Ezra <jezra@emc.com> + + * ax-gdb.c (gen_struct_ref): while generating data code, cases of + "collect p1->p2->data" where not covered if p2 is a 'typedefed' + type. this simple fix should forward the type pointer to the real + type. + 2000-10-19 Kevin Buettner <kevinb@redhat.com> * solib.c (LM_ADDR, LM_NEXT, LM_NAME, IGNORE_FIRST_LINK_MAP_ENTRY, |