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

PaX Team <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #13 from PaX Team <[email protected]> 2011-10-21 17:43:21 CDT ---
(In reply to comment #12)
> works with r142572 reverted too.

if i revert r142572 (from a base of r142689) so that the out-of-line body is
produced then it fails for me the same way (which is little surprise as the
patch posted to this bug didn't fix it either).

did you verify that the .o actually has an out-of-line body and that it
correctly passes an address inside the body to the indirect call?

the generated code for me is still this:

 327:   48 c7 c2 00 00 00 00    mov    $0x0,%rdx        32a: R_X86_64_32S      
.Ltmp181
 32e:   ff 53 f0                callq  *-0x10(%rbx)

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to