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 Nov 15, 2005, at 11:33 AM, Jakub Jelinek wrote:
Shouldn't this be @samp{intel} as well?

Yes, done:


mrs $ svn diff invoke.texi
Index: invoke.texi
===================================================================
--- invoke.texi (revision 107038)
+++ invoke.texi (working copy)
@@ -9117,7 +9117,7 @@
 @opindex masm=@var{dialect}
 Output asm instructions using selected @var{dialect}.  Supported
 choices are @samp{intel} or @samp{att} (the default one).  Darwin does
-not support intel.
+not support @samp{intel}.

 @item -mieee-fp
 @itemx -mno-ieee-fp



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