<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 - Stop interpreting ELF symbol type 0x10 as IFUNC unconditionally"
href="https://bugs.llvm.org/show_bug.cgi?id=42686">42686</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Stop interpreting ELF symbol type 0x10 as IFUNC unconditionally
</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>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>llvm-nm
</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>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>llvm-nm's sysv format interprets the symbol type 0x10 as "IFUNC"
unconditionally, but for non-GNU systems, this could be used for something
else, since it's in the reserved range. Even GNU nm doesn't print "IFUNC". It
prints "OS specific". We should probably change llvm-nm to do the same thing
here. Possibly, depending on the OS/ABI field, we could print IFUNC under some
circumstances, but it shouldn't always be the case.</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>