Changeset 9b4422a2 in rtems for c/src/ada-tests/support
- Timestamp:
- May 3, 2012, 3:09:24 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- ae55da72
- Parents:
- 183af89
- git-author:
- Joel Sherrill <joel.sherrill@…> (05/03/12 15:09:24)
- git-committer:
- Joel Sherrill <joel.sherrill@…> (05/11/12 13:44:13)
- Location:
- c/src/ada-tests/support
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/support/Makefile.am
r183af89 r9b4422a2 1 ## $Id$2 3 1 EXTRA_DIST = 4 2 EXTRA_DIST += address_io.adb -
c/src/ada-tests/support/address_io.adb
r183af89 r9b4422a2 17 17 -- the file LICENSE in this distribution or at 18 18 -- http://www.rtems.com/license/LICENSE. 19 --20 -- $Id$21 19 -- 22 20 -
c/src/ada-tests/support/address_io.ads
r183af89 r9b4422a2 18 18 -- http://www.rtems.com/license/LICENSE. 19 19 -- 20 -- $Id$21 --22 20 23 21 with System; -
c/src/ada-tests/support/float_io.ads
r183af89 r9b4422a2 18 18 -- http://www.rtems.com/license/LICENSE. 19 19 -- 20 -- $Id$21 --22 20 23 21 with Text_IO; -
c/src/ada-tests/support/fp.inc
r183af89 r9b4422a2 19 19 -- the file LICENSE in this distribution or at 20 20 -- http://www.rtems.com/license/LICENSE. 21 --22 -- $Id$23 21 24 22 -- -
c/src/ada-tests/support/init.c
r183af89 r9b4422a2 2 2 * COPYRIGHT (c) 1989-2007 3 3 * On-Line Applications Research Corporation (OAR). 4 *5 * $Id$6 4 */ 7 5 -
c/src/ada-tests/support/integer.inc
r183af89 r9b4422a2 13 13 -- the file LICENSE in this distribution or at 14 14 -- http://www.rtems.com/license/LICENSE. 15 --16 -- $Id$17 15 18 16 -- -
c/src/ada-tests/support/rtems_calling_overhead.ads
r183af89 r9b4422a2 19 19 -- the file LICENSE in this distribution or at 20 20 -- http://www.rtems.com/license/LICENSE. 21 --22 -- $Id$23 21 -- 24 22 -
c/src/ada-tests/support/status_io.ads
r183af89 r9b4422a2 18 18 -- http://www.rtems.com/license/LICENSE. 19 19 -- 20 -- $Id$21 --22 20 23 21 with RTEMS; -
c/src/ada-tests/support/test_support.adb
r183af89 r9b4422a2 17 17 -- the file LICENSE in this distribution or at 18 18 -- http://www.rtems.com/license/LICENSE. 19 --20 -- $Id$21 19 -- 22 20 -
c/src/ada-tests/support/test_support.ads
r183af89 r9b4422a2 17 17 -- the file LICENSE in this distribution or at 18 18 -- http://www.rtems.com/license/LICENSE. 19 --20 -- $Id$21 19 -- 22 20 -
c/src/ada-tests/support/time_test_support.adb
r183af89 r9b4422a2 17 17 -- the file LICENSE in this distribution or at 18 18 -- http://www.rtems.com/license/LICENSE. 19 --20 -- $Id$21 19 -- 22 20 -
c/src/ada-tests/support/time_test_support.ads
r183af89 r9b4422a2 17 17 -- the file LICENSE in this distribution or at 18 18 -- http://www.rtems.com/license/LICENSE. 19 --20 -- $Id$21 19 -- 22 20 -
c/src/ada-tests/support/timer_driver.adb
r183af89 r9b4422a2 16 16 -- the file LICENSE in this distribution or at 17 17 -- http://www.rtems.com/license/LICENSE. 18 --19 -- $Id$20 18 -- 21 19 -
c/src/ada-tests/support/timer_driver.ads
r183af89 r9b4422a2 16 16 -- the file LICENSE in this distribution or at 17 17 -- http://www.rtems.com/license/LICENSE. 18 --19 -- $Id$20 18 -- 21 19 -
c/src/ada-tests/support/unsigned32_io.ads
r183af89 r9b4422a2 18 18 -- http://www.rtems.com/license/LICENSE. 19 19 -- 20 -- $Id$21 --22 20 23 21 with RTEMS;
Note: See TracChangeset
for help on using the changeset viewer.