From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4877 invoked by alias); 15 Jan 2013 09:24:38 -0000 Received: (qmail 4712 invoked by uid 22791); 15 Jan 2013 09:24:32 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,URIBL_BLACK X-Spam-Check-By: sourceware.org Received: from db3ehsobe005.messaging.microsoft.com (HELO db3outboundpool.messaging.microsoft.com) (213.199.154.143) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Jan 2013 09:24:26 +0000 Received: from mail23-db3-R.bigfish.com (10.3.81.253) by DB3EHSOBE007.bigfish.com (10.3.84.27) with Microsoft SMTP Server id 14.1.225.23; Tue, 15 Jan 2013 09:24:24 +0000 Received: from mail23-db3 (localhost [127.0.0.1]) by mail23-db3-R.bigfish.com (Postfix) with ESMTP id F3FEB1A00A7; Tue, 15 Jan 2013 09:24:23 +0000 (UTC) X-Forefront-Antispam-Report: CIP:59.163.77.177;KIP:(null);UIP:(null);IPV:NLI;H:KCHJEXHC02.kpit.com;RD:59.163.77.177.static.vsnl.net.in;EFVD:NLI X-SpamScore: -4 X-BigFish: VPS-4(zz936eI154dI148cI4015Izz1ee6h1de0h1202h1e76h1d1ah1d2ahzz177df4h17326ah8275bh8275dhz2dh2a8h668h839h944hd25hf0ah1220h1288h12a5h12a9h12bdh137ah13b6h1441h14ddh1504h1537h153bh15d0h162dh1631h1758h1155h) Received: from mail23-db3 (localhost.localdomain [127.0.0.1]) by mail23-db3 (MessageSwitch) id 1358241861426647_19868; Tue, 15 Jan 2013 09:24:21 +0000 (UTC) Received: from DB3EHSMHS021.bigfish.com (unknown [10.3.81.234]) by mail23-db3.bigfish.com (Postfix) with ESMTP id 5BB86400081; Tue, 15 Jan 2013 09:24:21 +0000 (UTC) Received: from KCHJEXHC02.kpit.com (59.163.77.177) by DB3EHSMHS021.bigfish.com (10.3.87.157) with Microsoft SMTP Server (TLS) id 14.1.225.23; Tue, 15 Jan 2013 09:24:19 +0000 Received: from KCHJEXMB02.kpit.com ([169.254.2.126]) by KCHJEXHC02.kpit.com ([172.10.15.74]) with mapi id 14.02.0247.003; Tue, 15 Jan 2013 14:54:02 +0530 From: Kaushik Phatak To: Pedro Alves CC: "binutils@sourceware.org" , "gdb-patches@sourceware.org" , Joel Brobecker , "gcc-patches@gcc.gnu.org" Subject: RE: [RFA] New port: CR16: BFD Changes required by the gdb port Date: Tue, 15 Jan 2013 09:24:00 -0000 Message-ID: References: <50CB6CA4.1060901@redhat.com> <50E431EF.5030904@redhat.com> <50EC5D58.3010503@redhat.com> In-Reply-To: <50EC5D58.3010503@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 gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg00766.txt.bz2 Hi Pedro,=20 >> - cr16-*-*) >> - noconfigdirs=3D"$noconfigdirs gdb" >> - ;; >> Dunno why these were removed with that merge. The >> ChangeLog entries brought in don't seen to mention these changes. Thanks for looking this up. The below patch includes these above entries into configure.ac and=20 configure(regenerated). Not sure if this should be submitted to gcc-patches= ,=20 adding them in cc.=20 Additionally, I have tried to answer queries related to my gdbserver port h= ere, http://sourceware.org/ml/gdb-patches/2012-12/msg00832.html Let me know if you have any comments on the same. Thanks, Kaushik 2013-01-15 Kaushik Phatak * configure.ac (cr16-*-*): Adding cr16 target. * configure (cr16-*-*): Regenerate. Index: configure =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/configure,v retrieving revision 1.440 diff -u -a -r1.440 configure --- configure 16 Dec 2012 07:10:07 -0000 1.440 +++ configure 15 Jan 2013 07:30:06 -0000 @@ -3600,6 +3600,9 @@ tic54x-*-*) noconfigdirs=3D"$noconfigdirs target-libgloss gdb" ;; + cr16-*-*) + noconfigdirs=3D"$noconfigdirs target-libgloss" + ;; d10v-*-*) noconfigdirs=3D"$noconfigdirs target-libgloss" ;; Index: configure.ac =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/configure.ac,v retrieving revision 1.184 diff -u -a -r1.184 configure.ac --- configure.ac 16 Dec 2012 07:10:07 -0000 1.184 +++ configure.ac 15 Jan 2013 07:30:06 -0000 @@ -939,6 +939,9 @@ tic54x-*-*) noconfigdirs=3D"$noconfigdirs target-libgloss gdb" ;; + cr16-*-*) + noconfigdirs=3D"$noconfigdirs target-libgloss" + ;; d10v-*-*) noconfigdirs=3D"$noconfigdirs target-libgloss" ;;=09