From owner-svn-src-head@FreeBSD.ORG Tue Sep 17 09:29:27 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF3E647B; Tue, 17 Sep 2013 09:29:27 +0000 (UTC) (envelope-from zbodek@gmail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02BB32899; Tue, 17 Sep 2013 09:29:26 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id ez12so4639974wid.14 for ; Tue, 17 Sep 2013 02:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=dQLSJzS/iKbdrm3vQwqcDLwFbHcassUOMXov+Ho7CsM=; b=M//QOdN2e65fdJp2uBk8z4C/EbvLmrn5T+8VBV0pCE4P57nD65AWMn76HMZiAbAF+p Ynw4D3sgopcczThiOIeNsFokUYuciHmJPdbWeaAaKttHT6K4vivVKXt3Er+Ez7Fp6b3t vt1FlJvbSGEn4uKHduZPycLNwqZpEnWYaqpsndl64W4U1c99/sKu2+q0t+mYlbVjkTpG nekQe8Il0McZkX6+gPq83ztow0xlZmO0iybafkVArY6e9aLRbTS6spfKCaol0iV40izE QdQA/wUIPkLcx1xM7eCwduHxbAlC37n3xjQCf/d4ApeHtMOvghhDacQaPsxuNCfCh8qc K5qQ== MIME-Version: 1.0 X-Received: by 10.194.22.97 with SMTP id c1mr1010778wjf.43.1379410165415; Tue, 17 Sep 2013 02:29:25 -0700 (PDT) Sender: zbodek@gmail.com Received: by 10.217.38.69 with HTTP; Tue, 17 Sep 2013 02:29:25 -0700 (PDT) In-Reply-To: References: <201309161046.r8GAkxEM084656@svn.freebsd.org> Date: Tue, 17 Sep 2013 11:29:25 +0200 X-Google-Sender-Auth: KtFwg32P6g7Kjvi5xDHj-CK8s_8 Message-ID: Subject: Re: svn commit: r255613 - head/sys/arm/arm From: Zbigniew Bodek To: Ed Schouten Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 09:29:27 -0000 2013/9/16 Ed Schouten > 2013/9/16 Zbigniew Bodek : > > Log: > > Fix GCC build error when building for ARMv6 > > > > Apply theravens's idea to move __strong_reference > > macros into the proper ifdef section. > > > > Approved by: cognet (mentor) > > Approved by: re > > > > Modified: > > head/sys/arm/arm/stdatomic.c > > For some reason, this still breaks the build of the AVILA kernel: > > Hello Ed, You mean that this doesn't help for AVILA? To be precise the patch is for ARMv6/v7 issues and AVILA is ARMv5te? Nevertheless if the problem occurs for ARMs < v6 then another patch for that needs to be done. Best regards Zbyszek