From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4773 invoked by alias); 19 Jun 2013 22:29:06 -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 4764 invoked by uid 89); 19 Jun 2013 22:29:06 -0000 X-Spam-SWARE-Status: No, score=-9.7 required=5.0 tests=AWL,BAYES_00,KHOP_PGP_SIGNED,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1 Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 19 Jun 2013 22:29:05 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id B064233E58C; Wed, 19 Jun 2013 22:29:03 +0000 (UTC) From: Mike Frysinger To: Pedro Alves Subject: Re: [PATCH v4] gdb: clean up x86 cpuid implementations Date: Wed, 19 Jun 2013 22:45:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.8.3; KDE/4.6.5; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <201305061451.24861.vapier@gentoo.org> <1371662677-16527-1-git-send-email-vapier@gentoo.org> <51C1EC6E.4090402@redhat.com> In-Reply-To: <51C1EC6E.4090402@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1801708.hC9cGa3lsW"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201306191829.07274.vapier@gentoo.org> X-Virus-Found: No X-SW-Source: 2013-06/txt/msg00527.txt.bz2 --nextPart1801708.hC9cGa3lsW Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 1240 On Wednesday 19 June 2013 13:37:50 Pedro Alves wrote: > On 06/19/2013 06:24 PM, Mike Frysinger wrote: > > gdb/: > > 2013-06-18 Mike Frysinger > >=20 > > * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and > > common/i386-gcc-cpuid.h. > > * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h. > > * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h. > > Copy the latest version from upstream gcc. > > * common/linux-btrace.c: Include i386-cpuid.h. > > (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with > > call to i386_cpuid. > > (cpu_supports_btrace): Likewise. > > * go32-nat.c: Include i386-cpuid.h. > > (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments. > >=20 > > gdb/testsuite/: > > 2013-06-18 Mike Frysinger > >=20 > > * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpui= d. > > * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common. > > * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h. > > * gdb.arch/i386-sse.c: Call new i386_cpuid function. > > * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common. >=20 > OK. pushed now -mike --nextPart1801708.hC9cGa3lsW Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iQIcBAABAgAGBQJRwjCzAAoJEEFjO5/oN/WBAbkQAIK0IBRoQ9tta9udk7wTnkqW hCx/7Z0edNsTcZyQBiuae1geHurYGKckTYu72kwXnaOcIgQifKf7I1ewCfY2xNw1 oOmAmLNRPjBmU4wX5Oam0QUWwpmcR4SOj1iokpGha+PUylkyDvN6uXi6JLl8nlvH JDNLfDScD1tF2hjFhMfQ6nXkabglGDrURTmEYQ+Pbr3a2ambuit2W4olNePhCHvL dg70H6K688eKeA9VEtbXX2JMExkV8XExKRxZjUW5d1KVYNZaW6Pb9lzjQQmUuIR4 GsHhgjt9RFCRVFLdOAwt9W/xMTkWBSelVXgjOsGwtwOrHw1ki5TafkOl0LkqFUKm 0iQC3cV7VIG/UiRx0WKpZKDw2c+AgEJgD0KzZOduWdU6FztbA6ZAYGIUBuY2EApm 2uLlpEfEqF8uzOaUGTIZlssRy9qLQEwYzXG/h/SODlVFTsgfE7XHKPhHrxYo+MbY aHlIH/5NGJiGBhvQThwwB0dsO6uDF1gTRCccvNx9dSL7d26h19blAK0IxVr0Q/XK 7mW99+j+dO4HDv/JPKWLHBghMBcQgtMFeGP8ofNA3KhFxjLQd9ZEQIxXM3vdb7aa 5pHJ9bLVw3bYEH0z/tA7ODR9PAFJmj8DcyiNRblnQYjjzWwsI/Fuyqr8aCPdy0K3 v2D3YfEl+KMyMaJBBfMb =p78b -----END PGP SIGNATURE----- --nextPart1801708.hC9cGa3lsW--