[PATCH] Update html docs for -mno-r11 and --param case-value-threshold

Gerald Pfeifer gerald@pfeifer.com
Sun Oct 30 08:16:00 GMT 2011


On Wed, 6 Jul 2011, Michael Meissner wrote:
> I  updated the html documents for my two recent changes:

I made the small follow-up patch below which tweaks markup and
refers to GNU/Linux instead of Linux.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.50
diff -u -r1.50 changes.html
--- changes.html	26 Oct 2011 19:48:57 -0000	1.50
+++ changes.html	30 Oct 2011 00:41:34 -0000
@@ -434,8 +434,9 @@
        This will also be fixed in the GCC 4.6.1 and 4.5.4 releases.</li>
 
      <li>A new option (<code>-mno-r11)</code> was added to allow AIX
-       32-bit/64-bit and Linux 64-bit PowerPC users to specify that the compiler
-       should not load up the chain register (<i>r11</i>) before calling a
+       32-bit/64-bit and GNU/Linux 64-bit PowerPC users to specify that
+       the compiler should not load up the chain register
+       (<code>r11</code>) before calling a
        function through a pointer.  If you use this option, you cannot call
        nested functions through a pointer, or call other languages that might
        use the static chain.



More information about the Gcc-patches mailing list