s/char */const char */
[deliverable/binutils-gdb.git] / bfd / bfd.c
index 3afcd3df8b5b398acabacaff03424e29b8f60cdd..1f92762d2c3824c52d04b118f2389c5bd7915f21 100644 (file)
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -1126,6 +1126,9 @@ DESCRIPTION
 .#define bfd_gc_sections(abfd, link_info) \
 .      BFD_SEND (abfd, _bfd_gc_sections, (abfd, link_info))
 .
+.#define bfd_merge_sections(abfd, link_info) \
+.      BFD_SEND (abfd, _bfd_merge_sections, (abfd, link_info))
+.
 .#define bfd_link_hash_table_create(abfd) \
 .      BFD_SEND (abfd, _bfd_link_hash_table_create, (abfd))
 .
This page took 0.023076 seconds and 4 git commands to generate.