[PATCH v2 01/13] signal: Add signum-{generic,arch}.h

Adhemerval Zanella adhemerval.zanella@linaro.org
Thu Jun 18 14:06:09 GMT 2020



On 18/06/2020 09:50, Carlos O'Donell wrote:
> On 6/3/20 2:34 PM, Adhemerval Zanella via Libc-alpha wrote:
>> It refactor how signals are defined by each architecture.  Instead of
>> include a generic header (bits/signum-generic.h) and undef non-default
>> values in an arch specific header (bits/signum.h) the new scheme uses a
>> common definition (bits/signum-generic.h) and each architectures add
>> its specific definitions on a new header (bits/signum-arch.h).
>>
>> For Linux it requires copy some system default definitions to alpha,
>> hppa, and sparc.  They are historical values and newer ports uses
>> the generic Linux signum-arch.h.
>>
>> For Hurd the BSD signum is removed and moved to a new header (it is
>> used currently only on Hurd).
>>
>> Checked on a build against all affected ABIs.
> 
> The second patch in this series no longer applies cleany.
> 
> Could you please rebase the patchset to v3 with your 2 v4 patches?
> 
> I'll review after that. You're #2 in the queue. I'm going to review
> Szabolc's tls reservation patches now.
> 

Sure, I will send a rebased v4.


More information about the Libc-alpha mailing list