source: rtems/c/src/ada-tests/ChangeLog @ 0f9e7f96

4.104.114.84.95
Last change on this file since 0f9e7f96 was 0f9e7f96, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 22:51:40

2003-01-03 Joel Sherrill <joel@…>

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