aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-03-09 18:21:42 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-03-09 18:21:42 +0000
commit300e61fa150ce9fa7bc86784aaa6baeffd174c2f (patch)
tree4dbf3465124610f3692d71fc192ddc8361fae648 /gcc/go
parent060ad85254de126c82bdbfbf6af603701ccf503c (diff)
downloadgcc-300e61fa150ce9fa7bc86784aaa6baeffd174c2f.zip
gcc-300e61fa150ce9fa7bc86784aaa6baeffd174c2f.tar.gz
gcc-300e61fa150ce9fa7bc86784aaa6baeffd174c2f.tar.bz2
commit ce28919112dbb234366816ab39ce060ad45e8ca9
Makefile: add internal/trace to noinst_DATA The internal/trace package is only imported by tests (specifically the tests in runtime/trace) so it must be in noinst_DATA to ensure that it is built before running the tests. This was mostly working because internal/trace has tests itself, and is listed in check-packages.txt before runtime/trace, so typical invocations of make would build internal/trace for checking purposes before checking runtime/trace. But we need this change to make that reliable. Reviewed-on: https://go-review.googlesource.com/99836 From-SVN: r258392
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index fd9823c..807609b 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-112623c89ee42b42bc748f12d9c704615634501b
+ce28919112dbb234366816ab39ce060ad45e8ca9
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.