This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: -fasm=intel not always suppported


On Tue, Nov 15, 2005 at 11:31:30AM -0800, Mike Stump wrote:
> --- ./doc/invoke.texi.~1~	2005-11-11 16:13:13.000000000 -0800
> +++ ./doc/invoke.texi	2005-11-14 17:14:42.000000000 -0800
> @@ -9103,8 +9103,9 @@ functional units well resulting in insta
>  
>  @item -masm=@var{dialect}
>  @opindex masm=@var{dialect}
> -Output asm instructions using selected @var{dialect}.  Supported choices are
> -@samp{intel} or @samp{att} (the default one).
> +Output asm instructions using selected @var{dialect}.  Supported
> +choices are @samp{intel} or @samp{att} (the default one).  Darwin does
> +not support intel.
               ^^^^^
Shouldn't this be @samp{intel} as well?

	Jakub


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