[LLVMbugs] [Bug 21660] New: [mach-o] Relocations don't use offsetInTo

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 24 14:34:47 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=21660

            Bug ID: 21660
           Summary: [mach-o] Relocations don't use offsetInTo
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: dmlamb at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Function et al relocations don't point to the correct address as they appear to
point to the atom's start address. See ArchHandler_arm.cpp ln850 for example.
toAddress seems to point to the Atom's address. offsetInTo should be added to
the addend.

-- 
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/20141124/1f43549d/attachment.html>


More information about the llvm-bugs mailing list