From 7ed3cb966f05416dd583ed76fe203d2b5f0ddc04 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 31 Aug 2011 08:13:17 +0400 Subject: [PATCH] Add info that getcontext() resets FPE mask no longer on Linux/x86_64. * include/private/gcconfig.h (GETCONTEXT_FPU_EXCMASK_BUG): Add FIXME that this is no longer needed with the recent GLibC. --- include/private/gcconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 553f4087..c524f71e 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -2124,6 +2124,7 @@ /* 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 -- 2.49.0