From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16889 invoked by alias); 20 Jun 2007 09:14:18 -0000 Received: (qmail 16878 invoked by uid 22791); 20 Jun 2007 09:14:17 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Jun 2007 09:14:15 +0000 Received: (qmail 27020 invoked from network); 20 Jun 2007 09:14:13 -0000 Received: from unknown (HELO h38.net64.aknet.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Jun 2007 09:14:13 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: ColdFire/fido support Date: Wed, 20 Jun 2007 09:14:00 -0000 User-Agent: KMail/1.9.1 Cc: Daniel Jacobowitz , schwab@suse.de, gdb-patches@sources.redhat.com References: <200705051337.02114.vladimir@codesourcery.com> <20070619171030.GA20038@caradoc.them.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_e/OeGm+sGVRdnWD" Message-Id: <200706201314.06858.vladimir@codesourcery.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: 2007-06/txt/msg00387.txt.bz2 --Boundary-00=_e/OeGm+sGVRdnWD Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 411 On Tuesday 19 June 2007 22:00, Eli Zaretskii wrote: > > Date: Tue, 19 Jun 2007 13:10:30 -0400 > > From: Daniel Jacobowitz > > Cc: Vladimir Prus , schwab@suse.de, > > gdb-patches@sources.redhat.com > > > > Maybe that sentence should be inside the > > description of the three @item / @itemx / @itemx core features? > > Fine with me. Is the attached OK? - Volodya --Boundary-00=_e/OeGm+sGVRdnWD Content-Type: text/x-diff; charset="iso-8859-15"; name="doc.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="doc.diff" Content-length: 1344 --- gdb.texinfo (revision 4281) +++ gdb.texinfo (local) @@ -25736,6 +25736,13 @@ The names of registers are not case sens of recognizing standard features, but @value{GDBN} will only display registers using the capitalization used in the description. +@menu +* ARM Features:: +* M68K Features:: +@end menu + + +@node ARM Features @subsection ARM Features @cindex target descriptions, ARM features @@ -25751,6 +25758,26 @@ it should contain at least registers @sa @samp{wCGR0} through @samp{wCGR3}. The @samp{wCID}, @samp{wCon}, @samp{wCSSF}, and @samp{wCASF} registers are optional. +@node M68K Features +@subsection M68K Features +@cindex target descriptions, M68K features + +@table @code +@item @samp{org.gnu.gdb.m68k.core} +@itemx @samp{org.gnu.gdb.coldfire.core} +@itemx @samp{org.gnu.gdb.fido.core} +One of those features must be always present. +The feature that is present determines which flavor of m86k is +used. The feature that is present should contain registers +@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp}, +@samp{sp}, @samp{ps} and @samp{pc}. + +@item @samp{org.gnu.gdb.coldfire.fp} +This feature is optional. If present, it should contain registers +@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and +@samp{fpiaddr}. +@end table + @include gpl.texi @raisesections --Boundary-00=_e/OeGm+sGVRdnWD--