mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 03:40:06 +00:00
[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.
This commit is contained in:
parent
d8742dd82f
commit
4f5b921eb9
@ -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>
|
2018-02-10 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* math/Makefile (libm-narrow-fns): Add add.
|
* math/Makefile (libm-narrow-fns): Add add.
|
||||||
|
@ -19,6 +19,8 @@
|
|||||||
#ifndef _AARCH64_FPU_CONTROL_H
|
#ifndef _AARCH64_FPU_CONTROL_H
|
||||||
#define _AARCH64_FPU_CONTROL_H
|
#define _AARCH64_FPU_CONTROL_H
|
||||||
|
|
||||||
|
#include "features.h"
|
||||||
|
|
||||||
/* Macros for accessing the FPCR and FPSR. */
|
/* Macros for accessing the FPCR and FPSR. */
|
||||||
|
|
||||||
#if __GNUC_PREREQ (6,0)
|
#if __GNUC_PREREQ (6,0)
|
||||||
|
Loading…
Reference in New Issue
Block a user