diff mbox

[WWW] : Mention that x86 now supports "naked" function attribute.

Message ID CAFULd4b3Vud9xmZ=2Dk24xoZqZYBHzgHzWyYUt=jgPh3xsOyCA@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak July 31, 2017, 1:28 p.m. UTC
One liner that mentions new addition to x86 port.

OK for wwwdocs?

Uros.

Comments

Gerald Pfeifer July 31, 2017, 4:12 p.m. UTC | #1
On Mon, 31 Jul 2017, Uros Bizjak wrote:
> One liner that mentions new addition to x86 port.
> 
> OK for wwwdocs?

Sure.  (Even without asking. ;-)

Thanks,
Gerald
diff mbox

Patch

Index: htdocs/gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.7
diff -u -r1.7 changes.html
--- htdocs/gcc-8/changes.html	3 Jul 2017 16:37:04 -0000	1.7
+++ htdocs/gcc-8/changes.html	31 Jul 2017 13:26:13 -0000
@@ -119,7 +119,8 @@ 
 
 <h3 id="x86">IA-32/x86-64</h3>
 <ul>
-  <li></li>
+  <li>
+    The x86 port now supports the <code>naked</code> function attribute.</li>
 </ul>
 
 <!-- <h3 id="mips">MIPS</h3> -->