diff --git a/ChangeLog b/ChangeLog index 6cd1895321..96c08b4cb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-06-24 Wilco + + * 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. + 2014-06-24 Wilco * NEWS: Add 16918 to fixed bug list. diff --git a/sysdeps/arm/feholdexcpt.c b/sysdeps/arm/feholdexcpt.c index 2d79e0c46d..0f72aeea01 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 62031d596d..b2ed1d3911 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 d79f910e71..2e21925137 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 a964cb01d4..91ec86fb06 100644 --- a/sysdeps/arm/fraiseexcpt.c +++ b/sysdeps/arm/fraiseexcpt.c @@ -102,5 +102,4 @@ feraiseexcept (int excepts) return 0; } } - libm_hidden_def (feraiseexcept)