[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/19264] [2.26/2.27 Regression] ld hangs (indefinite loop) when bu
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/19264] [2.26/2.27 Regression] ld hangs (indefinite loop) when building util-linux test case on powerpc64le-linux-gnu |
Date: |
Thu, 10 Dec 2015 13:50:21 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19264
--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The binutils-2_26-branch branch has been updated by Alan Modra
<address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ccded9db34d062ebea2abd43e021ad1a985b1991
commit ccded9db34d062ebea2abd43e021ad1a985b1991
Author: Alan Modra <address@hidden>
Date: Thu Nov 19 15:00:13 2015 +1030
Account for .tbss alignment when adjusting start of relro
Another option might be to not bump "dot" for .tbss alignment in the
main section sizing loop, but that could leak some of the following
section into the TLS segment. Leakage shouldn't matter since it will
be to bytes past the end of .tdata, but for now this is a safer
option.
PR ld/19264
* ldlang.c (lang_size_sections): Don't ignore .tbss when
adjusting start of relro region.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/19264] [2.26/2.27 Regression] ld hangs (indefinite loop) when building util-linux test case on powerpc64le-linux-gnu,
cvs-commit at gcc dot gnu.org <=