diff options
author | Alan Modra <amodra@gmail.com> | 2006-11-17 13:55:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-11-17 13:55:41 +0000 |
commit | c2370991ed9651b03e1d801252630c18503ec623 (patch) | |
tree | 65d4cf1aafa9c69ca16f2ebfa9de9d1fcc695560 /bfd/ChangeLog | |
parent | 9daf3993283211fd4750be1ab6216caffee61c5c (diff) | |
download | gdb-c2370991ed9651b03e1d801252630c18503ec623.zip gdb-c2370991ed9651b03e1d801252630c18503ec623.tar.gz gdb-c2370991ed9651b03e1d801252630c18503ec623.tar.bz2 |
* elflink.c (_bfd_elf_check_kept_section): Test for kept group
section. Save result of checks in kept_section.
(_bfd_elf_section_already_linked): Tidy. Correct comments.
Ignore all group member sections. Handle special matching of
single-member groups against linkonce sections via their group
section. When such a match is found, set kept_section to the
group member section rather than to the group.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 490583f..50c9853 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2006-11-18 Alan Modra <amodra@bigpond.net.au> + + * elflink.c (_bfd_elf_check_kept_section): Test for kept group + section. Save result of checks in kept_section. + (_bfd_elf_section_already_linked): Tidy. Correct comments. + Ignore all group member sections. Handle special matching of + single-member groups against linkonce sections via their group + section. When such a match is found, set kept_section to the + group member section rather than to the group. + 2006-11-14 Phil Lello <phil.lello@homecall.co.uk> * peXXigen.c: Updates for PE/COFF V8.0, and clarification |