From owner-freebsd-current@FreeBSD.ORG Thu Dec 18 15:32:10 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 759443DF; Thu, 18 Dec 2014 15:32:10 +0000 (UTC) Received: from mail.lifanov.com (mail.lifanov.com [206.125.175.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CB042B45; Thu, 18 Dec 2014 15:32:09 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 58) id D3A0F1C71B0; Thu, 18 Dec 2014 10:23:29 -0500 (EST) Received: from [127.0.0.1] (vnat004.nandomedia.com [166.108.31.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.lifanov.com (Postfix) with ESMTPSA id B8FCB1A9118; Thu, 18 Dec 2014 10:23:28 -0500 (EST) Message-ID: <5492F16F.5010606@mail.lifanov.com> Date: Thu, 18 Dec 2014 10:23:27 -0500 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Ed Maste , FreeBSD Current Subject: Re: Call for testing: elftoolchain tools References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: freebsd-toolchain@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 15:32:10 -0000 On 12/18/14 10:12, Ed Maste wrote: > We have a rather outdated version of binutils in the base system. As > part of a project to update our toolchain I've started working on > using some of the tools from the elftoolchain project. There is now a > build knob to enable the use of the following tools: > > * addr2line > * elfcopy (strip) > * nm > * size > * strings > > The knob (in /etc/src.conf) is: > WITH_ELFTOOLCHAIN_TOOLS=yes > > The binutils version is still used for as, ld, objcopy, objdump and > readelf; future projects will handle these. > > The option is being tested in ports exp-runs on amd64 and i386, and > has had basic sanity testing on arm64 and mips64. > > I'm interested in test reports across a variety of hardware > architectures and use cases. If everything works as expected you > should see no difference -- the tools should be drop-in replacements. > > -Ed > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > I was running WITH_ELFTOOLCHAIN_TOOLS for a few days on head/amd64 and clang350-import/amd64. Things build and work as before. I'm not seeing any behavior differences. - Nikolai Lifanov