qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] arm-semi: Rename SYS_XXX macros to TARGET_SYS_X


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] arm-semi: Rename SYS_XXX macros to TARGET_SYS_XXX (fixes compiler warning)
Date: Sat, 28 Apr 2012 16:57:31 +0100

On 28 April 2012 16:38, Peter Maydell <address@hidden> wrote:
> On 28 April 2012 16:07, Stefan Weil <address@hidden> wrote:
>> SYS_OPEN is already defined in stdio.h of MinGW-w64,
>> therefore the compiler complains when building for w64.
>>
>> Adding the prefix TARGET_ avoids that macro redefinition.
>> xtensa-semi.c also uses the same prefix (but mixed case macros
>> TARGET_SYS_xxx instead of TARGET_SYS_XXX).
>>
>> Signed-off-by: Stefan Weil <address@hidden>
>
> Acked-by: Peter Maydell <address@hidden>

(by which I mean "no objections", not "I have taken it
into any tree of mine"; if you want this in before freeze
you should get Blue to commit it I guess.)

-- PMM



reply via email to

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