qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Corey Boyle
Subject: Re: [Qemu-devel] [PATCH] flatload: fix non-GOT relocations
Date: Sat, 5 Oct 2013 07:28:59 -0400

On Sat, Oct 5, 2013 at 4:04 AM, Peter Maydell <address@hidden> wrote:
On 5 October 2013 07:50, Corey J. Boyle <address@hidden> wrote:
> From: "Corey J. Boyle" <address@hidden>
>
> Use target address rather than host address when performing
> non-GOT relocations
>
> Signed-off-by: Corey J. Boyle <address@hidden>
> ---
>  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..c13a201 100644
> --- a/linux-user/flatload.c
> +++ b/linux-user/flatload.c
> @@ -44,7 +44,7 @@
>  #define ntohl(x) be32_to_cpu(x)
>  #include <target_flat.h>
>
> -//#define DEBUG
> +#define DEBUG

I assume you didn't mean to leave debugging enabled...

No, I didn't mean for that to stick around.  I'll upload a new patch.

Thanks
Corey

reply via email to

[Prev in Thread] Current Thread [Next in Thread]