diff options
author | Doug Evans <dje@google.com> | 2013-04-01 22:36:08 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-04-01 22:36:08 +0000 |
commit | 0186c6a73326688f691dd8caa420237aee8efba7 (patch) | |
tree | 81c7a4b66ed4420df3d9facff6bc2877ec375b9d /gdb/ChangeLog | |
parent | b3c0ad67f611b54567229413038b68530735767b (diff) | |
download | gdb-0186c6a73326688f691dd8caa420237aee8efba7.zip gdb-0186c6a73326688f691dd8caa420237aee8efba7.tar.gz gdb-0186c6a73326688f691dd8caa420237aee8efba7.tar.bz2 |
* dwarf2read.c (struct dwarf2_per_cu_data): Move member
type_unit_group ...
(struct signatured_type): ... to here.
(sig_type_ptr): New typedef.
(type_unit_group): Delete member 't.first_cu'. Move member 'tus'
out of union 't'. All uses updated.
(dw2_get_file_names_reader): Assert not called for a type unit.
(dw2_get_file_names): Assert not called for a type unit or type
unit group.
(build_type_psymtabs_reader): Assert called for a type unit.
(build_type_psymtab_dependencies): Assert called for a type unit group.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73223e0..e761dbb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2013-04-01 Doug Evans <dje@google.com> + * dwarf2read.c (struct dwarf2_per_cu_data): Move member + type_unit_group ... + (struct signatured_type): ... to here. + (sig_type_ptr): New typedef. + (type_unit_group): Delete member 't.first_cu'. Move member 'tus' + out of union 't'. All uses updated. + (dw2_get_file_names_reader): Assert not called for a type unit. + (dw2_get_file_names): Assert not called for a type unit or type + unit group. + (build_type_psymtabs_reader): Assert called for a type unit. + (build_type_psymtab_dependencies): Assert called for a type unit group. + * dwarf2read.c (free_dwo_file): Add comment. (dwarf2_per_objfile_free): Unref dwp bfd. |