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-merge^2~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15caa1c0c93c71cc3c7fa6c6678007bf072e9cf8;p=platform%2Fupstream%2Fglibc.git tile: provide __FE_UNDEFINED in --- 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 };