This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: powerpc gas doc


Hi Alan,

* Alan Modra wrote on Thu, Feb 10, 2011 at 01:00:56PM CET:
> 	* config/tc-ppc.c (md_show_usage): Remove -l and -b.  Add -K PIC.
> 	* doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
> 	(Overview <Target PowerPC options>): Add a number of missing options.
> 	* doc/c-ppc.texi: Likewise.  Add markup for use in manpage generation.

> --- gas/doc/c-ppc.texi	18 Jan 2011 13:37:39 -0000	1.20
> +++ gas/doc/c-ppc.texi	10 Feb 2011 11:31:19 -0000

> @@ -139,7 +159,11 @@ Generate code for Solaris.
>  
>  @item -mno-solaris
>  Do not generate code for Solaris.
> +
> +@item -nops=@var{count}
> +When aligning, more than @var{count} nops uses a branch.

Do you mean this?
   When aligning more than @var{count} nops, use a branch.

Comma placement matters for understanding this sentence.

>  @end table
> +@c man end

Thanks, documentation is always appreciated by users!
Ralf


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