summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-03-26 09:28:08 -0600
committerTom Tromey <tom@tromey.com>2020-03-26 09:28:21 -0600
commitc2d50fd0b30f640301c3736038bec82b40a3f0dc (patch)
tree4bd17ac08bd0b0fe6711841a384dda59f49aa32d /gdb/ChangeLog
parent0df7ad3a675692fcc75c85c43e475015b87a297e (diff)
downloadbinutils-gdb-c2d50fd0b30f640301c3736038bec82b40a3f0dc.tar.gz
Move die_info to new header
This moves struct die_info to a new header, dwarf2/die.h. gdb/ChangeLog 2020-03-26 Tom Tromey <tom@tromey.com> * dwarf2/read.c (struct die_info): Move to die.h. * dwarf2/die.h: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bc524e1133e..51ebd3c52b5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2020-03-26 Tom Tromey <tom@tromey.com>
+ * dwarf2/read.c (struct die_info): Move to die.h.
+ * dwarf2/die.h: New file.
+
+2020-03-26 Tom Tromey <tom@tromey.com>
+
* dwarf2/line-header.h (dwarf_decode_line_header): Declare.
* dwarf2/read.c
(dwarf2_statement_list_fits_in_line_number_section_complaint):