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: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 13/34] tcg: Add atomic helpers
Date: Tue, 13 Sep 2016 10:26:00 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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.


r~



reply via email to

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