From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24983 invoked by alias); 16 Mar 2007 02:09:19 -0000 Received: (qmail 24971 invoked by uid 22791); 16 Mar 2007 02:09:18 -0000 X-Spam-Check-By: sourceware.org Received: from elrond.portugalmail.pt (HELO elrond.portugalmail.pt) (195.245.179.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Mar 2007 02:09:13 +0000 Received: from localhost (localhost [127.0.0.1]) by elrond.portugalmail.pt (Postfix) with ESMTP id B196C3C977 for ; Fri, 16 Mar 2007 02:04:56 +0000 (WET) Received: from elrond.portugalmail.pt ([127.0.0.1]) by localhost (elrond.portugalmail.pt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dqimnG74XJ0n for ; Fri, 16 Mar 2007 02:04:56 +0000 (WET) Received: from [127.0.0.1] (62.169.93.152.rev.optimus.pt [62.169.93.152]) (Authenticated sender: pedro_alves@portugalmail.pt) by elrond.portugalmail.pt (Postfix) with ESMTP id 7B5BD3CB87 for ; Fri, 16 Mar 2007 02:04:55 +0000 (WET) Message-ID: <45F9FC2F.5090501@portugalmail.pt> Date: Fri, 16 Mar 2007 02:09:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [New WinCE support] [patch 3/4] : bfd config. References: <20070315235008.243411000@portugalmail.pt> In-Reply-To: <20070315235008.243411000@portugalmail.pt> Content-Type: multipart/mixed; boundary="------------040909000308020402060509" X-Antivirus: avast! (VPS 000724-0, 15-03-2007), Outbound message X-Antivirus-Status: Clean X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00149.txt.bz2 This is a multi-part message in MIME format. --------------040909000308020402060509 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 199 Not really a gdb patch, but posted here for completeness, in case someone wants to build an arm-wince-mingw32ce-gdb. I'll post it at binutils once the patch I sent to config-patches is accepted. --------------040909000308020402060509 Content-Type: text/plain; name="wince_bfd.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="wince_bfd.diff" Content-length: 717 bfd/ChangeLog * config.bfd (arm*-*-mingw32ce*): Add. --- bfd/config.bfd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: src/bfd/config.bfd =================================================================== --- src.orig/bfd/config.bfd 2007-03-15 00:45:50.000000000 +0000 +++ src/bfd/config.bfd 2007-03-15 00:48:52.000000000 +0000 @@ -231,7 +231,7 @@ case "${targ}" in targ_underscore=no targ_cflags=-DARM_COFF_BUGFIX ;; - arm-wince-pe | arm-*-wince) + arm-wince-pe | arm-*-wince | arm*-*-mingw32ce*) targ_defvec=arm_wince_pe_little_vec targ_selvecs="arm_wince_pe_little_vec arm_wince_pe_big_vec arm_wince_pei_little_vec arm_wince_pei_big_vec" targ_underscore=no --------------040909000308020402060509--