summaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-05-22 12:09:24 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-05-22 12:09:24 +0000
commit5f031c564ce24a6f68614802fee6e742d653a46e (patch)
tree377d10878069ba382f2b8d640d932a8ea7d7c059 /bfd/bfd-in2.h
parent75baece206bad1195fbf3e8cdaaa9e7eaa7aa908 (diff)
downloadbinutils-redhat-5f031c564ce24a6f68614802fee6e742d653a46e.tar.gz
* elflink.c (bfd_elf_discard_info): Handle multiple .eh_frame
sections attached to a BFD. * section.c (bfd_get_section_by_name): Rewrite description. (bfd_get_next_section_by_name): New function. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 7535483623..efd542fd39 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1704,6 +1704,8 @@ void bfd_section_list_clear (bfd *);
asection *bfd_get_section_by_name (bfd *abfd, const char *name);
+asection *bfd_get_next_section_by_name (asection *sec);
+
asection *bfd_get_section_by_name_if
(bfd *abfd,
const char *name,