source: rtems/c/src/ada-tests/ChangeLog @ 9b353a5

4.104.114.84.95
Last change on this file since 9b353a5 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

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