1    /* 
     2     *  Copyright (c) 2008-2016 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     */
    13    requires xdc.bld;
    14    requires gnu.targets;
    15    
    16    /*!
    17     *  ======== gnu.targets.arm ========
    18     *  GCC-based code generation targets for Arm
    19     *
    20     *  This package offers a generic support for different GNU Arm compilers.
    21     */
    22    package gnu.targets.arm [1,0,0] {
    23        interface ITarget, IM;
    24        module GCArmv5T, GCArmv6, GCArmv7A, GCArmv7AF;
    25        module M3, M4, M4F;
    26        module A8F, A9F, A15F;
    27        module A53F;
    28    }
    29    
    30    /*
    31     *  @(#) gnu.targets.arm; 1, 0, 0,0; 2-10-2017 09:06:33; /db/ztree/library/trees/xdctargets/xdctargets-m11/src/ xlibrary
    32    
    33     */
    34