summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6a5c74bbbf..78bfba9a41 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
+
+ * c-typeprint.c (need_access_label_p): New function.
+ (c_type_print_base_struct_union): New function.
+ (c_type_print_base): Move code to handle
+ TYPE_CODE_{STRUCT,UNION} to the functions mentioned above.
+
2017-12-15 Richard Henderson <rth@redhat.com>
Uros Bizjak <ubizjak@gmail.com>