aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/s390/pt-longjmp.c
AgeCommit message (Collapse)Author
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-07Use libc_ifunc macro for siglongjmp, longjmp in libpthread.Stefan Liebler
This patch uses the libc_ifunc macro to create already existing ifunc functions longjmp_ifunc, siglongjmp_ifunc if HAVE_IFUNC is defined. The s390 pt-longjmp.c includes the common pt-longjmp.c and uses strong_alias to create the longjmp, siglongjmp symbols for glibc version 2.19. ChangeLog: * nptl/pt-longjmp.c (DEFINE_LONGJMP): Use libc_ifunc macro. * sysdeps/unix/sysv/linux/s390/pt-longjmp.c (longjmp, siglongjmp): Use strong_alias to create symbols for glibc verison 2.19.
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-02-17S390: Build failure due to nptl/pt-longjmp.c changes.Stefan Liebler
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-07-31S/390: Revert the jmp_buf/ucontext_t ABI change.Stefan Liebler
2014-06-26Move remaining S390 code out of nptl/.Roland McGrath