From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23059 invoked by alias); 9 Feb 2010 18:56:47 -0000 Received: (qmail 23051 invoked by uid 22791); 9 Feb 2010 18:56:46 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from ey-out-1920.google.com (HELO ey-out-1920.google.com) (74.125.78.149) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Feb 2010 18:56:43 +0000 Received: by ey-out-1920.google.com with SMTP id 13so1190591eye.0 for ; Tue, 09 Feb 2010 10:56:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.86.67 with SMTP id v45mr1144805wee.70.1265741800226; Tue, 09 Feb 2010 10:56:40 -0800 (PST) In-Reply-To: <834olqdz66.fsf@gnu.org> References: <20100205011447.GA28263@lucon.org> <20100208185454.GA21449@lucon.org> <20100209154513.GA27404@lucon.org> <834olqdz66.fsf@gnu.org> Date: Tue, 09 Feb 2010 18:56:00 -0000 Message-ID: <6dc9ffc81002091056j7dec9db3peddbeae88383316c@mail.gmail.com> Subject: Re: PATCH: Cache types from target description From: "H.J. Lu" To: Eli Zaretskii Cc: gdb-patches@sourceware.org, mark.kettenis@xs4all.nl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-02/txt/msg00263.txt.bz2 On Tue, Feb 9, 2010 at 10:47 AM, Eli Zaretskii wrote: >> Date: Tue, 9 Feb 2010 07:45:13 -0800 >> From: "H.J. Lu" >> Cc: GDB , =A0 =A0 =A0 =A0 Mark Kettenis >> >> Here is the updated patch. I fixed i386_eflags and documented them. >> OK to install? > > The doco part is okay, but please fix the following 2 minor issues > before committing: > >> 2010-02-09 =A0H.J. Lu =A0 >> >> =A0 =A0 =A0 * gdb.texinfo: Add i387_ext, i386_eflags and i386_mxcsr. > > Please state the name of the node in which you are making the change > (in parens, as if it were a function). =A0You can find it by looking > back from the locus of the change for a line that begins with > "@node". > >> +@item i386_eflags >> +32bit EFLAGS register used by x86. >> + >> +@item i386_mxcsr >> +32bit MXCSR register used by x86. > > It would look prettier in print if you use @sc{eflags} and @sc{mxcsr} > instead of up-casing them in the Texinfo sources. > This is the doc patch I am checking in. I will wait for OK on the other par= t. Thanks. --=20 H.J. --- 2010-02-09 H.J. Lu * gdb.texinfo (Predefined Target Types): Add i387_ext, i386_eflags and i386_mxcsr. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b31cfed..81c0b6b 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -32749,6 +32749,15 @@ Double precision IEEE floating point. @item arm_fpa_ext The 12-byte extended precision format used by ARM FPA registers. +@item i387_ext +The 10-byte extended precision format used by x87 registers. + +@item i386_eflags +32bit @sc{eflags} register used by x86. + +@item i386_mxcsr +32bit @sc{mxcsr} register used by x86. + @end table @node Standard Target Features