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

2013-10-05 Thread Corey Boyle
On Sat, Oct 5, 2013 at 4:04 AM, Peter Maydell wrote: > On 5 October 2013 07:50, 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 |

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

2013-10-05 Thread Peter Maydell
On 5 October 2013 07:50, 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 |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff -

[Qemu-devel] [PATCH] 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 |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-user/flatload.c b/linux-user/flatload.c index 58f679e.