From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13603 invoked by alias); 21 Jun 2013 15:41:01 -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 13594 invoked by uid 89); 21 Jun 2013 15:41:01 -0000 X-Spam-SWARE-Status: No, score=-7.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 21 Jun 2013 15:41:00 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5LFewfU008598 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Jun 2013 11:40:58 -0400 Received: from host2.jankratochvil.net (ovpn-116-40.ams2.redhat.com [10.36.116.40]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r5LFersf022148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 21 Jun 2013 11:40:56 -0400 Date: Fri, 21 Jun 2013 15:51:00 -0000 From: Jan Kratochvil To: Pedro Alves Cc: Mike Frysinger , gdb-patches@sourceware.org, "Metzger, Markus T" Subject: [commit] Re: Regression for btrace [Re: [PATCH v4] gdb: clean up x86 cpuid implementations] Message-ID: <20130621154052.GA14811@host2.jankratochvil.net> References: <201305061451.24861.vapier@gentoo.org> <201306191829.07274.vapier@gentoo.org> <20130621111800.GA4552@host2.jankratochvil.net> <201306211134.00515.vapier@gentoo.org> <51C4730D.6050304@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51C4730D.6050304@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-06/txt/msg00595.txt.bz2 On Fri, 21 Jun 2013 17:36:45 +0200, Pedro Alves wrote: > On 06/21/2013 04:33 PM, Mike Frysinger wrote: > > On Friday 21 June 2013 07:18:00 Jan Kratochvil wrote: > >> OK to check in the fix this way? > > > > i like how it has simplified the code! lgtm (not that i'm an approver). > > FAOD, this is fine with me. Checked in: http://sourceware.org/ml/gdb-cvs/2013-06/msg00131.html Jan