diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2019-12-11 15:09:17 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2019-12-11 15:12:14 +0100 |
commit | 1c94bf0f0a50ce66c808e2ea9b7e417785798b73 (patch) | |
tree | a9989d7774ad7a53bf393df03d3d62a48fb58778 /sysdeps/x86_64 | |
parent | 9f234eafe8698fd9a441ca2309a299d0bd771156 (diff) | |
download | glibc-1c94bf0f0a50ce66c808e2ea9b7e417785798b73.tar glibc-1c94bf0f0a50ce66c808e2ea9b7e417785798b73.tar.gz glibc-1c94bf0f0a50ce66c808e2ea9b7e417785798b73.tar.bz2 glibc-1c94bf0f0a50ce66c808e2ea9b7e417785798b73.zip |
Always use wordsize-64 version of s_trunc.c.
This patch replaces s_trunc.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')
-rw-r--r-- | sysdeps/x86_64/fpu/multiarch/s_trunc-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/multiarch/s_trunc-c.c b/sysdeps/x86_64/fpu/multiarch/s_trunc-c.c index 6204ae3c77..8aa499fbb8 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_trunc-c.c +++ b/sysdeps/x86_64/fpu/multiarch/s_trunc-c.c @@ -1,2 +1,2 @@ #define __trunc __trunc_c -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c> +#include <sysdeps/ieee754/dbl-64/s_trunc.c> |