From owner-svn-src-all@FreeBSD.ORG Tue Sep 17 10:36:25 2013 Return-Path: Delivered-To: svn-src-all@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 20B1A63D; Tue, 17 Sep 2013 10:36:25 +0000 (UTC) (envelope-from zbodek@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 647182C4D; Tue, 17 Sep 2013 10:36:24 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hj3so4778056wib.4 for ; Tue, 17 Sep 2013 03:36:22 -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=Boi4WjCyd5B9RiPH5Z1vfYjNsjyuOx3OrVy3+hyggHA=; b=JUXSNIifoskPnXAlBcz+pQObHYVXiVorAbkbi3gdustzXdqGLiU0Yu6dUXu7WiK1xV 6QZmdvsouWBhAhPruVe9csfEy8wNbbaYvBqgs4z8Cw564siXXqlSMkzwHYZx6MSzQSET REv0ySTQBcY6yLQzLqyHrfDF6ObAgnRv8/57pjMkmt91ljBZ4+AYLKjSKMuI7HFLXWda 4nJfrU3rbZXddBHFA3/JI/OFRlnWjpkhLe7og7RUCA6s9NPcaySW5UMEB2B1KgUkLOT8 kkDtCV6bqoOnYZbbKJcjp8HGpC7JLzAQknngGJQVWhxr68+RCMurvdetDmREdozhAiM6 mK9Q== MIME-Version: 1.0 X-Received: by 10.180.82.36 with SMTP id f4mr1802032wiy.63.1379414182570; Tue, 17 Sep 2013 03:36:22 -0700 (PDT) Sender: zbodek@gmail.com Received: by 10.217.38.69 with HTTP; Tue, 17 Sep 2013 03:36:22 -0700 (PDT) In-Reply-To: References: <201309161046.r8GAkxEM084656@svn.freebsd.org> Date: Tue, 17 Sep 2013 12:36:22 +0200 X-Google-Sender-Auth: 9Ak3ACekrYm4FHc4-e1twVmI-J4 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Sep 2013 10:36:25 -0000 2013/9/17 Zbigniew Bodek > 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 > > Hello again Ed, Can you test this one: http://people.freebsd.org/~zbb/arm/other/stdatomic_fix_vol2.diff Best regards Zbyszek