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

            Bug ID: 40008
           Summary: --all-headers output missing file header information
           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

GNU objdump produces output related to the file header when printing
--all-headers:

C:\Work\TempWork> objdump --all-headers bar.o
bar.o:     file format elf64-x86-64
bar.o
architecture: i386:x86-64, flags 0x00000011:
HAS_RELOC, HAS_SYMS
start address 0x0000000000000000
<more output about section headers etc.>

llvm-objdump does not produce this first chunk (except for the first line). It
probably should, so that the --all-headers behaviour matches up (although I
don't know what the "flags" field is referring to...).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to