diff options
author | Alan Modra <amodra@gmail.com> | 2011-08-05 03:17:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-08-05 03:17:12 +0000 |
commit | 43e1669b2d187f4b2e4ecdf98a5aac8e9fb10bfd (patch) | |
tree | 68647f2f6ce1d2294bd05d4e4ca671d5943b6eee /bfd/elf-bfd.h | |
parent | 6177242a84b9139f50d23a2b86ac68da6183e10c (diff) | |
download | gdb-43e1669b2d187f4b2e4ecdf98a5aac8e9fb10bfd.zip gdb-43e1669b2d187f4b2e4ecdf98a5aac8e9fb10bfd.tar.gz gdb-43e1669b2d187f4b2e4ecdf98a5aac8e9fb10bfd.tar.bz2 |
PR ld/12762
bfd/
* elflink.c (_bfd_elf_section_already_linked): Return matched
status. Remove COFF comdat section handling.
* linker.c (_bfd_generic_section_already_linked): Return matched
status. Don't set SEC_GROUP in l_flags for plugin entries.
(bfd_section_already_linked): Update prototype.
* targets.c (_section_already_linked): Likewise.
* elf-bfd.h (_bfd_elf_section_already_linked): Likewise.
* libbfd-in.h (_bfd_generic_section_already_linked): Likewise.
(_bfd_nolink_section_already_linked): Update.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
ld/
* plugin.c (add_symbols): Exclude comdat_key symbols from symbol
table if already seen.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index e6ea580..2c80f67 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1802,7 +1802,7 @@ extern bfd_boolean _bfd_elf_match_sections_by_type extern bfd_boolean bfd_elf_is_group_section (bfd *, const struct bfd_section *); struct already_linked; -extern void _bfd_elf_section_already_linked +extern bfd_boolean _bfd_elf_section_already_linked (bfd *, struct already_linked *, struct bfd_link_info *); extern void bfd_elf_set_group_contents (bfd *, asection *, void *); |