From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22481 invoked by alias); 18 Jun 2013 21:35:03 -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 22469 invoked by uid 89); 18 Jun 2013 21:35:03 -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, 18 Jun 2013 21:35:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0EA1B1C6722; Tue, 18 Jun 2013 17:35:01 -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 RgL2UDmKN-Yq; Tue, 18 Jun 2013 17:35:00 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B614C1C66E5; Tue, 18 Jun 2013 17:35:00 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 8D4ACC2B5F; Tue, 18 Jun 2013 14:34:58 -0700 (PDT) Date: Tue, 18 Jun 2013 23:37:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Mike Frysinger , gdb-patches@sourceware.org Subject: Re: [PATCH v3] gdb: clean up x86 cpuid implementations Message-ID: <20130618213458.GE5560@adacore.com> References: <201305061451.24861.vapier@gentoo.org> <201306170205.26002.vapier@gentoo.org> <51BF4A24.3000503@redhat.com> <201306181352.59833.vapier@gentoo.org> <51C0A4A3.1000701@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51C0A4A3.1000701@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00466.txt.bz2 > Well, that's not the project's policy. ChangeLogs are supposed to > be reviewed too. And also sometimes ChangeLogs help review the change itself as well. -- Joel