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: RFC: PATCH: Add -maddress-mode=short|long for x86


On Wed, 14 Mar 2012, H.J. Lu wrote:
>> Apart from the above, at least invoke.texi does not define what an x32
>> environment is. ÂShouldn't that done somewhere (before this terminology
>> is used)?
> I am not sure where to put it.  In any case, here is a patch to update
> GCC 4.7.0 changes with link to x32 website.

Please add two "the"s, once for the ABI and once for the options;
fine with this change.

Gerald
Index: htdocs/gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.96
diff -u -p -r1.96 changes.html
--- htdocs/gcc-4.7/changes.html	7 Mar 2012 14:15:35 -0000	1.96
+++ htdocs/gcc-4.7/changes.html	14 Mar 2012 22:31:50 -0000
@@ -720,6 +720,8 @@ int add_values (const __flash int *p, in
       for Windows mingw targets.</li>
     <li>Support for new AMD family 15h processors (Piledriver core) is now available
       through <code>-march=bdver2</code> and <code>-mtune=bdver2</code> options.</li>
+    <li>Support for <a href="http://sites.google.com/site/x32abi/";>x32 psABI</a>
+      is now available through <code>-mx32</code> option.
     <li>...</li>
   </ul>
 

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