aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlyssa Milburn <amilburn@zall.org>2016-12-04 22:59:18 -0800
committerJose E. Marchesi <jose.marchesi@oracle.com>2016-12-04 22:59:18 -0800
commit597e138ca0cf96889a1965d06d28552c1d1174d2 (patch)
tree7260625ac8e8cc05479232f4b7cd08e54374a4c9 /bfd/ChangeLog
parenta55c9876bb111fd301b4762cf501de0040b8f9db (diff)
downloadgdb-597e138ca0cf96889a1965d06d28552c1d1174d2.zip
gdb-597e138ca0cf96889a1965d06d28552c1d1174d2.tar.gz
gdb-597e138ca0cf96889a1965d06d28552c1d1174d2.tar.bz2
bfd,ld: Continue after partially-successful relaxed call relocations in sparc.
bfd/ChangeLog: 2016-12-05 Alyssa Milburn <amilburn@zall.org> * elfxx-sparc.c: Do not stop processing relocations after partially relaxing a call with WDISP30. ld/ChangeLog: 2016-12-05 Alyssa Milburn <amilburn@zall.org> * testsuite/ld-sparc/wdispcall.s: New file. * testsuite/ld-sparc/wdispcall.dd: Likewise. * testsuite/ld-sparc/sparc.exp: Run new test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b84dfab..9632eac 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-05 Alyssa Milburn <amilburn@zall.org>
+
+ * elfxx-sparc.c: Do not stop processing relocations after
+ partially relaxing a call with WDISP30.
+
2016-12-05 Nick Clifton <nickc@redhat.com>
PR binutils/20922