From: Wilco Dijkstra Date: Fri, 24 Oct 2014 12:53:19 +0000 (+0000) Subject: Remove spaces. X-Git-Tag: glibc-2.21~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb04247d5d0aafbf40e8da078ef57759ba4c8097;p=thirdparty%2Fglibc.git Remove spaces. --- diff --git a/ChangeLog b/ChangeLog index 8afd75d50e5..2b074e9ee66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-10-23 Wilco Dijkstra + + * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces. + * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces. + * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces. + * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces. + 2014-10-23 Carlos O'Donell Helge Deller diff --git a/sysdeps/aarch64/fpu/feholdexcpt.c b/sysdeps/aarch64/fpu/feholdexcpt.c index 973ba4a56a2..5f67a7c4390 100644 --- a/sysdeps/aarch64/fpu/feholdexcpt.c +++ b/sysdeps/aarch64/fpu/feholdexcpt.c @@ -47,5 +47,4 @@ feholdexcept (fenv_t *envp) return 0; } - libm_hidden_def (feholdexcept) diff --git a/sysdeps/aarch64/fpu/fesetenv.c b/sysdeps/aarch64/fpu/fesetenv.c index 30193e955ff..c19680d1412 100644 --- a/sysdeps/aarch64/fpu/fesetenv.c +++ b/sysdeps/aarch64/fpu/fesetenv.c @@ -67,5 +67,4 @@ fesetenv (const fenv_t *envp) return 0; } - libm_hidden_def (fesetenv) diff --git a/sysdeps/aarch64/fpu/fesetround.c b/sysdeps/aarch64/fpu/fesetround.c index 225096ae7cd..d34706d97c9 100644 --- a/sysdeps/aarch64/fpu/fesetround.c +++ b/sysdeps/aarch64/fpu/fesetround.c @@ -44,5 +44,4 @@ fesetround (int round) return 1; } - libm_hidden_def (fesetround) diff --git a/sysdeps/aarch64/fpu/fraiseexcpt.c b/sysdeps/aarch64/fpu/fraiseexcpt.c index 3e5c1186772..77c6ca7e891 100644 --- a/sysdeps/aarch64/fpu/fraiseexcpt.c +++ b/sysdeps/aarch64/fpu/fraiseexcpt.c @@ -88,5 +88,4 @@ feraiseexcept (int excepts) return 0; } - libm_hidden_def (feraiseexcept)