<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 - Don't print "Section: <?>" for ET_CORE file note printing"
   href="https://bugs.llvm.org/show_bug.cgi?id=49088">49088</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Don't print "Section: <?>" for ET_CORE file note printing
          </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>Spun off from <a href="https://reviews.llvm.org/D74393">https://reviews.llvm.org/D74393</a>. LLVM style printing of ELF notes
can be a little confusing for ET_CORE files, and quite possibly other ELFs with
no sections. In such cases, rather than printing a section name for each note
region (e.g. "Section: .note.foo"), llvm-readobj simply prints "Section: <?>",
which could lead people to wonder, why can't llvm-readobj load the section name
for this ELF? It would be less confusing if it simply didn't print the
"Section:" line in those situations (the offset and size is already printed, so
there is still enough information to find the note data if needed). This would
be similar to GNU style printing which prints "Displaying notes found at file
offset xxxxx with length xxxxx:" instead of "Displaying notes found in:
.note.foo".</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>