This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 21/21] ia64: math: rename s_ilogbl.S to e_ilogbl.S


ugh, i meant to use -C -M with git format-patch.  here's that version:

From f6b2a9576ac14e5dace021e88f30e37c8751195b Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Tue, 17 Apr 2012 23:31:26 -0400
Subject: [PATCH 21/21] ia64: math: rename s_ilogbl.S to e_ilogbl.S

The main tree renamed these files as well as the symbols.
Update ia64 accordingly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

2012-04-17  Mike Frysinger  <vapier@gentoo.org>

	* sysdeps/ia64/fpu/s_ilogbl.S: Move to ...
	* sysdeps/ia64/fpu/e_ilogbl.S: ... here.
	(__ieee754_ilogbl): Rename from ilogbl.
---
 sysdeps/ia64/fpu/{s_ilogbl.S => e_ilogbl.S} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename sysdeps/ia64/fpu/{s_ilogbl.S => e_ilogbl.S} (99%)

diff --git a/sysdeps/ia64/fpu/s_ilogbl.S b/sysdeps/ia64/fpu/e_ilogbl.S
similarity index 99%
rename from sysdeps/ia64/fpu/s_ilogbl.S
rename to sysdeps/ia64/fpu/e_ilogbl.S
index 8a6c9dc..8d67d4f 100644
--- a/sysdeps/ia64/fpu/s_ilogbl.S
+++ b/sysdeps/ia64/fpu/e_ilogbl.S
@@ -103,7 +103,7 @@ fNorm_x             = f10
 f2to64              = f11
 
 .section .text
-GLOBAL_LIBM_ENTRY(ilogbl)
+GLOBAL_LIBM_ENTRY(__ieee754_ilogbl)
 
 // X NORMAL
 // TrueExp_x = exp(f8) - 0xffff
@@ -204,7 +204,7 @@ ILOGB_ZERO:
 }
 ;;
 
-GLOBAL_LIBM_END(ilogbl)
+GLOBAL_LIBM_END(__ieee754_ilogbl)
 
 
 LOCAL_LIBM_ENTRY(__libm_error_region)
-- 
1.7.8.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]