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 ee60894..5e50683 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1394,6 +1394,8 @@ 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_section_already_linked + (bfd *, struct bfd_section *); extern void bfd_elf_set_group_contents (bfd *, asection *, void *); extern void _bfd_elf_link_just_syms |