From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30174 invoked by alias); 15 Aug 2008 15:52:00 -0000 Received: (qmail 30164 invoked by uid 22791); 15 Aug 2008 15:51:59 -0000 X-Spam-Check-By: sourceware.org Received: from igw2.br.ibm.com (HELO igw2.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Aug 2008 15:51:11 +0000 Received: from mailhub3.br.ibm.com (mailhub3 [9.18.232.110]) by igw2.br.ibm.com (Postfix) with ESMTP id E713917F469 for ; Fri, 15 Aug 2008 12:36:56 -0300 (BRT) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by mailhub3.br.ibm.com (8.13.8/8.13.8/NCO v8.7) with ESMTP id m7FFp1hm1036426 for ; Fri, 15 Aug 2008 12:51:01 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m7FFos6Q011747 for ; Fri, 15 Aug 2008 12:50:55 -0300 Received: from [9.8.8.85] ([9.8.8.85]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m7FFoskt011742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Aug 2008 12:50:54 -0300 Subject: Re: [PATCH-ppc 5/5] Add VSX doc bits From: Luis Machado Reply-To: luisgpm@linux.vnet.ibm.com To: Stan Shebs Cc: gdb-patches@sourceware.org, Eli Zaretskii In-Reply-To: <48A5A2FD.4020103@codesourcery.com> References: <1217016956.29012.79.camel@gargoyle> <1218814096.8946.39.camel@gargoyle> <48A5A2FD.4020103@codesourcery.com> Content-Type: text/plain Date: Fri, 15 Aug 2008 15:52:00 -0000 Message-Id: <1218815452.8946.44.camel@gargoyle> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2008-08/txt/msg00420.txt.bz2 On Fri, 2008-08-15 at 08:38 -0700, Stan Shebs wrote: > Luis Machado wrote: > >> +For POWER7 processors, GDB provides a new set of pseudo-registers, the 64-bit > >> +wide Extended Floating Point Registers (@samp{f32} through @samp{f63}). > >> > Ten years from now, this sentence will likely still be in the manual, > but the register set won't really seem "new" anymore. :-) > > Stan Good point. Fixed that. :-) Luis