This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] S390: Build failure due to nptl/pt-longjmp.c changes.
- From: Andreas Krebbel <krebbel at linux dot vnet dot ibm dot com>
- To: libc-alpha at sourceware dot org
- Date: Tue, 17 Feb 2015 08:48:33 +0100
- Subject: Re: [PATCH] S390: Build failure due to nptl/pt-longjmp.c changes.
- Authentication-results: sourceware.org; auth=none
- References: <mbhqaa$ldf$1 at ger dot gmane dot org> <20150212192539 dot 909AC2C3C13 at topped-with-meat dot com> <mbkan9$5ts$1 at ger dot gmane dot org>
On 02/13/2015 08:56 AM, Stefan Liebler wrote:
> On 02/12/2015 08:25 PM, Roland McGrath wrote:
>>> #if defined SHARED && SHLIB_COMPAT (libpthread, GLIBC_2_19, GLIBC_2_20)
>>
>> Drop the SHARED condition. SHLIB_COMPAT already covers that.
>>
>> Otherwise this looks fine to me.
>>
>
> Yes you are right. Here is the same patch without SHARED condition.
>
> ---
> 2015-02-13 Stefan Liebler <stli@linux.vnet.ibm.com>
>
> * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
> (__v1longjmp): Remove versioned symbol.
> (__v1siglongjmp): Remove alias and versioned symbol.
> (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
> (__v2siglongjmp): Likewise.
>
Applied. Thanks!
-Andreas-