Re: [Qemu-devel] [RFC/PATCH] elfload: add FDPIC support

2011-01-09 Thread Mike Frysinger
On Sun, Jan 9, 2011 at 03:48, Mike Frysinger wrote: > This is a PoC at this point, but it seems to be working for me.  At > least, all the current crashes I'm seeing are due to my Blackfin port > being incomplete.  All of the FDPIC table parsing seems to be OK ... > > If someone with a more functio

[Qemu-devel] [RFC/PATCH] elfload: add FDPIC support

2011-01-09 Thread Mike Frysinger
This is a PoC at this point, but it seems to be working for me. At least, all the current crashes I'm seeing are due to my Blackfin port being incomplete. All of the FDPIC table parsing seems to be OK ... If someone with a more functional target would like to try this, that'd be cool. Or if peo