source: ada-examples/ChangeLog @ 04eee9f

ada-examples-4-10-branch
Last change on this file since 04eee9f was dabca92, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/09 at 17:38:42

2009-09-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS test output format.
  • Property mode set to 100644
File size: 5.3 KB
Line 
12009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.shared, hello_via_task/hello.adb: Make follow standard RTEMS
4        test output format.
5
62009-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore.
9        * empty/.cvsignore, exception_test2/.cvsignore,
10        exception_test3/.cvsignore: New files.
11
122009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * Makefile: Add shell test.
15
162009-09-15      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * rtems_init.c: New example. Runs on qemu.
19        * networkconfig-qemu.h: New file.
20
212008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * Makefile: Add new tests. Most of these eitehr demonstrate or verify a
24        particular functionality.
25        * cpuuse/Makefile, cpuuse/cpuuse.adb, exception_test2/Makefile,
26        exception_test2/exceptiontest2.adb, exception_test3/Makefile,
27        exception_test3/exceptiontest3.adb: New files.
28
292008-08-25      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.shared: (pc386) Make sure .exe is file to run.
32
332008-08-22      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * Makefile.shared: Update Makefiles.
36
372008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * Makefile, rtems_init.c: Add ada_from_c_task example.
40
412008-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile.shared: Ignore .svn also.
44
452008-07-08      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile.shared: Add -g.  Leave temporary files for debug.
48        * rtems_init.c: zero out workspace and heap automatically.  This
49        is required by the GNAT run-time.
50
512008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * Makefile: Added exception_test.
54
552008-02-06      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.shared, rtems_init.c: More clean up and more generalization.
58
592007-10-17      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile, Makefile.shared, rtems_init.c, irq_test/interrupt_pkg.adb,
62        irq_test/interrupt_pkg.ads, irq_test/irqforce.c,
63        irq_test/irqtest.adb, rootfs/etc/hosts: Adding new tests as
64        improvements are made to the RTEMS port of the GNAT run-time.
65        * empty/Makefile, empty/README, empty/empty.adb,
66        hello_via_task/.cvsignore, hello_via_task/Makefile,
67        hello_via_task/hello.adb, irq_test/.cvsignore, irq_test/Makefile,
68        irq_test/README, irq_test_c/.cvsignore, irq_test_c/Makefile,
69        irq_test_c/README, irq_test_c/init.c, irq_test_c/irqforce.c: New files.
70
712007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * Makefile.shared: Change bin2c to rtems-bin2c.
74
752007-09-28      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile: Add stack_check test.
78        * Makefile.shared: Add EXTRA_GNATFLAGS so stack_check can specify
79        the flags -fstack-check.
80
812007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * rootfs/etc/host.conf, rootfs/etc/hosts: New files.
84
852007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * ChangeLog: New tests. Clean up. Rework so all tests use the same
88        shared Makefile for the hard logic of producing an executable.
89        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
90        rtems_init.c: New files.
91
922007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * ChangeLog: New tests. Clean up. Rework so all tests use the same
95        shared Makefile for the hard logic of producing an executable.
96        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
97        rtems_init.c: New files.
98
992007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * ChangeLog: New tests. Clean up. Rework so all tests use the same
102        shared Makefile for the hard logic of producing an executable.
103        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
104        rtems_init.c: New files.
105
1062007-09-27      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * Makefile, Makefile.shared, README.Makefiles, networkconfig.h,
109        rtems_init.c: New files.
110
1112007-07-23      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
114        hello_world_ada/init.c: Clean up.
115        * hello_world_ada/.cvsiginore, hello_world_ada/README: New files.
116        * hello_world_ada/Makefile.score603e, hello_world_ada/README.ERC32,
117        hello_world_ada/README.PSIM, hello_world_ada/gdb.psim: Removed.
118
1192007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * hello_world_ada/Makefile.anybsp, hello_world_ada/Makefile.pc386,
122        hello_world_ada/Makefile.score603e, hello_world_ada/init.c: Clean up
123        GNAT_MAIN_STACKSIZE.
124
1252007-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * hello_world_ada/Makefile.pc386, hello_world_ada/init.c: Update to gcc
128        4.2.0 and rtems 4.8.
129        * hello_world_ada/Makefile.anybsp: New file.
130        * hello_world_ada/Makefile.erc32, hello_world_ada/Makefile.jmr3904,
131        hello_world_ada/Makefile.psim: Removed.
132
1332007-04-13      Joel Sherrill <joel@OARcorp.com>
134
135        * VERSION: Updated to ada-examples-4.7.1.
136
1372007-03-05      Joel Sherrill <joel@OARcorp.com>
138
139        * VERSION: Updated to ada-examples-4.7.0.
140
1412004-01-22      Joel Sherrill <joel@OARcorp.com>
142
143        * VERSION: Updated to ada-examples-4.6.0.
144
1452003-01-29      Joel Sherrill <joel@OARcorp.com>
146
147        * VERSION: Updated to ada-examples-20030129.
148
1492003-01-29      Joel Sherrill <joel@OARcorp.com>
150
151        * VERSION: Add files required for tarballs.
152        * SUPPORT: New file.
153
1542003-01-29      Joel Sherrill <joel@OARcorp.com>
155
156        * hello_world_ada/README.ERC32, hello_world_ada/README.PSIM: Now
157        include CVS Ids.
158        * hello_world_ada/Makefile.jmr3904: New file.
159
1602003-01-29      Joel Sherrill <joel@OARcorp.com>
161
162        * hello_world_ada/Makefile.pc386: Updated to work with gnat in gcc
163        3.2.1.
164
Note: See TracBrowser for help on using the repository browser.