[LLVMbugs] [Bug 12188] New: Unnecessary elf relocation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 5 07:17:57 PST 2012


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

             Bug #: 12188
           Summary: Unnecessary elf relocation
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


MC produces a relocation for

foo:
        zed = foo
.long zed - foo

gas doesn't

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list