From owner-svn-src-all@FreeBSD.ORG Mon Mar 24 19:36:43 2014 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 ESMTPS id C873F765 for ; Mon, 24 Mar 2014 19:36:43 +0000 (UTC) Received: from mail-ig0-f169.google.com (mail-ig0-f169.google.com [209.85.213.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90572FC0 for ; Mon, 24 Mar 2014 19:36:43 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id h18so9005295igc.0 for ; Mon, 24 Mar 2014 12:36:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=0Q9IN72tBWChgZWoT5PNmMpuJXzo5/jqjiJLuCc3aNY=; b=RHrKWBxZj2SmznKb1z6XMmkHcUvS+lh5PnysFoXJ2voBC+C3KGzf3LW0prLg6MHXhy FyJqNZfUbtg07NE9IIexElC170iYJlbtrOoqHiW7569KwIqA40Z9Pa+QQR2DYxy5Qp4P bRBuhjBKU261AgsMXLx42HURbg4V4Clx8k8hULcFpE4qc6M39hr3a+w0L5VdM7v9EK9+ LbPaCc0zWPJOMJDF7Vk/a/rDxmpn/C4VYGBVOvpgszgpwEDsbOjaqJO+xd6S/Szxpql7 e2g4cJWQ4HpSXEYeXar7cqOB+7iZpHClUfxcUP9H4tyQEWbcpI4OUbwqJPmn0k0fxwLN i8Kg== X-Gm-Message-State: ALoCoQnRWPvQkQDSdfYuc7uAZUoPe+9usTtjct287C6lYLy3KnJIFNFdCwsLVvz9FgvBSB+fifTz X-Received: by 10.50.253.227 with SMTP id ad3mr13698662igd.23.1395689797312; Mon, 24 Mar 2014 12:36:37 -0700 (PDT) Received: from netflix-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id l7sm25307929igv.4.2014.03.24.12.36.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 12:36:19 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r263692 - head From: Warner Losh In-Reply-To: <201403241921.s2OJLFuh050413@svn.freebsd.org> Date: Mon, 24 Mar 2014 13:36:03 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201403241921.s2OJLFuh050413@svn.freebsd.org> To: Dimitry Andric X-Mailer: Apple Mail (2.1874) 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.17 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: Mon, 24 Mar 2014 19:36:43 -0000 Makes we wonder why we didn=92t put this in kmod.mk=85 Is there any = reason not do? Warner On Mar 24, 2014, at 1:21 PM, Dimitry Andric wrote: > Author: dim > Date: Mon Mar 24 19:21:14 2014 > New Revision: 263692 > URL: http://svnweb.freebsd.org/changeset/base/263692 >=20 > Log: > Add a note to UPDATING about customized kernel configuration files = now > requiring -gdwarf-2 for debug info, when using clang 3.4. >=20 > Suggested by: adrian > MFC after: 3 days >=20 > Modified: > head/UPDATING >=20 > Modified: head/UPDATING > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/UPDATING Mon Mar 24 19:15:13 2014 (r263691) > +++ head/UPDATING Mon Mar 24 19:21:14 2014 (r263692) > @@ -44,7 +44,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 > to do so. Set WITHOUT_GPL_DTC if you require the BSDL compiler. >=20 > 20140216: > - Clang and llvm have been upgraded to 3.4 release. > + Clang and llvm have been upgraded to 3.4 release. Please note = that > + clang 3.4 now defaults to DWARF4 debug information format when = you > + specify -g. Since kgdb(1) only supports DWARF2, you should = update any > + customized kernel configurations which include debug information = to > + explicitly use -gdwarf-2, e.g: > + > + makeoptions DEBUG=3D-gdwarf-2 > + > + This has already been applied to the appropriate GENERIC = configuration > + files, so if you inherit from those, no changes are required. >=20 > 20140216: > The nve(4) driver has been removed. Please use the nfe(4) = driver >=20