diff options
author | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-07-02 06:39:26 +0000 |
---|---|---|
committer | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-07-02 06:39:26 +0000 |
commit | cc0efaa8024bd8b8774cb9f1bea0241f81e20a67 (patch) | |
tree | 6934bd82112e2f52f684e866144268a7cdb901a6 /bfd/ChangeLog | |
parent | 9d115506b6d9d15714cca1469ac621d73b49297d (diff) | |
download | gdb-cc0efaa8024bd8b8774cb9f1bea0241f81e20a67.zip gdb-cc0efaa8024bd8b8774cb9f1bea0241f81e20a67.tar.gz gdb-cc0efaa8024bd8b8774cb9f1bea0241f81e20a67.tar.bz2 |
[AArch64] Fix creation of .got and placement of _GLOBAL_OFFSET_TABLE_
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <marcus.shawcroft@arm.com> + * 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 <marcus.shawcroft@arm.com> + * 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. |