Re: is ARMv4T deprecated?

2015-04-17 Thread Bernhard Reutner-Fischer
--- a/libc/sysdeps/linux/arm/bits/arm_asm.h +++ b/libc/sysdeps/linux/arm/bits/arm_asm.h @@ -13,12 +13,8 @@ unified assembly syntax. */ #define IT(t, cond) /* Code to return from a thumb function stub. */ -#ifdef __ARM_ARCH_4T__ -#define POP_RET pop {r2, pc} -#else #define POP_RET pop

Re: is ARMv4T deprecated?

2015-04-17 Thread Sergiy Kibrik
On 4/17/15 6:59 PM, Bernhard Reutner-Fischer wrote: On 17 April 2015 at 14:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: So i read some documents yesterday night and this lead me to think that the condition is just inverted? Shouldn't it read more like: May i ask you to try

Re: is ARMv4T deprecated?

2015-04-17 Thread Bernhard Reutner-Fischer
On 17 April 2015 at 14:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: So i read some documents yesterday night and this lead me to think that the condition is just inverted? Shouldn't it read more like: May i ask you to try the attached on your arm920t, please? This should of

Re: is ARMv4T deprecated?

2015-04-17 Thread Bernhard Reutner-Fischer
On April 17, 2015 8:54:06 PM GMT+02:00, Sergiy Kibrik sa...@meta.ua wrote: On 4/17/15 6:59 PM, Bernhard Reutner-Fischer wrote: On 17 April 2015 at 14:32, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: So i read some documents yesterday night and this lead me to think that the