On Sun, 6 Jan 2019 at 21:04, Mark Wielaard <m...@klomp.org> wrote: > > On Fri, Dec 14, 2018 at 01:44:17PM +0000, Luke Diamand wrote: > > On Thu, 13 Dec 2018 at 22:37, Roland McGrath <rol...@hack.frob.com> wrote: > > > > > > I think it's just missing. The hardest part is just deciding how the > > > configuration should work. > > > > Thanks. My current attempt adds a new function call, > > dwfl_set_sysroot(), which works, but feels a bit clunky. I might see > > if I can just use the find_elf callback instead. > > If you got this working please let us know. > It might help others and/or deciding how to add a proper > interface/config/hook for it. >
I have a fix which I think does the right thing - I've been playing around with core files from a Raspberry Pi and analysing them on a Linux x86 PC using eu-stack. Christmas and New Year intervened but I hope to submit something once I've recovered from that. Thanks! Luke