diff options
author | Alan Modra <amodra@gmail.com> | 2016-04-27 12:53:05 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-04-27 17:05:26 +0930 |
commit | a6a4679fc0ad12e99e0d8374752ecce9ef097ec2 (patch) | |
tree | 1cfa8a26e3fbf2382a116b96513f60a022849a0c /include/ChangeLog | |
parent | 28cc9170c3d0bc0c5e82b45a10015e4bbcb01125 (diff) | |
download | gdb-a6a4679fc0ad12e99e0d8374752ecce9ef097ec2.zip gdb-a6a4679fc0ad12e99e0d8374752ecce9ef097ec2.tar.gz gdb-a6a4679fc0ad12e99e0d8374752ecce9ef097ec2.tar.bz2 |
Cache result of scan for __start_* and __stop_* sections
include/
* bfdlink.h (struct bfd_link_hash_entry): Add "section" field to
undef. Formatting.
bfd/
* elflink.c (_bfd_elf_is_start_stop): New function.
(_bfd_elf_gc_mark_rsec): Use it.
* elf-bfd.h (_bfd_elf_is_start_stop): Declare.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index c73bdf4..1390d42 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2016-04-27 Alan Modra <amodra@gmail.com> + + * bfdlink.h (struct bfd_link_hash_entry): Add "section" field to + undef. Formatting. + 2016-04-21 Nick Clifton <nickc@redhat.com> * bfdlink.h: Add prototype for bfd_link_check_relocs. |