diff mbox

[wwwdocs] Update 5.0 changes.html with Thumb1 UAL

Message ID 20141118024816.GA27616@terry-pc01
State New
Headers show

Commit Message

Terry Guo Nov. 18, 2014, 2:48 a.m. UTC
Hi there,

This patch documents recent Thumb-1 UAL feature in trunk. Is it OK?

BR,
Terry

Comments

Jeff Law Nov. 18, 2014, 3 a.m. UTC | #1
On 11/17/14 19:48, Terry Guo wrote:
> Hi there,
>
> This patch documents recent Thumb-1 UAL feature in trunk. Is it OK?
OK.
jeff
Kyrylo Tkachov Nov. 18, 2014, 3:08 p.m. UTC | #2
On 18/11/14 02:48, Terry Guo wrote:
> +     <ul>
> +      <li> The Thumb-1 assembly code are now generated in unified syntax. The new option
> +        <code>-masm-syntax-unified</code> can be used to specify whether inline assembly
> +        code are using unified syntax. By default the option is off which means
> +        non-unified syntax is used. However this is subject to change in future releases.
> +        Eventually the non-unified syntax will be deprecated.
> +      </li>
> +     </ul>
Hi Terry,

Sorry for the late comment, I see this has already been committed.

I think it should be "assembly code is now generated".
Also "whether inline assembly code is using unified syntax".

Kyrill
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.27
diff -u -r1.27 changes.html
--- changes.html	17 Nov 2014 20:14:38 -0000	1.27
+++ changes.html	18 Nov 2014 02:42:31 -0000
@@ -368,6 +368,16 @@ 
 
    </ul>
 
+<h3 id="arm">ARM</h3>
+     <ul>
+      <li> The Thumb-1 assembly code are now generated in unified syntax. The new option
+        <code>-masm-syntax-unified</code> can be used to specify whether inline assembly
+        code are using unified syntax. By default the option is off which means
+        non-unified syntax is used. However this is subject to change in future releases.
+        Eventually the non-unified syntax will be deprecated.
+      </li>
+     </ul>
+
 <h2 id="os">Operating Systems</h2>
 
   <h3 id="dragonfly">DragonFly BSD</h3>