[llvm-bugs] [Bug 33291] New: Missing SHF_INFO_LINK on relocation sections

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jun 2 23:28:51 PDT 2017


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

            Bug ID: 33291
           Summary: Missing SHF_INFO_LINK on relocation sections
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: MC
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: grimar at accesssoftek.com, llvm-bugs at lists.llvm.org

Sections produced by gas, bfd ld, gold and lld look like

[ 5] .rela.text.foo    RELA            0000000000000000 000100 000018 18   I  9
  4  8

The ones produced by MC are missing SHF_INFO_LINK:

 [ 4] .rela.text.foo    RELA            0000000000000000 000080 000018 18     
7   3  8

-- 
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/20170603/2fc0fcba/attachment.html>


More information about the llvm-bugs mailing list