From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11252 invoked by alias); 24 Jan 2011 22:04:35 -0000 Received: (qmail 11231 invoked by uid 22791); 24 Jan 2011 22:04:34 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SARE_UNSUB22,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 22:04:29 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0OM4SvM032010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Jan 2011 17:04:28 -0500 Received: from mesquite.lan (ovpn-113-42.phx2.redhat.com [10.3.113.42]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p0OM4RxQ015467 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 24 Jan 2011 17:04:28 -0500 Date: Mon, 24 Jan 2011 23:01:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [RFC] configure.tgt: Update mips*-*-* to use remote-mips.o Message-ID: <20110124150427.327e990c@mesquite.lan> In-Reply-To: <20110124215154.GD2413@adacore.com> References: <20110119164407.2deca0ad@mesquite.lan> <201101201451.p0KEpPGX030318@d06av02.portsmouth.uk.ibm.com> <20110120173748.5105a479@mesquite.lan> <20110124144109.47cf1843@mesquite.lan> <20110124215154.GD2413@adacore.com> 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/msg00477.txt.bz2 On Mon, 24 Jan 2011 16:51:54 -0500 Joel Brobecker wrote: > > > 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: > > No comprendo why it worked for me but not for you. I looked at the > permissions, and none of them made sense to me, so for sure I'm missing > something. Nevertheless, I checked the change in, and updated the > checkout on sourceware.org (this has to be done manually). Hi Joel, Thanks for commiting the gdb_find.sh patch for me. Kevin