summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-151-1/+1
| | | | * Makefile: Add shell test.
* 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-101-1/+5
| | | | | | | | * Makefile: Add new tests. Most of these eitehr demonstrate or verify a particular functionality. * cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb: New files.
* 2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-231-1/+1
| | | | * Makefile, rtems_init.c: Add ada_from_c_task example.
* 2008-02-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-061-1/+2
| | | | * Makefile: Added exception_test.
* 2007-10-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-10-171-2/+5
| | | | | | | | | | | | * Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb, irq_test/interrupt_pkg.ads, irq_test/irqforce.c, irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as improvements are made to the RTEMS port of the GNAT run-time. * empty/Makefile, empty/README, empty/empty.adb, hello_via_task/.cvsignore, hello_via_task/Makefile, hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile, irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile, irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
* 2007-09-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-281-1/+1
| | | | | | * Makefile: Add stack_check test. * Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify the flags -fstack-check.
* 2007-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-09-271-0/+14
* ChangeLog: New tests. Clean up. Rework so all tests use the same shared Makefile for the hard logic of producing an executable. * Makefile, Makefile.shared, README.Makefiles, networkconfig.h, rtems_init.c: New files.