From patchwork Tue Apr 3 21:07:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 894782 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-91381-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="rjVEEBGY"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40G1s96Xy2z9s0p for ; Wed, 4 Apr 2018 07:08:13 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=EXW+I+wTC6GmxF2guhQJ8I7ED8YFcoV KfE2M0rDgpCBfp4nwWKMDeP1QPqLXT0qyJQWL4PJ1wFibKF9hpa7dy7z3tT9aos8 gJXm2OvU3QSC9PQA9Ru38relzr83f4yRqqgxC9MTJ/D4QPYXOjYK5Hw39D/bP1bz RVcMaGhfV+cA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=uTxKvFF2/sYy4RWWPg6QREgO3pE=; b=rjVEE BGYUiWf00Qk/Sy2K4CLC1xPHavcQH2bUukr8p2X78alxeHfCclnt2m8jZ/hYoj3j UesNxXOByuzsPz0m2sZYYtNRiXVwdzfe2WUefAemfXqKgHOr85EN9QiavuJGuTI0 t207FCDML4KW2gtvZpx3bRzb5Pki4cfw39LiUo= Received: (qmail 55236 invoked by alias); 3 Apr 2018 21:07:52 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 55087 invoked by uid 89); 3 Apr 2018 21:07:51 -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 1/2] Revert "s390x: Fix hidden aliases" Date: Tue, 3 Apr 2018 23:07:43 +0200 Message-Id: <20180403210744.10927-2-samuel.thibault@ens-lyon.org> In-Reply-To: <20180403210744.10927-1-samuel.thibault@ens-lyon.org> References: <20180403210744.10927-1-samuel.thibault@ens-lyon.org> This reverts commit 811836a411a1c97a0e70e7f096e57f316dc19c72. --- ChangeLog | 2 -- sysdeps/s390/longjmp.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d3bf33698..d2dabfb3f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -533,8 +533,6 @@ 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 e543415df0..e61cdba2a3 100644 --- a/sysdeps/s390/longjmp.c +++ b/sysdeps/s390/longjmp.c @@ -33,8 +33,6 @@ 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)