This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -fasm=intel not always suppported
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Mike Stump <mrs at apple dot com>
- Cc: "gcc-patches at gcc dot gnu dot org Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 15 Nov 2005 14:33:25 -0500
- Subject: Re: -fasm=intel not always suppported
- References: <FF381593-B9A8-4D7B-9E1D-C3F2A57122B6@apple.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
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