From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjrUC-0007mK-BH for qemu-devel@nongnu.org; Tue, 13 Sep 2016 13:27:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjrU8-0000Ff-8T for qemu-devel@nongnu.org; Tue, 13 Sep 2016 13:27:08 -0400 Received: from mail-yb0-f194.google.com ([209.85.213.194]:33108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjrU8-0000FD-3p for qemu-devel@nongnu.org; Tue, 13 Sep 2016 13:27:04 -0400 Received: by mail-yb0-f194.google.com with SMTP id x93so3856813ybh.0 for ; Tue, 13 Sep 2016 10:27:04 -0700 (PDT) Sender: Richard Henderson References: <1472935202-3342-1-git-send-email-rth@twiddle.net> <1472935202-3342-14-git-send-email-rth@twiddle.net> <87eg4nwwzo.fsf@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 13 Sep 2016 10:26:00 -0700 MIME-Version: 1.0 In-Reply-To: <87eg4nwwzo.fsf@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 13/34] tcg: Add atomic helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= Cc: qemu-devel@nongnu.org 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~