qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 13/34] tcg: Add atomic helpers


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v3 13/34] tcg: Add atomic helpers
Date: Tue, 13 Sep 2016 19:45:29 +0100
User-agent: mu4e 0.9.17; emacs 25.1.12

Richard Henderson <address@hidden> writes:

> On 09/13/2016 10:06 AM, Alex Bennée wrote:
>> I get a failure when building on centos6, x86:
>>
>>   CC    aarch64-softmmu/tcg/tcg-op.o
>> /home/alex/lsrc/qemu.git/tcg/tcg-op.c:2280: error: 
>> ‘gen_helper_atomic_fetch_addb’ undeclared here (not in a function)
>> /home/alex/lsrc/qemu.git/tcg/tcg-op.c:2280: error: 
>> ‘gen_helper_atomic_fetch_addw_le’ undeclared here (not in a function)
>> /home/alex/lsrc/qemu.git/tcg/tcg-op.c:2280: error: 
>> ‘gen_helper_atomic_fetch_addw_be’ undeclared here (not in a function)
>> /home/alex/lsrc/qemu.git/tcg/tcg-op.c:2280: error: 
>> ‘gen_helper_atomic_fetch_addl_le’ undeclared here (not in a function)
>> /home/alex/lsrc/qemu.git/tcg/tcg-op.c:2280: error: 
>> ‘gen_helper_atomic_fetch_addl_be’ undeclared here (not in a function)
>> ...
>
> Yes, that's what Leon Alrae reported last week.  He posted a couple of fixes.
> I have folded those fixes into my atomic-3 branch but have not yet re-posted
> the series.

Ahh it seemed familiar but I couldn't find the mail. No problem then,
carry on ;-)

>
>
> r~


--
Alex Bennée



reply via email to

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