From 534d990b353fad0828841d1aa8630ccd0302cb21 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 16 Mar 2018 19:01:40 +0000 Subject: libgo: add runtime/pprof/internal/profile.gox to noinst_DATA Also add noinst_DATA to CHECK_DEPS; it's not needed in practice since `make` will build noinst_DATA, but it's logically required and will make a difference if any of the noinst_DATA sources change between `make` and `make check`. Tony Reix figured out why omitting packages from noinst_DATA didn't seem to matter: because if gccgo can't find foo.gox, it will fall back to reading the export data in foo.o, and foo.o will exist because these packages go into libgo.a. Reviewed-on: https://go-review.googlesource.com/101077 From-SVN: r258606 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 6e4c73b..5efedb7 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -e4464efc767b8dee4f4c18ffaf6c891f7b9deee7 +e9c0e4d8fd3d951a367bb6a50e5cb546e01b81a8 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1