* go-backend.c: Don't #include "rtl.h".
(go_imported_unsafe): Don't call init_varasm_once.
* Make-lang.in (go/go-backend.o): Don't depend on $(RTL_H).
From-SVN: r201176
+2013-07-23 Ian Lance Taylor <iant@google.com>
+
+ * go-backend.c: Don't #include "rtl.h".
+ (go_imported_unsafe): Don't call init_varasm_once.
+ * Make-lang.in (go/go-backend.o): Don't depend on $(RTL_H).
+
2013-07-23 Ian Lance Taylor <iant@google.com>
* go-lang.c: Don't #include "except.h".
GO_AST_DUMP_H = go/gofrontend/ast-dump.h go/gofrontend/string-dump.h
go/go-backend.o: go/go-backend.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
- $(TM_H) $(RTL_H) $(TREE_H) $(TM_P_H) output.h $(TARGET_H) \
+ $(TM_H) $(TREE_H) $(TM_P_H) output.h $(TARGET_H) \
$(COMMON_TARGET_H)
CFLAGS-go/go-lang.o += -DDEFAULT_TARGET_VERSION=\"$(version)\" \
#include "coretypes.h"
#include "simple-object.h"
#include "tm.h"
-#include "rtl.h"
#include "tree.h"
#include "tm_p.h"
#include "intl.h"
{
flag_strict_aliasing = false;
- /* This is a real hack. init_varasm_once has already grabbed an
- alias set, which we don't want when we aren't doing strict
- aliasing. We reinitialize to make it do it again. This should
- be OK in practice since we haven't really done anything yet. */
- init_varasm_once ();
-
/* Let the backend know that the options have changed. */
targetm.override_options_after_change ();
}