[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 ind

[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 ind