From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18350 invoked by alias); 8 Jan 2013 11:24:26 -0000 Received: (qmail 18332 invoked by uid 22791); 8 Jan 2013 11:24:24 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from tx2ehsobe005.messaging.microsoft.com (HELO tx2outboundpool.messaging.microsoft.com) (65.55.88.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Jan 2013 11:24:20 +0000 Received: from mail64-tx2-R.bigfish.com (10.9.14.254) by TX2EHSOBE014.bigfish.com (10.9.40.34) with Microsoft SMTP Server id 14.1.225.23; Tue, 8 Jan 2013 11:24:19 +0000 Received: from mail64-tx2 (localhost [127.0.0.1]) by mail64-tx2-R.bigfish.com (Postfix) with ESMTP id 7D31780183; Tue, 8 Jan 2013 11:24:19 +0000 (UTC) X-Forefront-Antispam-Report: CIP:59.163.77.45;KIP:(null);UIP:(null);IPV:NLI;H:KCHJEXHC01.kpit.com;RD:59.163.77.45.static.vsnl.net.in;EFVD:NLI X-SpamScore: -3 X-BigFish: VPS-3(zz154dI148cI4015Izz1de0h1202h1e76h1d1ah1d2ahzzz2dh2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h14ddh1504h1537h153bh15d0h162dh1631h1758h1155h) Received: from mail64-tx2 (localhost.localdomain [127.0.0.1]) by mail64-tx2 (MessageSwitch) id 1357644256257342_5202; Tue, 8 Jan 2013 11:24:16 +0000 (UTC) Received: from TX2EHSMHS035.bigfish.com (unknown [10.9.14.242]) by mail64-tx2.bigfish.com (Postfix) with ESMTP id 39ECBF0009B; Tue, 8 Jan 2013 11:24:16 +0000 (UTC) Received: from KCHJEXHC01.kpit.com (59.163.77.45) by TX2EHSMHS035.bigfish.com (10.9.99.135) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 8 Jan 2013 11:24:16 +0000 Received: from KCHJEXMB02.kpit.com ([169.254.2.126]) by KCHJEXHC01.kpit.com ([172.10.15.73]) with mapi id 14.02.0247.003; Tue, 8 Jan 2013 16:54:12 +0530 From: Kaushik Phatak To: nick clifton CC: Tom Tromey , Pedro Alves , "binutils@sourceware.org" , "gdb-patches@sourceware.org" , Joel Brobecker Subject: RE: [RFA] New port: CR16: BFD Changes required by the gdb port Date: Tue, 08 Jan 2013 11:24:00 -0000 Message-ID: References: <50CB6CA4.1060901@redhat.com> <50E431EF.5030904@redhat.com> In-Reply-To: <50EAE4E0.4000707@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: kpitcummins.com 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: 2013-01/txt/msg00125.txt.bz2 Hi Nick, Thanks for applying these changes with appropriate Changelogs. I noticed that the entries for cr16 were missing in the latest gdb snapshot in configure.ac and configure. cr16-*-*) noconfigdirs=3D"$noconfigdirs gdb" ;; This entry is present in the 7.5 release version of gdb but not in the latest snapshot, gdb-7.5.50.20130108 How is this controlled, in gcc or here? Could you please throw some light o= n this. Please let me know if I need to submit any patch for this as couple of hunks from my gdb patch are failing due to this. Thanks, Kaushik