From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17737 invoked by alias); 22 Jul 2009 18:15:57 -0000 Received: (qmail 17727 invoked by uid 22791); 22 Jul 2009 18:15:56 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 22 Jul 2009 18:15:48 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KN700M003TXU600@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Wed, 22 Jul 2009 21:14:45 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.240.193]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KN700LR640K5FB0@i-mtaout7.012.net.il>; Wed, 22 Jul 2009 21:14:45 +0300 (IDT) Date: Wed, 22 Jul 2009 18:18:00 -0000 From: Eli Zaretskii Subject: Re: [rfc] [1/9] Cell multi-arch: Target description infrastructure In-reply-to: <200907221714.n6MHEkx6012886@d12av02.megacenter.de.ibm.com> To: Ulrich Weigand Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83vdlk4maz.fsf@gnu.org> References: <200907221714.n6MHEkx6012886@d12av02.megacenter.de.ibm.com> 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: 2009-07/txt/msg00561.txt.bz2 > Date: Wed, 22 Jul 2009 19:14:46 +0200 (CEST) > From: "Ulrich Weigand" > > +@subsection Compatible Architecture > +@cindex @code{}, please. > +@smallexample > + @code{powerpc:common} > + @code{spu} > +@end smallexample You don't need @code inside @smallexample, because the latter uses the @code typeface by default. OK with these changes. > Index: src/gdb/NEWS > =================================================================== > --- src.orig/gdb/NEWS > +++ src/gdb/NEWS > @@ -198,6 +198,12 @@ add new commands to existing prefixes, e > "Target Description Format" section in the user manual for more > information. > > +* Target descriptions can now describe "compatible" architectures > +to indicate that the target can execute applications for a different > +architecture in addition to those for the main target architecture. > +See the "Target Description Format" section in the user manual for > +more information. > + > * New commands (for set/show, see "New options" below) > > find [/size-char] [/max-count] start-address, end-address|+search-space-size, This is OK. Thanks.