From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6873 invoked by alias); 19 Jan 2011 21:14:48 -0000 Received: (qmail 6860 invoked by uid 22791); 19 Jan 2011 21:14:47 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Jan 2011 21:14:39 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0JLEbMQ021410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Jan 2011 16:14:38 -0500 Received: from mesquite.lan (ovpn-113-42.phx2.redhat.com [10.3.113.42]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0JLEbnE016817 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 19 Jan 2011 16:14:37 -0500 Date: Wed, 19 Jan 2011 21:20:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: [RFC] configure.tgt: Update mips*-*-* to use remote-mips.o Message-ID: <20110119141436.2d8422fe@mesquite.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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/msg00414.txt.bz2 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. Any objections to the patch below? Kevin * configure.tgt (mips*-*-*): Add remote-mips.o to gdb_target_obs. Index: configure.tgt =================================================================== 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="mips-tdep.o" + gdb_target_obs="mips-tdep.o remote-mips.o" gdb_sim=../sim/mips/libsim.a ;;