* elf-bfd.h (struct bfd_elf_section_data): Rename "group" to
authorAlan Modra <amodra@gmail.com>
Tue, 9 Oct 2001 13:12:19 +0000 (13:12 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 9 Oct 2001 13:12:19 +0000 (13:12 +0000)
commit945906ff86c2abf0f631417db3baa2cce93196f5
treec7c71a384922f9d69a5e2b7f3aa5754ae6c93e02
parent05caa641ed70c3ab6bfbf0fa0e00d80506484ba3
* elf-bfd.h (struct bfd_elf_section_data): Rename "group" to
"group_name".
(elf_group_name): Define.
(elf_next_in_group): Define.
* elf.c: Make use of elf_group_name and elf_next_in_group throughout.
(setup_group): Don't use sec->lineno for SHT_GROUP section to store
first member section; Instead use elf_next_in_group.
(bfd_section_from_shdr): Likewise.
(set_group_contents): Likewise.  Use elf_section_syms, not sec->symbol.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf.c
This page took 0.041043 seconds and 4 git commands to generate.