diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-03-24 11:24:50 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-03-24 12:03:39 +0000 |
commit | e572930b96d8080ec80e65cfe85aaa8c4f7b2603 (patch) | |
tree | 83a7797080a29be43bf2e7badf6e90ccb640ac26 /bfd/ChangeLog | |
parent | 8131c12209700f6e8cf16b09b5196da78a8066a3 (diff) | |
download | gdb-e572930b96d8080ec80e65cfe85aaa8c4f7b2603.zip gdb-e572930b96d8080ec80e65cfe85aaa8c4f7b2603.tar.gz gdb-e572930b96d8080ec80e65cfe85aaa8c4f7b2603.tar.bz2 |
[AArch64] Use _bfd_aarch64_add_stub_entry_in_group.
Adjust the 835769 workaround code to use
_bfd_aarch64_add_stub_entry_in_group rather than inspect the
underlying section_group structure directly.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 512452c..0f462ea 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2015-03-24 Marcus Shawcroft <marcus.shawcroft@arm.com> + + * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Use + _bfd_aarch64_add_stub_entry_in_group. + 2015-03-24 Alan Modra <amodra@gmail.com> * elf64-ppc.c (ppc64_elf_relocate_section): Report overflow to |