From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57109 invoked by alias); 18 May 2016 04:14:06 -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 56037 invoked by uid 89); 18 May 2016 04:13:20 -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= X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 18 May 2016 04:13:10 +0000 Received: by mail-pa0-f41.google.com with SMTP id gj5so13266108pac.2 for ; Tue, 17 May 2016 21:13:10 -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=F1DzU9Flzwi3kypnzb8/6K1sElNECUCsTNpVYtSuip0=; b=M550EY59hKv55BlD6a748Cf//kheCu9yaea9rx6uVfi1YZQd7fJYyMhIpuDGoinfU+ xKfIYhMZLPEBI0VPZfOVHW+FoemFpTXwOyx3BDs9Rkz4jj1VOh1MBCHIZj7RB/2ITQu9 viKcbVce9fuemUHgEoKWtIRsHY7sa6PGndMd3f5WTvBc9l2MSuyDfDTSjmZyGsmxxoe9 yEp0j0AsZoG6Guvg6feXv5d8oV50wjtr1lSxqSGctUeYpV5tkX0JfSHLG7PnBPC7ZkK3 1DcEbnv6/ve3Hl5B30Bax5HEvRRtwCbEhz8q9x3EUMszicfeSuB6ZEt/f6Buu6rz7CPK f+Zw== X-Gm-Message-State: AOPr4FVtxwmlJbTEAaPXJALtrZvQdqq7NGbrVLIjNBK+MDjg3ZG6CmM+RIs8BE4t/h2eaw== X-Received: by 10.66.67.11 with SMTP id j11mr7548180pat.45.1463544788328; Tue, 17 May 2016 21:13:08 -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 d13sm8133751pfd.80.2016.05.17.21.13.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 May 2016 21:13:07 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 5E6D0EA0199; Wed, 18 May 2016 13:43:16 +0930 (ACST) Date: Wed, 18 May 2016 04:14:00 -0000 From: Alan Modra To: tbsaunde+binutils@tbsaunde.org Cc: binutils@sourceware.org Subject: Re: [PATCH 2/2] rx: make field type enum Message-ID: <20160518041316.GK24091@bubble.grove.modra.org> References: <1463541902-11708-1-git-send-email-tbsaunde+binutils@tbsaunde.org> <1463541902-11708-2-git-send-email-tbsaunde+binutils@tbsaunde.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463541902-11708-2-git-send-email-tbsaunde+binutils@tbsaunde.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00233.txt.bz2 On Tue, May 17, 2016 at 11:25:02PM -0400, tbsaunde+binutils@tbsaunde.org wrote: > * config/tc-rx.c (struct cpu_type): Change the type of a field from > int to enum rx_cpu_types. OK, but > --- a/gas/config/tc-rx.c > +++ b/gas/config/tc-rx.c > @@ -109,7 +109,7 @@ size_t md_longopts_size = sizeof (md_longopts); > struct cpu_type > { > const char *cpu_name; > - int type; > +enum rx_cpu_types type; > }; Formatting. -- Alan Modra Australia Development Lab, IBM