<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:peter.smith@linaro.org" title="Peter Smith <peter.smith@linaro.org>"> <span class="fn">Peter Smith</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [ARM] Issue with .got section and static linking"
href="https://bugs.llvm.org/show_bug.cgi?id=43401">bug 43401</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Fixed By Commit(s)</td>
<td>
</td>
<td>368379
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [ARM] Issue with .got section and static linking"
href="https://bugs.llvm.org/show_bug.cgi?id=43401#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [ARM] Issue with .got section and static linking"
href="https://bugs.llvm.org/show_bug.cgi?id=43401">bug 43401</a>
from <span class="vcard"><a class="email" href="mailto:peter.smith@linaro.org" title="Peter Smith <peter.smith@linaro.org>"> <span class="fn">Peter Smith</span></a>
</span></b>
<pre>I've tracked down the commit that fixed the problem. It is r368379 [ELF] Expand
regions for gaps due to explicit address
<a href="https://reviews.llvm.org/D65722">https://reviews.llvm.org/D65722</a>
I think that this looks like it is an intentional fix for this problem, and not
just a side-effect.
Taking a hint from the patch notes, I can get a successful link by taking out
the ALIGN in the output section descriptors. For example .text ALIGN(16) :
ALIGN(16) goes to .text :
I'll resolve this issue for LLD 10.0</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>