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
This commit is contained in:
Hans-Peter Nilsson 2001-10-31 19:57:53 +00:00 committed by Hans-Peter Nilsson
parent 2b371d2537
commit 78b14aa62c
2 changed files with 4 additions and 1 deletions

View 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.

View 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"