diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-02-28 00:17:22 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2015-03-24 14:10:43 +0000 |
commit | 30068a6d2da1ba4b0248a270c7c958ef24a80416 (patch) | |
tree | eda87258cb75d04ba89ac0b40313cafedb1cea66 /bfd/ChangeLog | |
parent | 369f6daa21bf33a09ef67b002e4cec3595eddfe7 (diff) | |
download | gdb-30068a6d2da1ba4b0248a270c7c958ef24a80416.zip gdb-30068a6d2da1ba4b0248a270c7c958ef24a80416.tar.gz gdb-30068a6d2da1ba4b0248a270c7c958ef24a80416.tar.bz2 |
[AArch64] Refactor section_group[] representation.
Change the behaviour of section_group[] such that .stub_sec points to
the stub section attached to the indexed section rather than the stub
section attached to the link_section pointed to be the index section.
This provides a mechanism to get to the stub section following any
input section. While still allowing the section grouping mechanism to
find the section group stub section associated with an input section
by first following the link_sec pointer.
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 47afb5c..07b47b1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2015-03-24 Marcus Shawcroft <marcus.shawcroft@arm.com> + * elfnn-aarch64.c (_bfd_aarch64_create_or_find_stub_sec): Adjust + update of section_group[].stub_sec. + +2015-03-24 Marcus Shawcroft <marcus.shawcroft@arm.com> + * elfnn-aarch64.c (struct aarch64_erratum_835769_fix) Remove. (erratum_835769_scan) Drop fix_table_size_p and fixes_p arguments. Delete fixes, fix_table_size and associated code. Call |