diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 799d1ed..39fa1ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,24 @@ 2020-05-27 Simon Marchi <simon.marchi@polymtl.ca> + * dwarf2/read.h (struct dwarf2_per_bfd) <obfd>: New member. + (dwarf2_get_dwz_file): Replace parameter with dwarf2_per_bfd. + * dwarf2/read.c (dwarf2_per_bfd::dwarf2_per_bfd): Assign obfd + field. + (dwarf2_get_dwz_file): Replace parameter with dwarf2_per_bfd. + (create_cus_from_index): Update. + (dwarf2_read_gdb_index): Update. + (create_cus_from_debug_names): Update. + (dwarf2_read_debug_names): Update. + (get_abbrev_section_for_cu): Update. + (create_all_comp_units): Update. + (read_attribute_value): Update. + (get_debug_line_section): Update. + * dwarf2/index-cache.c (index_cache::store): Update. + * dwarf2/index-write.c (save_gdb_index_command): Update. + * dwarf2/macro.c (dwarf_decode_macro_bytes): Update. + +2020-05-27 Simon Marchi <simon.marchi@polymtl.ca> + * dwarf2/read.h (struct dwarf2_per_cu_data) <per_bfd>: New member. * dwarf2/read.c (dwarf2_per_bfd::allocate_per_cu): Initialize |