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.19-703-ga3dd035


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  a3dd035d9d87273d2feae6910f80fe888f6aeba0 (commit)
      from  28b0a8c9f3d322d04bee9beb54fc4d097098ba59 (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=a3dd035d9d87273d2feae6910f80fe888f6aeba0

commit a3dd035d9d87273d2feae6910f80fe888f6aeba0
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jun 26 13:35:31 2014 -0700

    Add missing #include <fpu_control.h> to ARM fesetenv/feupdateenv.

diff --git a/ChangeLog b/ChangeLog
index 4ebff50..e522e41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-26  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
+	* sysdeps/arm/feupdateenv.c: Likewise.
+
 	* posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
 
 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
diff --git a/sysdeps/arm/fesetenv.c b/sysdeps/arm/fesetenv.c
index ac47ae2..45187c0 100644
--- a/sysdeps/arm/fesetenv.c
+++ b/sysdeps/arm/fesetenv.c
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>
 
 
diff --git a/sysdeps/arm/feupdateenv.c b/sysdeps/arm/feupdateenv.c
index d811678..f9a1f28 100644
--- a/sysdeps/arm/feupdateenv.c
+++ b/sysdeps/arm/feupdateenv.c
@@ -18,6 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>
 
 

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

Summary of changes:
 ChangeLog                 |    3 +++
 sysdeps/arm/fesetenv.c    |    1 +
 sysdeps/arm/feupdateenv.c |    1 +
 3 files changed, 5 insertions(+), 0 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]