aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-05-16 09:37:21 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-05-17 09:03:22 -0400
commit15caa1c0c93c71cc3c7fa6c6678007bf072e9cf8 (patch)
treec16f0db2d6f70bea804365fc543e79046a2fb028
parent7fbf19e1fdc525aaa92d61c6d2c334600ba7f1b6 (diff)
downloadglibc-15caa1c0c93c71cc3c7fa6c6678007bf072e9cf8.tar.xz
glibc-15caa1c0c93c71cc3c7fa6c6678007bf072e9cf8.zip
tile: provide __FE_UNDEFINED in <bits/fenv.h>
-rw-r--r--ChangeLog.tile4
-rw-r--r--sysdeps/tile/bits/fenv.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.tile b/ChangeLog.tile
index 183118a690..dbc6611b26 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -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.
diff --git a/sysdeps/tile/bits/fenv.h b/sysdeps/tile/bits/fenv.h
index a6e0233f1a..7638e8cc50 100644
--- a/sysdeps/tile/bits/fenv.h
+++ b/sysdeps/tile/bits/fenv.h
@@ -28,6 +28,8 @@
floating-point support also acts this way. */
enum
{
+ __FE_UNDEFINED = 0,
+
FE_TONEAREST = 1,
#define FE_TONEAREST FE_TONEAREST
};