1    /*
     2     *  Copyright 2019 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
    16     *  of the same source in different runtime support packages for different
    17     *  ISAs.
    18     */
    19    package gnu.targets.rts86GW [1,0,0] {
    20    }
    21    /*
    22     *  @(#) gnu.targets.rts86GW; 1, 0, 0,0; 4-18-2019 17:44:28; /db/ztree/library/trees/xdctargets/xdctargets-t04/src/ xlibrary
    23    
    24     */
    25