Commit 78b14aa6 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

cris.c: Include output.h after tree.h but before target.h.

	* config/cris/cris.c: Include output.h after tree.h but before
	target.h.

From-SVN: r46684
parent 2b371d25
......@@ -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.
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment