OSDN Git Service

* bfd-target.c (struct target_bfd_data): New.
authorPedro Alves <pedro@codesourcery.com>
Sat, 8 Aug 2009 16:32:37 +0000 (16:32 +0000)
committerPedro Alves <pedro@codesourcery.com>
Sat, 8 Aug 2009 16:32:37 +0000 (16:32 +0000)
commit1d349d49a76c08f6a5186518fc6a988a1c2519c9
tree3fe74f6ab1ab6348bd6c259bf2a46372c31c4f2d
parent4a1ddb7af6265b14166560a5a8780cac38fe5714
* 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