From owner-svn-src-head@FreeBSD.ORG Mon Mar 24 19:36:43 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6140764 for ; Mon, 24 Mar 2014 19:36:43 +0000 (UTC) Received: from mail-ie0-f177.google.com (mail-ie0-f177.google.com [209.85.223.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 905C1FC1 for ; Mon, 24 Mar 2014 19:36:43 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id rl12so6049656iec.22 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=aPNQWdd49xI0rE2iWlWr5d99izCFnPBvxtYsgtARxV0RCE4LvDNCNkf2gx+tpYNvgU bfafjNJEvvXw/zX7TKCBt8YyW15XASYad0FOb591vjwheHsjoA0WwpRTr4XisYQxkeIx EDwS6apJd4Z8ZAdU1+Ss+AcsM19hvtvz9QLX7aYENucHed12/wiTPGhUwynhY6xDmC/Y UtmTjHjlbnJXDagsjxSiQ6fbR/nmYAzAZuFoeN/7vZ9ag3NAqY2DHPr88mL5K/dcSo6e YNHOhNuF39uWyU9ogkJcHtANwQMH8Wz8nok83ST/Dlfiz2cmPDUf4SOhSu+INCGuh7rB 6e8Q== X-Gm-Message-State: ALoCoQnlTTpe3BhCk/fFrXe6uigulq/qOgAZgkQlNk0jTOdKg2dhUIkc7mrPj22fZVm6B/KiHNz9 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-head@freebsd.org X-Mailman-Version: 2.1.17 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: 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