diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2aa4b41..038c56b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2011-04-09 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix DW_AT_accessibility compatibility with gcc-4.6+. + * dwarf2read.c: Include ctype.h. + (producer_is_gxx_lt_4_6, dwarf2_default_access_attribute): New + functions. + (dwarf2_add_field): Fix new_field->accessibility by calling + dwarf2_default_access_attribute. Restructure setting accessibility + vs. virtuality. + (dwarf2_add_member_fn): New variable accessibility. Fix fnp + is_private and is_protected by calling + dwarf2_default_access_attribute. + 2011-04-08 Kevin Buettner <kevinb@redhat.com> * rx-tdep.c (rx_frame_unwind): Add default_frame_unwind_stop_reason |