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: unassignedb...@nondot.org
          Reporter: jh7370.2...@my.bristol.ac.uk
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to