From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27017 invoked by alias); 6 Jan 2015 23:16:13 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 27000 invoked by uid 89); 6 Jan 2015 23:16:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 06 Jan 2015 23:16:10 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 5D6B62C275A1; Wed, 7 Jan 2015 00:16:06 +0100 (CET) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UHr3hBX0RRKJ; Wed, 7 Jan 2015 00:16:06 +0100 (CET) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 0ADE32C2755A; Wed, 7 Jan 2015 00:16:05 +0100 (CET) From: Eric Botcazou To: Sandra Loosemore Cc: gcc-patches@gcc.gnu.org, Sebastien Bourdeauducq , Anthony Green , Chung-Lin Tang , Bernd Schmidt , DJ Delorie , Nick Clifton Subject: Re: Housekeeping work in backends.html Date: Tue, 06 Jan 2015 23:16:00 -0000 Message-ID: <3189987.RA3yXmCCnv@polaris> User-Agent: KMail/4.7.2 (Linux/3.1.10-1.29-desktop; KDE/4.7.2; x86_64; ; ) In-Reply-To: <54AC4A72.60503@codesourcery.com> References: <8312738.ciDlLVGyTE@polaris> <54AC4A72.60503@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart20895788.9Hqp7lFOxK" Content-Transfer-Encoding: 7Bit X-SW-Source: 2015-01/txt/msg00277.txt.bz2 --nextPart20895788.9Hqp7lFOxK Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Content-length: 567 > I think that for nios2 the correct entry is probably "SCpd", but the > descriptions of some of the things in the table are too terse for me to > be 100% sure that's correct. E.g., the nios2 architecture doesn't > include the concept of "condition codes" at all, so how many registers > they might occupy seems irrelevant. I think 'C' is the correct setting in this case. The 'p' letter has been toggled so it can be removed for nios2 and I think that 'b' can be added. I have installed the attached patch for nios2. Thanks for the feedback. -- Eric Botcazou --nextPart20895788.9Hqp7lFOxK Content-Disposition: attachment; filename="p.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="utf-8"; name="p.diff" Content-length: 567 Index: backends.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v retrieving revision 1.53 diff -u -r1.53 backends.html --- backends.html 6 Jan 2015 23:04:05 -0000 1.53 +++ backends.html 6 Jan 2015 23:12:40 -0000 @@ -94,6 +94,7 @@ mn10300 | ?? c g s msp430 | L FI l g s nds32 | F C da s +nios2 | S C bd pa | ? Q CBD qr m da e pdp11 | L IC qrc e rs6000 | Q C qr p da --nextPart20895788.9Hqp7lFOxK--