This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: Add internal/trace to noinst_DATA


This libgo patch adds 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.  Bootstrapped on
x86_64-pc-linux-gnu.  Committed to mainline.

Ian

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]