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

            Bug ID: 37538
           Summary: [ELF] - Something is wrong with sh_info of .rela.plt
                    it seems
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedb...@nondot.org
          Reporter: gri...@accesssoftek.com
                CC: llvm-bugs@lists.llvm.org

I linked chromium with LLD and noticed that readelf 2.28 complains:

[10] .rela.dyn         RELA             0000000000a3f978  00a3f978
       0000000000d1a420  0000000000000018   A       2     0     8
readelf: Warning: [11]: Info field (0) should index a relocatable section.
[11] .rela.plt         RELA             0000000001759d98  01759d98
       0000000000008190  0000000000000018   A       2     0     8

I did not dig deeper, seems we should assign sh_info to something for
.rela.plt.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to