diff options
author | Sudakshina Das <sudi.das@arm.com> | 2019-06-06 12:27:41 +0100 |
---|---|---|
committer | Sudakshina Das <sudi.das@arm.com> | 2019-06-06 12:27:41 +0100 |
commit | 237df8fe1863bb47fcf71ce125cd962666173aaa (patch) | |
tree | 7b4985f06381f82de4c47129c59ef8c8b8a72487 /bfd/ChangeLog | |
parent | 8bf6d176b0a442a8091d338d4af971591d19922c (diff) | |
download | gdb-237df8fe1863bb47fcf71ce125cd962666173aaa.zip gdb-237df8fe1863bb47fcf71ce125cd962666173aaa.tar.gz gdb-237df8fe1863bb47fcf71ce125cd962666173aaa.tar.bz2 |
[BFD, AArch64] Fix PT_GNU_PROPERTY alignment issue
If the new GNU property section was being created by the linker
(this will happen only if none of the inputs have any GNU property
section but the command line to the linker forces a bti with
--force-bti), the alignment of the section and hence the program
header of PT_GNU_PROPERTY type was not being set correctly. This
patch fixes this issue.
bfd/ChangeLog:
2019-06-06 Sudakshina Das <sudi.das@arm.com>
* elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Set
alignment of the new gnu property section.
ld/ChangeLog:
2019-06-06 Sudakshina Das <sudi.das@arm.com>
* testsuite/ld-aarch64/aarch64-elf.exp: Add new tests.
* testsuite/ld-aarch64/property-bti-pac4-a.d: New test.
* testsuite/ld-aarch64/property-bti-pac4-b.d: New test.
* testsuite/ld-aarch64/property-bti-pac4.s: New test.
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 69624fe..058e971 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2019-06-06 Sudakshina Das <sudi.das@arm.com> + * elfxx-aarch64.c (_bfd_aarch64_elf_link_setup_gnu_properties): Set + alignment of the new gnu property section. + +2019-06-06 Sudakshina Das <sudi.das@arm.com> + * bfd-in.h: Change comment. * bfd-in2.h: Regenerate. * elfnn-aarch64.c (elfNN_aarch64_merge_gnu_properties): Update warning. |