From 15caa1c0c93c71cc3c7fa6c6678007bf072e9cf8 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Wed, 16 May 2012 09:37:21 -0400 Subject: [PATCH] tile: provide __FE_UNDEFINED in --- ChangeLog.tile | 4 ++++ sysdeps/tile/bits/fenv.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog.tile b/ChangeLog.tile index 183118a6909..dbc6611b26e 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,3 +1,7 @@ +2012-05-15 Chris Metcalf + + * sysdeps/tile/bits/fenv.h (__FE_UNDEFINED): New symbol. + 2012-05-15 Chris Metcalf * sysdeps/tile/ldsodefs.h (ARCH_PLTEXIT_MEMBERS): Add proper diff --git a/sysdeps/tile/bits/fenv.h b/sysdeps/tile/bits/fenv.h index a6e0233f1a6..7638e8cc50a 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 }; -- 2.47.3