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 gnu.targets [1,0,1];
    13    
    14    /*!
    15     *  ======== gnu.targets.codesourcery ========
    16     *  Codesourcery code generation targets for Arm processors
    17     *
    18     *  This package supports two Codesourcery gcc targets. One is `GCArmv5T` for 
    19     *  code compatible with Arm v5T architecture, and another one is `GCArmv6` for
    20     *  Arm v6 architecture. These targets are deprecated, and the targets from
    21     *  {@link gnu.targets.arm} should be used instead.
    22     */
    23    package gnu.targets.codesourcery [1,0,0,0] {
    24        module GCArmv5T, GCArmv6;
    25    }
    26    /*
    27     *  @(#) gnu.targets.codesourcery; 1, 0, 0, 0,256; 8-4-2010 16:56:29; /db/ztree/library/trees/xdctargets/xdctargets-c27x/src/
    28     */
    29