Tidy ld/ldmisc.c
[deliverable/binutils-gdb.git] / bfd / bfd.c
index f56a8d342fba07d3f8e992f06361c6f221dc0338..f14ec253fb795632fec86ec56ede1d72a42349ca 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1862,6 +1862,9 @@ DESCRIPTION
 .#define bfd_is_group_section(abfd, sec) \
 .      BFD_SEND (abfd, _bfd_is_group_section, (abfd, sec))
 .
+.#define bfd_group_name(abfd, sec) \
+.      BFD_SEND (abfd, _bfd_group_name, (abfd, sec))
+.
 .#define bfd_discard_group(abfd, sec) \
 .      BFD_SEND (abfd, _bfd_discard_group, (abfd, sec))
 .
This page took 0.02382 seconds and 4 git commands to generate.