From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10927 invoked by alias); 19 Jan 2011 21:20:59 -0000 Received: (qmail 10919 invoked by uid 22791); 19 Jan 2011 21:20:58 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausc60pc101.us.dell.com (HELO ausc60pc101.us.dell.com) (143.166.85.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Jan 2011 21:20:54 +0000 X-Loopcount0: from 10.152.240.141 Subject: Re: [RFC] configure.tgt: Update mips*-*-* to use remote-mips.o Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Paul Koning In-Reply-To: <20110119141436.2d8422fe@mesquite.lan> Date: Wed, 19 Jan 2011 21:39:00 -0000 Cc: Content-Transfer-Encoding: quoted-printable Message-Id: References: <20110119141436.2d8422fe@mesquite.lan> To: Kevin Buettner 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: 2011-01/txt/msg00415.txt.bz2 Shouldn't that just be for the MIPS based targets (if there still are any l= eft) that use this protocol? A lot of them probably just use the standard GDB remote protocol (I know ou= rs does -- NetBSD based). paul On Jan 19, 2011, at 4:14 PM, Kevin Buettner wrote: > I spent some time last year fixing bitrot in remote-mips.c, but > forgot to update configure.tgt so that it's actually used by mips > targets. >=20 > Any objections to the patch below? >=20 > Kevin >=20 > * configure.tgt (mips*-*-*): Add remote-mips.o to gdb_target_obs. >=20 > Index: configure.tgt > =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/gdb/configure.tgt,v > retrieving revision 1.241 > diff -u -p -r1.241 configure.tgt > --- configure.tgt 14 Jan 2011 18:16:34 -0000 1.241 > +++ configure.tgt 19 Jan 2011 20:51:20 -0000 > @@ -373,7 +373,7 @@ mips64*-*-openbsd*) > ;; > mips*-*-*) > # Target: MIPS > - gdb_target_obs=3D"mips-tdep.o" > + gdb_target_obs=3D"mips-tdep.o remote-mips.o" > gdb_sim=3D../sim/mips/libsim.a > ;; >=20 >=20