[PATCH] New condvar implementation that provides stronger ordering guarantees.

Adhemerval Zanella adhemerval.zanella@linaro.org
Sat Feb 11 12:38:00 GMT 2017



On 11/02/2017 10:16, Florian Weimer wrote:
> On 02/10/2017 10:18 PM, Mike Frysinger wrote:
>> On 01 Jan 2017 22:56, Carlos O'Donell wrote:
>>> My opinion is that this has to get fixed by the ports maintainer
>>> for SPARC, just like I'll fix this for hppa in the coming week.
>>>
>>> You need to adapt the pthreadtypes.h structure definition
>>> to match the same changes being done to the other architectures.
>>
>> did you have a patch for hppa ?  do we really care about linuxthreads
>> anymore ?
> 
> LinuxThreads support is gone everywhere, but this doesn't mean we don't have any ABIs which are influenced by LinuxThreads.  The ABI compatibility between LinuxThreads and NPTL made application binaries portable across kernels.  So NPTL picked up where LinuxThreads left. Most of its structures are defined in public headers in such a way that their sizes are exposed, and there are no allocation functions for them, so size and alignment are essentially fixed today.
> 
> I'm not sure why this is relevant to HPPA in particular, though.
> 
> Thanks,
> Florian

At least on an hppa environment I have access, just removing the own hppa
implementation seems to not show any regressions. I think we just need to
get rid of this old and ununsed (and broken) interfaces.



More information about the Libc-alpha mailing list