From owner-freebsd-toolchain@FreeBSD.ORG Fri Mar 27 15:26:10 2015 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40249B74 for ; Fri, 27 Mar 2015 15:26:10 +0000 (UTC) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:406a:0:50:2]) (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 21E21372 for ; Fri, 27 Mar 2015 15:26:10 +0000 (UTC) Received: from phabric-backend.isc.freebsd.org (phabric-backend.isc.freebsd.org [127.0.1.5]) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id t2RFQ9Ll004814 for ; Fri, 27 Mar 2015 15:26:09 GMT (envelope-from root@phabric-backend.isc.freebsd.org) Received: (from root@localhost) by phabric-backend.isc.freebsd.org (8.14.9/8.14.9/Submit) id t2RFQ9jB004813; Fri, 27 Mar 2015 15:26:09 GMT (envelope-from root) Date: Fri, 27 Mar 2015 15:26:09 +0000 To: freebsd-toolchain@freebsd.org From: "emaste (Ed Maste)" Subject: [Differential] [Request, 5 lines] D2156: Switch to ELF toolchain readelf Message-ID: X-Priority: 3 Thread-Topic: D2156: Switch to ELF toolchain readelf X-Herald-Rules: none X-Phabricator-To: X-Phabricator-To: X-Phabricator-Cc: Thread-Index: ZWFkMTA4MTdiZGZmMTA5ZWZhZDAyYzE2ZjY0 X-Phabricator-Sent-This-Message: Yes X-Mail-Transport-Agent: MetaMTA X-Auto-Response-Suppress: All X-Phabricator-Mail-Tags: , , , MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 15:26:10 -0000 emaste created this revision. emaste added a reviewer: imp. emaste added a subscriber: freebsd-toolchain. REVISION SUMMARY ELF toolchain readelf lacked some functionality at the time other tools (like size, strip, nm, etc.) were switched over to the ELF toolchain versions. This has been addressed as of the latest update, so we should be able to use it as well. TEST PLAN - Ports exp-run - ad-hoc comparison of output against in-tree binutils readelf REVISION DETAIL https://reviews.freebsd.org/D2156 AFFECTED FILES gnu/usr.bin/binutils/Makefile usr.bin/Makefile To: emaste, imp Cc: freebsd-toolchain