Re: [PATCH, ARM, libgcc] Enable longlong.h inline assembly for Thumb-2

2012-03-08 Thread Richard Earnshaw
On 08/03/12 03:36, Michael Hope wrote: > Hi there, > > This patch enables the ARM inline assembly 64 bit add, subtract, and multiply > instructions > in libgcc when compiling for Thumb-2. The existing code enables them for ARM > mode as > Thumb-1 is missing the encodings. > > OK for 4.8? > >

[PATCH, ARM, libgcc] Enable longlong.h inline assembly for Thumb-2

2012-03-07 Thread Michael Hope
Hi there, This patch enables the ARM inline assembly 64 bit add, subtract, and multiply instructions in libgcc when compiling for Thumb-2. The existing code enables them for ARM mode as Thumb-1 is missing the encodings. OK for 4.8? -- Michael ChangeLog: 2012-03-08 Michael Hope