From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14575 invoked by alias); 24 Jan 2011 21:41:17 -0000 Received: (qmail 14564 invoked by uid 22791); 24 Jan 2011 21:41:17 -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; Mon, 24 Jan 2011 21:41:11 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0OLfACt026950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Jan 2011 16:41:10 -0500 Received: from mesquite.lan (ovpn-113-42.phx2.redhat.com [10.3.113.42]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0OLf9XM021865 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 24 Jan 2011 16:41:10 -0500 Date: Mon, 24 Jan 2011 21:52:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFC] configure.tgt: Update mips*-*-* to use remote-mips.o Message-ID: <20110124144109.47cf1843@mesquite.lan> In-Reply-To: <20110120173748.5105a479@mesquite.lan> References: <20110119164407.2deca0ad@mesquite.lan> <201101201451.p0KEpPGX030318@d06av02.portsmouth.uk.ibm.com> <20110120173748.5105a479@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/msg00474.txt.bz2 On Thu, 20 Jan 2011 17:37:48 -0700 Kevin Buettner wrote: > * configure.tgt (mips*-*-elf): New; just like mips*-*-*, but > with remote-mips.o added to gdb_target_obs. > * Makefile.in (ALL_TARGET_OBS): Add remote-mips.o. I've committed this part. But... > In /cvs/gdbadmin/ss: > > * gdb_find.sh: Don't prune remote-mips.c. I was unable to commit this change. Here is the error that I saw when I attempted the commit: Checking in gdb_find.sh; /cvs/gdbadmin/ss/gdb_find.sh,v <-- gdb_find.sh new revision: 1.15; previous revision: 1.14 cvs [commit aborted]: could not open lock file `/cvs/gdbadmin/ss/,gdb_find.sh,': Permission denied Kevin