[llvm-bugs] [Bug 41830] New: --all-headers output in wrong order for GNU compatibility

via llvm-bugs llvm-bugs at lists.llvm.org
Fri May 10 07:15:42 PDT 2019


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: unassignedbugs at nondot.org
          Reporter: jh7370.2008 at my.bristol.ac.uk
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190510/0ad2dc0b/attachment-0001.html>


More information about the llvm-bugs mailing list