From patchwork Mon Dec 26 19:39:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel F T Gomes X-Patchwork-Id: 18685 Received: (qmail 3900 invoked by alias); 26 Dec 2016 19:40:34 -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 3797 invoked by uid 89); 26 Dec 2016 19:40:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:dynamic X-HELO: mail.gftg.com.br From: "Gabriel F. T. Gomes" To: libc-alpha@sourceware.org Subject: [PATCH v2 6/9] Rename w_tgamma for IA64 Date: Mon, 26 Dec 2016 17:39:59 -0200 Message-Id: <1482781202-8156-7-git-send-email-gftg@linux.vnet.ibm.com> In-Reply-To: <1482781202-8156-1-git-send-email-gftg@linux.vnet.ibm.com> References: <1482781202-8156-1-git-send-email-gftg@linux.vnet.ibm.com> --- sysdeps/ia64/fpu/{w_tgamma.S => w_tgamma_compat.S} | 0 sysdeps/ia64/fpu/{w_tgammaf.S => w_tgammaf_compat.S} | 0 sysdeps/ia64/fpu/{w_tgammal.S => w_tgammal_compat.S} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename sysdeps/ia64/fpu/{w_tgamma.S => w_tgamma_compat.S} (100%) rename sysdeps/ia64/fpu/{w_tgammaf.S => w_tgammaf_compat.S} (100%) rename sysdeps/ia64/fpu/{w_tgammal.S => w_tgammal_compat.S} (100%) diff --git a/sysdeps/ia64/fpu/w_tgamma.S b/sysdeps/ia64/fpu/w_tgamma_compat.S similarity index 100% rename from sysdeps/ia64/fpu/w_tgamma.S rename to sysdeps/ia64/fpu/w_tgamma_compat.S diff --git a/sysdeps/ia64/fpu/w_tgammaf.S b/sysdeps/ia64/fpu/w_tgammaf_compat.S similarity index 100% rename from sysdeps/ia64/fpu/w_tgammaf.S rename to sysdeps/ia64/fpu/w_tgammaf_compat.S diff --git a/sysdeps/ia64/fpu/w_tgammal.S b/sysdeps/ia64/fpu/w_tgammal_compat.S similarity index 100% rename from sysdeps/ia64/fpu/w_tgammal.S rename to sysdeps/ia64/fpu/w_tgammal_compat.S