From owner-svn-src-stable@freebsd.org Tue Jun 6 18:41:50 2017 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2133BF2AC2; Tue, 6 Jun 2017 18:41:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABA4376C86; Tue, 6 Jun 2017 18:41:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 1329919DCF; Tue, 6 Jun 2017 18:41:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Tue, 6 Jun 2017 18:41:44 +0000 From: Glen Barber To: Dimitry Andric Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r319631 - stable/10/lib/clang Message-ID: <20170606184144.GA54898@FreeBSD.org> References: <201706061840.v56IeFsx041985@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <201706061840.v56IeFsx041985@repo.freebsd.org> X-Operating-System: FreeBSD 11.0-STABLE amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer X-Spidey-Sense: Uh oh, Peter logged in User-Agent: Mutt/1.8.2 (2017-04-18) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 18:41:50 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 06, 2017 at 06:40:15PM +0000, Dimitry Andric wrote: > Author: dim > Date: Tue Jun 6 18:40:14 2017 > New Revision: 319631 > URL: https://svnweb.freebsd.org/changeset/base/319631 >=20 > Log: > Work around a gcc 4.2 bug on powerpc architectures, where using > -fdata-sections can cause bogus "section type conflict" errors. See > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D33168 for more informati= on. > =20 > Since the upstream fixes are under GPLv3 and non-trivial, just disable > using function and data sections, at the cost of a slightly larger > executable. > =20 > Direct commit to stable/10, since the version of clang in head and > stable/11 cannot be built by gcc 4.2 at all. >=20 Thank you very much! Glen --J/dobhs11T7y2rNN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAlk292gACgkQAxRYpUeP 4pNjZg//TW/O2zzkZZTFPM6rlWhtRmLEsl+/XFtQuiBcYNogNdPe0i2BIPq35YyY h/bnul8g9/iFy9VhvAx6ovHwr+ZgUuidhFVF9W7rullTlLge45OkASv+A+1kSwnx 07XQXoXJvytBoxWBEeg2LnoVZZz+tbr/q65k7alGbaoogSfnS+E0yiIqyjm+ROwm IEItMxDMCcCu7Mwo27Q/y6vl0mg/mFA4AkKOVgz4BYYTG3FuOQKFAqzcAI+KbtaA VB+g1aE0Vt7CtegpvrGR/oI5hdJEoHSlenLIOrLqeqvS3uKrCvq+Ao6xHRi8jKKA 2lGyS1pBzoh2MYcHqhAyDb8QzVi0JiN+GKKCrs0bxrxYuWCM1bzC2gUHKuKLJ6/J DBXrfbg8o4yehMyemih0XbWzcUPb8ObK5KWgOsIe1dguElHRehGgODA8swRkiwMM KZv+nLfdZHCuIHJUzYYYwFvzHBPlaTFCVw5XHjyVLzHhK8cxq+Rv3onhraQED9w3 SFrqYDyXpLxoxrLiFS7kTN0PdP9ICfgksCttpvmO0tun7z2eM9XlLMDip5p+mIej RJUfJU0DQmDsqf0dkg/prPdX0bW/5H/pkPPHIIsQ53YdNWa/tOpTfysAqhOl0Dqt IFiOhnKcwBZroACKXik4H9leBkaesGPOLsRqhDiYYyktDzl9f9E= =BvbB -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--