From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23259 invoked by alias); 25 Jul 2016 15:39:13 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 23239 invoked by uid 89); 25 Jul 2016 15:39:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=UD:binutils-gdb.git, sk:copyrig, H*Ad:U*cgen X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 25 Jul 2016 15:39:12 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BE9EC883A2; Mon, 25 Jul 2016 15:39:10 +0000 (UTC) Received: from fche.csb (vpn-53-2.rdu2.redhat.com [10.10.53.2]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6PFdAuw006199; Mon, 25 Jul 2016 11:39:10 -0400 Received: by fche.csb (Postfix, from userid 2569) id B5D6658991; Mon, 25 Jul 2016 11:39:12 -0400 (EDT) Date: Mon, 25 Jul 2016 15:39:00 -0000 From: "Frank Ch. Eigler" To: Trevor Saunders Cc: cgen@sourceware.org Subject: Re: some simple patches Message-ID: <20160725153912.GF5274@redhat.com> References: <20160718062419.GB8830@ball> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160718062419.GB8830@ball> User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes X-SW-Source: 2016-q3/txt/msg00002.txt.bz2 Hi - On Mon, Jul 18, 2016 at 02:24:19AM -0400, Trevor Saunders wrote: > [...] > I checked the resulting generated code for binutils-gdb.git builds fine > with this. Is it ok? can someone apply it for me please? Merged the first two bits. Not sure where the other copyright-notice-related change comes in; I don't see the original line in cvs, nor is that file modified by the other hunks. - FChE