libgo: add runtime/pprof/internal/profile.gox to noinst_DATA
commit79bf8be0a9387e45c770ca42567ca90a2f71081f
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2018 19:01:40 +0000 (16 19:01 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2018 19:01:40 +0000 (16 19:01 +0000)
tree39201fe42fc895961c73578ead760dc374d31dbd
parent6e3a6db63d159bef8fce96357ed7e4d1d5957f16
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258606 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/Makefile.am
libgo/Makefile.in