summaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2014-12-22 10:13:37 -0800
committerCary Coutant <ccoutant@google.com>2014-12-22 10:13:37 -0800
commite30880c2eeee3b43897161344bbbffd03f3a1c91 (patch)
tree97e0d58374f6fa51d4e09826edd43d1bb5c13ee0 /gold/ChangeLog
parentf953163fe9bb5b87edb168a6ea25e2baa966750f (diff)
gold/
* powerpc.cc (Target_powerpc::relocate): Fix overflow check.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index f67df17b5b..457fa6b87b 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-22 Cary Coutant <ccoutant@google.com>
+
+ * powerpc.cc (Target_powerpc::relocate): Fix overflow check.
+
2014-12-20 H.J. Lu <hongjiu.lu@intel.com>
PR gold/14608