[llvm-bugs] [Bug 41859] New: Match GNU objdump behaviour for --disassemble-all

via llvm-bugs llvm-bugs at lists.llvm.org
Mon May 13 07:32:08 PDT 2019


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

            Bug ID: 41859
           Summary: Match GNU objdump behaviour for --disassemble-all
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-objdump
          Assignee: unassignedbugs at nondot.org
          Reporter: jh7370.2008 at my.bristol.ac.uk
                CC: llvm-bugs at lists.llvm.org

llvm-objdump --disassemble-all disassembles every section in an ELF object,
whereas GNU only dumps some sections. In particular, it doesn't dump the string
table(s) or symbol table. There may be other sections that it also doesn't
dump, but I haven't looked. On the principle of output compatibility, we should
probably limit things here too, but I'm not against keeping things as they are
(despite there being no sense in disassembling such sections).

-- 
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/20190513/b61aafbe/attachment.html>


More information about the llvm-bugs mailing list