Re: [Qemu-devel] [PATCH v2] flatload: fix non-GOT relocations

2013-11-11 Thread Corey Boyle
Ping http://patchwork.ozlabs.org/patch/280764/ On Sat, Oct 5, 2013 at 7:46 AM, Corey J. Boyle wrote: > From: "Corey J. Boyle" > > Use target address rather than host address when performing > non-GOT relocations > > Signed-off-by: Corey J. Boyle > --- > linux-user/flatload.c |2 +- > 1

[Qemu-devel] [PATCH v2] flatload: fix non-GOT relocations

2013-10-05 Thread Corey J. Boyle
From: "Corey J. Boyle" Use target address rather than host address when performing non-GOT relocations Signed-off-by: Corey J. Boyle --- linux-user/flatload.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/flatload.c b/linux-user/flatload.c index 58f679e..ceb