From owner-svn-src-all@FreeBSD.ORG  Tue Jul  9 19:36:03 2013
Return-Path: <owner-svn-src-all@FreeBSD.ORG>
Delivered-To: svn-src-all@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 <dim@FreeBSD.org>
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 <avg@FreeBSD.org>, 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-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all>
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=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