From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7053 invoked by alias); 21 Aug 2006 22:52:16 -0000 Received: (qmail 7043 invoked by uid 22791); 21 Aug 2006 22:52:15 -0000 X-Spam-Check-By: sourceware.org Received: from gollum.portugalmail.pt (HELO gollum.portugalmail.pt) (195.245.179.77) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Aug 2006 22:52:14 +0000 Received: from [127.0.0.1] (195-23-204-78.net.novis.pt [195.23.204.78]) by gollum.portugalmail.pt (Postfix) with ESMTP id CAB1611C3DC; Mon, 21 Aug 2006 23:49:51 +0100 (WEST) Message-ID: <44EA3913.4050801@portugalmail.pt> Date: Tue, 22 Aug 2006 00:50:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Nick Clifton Cc: binutils@sourceware.org Subject: Re: [PATCH] Properly split arm-pe / arm-wince-pe. (take 2.1) References: <44AA6CE1.8070708@portugalmail.pt> <20060705004409.GA31620@nevyn.them.org> <44D8606F.1040903@portugalmail.pt> <44D861C5.5040408@redhat.com> <44DA4849.3020902@portugalmail.pt> <44E200A8.8040806@portugalmail.pt> <44E96B2B.9020203@redhat.com> In-Reply-To: <44E96B2B.9020203@redhat.com> Content-Type: multipart/mixed; boundary="------------080209020407060405090101" X-Antivirus: avast! (VPS 0634-0, 21-08-2006), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00229.txt.bz2 This is a multi-part message in MIME format. --------------080209020407060405090101 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 580 Nick Clifton wrote: >> >> ld/ChangeLog >> >> 2006-08-15 Pedro Alves >> (...) >> * configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows >> CE targets. > (...) > Approved and applied. Thanks for doing this! > Looks like the above part of the patch went for a ride into nowhere land :) Here it goes again. Please re-review, and commit. Cheers, Pedro Alves --- ld/ChangeLog 2006-08-21 Pedro Alves * configure.tgt: Set targ_emul to arm_wince_pe for ARM Windows CE targets. --------------080209020407060405090101 Content-Type: text/plain; name="configure.tgt.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="configure.tgt.diff" Content-length: 797 Index: configure.tgt =================================================================== RCS file: /cvs/src/src/ld/configure.tgt,v retrieving revision 1.191 diff -u -p -r1.191 configure.tgt --- configure.tgt 4 Aug 2006 13:13:56 -0000 1.191 +++ configure.tgt 21 Aug 2006 22:50:02 -0000 @@ -37,7 +37,7 @@ alpha*-*-openbsd*) targ_emul=elf64alpha arc-*-elf*) targ_emul=arcelf ;; arm-epoc-pe) targ_emul=arm_epoc_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; -arm-*-wince) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; +arm-wince-pe | arm-*-wince) targ_emul=arm_wince_pe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; arm-*-pe) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; arm-*-aout | armel-*-aout) targ_emul=armaoutl ;; armeb-*-aout) targ_emul=armaoutb ;; --------------080209020407060405090101--