X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FExecutionEngine%2FRuntimeDyld%2FX86%2FMachO_i386_DynNoPIC_relocations.s;h=6b2fe9532c2f350816f4fa4d13d80cb693852a7c;hp=f427b985b58c336f8efc1bb48fec92e4f9e9a103;hb=8cc212a07e6fc1918c1d9ada10f972830bf5a907;hpb=acaf8f5618194731f77a4033e294665974b92e40 diff --git a/test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s b/test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s index f427b985b58..6b2fe9532c2 100644 --- a/test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s +++ b/test/ExecutionEngine/RuntimeDyld/X86/MachO_i386_DynNoPIC_relocations.s @@ -9,9 +9,9 @@ bar: tmp0$pb: popl %eax # Test section difference relocation to non-lazy ptr section. -# rtdyld-check: decode_operand(inst1, 4) = x$non_lazy_ptr - tmp0$pb +# rtdyld-check: decode_operand(inst1, 4) = x$non_lazy_ptr - tmp0$pb + 8 inst1: - movl x$non_lazy_ptr-tmp0$pb(%eax), %eax + movl (x$non_lazy_ptr-tmp0$pb)+8(%eax), %eax movl (%eax), %ebx # Test VANILLA relocation to jump table.