* bfd-target.c (struct target_bfd_data): New.
authorPedro Alves <palves@redhat.com>
Sat, 8 Aug 2009 16:32:37 +0000 (16:32 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 8 Aug 2009 16:32:37 +0000 (16:32 +0000)
commit891e75843af5c8d3433cf767e1d2f98b58f7e60b
tree1c2b747976305ce1398318d5975c10126f3da636
parent280d8011ec92fbadcb7f826d3d12eb2e6db99a92
* 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.
gdb/ChangeLog
gdb/bfd-target.c