<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - lld's .hash and .gnu.hash are bigger than gold's"
href="https://bugs.llvm.org/show_bug.cgi?id=35440">35440</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lld's .hash and .gnu.hash are bigger than gold's
</td>
</tr>
<tr>
<th>Product</th>
<td>lld
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>ELF
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>rafael.espindola@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>When linking a clang built clang with gold, the size of the hash sections are
[ 5] .gnu.hash GNU_HASH 0000000000e228e0 a228e0 0a626c 00 A 3 0 8
[ 6] .hash HASH 0000000000ec8b50 ac8b50 096898 04 A 3 0 8
with lld the sizes are
[ 7] .gnu.hash GNU_HASH 0000000001dcb4c0 1bcb4c0 0b6220 00 A 4 0 8
[ 8] .hash HASH 0000000001e816e0 1c816e0 0ad108 04 A 4 0 4
We probably don't care about .hash, but should at least understand the
difference in .gnu.hash.</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>