<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 - Fix difference in --all output between llvm-readelf and GNU readelf"
href="https://bugs.llvm.org/show_bug.cgi?id=43403">43403</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Fix difference in --all output between llvm-readelf and GNU readelf
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</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>llvm-readobj
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>jh7370.2008@my.bristol.ac.uk
</td>
</tr>
<tr>
<th>CC</th>
<td>jh7370.2008@my.bristol.ac.uk, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Whilst I hope nobody is parsing --all output and relying on the specific order,
it's still not great that the outputs are different. From what I can see,
llvm-readelf (and llvm-readobj) produces output in the order:
* file header
* section headers
* relocations
* symbols
* unwind info
* dynamic table
* program headers
* version info
* section groups
* hash histogram
* notes
GNU readelf produces the output in the order:
* file header
* section headers
* section groups
* program headers
* dynamic table
* relocations
* unwind info
* symbol table
* hash histogram
* version info
* notes
We should change the order of llvm-readelf (and probably llvm-readobj) to match
GNU's order.</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>