From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57352 invoked by alias); 29 Oct 2018 16:42:52 -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 57256 invoked by uid 89); 29 Oct 2018 16:42:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-wm1-f42.google.com Received: from mail-wm1-f42.google.com (HELO mail-wm1-f42.google.com) (209.85.128.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Oct 2018 16:42:50 +0000 Received: by mail-wm1-f42.google.com with SMTP id b203-v6so8660296wme.5 for ; Mon, 29 Oct 2018 09:42:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:subject:to:cc:references:from:openpgp:autocrypt:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=p7/tyNwrcQFNFTPNwQDbbrkHN7DM6iWuZ7H+slGe96M=; b=rt3Uo5N06Nu5WkoL5WWQHJGvtuQseuVwjj4BaF4yXwnOjE6UJTKH6WbInRHPaMr46M MkFtrALarQOOvJ+QU6CNx4krJTFTHJwWTck/s4Hsve0gPOTeUiCqJGe22hdAOjOFubsM yeZ+EBxMOPBAtW0YqyE5/XInTgno9ammYdt4oKgVBZ6HH8oUn4SlbEyUpb0rrysacfSf EKrhFGsO8jgyH7bBhPQCdTp8Q8XpH/XBzapSKkM9x82fDNCxi08CbaCMpyadeafn564H Wl7LXHC1uJwnFwwBnpAR3Pnh4FU3ZvDb/UJ751VswGdzbhn/ILw1K+qddBPhEm2Cu9SE XF0g== Return-Path: Received: from cloudburst.twiddle.net ([5.148.65.242]) by smtp.googlemail.com with ESMTPSA id g5-v6sm8487179wrw.95.2018.10.29.09.42.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Oct 2018 09:42:46 -0700 (PDT) Sender: Richard Henderson Subject: Re: [PATCH v3 3/3] or1k: gcc: initial support for openrisc To: Segher Boessenkool , Stafford Horne Cc: GCC patches , Openrisc , Jeff Law , Joseph Myers , Joel Sherrill , Sebastian Huber , cgen@sourceware.org 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> From: Richard Henderson Openpgp: preference=signencrypt Message-ID: <4ddf1c0d-76fb-8262-a6a2-afc7f8daee14@twiddle.net> Date: Mon, 29 Oct 2018 16:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181029163426.GM5766@gate.crashing.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-q4/txt/msg00003.txt.bz2 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 r~