[llvm-bugs] [Bug 40008] New: --all-headers output missing file header information

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Dec 13 08:31:07 PST 2018


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


More information about the llvm-bugs mailing list