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

            Bug ID: 22558
           Summary: pic jump tables should not be executable on ELF
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

ELF has relocations to represent

foo:
   bar - foo

even if bar is in another section. This allows for the table to be output in a
non executable section even with -fPIC.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to