From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjsj6-00006Y-T4 for qemu-devel@nongnu.org; Tue, 13 Sep 2016 14:46:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjsj2-0008Lc-M9 for qemu-devel@nongnu.org; Tue, 13 Sep 2016 14:46:36 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:33939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjsj2-0008LO-Ep for qemu-devel@nongnu.org; Tue, 13 Sep 2016 14:46:32 -0400 Received: by mail-wm0-f47.google.com with SMTP id l68so527876wml.1 for ; Tue, 13 Sep 2016 11:46:32 -0700 (PDT) References: <1472935202-3342-1-git-send-email-rth@twiddle.net> <1472935202-3342-14-git-send-email-rth@twiddle.net> <87eg4nwwzo.fsf@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Tue, 13 Sep 2016 19:45:29 +0100 Message-ID: <87d1k7wsdy.fsf@linaro.org> MIME-Version: 1.0 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: Richard Henderson Cc: qemu-devel@nongnu.org Richard Henderson 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