diff options
author | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-06-27 15:47:55 +0000 |
---|---|---|
committer | Marcus Shawcroft <mshawcroft@sourceware.org> | 2013-06-27 15:47:55 +0000 |
commit | 8db339a6674ad8e8446bac821cb2dea396e43d6e (patch) | |
tree | d84ad473a9fb1bf6403e079e85c46e4bea647f67 /bfd/ChangeLog | |
parent | a2d7bf59d6e7b42aa05c73d40fa7b6ebb12df4f7 (diff) | |
download | gdb-8db339a6674ad8e8446bac821cb2dea396e43d6e.zip gdb-8db339a6674ad8e8446bac821cb2dea396e43d6e.tar.gz gdb-8db339a6674ad8e8446bac821cb2dea396e43d6e.tar.bz2 |
[AArch64] Fix the placement of &_DYNAMIC in the GOT.
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 33e03fc..786d398 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2013-06-27 Marcus Shawcroft <marcus.shawcroft@arm.com> + + * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Reserve one slot + in sgot. + (elfNN_aarch64_finish_dynamic_sections): Place the &_DYNAMIC reference + in sgot[0] rather than sgotplt[0]. + 2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com> * Makefile.am (elf32-aarch64.c): Add a #line cpp directive at the |