From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23017 invoked by alias); 20 Mar 2013 11:57:00 -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 22977 invoked by uid 89); 20 Mar 2013 11:56:52 -0000 X-Spam-SWARE-Status: No, score=-8.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 20 Mar 2013 11:56:49 +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.14.4/8.14.4) with ESMTP id r2KBugaG015892 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 20 Mar 2013 07:56:42 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r2KBudQA025711; Wed, 20 Mar 2013 07:56:40 -0400 Message-ID: <5149A3F7.4040403@redhat.com> Date: Wed, 20 Mar 2013 13:33:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Yao Qi CC: jeremy.bennett@embecosm.com, gdb-patches@sourceware.org, Franck Jullien Subject: Re: [PATCH] Remove doc on OpenRISC 1000 References: <1363576183-5544-1-git-send-email-yao@codesourcery.com> <1363700147.23712.277.camel@laria> <514982F1.4080906@codesourcery.com> In-Reply-To: <514982F1.4080906@codesourcery.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-03/txt/msg00733.txt.bz2 On 03/20/2013 09:35 AM, Yao Qi wrote: > [My mail sent yesterday didn't show in the mail archive, so send it again.] > > On 03/19/2013 09:35 PM, Jeremy Bennett wrote: >> It is quite likely the GDB code for OpenRISC 1000 was never submitted. >> The whole GNU tool chain was developed around 2000-2002, but only >> binutils ever committed its code. The tool chain is still widely used >> and maintained atwww.opencores.org. > > Hi Jeremy, > The patch was submitted in the link I gave in my first mail, but only > the doc bit was approved and committed. I can't tell why the non-doc > bits were not approved. > >> >> I've copied Franck Jullien, who is the most active developer of the >> OpenRISC GDB port at present (I was in the past). The alternative to >> deleting the documentation is to submit the port. > > If the port can be submitted soon (in 2~3 months maybe?), I am fine to > keep the doc there, because it has been there for 10 years. Otherwise, > I prefer to remove them first, personally. I'd prefer removing them from our tree too (and not wait). 10 years have passed, and lots of non-"target remote" targets have been yanked from the tree meanwhile -- I'm not familiar with OpenRISC, but it's arguable whether we want a new "target jtag" nowadays, compared to using the remote target (against something that talks jtag), and perhaps we have better mechanisms for "info or1k spr" today too (I don't know what that actually does). I think starting from scratch with a clean submission, that includes the corresponding docs would make a lot of sense. -- Pedro Alves