diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 53666b3..8f2f0dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2014-02-27 Joel Brobecker <brobecker@adacore.com> + + * dwarf2read.c (update_enumeration_type_from_children): New + function, mostly extracted from process_structure_scope. + (read_enumeration_type): Call update_enumeration_type_from_children. + (process_enumeration_scope): Do not set THIS_TYPE's flag_unsigned + and flag_flag_enum fields. + 2014-02-26 Pedro Alves <palves@redhat.com> * bsd-uthread.c (bsd_uthread_xfer_partial): Delete function. |