about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-06-26 13:35:31 -0700
committerRoland McGrath <roland@hack.frob.com>2014-06-26 13:35:31 -0700
commita3dd035d9d87273d2feae6910f80fe888f6aeba0 (patch)
tree9a65c19da9dd53e72ac50249c6968f5853fc7e66 /ChangeLog
parent28b0a8c9f3d322d04bee9beb54fc4d097098ba59 (diff)
downloadglibc-a3dd035d9d87273d2feae6910f80fe888f6aeba0.tar.gz
glibc-a3dd035d9d87273d2feae6910f80fe888f6aeba0.tar.xz
glibc-a3dd035d9d87273d2feae6910f80fe888f6aeba0.zip
Add missing #include <fpu_control.h> to ARM fesetenv/feupdateenv.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ebff50be0..e522e41c9f 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>