diff options
| author | Yunlian Jiang <yunlian@google.com> | 2016-04-05 18:21:22 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2016-04-05 18:21:22 +0000 |
| commit | 3a9e39083fd33ed694b12b33f7f7371321bd77f0 (patch) | |
| tree | eda2dd8b3e39e2654666a6e7cb3c93c892c9fdd5 /binutils-2.25/gold/ChangeLog | |
| parent | 066607388945f542727bd5035fb8d84bfd798034 (diff) | |
| parent | 61706fca24d6eaef96d1957071f9fb81d747143e (diff) | |
| download | toolchain_binutils-3a9e39083fd33ed694b12b33f7f7371321bd77f0.tar.gz toolchain_binutils-3a9e39083fd33ed694b12b33f7f7371321bd77f0.tar.bz2 toolchain_binutils-3a9e39083fd33ed694b12b33f7f7371321bd77f0.zip | |
Backport upstream CL to fix x86_32 clang segfaults. am: 78eb680
am: 61706fc
* commit '61706fca24d6eaef96d1957071f9fb81d747143e':
Backport upstream CL to fix x86_32 clang segfaults.
Change-Id: Ic273844e579d7ddc79b52debf8fc6096d4240bac
Diffstat (limited to 'binutils-2.25/gold/ChangeLog')
| -rw-r--r-- | binutils-2.25/gold/ChangeLog | 10 |
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> |
