* section.c (bfd_make_section_anyway): Add all sections to hash tab.
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 199ed1af7aa46d0eddd8deb070d4ea35f984d737..e184781f5fd395c9884fda06b03cff06ff310e60 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1083,6 +1083,9 @@ DESCRIPTION
 .#define bfd_merge_sections(abfd, link_info) \
 .      BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
 .
+.#define bfd_is_group_section(abfd, sec) \
+.      BFD_SEND (abfd, _bfd_is_group_section, (abfd, sec))
+.
 .#define bfd_discard_group(abfd, sec) \
 .      BFD_SEND (abfd, _bfd_discard_group, (abfd, sec))
 .
This page took 0.026385 seconds and 4 git commands to generate.