[llvm-bugs] [Bug 44357] New: llvm-objdump not printing relocations of specified section

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Dec 20 11:04:32 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44357

            Bug ID: 44357
           Summary: llvm-objdump not printing relocations of specified
                    section
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-objdump
          Assignee: unassignedbugs at nondot.org
          Reporter: ndesaulniers at google.com
                CC: llvm-bugs at lists.llvm.org, rupprecht at google.com,
                    srhines at google.com

with the provided object file:
https://drive.google.com/a/google.com/file/d/1tKHww4GgxytFkO38-2CsL209SKVPhHOm/view?usp=sharing

$ 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
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191220/16322ffa/attachment.html>


More information about the llvm-bugs mailing list