diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2010-03-26 18:05:46 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2010-03-26 18:05:46 +0000 |
commit | 907af001f77f9dee04ecb77a6cb0d21a55850033 (patch) | |
tree | d242574077c972d14788da2aba69e75bd2def63c /gdb/ChangeLog | |
parent | dde2d684b0d148d26ad0c7ea8765dc051cbf9a5b (diff) | |
download | gdb-907af001f77f9dee04ecb77a6cb0d21a55850033.zip gdb-907af001f77f9dee04ecb77a6cb0d21a55850033.tar.gz gdb-907af001f77f9dee04ecb77a6cb0d21a55850033.tar.bz2 |
ChangeLog:
* dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by
ignoring spurious DW_AT_name attributes for unnamed structs or unions.
* completer.c (add_struct_fields): Fix inverted logic.
testsuite/ChangeLog:
* gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
that do not provide the tagless_struct type name at all.
(test_print_anon_union): Do not check value of uninitialized
union member. Do not use cp_test_ptype_class, so we can accept
"long" as well as "long int".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7cfac07..5effdf3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2010-03-26 Ulrich Weigand <uweigand@de.ibm.com> + * dwarf2read.c (dwarf2_name): Work around GCC bugzilla debug/41828 by + ignoring spurious DW_AT_name attributes for unnamed structs or unions. + * completer.c (add_struct_fields): Fix inverted logic. + +2010-03-26 Ulrich Weigand <uweigand@de.ibm.com> + * breakpoint.c (bpstat_clear_actions): Reset bs->commands_left. 2010-03-26 Pedro Alves <pedro@codesourcery.com> |