This patch from Than McIntosh removes a useless #include of
"simple-object.h" from the Go frontend, and adjust an out of date
comment.  Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu.
Committed to mainline.

Ian
Index: gcc/go/gofrontend/MERGE
===================================================================
--- gcc/go/gofrontend/MERGE     (revision 240054)
+++ gcc/go/gofrontend/MERGE     (working copy)
@@ -1,4 +1,4 @@
-c2bd848dce774e8009ae1d8ee5d91ddc601ce37f
+6e791d2f3c183d55fdcabe3df20f01c029fd6d54
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
Index: gcc/go/gofrontend/import.cc
===================================================================
--- gcc/go/gofrontend/import.cc (revision 240053)
+++ gcc/go/gofrontend/import.cc (working copy)
@@ -7,7 +7,6 @@
 #include "go-system.h"
 
 #include "filenames.h"
-#include "simple-object.h"
 
 #include "go-c.h"
 #include "gogo.h"
@@ -233,7 +232,7 @@ Import::find_export_data(const std::stri
   return NULL;
 }
 
-// Look for export data in a simple_object.
+// Look for export data in an object file.
 
 Import::Stream*
 Import::find_object_export_data(const std::string& filename,

Reply via email to