aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e73dec7..a3762b3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
2021-03-06 Tom Tromey <tom@tromey.com>
+ * dwarf2/sect-names.h (dwarf2_elf_names): Declare.
+ * dwarf2/read.h (dwarf2_get_dwz_file): Move to dwz.h.
+ * dwarf2/read.c (dwarf2_elf_names): No longer static.
+ (locate_dwz_sections, dwz_search_other_debugdirs)
+ (dwarf2_get_dwz_file): Move to dwz.c.
+ * dwarf2/dwz.h (dwarf2_get_dwz_file): Move declaration from
+ read.h.
+ * dwarf2/dwz.c (locate_dwz_sections, dwz_search_other_debugdirs)
+ (dwarf2_get_dwz_file): Move from read.c.
+
+2021-03-06 Tom Tromey <tom@tromey.com>
+
* debuginfod-support.h: Include scoped_fd.h.
2021-03-06 Tom Tromey <tom@tromey.com>