From patchwork Thu Apr 7 17:41:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adhemerval Zanella Netto X-Patchwork-Id: 52714 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 487243858036 for ; Thu, 7 Apr 2022 17:42:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 487243858036 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1649353340; bh=tQaExjNZ8xDVbRfz5eNFIA6OBuQN+6cVtHNNs3/32ZE=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=Rtlb0RsS09RAEEiMamELJPskvL19P5Pnp+q2KYlysso7Q3yJ7y3K3cLiv2OPNN5QF FTogWSibECoTd/JlIvSeMe75iEPE/bvtHUsuzzgdix2PWx0KQMw1sKpfJvmFcMORcm QRgBlbUd+U0WSm0jNGbBG907WRK7jurN/pFqf+LU= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id 1C74A3858C50 for ; Thu, 7 Apr 2022 17:41:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1C74A3858C50 Received: by mail-ot1-x330.google.com with SMTP id i23-20020a9d6117000000b005cb58c354e6so4366746otj.10 for ; Thu, 07 Apr 2022 10:41:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=tQaExjNZ8xDVbRfz5eNFIA6OBuQN+6cVtHNNs3/32ZE=; b=ZISILC4ZbXL1Vi2Tv7GpAjmfJ0rNCyvQQTYDYEAZyZmcal59YY4VHlEARxjjeKf/lx W+txCbzrDy1DQhceHAMLuzNDF8phgMVvvIh5aldQRIFw9kgv7AENHZSLc5MPO6/isLnp DajurE0IqkrpHbTaxQHMwxt3Bh2DXeCvOcDL86Gn6oATl1b/Aoh3w8evCW5ajWnajkBQ v/ql8/FoLIO+I19Pj3uuezbaMuklvmPMmtZY6cZCwI4jHUN7Nr3nXi3vcfn15dNF371L uu6cSB3XeNjoPDAHrecq0BGc7yrclFt/Nj8XWzVz3OZ+jyM/Lah+PEQIcPI3lyxlvnjB 5pZA== X-Gm-Message-State: AOAM5335dhRFN40YyUp/W9k5busBuaRjdefpgwiQucBAT9HrdS1OCZWg FTbDM4iDvsyNH51ACCcfZ6xnsenqcuDMhg== X-Google-Smtp-Source: ABdhPJyabFOym20uW5zVkBrB7P6QOi5raHSVzF1y/QhsdtFF7stRaBjjuKk4EnFehvKPmIL2em4w7g== X-Received: by 2002:a9d:7dca:0:b0:5cd:cf10:65c2 with SMTP id k10-20020a9d7dca000000b005cdcf1065c2mr5161056otn.167.1649353317000; Thu, 07 Apr 2022 10:41:57 -0700 (PDT) Received: from birita.. ([2804:431:c7cb:321:9304:77a6:d900:ebb]) by smtp.gmail.com with ESMTPSA id r82-20020aca5d55000000b002ecaaa13cafsm7765704oib.8.2022.04.07.10.41.55 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Apr 2022 10:41:56 -0700 (PDT) To: libc-alpha@sourceware.org Subject: [COMMITTED] ia64: Remove fcopysign{f} implementation Date: Thu, 7 Apr 2022 14:41:52 -0300 Message-Id: <20220407174152.2622752-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-Spam-Status: No, score=-12.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Adhemerval Zanella via Libc-alpha From: Adhemerval Zanella Netto Reply-To: Adhemerval Zanella Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" The builtin used by generic code generates similar code. Checked on ia64-linux-gnu. --- sysdeps/ia64/fpu/s_copysign.S | 37 ---------------------------------- sysdeps/ia64/fpu/s_copysignf.S | 1 - sysdeps/ia64/fpu/s_copysignl.S | 1 - 3 files changed, 39 deletions(-) delete mode 100644 sysdeps/ia64/fpu/s_copysign.S delete mode 100644 sysdeps/ia64/fpu/s_copysignf.S delete mode 100644 sysdeps/ia64/fpu/s_copysignl.S diff --git a/sysdeps/ia64/fpu/s_copysign.S b/sysdeps/ia64/fpu/s_copysign.S deleted file mode 100644 index 0928cfb229..0000000000 --- a/sysdeps/ia64/fpu/s_copysign.S +++ /dev/null @@ -1,37 +0,0 @@ -/* Copyright (C) 2000-2022 Free Software Foundation, Inc. - This file is part of the GNU C Library. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - . */ - -#include -#undef ret - -ENTRY (__copysign) -{ - fmerge.s fret0 = farg1, farg0 - br.ret.sptk.many rp -} -END (__copysign) - -strong_alias (__copysign, __copysignf) -strong_alias (__copysign, __copysignl) - -strong_alias (__copysign, __libm_copysign) -strong_alias (__copysign, __libm_copysignf) -strong_alias (__copysign, __libm_copysignl) - -libm_alias_double (__copysign, copysign) -libm_alias_float (__copysign, copysign) -libm_alias_ldouble (__copysign, copysign) diff --git a/sysdeps/ia64/fpu/s_copysignf.S b/sysdeps/ia64/fpu/s_copysignf.S deleted file mode 100644 index 055251d0d2..0000000000 --- a/sysdeps/ia64/fpu/s_copysignf.S +++ /dev/null @@ -1 +0,0 @@ -/* __copysignf is in s_copysign.S. */ diff --git a/sysdeps/ia64/fpu/s_copysignl.S b/sysdeps/ia64/fpu/s_copysignl.S deleted file mode 100644 index e772372678..0000000000 --- a/sysdeps/ia64/fpu/s_copysignl.S +++ /dev/null @@ -1 +0,0 @@ -/* __copysignl is in s_copysign.S. */