aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorEgeyar Bagcioglu <egeyar.bagcioglu@oracle.com>2019-02-19 16:12:44 -0800
committerCary Coutant <ccoutant@gmail.com>2019-02-19 16:13:24 -0800
commit7ae39e2d406dbec568c5ffd462119037b994fdf9 (patch)
tree8f6e921deb682b55a758a42f3305a8cb1cc29bd3 /gold/ChangeLog
parentabaeb1562648d4b58497040a20d772bd08c06d4b (diff)
downloadgdb-7ae39e2d406dbec568c5ffd462119037b994fdf9.zip
gdb-7ae39e2d406dbec568c5ffd462119037b994fdf9.tar.gz
gdb-7ae39e2d406dbec568c5ffd462119037b994fdf9.tar.bz2
Check whether symbols with MOVW_.ABS relocations require PLT entries (aarch64).
2019-02-19 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com> gold/ PR gold/23870 * aarch64.cc (Target_aarch64::Scan::global): Check if a symbol with R_AARCH64_MOVW_.ABS_* relocations requires a PLT entry. * testsuite/Makefile.am: Add aarch64_pr23870 test case. * testsuite/Makefile.in: Regenerate. * testsuite/aarch64_pr23870_bar.c: New file. * testsuite/aarch64_pr23870_foo.c: New file. * testsuite/aarch64_pr23870_main.S: New file.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index f9df977..f74b92e 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,14 @@
+2019-02-19 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
+
+ PR gold/23870
+ * aarch64.cc (Target_aarch64::Scan::global): Check if a symbol with
+ R_AARCH64_MOVW_.ABS_* relocations requires a PLT entry.
+ * testsuite/Makefile.am: Add aarch64_pr23870 test case.
+ * testsuite/Makefile.in: Regenerate.
+ * testsuite/aarch64_pr23870_bar.c: New file.
+ * testsuite/aarch64_pr23870_foo.c: New file.
+ * testsuite/aarch64_pr23870_main.S: New file.
+
2019-02-12 Nick Clifton <nickc@redhat.com>
* po/fr.po: Updated French translation.