]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix s390 version of pt-longjmp.c
authorAndreas Schwab <schwab@suse.de>
Wed, 9 Aug 2017 08:36:08 +0000 (10:36 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 21 Nov 2017 19:09:42 +0000 (20:09 +0100)
(cherry picked from commit 5797b410a87f6f6f6d3661d730fac320cbd5f270)

ChangeLog
sysdeps/unix/sysv/linux/s390/pt-longjmp.c

index e4b1d026724a045447bf4f9503375f39a56fb13a..4c6f0d0aa24b2accb4a7bd292ee4bd747bad1982 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-09  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Update reference to
+       renamed alias.
+
 2017-08-08  Andreas Schwab  <schwab@suse.de>
 
        [BZ #21041]
index d324237edd469c149f4595b95e484f924b6c1bc6..0221ac2cf5eaa2ea67cf448799afd3e8e4b16210 100644 (file)
@@ -26,8 +26,8 @@
 /* In glibc release 2.19 new versions of longjmp-functions were introduced,
    but were reverted before 2.20. Thus both versions are the same function.  */
 
-strong_alias (longjmp_ifunc, __v2longjmp)
+strong_alias (longjmp_alias, __v2longjmp)
 compat_symbol (libpthread, __v2longjmp, longjmp, GLIBC_2_19);
-strong_alias (siglongjmp_ifunc, __v2siglongjmp)
+strong_alias (siglongjmp_alias, __v2siglongjmp)
 compat_symbol (libpthread, __v2siglongjmp, siglongjmp, GLIBC_2_19);
 #endif /* SHLIB_COMPAT (libpthread, GLIBC_2_19, GLIBC_2_20))  */