From: jsm28 Date: Wed, 19 May 2010 21:32:19 +0000 (+0000) Subject: * diagnostic.c (FLOAT, FFS): Don't undefine. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eaaa1b0662a57628209e48b0cc49da3baa2908b;p=thirdparty%2Fgcc.git * diagnostic.c (FLOAT, FFS): Don't undefine. * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise. * cse.c, regmove.c: Remove comments about stdio.h and rtl.h include ordering. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159602 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 47a313a6a511..3816df0210e3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2010-05-19 Joseph Myers + + * diagnostic.c (FLOAT, FFS): Don't undefine. + * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise. + * cse.c, regmove.c: Remove comments about stdio.h and rtl.h + include ordering. + 2010-05-19 Richard Sandiford * combine.c (propagate_for_debug): Call make_compound_operation diff --git a/gcc/cse.c b/gcc/cse.c index 98ef8d93d3cf..4683c7f779b8 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see . */ #include "config.h" -/* stdio.h must precede rtl.h for FFS. */ #include "system.h" #include "coretypes.h" #include "tm.h" diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index ed14a2139334..4bf9b716b2fa 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -24,8 +24,6 @@ along with GCC; see the file COPYING3. If not see message module. */ #include "config.h" -#undef FLOAT /* This is for hpux. They should change hpux. */ -#undef FFS /* Some systems define this in param.h. */ #include "system.h" #include "coretypes.h" #include "tm.h" diff --git a/gcc/passes.c b/gcc/passes.c index 4767c59b044b..a425b0f6cb23 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -25,8 +25,6 @@ along with GCC; see the file COPYING3. If not see Error messages and low-level interface to malloc also handled here. */ #include "config.h" -#undef FLOAT /* This is for hpux. They should change hpux. */ -#undef FFS /* Some systems define this in param.h. */ #include "system.h" #include "coretypes.h" #include "tm.h" diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c index 56789490931c..1d6b2cb24521 100644 --- a/gcc/pretty-print.c +++ b/gcc/pretty-print.c @@ -19,8 +19,6 @@ along with GCC; see the file COPYING3. If not see . */ #include "config.h" -#undef FLOAT /* This is for hpux. They should change hpux. */ -#undef FFS /* Some systems define this in param.h. */ #include "system.h" #include "coretypes.h" #include "intl.h" diff --git a/gcc/regmove.c b/gcc/regmove.c index c9e947eae649..3e1bf40e75ac 100644 --- a/gcc/regmove.c +++ b/gcc/regmove.c @@ -27,7 +27,7 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "rtl.h" /* stdio.h must precede rtl.h for FFS. */ +#include "rtl.h" #include "tm_p.h" #include "insn-config.h" #include "recog.h" diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c index f5558005c9ac..098666d34150 100644 --- a/gcc/rtl-error.c +++ b/gcc/rtl-error.c @@ -19,8 +19,6 @@ along with GCC; see the file COPYING3. If not see . */ #include "config.h" -#undef FLOAT /* This is for hpux. They should change hpux. */ -#undef FFS /* Some systems define this in param.h. */ #include "system.h" #include "coretypes.h" #include "tm.h" diff --git a/gcc/toplev.c b/gcc/toplev.c index 67b9bfadde04..fef9b1654237 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -25,8 +25,6 @@ along with GCC; see the file COPYING3. If not see Error messages and low-level interface to malloc also handled here. */ #include "config.h" -#undef FLOAT /* This is for hpux. They should change hpux. */ -#undef FFS /* Some systems define this in param.h. */ #include "system.h" #include "coretypes.h" #include "tm.h"