X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=118d6d7a2ba6f9c0e33c1cbc7d59830ecc7de22a;hb=6dfa2fc20773615c3a08c3565974dcfdfa36f052;hp=13099276a4b9702b8ffe9e6cecaae0a4877ad538;hpb=4212d5091457541bd7e7eff0591805ef7b7333e3;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13099276a4..118d6d7a2b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,25 @@ +2020-01-08 Tom Tromey + + * dwarf2read.c (abbrev_table_read_table): Use std::vector. + (ATTR_ALLOC_CHUNK): Remove. + +2020-01-08 Tom Tromey + + * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr. + +2020-01-08 Tom Tromey + + * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr. + (dwarf2_compute_name, open_dwo_file): Likewise. + (process_enumeration_scope): Use std::vector. + (guess_partial_die_structure_name): Use unique_xmalloc_ptr. + (partial_die_info::fixup, dwarf2_start_subfile) + (guess_full_die_structure_name, dwarf2_name): Likewise. + (determine_prefix): Update. + (guess_full_die_structure_name): Make return type const. + (partial_die_full_name): Return unique_xmalloc_ptr. + (DW_FIELD_ALLOC_CHUNK): Remove. + 2020-01-07 Tom Tromey PR build/24937: