From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32088 invoked by alias); 14 May 2019 18:37:13 -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 32078 invoked by uid 89); 14 May 2019 18:37:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:261, fche X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 May 2019 18:37:12 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A7575C057F8F; Tue, 14 May 2019 18:37:11 +0000 (UTC) Received: from redhat.com (ovpn-116-49.phx2.redhat.com [10.3.116.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 882BB5C542; Tue, 14 May 2019 18:37:11 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.91) (envelope-from ) id 1hQcIY-0001H1-7U; Tue, 14 May 2019 14:37:10 -0400 Date: Tue, 14 May 2019 18:37:00 -0000 From: "Frank Ch. Eigler" To: "Jose E. Marchesi" Cc: cgen@sourceware.org Subject: Re: [PATCH 1/1] manual: remove obsolete comment about using multi-ifields in operands Message-ID: <20190514183710.GA4355@redhat.com> References: <20190514183240.11769-1-jose.marchesi@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190514183240.11769-1-jose.marchesi@oracle.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2019-q2/txt/msg00010.txt.bz2 Hi - > This little patch removes an obsolete comment from the manual. > Multi-ifields certainly work as indexes in instruction operands. Thanks, pushed to ... GIT! - FChE