tile: provide __FE_UNDEFINED in <bits/fenv.h>
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 16 May 2012 13:37:21 +0000 (09:37 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 17 May 2012 13:03:22 +0000 (09:03 -0400)
ChangeLog.tile
sysdeps/tile/bits/fenv.h

index 183118a..dbc6611 100644 (file)
@@ -1,5 +1,9 @@
 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
 
+       * sysdeps/tile/bits/fenv.h (__FE_UNDEFINED): New symbol.
+
+2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
+
        * sysdeps/tile/ldsodefs.h (ARCH_PLTEXIT_MEMBERS): Add proper
         const qualifier to "inregs" argument.
 
index a6e0233..7638e8c 100644 (file)
@@ -28,6 +28,8 @@
    floating-point support also acts this way.  */
 enum
   {
+    __FE_UNDEFINED = 0,
+
     FE_TONEAREST = 1,
 #define FE_TONEAREST   FE_TONEAREST
   };