From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9065 invoked by alias); 30 Apr 2013 10:51:02 -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 9054 invoked by uid 89); 30 Apr 2013 10:51:01 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 30 Apr 2013 10:51:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3F2C12EA23; Tue, 30 Apr 2013 06:50:59 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zab0+S3i4qp6; Tue, 30 Apr 2013 06:50:59 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id CA59D1C6E93; Tue, 30 Apr 2013 06:50:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 25F96C2AFB; Tue, 30 Apr 2013 03:50:53 -0700 (PDT) Date: Tue, 30 Apr 2013 15:30:00 -0000 From: Joel Brobecker To: "Abid, Hafiz" Cc: vapier@gentoo.org, gdb-patches@sourceware.org Subject: Re: [patch, sim] Add isel instruction Message-ID: <20130430105053.GD3525@adacore.com> References: <1366391706.7941.1@abidh-ubunto1104> <20130430104701.GA16143@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130430104701.GA16143@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-04/txt/msg00897.txt.bz2 > > sim/ChangeLog: > > 2013-04-19 Nathan Froyd > > > > * ppc-instructions (isel): New instruction. Another issue I noticed: The changeLog entry should be in sim/ppc/, not sim/... -- Joel