This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc] [1/9] Cell multi-arch: Target description <compatible> infrastructure


> Date: Wed, 22 Jul 2009 19:14:46 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
> 
> +@subsection Compatible Architecture
> +@cindex <compatible>

@code{<compatible>}, please.

> +@smallexample
> +  <architecture>@code{powerpc:common}</architecture>
> +  <compatible>@code{spu}</compatible>
> +@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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]