diff options
author | Renlin Li <renlin.li@arm.com> | 2015-10-02 15:54:40 +0100 |
---|---|---|
committer | Renlin Li <renlin.li@arm.com> | 2015-10-02 17:56:07 +0100 |
commit | dc8008f508bb39ccbca49ea71a7d5c70571c4685 (patch) | |
tree | 490afb6de7ac2dbd2bdb916d2a85b321278a273c /ld/testsuite/ChangeLog | |
parent | ca632371cebf83eb9b5ce951bbe734e7636aa614 (diff) | |
download | gdb-dc8008f508bb39ccbca49ea71a7d5c70571c4685.zip gdb-dc8008f508bb39ccbca49ea71a7d5c70571c4685.tar.gz gdb-dc8008f508bb39ccbca49ea71a7d5c70571c4685.tar.bz2 |
[LD][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support.
bfd/
2015-10-02 Renlin Li <renlin.li@arm.com>
* elfnn-aarch64.c (aarch64_reloc_got_type): Add
BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC support.
(elfNN_aarch64_final_link_relocate): Likewise.
(elfNN_aarch64_gc_sweep_hook): Likewise.
(elfNN_aarch64_check_relocs): Likewise.
* elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
(_bfd_aarch64_elf_resolve_relocation): Likewise.
ld/testsuite/
2015-10-02 Renlin Li <renlin.li@arm.com>
* ld-aarch64/aarch64-elf.exp: Run new test.
* ld-aarch64/emit-relocs-301.d: New.
* ld-aarch64/emit-relocs-301.s: New.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b5981b4..a6d4a3b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2015-10-02 Renlin Li <renlin.li@arm.com> + * ld-aarch64/aarch64-elf.exp: Run new test. + * ld-aarch64/emit-relocs-301.d: New. + * ld-aarch64/emit-relocs-301.s: New. + +2015-10-02 Renlin Li <renlin.li@arm.com> + * ld-aarch64/emit-relocs-302.d: New. * ld-aarch64/emit-relocs-302.s: New. * ld-aarch64/aarch64-elf.exp: Run the test. |