cris.c: Include output.h after tree.h but before target.h.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 31 Oct 2001 19:57:53 +0000 (19:57 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 31 Oct 2001 19:57:53 +0000 (19:57 +0000)
* config/cris/cris.c: Include output.h after tree.h but before
target.h.

From-SVN: r46684

gcc/ChangeLog
gcc/config/cris/cris.c

index b888fe4abd184ac1c2e509e3d041a9f1a9f3307c..5a48e8a9dba171b86a071c4278d6911f0672356c 100644 (file)
@@ -5,6 +5,9 @@
 
        * config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
 
+       * config/cris/cris.c: Include output.h after tree.h but before
+       target.h.
+
 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
 
        * Makefile.in (INTL_TARGETS, POSUB): Delete all references.
index 71bdeda2c6e9713437c375d838cef5a7db7e0bd2..c1932e9d7c521e8fe981af856c254db1313417fe 100644 (file)
@@ -27,7 +27,6 @@ Boston, MA 02111-1307, USA.  */
 #include "real.h"
 #include "insn-config.h"
 #include "conditions.h"
-#include "output.h"
 #include "insn-attr.h"
 #include "flags.h"
 #include "tree.h"
@@ -38,6 +37,7 @@ Boston, MA 02111-1307, USA.  */
 #include "recog.h"
 #include "tm_p.h"
 #include "debug.h"
+#include "output.h"
 #include "target.h"
 #include "target-def.h"