From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74610 invoked by alias); 9 Nov 2015 19:21:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 74600 invoked by uid 89); 9 Nov 2015 19:21:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 09 Nov 2015 19:21:27 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id D446ADA2 for ; Mon, 9 Nov 2015 19:21:25 +0000 (UTC) Received: from greed.delorie.com (ovpn-113-204.phx2.redhat.com [10.3.113.204]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA9JLOsi012725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 9 Nov 2015 14:21:25 -0500 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id tA9JLO67007938; Mon, 9 Nov 2015 14:21:24 -0500 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id tA9JLN0b007936; Mon, 9 Nov 2015 14:21:23 -0500 Date: Mon, 09 Nov 2015 19:21:00 -0000 Message-Id: <201511091921.tA9JLN0b007936@greed.delorie.com> From: DJ Delorie To: Nick Clifton CC: gdb-patches@sourceware.org In-reply-to: <878u67dumc.fsf@redhat.com> (message from Nick Clifton on Mon, 09 Nov 2015 16:07:23 +0000) Subject: Re: RFA: RX sim: Add support for new operand types. References: <878u67dumc.fsf@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00237.txt.bz2 > sim/rx/ChangeLog > 2015-11-09 Nick Clifton > > * rx.c (id_names): Add nop4, nop5, nop6 and nop7. > (decode_opcode): Likewise. > (get_op): Handle RX_Operand_Zero_Indirect. > Handle RX_Bad_Size and RX_MAX_SIZE. > (put_op): Likewise. Ok. Thanks!