From owner-svn-src-stable@freebsd.org Tue Jun 6 18:41:33 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 156C2BF2A5B; Tue, 6 Jun 2017 18:41:33 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB26476A45; Tue, 6 Jun 2017 18:41:32 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::44ab:9313:9212:be70] (unknown [IPv6:2001:470:7a58:0:44ab:9313:9212:be70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id F15BB19600; Tue, 6 Jun 2017 20:41:23 +0200 (CEST) From: Dimitry Andric Content-Type: multipart/signed; boundary="Apple-Mail=_DAAE4E40-AE62-4C09-AF64-77A1918FF1CB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: svn commit: r319631 - stable/10/lib/clang Date: Tue, 6 Jun 2017 20:41:11 +0200 References: <201706061840.v56IeFsx041985@repo.freebsd.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org In-Reply-To: <201706061840.v56IeFsx041985@repo.freebsd.org> Message-Id: <1463BF75-D9E2-4BC2-881F-9DFE07A51FCF@FreeBSD.org> X-Mailer: Apple Mail (2.3273) 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:33 -0000 --Apple-Mail=_DAAE4E40-AE62-4C09-AF64-77A1918FF1CB Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 6 Jun 2017, at 20:40, Dimitry Andric wrote: > > Author: dim > Date: Tue Jun 6 18:40:14 2017 > New Revision: 319631 > URL: https://svnweb.freebsd.org/changeset/base/319631 > > 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=33168 for more information. > > 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. > > Direct commit to stable/10, since the version of clang in head and > stable/11 cannot be built by gcc 4.2 at all. Forgot to add: Reported by: gjb -Dimitry --Apple-Mail=_DAAE4E40-AE62-4C09-AF64-77A1918FF1CB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlk291MACgkQsF6jCi4glqMHdgCfcf2WtwYa2a2n/jOLlTEQMhzJ ZWgAniG9cXfSVAb5Wk+zO9MV7w5Hi/sl =M3se -----END PGP SIGNATURE----- --Apple-Mail=_DAAE4E40-AE62-4C09-AF64-77A1918FF1CB--