Re: [PATCH][ARM][PR target/78945] Fix libatomic on armv7-m

2017-01-30 Thread Szabolcs Nagy
On 25/01/17 12:35, Szabolcs Nagy wrote: > ARM libatomic inline asm uses sel, uadd8, uadd16 instructions > which are only available if __ARM_FEATURE_SIMD32 is defined. > > libatomic/ > 2017-01-25 Szabolcs Nagy > > PR target/78945 > * config/arm/exch_n.c (libat_exchange): Check __ARM

[PATCH][ARM][PR target/78945] Fix libatomic on armv7-m

2017-01-25 Thread Szabolcs Nagy
ARM libatomic inline asm uses sel, uadd8, uadd16 instructions which are only available if __ARM_FEATURE_SIMD32 is defined. libatomic/ 2017-01-25 Szabolcs Nagy PR target/78945 * config/arm/exch_n.c (libat_exchange): Check __ARM_FEATURE_SIMD32. diff --git a/libatomic/config/arm/e