From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36341 invoked by alias); 20 May 2019 19:27:10 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 36331 invoked by uid 89); 20 May 2019 19:27:10 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:762 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 May 2019 19:27:09 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-01.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1hSnwC-0000Bx-8I from joseph_myers@mentor.com ; Mon, 20 May 2019 12:27:08 -0700 Received: from digraph.polyomino.org.uk (137.202.0.90) by svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Mon, 20 May 2019 20:27:04 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.90_1) (envelope-from ) id 1hSnw8-0005Y8-6l; Mon, 20 May 2019 19:27:04 +0000 Date: Mon, 20 May 2019 19:27:00 -0000 From: Joseph Myers To: Nick Alcock CC: Subject: Re: [PATCH v2 00/19] libctf, and CTF support for objdump and readelf In-Reply-To: <20190517221002.408822-1-nick.alcock@oracle.com> Message-ID: References: <20190517221002.408822-1-nick.alcock@oracle.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2019-05/txt/msg00255.txt.bz2 On Fri, 17 May 2019, Nick Alcock wrote: > Joseph: you'll probably be interested in patches 3, 9, 10, and 15 in particular, > for their BFDization and portability fixes. Thanks. A quick question would be what hosts you've tested this builds for. At least some GNU/Linux distributions package cross-compilers for MinGW; if you install such a compiler and make sure that binutils, with these patches, can build using it, --host=x86_64-w64-mingw32 --target= (adjust host as needed if the host triplet of the packaged compiler is different), then there shouldn't be major problems getting it to build on any other likely host either. -- Joseph S. Myers joseph@codesourcery.com