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: [email protected]
Reporter: [email protected]
CC: [email protected]
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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs