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 183118a..dbc6611 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,5 +1,9 @@ 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 const qualifier to "inregs" argument. diff --git a/sysdeps/tile/bits/fenv.h b/sysdeps/tile/bits/fenv.h index a6e0233..7638e8c 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.7.4