From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18151 invoked by alias); 14 May 2019 18:32:49 -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 18137 invoked by uid 89); 14 May 2019 18:32:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-20.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=salud, besides X-HELO: userp2130.oracle.com Received: from userp2130.oracle.com (HELO userp2130.oracle.com) (156.151.31.86) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 May 2019 18:32:47 +0000 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4EISmBG009971 for ; Tue, 14 May 2019 18:32:46 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : subject : date : message-id; s=corp-2018-07-02; bh=NKGOh7/kDVG5n4E4HSPIWifnzWle/gvNmYH0T9vU3rw=; b=CR2N7kwtb2a4Whl8OUSiHVOu6K616w7rg0iVmt1FH0ASzUM/jSye4ndK4hY0uAZxNgA/ vArPug52VGPrwdZYBZTpCr4IGt8R6iYe7JH5eTM0dkWTHefsyevRZ+qsWm/SHOvekoqH YYqN1M8MvqmRW/QPltCnpi+kCyAKr6A/Z79oHQneuVmxXWgn0FL1+1PPfpFxWkjnEx6W YFobkFtMS4Ql7+eTjTqCS1JUplERJmbhWunwNZvblmdJ7GPkG/ZmmNcJbR+wfQCOKHCy QobTxS1VuABNaJ07H/tgaxHJtD768nJsDX+VzPTh98uyVcdHjjF7qladmtUpWasNLCUe vA== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 2sdnttr3qc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 14 May 2019 18:32:46 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4EIVK5R014960 for ; Tue, 14 May 2019 18:32:45 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserp3020.oracle.com with ESMTP id 2se0twajyw-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 14 May 2019 18:32:45 +0000 Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x4EIWihU026609 for ; Tue, 14 May 2019 18:32:44 GMT Received: from termi.localdomain (/10.175.3.41) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 14 May 2019 11:32:44 -0700 From: "Jose E. Marchesi" To: cgen@sourceware.org Subject: [PATCH 1/1] manual: remove obsolete comment about using multi-ifields in operands Date: Tue, 14 May 2019 18:32:00 -0000 Message-Id: <20190514183240.11769-1-jose.marchesi@oracle.com> X-SW-Source: 2019-q2/txt/msg00009.txt.bz2 This little patch removes an obsolete comment from the manual. Multi-ifields certainly work as indexes in instruction operands. Salud! ChangeLog: 2019-05-14 Jose E. Marchesi * doc/rtl.texi (Instruction operands): Remove obsolete comment about multi-ifields. --- ChangeLog | 5 +++++ doc/rtl.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9add333..bd13933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-05-14 Jose E. Marchesi + + * doc/rtl.texi (Instruction operands): Remove obsolete comment + about multi-ifields. + 2019-01-01 Alan Modra * utils.scm: Update emitted copyright dates. diff --git a/doc/rtl.texi b/doc/rtl.texi index 9b41c6d..49d00e3 100644 --- a/doc/rtl.texi +++ b/doc/rtl.texi @@ -2027,7 +2027,7 @@ The mode the value is to be interpreted in. The index of the hardware element. This is used to mate the hardware element with the instruction field that selects it, and must be the name of an ifield entry. (*Note: The index may be other things besides -ifields in the future.) It must not be a multi-ifield, currently. +ifields in the future.) @subsection handlers Sometimes it's necessary to escape to C to parse assembler, or print -- 2.11.0