diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-04 11:17:58 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-04 11:17:58 +0000 |
commit | dff12c1078bb49b69e41b8542e0f9bea348b5b9f (patch) | |
tree | 8e9c8694b65f0c085a2c42663cc1b4b5fb0e57b4 /gcc/go/go-backend.c | |
parent | 6e5a54924dfc75b07bb50b2d428e0d3658663d88 (diff) | |
download | gcc-dff12c1078bb49b69e41b8542e0f9bea348b5b9f.tar.gz |
* output.h (merge_weak, assemble_alias,
initializer_constant_valid_p,
initializer_constant_valid_for_bitfield_p): Move protos from here...
* tree.h: ... to here.
* cgraphclones.c: Do not include output.h.
* gimplify.c: Likewise.
* reload.c: Likewise.
* recog.c: Likewise.
* tree-ssa-loop-ivopts.c: Likewise.
* tree-switch-conversion.c: Likewise.
* c-parser.c: Likewise.
* c-typeck.c: Likewise.
* Makefile.in: Fix dependencies.
c-family/
* c-common.c: Do not include output.h.
* c-pragma.c: Likewise.
cp/
* semantics.c: Do not include output.h.
* decl2.c: Likewise.
* friend.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
* Make-lang.in: Fix dependencies.
ada/
* gcc-interface/utils2.c: Do not include output.h.
* gcc-interface/Make-lang.in: Fix dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188178 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/go/go-backend.c')
-rw-r--r-- | gcc/go/go-backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c index 5dab2f1864c..d142230d19c 100644 --- a/gcc/go/go-backend.c +++ b/gcc/go/go-backend.c @@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "tm_p.h" #include "intl.h" -#include "output.h" +#include "output.h" /* for assemble_string */ #include "target.h" #include "common/common-target.h" |