diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b8d744e..10c8bf5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2020-02-08 Tom Tromey <tom@tromey.com> + * dwarf2/read.c (dwarf2_section_size): Remove. + (error_check_comp_unit_head, dwarf2_symbol_mark_computed): + Update. + * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method. + +2020-02-08 Tom Tromey <tom@tromey.com> + * dwarf2/read.c (read_initial_length): Move to leb.c. * dwarf2/leb.h (read_initial_length): Declare. * dwarf2/leb.c (read_initial_length): Move from read.c. Add |