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 |
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 -
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.