Build breakage with thumb2

2013-04-02 Thread Will Newton
Hi all, It looks like the below patch breaks the build when the compiler defines __thumb2__. I don't see how this patch was intended to work - arm_asm.h does not define __USE_BX__ and it does not seem suitable to include in C files. I would suggest the patch is reverted. commit 3862c65a05983b2b18

Re: Build breakage with thumb2

2013-04-03 Thread Peter Korsgaard
> "Will" == Will Newton writes: Will> Hi all, Will> It looks like the below patch breaks the build when the compiler Will> defines __thumb2__. I don't see how this patch was intended to work - Will> arm_asm.h does not define __USE_BX__ and it does not seem suitable to Will> include in C

Re: Build breakage with thumb2

2013-04-06 Thread Yann E. MORIN
Will, All, On Tue, Apr 02, 2013 at 12:04:57PM +0100, Will Newton wrote: > It looks like the below patch breaks the build when the compiler > defines __thumb2__. I don't see how this patch was intended to work - > arm_asm.h does not define __USE_BX__ and it does not seem suitable to > include in C