Re: [yocto] [prelink-cross][PATCH] src/rtld: Add MicroBlaze support based on glibc-2.24

2017-06-20 Thread Mark Hatle
Ok, I've verify this is working properly (not on MicroBlaze, but on other architectures). One observation, recent gcc appears to have changed something in CXX (at least on x86-64), and I'm now getting: ../src/prelink: /home/root/prelink-cross/testsuite/cxx1: COPY relocations don't point into

Re: [yocto] [prelink-cross][PATCH] src/rtld: Add MicroBlaze support based on glibc-2.24

2017-06-20 Thread Mark Hatle
On 6/20/17 7:08 AM, Nathan Rossi wrote: > On 20 June 2017 at 00:20, Mark Hatle wrote: >> I've merged this to the cross_prelink_staging (and master_staging, even >> though >> it's a no-op there). The change seems fairly obvious to me. >> >> Can you verify it is working

Re: [yocto] [prelink-cross][PATCH] src/rtld: Add MicroBlaze support based on glibc-2.24

2017-06-20 Thread Nathan Rossi
On 20 June 2017 at 00:20, Mark Hatle wrote: > I've merged this to the cross_prelink_staging (and master_staging, even though > it's a no-op there). The change seems fairly obvious to me. > > Can you verify it is working properly as merged into cross_prelink_staging, >

Re: [yocto] [prelink-cross][PATCH] src/rtld: Add MicroBlaze support based on glibc-2.24

2017-06-19 Thread Mark Hatle
I've merged this to the cross_prelink_staging (and master_staging, even though it's a no-op there). The change seems fairly obvious to me. Can you verify it is working properly as merged into cross_prelink_staging, then I'll move it to the full cross_prelink and master. --Mark On 6/19/17 8:45