]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[AArch64] Fix testsuite error due to fpsr/fscr change
authorWilco Dijkstra <wdijkstr@arm.com>
Sat, 10 Feb 2018 15:02:51 +0000 (15:02 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Sat, 10 Feb 2018 15:02:51 +0000 (15:02 +0000)
Add features.h include for __GNUC_PREREQ.

* sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error.

ChangeLog
sysdeps/aarch64/fpu/fpu_control.h

index 78bb832c512c12b95ad9fa50c9da2e3e7464407e..db08a257df4e60a357952137cfa61ed7777f7aa3 100644 (file)
--- 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.
index d0cc5afc9faf42249a45b7f6b24a374f944998fd..217dc3c5f6baebb09b5a7e2e882413f17038cc96 100644 (file)
@@ -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)