From owner-svn-src-head@FreeBSD.ORG Tue Jul 9 19:36:03 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2AD55671; Tue, 9 Jul 2013 19:36:03 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id E376517D2; Tue, 9 Jul 2013 19:36:02 +0000 (UTC) Received: from spaceball.andric.com (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 785F85C43; Tue, 9 Jul 2013 21:35:53 +0200 (CEST) Message-ID: <51DC6617.2080500@FreeBSD.org> Date: Tue, 09 Jul 2013 21:35:51 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Thunderbird/22.0 MIME-Version: 1.0 To: Andriy Gapon , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r253072 - head/sys/conf References: <201307090842.r698g2CU017760@svn.freebsd.org> In-Reply-To: <201307090842.r698g2CU017760@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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, 09 Jul 2013 19:36:03 -0000 On 2013-07-09 10:42, Andriy Gapon wrote: > Author: avg > Date: Tue Jul 9 08:42:02 2013 > New Revision: 253072 > URL: http://svnweb.freebsd.org/changeset/base/253072 > > Log: > amd64: use -mno-omit-leaf-frame-pointer in addition to -fno-omit-frame-pointer > > ... in kernel builds. This is to make behavior of clang consistent with > behavior of gcc. > > MFC after: 2 weeks Thanks. This would be really nice to have in 9.2 too. :-) -Dimitry