From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68434 invoked by alias); 1 Aug 2016 16:43:20 -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 68368 invoked by uid 89); 1 Aug 2016 16:43:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:405, H*F:U*andrew, H*Ad:U*andrew X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 01 Aug 2016 16:43:18 +0000 Received: from svr-orw-fem-04.mgc.mentorg.com ([147.34.97.41]) by relay1.mentorg.com with esmtp id 1bUGJB-0006Da-4v from Andrew_Jenner@mentor.com ; Mon, 01 Aug 2016 09:43:17 -0700 Received: from [IPv6:::1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.3.224.2; Mon, 1 Aug 2016 09:43:16 -0700 Subject: Re: [PATCH] PowerPC VLE changes To: Alan Modra References: <2d04188d-78b3-bc63-a479-54f4035e51df@codesourcery.com> <20160726232607.GG18978@bubble.grove.modra.org> CC: , Kwok Cheung Yeung From: Andrew Jenner Message-ID: Date: Mon, 01 Aug 2016 16:43:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160726232607.GG18978@bubble.grove.modra.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00003.txt.bz2 On 27/07/2016 00:26, Alan Modra wrote: > You missed an include/ChangeLog entry, and that last line of > opcodes/ChangeLog is a little terse. Please expand it a little. > I'd say minimal requirement is: > (powerpc_opcodes): Add E200Z4 insns. > (vle_opcodes): Add context save/restore insns. > > OK with that fixed. Committed and pushed with those changes. Thanks! Andrew