From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23445 invoked by alias); 30 Mar 2010 16:41:17 -0000 Received: (qmail 23436 invoked by uid 22791); 30 Mar 2010 16:41:16 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mga06.intel.com (HELO orsmga101.jf.intel.com) (134.134.136.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 30 Mar 2010 16:41:11 +0000 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 30 Mar 2010 09:36:41 -0700 X-ExtLoop1: 1 Received: from gnu-6.sc.intel.com ([10.3.194.107]) by orsmga002.jf.intel.com with ESMTP; 30 Mar 2010 09:41:09 -0700 Received: by gnu-6.sc.intel.com (Postfix, from userid 500) id 919F1812387; Tue, 30 Mar 2010 09:41:09 -0700 (PDT) Date: Tue, 30 Mar 2010 16:41:00 -0000 From: "H.J. Lu" To: GDB Subject: Re: PATCH: 2/6 [3rd try]: Add AVX support (Update document) Message-ID: <20100330164109.GA13521@intel.com> Reply-To: "H.J. Lu" References: <20100304180219.GA10826@intel.com> <20100304180408.GA10869@intel.com> <20100306221946.GC21133@intel.com> <20100329001827.GB26103@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100329001827.GB26103@intel.com> User-Agent: Mutt/1.5.20 (2009-08-17) 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/msg01059.txt.bz2 On Sun, Mar 28, 2010 at 05:18:27PM -0700, H.J. Lu wrote: > Hi, > > This patch updates document for AVX support. OK to install? > > Thanks. Here is the updated patch since xmlRegisters= has been checked in. OK to install? Thanks. H.J. --- 2010-03-30 H.J. Lu * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fab06a8..e60977b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -33826,6 +33826,17 @@ describe registers: @samp{mxcsr} @end itemize +The @samp{org.gnu.gdb.i386.avx} feature is optional. It should +describe the upper 128 bits of @sc{ymm} registers: + +@itemize @minus +@item +@samp{ymm0h} through @samp{ymm7h} for i386 +@item +@samp{ymm0h} through @samp{ymm15h} for amd64 +@item +@end itemize + The @samp{org.gnu.gdb.i386.linux} feature is optional. It should describe a single register, @samp{orig_eax}.