From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15156 invoked by alias); 3 Apr 2018 11:53:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 14976 invoked by uid 89); 3 Apr 2018 11:53:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_NEUTRAL autolearn=ham version=3.3.2 spammy= X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault Subject: [hurd,commited] s390x: Fix hidden aliases Date: Tue, 03 Apr 2018 11:53:00 -0000 Message-Id: <20180403115315.6144-1-samuel.thibault@ens-lyon.org> X-SW-Source: 2018-04/txt/msg00055.txt.bz2 * sysdeps/s390/longjmp.c (__libc_longjmp, __libc_siglongjmp): New hidden defs. --- ChangeLog | 2 ++ sysdeps/s390/longjmp.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f4aa359ef..29c1528619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -410,6 +410,8 @@ defs. * sysdeps/mach/hurd/sigwait.c (__sigwait): Call __libc_longjmp instead of longjmp. + * sysdeps/s390/longjmp.c (__libc_longjmp, __libc_siglongjmp): New + hidden defs. * sysdeps/mach/hurd/localplt.data: New file. diff --git a/sysdeps/s390/longjmp.c b/sysdeps/s390/longjmp.c index e61cdba2a3..e543415df0 100644 --- a/sysdeps/s390/longjmp.c +++ b/sysdeps/s390/longjmp.c @@ -33,6 +33,8 @@ but were reverted before 2.20. Thus both versions are the same function. */ strong_alias (__libc_siglongjmp, __libc_longjmp) +libc_hidden_def (__libc_longjmp) +libc_hidden_def (__libc_siglongjmp) weak_alias (__libc_siglongjmp, __v1_longjmp) weak_alias (__libc_siglongjmp, __v2_longjmp) -- 2.16.2