[llvm-bugs] [Bug 41711] New: Class for a symbol with undefined binding does not match class assigned by gnu-nm

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 2 09:21:40 PDT 2019


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

            Bug ID: 41711
           Summary: Class for a symbol with undefined binding does not
                    match class assigned by gnu-nm
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-nm
          Assignee: unassignedbugs at nondot.org
          Reporter: snortotter at gmail.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 21878
  --> https://bugs.llvm.org/attachment.cgi?id=21878&action=edit
A lit test demonstrating the incorrect symbol class character output.

A symbol with a binding of 0x5 that is present in a .text section is assigned
the class character 'T'. However, gnu-nm assigns the character '?'.

-- 
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/20190502/b24fc2cf/attachment.html>


More information about the llvm-bugs mailing list