From: Chris Metcalf Date: Wed, 16 May 2012 13:37:21 +0000 (-0400) Subject: tile: provide __FE_UNDEFINED in X-Git-Tag: glibc-2.16-ports-before-merge~113 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=15caa1c0c93c71cc3c7fa6c6678007bf072e9cf8;p=glibc.git tile: provide __FE_UNDEFINED in --- diff --git a/ChangeLog.tile b/ChangeLog.tile index 183118a690..dbc6611b26 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 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 };