aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6f89a05..ce72b10 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2020-09-23 Tom Tromey <tom@tromey.com>
+ * compile/compile-object-run.c (struct do_module_cleanup): Add
+ parameters to constructor. Update destructor.
+ <source_file, scope, scope_data, out_value_type, out_value_addr,
+ munmap_list_head, objfile_name_string>: Remove.
+ <module>: New member.
+ (do_module_cleanup): Update.
+ (compile_object_run): Update.
+
+2020-09-23 Tom Tromey <tom@tromey.com>
+
* compile/compile.c (eval_compile_command): Update.
* compile/compile-object-run.h (compile_object_run): Take a
compile_module_up.