<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 - Include section names in notes output"
   href="https://bugs.llvm.org/show_bug.cgi?id=41339">41339</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Include section names in notes output
          </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>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>llvm-readobj
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>rupprecht@google.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jh7370.2008@my.bristol.ac.uk, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Taking the test file test/tools/llvm-readobj/note-gnu-property.s as an example:

readelf --notes test/tools/llvm-readobj/Output/note-gnu-property.s.tmp

Displaying notes found in: .note.gnu.property
  Owner                 Data size       Description
  GNU                  0x000000e8       NT_GNU_PROPERTY_TYPE_0
      Properties: stack size: 0x100
...

$ llvm-readelf --notes test/tools/llvm-readobj/Output/note-gnu-property.s.tmp

Displaying notes found at file offset 0x00000040 with length 0x000000f8:
  Owner                 Data size       Description
  GNU                   0x000000e8      NT_GNU_PROPERTY_TYPE_0 (property note)
    Properties:    stack size: 0x100
...

llvm-readelf (or llvm-readobj) never prints the section name that contains the
note.</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>