This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] S390: Build failure due to nptl/pt-longjmp.c changes.


Hi,

i get a build-failure on s390 due to the latest change in nptl/pt-longjmp.c (https://sourceware.org/ml/libc-alpha/2015-02/msg00123.html). The s390-version of pt-longjmp.c includes the generic one and adds an additional compat-version, because those symbols were introduced and reverted in glibc 2.19.

This patch fixes the inclusion of nptl/pt-longjmp.c and uses the introduced macro DEFINE_LONGJMP to generate the additional symbol for the compat-version.

Ok to commit?

Bye
Stefan

---
2015-02-12  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.

Attachment: glibc_nptl_ptlongjmp_20150212
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]