From owner-svn-src-all@FreeBSD.ORG Fri Jun 13 21:52:19 2014 Return-Path: Delivered-To: svn-src-all@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 E750A840 for ; Fri, 13 Jun 2014 21:52:18 +0000 (UTC) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABF222A29 for ; Fri, 13 Jun 2014 21:52:18 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id x19so3024243ier.2 for ; Fri, 13 Jun 2014 14:52:12 -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:message-id:references:to; bh=j4TKs4DAtpgMw2gI/OYDbdRy+YNhPJkf4zUvebuLl9A=; b=BzWE30mgh5U92Fhi8WHWVe5wuozwndpZpLFxHPuqOykiuNLNj7KOqpYBwTtPAd0NaT 1Uq8sFIe1fPCulAgikaaEUMDVObr/ydNRn/ghstYjTGXGhee/cFnmE4NzdSNRqBWh2qm tvfbVhQClte7rTPhrhTWMITKX9bYww5Gws+6R3s7nQDKNyle2Aprp3B4i/sr3bQNsOky lyxP1G718SkXfTG3XsYKN/quHvTaCdeoIAwZ0Q+Uvd1LRvD9F+nNSCWiwmRHA3LKDB49 uhqlXt9vMLR8NMwZu9dckKKOQ/obUIjEFEyqY0Zp4QBMxZsrt7E0kKXV1bscV4BX22AB k4Sw== X-Gm-Message-State: ALoCoQntoVz1RpJ0vEijRzYxBI3qW+kf30UAbwRdik4rTsXucL0dxHu2l/y0QKYzCaVR655CVJGK X-Received: by 10.43.160.69 with SMTP id mb5mr6100130icc.49.1402696332274; Fri, 13 Jun 2014 14:52:12 -0700 (PDT) Received: from [10.0.0.119] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id c5sm6181577ign.1.2014.06.13.14.52.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 13 Jun 2014 14:52:11 -0700 (PDT) Sender: Warner Losh Content-Type: multipart/signed; boundary="Apple-Mail=_A14F6696-FF56-4BE1-8FB5-BE6FEE5060DF"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: svn commit: r267107 - stable/10/sys/i386/conf From: Warner Losh In-Reply-To: <20140607214835.GH679@alchemy.franken.de> Date: Fri, 13 Jun 2014 15:52:12 -0600 Message-Id: <4F65442A-DAF8-4C76-A5A5-802C3EF51769@bsdimp.com> References: <201406051308.s55D88mM053472@svn.freebsd.org> <652C13FA-F367-4884-BF65-2692E7614F93@gmail.com> <20140607214835.GH679@alchemy.franken.de> To: Marius Strobl X-Mailer: Apple Mail (2.1878.2) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers , svn-src-stable-10@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 13 Jun 2014 21:52:19 -0000 --Apple-Mail=_A14F6696-FF56-4BE1-8FB5-BE6FEE5060DF Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Jun 7, 2014, at 3:48 PM, Marius Strobl = wrote: > On Sat, Jun 07, 2014 at 09:23:47AM -0600, Warner Losh wrote: >> Why? There should be no -gdwarf-2 in the tree, that was a workaround = that has since been obsoleted by (a) -g automatically changes to this in = the makefile system and (b) the default was reverted back to dwarf 2. = This wasn?t a mismerge, but an intentional fix. >=20 > Because despite what you say, -gdwarf-2 actually still is in stable/9 = and > stable/10 as of now: > marius@alchemy:/home/marius/co > grep -l -- -gdwarf-2 = {9,10}/src/sys/*/conf/* > 9/src/sys/amd64/conf/GENERIC > 9/src/sys/i386/conf/GENERIC > 9/src/sys/i386/conf/XEN > 9/src/sys/sparc64/conf/GENERIC > 10/src/sys/amd64/conf/GENERIC > 10/src/sys/i386/conf/GENERIC > 10/src/sys/i386/conf/XEN > 10/src/sys/sparc64/conf/GENERIC >=20 > And also because replacing -gdwarf-2 with -g just wasn't part of = r266820, > doing the former when MFCing that revision as r267049 simply was a = mismerge > on my part. > Apart from these I'm fully aware that -gdwarf-2 was/is only transient, = but > we're just not fully back to -g, yet. Oh, yea, the MFC issue=85. Yea, you=92re right. That mess hasn=92t been = sorted out yet :( I=92ll sort 10 out this weekend and 9 out after 9.3, = per the RE=92s request. Warner --Apple-Mail=_A14F6696-FF56-4BE1-8FB5-BE6FEE5060DF Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJTm3KMAAoJEGwc0Sh9sBEA6NcQANVFeturtIh7VWwCMOYL16QW hlIk2zz/spCwaNosO4dSZIUQhK7EI3E5rxsunJPYNQ+tw7FNxsWt/Z+nCbU8wq/G 9uga+LaM+wrNnDEJ6thxq/aKHpHK3Fnm+sE7gjHTmRLJR/nFnBZ96QjgaX+fnlbQ DDDNg03zuwMlpTm996tBv0MTTkhcuhcdoZXSuviC4ntJ0RzbgpB7LdZerl2dGmAR OGKcdr0Hg3Kp8nPyslIby1Ek4IRGEpL4Ud6xUFs9HPZJCBpPnYj/CKH1tQ1YzWFX l9gDCll6ChQzpkjgjNyx9qQ2AGHhjra4manaoVTCkoVZi9zG4/ylAaRdc1XCP+fE urmmDz1Bmm60dypE9x28q+0uIrZ81vgo5bsvCeSelO7Uow4k1FCWlpCoMlJX1X2a iabUhalu2nn2v/3BgAw+vp1PJqstlMy4gm2vywhNz7pdUw6V/kR4VO1yCnVZSkeQ tJ/xAlXTd8vvqtVYf6O/isSdKMFLv+lONotB3DjvbpwwAljLhhuvcytZZEblOGoH d0XCWhYoLyehVw+/Zoqdx/lYJ3oCpS6ctyGE0agCBojStKyoY2u7tBIzkyrctOy4 riLUi4C/2X2bE/4YBbbDLK0XACFYJrqiI0hbL5W/N//t+AAHAyYAlNsXYWYEI1s+ TtYX0bQ9M/FaToK8G7x6 =QO7C -----END PGP SIGNATURE----- --Apple-Mail=_A14F6696-FF56-4BE1-8FB5-BE6FEE5060DF--