]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* diagnostic.c (FLOAT, FFS): Don't undefine.
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2010 21:32:19 +0000 (21:32 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 19 May 2010 21:32:19 +0000 (21:32 +0000)
* 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

gcc/ChangeLog
gcc/cse.c
gcc/diagnostic.c
gcc/passes.c
gcc/pretty-print.c
gcc/regmove.c
gcc/rtl-error.c
gcc/toplev.c

index 47a313a6a511195511f826692b20eced1e034360..3816df0210e3142a4910a980d4d0e76ed795799c 100644 (file)
@@ -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
index 98ef8d93d3cf3cf16d5d9fb2ad9936785014a347..4683c7f779b86e72793fbf60e83f5953ce367e28 100644 (file)
--- 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"
index ed14a2139334b99f5fc490f625565e376c5553e5..4bf9b716b2fa752a5d9a09f6fc6273c5ef046fe3 100644 (file)
@@ -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"
index 4767c59b044b5ba9a49ba266fc10390b36ad391c..a425b0f6cb2354a65c1ba8a64413090c0193f5d1 100644 (file)
@@ -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"
index 56789490931c68e8cbf8d9cb20288b36dbdd7752..1d6b2cb24521cc7a9d40a9560ff7a4a236f24d84 100644 (file)
@@ -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"
index c9e947eae6496e14a1ba64bcf4204ea31c030a9a..3e1bf40e75ac36606d52cab766763f83d2a4c405 100644 (file)
@@ -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"
index f5558005c9acf9527e74aac52dc1dd6d6b07bfdb..098666d34150a3b57b9cc3bbe0a01a73ba3b0e18 100644 (file)
@@ -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"
index 67b9bfadde0404312a0ff37f9dc575aca588a722..fef9b1654237da06d949a3e62a867ad41dc92ac6 100644 (file)
@@ -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"