From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127107 invoked by alias); 30 Oct 2018 11:26:07 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 127083 invoked by uid 89); 30 Oct 2018 11:26:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=unavailable version=3.3.2 spammy=Hx-languages-length:725, H*r:sk:v5-v6so, HTo:U*rth, H*MI:sk:4ddf1c0 X-HELO: mail-pf1-f194.google.com Received: from mail-pf1-f194.google.com (HELO mail-pf1-f194.google.com) (209.85.210.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Oct 2018 11:26:05 +0000 Received: by mail-pf1-f194.google.com with SMTP id v5-v6so764222pfm.12 for ; Tue, 30 Oct 2018 04:26:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=0tHHsNfbhzdIfqecwzazRFInCCuyyjZy5upgR6KNfYY=; b=nEuGLVtotwL0nGsp8O5O6I+rudJH1FS8+ARHeR5UgeXzweyJAVfURrvohkUz95gm+C Qxey4AftMfn2a46tqtbk0dyo1hjx05NZgjgJo9qCH+jMziMsnOaTBkophMF4jGP6IOGU ZnVSaDLZRphgHUpuDUwobFoN+Vb0GVx2PvRcGjpQvHlvv5g5rfBSZcDh9wxQQfE2XM8G MfjDz/a408+WRotwOvS1M9V2pVs2miDw4fyNf0Ez5kzTLdrl3TSmCvRd1hPb5Pv/jOf2 V02tm94HZl0dQKxrsF/uFCjGw+Dq9+hA25aeLsUsLZQhN40W5euPALdgvwbTaWNWXGp5 kULQ== Return-Path: Received: from localhost (g148.61-193-223.ppp.wakwak.ne.jp. [61.193.223.148]) by smtp.gmail.com with ESMTPSA id n2-v6sm15657288pgg.86.2018.10.30.04.26.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 30 Oct 2018 04:26:02 -0700 (PDT) Date: Tue, 30 Oct 2018 11:26:00 -0000 From: Stafford Horne To: Richard Henderson Cc: Segher Boessenkool , GCC patches , Openrisc , Jeff Law , Joseph Myers , Joel Sherrill , Sebastian Huber , cgen@sourceware.org Subject: Re: [PATCH v3 3/3] or1k: gcc: initial support for openrisc Message-ID: <20181030112600.GA2843@lianli.shorne-pla.net> References: <20181027043702.18414-1-shorne@gmail.com> <20181027043702.18414-4-shorne@gmail.com> <20181028025730.GH5766@gate.crashing.org> <20181029133425.GE1761@lianli.shorne-pla.net> <20181029163426.GM5766@gate.crashing.org> <4ddf1c0d-76fb-8262-a6a2-afc7f8daee14@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ddf1c0d-76fb-8262-a6a2-afc7f8daee14@twiddle.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2018-q4/txt/msg00004.txt.bz2 On Mon, Oct 29, 2018 at 04:42:43PM +0000, Richard Henderson wrote: > On 10/29/18 4:34 PM, Segher Boessenkool wrote: > > Is there some better documentation available? This is what google found > > for me. I would have like better docs (more compact, etc.) Links to > > such would be great to have in readings.html :-) > > https://openrisc.io/architecture > > and especially the v1.2 pdf linked from there > > https://raw.githubusercontent.com/openrisc/doc/master/openrisc-arch-1.2-rev0.pdf Thanks, I meant to point this out during my previous reply. Also, I will send a patch for adding this to wwwdocs. https://www.gnu.org/software/gcc/readings.html -Stafford