]> sourceware.org Git - glibc.git/commitdiff
Update ARM _FPU_RESERVED value.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 14 Jun 2013 21:19:35 +0000 (21:19 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 14 Jun 2013 21:19:35 +0000 (21:19 +0000)
NEWS
ports/ChangeLog.arm
ports/sysdeps/arm/fpu_control.h

diff --git a/NEWS b/NEWS
index 6de51bf7e0c7ca4e463fecb00556f74dc5710b47..31fcb6c54d6927ea4fe80d0c671bd9e938d35a55 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,8 @@ Version 2.18
   15330, 15335, 15336, 15337, 15339, 15342, 15346, 15359, 15361, 15366,
   15380, 15381, 15394, 15395, 15405, 15406, 15409, 15416, 15418, 15419,
   15423, 15424, 15426, 15429, 15431, 15432, 15441, 15442, 15448, 15465,
-  15480, 15485, 15488, 15490, 15493, 15497, 15506, 15529, 15536, 15553,
-  15577, 15583, 15618, 15627.
+  15480, 15485, 15488, 15490, 15492, 15493, 15497, 15506, 15529, 15536,
+  15553, 15577, 15583, 15618, 15627.
 
 * CVE-2013-0242 Buffer overrun in regexp matcher has been fixed (Bugzilla
   #15078).
index 28ebfdf5ba5ab3a0e5459c0e721c59be3dd44908..d62d00e17b5e20a403fd04315f3bc202a4422d80 100644 (file)
@@ -1,3 +1,9 @@
+2013-06-14  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #15492]
+       * sysdeps/arm/fpu_control.h [_LIBC || !__SOFTFP__]
+       (_FPU_RESERVED): Change value to 0x00086060.
+
 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/arm/math-tests.h [__SOFTFP__] (EXCEPTION_TESTS_float):
index 02d6e2c8e40d5336a232a32e8359128a38d66245..2fee79fa888684e0d405b1a18aadd1d9c4986b83 100644 (file)
@@ -39,7 +39,7 @@ extern fpu_control_t __fpu_control;
 
 /* Some bits in the FPSCR are not yet defined.  They must be preserved when
    modifying the contents.  */
-#define _FPU_RESERVED  0x0e08e0e0
+#define _FPU_RESERVED  0x00086060
 #define _FPU_DEFAULT    0x00000000
 /* Default + exceptions enabled. */
 #define _FPU_IEEE      (_FPU_DEFAULT | 0x00001f00)
This page took 0.051133 seconds and 5 git commands to generate.