1    /* 
     2     *  Copyright (c) 2008 Texas Instruments and others.
     3     *  All rights reserved. This program and the accompanying materials
     4     *  are made available under the terms of the Eclipse Public License v1.0
     5     *  which accompanies this distribution, and is available at
     6     *  http://www.eclipse.org/legal/epl-v10.html
     7     *
     8     *  Contributors:
     9     *      Texas Instruments - initial implementation
    10     *
    11     * */
    12    requires xdc.runtime;
    13    
    14    /*!
    15     *  ======== gnu.targets.arm.rtsv7A ========
    16     *  Runtime support package for the gnu.targets.arm.GCArmv7A target.
    17     *
    18     *  This package builds a library of standard XDC system support functions
    19     *  using sources from the xdc.runtime package (to avoid having multiple
    20     *  copies of the same source in different runtime support packages for
    21     *  different ISAs).
    22     *
    23     *  The compiler used to build the library in this package is Codesourcery
    24     *  4.3.2 (2008q3-72) compiler.
    25     */
    26    package gnu.targets.arm.rtsv7A [1,0,0] {
    27        module Settings;
    28    }
    29    /*
    30     *  @(#) gnu.targets.arm.rtsv7A; 1, 0, 0,0; 2-10-2017 09:25:24; /db/ztree/library/trees/xdctargets/xdctargets-m11/src/ xlibrary
    31    
    32     */
    33