diff options
author | Doug Evans <dje@google.com> | 2013-07-16 20:41:55 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-07-16 20:41:55 +0000 |
commit | 2b2848e211ef08d32b8427839b95b472d8fde337 (patch) | |
tree | 429ded244dc7c153459707bf12c6ff729ac43b61 /gdb/ChangeLog | |
parent | 4229ca0ea6f46cc8b60aa40020f13b1fe212bb85 (diff) | |
download | gdb-2b2848e211ef08d32b8427839b95b472d8fde337.zip gdb-2b2848e211ef08d32b8427839b95b472d8fde337.tar.gz gdb-2b2848e211ef08d32b8427839b95b472d8fde337.tar.bz2 |
* target.h (struct target_section): Delete member bfd.
All users updated to use the_bfd_section->owner instead.
* exec.c (add_to_section_table): Assert bfd is expected value.
Remove initialization of target_section.bfd.
(remove_target_sections): Update.
(section_table_available_memory): Update.
(section_table_xfer_memory_partial): Update.
(print_section_info): Update.
(exec_set_section_address): Update.
* record-full.c (record_full_core_xfer_partial): Update.
* solib-svr4.c (svr4_relocate_section_addresses): Update.
* solib-target.c (solib_target_relocate_section_addresses): Update.
* symfile.c (build_section_addr_info_from_section_table): Update.
* target.c (memory_xfer_live_readonly_partial): Update.
(memory_xfer_partial_1): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b8c455..9bc9a33 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +2013-07-16 Doug Evans <dje@google.com> + + * target.h (struct target_section): Delete member bfd. + All users updated to use the_bfd_section->owner instead. + * exec.c (add_to_section_table): Assert bfd is expected value. + Remove initialization of target_section.bfd. + (remove_target_sections): Update. + (section_table_available_memory): Update. + (section_table_xfer_memory_partial): Update. + (print_section_info): Update. + (exec_set_section_address): Update. + * record-full.c (record_full_core_xfer_partial): Update. + * solib-svr4.c (svr4_relocate_section_addresses): Update. + * solib-target.c (solib_target_relocate_section_addresses): Update. + * symfile.c (build_section_addr_info_from_section_table): Update. + * target.c (memory_xfer_live_readonly_partial): Update. + (memory_xfer_partial_1): Update. + 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is |