From owner-svn-src-all@FreeBSD.ORG Tue Sep 21 20:29:57 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64756106564A; Tue, 21 Sep 2010 20:29:57 +0000 (UTC) (envelope-from rpaulo@freebsd.org) Received: from karen.lavabit.com (karen.lavabit.com [72.249.41.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3AEAE8FC08; Tue, 21 Sep 2010 20:29:57 +0000 (UTC) Received: from d.earth.lavabit.com (d.earth.lavabit.com [192.168.111.13]) by karen.lavabit.com (Postfix) with ESMTP id 4FEDC11B888; Tue, 21 Sep 2010 15:29:56 -0500 (CDT) Received: from 10.0.10.3 (221.163.108.93.rev.vodafone.pt [93.108.163.221]) by lavabit.com with ESMTP id PSNOMQEKKT72; Tue, 21 Sep 2010 15:29:56 -0500 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <201009212023.o8LKNJI3005882@svn.freebsd.org> Date: Tue, 21 Sep 2010 21:29:53 +0100 Content-Transfer-Encoding: 7bit Message-Id: References: <201009212023.o8LKNJI3005882@svn.freebsd.org> To: Rui Paulo X-Mailer: Apple Mail (2.1081) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r212976 - head/lib/libc/i386/gen X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Sep 2010 20:29:57 -0000 On 21 Sep 2010, at 21:23, Rui Paulo wrote: > Author: rpaulo > Date: Tue Sep 21 20:23:19 2010 > New Revision: 212976 > URL: http://svn.freebsd.org/changeset/base/212976 > > Log: > Workaround LLVM bug #4434: > > Reorder inline assembly arguments temp2, temp, value and texp to follow > the st(0), st(1), etc. style. > Also mark the temp2 variable as volatile to workaround another clang > bug. > This allows clang to buildworld FreeBSD/i386. There's no binary change when using gcc. Regards, -- Rui Paulo