* section.c (bfd_make_section_anyway): Add all sections to hash tab.
[deliverable/binutils-gdb.git] / bfd / elf.c
index d383813e9397c59b40e2a4c37c8a19d91c4d1106..159e040b45dbae43e94549bd5e1e7df601367708 100644 (file)
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -612,6 +612,12 @@ setup_group (bfd *abfd, Elf_Internal_Shdr *hdr, asection *newsect)
   return TRUE;
 }
 
+bfd_boolean
+bfd_elf_is_group_section (bfd *abfd ATTRIBUTE_UNUSED, const asection *sec)
+{
+  return elf_next_in_group (sec) != NULL;
+}
+
 bfd_boolean
 bfd_elf_discard_group (bfd *abfd ATTRIBUTE_UNUSED, asection *group)
 {
This page took 0.023879 seconds and 4 git commands to generate.