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.27.9000-59-g4f5b921


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  4f5b921eb9b775aa3549a9bcd684c3013132f04b (commit)
      from  d8742dd82f6a00601155c69bad3012e905591e1f (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=4f5b921eb9b775aa3549a9bcd684c3013132f04b

commit 4f5b921eb9b775aa3549a9bcd684c3013132f04b
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Sat Feb 10 15:02:51 2018 +0000

    [AArch64] Fix testsuite error due to fpsr/fscr change
    
    Add features.h include for __GNUC_PREREQ.
    
    	* sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error.

diff --git a/ChangeLog b/ChangeLog
index 78bb832..db08a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error.
+
 2018-02-10  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/Makefile (libm-narrow-fns): Add add.
diff --git a/sysdeps/aarch64/fpu/fpu_control.h b/sysdeps/aarch64/fpu/fpu_control.h
index d0cc5af..217dc3c 100644
--- a/sysdeps/aarch64/fpu/fpu_control.h
+++ b/sysdeps/aarch64/fpu/fpu_control.h
@@ -19,6 +19,8 @@
 #ifndef _AARCH64_FPU_CONTROL_H
 #define _AARCH64_FPU_CONTROL_H
 
+#include "features.h"
+
 /* Macros for accessing the FPCR and FPSR.  */
 
 #if __GNUC_PREREQ (6,0)

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

Summary of changes:
 ChangeLog                         |    4 ++++
 sysdeps/aarch64/fpu/fpu_control.h |    2 ++
 2 files changed, 6 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]