summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-19 21:32:19 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-19 21:32:19 +0000
commit0eaaa1b0662a57628209e48b0cc49da3baa2908b (patch)
treefc0b03e24296f9a7a995fd772eeb6fab57c3857d
parent42a4b11f2cbed1a2af2157aff1b5ac2be08a78ad (diff)
downloadgcc-0eaaa1b0662a57628209e48b0cc49da3baa2908b.tar.gz
* 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
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/cse.c1
-rw-r--r--gcc/diagnostic.c2
-rw-r--r--gcc/passes.c2
-rw-r--r--gcc/pretty-print.c2
-rw-r--r--gcc/regmove.c2
-rw-r--r--gcc/rtl-error.c2
-rw-r--r--gcc/toplev.c2
8 files changed, 8 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 47a313a6a51..3816df0210e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2010-05-19 Joseph Myers <joseph@codesourcery.com>
+
+ * 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 <rdsandiford@googlemail.com>
* combine.c (propagate_for_debug): Call make_compound_operation
diff --git a/gcc/cse.c b/gcc/cse.c
index 98ef8d93d3c..4683c7f779b 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -20,7 +20,6 @@ along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
#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 ed14a213933..4bf9b716b2f 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 4767c59b044..a425b0f6cb2 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 56789490931..1d6b2cb2452 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
<http://www.gnu.org/licenses/>. */
#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 c9e947eae64..3e1bf40e75a 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 f5558005c9a..098666d3415 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
<http://www.gnu.org/licenses/>. */
#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 67b9bfadde0..fef9b165423 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"