diff options
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -553,7 +553,7 @@ setup_group (abfd, hdr, newsect) return true; } -void +boolean bfd_elf_discard_group (abfd, group) bfd *abfd ATTRIBUTE_UNUSED; asection *group; @@ -569,6 +569,7 @@ bfd_elf_discard_group (abfd, group) if (s == first) break; } + return true; } /* Make a BFD section from an ELF section. We store a pointer to the |