From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81940 invoked by alias); 13 Jun 2016 01:48:44 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 81328 invoked by uid 89); 13 Jun 2016 01:48:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=sk:MSP430_, UD:msp430-decode.h, msp430decodeh, msp430-decode.h X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pa0-f50.google.com Received: from mail-pa0-f50.google.com (HELO mail-pa0-f50.google.com) (209.85.220.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 13 Jun 2016 01:48:40 +0000 Received: by mail-pa0-f50.google.com with SMTP id hl6so40554148pac.2; Sun, 12 Jun 2016 18:48:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=ad1mczyXr9s5qrn2RG/epVOAQRaY0ChQNYKaRG4bbyw=; b=DxkhGX4yXCePb2oGtPbsSEtLEYl75Q9RGJ3xVkTrlZmYAp2rDJPyNAQE0BuYqELPzf GPelRbfQOeNfHhFybZja7Ee9Nm3NpitpsddP6aZOaP3XTV4goqwJ2q1HpveyXbhIGJNP 8jrpPzDhMVvc4Ub6IAC5p5d1dFAedUVlmkdsI0cWl78xgbRbt2JBqgy6BOv9Z7jfunGS Y7tkXxIp7NvgBdT36kXEiwkhX1MFUCf8Qo/byYUn3Td38lxnjD7cn2Jhnc+GIKP4jAOu E5UVOz96bLsbMgOYrIJQjGIci5PBwrSbt+ONEYqOQemHupUDqaWFhl2MqRXxKeHaPMUs u4Gw== X-Gm-Message-State: ALyK8tLz4+/Kzri/89g+1nOO9lXU0Wz8sUypN1c7+/fgfZ/GNpnOUVzmaMBnNEgbGfz1Tw== X-Received: by 10.66.157.131 with SMTP id wm3mr16738218pab.40.1465782518535; Sun, 12 Jun 2016 18:48:38 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id c13sm32891561pfc.40.2016.06.12.18.48.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jun 2016 18:48:38 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 949C5EA0109; Mon, 13 Jun 2016 11:18:34 +0930 (ACST) Date: Mon, 13 Jun 2016 01:48:00 -0000 From: Alan Modra To: John Baldwin Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: [PATCH 2/8] Change the size field of MSP430_Opcode_Decoded to a plain integer. Message-ID: <20160613014834.GI3488@bubble.grove.modra.org> References: <1465678115-58170-1-git-send-email-jhb@FreeBSD.org> <1465678115-58170-3-git-send-email-jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465678115-58170-3-git-send-email-jhb@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00146.txt.bz2 On Sat, Jun 11, 2016 at 01:48:29PM -0700, John Baldwin wrote: > * opcode/msp430-decode.h (MSP430_Size): Remove. > (Msp430_Opcode_Decoded): Change type of size to int. OK. -- Alan Modra Australia Development Lab, IBM