diff options
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index ed0da32591..0ee50d740c 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -791,8 +791,8 @@ elf_object_p (bfd *abfd) shindex += SHN_HIRESERVE + 1 - SHN_LORESERVE; } - /* Set up group pointers. */ - if (! _bfd_elf_setup_group_pointers (abfd)) + /* Set up ELF sections for SHF_GROUP and SHF_LINK_ORDER. */ + if (! _bfd_elf_setup_sections (abfd)) goto got_wrong_format_error; } |