aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e7ce8f4..7b9b7d4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,18 @@
2020-09-23 Tom Tromey <tom@tromey.com>
+ * utils.h (class gdb_argv): Add move operators.
+ <append>: New methods.
+ * compile/compile.c (build_argc_argv): Remove.
+ (compile_args_argc): Remove.
+ (compile_args_argv): Change type.
+ (set_compile_args): Simplify.
+ (append_args): Remove.
+ (filter_args): Remove argcp parameter.
+ (get_args): Return gdb_argv. Simplify.
+ (compile_to_object): Update.
+
+2020-09-23 Tom Tromey <tom@tromey.com>
+
* compile/compile-object-run.c (do_module_cleanup)
<~do_module_cleanup> :Remove.
(do_module_cleanup): Update.