PR 1147
authorNick Clifton <nickc@redhat.com>
Mon, 8 Aug 2005 11:06:16 +0000 (11:06 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Aug 2005 11:06:16 +0000 (11:06 +0000)
commit957c6e41daa2c75e9e88c85d0076f475a5810d49
tree232d5f4dfca334cd06eff59157227deefea0d587
parent55db4b870f42b93af44182b86e64c06e331afd82
PR 1147
elf32-arm.c (bfd_elf32_close_and_cleanup): Define.
  (elf32_arm_close_and_cleanup): New function - walk over the sections in the
    bfd that is being closed removing them from the list of recorded sections.
  (unrecord_section_via_map_over_sections): New helper function.
  (record_section_with_arm_elf_section_data): Call bfd_malloc instead of
    bfd_alloc.  Remove unneeded abfd parameter.
  (elf32_arm_new_section_hook): Do not pass bfd to record_section_with_arm_elf_section_data.
elfxx-target.h (bfd_elfNN_close_and_cleanup): Only define if not already
  defined by the target.
bfd/ChangeLog
bfd/elf32-arm.c
bfd/elfxx-target.h