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: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL



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


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