aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2014-01-14 15:53:50 +0100
committerChristophe Lyon <christophe.lyon@st.com>2014-01-14 15:53:50 +0100
commitf44a1f8e513b37bcc52ba9ea0c172c3e94852756 (patch)
tree5ca70b272e89a0609b21494ffed8881fcdcbd9ca /bfd/ChangeLog
parent7ec1862d1ac21dd92a3ea76a5a15eda4cf7b41ce (diff)
downloadgdb-f44a1f8e513b37bcc52ba9ea0c172c3e94852756.zip
gdb-f44a1f8e513b37bcc52ba9ea0c172c3e94852756.tar.gz
gdb-f44a1f8e513b37bcc52ba9ea0c172c3e94852756.tar.bz2
2014-01-14 Michael Hudson-Doyle <michael.hudson@linaro.org>
Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org> bfd/ * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use correct offset while calculating relocation address. (elfNN_aarch64_create_small_pltn_entry): Likewise. (elfNN_aarch64_init_small_plt0_entry): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 17fe759..a8f1f94 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2014-01-14 Michael Hudson-Doyle <michael.hudson@linaro.org>
+ Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
+
+ * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use correct
+ offset while calculating relocation address.
+ (elfNN_aarch64_create_small_pltn_entry): Likewise.
+ (elfNN_aarch64_init_small_plt0_entry): Likewise.
+
2014-01-13 Ma Jiang <ma.jiang@zte.com.cn>
PR ld/16202