]> granicus.if.org Git - gc/commitdiff
Add info that getcontext() resets FPE mask no longer on Linux/x86_64.
authorIvan Maidanski <ivmai@mail.ru>
Wed, 31 Aug 2011 04:13:17 +0000 (08:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 12 Sep 2011 10:21:22 +0000 (14:21 +0400)
* include/private/gcconfig.h (GETCONTEXT_FPU_EXCMASK_BUG): Add FIXME
that this is no longer needed with the recent GLibC.

include/private/gcconfig.h

index 553f4087067ea09393a7d35fa2cbaec982ebe936..c524f71e4fae7264051b1c65d08fe5737b60b783 100644 (file)
           /* At present, there's a bug in GLibc getcontext() on         */
           /* Linux/x64 (it clears FPU exception mask).  We define this  */
           /* macro to workaround it.                                    */
+          /* FIXME: This seems to be fixed in GLibc v2.14.              */
 #         define GETCONTEXT_FPU_EXCMASK_BUG
 #       endif
 #   endif