1 /*
2 * Copyright 2012 by Texas Instruments Incorporated.
3 *
4 */
5
6 requires xdc.runtime;
7
8 /*!
9 * ======== gnu.targets.rts86GW ========
10 * Runtime support package for the x86 targets using the mingw codegen tools.
11 *
12 * This package builds a library of standard XDC system support functions.
13 * In particular, it builds several implementations of the
14 * xdc.runtime.ISystemProvider interface. Moreover, this package uses sources
15 * that are part of the xdc.runtime package (to avoid having multiple copies of
16 * the same source in different runtime support packages for different ISAs.
17 */
18 package gnu.targets.rts86GW [1,0,0,0] {
19 }
20 /*
21 * @(#) gnu.targets.rts86GW; 1, 0, 0, 0,391; 9-27-2012 15:38:00; /db/ztree/library/trees/xdctargets/xdctargets-f36x/src/ xlibrary
22 23 */
24