From owner-svn-src-all@FreeBSD.ORG Sun Feb 20 22:01:45 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 596E81065670; Sun, 20 Feb 2011 22:01:45 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 365D78FC0C; Sun, 20 Feb 2011 22:01:45 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.4/8.14.4) with ESMTP id p1KM1i35056070; Sun, 20 Feb 2011 14:01:44 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.4/8.14.4/Submit) id p1KM1iLE056069; Sun, 20 Feb 2011 14:01:44 -0800 (PST) (envelope-from sgk) Date: Sun, 20 Feb 2011 14:01:44 -0800 From: Steve Kargl To: Dimitry Andric Message-ID: <20110220220144.GA56015@troutmask.apl.washington.edu> References: <201102182054.p1IKsDMx071986@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201102182054.p1IKsDMx071986@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@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-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 20 Feb 2011 22:01:45 -0000 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 > > 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, and > many other things. Bump __FreeBSD_version, and add a note to UPDATING. > > Thanks to the many people that have helped to test this. This commit appears to be causing 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. and 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. Note an executable is created and it appears to work. laptop:kargl[213] ./z Hello world Unfortunately, one can no longer run the GCC testsuite because the testsuite is not expecting the /usr/bin/ld message. 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? -- steve