Stefan Liebler 314ba75e4a Use libc_ifunc macro for siglongjmp, longjmp in libpthread.
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-10-07 10:12:48 +02:00
..
2016-09-07 16:41:20 +00:00
2016-09-07 16:42:19 +00:00
2016-10-06 22:19:38 +00:00
2016-10-03 21:01:42 +00:00
2016-09-07 16:43:43 +00:00
2016-09-14 16:02:06 +02:00
2016-09-07 16:40:09 +00:00
2016-10-06 22:19:38 +00:00
2016-09-07 16:40:09 +00:00
2016-09-18 23:48:55 +02:00
2016-09-07 16:48:08 +00:00
2016-09-20 12:18:13 +02:00
2016-09-07 16:40:09 +00:00
2016-10-06 22:19:38 +00:00