From: Wilco Dijkstra Date: Sat, 10 Feb 2018 15:02:51 +0000 (+0000) Subject: [AArch64] Fix testsuite error due to fpsr/fscr change X-Git-Tag: glibc-2.28~612 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f5b921eb9b775aa3549a9bcd684c3013132f04b;p=thirdparty%2Fglibc.git [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 78bb832c512..db08a257df4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-02-10 Wilco Dijkstra + + * sysdeps/aarch64/fpu/fpu_control.h: Add features.h to fix build error. + 2018-02-10 Joseph Myers * math/Makefile (libm-narrow-fns): Add add. diff --git a/sysdeps/aarch64/fpu/fpu_control.h b/sysdeps/aarch64/fpu/fpu_control.h index d0cc5afc9fa..217dc3c5f6b 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)