[yocto] [prelink-cross][patch] Fix ifunc on x86_64 x32

2016-12-10 Thread Andrew Stubbs
Hi Mark, The ifunc1, ifunc2, and ifunc3 tests currently fail on x86_64 x32 ABI because the testcase crashes at runtime. The testcases run fine when not prelinked. In the case of ifunc1, the test tries to call the "lib2t2" function directly, instead of using it as an indirect call, which lead

Re: [yocto] [prelink-cross][patch] Fix ifunc on x86_64 x32

2016-12-09 Thread Mark Hatle
Thanks. I try to get this merged soon. --Mark On 12/9/16 11:34 AM, Andrew Stubbs wrote: > Hi Mark, > > The ifunc1, ifunc2, and ifunc3 tests currently fail on x86_64 x32 ABI > because the testcase crashes at runtime. The testcases run fine when not > prelinked. > > In the case of ifunc1, the