[llvm-bugs] [Bug 45090] New: Dump GNU hash table even if dynamic symbol table size is unknown

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 3 08:33:25 PST 2020


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

            Bug ID: 45090
           Summary: Dump GNU hash table even if dynamic symbol table size
                    is unknown
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-readobj
          Assignee: unassignedbugs at nondot.org
          Reporter: jh7370.2008 at my.bristol.ac.uk
                CC: jh7370.2008 at my.bristol.ac.uk, llvm-bugs at lists.llvm.org

As noted in bug 45809, it is possible to identify the end of a chain in the
GNU hash table, even if the dynamic symbol table size is unknown, by
iterating through the chains. As such, it should be possible to print the
full table without this information, rather than bailing out when attempting to
do so.

-- 
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/20200303/22a1700d/attachment.html>


More information about the llvm-bugs mailing list