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

            Bug ID: 40774
           Summary: Fix SHT_MIPS_DWARF section dumping + yaml2obj
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-readobj
          Assignee: unassignedb...@nondot.org
          Reporter: jh7370.2...@my.bristol.ac.uk
                CC: jh7370.2...@my.bristol.ac.uk, llvm-bugs@lists.llvm.org

I was writing a test to test all existing supported section types when dumping
section headers with llvm-readobj+llvm-readelf, and discovered two related
issues to do with SHT_MIPS_DWARF sections:
1) The type printing is inconsistent for SHT_MIPS* section types. For
SHT_MIPS_DWARF, it prints as "SHT_MIPS_DWARF" for other machine-specific
sections, it prints as "MIPS_*" e.g. "MIPS_ABIFLAGS".
2) yaml2obj does not recognise the SHT_MIPS_DWARF enum value for the section
type.

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