diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 83d7376..f9a865e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-09-21 Keith Seitz <keiths@redhat.com> + + * c-exp.y (qualified_name): Call CHECK_TYPEDEF before deciding + that a type is not an aggregate type. + 2009-09-21 Jason Orendorff <jason.orendorff@gmail.com> PR python/10666: |