This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.20-110-geb04247


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  eb04247d5d0aafbf40e8da078ef57759ba4c8097 (commit)
      from  13d845549e41823e6658122dcf268154bcbbcfde (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=eb04247d5d0aafbf40e8da078ef57759ba4c8097

commit eb04247d5d0aafbf40e8da078ef57759ba4c8097
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Fri Oct 24 12:53:19 2014 +0000

    Remove spaces.

diff --git a/ChangeLog b/ChangeLog
index 8afd75d..2b074e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* 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  <carlos@systemhalted.org>
 	    Helge Deller <deller@gmx.de>
 
diff --git a/sysdeps/aarch64/fpu/feholdexcpt.c b/sysdeps/aarch64/fpu/feholdexcpt.c
index 973ba4a..5f67a7c 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 30193e9..c19680d 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 225096a..d34706d 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 3e5c118..77c6ca7 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)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                         |    7 +++++++
 sysdeps/aarch64/fpu/feholdexcpt.c |    1 -
 sysdeps/aarch64/fpu/fesetenv.c    |    1 -
 sysdeps/aarch64/fpu/fesetround.c  |    1 -
 sysdeps/aarch64/fpu/fraiseexcpt.c |    1 -
 5 files changed, 7 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]