aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 64e5da9..f821370 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,16 @@
+2020-05-27 Tom Tromey <tom@tromey.com>
+ Simon Marchi <simon.marchi@efficios.com>
+
+ * dwarf2/read.h (struct type_unit_group_unshareable): New.
+ (struct dwarf2_per_objfile) <type_units>: New member.
+ <get_type_unit_group_unshareable>: New method.
+ * dwarf2/read.c (struct type_unit_group) <compunit_symtab,
+ num_symtabs, symtabs>: Remove; move to
+ type_unit_group_unshareable.
+ (dwarf2_per_objfile::get_type_unit_group_unshareable): New.
+ (process_full_type_unit, dwarf2_cu::setup_type_unit_groups)
+ (dwarf2_cu::setup_type_unit_groups): Use type_unit_group_unshareable.
+
2020-05-27 Simon Marchi <simon.marchi@efficios.com>
* dwarf2/read.h (struct dwarf2_per_cu_data):