From patchwork Tue Aug 16 17:02:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Paul E. Murphy" X-Patchwork-Id: 659779 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3sDJZW0XmLz9t1K for ; Wed, 17 Aug 2016 03:02:42 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=FCepkury; dkim-atps=neutral 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:subject:date:in-reply-to:references :in-reply-to:references:message-id; q=dns; s=default; b=fdWNPDAg AS+zI/FyYzIAhgyRRSX/zsdCfIYSn0bwAl7PwUMZtlzsHqxlAA2/gM8rs/DKxCwq J6jpU2AvvsFMGKBoB3o5wm04GPzRxdAswpAYtSwOrTIqgRwqE+8UmAGo0vDFhMAR 9ZtUXlKbAZSPcw0szCrjsmV2uKkjPY1aXaU= 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:subject:date:in-reply-to:references :in-reply-to:references:message-id; s=default; bh=n1W/xVYyvkl002 JNt2FbSA27XTc=; b=FCepkuryzChiD1AJw/Y2WtjhUrAPgzvVDqSK6jwrttjlHL hr+mYL3oRHA2foY03kpzt7gPvCigf+AHZEoyN1707g+9+V++e1RWnCJQkaSN3aGL GYvXbQxrVr07Blns+X7zPr73UXPbaexXixkml5KUZJ6kHRGo8ot/Pz/wrkMjA= Received: (qmail 59693 invoked by alias); 16 Aug 2016 17:02:30 -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 59604 invoked by uid 89); 16 Aug 2016 17:02:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, RCVD_IN_SEMBACKSCATTER autolearn=no version=3.3.2 spammy=alter, H*m:linux, 2.4.11, Hx-languages-length:640 X-HELO: mx0a-001b2d01.pphosted.com X-IBM-Helo: d03dlp02.boulder.ibm.com X-IBM-MailFrom: murphyp@linux.vnet.ibm.com From: "Paul E. Murphy" To: libc-alpha@sourceware.org Subject: [PATCH 3/6] ldbl-128: Remove unused sqrtl declaration in e_asinl.c Date: Tue, 16 Aug 2016 12:02:14 -0500 In-Reply-To: References: In-Reply-To: References: X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16081617-0004-0000-0000-00001025A536 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00005604; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000181; SDB=6.00745514; UDB=6.00351365; IPR=6.00518063; BA=6.00004662; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00012352; XFM=3.00000011; UTC=2016-08-16 17:02:24 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16081617-0005-0000-0000-000078068FF5 Message-Id: <63b3343f0a94549cc2940ffc0f7e1c7881852d54.1471365825.git.murphyp@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2016-08-16_10:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1608160195 This did not alter compilation for s390x and aarch64 targets. * sysdeps/ieee754/ldbl-128/e_asinl.c: Remove unused sqrtl declaration. --- sysdeps/ieee754/ldbl-128/e_asinl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/ieee754/ldbl-128/e_asinl.c b/sysdeps/ieee754/ldbl-128/e_asinl.c index 5a0e473..4a8ed4c 100644 --- a/sysdeps/ieee754/ldbl-128/e_asinl.c +++ b/sysdeps/ieee754/ldbl-128/e_asinl.c @@ -62,7 +62,6 @@ #include #include #include -long double sqrtl (long double); static const long double one = 1.0L,