From cd2c37c979fa19e93ded9e0ed545787271ec0de2 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 29 Dec 2014 19:48:43 -0500 Subject: tile: prefer inlines to macros in math_private.h. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c25991f022..3aa137c81d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2014-12-29 Chris Metcalf + * sysdeps/tile/math_private.h (fetestexcept): Add macro to + parallel other exception macros. + (fegetenv): Convert from macro to extern inline so that it applies + retroactively to inline functions already seen by the compiler. + (fesetenv, feupdateenv, fegetround, fesetround): Likewise. + * posix/Makefile (before-compile): Use $(objpfx) for posix-conf-vars-def.h. -- cgit v1.2.3