This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

[PATCH v2 6/9] Rename w_tgamma for IA64


---
 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
-- 
2.4.11


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