Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL

2015-04-12 Thread Terry Guo
On Sat, Apr 11, 2015 at 5:48 AM, Gerald Pfeifer 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 the

Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL

2015-04-10 Thread Gerald Pfeifer
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/

RE: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL

2014-11-20 Thread Terry Guo
> -Original Message- > From: Kyrill Tkachov [mailto:kyrylo.tkac...@arm.com] > Sent: Tuesday, November 18, 2014 11:08 PM > To: Terry Guo; gcc-patches@gcc.gnu.org > Cc: ger...@pfeifer.com > Subject: Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL > &

Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL

2014-11-18 Thread Kyrill Tkachov
On 18/11/14 02:48, Terry Guo wrote: + + The Thumb-1 assembly code are now generated in unified syntax. The new option +-masm-syntax-unified can be used to specify whether inline assembly +code are using unified syntax. By default the option is off which means +

Re: [PATCH][wwwdocs] Update 5.0 changes.html with Thumb1 UAL

2014-11-17 Thread Jeff Law
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