Re: [1/2][PATCH,ARM]Generate UAL assembly code for Thumb-1 target

2014-11-04 Thread Ramana Radhakrishnan
On Tue, Oct 21, 2014 at 10:18 AM, Terry Guo wrote: > Hi There, > > This is the first patch to enable GCC generate UAL assembly code for Thumb1 > target. This new option enables user to specify which syntax is used in > their inline assembly code. If the inline assembly code uses UAL format, > the

[1/2][PATCH,ARM]Generate UAL assembly code for Thumb-1 target

2014-10-21 Thread Terry Guo
Hi There, This is the first patch to enable GCC generate UAL assembly code for Thumb1 target. This new option enables user to specify which syntax is used in their inline assembly code. If the inline assembly code uses UAL format, then gcc does nothing because gcc generates UAL code as well. If t