diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-05 09:38:58 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-05 09:38:58 +0200 |
commit | 08e92e2443a6ca4cfd45b87e22bef3454f369752 (patch) | |
tree | 5113bab4d368f6e8c990bdf53d143a34e6a4b2b0 /sysdeps | |
parent | c120981d72faa4a07a31d92f015353b12d72d992 (diff) | |
download | glibc-08e92e2443a6ca4cfd45b87e22bef3454f369752.tar.gz glibc-08e92e2443a6ca4cfd45b87e22bef3454f369752.tar.xz glibc-08e92e2443a6ca4cfd45b87e22bef3454f369752.zip |
Revert "hurd: Avoid PLTs for longjmp & siglongjmp"
This reverts commit e5f9508a32426b7c3948dc741d84355071ed9539.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/s390/longjmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/s390/longjmp.c b/sysdeps/s390/longjmp.c index 1064647ee0..e61cdba2a3 100644 --- a/sysdeps/s390/longjmp.c +++ b/sysdeps/s390/longjmp.c @@ -43,11 +43,9 @@ weak_alias (__libc_siglongjmp, __v1longjmp) weak_alias (__libc_siglongjmp, __v2longjmp) versioned_symbol (libc, __v1longjmp, longjmp, GLIBC_2_0); compat_symbol (libc, __v2longjmp, longjmp, GLIBC_2_19); -libc_hidden_def (longjmp) weak_alias (__libc_siglongjmp, __v1siglongjmp) weak_alias (__libc_siglongjmp, __v2siglongjmp) versioned_symbol (libc, __v1siglongjmp, siglongjmp, GLIBC_2_0); compat_symbol (libc, __v2siglongjmp, siglongjmp, GLIBC_2_19); -libc_hidden_def (siglongjmp) #endif /* SHARED && SHLIB_COMPAT (libc, GLIBC_2_19, GLIBC_2_20) */ |