<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 - llvm-objdump not printing relocations of specified section"
   href="https://bugs.llvm.org/show_bug.cgi?id=44357">44357</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-objdump not printing relocations of specified section
          </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-objdump
          </td>
        </tr>

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

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

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, rupprecht@google.com, srhines@google.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>with the provided object file:
<a href="https://drive.google.com/a/google.com/file/d/1tKHww4GgxytFkO38-2CsL209SKVPhHOm/view?usp=sharing">https://drive.google.com/a/google.com/file/d/1tKHww4GgxytFkO38-2CsL209SKVPhHOm/view?usp=sharing</a>

$ llvm-objdump -drj __ex_table kernel/futex.o
...
Disassembly of section __ex_table:

00000000 $d:
       0:       04 0d 00 00     .word   0x00000d04
       4:       00 00 00 00     .word   0x00000000
...

$
/android0/aosp/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/arm-linux-androideabi/bin/objdump
-rdj __ex_table kernel/futex.o
...
Disassembly of section __ex_table:

00000000 <__ex_table>:
   0:   00000d04        .word   0x00000d04
                        0: R_ARM_ABS32  .text
   4:   00000000        .word   0x00000000
                        4: R_ARM_ABS32  .text.fixup
...</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>