|
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, 19 Nov 2015 06:03:17 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19264 --- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b39910205f54538f53e77b9ae13f1d41ff728f5a commit b39910205f54538f53e77b9ae13f1d41ff728f5a 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] |