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

            Bug ID: 41830
           Summary: --all-headers output in wrong order for GNU
                    compatibility
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: llvm-objdump
          Assignee: unassignedb...@nondot.org
          Reporter: jh7370.2...@my.bristol.ac.uk
                CC: llvm-bugs@lists.llvm.org

GNU objdump --all-headers prints various items in the following order: file
header information, the program header table, the dynamic section, the section
header table, the symbol table. llvm-objdump prints them in the order: file
header, section header table, symbol table, program header table, dynamic
section. For compatibility, we should change the order of llvm-objdump to match
that of GNU objdump.

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