aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2013-07-22 20:52:23 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2013-07-22 20:52:23 +0000
commit66cbcda46fec8f1adffa97d41966c6b0a35733b7 (patch)
tree6b9741f3ed4f385fb25f56b51eefc8733e27355f /gdb/ChangeLog
parent046ac79fc7a2417eb1e0e00bc496ff51a505d037 (diff)
downloadgdb-66cbcda46fec8f1adffa97d41966c6b0a35733b7.zip
gdb-66cbcda46fec8f1adffa97d41966c6b0a35733b7.tar.gz
gdb-66cbcda46fec8f1adffa97d41966c6b0a35733b7.tar.bz2
Fix the following ChangeLog entry:
2013-07-22 Doug Evans <dje@google.com> gdb/ * exec.h (remove_target_sections): Delete arg abfd. * exec.c (exec_close): Update call to remove_target_sections. (remove_target_sections): Delete arg abfd. * solib.c (update_solib_list): Ditto. (reload_shared_libraries_1): Ditto. (clear_solib): Ditto, and unconditionally call remove_target_sections. * target.h (struct target_section): Rename key to owner. All uses updated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 54e0395..d8e2f1b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,11 +1,13 @@
2013-07-22 Doug Evans <dje@google.com>
* exec.h (remove_target_sections): Delete arg abfd.
- * exec.c (remove_target_sections): Delete arg abfd.
- (exec_close): Update call to remove_target_sections.
+ * exec.c (exec_close): Update call to remove_target_sections.
+ (remove_target_sections): Delete arg abfd.
* solib.c (update_solib_list): Ditto.
(reload_shared_libraries_1): Ditto.
(clear_solib): Ditto, and unconditionally call remove_target_sections.
+ * target.h (struct target_section): Rename key to owner.
+ All uses updated.
2013-07-22 Tom Tromey <tromey@redhat.com>