From: haubi Date: Tue, 16 Dec 2014 17:14:49 +0000 (+0000) Subject: Both config.h and system.h define ABI/API macros for system headers. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5df86efa2d5369dae06da5196639f577d8e43469;p=thirdparty%2Fgcc.git Both config.h and system.h define ABI/API macros for system headers. * sreal.c: Include math.h later. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218783 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4b134ad05194..e40fab7e1571 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-12-16 Michael Haubenwallner + + Both config.h and system.h define ABI/API macros for system headers. + * sreal.c: Include math.h later. + 2014-12-16 Felix Yang PR rtl-optimization/64240 diff --git a/gcc/sreal.c b/gcc/sreal.c index 11ea9cedc56c..85253793650e 100644 --- a/gcc/sreal.c +++ b/gcc/sreal.c @@ -47,9 +47,9 @@ along with GCC; see the file COPYING3. If not see sig == 0 && exp == -SREAL_MAX_EXP */ -#include #include "config.h" #include "system.h" +#include #include "coretypes.h" #include "sreal.h"