Richard Henderson <r...@twiddle.net> 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