diff options
author | Alan Modra <amodra@gmail.com> | 2012-05-22 12:09:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-05-22 12:09:26 +0000 |
commit | 90061c3348116fbc64c9ef19dc28c154450d218e (patch) | |
tree | 15133347a508e842b514ed9829d35af6b3dab5cd /bfd/bfd-in2.h | |
parent | 43011e5218454a59f78d74380b5072fa5e564645 (diff) | |
download | gdb-90061c3348116fbc64c9ef19dc28c154450d218e.zip gdb-90061c3348116fbc64c9ef19dc28c154450d218e.tar.gz gdb-90061c3348116fbc64c9ef19dc28c154450d218e.tar.bz2 |
* 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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 7535483..efd542f 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, |