diff mbox

[TILE-Gx,committed] support -mcmodel=MODEL

Message ID alpine.LNX.2.00.1210070010470.1878@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Oct. 6, 2012, 10:24 p.m. UTC
On Fri, 14 Sep 2012, Walter Lee wrote:
> How does this look:

Good.  Just, for some reason, the mail did not appear in my inbox
and I was backlogged on gcc-patches; sorry for missing it.

Here is a small markup change I applied on the wwwdocs side on
top of your patch.

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.38
diff -u -3 -p -r1.38 changes.html
--- changes.html	6 Oct 2012 15:47:44 -0000	1.38
+++ changes.html	6 Oct 2012 22:19:27 -0000
@@ -348,8 +348,9 @@  by this change.</p>
 <h3 id="tilegx">TILE-Gx</h3>
 
   <ul>
-    <li>Added support for the -mcmodel=MODEL command-line option.  The
-    models supported are small and large.</li>
+    <li>Added support for the <code>-mcmodel=<i>MODEL</i></code>
+    command-line option.  The models supported are <code>small</code>
+    and <code>large</code>.</li>
   </ul>
 
 <h3 id="xstormy16">XStormy16</h3>