diff options
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2018-11-28 19:35:04 +0000 |
---|---|---|
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2019-06-14 12:02:19 +0100 |
commit | e30d1fa1bfb1ff2e225cfac9226c357f2cf07a26 (patch) | |
tree | 01c3ad124c43de1bed93213c591243c950fe5571 /include/ChangeLog | |
parent | bcc5a6eb668e560a0020114b6dc261ef494981ba (diff) | |
download | gdb-e30d1fa1bfb1ff2e225cfac9226c357f2cf07a26.zip gdb-e30d1fa1bfb1ff2e225cfac9226c357f2cf07a26.tar.gz gdb-e30d1fa1bfb1ff2e225cfac9226c357f2cf07a26.tar.bz2 |
Add R_AARCH64_P32_MOVW_PREL_* ELF32 relocs
These ilp32 relocations were missing for some reason.
bfd/ChangeLog:
* elfnn-aarch64.c: Enable MOVW_PREL relocs for ELF32.
include/ChangeLog:
* elf/aarch64.h (R_AARCH64_P32_MOVW_PREL_G0): Define.
(R_AARCH64_P32_MOVW_PREL_G0_NC): Define.
(R_AARCH64_P32_MOVW_PREL_G1): Define.
ld/ChangeLog:
* testsuite/ld-aarch64/aarch64-elf.exp: Add emit-relocs-22 and -23.
* testsuite/ld-aarch64/emit-relocs-22.d: New test.
* testsuite/ld-aarch64/emit-relocs-22.s: New test.
* testsuite/ld-aarch64/emit-relocs-23.d: New test.
* testsuite/ld-aarch64/emit-relocs-23.s: New test.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index f84498b..8169b6a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2019-06-14 Szabolcs Nagy <szabolcs.nagy@arm.com> + + * elf/aarch64.h (R_AARCH64_P32_MOVW_PREL_G0): Define. + (R_AARCH64_P32_MOVW_PREL_G0_NC): Define. + (R_AARCH64_P32_MOVW_PREL_G1): Define. + 2019-06-03 Nick Alcock <nick.alcock@oracle.com> * ctf.h (ctf_enum.cte_value): Fix type to int32_t. |