aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7a5e122..131ec93 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2020-09-19 Tom Tromey <tom@tromey.com>
+ * symfile.c (add_section_size_callback): Remove.
+ (load_one_section): Rename from load_section_callback. Change
+ parameters.
+ (generic_load): Use foreach.
+
+2020-09-19 Tom Tromey <tom@tromey.com>
+
* exec.c (add_to_section_table): Remove.
(build_section_table): Use foreach.