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: 708815 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 3tnTrt1vPYz9syB for ; Tue, 27 Dec 2016 06:41:34 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="yN12w8Fo"; 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:message-id:in-reply-to :references; q=dns; s=default; b=I50UREidp0aoxG/8LP1fPfP6impUe69 hZ0ABs8nLcLS+PHhnBrt6wtq5rIq00yBlNpNU5kM9ow0gAO5o+yMD1MM+jihGS6w 07vrhZKwYwxJLzAC1q1wmDrFuzQYlPq3pLy6qrE7YdXptYHvOrJaDrOiA/fMi0dh q2WwpmRFdk8E= 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:message-id:in-reply-to :references; s=default; bh=uKJm8STJm1srzkBXZKC+mfd+X4A=; b=yN12w 8FoS84W5+tLhENU6Vj131nXMndFblyDEHQmokhMD9yjrklllGOLLYHx/YptiGIuc o06zRYryPlxoYmjEwE+xZDivesypDN+GHHNeTAeELOOgZV3vihRPUKgtcY1hKA6F PFZT7Fm+nrTNL3ScbAR45zKLTu5e0jDnB7FURM= 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