1 2 3 4 5 6 7 8 9 10 11
12 requires xdc.runtime;
13
14 /*!
15 * ======== gnu.targets.codesourcery.rtsv5T ========
16 * Runtime support package for the gnu.targets.codesourcery.GCArmv5T 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 package gnu.targets.codesourcery.rtsv5T [1,0,0] {
24 }
25 26 27 28
29