From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6628 invoked by alias); 2 Mar 2010 15:56:48 -0000 Received: (qmail 6611 invoked by uid 22791); 2 Mar 2010 15:56:47 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Mar 2010 15:56:43 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o22FudYO028711; Tue, 2 Mar 2010 16:56:39 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o22FubQt010861; Tue, 2 Mar 2010 16:56:37 +0100 (CET) Date: Tue, 02 Mar 2010 15:56:00 -0000 Message-Id: <201003021556.o22FubQt010861@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: hjl.tools@gmail.com CC: gdb-patches@sourceware.org In-reply-to: <20100302152826.GA28158@intel.com> (hongjiu.lu@intel.com) Subject: Re: PATCH: Add common files for x86 XSAVE extended state References: <20100302152826.GA28158@intel.com> 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 X-SW-Source: 2010-03/txt/msg00054.txt.bz2 > Date: Tue, 2 Mar 2010 07:28:26 -0800 > From: "H.J. Lu" > > Hi, > > This patch adds common files for x86 XSAVE extended state. They > are used by native x86 gdb and gdbserver to discover x86 XSAVE > extended state support. You can see IA32/Intel64 SDM at > > http://developer.intel.com/products/processor/manuals/index.htm > > for details. OK to install? Huh? Where does this go? What's the purpose of this? > 2010-03-02 H.J. Lu > > * common/i386-cpuid.h: New. > * common/i386-xstate.c: Likewise. > * common/i386-xstate.h: Likewise.