summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/ChangeLog
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@google.com>2016-04-05 18:17:24 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-05 18:17:24 +0000
commit61706fca24d6eaef96d1957071f9fb81d747143e (patch)
treeeda2dd8b3e39e2654666a6e7cb3c93c892c9fdd5 /binutils-2.25/gold/ChangeLog
parent066607388945f542727bd5035fb8d84bfd798034 (diff)
parent78eb6804689b812b374e2e5d248a96977f13ffd1 (diff)
downloadtoolchain_binutils-61706fca24d6eaef96d1957071f9fb81d747143e.tar.gz
toolchain_binutils-61706fca24d6eaef96d1957071f9fb81d747143e.tar.bz2
toolchain_binutils-61706fca24d6eaef96d1957071f9fb81d747143e.zip
Backport upstream CL to fix x86_32 clang segfaults.
am: 78eb680 * commit '78eb6804689b812b374e2e5d248a96977f13ffd1': Backport upstream CL to fix x86_32 clang segfaults. Change-Id: Idf93d170655b59139895f0256de9926198f17c2a
Diffstat (limited to 'binutils-2.25/gold/ChangeLog')
-rw-r--r--binutils-2.25/gold/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils-2.25/gold/ChangeLog b/binutils-2.25/gold/ChangeLog
index fc4250e7..c222155a 100644
--- a/binutils-2.25/gold/ChangeLog
+++ b/binutils-2.25/gold/ChangeLog
@@ -1,3 +1,13 @@
+2016-02-05 Sriraman Tallam <tmsriram@google.com>
+
+ * icf.cc (get_rel_addend): New function.
+ (get_section_contents): Move merge section addend computation to a
+ new function. Ignore negative values for SHT_REL and SHT_RELA addends.
+ Fix bug to not read past the length of the section.
+
+ Fix bug related to addend computation for MERGE sections.
+
+
2016-02-26 Egor Kochetov <egor.kochetov@intel.com>
Cary Coutant <ccoutant@gmail.com>