diff options
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 4877a0a..9d0ec36 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1368,6 +1368,8 @@ extern bfd_boolean _bfd_elf_slurp_version_tables (bfd *); extern bfd_boolean _bfd_elf_merge_sections (bfd *, struct bfd_link_info *); +extern bfd_boolean bfd_elf_is_group_section + (bfd *, const struct bfd_section *); extern bfd_boolean bfd_elf_discard_group (bfd *, struct bfd_section *); extern void bfd_elf_set_group_contents |