[PATCH v2] s390: fix SIGNAL_FRAMESIZE macro
Tuan Hoang
tmhoang at linux.ibm.com
Mon Mar 18 12:40:56 UTC 2019
On 3/18/19 1:05 PM, Dmitry V. Levin wrote:
>
> I've been told off-list about a typo in the sentence above.
> What I meant to say is that
> it defined SIGNAL_FRAMESIZE to 96 instead of 160 on s390x.
>
I also assume that.
>> If you run "make check", you'd see "FAIL: rt_sigreturn.gen" on s390x.
>>
>> I've changed this to
>>
>> +#ifdef __s390x__
>> +# define SIGNAL_FRAMESIZE 160
>> +#else /* __s390__ */
>> +# define SIGNAL_FRAMESIZE 96
>> +#endif
>>
>> and pushed to master.
>
I don't see much of a difference here but your change fixes the test
fail above. Thanks!
More information about the Strace-devel
mailing list