From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27555 invoked by alias); 21 Oct 2013 15:25:06 -0000 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 Received: (qmail 27541 invoked by uid 89); 21 Oct 2013 15:25:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 Oct 2013 15:25:05 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1VYHLo-0002hS-Ug from Tom_deVries@mentor.com ; Mon, 21 Oct 2013 08:25:00 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 21 Oct 2013 08:25:00 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Mon, 21 Oct 2013 16:24:57 +0100 Message-ID: <52654747.2030909@mentor.com> Date: Mon, 21 Oct 2013 15:25:00 -0000 From: Tom de Vries User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: Pedro Alves CC: Subject: Re: [PATCH] Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S References: <5263E0CB.30704@mentor.com> <52653F88.6020008@redhat.com> In-Reply-To: <52653F88.6020008@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00637.txt.bz2 On 21/10/13 16:51, Pedro Alves wrote: > On 10/20/2013 02:55 PM, Tom de Vries wrote: > >> 2013-10-20 Tom de Vries >> >> * gdb.arch/thumb2-it.S (it_8): Fix typo. > > OK. > Pedro, Thanks. I've tried to commit using cvs and got: ... $ cvs commit -F ./thumb2-it-typo.log gdb/testsuite ... binutils and gdb have migrated to git cvs commit: Pre-commit check failed binutils and gdb have migrated to git cvs commit: Pre-commit check failed cvs [commit aborted]: correct above errors first! ... I suspect cvs is the way to apply since http://www.sourceware.org/gdb/current says git is read-only. I suppose this error is due to lack of permissions. I'd be happy to have checkin permissions, and to apply myself. Otherwise, can you apply? Thanks, - Tom