search for: runtimedyldmachoarm

Displaying 2 results from an estimated 2 matches for "runtimedyldmachoarm".

2014 Nov 04
2
[LLVMdev] Remaining big-endian host issues in RuntimeDyld
Hi Lang, Thanks for your help at the Hackers Lab. Fixing the problems we identified in RuntimeDyldMachOARM.h improves the MachO_ARM_PIC_relocations.s test quite a lot but there's one failed check that's proving a bit stubborn: Expression '*{4}(stub_addr(foo.o, __text, baz)) = 0xe51ff004' is false: 0x4f01fe5 != 0xe51ff004 I'm struggling to find the cause of this misma...
2014 Nov 04
2
[LLVMdev] Remaining big-endian host issues in RuntimeDyld
...t; *To:* lhames at gmail.com > *Cc:* LLVM Developers Mailing List (llvmdev at cs.uiuc.edu) > *Subject:* [LLVMdev] Remaining big-endian host issues in RuntimeDyld > > > > Hi Lang, > > > > Thanks for your help at the Hackers Lab. Fixing the problems we identified > in RuntimeDyldMachOARM.h improves the MachO_ARM_PIC_relocations.s test > quite a lot but there's one failed check that's proving a bit stubborn: > > Expression '*{4}(stub_addr(foo.o, __text, baz)) = > 0xe51ff004' is false: 0x4f01fe5 != 0xe51ff004 > > > > I'm str...