From owner-svn-src-head@FreeBSD.ORG  Sun Feb 20 22:09:45 2011
Return-Path: <owner-svn-src-head@FreeBSD.ORG>
Delivered-To: svn-src-head@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C0D8F106564A;
	Sun, 20 Feb 2011 22:09:45 +0000 (UTC)
	(envelope-from kostikbel@gmail.com)
Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200])
	by mx1.freebsd.org (Postfix) with ESMTP id 556128FC15;
	Sun, 20 Feb 2011 22:09:44 +0000 (UTC)
Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua
	[10.1.1.148])
	by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p1KM9evc075306
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 21 Feb 2011 00:09:40 +0200 (EET)
	(envelope-from kostikbel@gmail.com)
Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1])
	by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id
	p1KM9eZg038067; Mon, 21 Feb 2011 00:09:40 +0200 (EET)
	(envelope-from kostikbel@gmail.com)
Received: (from kostik@localhost)
	by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id p1KM9eFT038066; 
	Mon, 21 Feb 2011 00:09:40 +0200 (EET)
	(envelope-from kostikbel@gmail.com)
X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to
	kostikbel@gmail.com using -f
Date: Mon, 21 Feb 2011 00:09:40 +0200
From: Kostik Belousov <kostikbel@gmail.com>
To: Steve Kargl <sgk@troutmask.apl.washington.edu>
Message-ID: <20110220220940.GP78089@deviant.kiev.zoral.com.ua>
References: <201102182054.p1IKsDMx071986@svn.freebsd.org>
	<20110220220144.GA56015@troutmask.apl.washington.edu>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="ou44OetjGUPv8osT"
Content-Disposition: inline
In-Reply-To: <20110220220144.GA56015@troutmask.apl.washington.edu>
User-Agent: Mutt/1.4.2.3i
X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,
	DNS_FROM_OPENWHOIS autolearn=no version=3.2.5
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
	skuns.kiev.zoral.com.ua
Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org,
	src-committers@freebsd.org, Dimitry Andric <dim@freebsd.org>
Subject: Re: svn commit: r218822 - in head: . contrib/binutils
	contrib/binutils/bfd contrib/binutils/bfd/doc
	contrib/binutils/bfd/po contrib/binutils/binutils
	contrib/binutils/binutils/doc contrib/binutils/binu...
X-BeenThere: svn-src-head@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SVN commit messages for the src tree for head/-current
	<svn-src-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
	<mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head>
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
	<mailto:svn-src-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Feb 2011 22:09:45 -0000


--ou44OetjGUPv8osT
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Feb 20, 2011 at 02:01:44PM -0800, Steve Kargl wrote:
> On Fri, Feb 18, 2011 at 08:54:13PM +0000, Dimitry Andric wrote:
> > Author: dim
> > Date: Fri Feb 18 20:54:12 2011
> > New Revision: 218822
> > URL: http://svn.freebsd.org/changeset/base/218822
> >=20
> > Log:
> >   Merge binutils 2.17.50 to head.  This brings a number of improvements=
 to
> >   x86 CPU support, better support for powerpc64, some new directives, a=
nd
> >   many other things.  Bump __FreeBSD_version, and add a note to UPDATIN=
G.
> >  =20
> >   Thanks to the many people that have helped to test this.
>=20
> This commit appears to be causing=20
>=20
> laptop:kargl[205] ~/work/bin/gfortran -o z a.f
> /usr/bin/ld: error in /usr/home/kargl/work/lib/gcc/i386-unknown-freebsd9.=
0/4.6.0/crtend.o(.eh_frame); no .eh_frame_hdr table will be created.
>=20
> and
>=20
> laptop:kargl[208] ~/work/bin/gcc -o z h.c
> /usr/bin/ld: error in /usr/home/kargl/work/lib/gcc/i386-unknown-freebsd9.=
0/4.6.0/crtend.o(.eh_frame); no .eh_frame_hdr table will be created.
>=20
> Note an executable is created and it appears to work.
>=20
> laptop:kargl[213] ./z
> Hello world
>=20
> Unfortunately, one can no longer run the GCC testsuite because
> the testsuite is not expecting the /usr/bin/ld message.
>=20
> So, is there an patch that needs to been sent upstream to GCC
> to fix crtend.o?  Or. can you fix /usr/bin/ld to not emit this
> seemingly harmless message?
I suspect this is the same issue as was fixed by r209294 in FreeBSD
svn repo. Most likely, similar approach would help gcc.

--ou44OetjGUPv8osT
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)

iEYEARECAAYFAk1hkSQACgkQC3+MBN1Mb4jc/wCg46xRQPtDPFbFWD9++FCR09vR
PDYAn37qPATtrrhz8H19WAEiYctMz6wb
=3dTP
-----END PGP SIGNATURE-----

--ou44OetjGUPv8osT--