public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL
@ 2014-11-18  2:59 Terry Guo
  2014-11-18  3:23 ` Jeff Law
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Terry Guo @ 2014-11-18  2:59 UTC (permalink / raw)
  To: gcc-patches; +Cc: gerald

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

Hi there,

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

BR,
Terry

[-- Attachment #2: document-thumb1-ual-v1.txt --]
[-- Type: text/plain, Size: 901 bytes --]

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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL
  2014-11-18  2:59 [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Terry Guo
@ 2014-11-18  3:23 ` Jeff Law
  2014-11-18 15:21 ` Kyrill Tkachov
  2015-04-10 21:48 ` Gerald Pfeifer
  2 siblings, 0 replies; 6+ messages in thread
From: Jeff Law @ 2014-11-18  3:23 UTC (permalink / raw)
  To: Terry Guo, gcc-patches; +Cc: gerald

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL
  2014-11-18  2:59 [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Terry Guo
  2014-11-18  3:23 ` Jeff Law
@ 2014-11-18 15:21 ` Kyrill Tkachov
  2014-11-20  9:24   ` Terry Guo
  2015-04-10 21:48 ` Gerald Pfeifer
  2 siblings, 1 reply; 6+ messages in thread
From: Kyrill Tkachov @ 2014-11-18 15:21 UTC (permalink / raw)
  To: Terry Guo, gcc-patches; +Cc: gerald


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL
  2014-11-18 15:21 ` Kyrill Tkachov
@ 2014-11-20  9:24   ` Terry Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Terry Guo @ 2014-11-20  9:24 UTC (permalink / raw)
  To: gcc-patches; +Cc: gerald, Kyrylo Tkachov, law



> -----Original Message-----
> From: Kyrill Tkachov [mailto:kyrylo.tkachov@arm.com]
> Sent: Tuesday, November 18, 2014 11:08 PM
> To: Terry Guo; gcc-patches@gcc.gnu.org
> Cc: gerald@pfeifer.com
> Subject: 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

Thanks for comments. I committed below patch to fix those typos.

BR,
Terry

Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.39
diff -u -r1.39 changes.html
--- htdocs/gcc-5/changes.html	19 Nov 2014 12:13:00 -0000	1.39
+++ htdocs/gcc-5/changes.html	20 Nov 2014 03:48:26 -0000
@@ -387,9 +387,9 @@
 
 <h3 id="arm">ARM</h3>
      <ul>
-      <li> The Thumb-1 assembly code are now generated in unified syntax.
The new option
+      <li> The Thumb-1 assembly code is 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
+        code is 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>



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL
  2014-11-18  2:59 [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Terry Guo
  2014-11-18  3:23 ` Jeff Law
  2014-11-18 15:21 ` Kyrill Tkachov
@ 2015-04-10 21:48 ` Gerald Pfeifer
  2015-04-13  1:53   ` Terry Guo
  2 siblings, 1 reply; 6+ messages in thread
From: Gerald Pfeifer @ 2015-04-10 21:48 UTC (permalink / raw)
  To: Terry Guo; +Cc: gcc-patches

Hi Terry,

I went ahead and committed some small changes to the description of
-masm-syntax-unified.  Let me know if you disagree or would like to
see further changes.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.101
diff -u -r1.101 changes.html
--- changes.html	9 Apr 2015 23:30:47 -0000	1.101
+++ changes.html	10 Apr 2015 21:47:01 -0000
@@ -636,8 +636,8 @@
 
 <h3 id="arm">ARM</h3>
      <ul>
-      <li> The Thumb-1 assembly code is now generated in unified syntax. The new option
-        <code>-masm-syntax-unified</code> can be used to specify whether inline assembly
+      <li>Thumb-1 assembly code is now generated in unified syntax. The new option
+        <code>-masm-syntax-unified</code> specifies whether inline assembly
         code is 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL
  2015-04-10 21:48 ` Gerald Pfeifer
@ 2015-04-13  1:53   ` Terry Guo
  0 siblings, 0 replies; 6+ messages in thread
From: Terry Guo @ 2015-04-13  1:53 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: GCC Patches

On Sat, Apr 11, 2015 at 5:48 AM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> Hi Terry,
>
> I went ahead and committed some small changes to the description of
> -masm-syntax-unified.  Let me know if you disagree or would like to
> see further changes.
>
> Gerald
>

Thanks for the improvement. I am totally ok with them.

BR,
Terry

> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
> retrieving revision 1.101
> diff -u -r1.101 changes.html
> --- changes.html        9 Apr 2015 23:30:47 -0000       1.101
> +++ changes.html        10 Apr 2015 21:47:01 -0000
> @@ -636,8 +636,8 @@
>
>  <h3 id="arm">ARM</h3>
>       <ul>
> -      <li> The Thumb-1 assembly code is now generated in unified syntax. The new option
> -        <code>-masm-syntax-unified</code> can be used to specify whether inline assembly
> +      <li>Thumb-1 assembly code is now generated in unified syntax. The new option
> +        <code>-masm-syntax-unified</code> specifies whether inline assembly
>          code is 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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-13  1:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-18  2:59 [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL Terry Guo
2014-11-18  3:23 ` Jeff Law
2014-11-18 15:21 ` Kyrill Tkachov
2014-11-20  9:24   ` Terry Guo
2015-04-10 21:48 ` Gerald Pfeifer
2015-04-13  1:53   ` Terry Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).