summaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-09-28 14:53:24 +0000
committerH.J. Lu <hjl@lucon.org>2005-09-28 14:53:24 +0000
commitcb340675d3cec51dbf164752cd049380d00f1f89 (patch)
treea49c0d6baa2037c9f0190608fc9079770dbbf540 /bfd/elfcode.h
parent9f1faf693939078f493b18ad9936a3e594d416c5 (diff)
downloadgdb-cb340675d3cec51dbf164752cd049380d00f1f89.tar.gz
2005-09-28 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/1321 * elf-bfd.h (_bfd_elf_setup_group_pointers): Renamed to ... (_bfd_elf_setup_sections): This. * elf.c: Likewise. * elfcode.h (elf_object_p): Likewise. * elf.c (_bfd_elf_setup_sections): Process SHF_LINK_ORDER. (_bfd_elf_copy_private_section_data): Likewise.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index ed0da32591c..0ee50d740c3 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;
}