From cc0efaa8024bd8b8774cb9f1bea0241f81e20a67 Mon Sep 17 00:00:00 2001 From: Marcus Shawcroft Date: Tue, 2 Jul 2013 06:39:26 +0000 Subject: [AArch64] Fix creation of .got and placement of _GLOBAL_OFFSET_TABLE_ --- bfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 810be98..35bcba9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2013-07-02 Marcus Shawcroft + * elfnn-aarch64.c (aarch64_elf_create_got_section): New. + (elfNN_aarch64_check_relocs): Use aarch64_elf_create_got_section. + (elfNN_aarch64_create_dynamic_sections): Do not define + _GLOBAL_OFFSET_TABLE_; call aarch64_elf_create_got_section. + +2013-07-02 Marcus Shawcroft + * ld-aarch64/emit-relocs-309-low.d: Adjust .text address. * ld-aarch64/emit-relocs-309-up.d: Adjust .got address. * ld-aarch64/emit-relocs-312.d: Adjust offsets into .got. -- cgit v1.1