diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-10-31 19:57:53 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-10-31 19:57:53 +0000 |
commit | 78b14aa62cc8ad119ef9116300b1337d47d41774 (patch) | |
tree | da1d5cb02f073e957bb054d8811249be2db03afa /gcc | |
parent | 2b371d2537c62dde4ced497aa3a05d354d4153c6 (diff) | |
download | gcc-78b14aa62cc8ad119ef9116300b1337d47d41774.zip gcc-78b14aa62cc8ad119ef9116300b1337d47d41774.tar.gz gcc-78b14aa62cc8ad119ef9116300b1337d47d41774.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/cris/cris.c | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b888fe4..5a48e8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/cris/cris.c b/gcc/config/cris/cris.c index 71bdeda..c1932e9 100644 --- a/gcc/config/cris/cris.c +++ b/gcc/config/cris/cris.c @@ -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" |