* elf32-arm.c (struct section_list): Remove.
commitd6288674d36485eec4c8d0c6f11c3ebf3cd01943
authorJie Zhang <jie.zhang@analog.com>
Fri, 19 Mar 2010 17:04:15 +0000 (19 17:04 +0000)
committerJie Zhang <jie.zhang@analog.com>
Fri, 19 Mar 2010 17:04:15 +0000 (19 17:04 +0000)
treea4659b5609a1377ed9249438d176069cf1402b81
parent9827021a22bac4967190ed86741b3ed7ab2d25de
* elf32-arm.c (struct section_list): Remove.
(section_list): Remove typedef.
(record_section_with_arm_elf_section_data): Remove.
(find_arm_elf_section_entry): Remove.
(get_arm_elf_section_data): Use is_arm_elf.
(unrecord_section_with_arm_elf_section_data): Remove.
(elf32_arm_new_section_hook): Don't call
record_section_with_arm_elf_section_data.
(elf32_arm_write_section): Set mapcount to -1 when
the map has been used. Don't call
unrecord_section_with_arm_elf_section_data.
(unrecord_section_via_map_over_sections): Remove.
(elf32_arm_close_and_cleanup): Remove.
(elf32_arm_bfd_free_cached_info): Remove.
(bfd_elf32_close_and_cleanup): Don't define.
(bfd_elf32_bfd_free_cached_info): Don't define.
bfd/ChangeLog
bfd/elf32-arm.c