From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8292 invoked by alias); 21 Oct 2013 15:37:07 -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 8276 invoked by uid 89); 21 Oct 2013 15:37:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 21 Oct 2013 15:37:05 +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.14.4/8.14.4) with ESMTP id r9LFb3o5016368 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 21 Oct 2013 11:37:03 -0400 Received: from psique (ovpn-113-80.phx2.redhat.com [10.3.113.80]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9LFb0YP025050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 21 Oct 2013 11:37:02 -0400 From: Sergio Durigan Junior To: Tom de Vries Cc: Pedro Alves , Subject: Re: [PATCH] Fix typo in gdb/testsuite/gdb.arch/thumb2-it.S References: <5263E0CB.30704@mentor.com> <52653F88.6020008@redhat.com> <52654747.2030909@mentor.com> X-URL: http://www.redhat.com Date: Mon, 21 Oct 2013 15:37:00 -0000 In-Reply-To: <52654747.2030909@mentor.com> (Tom de Vries's message of "Mon, 21 Oct 2013 17:24:55 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00639.txt.bz2 On Monday, October 21 2013, Tom de Vries wrote: > 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? The GDB and binutils repositories (a.k.a. CVS "src" repo) is being migrated to git right now. https://sourceware.org/ml/gdb/2013-10/msg00068.html The commit has been disabled until the migration finishes. -- Sergio