From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23414 invoked by alias); 6 May 2013 10:28:39 -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 23401 invoked by uid 89); 6 May 2013 10:28:38 -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; Mon, 06 May 2013 10:28:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BD2692EA6B; Mon, 6 May 2013 06:28:35 -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 kg3vZ9BROdvg; Mon, 6 May 2013 06:28:35 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 14B012EA69; Mon, 6 May 2013 06:28:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8863FC2588; Mon, 6 May 2013 14:28:28 +0400 (RET) Date: Mon, 06 May 2013 10:28:00 -0000 From: Joel Brobecker To: "Abid, Hafiz" Cc: Mike Frysinger , gdb-patches@sourceware.org Subject: Re: [patch, sim] Add isel instruction Message-ID: <20130506102828.GB5278@adacore.com> References: <201304301309.48611.vapier@gentoo.org> <1367565979.5163.0@abidh-ubunto1104> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1367565979.5163.0@abidh-ubunto1104> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00105.txt.bz2 > sim/ppc/ChangeLog: > 2013-05-03 Hafiz Abid Qadeer > > revert: > 2013-04-19 Nathan Froyd > * ppc-instructions (isel): New instruction. Thanks! For the record, I also moved the original ChangeLog entry from sim/ChangeLog to sim/ppc/ChangeLog. -- Joel