source: rtems/c/src/ada-tests/ChangeLog @ 698b292

4.104.114.84.95
Last change on this file since 698b292 was 698b292, checked in by Joel Sherrill <joel.sherrill@…>, on 10/24/02 at 22:34:22

2002-10-24 Joel Sherrill <joel@…>

  • samples/hello/config.h: Change CONFIGURE_SPTEST to CONFIGURE_APPLICATION to reflect current usage.
  • support/init.c: Include stdlib.h not unistd.h to remove warning.
  • Property mode set to 100644
File size: 13.5 KB
Line 
12002-10-24      Joel Sherrill <joel@OARcorp.com>
2
3        * samples/hello/config.h: Change CONFIGURE_SPTEST to
4        CONFIGURE_APPLICATION to reflect current usage.
5        * support/init.c: Include stdlib.h not unistd.h to remove warning.
6
72002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * .cvsignore: Reformat.
10        Add autom4te*cache.
11        Remove autom4te.cache.
12
132002-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Add autom4te.cache.
16
172002-09-14      Joel Sherrill <joel@OARcorp.com>
18
19        * support/init.c: Included <unistd.h> for exit(2).
20        * support/test_support.adb: Eliminated warnings by commenting out
21        unused variables.
22
232002-09-13      Joel Sherrill <joel@OARcorp.com>
24
25        * samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
26        Now appear to mostly compile.
27
282002-09-13      Joel Sherrill <joel@OARcorp.com>
29
30        * samples/hello/Makefile.am: Make sure init.c is compiled and
31        included.  This test now runs.
32
332002-09-07      Joel Sherrill <joel@OARcorp.com>
34
35        * samples/base_mp/config.h: New file previously missed.
36
372002-09-03      Joel Sherrill <joel@OARcorp.com>
38
39        * base_mp now builds and can be considered a bit of an example for
40        the other mptests.
41        * mptests/mp01/node1/Makefile.am, mptests/mp01/node2/Makefile.am,
42        samples/base_mp/mptest.adb, samples/base_mp/mptest.ads,
43        samples/base_mp/node1/Makefile.am, samples/base_mp/node2/Makefile.am:
44        Modified to make compile.
45        * mptests/mp01/node1/mptest-per_node_configuration.adb,
46        mptests/mp01/node2/mptest-per_node_configuration.adb,
47        mptests/mp02/node1/mptest-per_node_configuration.adb,
48        mptests/mp02/node2/mptest-per_node_configuration.adb,
49        mptests/mp03/node1/mptest-per_node_configuration.adb,
50        mptests/mp03/node2/mptest-per_node_configuration.adb,
51        mptests/mp04/node1/mptest-per_node_configuration.adb,
52        mptests/mp04/node2/mptest-per_node_configuration.adb,
53        mptests/mp05/node1/mptest-per_node_configuration.adb,
54        mptests/mp05/node2/mptest-per_node_configuration.adb,
55        mptests/mp06/node1/mptest-per_node_configuration.adb,
56        mptests/mp06/node2/mptest-per_node_configuration.adb,
57        mptests/mp07/node1/mptest-per_node_configuration.adb,
58        mptests/mp07/node2/mptest-per_node_configuration.adb,
59        mptests/mp08/node1/mptest-per_node_configuration.adb,
60        mptests/mp08/node2/mptest-per_node_configuration.adb,
61        mptests/mp09/node1/mptest-per_node_configuration.adb,
62        mptests/mp09/node2/mptest-per_node_configuration.adb,
63        mptests/mp10/node1/mptest-per_node_configuration.adb,
64        mptests/mp10/node2/mptest-per_node_configuration.adb,
65        mptests/mp11/node1/mptest-per_node_configuration.adb,
66        mptests/mp11/node2/mptest-per_node_configuration.adb,
67        mptests/mp12/node1/mptest-per_node_configuration.adb,
68        mptests/mp12/node2/mptest-per_node_configuration.adb,
69        mptests/mp13/node1/mptest-per_node_configuration.adb,
70        mptests/mp13/node2/mptest-per_node_configuration.adb,
71        mptests/mp14/node1/mptest-per_node_configuration.adb,
72        mptests/mp14/node2/mptest-per_node_configuration.adb,
73        samples/base_mp/node1/mptest-per_node_configuration.adb,
74        samples/base_mp/node2/mptest-per_node_configuration.adb: Removed
75        as this information should come from config.h.
76
772002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * mptests/mp01/node1/.cvsignore: New.
80        * mptests/mp01/node2/.cvsignore: New.
81        * mptests/mp02/node1/.cvsignore: New.
82        * mptests/mp02/node2/.cvsignore: New.
83        * mptests/mp03/node1/.cvsignore: New.
84        * mptests/mp03/node2/.cvsignore: New.
85        * mptests/mp04/node1/.cvsignore: New.
86        * mptests/mp04/node2/.cvsignore: New.
87        * mptests/mp05/node1/.cvsignore: New.
88        * mptests/mp05/node2/.cvsignore: New.
89        * mptests/mp06/node1/.cvsignore: New.
90        * mptests/mp06/node2/.cvsignore: New.
91        * mptests/mp07/node1/.cvsignore: New.
92        * mptests/mp07/node2/.cvsignore: New.
93        * mptests/mp08/node1/.cvsignore: New.
94        * mptests/mp08/node2/.cvsignore: New.
95        * mptests/mp09/node1/.cvsignore: New.
96        * mptests/mp09/node2/.cvsignore: New.
97        * mptests/mp10/node1/.cvsignore: New.
98        * mptests/mp10/node2/.cvsignore: New.
99        * mptests/mp11/node1/.cvsignore: New.
100        * mptests/mp11/node2/.cvsignore: New.
101        * mptests/mp12/node1/.cvsignore: New.
102        * mptests/mp12/node2/.cvsignore: New.
103        * mptests/mp13/node1/.cvsignore: New.
104        * mptests/mp13/node2/.cvsignore: New.
105        * mptests/mp14/node1/.cvsignore: New.
106        * mptests/mp14/node2/.cvsignore: New.
107        * samples/base_mp/node1/.cvsignore: New.
108        * samples/base_mp/node2/.cvsignore: New.
109
1102002-09-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * mptests/Makefile.am: New.
113        * mptests/mp01/Makefile.am: New.
114        * mptests/mp01/node1/Makefile.am: New.
115        * mptests/mp01/node2/Makefile.am: New.
116        * samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT).
117        * samples/base_mp/node1/Makefile.am: New.
118        * samples/base_mp/node2/Makefile.am: New.
119        * configure.ac: Add mptests/mp01. Add samples/base_mp.
120
1212002-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * tmtests/tm20/Makefile.am: Remove EXPADA.
124
1252002-08-30      Joel Sherrill <joel@OARcorp.com>
126
127        * samples/base_mp/mptest.ads: Removed lingering reference to BSP_MPCI.
128
1292002-08-27      Joel Sherrill <joel@OARcorp.com>
130
131        * samples/base_mp/.cvsignore: New file.
132
1332002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * sptests/sp09/Makefile.am: Remove EXPADA.
136        * sptests/sp09/sptest.adb: Remove RESULT from SCREEN_13.
137        * sptests/sp19/Makefile.am: Remove EXPADA.
138        * sptests/sp21/Makefile.am: Remove EXPADA.
139        * sptests/sp21/sptest.adb: Remove RESULT from TASK_1.
140        * tmtests/tmoverhd/dummy_rtems.adb: Reflect changes to IO_Managers.
141        * tmtests/tmoverhd/dummy_rtems.ads: Reflect changes to IO_Managers.
142
1432002-08-27      Joel Sherrill <joel@OARcorp.com>
144
145        * tmtests/tm20/tmtest.adb, tmtests/tmoverhd/tmtest.adb: Fixed
146        call to RTEMS IO Manager services.
147
1482002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * sptests/sp19/sptest.adp: Fix include paths.
151
1522002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * sptests/sp19/sptest.adb: Remove.
155        * sptests/sp19/Makefile.am: Let m4 generate sptests.adb from
156        sptests.adp.
157
1582002-08-27      Joel Sherrill <joel@OARcorp.com>
159
160        * sptests/sp21/sptest.adb: Fixed IO_Initialize invocations to
161        match corrected prototype.
162
1632002-08-27      Joel Sherrill <joel@OARcorp.com>
164
165        * sptests/sp19/sptest.adp: Added from old Ada implementation.
166
1672002-08-27      Joel Sherrill <joel@OARcorp.com>
168
169        * tmtests/tm27/.cvsignore: Removed.  Missed in previous attempts.
170
1712002-08-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * sptests/sp09/sptest.adb: Add Result to SCREEN_13.
174        Remove Status from TASK_1.
175        * sptests/sp21/sptest.adb: Add Result to TASK_1.
176        * tmtests/tm20/tmtest.adb: Remove various RETURN_VALUEs.
177        * ada.am: Remove ADACOMPILE, ADAC. Add AM_LDFLAGS, LDFLAGS.
178        * configure.ac: Check for m4. Abort if HAS_GNAT = no.
179
1802002-08-26      Joel Sherrill <joel@OARcorp.com>
181
182        * tm27 and tm27 are irrelevant as Ada binding tests.
183        * tmtests/tm26/config.h, tmtests/tm26/config.h: Removed.
184
1852002-08-26      Joel Sherrill <joel@OARcorp.com>
186
187        * sptests/sp19/sptest.adb: Modified to follow pattern of SP01
188        even though this test is not supported.
189        * sptests/sp19/sp19.adb: New file.
190
1912002-08-26      Joel Sherrill <joel@OARcorp.com>
192
193        * mptests/mp01/mptest.ads, mptests/mp02/mptest.ads,
194        mptests/mp03/mptest.ads, mptests/mp04/mptest.ads,
195        mptests/mp05/mptest.ads, mptests/mp06/mptest.ads,
196        mptests/mp07/mptest.ads, mptests/mp08/mptest.ads,
197        mptests/mp09/mptest.ads, mptests/mp10/mptest.ads,
198        mptests/mp11/mptest.ads, mptests/mp12/mptest.ads,
199        mptests/mp13/mptest.ads, mptests/mp14/mptest.adb,
200        mptests/mp14/mptest.ads: Per PR274, identify the need for the
201        BSP_MPCI package.  It was a trivial dependency and eliminated.
202
2032002-08-26      Joel Sherrill <joel@OARcorp.com>
204
205        * sptests/sp19/sp19.adb: Removed/Renamed to sptest.adb.
206        * sptests/sp19/sptest.adb: Added/Renamed from sptest.adb.
207
2082002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * sptests/sp04/Makefile.am: Remove init.$(OBJEXT).
211
2122002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Activate tmtests.
215        * configure.ac: Activate tmtests.
216        * samples/base_mp/Makefile.am: Add nodeX subdirs.
217        * sptests/sp01/Makefile.am: Add *.scn.
218        * sptests/sp02/Makefile.am: Add *.scn.
219        * sptests/sp03/Makefile.am: Add *.scn.
220        * sptests/sp04/Makefile.am: Add *.scn.
221        * sptests/sp05/Makefile.am: Add *.scn.
222        * sptests/sp06/Makefile.am: Add *.scn.
223        * sptests/sp07/Makefile.am: Add *.scn.
224        * sptests/sp08/Makefile.am: Add *.scn.
225        * sptests/sp09/Makefile.am: Add *.scn.
226        * sptests/sp11/Makefile.am: Add *.scn.
227        * sptests/sp12/Makefile.am: Add *.scn.
228        * sptests/sp13/Makefile.am: Add *.scn.
229        * sptests/sp14/Makefile.am: Add *.scn.
230        * sptests/sp15/Makefile.am: Add *.scn.
231        * sptests/sp16/Makefile.am: Add *.scn.
232        * sptests/sp17/Makefile.am: Add *.scn.
233        * sptests/sp19/Makefile.am: Add *.scn.
234        * sptests/sp20/Makefile.am: Add *.scn.
235        * sptests/sp21/Makefile.am: Add *.scn.
236        * sptests/sp22/Makefile.am: Add *.scn.
237        * sptests/sp23/Makefile.am: Add *.scn.
238        * sptests/sp24/Makefile.am: Add *.scn.
239        * sptests/sp25/Makefile.am: Add *.scn.
240
2412002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * tmtests/Makefile.am: New.
244        * tmtests/tm01/Makefile.am: New.
245        * tmtests/tm02/Makefile.am: New.
246        * tmtests/tm03/Makefile.am: New.
247        * tmtests/tm04/Makefile.am: New.
248        * tmtests/tm05/Makefile.am: New.
249        * tmtests/tm06/Makefile.am: New.
250        * tmtests/tm07/Makefile.am: New.
251        * tmtests/tm08/Makefile.am: New.
252        * tmtests/tm09/Makefile.am: New.
253        * tmtests/tm10/Makefile.am: New.
254        * tmtests/tm11/Makefile.am: New.
255        * tmtests/tm12/Makefile.am: New.
256        * tmtests/tm13/Makefile.am: New.
257        * tmtests/tm14/Makefile.am: New.
258        * tmtests/tm15/Makefile.am: New.
259        * tmtests/tm16/Makefile.am: New.
260        * tmtests/tm17/Makefile.am: New.
261        * tmtests/tm18/Makefile.am: New.
262        * tmtests/tm19/Makefile.am: New.
263        * tmtests/tm20/Makefile.am: New.
264        * tmtests/tm21/Makefile.am: New.
265        * tmtests/tm22/Makefile.am: New.
266        * tmtests/tm23/Makefile.am: New.
267        * tmtests/tm24/Makefile.am: New.
268        * tmtests/tm25/Makefile.am: New.
269        * tmtests/tm26/Makefile.am: New.
270        * tmtests/tm26/tmtest.adb
271        * tmtests/tm27/Makefile.am: New.
272        * tmtests/tm28/Makefile.am: New.
273        * tmtests/tm29/Makefile.am: New.
274        * tmtests/tmck/Makefile.am: New.
275        * tmtests/tmoverhd/Makefile.am: New.
276
2772002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: New.
280        * configure.ac: New.
281        * ada.am: New.
282        * support/Makefile.am: New.
283        * samples/Makefile.am: New.
284        * samples/base_mp/Makefile.am: New.
285        * samples/base_sp/Makefile.am: New.
286        * samples/hello/Makefile.am: New.
287        * samples/ticker/Makefile.am: New.
288
2892002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * sptests/Makefile.am: New.
292        * sptests/sp01/Makefile.am: New.
293        * sptests/sp02/Makefile.am: New.
294        * sptests/sp03/Makefile.am: New.
295        * sptests/sp04/Makefile.am: New.
296        * sptests/sp05/Makefile.am: New.
297        * sptests/sp06/Makefile.am: New.
298        * sptests/sp07/Makefile.am: New.
299        * sptests/sp08/Makefile.am: New.
300        * sptests/sp09/Makefile.am: New.
301        * sptests/sp11/Makefile.am: New.
302        * sptests/sp12/Makefile.am: New.
303        * sptests/sp13/Makefile.am: New.
304        * sptests/sp14/Makefile.am: New.
305        * sptests/sp15/Makefile.am: New.
306        * sptests/sp16/Makefile.am: New.
307        * sptests/sp17/Makefile.am: New.
308        * sptests/sp19/Makefile.am: New.
309        * sptests/sp20/Makefile.am: New.
310        * sptests/sp21/Makefile.am: New.
311        * sptests/sp22/Makefile.am: New.
312        * sptests/sp23/Makefile.am: New.
313        * sptests/sp24/Makefile.am: New.
314        * sptests/sp25/Makefile.am: New.
315        * sptests/spsize/Makefile.am: New.
316
3172002-08-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * ChangeLog: New.
320        * .cvsignore: New.
321        * mptests/.cvsignore: New.
322        * mptests/mp01/.cvsignore: New.
323        * mptests/mp02/.cvsignore: New.
324        * mptests/mp03/.cvsignore: New.
325        * mptests/mp04/.cvsignore: New.
326        * mptests/mp05/.cvsignore: New.
327        * mptests/mp06/.cvsignore: New.
328        * mptests/mp07/.cvsignore: New.
329        * mptests/mp08/.cvsignore: New.
330        * mptests/mp09/.cvsignore: New.
331        * mptests/mp10/.cvsignore: New.
332        * mptests/mp11/.cvsignore: New.
333        * mptests/mp12/.cvsignore: New.
334        * mptests/mp13/.cvsignore: New.
335        * mptests/mp14/.cvsignore: New.
336        * samples/.cvsignore: New.
337        * samples/base_sp/.cvsignore: New.
338        * samples/hello/.cvsignore: New.
339        * samples/ticker/.cvsignore: New.
340        * sptests/.cvsignore: New.
341        * sptests/sp01/.cvsignore: New.
342        * sptests/sp02/.cvsignore: New.
343        * sptests/sp03/.cvsignore: New.
344        * sptests/sp04/.cvsignore: New.
345        * sptests/sp05/.cvsignore: New.
346        * sptests/sp06/.cvsignore: New.
347        * sptests/sp07/.cvsignore: New.
348        * sptests/sp08/.cvsignore: New.
349        * sptests/sp09/.cvsignore: New.
350        * sptests/sp11/.cvsignore: New.
351        * sptests/sp12/.cvsignore: New.
352        * sptests/sp13/.cvsignore: New.
353        * sptests/sp14/.cvsignore: New.
354        * sptests/sp15/.cvsignore: New.
355        * sptests/sp16/.cvsignore: New.
356        * sptests/sp17/.cvsignore: New.
357        * sptests/sp19/.cvsignore: New.
358        * sptests/sp20/.cvsignore: New.
359        * sptests/sp21/.cvsignore: New.
360        * sptests/sp22/.cvsignore: New.
361        * sptests/sp23/.cvsignore: New.
362        * sptests/sp24/.cvsignore: New.
363        * sptests/sp25/.cvsignore: New.
364        * sptests/spsize/.cvsignore: New.
365        * support/.cvsignore: New.
366        * tmtests/.cvsignore: New.
367        * tmtests/tm01/.cvsignore: New.
368        * tmtests/tm02/.cvsignore: New.
369        * tmtests/tm03/.cvsignore: New.
370        * tmtests/tm04/.cvsignore: New.
371        * tmtests/tm05/.cvsignore: New.
372        * tmtests/tm06/.cvsignore: New.
373        * tmtests/tm07/.cvsignore: New.
374        * tmtests/tm08/.cvsignore: New.
375        * tmtests/tm09/.cvsignore: New.
376        * tmtests/tm10/.cvsignore: New.
377        * tmtests/tm11/.cvsignore: New.
378        * tmtests/tm12/.cvsignore: New.
379        * tmtests/tm13/.cvsignore: New.
380        * tmtests/tm14/.cvsignore: New.
381        * tmtests/tm15/.cvsignore: New.
382        * tmtests/tm16/.cvsignore: New.
383        * tmtests/tm17/.cvsignore: New.
384        * tmtests/tm18/.cvsignore: New.
385        * tmtests/tm19/.cvsignore: New.
386        * tmtests/tm20/.cvsignore: New.
387        * tmtests/tm21/.cvsignore: New.
388        * tmtests/tm22/.cvsignore: New.
389        * tmtests/tm23/.cvsignore: New.
390        * tmtests/tm24/.cvsignore: New.
391        * tmtests/tm25/.cvsignore: New.
392        * tmtests/tm26/.cvsignore: New.
393        * tmtests/tm27/.cvsignore: New.
394        * tmtests/tm28/.cvsignore: New.
395        * tmtests/tm29/.cvsignore: New.
396        * tmtests/tmck/.cvsignore: New.
397        * tmtests/tmoverhd/.cvsignore: New.
Note: See TracBrowser for help on using the repository browser.