diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/dwarf2read.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 509e215..c3e86da 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2020-02-08 Tom Tromey <tom@tromey.com> + * dwarf2read.h (struct die_info): Don't declare. + +2020-02-08 Tom Tromey <tom@tromey.com> + * dwarf2read.h (die_info_ptr): Remove typedef. 2020-02-08 Tom Tromey <tom@tromey.com> diff --git a/gdb/dwarf2read.h b/gdb/dwarf2read.h index 0eb2831..83da39f 100644 --- a/gdb/dwarf2read.h +++ b/gdb/dwarf2read.h @@ -47,7 +47,6 @@ struct dwarf2_debug_sections; struct mapped_index; struct mapped_debug_names; struct signatured_type; -struct die_info; /* Collection of data recorded per objfile. This hangs off of dwarf2_objfile_data_key. */ |