PR 1147
authorNick Clifton <nickc@redhat.com>
Tue, 2 Aug 2005 08:17:45 +0000 (08:17 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 2 Aug 2005 08:17:45 +0000 (08:17 +0000)
commit8e3de13a7def5bf8e931e34500f97bdeee6b111b
tree559192361050e3d7e4b8d0ae2af5430c2c009118
parent4e6935a6475f5041952c15c84c7d363fb98f055f
PR 1147
* elf32-arm.c (struct _arm_elf_section_data): Turn into a typedef and make the
  mapcount field unsigned.
(struct section_list): New: Used to keep track of which sections have an
  _arm_elf_section_data structure.
(record_section_with_arm_elf_section_data): New function.
(get_arm_elf_section_data): New function.
(unrecord_section_with_arm_elf_section_data): New function.
(elf32_arm_output_symbol_hook): Use get_arm_elf_section_data.
(elf32_arm_new_section_hook): Call record_section_with_arm_elf_section_data.
(elf32_arm_write_section): Use get_arm_elf_section_data and
  unrecord_section_with_arm_elf_section_data.
bfd/ChangeLog
bfd/elf32-arm.c