From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44872 invoked by alias); 26 Apr 2017 12:04:37 -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 44852 invoked by uid 89); 26 Apr 2017 12:04:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*RU:74.125.83.67, Hx-spam-relays-external:74.125.83.67 X-HELO: mail-pg0-f67.google.com Received: from mail-pg0-f67.google.com (HELO mail-pg0-f67.google.com) (74.125.83.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Apr 2017 12:04:35 +0000 Received: by mail-pg0-f67.google.com with SMTP id 72so2335980pge.2 for ; Wed, 26 Apr 2017 05:04:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=3rFOySHQTmVvdMgYhznH9muBZ5y0ehIvvZyfDjZCDas=; b=s0XHzTEGzUQVgs3z1ekBUGMB/NK0qUpV6PT+eBUxJm+pcBqDkAheQcKIOQJLpiZUC6 Z/AFjCs2FidEczQyNWxKrPq3X+w3MspzqLWOobFJjG9KKj9LL1h7qnIPhF5elEdtw6rU p9Gf5oPELCFCwgN4qTnvXVhlA7GAzxpEgRo8P73+mQX2XSG40rl0Gq2Yv00hmsx25NIC xJupLr4rliP7kyjaMLCEqbatRGUwQbR5DE6WTZWwOUPp83C3wgIDP6UbzNEGEgcfZj2j d3o5a2JU4Auemr3iBBR44xu8Pq9v4fjy8bOAeBqop3YM8HskQSRIP4APraYB0Z1Bn7Wj duSw== X-Gm-Message-State: AN3rC/7sd2uZ1UZU8w/YuOp8XfCeC0DqcPX+0bbXlBw8eqTRhBd1oNYv p5e9iEpxjzqNww== X-Received: by 10.84.195.129 with SMTP id j1mr43883758pld.88.1493208275946; Wed, 26 Apr 2017 05:04:35 -0700 (PDT) Received: from localhost (z17.58-98-173.ppp.wakwak.ne.jp. [58.98.173.17]) by smtp.gmail.com with ESMTPSA id y6sm17355pfa.83.2017.04.26.05.04.34 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 26 Apr 2017 05:04:35 -0700 (PDT) Date: Wed, 26 Apr 2017 12:04:00 -0000 From: Stafford Horne To: Eli Zaretskii Cc: gdb-patches@sourceware.org, openrisc@lists.librecores.org, franck.jullien@gmail.com Subject: Re: [PATCH v6 2/5] gdb: Add OpenRISC or1k and or1knd target support Message-ID: <20170426120432.GC2724@lianli.shorne-pla.net> References: <83d1bzpv3y.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83d1bzpv3y.fsf@gnu.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00707.txt.bz2 On Wed, Apr 26, 2017 at 08:59:29AM +0300, Eli Zaretskii wrote: > > From: Stafford Horne > > Cc: Openrisc , Franck Jullien > > Date: Mon, 24 Apr 2017 21:52:51 +0900 > > > > +The OpenRISC 1000 provides a free and open RISC instruction set > > +architecture. > > "Free" is a superset of "open", so I think you should leave only the > former in the text. (It will also help us not to get in trouble with > RMS.) > > OK for the documentation part, with the above fixed. Thank you, I have fixed the above. +The OpenRISC 1000 provides a free RISC instruction set architecture. It is pushed to my git repo which can be browsed here, if interested: https://github.com/stffrdhrn/binutils-gdb/commits/or1k-upstream-v6 -Stafford