This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 1/2] Refactor sigcontextinfo.h
* Adhemerval Zanella:
>> So I strongly urge you to add a test like the one below. I can commit
>> it separately after your patch. I still need to verify that it builds
>> on all architectures.
>
> I will integrate your tests if you are ok with that, however it requires some
> changes.
Thanks. What kind of changes?
SA_SIGINFO is missing from sa_flags. I've already fixed that.
> I will double check it on some different architectures also.
It works on aarch64, i386, x86-64, s390, s390x, ppc64le. I planned to
test ppc and ppc64 as well, but could not get a Beaker machine yet.
Florian