source: rtems/c/src/ada-tests/ChangeLog @ 4771ec9b

4.104.115
Last change on this file since 4771ec9b was ad01cc3b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:36:04

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • support/timer_driver.ads: Switch to new names.
  • Property mode set to 100644
File size: 67.0 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * support/timer_driver.ads: Switch to new names.
4
52008-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * samples/hello/config.h, sptests/spname01/config.h: These needed
8        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
9
102008-03-11      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
13        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
14        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
15        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
16        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
17        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
18        mptests/mp13/mptest.ads, mptests/mp14/mptest.ads,
19        samples/base_mp/mptest.ads, samples/base_sp/sptest.ads,
20        samples/hello/sptest.ads, samples/nsecs/sptest.ads,
21        samples/ticker/sptest.ads, sptests/sp01/sptest.ads,
22        sptests/sp02/sptest.ads, sptests/sp03/sptest.ads,
23        sptests/sp04/sptest.ads, sptests/sp05/sptest.ads,
24        sptests/sp06/sptest.ads, sptests/sp07/sptest.ads,
25        sptests/sp08/sptest.ads, sptests/sp09/sptest.ads,
26        sptests/sp11/sptest.ads, sptests/sp12/sptest.ads,
27        sptests/sp13/sptest.ads, sptests/sp14/sptest.ads,
28        sptests/sp15/sptest.ads, sptests/sp16/sptest.ads,
29        sptests/sp17/sptest.ads, sptests/sp19/sptest.ads,
30        sptests/sp20/sptest.ads, sptests/sp22/sptest.ads,
31        sptests/sp23/sptest.ads, sptests/sp24/sptest.ads,
32        sptests/sp25/sptest.ads, sptests/spname01/spname01.adb,
33        tmtests/tm01/tmtest.ads, tmtests/tm02/tmtest.ads,
34        tmtests/tm03/tmtest.ads, tmtests/tm04/tmtest.ads,
35        tmtests/tm05/tmtest.ads, tmtests/tm06/tmtest.ads,
36        tmtests/tm07/tmtest.ads, tmtests/tm08/tmtest.ads,
37        tmtests/tm09/tmtest.ads, tmtests/tm10/tmtest.ads,
38        tmtests/tm11/tmtest.ads, tmtests/tm12/tmtest.ads,
39        tmtests/tm13/tmtest.ads, tmtests/tm14/tmtest.ads,
40        tmtests/tm15/tmtest.ads, tmtests/tm16/tmtest.ads,
41        tmtests/tm17/tmtest.ads, tmtests/tm18/tmtest.ads,
42        tmtests/tm19/tmtest.ads, tmtests/tm20/tmtest.adb,
43        tmtests/tm20/tmtest.ads, tmtests/tm21/tmtest.ads,
44        tmtests/tm22/tmtest.ads, tmtests/tm23/tmtest.ads,
45        tmtests/tm24/tmtest.ads, tmtests/tm25/tmtest.ads,
46        tmtests/tm28/tmtest.ads, tmtests/tm29/tmtest.ads,
47        tmtests/tmck/tmtest.ads, tmtests/tmoverhd/tmtest.ads:
48        Added pragma Convention C as required by gcc > 4.3.
49
502008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * sptests/spname01/config.h: New file.
53
542008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * configure.ac, sptests/Makefile.am: Exercise passing as object Id of
57        SELF.
58        * sptests/spname01/.cvsignore, sptests/spname01/Makefile.am,
59        sptests/spname01/ada_spname01.scn, sptests/spname01/spname01.adb,
60        sptests/spname01/sptest.adb, sptests/spname01/sptest.ads: New files.
61
622008-02-01      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
65        mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am,
66        mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am,
67        mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am,
68        mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am,
69        mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am,
70        mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am,
71        mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am,
72        mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am,
73        mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am,
74        mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am,
75        mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am,
76        mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am,
77        mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am,
78        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am,
79        samples/base_sp/Makefile.am, samples/hello/Makefile.am,
80        samples/nsecs/Makefile.am, samples/ticker/Makefile.am,
81        sptests/sp01/Makefile.am, sptests/sp02/Makefile.am,
82        sptests/sp03/Makefile.am, sptests/sp04/Makefile.am,
83        sptests/sp05/Makefile.am, sptests/sp06/Makefile.am,
84        sptests/sp07/Makefile.am, sptests/sp08/Makefile.am,
85        sptests/sp09/Makefile.am, sptests/sp11/Makefile.am,
86        sptests/sp12/Makefile.am, sptests/sp13/Makefile.am,
87        sptests/sp14/Makefile.am, sptests/sp15/Makefile.am,
88        sptests/sp16/Makefile.am, sptests/sp17/Makefile.am,
89        sptests/sp19/Makefile.am, sptests/sp20/Makefile.am,
90        sptests/sp22/Makefile.am, sptests/sp23/Makefile.am,
91        sptests/sp24/Makefile.am, sptests/sp25/Makefile.am,
92        tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am,
93        tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am,
94        tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am,
95        tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am,
96        tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am,
97        tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am,
98        tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am,
99        tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am,
100        tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am,
101        tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am,
102        tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am,
103        tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am,
104        tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am,
105        tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am,
106        tmtests/tmoverhd/Makefile.am: Make all test names unique. All needed
107        ada_ as prefix to distinguish them from the C tests. MP tests should
108        produce an executable with test name and node number in it. Screens
109        renamed to follow.
110        * ada_mvscn, mptests/mp01/node1/ada_mp01-node1.scn,
111        mptests/mp01/node2/ada_mp01-node2.scn,
112        mptests/mp02/node1/ada_mp02-node1.scn,
113        mptests/mp02/node2/ada_mp02-node2.scn,
114        mptests/mp03/node1/ada_mp03-node1.scn,
115        mptests/mp03/node2/ada_mp03-node2.scn,
116        mptests/mp04/node1/ada_mp04-node1.scn,
117        mptests/mp04/node2/ada_mp04-node2.scn,
118        mptests/mp05/node1/ada_mp05-node1.scn,
119        mptests/mp05/node2/ada_mp05-node2.scn,
120        mptests/mp06/node1/ada_mp06-node1.scn,
121        mptests/mp06/node2/ada_mp06-node2.scn,
122        mptests/mp07/node1/ada_mp07-node1.scn,
123        mptests/mp07/node2/ada_mp07-node2.scn,
124        mptests/mp08/node1/ada_mp08-node1.scn,
125        mptests/mp08/node2/ada_mp08-node2.scn,
126        mptests/mp09/node1/ada_mp09-node1.scn,
127        mptests/mp09/node2/ada_mp09-node2.scn,
128        mptests/mp10/node1/ada_mp10-node1.scn,
129        mptests/mp10/node2/ada_mp10-node2.scn,
130        mptests/mp11/node1/ada_mp11-node1.scn,
131        mptests/mp11/node2/ada_mp11-node2.scn,
132        mptests/mp12/node1/ada_mp12-node1.scn,
133        mptests/mp12/node2/ada_mp12-node2.scn,
134        mptests/mp13/node1/ada_mp13-node1.scn,
135        mptests/mp13/node2/ada_mp13-node2.scn,
136        mptests/mp14/node1/ada_mp14-node1.scn,
137        mptests/mp14/node2/ada_mp14-node2.scn,
138        samples/base_mp/node1/ada_base_mp-node1.scn,
139        samples/base_mp/node2/ada_base_mp-node2.scn,
140        samples/base_sp/ada_base_sp.scn, samples/hello/ada_hello.scn,
141        samples/nsecs/ada_nsecs.scn, samples/ticker/ada_ticker.scn,
142        sptests/sp01/ada_sp01.scn, sptests/sp02/ada_sp02.scn,
143        sptests/sp03/ada_sp03.scn, sptests/sp04/ada_sp04.scn,
144        sptests/sp05/ada_sp05.scn, sptests/sp06/ada_sp06.scn,
145        sptests/sp07/ada_sp07.scn, sptests/sp08/ada_sp08.scn,
146        sptests/sp09/ada_sp09.scn, sptests/sp11/ada_sp11.scn,
147        sptests/sp12/ada_sp12.scn, sptests/sp13/ada_sp13.scn,
148        sptests/sp14/ada_sp14.scn, sptests/sp15/ada_sp15.scn,
149        sptests/sp16/ada_sp16.scn, sptests/sp17/ada_sp17.scn,
150        sptests/sp19/ada_sp19.scn, sptests/sp20/ada_sp20.scn,
151        sptests/sp22/ada_sp22.scn, sptests/sp23/ada_sp23.scn,
152        sptests/sp24/ada_sp24.scn, sptests/sp25/ada_sp25.scn: New files.
153        * mptests/mp01/node1/mp01-node1.scn, mptests/mp01/node2/mp01-node2.scn,
154        mptests/mp02/node1/mp02-node1.scn, mptests/mp02/node2/mp02-node2.scn,
155        mptests/mp03/node1/mp03-node1.scn, mptests/mp03/node2/mp03-node2.scn,
156        mptests/mp04/node1/mp04-node1.scn, mptests/mp04/node2/mp04-node2.scn,
157        mptests/mp05/node1/mp05-node1.scn, mptests/mp05/node2/mp05-node2.scn,
158        mptests/mp06/node1/mp06-node1.scn, mptests/mp06/node2/mp06-node2.scn,
159        mptests/mp07/node1/mp07-node1.scn, mptests/mp07/node2/mp07-node2.scn,
160        mptests/mp08/node1/mp08-node1.scn, mptests/mp08/node2/mp08-node2.scn,
161        mptests/mp09/node1/mp09-node1.scn, mptests/mp09/node2/mp09-node2.scn,
162        mptests/mp10/node1/mp10-node1.scn, mptests/mp10/node2/mp10-node2.scn,
163        mptests/mp11/node1/mp11-node1.scn, mptests/mp11/node2/mp11-node2.scn,
164        mptests/mp12/node1/mp12-node1.scn, mptests/mp12/node2/mp12-node2.scn,
165        mptests/mp13/node1/mp13-node1.scn, mptests/mp13/node2/mp13-node2.scn,
166        mptests/mp14/node1/mp14-node1.scn, mptests/mp14/node2/mp14-node2.scn,
167        samples/base_mp/node1/base_mp-node1.scn,
168        samples/base_mp/node2/base_mp-node2.scn, samples/base_sp/base_sp.scn,
169        samples/hello/hello.scn, samples/nsecs/nsecs.scn,
170        samples/ticker/ticker.scn, sptests/sp01/sp01.scn,
171        sptests/sp02/sp02.scn, sptests/sp03/sp03.scn, sptests/sp04/sp04.scn,
172        sptests/sp05/sp05.scn, sptests/sp06/sp06.scn, sptests/sp07/sp07.scn,
173        sptests/sp08/sp08.scn, sptests/sp09/sp09.scn, sptests/sp11/sp11.scn,
174        sptests/sp12/sp12.scn, sptests/sp13/sp13.scn, sptests/sp14/sp14.scn,
175        sptests/sp15/sp15.scn, sptests/sp16/sp16.scn, sptests/sp17/sp17.scn,
176        sptests/sp19/sp19.scn, sptests/sp20/sp20.scn, sptests/sp22/sp22.scn,
177        sptests/sp23/sp23.scn, sptests/sp24/sp24.scn, sptests/sp25/sp25.scn:
178        Removed.
179
1802007-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * ada.am: Now builds cleanly with GCC trunk.
183
1842007-10-25      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
187        mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am,
188        mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am,
189        mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am,
190        mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am,
191        mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am,
192        mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am,
193        mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am,
194        mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am,
195        mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am,
196        mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am,
197        mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am,
198        mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am,
199        mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am,
200        samples/base_mp/Makefile.am, samples/base_mp/node1/Makefile.am,
201        samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am,
202        samples/hello/Makefile.am, samples/nsecs/Makefile.am,
203        samples/ticker/Makefile.am, sptests/sp01/Makefile.am,
204        sptests/sp02/Makefile.am, sptests/sp03/Makefile.am,
205        sptests/sp04/Makefile.am, sptests/sp05/Makefile.am,
206        sptests/sp06/Makefile.am, sptests/sp07/Makefile.am,
207        sptests/sp08/Makefile.am, sptests/sp09/Makefile.am,
208        sptests/sp11/Makefile.am, sptests/sp12/Makefile.am,
209        sptests/sp13/Makefile.am, sptests/sp14/Makefile.am,
210        sptests/sp15/Makefile.am, sptests/sp16/Makefile.am,
211        sptests/sp17/Makefile.am, sptests/sp19/Makefile.am,
212        sptests/sp20/Makefile.am, sptests/sp22/Makefile.am,
213        sptests/sp23/Makefile.am, sptests/sp24/Makefile.am,
214        sptests/sp25/Makefile.am, tmtests/tm01/Makefile.am,
215        tmtests/tm02/Makefile.am, tmtests/tm03/Makefile.am,
216        tmtests/tm04/Makefile.am, tmtests/tm05/Makefile.am,
217        tmtests/tm06/Makefile.am, tmtests/tm07/Makefile.am,
218        tmtests/tm08/Makefile.am, tmtests/tm09/Makefile.am,
219        tmtests/tm10/Makefile.am, tmtests/tm11/Makefile.am,
220        tmtests/tm12/Makefile.am, tmtests/tm13/Makefile.am,
221        tmtests/tm14/Makefile.am, tmtests/tm15/Makefile.am,
222        tmtests/tm16/Makefile.am, tmtests/tm17/Makefile.am,
223        tmtests/tm18/Makefile.am, tmtests/tm19/Makefile.am,
224        tmtests/tm20/Makefile.am, tmtests/tm21/Makefile.am,
225        tmtests/tm22/Makefile.am, tmtests/tm23/Makefile.am,
226        tmtests/tm24/Makefile.am, tmtests/tm25/Makefile.am,
227        tmtests/tm28/Makefile.am, tmtests/tm29/Makefile.am,
228        tmtests/tmck/Makefile.am, tmtests/tmoverhd/Makefile.am: Executables
229        should end in .exe just like their C counterparts.
230
2312007-10-25      Glenn Humphrey <glenn.humphrey@OARcorp.com>
232
233        * configure.ac, samples/Makefile.am: Added a test for Clock_Get_Uptime
234        * samples/nsecs/.cvsignore, samples/nsecs/Makefile.am,
235        samples/nsecs/config.h, samples/nsecs/nsecs.adb,
236        samples/nsecs/nsecs.scn, samples/nsecs/sptest.adb,
237        samples/nsecs/sptest.ads: New files.
238
2392007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
240
241        * sptests/sp16/sptest.ads, sptests/sp20/sptest.adb,
242        sptests/sp20/sptest.ads: Forgot to update the copyright.
243
2442007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
245
246        * sptests/sp09/sp09.scn, sptests/sp09/sptest.adb,
247        sptests/sp13/sp13.scn, sptests/sp13/sptest.adb,
248        sptests/sp16/sp16.scn, sptests/sp16/sptest.adb,
249        sptests/sp16/sptest.ads, sptests/sp20/sp20.scn,
250        sptests/sp20/sptest.adb, sptests/sp20/sptest.ads: Updated tests to
251        match the current C tests and regenerated the .scn files.
252
2532007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
254
255        * configure.ac, samples/base_sp/base_sp.scn, samples/base_sp/config.h,
256        samples/base_sp/sptest.adb, samples/hello/config.h,
257        samples/ticker/config.h, samples/ticker/ticker.scn,
258        sptests/Makefile.am, sptests/sp01/sp01.scn, sptests/sp02/config.h,
259        sptests/sp02/sp02.scn, sptests/sp03/config.h, sptests/sp03/sp03.scn,
260        sptests/sp04/sp04.scn, sptests/sp04/sptest.adb,
261        sptests/sp05/config.h, sptests/sp05/sp05.scn, sptests/sp06/config.h,
262        sptests/sp07/config.h, sptests/sp07/sp07.scn,
263        sptests/sp07/sptest.adb, sptests/sp07/sptest.ads,
264        sptests/sp08/config.h, sptests/sp08/sp08.scn,
265        sptests/sp09/Makefile.am, sptests/sp09/config.h,
266        sptests/sp09/sp09.scn, sptests/sp09/sptest.adb,
267        sptests/sp09/sptest.ads, sptests/sp11/config.h,
268        sptests/sp11/sp11.scn, sptests/sp12/config.h, sptests/sp12/sp12.scn,
269        sptests/sp13/config.h, sptests/sp13/sp13.scn,
270        sptests/sp13/sptest.adb, sptests/sp14/config.h,
271        sptests/sp14/sp14.scn, sptests/sp15/config.h, sptests/sp15/sp15.scn,
272        sptests/sp16/config.h, sptests/sp16/sp16.scn,
273        sptests/sp16/sptest.adb, sptests/sp17/config.h,
274        sptests/sp19/config.h, sptests/sp19/sp19.scn, sptests/sp20/config.h,
275        sptests/sp20/sp20.scn, sptests/sp22/config.h, sptests/sp22/sp22.scn,
276        sptests/sp23/config.h, sptests/sp23/sp23.scn, sptests/sp24/config.h,
277        sptests/sp24/sp24.scn, sptests/sp25/config.h, sptests/sp25/sp25.scn,
278        support/init.c, support/test_support.adb, support/test_support.ads,
279        tmtests/tm09/config.h, tmtests/tm20/tmtest.adb,
280        tmtests/tmoverhd/dummy_rtems.adb, tmtests/tmoverhd/dummy_rtems.ads,
281        tmtests/tmoverhd/tmtest.adb, tmtests/tmoverhd/tmtest.ads: Updated
282        tests so that they would all compile and run without errors. Some
283        tests that are no longer valid using the current binding were
284        removed. Also updated the .scn files to reflect the current test
285        output.
286        * sptests/sp21/.cvsignore, sptests/sp21/Makefile.am,
287        sptests/sp21/config.h, sptests/sp21/sp21.adb, sptests/sp21/sp21.scn,
288        sptests/sp21/sptest.adb, sptests/sp21/sptest.ads,
289        sptests/spsize/.cvsignore, sptests/spsize/Makefile.am,
290        sptests/spsize/spsize.adb, sptests/spsize/sptest.adb,
291        sptests/spsize/sptest.ads: Removed.
292
2932007-10-03      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
296        mptests/mp02/node1/Makefile.am, mptests/mp02/node2/Makefile.am,
297        mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am,
298        mptests/mp04/node1/Makefile.am, mptests/mp04/node2/Makefile.am,
299        mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am,
300        mptests/mp06/node1/Makefile.am, mptests/mp06/node2/Makefile.am,
301        mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am,
302        mptests/mp08/node1/Makefile.am, mptests/mp08/node2/Makefile.am,
303        mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am,
304        mptests/mp10/node1/Makefile.am, mptests/mp10/node2/Makefile.am,
305        mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am,
306        mptests/mp12/node1/Makefile.am, mptests/mp12/node2/Makefile.am,
307        mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am,
308        mptests/mp14/node1/Makefile.am, mptests/mp14/node2/Makefile.am: Basic
309        build structure should now be correct. The remaining issues should be
310        test specific.
311        * mptests/mp01/config_base.h, mptests/mp01/node1/config.h,
312        mptests/mp01/node1/mp01_node1.adb, mptests/mp01/node2/config.h,
313        mptests/mp01/node2/mp01_node2.adb, mptests/mp02/config_base.h,
314        mptests/mp02/node1/config.h, mptests/mp02/node1/mp02_node1.adb,
315        mptests/mp02/node2/config.h, mptests/mp02/node2/mp02_node2.adb,
316        mptests/mp03/config_base.h, mptests/mp03/node1/config.h,
317        mptests/mp03/node1/mp03_node1.adb, mptests/mp03/node2/config.h,
318        mptests/mp03/node2/mp03_node2.adb, mptests/mp04/config_base.h,
319        mptests/mp04/node1/config.h, mptests/mp04/node1/mp04_node1.adb,
320        mptests/mp04/node2/config.h, mptests/mp04/node2/mp04_node2.adb,
321        mptests/mp05/config_base.h, mptests/mp05/node1/config.h,
322        mptests/mp05/node1/mp05_node1.adb, mptests/mp05/node2/config.h,
323        mptests/mp05/node2/mp05_node2.adb, mptests/mp06/config_base.h,
324        mptests/mp06/node1/config.h, mptests/mp06/node1/mp06_node1.adb,
325        mptests/mp06/node2/config.h, mptests/mp06/node2/mp06_node2.adb,
326        mptests/mp07/config_base.h, mptests/mp07/node1/config.h,
327        mptests/mp07/node1/mp07_node1.adb, mptests/mp07/node2/config.h,
328        mptests/mp07/node2/mp07_node2.adb, mptests/mp08/config_base.h,
329        mptests/mp08/node1/config.h, mptests/mp08/node1/mp08_node1.adb,
330        mptests/mp08/node2/config.h, mptests/mp08/node2/mp08_node2.adb,
331        mptests/mp09/config_base.h, mptests/mp09/node1/config.h,
332        mptests/mp09/node1/mp09_node1.adb, mptests/mp09/node2/config.h,
333        mptests/mp09/node2/mp09_node2.adb, mptests/mp10/config_base.h,
334        mptests/mp10/node1/config.h, mptests/mp10/node1/mp10_node1.adb,
335        mptests/mp10/node2/config.h, mptests/mp10/node2/mp10_node2.adb,
336        mptests/mp11/config_base.h, mptests/mp11/node1/config.h,
337        mptests/mp11/node1/mp11_node1.adb, mptests/mp11/node2/config.h,
338        mptests/mp11/node2/mp11_node2.adb, mptests/mp12/config_base.h,
339        mptests/mp12/node1/config.h, mptests/mp12/node1/mp12_node1.adb,
340        mptests/mp12/node2/config.h, mptests/mp12/node2/mp12_node2.adb,
341        mptests/mp13/config_base.h, mptests/mp13/node1/config.h,
342        mptests/mp13/node1/mp13_node1.adb, mptests/mp13/node2/config.h,
343        mptests/mp13/node2/mp13_node2.adb, mptests/mp14/config_base.h,
344        mptests/mp14/node1/config.h, mptests/mp14/node1/mp14_node1.adb,
345        mptests/mp14/node2/config.h, mptests/mp14/node2/mp14_node2.adb:
346        New files. GNATMAKE is easier to operate if the filename of the
347        main package matches the executable name.  In this case, we needed
348        one for each node's executable.
349        * mptests/mp01/config.h: Removed.
350
3512007-10-01      Joel Sherrill <joel.sherrill@OARcorp.com>
352
353        * mptests/mp01/mptest.adb, mptests/mp01/mptest.ads,
354        mptests/mp01/node1/Makefile.am, mptests/mp02/mptest.adb,
355        mptests/mp02/mptest.ads, mptests/mp03/mptest.adb,
356        mptests/mp03/mptest.ads, mptests/mp04/mptest.adb,
357        mptests/mp04/mptest.ads, mptests/mp05/mptest.adb,
358        mptests/mp05/mptest.ads, mptests/mp06/mptest.adb,
359        mptests/mp06/mptest.ads, mptests/mp07/mptest.adb,
360        mptests/mp07/mptest.ads, mptests/mp08/mptest.adb,
361        mptests/mp08/mptest.ads, mptests/mp09/mptest.adb,
362        mptests/mp09/mptest.ads, mptests/mp10/mptest.adb,
363        mptests/mp10/mptest.ads, mptests/mp11/mptest.adb,
364        mptests/mp11/mptest.ads, mptests/mp12/mptest.adb,
365        mptests/mp12/mptest.ads, mptests/mp13/mptest.adb,
366        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
367        mptests/mp14/mptest.ads, support/init.c, support/test_support.adb,
368        support/test_support.ads: Most of single processor Ada tests now
369        build. Some run.
370
3712007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * support/init.c: Spacing cleanup.
374
3752007-04-05      Joel Sherrill <joel@OARcorp.com>
376
377        * mptests/mp01/config.h, samples/base_sp/config.h,
378        samples/hello/config.h, samples/ticker/config.h,
379        sptests/sp01/config.h, sptests/sp02/config.h, sptests/sp03/config.h,
380        sptests/sp04/config.h, sptests/sp05/config.h, sptests/sp06/config.h,
381        sptests/sp07/config.h, sptests/sp08/config.h, sptests/sp09/config.h,
382        sptests/sp11/config.h, sptests/sp12/config.h, sptests/sp13/config.h,
383        sptests/sp14/config.h, sptests/sp15/config.h, sptests/sp16/config.h,
384        sptests/sp17/config.h, sptests/sp19/config.h, sptests/sp20/config.h,
385        sptests/sp21/config.h, sptests/sp22/config.h, sptests/sp23/config.h,
386        sptests/sp24/config.h, sptests/sp25/config.h, tmtests/tm01/config.h,
387        tmtests/tm02/config.h, tmtests/tm03/config.h, tmtests/tm04/config.h,
388        tmtests/tm05/config.h, tmtests/tm06/config.h, tmtests/tm07/config.h,
389        tmtests/tm08/config.h, tmtests/tm09/config.h, tmtests/tm10/config.h,
390        tmtests/tm11/config.h, tmtests/tm12/config.h, tmtests/tm13/config.h,
391        tmtests/tm14/config.h, tmtests/tm15/config.h, tmtests/tm16/config.h,
392        tmtests/tm17/config.h, tmtests/tm18/config.h, tmtests/tm19/config.h,
393        tmtests/tm20/config.h, tmtests/tm21/config.h, tmtests/tm22/config.h,
394        tmtests/tm23/config.h, tmtests/tm24/config.h, tmtests/tm25/config.h,
395        tmtests/tm28/config.h, tmtests/tm29/config.h, tmtests/tmck/config.h,
396        tmtests/tmoverhd/config.h: Change all obsoleted
397        CONFIGURE_TEST_NEEDS_XXX configuration constants to
398        CONFIGURE_APPLICATION_NEEDS_XXX.
399
4002006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
401
402        * configure.ac: New BUG-REPORT address.
403
4042005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
405
406        * configure.ac: Re-add mptests*Makefile.am.
407        * mptests/Makefile.am: Re-add  mp?? tests.
408
4092005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
410
411        * mptests/mp02/Makefile.am, mptests/mp02/node1/Makefile.am,
412        mptests/mp02/node2/Makefile.am, mptests/mp03/Makefile.am,
413        mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am,
414        mptests/mp04/Makefile.am, mptests/mp04/node1/Makefile.am,
415        mptests/mp04/node2/Makefile.am, mptests/mp05/Makefile.am,
416        mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am,
417        mptests/mp06/Makefile.am, mptests/mp06/node1/Makefile.am,
418        mptests/mp06/node2/Makefile.am, mptests/mp07/Makefile.am,
419        mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am,
420        mptests/mp08/Makefile.am, mptests/mp08/node1/Makefile.am,
421        mptests/mp08/node2/Makefile.am, mptests/mp09/Makefile.am,
422        mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am,
423        mptests/mp10/Makefile.am, mptests/mp10/node1/Makefile.am,
424        mptests/mp10/node2/Makefile.am, mptests/mp11/Makefile.am,
425        mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am,
426        mptests/mp12/Makefile.am, mptests/mp12/node1/Makefile.am,
427        mptests/mp12/node2/Makefile.am, mptests/mp13/Makefile.am,
428        mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am,
429        mptests/mp14/Makefile.am, mptests/mp14/node1/Makefile.am,
430        mptests/mp14/node2/Makefile.am: New.
431
4322005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * samples/base_mp/node1/Makefile.am,
435        samples/base_mp/node2/Makefile.am, samples/base_sp/Makefile.am,
436        samples/hello/Makefile.am, samples/ticker/Makefile.am,
437        sptests/sp01/Makefile.am, sptests/sp02/Makefile.am,
438        sptests/sp03/Makefile.am, sptests/sp04/Makefile.am,
439        sptests/sp05/Makefile.am, sptests/sp06/Makefile.am,
440        sptests/sp07/Makefile.am, sptests/sp08/Makefile.am,
441        sptests/sp09/Makefile.am, sptests/sp11/Makefile.am,
442        sptests/sp12/Makefile.am, sptests/sp13/Makefile.am,
443        sptests/sp14/Makefile.am, sptests/sp15/Makefile.am,
444        sptests/sp16/Makefile.am, sptests/sp17/Makefile.am,
445        sptests/sp19/Makefile.am, sptests/sp20/Makefile.am,
446        sptests/sp21/Makefile.am, sptests/sp22/Makefile.am,
447        sptests/sp23/Makefile.am, sptests/sp24/Makefile.am,
448        sptests/sp25/Makefile.am: Add scndir. Install *.scn to scndir.
449
4502005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
451
452        * configure.ac: Add rtems_ada_testsdir.
453        * samples/base_mp/Makefile.am: Remove references to *.scn.
454        * samples/base_mp/node1/base_mp.scn: Remove.
455        * samples/base_mp/node1/base_mp-node1.scn: New.
456        * samples/base_mp/node1/Makefile.am: Eliminate NODE.
457        Reflect having renamed base_mp.scn.
458        * samples/base_mp/node2/base_mp.scn: Remove.
459        * samples/base_mp/node2/base_mp-node2.scn: New.
460        * samples/base_mp/node2/Makefile.am: Eliminate NODE.
461        Reflect having renamed base_mp.scn.
462
4632005-11-20      Ralf Corsepius <ralf.corsepius@rtems.org>
464
465        * configure.ac: Reflect changes to testsuites/automake,
466        testsuites/aclocal.
467
4682005-05-06      Joel Sherrill <joel@OARcorp.com>
469
470        * tmtests/tmoverhd/tmtest.adb: Removed warnings.
471
4722005-05-05      Joel Sherrill <joel@OARcorp.com>
473
474        * sptests/sp04/sptest.adb, tmtests/tm02/tmtest.adb,
475        tmtests/tmoverhd/tmtest.adb: Removed warnings.
476
4772005-05-03      Joel Sherrill <joel@OARcorp.com>
478
479        * samples/hello/sptest.adb, sptests/sp03/sptest.adb,
480        sptests/sp04/sptest.adb, sptests/sp05/sptest.adb,
481        sptests/sp07/sptest.adb, sptests/sp13/sptest.adb,
482        sptests/sp14/sptest.adb, sptests/sp20/sptest.adb,
483        sptests/sp24/sptest.adb, tmtests/tm01/tmtest.adb,
484        tmtests/tm02/tmtest.adb, tmtests/tm03/tmtest.adb,
485        tmtests/tm04/tmtest.adb, tmtests/tm05/tmtest.adb,
486        tmtests/tm06/tmtest.adb, tmtests/tm07/tmtest.adb,
487        tmtests/tm08/tmtest.adb, tmtests/tm09/tmtest.adb,
488        tmtests/tm10/tmtest.adb, tmtests/tm11/tmtest.adb,
489        tmtests/tm12/tmtest.adb, tmtests/tm13/tmtest.adb,
490        tmtests/tm14/tmtest.adb, tmtests/tm15/tmtest.adb,
491        tmtests/tm16/tmtest.adb, tmtests/tm17/tmtest.adb,
492        tmtests/tm18/tmtest.adb, tmtests/tm19/tmtest.adb,
493        tmtests/tm20/tmtest.adb, tmtests/tm21/tmtest.adb,
494        tmtests/tm22/tmtest.adb, tmtests/tm23/tmtest.adb,
495        tmtests/tm24/tmtest.adb, tmtests/tm25/tmtest.adb,
496        tmtests/tm28/tmtest.adb, tmtests/tm29/tmtest.adb,
497        tmtests/tmck/tmtest.adb, tmtests/tmoverhd/dummy_rtems.adb,
498        tmtests/tmoverhd/tmtest.adb: Remove warnings.
499
5002005-05-01      Ralf Corsepius <ralf.corsepius@rtems.org>
501
502        * mptests/mp01/config.h, samples/base_mp/config.h,
503        samples/base_sp/config.h, samples/hello/config.h,
504        samples/ticker/config.h, sptests/sp01/config.h,
505        sptests/sp02/config.h, sptests/sp03/config.h, sptests/sp04/config.h,
506        sptests/sp05/config.h, sptests/sp06/config.h, sptests/sp07/config.h,
507        sptests/sp08/config.h, sptests/sp09/config.h, sptests/sp11/config.h,
508        sptests/sp12/config.h, sptests/sp13/config.h, sptests/sp14/config.h,
509        sptests/sp15/config.h, sptests/sp16/config.h, sptests/sp17/config.h,
510        sptests/sp19/config.h, sptests/sp20/config.h, sptests/sp21/config.h,
511        sptests/sp22/config.h, sptests/sp23/config.h, sptests/sp24/config.h,
512        sptests/sp25/config.h, tmtests/tm01/config.h, tmtests/tm02/config.h,
513        tmtests/tm03/config.h, tmtests/tm04/config.h, tmtests/tm05/config.h,
514        tmtests/tm06/config.h, tmtests/tm07/config.h, tmtests/tm08/config.h,
515        tmtests/tm09/config.h, tmtests/tm10/config.h, tmtests/tm11/config.h,
516        tmtests/tm12/config.h, tmtests/tm13/config.h, tmtests/tm14/config.h,
517        tmtests/tm15/config.h, tmtests/tm16/config.h, tmtests/tm17/config.h,
518        tmtests/tm18/config.h, tmtests/tm19/config.h, tmtests/tm20/config.h,
519        tmtests/tm21/config.h, tmtests/tm22/config.h, tmtests/tm23/config.h,
520        tmtests/tm24/config.h, tmtests/tm25/config.h, tmtests/tm28/config.h,
521        tmtests/tm29/config.h, tmtests/tmck/config.h,
522        tmtests/tmoverhd/config.h: Include <rtems/confdefs.h> instead of
523        <confdefs.h> (obsolete).
524
5252004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
526
527        * configure.ac: Require automake > 1.9.
528
5292004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
530
531        * configure.ac: Add 2nd arg to RTEMS_TOP.
532        Unconditionally configure MP-directories.
533        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
534        Add DIST_SUBDIRS comprising MP-subdirs.
535        * samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
536
5372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
540
5412003-12-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
542
543        * mptests/mp01/Makefile.am: Cosmetics.
544        * samples/Makefile.am: Cosmetics.
545        * samples/base_mp/Makefile.am: Cosmetics.
546        * samples/base_sp/Makefile.am: Cosmetics.
547        * samples/hello/Makefile.am: Cosmetics.
548        * samples/ticker/Makefile.am: Cosmetics.
549        * support/Makefile.am: Cosmetics.
550        * tmtests/tmoverhd/Makefile.am: Cosmetics.
551
5522003-11-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * Makefile.am: Reflect having moved tests/.
555        * mptests/Makefile.am: Reflect having moved tests/.
556        * mptests/mp01/Makefile.am: Reflect having moved tests/.
557        * mptests/mp01/node1/Makefile.am: Reflect having moved tests/.
558        * mptests/mp01/node2/Makefile.am: Reflect having moved tests/.
559        * samples/Makefile.am: Reflect having moved tests/.
560        * samples/base_mp/Makefile.am: Reflect having moved tests/.
561        * samples/base_mp/node1/Makefile.am: Reflect having moved tests/.
562        * samples/base_mp/node2/Makefile.am: Reflect having moved tests/.
563        * samples/base_sp/Makefile.am: Reflect having moved tests/.
564        * samples/hello/Makefile.am: Reflect having moved tests/.
565        * samples/ticker/Makefile.am: Reflect having moved tests/.
566        * sptests/Makefile.am: Reflect having moved tests/.
567        * sptests/sp01/Makefile.am: Reflect having moved tests/.
568        * sptests/sp02/Makefile.am: Reflect having moved tests/.
569        * sptests/sp03/Makefile.am: Reflect having moved tests/.
570        * sptests/sp04/Makefile.am: Reflect having moved tests/.
571        * sptests/sp05/Makefile.am: Reflect having moved tests/.
572        * sptests/sp06/Makefile.am: Reflect having moved tests/.
573        * sptests/sp07/Makefile.am: Reflect having moved tests/.
574        * sptests/sp08/Makefile.am: Reflect having moved tests/.
575        * sptests/sp09/Makefile.am: Reflect having moved tests/.
576        * sptests/sp11/Makefile.am: Reflect having moved tests/.
577        * sptests/sp12/Makefile.am: Reflect having moved tests/.
578        * sptests/sp13/Makefile.am: Reflect having moved tests/.
579        * sptests/sp14/Makefile.am: Reflect having moved tests/.
580        * sptests/sp15/Makefile.am: Reflect having moved tests/.
581        * sptests/sp16/Makefile.am: Reflect having moved tests/.
582        * sptests/sp17/Makefile.am: Reflect having moved tests/.
583        * sptests/sp19/Makefile.am: Reflect having moved tests/.
584        * sptests/sp20/Makefile.am: Reflect having moved tests/.
585        * sptests/sp21/Makefile.am: Reflect having moved tests/.
586        * sptests/sp22/Makefile.am: Reflect having moved tests/.
587        * sptests/sp23/Makefile.am: Reflect having moved tests/.
588        * sptests/sp24/Makefile.am: Reflect having moved tests/.
589        * sptests/sp25/Makefile.am: Reflect having moved tests/.
590        * sptests/spsize/Makefile.am: Reflect having moved tests/.
591        * support/Makefile.am: Reflect having moved tests/.
592        * tmtests/Makefile.am: Reflect having moved tests/.
593        * tmtests/tm01/Makefile.am: Reflect having moved tests/.
594        * tmtests/tm02/Makefile.am: Reflect having moved tests/.
595        * tmtests/tm03/Makefile.am: Reflect having moved tests/.
596        * tmtests/tm04/Makefile.am: Reflect having moved tests/.
597        * tmtests/tm05/Makefile.am: Reflect having moved tests/.
598        * tmtests/tm06/Makefile.am: Reflect having moved tests/.
599        * tmtests/tm07/Makefile.am: Reflect having moved tests/.
600        * tmtests/tm08/Makefile.am: Reflect having moved tests/.
601        * tmtests/tm09/Makefile.am: Reflect having moved tests/.
602        * tmtests/tm10/Makefile.am: Reflect having moved tests/.
603        * tmtests/tm11/Makefile.am: Reflect having moved tests/.
604        * tmtests/tm12/Makefile.am: Reflect having moved tests/.
605        * tmtests/tm13/Makefile.am: Reflect having moved tests/.
606        * tmtests/tm14/Makefile.am: Reflect having moved tests/.
607        * tmtests/tm15/Makefile.am: Reflect having moved tests/.
608        * tmtests/tm16/Makefile.am: Reflect having moved tests/.
609        * tmtests/tm17/Makefile.am: Reflect having moved tests/.
610        * tmtests/tm18/Makefile.am: Reflect having moved tests/.
611        * tmtests/tm19/Makefile.am: Reflect having moved tests/.
612        * tmtests/tm20/Makefile.am: Reflect having moved tests/.
613        * tmtests/tm21/Makefile.am: Reflect having moved tests/.
614        * tmtests/tm22/Makefile.am: Reflect having moved tests/.
615        * tmtests/tm23/Makefile.am: Reflect having moved tests/.
616        * tmtests/tm24/Makefile.am: Reflect having moved tests/.
617        * tmtests/tm25/Makefile.am: Reflect having moved tests/.
618        * tmtests/tm28/Makefile.am: Reflect having moved tests/.
619        * tmtests/tm29/Makefile.am: Reflect having moved tests/.
620        * tmtests/tmck/Makefile.am: Reflect having moved tests/.
621        * tmtests/tmoverhd/Makefile.am: Reflect having moved tests/.
622
6232003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac: Remove RTEMS_CANONICAL_HOST.
626
6272003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac: Remove RTEMS_CHECK_CPU.
630
6312003-09-04      Joel Sherrill <joel@OARcorp.com>
632
633        * mptests/mp01/config.h, mptests/mp01/mp01.adb,
634        mptests/mp01/mptest.adb, mptests/mp01/mptest.ads,
635        mptests/mp02/mptest.adb, mptests/mp02/mptest.ads,
636        mptests/mp03/mptest.adb, mptests/mp03/mptest.ads,
637        mptests/mp04/mptest.adb, mptests/mp04/mptest.ads,
638        mptests/mp05/mptest.adb, mptests/mp05/mptest.ads,
639        mptests/mp06/mptest.adb, mptests/mp06/mptest.ads,
640        mptests/mp07/mptest.adb, mptests/mp07/mptest.ads,
641        mptests/mp08/mptest.adb, mptests/mp08/mptest.ads,
642        mptests/mp09/mptest.adb, mptests/mp09/mptest.ads,
643        mptests/mp10/mptest.adb, mptests/mp10/mptest.ads,
644        mptests/mp11/mptest.adb, mptests/mp11/mptest.ads,
645        mptests/mp12/mptest.adb, mptests/mp12/mptest.ads,
646        mptests/mp13/mptest.adb, mptests/mp13/mptest.ads,
647        mptests/mp14/mptest.adb, mptests/mp14/mptest.ads,
648        samples/base_mp/config.h, samples/base_mp/mptest.adb,
649        samples/base_mp/mptest.ads, samples/base_sp/base_sp.adb,
650        samples/base_sp/config.h, samples/base_sp/sptest.adb,
651        samples/base_sp/sptest.ads, samples/hello/config.h,
652        samples/hello/hello.adb, samples/hello/sptest.adb,
653        samples/hello/sptest.ads, samples/ticker/config.h,
654        samples/ticker/sptest.adb, samples/ticker/sptest.ads,
655        samples/ticker/ticker.adb, sptests/sp01/config.h,
656        sptests/sp01/sp01.adb, sptests/sp01/sptest.adb,
657        sptests/sp01/sptest.ads, sptests/sp02/config.h,
658        sptests/sp02/sp02.adb, sptests/sp02/sptest.adb,
659        sptests/sp02/sptest.ads, sptests/sp03/config.h,
660        sptests/sp03/sp03.adb, sptests/sp03/sptest.adb,
661        sptests/sp03/sptest.ads, sptests/sp04/config.h,
662        sptests/sp04/sp04.adb, sptests/sp04/sptest.adb,
663        sptests/sp04/sptest.ads, sptests/sp05/config.h,
664        sptests/sp05/sp05.adb, sptests/sp05/sptest.adb,
665        sptests/sp05/sptest.ads, sptests/sp06/config.h,
666        sptests/sp06/sp06.adb, sptests/sp06/sptest.adb,
667        sptests/sp06/sptest.ads, sptests/sp07/config.h,
668        sptests/sp07/sp07.adb, sptests/sp07/sptest.adb,
669        sptests/sp07/sptest.ads, sptests/sp08/config.h,
670        sptests/sp08/sp08.adb, sptests/sp08/sptest.adb,
671        sptests/sp08/sptest.ads, sptests/sp09/config.h,
672        sptests/sp09/sp09.adb, sptests/sp09/sptest.adb,
673        sptests/sp09/sptest.ads, sptests/sp11/config.h,
674        sptests/sp11/sp11.adb, sptests/sp11/sptest.adb,
675        sptests/sp11/sptest.ads, sptests/sp12/config.h,
676        sptests/sp12/sp12.adb, sptests/sp12/sptest.adb,
677        sptests/sp12/sptest.ads, sptests/sp13/config.h,
678        sptests/sp13/sp13.adb, sptests/sp13/sptest.adb,
679        sptests/sp13/sptest.ads, sptests/sp14/config.h,
680        sptests/sp14/sp14.adb, sptests/sp14/sptest.adb,
681        sptests/sp14/sptest.ads, sptests/sp15/config.h,
682        sptests/sp15/sp15.adb, sptests/sp15/sptest.adb,
683        sptests/sp15/sptest.ads, sptests/sp16/config.h,
684        sptests/sp16/sp16.adb, sptests/sp16/sptest.adb,
685        sptests/sp16/sptest.ads, sptests/sp17/config.h,
686        sptests/sp17/sp17.adb, sptests/sp17/sptest.adb,
687        sptests/sp17/sptest.ads, sptests/sp19/config.h,
688        sptests/sp19/sp19.adb, sptests/sp19/sptest.ads,
689        sptests/sp20/config.h, sptests/sp20/sp20.adb,
690        sptests/sp20/sptest.adb, sptests/sp20/sptest.ads,
691        sptests/sp21/config.h, sptests/sp21/sp21.adb,
692        sptests/sp21/sptest.adb, sptests/sp21/sptest.ads,
693        sptests/sp22/config.h, sptests/sp22/sp22.adb,
694        sptests/sp22/sptest.adb, sptests/sp22/sptest.ads,
695        sptests/sp23/config.h, sptests/sp23/sp23.adb,
696        sptests/sp23/sptest.adb, sptests/sp23/sptest.ads,
697        sptests/sp24/config.h, sptests/sp24/sp24.adb,
698        sptests/sp24/sptest.adb, sptests/sp24/sptest.ads,
699        sptests/sp25/config.h, sptests/sp25/sp25.adb,
700        sptests/sp25/sptest.adb, sptests/sp25/sptest.ads,
701        sptests/spsize/spsize.adb, sptests/spsize/sptest.adb,
702        sptests/spsize/sptest.ads, support/address_io.adb,
703        support/address_io.ads, support/float_io.ads, support/fp.inc,
704        support/integer.inc, support/rtems_calling_overhead.ads,
705        support/status_io.ads, support/test_support.adb,
706        support/test_support.ads, support/time_test_support.adb,
707        support/time_test_support.ads, support/timer_driver.adb,
708        support/timer_driver.ads, support/unsigned32_io.ads,
709        tmtests/tm01/config.h, tmtests/tm01/tm01.adb,
710        tmtests/tm01/tmtest.adb, tmtests/tm01/tmtest.ads,
711        tmtests/tm02/config.h, tmtests/tm02/tm02.adb,
712        tmtests/tm02/tmtest.adb, tmtests/tm02/tmtest.ads,
713        tmtests/tm03/config.h, tmtests/tm03/tm03.adb,
714        tmtests/tm03/tmtest.adb, tmtests/tm03/tmtest.ads,
715        tmtests/tm04/config.h, tmtests/tm04/tm04.adb,
716        tmtests/tm04/tmtest.adb, tmtests/tm04/tmtest.ads,
717        tmtests/tm05/config.h, tmtests/tm05/tm05.adb,
718        tmtests/tm05/tmtest.adb, tmtests/tm05/tmtest.ads,
719        tmtests/tm06/config.h, tmtests/tm06/tm06.adb,
720        tmtests/tm06/tmtest.adb, tmtests/tm06/tmtest.ads,
721        tmtests/tm07/config.h, tmtests/tm07/tm07.adb,
722        tmtests/tm07/tmtest.adb, tmtests/tm07/tmtest.ads,
723        tmtests/tm08/config.h, tmtests/tm08/tm08.adb,
724        tmtests/tm08/tmtest.adb, tmtests/tm08/tmtest.ads,
725        tmtests/tm09/config.h, tmtests/tm09/tm09.adb,
726        tmtests/tm09/tmtest.adb, tmtests/tm09/tmtest.ads,
727        tmtests/tm10/config.h, tmtests/tm10/tm10.adb,
728        tmtests/tm10/tmtest.adb, tmtests/tm10/tmtest.ads,
729        tmtests/tm11/config.h, tmtests/tm11/tm11.adb,
730        tmtests/tm11/tmtest.adb, tmtests/tm11/tmtest.ads,
731        tmtests/tm12/config.h, tmtests/tm12/tm12.adb,
732        tmtests/tm12/tmtest.adb, tmtests/tm12/tmtest.ads,
733        tmtests/tm13/config.h, tmtests/tm13/tm13.adb,
734        tmtests/tm13/tmtest.adb, tmtests/tm13/tmtest.ads,
735        tmtests/tm14/config.h, tmtests/tm14/tm14.adb,
736        tmtests/tm14/tmtest.adb, tmtests/tm14/tmtest.ads,
737        tmtests/tm15/config.h, tmtests/tm15/tm15.adb,
738        tmtests/tm15/tmtest.adb, tmtests/tm15/tmtest.ads,
739        tmtests/tm16/config.h, tmtests/tm16/tm16.adb,
740        tmtests/tm16/tmtest.adb, tmtests/tm16/tmtest.ads,
741        tmtests/tm17/config.h, tmtests/tm17/tm17.adb,
742        tmtests/tm17/tmtest.adb, tmtests/tm17/tmtest.ads,
743        tmtests/tm18/config.h, tmtests/tm18/tm18.adb,
744        tmtests/tm18/tmtest.adb, tmtests/tm18/tmtest.ads,
745        tmtests/tm19/config.h, tmtests/tm19/tm19.adb,
746        tmtests/tm19/tmtest.adb, tmtests/tm19/tmtest.ads,
747        tmtests/tm20/config.h, tmtests/tm20/tm20.adb,
748        tmtests/tm20/tmtest.adb, tmtests/tm20/tmtest.ads,
749        tmtests/tm21/config.h, tmtests/tm21/tm21.adb,
750        tmtests/tm21/tmtest.adb, tmtests/tm21/tmtest.ads,
751        tmtests/tm22/config.h, tmtests/tm22/tm22.adb,
752        tmtests/tm22/tmtest.adb, tmtests/tm22/tmtest.ads,
753        tmtests/tm23/config.h, tmtests/tm23/tm23.adb,
754        tmtests/tm23/tmtest.adb, tmtests/tm23/tmtest.ads,
755        tmtests/tm24/config.h, tmtests/tm24/tm24.adb,
756        tmtests/tm24/tmtest.adb, tmtests/tm24/tmtest.ads,
757        tmtests/tm25/config.h, tmtests/tm25/tm25.adb,
758        tmtests/tm25/tmtest.adb, tmtests/tm25/tmtest.ads,
759        tmtests/tm28/config.h, tmtests/tm28/tm28.adb,
760        tmtests/tm28/tmtest.adb, tmtests/tm28/tmtest.ads,
761        tmtests/tm29/config.h, tmtests/tm29/tm29.adb,
762        tmtests/tm29/tmtest.adb, tmtests/tm29/tmtest.ads,
763        tmtests/tmck/config.h, tmtests/tmck/tmck.adb,
764        tmtests/tmck/tmtest.adb, tmtests/tmck/tmtest.ads,
765        tmtests/tmoverhd/config.h, tmtests/tmoverhd/dummy_rtems.adb,
766        tmtests/tmoverhd/dummy_rtems.ads, tmtests/tmoverhd/tmoverhd.adb,
767        tmtests/tmoverhd/tmtest.adb, tmtests/tmoverhd/tmtest.ads: URL for
768        license changed.
769
7702003-09-04      Joel Sherrill <joel@OARcorp.com>
771
772        * sptests/sp19/sptest.adp, support/init.c: Removed incorrect statement
773        about copyright assignment.
774
7752003-09-04      Joel Sherrill <joel@OARcorp.com>
776
777        * sptests/sp19/sptest.adp, support/init.c: Removed incorrect statement
778        about copyright assignment.
779
7802003-08-20      Joel Sherrill <joel@OARcorp.com>
781
782        * mptests/mp01/config.h, mptests/mp01/mp01.adb,
783        mptests/mp01/mptest.adb, mptests/mp01/mptest.ads,
784        mptests/mp02/mptest.adb, mptests/mp02/mptest.ads,
785        mptests/mp03/mptest.adb, mptests/mp03/mptest.ads,
786        mptests/mp04/mptest.adb, mptests/mp04/mptest.ads,
787        mptests/mp05/mptest.adb, mptests/mp05/mptest.ads,
788        mptests/mp06/mptest.adb, mptests/mp06/mptest.ads,
789        mptests/mp07/mptest.adb, mptests/mp07/mptest.ads,
790        mptests/mp08/mptest.adb, mptests/mp08/mptest.ads,
791        mptests/mp09/mptest.adb, mptests/mp09/mptest.ads,
792        mptests/mp10/mptest.adb, mptests/mp10/mptest.ads,
793        mptests/mp11/mptest.adb, mptests/mp11/mptest.ads,
794        mptests/mp12/mptest.adb, mptests/mp12/mptest.ads,
795        mptests/mp13/mptest.adb, mptests/mp13/mptest.ads,
796        mptests/mp14/mptest.adb, mptests/mp14/mptest.ads,
797        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
798        samples/base_sp/base_sp.adb, samples/base_sp/config.h,
799        samples/base_sp/sptest.adb, samples/base_sp/sptest.ads,
800        samples/hello/config.h, samples/hello/hello.adb,
801        samples/hello/sptest.adb, samples/hello/sptest.ads,
802        samples/ticker/config.h, samples/ticker/sptest.adb,
803        samples/ticker/sptest.ads, samples/ticker/ticker.adb,
804        sptests/sp01/config.h, sptests/sp01/sp01.adb,
805        sptests/sp01/sptest.adb, sptests/sp01/sptest.ads,
806        sptests/sp02/config.h, sptests/sp02/sp02.adb,
807        sptests/sp02/sptest.adb, sptests/sp02/sptest.ads,
808        sptests/sp03/config.h, sptests/sp03/sp03.adb,
809        sptests/sp03/sptest.adb, sptests/sp03/sptest.ads,
810        sptests/sp04/config.h, sptests/sp04/sp04.adb,
811        sptests/sp04/sptest.adb, sptests/sp04/sptest.ads,
812        sptests/sp05/config.h, sptests/sp05/sp05.adb,
813        sptests/sp05/sptest.adb, sptests/sp05/sptest.ads,
814        sptests/sp06/config.h, sptests/sp06/sp06.adb,
815        sptests/sp06/sptest.adb, sptests/sp06/sptest.ads,
816        sptests/sp07/config.h, sptests/sp07/sp07.adb,
817        sptests/sp07/sptest.adb, sptests/sp07/sptest.ads,
818        sptests/sp08/config.h, sptests/sp08/sp08.adb,
819        sptests/sp08/sptest.adb, sptests/sp08/sptest.ads,
820        sptests/sp09/config.h, sptests/sp09/sp09.adb,
821        sptests/sp09/sptest.adb, sptests/sp09/sptest.ads,
822        sptests/sp11/config.h, sptests/sp11/sp11.adb,
823        sptests/sp11/sptest.adb, sptests/sp11/sptest.ads,
824        sptests/sp12/config.h, sptests/sp12/sp12.adb,
825        sptests/sp12/sptest.adb, sptests/sp12/sptest.ads,
826        sptests/sp13/config.h, sptests/sp13/sp13.adb,
827        sptests/sp13/sptest.adb, sptests/sp13/sptest.ads,
828        sptests/sp14/config.h, sptests/sp14/sp14.adb,
829        sptests/sp14/sptest.adb, sptests/sp14/sptest.ads,
830        sptests/sp15/config.h, sptests/sp15/sp15.adb,
831        sptests/sp15/sptest.adb, sptests/sp15/sptest.ads,
832        sptests/sp16/config.h, sptests/sp16/sp16.adb,
833        sptests/sp16/sptest.adb, sptests/sp16/sptest.ads,
834        sptests/sp17/config.h, sptests/sp17/sp17.adb,
835        sptests/sp17/sptest.adb, sptests/sp17/sptest.ads,
836        sptests/sp19/config.h, sptests/sp19/sp19.adb,
837        sptests/sp19/sptest.ads, sptests/sp20/config.h,
838        sptests/sp20/sp20.adb, sptests/sp20/sptest.adb,
839        sptests/sp20/sptest.ads, sptests/sp21/config.h,
840        sptests/sp21/sp21.adb, sptests/sp21/sptest.adb,
841        sptests/sp21/sptest.ads, sptests/sp22/config.h,
842        sptests/sp22/sp22.adb, sptests/sp22/sptest.adb,
843        sptests/sp22/sptest.ads, sptests/sp23/config.h,
844        sptests/sp23/sp23.adb, sptests/sp23/sptest.adb,
845        sptests/sp23/sptest.ads, sptests/sp24/config.h,
846        sptests/sp24/sp24.adb, sptests/sp24/sptest.adb,
847        sptests/sp24/sptest.ads, sptests/sp25/config.h,
848        sptests/sp25/sp25.adb, sptests/sp25/sptest.adb,
849        sptests/sp25/sptest.ads, sptests/spsize/spsize.adb,
850        sptests/spsize/sptest.adb, sptests/spsize/sptest.ads,
851        support/address_io.adb, support/address_io.ads, support/float_io.ads,
852        support/fp.inc, support/integer.inc,
853        support/rtems_calling_overhead.ads, support/status_io.ads,
854        support/test_support.adb, support/test_support.ads,
855        support/time_test_support.adb, support/time_test_support.ads,
856        support/timer_driver.adb, support/timer_driver.ads,
857        support/unsigned32_io.ads, tmtests/tm01/config.h,
858        tmtests/tm01/tm01.adb, tmtests/tm01/tmtest.adb,
859        tmtests/tm01/tmtest.ads, tmtests/tm02/config.h,
860        tmtests/tm02/tm02.adb, tmtests/tm02/tmtest.adb,
861        tmtests/tm02/tmtest.ads, tmtests/tm03/config.h,
862        tmtests/tm03/tm03.adb, tmtests/tm03/tmtest.adb,
863        tmtests/tm03/tmtest.ads, tmtests/tm04/config.h,
864        tmtests/tm04/tm04.adb, tmtests/tm04/tmtest.adb,
865        tmtests/tm04/tmtest.ads, tmtests/tm05/config.h,
866        tmtests/tm05/tm05.adb, tmtests/tm05/tmtest.adb,
867        tmtests/tm05/tmtest.ads, tmtests/tm06/config.h,
868        tmtests/tm06/tm06.adb, tmtests/tm06/tmtest.adb,
869        tmtests/tm06/tmtest.ads, tmtests/tm07/config.h,
870        tmtests/tm07/tm07.adb, tmtests/tm07/tmtest.adb,
871        tmtests/tm07/tmtest.ads, tmtests/tm08/config.h,
872        tmtests/tm08/tm08.adb, tmtests/tm08/tmtest.adb,
873        tmtests/tm08/tmtest.ads, tmtests/tm09/config.h,
874        tmtests/tm09/tm09.adb, tmtests/tm09/tmtest.adb,
875        tmtests/tm09/tmtest.ads, tmtests/tm10/config.h,
876        tmtests/tm10/tm10.adb, tmtests/tm10/tmtest.adb,
877        tmtests/tm10/tmtest.ads, tmtests/tm11/config.h,
878        tmtests/tm11/tm11.adb, tmtests/tm11/tmtest.adb,
879        tmtests/tm11/tmtest.ads, tmtests/tm12/config.h,
880        tmtests/tm12/tm12.adb, tmtests/tm12/tmtest.adb,
881        tmtests/tm12/tmtest.ads, tmtests/tm13/config.h,
882        tmtests/tm13/tm13.adb, tmtests/tm13/tmtest.adb,
883        tmtests/tm13/tmtest.ads, tmtests/tm14/config.h,
884        tmtests/tm14/tm14.adb, tmtests/tm14/tmtest.adb,
885        tmtests/tm14/tmtest.ads, tmtests/tm15/config.h,
886        tmtests/tm15/tm15.adb, tmtests/tm15/tmtest.adb,
887        tmtests/tm15/tmtest.ads, tmtests/tm16/config.h,
888        tmtests/tm16/tm16.adb, tmtests/tm16/tmtest.adb,
889        tmtests/tm16/tmtest.ads, tmtests/tm17/config.h,
890        tmtests/tm17/tm17.adb, tmtests/tm17/tmtest.adb,
891        tmtests/tm17/tmtest.ads, tmtests/tm18/config.h,
892        tmtests/tm18/tm18.adb, tmtests/tm18/tmtest.adb,
893        tmtests/tm18/tmtest.ads, tmtests/tm19/config.h,
894        tmtests/tm19/tm19.adb, tmtests/tm19/tmtest.adb,
895        tmtests/tm19/tmtest.ads, tmtests/tm20/config.h,
896        tmtests/tm20/tm20.adb, tmtests/tm20/tmtest.adb,
897        tmtests/tm20/tmtest.ads, tmtests/tm21/config.h,
898        tmtests/tm21/tm21.adb, tmtests/tm21/tmtest.adb,
899        tmtests/tm21/tmtest.ads, tmtests/tm22/config.h,
900        tmtests/tm22/tm22.adb, tmtests/tm22/tmtest.adb,
901        tmtests/tm22/tmtest.ads, tmtests/tm23/config.h,
902        tmtests/tm23/tm23.adb, tmtests/tm23/tmtest.adb,
903        tmtests/tm23/tmtest.ads, tmtests/tm24/config.h,
904        tmtests/tm24/tm24.adb, tmtests/tm24/tmtest.adb,
905        tmtests/tm24/tmtest.ads, tmtests/tm25/config.h,
906        tmtests/tm25/tm25.adb, tmtests/tm25/tmtest.adb,
907        tmtests/tm25/tmtest.ads, tmtests/tm28/config.h,
908        tmtests/tm28/tm28.adb, tmtests/tm28/tmtest.adb,
909        tmtests/tm28/tmtest.ads, tmtests/tm29/config.h,
910        tmtests/tm29/tm29.adb, tmtests/tm29/tmtest.adb,
911        tmtests/tm29/tmtest.ads, tmtests/tmck/config.h,
912        tmtests/tmck/tmck.adb, tmtests/tmck/tmtest.adb,
913        tmtests/tmck/tmtest.ads, tmtests/tmoverhd/config.h,
914        tmtests/tmoverhd/dummy_rtems.adb, tmtests/tmoverhd/dummy_rtems.ads,
915        tmtests/tmoverhd/tmoverhd.adb, tmtests/tmoverhd/tmtest.adb,
916        tmtests/tmoverhd/tmtest.ads: Correct copyright statements.
917
9182003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
919
920        * Makefile.am,
921        mptests/Makefile.am,
922        mptests/mp01/Makefile.am, mptests/mp01/node1/Makefile.am,
923        mptests/mp01/node2/Makefile.am,
924        samples/Makefile.am, samples/base_mp/Makefile.am,
925        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am,
926        samples/base_sp/Makefile.am, samples/hello/Makefile.am,
927        samples/ticker/Makefile.am,
928        sptests/Makefile.am,
929        sptests/sp01/Makefile.am, sptests/sp02/Makefile.am,
930        sptests/sp03/Makefile.am, sptests/sp04/Makefile.am,
931        sptests/sp05/Makefile.am, sptests/sp06/Makefile.am,
932        sptests/sp07/Makefile.am, sptests/sp08/Makefile.am,
933        sptests/sp09/Makefile.am, sptests/sp11/Makefile.am,
934        sptests/sp12/Makefile.am, sptests/sp13/Makefile.am,
935        sptests/sp14/Makefile.am, sptests/sp15/Makefile.am,
936        sptests/sp16/Makefile.am, sptests/sp17/Makefile.am,
937        sptests/sp19/Makefile.am, sptests/sp20/Makefile.am,
938        sptests/sp21/Makefile.am, sptests/sp22/Makefile.am,
939        sptests/sp23/Makefile.am, sptests/sp24/Makefile.am,
940        sptests/sp25/Makefile.am, sptests/spsize/Makefile.am,
941        support/Makefile.am,
942        tmtests/Makefile.am,
943        tmtests/tm01/Makefile.am, tmtests/tm02/Makefile.am,
944        tmtests/tm03/Makefile.am, tmtests/tm04/Makefile.am,
945        tmtests/tm05/Makefile.am, tmtests/tm06/Makefile.am,
946        tmtests/tm07/Makefile.am, tmtests/tm08/Makefile.am,
947        tmtests/tm09/Makefile.am, tmtests/tm10/Makefile.am,
948        tmtests/tm11/Makefile.am, tmtests/tm12/Makefile.am,
949        tmtests/tm13/Makefile.am, tmtests/tm14/Makefile.am,
950        tmtests/tm15/Makefile.am, tmtests/tm16/Makefile.am,
951        tmtests/tm17/Makefile.am, tmtests/tm18/Makefile.am,
952        tmtests/tm19/Makefile.am, tmtests/tm20/Makefile.am,
953        tmtests/tm21/Makefile.am, tmtests/tm22/Makefile.am,
954        tmtests/tm23/Makefile.am, tmtests/tm24/Makefile.am,
955        tmtests/tm25/Makefile.am, tmtests/tm28/Makefile.am,
956        tmtests/tm29/Makefile.am, tmtests/tmck/Makefile.am,
957        tmtests/tmoverhd/Makefile.am:
958        Pick up am-fragments from ../tests/automake.
959
9602003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
961
962        * aclocal/prog-gnat.m4: New (copied from ../../../aclocal).
963        * Makefile.am: ACLOCAL_AMFLAGS = -I aclocal -I ../tests/aclocal.
964        Don't include */automake/lib.am (Unused).
965
9662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
967
968        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
969
9702003-07-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
971
972        * ada.am: Add .adp to SUFFIXES.
973        Remove c-compilation rule.
974        * samples/base_sp/Makefile.am: Add init.$(OBJEXT).
975        * samples/hello/Makefile.am: Add init.$(OBJEXT).
976        * samples/ticker/Makefile.am: Add init.$(OBJEXT).
977        * samples/ticker/Makefile.am: Remove VPATH.
978        * sptests/sp01/Makefile.am: Add init.$(OBJEXT).
979        * sptests/sp01/Makefile.am: Don't include */lib.am.
980        * sptests/sp01/Makefile.am: Remove VPATH.
981        * sptests/sp02/Makefile.am: Add init.$(OBJEXT).
982        * sptests/sp02/Makefile.am: Don't include */lib.am.
983        * sptests/sp03/Makefile.am: Add init.$(OBJEXT).
984        * sptests/sp03/Makefile.am: Don't include */lib.am.
985        * sptests/sp04/Makefile.am: Add init.$(OBJEXT).
986        * sptests/sp04/Makefile.am: Don't include */lib.am.
987        * sptests/sp04/Makefile.am: Remove EXPADA.
988        * sptests/sp04/Makefile.am: Remove VPATH.
989        * sptests/sp05/Makefile.am: Add init.$(OBJEXT).
990        * sptests/sp05/Makefile.am: Don't include */lib.am.
991        * sptests/sp06/Makefile.am: Add init.$(OBJEXT).
992        * sptests/sp06/Makefile.am: Don't include */lib.am.
993        * sptests/sp07/Makefile.am: Add init.$(OBJEXT).
994        * sptests/sp07/Makefile.am: Don't include */lib.am.
995        * sptests/sp07/Makefile.am: Remove EXPADA.
996        * sptests/sp08/Makefile.am: Add init.$(OBJEXT).
997        * sptests/sp08/Makefile.am: Don't include */lib.am.
998        * sptests/sp09/Makefile.am: Add init.$(OBJEXT).
999        * sptests/sp09/Makefile.am: Don't include */lib.am.
1000        * sptests/sp11/Makefile.am: Add init.$(OBJEXT).
1001        * sptests/sp11/Makefile.am: Don't include */lib.am.
1002        * sptests/sp12/Makefile.am: Add init.$(OBJEXT).
1003        * sptests/sp12/Makefile.am: Don't include */lib.am.
1004        * sptests/sp13/Makefile.am: Add init.$(OBJEXT).
1005        * sptests/sp13/Makefile.am: Don't include */lib.am.
1006        * sptests/sp14/Makefile.am: Add init.$(OBJEXT).
1007        * sptests/sp14/Makefile.am: Don't include */lib.am.
1008        * sptests/sp15/Makefile.am: Add init.$(OBJEXT).
1009        * sptests/sp15/Makefile.am: Don't include */lib.am.
1010        * sptests/sp16/Makefile.am: Add init.$(OBJEXT).
1011        * sptests/sp16/Makefile.am: Don't include */lib.am.
1012        * sptests/sp17/Makefile.am: Add init.$(OBJEXT).
1013        * sptests/sp17/Makefile.am: Don't include */lib.am.
1014        * sptests/sp19/Makefile.am: Add init.$(OBJEXT).
1015        * sptests/sp19/Makefile.am: Don't include */lib.am.
1016        * sptests/sp20/Makefile.am: Add init.$(OBJEXT).
1017        * sptests/sp20/Makefile.am: Don't include */lib.am.
1018        * sptests/sp21/Makefile.am: Add init.$(OBJEXT).
1019        * sptests/sp21/Makefile.am: Don't include */lib.am.
1020        * sptests/sp22/Makefile.am: Add init.$(OBJEXT).
1021        * sptests/sp22/Makefile.am: Don't include */lib.am.
1022        * sptests/sp23/Makefile.am: Add init.$(OBJEXT).
1023        * sptests/sp23/Makefile.am: Don't include */lib.am.
1024        * sptests/sp24/Makefile.am: Add init.$(OBJEXT).
1025        * sptests/sp24/Makefile.am: Don't include */lib.am.
1026        * sptests/sp25/Makefile.am: Add init.$(OBJEXT).
1027        * sptests/sp25/Makefile.am: Don't include */lib.am.
1028        * sptests/spsize/Makefile.am: Add init.$(OBJEXT).
1029        * sptests/spsize/Makefile.am: Don't include */lib.am.
1030        * tmtests/tm01/Makefile.am: Add init.$(OBJEXT).
1031        * tmtests/tm01/Makefile.am: Don't include */lib.am.
1032        * tmtests/tm02/Makefile.am: Add init.$(OBJEXT).
1033        * tmtests/tm02/Makefile.am: Don't include */lib.am.
1034        * tmtests/tm03/Makefile.am: Add init.$(OBJEXT).
1035        * tmtests/tm03/Makefile.am: Don't include */lib.am.
1036        * tmtests/tm04/Makefile.am: Add init.$(OBJEXT).
1037        * tmtests/tm04/Makefile.am: Don't include */lib.am.
1038        * tmtests/tm05/Makefile.am: Add init.$(OBJEXT).
1039        * tmtests/tm05/Makefile.am: Don't include */lib.am.
1040        * tmtests/tm06/Makefile.am: Add init.$(OBJEXT).
1041        * tmtests/tm06/Makefile.am: Don't include */lib.am.
1042        * tmtests/tm07/Makefile.am: Add init.$(OBJEXT).
1043        * tmtests/tm07/Makefile.am: Don't include */lib.am.
1044        * tmtests/tm08/Makefile.am: Add init.$(OBJEXT).
1045        * tmtests/tm08/Makefile.am: Don't include */lib.am.
1046        * tmtests/tm09/Makefile.am: Add init.$(OBJEXT).
1047        * tmtests/tm09/Makefile.am: Don't include */lib.am.
1048        * tmtests/tm10/Makefile.am: Add init.$(OBJEXT).
1049        * tmtests/tm10/Makefile.am: Don't include */lib.am.
1050        * tmtests/tm11/Makefile.am: Add init.$(OBJEXT).
1051        * tmtests/tm11/Makefile.am: Don't include */lib.am.
1052        * tmtests/tm12/Makefile.am: Add init.$(OBJEXT).
1053        * tmtests/tm12/Makefile.am: Don't include */lib.am.
1054        * tmtests/tm13/Makefile.am: Add init.$(OBJEXT).
1055        * tmtests/tm13/Makefile.am: Don't include */lib.am.
1056        * tmtests/tm14/Makefile.am: Add init.$(OBJEXT).
1057        * tmtests/tm14/Makefile.am: Don't include */lib.am.
1058        * tmtests/tm15/Makefile.am: Add init.$(OBJEXT).
1059        * tmtests/tm15/Makefile.am: Don't include */lib.am.
1060        * tmtests/tm16/Makefile.am: Add init.$(OBJEXT).
1061        * tmtests/tm16/Makefile.am: Don't include */lib.am.
1062        * tmtests/tm17/Makefile.am: Add init.$(OBJEXT).
1063        * tmtests/tm17/Makefile.am: Don't include */lib.am.
1064        * tmtests/tm18/Makefile.am: Add init.$(OBJEXT).
1065        * tmtests/tm18/Makefile.am: Don't include */lib.am.
1066        * tmtests/tm19/Makefile.am: Add init.$(OBJEXT).
1067        * tmtests/tm19/Makefile.am: Don't include */lib.am.
1068        * tmtests/tm20/Makefile.am: Add init.$(OBJEXT).
1069        * tmtests/tm20/Makefile.am: Don't include */lib.am.
1070        * tmtests/tm21/Makefile.am: Add init.$(OBJEXT).
1071        * tmtests/tm21/Makefile.am: Don't include */lib.am.
1072        * tmtests/tm22/Makefile.am: Add init.$(OBJEXT).
1073        * tmtests/tm22/Makefile.am: Don't include */lib.am.
1074        * tmtests/tm23/Makefile.am: Add init.$(OBJEXT).
1075        * tmtests/tm23/Makefile.am: Don't include */lib.am.
1076        * tmtests/tm24/Makefile.am: Add init.$(OBJEXT).
1077        * tmtests/tm24/Makefile.am: Don't include */lib.am.
1078        * tmtests/tm25/Makefile.am: Add init.$(OBJEXT).
1079        * tmtests/tm25/Makefile.am: Don't include */lib.am.
1080        * tmtests/tm28/Makefile.am: Add init.$(OBJEXT).
1081        * tmtests/tm28/Makefile.am: Don't include */lib.am.
1082        * tmtests/tm29/Makefile.am: Add init.$(OBJEXT).
1083        * tmtests/tm29/Makefile.am: Don't include */lib.am.
1084        * tmtests/tmck/Makefile.am: Add init.$(OBJEXT).
1085        * tmtests/tmck/Makefile.am: Don't include */lib.am.
1086        * tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT).
1087        * tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
1088
10892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1090
1091        * configure.ac: Remove AC_CONFIG_AUX_DIR.
1092
10932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1094
1095        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1096
10972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1098
1099        * configure.ac: AC_PREREQ(2.57).
1100
11012003-01-03      Joel Sherrill <joel@OARcorp.com>
1102
1103        * ada.am, samples/ticker/Makefile.am, sptests/sp01/Makefile.am,
1104        sptests/sp01/config.h, sptests/sp04/Makefile.am,
1105        sptests/sp04/config.h, support/init.c: Modified build rules slightly
1106        so gnat_main is used as the Ada main entry point.  Modified
1107        sp01 and sp04 Makefile.am's to compile and link with init.o.
1108        The test config.h's specified the Ada application requirements -- not
1109        the Classic API ones.
1110
11112003-01-03      Joel Sherrill <joel@OARcorp.com>
1112
1113        * Makefile.am, configure.ac, samples/Makefile.am: Do not configure
1114        them unless multiprocessing is enabled.
1115
11162002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1117
1118        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
1119
11202002-10-24      Joel Sherrill <joel@OARcorp.com>
1121
1122        * samples/hello/config.h: Change CONFIGURE_SPTEST to
1123        CONFIGURE_APPLICATION to reflect current usage.
1124        * support/init.c: Include stdlib.h not unistd.h to remove warning.
1125
11262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1127
1128        * .cvsignore: Reformat.
1129        Add autom4te*cache.
1130        Remove autom4te.cache.
1131
11322002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1133
1134        * .cvsignore: Add autom4te.cache.
1135
11362002-09-14      Joel Sherrill <joel@OARcorp.com>
1137
1138        * support/init.c: Included <unistd.h> for exit(2).
1139        * support/test_support.adb: Eliminated warnings by commenting out
1140        unused variables.
1141
11422002-09-13      Joel Sherrill <joel@OARcorp.com>
1143
1144        * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
1145        Now appear to mostly compile.
1146
11472002-09-13      Joel Sherrill <joel@OARcorp.com>
1148
1149        * samples/hello/Makefile.am: Make sure init.c is compiled and
1150        included.  This test now runs.
1151
11522002-09-07      Joel Sherrill <joel@OARcorp.com>
1153
1154        * samples/base_mp/config.h: New file previously missed.
1155
11562002-09-03      Joel Sherrill <joel@OARcorp.com>
1157
1158        * base_mp now builds and can be considered a bit of an example for
1159        the other mptests.
1160        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
1161        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
1162        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
1163        Modified to make compile.
1164        * mptests/mp01/node1/mptest-per_node_configuration.adb,
1165        mptests/mp01/node2/mptest-per_node_configuration.adb,
1166        mptests/mp02/node1/mptest-per_node_configuration.adb,
1167        mptests/mp02/node2/mptest-per_node_configuration.adb,
1168        mptests/mp03/node1/mptest-per_node_configuration.adb,
1169        mptests/mp03/node2/mptest-per_node_configuration.adb,
1170        mptests/mp04/node1/mptest-per_node_configuration.adb,
1171        mptests/mp04/node2/mptest-per_node_configuration.adb,
1172        mptests/mp05/node1/mptest-per_node_configuration.adb,
1173        mptests/mp05/node2/mptest-per_node_configuration.adb,
1174        mptests/mp06/node1/mptest-per_node_configuration.adb,
1175        mptests/mp06/node2/mptest-per_node_configuration.adb,
1176        mptests/mp07/node1/mptest-per_node_configuration.adb,
1177        mptests/mp07/node2/mptest-per_node_configuration.adb,
1178        mptests/mp08/node1/mptest-per_node_configuration.adb,
1179        mptests/mp08/node2/mptest-per_node_configuration.adb,
1180        mptests/mp09/node1/mptest-per_node_configuration.adb,
1181        mptests/mp09/node2/mptest-per_node_configuration.adb,
1182        mptests/mp10/node1/mptest-per_node_configuration.adb,
1183        mptests/mp10/node2/mptest-per_node_configuration.adb,
1184        mptests/mp11/node1/mptest-per_node_configuration.adb,
1185        mptests/mp11/node2/mptest-per_node_configuration.adb,
1186        mptests/mp12/node1/mptest-per_node_configuration.adb,
1187        mptests/mp12/node2/mptest-per_node_configuration.adb,
1188        mptests/mp13/node1/mptest-per_node_configuration.adb,
1189        mptests/mp13/node2/mptest-per_node_configuration.adb,
1190        mptests/mp14/node1/mptest-per_node_configuration.adb,
1191        mptests/mp14/node2/mptest-per_node_configuration.adb,
1192        samples/base_mp/node1/mptest-per_node_configuration.adb,
1193        samples/base_mp/node2/mptest-per_node_configuration.adb: Removed
1194        as this information should come from config.h.
1195
11962002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1197
1198        * mptests/mp01/node1/.cvsignore: New.
1199        * mptests/mp01/node2/.cvsignore: New.
1200        * mptests/mp02/node1/.cvsignore: New.
1201        * mptests/mp02/node2/.cvsignore: New.
1202        * mptests/mp03/node1/.cvsignore: New.
1203        * mptests/mp03/node2/.cvsignore: New.
1204        * mptests/mp04/node1/.cvsignore: New.
1205        * mptests/mp04/node2/.cvsignore: New.
1206        * mptests/mp05/node1/.cvsignore: New.
1207        * mptests/mp05/node2/.cvsignore: New.
1208        * mptests/mp06/node1/.cvsignore: New.
1209        * mptests/mp06/node2/.cvsignore: New.
1210        * mptests/mp07/node1/.cvsignore: New.
1211        * mptests/mp07/node2/.cvsignore: New.
1212        * mptests/mp08/node1/.cvsignore: New.
1213        * mptests/mp08/node2/.cvsignore: New.
1214        * mptests/mp09/node1/.cvsignore: New.
1215        * mptests/mp09/node2/.cvsignore: New.
1216        * mptests/mp10/node1/.cvsignore: New.
1217        * mptests/mp10/node2/.cvsignore: New.
1218        * mptests/mp11/node1/.cvsignore: New.
1219        * mptests/mp11/node2/.cvsignore: New.
1220        * mptests/mp12/node1/.cvsignore: New.
1221        * mptests/mp12/node2/.cvsignore: New.
1222        * mptests/mp13/node1/.cvsignore: New.
1223        * mptests/mp13/node2/.cvsignore: New.
1224        * mptests/mp14/node1/.cvsignore: New.
1225        * mptests/mp14/node2/.cvsignore: New.
1226        * samples/base_mp/node1/.cvsignore: New.
1227        * samples/base_mp/node2/.cvsignore: New.
1228
12292002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1230
1231        * mptests/Makefile.am: New.
1232        * mptests/mp01/Makefile.am: New.
1233        * mptests/mp01/node1/Makefile.am: New.
1234        * mptests/mp01/node2/Makefile.am: New.
1235        * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT).
1236        * samples/base_mp/node1/Makefile.am: New.
1237        * samples/base_mp/node2/Makefile.am: New.
1238        * configure.ac: Add mptests/mp01. Add samples/base_mp.
1239
12402002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1241
1242        * tmtests/tm20/Makefile.am: Remove EXPADA.
1243
12442002-08-30      Joel Sherrill <joel@OARcorp.com>
1245
1246        * samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
1247
12482002-08-27      Joel Sherrill <joel@OARcorp.com>
1249
1250        * samples/base_mp/.cvsignore: New file.
1251
12522002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1253
1254        * sptests/sp09/Makefile.am: Remove EXPADA.
1255        * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
1256        * sptests/sp19/Makefile.am: Remove EXPADA.
1257        * sptests/sp21/Makefile.am: Remove EXPADA.
1258        * sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
1259        * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
1260        * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
1261
12622002-08-27      Joel Sherrill <joel@OARcorp.com>
1263
1264        * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
1265        call to RTEMS IO Manager services.
1266
12672002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1268
1269        * sptests/sp19/sptest.adp: Fix include paths.
1270
12712002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1272
1273        * sptests/sp19/sptest.adb: Remove.
1274        * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
1275        sptests.adp.
1276
12772002-08-27      Joel Sherrill <joel@OARcorp.com>
1278
1279        * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
1280        match corrected prototype.
1281
12822002-08-27      Joel Sherrill <joel@OARcorp.com>
1283
1284        * sptests/sp19/sptest.adp: Added from old Ada implementation.
1285
12862002-08-27      Joel Sherrill <joel@OARcorp.com>
1287
1288        * tmtests/tm27/.cvsignore: Removed.  Missed in previous attempts.
1289
12902002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1291
1292        * sptests/sp09/sptest.adb: Add Result to SCREEN_13.
1293        Remove Status from TASK_1.
1294        * sptests/sp21/sptest.adb: Add Result to TASK_1.
1295        * tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
1296        * ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
1297        * configure.ac: Check for m4. Abort if HAS_GNAT = no.
1298
12992002-08-26      Joel Sherrill <joel@OARcorp.com>
1300
1301        * tm27 and tm27 are irrelevant as Ada binding tests.
1302        * tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
1303
13042002-08-26      Joel Sherrill <joel@OARcorp.com>
1305
1306        * sptests/sp19/sptest.adb: Modified to follow pattern of SP01
1307        even though this test is not supported.
1308        * sptests/sp19/sp19.adb: New file.
1309
13102002-08-26      Joel Sherrill <joel@OARcorp.com>
1311
1312        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
1313        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
1314        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
1315        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
1316        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
1317        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
1318        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
1319        mptests/mp14/mptest.ads: Per PR274, identify the need for the
1320        BSP_MPCI package.  It was a trivial dependency and eliminated.
1321
13222002-08-26      Joel Sherrill <joel@OARcorp.com>
1323
1324        * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
1325        * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
1326
13272002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1328
1329        * sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
1330
13312002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1332
1333        * Makefile.am: Activate tmtests.
1334        * configure.ac: Activate tmtests.
1335        * samples/base_mp/Makefile.am: Add nodeX subdirs.
1336        * sptests/sp01/Makefile.am: Add *.scn.
1337        * sptests/sp02/Makefile.am: Add *.scn.
1338        * sptests/sp03/Makefile.am: Add *.scn.
1339        * sptests/sp04/Makefile.am: Add *.scn.
1340        * sptests/sp05/Makefile.am: Add *.scn.
1341        * sptests/sp06/Makefile.am: Add *.scn.
1342        * sptests/sp07/Makefile.am: Add *.scn.
1343        * sptests/sp08/Makefile.am: Add *.scn.
1344        * sptests/sp09/Makefile.am: Add *.scn.
1345        * sptests/sp11/Makefile.am: Add *.scn.
1346        * sptests/sp12/Makefile.am: Add *.scn.
1347        * sptests/sp13/Makefile.am: Add *.scn.
1348        * sptests/sp14/Makefile.am: Add *.scn.
1349        * sptests/sp15/Makefile.am: Add *.scn.
1350        * sptests/sp16/Makefile.am: Add *.scn.
1351        * sptests/sp17/Makefile.am: Add *.scn.
1352        * sptests/sp19/Makefile.am: Add *.scn.
1353        * sptests/sp20/Makefile.am: Add *.scn.
1354        * sptests/sp21/Makefile.am: Add *.scn.
1355        * sptests/sp22/Makefile.am: Add *.scn.
1356        * sptests/sp23/Makefile.am: Add *.scn.
1357        * sptests/sp24/Makefile.am: Add *.scn.
1358        * sptests/sp25/Makefile.am: Add *.scn.
1359
13602002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1361
1362        * tmtests/Makefile.am: New.
1363        * tmtests/tm01/Makefile.am: New.
1364        * tmtests/tm02/Makefile.am: New.
1365        * tmtests/tm03/Makefile.am: New.
1366        * tmtests/tm04/Makefile.am: New.
1367        * tmtests/tm05/Makefile.am: New.
1368        * tmtests/tm06/Makefile.am: New.
1369        * tmtests/tm07/Makefile.am: New.
1370        * tmtests/tm08/Makefile.am: New.
1371        * tmtests/tm09/Makefile.am: New.
1372        * tmtests/tm10/Makefile.am: New.
1373        * tmtests/tm11/Makefile.am: New.
1374        * tmtests/tm12/Makefile.am: New.
1375        * tmtests/tm13/Makefile.am: New.
1376        * tmtests/tm14/Makefile.am: New.
1377        * tmtests/tm15/Makefile.am: New.
1378        * tmtests/tm16/Makefile.am: New.
1379        * tmtests/tm17/Makefile.am: New.
1380        * tmtests/tm18/Makefile.am: New.
1381        * tmtests/tm19/Makefile.am: New.
1382        * tmtests/tm20/Makefile.am: New.
1383        * tmtests/tm21/Makefile.am: New.
1384        * tmtests/tm22/Makefile.am: New.
1385        * tmtests/tm23/Makefile.am: New.
1386        * tmtests/tm24/Makefile.am: New.
1387        * tmtests/tm25/Makefile.am: New.
1388        * tmtests/tm26/Makefile.am: New.
1389        * tmtests/tm26/tmtest.adb
1390        * tmtests/tm27/Makefile.am: New.
1391        * tmtests/tm28/Makefile.am: New.
1392        * tmtests/tm29/Makefile.am: New.
1393        * tmtests/tmck/Makefile.am: New.
1394        * tmtests/tmoverhd/Makefile.am: New.
1395
13962002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1397
1398        * Makefile.am: New.
1399        * configure.ac: New.
1400        * ada.am: New.
1401        * support/Makefile.am: New.
1402        * samples/Makefile.am: New.
1403        * samples/base_mp/Makefile.am: New.
1404        * samples/base_sp/Makefile.am: New.
1405        * samples/hello/Makefile.am: New.
1406        * samples/ticker/Makefile.am: New.
1407
14082002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1409
1410        * sptests/Makefile.am: New.
1411        * sptests/sp01/Makefile.am: New.
1412        * sptests/sp02/Makefile.am: New.
1413        * sptests/sp03/Makefile.am: New.
1414        * sptests/sp04/Makefile.am: New.
1415        * sptests/sp05/Makefile.am: New.
1416        * sptests/sp06/Makefile.am: New.
1417        * sptests/sp07/Makefile.am: New.
1418        * sptests/sp08/Makefile.am: New.
1419        * sptests/sp09/Makefile.am: New.
1420        * sptests/sp11/Makefile.am: New.
1421        * sptests/sp12/Makefile.am: New.
1422        * sptests/sp13/Makefile.am: New.
1423        * sptests/sp14/Makefile.am: New.
1424        * sptests/sp15/Makefile.am: New.
1425        * sptests/sp16/Makefile.am: New.
1426        * sptests/sp17/Makefile.am: New.
1427        * sptests/sp19/Makefile.am: New.
1428        * sptests/sp20/Makefile.am: New.
1429        * sptests/sp21/Makefile.am: New.
1430        * sptests/sp22/Makefile.am: New.
1431        * sptests/sp23/Makefile.am: New.
1432        * sptests/sp24/Makefile.am: New.
1433        * sptests/sp25/Makefile.am: New.
1434        * sptests/spsize/Makefile.am: New.
1435
14362002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1437
1438        * ChangeLog: New.
1439        * .cvsignore: New.
1440        * mptests/.cvsignore: New.
1441        * mptests/mp01/.cvsignore: New.
1442        * mptests/mp02/.cvsignore: New.
1443        * mptests/mp03/.cvsignore: New.
1444        * mptests/mp04/.cvsignore: New.
1445        * mptests/mp05/.cvsignore: New.
1446        * mptests/mp06/.cvsignore: New.
1447        * mptests/mp07/.cvsignore: New.
1448        * mptests/mp08/.cvsignore: New.
1449        * mptests/mp09/.cvsignore: New.
1450        * mptests/mp10/.cvsignore: New.
1451        * mptests/mp11/.cvsignore: New.
1452        * mptests/mp12/.cvsignore: New.
1453        * mptests/mp13/.cvsignore: New.
1454        * mptests/mp14/.cvsignore: New.
1455        * samples/.cvsignore: New.
1456        * samples/base_sp/.cvsignore: New.
1457        * samples/hello/.cvsignore: New.
1458        * samples/ticker/.cvsignore: New.
1459        * sptests/.cvsignore: New.
1460        * sptests/sp01/.cvsignore: New.
1461        * sptests/sp02/.cvsignore: New.
1462        * sptests/sp03/.cvsignore: New.
1463        * sptests/sp04/.cvsignore: New.
1464        * sptests/sp05/.cvsignore: New.
1465        * sptests/sp06/.cvsignore: New.
1466        * sptests/sp07/.cvsignore: New.
1467        * sptests/sp08/.cvsignore: New.
1468        * sptests/sp09/.cvsignore: New.
1469        * sptests/sp11/.cvsignore: New.
1470        * sptests/sp12/.cvsignore: New.
1471        * sptests/sp13/.cvsignore: New.
1472        * sptests/sp14/.cvsignore: New.
1473        * sptests/sp15/.cvsignore: New.
1474        * sptests/sp16/.cvsignore: New.
1475        * sptests/sp17/.cvsignore: New.
1476        * sptests/sp19/.cvsignore: New.
1477        * sptests/sp20/.cvsignore: New.
1478        * sptests/sp21/.cvsignore: New.
1479        * sptests/sp22/.cvsignore: New.
1480        * sptests/sp23/.cvsignore: New.
1481        * sptests/sp24/.cvsignore: New.
1482        * sptests/sp25/.cvsignore: New.
1483        * sptests/spsize/.cvsignore: New.
1484        * support/.cvsignore: New.
1485        * tmtests/.cvsignore: New.
1486        * tmtests/tm01/.cvsignore: New.
1487        * tmtests/tm02/.cvsignore: New.
1488        * tmtests/tm03/.cvsignore: New.
1489        * tmtests/tm04/.cvsignore: New.
1490        * tmtests/tm05/.cvsignore: New.
1491        * tmtests/tm06/.cvsignore: New.
1492        * tmtests/tm07/.cvsignore: New.
1493        * tmtests/tm08/.cvsignore: New.
1494        * tmtests/tm09/.cvsignore: New.
1495        * tmtests/tm10/.cvsignore: New.
1496        * tmtests/tm11/.cvsignore: New.
1497        * tmtests/tm12/.cvsignore: New.
1498        * tmtests/tm13/.cvsignore: New.
1499        * tmtests/tm14/.cvsignore: New.
1500        * tmtests/tm15/.cvsignore: New.
1501        * tmtests/tm16/.cvsignore: New.
1502        * tmtests/tm17/.cvsignore: New.
1503        * tmtests/tm18/.cvsignore: New.
1504        * tmtests/tm19/.cvsignore: New.
1505        * tmtests/tm20/.cvsignore: New.
1506        * tmtests/tm21/.cvsignore: New.
1507        * tmtests/tm22/.cvsignore: New.
1508        * tmtests/tm23/.cvsignore: New.
1509        * tmtests/tm24/.cvsignore: New.
1510        * tmtests/tm25/.cvsignore: New.
1511        * tmtests/tm26/.cvsignore: New.
1512        * tmtests/tm27/.cvsignore: New.
1513        * tmtests/tm28/.cvsignore: New.
1514        * tmtests/tm29/.cvsignore: New.
1515        * tmtests/tmck/.cvsignore: New.
1516        * tmtests/tmoverhd/.cvsignore: New.
Note: See TracBrowser for help on using the repository browser.