go-lang.c: Don't #include "except.h".
authorIan Lance Taylor <iant@google.com>
Tue, 23 Jul 2013 13:46:26 +0000 (13:46 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 23 Jul 2013 13:46:26 +0000 (13:46 +0000)
* go-lang.c: Don't #include "except.h".
* Make-lang.in (go/go-lang.o): Don't depend on $(EXCEPT_H).

From-SVN: r201171

gcc/go/ChangeLog
gcc/go/Make-lang.in
gcc/go/go-lang.c

index 15df7047cd9267414a4dd60c0beed32768242f13..dc2a6a7adddbb0f72e5bc83550187ecf3c272d14 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-23  Ian Lance Taylor  <iant@google.com>
+
+       * go-lang.c: Don't #include "except.h".
+       * Make-lang.in (go/go-lang.o): Don't depend on $(EXCEPT_H).
+
 2013-06-18  Ian Lance Taylor  <iant@google.com>
 
        * go-gcc.cc (Gcc_backend::immutable_struct): Add is_hidden
index 5fe40835188fa856bdfc27e20b9bc029801f55e6..159bf9c524cff0977d7cb55870ffeb1bea44a6a6 100644 (file)
@@ -248,7 +248,7 @@ CFLAGS-go/go-lang.o += -DDEFAULT_TARGET_VERSION=\"$(version)\" \
 go/go-lang.o: go/go-lang.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(OPTS_H) \
                $(TREE_H) $(GIMPLE_H) $(GGC_H) $(TOPLEV_H) debug.h options.h \
                $(FLAGS_H) convert.h $(DIAGNOSTIC_H) langhooks.h \
-               $(LANGHOOKS_DEF_H) $(EXCEPT_H) $(TARGET_H) $(GO_C_H) \
+               $(LANGHOOKS_DEF_H) $(TARGET_H) $(GO_C_H) \
                gt-go-go-lang.h gtype-go.h $(COMMON_TARGET_H)
 
 GOINCLUDES = -I $(srcdir)/go -I $(srcdir)/go/gofrontend
index 659cd8ef700f34cd0043e5b943c786045c537ef4..37d61d1f5d734b9884c4feb6ec9c289bbb62ed1b 100644 (file)
@@ -33,7 +33,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic.h"
 #include "langhooks.h"
 #include "langhooks-def.h"
-#include "except.h"
 #include "target.h"
 #include "common/common-target.h"