]> sourceware.org Git - glibc.git/commitdiff
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 183118a6909c1ae6c4763efe41c82f13cd571e0d..dbc6611b26eb68a334c9a6aef6b7ea905c7524f4 100644 (file)
@@ -1,3 +1,7 @@
+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
index a6e0233f1a6695b780e2e282407f510cf862374e..7638e8cc50ad337837c7cde58ac504c734ef8787 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
   };
This page took 0.043789 seconds and 5 git commands to generate.