diff options
author | Wilco <wdijkstr@arm.com> | 2014-06-24 14:57:32 +0000 |
---|---|---|
committer | Wilco <wdijkstr@arm.com> | 2014-06-24 14:57:32 +0000 |
commit | 00f669edb8c447cbe4e73d8067abd3146c5c312b (patch) | |
tree | 5486175849cb27404508858e8d2c4713171e2612 /sysdeps/arm | |
parent | 222b787a6fd36601f5c5d22378176798327fcf31 (diff) | |
download | glibc-00f669edb8c447cbe4e73d8067abd3146c5c312b.zip glibc-00f669edb8c447cbe4e73d8067abd3146c5c312b.tar.gz glibc-00f669edb8c447cbe4e73d8067abd3146c5c312b.tar.bz2 |
Cleanup fenv implementation
Remove some spaces before libm_hidden_def.
2014-06-24 Wilco <wdijkstr@arm.com>
* sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
* sysdeps/arm/fesetenv.c (fesetenv): Remove space.
* sysdeps/arm/fesetround.c (fesetround): Remove space.
* sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
Diffstat (limited to 'sysdeps/arm')
-rw-r--r-- | sysdeps/arm/feholdexcpt.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/fesetenv.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/fesetround.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/fraiseexcpt.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/arm/feholdexcpt.c b/sysdeps/arm/feholdexcpt.c index 2d79e0c..0f72aeea 100644 --- a/sysdeps/arm/feholdexcpt.c +++ b/sysdeps/arm/feholdexcpt.c @@ -30,5 +30,4 @@ feholdexcept (fenv_t *envp) libc_feholdexcept_vfp (envp); return 0; } - libm_hidden_def (feholdexcept) diff --git a/sysdeps/arm/fesetenv.c b/sysdeps/arm/fesetenv.c index 62031d5..b2ed1d3 100644 --- a/sysdeps/arm/fesetenv.c +++ b/sysdeps/arm/fesetenv.c @@ -55,5 +55,4 @@ fesetenv (const fenv_t *envp) return 0; } - libm_hidden_def (fesetenv) diff --git a/sysdeps/arm/fesetround.c b/sysdeps/arm/fesetround.c index d79f910..2e21925 100644 --- a/sysdeps/arm/fesetround.c +++ b/sysdeps/arm/fesetround.c @@ -35,5 +35,4 @@ fesetround (int round) libc_fesetround_vfp (round); return 0; } - libm_hidden_def (fesetround) diff --git a/sysdeps/arm/fraiseexcpt.c b/sysdeps/arm/fraiseexcpt.c index a964cb0..91ec86f 100644 --- a/sysdeps/arm/fraiseexcpt.c +++ b/sysdeps/arm/fraiseexcpt.c @@ -102,5 +102,4 @@ feraiseexcept (int excepts) return 0; } } - libm_hidden_def (feraiseexcept) |