From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26492 invoked by alias); 29 Jun 2004 08:51:31 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 26480 invoked from network); 29 Jun 2004 08:51:30 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Jun 2004 08:51:30 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5T8pUe1003017 for ; Tue, 29 Jun 2004 04:51:30 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5T8pT026078; Tue, 29 Jun 2004 04:51:29 -0400 Received: from [172.31.0.98] (vpnuser3.surrey.redhat.com [172.16.9.3]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id i5T8pRvl015421; Tue, 29 Jun 2004 09:51:28 +0100 Message-ID: <40E12F65.2030506@redhat.com> Date: Tue, 29 Jun 2004 08:51:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 0.7 (X11/20040615) MIME-Version: 1.0 To: Christopher Faylor CC: binutils@sources.redhat.com Subject: Re: fix PR45 References: <20040626041827.GK3469@bubble.modra.org> <20040626160742.GC20063@trixie.casa.cgf.cx> In-Reply-To: <20040626160742.GC20063@trixie.casa.cgf.cx> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00550.txt.bz2 Hi Chris, > Isn't there some other way of finding out if a target is PE-based other > than enumerating all of the target names? Not really. We could move the code into the ld testsuite library however, like the is_elf_format proc that is already there. Cheers Nick