about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2019-12-11 15:09:16 +0100
committerStefan Liebler <stli@linux.ibm.com>2019-12-11 15:12:13 +0100
commit9f234eafe8698fd9a441ca2309a299d0bd771156 (patch)
tree4dbb6c575c6e6353073c9a05122bbf4a16c17d40 /sysdeps/x86_64/fpu
parent95b0c2c431510013eb2f7385fc078ee2498f83bf (diff)
downloadglibc-9f234eafe8698fd9a441ca2309a299d0bd771156.tar.gz
glibc-9f234eafe8698fd9a441ca2309a299d0bd771156.tar.xz
glibc-9f234eafe8698fd9a441ca2309a299d0bd771156.zip
Always use wordsize-64 version of s_ceil.c.
This patch replaces s_ceil.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')
-rw-r--r--sysdeps/x86_64/fpu/multiarch/s_ceil-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_ceil-c.c b/sysdeps/x86_64/fpu/multiarch/s_ceil-c.c
index 6a5ea3ff27..ada28baa1a 100644
--- a/sysdeps/x86_64/fpu/multiarch/s_ceil-c.c
+++ b/sysdeps/x86_64/fpu/multiarch/s_ceil-c.c
@@ -1,2 +1,2 @@
 #define __ceil __ceil_c
-#include <sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c>
+#include <sysdeps/ieee754/dbl-64/s_ceil.c>