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]

[wwwdocs] Addition to gcc-3.0/features.html


Since I've personally never been fond of the AT&T assembly syntax, I find 
this new option to be a wonderful addition.  I would think that others will 
too, so it should be mentioned in the Features document.

Passed http://validator.w3.org and visual inspection under Netscape 6.

Kelley Cook [no write privledges]

2001-04-02  Kelley Cook <kelley.cook@home.com>

	* gcc-3.0/features.html: Mention -mintel-syntax for x86.


--- wwwdocs/htdocs/gcc-3.0/features.html.orig	Fri Apr  6 15:09:25 2001
+++ wwwdocs/htdocs/gcc-3.0/features.html	Fri Apr  6 15:06:30 2001
@@ -45,6 +45,8 @@
   <ul>
     <li>New x86 back-end, generating much improved code.</li>
     <li>Support for a generic i386-elf target contributed.</li>
+    <li>New option to emit x86 assembly code using Intel style syntax
+        (<code>-mintel-syntax</code>).</li>
     <li>HPUX 11 support contributed.</li>
     <li>Improved PowerPC code generation, including scheduled
         prologue and epilogue.</li>

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