about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2019-12-11 15:09:15 +0100
committerStefan Liebler <stli@linux.ibm.com>2019-12-11 15:12:12 +0100
commit95b0c2c431510013eb2f7385fc078ee2498f83bf (patch)
treec21f8217b421cde39bcedd2219383dedb0d85546 /sysdeps/x86_64/fpu/multiarch
parentab48bdd098a675dddb360faafc497a61c4bd4334 (diff)
downloadglibc-95b0c2c431510013eb2f7385fc078ee2498f83bf.tar.gz
glibc-95b0c2c431510013eb2f7385fc078ee2498f83bf.tar.xz
glibc-95b0c2c431510013eb2f7385fc078ee2498f83bf.zip
Always use wordsize-64 version of s_floor.c.
This patch replaces s_floor.c in sysdeps/dbl-64 with the one in
sysdeps/dbl-64/wordsize-64 and removes the latter one.
The code is not changed except changes in code style.

Also adjusted the include path in x86_64 and sparc64 files.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/x86_64/fpu/multiarch')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_floor-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_floor-c.c b/sysdeps/x86_64/fpu/multiarch/s_floor-c.c
index 68733b69ef..002d12247e 100644
--- a/sysdeps/x86_64/fpu/multiarch/s_floor-c.c
+++ b/sysdeps/x86_64/fpu/multiarch/s_floor-c.c
@@ -1,3 +1,3 @@
 #undef __floor
 #define __floor __floor_c
-#include <sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c>
+#include <sysdeps/ieee754/dbl-64/s_floor.c>