Re: [PATCH] support: user more portable atomic wrappers

2020-09-10 Thread Florian Weimer
* Vineet Gupta: > I agree that gcc atomics should be baseline. I would still propose to > carry this patch as it makes code less verbose if nothing else and the > wrappers are part of glibc already. The advantage of the GCC built-ins is that they have easy-to-find documentation. Our wrapper macr

Re: [PATCH v2] binutils/ARC: cleanup

2020-09-10 Thread Vineet Gupta
Hi Thomas, On 12/22/19 1:41 PM, Thomas Petazzoni wrote: > Hello Vineet, > > On Tue, 17 Dec 2019 13:32:53 -0800 > Vineet Gupta wrote: > >> Remove special handling for ARC - as it is not needed for cksy etc. >> >> A nice side benefit is that the ARC specific version now only needs to >> be specif