diff options
author | Pedro Alves <palves@redhat.com> | 2009-08-08 16:32:37 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-08-08 16:32:37 +0000 |
commit | 891e75843af5c8d3433cf767e1d2f98b58f7e60b (patch) | |
tree | 1c2b747976305ce1398318d5975c10126f3da636 /gdb/ChangeLog | |
parent | 280d8011ec92fbadcb7f826d3d12eb2e6db99a92 (diff) | |
download | gdb-891e75843af5c8d3433cf767e1d2f98b58f7e60b.zip gdb-891e75843af5c8d3433cf767e1d2f98b58f7e60b.tar.gz gdb-891e75843af5c8d3433cf767e1d2f98b58f7e60b.tar.bz2 |
* bfd-target.c (struct target_bfd_data): New.
(target_bfd_xfer_partial): Adjust to get at the section table from
the new structure.
(target_bfd_get_section_table): Ditto.
(target_bfd_xclose): Ditto. Get the bfd pointer from the
target_bfd_data structure, from the section table.
(target_bfd_reopen): Store a struct target_bfd_data in the
target_ops to_data field, instead of a target_section_table.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d71be0f..fdbbe83 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2009-08-08 Pedro Alves <pedro@codesourcery.com> + + * bfd-target.c (struct target_bfd_data): New. + (target_bfd_xfer_partial): Adjust to get at the section table from + the new structure. + (target_bfd_get_section_table): Ditto. + (target_bfd_xclose): Ditto. Get the bfd pointer from the + target_bfd_data structure, from the section table. + (target_bfd_reopen): Store a struct target_bfd_data in the + target_ops to_data field, instead of a target_section_table. + 2009-08-08 Aleksandar Ristovski <aristovski@qnx.com> Hui Zhu <teawater@gmail.com> |