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 b47133e..3ab3564 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
2020-10-29 Tom Tromey <tom@tromey.com>
+ * progspace.h (current_target_sections): Remove macro.
+ * solib-svr4.c (scan_dyntag): Update.
+ * solib-dsbt.c (scan_dyntag): Update.
+ * exec.c (exec_target::close): Update.
+ (add_target_sections, add_target_sections_of_objfile)
+ (remove_target_sections, exec_target::get_section_table)
+ (exec_target::files_info, set_section_command)
+ (exec_set_section_address, exec_target::has_memory)
+ (exec_target::has_memory): Update.
+
+2020-10-29 Tom Tromey <tom@tromey.com>
+
* source-cache.c (source_cache::get_plain_source_lines): Use
current_program_space.
* corefile.c (reopen_exec_file): Use current_program_space.