<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 - Change error to warning for invalid section index when dumping symbols"
   href="https://bugs.llvm.org/show_bug.cgi?id=43408">43408</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Change error to warning for invalid section index when dumping symbols
          </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>In LLVM output style, llvm-readobj emits an error if you try to dump the
symbols (or dynamic symbols) of an object where one or more of the symbols
contains an invalid section index. This could happen because the ELF is
malformed, but for dynamic symbols at least, it can also happen with legitimate
objects when sections have been removed by e.g. llvm-objcopy --strip-sections,
if the object contains a dynamic symbol defined in the object. Note that GNU
output doesn't have this issue, because it doesn't try to look up the section
name. We should change this error to a warning to make this option usable in
such situations.</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>